﻿:root {
    --primary: 0, 93, 137;
    --accent: 0, 93, 137;
    --bg-color: 245, 245, 245;
    --bg-card: 255, 255, 255;
    --text-color: 0, 0, 0;
    --font-primary: "Roboto", sans-serif;
    --border-radius: 16px;
    --box-shadow: 0 2px 6px rgba(var(--primary), 0.1);
    --visited-color: 25, 135, 84;
    --bs-link-color-rgb: 22, 2, 180;
}

[data-theme="dark"] {
    --bg-color: 6, 24, 42;
    --bg-card: 1, 14, 27;
    --text-color: 255, 255, 255;
}

body {
    font-family: var(--font-primary);
    background-size: 100%;
    background: rgba(var(--text-color), .05);
    /* background: rgba(var(--bg-color), 1) url(../img/bg.svg) no-repeat center top; */
    background-size: cover;
    background-attachment: fixed;
    color: rgba(var(--text-color), 1);
    font-size: 0.88rem;
    min-height: 100vh;
}

.navbg-strip {
    background-image: url(../img/navbg-strip.svg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-color: rgba(var(--bg-card), 1)
}

.navbar {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    z-index: 1000;
}

.page-container {
    padding: 1rem 0;
}

.breadcrumb-item.active {
    color: rgba(var(--text-color), 1);
}

.content-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.content-header-right,
.content-header-left {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(var(--primary), 1);
}

    h1.h1,
    h2.h2,
    h3.h3,
    h4.h4,
    h5.h5,
    h6.h6 {
        color: rgba(var(--text-color), 1);
    }

.h1,
h1 {
    font-size: 1.6rem;
    font-weight: 700;
}

.h2,
h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.h3,
h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.h4,
h4 {
    font-size: 1.2rem;
    font-weight: 700;
}

.h5,
h5 {
    font-size: 1rem;
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: rgba(var(--primary), 1);
}

::selection {
    color: white;
    background: rgba(var(--primary), 1);
}

a {
    text-decoration: none;
    color: rgba(var(--primary), 1);
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    padding: 3rem;
}

.hero-text-container {
    padding: 12rem 0 8rem;
    text-align: center;
}

.hero-text-container h2 span {
    font-weight: 700;
    color: rgba(var(--primary), 1);
    background: linear-gradient(90deg, rgba(var(--primary), 1) 0%, rgba(var(--accent), 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text {
    font-style: italic;
    margin: 0 20%;
}

.hero-text h1 {
    color: rgba(var(--primary), 1);
    font-size: 1.6rem;
    text-align: left;
}

.hero-text h2 {
    color: rgba(var(--text-color), 1);
    font-size: 1.2rem;
    text-align: right;
}

.bg {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
}

.login-card-outer {
    background-color: rgba(var(--bg-color), 1);
    box-shadow: 0 4px 30px rgba(var(--primary), 0.3);
    border-top: 3px solid rgba(var(--primary), 1);
    border-radius: var(--border-radius);
    margin: 20px 0;
}

.btn.btn-lg {
    font-size: 1.2rem;
    padding: .5rem 2rem;
}

.btn.btn-primary {
    background: rgba(var(--primary), 1);
    border-color: rgba(var(--primary), 1);
    color: #fff;
    white-space: nowrap;
}

.login-card {
    padding: 0 2rem;
}

.copy-info {
    text-align: center;
    font-size: 12px;
    margin: 2rem 0 0;
    padding: 2rem;
    border-top: 1px solid rgba(var(--text-color), 0.1);
}

.section-welcome {
    border-radius: var(--border-radius);
    padding: 1.5rem;
    box-shadow: var(--box-shadow);
    background: linear-gradient(45deg, rgba(var(--primary), 1) 30%, rgba(var(--accent), 1) 100%);
    color: #fff;
}

.section-one {
    background-image: url(../img/hero-img-bg.jpg);
    background-size: cover;
    background-position: top;
    color: rgba(var(--text-color), 1);
    background-repeat: no-repeat;
}

.section-one-bg {
    background: linear-gradient(0deg, rgba(var(--bg-color), 0.8) 0%, rgba(var(--bg-color), 0.8) 100%);
}

.section-two {
    background: rgba(var(--bg-color), 0);
    display: flex;
    width: 100%;
}

.section-three {
    background: rgba(var(--bg-color), 0);
    padding: 0 0 3rem 0;
}

.section-four {
    background: rgba(var(--primary), .2);
}

.section-five {
    background: rgba(var(--bg-color), 1);
    padding: 3rem 0;
}

.welcome-txt {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section-footer {
    background: rgba(var(--text-color), 1) url(../img/maryland-flag.svg) no-repeat left center;
    background-size: contain;
    padding-top: 6rem;
    color: rgba(var(--bg-color), 1);
}

.section-icon-link {
    display: flex;
    padding: 1rem;
    gap: 1rem;
    font-size: 1.2rem;
    border-radius: var(--border-radius);
    align-items: center;
    margin-bottom: 1rem;
    box-shadow: var(--box-shadow);
    background: rgba(var(--bg-card), 1);
    color: rgba(var(--text-color), 1);
    transition: .5s ease all;
}

.section-icon-link small {
    font-size: .8rem;
    opacity: .7;
}

.section-icon-link:hover {
    background: linear-gradient(45deg, rgba(var(--primary), 1) 30%, rgba(var(--accent), 1) 100%);
    color: rgba(var(--bg-color), 1);
    transition: .5s ease all;
}
    .section-icon-link:hover a {        
        color: #fff !important; 
        text-decoration:underline !important;
    }
.section-icon {
    font-size: 4rem;
}

.section-faq {
    padding: 1rem;
    border-radius: var(--border-radius);
    display: flex;
    gap: 1rem;
    align-items: anchor-center;
    font-size: 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, rgba(var(--primary), 1) 30%, rgba(var(--accent), 1) 100%);
    color: rgba(var(--bg-color), 1);
}

.section-faq .icon-icon-04 {
    font-size: 4rem;
}

.section-search {
    padding: 1rem;
    border-radius: var(--border-radius);
    display: flex;
    align-items: anchor-center;
    color: #fff;
    margin-bottom: 1rem;
    box-shadow: var(--box-shadow);
    background: rgba(var(--bg-color), 1);
}

.section-logo {
    margin-bottom: 1rem;
    padding: 0 15%;
}

.section-topmenu {
    margin-bottom: 1rem;
}

.panel-left {
    background: rgba(var(--bg-color), 1);
    height: 100%;
    box-shadow: var(--box-shadow);
    width: 300px;
}

.left-menu {
    padding: 1rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    background: rgba(var(--bg-card), 1);
    margin-bottom: 1rem;
}

.left-menu.list-group-flush>.list-group-item {
    background: rgba(var(--bg-card), 1);
    border: 0;
    padding: 0;
    border-radius: 10px;
    padding-left:5px;
}

.left-menu.list-group-flush>.list-group-item.active {
    background-color: rgba(var(--primary), 1);
    color: rgba(var(--bg-card), 1);
    font-weight: 700;
}

.left-menu.list-group-flush>.list-group-item a {
    color: rgba(var(--text-color), 1);
    padding: 1rem;
    display: inline-block;
    padding-left:0px !important;
}


.left-menu.list-group-flush>.list-group-item.active a {
    color: rgba(var(--bg-card), 1);
}

.nav-link {
    color: rgba(var(--text-color), 1);
}

.nav-link-icon {
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
    background: #0000000f;
    border-radius: 6px;
}

ul.dropdown-menu.show {
    font-size: .8rem;
    box-shadow: var(--box-shadow);
    border: 0;
}

.form-section {
    border-radius: var(--border-radius);
    border: 1px solid #e1e1e1;
    padding: 1rem;
    margin-bottom: 1rem;
}

.form-label {
    margin-bottom: 0.1rem;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
}

.progress-container .progress-section {
    min-width: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    text-align: center;
    font-size: 12px;
    gap: 4px;
    position: relative;
}

.progress-container .progress-section::after {
    background-color: #dedede;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 100%;
    z-index: 0;
}

.progress-container .progress-section:first-child::after {
    left: 50%;
    width: 50%;
}

.progress-container .progress-section:last-child::after {
    right: 50%;
    width: 50%;
}

.circle {
    align-items: center;
    background-color: #dedede;
    border-radius: 50%;
    color: #11161c;
    display: flex;
    height: 24px;
    justify-content: center;
    transition: 0.4 ease;
    width: 24px;
    z-index: 1;
    font-weight: 700;
}

.circle.active {
    background-color: rgba(var(--primary), 1);
    ;
}

.circle.icon-check {
    background-color: #89be81;
}

.custom-list li {
    margin-bottom: 1rem;
}

.scroll {
    overflow-x: auto;
    width: 100%;
    margin: 2rem 0 0;
}

.form-control,
.form-check-input,
.form-select,
.input-group-text {
    border-color: #666;
    border-radius: 6px;
}

.form-check-input {
    transform: scale(1.3);
}

.table {
    --bs-table-bg: rgba(var(--bg-card), 1);
}

.table-lg>:not(caption)>*>* {
    padding: .75rem .5rem;
}

.card {
    border: 0;
    margin-bottom: 1rem;
    background: rgba(var(--bg-card), 1);
    border-radius: var(--border-radius);
}

.card-body {
    padding: 2rem;
}

.offcanvas-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(5px);
    background: #00000012;
}

.stepper .list-group {
    display: block;
}

.stepper .list-group-item {
    border: none;
    background: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.5em;
    position: relative;
}

.stepper .list-group-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1em;
    top: 2.4em;
    width: 2px;
    height: calc(100% - 1.3em);
    background: rgba(var(--primary), .1);
    z-index: 0;
}

.stepper .list-group-item a {
    color: rgba(var(--text-color), 1);
}

.stepper .list-group-item a.active {
    color: rgba(var(--primary), 1);
    font-weight: bold;
}

    .stepper .list-group-item a.visited {
        color: rgba(var(--visited-color), 1);
        cursor: pointer;
    }

.stepper .step-number {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    background: rgba(var(--text-color), 0.1);
    text-align: center;
    margin-right: 1em;
    position: relative;
    z-index: 1;
}

.stepper .list-group-item a.active .step-number {
    background: rgba(var(--primary), 1);
    color: rgba(var(--bg-color), 1);
}

.stepper .list-group-item a.visited .step-number {
    background: rgba(var(--bg-card), 1);
    color: rgba(var(--visited-color), 1);
    border: 2px solid rgba(var(--visited-color), .2);
}

.input-group-date {
    position: relative;
}

.input-group-date .icon-calendar {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.1rem;
    pointer-events: none;
}

.rate-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
}

.rate-card {
    border: 1px solid rgba(var(--bg-card), 1);
    border-radius: 6px;
    padding: .6rem;
    text-align: center;
    color: rgba(var(--text-color), 1);
    transition: .5s ease all;
    display: flex;
    align-items: center;
}

.rate-card:hover {
    background: linear-gradient(45deg, rgba(var(--primary), 1) 30%, rgba(var(--accent), 1) 100%);
    color: rgba(var(--bg-color), 1);
    border: 1px solid rgba(var(--bg-color), 1);
    transition: .5s ease all;
}

.icon-5 {
    font-size: 2rem;
}

.footer-links a {
    color: rgba(var(--primary), 1);
    text-decoration: none;
    padding: 0.5rem 0;
    display: inline-block;
}

.footer-icon {
    font-size: 1.6rem;
    color: rgba(var(--primary), 1);
}

/* TEMP CSS */
.modal-backdrop.show {
    opacity: 1;
    backdrop-filter: blur(2px);
    background-color: #00000070;
}

.modal-content.login {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: var(--border-radius);
}

.hide {
    display: none !important;
}

.grid-edit::before {
    /*display: inline-block;
	padding-right: .5rem;*/
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f044";
    font-weight: 900;
    font-size: 20px;
    cursor: default;
}

.grid-listuseredit::before {
    /*display: inline-block;
	padding-right: .5rem;*/
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f507";
    font-weight: 900;
    font-size: 20px;
    cursor: default;
}

.grid-eye::before {
    /*display: inline-block;
	padding-right: .5rem;*/
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f06e";
    font-weight: 900;
    font-size: 20px;
    cursor: default;
}

.grid-delete::before {
    color: #b00000;
    font-family: Font Awesome\ 5 Free;
    content: "\f2ed";
    font-weight: 900;
    font-size: 20px;
}

.grid-history::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f1da";
    font-weight: 900;
    font-size: 20px;
}

.grid-mvaConsent::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f772";
    font-weight: 900;
    font-size: 20px;
}

.grid-assign::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f2c1";
    font-weight: 900;
    font-size: 20px;
}

.bi-card-heading::before, .bi-calendar-plus::before {
    color: var(--active-text);
}

label.flR {
    margin-left: 12px;
    position: relative;
}

label.flR:before {
    position: relative;
    content: "*";
    left: -6px;
    top: 0;
    color: red;
}

.card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(var(--text-color), .1);
}

/* Tooltip appears ABOVE element */
.tooltip.bs-tooltip-top .tooltip-arrow {
    margin-bottom: 10px !important;
}

.tooltip.bs-tooltip-top .tooltip-inner {
    transform: translateY(-10px); /* move upward 5px */
}

.listGridCss a {
    cursor:default !important;
}

/* Normal rows: keep same background on hover */
.k-grid .k-table-tbody > .k-table-row:hover,
.k-grid tr:hover {
    background-color: #ffffff !important; /* or your normal row color */
}

/* Alternating rows: keep same background on hover */
.k-grid .k-table-tbody > .k-table-row.k-alt:hover,
.k-grid tr.k-alt:hover {
    background-color: #F5F5F5 !important; /* or your alt row color */
}

.modal-xxl {
    max-width: 1320px;
}

.privacy .modal-header {
    background-color: #176489;
    color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
}

.privacy .modal-title {
    color:#fff !important;
}
.privacy .modal-header .btn-close {
    filter: invert(1);
}

.application-menu-css .card-body
{
    padding:1rem;
}


/* Prevent hover from changing color */
.applicationList .k-table-row.bg-warning:hover,
.applicationList .k-table-row.bg-warning.k-state-hover,
.applicationList .k-table-row.bg-warning.k-hover,
.applicationList .k-table-row.k-alt.bg-warning:hover,
.applicationList .k-table-row.k-alt.bg-warning.k-state-hover,
.applicationList .k-table-row.k-alt.bg-warning.k-hover {
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* Prevent selection from changing color */
.applicationList .k-table-row.bg-warning.k-state-selected,
.applicationList .k-table-row.k-alt.bg-warning.k-state-selected {
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* Prevent hover from changing color */
.PremanentLicList .k-table-row.bg-danger:hover,
.PremanentLicList .k-table-row.bg-danger.k-state-hover,
.PremanentLicList .k-table-row.bg-danger.k-hover,
.PremanentLicList .k-table-row.k-alt.bg-danger:hover,
.PremanentLicList .k-table-row.k-alt.bg-danger.k-state-hover,
.PremanentLicList .k-table-row.k-alt.bg-danger.k-hover {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    color:#ffffff !important;
}

/* Prevent selection from changing color */
.PremanentLicList .k-table-row.bg-danger.k-state-selected,
.PremanentLicList .k-table-row.k-alt.bg-danger.k-state-selected {
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    color: #ffffff !important;
}

.PermLicenseBadge .k-checkbox {
    border-color: var(--kendo-color-tertiary-emphasis, rgba(0, 0, 0, 0.08)) !important;
    /* background-color: var(--kendo-color-surface-alt, #ffffff) !important; */
}

/* Prevent selected styling */
.PermLicenseBadge .k-grid tr.no-checkbox.k-state-selected {
    background-color: inherit !important;
}

/* Prevent hover effect */
.PermLicenseBadge .k-grid tr.no-checkbox:hover {
    background-color: inherit !important;
    cursor: default;
}

.PremanentLicList thead th.k-header, .PermLicenseBadge thead th.k-header {
    vertical-align: middle !important;
}

.left-menu .submenu .list-group-flush {    
    padding-left: 10px;    
}

.left-menu .submenu .list-group-flush > .list-group-item a {
    color: rgba(var(--text-color), 1);
    padding: 0;
    display: inline-block;
}

.left-menu .submenu .list-group-flush > .list-group-item .active a {
    color: rgba(var(--bg-card), 1);
    padding: 0;
    display: inline-block;
}

.documentstab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--bs-body-bg);
    font-weight: bold;
    color: rgba(var(--primary), 1);
}

.documentstab .nav-tabs .nav-link {    
    border-color: var(--bs-tertiary-color);
    border-bottom: none;
}
.grid-renew::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f021";
    font-weight: 900;
    font-size: 20px;
}

.grid-checkhistorical::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f560";
    font-weight: 900;
    font-size: 20px;
}

.grid-screenhistorical::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f3fa";
    font-weight: 900;
    font-size: 20px;
}

.grid-duplicateIcon::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f24d";
    font-weight: 900;
    font-size: 20px;
}

.grid-copylinkIcon::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f0c1";
    font-weight: 900;
    font-size: 20px;
}

.copyIcon::before {
    color: var(--active-text);
    font-family: Font Awesome\ 5 Free;
    content: "\f0ea";
    font-weight: 900;
    font-size: 20px;
}

.exclamation::before {   
    font-family: Font Awesome\ 5 Free;
    content: "\f33b";
    font-weight: 900;
    font-size: 20px;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.btn-blink {
    animation: blink-animation 1s infinite;
    font-weight: bold;
    border:2px solid;
}
.btn-blink:hover {
    animation: none;
    font-weight: bold;
    border: 2px solid;
}

@keyframes blink-alert {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.alert-blink {
    animation: blink-alert 1s infinite;
    font-weight: bold;    
}
.alert-blink:hover {
    animation: none;
}

.modal-title {
    color: #fff !important;
}

.btn-close {        
    --bs-btn-close-opacity: 1 !important;
}

    @media (max-width: 1280px) {
    }

    @media (max-width: 768px) {
        .hero-content {
            padding: 0;
            display: none;
        }

        .content-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }

        .panel-left {
            height: auto;
            width: 100%;
        }
    }

    .mt20{
    margin-top:20px;
}

.mb10{
    margin-bottom:10px;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    padding-block: 8px !important;
    border: 0.3px solid !important;
}


.modal.show {
    background: rgba(0,0,0,0.3);
}

.h100{
    height:100%
}

.signatureClear{
    height: 2%;
    margin-top: 10px;
    margin-left: 5px;
}

.form_status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CancelButton {
    text-align: right;
    padding-bottom: 10px;
}

.ml20{
    margin-left:20px;
}

.badge {
    font-size: .875em;
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--visited-color), 1) !important;
}


/* Loader */

.spinner_overlay {
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, rgba(var(--primary), 1) 0%, rgba(var(--accent), 1) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.loader_text {
    color: rgb(17 124 217);
    font-size: 36px;
    font-family: Roboto;
    font-weight: bold;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    width: 55%;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.2;
}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/* --- Apply to ALL Placeholders --- */
input::placeholder,
textarea::placeholder {
    font-size: 12px; /* Adjust this value as needed (e.g., 0.9em or 14px) */
    color: #888888; /* Optional: Sets a uniform, light grey color */
}

/* --- Vendor Prefixes for Cross-Browser Compatibility --- */

/* Chrome, Safari, Opera, Edge */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 12px;
    color: #888888;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 12px;
    color: #888888;
    opacity: 1; /* Fixes Firefox's default reduced opacity */
}

/* Firefox 18- */
input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 12px;
    color: #888888;
    opacity: 1;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 12px;
    color: #888888;
}

.form-check-input-readAll {
    /* float: left; */
    margin-left: -1.5em;
}

/*.reviewNavHeaders {
    font-size: 20px !important;
    font-weight: bold !important;
}
*/
/* Target the navigation links */
.reviewNavHeaders {
    font-size: 20px !important;
    font-weight: bold !important;
    /* Remove default underline */
    text-decoration: none;
    /* Make sure element is inline-block or block for border to work well */
    display: inline-block;
    padding: 10px 15px;
    /* 1. Define an invisible border in the initial state. 
     This prevents the element from "jumping" when the border appears. */
    border-bottom: 2px solid transparent;
    /* Optional: Smooth transition for the effect */
    transition: border-bottom-color 0.3s ease-out;
}

/* 2. Make the border visible on hover */
.reviewNavHeaders:hover {
  /* Set the border color to your desired underline color */
  border-bottom: 2px solid rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1)); /* Example: A vibrant orange */
}

.w10 {
    width: 10% !important;
}

.w20{
    width:20%!important;
}

.k-button-flat-primary {
    /* color: var(--kendo-color-tertiary, rgb(17 124 217)) !important;*/
    color: #005D89 !important;
}
.otp-input {    
    border-radius: 3px;
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    text-align: center !important;
    font-weight: 700;
    width: 100%;
    border: 1px solid #666 !important;
}

.modalborderTop {
    border-top: 4px solid rgba(var(--primary), 1);
}
.disabled-look {
    background-color: #e9ecef !important; /* same as Bootstrap disabled */
    color: #6c757d !important;
    border-color: #ced4da !important;
    pointer-events: none; /* prevent clicking */
}

/* Removes the default bullet/styling and fixes the blue active state */
.section-left-menu .list-group-item {
    background: transparent;
    border: none;
}

.section-left-menu .submenu .list-group-item.active {
    background-color: rgba(var(--primary), 1);
    color: white;
    border-radius: 4px;
}
    .section-left-menu .submenu .list-group-item.active a {    
        color: white;    
    }

.section-left-menu a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
}

[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}


#reqModal .modal-xl, #reqApplicantModal .modal-xl {
    max-width: 1200px;
}


#reqModal .table-container, #reqApplicantModal .table-container {
    max-height: 70vh;
    overflow-y: auto;
    border-bottom: 1px solid #dee2e6;
}

#reqModal .compact-table, #reqApplicantModal .compact-table {
    margin-bottom: 0;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    #reqModal .compact-table thead th, #reqApplicantModal .compact-table thead th {
        position: sticky;
        top: 0;
        background-color: #f1f1f1;
        z-index: 20;
        padding: 15px 12px;
        font-weight: 700;
        border-bottom: 2px solid #ccc;
    }



#reqModal .no-wrap-text, #reqApplicantModal .no-wrap-text {
    white-space: nowrap;
    font-weight: 700;
    padding-right: 20px !important;
}

#reqModal .form-check-input, #reqApplicantModal .form-check-input {
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #007bff;
    cursor: pointer;
}

#reqModal .field-grid, #reqApplicantModal .field-grid {
    display: none;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 20px;
    background: #ffffff;
    padding: 12px;
    margin: 5px 0;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    align-items: start;
}

#reqModal .field-block, #reqApplicantModal .field-block {
    display: none;
    display: block;
    grid-template-columns: auto auto 1fr;
    gap: 20px;
    background: #ffffff;
    padding: 12px;
    margin: 5px 0;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    align-items: start;
}

#reqModal .field-item, #reqApplicantModal .field-item {
    display: flex;
    flex-direction: column;
}


.mva-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.date-box-design {
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    display: inline-block;
}

.textarea-full {
    height: 45px;
    width: 100%;
    border: 1px solid #ced4da;
}

.textarea-other {
    height: 90px;
    width: 100%;
}

.compact-table tbody tr:hover td:not(.checkbox-column) {
    background-color: #fcfcfc;
}

.modal-header {
    background-color: #176489!important;
}

/*.modal-title {
    color: #DDD !important;
}*/


#validation_popup {
    z-index: 1060 !important;
}


#validation_popup + .modal-backdrop {
        z-index: 1059 !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}


.full-width-textarea {
    width: 100% !important;
    display: block;
    min-height: 100px;  Optional: gives it a better starting size 
}

.field-item:has(.full-width-textarea) {
    display: block;
    width: 100%;
}

.stack-layout{
    width:200%;
}
.card-header:first-child {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}

/* Sidebar Summary Scrolling */
.summary-container {
    max-height: 250px; /* Fixed height for summary */
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

/* Management List Scrolling */
#mgtFileContainer {
    max-height: 400px; /* Fixed height for main management section */
    overflow-y: auto;
    padding-right: 5px; /* Space for scrollbar */
}

    /* Custom scrollbar for better UI */
    #mgtFileContainer::-webkit-scrollbar, .summary-container::-webkit-scrollbar {
        width: 6px;
    }

    #mgtFileContainer::-webkit-scrollbar-thumb, .summary-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

.pl30{
   padding-left:30px !important;
}

.textJustify {
    text-align:justify !important;
}