@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');


:root{
    --sidebar-width: 280px;
}


/* Thin */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Extra Light */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Semi Bold */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Extra Bold */
@font-face {
    font-family: 'AnekGujarati';
    src: url('../fonts/AnekGujarati/AnekGujarati-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}




body {
    font-family: "Lexend", sans-serif;
    background-color: #eeeeee;
}

img {
    max-width: 100%;
    height: auto;
}

.portal-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.portal-main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.portal-sidebar {
    width: var(--sidebar-width);
    background: linear-gradient(180deg, #1f2937, #111827);
    color: #e5e7eb;
    position: fixed;
    top: 0;
    left:  calc(-1 * (var(--sidebar-width) + 5px));
    height: 100%;
    z-index: 2000;
    transition: left 0.3s ease-in-out;
}

.sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.sidebar-open .portal-sidebar {
    left: 0;
}

.sidebar-open .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
}

.portal-sidebar .nav-link {
        color: #bfc4cb;
    border-radius: 0.375rem;
    margin: 0px 0px;
    padding: 14px 16px;
}

.portal-sidebar .nav-link.active,
.portal-sidebar .nav-link:hover {
    background-color: #3b4252;
    color: #ffffff;
}

.portal-content {
    flex: 1 1 auto;
    padding: 16px 16px;
    width: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 72px;
}

.portal-header {
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 16px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 101;
    right: 0;
    left: 0;
    box-shadow: 1px 0px 10px #ddd;
}

.portal-logo {
    font-weight: 700;
    color: #1d4ed8;
    letter-spacing: .03em;
}

/* Larger screens: keep fixed sidebar + padded main area */
@media (min-width: 992px) {
    .portal-wrapper {
        flex-direction: row;
    }

    .portal-sidebar {
        left: 0;
    }

    .sidebar-backdrop {
        display: none;
    }

    .portal-main {
        flex-direction: column;
        padding-left: var(--sidebar-width);
    }

    .portal-header {
        left: var(--sidebar-width);
        padding: 8px 24px;
    }

    .portal-content {
        padding: 16px 24px;
        padding-top: 80px;
    }
}

.profile-avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4f46e5, #06b6d4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

/* Submit button loader: show spinner, hide label */
.btn-loading .btn-label { visibility: hidden; display:none; }
.btn-loading .btn-spinner { display: inline-block !important; }
.btn-spinner { display: none; }

.pageLoader_wrappr{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(170, 170, 170, 0.8);
    z-index: 9999;
    display: none;
}

.loader_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* vertical + horizontal center */
    display: flex;
    align-items: center;
    gap: 15px;
}

.spinnerboxer{
    width: 25px;
    height: 25px;
}


.mtbl_index{
     margin: 0px;
         font-size: 17px;
}
.mtbl_name{
    font-family: 'AnekGujarati', sans-serif;
    margin: 0px;
    font-weight: 500;
        font-size: 17px;
}
.mtbl_type{
    font-family: 'AnekGujarati', sans-serif;
    margin: 0px;
    font-weight: 500;
        font-size: 17px;

}
.mtbl_amt{
    /*font-family: 'AnekGujarati', sans-serif;*/
    margin: 0px;
       font-size: 17px;

}
.mtbl_date{
    /*font-family: 'AnekGujarati', sans-serif;*/
    margin: 0px;
            font-size: 17px;

}

.mtbl_sahyog{
     font-family: 'AnekGujarati', sans-serif;
    margin: 0px;
    font-weight: 500;
        font-size: 17px;
}
#showscessbox{
    display: none;
}


.logosection{padding-top: 0px;padding-bottom: 10px; text-align: center;}
.logoText{
    font-family: 'AnekGujarati', sans-serif;
    text-align: center;
    font-size: 31px;
    color: #fa8c63;
    display: none;
}

.logoText .l_line1{display: block;line-height: normal;}
.logoText .l_line2{font-size: 22px;line-height: normal;margin-top: -5px;display: block;}

.atag{
    text-decoration: none;
    color: inherit;
}
.custbadge{
    padding: 10px 12px;
    font-size: 14px;
}
.dshval{
        color: #003e93;
    padding-top: 10px;
}
.dshtitle{
        color: #000;
    font-weight: 600;
    font-size: 15px;
}

.card>.card-header{
        justify-content: space-between;
    padding: 20px 15px;
    border-bottom: 1px solid #e3e3e3;
    background: #fff;
} 

.card-header .card-title{
        margin: 0;
    align-self: center;
}
.card-header .card-toolbar{
        margin: 0;
    align-self: center;
}
.card-title .card-label{
    font-size: 17px;
    margin: 0;
    color: #8b1e1e;
}
.card-title .card-label span{
        font-size: 13px;
}
.card {
    margin-bottom: 20px;
}
.bkldelete{
    line-height: normal;
    display: flex;
    margin-right: 14px;
}
.bkldelete i{
        font-size: 15px;
}
.bkldelete span{
        font-size: 12px;
    font-weight: 500;
    align-self: center;
    vertical-align: middle;
}
.filtertoggle {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 13px;
    background: #000;
    color: #fff;
    font-size: 15px;
}

#filterformbox{
    overflow: hidden;
    max-height: 500px;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

#filterformbox.hide{
    max-height: 0;
     padding-top: 0;
    padding-bottom: 0;
}


table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td{
        color: #721010;
    font-weight: 500;
    border-color: #721010;
    font-size: 15px;

}
table.dataTable tfoot th, table.dataTable tfoot td{
    border: none;
}
table.dataTable tbody tr:last-child td{
    border-color: #721010;
}

.actiondatasec{
        text-align: center;
    margin-top: 39px;
    margin-bottom: 20px;
}

.form-label{
    color: #000ba8;
    font-weight: 600;
}
.form-select,
.form-control{
    border-color: #bdbdbd;
}
.form-select::placeholder,
.form-control::placeholder{
     color: #8f9bab;  
     font-size: 15px;
     font-weight: 500;
}
.addmorepose{
    background: #585858;
    color: #ffffff;
    border-radius: 6px;
    border-color: #585858;
        font-size: 13px;
}
.addmorepose:hover{
    background-color: #840000;
}
.btn-remove-sahyog{
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.btn-remove-sahyog:hover{
    background: #ac101f;
    border-color: #ac101f;
}
.btnaddmoresahyog{
    background: #000;
    border-color: #000;
    color: #fff;
    margin-top: 15px !important;
    padding: 7px 13px;
}
.btnaddmoresahyog:hover{
        background: #4d0606;
    border-color: #4d0606;
}
.logosecation{
    text-align: center;
}
.logosecation .imagelogo{
        max-width: 250px;
}

.loginbody{
        background-image: url('../image/5804351_307.jpg');
    background-position: center;
    background-size: cover;
}
.loginbodyinner:before {
    content: '';
    background: #0000008f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.logosecimg{
    max-width: 220px;
}
.portllogowrap{
    justify-content: center;
    flex: 1;
}
.portal-logo {
    font-weight: 700;
    color: #9b0213;
    letter-spacing: .03em;
    font-family: 'AnekGujarati', sans-serif;
    font-size: 30px;
        flex: 1;
    text-align: center;
}

.logintxtwrap{
    font-size: 17px;
    font-weight: 600;
    color: #870505;
}

.anekgjfontfield{
        font-family: 'AnekGujarati', sans-serif;
        font-weight: 500;
        font-size: 18px;
}
.anekgjfontfieldsel{
    font-family: 'AnekGujarati', sans-serif;
    font-weight: 500;
    font-size: 18px; 
}
.anekgjfontfieldsel .optionboxdefult{
        font-family: 'AnekGujarati', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #928d8d;
}
.anekgjfontfieldsel .optionboxval{
        font-family: 'AnekGujarati', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #9f0404; 
}
.anekgjfontfieldsel .optionboxaction{
        font-family: 'AnekGujarati', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #292626;
}

.anekgjfontfieldselopt{
        font-family: 'AnekGujarati', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.datatblmodal thead th,
.datatblmodal tbody th{
    white-space: nowrap;
}
.dataTables_length{
    display: none;
}

.topdtbl{
        display: flex;
        gap: 10px;
}
.topdtbl .dataTables_filter{
    flex: 1;
}

.topdtbl #bulkDeleteBtn{
    margin: 0px;
}
.datatblmodal{
    width: 100% !important;
}


.propose-type-group {
        gap: 0.5rem;
}
.propose-type-option {
        font-family: 'AnekGujarati', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid #c8d0d8;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    user-select: none;
}
.propose-type-option:hover {
    border-color: #b00505; 
    background-color: #f5f9ff;
    color: #b00505;
}

.propose-type-input {
    display: none;
}
.propose-type-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #adb5bd;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.15s ease-in-out;
}
.propose-type-circle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.15s ease-in-out;
}
.propose-type-input:checked + .propose-type-circle {
    border-color: #b00505;
    background-color: #b005050d;
}
.propose-type-input:checked + .propose-type-circle::after {
    background-color: #b00505;
}
.propose-type-input:checked ~ .propose-type-label {
    color: #b00505;
    font-weight: 600;
}
.propose-type-label {
    white-space: nowrap;
    transform: translateY(2px);
}

.propose-type-option:hover .propose-type-circle{
    border-color: #b00505;
}

.addmorepropse{
        margin-top: 10px;
}    
.propose-type-input:checked + .propose-type-group .propose-type-option{
        border-color: #b00505;
}
.propose-type-option.active{
    border-color: #b00505;
}
.gujlbl{
    font-size: 19px;
    color: #9d0d0d;
    padding-left: 6px;
}
.gujtxt{
    font-family: 'AnekGujarati', sans-serif;
}
.gujlblbtn{
    font-size: 18px;
    color: #ffffff;
    padding-left: 9px;
    transform: translateY(2px);
    display: inline-block;
}
.gujlbltbl{
        font-size: 18px;
    padding-left: 6px;
    transform: translateY(2px);
    font-weight: 600;
    color: #0310cb;
}
.gujlblmenu{
    padding-left: 6px;
    transform: translateY(2px);
    font-weight: 600;
    font-size: 18px;
}
.nav-link{
    display: flex;
    gap: 17px;
}
.nav-link i{
    align-self: center;
    font-size: 18px;
}
.nav-item-name{
    margin: 0px;
    align-self: center;
}
.nav-item-name span{
        display: block;
    padding: 0;
    font-size: 16px;
        color: #05a2c9;
}

.nav-link.active .nav-item-name span{
    /*color: #05abd5;*/
}


.tablewrapperbox {
        position: relative;
}

.tablewrapperbox div.dataTables_processing {
    position: absolute;
    inset: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
        width: 100%;
        border: none;
}

.tablewrapperbox .dt-processing-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    min-width: 140px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

div.dataTables_processing>div:last-child{
    display: none;
}


.gujlblhead{
        color: #000;
    padding-left: 6px;
        font-size: 17px !important;
    font-weight: 600;
}
.gujlblheadbtn{
    color: #ffffff;
    padding-left: 6px;
    font-size: 17px;
    transform: translateY(1px);
    display: inline-block;
    font-weight: 500;
}
.gujlblheadpopup{
    color: #870000;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 600;
}

.user-switch {
    display: inline-block;
}
.user-switch > input.user-switch-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.user-switch-label {
    --h: 30px;
    --w: 90px;
    --pad: 6px;
    --thumb: 19px;
    --on: #dc3545;   /* red */
    --off: #198754;  /* green */
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--w);
    height: var(--h);
    padding: 0 var(--pad);
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: var(--off);
    transition: background .15s ease;
}
.user-switch-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: var(--pad);
    width: var(--thumb);
    height: var(--thumb);
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    transition: left .15s ease;
}
.user-switch-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    pointer-events: none;
}
.user-switch-text-on { opacity: 0; transition: opacity .12s ease;     padding-right: 27px;}
.user-switch-text-off { opacity: 1; transition: opacity .12s ease; padding-left: 28px; }

.user-switch > input.user-switch-input:checked + .user-switch-label {
    background: var(--on);
}
.user-switch > input.user-switch-input:checked + .user-switch-label .user-switch-thumb {
    left: calc(var(--w) - var(--thumb) - var(--pad));
}
.user-switch > input.user-switch-input:checked + .user-switch-label .user-switch-text-on { opacity: 1; }
.user-switch > input.user-switch-input:checked + .user-switch-label .user-switch-text-off { opacity: 0; }

.ubtxt{
    color: #b50303;
}
.btxt{
    color: #0a7500; 
}
.atstxt{

}

.password_meta{
    display: flex;
    border: 1px solid ;
    border-radius: 4px;
    width: fit-content; 
     
}
.password_view {
    margin-left: 7px;
    background-color: transparent;
    border: none;
    border-left: 1px solid;
}
.password_meta,
.password_view{
    border-color: #d8dae6;
}

.password_txt{
    margin: 0;
    -webkit-text-security: disc;
    padding-left: 7px;
        display: flex;
    align-self: center;
}
.password_txt.show{
    -webkit-text-security: unset;
}
.pwd_btn i{
    display: none;
    color: #24005f;
    font-size: 19px;
}
.pwd_btn.hide i.bi-eye{
    display: block;
}
.pwd_btn.show i.bi-eye-slash{
     display: block;
}


.profilactionwrapp{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

.dropdown-header{
    color: #bb0101;
}







 /*media css*/

@media (max-width: 491px) {
    .topdtbl #bulkDeleteBtn{
        padding: 6px 6px;
    }   
}    
@media (max-width: 767px) {
    .portal-logo {
            font-size: 23px;
    }
    table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td{
        font-size: 14px;
    }
    .mtbl_index,
    .mtbl_name,
    .mtbl_type,
    .mtbl_amt,
    .mtbl_date{
        font-size: 15px;
        white-space: nowrap;
    }

    .mtbl_sahyog{ 
        font-size: 15px;
        white-space: nowrap;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{
        padding: 0px;
    }
    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{
        padding: 0px;
    }
    .card {
        margin-bottom: 10px;
    }
    .card-body{
        padding: 10px;
    }
    .gujlbltbl{
        font-size: 15px;
    }
    .gujlblheadbtn{
        padding-left: 2px;
        font-size: 15px;
        transform: translateY(0px);
    }
    .gujlblhead{
            padding-left: 3px;
    }
    .btnactionmoda{
        font-size: 14px;
        padding: 6px 8px;
    }
    div.dataTables_wrapper div.dataTables_filter{
        text-align: right;
    }
    .card-header .card-title{
            margin-bottom: 10px;
    }

}    