@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;500;600&display=swap');
    *{margin:0;padding:0;box-sizing: border-box;}
    h1,h2,h3,h4,h5,h6{font-family: 'Cinzel', serif;}
    body{font-family: 'Sofia Sans', sans-serif;}
    .container {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
    }
    .main_container {
        padding: 50px;
        text-align: center;
    }
    .success_msg {
        color: green !important;
    }
    .error_msg {
        color: #c90202 !important;
    }
    .button {
        position: relative;
        display: inline-block;
        padding: 12px 40px;
        line-height: normal;
        border: none;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        letter-spacing: 1px;
        background-color: transparent;
        transition: all 0.8s, color 0.3s 0.3s;
        z-index: 1;
        -webkit-tap-highlight-color: initial;
        -webkit-appearance: button;
        -moz-appearance: button;
        cursor: pointer;
    }
    label {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
    }
    input[type="text"] {
        padding: 10px;
    }
    .button--primary {
        background: #000;
        color: #ffffff !important;
    }
    .button--primary:hover {
        background: #993500;
        color: #ffffff;
    }
    .text-center {
        text-align: center;
    }
    .text-upper {
        text-transform: uppercase;
    }
    .small--button {
        padding: 12px;
        font-size: 14px;
        text-transform: capitalize;
        margin-right: 2px;
        margin-left: 2px;
    }
    .staff_list_table table {
        width: 100%;
        border-collapse:collapse !important;
    }
    th, td {
        padding: 8px;
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

    thead th{
        padding: 15px;
    }
    .m-bottom {
        margin-bottom: 20px;
    }
    /*.edit_staff_name,
    .edit_service_name{
        margin: 30px;
    }*/
    .service_details {
        display: grid;
        grid-template-columns: 120px 1fr;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }
    .type_select_box {
        width: 100%;
        padding: 10px;
    }

    .edit_staff_name>.edit_staff_name_label,
    .staff_name>.staff_name_label,
    .staffAll,
    .servicesAll,
    .time_interval,
    .services_date {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 24px;
    }
    .services_date input#date {
        padding: 10px;
        max-width: 200px;
        width: 100%;
    }

    /* llc booking css */

    body {
    background: #ebebeb45;
    min-height:calc(100vh - 50px);
    padding-bottom:50px;
    margin: 0;
    }

    .top-section-content {
        display: flex;
        justify-content: center;
        font-family: 'Sofia Sans', sans-serif;
    }
    .bottom-section-content {
        display: flex;
        justify-content: space-between;
        font-family: 'Sofia Sans', sans-serif;
    }
    .top-section-content .booking_header.booking_alignment-4-left {
        width: 100%;
        max-width: 980px;
        background: #2f2e2e;
        color: <?php echo $container_text_color ?> !important;
        padding: 50px 20px;
    }
    .bottom-section-content .bottom-section-content {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        background: #000000;
        padding: 20px;
        color : #ffffff !important;
    }
    .top-section-content #header-title {
        font-size: 80px;
        text-align: center;
        margin-bottom: 33px;
        font-family: 'Cinzel', serif;
        font-weight: 400;
        margin-top: 0;
    }
    .booking-runningText.header-subtitle {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .filter-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
    }
    .popup_staff_content {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        min-width: 170px;
        border: 1px solid #fff;
        padding: 15px 10px;
        background: #000;
        transform: translateY(100%);
    }
    .popover-element {
        position: relative;
    }
    .popover-element button#STAFF_MEMBER {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        background: none;
        border: none;
        color: #ffffff;
    }
    .popup_staff_content .popup_staff_inner {
        list-style: none;
        display: grid;
        gap: 10px;
        margin: 0;
        padding: 0;
    }
    input[name="staff_name[]"] {
        margin: 0 !important;
    }
    .monthly-date-picker .cal-day__day--selected{
        background-color: #993500;
        border-radius:0;
    }
    .booking_details_content{
        width: 100%;
    }
    .booking-withSuffix {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 9px;
        gap: 50px;
    } 
    body .month_picker_time_picker * {
        color: #ffffff;
    }
    .heading_title.section-header-title {
        font-size: 20px;
        font-family: 'Cinzel', serif;
        font-weight: 400;
    }
    .month_picker_time_picker .monthly-date-picker {
        margin-top: -30px;
        width: 100%;
        max-width: 315px;
    }
    .booking-details--body .month_picker_time_picker {
        margin: 0;
        gap: 40px;
    }
    .month_picker_time_picker #selected-date {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .month_time_picker_container {
        position: relative;
        width: 100%;
        max-width: 290px;
    }
    .time_picker_month .timevalue_data input[type="radio"] {
        display: none;
    }
    .time_picker_month .timevalue_data .time_label {
        padding: 12px 16px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        display: block;
        cursor: pointer;
        text-align: center;
    }
    .booking_sidebar {
        width: 100%;
        max-width: 220px;
    }
    .booking_details_content .booking-details--body {
        width: 100%;
        max-width: 665px;
        margin-top: 17px;
    }
    .time_picker_month {
        gap: 10px;
    }
    .time_picker_month .timevalue_data input:checked + .time_label{
        border-color: #993500;
    }
    .booking_sidebar .booking-runningText.section-header-title {
        margin-bottom: 9px;
        font-size: 20px;
        font-family: 'Cinzel', serif;
        font-weight: 400;
    }
    .booking-details-wrapper {
        margin-top: 30px;
    }
    .slot-details {
        margin-bottom: 10px;
    }
    .booking-details-wrapper .book-button.booking_available_btn {
        margin-top: 30px;
        background: #993500;
        color: #ffffff;
        width: 100%;
        font-size: 16px;
        padding: 11px 16px;
        cursor: pointer;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .month_picker_time_picker .calendar,.month_picker_time_picker .cal-body__week,.month_picker_time_picker .calendar__head{
        width: 100%;
    }
    .month_picker_time_picker .cal-head__day,.month_picker_time_picker .cal-body__day{
        width: 45px;
        height: 45px;
    }
    .month_picker_time_picker .calendar__head:after{
        background-color: #626262;
    }
    .month_picker_time_picker .calendar__head,.month_picker_time_picker .cal-body__week {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cal-day__month--next {
        opacity: 0.5;
        pointer-events: none;
    }
    .no-available-slots-cta {
        border: 1px solid #993500;
        background: #993500;
        padding: 11px 11px;
        margin: 10px 0 0;
        cursor: pointer;
    }
    .booking-details-wrapper-unavailable {
        margin-top: 30px;
    }
    .booking-details-wrapper-unavailable .book-button {
        margin-top: 30px;
        background: #a0a09f;
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 11px 16px;
        cursor: pointer;
        border: none;
        pointer-events: none;
    }
    .staff_member_preference_data {
        margin-top: 20px;
    }
    .slot-preferences-wrapper.slot-preferences-active {
        padding-top: 20px;
    }
    .runningText.slot-preferences-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    select.dropdown-base {
        color: #ffffff;
        background: #000000;
        width: 100%;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .error_text_icon span.error_icon {
        display: flex;
    }

    @media( max-width: 767px ){
        .top-section-content #header-title{
            font-size: 30px;
        }
        .top-section-content,.bottom-section-content{
            width:95%;
            margin:0 auto;
        }
        .month_picker_time_picker .cal-head__day,
        .month_picker_time_picker .cal-body__day {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }
        .booking-details--body .month_picker_time_picker{
            column-gap: 10px
        }
        .month_time_picker_container {
            max-width: 225px;
        }
    }

    @media( max-width: 625px ){
        .month_time_picker_container{
            max-width: 100%;
        }
        .month_picker_time_picker .monthly-date-picker {
            max-width: 100%;
        }
    }

    @media( max-width: 480px ){
        .heading_title.section-header-title{
            font-size: 15px;
        }
    }

    /* staff page css  */
    .staff_list_header {
        margin-bottom: 30px;
        font-weight: 500;
    }
    .staff_list_table.main_container {
        padding: 50px;
    }
    .staff_list_table.main_container *{
        border-color:#ffffff5e;
    }
    .staff_list_table.main_container td button {
        margin: 4px 6px;
        padding: 5px 12px;
    }
    @media ( max-width: 480px ){
        .staff_list_table.main_container td button {
            margin: 4px 3px;
            padding: 5px 5px;
        }
        .staff_list_table.main_container{padding:50px 15px;}
    }

    /* create staff page css  */
    .staff_details_main.main_container,
    .edit_staff_details_main.main_container,
    .main_container.staff_timing_main_container,
    .main_container.service_list_table,
    .main_container {
        /* background: #000000; */
        max-width: 1500px;
        margin: 0 auto;
    }

    .staff_details_main.main_container * ,
    .edit_staff_details_main.main_container *,
    .main_container.staff_timing_main_container * {
        color: #ffffff;
    }
    .staff_details_main.main_container input,.edit_staff_name_label input{
        background: transparent;
        border: 1px solid #fff;
        outline: none;
    }
    .staff_name .staff_name_label,.edit_staff_name_label{
        flex-wrap:wrap;
    }
    .main_container.staff_timing_main_container select,
    .main_container.staff_timing_main_container input {
        background: #000000;
        border: 1px solid #c9c9c969;
        padding: 12px 16px;
    }
    .main_container.staff_timing_main_container .m-bottom select,
    .main_container.staff_timing_main_container .m-bottom input {
        width: 100%;
        display: block;
        max-width: 222px;
    }
    .main_container.staff_timing_main_container .m-bottom label {
        width: 100%;
        max-width: 160px;
    }
    .main_container.staff_timing_main_container .m-bottom {
        margin: 25px 0px 40px;
    }
    .main_container.staff_timing_main_container .stafftiming_table_btn.button.button--primary{
        background: #993500;
        color: #ffffff;
    }
    @media ( max-width: 767px ){
        .main_container.staff_timing_main_container .m-bottom {
            flex-wrap: wrap;
        }
        .staff_details_main.main_container,
        .edit_staff_details_main.main_container,
        .main_container.staff_timing_main_container{
            padding: 50px 15px;
        }
    }
    .loader_image img {
        max-width: 25px;
    }
    #show_more_btn {
        display: flex;
        margin: 0 auto;
        padding: 0;
        margin-top: 16px;
        background: transparent;
        color: #993500;
        font-size: 18px;
        text-decoration: underline;
        cursor: pointer;
    }
    .month_time_picker_container .loader_image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .main_container.service_list_table th, .main_container.service_list_table td {
        border-color: #f3f3f347;
    }


    /* booking signup page css  */
    .widget-main-container {
        padding: 50px 20px;
        max-width: 980px;
    }
    .widget_singup_body {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
    }
    .widget_singup_body .widget_singup_form {
        width: min-content;
        flex-grow: 6;
    }
    .widget_singup_body .widget_singup_details {
        min-width: 280px;
    }
    .widget_singup_back {
        text-align: left;
        margin-bottom: 30px;
    }
    .widget_singup_back .back-button {
        display: inline-flex;
        align-items: center;
        background: transparent;
        border: none;
        font-size: 16px;
        cursor: pointer;
        color: #ffffff;
    }
    .widget_singup_back .prefix-icon {
        display: flex;
        margin-right: 5px;
    }
    .widget-main-container *{
        font-family: 'Sofia Sans', sans-serif;
    }
    .widget_singup_header .widget_singup_header.h1{
        font-family: 'Cinzel', serif;
        font-size: 20px;
        font-weight: 400;
    }
    .widget_singup_header {
        text-align: left;
    }
    .widget_singup_header .divider {
        margin: 20px 0;
    }
    .widget-main-container .form {
        margin-top: 32px;
    }
    .widget-main-container .form .fields {
        display: flex;
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 24px;
    }
    .widget-main-container .form .fields .field {
        flex: 1 0 290px;
        display: flex;
    }
    .widget-main-container .form .fields .field input {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: #2f2e2e;
        border: 1px solid rgba(160, 160, 159, 0.6);
        min-height: 40px;
        padding: 8px 12px;
        outline: none;
        color: #fff;
    }
    .widget-main-container .form .fields .field .theme-3-box {
        width: 100%;
    }
    .widget-main-container .form .fields .field label.label {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .widget-main-container .form .fields .field #letter_count {
        text-align: right;
        font-size: 13px;
        margin-top: 5px;
        color: #fff;
        opacity: 0.3;
    }
    .widget-main-container .form .fields .field input[type="checkbox"] {
        min-height: 18px;
        background: #000;
        display: none;
    }
    .widget-main-container .form .fields .field .checkbox-core {
        display: flex;
        align-items: center;
        gap: 15px;
        cursor: pointer;
    }
    .widget-main-container .form .fields .field .checkbox-core .s4iDes {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border: 1px solid rgba(160, 160, 159, 0.6);
    }
    .staff_location .icon-wrapper {
        width: 3px;
        height: 9px;
        border: 1px solid #000;
        transform: rotate(45deg);
        margin: -3px 0 0px 2px;
        border-color: transparent #000 #000 transparent;
        opacity: 0;
    }
    .widget-main-container .form .fields .field input:checked + label .icon-wrapper{
        opacity:1;
    }
    .widget-main-container .form .fields .field.checkbox__field {
        flex: 1 0 100%;
    }
    .widget_singup_header .booking-details-location {
        margin-top: 7px;
    }
    .booking-details-action .booking-details-action-button {
        background: #993500;
        width: 100%;
        margin-top: 32px;
        text-transform: initial;
        border: none;
        transition: none;
        color: #ffffff;
    }
    .form_error {
        color: #e31212;
        margin-top: 5px;
        font-weight: 100;
    }
    .booking-details-action .booking-details-action-button:hover{
        color: #ffffff;
    }
    .widget-main-container .form .for_general_service {
        width: 100%;
        display: grid;
        gap: 24px;
    }
    @media ( max-width: 767px ){
        .widget_singup_body .widget_singup_form{
            width: 100%
        }
        .widget-main-container .form .fields .field{flex: 1 0 100%;}
    }
    .main_container * {
    color: #000;
    }
    .service_header.h1 {margin-bottom: 30px;}
    .main_container .service_details_main input,
    .main_container .service_details_main select,
    .main_container input,
    .main_container select {
        /* background: #000000; */
        border: 1px solid #ffffff4f;
        /* color: #ffffff; */
        outline: none;
    }
    .topnav {
        overflow: hidden;
        background-color: #2f2e2e;
    }
    .topnav a {
        float: left;
        color: #ffffff;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
    .topnav a:hover {
        background-color: #993500
        color: #ffffff;
    }
    .topnav a.active {
        background-color: #cccccc80;
        color: #ffffff;
    }
    .service_details_btn,.edit_servicename_btn {
        font-weight: 400;
        text-transform: initial;
    }
    .main_container.service_list_table .dataTables_paginate .paginate_button, 
    .main_container.service_list_table .dataTables_paginate .paginate_button:hover {
        color: #fff !important;
        background: #404040;
    }
    .thankyou_container {
        background: rgb(47 46 46 / 80%);
        color: <?php echo $container_text_color ?> !important;
    }
    .thankyou_container .booking_top_heading h6 {
        font-size: 30px;
        font-family: 'Sofia Sans', sans-serif;
        text-transform: capitalize;
    }
    .thankyou_container .booking_top_heading >* {
        margin-bottom: 15px;
        display: block;
    }
    .thankyou_container .booking_main_section {
        max-width: 90%;
        margin: 20px auto;
        padding: 40px 20px;
        background: #2f2e2e;
        color: #ffffff;
    }   
    .thankyou_container .booking_main_content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }
    .thankyou_container .booking_main_content .booking_img {
        width: 100px;
        height: 100px;
        background: #000;
        display: flex;
        padding: 30px;
        align-items: center;
        justify-content: center;
        font-size: 40px;
    }
    .thankyou_container .booking_content {
        text-align: left;
    }
    .thankyou_container .booking_main_content .booking_service {
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 5px;
        display: block;
    }
    .thankyou_container .booking_content br {
        display: none;
    }
    .thankyou_container .booking_date,
    .thankyou_container .booking_interval, 
    .thankyou_container .booking_staff,
    .thankyou_container .booking_location,
    .thankyou_container .booking_info{
        opacity: 0.7;
    }
    .thankyou_container .booking_content span {
        display: block;
        margin-bottom: 5px;
    }
    .thankyou_container .booking_content .google_calender {
        display: flex;
        align-items: flex-start;
        margin-top: 21px;
        gap: 15px;
    }
    .thankyou_container .booking_content .google_calender i{
        color: #993500;
    }
    .thankyou_container .booking_content .google_calender a {
        text-decoration: none;
        color: #993500;
    }
    .continue_browsing a {
        color: #993500;
        display: inline-block;
        margin-top: 20px;
    }
    @media ( max-width: 767px ){
        .main_container{
            padding: 50px 15px;
        }
    }
    .create-services-btn #create_services a {
        text-decoration: none;
        padding: 4px 10px;
        display: inline-block;
    }
    .create-services-btn {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 30px;
        align-items: center;
        flex-wrap: wrap;
    }
    .staff_timing_table input::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }
    .staff_data_popup  input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  filter: invert(0);
}

    .success_msg, .error_msg{
        margin-top: 10px;
    }
    .widget-main-container .form .for_general_service .field.booking_services {
        display: grid;
        row-gap: 24px;
    }
    .error_text {
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        top: -7px;
        width: 155px;
        right: 0;
        background: #DF3131;
        text-align: center;
        padding: 4px 5px;
        border-radius: 4px;
        transform: translate(-50%,-100%);
        left: 12px;
    }
    .error_icon:hover .error_text {
        visibility: visible;
        opacity: 1;
    }
    .error_text_icon {
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 14px;
        position: absolute;
        top: 46%;
        transform: translateY(-50%);
        right: 16px;
        cursor: pointer;
    }
    .popover-element {
        position: relative;
    }
    .error_text::before {
        content: '';
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        width: 32px;
        height: 57%;
        background: #DF3131;
        z-index: -1;
        margin: 0 auto;
        clip-path: polygon(0 0, 50% 99%, 100% 0);
    }
    .error_text_icon span.error_icon svg {
        fill: #DF3131;
    }
    .selectbox_error .dropdown-base {
        border-color: #DF3131;
    }
    .table_container{
        overflow-x: auto;
    }
    .table_container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #000;
    }
    .table_container::-webkit-scrollbar {
        width: 6px;
        height:6px;
        background-color: #000;
    }
    .table_container::-webkit-scrollbar-thumb {
        background-color: #993500;
    } 
    .timevalue_data.hide {
        display: none;
    }
     .month_picker_time_picker {
        display: flex;
        flex-wrap: wrap;
        margin: -22px -24px;
    }
    .booking-details--body {
        flex-grow: 1000;
    }
    .calendar {
        width: 350px;
        margin: 50px auto 0;
    }
    .booking_details_content {
        display: flex;
        flex-wrap: wrap;
        column-gap: 52px;
        row-gap: 44px;
    }
    .cal-day__month--next, .cal-day__month--previous {
        opacity: 0.5;
        pointer-events: none;
    }
    .calendar__month {
        font-size: 20px;
        font-weight: 800;
        padding: 10px 0;
        width: 100%;
        position: relative;
    }
    .cal-month__previous,
    .cal-month__next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        width: 30px;
        height: 30px;
        text-align: center;
    }
    .cal-month__next:hover,
    .cal-month__previous:hover {
        background-color: #000;
        box-shadow: 0 5px 5px -5px rgba(0,0,0,0.75);
        border-radius: 50%;
        font-weight: 800;
        color: #111;
    }
    .time_picker_month {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .cal-month__next {
        right: 0;
    }
    .cal-month__current {
        text-align: center;
        color: #777;
    }
    .cal-head__day,
    .cal-body__day {
        display: inline-block;
        width: 50px;
        height: 50px;
        float: left;
    }
    .cal-body__week,
    .calendar__head {
        display: block;
        height: 50px;
        width: 350px;
    }
    .calendar__head {
        line-height: 50px;
        position: relative;
    }
    .calendar__head:after {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #90CAF9;
    }
    .cal-body__day {
        color: #e1e1e1;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .cal-day__month--current {
        color: #777;
    }
    .cal-day__day--today {
        font-weight: 800;
        color: #2196f3;
    }
    .cal-day__day--selected {
        background-color: #2196f3;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
        border-radius: 50%;
        color: #111;
    }
    .staff_location_label.checkbox-core {
        display: flex;
        align-items: center;
        gap: 15px;
        cursor: pointer;
    }
    .staff_location .s4iDes {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border: 1px solid rgb(0 0 0 / 90%);
    }
    .staff_location input {
        min-height: 18px;
        background: #000;
        display: none;
    }
    .staff_location input:checked + label .icon-wrapper {
        opacity: 1;
    }
    .staff_locations {
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .staff_location {
        margin-bottom: 10px;
    }
    .staff_location_label.checkbox-core {
        display: flex;
        align-items: center;
        gap: 15px;
        cursor: pointer;
    }
    
    .staff_location input {
        min-height: 18px;
        background: #000;
        display: none;
    }
    .staff_location input:checked + label .icon-wrapper {
        opacity: 1;
    }
    .create_color {
        margin-top: 20px;
    }
    .staff_locations {
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .staff_location {
        margin-bottom: 10px;
    }
    .widget-main-container {
        background-color: #2f2e2e;
        border-width: 0px;
        border-color: rgba(47, 46, 46, 0);
        border-radius: 0px 0px;
        position: relative;
        margin: 0 auto;
        min-width: 240px;
        border-style: solid;
        color: #ffffff;
    }
    .color_name_label {
        padding: 20px 0;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid;
    }
    .bg_remove_wrapper {
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 14px;
        position: absolute;
        top: 2%;
        transform: translateY(-50%);
        right: -10px;
        cursor: pointer;
    }
    .bg_remove_icon {
        background: #993500;
        padding: 10px;
        border-radius: 50%;
        display: flex;
    }

    .bg_remove_text {
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        position: absolute;
        top: -7px;
        width: 155px;
        right: 0;
        background: #DF3131;
        text-align: center;
        padding: 4px 5px;
        border-radius: 4px;
        transform: translate(-50%,-100%);
        left: 12px;
    }
    .boby_bg_container {
        position: relative;
    }
    .bg_remove_icon:hover span.bg_remove_text {
        opacity: 1;
        visibility: visible;
    }
    .booking_details_content .booking-details--body h4{
        margin:0;
    }
    .staff_weekly_timingtable {
    width: 100%;
    }
    .staff_weekly_timingtable, .staff_weekly_timingtable th, .staff_weekly_timingtable td {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      border-collapse: collapse;
      text-align: left;
      border-left: none;
      border-right: none;
      color: #000 !important;
    }
    .staff_weekly_timingtable td{
      padding: 15px;
    }
    .staff_weekly_timingtable svg{
      width: 20px
    }

    .staff_details_main.main_container .staff_name .staff_weekly_timing {
    background: #fff;
    color: #000 !important;
    margin-top: 50px;
    border-radius: 10px;
}
    .staff_weekly_timing .staff_weekly_heading h4,
    .staff_weekly_timing .staff_weekly_heading .staff_weekly_timingtable thead th
     {
        color: #000 !important;
    }

    .staff_weekly_timingtable thead th {
        background: #d1e9ff;
    }

    .staff_weekly_heading {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 20px;
    }

    .staff_weekly_timing .staff_weekly_heading h4 {
        margin: 0;
        font-size: 20px;
    }
    .staff_action_icon, .edit_staff_action_icon {
        cursor: pointer;
    }
    .staff_head_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    }

    .staff_details_main.main_container {
        padding-top: 30px;
    }

    .staff_header.h3 {
        margin: 0;
    }

    .staff_save_cancel_btn {
        display: flex;
        gap: 10px;
    }

    .button--small {
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 20px;
    }
    .staff_head_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    }

    .staff_details_main.main_container {
        padding-top: 30px;
    }

    .staff_descriptions {
        border-radius: 10px;
        display: flex;
        align-items: center;
        background: #fff;
        padding: 20px;
        color: #000;
    }

    .staff_des_left {
        width: 30%;
    }

    .staff_des_right {
        width: 70%;
        text-align: left;
    }

    .label_one_half {
        display: grid;
        column-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .staff_labels .staff_name_label {
        display: block;
        margin-bottom: 5px;
            color: #000;
    }
    .staff_labels .staff_name_label input {
        border-color: #000;
        color: #000;
    }
    .staff_labels {
        margin-bottom: 15px;
    }

    .staff_labels #staff_email, .staff_labels #staff_phone, .staff_labels #staff_name, .staff_labels #staff_description {
        padding: 10px;
        width: 100%;
    }
    .upload-button.photo {
    width: 238px;
    height: 238px;
    float: left;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    border: 2px dashed #993500;
    /* border-radius: 6px; */
    transition: background .3s,box-shadow .3s;
}

.staff_des_left .staff_profile {
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.plus-icon {margin: auto;position: absolute;inset: 0;height: 20px;width: 20px;cursor: pointer;}

.plus-icon svg {
    width: 20px;
    height: 20px;
}

.tile-uploader.skeleton {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}

.upload-button-content.upload-button-content_uploaded {
    margin: auto;
    position: absolute;
    inset: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
img#blah {
    position: relative;
    width: 100%;
}
.staff_data_popup.popup {
    width: 100%;
    height: 100%;
    background: #747474b8;
     display: none; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
}

.popup__content {
    width: 100%;
    overflow:auto;
    padding: 50px;
    background: #fff;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    max-width: 650px;
}
.staff_popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
}

.staff_popup_close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #993500;
}
.staff_popup_close span:nth-child(1) {
transform: rotate(45deg);
}
.staff_popup_close span:nth-child(2) {
transform: rotate(135deg);
}
.staff_data_popup_day {
    font-size: 18px;
    font-weight: 700;
}
.required-indicator {
    color: #b50505;
}
.error {
    color: #b50505;
    margin-top: 10px;
}
.staffcancel_btn {
    text-decoration: none;
}
.staff_labels #edit_staff_email, .staff_labels #edit_staff_phone, .staff_labels #edit_staff_name, .staff_labels #edit_staff_description {
    padding: 10px;
    width: 100%;
}

.template_data {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 40px;
}
.all_template__data {
    display: flex;
    flex-wrap: wrap;
}
.template_names {
    padding: 15px;
}
.template_names label{
    display: grid;
}
.submit-esl {
    margin-top: 25px;
}
.my-template{
    border: 5px solid;
}
button#create_services a {
    color: #fff !important;
}
#myTable th.sorting {
    border: 1px solid #ccc !important;
}
.my-loader {
    position: fixed; /* Position fixed to cover the whole screen */
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8); /* Optional: Add a background color with opacity */
    z-index: 9999;
}
.search-wrapper {
    display: grid;
}

div#autocomplete-results {
    text-align: left;
    border: 1px solid #c5c5c5;
}
div#device-autocomplete-results {
    text-align: left;
    border: 1px solid #c5c5c5;
    max-height: 400px;
    overflow-y: auto;
}
.search-product{
    align-items: flex-start;
}
div#autocomplete-results > div, div#device-autocomplete-results > div {
    padding: 5px 10px;
    border: 1px solid transparent;
    cursor: pointer;
}

div#autocomplete-results > div:hover, div#device-autocomplete-results > div:hover {
    background: #0072ff;
    color: #fff;
    border-color: #0056c1;
}
input#instock_product {
    width: 1%;
}
.editbtn {
    margin: 10px;
    padding: 10px 30px;
}
.edit_tag_btn {
    padding: 10px 60px;
}