body {
  padding: 20px 8px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
}

.color-pink {
  color: #FF2B6B;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: inherit;
  background: inherit;
}

a {
  color: #00B7FF;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.semi_bold {
  font-weight: 600;
}

.alert {
  max-width: max-content;
  margin: 0 auto 1rem;
}

.login-form {
  max-width: 300px;
  margin: 0 auto;
}

.form-control {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  width: 100%;
  height: 46px;
  padding: 0.375rem 1rem;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #F2F2F2;
  outline: none;
  box-shadow: unset;
}

button.sign-in {
  margin-top: 12px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

/* Index Page */
.add_iorad {
  padding: 0;
  background: #FFFFFF;
  background-size: cover;
}

.add_to_slack {
  width: 100%;
  padding-left: 64px;
  padding-top: 62px;
}

.add_to_slack .logo {
  display: flex;
}

.add_to_slack > p {
  font-size: 15px;
  line-height: 136%;
}

.add_button,
.open_slack_button {
  background: #000000;
  color: #fff;
  text-decoration: none;
  width: 311px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 136%;
  margin: 0 auto;
  transition: background-color .3s ease;
}

.add_button:hover,
.open_slack_button:hover {
  text-decoration: none;
  background: #FF00D6;
  color: #fff;
}

.add_button:active {
  background: #2666be;
}

.add_button img,
.open_slack_button img {
  width: 16px;
  margin-right: 22px;
}

.open_slack_button {
  margin-bottom: 20px;
}

.open_slack_button:hover {
}

.open_slack_button:active {
}

.add_iorad .add_example p {
  color: #000;
}

.add_to_slack .add_example {
  font-style: normal;
  line-height: normal;
  padding-left: 26px;
}

.add_to_slack .add_tutorial {
  position: relative;
  padding-left: 16px;
}

.add_to_slack .add_tutorial:before {
  content: '';
  background: #3AA3E3;
  border-radius: 2px;
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
}

.add_iorad .add_tutorial p {
  margin: 0 auto;
}

.add_example img {
  margin-left: -46px;
  margin-right: 6px;
  margin-top: 20px;
}

.add_author {
  font-weight: 800;
  font-size: 14px;
  color: #2C2D30;
}

.add_time {
  font-weight: 600;
  font-size: 11px;
  color: #828282;
}

.add_to_slack h3 {
  font-family: Fahkwang, sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 116%;
  color: #000000;
  margin-top: 111px;
  margin-bottom: 31px;
  margin-left: -4px;
}

.add_to_slack p.add_text {
  display: block;
  font-size: 15px;
  color: #2C2D30;
  margin-top: -14px;
  margin-bottom: 0;
}

.add_to_slack p.add_link {
  font-size: 15px;
  color: #0576C9;
  margin-bottom: 7px;
}

.add_iorad p {
  color: #000000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
}

.add_iorad p.add_note {
  font-weight: 600;
  font-size: 11px;
  color: #828282;
  margin: 8px auto;
}

.add_iorad p.add_step {
  margin-bottom: 6px;
  font-size: 15px;
  color: #2C2D30;
}

.box_container {
  display: flex;
}

.steps {
  height: 397px;
  min-width: 423px;
  max-width: 423px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.description {
  width: 422px;
  margin-left: 95px;
  padding-top: 42px;
}

.add_iorad p.add_created {
  font-size: 15px;
  color: #2C2D30;
  margin-top: 3px;
  margin-bottom: 11px;
}

.add_play_tutorial {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #219653;
  border: 1px solid #219653;
  border-radius: 4px;
  padding: 5px 5px 5px;
}

.add_go_live {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #2C2D30;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 5px 5px 5px;
}

p.box_title {
  color: #000;
  font-size: 15px;
  line-height: 136%;
  margin-bottom: 6px;
}

p.box_title.code {
  margin-bottom: 22px;
}

.connected_wrapper {
  width: 311px;
  text-align: center;
  padding-top: 42px;
}

.connected_wrapper .box_title {
  margin-bottom: 45px;
}

.terms_conditions {
  background: transparent;
  color: #000;
  text-decoration: none;
  width: 311px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 136%;
  margin: 0 auto;
}

.terms_conditions a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 15px;
  position: relative;
  transition: color .3s ease;
}
.terms_conditions a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  opacity: 1;
  transition: opacity .3s ease;
}

.terms_conditions a:hover {
  color: #ff00d6;
  text-decoration: none;
}

.terms_conditions a:hover:after {
  border-bottom: none;
}

.connected {
  display: block;
  font-family: Fahkwang, sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 116%;
  color: #FF00D6;
  margin-bottom: 31px;
}


@media only screen and (max-width: 768px) {

  .logo svg {
    width: 16px;
    height: 16px;
  }

  .add_iorad p {
    font-size: 13px;
  }

  .add_to_slack {
    padding: 32px 24px 0;
  }

  .add_to_slack h3 {
    margin-top: 78px;
    font-weight: 500;
    font-size: 27px;
    line-height: 116%;
  }

  .add_to_slack .add_example {
    padding-left: 66px;
  }

  .box_container {
    flex-direction: column;
  }

  .steps {
    min-width: 100%;
    max-width: 100%;
    height: 370px;
    align-items: flex-start;
    padding-top: 10px;
  }

  .add_iorad p.add_step, .add_iorad p.add_created, .add_to_slack p.add_text, .add_to_slack p.add_link {
    font-size: 13px;
  }

  .description {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  .connected_wrapper {
    width: 100%;
    padding-top: 56px;
  }

  .connected_wrapper .box_title {
    margin-bottom: 40px;
  }

  .connected {
    font-size: 27px;
    margin-bottom: 11px;
  }

  .add_button, .open_slack_button {
    margin-bottom: 68px;
    width: 100%;
  }

  p.box_title {
    margin-top: 61px;
  }

  p.box_title.code {
    margin-top: 4px;
    margin-bottom: 40px;
  }
}
