﻿.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    -moz-appearance: none !important;
    font-size: 0.725rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.SumoSelect > .CaptionCont > label > i,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e") right 0.615rem center/14px 14px no-repeat;
}

.select2-container {
    width: auto !important;
    display: block;
    max-width: 100%;
}

.select2-container--default .select2-selection--multiple {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.175rem 0.675rem 0.475rem 0.5rem;
    border: 1px solid #dbe4e4;
    border-radius: 0.25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: rgba(29, 172, 180, 0.35);
    outline: 0;
    box-shadow: 0 0 10px rgb(29, 172, 180, 0.1);
}

.SumoSelect > .CaptionCont,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
    border: 1px solid #dbe4e4;
}

.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    padding-right: 30px !important;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
    background-color: #fff;
}

.mbc-sm .select2-container--default .select2-selection--multiple,
.mbc-sm .select2-container--default .select2-selection--single,
.hcytbl .select2-container--default .select2-selection--single {
    font-size: 0.72rem;
    background-size: 12px 12px;
    background-position: right 0.45rem center;
}

.mbc-sm .select2-container--default .select2-selection--single,
.hcytbl .select2-container--default .select2-selection--single {
    padding-right: 24px !important;
    padding: .289rem .5rem;
    min-height: calc(1.655rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
    line-height: 1.5;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    outline: 0;
    border-color: rgba(29, 172, 180, 0.35) !important;
    box-shadow: 0 0 10px rgba(29, 172, 180, 0.1);
    background-color: #fff;
}

.select2-container.select2-container--focus.select2-container--disabled .select2-selection,
.select2-container.select2-container--open.select2-container--disabled .select2-selection {
    outline: 0;
    border-color: #dbe4e4 !important;
    box-shadow: none;
    background-color: #eee;
}

.select2-container .select2-dropdown {
    border-color: rgba(29, 172, 180, 0.35) !important;
    box-shadow: 0 0 10px rgba(0, 120, 213, 0.1);
    overflow-x: hidden;
}

.select2-results__option {
    font-size: 0.725rem;
}

.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*background-color: #1dacb4;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #efeeee;
    border: 1px solid #dbd9d9;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #dbd9d9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #dc3534;
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 3px;
}

.SumoSelect {
    display: block;
    width: 100%;
}

select.form-control[multiple],
select.form-control[size] {
    /*height: -webkit-fill-available;*/
}

.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: #dbe4e4 !important;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: calc(2.037rem + 2px);
    background-color: #fff;
    border-radius: 0.25rem !important;
    margin: 0;
}

.SelectBox {
    font-size: 0.725rem;
    padding: 0.475rem 0.675rem;
    border: 1px solid #dbe4e4;
    min-height: calc(2.037rem + 2px);
}

.SumoSelect > .optWrapper {
    border: 0.02rem solid #dbe4e4;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.11);
}

.SumoSelect .select-all {
    border-bottom: 1px solid #edf0f3;
    height: 34px;
}

.SumoSelect > .CaptionCont > span {
    color: #212529 !important;
    font-size: 0.725rem !important;
}

    .SumoSelect > .CaptionCont > span.placeholder {
        background: 0 0;
        opacity: 1;
        font-style: normal;
    }

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    margin-bottom: 0;
}

    .SumoSelect > .CaptionCont > label > i {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

.mbc-sm .SumoSelect > .CaptionCont, .smoslctsm .SumoSelect > .CaptionCont {
    border-radius: 0.2rem !important;
}

.mbc-sm .SelectBox, .smoslctsm .SelectBox {
    font-size: .7185rem;
    height: calc(1.655rem + 2px);
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    min-height: auto;
}

.mbc-sm .SumoSelect > .CaptionCont > label, .smoslctsm .SumoSelect > .CaptionCont > label {
    height: 26px;
    width: 28px;
}

    .mbc-sm .SumoSelect > .CaptionCont > label > i, .smoslctsm .SumoSelect > .CaptionCont > label > i {
        background-size: 11px 11px;
    }

.mbc-sm .SumoSelect.open > .optWrapper {
    top: 28px;
}

.custom-file-input.input-validation-error ~ .custom-file-label,
.form-control.input-validation-error,
.form-control.input-validation-error ~ .select2 .select2-selection--single {
    border: 1px solid #fbc6d3;
    box-shadow: 0 0 10px rgba(251, 198, 211, 0.1);
}

.schldBtn {
    position: relative;
    width: 100%;
    text-transform: capitalize;
    padding: 0.6rem 1rem;
    background-image: linear-gradient(to right, #f9c4a2, #f8b797, #f7aa8d, #f69d86, #f48f80);
    color: #340d05;
    border-radius: 0.35rem;
    border: 1px solid #e77361;
}

    .schldBtn .bi {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-right: 0.7rem;
    }

.light.shortcut-buttons-flatpickr-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 5px;
    background-color: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button {
    display: inline-block;
    margin: 0 2px;
    padding: 0.125rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 0.725rem;
    line-height: 1.5;
    font-weight: 500;
    background: #fff;
    border: 1px solid #dbe4e4;
    color: #000;
}

    .shortcut-buttons-flatpickr-buttons > .shortcut-buttons-flatpickr-button:hover {
        background: #e3e9ec;
        border: 1px solid #d1dadc;
    }

.flex-auto {
    flex: auto;
}

.btn .bi-paperclip {
    display: inline-block;
    transform: rotate(45deg);
}

.form-control.disabled {
    background-color: #ecf1f1;
    opacity: 1;
    cursor: not-allowed;
}

.tscDash-header {
    font-size: 1rem;
    font-weight: bold;
    padding: .75rem 1rem;
    color: #183958;
}

.mxh590 {
    max-height: 590px;
    overflow: auto;
}
/*.select2-container {
    z-index: 9999;
}*/
.mb5 {
    margin-bottom: 2.5rem;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: .7rem;
    font-family: bootstrap-icons !important;
    font-weight: normal;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
    content: "\f148";
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    content: "\f128";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: .375rem;
    transform: none;
}

.flatpickr-monthSelect-month {
    margin: 0;
}

    .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange, .flatpickr-monthSelect-month.endRange {
        background: linear-gradient(160deg, #a02979, #2967b1);
        border-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
        color: #fff;
    }

.flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: linear-gradient(160deg, #a02979, #2967b1);
    border-color: rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 400;
    height: 24px;
    top: -6px;
}

.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: var(--bs-body-color);
    font-size: .725rem;
    padding: .475rem .675rem;
    border: 1px solid #dbe4e4;
    font-weight: 400;
    border: 1px solid #dbe4e4;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .615rem center;
    background-size: 14px 14px;
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 30px !important;
    outline: none !important;
}

.bootstrap-select > .btn-check:checked + .btn, .bootstrap-select > :not(.btn-check) + .btn:active, .bootstrap-select > .btn:first-child:active, .bootstrap-select > .btn.active, .bootstrap-select > .btn.show {
    font-weight: 400;
    border: 1px solid #dbe4e4;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e %3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .615rem center;
    background-size: 14px 14px;
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 30px !important;
    outline: none !important;
}

.bootstrap-select .bs-ok-default:after {
    width: .5em;
    height: .9em;
    border-style: solid;
    border-width: 0 .225em .225em 0;
    color: #006aff;
}
td.required:after {
    content: "*";
    color: #e72d52;
    margin-left: 3px;
}

.table-container {
    max-height: 350px; /* Adjust as needed */
    overflow-y: auto;
    /* border: 1px solid #ccc; /* Optional */ */ position: relative;
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container thead {
        position: sticky;
        top: 0;
        background-color: #fff; /* Ensure header has a background */
        z-index: 2; /* Ensure the header stays above the table content */
    }

    .table-container th, .table-container td {
        /* border: 1px solid #ddd; /* Optional */ */ padding: 8px; /* Adjust as needed */
    }

    .table-container tbody tr:nth-child(even) {
        background-color: #f2f2f2; /* Optional: alternating row colors */
    }

    /*----------------------Multiple image Upload-------------------------------*/
.upload-section {
    margin: 20px 0;
}

.file-input-section {
    margin-bottom: 20px;
}

.selected-files-row {
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    min-height: 40px;
}

.file-name {
    display: inline;
    margin-right: 5px;
}

.file-name:not(:last-child)::after {
    content: ",";
    margin-right: 5px;
}

.remove-file {
    color: red;
    cursor: pointer;
    margin-left: 3px;
    font-weight: bold;
}

.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.image-preview {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*----------------------Multiple image Upload End-------------------------------*/
legend.w-auto {
    font-size: 1rem;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 35px 0;
    margin-top: 0px;
    padding: 0 20px;
    min-width: 800px; /* Ensure minimum width */
}

.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF0000;
    margin-bottom: 10px;
}

    .step.completed {
        background-color: #4CAF50;
    }

.step-text {
    text-align: center;
    font-size: 12px;
    width: 100px;
    margin-top: 5px;
    transform: rotate(0deg);
    position: absolute;
    top: 10px;
    white-space: nowrap;
}

.step-date {
    font-size: 10px;
    color: #666;
    margin-top: 0px;
}

.progress-line {
    position: absolute;
    top: 7px;
    left: 35px;
    right: 35px;
    height: 3px;
    background-color: #FF0000;
    z-index: 0;
}

.progress-line-completed {
    position: absolute;
    top: 7px;
    left: 35px;
    height: 3px;
    background-color: #4CAF50;
    z-index: 0;
}

.formboxwgb {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px;
    max-width: 100%;
}

.container {
    max-width: 100%;
    overflow-x: auto;
}
/*-----------------------Progress End---------------------------------*/

.vstdaccrd .accordions .card .card-header.chchch {
    background: #eef1f3;
    color: #000;
    padding: 0 0;
    border-radius: 0 !important;
    cursor: pointer;
}

.vsaclst {
    width: 100%;
}


/*New Css strat*/
.header.fixed-top {
    height: 35px;
    padding-right: 5px;
    padding-left: 275px;
    margin: 0;
}
.toggle-sidebar .header.fixed-top {
    padding-left: 100px;
}
.sidebar {
    z-index: 9999;
}
.resLogoTwo {
    float: left;
    width: 100%;
    background: #14448a;
    color: #fff;
    text-align: right;
    height: 55px;
    font-size: 25px;
    font-weight: normal;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.resUserOne, .resImgeOne {
    display: none
}
 .resLogoThree, .resLogoTwo {
    height: 45px !important;
}

.header.fixed-top .nav-profile {
    padding: 3px 10px 3px 5px;
}
.header.fixed-top .header-nav .nav-profile .usricn {
    height: 25px;
    width: 25px;
}

.resOne {
    z-index: 99999 !important
}

.authbody .formAuth {
    box-shadow: rgba(0 0 0 / .35) 0 5px 10px;
}
.flexDiv{display:flex; align-items:center; justify-content:center}
    .flexDiv span + span .logoc {
        height: 65px;
        margin-left: -45px;
    }

body.authbodyLogin {
    display: flex;
    align-items: center;
    position: relative;
    background: url(../images/login-bg.webp) no-repeat;    
    padding-top: 0;
}
#dvLogin {
    gap: 5px;
}


#dvLogin .btn {
    padding: 5px !important;
}

.pgNameNew {
    background: #03428d;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
}

.resLayoutPadd .position-relative {
    padding-top: 45px;
}
.approveResForm .row.gx-2 {
    background: #f7f7f7;
    margin-bottom: 2px;
    border-bottom: solid 1px #ddd;
}
.approveResForm .mbc {
    margin-bottom: 0rem !important;
    padding: 0px 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 28px;
}
.grievanceRes .container.my-3 {
    padding: 0;
}
.segmentDivRes .pgName {
    background: #14448a;
    color: #fff;
    font-size: 13px;
    margin: 10px 0px 0 0;
    border-radius: 4px 4px 0 0px;
    padding: 2px 15px;
}
.segmentDivRes .formboxwgb {
    border-radius: 0;
}

.main-body {
    padding-top: 5px
}
/*New Css end*/
@media only screen and (max-width: 600px) {
    .scrollDiv {
        width: 100%;
        float: left;
        overflow: auto;
    }
    .approveResForm .bgNewColor .col-lg-1, .approveResForm .bgNewColor .col-lg-3 {
        height: 25px;
        display: flex;
        align-items: center;
    }
    .approveResForm .bgNewColor .col-lg-1 {
        width: 30%;
        float: left
    }
    .approveResForm .bgNewColor .col-lg-3 {
        width: 70%;
        float: left
    }
    .btnAdd {
        width: 100%;
        float: left;
        overflow: auto;
    }
    .btnBack {
        display: flex;
    }
        .main-body.feedResDiv {
            padding: 0;
            padding-top: 80px;
        }
        .main-body.feedResDiv .row.gx-2 {
            background: #e1e1e1;
            margin: 0;
            border-bottom: solid 1px #c6d1df;
            margin-bottom: 5px;
            padding: 2px 3px;
        }
        .main-body.feedResDiv .mbc {
            margin-bottom: .25rem !important;
        }
        .main-body.feedResDiv .bgColor {
            background: #d3e3fd;
        }
        .grievanceRes .main-body {
            padding: 20px 0;
        }
    .resLayoutPadd .position-relative {
        padding-top: 80px;
    }
    .resLayoutPadd .container .my-3 {
        padding: 0;
    }
    .resLayoutPadd .frmTab {
        padding: 8px 8px !important;
    }
    .grievanceRes .card-body .btn{width:100%;}
    .grievanceRes .mbc, .grievanceRes .mt-3 {
        width: 100%;
        float: left;
        margin: 0 !important;
        margin-bottom: .35rem !important;
    }
    .resLayoutPadd .col-lg-2, .resLayoutPadd .col-lg-3, .resLayoutPadd .col-lg-6 {
        width: 100%;
        float: left;
        margin-bottom: .35rem !important;
    }
    .resLayoutPadd  .button-container {
        text-align:center
    }
    .resLayoutPadd .form-group.form-container {
        padding: 0!important;
    }
    .resLayoutPadd .position-relative {
        /*        padding-top*/
    }
    .sidebar-nav .logo {
        margin-bottom: 0.5rem;
    }
    .sidebar-nav .nav-link {
        padding: 0.25rem 1rem .25rem 0.5rem;
        border-radius: .2rem!important;
        background: rgba(0, 0, 0,.10);
    }
    span .resLogoTwo, span.resLogoOne {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    span.resLogoTwo {
        padding-left: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
        .resUserOne, .resImgeOne {
            display: block;
            padding: 0 8px !important;
        }
    .resLogoThree, .resLogoFour {
        display: none
    }
    .resUserOne span {
        font-size: 12px;
        display: block;
        padding: 0 !important;
    }
    span.resLogoTwo span {
        width: auto !important
    }
        .resImgeOne {
            display: flex
        }

    header {
        display: block !important;
    }
    .header {
        height: 50px;
    }
    /*        header span {
            text-align: center !important;
            display: block !important;
        }*/
    #main {
        padding-top: 130px !important;
    }
    #header {
        top: 90px !important;
        padding: 0 5px;
        z-index: 99999;
    }
    #sidemenu .sidebar {
        padding-top: 65px!important;
    }
}


.mandatory-highlight {
    border: 2px solid red !important;
    background-color: #ffeaea !important;
}

/*-------------------------login----------------------------*/

.formAuthLogin {
    box-shadow: -4px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.99);
    max-width: 400px;    
    margin: 0 auto;
    border: 4px solid #c1c0bcdb;
    border-radius: 12px;
}

    .formAuthLogin .logolft {
        height: 40px;
        max-width: 130px;
    }

    .formAuthLogin .logol {
        height: 50px;
        max-width: 200px;
    }

    .formAuthLogin input[type=password] {
        color: #000;
        padding-right: 42px;
    }

    .formAuthLogin .lblrgt label {
        position: absolute;
        right: 1px;
        top: 1px;
        margin-bottom: 0;
        background: 0 0;
        height: 2.5rem;
        line-height: 1.5rem;
        font-weight: 500;
        min-width: 78px;
        color: #000;
        padding: 0.5rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

/*  --------------------------------Dealer Panel-----------------------------------------*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header img {
    height: 40px;
}

.tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* space between tiles */
}

.tile {
    flex: 1 1 calc(50% - 20px); /* 50% minus gap */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.pendreq {
    background-color: #ec1c24;
}

.provform {
    background-color: #00a99d;
}

.mobrem {
    background-color: #14448a;
}

.misrem {
    background-color: #1da0e3;
}
.trvrem {
    background-color: #ec1c24;
}

.mnthjourn {
    background-color: #34a853;
}

.mngbud {
    background-color: #833786;
}

.budapl {
    background-color: #1da0e3;
}
.trvfrm {
    background-color: #1da0e3;
}

.tile-content {
    display: flex;
    align-items: center;
}

.icon-part {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

    .icon-part img {
        height: 30px;
        width: 30px;
    }

.separator {
    width: 2px;
    height: 40px;
    background: #ffffff;
    margin: 0 10px;
}

.label {
    text-align: left;
}

/*------------------------Table Scrolling-----------*/

/*<div class="table-wrapper" > -- use this code for scrolling with below css
<table border="1" cellpadding="10" cellspacing="0" style="border-collapse: collapse; width: 100%;" >*/

.table-wrapper {
    max-height: 500px; /* Set your desired height */
    overflow: auto;
}
/* Clone scrollbar on top */
.table-scroll-top {
    overflow-x: auto;
    overflow-y: hidden;
}

.table-scroll-top div {
    width: 100%; /* Should match the table width if wider than container */
    height: 1px;
}

/*------------------------------Underline----------------------*/
.heading {
    position: relative;
    font-size: 12px; /* adjust as needed */
    font-weight: bold; /* optional */
    color: #333; /* your preferred color */
    padding-bottom: 5px; /* space between text and line */
}
.fontcol {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: Red;
}

.section-heading {
    position: relative;
    font-size: 12px; /* adjust as needed */
    font-weight: bold; /* optional */
    color: #007bff;
    padding-bottom: 5px; /* space between text and line */
    margin-bottom: 10px;
}

.section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ccc; /* line color */
}
.section-header {
    position: relative;
    padding-bottom: 5px; /* spacing between text and line */
    margin-bottom: 15px; /* spacing below the whole section */
}

.section-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc; /* line color */
}

.heading {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin:auto;
}

.mandatory {
    color: red;
    font-weight: normal;
}

.section-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px; 
    background-color: #f9f9f9; 
}
.section-title {
    border: 1px solid #ddd; 
    border-radius: 5px;
    padding: 0px;
    background-color: #f9f9f9; 
}

    .section-box .form-label {
        font-weight: bold;
        color: #333;
    }

    .section-box input[readonly] {
        background-color: #fff; 
        border: 1px solid #ccc;
    }

/*--------------------------Mandatory fieldset highlight-------------------*/
.field-error {
    border: 2px solid red !important;
    background-color: #ffe6e6; 
}

select.field-error {
    background-color: #ffe6e6;
}

.isNumber {
    text-align: left; 
}
.toggle-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #007bff;
    font-size: 12px;
    margin-bottom: 10px;
}

.toggle-icon {
    font-size: 12px;
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.sect-box {
    display: none; 
    margin-top: 10px;
}

/*----------------------fixed-header---------------------------*/
.table-fixed-header thead th {
    background-color: #14448A;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

/* Prevent body cells from misaligning with header */
#tblList td,
#tblListHead th {
    min-width: 120px; /* adjust as needed */
}
/*-------------------------------------userpanel--------------------------*/

.tile-card {    
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    height:65px;
}

.bulb-icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 2rem;
    opacity: 0.3;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
    color: rgba(255, 255, 255, 0.7); /* default bulb color */
}

/* 🔥 On hover, change icon color to match background and scale it */
.tile-card:hover .bulb-icon {
    transform: scale(1.6);
    opacity: 1;
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    
}
.ttlreq {
    background-color: #007171;
}

.pndreq {
    background-color: #00bbbb;
}

.inpreq {
    background-color: #f29b09;
}

.appreq {
    background-color: #4587f4;
}

.rejreq {
    background-color: #ed1b24;
}

.closreq {
    background-color: #32c8f9;
}

.crtreq {
    background-color: #99c65d;
}
#dvProcessing {
    position: fixed;
    top: 0;
    left: 0;
    height: 200vh;
    width: 200vw;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bg th {
    background-color: #1da0e3 !important;
    color: white; /* optional for better visibility */
}

.tblheader {
    background-color: #87ceeb;
    color: white;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    padding: 5px;
}
.tblheaderinner {
    background-color: #330033;
    color: white;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    padding: 5px;
}


.modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1055;
}
