
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
body {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    opacity: 1;
    overflow-y: scroll;
    margin: 0;
    background-color: white;
}
*,
::after,
::before {
    box-sizing: border-box;
}
a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
li {
    list-style: none;
}
select {
    appearance: auto !important; /*added to show caret icon on dropdown*/
}
.inote-info {
    color: deepskyblue;
}
.cls-note {
    color: blue !important;
}
.filecolor {
    color: darkblue;
}
/*added to show Rupee Icon before input*/
.rupee-input {
    position: relative;
    display: inline-block;
}
    .rupee-input input {
        padding-left: 42px !important;
    }
    /*  .rupee-input::before {
    content: "\f156"; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900;
    position: absolute;
    left: 30px;
    top: 31%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}*/
    .rupee-input i {
        position: absolute;
        left: 30px;
        top: 30px; /* 32%*/
        transform: translateY(-50%);
        /*font-size: 16px;
    color: #000;*/
    }
/*-------- Rupee Icon before input*/

/*added to show before like % or date Icon after input*/
.icon-after-input {
    position: relative;
    display: inline-block;
}

    .icon-after-input input {
        padding-right: 47px !important;
    }

    .icon-after-input i {
        position: absolute;
        right: 32px;
        top: 30px;
        transform: translateY(-50%);
        font-size: larger;
    }
/*--------  Icon after input*/
.icon-pointer {
    cursor: pointer;
}

/*my coode gauri  Bhand*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}
/* sidebar  */
/*#sidebar {
    max-width: 264px;
    min-width: 264px;
    background-color: #f4fafc !important;
    border-right: 1px solid #d7d2d2;
    transition: all 0.35s ease-in-out;
    color: black;
}*/
.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
}
.sidebar-logo {
    padding: 1.15rem;
}
    .sidebar-logo a {
        color: black;
        font-size: 1.15rem;
        font-weight: 600;
    }
        .sidebar-logo a img {
            height: 60px;
        }
.sidebar-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}
    .sidebar-nav a {
        text-decoration: none;
    }
a.sidebar-link {
    padding: .625rem 1.625rem;
    color:white;
    position: relative;
    display: block;
    font-size: 0.875rem;
    padding: 20px 30px;
    font-weight: bold;
    border: none;
    font-size: 1rem;
}
/*.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}
.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}*/
.dropdown-menu {
    min-width: 200px;
}
.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    margin-left: 10px;
}
.navbar-expand .navbar-nav {
    margin-left: auto;
}
.navbar-nav li a {
    position: relative;
    display: block;
    font-size: 1rem;
    text-align: center;
    /*padding-right: 1.3rem !important;*/
    padding-left: 1.3rem !important;
}
.navbar .nav-item a i {
    color: gray;
    font-size: 20px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
/* Sidebar Toggle */
/*#sidebar.collapsed {
    margin-left: -264px;
}*/
/* Footer and Nav */
@media (max-width:767.98px) {
   /* .js-sidebar {
        margin-left: -264px;
    }
    #sidebar.collapsed {
        margin-left: 0;
    }*/
    .navbar,
    footer {
        width: 100vw;
    }
}
/* navbar */
header {
    position: relative;
}
.navbar-toggler-icon {
    width: 1.5rem;
    height: 1.5rem;
}
@media (max-width: 768px) {
    .navbar {
        padding: 0.5rem;
    }
    .user-avatar {
        margin-left: 0;
    }
    .drop-user {
        width: 100px;
        margin-left: 210px !important;
    }
}
@media (max-width: 576px) {
    .navbar {
        padding: 0.2rem;
    }
    .user-avatar {
        width: 30px;
        height: 30px;
    }
    .drop-user {
        width: 100px;
        margin-left: 0px;
    }
}
.drop-user {
    margin-left: -120px;
}
.nav-phone {
    padding: 7px 16px;
    font-size: 25px;
    background: #deedf2;
    color: gray;
    border-radius: 7px;
}
.dropdown-toggle::after {
    display: none !important;
}

/*added dashboard design regarding 15/11/24 given gauri b*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.275rem;
    color: var(--bs-emphasis-color);
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
}
.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);
    margin-bottom: 24px;
}
.card-stats {
    height: 110px;
}
    .card-stats .card-body {
        padding: 15px !important;
    }

    .card-stats .card-category {
        margin-top: 0;
    }

    .card-stats .col-icon {
        width: 65px;
        height: 65px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
    }

    .card-stats .icon-big {
        width: 100%;
        height: 100%;
        font-size: 2.2em;
        min-height: 64px;
        border-radius: 5px;
    }

        .card-stats .icon-big.icon-primary {
            background-color: #cfe8ff;
            border: #cfe8ff !important;
        }

            .card-stats .icon-big.icon-primary .bi {
                color: blue !important;
            }

        .card-stats .icon-big.icon-secondary {
            background-color: #cfe8ff;
            border: #cfe8ff !important;
        }

            .card-stats .icon-big.icon-secondary .bi {
                color: #0d6efd !important;
            }

        .card-stats .icon-big.icon-success {
            background-color: #FFE0D3;
            border: #FFE0D3 !important;
        }

            .card-stats .icon-big.icon-success .bi {
                color: #dc3545 !important;
            }

        .card-stats .icon-big.icon-warning {
            background: #ffad46;
        }

        .card-stats .icon-big.icon-info {
            background: #FFF2C6;
            border: #FFF2C6 !important;
        }

            .card-stats .icon-big.icon-info .bi {
                color: #ffc107 !important;
            }

        .card-stats .icon-big.icon-danger {
            background: #f25961;
        }
        .card-stats .icon-big.round {
            border-radius: 50% !important;
        }
    .card-stats .col-stats {
        align-items: center;
        display: flex;
        padding-left: 15px;
    }
.card-title {
    margin: 0;
    color: #2a2f5b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: -8px;
}
/* end 1st row */
/* start fist section */
.head-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    flex-wrap: wrap;
}
    .head-title .left .breadcrumb li a.active {
        height: 50px;
        padding: 0 16px;
        border-radius: 36px;
        background: #CFE8FF;
        color: #3C91E6;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
    }
    .head-title .btn-download {
        height: 50px;
        padding: 0 16px;
        border-radius: 36px;
        background: #3C91E6;
        color: #F9F9F9;
        display: flex;
        justify-content: center;
        align-items: center;
        grid-gap: 10px;
        font-weight: 500;
        cursor: pointer;
        text-decoration: none;
        margin-top: -5px;
    }
        .head-title .btn-download .bi {
            width: 30px !important;
            font-size: 25px;
        }
/* 2nd section end */
@media (max-width: 768px) {
    #calender {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 480px) {
    #calender {
        font-size: 12px;
    }
}
#sidebar {
    position: fixed;
    left: -250px; /* Initially hide the sidebar */
    top: 0;
    width: 250px;
    height: 100vh;
    color: black;
    transition: left 0.3s ease;
    overflow-y: auto;
    border-right: 1px solid rgba(0, 0, 0, .125);
    z-index: 1000; /* Ensures it appears above the main content */
}
    #sidebar.open {
        left: 0; /* When open, align it to the left */
        transform: translateX(0); /* to display on mobile */
    }
#sidebarToggle {
    top: 20px;
    left: 20px;
    z-index: 1001;
    padding: 10px 10px;
    cursor: pointer;
    margin-left: -24px;
    color: black;
    border: none;
    border-radius: 4px;
    font-size:22px;

}
    #sidebarToggle.hidden {
        display: none; /* Hides the button */
    }
.mainContent {
    padding: 10px;
    transition: margin-left 0.3s ease;
}
#closeSidebarButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #fff;
    color: black;
    border: none;
    border-radius: 50%;
}
.card-stats {
    height: 110px;
    transition: all 0.3s ease-in-out;
}
    .card-stats:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
        background-color: white;
        border: 1px solid #f6eeee;
    }
#calender {
    /* width: 600px !important; */
    height: 600px !important;
}
.btn-custom {
    color: black;
    border: none;
    cursor: pointer;
}
    .btn-custom:hover,
    .btn-custom.active {
        background: rgb(172,211,255);
        background: linear-gradient(180deg, rgba(172,211,255,1) 0%, rgba(30,31,32,1) 90%);
        color: white;
        font-weight: bold;
    }
    /*added by gauri b purpose to handle back button all listing as user freindly 21/11/24*/
.backbtn-all {
    background-color: #cd7d7d33;
   
    padding: 6px;
    font-size: 22px;
    border-radius: 3px;
    color: #a43e3e !important;
}
.cls-row-header {
    margin-bottom: 20px;
    margin-top: 5px;
}
.cls-header-title {
    text-align: center;
    font-weight: 600;
    line-height: 1em;
    font-size: 1.2rem;
    margin-top:10px;
}
.cls-header-right{
    text-align:end;
}
.hearing-table {
/*    border: 1px solid rgb(8 124 151 / 87%);*/
}

.sidebar-nav ul {
    font-weight: normal; /* Ensures submenus have normal weight */
}

.sidebar-nav li > a {
    font-weight: bold;
    text-decoration:none;
}

.sidebar-nav ul li a {
    font-weight: normal; /* Targets sub-menu items for normal font-weight */
}

@media (min-width: 768px) and (max-width: 1024px) {

    #iframeScan {
        width: 461px !important;
        max-width: 100%; /* Ensures it doesn't overflow */
        display: block; /* Ensures visibility */
    }
    .left-section {
        width: 80%;
    }
    .right-section {
        width: 20%;
        justify-content: end;
    }

    .navbar-brand {
        font-size: 16px;
        text-wrap:wrap;
    }
    .eng-div{
        margin-left:60px;
    }
    .fileicon{
        margin-left:-2rem;
    }
    .officer-input{
        margin-left:2rem;
    }
    .icon-button-input{
        display:none;
    }
    .lable-input-ontop {
        margin-left: 4.2rem !important;
        margin-top: -1.3rem;
        font-size: 13px;
    }
}
.select-input{
    height:58px;
}
}
.submenu-menu li a {
    padding: 10px 20px;
}
.custom-tooltip-style .tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
}

.custom-tooltip-style .tooltip-arrow {
    display: none; /* Optional: Hide arrow */
}



/* new style added by gauri b 15 july 2026 */
.login-card-recovery {
    background: #fff;
    padding: 15px 5px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}


.login-title-recovery {
    text-align: center;
    font-weight: 700;
    color: #2c3e50 !important;

}


.login-btn-recovery {
    height: 48px;
    border: none;
    background: #3b4382;
    color: #fff;
    font-weight: 600;
    transition: .3s;
}
.btn-Continue-recovery {
    color: #fff !important;
    padding: 9px 15px;
    border-radius: 5px !important;
    background-color: #3b4382 !important;
    border-color: #3b4382;
    line-height: 1.5;
    text-decoration: none;
    font-size: 1.20em;
    font-weight: 500;
    width: 180px;
    text-align: center;
    display: inline-block;
    border-radius: 36px !important;
}

    .btn-Continue-recovery:focus {
        box-shadow: none;
    }

    .login-btn-recovery:hover {
        background: #3b4382;
        color: #fff;
    }
.span-text {
    color: #952121;
}
.text-list-recovery {
    color: #cd7d7d;
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: normal;
    max-width: 100%;
}

.navbar-logo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.brand-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
}

/* Tablet */
@media (max-width:991px) {
    .navbar-logo {
        width: 45px;
        height: 45px;
    }

    .brand-title {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width:576px) {
    .navbar-logo {
        width: 38px;
        height: 38px;
    }

    .brand-title {
        font-size: 0.9rem;
        line-height: 1.2;
    }
}