﻿/*:root {
    color-scheme: only light;
}*/
html, body {
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

body,
.app-default {
    background-color: #f9f9fc !important;
}
/*.my-onlylight-element {
    color-scheme: only light;
}*/

.clickEventDisable {
    pointer-events:none !important;
}
.not-editable-color {
    background-color: #e9ecef !important;
}
/*.badgeWidthHeight{
    width: 70px !important;
    height: 30px !important;
}
.paddingSetZero{
    padding: 0px !important
}

.BarCodeSize{
    width:120px !important;
    height:70px !important;
}
.QRCodeSize {
    width: 160px !important;
    height: 160px !important;
}
.badgeClass{
    background-color: rgba(29, 201, 183, 0.1);
    color: #1dc9b7;
    cursor: text !important;
    pointer-events:none;
}
.btn.btn-label-danger {
    background-color: rgba(253, 57, 122, 0.1) !important;
    color: #fd397a !important;
    cursor: text !important;
}
.btn.btn-label-success {
    background-color: rgba(29, 201, 183, 0.1);
    color: #1dc9b7;
    cursor: text !important;
}*/
.kt-radio {
    padding-right: 2rem !important;
}

/*.swal2-popup {
    width: 63rem !important;
}*/

.buttonpair {
    /*margin-top:3rem !important;*/
}

.redemption_details_buttions {
    margin: 2rem !important;
}

.norecords {
    color: red !important;
    text-align: center !important;
}



.loadingcenter {
    border-image: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgb(246, 246, 246);
}

.loader {
    position: absolute;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid red;
    border-right: 16px solid red;
    border-bottom: 16px solid red;
    border-left: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation-delay: 2s;
    animation: spin 2s linear infinite;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}

#loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: rgb(246,246,246);
    z-index: 1040;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    top: calc(50% - 60px);
    left: calc(50% - 40px);
}

    .lds-default div {
        position: absolute;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        animation: lds-default 1.2s linear infinite;
        background: blue;
    }

        .lds-default div:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .lds-default div:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .lds-default div:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .lds-default div:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .lds-default div:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .lds-default div:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .lds-default div:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .lds-default div:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .lds-default div:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .lds-default div:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .lds-default div:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .lds-default div:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }

@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}

.loadingsize {
    width: 70px;
}

.d-none {
    display: none;
}
.chartClassMargin {
    margin-top: 30px !important;
    background-color: #f1faff !important;
}
/* Apply margin-left: 80px for col-md and col-lg */
@media (min-width: 768px) {
    .chartClassMargin {
        margin-left: 80px !important;
    }
}

/* Override margin-left for col-sm */
@media (max-width: 767px) {
    .chartClassMargin {
        margin-left: 0 !important;
    }
}

.vertical-line {
    border-left: 3px solid;
    height: 100px; /* Adjust the height as needed */
    transform: rotate(90deg);
}

.conversationbackground {
    background-color: whitesmoke !important;
}

.filebackground {
    background-color: #f5f8fa !important;
}
@media print {
    .url-section {
        display: none;
    }
}


/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -5px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -5px;
        content: "✖";
    }
.files-area__img {
    margin-right: 20px;
}
.wh-42 {
    width: 30px;
    height: 30px;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}



.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ebedf2;
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .close {
        padding: 1.25rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #ebedf2;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1024px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1399px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.progress {
    --bs-progress-height: 1rem !important;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #f5f8fa;
    --bs-progress-border-radius: 6px;
    --bs-progress-box-shadow: none;
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #7239ea;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow);
}

.progress {
    background-color: #ebedf2 !important;
}

    .progress .progress-bar {
        -webkit-transition: all 0.5s ease !important;
        transition: all 0.5s ease !important;
    }

    .progress.progress-sm {
        height: 6px !important;
    }

        .progress.progress-sm .progress-bar {
            border-radius: 3px !important;
        }

    .progress.progress-lg {
        height: 20px !important;
    }

        .progress.progress-lg .progress-bar {
            border-radius: 4px !important;
        }

#session-timeout-dialog{
    align-items:center !important;
}
#session-timeout-dialog .modal-header .close {
    position: absolute !important;
    right: 25px !important;
    font-size: 0 !important;
    top: 1.75rem;
}

#session-timeout-dialog .modal-header .modal-title {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 auto !important;
    flex: 1 auto !important;
}

.m-jqvmap {
    position: relative !important;
    overflow: hidden !important;
}

    .m-jqvmap .jqvmap-zoomout,
    .m-jqvmap .jqvmap-zoomin {
        height: 16px !important;
        width: 16px !important;
        line-height: 12px !important;
        vertical-align: middle !important;
        background-color: m-base-color(label, 3) !important;
    }

.toast-top-right {
    top: 12px;
    right: 12px;
}
/*.btn-primary, .swal2-confirm {
    background-color: #ff0000 !important;
    color: white !important;
    font-weight: bold;
}*/

/*.fw-bold, .fw-bolder, .swal2-title, .menu-title, .form-label, label, table {
    color: #836839 !important;
}*/

/*.btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
    color: var(--bs-primary-inverse);*/
    /*border-color: var(--bs-primary-active);*/
    /*background-color: #E0DED1 !important;
}

.btn-light, .btn-secondary {
    background-color: #E0DED1 !important;
    color: white !important;
}*/

.btn-primary, .swal2-confirm {
    background-color: #ff0000 !important;
    color: white !important;
    font-weight: bold;
}

.fw-bold, .fw-bolder, .swal2-title, .menu-title, .form-label, label {
    color: #836839 !important;
    font-weight:bold;
}
table {
    color: #836839 !important;
}
.btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
    color: var(--bs-primary-inverse);
    /*border-color: var(--bs-primary-active);*/
    background-color: #E0DED1 !important;
}

.btn-light, .btn-secondary {
    background-color: #D7D3BC !important;
    color: white !important;
}

.btn-red {
    background-color: #ff0000 !important;
    color: white !important;
    font-weight: bold;
}

.notification {
    position: relative;
    display: inline-block;
}

    .notification .icon {
        font-size: 24px;
        color: #333;
    }

    .notification .badge {
        position: absolute;
        top: -5px;
        right: -10px;
        padding: 5px 10px;
        border-radius: 50%;
        background: red;
        color: white;
        font-size: 12px;
    }