body {
    font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif !important;
}

pre {
    font-family: "Montserrat", sans-serif !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.page-content {
    padding: 94px 18px 60px;
}

#myEditModal {
    display: none;
}

.form-group {
    display: block;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
}

.checkbox-custom.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ff69b4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

/* .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #7a70ba;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */

.checkbox-custom.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-custom.form-group input:checked + label:before {
    content: "";
    background-color: #ff69b4;
    border: 2px solid #ff69b4;
    border-radius: 2px;
}

.customer-panel.checkbox-custom.form-group input:checked + label:after {
    top: 4px;
    left: 8px;
    width: 5px;
    height: 12px;
}

.customer-panel.checkbox-custom.form-group label:before {
    padding: 8px;
    margin-top: 1px;
}

/* .checkbox-custom.form-group label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #ff69b4;
    border-radius: 2px;
} */

.checkbox-custom.checkbox-primary-color.form-group
    input:checked
    + label:before {
    content: "";
    background-color: #7a70ba;
    border: 2px solid #7a70ba;
    border-radius: 2px;
}

.checkbox-custom.checkbox-primary-color.form-group label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #7a70ba;
    border-radius: 2px;
}

.checkbox-custom.form-group.disable label {
    position: relative;
    padding-left: 30px;
}

.checkbox-custom.form-group.disable label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ff69b4;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.checkbox-custom.form-group.disable label:before {
    content: "";
    background-color: #ff69b4;
    opacity: 0.7;
}

.checkbox-custom.form-group.disable input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox-custom.form-group.disable label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-custom.form-group.disable label {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.text-danger {
    color: #dc3545 !important;
}

.show-content:hover .hover-menu-show {
    display: block;
}

/* css for data table */
#datatable td {
    text-align: left;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #000000de;
    border-bottom: 1px solid #e5e7eb !important;
}
#datatable th {
    text-align: left;
    vertical-align: middle;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: none !important;
    outline-offset: 0px !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left !important;
}

.action-icon {
    color: #000000de;
}

table.dataTable.no-footer {
    border-bottom: inherit !important;
}
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #e5e7eb !important;
    padding: 0.75rem 1.5rem !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
    padding: 1rem 1.5rem !important;
}
table.dataTable tbody tr:hover {
    background-color: #f9fafb !important;
}

.dataTables_wrapper .dataTables_info {
    color: #000000de !important;
    font-size: 0.875rem;
    padding-top: 1rem !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1rem !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #000000de !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border: 1px solid #000000 !important;
    background: #000000 !important;
}
.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000000de !important;
    border: 1px solid #000000 !important;
    background: white !important;
    border-radius: 50px;
}

.table-responsive
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button:hover {
    color: #000000de !important;
    border: 1px solid #000000 !important;
    background: white !important;
    border-radius: 50px;
}

.dataTables_filter input {
    outline-offset: 0px !important;
}
.dataTables_filter input [type="search"] {
    outline-offset: 0px !important;
}

[type="search"] {
    outline-offset: 0px !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: none !important;
}
div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: none !important;
}

table.dataTable {
    width: 100% !important;
}
.select2-container .select2-selection--multiple {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px !important;
    min-height: 42px !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #7a70ba !important;
    border: none !important;
    color: white !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    font-family: poppins;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: white !important;
    margin-right: 5px !important;
}

.multipleSelect2 .select2-search__field .overlay {
    display: none;
}
.overlay.open {
    display: block;
}

.progressbar-list::after {
    position: absolute;
    content: "";
    top: 27px;
    left: 50%;
    background: var(--progress-bar-color, #f9f9f9); /* Default color */
    height: 2px;
    width: 100%;
}

.progressbar-list:last-child::after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    right: inherit;
    background: inherit;
    height: 2px;
    width: 50%;
}

/* Active Line Color */
/* .progressbar-list-active::after {
    position: absolute;
    content: "";
    top: 27px;
    left: 50%;
    background: #932db8;
    height: 2px;
    width: 100%;
} */

/* Show the right arrow when active */
.progressbar-list-active span {
    display: inline-block;
}

.step-check {
    display: inline-block;
    color: white;
}

.step-icon {
    display: none;
}

.counter-step {
    background: white;
    box-shadow: inset 0 0 4px 0 #00000040;
}

.stepper-items {
    color: #9c9c9c;
}

/* .service-cart-bg {
    background: url("../images/service-bg.png") no-repeat center center/cover;
    height: 200px;
    width: 100%;
    position: relative;
} */
.service-cart-bg.service-cart-bg-blur {
    position: relative;
}
.service-cart-bg.service-cart-bg-blur::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 17px;
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
}

ul.accordion-list li {
    position: relative;
    cursor: pointer;
}

ul.accordion-list li .answer {
    display: none;
    padding: 10px 0;
}

.select2-search__field {
    margin-top: 7px !important;
    font-size: 0.875rem;
    font-weight: 400;
}

/* for single drop down */

.select2-container .select2-selection--single {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 2px !important;
    min-height: 42px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #333 !important;
    font-size: 0.875rem;
    font-weight: 400;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 33px;
}

.number input {
    height: 34px;
    width: 100px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

ul.accordion-list-payment {
    position: relative;
    display: block;
    width: 100%;
    list-style: none;
}

ul.accordion-list-payment li {
    position: relative;
    cursor: pointer;
}

ul.accordion-list-payment li .payment-show {
    display: none;
    padding: 10px 0;
}

.overlay {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.overlay.open {
    display: block;
    opacity: 1;
}

.word-break {
    word-break: break-word;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: inherit !important;
}

.dataTables_wrapper.no-footer {
    width: 100% !important;
}
.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dt-search {
    display: flex;
    align-items: center;
}
div.dt-container .dt-search input {
    width: 100% !important;
}

.custom_accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    border: none;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.custom_active,
.custom_accordion:hover {
    background-color: #cccccc14;
    border-radius: 8px 8px 0px 0px;
}

.custom_panel {
    display: none;
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
    .progressbar-list::after {
        position: absolute;
        content: "";
        top: 21px;
    }
    .service-cart-bg {
        height: 100%;
    }
    .number input {
        height: 27px;
        width: 80px;
    }
    .dataTables_filter {
        white-space: nowrap;
    }
    .dataTables_filter input {
        width: 71%;
    }
    .dt-length label {
        display: none;
    }
    .dt-paging-button {
        padding: 0.3em 0.9em !important;
    }
    .dtfh-floatingparent.dtfh-floatingparent-head {
        padding-top: 72px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-cart-bg {
        height: 100%;
    }
}
/* 
.custom-scroll-style table thead tr th .dataTables_sizing {
    overflow: auto !important;
    height: auto !important;
}

.custom-scroll-header-style table {
    display: none;
} */

.dt-search input {
    margin-bottom: 20px;
    border-radius: 8px !important;
}
.dt-length .dt-input {
    border-radius: 8px !important;
}

.dt-paging-button {
    border-radius: 8px !important;
}

.dtfh-floatingparent.dtfh-floatingparent-head {
    padding-top: 70px !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #7a70ba !important;
    color: white;
}

.checkbox-colour-change:checked {
    accent-color: #7a70ba;
}

.service-box-active:first-child {
    border-radius: 8px 8px 0px 0px !important;
}

.service-box-active:last-child {
    border-radius: 0px 0px 8px 8px !important;
}

.custom-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
