#weeklyBookingsTable_locationFilterDropdown.select2_demo_2,
#pastBookingsTable_locationFilterDropdown.select2_demo_2 {
    width: 300px;
}

#weeklyBookingsTable_locationFilterDropdown .select2-container,
#pastBookingsTable_locationFilterDropdown .select2-container {
    margin-bottom: 10px;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-success.disabled,
.btn-success:disabled,
.btn-primary.disabled, 
.btn-primary:disabled {
    cursor: no-drop !important;
}

.form-control::placeholder {
    font-size: 13px;
    color: #999;
}

.form-control[disabled]:hover {
    content: '\1F6AB';
    cursor: not-allowed;
}

.passwordBox {
    padding: 50px 20px 20px 20px !important;
}

.img-preview:hover,
.img-preview-active {
    border: #66b7e2 2px solid;
    cursor: pointer;
    box-shadow: 0 3px 7px #777;
    transition: all 0.3s;
}

.previewFont {
    font-size: 20px !important;
    margin-top: 10px !important;
}

.text-right {
    text-align: right !important;
}

.wrapper-content {
    padding: 20px 0 40px !important;
}

.client-detail {
    height: 450px !important;
}

.toast-success {
    background-color: #18a689 !important;
}

label.error,
label.match-error {
    color: #D8000C !important;
    font-size: 13px;
    margin-left: 0px;
}

#resetPasswordForm label.error {
    margin-left: 15px !important;
}

.ibox-dark {
    background-color: #2F4050;
    border-color: #2F4050;
    color: #ffffff;
}

.equalHeightForms .ibox-content {
    min-height: 400px;
}

#euroSymbol {
    width: 1%;
    border: 1px solid lightgrey;
    position: relative;
    flex: 0.1;
    background-color: white;
    text-align: center;
    font-size: 14px;
    color: grey;
}

.bigger-circle {
    width: 250px;
    height: 100px;
}

.edit-icon {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px);
    margin: 0 !important;
}

.modal-content {
    width: 100%;
}

.modal-title {
    font-size: 16px !important;
}

.inmodal .modal-header {
    padding: 16px 15px !important;
}

.position-relative {
    position: relative;
}

#profileLogo {
    height: 100px;
    width: 80%;
    object-fit: contain;
}

.img-fluid {
    max-width: 95% !important;
}

#organizationName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-content {
    width: 100%;
}

.col-form-label {
    padding-bottom: 0 !important;
}

#organizationName,
#userName {
    font-weight: 500 !important;
}

.inmodal .modal-body {
    background: none !important;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}

    .image-container img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.profile-content label {
    font-size: 14px;
}

#profileSize {
    font-size: 14px;
}

#centrumAnchor {
    color: inherit;
    text-decoration: none;
}

.discountModal {
    padding: 20px 30px 0px 30px !important;
}

.custom-ibox-content {
    height: 150px;
    overflow-y: auto;
    scrollbar-width: thin;
}

    .custom-ibox-content::-webkit-scrollbar {
        width: 10px;
    }

.nav-tabs > li > a {
    color: #676a6c !important;
}

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        color: #474a4c !important;
    }

.locationlist-hover:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#adminLogo {
    margin-left: 45px;
}

#paymentInfo {
    cursor: pointer;
}

#couponcountModal {
    padding: 20px 30px 0px 30px !important;
}

/* custom checkbox */
.custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .custom-checkbox input[type="checkbox"]:hover {
        border: 2px solid #1ab394;
    }

/* weekdays buttons */
#weekdaysButtons button.btn-outline:hover {
    background-color: transparent;
    color: #1a7bb9;
}

/* Custom style for selected rows in DataTable */
table.dataTable.stripe > tbody > tr.odd.selected > *,
table.dataTable.display > tbody > tr.odd.selected > *,
table.dataTable.stripe > tbody > tr.even.selected > *,
table.dataTable.display > tbody > tr.even.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.1) !important;
    color: #000;
}

/* Optional: Additional styles to adjust hover effects if needed */
table.dataTable.stripe > tbody > tr.odd.selected:hover > *,
table.dataTable.display > tbody > tr.odd.selected:hover > *,
table.dataTable.stripe > tbody > tr.even.selected:hover > *,
table.dataTable.display > tbody > tr.even.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.2) !important;
}

#actionSaveBtn, #actionCancelBtn {
    width: 25px !important;
    height: 25px !important;
}

#actionSaveIcon, #actionCancelIcon, #actionWarningIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.required-field {
    color: red;
    margin-left: 0.10rem;
}

.icon-xl {
    width: 5rem;
    height: 5rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
}

.rounded-circle {
    border-radius: 50% !important
}

.btn-theme-red {
    background-color: #e80c34 !important;
    border-color: transparent !important;
    color: #fff !important
}

.bg-theme-red {
    background-color: #e80c34 !important
}

.text-theme-red {
    color: #e80c34
}

.text-theme-green {
    color: #0bbe50
}

.mt-n5 {
    margin-top: -2rem !important;
}

@media (min-width: 820px) {
    .modal-center {
        top: 8%;
    }
}

@media (max-width: 767px) {
    .modal-center {
        top: 0%;
    }

    #weeklyBookingsTable_locationFilterDropdown.select2_demo_2,
    #pastBookingsTable_locationFilterDropdown.select2_demo_2 {
        width: 100% !important;
    }

    .select2-container--default .select2-search--inline .select2-search__field {
        width: 100% !important;
    }
}

    @media (min-width: 768px) {
        .col-md-5 {
            max-width: none !important;
        }

        #weeklyBookingsTable_locationFilterDropdown.select2_demo_2,
        #pastBookingsTable_locationFilterDropdown.select2_demo_2 {
            width: 300px !important;
        }
    }
