@import url('site.css');
#weeklyRegistrationsTable_locationFilterDropdown.select2_demo_2,
#futureRegistrationsTable_locationFilterDropdown .select2-container,
#pastRegistrationsTable_locationFilterDropdown.select2_demo_2 {
    width: 300px;
}

#weeklyRegistrationsTable_locationFilterDropdown .select2-container,
#futureRegistrationsTable_locationFilterDropdown .select2-container,
#pastRegistrationsTable_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;
}

.tile-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1rem;
}

#sidebar-fixed {
    position: relative;
    height: 100%;
}

.fixed-support-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .fixed-support-bottom ul {
        margin-bottom: 0;
    }

.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;
}

.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;
}

.dropdown-item {
    font-size: 17px !important;
    cursor: pointer;
    padding: 8px 12px;
    display: block;
}

#suggestions {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 100%; 
    max-height: 250px; 
    overflow-y: auto; 
    border: 1px solid #ddd; 
    background-color: #fff; 
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 5px 0;
}

#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;
}

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

.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);
}

.export-excel {
    font-size: 1.5rem;
    color: #1D6F1D;  
    margin-right: 10px;
    margin-left: 10px;
}

.export-pdf {
    font-size: 1.5rem;
    cursor: pointer;
    color: #D32F2F; 
}

#adminLogo {
    margin-left: 45px;
    height: 45px;
    width: 50px;
}

#logoBackground {
    background-color: #D3D3D3;
}

#adminName {
    padding-top: 10px;
    padding-left: 32px;
}

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

#paymentInfo{
    cursor:pointer;
}

#weeklyDashboardTile {
    color: gray;
}

/* 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: 5% !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;
}

.hidden {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #b51539;
    border-color: #b51539;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus {
        background-color: #b51539;
        border-color: #b51539;
        color: #FFFFFF;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #b51539;
        border-color: #b51539;
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #b51539;
        border-color: #b51539;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }


.btn-green {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green.focus {
        background-color: #1ab394;
        border-color: #1ab394;
        color: #FFFFFF;
    }

    .btn-green.disabled,
    .btn-green:disabled {
        color: #fff;
        background-color: #1ab394;
        border-color: #1ab394;
    }

    .btn-green:not(:disabled):not(.disabled):active,
    .btn-green:not(:disabled):not(.disabled).active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #1ab394;
        border-color: #1ab394;
    }

        .btn-green:not(:disabled):not(.disabled):active:focus,
        .btn-green:not(:disabled):not(.disabled).active:focus,
        .show > .btn-green.dropdown-toggle:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        }

.label-green {
    background-color: #1ab394;
    color: #FFFFFF;
}

.label-primary,
.badge-primary {
    background-color: #b51539;
    color: #FFFFFF;
}

.nav > li.active {
    border-left: 4px solid #b51539;
    background: #293846;
}

.sk-spinner-wave div {
    background-color: #b51539 !important;
}

.pointer {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .pointer:hover {
        background-color: #f5f5f5;
    }

/* TOOGLE SWICH */
/*.onoffswitch-label {
    border: 2px solid #1ab394 !important;
}*/

/*.onoffswitch-inner:before {
    background-color: #b51539 !important;
    color: #FFFFFF !important;
}*/
/*.onoffswitch-inner:before {
    background-color: #1ab394 !important;
    color: #FFFFFF !important;
}

.onoffswitch-inner:after {
    background-color: #FFFFFF !important;
    color: #999999 !important;
}*/

/*.onoffswitch-switch {
    background: #FFFFFF !important;
    border: 2px solid #b51539 !important;
}*/
/*.onoffswitch-switch {
    background: #FFFFFF !important;
    border: 2px solid #1ab394 !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191 !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191 !important;
}*/

/* TOGGLE SWITCH UPDATED */
.onoffswitch-label {
    border: 2px solid #b51539 !important; /* Default red border when toggle is off */
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #1ab394 !important; /* Green border when toggle is on */
}

.onoffswitch-inner:before {
    background-color: #1ab394 !important; /* Green for "on" */
    color: #FFFFFF !important;
}

.onoffswitch-inner:after {
    background-color: #b51539 !important; /* Red for "off" */
    color: #FFFFFF !important;
}

.onoffswitch-switch {
    background: #FFFFFF !important;
    border: 2px solid #b51539 !important; /* Default red border when toggle is off */
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    border-color: #1ab394 !important; /* Green border when toggle is on */
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191 !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191 !important;
}

.text-navy {
    color: #b51539 !important;
}

.text-green {
    color: #1ab394 !important;
}

.loginScreenBackground {
    background-image: url('../images/login-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.flagPosition {
    text-align-last: right;
}

.lang-item {
    font-size: 12px;
    font-weight: 700;
}

.flag-img {
    padding-bottom: 2px;
    margin-right: 2px;
}

.middle-box {
    padding-top: 0px !important;
}

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

#gif-container {
    margin-bottom: 15px;
}

#qr-gif {
    width: 120px;
    height: 150px;
    padding-bottom: 20px;
}

#qr-scanner {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 422px;
    background-color: white;
}

#qr-reader {
    width: 300px;
    margin: 0px;
}

#stop-scan {
    display: none;
    margin-top: 10px;
}

#ticket-message {
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto;
    max-width: 400px;
}

    #ticket-message .fa {
        vertical-align: middle;
    }

    #ticket-message i {
        font-size: 20px;
        padding-bottom: 6px;
    }

#instructions {
    margin-top: 10PX;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
}

/*coming soon overlay*/
.disabled-ibox .ibox {
    position: relative;
    overflow: hidden;
}

.disabled-ibox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.disabled-ibox:hover .overlay {
    opacity: 1;
}

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

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

    #weeklyRegistrationsTable_locationFilterDropdown.select2_demo_2,
    #futureRegistrationsTable_locationFilterDropdown .select2-container,
    #pastRegistrationsTable_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;
        }

        #weeklyRegistrationsTable_locationFilterDropdown.select2_demo_2,
        #futureRegistrationsTable_locationFilterDropdown .select2-container,
        #pastRegistrationsTable_locationFilterDropdown.select2_demo_2 {
            width: 300px !important;
        }
    }