
:root,
[data-bs-theme="light"] {
    --bs-gray: #EBEBEB;
    --bs-light-green: #B6D2D6;
    --bs-light-green-bg:#DEF0F3;
    --bs-light-green-new:#cee2e5;
}

.bg-theme {
  /* background: #6097bb !important; */
  background: #125c65 !important; 
}
.text-theme {
  /* color: #6097bb !important; */
  color: #125c65 !important;
}

.light .breadcrumb-item a.text-dark {
  color: var(--bs-text-light) !important;
}

.bg-light-theme {
  background: rgb(96 151 187 / 30%) !important;
}
.border-theme {
  /* border-color: #6097bb !important; */
  border-color: #125c65 !important;
}
.form-check-input:checked[type="checkbox"] { background-size: 77%;}
.error {
  color: red !important;
  /* margin-bottom: 15px !important; */
}
.min-vh-50 {
  min-height: 50vh;
}
.min-vh-60 {
  min-height: 60vh;
}
.min-vh-70 {
  min-height: 70vh;
}
.min-vh-80 {
  min-height: 80vh;
}
.ml-2 {
  margin-left: 5px;
}
.appointment-card {
  background-color: #fafafa;
  border: #e3e3e3 solid 1px;
  border-radius: 5px;
  padding: 15px 10px;
}

.card .card-body {
  padding: 0.5rem 2.25rem;
  color: var(--bs-card-color);
}

.appointment-title {
  font-size: medium;
}

.icon-class {
  color: #125c65 !important;
}

.bg-page {
  background-color: #f6f6f6;
}

.btn-design {
  background: #125c65;
  border-color: #125c65;
  color: #fff;
}

.btn-design:hover {
  background: #333;
  color: fff;
  border-color: #333;
}

.small-card-header {
  min-height: 35px !important;
}

.table.dataTable {
  /* border-bottom: 1px solid #333 !important; */
}

.table.dataTable > tbody > tr.even,
.table.dataTable > tbody > tr.odd,
.table.dataTable > thead > tr {
  background-color: #fff !important;
  border-bottom: 1px solid #eaeaea;
}

.dashboard-box1-shadow {
  box-shadow: 10px 10px #9ae4bb;
}

.dashboard-box2-shadow {
  box-shadow: 10px 10px #efdd9f;
}

.dashboard-box3-shadow {
  box-shadow: 10px 10px #f2aabc;
}

.dashboard-box4-shadow {
  box-shadow: 10px 10px #b295f0;
}

.pre-scrollable {
  max-height: 340px;
  margin: 0;
  overflow-y: auto;
}

.pre-scrollable li:last-child {
  border: 0 !important;
}
.payment_details .dataTables_length {
  padding-left: 15px !important;
}

div.dataTables_wrapper div.dataTables_length {
  padding: 1rem;
}

.clients_notes .timeline-label {
  width: 100px;
}

.clients_notes .timeline-label:before {
  left: 101px;
}

.timeline-label .clients_notes .timeline-label:last-child::before {
  display: none;
}

.note_details:first-letter {
  text-transform: capitalize;
}
.folderName {
  border: #fff solid 2px;
}
.folderName.active {
  border: #dae5ed solid 2px;
}
.sweet-alert h2 {
  z-index: 9;
  position: relative;
}

.customRecurrence .form-check.form-check-solid .form-check-input:not(:checked) {
  background-color: #fff;
}

.customRecurrence .form-check.form-check-solid .form-check-input {
  border: 1px solid #ededed;
}

/* #earningsChart canvas:last-child,
#eventChart canvas:last-child {
    display: none !important;
} */

#gender-error {
  position: absolute;
  bottom: -30px;
  width: 120px;
  left: 0;
}

.custom_pagination .pagination {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.custom_pagination .pagination li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.custom_pagination .pagination li.active a {
  z-index: 2;
  color: #fff;
  background-color: #125c65;
  border-color: #125c65;
}

.custom_pagination .pagination li a {
  position: relative;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.475rem;
  height: 2.5rem;
  min-width: 2.5rem;
  font-weight: 500;
  font-size: 1.025rem;
  background-color: var(--bs-light-green-new);
  color: #125c65;
  padding: 0 0.75rem;
}
/* .custom_pagination .pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
} */
.custom_pagination .pagination li a:hover {
  z-index: 2;
  color: #fff;
  background-color: #125c65;
  border-color: #125c65;
}
.video_thumbnail {
  height: 110px;
  display: flex;
  align-items: center;
}
.select_all .form-check-input {
  position: absolute;
  left: 6px;
}
.pricing-table-list .pricing-table-list-item{
width: 20% !important;
/* flex: 1 1 calc(20% - 10px); */
}
.staff-listing-block-calendar{
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
}
.staff-listing-block-calendar div {
  max-width: 168px;
  min-height: 75px;
  display: flex !important;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.staff-event-listing-badge{
  white-space: pre-wrap;
}
.staff-listing-scrollable{
  max-height: 280px !important;
}
.calendar-page-add-event .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 32rem;
}
.availabe-main-badge{
  border: 1px solid #005c64;
  border-radius: 8px;
  color: #000;
}
.availabe-main-badge p{
  margin-bottom: 0px;
}
.location-select{
  width: 160px;
}

/* Question Answer popup css here */
.show-questionnaire-popup .swal2-title {
    text-align: left !important;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 10px;
}

.swal2-container .show-questionnaire-popup .swal2-html-container {
    width: 100%;   
     max-height: 300px !important;   /* Set height you want */
    overflow-y: auto !important;    /* Enable vertical scroll */
    overflow-x: hidden !important;
}



@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition-property: height, visibility;
    transition-duration: 0.35s;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1452px){
  .add-event-field{
    min-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .pricing-table-list .pricing-table-list-item{
    width: 33% !important;
    /* flex: 1 1 calc(25% - 10px); */
  }
  .mt-n20 {
    margin-top: -7rem !important;
  }
  .dashboard-box4-shadow,
  .dashboard-box3-shadow,
  .dashboard-box2-shadow,
  .dashboard-box1-shadow {
    box-shadow: 5px 5px transparent;
  }
  .dashboard-box4-shadow:hover {
    box-shadow: 5px 5px #b295f0;
  }
  .dashboard-box3-shadow:hover {
    box-shadow: 5px 5px #f2aabc;
  }
  .dashboard-box2-shadow:hover {
    box-shadow: 5px 5px #efdd9f;
  }
  .dashboard-box1-shadow:hover {
    box-shadow: 5px 5px #9ae4bb;
  }
  #calendar {
    min-height: 80vh;
  }
  /* #calendar .fc-col-header,
    #calendar .fc-scrollgrid-sync-table,
    #calendar .fc-daygrid-body {
        width: 100% !important;
    } */
     .custom-calendar-row {
    flex-flow: wrap !important;
}
}
@media screen and (max-width: 767px) {
  #calendar .fc-scrollgrid-liquid {
    width: 767px !important;
  }
  .fc .fc-view-harness-active > .fc-view {
    max-width: 100%;
    overflow-x: scroll;
    border: 1px solid #ededed;
  }
  #custom_calendar_app .fc-listMonth-view.fc-view .fc-scroller{
    overflow: auto !important;
  }
  #custom_calendar_app .fc-listMonth-view.fc-view {
  height: 400px;
  }
  #custom_calendar_app .fc-list-table .fc-event.fc-list-event .fc-list-event-time{
  width: 100px;
  white-space: break-spaces !important;
  }
  #custom_calendar_app .fc-list-table .fc-event.fc-list-event .fc-list-event-title {
    width: 200px;
  }
  #custom_calendar_app .fc-list-table .fc-event.fc-list-event a{
  margin-right: 20px;
  }
 .fc-view-harness .fc-view-harness-active{
   height: 700px;
  }
}
.custom-datetimepicker .bootstrap-datetimepicker-widget {
  border: 1px solid #d8dadb;
  border-radius: 5px;
  box-shadow: none;
  margin: 10px 0 0 0;
  max-width: 100%;
  /* overflow: hidden; */
}
.custom-datetimepicker .timepicker-picker .table-condensed td span {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.custom-datetimepicker .timepicker-picker td .btn {
  padding: 0 !important;
}
.custom-datetimepicker .timepicker-picker td .btn.btn-primary {
  padding: 10px 15px !important;
}
.custom-datetimepicker .timepicker-picker .table-condensed td {
  border: 0;
}
.custom-datetimepicker .timepicker-picker .table-condensed .separator {
  width: 20px;
  height: 20px;
  line-height: 50px;
  display: revert;
}
.custom-datetimepicker .timepicker-picker .table-condensed td {
  width: unset;
}
.custom-datetimepicker .timepicker-picker .table-condensed td {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.custom-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 200px;
}
.custom-datetimepicker .timepicker-picker .table-condensed td:hover {
  background: #eee;
}
.custom-datetimepicker .timepicker-picker .table-condensed td.separator:hover,
.custom-datetimepicker
  .timepicker-picker
  .table-condensed
  td:has(.btn-primary):hover {
  background: transparent;
}

.custom-datetimepicker .selectMinute {
  height: 54px;
  line-height: 54px;
  width: 54px;
  text-align: center;
}

.datepicker-decades th.next::before,
.datepicker-decades th.prev::before,
.datepicker-years th.next::before,
.datepicker-years th.prev::before,
.datepicker-months th.next::before,
.datepicker-months th.prev::before,
.datepicker-days th.next::before,
.datepicker-days th.prev::before {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 4px; border-radius: 100%; background: #E4F1F3; color: #125c65; font-size: 18px; line-height: 1.3; cursor: pointer;
}
.datepicker-decades th.next::before,
.datepicker-years th.next::before,
.datepicker-months th.next::before,
.datepicker-days th.next::before {
  content: ">";
  right: 4px;
}
.datepicker-decades th.prev::before,
.datepicker-years th.prev::before,
.datepicker-months th.prev::before,
.datepicker-days th.prev::before {
  content: "<";
  left: 4px;
}

.datepicker-decades th.next .glyphicon,
.datepicker-decades th.prev .glyphicon,
.datepicker-years th.next .glyphicon,
.datepicker-years th.prev .glyphicon,
.datepicker-months th.next .glyphicon,
.datepicker-months th.prev .glyphicon,
.datepicker-days th.prev .glyphicon,
.datepicker-days th.next .glyphicon {
  display: none;
}
.datepicker .table-condensed th { color: #125c65 !important;}
/* .datepicker .table-condensed td { color: #A6A6A6;} */
.min-h-260 {
  min-height: 260px !important;
}

.client_dashbord_calender .bootstrap-datetimepicker-widget {
  width: 370px;
}
.client_dashbord_calender .table-condensed {
  width: 100%;
}
.client_dashbord_calender .picker-switch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .articipants-check {
    position: absolute;
    right: 5px;
  }
  .card .card-header.mobile-card-header {
    min-height: 40px;
    padding: 10px 16px;
  }
  .requestAppointment_block .dataTables_length,
  .requestAppointment_block .dataTables_paginate {
    display: none !important;
  }
  .mobile_requestAppointment .card-body:last-child .separator {
    display: none;
  }
}
/* @media screen and (max-height:700px) {
    .app-sidebar-wrapper .menu-column {
        overflow-y: scroll;
        max-height: 600px;
    }
} */

.client_dashbord_calender span.decade {
  width: 100px;
  display: inline-block;
  height: 35px;
  text-align: center;
  padding: 10px;
}
.client_dashbord_calender span.year {
  width: 68px;
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.client_dashbord_calender span.month {
  display: inline-block;
  width: 69px;
  text-align: center;
  padding: 10px 0;
}
.client_dashbord_calender .day,
.client_dashbord_calender .dow {
  text-align: center;
}
.client_dashbord_calender .datepicker-decades th.next::before,
.client_dashbord_calender .datepicker-years th.next::before,
.client_dashbord_calender .datepicker-months th.next::before,
.client_dashbord_calender .datepicker-days th.next::before {
  content: ">";
  right: -5px;
}
.client_dashbord_calender .datepicker-days th.prev::before,
.client_dashbord_calender .datepicker-decades th.prev::before,
.client_dashbord_calender .datepicker-years th.prev::before,
.client_dashbord_calender .datepicker-months th.prev::before {
  content: "<";
  left: 8px;
}
.appointment_number {
  display: none;
  border-bottom-right-radius: 0;
  top: 0px;
  right: 7px;
}
.req_appointments:hover .new_request {
  /* background-color: transparent !important; */
  animation: unset;
}
.req_appointments:hover .appointment_number {
  display: block;
}
.fc .fc-timegrid-axis-frame {
  justify-content: flex-start;
}
.fc .fc-timegrid-axis-frame span {
  border-right: 1px solid #f4f4f4;
  height: 41px;
  display: flex;
  align-items: center;
}
.table-responsive:has(.table_checkout), .package-table .table-responsive {
  min-height: 72vh;
}
.table_checkout tr:last-child td .checkout_popup,
.table_checkout tr:nth-last-child(2) td .checkout_popup {
  bottom: 0;
  top: unset !important;
}
.table_checkout tr:first-child td .checkout_popup,
.table_checkout tr:nth-child(2) td .checkout_popup {
  bottom: unset;
  top: 0 !important;
}
/* 
.table-responsive:has(.table.dataTable){
    border-bottom: 1px solid #333 !important;
}*/
.active-chat {
  background-color: #e3f2fc;
}
@media screen and (min-width: 767px) {
  .deleteWithCharge_popupcontainer .swal2-popup {
    min-width: 500px;
  }
}
.customMenu {
  width: unset !important;
}

.customMenu::after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 15px solid #fff; display: block;
}

.blocked-link {
  pointer-events: none !important;
}

.active-video {
  background-color: #125c65;
  color: white;
}
.swal2-container .swal2-html-container {
  overflow: hidden !important;
}

.actionWidth {
  width: 150px !important;
}

.form-check-input {
  border: 1px solid #bcbcbc !important;
}

/**** login page **/
.login_page .logo-text img {
  max-width: 100%;
}

/****** Side Bar menu css ***************/
.app-sidebar-toggle { background: #125c65 !important; border: 3px solid #fff !important;}
.app-sidebar-toggle:hover, .app-sidebar-toggle:focus { background: #333 !important; }
.app-sidebar-logo-img img {
  width: 30px;
  height: 30px;
  border: 3px solid #125c65;
  border-radius: 100%;
}
.app-sidebar-logo-img {
  margin-right: 10px;
}
.app-sidebar-menu-open .app-sidebar-logo-img {
  margin-right: 0px;
}
.app-sidebar-menu-open:hover .app-sidebar-logo-img {
  margin-right: 10px;
}
a.company-logo-wrap {
  width: 260px;
  padding: 8px;
  transition: all ease-in-out 0.4s 0s;
}
.app-sidebar-menu-open a.company-logo-wrap {
  padding: 5px 10px;
}
.app-sidebar-menu-open:hover a.company-logo-wrap {
  padding: 15px;
}

.app-sidebar-menu-open .menu-item .menu-link {
  padding: 0.5rem 0px;
}
.app-sidebar-menu-open .menu-item .menu-link.active {
  background: none !important;
}
.app-sidebar-menu-open .menu-item .menu-icon {
  width: 3rem;
  padding: 7px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 7px;
}
.app-sidebar-menu-open:hover .menu-item .menu-icon {
  width: auto;
  padding: 0;
  background: none;
  border-radius: 0;
  left: 0;
  position: relative;
}
.app-sidebar-menu-open:hover .menu-item .menu-link.active {
  background: rgba(255, 255, 255, 0.25) !important;
}
.app-sidebar-menu-open:hover .menu-item .menu-link {
  padding: 0.7rem 1rem;
}
.menu-sub-accordion .menu-item .menu-link { font-size: 1.1rem;}
.menu-sub-indention .menu-sub:not([data-popper-placement]) { margin-left: 1rem; padding-left: 18px;}
.app-sidebar-menu .menu>.menu-item { margin-left: 0px; position: relative;}
.app-sidebar-menu .menu>.menu-item>.menu-sub-accordion::before { position: absolute; left: 18px; top:28px; bottom: 20px; width: 1px; background: #88ADB2; content: ''; display: block;}
.menu-sub-indention .menu-sub:not([data-popper-placement]) > .menu-item { position: relative; }
.menu-sub-indention .menu-sub:not([data-popper-placement]) > .menu-item::before { position: absolute; left: -12px; top:50%; transform: translateY(-50%); width: 14px; height: 1px; background: #88ADB2; content: ''; display: block;}
.menu-sub-indention .menu-sub:not([data-popper-placement]) > .menu-item a.menu-link.active::before { width: 5px; height: 5px; background: #fff; content: ''; display: block; position: absolute; left: -4px; border-radius: 100%; top: 50%; transform: translateY(-50%);}

/******* Header css *****/
.top-menu-right a {
  display: flex;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s 0s;
}
.top-menu-right a svg {
  transform: scale(0.7);
}
.top-menu-right::after {
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background: #e3e3e3;
  display: block;
  content: "";
}
.top-menu-right a:hover {
  background: #125c65;
}
.top-menu-right a:hover svg path {
  fill: #fff;
}
.customMenu .menu-item {
  padding: 0px;
}
.customMenu .menu-item .menu-link {
  font-size: 14px;
  padding: 6px;
}
.app-main .app-container.bg-white { background: #f6f6f6 !important;}
.card.min-h-screen { background: none; }
/****** client-table *******/

.table > thead > tr {
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 600;
}
.table a.user-profile-link { padding-left: 40px; position: relative; }
.table a.user-profile-link .client-table-img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #333;
  text-align: center; overflow: hidden;
  line-height: 25px;
  font-size: 14px; font-style: normal;
  display: inline-block;
  color: #fff; border: 2px solid #333; object-fit: cover;
  font-weight: 800; position: absolute; left: 0px;
}

.user-profile-link .user-ban { position: absolute; bottom: -5px; left: 25px; width: 20px; height: 20px; line-height: 15px; background: #ac2925; border: 2px solid #fff; text-align: center; border-radius: 50%; color: #fff; display: none;  }
.deactivate-user .user-ban { display: block;}
.table:not(.table-bordered)> :not(:last-child)> :last-child>* { border-bottom-color:#eaeaea ;}
.table > :not(caption) > * > *, .table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr {
  padding: 0.8rem !important;
  font-size: 15px;
  color: #333; font-weight: 500;
}
.table:not(.table-bordered) td, .table:not(.table-bordered) th { white-space: nowrap;}
.table.table-wallet-custom:not(.table-bordered) td { white-space: normal;} 
.table:not(.table-bordered) th { font-weight: 600;}
.dataTable .btn-group button i {
  font-size: 22px;
  color: #333;
}
.dataTable .dropdown-menu {
  width: 200px;
  padding: 5px;
  right: 15px !important;
}
.dataTable .dropdown-menu li {
  padding: 0px 8px;
  display: flex;
  justify-content: space-between;
}
.client-table-mail-phone button {
  width: 35px;
  height: 35px;
  background: #F6F6F6;
  border-radius: 100%;
  margin: 0px 5px;
  padding: 5px;
  display: block;
  text-align: center;
}
.client-table-mail-phone button:hover, .client-table-mail-phone button:focus {
  background: #125c65;
}
.client-table-mail-phone svg { width: 20px;}
.client-table-mail-phone button:hover svg path, .client-table-mail-phone button:focus svg path {
  stroke: #fff;
}
.white-strok svg path { stroke: #125c65; fill: #125c65;}
a.user-profile-link:hover span {
  color: #125c65 !important;
}
.client-detail-action .clientCheckout:hover .white-strok svg path { fill: #fff; stroke: #fff;} 
.dataTable .dropdown-menu li button {
  padding: 3px;
}
.dataTable .dropdown-menu li button a {
  display: flex !important;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.dataTable .dropdown-menu li button a i {
  line-height: 15px;
  font-size: 15px;
  margin-right: 7px;
}
.paymentTransactionBlock  button.clientCheckout { display: flex; align-items: center;}
div.dataTables_wrapper div.dataTables_paginate { padding: 1rem;}

.page-item .page-link { background-color: var(--bs-light-green-new); color: #125c65; transition: all ease-in 0.4s 0s; padding: 0 0.75rem; z-index: 1; }
.page-item .page-link:hover, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link, .page-item.active .page-link { color: #fff; z-index: 2; background-color: #125c65; border-color: #125c65; }
.page-item .page-link:hover .next, .page-item .page-link:hover .previous { filter: brightness(100);}


/*********  transaction-table-checkout css start ********/
.transaction-table-checkout .pop-up-screen-view.transaction-pop-up { position: absolute; right: 10px; top: -5px; width: 100vw; max-width: 600px;}
.transaction-table-checkout.transaction-small-box .pop-up-screen-view.transaction-pop-up { max-width: 340px;}
.transaction-table-checkout .pop-up-screen-view .paymentTransactionBlock { left: 0px; top: 0px;}
.transaction-table-checkout .walletDetail-discount input[type="number"], .transaction-table-checkout .walletDetail input[type="number"] { height: 36px;}
@media only screen and (max-width:1199px) {
  .transaction-table-checkout .pop-up-screen-view.transaction-pop-up { max-width: 360px; right: 0px; top: -10px;}

}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) { background-color: #E4F1F3;}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { width: 30px !important; height: 30px !important; min-width: 1px !important;}
.daterangepicker .drp-calendar td.active, .daterangepicker .calendar-table th.prev, .daterangepicker .calendar-table th.prev:hover, .daterangepicker .calendar-table th.next, .daterangepicker .calendar-table th.next:hover { border-radius: 100% !important;}
.daterangepicker .calendar-table th.prev, .daterangepicker .calendar-table th.next { background-color: #E4F1F3 !important;  }

.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span { border-color: #125c65 !important;}
/*.table_checkout tr:last-child td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout tr:nth-last-child(2) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout tr:nth-last-child(3) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up { top: unset !important; bottom: 0px;}
.table_checkout.checkout-direction tr:last-child td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(2) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(3) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(4) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(5) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(6) td.transaction-table-checkout .pop-up-screen-view.transaction-pop-up { top: -5px !important; bottom: auto !important;}*/

.daterangepicker .drp-calendar {
  display: none;
  max-width: 500px !important;
}
.table_checkout tr:last-child td .pop-up-screen-view.transaction-pop-up, .table_checkout tr:nth-last-child(2) td .pop-up-screen-view.transaction-pop-up, .table_checkout tr:nth-last-child(3) td .pop-up-screen-view.transaction-pop-up { top: unset !important; bottom: 0px;}
.table_checkout.checkout-direction tr:last-child td .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(2) td .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(3) td .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(4) td .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(5) td .pop-up-screen-view.transaction-pop-up, .table_checkout.checkout-direction tr:nth-last-child(6) td .pop-up-screen-view.transaction-pop-up { top: -5px !important; bottom: auto !important;}
/*********  transaction-table-checkout css end ********/

.packages-table-info { max-height: 200px; overflow-y: auto; max-width: 450px !important; z-index: 99; background: #fff;}
.packages-table-info p { margin-bottom: 5px; display: flex; justify-content: space-between;}
.packages-table-info p strong { white-space: normal; text-align: right;}
.packages-table-info p label { color: #125c65;}



/***** Client detail page ************/

.gray-border { border-color: var(--bs-gray);}
.light-green {border: 1px solid var(--bs-light-green); }
.light-green-bg { background-color: var(--bs-light-green-bg); }
.edit-box li.gray-border { border-bottom: 1px solid #EBEBEB;}
.edit-box { border-color:#EBEBEB !important ;}
.edit-box .dropdown-item:focus, .edit-box .dropdown-item:hover { background: none !important; }
.gray-clr { color: #A6A6A6 !important; line-height: normal;}
.gray-clr-hover:hover { color: #2D2D2D !important;}
.client-data-view { width: 20%;}
.client-data-view-bg {background: url(/theme/assets/media/auth/mask-group.svg) right no-repeat #F6F6F6; display: block;  }
span.arrow-client { right: 15px; top: 50%; transform: translateY(-50%);}
.client-data-view-bg:hover span.arrow-client svg * {transition: all ease-in-out 0.4s 0s;}
.client-data-view-bg:hover span.arrow-client svg rect {fill: #125c65; }
.client-data-view-bg:hover span.arrow-client svg path {stroke: #fff; }
.profileTab a.btn, #navbarNavDropdown ul.navbar-nav { border-bottom: 1px solid #EBEBEB !important;}
.profileTab a.btn.active, .profileTab a.btn:hover { border-bottom: 3px solid #125c65 !important; color: #125c65; }
.client-detail-action { position: absolute; right: 0px; top: 0px;}
.client-detail-action .deleteEvent, .deleteEvent-bg { background: #FFF3F3;}
.client-detail-action .clientCheckout, .light-green-btn-sm { background: #E4F1F3; }
.client-detail-action .clientCheckout:hover, .light-green-btn-sm:hover, .client-detail-action .clientCheckout:active, .light-green-btn-sm:active { background: #125c65;}
.client-detail-action .clientCheckout svg path, .light-green-btn-sm svg path { fill: #125c65;}
.client-detail-action .clientCheckout:hover svg path, .light-green-btn-sm:hover svg path { fill: #fff;}
.light-green-btn-sm.stroke:hover svg path { stroke: #fff;}
.client-detail-action .deleteEvent:hover, .deleteEvent-bg:hover { background: #FF5151;}
.client-detail-action .deleteEvent:hover svg path, .deleteEvent-bg:hover svg path { fill: #fff;}
/* .countAppointmentclient { overflow: visible !important;} */
.pop-up-screen-view .paymentTransactionBlock { width: 100%;  left:calc(100% - 63px); top: 10px; z-index: 1; border: 1px solid #D3E4E6; box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); border-radius: 15px; }
.walletDetail-discount input[type="number"], .walletDetail input[type="number"] { height: 45px; color: #2D2D2D; font-weight: 600;}
.price-ammount-section ::after { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--bs-gray); content: '';}
.transaction-table-checkout.transaction-small-box .price-ammount-section ::after { display: none;}

@media only screen and (min-width:1601px) {
  .pop-up-screen-view:nth-child(3n) .paymentTransactionBlock { left: auto; right: 90px; }
}

.swal2-html-container { margin: 0px auto;}
.swal2-container .swal2-html-container { max-height: none; margin: 0 auto;}
.swal2-popup .swal2-actions { margin: 15px auto 0px;}
.swal2-popup .swal2-title { font-size: 1.5rem; font-weight: 600;}
.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny, .swal2-styled.swal2-cancel { border-radius: 8px; padding: 8px 20px; font-size: 14px; font-weight: 500;}
textarea.payment_notes, .swal2-html-container .form-select, .swal2-html-container .form-select:focus { resize: none; border-color: #EBEBEB !important; font-size: 18px; color: #5e6278;}
.swal2-close { display: block !important; line-height: normal; color: #000 !important; margin-right: -15px; margin-top: -15px; }
.swal2-close:hover {color: #125c65 !important; }
.swal2-close i.fa.fa-times { font-size: 30px; line-height: normal; color: #2D2D2D;} 


/***** Staff page css******/

.client-data-view.staff-view { width: 25%;}
span.phone-icon svg path { fill: #A6A6A6;}
span.profile-ing-set span { position: absolute; right: 3px; bottom: 10px; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 100%; background:#125c65; border: 3px solid #fff;}
span.profile-ing-set:hover span { background: #333;}
span.profile-ing-set span svg path { stroke: #fff; fill: #fff;}

.profile-image-upload { position: absolute; left: 0; right: 0; top: 0px; bottom: 0px; opacity: 0; z-index: 99;}

/***** Staff Page Css End ********/


/************ Client Routine Details CSS **********/

.video-librery-check .form-check-input:checked[type="checkbox"] + label, .video-librery-check .form-check-input:checked[type="radio"] + label { color: #000 !important;}
/* #selectedVideoListing { max-height: 200px; overflow-y: auto; padding-right: 10px;} */
.dropzone { border: 1px solid var(--bs-gray-300) !important; padding: 0.775rem 1rem !important; min-height: 1px !important;}

i.bi, i[class*=" fa-"], i[class*=" fonticon-"], i[class*=" la-"], i[class^="fa-"], i[class^="fonticon-"], i[class^="la-"] { font-size: 1.1rem;}
@media only screen and (max-width: 1600px) {
  .client-data-view-bg { min-height: 115px; justify-content: center; flex-direction: column; display: flex;}
  .paymentTransactionBlock { left: 0px; top: 0px; right: auto ;}

}
@media only screen and (max-width: 1399px) {
  .client-data-view { width: 33.33%; padding: 5px;}
  .pop-up-screen-view .paymentTransactionBlock { left: 0px;}

}
@media only screen and (max-width: 1022px) {
  .client-data-view , .client-data-view.staff-view{ width: 50%;}
}

/***** Client detail page end ************/


    /***** transection page css***/
    .select2-container--bootstrap5 .select2-dropdown .select2-results__option { font-size: 16px; padding: .50rem 1rem;}
    .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { background-color: #E4F1F3;}
    .select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid, .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid { background-color: #fff;}
    .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice { border-radius: 10px; padding: 0.5rem 0.8rem;}
    .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display { margin-left: 0.05rem; margin-right: 2rem;;}
    .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove, .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover { left: auto;right: 7px;opacity: 1; padding: 10px;background: #125c65; mask-image: none;      border-radius: 100%; line-height: normal; display: flex;align-items: center;justify-content: center;font-size: 22px; line-height: 22px;}
    .select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span { display: block; color: #fff; line-height: 10px;}
    .card-toolbar .form-select.generalRoutine { border-color: #e1e3ea; background-color: #fff;}

/***** Update client css **/
.video-library .folderName { padding: 10px 17px; color: #333; cursor: pointer; }
.video-library .folderName.active { border-color: #125c65 !important; color: #125c65;}
.video-devider { opacity: 0;}
.video-library .folderName.active .video-devider { opacity: 1;}
.video-library .folderName.active svg path { fill: #125c65;}
.video-library .folderName.active svg path:nth-of-type(2) { fill:#E4F1F3;}
.video-library .folderName.active svg path:last-child { fill: white;}
/***** Dashboard css ***/

.dashboard-earn-content { left: 0px; right: 0px; top: 50%; text-align: center; transform: translateY(-50%); display: flex; flex-direction: column; margin: 0 auto;}
.dashboard-earn-content span.fw-semibold { color: #D4EAFF !important; }
.text-dark-gray { color: #2D2D2D;}
.bg-blue { background: #0079FF !important;}
.text-hover-blue:hover, .text-blue { color: #0079FF;}
.card-toolbar { min-width: 140px;}
.card-toolbar .form-select { font-size: 14px; color: #2D2D2D; border-color: #F0EDED;}
.input-date.card-toolbar { width: 200px; position: relative;}
.input-date.card-toolbar select { padding-left: 45px;}
svg.date-svg { position: absolute; left: 6px; top: 6px;}

.countAppointment, .countAppointmentclient { padding: 10px 10px 10px 20px; border: 1px solid #F0EDED; overflow: hidden; border-radius: 10px; position: relative; }
.countAppointment svg { width: 18px;}
.dynamic-bullet { position: absolute; left: 0px; top: 0px; bottom: 0px; width: 6px; }

div.parentClass::-webkit-scrollbar {
  width: 8px !important;
}

/* Track */
div.parentClass::-webkit-scrollbar-track {
  background: #E8EFF0 !important; 
}
 
/* Handle */
div.parentClass::-webkit-scrollbar-thumb {
  background: #125c65 !important; 
}

/* Handle on hover */
div.parentClass::-webkit-scrollbar-thumb:hover {
  background: #125c65 !important; 
}
div:hover div.parentClass, div.parentClass:hover { scrollbar-color:#125c65 transparent}

.text-gray-countAppointment { color: #A6A6A6; border-right: 1px solid #3C3C3C; line-height: normal; display: flex; align-items: center; }
.text-gray-countAppointment > span { display: inline-flex; }
.text-gray-countAppointment:last-child { border:none}
.appointment-name-color { border-radius: 60px;}
a.btn.svg-color:hover svg path { stroke: #fff;}
.dashboard-box { display: flex; justify-content: center; align-items: center;}
.dashboard-box svg { width: 45px; height: 45px;}
.bootstrap-datetimepicker-widget { padding: 10px; border-radius: 8px; border: 1px solid #EBEBEB;}
.bootstrap-datetimepicker-widget, .bootstrap-datetimepicker-widget .table-condensed { width: 100%;}
.bootstrap-datetimepicker-widget .table-condensed { position: relative;}
.bootstrap-datetimepicker-widget .table-condensed thead tr:first-child { padding-bottom: 10px; height: 30px; text-align: center;}
.min-vh-100 { min-height: calc(100vh - 145px) !important;}


/************ Notes Section CSS start ************/

.timeline .timeline-line { border-left-width:2px; height: 95px; top: 25px; }
.border-primary-subtle { border-color: #2FABBA !important;}
.timeline .timeline-item:last-child .timeline-line { height: 29px;}
.timeline .timeline-icon { margin-right: 0px;}
.notes-info::before { left: -46px; position: absolute; top: 50%; transform: translateY(-50%);  border:1px dashed #e1e3ea; width: 45px; content: ''; display: block; }
.notes-info::after { position: absolute; left: -5px; top: 50%; transform: translateY(-50%); width: 10px; height: 10px; background: #125c65; border-radius: 50%; content: '';}

.swal-wide-new button.swal2-cancel { display: none !important; }
.swal-wide-new .swal2-html-container { display: flex !important; order: -1; margin-bottom: 20px;}
.swal-wide-new .swal2-close { top: 20px; right: 20px; position: absolute;}
.communication-popup-box button { border-radius: 5px; color: #fff; }
.communication-popup-box button.bg-white:hover { background: #fff !important;}

.addCompanySection
{
  border: 1px solid #ccc;
  padding: 10px; 
  border-radius: 8px;
  margin-bottom: 15px;
}

.logo-text {
  font-size: 60px;
}
.trial-banner{
  margin-top: 50px;
}
.header-trial-banner{
  margin-top: 50px;
}
.sidebar-trial-banner{
  margin-top: 50px;
}
@media screen and (max-width:990px) {
  .logo-text {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .symbol.symbol-lg-100px.symbol-fixed .symbol-label {
      width: 110px;
      height: 110px;
  }
}
@media only screen and (max-width:575px) {
  .timeline .timeline-line {height: 135px;top: 45px;}
  .packages-table-info { max-width: 340px !important;}
}
/************ Notes Section CSS end ************/



@media only screen and (max-width: 1600px) {
  .dashboard-box { min-height: 205px;}
} 


@media only screen and (max-width: 1399px) {
  /* table.dataTable {
    width: 1500px !important;
  } */
  .text-gray-countAppointment { padding: 0px !important; margin: 2px 0px; border: none;}
}
@media only screen and (max-width: 991px) {
  a.company-logo-wrap {
    padding: 8px;
  }
  .top-menu-right::after {
    right: -8px;
  }
  .pricing-table-list .pricing-table-list-item{
    width: 50% !important;
    /* flex: 1 1 calc(50% - 10px); */
  }

  .table > :not(caption) > * > *, .table:not(.table-bordered) td, .table:not(.table-bordered) th, .table:not(.table-bordered) tr { padding: 0.7rem 0.8rem !important;}
}

/* @media only screen and (min-width:1800px){
.client-list-body .table-responsive,.wallet-list .table-responsive { overflow: visible;}
} */
.client-list-body .table-responsive,.wallet-list .table-responsive { min-height: 300px;}
.fc-license-message {
  display: none!important;
}
.fc-list-event-title a {
  cursor: pointer!important;
}
.actionWidth { width: 35px !important;}
.margin-left-custom-1 {
  margin-left:-1.2rem;
}
@media only screen and (max-width: 767px) {
  .client-data-view, .client-data-view.staff-view, .input-date.card-toolbar { width: 100%;}
  .client-data-view-bg { min-height: 1px;}
  .pricing-table-list .pricing-table-list-item {
    width: 100% !important;
    /* flex: 1 1 100%;  */
}
}
@media print {
  body { -webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;}
  .form-check-input:checked { background-color: #000;}
}

.purchases-card-text { padding-right: 140px; min-height: 38px;}
.expire-package {color:#ea1313 ;}

#google_translate_element{
  padding-top: 25px;
  padding-right: 15px;
}

.skiptranslate iframe.skiptranslate {
    display: none !important;
  }
  body {
    top: 0px !important;
}

/* .goog-tooltip, 
.goog-tooltip:hover {
    display: none !important;
}

.goog-te-balloon-frame {
    display: none !important;
} */
 #goog-gt-tt {
  display: none !important;
 }

 /* Gloabal Loader design*/
 #loader {
  position: fixed;
  right: 0;
  width: calc(100% - 258px);
  height: 100%;
  background: rgba(255, 255, 255, 0.53);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#loader.app-sidebar-menu-open {
  width: calc(100% - 70px)!important;
}
@media only screen and (max-width: 997px) {
  #loader {
    width: 100%!important;
  }
  #loader.app-sidebar-menu-open{
  
      width: calc(100% - 284px)!important;
  
  }
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #125c65;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Authentication section css */
.corebility-logo-small{
  max-width: 250px !important;
  margin-bottom: 50px;
 }
 .verify-emil-btn {
   color: var(--bs-primary);
   display: inline;
   border-bottom: 1px solid var(--bs-primary);
   position: absolute;
   top: 10px;
   right: 12px;
   cursor: pointer;
 }
 .verify-emil-btn:hover{
   cursor: pointer;
 }
 .email-address{
   position: relative;
 }
 .auth-heading h1 {
   font-size: 30px;
   margin-bottom: 15px;
   font-weight: 600;
   color: #333;
 }
 
 .auth-heading h3 {
   font-size: 30px;
   font-weight: lighter;
   margin-bottom: 35px;
   color: #333;
 }
 
 .auth-heading span {
   max-width: 150px;
   height: 1px;
   background: #333;
   display: block;
 }
 
 .auth-heading {
   margin-bottom: 40px;
 }
 .auth-content p {
   font-size: 18px;
   margin-bottom: 15px;
   padding-right: 30px;
   color: #195C65;
   font-weight: 500;
   line-height: 28px;
 }
  .trial-company-add-form{
    align-content: center;
    justify-content: center;  
 }
 .right-part-wizard {
   padding: 80px 77px 0px 100px;
   background: #ffffffba;
 }
 .left-side-wizard{
   padding: 50px 100px;
   display: flex;
   align-items: center;
 }
 .left-side-wizard button:disabled {
  opacity: 0.5;
 }
 .show-password{
  position: absolute;
    right: 10px;
    top: 37px;
    cursor: pointer;
    padding: 5px;
 }
 .password-input{
 padding-right: 40px;
 }
 .loginForm label{
   color: var(--bs-gray-900);
   font-size: 14px;
   margin-bottom: 5px;
 }
 .loginForm .fv-row{
   margin-bottom: 20px;
 }
 .verify-btn{
   text-transform: uppercase;
   font-size: 16px;
   background-color: white;
   border-color: var(--bs-primary);
 }
 .verification-msg-block{
   background-color: #ECFFF9;
   color: #179661;
   padding: 15px 20px;
   border-radius: 10px;
   font-size: 12px;
   margin: 10px 0px 15px;
 }
 .verification-msg-block p{
 margin-bottom: 0px;
 font-size: 12px;
 }
 .verification-title {
   text-align: center;
   display: block;
   color: #333333;
   font-size: 16px;
   margin: 15px 0px 10px;
 }
 .verification-inputs {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 15px;
 }
 
 .verification-inputs input {
   width: 50px;
   height: 40px;
   margin: 0 4px;
   border-radius: 6px;
   border: 1px solid #c3c3c3;
   font-size: 20px;
   outline: none;
   text-align: center;
 }
 
 .btn.btn-primary.verify-btn {
   background: #FFF;
   border: 1px solid #10B848 !important;
   color: #10B848;
   text-align: center;
   width: 100%;
   font-size: 14px;
   font-weight: 600;
 }
 
 .btn.btn-primary.verify-btn:hover {
   background: #125c65 !important;
   color: #fff;
   transition: 0.2s all linear;
 }
 
 .verify-btn.verified:hover{
   background: #fff !important;
   color: #125c65;
 }

 .verification-inputs input:focus {
   border: 1px solid purple
 }

.btn.btn-primary.verify-btn.verified i {color: #10B848 !important;  font-size: 14px;
  font-weight: 600;}
  .password-validation-msg{
background-color: #edfbff;
padding: 20px 20px;
margin-bottom: 48px;
  }
  .password-validation-msg p{
    color: #177296;
    font-size: 16px;
    margin-bottom: 0px;
      }

      .tab-container {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 28px 0px;
        justify-content: center ;
        background: white;
        border-radius: 12px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    
    .tab {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .purple {
        background-color: #9B6EFF; /* Purple active color */
    }
    
    .gray {
        background-color: #E0E3EB; /* Inactive gray */
    }
    
    .circle {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    
    .purple .circle {
        background-color: white;
    }
    
    .gray-inner {
        background-color: #D0D3DA;
    }
    
    .tab-text {
        font-size: 16px;
        font-weight: bold;
        color: #A0A3B1; /* Gray text */
    }
    
    .active-text {
        color: #9B6EFF; /* Purple text for active tab */
    }
    
    .divider {
        width: 40px;
        height: 1px;
        background-color: #E0E3EB;
        margin-left: 8px;
    }

    .progress-bar {
      width: 100%;
      height: 4px;
      background-color: #E0E3EB;
      margin-top: 0px;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
  }
  
  .progress {
      width: 25%; /* Adjust according to active step */
      height: 100%;
      background-color: #9B6EFF;
      transition: width 0.3s ease-in-out;
  }
  .contact-heading{
    font-size: 20px;
    font-weight: 600;
    color: #A1A5B7;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .company-details-form{
    padding: 30px 60px 0px 60px
  }
  .contact-details-section{
    margin-bottom: 48px;
  }
  .form-left-part{
    padding-right: 60px;
    border-right: 1px solid #DCE0ED;
  }
  .form-section{
    margin-bottom: 20px;
  }
  .form-section .form-label{
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
  }
  .form-section .form-control{
    height: 48px;
    border: 1px solid #DCE0ED;
  }
  .contact-subheading{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
  }
  .radio-group {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.radio-group input {
    display: none;
}

.radio-group label {
    padding: 15px 20px;
    border: 1px solid #DCE0ED;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

/* Checkmark is hidden by default */
.radio-group .checkmark {
    display: none;
}

/* When radio button is checked, show checkmark and apply styles */
.radio-group input:checked + label {
    background: #E3FFFC;
    color: #17B8A6;
    border-color: #17B8A6
}

/* Show checkmark only when the radio button is selected */
.radio-group input:checked + label .checkmark {
    display: inline-block;
}

.radio-option {
  display: flex;
  align-items: center;
}

.radio-option input {
  display: none;
}

.radio-option label {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  gap: 8px;
  transition: all 0.3s ease;
}

/* Custom Radio Button */
.custom-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #B3B3B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Inner dot (hidden by default) */
.custom-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* When radio is selected */
.radio-option input:checked + label {
  border-color: #17B8A6;
  color: #17B8A6;
  background-color: #FFF;
}

.radio-option input:checked + label .custom-radio {
  border-color: #17B8A6;
}

.radio-option input:checked + label .custom-radio::before {
  background: #17B8A6;
  border-color: #17B8A6;

}
.space-30{
  margin-bottom: 30px;
}
.upload-container {
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upload-box {
  width: 150px;
  height: 120px;
  border: 2px dashed #B3B3B3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.upload-box label {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.upload-box:hover {
  border:2px solid #17B8A6;
}

.file-input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.remove-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #17B8A6;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
}
.form-right-part{
  padding-left: 60px;
}
.upload-title{
  font-size: 16px;
  margin-bottom: 12px;
  color:#333
}
.about-details{
  border-bottom: 1px solid #DCE0ED;
}


.toggle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 28px;
  gap: 20px;
}

.toggle-label {
  font-size: 16px;
  color: #333;
}

/* Switch Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  flex: none;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  border-radius: 34px;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.slider-disabled{
  background-color: #A1A5B7;
}

.toggle-container input:checked + .slider {
  background-color: #17B8A6
}

.toggle-container input:checked + .slider:before {
  transform: translateX(27px);
}
.messaging-communicarion-section{
  padding: 48px 0 60px 0;
}
.form-footer-btn{
  margin: 20px 0 !important;
}
.next-btn{
background-color: #17B8A6 !important;
color: white;
text-transform: uppercase;
font-size: 16px;
padding: 14px 35px;
}

/* sticky header  */
.header-trial-package{
  position: fixed;
  width: 100%;
  padding: 13px 0px 16px;
  color: #856404;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 9;
  border-radius: 0;
}
.change-plan-btn{
display: none;
}
.header-trial-package p{
font-size: 16px;
margin-right: 20px;
}
.trial-company-email{
  padding-right: 85px;
}
.trial-add-image{
  max-width: 469px;
  width: 100%;
  position: relative;
  top:13px;
}
.close-btn-header{
  color: #FFF;
  right: 15px;
  position: absolute;
  background: #856404;
  padding: 2px 8px;
  border-radius: 50%;
  font-size: 14px;
  top: 12px;
  cursor: pointer;
}
.close-btn-header:hover{
  cursor: pointer;
}
.schedule-bg {
  background: url('../../assets/custom/images/schedule_bg.jpg') center center no-repeat; background-size: cover;
}
.step-completed { color: #10b848;  padding: 6px 0px;}
.continue-setup a:hover svg { fill:#fff; }
.header-badge{
  color: gray !important; 
  cursor: default !important;
}
.full-page-loader{
  width: 100% !important;
}
.selected-plan {
  top:6px;
  right:6px;
}
.rule-card {
  border: 1px solid #198754;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.email-rules .btn-sm {
  font-size: 0.85rem;
  padding: 5px 10px;
}

.form-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin: auto;
}

.form-card h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.form-group {
  margin-bottom: 1rem;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 1rem;
}

.module-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
}

.module-label {
  display: flex;
  align-items: center;
}

.module-label input {
  margin-right: 10px;
}

.form-control,
select {
  width: 100%;
}
.plan-name{
  max-width: 400px;
}
.module-limit{
  width: 80px;
}
.plan-card {
  background: white;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.plan-price {
  font-size: 22px;
}

.module-list {
  list-style: none;
  padding: 0;
}

.module-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.module-list li:last-child {
  border-bottom: none;
}
.mark-as-complete{
  color: #808080;
  cursor: pointer;
}
/* Plan view table*/
.trial-table-scroll th,.trial-table-scroll td {
  vertical-align: middle !important;
  padding: 10px !important;
  white-space: nowrap !important;
}
.trial-table-scroll table tr th:first-child{
  text-align: center !important;
}
.trial-table-scroll table tr:first-child th{
  background: #005c64;
  color: white;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  position: sticky;
  top: 0;
}
.trial-table-scroll table tr td:first-child,.trial-table-scroll table tr th:first-child {
  text-align: left;
  min-width: 150px;
}
.trial-table-scroll .table-bordered th,.trial-table-scroll .table-bordered td {
  border: 1px solid #dee2e6;
}
.trial-table-scroll td .text-muted{
  color: #333 !important;
  font-weight: 500;
}
.trial-table-scroll .test-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  left: 1;
}
.trial-table-scroll{
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  border-radius: 10px; 
  margin-bottom:30px; 
  background-color:#f9f9f9;
}
.trial-table-scroll th,
.trial-table-scroll td {
  vertical-align: top;
}
.trial-table-scroll thead th:first-child,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
.trial-table-scroll tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  background-color: #f9f9f9;
}
.back-button{
  display: flex;
  justify-self: center;
}
.trail-corebility-logo-small{
  max-width: 250px !important;
  margin-bottom: 15px;
}

.trial-table-scroll tbody{
  background-color: #f9f9f9;
}

.cursor-disabled{
  cursor: not-allowed  !important;
}

.sort_table tr.dragging {
    opacity: 0.5;
}
.sort_table tbody tr {
  cursor: move;
}
.select2-results__group{
  font-weight: 700 !important;
}
.valueToggleRuleBox{
  height: 40px;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.valueToggleRuleBox .form-check-input:checked[type="checkbox"] {
  background-size: 70%;
}
.form-switch.valueToggleRuleBox .form-check-input{
  width: 4rem;
  height: 2.5rem;
}
.email-rule-search-bar{
  border-color: var(--bs-gray-500) !important;
  width: 300px;
  height: 37px;
}
.question-text {
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
}
 .scrollable-block {
    max-height: 36vh;   /* adjust to your layout */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;  /* space for scrollbar */
}
.schedule-available-badge{
  background-color: #90AFB3;
}
.schedule-unavailable-badge{
  background-color: #6b6a6aff;
}
.max-h-80px{
  max-height: 80px;
  height: 100%;
}
.fc-day-today{
  background-color: white!important;
}
.bookingLink .input-container {
    display: flex;
    width: 80%;
    margin-bottom: 15px;
}

.bookingLink .icon {
    padding: 15px;
    background: #125c65;
    min-width: 50px;
    text-align: center;
    height: auto !important;
}

.bookingLink .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}
.truncate-tooltip {
  max-width: 150px;  
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.table-responsive-horizontal {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.page-limit-select{
  width: auto;
}
.report-header-icon{
  cursor: pointer;
}
.report-row-bottom-border{
  background-color: #fff !important;
  border-bottom: 1px solid #eaeaea  !important;
}
.report-client-image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}
.report-client-name-text{
  color: #000;
}
.disabled-block {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: not-allowed;
}
.icon-group {
  display: flex;
  align-items: center;
  gap: 10px;     /* spacing between icons */
}
.bookingLink .input-grid-container{
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 15px;
  width: 80%;
}
.input-facility-grid-container{
  display: grid;
  grid-template-columns: 40px 125px 1fr auto;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 10px;
}
.facility-name {
  display: block;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; /* optional */
}

.best-features { margin-bottom: 30px;}
.features ul,
.best-features ul {
    list-style: none;

}
.features,
.best-features{
    color: #1a5d66;
    font-size: 16px;
}

.best-features ul li,
.features ul li{
  margin-bottom: 10px;
}

.best-features ul li svg,
.features ul li svg{
  display: inline;
	height: 1em;
	position: relative;
	width: 1em;
 }
.features h4,
.best-features h4 {
   font-size: 18px;
   font-weight: bold;
   text-align: center;
}

.plans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.plans-container .plan { max-width: 414px; width: 100%; background: #fff; border: #0f6b6b solid 1px; display: flex; justify-content: space-between; flex-direction: column; }
.plan-button,
.plan-content { padding: 30px;}
.plan-header { background:#0f6b6b; color:#ffffff; padding:30px; min-height: 155px; text-align: center;}
.plan-header h3 { margin:0; font-size:24px;color:#ffffff;  }
.plan-header p {margin-top:5px; font-size:14px;}
.plan-button { display: flex; justify-content: center; flex-direction: column; }
.plan-price { font-size:40px; font-weight:bold; text-align: center; margin-bottom: 30px;line-height: normal;}
.plan-price p {font-size:16px; font-weight: 400;}
.plan-info {font-size:14px; font-style:italic; text-align: center; margin-bottom: 30px; color:#1A5D66 }
.plan-footer {font-size:14px;font-style:italic;text-align: center;color: #1a5d66; margin-top: 15px;}
.plan-message {font-size:14px;font-style:italic;text-align: center;}
.plan-price sup {font-size: 20px;position: relative; right: 4px;font-weight: normal;}

@media screen and (min-width: 767px){
  .display-menu-header{
    display: none;
  }
  
}

@media (max-width: 1399px){
  .trial-add-image {
    max-width: 315px; top: 9px;
    margin: 0 auto;
  }
}
@media  (min-width: 768px) and (max-width: 1199px){
  .left-side-wizard,
  .right-part-wizard {
    padding: 50px 50px 0px;
  }
}
@media screen and (max-width: 991px){
  .about-details {
    margin: 0px;
  }
  .form-left-part{
    padding: 0px;
    border-right: none;
  }
  .company-trial-feature .container-sm {
    max-width: 92% !important;
    margin: auto;
}
  .form-right-part{
    padding-left:0;
  }
  .left-side-wizard{
    padding: 30px;
  }
  .right-part-wizard{
    padding: 30px 30px 0px;
  }
  
  .trial-banner{
    margin-top: 0;
  }
  .upload-container {
    justify-content: start;
  }
  .company-details-form {
    padding: 30px;
  }
  .form-footer-btn {
    margin: 30px 0px 0px !important;
  }
  .header-name{
    display: none!important;
  }
}
@media (min-width: 768px) {
  .edit-form-inline-group {
      display: flex;
      gap: 20px;
  }

  .edit-form-inline-group>div {
      flex: 1;
  }
}
