#choose {
  max-width: 100%;
  /* width: 460px; */
}
button.connect_button {
  background-color: #63BE09;
  border: 3px solid #63BE09;
  color: #fff;
  border-radius: 5px;
  padding: 6px 9px 8px 18px;
  font-size: 16px;

  margin-right: 20px;
  cursor: pointer;
}
button.connect_button:hover {
  background-color: #498D06;

}
.extra_height {
  height: 30px !important;
}
#choose .api_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -30px;
}
.watch_now {
  margin-left: 10px;
  font-size: 15px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 550;
  /* margin-top: 10px; */
}
#choose .api_container .api {
  width: 100%;
  margin-bottom: 30px;
}

#choose .api_container .api.api_selected .slected {
  background-color: #0066ff;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #0066ff;
}

#choose .api_container .api.api_selected .slected img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#choose .api_container .api:last-child {
  margin-bottom: 0;
}

#choose .api_container .api .choosing_item {
  /* width: -webkit-fill-available; */
  display: inline-block;
  padding: 11px 37px;
  background-color: #e6f0f9;
  color: #0066ff;
  border: 1px solid #e6f0f9;
  border-radius: 8px;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

#choose .api_container .api .choosing_item:hover {
  background-color: #0066ff;
  color: #ffffff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #0066ff;
}

#choose .api_container .api .choosing_item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#choose .api_container .api div {
  font-size: 14px;
  color: #939599;
  /* font-weight: 600; */
  margin: 0;
}
.wp_sms_get {
  text-decoration: none;
  font-size: 18px;
}
.Twilio_wp_sms {
  padding: 6px 37px !important;
}
.pro_opacity {
  opacity: 0.6;
}

@media only screen and (max-width: 675px) {
  #choose .api_container .api .choosing_item {
    padding: 10px 30px;
  }
  #choose .api_container .api div {
    font-size: 14px;
  }
}
.WP_SMS_notAction {
  /* display: none !important; */
  margin-bottom: 5px !important;
}
.WP_SMS_display {
  display: none;
}
.WP_SMS_color {
  color: red;
  font-family: "Helvetica Neue", Helvetica, Arial;
  text-transform: none !important;
}
.WP_SMS_color a {
  text-decoration: none !important;
}
@media only screen and (max-width: 575px) {
  #choose .api_container .api div {
    font-size: 12px;
  }
}
@media only screen and (max-width: 376px) {
  .api img {
    width: 90px;
  }
}
