.twilio_sms_button:hover {
    background: #0066ff;
    color: #fff;
    border: none;
    padding: 12px 51px 12px 49px;
    font-size: 19px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}
.twilio_sms_button_free:hover {
  background: #0066ff;
  color: #fff;
  border: none;
  padding: 12px 51px 12px 49px;
  font-size: 19px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}

.twilio_sms_button {
     background: #eaf1fc;
     color: #0066ff;
     /* border: 2px solid #0066ff; */
     border: none;
     padding: 12px 51px 12px 49px;
     font-size: 19px;
     border-radius: 10px;
     cursor: pointer;
     font-weight: 700;
}
.twilio_sms_button_connect {
  color: #0066ff;
  border: 2px solid #0066ff;
  padding: 8px 36px 10px 36px;
  font-size: 19px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
}


.twilio_sms_button_free{
  background: #eaf1fc;
  color: #0066ff;
  /* border: 2px solid #0066ff; */
  border: none;
  padding: 12px 51px 12px 49px;
  font-size: 19px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
    opacity: 0.5;
}
.twilio_mobile_SMS{
    margin-top: -10px;
}

.modal {
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
.stock_notifier_form th {
    padding: 0px 0px 0px 8px !important;
    margin-left: 10px;
    font-size: 17px;
    font-family: "Helvetica Neue", sans-serif;
}

.twilio_Documentation{
  font-size: 15px;
  color: #939599;
  /* font-weight: 600; */
  margin-top: 5px;
  font-weight: 700;
}
.stock_notifier_form {
  margin-top: -35px;
}
.stock_notifier_form input {
  border: 3px solid #eaf1fc !important;
  margin-left: -10px;
  padding: 5px;
}
  .form_layout {
    padding-left: 21px;
    margin-top: -18px;
    text-align: center;
  }
  .Heading_discription {
    padding: 20px;
    font-family: initial;
    text-align: center;
    }
    .API_title {
        font-size: 21px;
        font-weight: 700;
        font-family: "Helvetica Neue", sans-serif;
    }
    p.API_discription {
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 1.1875;
      color: #787878;
      /* margin: 0; */
      /* margin-top: -10px; */
      font-family: "Helvetica Neue", sans-serif;
    }
  .image_heading {
    background: #f6dade;
    text-align: center;
    /* margin-top: 0px; */
    padding: 8px;
  }
  /* Modal Content */
  .modal_content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 420px;
    height: 520px;
  }
  .Button_section {
    float: right;
}
button.cancel_button {
    /* color: gray; */
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    border: none;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    background-color: #eaf1fc !important;
    color: black;
}
.twilio_sms_button_dis {
  color: #f44336;
  border: 2px solid #f44336;
  border-radius: 5px;
  padding: 6px 9px 8px 18px;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff !important;
  margin-right: 40px;
}
  
  /* The Close Button */
  .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
    color: black;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.stock_notifer_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  z-index: 10;
}

.stock_notifier_popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  position: relative;
  height: 200px;
  transition: all 5s ease-in-out;
}

.stock_notifier_heading{
  font-weight: 700;
  font-size: 20px;
  /* margin-top: 20px; */
  padding: 12px;
  text-align: center;
}

.stock_notifier_popup .stock_notifier_content {
  overflow: auto;
  font-size: 14px;
  margin-top: -27px;
  padding: 8px;
  color: gray;
  font-weight: 400;
  font-family: sans-serif;
  text-align: center;
}
.stock_notifier_close{
  position: absolute;
  top: -10px;
  right: 8px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.stock_notifier_close:hover {
  color: #06D85F;
}

@media screen and (max-width: 700px){
  .stock_notifier_popup{
    width: 70%;
  }
}

.stock_delete_deletebtn {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.stock_delete_cancelbtn {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

/* .stock_delete_button:hover {
  opacity:1;
} */

/* Float cancel and delete buttons and add an equal width */
.stock_delete_cancelbtn, .stock_delete_deletebtn {
  width: 35%;
  margin-left: 40px;
  margin-top: 21px;
  border-radius: 4px;
}

/* Add a color to the cancel button */
.stock_delete_cancelbtn {
  background-color: #ccc;
  color: black;
}

/* Add a color to the delete button */
.stock_delete_deletebtn {
  background-color: #f44336;
}

