﻿
@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: 25px;
        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: black;
    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-top:50px !important;
/*        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: 1040 !important;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: thin;
}
    #sidebar.open {
        left: 0; 
        transform: translateX(0); 
    }
#sidebarToggle {
    top: 20px;
    left: 20px;
    z-index: 1041;
    padding: 8px 23px;
    cursor: pointer;
    margin-left: -24px;
    color: gray;
    border: none;
    border-radius: 4px;
}
    #sidebarToggle.hidden {
        display: none; /* Hides the button */
    }
.mainContent {
/*    padding: 15px;*/
    transition: margin-left 0.3s ease;
}
#closeSidebarButton {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #cfe8ff;
    color: #0a2f6b;
    border: 1px solid #0a2f6b;
    border-radius: 50%;
    width: 36px; 
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002; 
}

.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: #cfe8ff;
    border: #cfe8ff !important;
    padding: 6px;
    font-size: 22px;
    border-radius: 3px;
    color: blue !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 #9a9aff;
}

.sidebar-nav ul {
    font-weight: normal; 
}

.sidebar-nav li > a {
    font-weight: bold; 
}

.sidebar-nav ul li a {
    font-weight: normal; 
}

@media (max-width: 576px) {
    .nav-profile-phone {
        margin-top: -50px;
        margin-left: 96px;
    }
   
}
.sidebar-item.logout {
   margin-top:auto;
}


@media (max-width: 768px) {
    .bill-table th, .bill-table td {
        display: block;
        width: 100%;
    }
}
.select-input{
    height:44px;
}

/*home section css*/
.scroll-box {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    display: flex;
    flex-direction: column;
    animation: scroll-up 40s linear infinite;
}

.profile-card {
    background: #fff8f8;
    border-radius: 12px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    margin-bottom: 1px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    .profile-card h6 {
        color: black !important;
    }

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    margin-bottom: 5px;
    border: 2px solid blue;
}

/* Scroll Animation */
@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-80%);
    }
}
/*/added just notification msg shown/*/
.notificationProfile {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999; 
}

.notificationProfile.show {
    display: block;
    animation: fadeIn 0.5s;
}

.notificationProfile.success {
    background-color: #4CAF50; 
    color: #fff;
}

.notificationProfile.error {
    background-color: #FF0000; 
    color: #fff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.notificationProfile.hide {
    animation: fadeOut 0.5s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*/end/*/
.width-visitor {
    width: 465px;
}

@media (max-width: 768px) {
    .width-visitor {
        width: auto;
    }
}
.committee-list {
    list-style: decimal;
    margin-left: 20px;
    padding-left: 0;
}

    .committee-list li {
        display: grid;
        grid-template-columns: 250px 120px auto;
        gap: 10px;
        align-items: start;
        margin-bottom: 12px;
        line-height: 1.5;
    }
.commite-list-eng li {
    grid-template-columns: 350px 120px auto;
    display: grid;
    gap: 10px;
    align-items: start;
    margin-bottom: 12px;
    line-height: 1.5;
}
.committee-list .name {
    font-weight: bold;
    color: #000;
}

    .committee-list .role {
        font-weight: 600;
        color: #2a2a2a;
    }

    .committee-list .designation {
        color: #444;
        font-style: italic;
    }
.commite-list-eng .designation {
    color: #444;
    font-style: italic;
}
@media (max-width: 768px) {
    .committee-list li {
        grid-template-columns: 1fr;
    }

        .committee-list li span {
            display: block;
            margin-bottom: 4px;
        }
    .commite-list-eng li {
        grid-template-columns: 1fr;
    }

}

/*add css dashboard*/
@media (max-width: 768px) {
    .notification-card {
        margin-top: 1rem;
    }
}

@media (max-width:575px) {
    .kpi-value {
        font-size: 1.1rem
    }
    .card-height {
        height: 150px !important;
        margin-bottom:40px;
    }
    .key-eng-div {
        width: 100% !important;
    }
}

  .card-height{
        height: 111px;
    }
.key-per-card {
    height: 157px;
}
.key-eng-div{
    width:233px;
}
.key-eng-member{
    height:177px;
}
.btn-back {
    background-color: #005a8d;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 51px;
    transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    box-shadow: 0 3px 5px rgba(0, 43, 92, 0.2);
    font-size: 18px;
}
    .btn-back:hover {
      color:white;
        transform: translateY(-2px);
    }


/*download report responicve style*/
@media print {
    body {
        background: none;
    }

    .a4-page {
        box-shadow: none;
        margin: 0;
        width: 210mm;
        height: 297mm;
        page-break-after: always;
    }
}
.btn-back-admin {
    background-color: #00264d;
    color: white;
}

    .btn-back-admin:hover {
        color: white;
    }

    .btn-back-admin:focus {
        color: white !important;
    }
.hedding h4 {
    color: #00264d ;
    font-size: 22px !important;
    font-weight: 600;
    border-bottom: 1px solid #00264d;
    padding-bottom: 10px;
    margin: 0;
}
.quick-label label {
    font-size: 18px;
    font-weight: 500;
}
#tblSocietylst td a {
    text-decoration: none;
    transition: all 0.3s;
}