﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    /*src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');*/
    src: url('/fonts/material-icons.woff2') format('woff2');
}

@font-face {
    font-family: 'inter';
    src: url('/fonts/inter.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'montserrat-bold';
    src: url('/fonts/montserrat-bold.ttf') format('truetype');
    font-display: swap;
}
/*@font-face {
    font-family: 'montserrat-medium';
    src: url('/fonts/montserrat-medium.ttf') format('truetype');
    font-display: swap;
}*/
/*@font-face {
    font-family: 'montserrat-regular';
    src: url('/fonts/montserrat-regular.ttf') format('truetype');
    font-display: swap;
}
*/
@font-face {
    font-family: 'bayon-regular';
    src: url('/fonts/bayon-regular.ttf') format('truetype');
    font-display: swap;
}
.inter-thin {
    font-family: 'inter';
    font-variation-settings: 'wght' 100;
}

.inter-normal {
    font-family: 'inter';
    font-variation-settings: 'wght' 400;
}

.inter-bold {
    font-family: 'inter';
    font-variation-settings: 'wght' 700;
}

.inter-black {
    font-family: 'inter';
    font-variation-settings: 'wght' 900;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body{
    width:100vw;
    height:100vh;
    overflow-y:scroll;
    overflow-x:hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

[class*="col-"] {
    padding: 15px;
    min-height: 1px;
    flex-grow: 1;
    flex-basis: 0;
    box-sizing: border-box;
}

.col {
    padding: 10px 15px;
    min-height: 1px;
    flex-grow: 1;
    flex-basis: 0;
    box-sizing: border-box;
    border-radius: 0.40rem;
}

.noround {
    border-radius: 0 !important;
}

.shadow-lg {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
}

.s1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.s2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.s3 {
    flex-basis: 25%;
    max-width: 25%;
}

.s4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.s5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.s6 {
    flex-basis: 50%;
    max-width: 50%;
}

.s7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.s8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.s9 {
    flex-basis: 75%;
    max-width: 75%;
}

.s10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.s11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.s12 {
    flex-basis: 100%;
    max-width: 100%;
}
.hidden {
    display: none;
}
/*Small styles*/
@media only screen and (max-width: 600px) {
    .form-group{
        width:100%;
    }
    .form-group-l6 {
        width: 100%;
    }
    .form-group-l4 {
        width: 100%;
    }
    .form-group-l3 {
        width: 100%;
    }
    .hide-on-small {
        display: none !important;
    }
    .drag-menu {
        transform: translateX(-100%);
    }
    .body-container {
        margin-left: 0px;
        width: 90%;
        position: relative;
        padding: 5%;
        top:60px;
        min-height:90vh;
    }
    .body-header {
        position: absolute;
        background-color: #fff;
        top: 60px;
        left: 0px;
        right: 0px;
        height: 60px;
        padding: 0px;
        text-transform: uppercase;
    }
        .body-header .header-title {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            font-size: 0.9rem !important;
            padding: 10px 20px;
            margin-top: 0px;
        }
    .container {
        margin-right: auto;
        margin-left: auto;
    }
}

.hide-on-medium-and-down {
    display: none !important;
}
/*Medium styles*/
@media only screen and (max-width: 991px) and (min-width: 600px) {
    .drag-menu {
        transform: translateX(-100%);
    }

    .body-container {
        margin-left: 0px;
        width: 100%;
        position: relative;
        width: 90%;
        padding: 5%;
        top: 60px;
        min-height: 90vh;
    }

    .body-header {
        position: absolute;
        background-color: #fff;
        top: 60px;
        left: 0px;
        right: 0px;
        height: 60px;
        padding: 0px;
        text-transform: uppercase;
    }

        .body-header .header-title {
            padding: 10px 20px;
            margin-top: 0px;
        }
}
@media only screen and (min-width: 600px) {
    .form-holder{
        padding:20px;
    }
    .form-group {
        width: 100%;
    }

    .form-group-l6 {
        width: 50%;
    }

    .form-group-l4 {
        width: 33.33%;
    }

    .form-group-l3 {
        width: 25%;
    }
    .m1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .m2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .m3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .m4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .m5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .m6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .m7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .m8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .m9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .m10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .m11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .m12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.hide-on-large {
    display: initial !important;
}
/*Large styles*/
@media only screen and (min-width: 992px) {
    .form-holder {
        padding: 40px !important;
    }
    .l1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .l2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .l3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .l4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .l5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .l6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .l7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .l8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .l9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .l10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .l11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .l12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .hide-on-medium-and-down {
        display: initial !important;
    }

    .hide-on-large {
        display: none !important;
    }
    .body-container {
        margin-left: 0px;
        position: absolute;
        left: 250px;
        top: 60px;
        right: 0px;
        bottom: 0px;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 20px 40px 20px 40px;
        background-color: #d5d5d5;
    }
    .body-header {
        position: absolute;
        background-color: #fff;
        top: 0px;
        left: 250px;
        right: 0px;
        height: 60px;
        padding: 0px;
        text-transform: uppercase;
    }
        .body-header .header-title {
            padding: 20px 40px;
            margin-top: 0px;
        }
}

/* Form Control Styles */
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
    padding: 0.75rem;
/*    margin-bottom: 0.8rem;*/
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    font-family: 'Inter', sans-serif;
}

    input[type="email"]:focus,
    input[type="password"]:focus,
    select:focus,
    textarea:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }
input:disabled {
    background-color: #c5c5c5 !important;
    color: #333 !important;
    border-color: #edf2f7;
    opacity: 0.6;
    cursor: not-allowed;
}
.password-input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.9rem;
}

.password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #7f8c8d;
    transition: color 0.2s ease-in-out;
}

    .password-toggle:hover {
        color: #34495e;
    }
textarea {
    resize: vertical;
    min-height: 6rem;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
}

input[type="checkbox"] {
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    appearance: none;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    cursor: pointer; /* Add cursor style for better UX */
}

    input[type="checkbox"]:checked {
        background-color: #007bff;
        border-color: #007bff;
        /* Use a data URI for the SVG checkmark for better compatibility */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px; /* Adjust size as needed */
        background-position: center;
        background-repeat: no-repeat;
    }

    input[type="checkbox"]:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }

    /* Optional: Add hover effect for better interactivity */
    input[type="checkbox"]:hover {
        border-color: #007bff; /* Change border color on hover */
    }

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    text-transform:uppercase;
    outline: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

    .btn:hover {
        filter: brightness(90%);
    }

    .btn:focus {
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
    }

.btn-primary {
    background-color: #007bff;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

.btn-success {
    background-color: #28a745;
    color: #fff;
}

    .btn-success:hover {
        background-color: #218838;
    }

.btn-danger {
    background-color: #dc3545;
    color: #fff;
}

    .btn-danger:hover {
        background-color: #c82333;
    }

.btn-warning {
    background-color: #ffc107;
    color: #212529;
}

    .btn-warning:hover {
        background-color: #e0a800;
    }

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

    .btn-secondary:hover {
        background-color: #5a6268;
    }
.btn-cancel {
    background-color: #424242;
    color: #fff;
}

    .btn-cancel:hover {
        background-color: #212121;
    }
.btn-link {
    background-color: transparent;
    color: #007bff;
    border: none;
    padding: 0;
    margin: 0;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus {
        box-shadow: none;
        text-decoration: underline;
    }
.capitalize{
    text-transform:uppercase;
}
h1 {
    font-size: 2rem;
    font-family: 'inter';
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h2 {
    font-size: 1.5rem;
    font-family: 'inter';
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h3 {
    font-size: 1.17rem;
    font-family: 'inter';
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h4 {
    font-size: 1rem;
    font-family: 'inter';
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

h5 {
    font-size: 0.83rem;
    font-family: 'inter';
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

a{
    text-decoration:none;
}

.container {
    width: 100%;
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
        padding: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
        padding: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
}

.text-center {
    text-align: center;
}

.bg-gray-50 {
    background-color: #f9fafb;
    color: #374151;
}

.bg-gray-100 {
    background-color: #f3f4f6;
    color: #374151;
}

.bg-gray-200 {
    background-color: #e5e7eb;
    color: #374151;
}

.bg-gray-300 {
    background-color: #d1d5db;
    color: #374151;
}

.bg-gray-400 {
    background-color: #9ca3af;
    color: #374151;
}

.bg-gray-500 {
    background-color: #6b7280;
    color: white;
}

.bg-gray-600 {
    background-color: #4b5563;
    color: white;
}

.bg-gray-700 {
    background-color: #374151;
    color: white;
}

.bg-gray-800 {
    background-color: #1f2937;
    color: white;
}

.bg-gray-900 {
    background-color: #111827;
    color: white;
}

/* Red Colors */
.bg-red-50 {
    background-color: #fef2f2;
    color: #b91c1c;
}

.bg-red-100 {
    background-color: #fee5e5;
    color: #b91c1c;
}

.bg-red-200 {
    background-color: #fed7d7;
    color: #b91c1c;
}

.bg-red-300 {
    background-color: #fdb4b4;
    color: #b91c1c;
}

.bg-red-400 {
    background-color: #fb8a8a;
    color: #b91c1c;
}

.bg-red-500 {
    background-color: #f87171;
    color: white;
}

.bg-red-600 {
    background-color: #ef4444;
    color: white;
}

.bg-red-700 {
    background-color: #dc2626;
    color: white;
}

.bg-red-800 {
    background-color: #b91c1c;
    color: white;
}

.bg-red-900 {
    background-color: #7f1d1d;
    color: white;
}

/* Orange Colors */
.bg-orange-50 {
    background-color: #fff7ed;
    color: #c2410c;
}

.bg-orange-100 {
    background-color: #ffedd5;
    color: #c2410c;
}

.bg-orange-200 {
    background-color: #fef0d9;
    color: #c2410c;
}

.bg-orange-300 {
    background-color: #fde68a;
    color: #c2410c;
}

.bg-orange-400 {
    background-color: #fdba74;
    color: #c2410c;
}

.bg-orange-500 {
    background-color: #fb923c;
    color: white;
}

.bg-orange-600 {
    background-color: #f97316;
    color: white;
}

.bg-orange-700 {
    background-color: #d946ef;
    color: white;
}

.bg-orange-800 {
    background-color: #b45309;
    color: white;
}

.bg-orange-900 {
    background-color: #78350f;
    color: white;
}

/* Yellow Colors */
.bg-yellow-50 {
    background-color: #fefce8;
    color: #78350f;
}

.bg-yellow-100 {
    background-color: #fef9c3;
    color: #78350f;
}

.bg-yellow-200 {
    background-color: #fef08a;
    color: #78350f;
}

.bg-yellow-300 {
    background-color: #fde047;
    color: #7e2e0f;
}

.bg-yellow-400 {
    background-color: #fcd34d;
    color: #7e2e0f;
}

.bg-yellow-500 {
    background-color: #fde047;
    color: #7e2e0f;
}

.bg-yellow-600 {
    background-color: #facc15;
    color: #7e2e0f;
}

.bg-yellow-700 {
    background-color: #eab308;
    color: #7e2e0f;
}

.bg-yellow-800 {
    background-color: #ca8a04;
    color: white;
}

.bg-yellow-900 {
    background-color: #a16207;
    color: white;
}

/* Green Colors */
.bg-green-50 {
    background-color: #f0fdf4;
    color: #065f46;
}

.bg-green-100 {
    background-color: #e6f4e5;
    color: #065f46;
}

.bg-green-200 {
    background-color: #bbf7d0;
    color: #065f46;
}

.bg-green-300 {
    background-color: #86ef7d;
    color: #065f46;
}

.bg-green-400 {
    background-color: #4ade80;
    color: #065f46;
}

.bg-green-500 {
    background-color: #22c55e;
    color: white;
}

.bg-green-600 {
    background-color: #16a34a;
    color: white;
}

.bg-green-700 {
    background-color: #15803d;
    color: white;
}

.bg-green-800 {
    background-color: #166534;
    color: white;
}

.bg-green-900 {
    background-color: #0f3424;
    color: white;
}

/* Teal Colors */
.bg-teal-50 {
    background-color: #f0fdf4;
    color: #0f766e;
}

.bg-teal-100 {
    background-color: #ccfbf1;
    color: #0f766e;
}

.bg-teal-200 {
    background-color: #99f6e4;
    color: #0f766e;
}

.bg-teal-300 {
    background-color: #5eead4;
    color: #0f766e;
}

.bg-teal-400 {
    background-color: #2dd4bf;
    color: #0f766e;
}

.bg-teal-500 {
    background-color: #14b8a6;
    color: white;
}

.bg-teal-600 {
    background-color: #0d9488;
    color: white;
}

.bg-teal-700 {
    background-color: #0f766e;
    color: white;
}

.bg-teal-800 {
    background-color: #115e59;
    color: white;
}

.bg-teal-900 {
    background-color: #064e3b;
    color: white;
}

/* Blue Colors */
.bg-blue-50 {
    background-color: #eff6ff;
    color: #1e40af;
}

.bg-blue-100 {
    background-color: #dbeafe;
    color: #1e40af;
}

.bg-blue-200 {
    background-color: #bfdbfe;
    color: #1e40af;
}

.bg-blue-300 {
    background-color: #60a5fa;
    color: #1e40af;
}

.bg-blue-400 {
    background-color: #3b82f6;
    color: white;
}

.bg-blue-500 {
    background-color: #2563eb;
    color: white;
}

.bg-blue-600 {
    background-color: #1d4ed8;
    color: white;
}

.bg-blue-700 {
    background-color: #1e40af;
    color: white;
}

.bg-blue-800 {
    background-color: #1e3a8a;
    color: white;
}

.bg-blue-900 {
    background-color: #172554;
    color: white;
}

/* Indigo Colors */
.bg-indigo-50 {
    background-color: #f0f2ff;
    color: #4338ca;
}

.bg-indigo-100 {
    background-color: #e0e7ff;
    color: #4338ca;
}

.bg-indigo-200 {
    background-color: #d1d8f3;
    color: #4338ca;
}

.bg-indigo-300 {
    background-color: #b0c4de;
    color: #4338ca;
}

.bg-indigo-400 {
    background-color: #818cf8;
    color: white;
}

.bg-indigo-500 {
    background-color: #6366f1;
    color: white;
}

.bg-indigo-600 {
    background-color: #4f46e5;
    color: white;
}

.bg-indigo-700 {
    background-color: #4338ca;
    color: white;
}

.bg-indigo-800 {
    background-color: #3730a3;
    color: white;
}

.bg-indigo-900 {
    background-color: #1e293b;
    color: white;
}

/* Purple Colors */
.bg-purple-50 {
    background-color: #f5f3ff;
    color: #5b21b6;
}

.bg-purple-100 {
    background-color: #f0f0ff;
    color: #5b21b6;
}

.bg-purple-200 {
    background-color: #e0e0ff;
    color: #5b21b6;
}

.bg-purple-300 {
    background-color: #d0d0f5;
    color: #5b21b6;
}

.bg-purple-400 {
    background-color: #a855f7;
    color: white;
}

.bg-purple-500 {
    background-color: #8b5cf6;
    color: white;
}

.bg-purple-600 {
    background-color: #7c3aed;
    color: white;
}

.bg-purple-700 {
    background-color: #6d28d9;
    color: white;
}

.bg-purple-800 {
    background-color: #5b21b6;
    color: white;
}

.bg-purple-900 {
    background-color: #4c1d95;
    color: white;
}

/* Pink Colors */
.bg-pink-50 {
    background-color: #fdf2f8;
    color: #e11d48;
}

.bg-pink-100 {
    background-color: #fce7f3;
    color: #e11d48;
}

.bg-pink-200 {
    background-color: #fca5c1;
    color: #e11d48;
}

.bg-pink-300 {
    background-color: #f9a8d4;
    color: #e11d48;
}

.bg-pink-400 {
    background-color: #f472b6;
    color: white;
}

.bg-pink-500 {
    background-color: #ec4899;
    color: white;
}

.bg-pink-600 {
    background-color: #db2777;
    color: white;
}

.bg-pink-700 {
    background-color: #c81e72;
    color: white;
}

.bg-pink-800 {
    background-color: #9d174d;
    color: white;
}

.bg-pink-900 {
    background-color: #831843;
    color: white;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.col-round {
    border-radius: 2.5rem;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* Padding Classes */
.p-form-a {
    padding: 0.75rem;
}
.p-l-0 {
    padding-left: 0px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.p-35 {
    padding: 35px;
}

.p-40 {
    padding: 40px;
}

.p-45 {
    padding: 45px;
}

.p-50 {
    padding: 50px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.white-text{
    color:#fff;
}

.black-text {
    color: #000;
}

.green-text {
    color: #15803d;
}
.green-bg-text {
    background-color: #15803d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}
.red-text {
    color: #f00;
}
.red-bg-text {
    background-color: #f00;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
}


.error-holder {
    background-color: #f00;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-family: 'inter';
    /*font-variation-settings: 'wght' 700;*/
}

.success-holder {
    background-color: #15803d;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-family: 'inter';
}

.validation-error-holder {
    background-color: #f00;
    color: #fff;
    padding: 4px;
    font-size:12px;
    text-align: center;
    font-family: 'inter';
    font-variation-settings: 'wght' 400;
}
.ui.pointing.label {
    position: relative;
    padding: 0.5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.15); /* Subtle border like basic */
    border-radius: 0.28571429rem; /* Standard border radius */
    background-color: #fff; /* Basic labels are usually white */
    color: rgba(0, 0, 0, 0.87); /* Standard text color */
    font-size: 12px;
    display: inline-block;
}

    .ui.pointing.label::before {
        position: absolute;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

    /* Pointing Up */
    .ui.pointing.label[data-pointing="up"]::before {
        bottom: -7px;
        left: 50%;
        margin-left: -7px;
        border-top: 7px solid #fff; /* Match background */
    }

    .ui.pointing.label[data-pointing="up"].red::before {
        border-top-color: #dc1e34; /* Red color */
    }

    /* Pointing Down */
    .ui.pointing.label[data-pointing="down"]::before {
        top: -7px;
        left: 50%;
        margin-left: -7px;
        border-bottom: 7px solid #fff; /* Match background */
    }

    .ui.pointing.label[data-pointing="down"].red::before {
        border-bottom-color: #dc1e34; /* Red color */
    }

    /* Pointing Left */
    .ui.pointing.label[data-pointing="left"]::before {
        right: -7px;
        top: 50%;
        margin-top: -7px;
        border-left: 7px solid #fff; /* Match background */
    }

    .ui.pointing.label[data-pointing="left"].red::before {
        border-left-color: #dc1e34; /* Red color */
    }

    /* Pointing Right */
    .ui.pointing.label[data-pointing="right"]::before {
        left: -7px;
        top: 50%;
        margin-top: -7px;
        border-right: 7px solid #fff; /* Match background */
    }

    .ui.pointing.label[data-pointing="right"].red::before {
        border-right-color: #dc1e34; /* Red color */
    }

    /* Red Color */
    .ui.pointing.label.red {
        background-color: #ffe8e6; /* Light red background */
        color: #dc1e34; /* Red text color */
        border-color: #dc1e34; /* Red border */
    }
.drag-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(45,122,170,1) 0%,rgba(24,87,155,1) 50%,rgba(41,49,120,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

    .drag-menu.open {
        transform: translateX(0);
    }

.menu-trigger {
    position: relative;
    width:40px;
    height:40px;
    float:left;
    margin-left:10px;
    z-index: 99;
    cursor: pointer;
    padding: 0px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    .menu-trigger i {
        font-size: 25px;
        margin: 0px;
        margin-top: 8px;
        padding: 0px;
        color: #34495e;
    }

.menu-header {
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    height: 40px;
    text-align: center;
    /*border-bottom: 1px solid #e0e0e0;*/
}

.menu-logo {
    width: 100px;
    height: auto;
}

.menu-body {
    /*padding: 1rem;*/
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    /*margin-bottom: 0.5rem;*/
    margin-bottom: 3px;
    background-color: #c6dbf1;
    border-left: solid 10px #053b76;
}

/*.menu-link {
    display: block;
    padding: 0.75rem;
    color: #34495e;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease-in-out;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
}

    .menu-link:hover {
        background-color: #f0f0f0;
    }*/
.menu-link {
    position:relative;
    display: block;
    padding: 0.75rem;
    padding-left: 3rem;
    color: #34495e;
    text-decoration: none;
    /*border-radius: 0.25rem;*/
    transition: background-color 0.2s ease-in-out;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height:1.2rem;
}
    .menu-link i {
        position:absolute;
        left:6px; 
        top:11px;
        font-size: 1.2rem;
        margin-left: 3px;
        margin-right: 3px;
        display:inline-block;
    }
    .menu-link:hover {
        background-color: #e8f3ff;
    }

.menu-parent-link {
    font-weight: 700;
}

.menu-children {
    list-style: none;
    padding-left: 0px;
    margin-left: 1rem;
    background-color: #c6dbf1;
    /*border-left: 1px solid #374151;*/
}
    .menu-children i {
        display:inline-block;
        position: absolute;
        left: 3px;
        top: 15px;
        font-size: 0.8rem;
        margin-left: 3px;
        margin-right: 3px;
    }
.menu-children-item {
    margin-bottom: 0.25rem;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

    .menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }
/*Form styles*/
.form-group {
    /*margin-bottom: 1.5rem;*/
}

.form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #7f8c8d;
    margin-bottom: 0.5rem;
}

.form-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease-in-out;
    font-family: 'Inter', sans-serif;
}

    .form-input:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    }
.divider {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 1px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: none;
}

th, td {
    padding: 0.75rem;
    text-align: left;
    border: none;
}

th {
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 2.2rem !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #007bff;
}
tbody td {
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.5rem;
}

thead tr {
    border-bottom: 2px solid #90a4ae;
}

tbody tr:nth-child(odd) {
    background-color: #f7fafc;
}

tbody tr:nth-child(even) {
    background-color: #edf2f7;
}

tbody tr:hover {
    background-color: #e2e8f0;
}

tbody tr {
    border-bottom: 1px dotted #cbd5e0;
}

tfoot tr {
    border-bottom: none;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.justify{
        text-align: justify;
}
@media print{
    .noprint{
        display:none !important;
    }
}

nav {
    padding: 1rem; /* p-4 */
    border-radius: 0.5rem; /* rounded-lg */
}

/* Navigation List */
nav ul {
    display: flex; /* flex */
    list-style: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
    gap: 1.5rem; /* space-x-6 (Equivalent margin-right for items, or gap for flexbox) */
}

/* Navigation Links */
nav ul li a {
    font-family:inter;
    color: #4b5563; /* text-gray-700 */
    font-weight: 700; /* font-medium */
    font-size:0.8rem;
    text-transform:uppercase;
    transition: color 200ms ease-in-out; /* transition-colors duration-200 ease-in-out */
    padding: 0.5rem 0.75rem; /* px-3 py-2 */
    border-radius: 0.375rem; /* rounded-md */
    text-decoration: none; /* Remove underline */
}

    /* Hover effect for links */
    nav ul li a:hover {
        color: #2563eb; /* hover:text-blue-600 */
    }

    