.toggle-radio .switch {
  position: relative;
  height: 43px;
  text-align: center;
  background: #00bc9c;
  background: #018e76;
  transition: all 0.2s ease;
  border-radius: 25px;
}
.yes_no_wp .toggle-radio .switch {
  background-color: #ffcc00;
}
.toggle-radio .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 49%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.toggle-radio .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: #fff;
  transition: all 0.2s ease;
}
.toggle-radio input[type="radio"] {
  display: none;
}
.toggle-radio .switch label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
  width: 95px;
  line-height: 41px;
  font-size: 9px;
  transition: all 0.2s ease;
}
.toggle-radio label[for^="no"] {
  /* position: absolute; */
  left: 0px;
  height: 20px;
}

.toggle-radio label[for^="yes"] {
  /* position: absolute; */
  right: 0px;
  margin-right: 10px;
}

.toggle-radio [id^="yes"]:checked ~ .switch {
  background: #db85c3;
}
.toggle-radio [id^="yes"]:checked ~ .switch span {
  background: #fff;
  margin-left: -8px;
}
.toggle-radio [id^="yes"]:checked ~ .switch span:after {
  background: #fff;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
.toggle-radio [id^="no"]:checked ~ .switch label[for^="no"] {
  color: #fff;
}
.toggle-radio [id^="yes"]:checked ~ .switch label[for^="yes"] {
  color: #fff;
}

.row_yes_no {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.toggle-radio {
  position: relative;
}

.div_circle {
  position: relative;
  display: flex;
  align-items: center;
}
.yes_no,
.yes_no_wp {
  width: 100%;
  margin-right: 10px;
}
.mobile-padding-yes_no {
  padding: 0;
}

.red_circle {
  background: #000;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  left: 36px;
  top: 2px;
  color: #ffcc00;
  font-size: 18px;
  /* font-weight:bold; */
  border: 1px solid #ffcc00;
}
.green_circle {
  background: #fff;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  left: 36px;
  top: 2px;
  color: #00a504;
  font-size: 18px;
  /* font-weight:bold; */
  border: 1px solid #00a504;
}

.calll .alert-success {
  background: #000;
  width: 29px;
  height: 29px;
  text-align: center;
  color: #ffcb00;
  padding: 0;
  margin-top: 15px;
  margin-left: 4px;
  position: absolute;
  top: -11px;
  left: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-radius: 30px;
  border: 1px solid #ffcc00;
}

.wpl .alert-success {
  background: #fff;
  width: 29px;
  height: 29px;
  text-align: center;
  color: #00a504;
  padding: 0;
  margin-top: 15px;
  margin-left: 4px;
  position: absolute;
  top: -11px;
  left: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border-radius: 30px;
  border: 1px solid #00a504;
}

.alert-all-connected {
  background-color: #1fcad2;
}
.alert-call-connected {
  background-color: #ffcc00a3;
}
.alert-whatsapp-connected {
  background-color: #01bc9b87;
}

body {
  background: #979797;
}
.container.login-cont {
  background: #fff;
  padding: 50px;
}
.title {
  color: black;
}
.panel-body {
  color: #000000;
  font-size: 12px;
}
.panel-body .date-time .day,
.panel-body .small-booking {
  color: #fff;
}
.well {
  color: #327ab7;
}
.panel-warning > .panel-heading {
  background-color: #ffcc00;
}
.panel-warning {
  margin-top: 20px;
}
.img-logo {
  width: 140px;
}
.lead {
  margin-bottom: 0px;
}
.alert-success {
  background-color: #73d087;
  background-color: #ffffff;
  color: #155e91;
}

.alert-warning {
  background-color: #bb9dc3;
}
.alert-warning p {
  color: #fff !important;
}
.alert p {
  font-size: 14px;
}
.alert {
  margin-bottom: 5px;
}
.alert-info {
  background-color: #1fcad2;
}
.reschedule_call,
.book_now,
.add_note {
  margin-top: 10px;
}
.date-time .name {
  font-size: 20px;
}

.date-time .hour {
  font-size: 22px;
}
.date-time .day {
  font-size: 18px;
  color: #55b1e0;
}
.alert-warning .date-time .day {
  color: #fff;
}
.alert-warning .name,
.alert-warning .hour {
  color: #eeff00;
}
.alert-info .date-time .day,
.alert-all-connected .date-time .day,
.alert-whatsapp-connected .date-time .day,
.alert-call-connected .date-time .day {
  color: #fff;
}
.small-booking {
  font-size: 14px;
}
.alert-warning,
.alert-info,
.alert-all-connected,
.alert-whatsapp-connected,
.alert-call-connected {
  color: #fff;
}
.alert-info .name,
.alert-info .hour,
.alert-all-connected .name,
.alert-all-connected .hour,
.alert-whatsapp-connected .name,
.alert-whatsapp-connected .hour,
.alert-call-connected .name,
.alert-call-connected .hour {
  color: #000000;
}

.all-statuses .btn {
  font-size: 11px;
}
.btn {
  font-size: 13px;
}

.log_call_btn {
  width: 37px;
  height: 37px;
  background: url(https://www.laughingbuddha.uk/uploads/adm/log_call_btn.png) no-repeat center center transparent;
  background-size: 37px;
  border: none;
}

.log_wp_btn {
  width: 37px;
  height: 37px;
  background: url(https://www.laughingbuddha.uk/uploads/adm/log_wp_btn.png) no-repeat center center transparent;
  background-size: 37px;
  border: none;
}

.tge_suc {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.btn-connected {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.btn-not-connected {
  color: #000;
  background-color: #ffcc00;
  border-color: #ffcc00;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.ajax-admin-not-connected,
.ajax-admin-connected {
  display: none;
}
.progress-bar-info-2 {
  background: #ffcc00;
}
.progress-bar-info {
  background: #337ab7;
}
.email-cma {
  font-size: 12px;
  font-weight: bold;
  margin-top: -8px;
  color: #ff7800;
}

.not-called {
  font-size: 19px;
}
.not-called img {
  width: 25px;
}

.img-brand {
  padding-left: 0;
}
.img-brand img {
  max-width: 100%;
  width: 65px;
}

.full_row {
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  background: #fff;
  margin-bottom: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

.full_row.no-margin {
  margin-bottom: 0px;
}

.full_row .fullname {
  padding-right: 15px;
  font-size: 13px;
}
.full_row .leaddate {
  font-size: 11px;
}
.pro_index {
  padding-bottom: 50%;
}
.pro_index h2 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

.pro_index h2 span {
  border-radius: 45px;
  background: rgba(157, 138, 138, 0.426);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 45px;
  height: 45px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 5px;
}
.pro_index .back-top {
  margin-top: 25px;
  padding: 15px;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.new_leads {
  background: #2c0059;
}
.new .full_row {
  border-left: 6px solid #2c0059;
}
.new .fullname {
  color: #6a6c6d;
}
.new .leaddate {
  color: #2c0059;
}

/* .sent_whatsapp_and_called_leads{
    background:#663399;
}
.sent_whatsapp_and_called .full_row{    
    border-left:6px solid #663399; 
}
.sent_whatsapp_and_called .fullname{
    color:#6A6C6D;
}
.sent_whatsapp_and_called .leaddate{
    color:#663399;
} */

.sent_whatsapp_leads {
  background: #300062;
}

.sent_whatsapp .full_row {
  border-left: 6px solid #300062;
}
.sent_whatsapp .fullname {
  color: #6a6c6d;
}
.sent_whatsapp .leaddate {
  color: #300062;
}

.called_leads {
  background: #36016e;
}
.called .full_row {
  border-left: 6px solid #36016e;
}
.called .fullname {
  color: #6a6c6d;
}
.called .leaddate {
  color: #36016e;
}

.sent_whatsapp_and_called_leads {
  background: #40027e;
}
.sent_whatsapp_and_called .full_row {
  border-left: 6px solid #40027e;
}
.sent_whatsapp_and_called .fullname {
  color: #6a6c6d;
}
.sent_whatsapp_and_called .leaddate {
  color: #40027e;
}

.requested_callback_leads {
  background: #4c0296;
}
.requested_callback .full_row {
  border-left: 6px solid #4c0296;
}
.requested_callback .fullname {
  color: #6a6c6d;
}
.requested_callback .leaddate {
  color: #4c0296;
}

.no_answer_leads {
  background: #5702ac;
}
.no_answer .full_row {
  border-left: 6px solid #5702ac;
}
.no_answer .fullname {
  color: #5702ac;
}
.no_answer .leaddate {
  color: #5702ac;
}

.will_think_about_it_leads {
  background: #6101c1;
}
.will_think_about_it .full_row {
  border-left: 6px solid #6101c1;
}
.will_think_about_it .fullname {
  color: #6a6c6d;
}
.will_think_about_it .leaddate {
  color: #6101c1;
}

.nr_not_working_leads {
  background: #4a4a4a;
}
.nr_not_working .full_row {
  border-left: 6px solid #4a4a4a;
}
.nr_not_working .fullname {
  color: #6a6c6d;
}
.nr_not_working .leaddate {
  color: #4a4a4a;
}

.will_call_me_back_leads {
  background: #6c02d6;
}
.will_call_me_back .full_row {
  border-left: 6px solid #6c02d6;
}
.will_call_me_back .fullname {
  color: #6a6c6d;
}
.will_call_me_back .leaddate {
  color: #6c02d6;
}

.booked_leads {
  background: #7603e9;
}
.booked .full_row {
  border-left: 6px solid #7603e9;
}
.booked .fullname {
  color: #6a6c6d;
}
.booked .leaddate {
  color: #7603e9;
}
.extended_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.extended_row hr {
  margin: 0;
}
.col-reports {
  display: flex;
  text-align: center;
  align-items: normal;
  justify-content: space-between;
  flex-direction: column;
}

.col-reports .llcc {
  color: #fff;
  padding: 5px 5px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-content: center;
  flex-direction: column-reverse;
}

.col-reports .llcc:hover {
  color: #fff;
}
.col-reports .llcc span {
  width: 100%;
  font-size: 12px;
}
.col-reports .llcc span.bold-span {
  font-size: 19px;
  font-weight: bold;
}

.form_record_payment {
  margin-top: 10px;
  text-align: center;
}

.pricing_row {
  background: #e0e0e0;
  margin-top: 10px;
}
.price_title {
  font-weight: bold;
}

.pricing_row .price_quoted {
  color: #000;
  background: #d2d2d2;
}

.pricing_row .price_paid {
  color: green;
  background: #d3f6d3;
}

.pricing_row .price_outstanding {
  color: red;
  background: #ffdada;
}

.mb-5 {
  margin-bottom: 10px;
}

.butcirc {
  border-radius: 130px;
  height: 130px;
  width: 130px;
  background: #fff;
  border: 3px solid #10c4a5;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #10c4a5;
  margin-bottom: 10px;
  margin-right: -10px;
}
.ravi_attempt_to_call img {
  width: 45px;
}
.dflex {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: right;
}
.btn.btn-primary.butcirc:hover,
.btn.btn-primary.butcirc:active,
.btn.btn-primary.butcirc:focus,
.btn.btn-primary.butcirc:active:hover {
  color: #10c4a5;
  background: #fff;
  border: 1px solid #10c4a5;
}

.btn-call-circle {
  width: 130px;
  height: 130px;
  background: url(../uploads/adm/log_call_btn2.png) no-repeat center center transparent;
  background-size: 70px;
  font-size: 0;
  border: 3px solid #ffcc00;
  margin-bottom: 10px;
  margin-right: -10px;
}

.btn.btn-primary.butcirc.btn-call-circle:hover,
.btn.btn-primary.butcirc.btn-call-circle:active,
.btn.btn-primary.butcirc.btn-call-circle:focus,
.btn.btn-primary.butcirc.btn-call-circle:active:hover {
  width: 130px;
  height: 130px;
  background: url(../uploads/adm/log_call_btn2.png) no-repeat center center transparent;
  background-size: 70px;
  font-size: 0;
}
.pl0 {
  padding-left: 0;
}

.row-circle {
  display: flex;
  align-items: center;
}
.circle2 {
  color: #00008e;
  font-size: 25px;
  padding: 0;
  margin-top: 0;
  line-height: 0.1;
  margin-top: -4px;
  border-radius: 40px;
  padding: 0;
  color: #fff;
  padding: 5px;
  width: 40px;
  height: 40px;
}
.btn.btn-primary.log-wa {
  border-color: #10c4a5;
}

.well {
  background: #bce5e0;
}
.book-now-btn {
  background: #da2bed;
}
.dayscont h1 {
  color: #1a2b56;
  text-align: center;
  margin-top: 0px;
}
.dayscont {
  padding: 15px;
  margin-bottom: 15px;
  background: #dfdfdf;
  padding-top: 15px;
}
.scroller {
  margin-bottom: 70px;
  display: block;
}

.mycs h6 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.mycs h6 a {
  color: #fff;
}

.mycs {
  text-align: center;
}
/* .mycs.td{
    background: #ffe2d4;
}
.mycs.tm{
    background: #9cdeeb;
}
.mycs.sev{
    background: #b5ffc7;
}
.mycs.sixt{
    background: #ffc977;
} */
.flexyx {
  display: flex;
  justify-content: space-around;
  /* background: linear-gradient(131.66deg,#000000 4.91%,#04080D 11.21%,#1A2635 42.94%); */
  background: #1a2b56;
  text-align: center;
  /* margin-bottom: 20px; */
  padding: 15px 0px;
  color: #fff;
  align-items: end;
}
.flexyx.today {
  background: linear-gradient(89.99deg, #ca2277 12.97%, #b33683 81.51%);
}
.flexyx.today2 {
  background: linear-gradient(131.66deg, #d24196 4.91%, #c33889 11.21%, #ce549f 42.94%);
  margin-bottom: 20px;
}
.flexyx.yesterday {
  background: linear-gradient(89.99deg, #b33784 12.97%, #82559b 81.51%);
  /* color: #fff; */
}
.flexyx.yesterday2 {
  background: linear-gradient(131.66deg, #c63e93 4.91%, #db5ba4 11.21%, #e282cf 42.94%);
  /* color: #fff; */
}
.flexyx.last7 {
  background: linear-gradient(89.99deg, #82559b 12.97%, #4d70b2 81.51%);
  /* color: #fff; */
}
.flexyx.last72 {
  background: linear-gradient(89.99deg, #a75ade 12.97%, #6290e6 81.51%);
  /* color: #fff; */
}
.flexyx.last16 {
  background: linear-gradient(89.99deg, #4c6fb3 12.97%, #3975b9 81.51%);
  /* color: #fff; */
}
.flexyx.last16_last_2_days {
  background: linear-gradient(89.99deg, #4d77cc 12.97%, #439aff 81.51%);
  /* color: #fff; */
}

.flexyx .copl {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.greenclass {
  background: #18d8b1 !important;
}
.mycs.sev2 div {
  padding: 5px 15px;
  width: 25%;
  border: 1px solid #fff;
}

.mycs.sev2 {
  background: linear-gradient(89.99deg, #c92377 12.97%, #3976b9 81.51%);
  position: fixed;
  top: 0px;
  width: inherit;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
}
@media all and (max-width: 768px) {
  .mycs.sev2 {
    position: fixed;
    top: 0px;
    width: inherit;
    left: 0px;
    right: 0px;
    margin-left: 0px;
  }
}

.copl span strong {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-top: 6px;
}

.btnk {
  width: 100%;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.alert.alert-all-connected.danger {
  background: #ca99bc;
}
.flowcallback {
  margin-top: 10px;
}

.book_ajax_form_calendar {
  padding-top: 20px;
  padding-bottom: 20px;
}
#book_ajax_form_calendar .tge_suc {
  padding: 5px;
}
#book_ajax_form_calendar .tge_suc .alert-warning {
  margin-top: 5px;
  padding: 5px;
}
.open_booking_form {
  background: #c92377;
  margin-top: 10px;
  color: #fff;
}
.booking_form_new {
  display: none;
  background: #bce5e0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-radius: 15px;
}

.booking_form_new input[type="text"],
.booking_form_new select,
.booking_form_new textarea {
  border-radius: 16px;
  border: 1px solid #ccc;
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
}
.booking_form_new input[type="submit"] {
  width: 200px;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  margin-bottom: 20px;
}
.notes_textarea {
  background: #fbcfff;
  height: 100px !important;
  font-style: italic;
}
#results .ajax-admin .alert.alert-danger p {
  color: #a94442 !important;
}
.circle-consent {
  background: red;
  padding: 5px;
  border-radius: 19px;
  width: 20px;
  height: 20px;
  font-size: 8px;
  color: #fff !important;
}
/* .circle-consent {
  background: red;
  padding: 5px;
  margin-top: 8px;
  border-radius: 19px;
  width: 20px;
  height: 20px;
  font-size: 8px;
  position: relative;
  top: -5px;
  right: 2px;
  clear: left;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
} */
/* @media all and (max-width: 768px) {
  .circle-consent {
    background: red;
    padding: 5px;
    margin-top: 8px;
    display: inline-block;
    width: auto;
    border-radius: 19px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    position: relative;
    top: -5px;
    right: 2px;
  }
} */

.total_past_emsculpt {
  background: #e07200;
  color: #fff;
  padding: 5px;
  width: 100%;
  display: block;
}
.glflex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.glflex .pluz.past {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  color: #8a7ec6;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  padding-bottom: 4px;
}
.missed_calls_container {
  padding: 10px;
  background: #51a4b5;
}
.missed_calls_container .row {
  margin-bottom: 2px;

  color: #fff;
}
.missed_calls_container .bbot {
  border-bottom: 1px solid #fff;
}
.generate_consent {
  padding: 10px;
  background: #51a4b5;
}
.alert-warning2 {
  border: 1px solid #cecece;
  padding: 7px 14px;
  margin-top: 14px;
  margin-bottom: 4px;
}
.update_form {
  padding-bottom: 20px;
  /* display: inline-flex; */
  flex-direction: column;
}
.no-treatment-plan {
  width: 20px;
  height: 20px;
  background: red;
  color: #fff;
}
.section_title {
  background: #f6dafe;
}
.bg_all {
  background: #aac5e6;
}
.section_title.note_title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.past_sessions {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* .flex-col .btn.btn-primary:focus{
    background: #cecece;
    color: #000;
    font-weight: bold;
} */
.flex-col .btn.btn-primary:hover {
  background: #ef95de;
  color: #000;

  outline: none;
}
.flex-col .btn.btn-primary:active {
  background: #ef95de;
  color: #000;
}
.section_title h2 {
  color: #155e91;
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-weight: normal;
  padding: 10px 0 15px 0;
}
.flex-col .btn {
  margin-left: 5px;
}

.credits_completed.activate {
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #34dcbd;
  color: #34dcbd;
  text-align: center;
  justify-content: center;
}
.credits_completed.ongoing_t.active {
  background: white;
  text-align: center;
  justify-content: center;
  border: 1px solid #dc34a7;
  color: #dc34a7 !important;
}
.today-btn,
.tomorrow-btn {
  background: #fbcfff;
  border: 1px solid #2e6da4;
  color: #302c2c;
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin: 0 auto 10px auto;
}
.today-btn.active,
.tomorrow-btn.active {
  background: #ec5ffa;
  color: #fff;
}

.callback-quickdays .callback-day-btn {
  margin-right: 5px;
  padding: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  user-select: none;
  font-size: 10px;
  padding: 9px;
  border-radius: 70px;
}

/* last button no extra margin */
.callback-quickdays .callback-day-btn:last-child {
  margin-right: 0;
}

/* use flex for equal widths */
.callback-quickdays {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px !important;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

/* active state */
.callback-quickdays .callback-day-btn.active {
  background: #ec5ffa;
  color: #fff;
}

/* default state */
.callback-quickdays .callback-day-btn {
  background: #fbcfff;
  color: #000;
}



.booking-quickdays .booking-day-btn {
  margin-right: 5px;
  padding: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  user-select: none;
  font-size: 10px;
  padding: 9px;
  border-radius: 70px;
}
/* last button no extra margin */
.booking-quickdays .booking-day-btn:last-child {
  margin-right: 0;
}
/* use flex for equal widths */
.booking-quickdays {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px !important;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
/* active state */
.booking-quickdays .booking-day-btn.active {
  background: #ec5ffa;
  color: #fff;
}
/* default state */
.booking-quickdays .booking-day-btn {
  background: #fbcfff;
  color: #000;
}

.bnz {
  padding: 10px;
  background: #ffffff;
  padding-top: 10px;
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}
.bnz h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
.booking-time-circles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 15px;
}
.booking-time-circles .time-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  transition: background 0.2s;
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
  background: #47ce78;

  color: #fff;
}
.bnz .booking-time-circles .time-circle {
  background: #f5c1ff;
  color: #000000;
}
.booking-time-circles .time-circle.active {
  background: #cc75e7;
  color: #ffffff;
  text-align: center;
}

.credits_completed {
  display: flex;
  justify-content: space-between;
  background: #34dcbd;
  font-size: 20px;
  color: #fff;
  padding: 5px;
}
.credits_completed.tp {
  display: flex;
  flex-direction: column;
  /* margin: 10px auto; */
  text-align: center;
  font-size: 15px;
}

.consent_frms .credits_completed.tp {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
  height: auto;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  width: 160px;
}

.credits_completed.tp a {
  color: #fff;
}
.payments_rec {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  background: #df60ec;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  border: none;
}
.consnt {
  height: auto;
  border-radius: 0;
  color: #337ab7;
  font-size: 15px;

  background: #95b3d070;
  display: flex;
  text-align: center;
  width: auto;

  /* margin-bottom: 10px; */
  font-weight: bold;
  flex-direction: column;
}
.consnt .nr_active {
  color: #ff7a7a;
  background: #fff;
}
.payments_rec.butz {
  width: 100%;
}
.payments_rec.butz:hover {
  background: #34dcbd;
}
.payments_rec a {
  color: #fff;
}
.cont_cnst {
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  align-self: end;
}
.payments_rec.consnt {
  margin-top: 0;
  width: 160px;
}
.payments_rec.consnt a {
  color: #337ab7;
}
.treat_title {
  font-size: 25px;
  color: #155e91;
}
.treat_title .small_caption {
  font-size: 20px;
  margin-bottom: 5px;
}
.treat_title .patient_n {
  color: #da2bed;
}
.treat_title .credits_completed {
  width: fit-content;
  margin-bottom: 5px;
}
.treat_title .credits_completed .nr_active {
  margin-left: 10px;
}
.treat_title .credits_completed.ongoing_t {
  background: #4485ff;
}
.treat_title img {
  height: 36px;
}
.cancel_btn {
  margin-bottom: 3px;
}
.create_t_plan {
  display: block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 0;
  background: #59bed2;
  border: none;
}
.update_booking {
  margin-bottom: 10px;
}
.info_btn {
  background: #ff9000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}
.edit_btn {
  background: #3379b7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  border: none;
  border: 1px solid #fff;
  font-size: 12px;
}
.delete_btn {
  background: #af5fad;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 1px solid #fff;
}
.container {
  background: #fff;
}
.all_service_areas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
  margin-bottom: 10px;
}
.all_service_areas.single {
  justify-content: normal;
}

.sessions_selected {
  background: #000000;
}
.sessions_selected .title_area {
  color: #fff;
}

.cont_selection {
  font-size: 15px;
  /* margin-top: 10px; */
  color: #fff;
  padding: 5px 15px;
  /* margin-bottom: 5px; */
}
.areas_selection {
  background: #ba9658;
}

.text-color-areas {
  color: #ba9658;
}

.treatment_plan img {
  width: 110px;
}
.area_service {
  text-align: center;
  padding: 5px;
}
.title_area {
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.appt_cell.red {
  background: #bbbbbb;
  color: #fff;
}
.appt_cell {
  background: #675d97;
  color: #fff;
  border: 1px solid #ddd8d8;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.customer-details {
  background: #59bed2;
  padding: 15px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
@media all and (max-width: 768px) {
  .customer-details {
    margin-top: 10px;
  }
}
.customer-buttons {
  background: #59bed2;
  text-align: right;
  padding: 10px;
  /* marg */
}
.customer-buttons .btn {
  border-radius: 0;
  border: none;
}

.customer-buttons .btn.btn-primary:hover {
  background: #cecece;
  color: #000;

  outline: none;
}
.customer-buttons .btn.btn-primary:focus {
  background: #cecece;
  color: #000;

  outline: none;
}
.customer-buttons .btn.btn-primary:active {
  background: #cecece;
  color: #000;
}
.table-header {
  background: #baaef9;

  padding: 15px;
  color: #fff;
  margin-bottom: 5px !important;
  border-radius: 5px;
}
.table-header.past_bookings {
  background: #8a7fc6;

  padding: 15px;
  color: #fff;
}
.table-header.cancelled {
  background: #76718c;

  padding: 15px;
  color: #fff;
}
.row-plan {
  padding: 15px 0;
  background: #aac5e6;
  margin-top: 0;
  font-weight: bold;
}
.row-plan-desc {
  padding: 15px;
  background: #fff;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* border-bottom:5px solid #D9D9D9; */
  margin-top: 10px;
}
.row-plan-desc.ze_notes {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
}

.row-plan-desc .btn {
  border-radius: 0;
  border: none;
}
.title_b {
  font-weight: bold;
  font-size: 20px;
}
.title_b.create {
  margin: 10px auto;
}
.title_b.create span {
  background: #59bed2;
  display: inline-flex;
}
.title_b.title_plan {
  color: #155e91;
}
.title_b.create span:hover {
  background: #59bed2;
}
.title_b span {
  background: #337ab7;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 15px;
}
.title_b span:hover {
  background: #286090;
}
.notes {
  padding: 5px 35px;
  /* background: #e1e7f1; */
}

.the_container_tabs {
  border-bottom: 5px solid #d9d9d9;
  padding-bottom: 15px;
  background: #fff;
}

.right_pay {
  padding: 0;
}
.right_pay form {
  margin-top: 10px;
}
.left_pay {
  padding: 0;
}
.left_pay .row-plan-desc {
  border-bottom: none;
}
.flex-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.flex-col .left_d {
  display: flex;
  flex-direction: row;
}
.flex-col .right_d {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
}
.flex-col .notes_button {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #eb4ab7;
}
.flex-col .pay_button {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #eb4ab7;
}
.flex-col .editz_button {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #eb4ab7;
}
.initial_note,
.no-records {
  background: #c0cde7;
  padding: 15px;

  margin-bottom: 30px;
  margin-top: 10px;
}
.note-row {
  background: #fff;

  padding: 5px;
  padding-left: 0;
  margin: 0;
  margin-bottom: 5px;
}
.note_col {
  border-right: 1px solid #ffffff;
}
.boder-lr {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.bg-create {
  background: #337ab7;
}
.services {
  padding: 15px;
}
.services label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.service_listing {
  /* margin-bottom:15px; */
  /* padding-left:15px;
    padding-right:15px; */
  padding: 0;
  margin: 0;

}
/* ordering create treatment plan */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 6px;
}
/* ✅ MOBILE FIX — stack columns vertically */
@media (max-width: 768px) {
  .services {
    grid-template-columns: 1fr;   /* single column */
    grid-auto-flow: row;          /* normal vertical flow */
  }
}

.the_service input[type="radio"] { display:none; }
.the_service label {
  display:flex; align-items:center; justify-content:center;
  background:#2f6f9f; padding:10px; border-radius:10px; cursor:pointer;
  transition:transform .05s ease, box-shadow .15s ease;
}
.the_service input[type="radio"]:checked + label {
  outline:2px solid #a0e3ff; box-shadow:0 0 0 3px rgba(160,227,255,.25);
}
.preset-toolbar{background:#f4f7fb;border:1px solid #e3e9f3;border-radius:12px;padding:10px 12px;margin:10px 0 14px}
  .preset-title{font-weight:600;font-size:12px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;color:#334}
  .preset-buttons{display:flex;flex-wrap:wrap;gap:8px}
  .preset-btn{border:1px solid #cdd7ee;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:12px;line-height:1}
  .preset-btn:active{transform:scale(.98)}
  .flash{animation:flash-bg .8s ease}
  @keyframes flash-bg{0%{box-shadow:0 0 0 0 rgba(70,180,255,.6)}100%{box-shadow:0 0 0 14px rgba(70,180,255,0)}}

/* ordering create treatment plan */


.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.total_sessions {
  padding: 10px;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.total_sessions span {
  font-size: 23px;
  background: #fff;
  border-radius: 80px;
  color: #000;
  width: 65px;
  height: 65px;
  justify-items: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
.area_total {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  /* color: #fff; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #d9d9d9;
}
.area_total span {
  font-size: 23px;
  /* background: #fff; */
  color: #fff;
  border-radius: 80px;

  width: 65px;
  height: 65px;
  justify-items: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  align-self: flex-end;
}
.img_and_desc {
  text-align: center;
}
.img_and_desc .desc {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.credit_and_used {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  color: #337ab7;
  text-align: center;
}

.credit_and_used .credit {
  border-left: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.credit_and_used .credit .top {
  border-bottom: 1px solid #337ab7;
}
.credit_and_used .completed {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.credit_and_used .completed .top {
  border-bottom: 1px solid #337ab7;
}
.areas_ {
  font-size: 14px;
  color: #337ab7;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.nr_sand_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.nr_sand_area_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ba9658;

  width: 100%;
  margin-bottom: 0;
}
.span_sess_left {
  border-radius: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 70px;
  align-self: center;
  border: 2px solid #ba9658;
  margin-bottom: 37px;
}
.span_sess_left_profile {
  width: 100%;
  display: block;
  margin-top: 0;
  background: #34dcbd !important;
  color: #fff !important;
  /* border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; */
}
.past_session {
  margin-bottom: 10px;
  background: #e7e3ff;
  text-transform: capitalize;
  margin-top: 40px;
}
.attended_class {
  background: #d9fff8;
  margin-top: 20px;
}

.areas_ .top {
  color: #fff;
  padding: 5px;
}
.areas_ .bottom {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}
.areas_ .bottom .active_zareas {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  padding: 3px;
}
.areas_ .bottom .active_zareas.profile_history_active_area {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 3px;
  margin-top: 10px;
  color: #fff;
}
.active_zareas form {
  text-align: center;
}
.active_zareas img {
  width: 100px;
}
.record_new_sessz {
  background: #34dcbd;
  width: 90px;
  height: 90px;
  color: #fff;
  border-radius: 100px;
  border: navajowhite;
  font-size: 30px;
}
.credit_and_used .total {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.credit_and_used .total .top {
  border-bottom: 1px solid #337ab7;
}
.small_g {
  font-size: 11px;
  line-height: 1;
}
.img_and_desc img {
  width: 110px;
}
.img_and_desc.sessions_selected {
  color: #fff;
}
.the_date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 7px 7px;
  background: #baaff9;
  margin-bottom: 1px;
  color: #fff;
  align-items: center;
}
.the_date a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  padding: 2px;
  margin-top: -1px;
  width: 50px;
  height: 20px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .the_date {
    display: flex;
    /* justify-content: center; */
  }
  .the_date a {
    width: 42px;
  }
  .credit_and_used {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .treat_title img {
    height: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .treat_title .credits_completed {
    width: 100%;
  }
  .active_zareas img {
    width: 50px;
  }
  .span_sess_left {
    width: 50px;
    height: 50px;
  }
  .record_new_sessz {
    width: 60px;
    height: 60px;
  }
}

.history_dates.small .the_date,
.completed_area {
  font-size: 12px;
}
.history_dates.small .date_single {
  margin-right: 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.history_dates.small {
  width: 100%;
  text-align: center;
}
.completed_area {
  background: #a065db;
  color: #fff;
  padding: 5px;
  margin-top: 10px;

  width: 100%;
  text-align: center;
}

.history_title {
  font-weight: bold;
  text-align: center;
}
.completed_treatment {
  background: #1e4e7d;
  padding: 2px;
  color: #fff;
  font-size: 10px;
}
.d-none-2{display:none;}

.the_service {
  /* margin-bottom: 10px; */
}
/* .the_service label {
  display: inline-flex;
  margin: 0;
  padding: 10px;
} */
.the_service label.active_service {
  background: #59bed2;
}
.the_service label:hover {
  background: #000;
  cursor: pointer;
}

.edit_fr {
  background: #cecece;
}
@media all and (max-width: 767px) {
  .consent_frms {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .consnt.butz {
    font-size: 13px;
  }
}
.consent_frms form {
  display: flex;
  justify-content: flex-end;
  width: 160px;
}
.consent_frms {
  display: flex;
  justify-content: flex-end;
}
.consnt.butz.em {
  line-height: 1.4;
}

.consnt.butz {
  align-items: center;
  display: flex;
  flex-direction: row;

  line-height: 1.4;
  padding: 15px 10px 14px 15px;
  background: #95b3d070;
  display: flex;
  flex-direction: row;
  border: navajowhite;
  color: #337ab7;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.plus-circle {
  margin-left: 5px;
  background: #337ab7;
  width: 23px;
  height: 23px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}

.customer-details input[type="submit"] {
  background: #337ab7;
  color: #fff;
  border: 0;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 15px;
}
.customer-details p {
  margin: 0;
}

.customer-details .success {
  color: #3c763d;
  font-size: 13px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.customer-details .error {
  color: #a94442;
  background-color: #f2dede;
  font-size: 13px;
  border-color: #ebccd1;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.flex_date_duration {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 10px;
}
.flex_date_duration.no-wrap {
  justify-content: flex-start;
  align-items: center;
  z-index: 99999;
  position: relative;
}

.appt_cell .sessionDateTime {
  background: #ffffff !important;
  padding: 5px;
  border-radius: 5px;
  color: #6d6d6d;
  display: inline-block;
  font-weight: bold;
  text-align: right;
}
.appt_cell .duration_t {
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: right;
}
.flex_date_duration .serviceNames {
  padding: 5px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5pc;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_date_duration .serviceNames_ {
  display: none;
}
.right_c .ajax-calendar {
  margin-bottom: 10px;
}

.circle-star {
  width: 20px;
}
@media all and (min-width: 768px) {
  .circle-star {
    margin-bottom: 2px;
    display: inline-block;
  }
}
.update_pay {
  background: #337ab7 !important;
  margin-bottom: 10px !important;
}
.update_pay:hover {
  background: #7761ec !important;
}
.circle-star img {
  width: 20px;
}

.ask_reviews input[type="submit"] {
  background: #337ab7;
  color: #fff;
  border: 0;
  margin-top: 10px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 15px;
}
.ask_reviews .alert-success {
  color: #3c763d;
  font-size: 13px;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.lead .lead_control_appts {
  font-size: 14px !important;
}
.followuptime {
  margin-bottom: 5px;
}
.bg_follow_up_cancel {
  background: #fbcfff;
  padding: 10px;
  margin-bottom: 10px;
}
.all-notes {
  padding-bottom: 15px;
}
.all-notes .note_col {
  color: #000;
  padding-right: 10px;
}
.title_notes_b {
  background: #5abed2;
  color: #fff;
  border-top: 5px solid #3479b7;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-bottom: 17px;
}
.all-notes .section_title h2 {
  text-align: left;
  padding-left: 10px;
}

.all-notes .title_b {
  padding-left: 15px;
}
.form-add-note {
  margin-bottom: 10px;
  background: #f6dafd;
  padding-bottom: 10px;
}
.all-notes .row-plan-desc.ze_notes {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #d9d9d9;
  background: #95b3d0;
}

.all-notes .flex_date_duration img {
  height: 10px;
}

.all-notes .note_date {
  background: #ffffff !important;
  padding: 5px;
  border-radius: 5px;
  color: #6d6d6d;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
  width: 100%;
}
.all-notes .flex_date_duration {
  margin-top: 0;
}
.all-notes .serviceNames {
  width: auto;
  font-size: 11px;
  height: 22px;
}
.all-notes .flex_date_duration {
  align-items: center;
}

.upload_form_camera,
.photos_container {
  background: #ffffff;
}

.open_camera_btn {
  background-color: #35dcbd;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 200px;
  border-radius: 35px;
  margin-top: 20px;
}
.upload_btn {
  width: 200px;
  margin: 10px auto;
  display: block;
  border-radius: 35px;
  background: #eb4ab7;
  border: 1px solid #fff;
}
.upload_btn:hover {
  background: #28a78f;
}
.open_camera_btn:hover {
  background-color: #28a78f;
  color: #fff;
}
.select_area_photo {
  width: 200px;
  margin: 10px auto;
  display: block;
  border-radius: 35px;
}
.img_preview_photo img {
  max-width: 100%; /* Responsive image */
  height: auto; /* Maintain aspect ratio */
  margin-top: 10px; /* Space above the preview image */
  margin-bottom: 10px;
  text-align: center;
}
.active_zareas .photo-item {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
  /* box-shadow: 0 0 5px rgb(0 188 156); */
  border: 1px solid #baaef9;
  background: #beccca;
}
.photo-item.active {
  background: #00bc9c;
  padding: 5px;
  box-shadow: 0 0 5px rgb(0 188 156);
  border: 1px solid #baaef9;
}
.photo-item {
  padding: 5px;
  display: flex;
  flex-direction: column;
  width: 143px;
  margin: 0 auto;
}
.photo-item img {
  margin-bottom: 5px;
}
.response_photo_upload {
  display: none;
}
.response_photo_upload.alert-danger {
  display: block;
}
.response_photo_upload.alert-success {
  background: #43be94;
  color: #fff;
  display: block;
}

.modal-fullscreen {
  max-width: 100%;
  margin: 0;
}
.modal-dialog {
  width: 100%;
}
.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#photoComparisonContent {
  /* display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
  justify-content: center;
  align-items: center; */
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
  align-items: baseline;
}

#photoComparisonContent img {
  display: block;
  max-width: 1000px;
  max-height: 600px;
  height: auto;
}

#photoComparisonContent .date_single {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
  background: #7870d2;
  padding: 5px;
  color: #fff;
}

#photoComparisonModal .modal-header .close {
  background: #f56565;
  border-radius: 30px;
  line-height: 1;
  opacity: 1;
  padding: 0px 6px 6px 5px;
}
#photoComparisonModal .modal-header .close span {
  color: #fff;
}
.load_photos {
  border-radius: 30px;
  background-color: #00bc9c;
  color: #fff;
  border: 1px solid #fff;
  width: 200px;
  margin: 10px auto;
  display: block;
  border-radius: 35px;
}

.compare_btn {
  border-radius: 30px;
  background-color: #00bc9c;
  color: #fff;
  border: 1px solid #fff;
  width: 200px;
  margin: 10px auto;
  display: block;
  border-radius: 35px;
}
.no-photos-alert {
  margin-left: 4px;
  margin-right: 5px;
  text-align: center;
}
.signature_button_with_pen.blue {
  background: #84bcf7;
}

.signature_button_with_pen {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  background: #5aa5f2;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  border: none;
  width: 380px;
  margin-bottom: 10px;
}
.signature_button_with_pen .pen_sig {
  width: 30px;
}
.signature_button_with_pen a {
  color: #fff;
}

.the_sig {
  width: 100%;
}
.tk_ph_but {
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  align-items: center;
}
.tk_ph_but img {
  width: 70px;
}
.tk_ph_but span {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #baaef9;
  color: #fff;
  border-radius: 15px;
  top: 0px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.diff_bor {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid pink;
}
#xpand_appointment_requests .appt_cell.approve_booking_cell {
  background: #aa0082 !important;
}

.access_profile {
  background: #ec4bb7;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 16px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.access_profile:hover {
  background: #5abed2;

  color: #fff;
  text-decoration: none;
}
/* .time-slots-container { display: flex; flex-wrap: wrap; gap: 10px;     justify-content: space-between;} */

.time-slots-container {
  display: flex;
  flex-direction: column; /* Stack groups vertically */
  gap: 10px;
}

.time-slot-group {
  /* display: flex; */
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 10px;
  justify-content: space-between; /* Adjust as needed */
}
.time-slot-btn {
  padding: 10px 15px;
  text-align: center;
  background-color: #def9ff;
  background-color: #d1e8f2;
  background-color: #e3f2fd;
  background-color: #f5f5f5;
  background-color: #baaff9;

  color: #fff;

  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 5px;

  background-color: #e3dfff;

  background-color: #ec4bb7;
  /* background-color: #ffbae8; */
  color: #fff;
  /* color: #000000; */
  border: 1px solid #776ab6;
  cursor: pointer;
  border-radius: 20px;
}

.time-slot-btn.morning {
  background-color: #d37cfc;
}

.time-slot-btn.midday {
  background-color: #b059d9;
}

.time-slot-btn.afternoon {
  background-color: #853ca7;
}

.time-slot-btn.active {
  background-color: #71cfe4;
  background-color: #007f91;
  background-color: #ff9800;
  background-color: #4caf50;
  background-color: #eb4ab7;
  color: #fff;
  /* color: #000; */
  border-color: #024b5b;
  border-color: #ffffff;

  background-color: #baaef7;
  background-color: #41dab7;
  color: #fff;
  /* color: #000; */
  border-color: #ec4bb7;
}
#appointments_new .ui-datepicker .ui-datepicker-header,
#patient_profile_id .ui-datepicker .ui-datepicker-header {
  background: #71cfe4;
  color: #1e5d57;

  background: #86c5da;
  background: #003366;
  background: #455a64;
  background: #baaff9;
  color: #ffffff;
}

#appointments_new .ui-state-active,
#appointments_new .ui-widget-content .ui-state-active,
#appointments_new .ui-widget-header .ui-state-active,
#appointments_new a.ui-button:active,
#appointments_new .ui-button:active,
#appointments_new .ui-button.ui-state-active:hover,
#patient_profile_id .ui-state-active,
#patient_profile_id .ui-widget-content .ui-state-active,
#patient_profile_id .ui-widget-header .ui-state-active,
#patient_profile_id a.ui-button:active,
#patient_profile_id .ui-button:active,
#patient_profile_id .ui-button.ui-state-active:hover {
  border: 1px solid #ff9800 !important;
  background: #71cfe4 !important;
  background: #e3f2fd !important;
  background: #eb4ab7 !important;
  font-weight: normal !important;
  color: #000 !important;
  color: #fff !important;
}
#appointments_new .form-control {
  border: 1px solid #7869b6;
  background: #e5e2ff;
  height: 40px;
  border-radius: 20px;
}

#appointments_new #book_ajax_form_calendar .tge_suc,
#patient_profile_id #book_ajax_form_calendar .tge_suc {
  background: #5abed2;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#patient_profile_id #calendar-book-new .tge_suc {
  background: #8a7fc6;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#calendar-book-new .alert-warning {
  background-color: #5abed2;
}
.submit_new_appt {
  background: #eb4ab7 !important;
}
.book-now-btn.deny_booking_no_email {
  background: #d12377;
}

.book-now-btn.approve_booking {
  background: #35dcbd;
  color: #08382f;
}

#appointments_new .header_appts {
  padding: 10px 0;
}

#appointments_new .header_appts,
#appointments_new .header_appts .container {
  background-color: #57a7b9;
  background-color: #005f73;
  background-color: #009688;
  background-color: #1e3a8a;
  background-color: #59bed2;
}

#appointments_new .footer_f {
  padding: 30px 0;
}

#appointments_new .footer_f,
#appointments_new .footer_f .container {
  background-color: #57a7b9;
  background-color: #005f73;
  background-color: #009688;
  background-color: #1e3a8a;
  background-color: #59bed2;
  color: #fff;
  text-align: center;
}

#appointments_new .header_appts .container img {
  padding: 10px 0;
  width: 150px;
  margin: 0 auto;
}

#appointments_new h1 {
  color: #000;
  font-size: 18px;

  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 10px;
}

#appointments_new .book_ajax_form_calendar {
  padding-top: 0;
}

#appointments_new .book-now-btn {
  background: #ec4bb7;
  border: 2px solid #baaef9;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  font-size: 14px;
}
.book-now-btn.rqst {
  margin-bottom: 20px;
  background: #df60ec;
  color: #ffffff;
  height: 40px;
  font-size: 16px;
}
.book-now-btn.rqst:hover {
  margin-bottom: 20px;
  background: #59bed2;
  color: #ffffff;
  height: 40px;
  font-size: 16px;
}

#appointments_new .h1 .img-responsive {
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  filter: invert(100%) sepia(100%) saturate(1000%) hue-rotate(180deg);
}

#appointments_new .book-now-btn:hover {
  background: #5abed2;
  border: 2px solid #baaef9;
}

#appointments_new .footer_f .logo {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 10px;
}

#appointments_new .hours_slots_new_booking {
  margin-top: 30px;
}

#appointments_new .right_c .ajax-calendar {
  margin-bottom: 30px;
}
#appointments_new .middle-content {
  padding-bottom: 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;

  justify-content: center;
}
.middle-content .container {
  background: transparent;
}
#appointments_new .middle-content .container {
  background: #85c5d1;
}
@media all and (max-width: 768px) {
  #appointments_new .middle-content .container {
    width: 100%;
  }
  .text-center-sm {
    text-align: center;
  }
}
#appointments_new h2 {
  color: #000;
  font-size: 19px;
  font-family: "Inter", sans-serif;
  margin-top: 40px;
  color: #baaff9;
  color: #fff;
}

#appointments_new #emailForm input[type="email"] {
  margin-top: 40px;
  margin-bottom: 40px;
}
#appointments_new input[type="submit"] {
  background: #ec4bb7;
  color: #fff;
  border: 0;
  border-radius: 0;
  margin-top: 10px;
  padding: 6px 50px;
  border-radius: 15px;
  border: 2px solid #7869b6;
}

#appointments_new .success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#appointments_new p {
  margin: 0;
}
#appointments_new .error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#appointments_new h3 {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
#appointments_new {
  height: 100%;
  margin: 0;

  height: 100%;
  margin: 0;
  display: flex;

  flex-direction: column;
}
.form-control.select_pink {
  border: 3px solid #df60ec;
  height: 50px;
}

.bulk-blocks {
  display: inline-block;
  background: #f3f3f3;
  padding-top: 10px;
  border: 1px solid #c4b1b1;
  width: 100%;
}
.block .form-row {
  display: inline-block;
  background: #baadf9;
  background: #fbcfff;
  padding-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.block .btn-danger {
  background-color: #d12277;
}
.bulk-blocks #add-next-slot,
.bulk-blocks #add-same-slot {
  background-color: #d12277;
  color: #fff;
}
.the-amount {
  display: none;
}
.payments-display h3 {
  background: #3479b7;
  display: inline-flex;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 45px;
}

.mail-wrapper {
  background: #f9fafc;

  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-header {
  background: #fff !important;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 1.25rem;
}

.card-header strong {
  font-size: 1.05rem;
  color: #111827;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  color: #6b7280;
  font-weight: 500;
  transition: color 0.2s, background 0.2s;
  padding: 6px 14px;
  border-radius: 6px;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background: #59bed2;
  font-weight: 600;
  display: flex;
}

/* --- Mail list --- */
.mail-list {
  background: #fff;
}
.mail-list blockquote {
  font-size: 13px;
}
.mail-item {
  border-bottom: 1px solid #eef1f4;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  padding: 0.75rem 1.25rem;
  font-size: 13px;
}

.mail-item.unread {
  background-color: #e060ec;
  font-weight: 600;
  border-left: 4px solid #0d6efd;
}
.mail-item.unread .text-primary {
  color: #fff !important;
}
.mail-item.unread .small.text-muted {
  color: #fff !important;
}
.mail-item.unread .small.text-secondary {
  color: #fff !important;
}
.mail-item:hover {
  background-color: #e2e2e2;
}
.mail-item.unread:hover {
  background-color: #59bcd0;
}

.mail-item .text-primary,
.mail-item .text-success {
  font-size: 13px;
  font-weight: 600;
}

.mail-item .text-muted {
  font-size: 13px;
  color: #6b7280 !important;
}

.mail-body {
  display: none;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 1rem 1.5rem;
  font-size: 13px;
  line-height: 1.6;
}

.mail-body.active {
  display: block;
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reply-box {
  border-top: 1px dashed #e5e7eb;
  padding-top: 1rem;
  margin-top: 1rem;
}

.reply-box textarea {
  resize: none;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
}

.reply-box button {
  border-radius: 6px;
  padding: 6px 16px;
}

.unread-badge {
  background: #e160ec;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 2px 8px;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
}
.title_b.create .badge.bg-danger {
  background: #d12477;
  border-radius: 151px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-left: -10px;
  margin-top: -10px;
}
#wa-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.wa-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  max-width: 70%;
}

.wa-message.incoming {
  align-self: flex-start;
}

.wa-message.outgoing {
  align-self: flex-end;
}

.wa-bubble {
  padding: 8px 12px;
  border-radius: 10px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.wa-bubble.incoming {
  background: #f1f0f0;
  color: #111;
  border-bottom-left-radius: 0;
}

.wa-bubble.outgoing {
  background: #dcf8c6;
  color: #111;
  border-bottom-right-radius: 0;
}

.wa-time {
  font-size: 0.75rem;
  color: #999;
  margin-top: 3px;
  text-align: right;
}

/* media alignment */
.wa-bubble img,
.wa-bubble video {
  border-radius: 10px;
  display: block;
  max-width: 220px;
}

/* Container layout */
#wa-input-bar {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  background: linear-gradient(to bottom, #f9f9f9, #ebebeb);
  border-top: 1px solid #ccc;
}

/* Textarea/input */
#wa-msg {
  flex: 1;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333;
  height: 34px;
  resize: none;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-right: 6px;
}

/* Attach button */
#wa-attach {
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  width: 38px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #fefefe, #e7e7e7);
  margin-right: 6px;
  cursor: pointer;
}
#wa-attach:hover {
  background: linear-gradient(to bottom, #fff, #ddd);
}

/* Send button */
#wa-send {
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  height: 34px;
  padding: 0 18px;
  background: linear-gradient(to bottom, #fefefe, #e6e6e6);
  font-weight: 500;
  color: #111;
  cursor: pointer;
  transition: background 0.2s ease;
}
#wa-send:hover {
  background: linear-gradient(to bottom, #fff, #dcdcdc);
}

/* Optional for disabled states */
#wa-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Adjust child styles if necessary within the flex container */
.the-amount > input.form-control.block-amount,
.the-amount > .scheduled-payments-list {
  width: 100%; /* Ensure children take full width of the flex container */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.the-amount > input.form-control.block-amount {
  padding: 10px 12px; /* Slightly more padding for input */
  border-radius: 4px;
  border: 1px solid #ccc;
}
/* Styling for the container .scheduled-payments-list */
.scheduled-payments-list {
  background-color: #58bed2;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-top: 0px; /* Add some space above it if needed */
}
.scheduled-payments-list h4 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
}
/* Styling for the unordered list (ul) within .scheduled-payments-list */
.scheduled-payments-list ul {
  list-style-type: none; /* This removes the bullets */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

/* Styling for each list item (li) within the ul */
.scheduled-payments-list ul li {
  background-color: #d9ffac;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 10px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Optional: remove bottom margin from the last list item */
.scheduled-payments-list ul li:last-child {
  margin-bottom: 0;
}
.btn.btn-primary.sched-p-but {
  color: #fff;
  background-color: #e060ec;
  border: none;
  border-radius: 29px;
}
.outstanding_pp,
.scheduled_pp {
  font-size: 15px;
  color: #fff;
}
.scheduled_pp strong {
  font-size: 15px;
  color: #000;
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 30px;
  margin-top: 10px;
}
.outstanding_pp strong {
  font-size: 15px;
  color: #c1005e;
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 30px;
  margin-top: 10px;
}
.total_paid {
  background: #e91e63;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #fff;
}
.total_paid strong {
  background: #fff;
  padding: 10px;
  border-radius: 30px;
  color: #000;
}

.select2-results__option {
  padding: 6px 8px !important;
  border-bottom: 1px solid #f1f1f1;
}

.select2-results__option:last-child {
  border-bottom: none;
}
/* Highlight ONLY the selected option */
.select2-container--default .select2-results__option--selected {
  background-color: #34dcbd !important;
  color: #000 !important;
}

/* Increase dropdown height */
.select2-results__options {
  max-height: 320px !important; /* Default is 200px */
}

/* Optional: add scrollbar styling (WebKit browsers) */
.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 4px;
}
.select2-search--dropdown {
  display: none !important;
}

.follow-up-callbtn {
  background-color: #eb4ab7;
}
.customer-buttons .btn {
  border-radius: 30px;
  margin-bottom: 10px;
}

.customer-details,
.customer-buttons,
.consnt.butz,
.consent_frms .credits_completed.tp,
.title_b.create span {
  border-radius: 8px;
}
@media all and (max-width: 768px) {
  .padding-left-0 {
    margin-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .padding-right-10 {
    padding-right: 10px;
  }
  .padding-left-0 {
    padding-left: 0px;
  }
}
.sched-a-payment {
  padding: 10px;

  margin-top: 20px;
}
.sched-a-payment .bg-wt {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border-radius: 15px;
}
.sched-a-payment .btn.btn-primary {
  margin-top: 10px;
  background: #5aa5f2;
}
.payment-summary-card.top{
  display: flex;
  padding: 12px;
  font-size: 13px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #58bed2;
  margin-bottom: 10px;
  BACKGROUND: #f7daff;
  color: #145e91;
}
.payment-summary-card {
  display: flex;
  background: #f3e5f5;
  padding: 12px;
  border-radius: 6px;
  font-size: 13px;
  margin: 5px;
  text-align: center;
}

/* Set custom widths for each column */
.payment-summary-card > div:nth-child(1) {
  flex: 0 0 25%;
  border-right: 1px solid #57bbcf;
}
.payment-summary-card > div:nth-child(2) {
  border-right: 1px solid #57bbcf;
  flex: 0 0 35%;
}
.payment-summary-card > div:nth-child(3) {
  border-right: 1px solid #57bbcf;
  flex: 0 0 15%;
}
.payment-summary-card > div:nth-child(4) {
  flex: 0 0 25%;
  padding-left: 10px;
  padding-right: 10px
}
.tp-header .payment-summary-card .outstanding_cls {
  background: #e91e64;
  color: #fff;
  border-radius: 35px;
}
.tp-header .tp-services-block .service-row:last-child {
 border-bottom:0;
}
/* Optional: keep content centered and spaced */
.payment-summary-card > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tp-card {
  margin-top: 11px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.tp-header {
  padding: 10px 14px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.tp-header .payment-summary-card {
  padding: 5px 10px;
  border: 1px solid #57bbcf;
  margin: 5px 0 0 0;
  background:none;
}

.env-open {
  /* background-color: #fff8e1; */
  /* border-left: 6px solid #ff9800; */
  color: #333;
}

.env-closed {
  background-color: #e6ffea;
  /* border-left: 6px solid #28a745; */
  color: #333;
}

.tp-services {
  font-size: 13px;
  color: #555;
  margin-top: 3px;
}

.tp-table {
  width: 100%;
  border-collapse: collapse;
}

.tp-table td {
  padding: 8px 14px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 13px;
}

.tp-date {
  width: 38%;
  font-weight: 600;
}

.tp-payment {
  width: 40%;
}

.tp-status {
  width: 30%;
  text-align: right;
}

.tp-footer {
  background-color: #f9f9f9;
  font-weight: bold;
}
.tp-header .alert-warning {
  padding: 6px 8px;
  align-items: center;
  border-radius: 5px;
  line-height: 1;
  color: #e91e64;
  text-align: left;
  margin-top: 5px;
background:none;
border:none;
}
.tp-header .alert-warning span {
 
  margin-right: 5px;
}

.progress-bar {
  color: white;
  font-weight: bold;
}

.progress {
  background: #e9ecef;
  border-radius: 5px;
  height: 18px;
  position: relative;
  margin-bottom: 5px;
}
.progress-zero {
  text-align: center;
  font-size: 12px;
  color: #e91e64;
  font-weight: 600;
  line-height: 18px;
  background: #ebebeb;
  border-radius: 5px;
  margin-bottom: 5px;
}

.missed-row {
  background-color: #ffe5e5 !important;
}

/* Status Pill Styles */
.status-pill {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.status-pill.completed {
  background: #e6ffea;
  color: #1b5e20;
  border: 1px solid #2ecc71;
}
.status-pill.scheduled {
  background: #fff8e1;
  color: #a66d00;
  border: 1px solid #ffb74d;
}
.status-pill.unscheduled {
  background: #e3f2fd;
  color: #0d47a1;
  border: 1px solid #64b5f6;
}
.status-pill.missed {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef5350;
}

/* Highlight missed row */
tr.missed-row td {
  background-color: #ffebee !important;
  color: #c62828;
  font-weight: 600;
}

/* Accordion style for completed plans */
.completed-section {
  margin-top: 30px;
  padding: 0;
  border-radius: 8px;
}

.completed-title {
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  padding: 8px

}

details summary {
  cursor: pointer;
  font-weight: bold;
  color: #58bed2;
}




.tp-services-block {
  padding: 15px 0 0 0;
}

.service-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;

}
.service-row .price-edit {color:#000}
.service-row .price-edit input{color:#000;width:80px;}

.service-logo_tp_card {

  padding: 3px 8px;
  
  border-radius: 8px;
  color: #f3e6f5;
}
.service-logo_tp_card img {
  max-width: 100px;

  margin-bottom: 5px;
}

.service-logo_tp_card .price {
  color: #000000;
}
.service-info {
  font-size: 14px;
  margin-left: 10px;
}

.area-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.area-item {
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  flex-direction: column;
}

.area-item img {
  height: 22px;
  width: 22px;
  border-radius: 3px;
}

.tp-summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-meta-row .toggle-details-btn {
  margin-bottom: 0;
  text-decoration: none;
  margin-left: 10px;
  width: 120px;
  background: #e060ec;
}

.tp-meta-row {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tp-meta-row .edit-link {
  text-decoration: none;
  margin-bottom: 0;
  background: #e060ec;
}
.locked-input {
  background-color: #fff4d6;
  border: 1px solid #d0a65c;
}
.payment-summary-card input[type="text"] {
  width:75px;
}


/*dropdown services*/
#toggleOutsidePlan{
  background: #fbcfff;
  border-radius: 15px;
  color: #2b6f9f;
}
.logo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 14px 0 22px;
}

.logo-tile {
  background: #2d6f9f;
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 9px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-tile img {
  max-height: 13px;
  max-width: 100%;
  object-fit: contain;
}

.logo-tile:hover {
  background: #000000;
}

.logo-tile.active {

  background: #59bed2;
  outline: 2px solid #a0e3ff;
  box-shadow: 0 0 0 3px rgba(160, 227, 255, .25);
}



.type-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.type-btn {
  padding: 16px;
  border-radius: 14px;
  font-weight: 600;
  background: #2b6f9f;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  border: navajowhite;
}

.type-btn.active {
  background: #58bed2;
  color: white;
}
/*dropdown services*/