.navbar-custom{
    top:18px !important;
    max-width: 100vw;
    min-width: 83vw;
}
.my-6{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.login-img{
    background-image: url('');
    background-size: cover;
}
.panel-bg{
    background-image: url(''); 
    background-position-y: 50%;
}
.card-body-border-radius{
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.switch input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.switch input[type=checkbox] + .cr {
    position: relative;
    display: inline-block;
    transition: 0.4s ease;
    height: 20px;
    width: 35px;
    border: 1px solid #e9eaec;
    border-radius: 60px;
    cursor: pointer;
    z-index: 0;
    top: 12px;
}

.switch input[type=checkbox] + .cr:after, .switch input[type=checkbox] + .cr:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.switch input[type=checkbox] + .cr:before {
    transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
    height: 20px;
    width: 35px;
    border-radius: 30px;
}

.switch input[type=checkbox] + .cr:after {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 0 rgba(0, 0, 0, 0.04), 0 4px 9px rgba(0, 0, 0, 0.13), 0 3px 3px rgba(0, 0, 0, 0.05);
    transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
    background: #f7f7f7;
    height: 19px;
    width: 19px;
    border-radius: 60px;
}

.switch input[type=checkbox]:checked + .cr:before {
    background: #4099ff;
    transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}

.switch input[type=checkbox]:checked + .cr:after {
    left: 16px;
}

.switch input[type=checkbox]:disabled + label {
    opacity: 0.5;
    filter: grayscale(0.4);
    cursor: not-allowed;
}

.switch.switch-primary input[type=checkbox]:checked + .cr:before {
    background: #4099ff;
}

.switch.switch-danger input[type=checkbox]:checked + .cr:before {
    background: #FF5370;
}

.switch.switch-success input[type=checkbox]:checked + .cr:before {
    background: #2ed8b6;
}

.switch.switch-warning input[type=checkbox]:checked + .cr:before {
    background: #FFB64D;
}

.switch.switch-info input[type=checkbox]:checked + .cr:before {
    background: #00bcd4;
}

.switch.switch-purple input[type=checkbox]:checked + .cr:before {
    background: #7759de;
}
/* DataTables */
.dt-buttons{
    margin-left: 3%;
    margin-bottom: 1%;
    letter-spacing: -.025rem;
    text-transform: none;
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-radius: .5rem;
    transition: all .15s ease-in;
    padding: .5rem 2rem;
    font-size: .75rem;
}
.dt-button{
    padding: .1em 1em !important;
}
.dt-button.buttons-excel {
    background-image: linear-gradient(310deg, #fb6340, #fbb140);
    color: #fff;
}
.dt-button.buttons-excel:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
    background-color: #fb6340 !important;
    border-color: #fb6340 !important;
}
.dt-button.buttons-csv {
    background-image: linear-gradient(310deg, #fb6340, #fbb140);
    color: #fff;
}
.dt-button.buttons-csv:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
    background-color: #fb6340 !important;
    border-color: #fb6340 !important;
}
.dt-button.buttons-pdf {
    background-image: linear-gradient(310deg, #fb6340, #fbb140);
    color: #fff;
}
.dt-button.buttons-pdf:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
    background-color: #fb6340 !important;
    border-color: #fb6340 !important;
}
.dt-button.buttons-copy {
    background-image: linear-gradient(310deg, #fb6340, #fbb140);
    color: #fff;
}
.dt-button.buttons-copy:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
    background-color: #fb6340 !important;
    border-color: #fb6340 !important;
}
.mt-1px{
    margin-top: 1px !important;
}
.select2-container{
    width: 100% !important;
}
#dmt-spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black overlay */
    z-index: 9999; /* Ensure it appears on top of other elements */
}
.dmt-spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
}
.navbar-vertical.navbar-expand-xs{
    z-index: 1042;
}
.card-bg-img {
    position: relative;
    background-image: url('../img/shapes/card.jpg'); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.neon-text {
    color: #fff;
    text-shadow: 0 0 7px #0fa;
}
.neon-text-muted {
    color: #6c757d;
    text-shadow: 0 0 7px #6c757d;
}
.card.card-background.card-background-mask-info:after {
    background-image: linear-gradient(310deg, #1171ef, #11cdef);
    opacity: .85;
}
.card.card-background:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
    content: "";
    background: rgba(0, 0, 0, .4);
    border-radius: 1rem;
}
.text-black{
    color: black !important;
}
.table-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.table-row > div {
    width: 45%;
}
.payment-type-hidden-radio {
    display: none;
}
.payment_type_button {
    display: inline-block;
    color: #5974a2;
    background-color: #e4e8ed;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
.payment-type-hidden-radio:checked + .payment_type_button {
    box-shadow: 0 0 20px rgba(3, 172, 202, 0.4);
    color: #1aae6f;
    background-color: #aaedf9;
}
.payout_charge_shrink{
    text-align: center;
    height: 20px;
    width: 75% !important;
    margin: 5px 0px;
    padding: 0px;
}
.font-12{
    font-size: 12px !important;
}
.readonly-select{
    pointer-events: none;
    background-color: #e9ecef;
}
/* Margin top */
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.api-custom-1{
    margin-right: 10px;
    padding-top: 10px;
}
.api-custom-2{
    height: 40px;
    width: 20%;
}
.custom_height_1{
    height: auto;
    min-height: 350px;
}
.mt-7-percent{
    margin-top: 7% !important;
}
.pointer-events-none{
    pointer-events: none;
}
.chip-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.chip {
    display: inline-flex;
    align-items: center;
    padding-bottom: 0px !important;
    background: #8392ab url(https://ss1.4sqi.net/img/taste-add-plus-icon-39b5ace6a30fa4cd53c54867689da79b.png) no-repeat;
    background-position: right 7px center;
    background-size: 15px 12px;
    border-radius: 100px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.3s ease;
    line-height: 100%;
    padding: 7px 26px 7px 12px;
}
.chip.selected {
    background: #2dce89 url(https://ss1.4sqi.net/img/taste-add-check-icon-c48d74cdc0339a04a832caa82a3fb375.png) no-repeat;
    background-position: right 7px center;
    background-size: 15px 12px;
    color: #fff;
}
.chip label {
    margin-left: 6px;
}
.chip input[type="checkbox"] {
    display: none;
}
.chip:hover{
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}
.chip:active {
    transform: scale(0.9);
}
.fs-14 {
    font-size: 14px;
}
.fw-400{
    font-weight: 400;
}
.copy_flash {
    animation-name: copy_flash;
    animation-timing-function: ease-out;
    animation-duration: 1s;
}
@keyframes copy_flash {
    0% {
        background: #28a745;
    }
    100% {
        background: transparent;
    }
}
.view_copy_utr_style{
    display: none;
    color: #6495ed !important;
    float: right;
    font-size: 12px;
    padding-top: 1px;
    animation: FadeOut 6s forwards;
    z-index: 1;
}
@keyframes FadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.non-searchable{
    background-color: #ede6cf !important;
}
.fs-20{
    font-size: 20px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.animated-icon {
    display: inline-block;
    animation: bounce 2s infinite;
}

@keyframes rotate-anti {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.animated-rotate {
    display: inline-block;
    animation: rotate-anti 2s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.animated-pulse {
    display: inline-block;
    animation: pulse 1.5s infinite;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.animated-shake {
    display: inline-block;
    animation: shake 0.8s infinite;
}

.card-custom {
    background-color: #e4fdc2; /* Lemon Yellow color */
    border: 1px solid #e3e3e3; /* Optional: to give a subtle border */
}

.card-custom2 {
    background-color: #688bfd; /* Lemon Yellow color */
    border: 1px solid #e3e3e3; /* Optional: to give a subtle border */
}

.btn-earnings {
    background-color: #FFD700; /* Gold color */
    color: #f16161; /* Black text color */
    border-radius: 2px;
    padding: 5px 5px;
    font-size: 1rem;
    font-weight: bold;
}
.readonly{
    pointer-events: none;
}
.trans_id_width{
    max-width: 250px; 
    white-space: nowrap;
    overflow: hidden;
}
.serarchable-column {
    position: relative;
    cursor: pointer;
    overflow: visible;
    color: #ffffff !important;
}
.limited-wrap {
    max-width:300px !important;
    overflow-y: auto; 
    scrollbar-width: thin;
}
/* Custom scrollbar styles */
.limited-wrap::-webkit-scrollbar {
    width: 5px; /* Width of the scrollbar */
}

.tooltip-text {
    visibility: hidden;
    width: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}
.serarchable-column:hover .tooltip-text {
    visibility: visible;
    opacity: 1; 
}
.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}
.dash_css_33{
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rotating-hourglass {
    animation: rotate 2s linear infinite;
    display: inline-block;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.infinite-flip {
    display: inline-block;
    animation: flip 2s infinite;
}
@keyframes flip {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.dash-card-design{
    background-image: url('/img/shapes/wave-bg-red.svg');
}
.month-card-design{
    top: 5%;
    right: 10%;
    height: 80px !important;
    width: 80px !important;
    position: absolute;
}
.bg-inherit{
    background-color: inherit;
}
.month-card-design-icon{
    position: relative;
    top: 30%;
    left: 28%;
    font-size: 35px;
}
.dash-card-design-success{
    background-color: #8fffce;
}
.dash-card-design-info{
    background-color: #9ff0ff;
}
.dash-card-design-warning{
    background-color: #ffdaa3;
}
.dash-card-design-failed{
    background-color: #ffb3c6;
}
.black_overlay{
    background: rgba(0, 0, 0, 0.15) !important;
}
.text-success-dark{
    color: #009153 !important;
}
.text-info-dark{
    color: #008097 !important;
}
.text-warning-dark{
    color: #991d00 !important;
}
.text-danger-dark{
    color: #9b001f !important;
}
.dataTables_paginate {
    display: flex;
    margin: 20px 0;
}
.dataTables_info {
    text-align: center;
    margin-top: 10px;
    color: #6c757d;
    margin-left: 50px;
}
.dataTables_paginate a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.dataTables_paginate a:hover {
    background-color: #f1f1f1;
}
.dataTables_paginate a.disabled {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #f8f9fa;
}
.dataTables_paginate a.current {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
.dataTables_paginate a.current:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}
@media (max-width: 767px) {
    .mobile-indicator {
        display: block;
        color: red;
        margin-top: 5px;
    }

    .desktop-only {
        display: none;
    }

    .btn-primary.mobile-disabled {
        pointer-events: none;
    }
}
@media (min-width: 768px) {
    .mobile-indicator {
        display: none;
    }

    .desktop-only {
        display: inline-block;
        color: red;
        margin-left: 5px;
    }
}
.h-316{
    height: 316px !important;
}
/* Unique class to ensure higher specificity */
.custom-checkbox {
    width: 1.5rem !important;
    height: 1rem !important;
    margin-right: 0.5rem !important;
    cursor: pointer !important;
}

.custom-checkbox:checked {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.custom-checkbox:disabled {
    background-color: #e9ecef !important;
    border-color: #ced4da !important;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #0ae70a; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
.h-96{
    height: 96%;
}
.svg-container {
margin-top: -11rem !important;
margin-bottom: 1rem;
}
.white-icon {
color: white;
}
/* Ticket - css */
.ticket-message{
    background: #FFF;
    padding: 0.5rem 1rem;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 66%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.ticket-timestamp{
    font-size: 12px;
    margin: 10px;
}
.ticket-message-user{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.ticket-message-user .message-content .ticket-message{
    background: #333;
    color: white;
    border-radius: 1.125rem 1.125rem 0 1.125rem !important;
    width: inherit !important;
    max-width: none !important;
    display: inline !important;
}
.ticket-message-user .message-content .ticket-timestamp{
    display: block !important;
}
/* Ticket - css */
.wide-swal{
    width: 830px;
}

.bg-blue {
    background-color: #3b97f8 !important; /* This is a Bootstrap shade of blue */
}
.wide-swal{
    width: 1100px;
}
.selected-row {
    background-color: #d3f4ff !important;
}
#queue-spinner-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.queue-spinner-border {
    width: 3rem;
    height: 3rem;
}

#queue-startButton {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Popup background styling */
.queue-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Popup container styling */
.queue-popup-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
    max-width: 400px;
}

/* Progress bar container */
.queue-progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

/* Progress bar itself */
.queue-progress-bar {
    width: 0%;
    height: 20px;
    background-color: #4caf50;
    text-align: center;
    color: white;
    line-height: 20px;
}
