.payment.dropdown a.dropdown-item.active {
    background-color: inherit !important;
    color: inherit !important;
}
#booking_log_list i.fal {
    color: #a9a7a7;
}
#show_message ul li{
    list-style: inherit !important;
}
.gc_client_enable {
    text-align: left;
}
.gc_client_enable > div.radio-switch {
    display: inline;
    float: right;
}
.sweet-alert p {
    max-height: 12em;
    overflow-y: scroll;
}
#team_members_row .col-8 {
    overflow: auto;
    max-height: 140px;
}
.log-icon i {
    font-weight: normal !important;
    font-size: 16px !important;
}
.log {
    text-align: right;
}
.log a.change-log {
    text-decoration: underline;
    font-size: 12px;
}
.from_emailsettings_info {
    padding-right: 15px;
    color: #fff;    
}
.from_emailsettings_info > div {
    background-color: #1d4e76;
    padding: 12px;
}
.from_emailsettings_info p{
    text-align: justify;
}
li#daterange_client_messages {
    width: 412px;
}

#booking_confirm .email-sms {
    max-width: 32%;
}
#booking_confirm .msg-type {
    border-radius: 0;
}
#booking_confirm .custom-popover {
    right: 0 !important;
    top: 45px !important;
    padding-top: 25px;
    max-height: 440px;
}
#booking_confirm .custom-popover::before {
    right: 0;
}
#booking_confirm .bal-due {
    display: flex;
    align-items: center;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}
.booking-login-box a:hover {
    color: #fff;
    text-decoration: none;
}
.appnt-confirm-btn > *
{
    margin-right: 6px;
}
.w-38p {
    width: 38%;
}
.font_weight_normal {
    font-weight: normal !important;
}
.location-details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location-details-box .location-btns {
    display: flex;
    align-items: center;
}
.valiEmailError {
    display: none;
    line-height: 24px;
    padding: 0.2rem 1.25rem;
    width: 100%;
    margin: 0;
}
#validateEmailLabelText {
    color: #000;
}
.valiEmailError .fa-info-circle
{
    color: #beb6b6;
}
.w98-pr {
    width: 98% !important;
}
#appnt-confirm-box a:focus {
    color: #FFF;
}
.font-size-22px {
    font-size: 22px !important;
}
.font-size-18px {
    font-size: 18px !important;
}
.w140-px {
    width: 140px !important;
}
.lh-42px {
    line-height: 42px !important;
}
.bg-color-light {
    background-color: #beb6b6;
}
.smsTextArea {
    margin-top: 2rem;
}
.pricing-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  } 
  .pricing-slider:hover {
    opacity: 1;
  }
  .pricing-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #234360;
    border:2px solid #fff;
    cursor: pointer;
  } 
  .pricing-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #234360;
    border:2px solid #fff;
    cursor: pointer;
  }
  .price-slider-container {
    display:flex;
    justify-content:space-between;
    align-items:center
  }
  .billing-box-footer h1 {
    font-size: 60px;
  }
  .billing-box-footer .fotter-container {
    padding:15px 30px;
    color:white;
    display:flex;
    justify-content:space-between;
  }
  .billing-box-footer .footer-text {
    font-size:60px;
    margin-top:5px;
    margin-bottom: 20px;
  }
  .billing-select-button {
    background-color:#fe6f6b;
    border: 1px solid #fe6f6b; 
    color:#fff; width:150px
  }
  .billing-select-button.disable-starter {
    background-color: rgb(196, 196, 196);
    border: 1px solid rgb(196, 196, 196);
  }
  .billig-range-label {
    display:flex;
    justify-content:center;
    width:34px;height:34px;
    border-radius:17px;color:#fff; 
    background-color:#005076;
    font-weight: bold;
    padding-top:7px
  }
  /*Mobile code message*/
  #error-msg1, #error-msg2, #error-msg3 {
    color: red;
    font-weight: bold;
  }
  #valid-msg1, #valid-msg2, #valid-msg3 {
    color: #00C900;
  }
.working-hours-wrapper {        
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}
.day-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.2s ease;
}
.day-circle.active {
    background-color: #44d7c5;
    color: white;
}
.day-circle.inactive {
    background-color: #cadae7;
    color: #999;
}
.day-circle:hover:not(.active) {
    background-color: #44d7c5;
    color: white;
}
.day-circle:hover:is(.active) {
    background-color: #cadae7;
}
.add-shift-btn {
    color: #537190;
    cursor: pointer;
}
.add-shift-btn:hover {
    text-decoration: underline;
}
.remove-time {
    color: #fb6362;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.remove-time:hover {
    color: #ff4444;
}
.time-input {
    width: 120px;
    display: inline-block;
}
.to-text {
    color: #999;
    margin: 0 5px;
}
.closed-label {
    color: #999;
    font-style: italic;
    padding: 8px 12px;
}
.select2-time {
    width: 120px !important;
}
#days-header{width: 370px;}
#working-hours-display .add-shift-btn{
    font-weight: bold;
    font-size: 20px;
}
#working-hours-display .select2-container {
    margin-right: 0; 
    display:inline-block;
    max-width: 120px !important;
    min-width: 120px !important;
}
.switch input:disabled + .slider {
    background-color: #ccc;
}
#view-more .hi-view-more-table,#view-more .hi-view-more-table th,#view-more .hi-view-more-table td {
    border-color: #dee2e6 !important;
}
/* Custom tooltip styles */
.custom-tooltip-popup {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
    min-width: 200px;
    max-width: 300px;
    font-family: Arial, sans-serif;
}
.custom-tooltip-header {
    padding: 8px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.custom-tooltip-header strong {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}
.custom-tooltip-close {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    border-radius: 2px;
}
.custom-tooltip-close:hover {
    background: #ddd;
    color: #333;
}
.custom-tooltip-content {
    max-height: 180px;
    overflow-y: auto;
    padding: 0;
}
#custom-tooltip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
#custom-tooltip-list li {
    padding: 6px 12px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-size: 12px;
    cursor: default;
}
#custom-tooltip-list li:last-child {
    border-bottom: none;
}
#custom-tooltip-list li:hover {
    background: #f9f9f9;
}
.custom-tooltip-trigger {
    cursor: pointer;
}
.custom-tooltip-trigger:hover {
    opacity: 0.8;
}