﻿:root {
    --body-bg-rgb: 248, 249, 253;
    --primary-rgb: 0, 150, 148;
    --secondary-rgb: 255, 73, 205;
    --primary-rgb: 0, 150, 148;
    --secondary-rgb: 255, 73, 205;
    --warning-rgb: 253, 175, 34;
    --info-rgb: 0, 201, 255;
    --success-rgb: 50, 212, 132;
    --danger-rgb: 255, 103, 87;
    --light-rgb: 250, 248, 253;
    --dark-rgb: 10, 10, 10;
    --orange-rgb: 250, 129, 40;
    --pink-rgb: 255, 105, 180;
    --teal-rgb: 53, 181, 170;
    --purple-rgb: 190, 43, 235;
    --green-rgb: 0, 201, 167;
    --default-body-bg-color: rgb(var(--body-bg-rgb));
    --primary-color: rgb(var(--primary-rgb));
    --primary-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);
    --default-font-family: "Quicksand", sans-serif;
    --default-font-weight: 400;
    --default-text-color: #011a42;
    --default-border: #e2e8ee;
    --default-background: #f9f7fc;
    --menu-bg: #fff;
    --menu-prime-color: #302d36;
    --menu-icon-color: #6c7e96;
    --header-icon-color: #6c7e96;
    --menu-border-color: #e2e8ee;
    --header-bg: #fff;
    --header-prime-color: #302d36;
    --header-border-color: #e2e8ee;
    --custom-white: #fff;
    --custom-black: #000;
    --bootstrap-card-border: #e2e8ee;
    --list-hover-focus-bg: #f5f6f7;
    --text-muted: #5d6576;
    --input-border: #e2e8ee;
    --form-control-bg: #ffffff;
    --bs-link-color-rgb: var(--default-text-color);
    /* Gray set */
    --gray-1: #f9fafb;
    --gray-2: #f2f4f5;
    --gray-3: #e6eaeb;
    --gray-4: #dbdfe1;
    --gray-5: #949eb7;
    --gray-6: #7987a1;
    --gray-7: #4d5875;
    --gray-8: #383853;
    --gray-9: #323251;
    /* White set */
    --white-1: rgba(255, 255, 255, 0.1);
    --white-2: rgba(255, 255, 255, 0.2);
    --white-3: rgba(255, 255, 255, 0.3);
    --white-4: rgba(255, 255, 255, 0.4);
    --white-5: rgba(255, 255, 255, 0.5);
    --white-6: rgba(255, 255, 255, 0.6);
    --white-7: rgba(255, 255, 255, 0.7);
    --white-8: rgba(255, 255, 255, 0.8);
    --white-9: rgba(255, 255, 255, 0.9);
    /* Black set */
    --black-1: rgba(0, 0, 0, 0.1);
    --black-2: rgba(0, 0, 0, 0.2);
    --black-3: rgba(0, 0, 0, 0.3);
    --black-4: rgba(0, 0, 0, 0.4);
    --black-5: rgba(0, 0, 0, 0.5);
    --black-6: rgba(0, 0, 0, 0.6);
    --black-7: rgba(0, 0, 0, 0.7);
    --black-8: rgba(0, 0, 0, 0.8);
    --black-9: rgba(0, 0, 0, 0.9);
}
/*Font Family*/
/*Font Size*/
/*Font Weight*/
/*Body & Text colors*/
/*Default Background Color*/
/*Border Color*/
/*Border Radius*/
/*Box Shadow*/
/* Header Variables */
/*Menu Variables*/
/*Color Variables*/
/* social icons colors */
/*gradient variables*/
/*gray set*/
/*white set*/
/*black set*/
/* dark mode */
[data-theme-mode=dark] {
    --body-bg-rgb: 22, 22, 35;
    --body-bg-rgb2: 38, 38, 52;
    --menu-bg: rgb(var(--body-bg-rgb));
    --menu-border-color: rgba(255, 255, 255, 0.1);
    --menu-prime-color: rgba(255, 255, 255, 0.7);
    --menu-icon-color: rgba(255, 255, 255, 0.7);
    --header-icon-color: rgba(255, 255, 255, 0.7);
    --header-bg: rgb(var(--body-bg-rgb));
    --header-prime-color: rgba(255, 255, 255, 0.4);
    --header-border-color: rgba(255, 255, 255, 0.1);
    --custom-white: rgb(var(--body-bg-rgb));
    --custom-black: #fff;
    --default-border: rgba(255, 255, 255, 0.1);
    --default-text-color: rgba(255, 255, 255, 0.8);
    --light-rgb: 38, 38, 52;
    --dark-rgb: 240, 245, 248;
    --bootstrap-card-border: rgba(255, 255, 255, 0.1);
    --list-hover-focus-bg: rgba(255, 255, 255, 0.1);
    --default-background: rgb(var(--body-bg-rgb2));
    --default-body-bg-color: rgb(var(--body-bg-rgb2));
    --text-muted: rgba(255, 255, 255, 0.5);
    --input-border: rgba(255, 255, 255, 0.1);
    --form-control-bg: rgb(var(--body-bg-rgb));
    color-scheme: dark;
    /* Gray Set */
    --gray-1: #110f0f;
    --gray-2: #17171c;
    --gray-3: #393946;
    --gray-4: #505062;
    --gray-5: #73738c;
    --gray-6: #8f8fa3;
    --gray-7: #ababba;
    --gray-8: #c7c7d1;
    --gray-9: #e3e3e8;
    /* white set */
    --white-1: rgba(0, 0, 0, 0.1);
    --white-2: rgba(0, 0, 0, 0.2);
    --white-3: rgba(0, 0, 0, 0.3);
    --white-4: rgba(0, 0, 0, 0.4);
    --white-5: rgba(0, 0, 0, 0.5);
    --white-6: rgba(0, 0, 0, 0.6);
    --white-7: rgba(0, 0, 0, 0.7);
    --white-8: rgba(0, 0, 0, 0.8);
    --white-9: rgba(0, 0, 0, 0.9);
    /* black set */
    --black-1: rgba(255, 255, 255, 0.1);
    --black-2: rgba(255, 255, 255, 0.2);
    --black-3: rgba(255, 255, 255, 0.3);
    --black-4: rgba(255, 255, 255, 0.4);
    --black-5: rgba(255, 255, 255, 0.5);
    --black-6: rgba(255, 255, 255, 0.6);
    --black-7: rgba(255, 255, 255, 0.7);
    --black-8: rgba(255, 255, 255, 0.8);
    --black-9: rgba(255, 255, 255, 0.9);
}

/* Centering wrapper */
#mainloader {
    position: relative;
    height: 100vh; /* full viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    /* Background image layer */
    #mainloader::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/loader_bg7.jpg'); /* replace with your image path */
        background-size: contain; /* ensures the image covers the entire viewport */
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(0px) brightness(0.5);
        z-index: 0;
        opacity: 0.1; /* Adjust opacity of the image (0.0 - 1.0) */
    }

    /* Optional overlay */
    #mainloader::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.3); /* optional soft white overlay */
        z-index: 1;
    }


/* Preloader container */
.preloader {
    text-align: center;
    /*background-color:#fff !important;*/
}

    /* Company name */
    .preloader .company {
        font-size: 2.2rem;
        font-weight: 600;
        color: #222;
        text-transform: uppercase;
        letter-spacing: 10px;
        margin-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        animation: fadeInUp 0.8s ease both;
        /*background-color: #fff !important;*/
    }

    /* Tagline */
    .preloader .tagline {
        font-size: 0.8rem;
        font-weight: 400;
        color: #666;
       
        padding-left: 10px;
        padding-right: 10px;
        animation: fadeInUp 1s ease both;
        animation-delay: 0.2s;
        /*background-color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;*/
    }

/* Simple elegant loader spinner */
.spinner {
    width: 25px;
    height: 25px;
    border: 3px solid #e0e0e0;
    border-top: 3px solid #0078ff;
    padding-top: 5px;
  
    border-radius: 50%;
    margin: 5px auto;
    animation: spin 1s linear infinite;
    animation-delay: 0.3s;
}

/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Top Header Dialogbox */
/* Overlay */
.company-selection-dialog {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Dialog box */
.cmp-dialog-content {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.3s ease-out;
}

/* Header row */
.dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

    .dialog-header h2 {
        font-size: 18px;
        color: #2e2e2e;
        margin: 0;
    }

/* Company list */
.custom-company-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.company-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .company-item:hover {
        background-color: var(--default-background);
        border-color: var(--primary-border);
    }

    /* Selected company style */
    .company-item.selected {
        background-color: var(--default-background);
        border: 1px solid var(--primary-border);
        font-weight: 600;
    }

/* Checkmark icon */
.selected-icon {
    color: var(--primary-border);
    font-size: 18px;
}




/* Login */
/* Background Container */
.login-background-container {
    background: url('../img/yourbackground2.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Keyframe for Zoom-in effect */
@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Apply Zoom-in effect to the Login Card */
.card {
    animation: zoomIn 0.6s ease-out;
}



/* Apply Zoom-in effect to the Login Card */
/*.custom-alert {
    position: relative;
    padding: 20px 60px 20px 20px;
    background-color: #e0f7fa;
    color: #006064;
    border-left: 6px solid #00acc1;
    border-radius: 8px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

    .custom-alert.success {
        background-color: #e8f5e9;
        color: #2e7d32;
        border-left-color: #43a047;
    }

    .custom-alert.error {
        background-color: #ffebee;
        color: #c62828;
        border-left-color: #e53935;
    }

    .custom-alert.warning {
        background-color: #fff8e1;
        color: #f9a825;
        border-left-color: #fbc02d;
    }

    .custom-alert .close-btn {
        position: absolute;
        top: 15px;
        right: 20px;
        background: none;
        border: none;
        font-size: 20px;
        color: inherit;
        cursor: pointer;
    }

.get_voucher-alert {
    position: relative;
    padding: 5px 5px 5px 20px;
    background-color: #e0f7fa;
    color: #006064;
    border-radius: 8px;
    width: 100%;
}

    .get_voucher-alert.success {
        background-color: #e8f5e9;
        color: #2e7d32;
        border-left-color: #43a047;
    }*/





/*.custom-select-container {
    position: relative;
}

.selected-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border: 2px solid rgb(235, 237, 242);
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    min-height: 38px;
}

.dropdownw-arrow {
    font-size: 0.8rem;
    transition: transform 0.2s;
}

    .dropdownw-arrow.open {
        transform: rotate(180deg);
    }

.dropdownw-container {
    position: absolute;
    width: 100%;
    max-height: 300px;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-top: 2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1001;
    transform: translateZ(0);
}

.search-container {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.search-input {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.options-container {
    max-height: 230px;
    overflow-y: auto;
}

.option {
    padding: 8px 12px;
    cursor: pointer;
}

    .option:hover {
        background-color: #f8f9fa;
    }

    .option.selected {
        background-color: #e9ecef;
    }

.no-results {
    padding: 10px;
    text-align: center;
    color: #6c757d;
    font-style: italic;
}
*/






/*.no-internet-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', sans-serif;
}

.dialog-content {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.4s ease-out;
}

    .dialog-content i {
        font-size: 50px;
        margin-bottom: 1rem;
    }

    .dialog-content img {
        width: 100px;
        margin-bottom: 1rem;
    }

    .dialog-content h2 {
        margin: 0 0 0.5rem;
        color: #e53935;
    }

    .dialog-content p {
        margin-bottom: 1.5rem;
        color: #555;
    }

    .dialog-content button {
        background-color: #e53935;
        color: #fff;
        border: none;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .dialog-content button:hover {
            background-color: #c62828;
        }

@keyframes slideIn {
    from {
        transform: translateY(-30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}*/














/*.comProfile {
    border: 1px solid #dfdede;
    background: #f9f9f9;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px;
    padding: 7px 5px;
}*/
/* Add this CSS to your site style or inline */

/*.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple .lds-pos {
        position: absolute;
        border: 4px solid #3498db;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple .lds-pos:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.SEmessage {
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 13px;
    position: relative;
    animation: slideIn 0.4s ease-out;
}

    .SEmessage.success {
        background-color: #f6fff8;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .SEmessage.error {
        background-color: #fff7f8;
        color: #ff0018;
        border: 1px solid #ff0018;
    }

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.empty {
    backdrop-filter: blur(14px);
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 1.5rem;
    text-align: center;
    width: 100%;
    animation: fadeInUp .7s ease;
}

.icon {
    width: 60px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#6366f1,#3b82f6);
    color: white;
    font-size: 34px;
    position: relative;
    overflow: hidden;
    animation: float 3s ease-in-out infinite;
}*/

    /* Shimmer highlight inside the icon */
    /*.icon::after {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
        height: 100%;
        background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
        animation: shimmer 2.5s infinite;
    }

h2 {
    margin: 1.2rem 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 600;
}

p {
    margin: 0 0 1.6rem;
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.5;
}*/

/* Animations */
/*@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}*/







/* Overlay */
/*.gst-selection-dialog {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Roboto, sans-serif;
}*/

/* Dialog box (no scroll here now) */
/*.gst-dialog-content {
    background: #fff;
    padding: 2rem 1.5rem 1rem 2rem;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.3s ease-out;
}*/

/* Header row */
/*.gst-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.dialog-header h2 {
    font-size: 20px;
    color: #2e2e2e;
    margin: 0;
}*/

/* Cancel (close) button */
/*.gst-cancel-btn {
    background: #f44336;
    color: #fff;
    border: none;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.cancel-btn:hover {
    background: #d32f2f;
}*/

/* Company list with scroll */
/*.custom-gst-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 300px;*/ /* Adjust height as needed */
    /*overflow-y: auto;
    padding-right: 6px;*/ /* Prevent content overlap with scrollbar */
/*}*/

    /* Custom scrollbar for list */
    /*.custom-gst-list::-webkit-scrollbar {
        width: 8px;
    }

    .custom-gst-list::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 10px;
    }

    .custom-gst-list::-webkit-scrollbar-track {
        background: transparent;
    }

.gst-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .gst-item:hover {
        background-color: #f0f8ff;
        border-color: #007BFF;
        transform: scale(1.02);
    }*/

    /* Selected item style */
    /*.gst-item.selected {
        background-color: #e6f2ff;
        border: 1px solid #007BFF;
        font-weight: 600;
    }*/

/* Checkmark icon */
/*.selected-icon {
    color: #007BFF;
    font-size: 18px;
}*/

/* Slide-in animation */
/*@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/
