.jsms-area span{
    color: white;
}

.jsms-area textarea {
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

#member_name, #member_phone_number {
    height: 25px;
    width: 80%;
}

.jsms-area section {
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

#is_agree{
    width: auto !important;
    height: auto !important;
}

.term_span{
    cursor: pointer;
}

#jsms_sender {
    width: 100% !important;
}

.jsms-area input, .jsms-area section, .jsms-area select {
    margin-top: 20px;
    width: 80%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #18191b;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 11pt;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
}

.jsms-area td {
    padding: 10px;
    box-sizing: border-box;
}

.jsms-to-area {
    height: 40px;
    margin-top: 5px;
    float: left;
}

#check-to {
    width: 50px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    background: rgb(30, 136, 229);
    border: none;
    color: white;
    height: 40px;
}

.delete-to{
    border: 0px;
    background: red;
    color: white;
    font-size: 15pt;
    width: 30px;
    height: 20px;
    cursor: pointer;
    line-height: 0px;
    border-radius: 20px;
}

#add-to{
    border: 0;
    height: 35px;
    width: 100px;
    color: #ffffff;
    background: tomato;
    font-size: 10pt;
    margin-top: 6px;
}

.jsms-area section span{
    color: #cccccc;
}

.jsms-area section {
    width: calc(100% - 80px);
    line-height: 20px;
    padding-left: 10px;
}

.jsms-area input, .jsms-area textarea, .jsms-area section {
    border: 1px solid #444444 !important;
    box-sizing: border-box;
}

.jsms-area input {
    margin-top: 5px;
    width: 100%;
    height: 35px;
    padding-left: 10px;
}

.jsms-area textarea {
    width: 100%;
}

.jsms_exit_popup {
    color: #ffffff;
    font-size: 20pt;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 30;
    cursor: pointer;
}

#send-message, #join-popbill {
    width: 100%;
    border: 0px;
    background: tomato;
    color: white;
    height: 50px;
    font-size: 15pt;
    margin-top: 15px;
}

#jsms-to-area {
    background: #272c33;
    width: calc(100% - 80px);
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
}

#popid-check, #number_check{
    float: right;
    background: rgb(30, 136, 229);
    border: 0px;
    color: white;
    padding: 4px;
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 10px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.jsms-area input:checked + .slider {
    background-color: #2196F3;
}

.jsms-area input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.jsms-area input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
