
.appointment-select-date {
    padding: 0px 0 20px;
}

.appointment-select-date h2 {
    margin-bottom: 5px;
}

h2.custom-h2 {
    color: #2c2c2c;
    font-size: 19px;
    font-weight: 700;
    margin: 0px;
}

.appointment-select-date .custom-date-picker {
    padding: 10px 0 0;
}

.appointment-select-date .custom-date-picker {
    padding: 10px 0 0;
}

.custom-date-picker {
    position: relative;
}

.available-time h2 {
    margin-bottom: 25px;
}

h2.custom-h2 {
    color: #2c2c2c;
    font-size: 19px;
    font-weight: 700;
    margin: 0px;
}

.btn.therapist-bgcolor {
    color: #fff;
}

.available-time .btn {
    border-radius: 2px;
}

.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.date-wrapper-box .single-date-wrapper.slick-active.slick-current {
    font-weight: 700;
}

.date-wrapper-box .single-date-wrapper {
    text-align: center;
}


.v2 .date-wrapper-box button.slick-next {
    right: 0;
    left: auto;
}

.date-wrapper-box button.slick-next {
    left: 100%;
    right: auto;
    transform: rotate(179deg);
}

.date-wrapper-box button.slick-arrow {
    position: absolute;
    right: 100%;
    height: 40px;
    width: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background: transparent;
    font-size: 0;
}

.date-wrapper-box button.slick-next {
    left: 100%;
    right: auto;
    transform: rotate(179deg);
}

.date-wrapper-box button.slick-arrow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    transform: rotate(135deg);
    margin: auto;
    right: 0;
    bottom: 0;
}

.available-time .single-day-slot > div {
    display: flex;
    flex-wrap: wrap;
}

.available-time .time-slot {
    width: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 6px 0;
    border: 1px solid #ced4da;
    margin: 7px 9px;
}

.available-time .time-slot .custom-control {
    width: 10px;
}

label.custom-control-label {
    padding-left: 30px;
    cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    /*background-color: #38c172;*/
    opacity: 1;
    /*border-color: #38c172;*/
    box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.available-time .time-slot .delete {
    font-size: 18px;
    padding-left: 6px;
    color: #e3342f;
}

label.custom-control-label {
    padding-left: 30px;
    cursor: pointer;
}

.custom-control-label::before {
    transition: all 0s ease;
}

.custom-control-label::before {
    content: '';
    width: 21px;
    height: 21px;
    border: 1px solid #707070;
    display: inline-block;
    vertical-align: top;
    opacity: 0.25;
    position: absolute;
    left: 0px;
    top: 1px;
}

.custom-model .modal-body {
    padding: 43px 24px 30px 17px;
}

.custom-control-label::after {
    content: '';
    top: 7px;
    width: 7px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    top: 5px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.custom-model .modal-footer {
    text-align: center;
    justify-content: center;
    border-top: 1px solid #f1f3f8;
    padding: 20px 10px;
}

.custom-model .modal-footer button, .custom-model .modal-footer .modal-btn {
    color: #65a3fe;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    background: transparent;
    border: none;
    outline: none;
    margin: 0px;
}

.date-wrapper-box .single-date-wrapper span input {
    opacity: 0;
    cursor: pointer;
}

.img-responsive {
    height: 100px;
}


#media-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#media-div > div {
    max-width: 49%;
    flex: 0 0 50%;
    float: unset !important;
    margin: 0 !important;
    position: relative;

}

/*#media-div > div:nth-child(1){max-width: 700px;}*/
/*#media-div > div:nth-child(2) {position: absolute;bottom: -60px;right: 13px;width: 200px;}*/
#media-div > div > div {
    position: absolute;
    background-color: #ffffffb8;
    padding: 5px 12px 2px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    left: 12px;
    top: 12px;
}

#media-div video {
    width: 100%;
    max-width: 100%;
}

.onCall-controls {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.onCall-controls .icons:not(:last-child) {
    margin-right: 16px;
}

.onCall-controls .icons {
}

.onCall-controls .icons a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 53px;
    background-color: #106917;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.onCall-controls .icons.call-icon a {
    background-color: #ff0000;
}

.onCall-controls .icons .unmutevideo,
.onCall-controls .icons .unmuteaudio {
    background-color: #094a0e;
}

.onCall-controls .icons.call-icon a i {
    transform: rotate(134deg);
}

.onCall-controls .icons a i {
}

.fc-day-grid-event .fc-content {
    white-space: break-spaces !important;
}


/*13-09-2021 X */
.calender-view-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calender-view-wrap ul li {
    display: flex;
    flex-wrap: wrap;
}

.calender-view-wrap ul li label {
    max-width: 160px;
    width: 100%;
    margin-bottom: 0;
    color: #666;
}

.calender-view-wrap ul li span {
    display: block;
    color: #000;
}

.fc-event .fc-content {
    cursor: pointer;
}

.calender-view-wrap ul li span a {
    text-decoration: none;
    color: #000;
}

.calender-view-wrap ul li:not(:first-child) {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.custom-control {
    padding-left: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}


@media only screen and (max-width: 767px) {
    .calender-view-wrap ul li label {
        max-width: 100%;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

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

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

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

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

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

.session-note textarea {
    resize: none;
}
.error{
    color: #B94A48;
}

/* Chat */
.messaging img{ max-width:100%;}
.messaging img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 40%; 
    border-right:2px solid #c4c4c4;
  }
  .inbox_msg {
    border: 2px solid #c4c4c4;
    clear: both;
    overflow: hidden;
    border-radius: 5px;
  }
  .top_spac{ margin: 20px 0 0;}
  
  
  .recent_heading {float: left; width:100%;}
  .srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
  }
  .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}
  
  .recent_heading h4 {
    color: #05728f;
    font-size: 21px;
    margin: auto;
  }
  .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
  .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
  }
  .srch_bar .input-group-addon { margin: 0 0 0 -27px;}
  
  .chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
  .chat_ib h5 span{ font-size:13px; float:right;width: 15px;padding-top: 5px;padding-right: 14px;}
  .chat_ib p{ font-size:14px; color:#989898; margin:auto}
  .chat_img {
    float: left;
    width: 40px;
    height: 40px;
  }
  .chat_ib {
    float: left;
    padding: 0;
    width: 88%;
  }
  
  .chat_people{ overflow:hidden; clear:both;display: flex;justify-content: center;gap: 15px;}
  .chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
  }
  .inbox_chat { height: 550px; overflow-y: scroll;}
  
  .active_chat{ background:#ebebeb;}
  
  .incoming_msg_img {
    display: inline-block;
    width: 6%;
    height: 40px;
    width: 40px;
  }
  .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
   }
   .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
  }
  .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  .received_withd_msg { width: 57%;}
  .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
    position: relative;
  }
  
   .sent_msg p {
    background: #05728f none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0; color:#fff;
    padding: 5px 10px 5px 12px;
    width:100%;
  }
  .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
  .sent_msg {
    float: right;
    width: 46%;
  }
  .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
  }
  
  .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
  .msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
  }
  .messaging { padding: 0 0 50px 0;}
  .msg_history_section{
    min-height: 516px;
  }
  .msg_history_section .chat_img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }
  .msg_history {
    height: 444px;
    overflow-y: auto;
  }

  .msg_history_section .chat_msg {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.badge-success{
    height: 100%;
}
.chat_msg_name {
    display: flex;
    gap: 30px;
    width: 89%;
    align-items: center;
}

.chat_msg_name h4{
    margin: 0;
}

.chat-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
}