﻿:root {
    /* Primary Blue-Purple Palette */
    --primary-50: #eef2ff;
    --primary-100: #e0e7ff;
    --primary-200: #c7d2fe;
    --primary-300: #a5b4fc;
    --primary-400: #818cf8;
    --primary-500: #07162B;
    /* Main primary color */
    --primary-600: #4f46e5;
    --primary-700: #4338ca;
    --primary-800: #3730a3;
    --primary-900: #312e81;
    /* Accent Green Palette (for success/highlights) */
    --accent-50: #ecfdf5;
    --accent-100: #d1fae5;
    --accent-200: #a7f3d0;
    --accent-300: #6ee7b7;
    --accent-400: #34d399;
    --accent-500: #10b981;
    /* Main accent color */
    --accent-600: #059669;
    --accent-700: #047857;
    --accent-800: #065f46;
    --accent-900: #064e3b;
    /* Neutral Gray Palette */
    --neutral-50: #f9fafb;
    --neutral-100: #f3f4f6;
    --neutral-200: #e5e7eb;
    --neutral-300: #d1d5db;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    --success-50: #f0fdf4;
    --success-500: #22c55e;
    --success-600: #16a34a;
    --error-50: #fef2f2;
    --error-500: #ef4444;
    --error-600: #dc2626;
    /* Glassmorphism properties - softer for daily use */
    --glass-bg: rgba(255, 255, 255, 0.7);
    /* More opaque */
    --glass-border: rgba(255, 255, 255, 0.4);
    /* More visible border */
    /* Shadows - softer for daily use */
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #28282b;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--primary-50) 100%);
    font-family: "Poppins";
}
/*  font-family: 'Montserrat';*/


/* input styles*/
.form-control, .form-select {
    border: 1px solid #EBEBED;
    font-size: 13px;
    color: #585871;
    min-height: calc(1.2em + 1.5rem + 2px);
}
.invalid-feedback {
    display: block;
    visibility: hidden;
    text-align: right;
}

/*button styles*/

.btn {
    box-shadow: 0 .25rem 1rem rgba(0,0,0,.10);
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    background-color: #07162B;
    border-color: #07162B;
}

.btn-outline-primary {
    color: #07162B;
    border-color: #07162B;
    background-color: #fff;
}

.btn-primary:hover {
    background-color: #FFF;
    border-color: #07162B;
    color: #07162B;
}

.btn-outline-primary:hover {
    color: #07162B;
    background-color: #FFF;
    border-color: transparent;
}


.btn span[class^="material-icons"] {
    vertical-align: sub;
    font-size: 17px;
}

.form-label, .form-check-label {
    font-size: 14px;
    line-height: 16.94px;
    font-family: "Poppins";
    font-weight: 500;
}



.form-check-input, .form-check-label {
    cursor: pointer;
}

    .form-check-input:focus {
        border-color: #00838F;
        box-shadow: none;
    }

    .form-check-input:checked {
        background-color: #07162B;
        border-color: #07162B;
        border: 5px;
    }


.navbar-nav .nav-link > span {
    vertical-align: middle;
    font-size: 13px;
    padding-right: 4px;
}

.navbar-nav .nav-link {
    color: #ECEEF6;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 0.7rem 1rem;
    font-weight: 300;
}

.navbar-nav .nav-item {
    font-weight: 400;
    margin-right: 20px;
}

.nav-link.active {
    background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-700) 100%);
}

nav ul li a, nav ul li a:not(.dropdown-item):after, nav ul li a:not(.dropdown-item):before {
    transition: all .2s;
}

nav.stroke ul li a, nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:not(.dropdown-item):after {
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        height: 3px;
    }

    nav.stroke ul li a:hover:after {
        width: 100% !important;
    }


.material-icons {
    vertical-align: middle;
}

.userprofile {
    border-radius: 50%;
    border: 2px solid #00838F;
    padding: 4px;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.1);
}
/* table design changes */
.gridjs-wrapper {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.gridjs-tr:last-child td {
    border-bottom: 1px solid #DADDE1 !important;
}

.gridjs-footer {
    padding: 5px 10px !important;
    border-radius: 0 0 6px 6px !important;
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

.gridjs-summary, .gridjs-pagination .gridjs-pages {
    font-size: 12px;
}


.gridjs-pages button:first-child, .gridjs-pages button:last-child {
    color: #828A94 !important;
}


.middle-panel table thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 45px;
}

thead th {
    font-weight: 500 !important;
    padding: .5rem .5rem !important;
    border: none !important;
    color: #28282B !important;
    font-weight: 500;
    background-color: transparent !important;
}

tbody tr {
    font-size: 14px !important;
    border-bottom: solid 1px #EBEBED;
}


table .btn {
    border-radius: 3px;
    padding: 3px 6px;
    margin: 3px;
}

    table .btn span[class^="material-icons"] {
        vertical-align: middle;
        font-size: 16px;
    }

table tbody tr:first-child td {
    border-top-color: #DADDE1 !important;
    /*    border-right-color: transparent !important;*/
}

table tbody td {
    color: #707780;
    vertical-align: middle;
    padding: .5rem .5rem !important;
    border-color: #f1f1f1 !important;
    border-right-color: transparent !important;
}

.w-0 {
    width: 0 !important;
}

.form-grid {
    display: grid;
    gap: 15px 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/*header menu hightlight design*/

nav ul li a, nav ul li a:not(.dropdown-item):after, nav ul li a:not(.dropdown-item):before {
    transition: all .2s;
}

nav.stroke ul li a, nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:not(.dropdown-item):after {
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '';
        color: transparent;
        background: #28282b;
        height: 2px;
        opacity: .2;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

.material-icons {
    vertical-align: middle;
}

.userprofile {
    border-radius: 50%;
    border: 2px solid #00e5ff;
    padding: 4px;
}

.split {
    display: flex;
    flex-direction: row;
}

.btn:focus {
    box-shadow: none !important;
}

.theme1 {
    background-color: #F5F7FB;
    color: #1B2025;
}

    .theme1 .navbar {
        background-color: transparent !important;
    }

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #07162B !important;
    color: #fff !important;
    border-color: #07162B !important;
}

.gridjs-pagination .gridjs-pages button {
    color: #07162B !important;
    border: solid 1px #EBEBED !important;
    line-height: inherit;
    margin-left: 6px !important;
    border-radius: 4px;
}

    .gridjs-pagination .gridjs-pages button:focus, .gridjs-pagination .gridjs-pages button:hover {
        box-shadow: none !important;
    }


.gridjs-head {
    position: absolute;
    top: -65px;
    right: 110px;
}


.user-error-message, .role-error-message {
    color: #fb3f4a; /* Set the text color to red */
    font-size: 12px; /* Adjust the font size as needed */
    visibility: hidden; /* Initially hide the error message */
}

.error-message {
    color: #fb3f4a; /* Set the text color to red */
    font-size: 12px; /* Adjust the font size as needed */
    visibility: hidden; /* Initially hide the error message */
}

.gridjs-tr-custom:hover td, .table-hover tbody tr:hover {
    background-color: #f8f9fa;
    cursor: pointer;
    --bs-table-accent-bg: none;
}

/* Style for positioning toast */
.toast {
    position: fixed;
    top: 5px;
    right: 16px;
    z-index: 9999;
}

.toast-header {
    color: #fff !important;
}

.toast-success {
    background-color: #00ce4e !important;
    border-color: #00ce4e !important;
}

.toast-warning {
    background-color: #FEBE10 !important;
    border-color: #FEBE10 !important;
}

.toast-danger {
    background-color: #ff5a36 !important;
    border-color: #ff5a36 !important;
}


.dropdown-toggle::after {
    border: none;
}

.gridjs-pagination {
    color: #28282B !important;
}

.btn-black, .btn-black:hover {
    color: #BECBED;
    background-color: #07162B;
    border: 1px solid #07162B;
    font-size: 12px;
}

.btn-outline-black {
    border: 1px solid #07162B;
    background-color: transparent;
    font-size: 12px;
    color: #07162B;
}

.gridjs-container {
    padding: 0 !important;
}
.container-fluid div.col-xxl-6:first-child .card {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.container-fluid div.col-xxl-6:last-child .card {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.view-panel label {
    font-size: 13px;
    color: #07162B !important;
    font-family: "Poppins";
    font-weight: 600;
}

.view-panel p {
    font-size: 13px
}

.view-panel .underline p.text-muted {
    border-bottom: 1px solid #f5f5f5;
}

hr {
    background-color: #bfbfbf;
}

textarea {
    resize: none;
}


.gridjs-loading-bar,
.gridjs-loading-bar:after {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0.5 !important;
}

    .gridjs-loading-bar:after {
        background-image: none !important;
        border: 8px solid #fff !important;
        border-top: 8px solid #3498db !important;
        border-radius: 50% !important;
        width: 50px !important;
        height: 50px !important;
        animation: spin 0.8s linear infinite !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        margin-top: -25px !important;
        margin-left: -25px !important;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2000;
    opacity: 0.5;
    background-color: aliceblue;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .loader .dot {
        width: 15px;
        height: 15px;
        margin: 0 4px;
        background-color: #3498db;
        border-radius: 50%;
        animation: bounce 0.6s infinite alternate;
    }

        .loader .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .loader .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes bounce {
    to {
        opacity: 0.3;
        transform: translateY(-20px);
    }
}

.required {
    color: red;
}

a[extended-tree-root-node] {
    pointer-events: none;
}

.dashboard-action svg:hover {
    fill: #fce57e;
}

.gridjs-tr-custom.selected td {
    color: #07162B !important;
}

.gridjs-tr-custom td {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 30px;
}

.btn-sm {
    padding: .282rem .5rem;
    text-transform: capitalize;
}

.form-select option[selected] {
    color: #777 !important;
}

.form-control {
    min-height: calc(1.2em + 1.5rem + 2px);
    padding: .5rem 1rem;
}

.form-select {
    color: #585871;
    /*    padding: .5rem 1rem;*/
    background-blend-mode: hard-light;
    cursor: pointer;
}
select:not(:-internal-list-box):not([multiple]) option{
    cursor:pointer;
}
input[type="search"] {
    background-color: #EEEFF5;
    min-height: calc(1.2em + 1rem + 2px);
}

.form-select:focus {
    color: #000;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5 !important;
    opacity: .8 !important;
}

.form-control::placeholder, .form-select::placeholder {
    color: #8A8AA1;
    opacity: 1; /* Firefox */
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: rgba(0,0,0,.5);
    background-color: transparent;
    box-shadow: none;
}

.list-style-none {
    list-style: none;
}

.toast-body {
    padding: 0.25rem;
}

.table-border-0 td {
    border: none !important;
}

.table-hover-bg > tbody > tr:hover {
    background-color: transparent;
    --bs-table-accent-bg: none;
}

.table-td-p0 td {
    padding: 0 !important;
}

.dashboard-icon {
    font-size: 30px;
    padding: .25rem;
    margin-right: .3rem;
    border-radius: .25rem;
    background-color: antiquewhite;
    color: #ffc16c;
}

.text-brand-primary {
    color: #07162B !important;
    background-color: #fff;
}

.text-brand-black {
    color: #07162B !important;
}

.dash-badge-light {
    background-color: #f5f5f5;
    font-weight: 600;
}

.btn-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    text-decoration: none;
    cursor: pointer;
}

    .btn-icon:hover {
        background-color: #f5f5f5;
        text-decoration: none;
    }


::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c8c8c8;
}

a {
    cursor: pointer;
}

.modal-header {
    background-color: #ffffff;
    padding: 1rem 0;
    border: none;
    border-bottom: 1px solid #EBEBED;
    width: 94%;
    margin: 0 auto;
}

.modal-title {
    color: #333333;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.5em auto no-repeat
}

    .btn-close:focus {
        box-shadow: none;
    }

.modal-footer {
    border: none;
    padding-top: 0;
}

.ms-options-wrap > .ms-options {
    display: none;
}

.ms-options-wrap.ms-active > .ms-options {
    display: block;
}

.card-box-vh {
    height: calc(100vh - 70px);
    overflow: auto;
}

.gridjs-wrapper-vh .gridjs-wrapper {
    height: calc(100vh - 178px) !important;
}
/*card design changes*/
.card {
    border: none;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.card-header {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    background-color: transparent !important;
}

    .card-header h6 {
        color: rgba(0,0,0,.5);
    }

.rm-text-bg {
    border: 0px none;
    line-height: 0;
    min-height: 0;
    height: 26px;
    background: transparent;
}

.navbar {
    background-color: #07162B !important;
}

.text-muted {
    color: #909090 !important;
}

table.table-childborder-0 tbody tr:first-child td, table.tdtable-childborder-0 tbody tr:last-child td {
    border: none;
}

.left-menu-icon a {
    color: #07162B;
    font-weight: 500;
    opacity: 0.7;
}

    .left-menu-icon a:hover svg {
        fill: #FF7919;
    }


a.jstree-anchor {
    font-weight: 300;
}

.nav-tabs.nav-tabs-title {
    border-bottom-color: #f1f1f1;
}

.nav-tabs-title .nav-link {
    letter-spacing: .25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #a4afcc;
}

    .nav-tabs-title .nav-link.active, .nav-tabs-title .nav-link:focus {
        color: #07162B;
        border-bottom: 2px solid;
        border-color: transparent;
        border-bottom-color: #07162B;
    }

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination .page-link {
    line-height: inherit;
    padding: 3px 11px;
    margin-left: 6px !important;
    border-radius: 4px;
    border: solid 1px #EBEBED;
}

.page-link, .page-link:hover {
    color: #07162B;
}

    .page-link:focus {
        box-shadow: none;
    }

.page-item.active .page-link {
    color: #fff;
    background-color: #07162B;
    border-color: #07162B;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
    padding: 2px;
    border-radius: 4px;
}

.vtl-mid {
    vertical-align: middle;
}

input[type="search"] {
    width: 300px;
    min-height: auto;
}

.search-icon {
    position: absolute;
    top: 9px;
    right: 3px;
    color: #8A8AA1;
}
input[type="search"]:focus + .search-icon .material-icons-outlined {
    color: #07162B;
}

.search-icon > span.material-icons-outlined {
    font-size: 20px;
}

.datepicker .datepicker-days td, .datepicker .datepicker-days th {
    width: 36px !important;
    height: 36px !important;
    border-radius: 0% !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td span.focused {
    background-image: linear-gradient(to bottom, #07162B, #07162Bf0) !important;
    color: #fff !important;
}

.accordion-button {
    color: rgba(0,0,0,.5);
}

    .accordion-button::after {
        background-size: 1rem;
    }


tr[is-modified="true"] {
    border-left: 3px solid #FFBF00 !important;
    border-right: 3px solid #FFBF00 !important;
}

.modifySaved {
    border-left: 3px solid #4CBB17 !important;
    border-right: 3px solid #4CBB17 !important;
}

.section-highlight-on-show-tag {
    border-left: 3px solid #507ba78c;
    display: inline;
}

#croppedImagePreview, #edit_croppedImagePreview {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    display: none;
}

#progress-bar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12000;
    /* opacity: 0.8; */
    background-color: #adaaaa75;
}

/* Center the loading box inside the overlay */
.PBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: none;
}

/* Custom styling for the progress box */
.progress-box {
    width: 100%;
    max-width: 400px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* Styling for the progress bar itself */
.progress-bar-custom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #6664e5;
    transition: width .6s ease;
    height: 9px;
}

.full-height {
    height: 100vh;
}

/*.custom-bg {
    background-image: url(/images/blue-bg.svg);
}*/

.welcome-title {
    font-size: 50px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    font-family: "Josefin Sans";
}

.welcome-parg {
    font-size: 1rem;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    width: 607px;
    font-family: "Poppins";
}

.gray-bg {
    background-color: #F6F6FE;
}

.login-card {
    width: 450px;
}

.login-p {
    font-family: "Poppins";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #666666;
}

.underline-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 6%;
    content: '';
    color: transparent;
    background: #07162b75;
    height: 2px;
}

.sign-text {
    line-height: 43.57px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    font-size: 31px;
    font-family: Poppins;
    font-weight: 500;
}

.btn-blue {
    padding: 10px 14px 10px 14px;
    border-radius: 4px;
    background-color: #07162B;
    width: 100%;
    color: #fff !important;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 4px !important;
    box-shadow: none !important;
}

    .btn-blue:hover, .btn-blue:focus {
        background-color: #1a2b46f2 !important;
    }

.margin-cust {
    margin-top: -8px;
}

.loginForgetPassword {
    font-family: "Poppins";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19.36px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #07162ba6;
    text-decoration: none;
}

    .loginForgetPassword:hover, .loginForgetPassword:focus {
        color: #07162B;
        text-decoration: none;
        cursor: pointer;
    }

.login-leftImage {
    width: 66vh;
}

.gray-bg input:-internal-autofill-selected {
    background-color: #97BDFF !important;
}

.nav-link.active .links_name {
    color: #EBEBED !important;
}

.nav-link.active svg.bx.bx-grid-alt path {
    fill: #EBEBED;
}

.profile:hover {
    background: #e9ecef;
}

.home-section {
    position: relative;
    background: #F6F6FE;
    min-height: 100vh;
    top: 0;
    transition: all 0.5s ease;
    z-index: 2;
    overflow: hidden;
}

.sidebar.open ~ .home-section {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

.bx-grid-alt path {
    fill: #EBEBED; /* Replace with your desired color */
}

.links_name {
    color: #EBEBED;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
}

.bx-menu .bx-menu-left {
    display: none;
}

.bx-menu-alt-right .bx-menu-right {
    display: none;
}

.logo_name img {
    height: 49px;
}

.sideBarClosed img {
    width: 43px;
}

.bx-menu-alt-right ~ .logo-details .sideBarClosed {
    display: none;
}

.sidebar .logo-details .logo_name {
    display: none;
}

.sidebar.open .logo-details .logo_name {
    display: block;
}

.navbar-profile {
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 56px;
}

.breadcrumbs-title {
    position: absolute;
    top: 17px;
    bottom: 0;
    left: 36px;
    right: 0;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 50%;
    height: 0;
    color: #333333;
}

.nav-link {
    border-left: 4px solid #fff;
}

.custom-title {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.modal-backdrop {
    display: contents;
}

.custom-card .card-body {
    background-color: #FFFFFF;
    border-radius: 6px;
}

.card-body {
    border-bottom: 1px solid #EBEBED;
}

ul.navbar-list {
    display: block;
    list-style: none;
    position: absolute;
    padding-left: 0;
    z-index: 99999999;
}

.navbar-list li {
    float: left;
    padding-right: 11px;
}

.heading {
    color: #07162B !important;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.home-section .card-header {
    border-bottom: 0;
}

.table-scroll {
    /*width:100%; */
    display: block;
    empty-cells: show;
}

    .table-scroll thead {
        position: relative;
        display: block;
        width: 100%;
        overflow-y: scroll;
    }

    .table-scroll tbody {
        /* Position */
        display: block;
        position: relative;
        width: 100%;
    }

    .table-scroll tr {
        width: 100%;
        display: flex;
    }

    .table-scroll td, .table-scroll th {
        flex-basis: 100%;
        flex-grow: 2;
        display: block;
        padding: 1rem;
        text-align: left;
    }

.listThreeRows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    list-style: none;
    padding: 4px;
    margin: 0;
}

    .listThreeRows li {
        font-family: "Poppins";
        font-size: 14px;
        font-weight: 400;
        line-height: 29px;
        color: #666666;
    }

.bottom-border {
    margin: 30px 3px;
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 1px #E7ECFC;
}

#channelSmallImageBase64 {
    width: 114px !important;
    height: 114px !important;
    position: relative;
    z-index: 999;
    border-radius: 50%;
    border: solid 1px #07162B4D;
}
.profile-gray-shade {
    position: relative;
}

    .profile-gray-shade::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 75px;
        background-color: #F6F7FA;
    }

.profile-visable {
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.clslogin-validate {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.badeg-brick {
    background-color: #fff;
    color: #F3797E !important;
    font-weight: 500;
    border: 1px solid;
}

@media (max-width: 1599px) {
    .modal-custom-lg {
        max-width: 1240px;
    }
}

@media (max-width: 1600px) {
    .card-body-equal-height-75 {
        height: calc(55vh - 150px);
        overflow: auto;
        min-height: 44.75vh;
    }

        .card-body-equal-height-25 {
            height: calc(44vh - 150px);
            overflow: auto;
            min-height: 22.75vh;
        }

    #id-list-of-sections .ul-triangles.custom-triangles, #id-list-group-section .ul-triangles.custom-triangles {
        overflow-y: auto;
        height: calc(87vh - 50px);
        margin-bottom: 0;
    }

    .docuemnt-height {
        height: 89.7vh;
    }

    .card-body-vh {
        height: calc(95.5vh - 120px);
        overflow: auto;
    }

    .table-scroll tbody {
        overflow-y: scroll;
        height: calc(84.5vh - 150px);
    }

    .hiddenTagShow {
        height: calc(84.4vh - 150px) !important;
    }

    #id-tagging-iframe {
        height: calc(96vh - 150px);
    }

    .iframe-height {
        height: 39vh !important;
    }

    #section-slider {
        width: 23%;
    }

    .panel-left {
        max-height: 50em;
    }

    .default-autowidth {
        height: 78vh;
    }

    #id-fact-concept-details {
        height: calc(97.2vh - 50px);
        overflow-y: auto;
        overflow-x: hidden;
    }

        .pr-info-card {
            height: calc(91.5vh - 50px);
            overflow: auto;
        }

    .iframe-height-rf {
        width: 100%;
        height: 75%;
    }

    #taxonomy-tree-container {
        max-width: 1036px;
    }

    .accordian-section-fullheight {
        height: calc(96.5vh - 100px) !important;
    }

    .accordian-section-two .accordion-item {
        height: calc(55.5vh - 100px) !important;
        background-color: #fff;
    }

        .accordian-section-two .accordion-item:nth-child(2) {
            height: calc(53vh - 100px) !important;
            margin-bottom: 0px !important;
        }
    .modal-custom-lg {
        max-width: 1052px;
    }
        .search-tree-container-height {
            height: 20vh;
        }
        .user-profile-update-img {
            right: 83px !important;
        }
    .output-height {
        /*            height: calc(89vh - 50px);*/
        height: calc(54vh - 50px);
    }
    #xbrl-duplication-content .table {
        max-width: 1017px;
    }

    .duplicate-body-height {
        padding-top: 0;
        height: calc(-100px + 74vh);
    }
    .sub-max-width {
        max-width: 262px;
    }
    #duplicateTagTableBody {
        height: 42vh;
    }
    .presentation-width .select2-container {
        width: 397px !important;
        margin-right: 3px;
    }
    .audit-top {
        height: calc(45vh - 50px);
    }

    .audit-bottom {
        height: calc(55vh - 24px);
    }
    .table-scroll tbody.gridjs-tbody {
        height: calc(45.5vh - 150px) !important;
    }
    .sect-width {
        width: 380px;
    }
    #dv-tree-details {
    padding-right: 12px;
    }
    .create-modal-lg {
        max-width: 1400px;
    }
    }

@media (min-width: 1601px) {
    .card-body-equal-height-75 {
        height: calc(55vh - 150px);
        overflow: auto;
        min-height: 47.75vh;
    }

        .card-body-equal-height-25 {
            height: calc(42vh - 141px);
            overflow: auto;
            min-height: 25.75vh;
        }

    #id-list-of-sections .ul-triangles.custom-triangles, #id-list-group-section .ul-triangles.custom-triangles {
        overflow-y: auto;
        height: calc(85vh - 12px);
        margin-bottom: 0;
    }

    .docuemnt-height {
        height: 92vh;
    }

    .card-body-vh {
        height: calc(94.5vh - 120px);
        overflow: auto;
    }

    .table-scroll tbody {
        overflow-y: scroll;
        height: calc(83.5vh - 150px);
    }

    .hiddenTagShow {
        height: calc(87.2vh - 150px) !important;
    }

    #id-tagging-iframe {
        height: calc(96.5vh - 150px);
    }

    .iframe-height {
        height: 50vh !important;
    }

    #section-slider {
        width: 23.2%;
    }
    .sect-width {
        width: 459px;
    }

    .panel-left {
        max-height: 60em;
    }

    .default-autowidth {
        height: 82vh;
    }

        .pr-info-card {
            height: calc(92.7vh - 50px);
            overflow: auto;
        }

    .iframe-height-rf {
        width: 100%;
        height: 80%;
    }

    #taxonomy-tree-container {
        max-width: 1250px;
    }

    .accordian-section-fullheight {
        height: calc(97.2vh - 100px) !important;
    }

    .accordian-section-two .accordion-item {
        height: calc(52.5vh - 100px) !important;
        background-color: #fff;
    }

        .accordian-section-two .accordion-item:nth-child(2) {
            height: calc(54.5vh - 100px) !important;
            margin-bottom: 0px !important;
        }

    .modal-custom-lg {
        max-width: 1194px;
    }
        .search-tree-container-height {
            height: 23.5vh;
        }
    .output-height {
        height: calc(62.5vh - 50px);
        /*            height: calc(91vh - 50px);*/
    }
    #xbrl-duplication-content .table {
        max-width: 1220px;
    }
    .duplicate-body-height {
        padding-top: 0;
        height: calc(-100px + 66vh);
    }
    .sub-max-width {
        max-width: 381px;
    }
    #duplicateTagTableBody {
        height: 53vh;
    }
    .presentation-width .select2-container {
        width: 497px !important;
        margin-right: 4px;
    }
    .audit-top {
        height: calc(39vh - 50px);
    }
    .audit-bottom {
        height: calc(61vh - 24px);
    }

    #dv-tree-details {
        padding-left: 7px;
        padding-right: 5px;
    }
    .create-modal-lg {
        max-width: 1500px;
    }
    }

#section-slider {
    max-height: 98%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
}

.badge-pr {
    background-color: #5F9CFF;
    padding: 4px 5px;
    border-radius: 6px;
    color: #fff;
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 500;
    line-height: 22.78px;
    text-align: center;
    height: 33px;
}

.smallerText {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 500;
    line-height: 10.36px;
}

.smallerTextBlue {
    font-family: "Poppins";
    font-size: 11px;
    font-weight: 600;
    line-height: 10.36px;
    color: #07162B;
    text-transform: capitalize;
}

.menu-text {
    width: 100%;
    top: 34px;
    position: absolute;
    left: -2px;
    right: 0;
    text-align: center;
    font-size: 9px;
    color: #909090;
    font-weight: 500;
}

.nav-link.active .menu-text {
    color: #07162B;
}

.modal-content .btn-primary {
    background-color: #07162B;
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
}

    .modal-content .btn-primary:hover {
        background-color: #fff;
        border: 1px solid #07162B !important;
        color: #07162B;
    }

.modal-content .btn-outline-primary {
    color: #07162B;
    border: 1px solid #07162B !important;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
}

    .modal-content .btn-outline-primary:hover {
        color: #fff;
    }

.brick-btn {
    color: #F3797E;
    border-color: #F3797E;
}

    .brick-btn:hover {
        background-color: #F3797E;
        color: #fff;
    }

.btn-outline-secondary {
    color: #07162B;
    border-color: #07162B;
}

    .btn-outline-secondary:hover {
        background-color: #07162B;
        border-color: #07162B;
    }

.panel-left {
    position: static; /* default */
    resize: both;
    overflow: auto;
    padding-right: 10px; /* at least the with of the scrollbar. the resizer needs this to be clickable */
}

    .panel-left > div {
        position: absolute; /* required */
        box-sizing: border-box; /* allows the content not to overflow .resize when using padding */
        width: inherit; /* allows the content not to overflow .resize */
        height: inherit; /* allows the content not to overflow .resize */
        overflow: clip; /* hides overflowing content */
        overflow-clip-margin: content-box;
    }
    /* styles the resize bar */
    .panel-left::-webkit-resizer {
        background: transparent url("/images/resize.svg") center/1.4em auto no-repeat
    }

.default-fullwidth {
    width: 100%;
}

.default-autowidth {
    width: 70%;
}

.offWidth {
    width: auto;
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
    z-index: 9999;
    background: #fff;
}

.input-group .btn {
    z-index: 0 !important;
}

.btn-outline-dark {
    color: #666;
    border-color: #EBEBED;
}

.icon-color {
    color: #909090;
    font-size: 10px;
    line-height: 19px;
}

    .icon-color:hover {
        color: #07162B;
    }

.profile-circle {
    width: 110px;
    height: 110px;
    font-size: 80px;
    border-radius: 50%;
    border: 2px solid;
    z-index: 999;
    position: relative;
}

.gray-sperater {
    border-right: 1px solid #E7E7E9;
    padding-right: 10px;
}

.modal-body {
    padding: 1rem 2rem;
}


.input-group input {
    border-right: transparent;
}

.input-group-text {
    background-color: #f5f5f5;
    border: 1px solid transparent;
    color: #07162B;
}

.badge-align {
    position: relative;
    top: -2px;
    text-transform: uppercase;
    left: 2px;
    padding: 5px 6px !important;
    font-size: 10px;
}

.bg-gray {
    background-color: #001c48;
    border: 2px solid #E7E6FC !important;
}
.form-label.links_name {
    color: #212529;
}
.active-user {
    color: #ff0000;
}

.card-body-vh-rf {
    height: calc(100vh - 90px);
    overflow: auto;
}

.custom-company {
    top: 14px;
    margin-bottom: 31px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #909090;
    font-size: 18px;
}

.changpp-icon {
    padding: 5px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 55px;
    color: #fff;
}

.user-profile {
    height: 20px !important;
    width: 20px !important;
}

.password-togg {
    transform: translateY(37%);
}

.reset-pass-toggle {
    transform: translateY(-20%);
}

.user-profile-circle {
    font-size: 110px;
    border-radius: 50%;
    padding: 15px;
    border: 2px solid;
    z-index: 999;
    position: relative;
    background-color: #fff;
}

.align-top-cons {
    position: relative;
    padding: 9px;
    padding-bottom: 0;
    overflow: hidden;
}

.gridjs-thead {
    background-color: #F6F7FA;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 45px;
}

.table-scroll tbody.gridjs-tbody {
    height: calc(52.5vh - 150px);
}

.img-thumbnail {
    padding: .25rem;
    background-color: #F6F7FA;
    border: 1px solid #EBEBED;
    border-radius: 1.25rem;
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    background-color: #F6F7FA;
}

.breadcrumb-item {
    position: relative;
}

    .breadcrumb-item + .breadcrumb-item::before {
        content: 'arrow_forward_ios';
        font-family: 'Material Icons Outlined';
        font-size: 9px;
        font-weight: 900;
        color: #07162B;
        line-height: 19px;
        vertical-align: middle;
        margin-left: 5px;
    }

    .breadcrumb-item span {
        color: #333333;
        font-family: "Poppins";
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        vertical-align: middle;
    }

.accordion-button-custom.collapsed .material-icons-outlined {
    transform: rotate(178deg);
}

.link-danger {
    color: #dc3545 !important;
}

#select2-ddl-project-company-results {
    font-size: 13px !important;
}

.select2-dropdown {
    border: 1px solid #EBEBED !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #07162B !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EBEBED !important;
    outline-color: #EBEBED;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #EBEBED !important;
}

#edit_imageUpload {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 24px;
}
.form-control[type=file] {
    line-height: 23px;
}
#id-list-of-sections ::before {
    top: 0px;
}
.unit-width .select2.select2-container {
    width: 83% !important;
}
.scale-width .select2-container {
    width: 100% !important;
}
.select2-dropdown input[type="search"] {
    background-color: #ffffff;
    font-size: 13px;
    border: 1px solid var(--gray-200);
}
.form-switch input, .form-switch label {
    color: #495057 !important;
}
.re-order-section-list li.document-sub-section-row {
    margin: 11px 0 0 0 !important;
}
#dashboard-section-details .ul-triangles.custom-triangles li {
    font-size: 13px;
}
#innerTable{
    display:none;
}
#btn-close-document-tab:hover {
    border-color: #7DA0FA;
}
.concept-row {
    display: none;
}
.active-row {
    background-color: #97bdff9e;
}
#conceptTableBody tr {
    border-color: #fff;
    border-bottom: 1px solid #dee2e68c;
}
#mainTableBody tr td {
    color: #212529;
}
#conceptTableBody tr td {
    color: #212529;
}
#innerTableBody {
    overflow-y: auto;
    height: 236px;
    display: table-caption;
}
#innerTableBody tr td {
    border-top: none;
    border-bottom: 0;
}
#conceptTableBody {
    overflow-y: auto;
    height: 177px;
    display: table-caption;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7978E9;
    border-color: #7978E9;
}
.bg-yellow-badge {
    background-color: #FCB205 !important;
}
#id-duplicate-button-container {
    position: relative;
    bottom: -31px;
}
#id-output-generateIxbrl {
    position: relative;
    top: 105px;
}
#generateIxbrl-button-container {
    position: relative;
    top: 100px;
}
.small-font-custom {
    font-size: 12px;
}
.status-align {
    text-align: right;
    margin-top: -14px;
    margin-right: -11px;
}
#audit-startdate, #audit-enddate {
    background-color: #fff !important;
}
.clsfootnoteText {
    color: #000000c4;
}

.table-rf-active {
    height: 40vh;
}
.vertical-sidebar {
    width: 220px;
    height: 100vh;
    background-color: #f8f9fa;
    padding: 1rem;
    border-right: 1px solid #ddd;
    position: fixed;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.logo-icon {
    width: 40px;
    height: auto;
}

.logo-text {
    width: 100px;
    height: auto;
    margin-top: 10px;
}

.nav.flex-column {
    list-style: none;
    padding-left: 0;
}


.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    display: block;
    border-radius: 5px;
    transition: background 0.3s ease;
}

    .nav-link:hover {
        background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-700) 100%);
    }

.nav-item .dropdown-menu {
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
 .section-title-header {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins';
    text-align: center;
}
.section-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins';
    background-color: #E4E5FB;
    padding: 5px 7px;
}
/*.section-title-header::after {
    content: '';
    border-bottom: 1px solid #C6C6D5;
    width: 50%;
    display: block;
    position: absolute;
    right: 56px;
    bottom: 0px;
}*/
/*.clsFillingForm {
    overflow-y: auto;
    height: 78vh;
}*/
.form-check-input {
    border: 2px solid #07162B;
}
    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM1.44 12C1.44 17.8321 6.16787 22.56 12 22.56C17.8321 22.56 22.56 17.8321 22.56 12C22.56 6.16787 17.8321 1.44 12 1.44C6.16787 1.44 1.44 6.16787 1.44 12Z' fill='%2307162B'/%3E%3Ccircle cx='12' cy='12' r='9' fill='%2307162B'/%3E%3C/svg%3E");
    }
/* #div-dynamic-container {
    width: calc(160vh - 100px);
}*/
/*.section-title::after {
    content: '';
    border-bottom: 1px solid #C6C6D5;
    width: 69%;
    display: block;
    position: absolute;
    padding-bottom: 5px;
}*/
@media (max-width: 1599px) {
   /*  #div-dynamic-container {
        width: calc(171vh - 100px);
    }*/
    .clsFillingForm {
        height: 71vh;
    }
    .card-body-vh {
        height: calc(92.5vh - 120px);
        overflow: auto;
    }
    .table-scroll tbody {
        height: calc(78.5vh - 150px);
    }
}
.form-top-align {
    width: calc(166vh - 100px);
}
/* Hide default checkbox appearance */
.custom-checkbox .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #07162B;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease;
    float: inherit;
}

    /* Show checkmark when checked */
    .custom-checkbox .form-check-input:checked::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 5px;
        width: 4px;
        height: 9px;
        border: solid #07162B;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/* Label spacing and style */
.custom-checkbox .form-check-label {
    margin-left: 5px;
    font-size: 14px;
    color: #07162B;
    cursor: pointer;
}

/* Hover effect */
.custom-checkbox .form-check-input:hover {
    background-color: #f0f0f0;
}
.ZipIcon {
    width: 23px;
    height: 23px;
    fill: #fff;
}
.zip-up:hover .ZipIcon {
    fill: #212529;
}
label.required {
    margin-bottom: 0;
}
.forget-leftImage {
    width: 87vh;
}
#div-password-container .form-control {
    padding: 1.5rem 1rem;
}
#btn-change-pwd {
    padding: 0.9rem 1rem;
}
#select2-form-type-results {
    max-height: 30vh;
    overflow: auto;
}
.select2-results__option {
    font-size: 13px;
    font-family: 'Poppins';
    line-height: 1.5;
    padding-left: 10px !important;
}
/*#select2-form-type-container {
    line-height: 2.3;
    padding: 0;
}*/

/*#div-dynamic-container .select2-selection {
    padding: .555rem 2.25rem .375rem .65rem;
}*/
.select2-results {
    overflow: auto;
    min-height: auto;
    max-height: 286px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 2.3;
    padding: 0;
}
.form-container .card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    /* Softer blur */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: 1px solid var(--glass-border);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Slightly faster transition */
    box-shadow: var(--shadow-lg);
    /* Softer shadow */
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

/*.form-container .card:hover {
    transform: translateY(-4px);*/
    /* Softer hover effect */
    /*box-shadow: var(--shadow-xl);*/
    /* Softer shadow */
    /*border-color: rgba(255, 255, 255, 0.5);
}*/

.form-container .card-header {
    padding: 2.5rem 2.5rem 2rem;
    background: linear-gradient(135deg, var(--neutral-50) 0%, var(--neutral-100) 100%);
    /* Softer background */
    border-bottom: 1px solid var(--glass-border);
}

.form-container .card-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--neutral-800);
}

    .form-container .card-title .material-icons {
        font-size: 2rem;
        color: var(--primary-500);
        /* Direct primary color */
        background-color: rgba(99, 102, 241, 0.1);
        padding: 0.75rem;
        border-radius: 1rem;
        backdrop-filter: blur(5px);
        /* Softer blur */
    }

.form-container .card-description {
    color: var(--neutral-600);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
}

.form-container .card-content {
    padding: 2.5rem;
}
/* Form Elements */
.form-container .form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    margin: 0;
}

.form-container .form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
    display: flex;
    align-items: center;
    gap: 0.5rem 8px;
    top: 0;
    left: 0;
    background: transparent;
    padding: 0;
}

.form-container .required {
    color: var(--error-500);
    font-weight: 700;
}

.form-container .form-input, .form-container .form-select, .form-container .form-textarea, .form-container .form-control {
    /*padding: 0.5rem 1.25rem;*/
    border: 2px solid var(--gray-200) !important;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--gray-700);
    height: 48.18px !important;
}

    .form-container .form-input:focus, .form-container .form-select:focus, .form-container .form-textarea:focus {
        outline: none;
        border-color: var(--primary-600);
        box-shadow: 0 0 0 4px var(--primary-100);
        transform: translateY(-1px);
    }

    .form-container .form-input:hover, .form-container .form-select:hover, .form-container .form-textarea:hover {
        border-color: var(--gray-300);
    }

.form-container .form-textarea {
    resize: vertical;
    min-height: 120px;
}
.form-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem;
}
.upload-status {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    background: var(--success-50);
    padding: 0.25rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--success-200);
    color: var(--success-600);
}
.ufile-up-btn {
    background: white;
    color: var(--gray-700);
    border: 2px solid var(--gray-200);
    padding: 0.2rem 1.0rem;
    font-size: 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    height: 49px;
    width: 124px;
}
.filling-from-page {
    overflow-y: auto;
    height: 90vh;
}
.styled-box {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    /* Softer blur */
    -webkit-backdrop-filter: blur(10px);
    border-radius: 2rem;
    margin-bottom: 2rem;
    border: 1px solid var(--glass-border);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* Slightly faster transition */
    box-shadow: var(--shadow-lg);
    /* Softer shadow */
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
#statusTable table tbody td a:hover {
    text-decoration: underline;
    color: #001c48;
}
.select2-search__field:focus-visible {
    outline: none;
    border-color: var(--primary-600);
    box-shadow: 0 0 0 2px var(--primary-100);
    transform: translateY(-1px);
}
.navbar-brand img {
    filter: invert(1);
}
ul.navbar-nav.rounde-radius {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}
.user-badge {
    background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-700) 100%);
    padding: 0.5rem 1rem !important;
    border-radius: 2rem;
    font-size: 0.75rem !important;
    font-weight: 600;
    box-shadow: var(--shadow-sm);
    text-transform: capitalize;
}
.user-avatar {
    width: 2.75rem;
    height: 2.75rem;
    background: linear-gradient(135deg, var(--gray-600) 0%, var(--gray-700) 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease;
}
.rounde-radius .nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.60rem;
    border: none;
    background: transparent;
    border-radius: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--gray-300);
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
    margin-right: 0 !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    box-shadow: 0 0 0 4px #f7cbd1;
}
#submissionresponseText {
    color: #000;
}