﻿.fonticon {
    font-size: 1.8vw;
}

.table {
    border: 1px solid #ccc;
    background-color: white;
    border-collapse: collapse;
    width: 200px;
    border: 1px;
}

    .table th {
        background-color: #b2dfed;
        color: #333;
        font-weight: bold;
    }

    .table th, td {
        padding: 5px;
    }

.usrslst {
    margin-left: 0;
}

.commiteelst {
    margin-left: 3%;
}

.detailfullname {
    position: absolute;
    padding: 5px 8px;
    margin-left: 10px;
}

.detailsubt {
    position: absolute;
    padding: 1vh 4.5vw;
    top: 35px;
}

.sectionlink {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    /*background: #d8e1e8;*/
    margin-right: 12%;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

.imgmem {
    width: 90%;
}

.abbrvv {
    font-size: 1.1vw;
    text-align: left;
    display: inline-block;
    color: darkblue;
    text-align: left;
}

.bg-light {
    background-color: #fff !important;
    box-shadow: unset;
    box-shadow: 2px 2px 2px 2px #e8e8e8;
}
/*.navbar-light .navbar-nav {
            color:#eadede !important;  
        }*/
.navbar-light .navbar-nav a, .navbar-nav i {
    color: #eadede !important;
}
/*.navbar .nav-item .nav-link a .active {*/
.navbar-light .navbar-nav .active, .navbar-nav i {
    /*border-bottom: solid 2px #5ebbf3;*/
    /*color: #5ebbf3 !important;*/
    /*color: #131212 !important;*/
    color: #fff !important;
    /*text-decoration: underline;*/
}

.bgdark {
    /*25a96c*/
    /*background-color: #25a96c !important;*/
    /*background-color: #0040ff !important;*/
    background-color: #005fef !important;
    color: white !important;
    /*box-shadow: unset;
            box-shadow: 2px 2px 2px 2px #e8e8e8;*/
}

.navbar-light .navbar-nav a {
    font-family: 'Roboto', sans-serif;
}

.horizontal_rule {
    margin: 5px 0;
}

.style1 {
    width: 100%;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

/*.datepicker {
            margin-bottom: 3rem;
        }*/
.dot {
    height: 5px;
    width: 5px;
    background-color: #292626;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.divlstItem {
    padding: 5px !important;
    width: 100%;
    font-size: 1vw;
}

.lblworklbl {
    font-weight: 600;
}

#headInstTitle {
    margin: 2%;
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
    font-size: 17px;
    font-weight: bold;
}

.subt1 {
    font-size: 1.3vw;
    /*font-weight: 600;*/
    /* fill: #333333; */
    /*padding-left: 3%;*/
    margin-bottom: 10px;
}

.usercount {
    /*font-size: 1.5vw;*/
    font-size: 20px;
    /*font-weight: bold;*/
    padding-left: 10px;
    color: blue;
}

.modalpdng {
    padding: 20px;
    width: 40% !important;
}

.form-control {
    height: 32px !important;
    font-size: 14px !important;
}

.btn-positive {
    color: #fff;
    background-color: #5ebbf3;
    border: none;
    height: 35px;
    width: 100px !important;
}

.btn-negative {
    color: #fff;
    background: #e46b6b;
    border: none;
    height: 35px;
    width: 100px !important;
}

.fltright {
    float: right;
}

.add_new {
    float: right;
    position: relative;
    bottom: 32px;
}

.view_more {
    float: right;
    font-size: 12px;
    color: #0823c3;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    top: 12px;
    left: -22px;
}

.textcaps {
    text-transform: capitalize;
}

.textuppercase {
    text-transform: uppercase;
}

.addbtn {
    background: #5ebbf3;
    border: none;
    color: #fff;
    border-radius: 2px;
    padding: 5px 20px;
}

.modalprogress1 {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    display: block;
    position: fixed;
    z-index: 999;
}

.uploadctrl {
    padding: 0 1vw 2vh 1vw;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.icon2 {
    width: 3em;
    height: 3em;
}

.icon-shape2 {
    padding: 2px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.upload_btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.addstatus {
    border: 0;
    float: right;
    position: relative;
    bottom: 37px;
    background-color: #5ebbf3;
    color: white;
    padding: 2px 10px;
}

.Instcard_fixheight {
    /*height: 550px;*/
    /*overflow: auto;*/
}

.viewInst {
    float: right;
    text-decoration: underline;
    font-size: 1vw;
    /* background-color: #509dcc; */
    padding: 2px 10px;
    /* color: white; */
}

#chkSelectAll, #chklstUserEmails input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.subt {
    color: #807676;
    font-size: 1vw;
    fill: #333333;
    padding-left: 3%;
    margin-bottom: 10px;
}

.ajax__fileupload_selectFileButton {
    background-color: #387092 !important;
    color: #fff !important;
}

.inst_card {
    width: 100%;
    height: 100px;
    /*border-bottom: 0.150rem solid blue;*/
    border-radius: 5px;
    padding: 5px;
    /*background: linear-gradient(45deg, #9cafe6, transparent);*/
    /*background:linear-gradient(180deg, #fff 70%, #b0bde2);*/
    /*background:linear-gradient(173deg, #fff 60%, #b3dbea);*/
    background: linear-gradient(173deg, #fff 60%, #b5cff7);
    /*a9d6c1 if green*/
}

.userinstAbbrv {
    text-transform: capitalize;
    font-size: 11px;
}


.inst_card:hover,
.blue_hover:hover {
    background: #b5cff7;
}

.inst_card_logoimg {
    width: 80%;
    border-radius: 50%;
    margin: 0 auto;
}

.container-custom2 {
    max-width: 80%;
    margin: 0 auto;
}

.container-custom3 {
    max-width: 85%;
    margin: 0 auto;
}

.equal_width2 {
    width: 50%;
    text-align: center;
}


.cardTitlle {
    /*color: #333333;
    font-size: 1.6vw;*/
    color: #585252;
    text-transform: uppercase;
    font-size: 1vw;
    fill: #333333;
    /*padding-left: 3%;*/
    margin-bottom: 10px !important;
    font-weight: normal;
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;*/
}

.pdb-10 {
    padding-bottom: 10px;
}

.modalprogress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.center {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 500px;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.form-horizontal {
    margin: 5% !important;
}


.ajax__fileupload_selectFileButton {
    font-size: 1vw;
}

.ajax__fileupload_dropzone {
    height: 15vh !important;
}

.ajax__fileupload_selectFileContainer {
    width: 10vw !important;
}

.ajax__fileupload_selectFileButton {
    background-color: #3689d2 !important;
    color: #fff !important;
    font-size: 1vw !important;
    font-weight: 600;
    padding-left: 0.5vw !important;
    width: 10vw !important;
}

.activeruser {
    color: green;
    /*background-color:green;*/
    /*padding:5px;
        border: 0;
    border-radius: 3%;
    padding: 5px 10px 5px 10px;*/
    font-size: 12px;
}

.status_aproved {
    color: green;
    font-size: 10px;
    text-align: right;
    display: inline-block;
}

.status_pending {
    color: orange;
    font-size: 10px;
}



.inactivuser {
    color: black;
    background-color: lightgray;
    padding: 5px;
    border: 0;
    border-radius: 3%;
    padding: 5px 15px 5px 15px;
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2962ff;
    transition: width .6s ease;
}

.progress, .progress-bar {
    display: flex;
    overflow: hidden;
}

.progress {
    height: 5px;
    line-height: 0;
    font-size: .65625rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}


.bg-light {
    background-color: #f8f9fa !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.fixedhead_table {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    border: 0 !important;
    border-collapse: collapse;
    color: #3e5569;
    background-color: transparent !important;
}

    .fixedhead_table th {
        text-transform: uppercase;
        color: #000;
        padding: 10px;
        position: sticky;
        font-size: 12px;
        top: 0;
        text-align: center;
        border: 0 !important;
        /*background-color: transparent!important;*/
        background-color: #f8f9fa !important;
        padding: .75rem;
        vertical-align: top;
    }

    .fixedhead_table td {
        text-transform: capitalize;
        border: 0;
        border-bottom: 1px solid #ccc5c54d;
        padding: 10px;
        font-size: 14px;
        text-align: left;
        padding: .75rem;
        vertical-align: top;
        /*border-top: 1px solid #e9ecef;*/
    }

.pdng-0 {
    padding-top: 0px;
}

.overauto {
    overflow-y: auto;
}

#divpie ul {
    padding: 0;
    margin: 0;
}

#divpie ul,
li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.lghtgreen:before {
    color: #00FF00;
}

.darkgreen:before {
    color: #008000;
}

.yellow:before {
    color: #FFFB00;
}

.orange:before {
    color: #FFA500;
}

.blue:before {
    color: #0000FF;
}

.dot-style:before {
    content: "•";
    padding-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
}

.instcard_shadow {
    box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .15) !important;
}

.companytitle, .filename {
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filename {
    width: 200px;
}

.date_day {
    font-weight: bold;
    color: blue;
    font-size: 15px;
    text-align: center;
    border: 2px solid gray;
    padding: 0px 5px;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    word-wrap: normal !important;
}

.date_month {
    font-weight: bold;
    font-size: 12px;
    background: #337ab7;
    text-align: center;
    border: 2px solid #337ab7;
    color: #fff;
    /* padding: 4px 20px; */
    width: 31px;
    display: inline-block;
}

.meetingpdng {
    /*padding-left:10px;*/
    margin-top: 10px;
}

i.fas.fa-arrow-right {
    font-size: 10px;
    padding-left: 5px;
}

.stat {
    font-size: 1.5vw;
    font-weight: 600;
    /*color: red;*/
    padding-left: 3%;
}

.imgavatar {
    border-radius: 50px;
    width: 40px;
}

.commhead {
    background: #b2dfed;
    padding: 1em;
    width: 90%;
}


.table1 {
    color: #3b4863;
    border: 0px !important;
}

    .table1 tbody td {
        color: #3b4863;
        font-weight: 500 !important;
        font-size: 13px;
        letter-spacing: .5px;
        text-transform: capitalize;
        border-bottom-width: 0px;
        border-top-width: 0;
        text-align: left;
        padding: 5px 10px 5px;
    }

    .table1 tbody tr {
        background-color: rgba(255, 255, 255, 0.5);
        border: 0px;
    }

        .table1 tbody tr th {
            text-align: left;
            color: #1a4a8a;
            background: #d0e4f5 !important;
            padding: 10px;
            font-weight: 600;
            border: 0px;
            text-transform: uppercase;
            font-size: 12px;
        }

    .table1 th,
    .table1 td {
        padding: 9px 15px;
        line-height: 1.462;
    }

    .table1 tbody tr:last-child {
        margin: auto;
    }

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(93, 131, 199, 0.1);
    border-bottom: 0px solid;
    /*background-color: rgba(163, 190, 239, 0.1);border-bottom:0px solid;*/
}

.table-bordered thead th,
.table-bordered thead td {
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(255, 255, 255, 0.5);
}

.treeoverflow {
    overflow-y: auto;
    border-right: 1px;
    padding-top: 0px !important;
    /*height: calc(100vh - 300px);*/
    height: 65vh;
    overflow-x: hidden;
}

#kltree img {
    width: calc(1.5vw);
    margin-right: 2px;
}

.treewidth {
    width: 96%;
}

.trnode {
    /*width:600px;*/
    width: calc(100%);
    white-space: pre-wrap;
    /*word-wrap:break-word;
            overflow-wrap:break-word;*/
    border-bottom: 1px solid gray;
    background-color: #f5f5f5;
    padding: 5px 8px;
    text-align: left !important;
    display: inline-block;
}


#grdfiledetails th, td {
    text-align: left;
}

.fltright {
    float: right;
}

.kltree_4 {
    font-weight: bold;
    font-size: 1.1vw;
}

.rootfont {
    font-size: 1.1vw;
    font-weight: bold;
}

.equal_width {
    width: calc(100% / 6);
    text-align: center;
}

.equal_width a {
    color: #444 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 14px 8px !important;
    transition: color 0.2s ease, background 0.2s ease;
}

.equal_width a:hover {
    color: #00245D !important;
    background-color: #e4eaf4 !important;
    border-radius: 0 !important;
}

ul#pills-tab {
    background-color: #f0f4f9;
    margin: 0;
    border-bottom: 3px solid #b0b8c4;
}

.box-shadow {
    box-shadow: 1px 2px 8px #dcdcdc;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #00245D !important;
    border-bottom: 3px solid #8B6B61 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    margin-bottom: -3px;
}

.nav-pills .nav-link.active,
.nav-pills a {
    font-size: clamp(11px, 1vw, 15px) !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    letter-spacing: 0.8px;
}


.box-shadoacc {
    box-shadow: 1px 2px 8px #d8d8d8;
}

.inside_baner {
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    padding: 20px 30px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
}
.snapshot-label {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
    border-right: 1px solid rgba(255,255,255,0.2);
    padding-right: 30px;
}
.snapshot-stats {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
}
.snapshot-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 4px 10px;
}
.snapshot-icon {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}
.snapshot-number {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1;
    color: #fff;
}
.snapshot-text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-top: 4px;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
}
.snapshot-divider {
    width: 1px;
    height: 50px;
    background: rgba(255,255,255,0.2);
}

.baner_btn {
    border: none;
    padding: 5px 20px;
    border-radius: 4px;
}

.pdg5 {
    padding: 5px;
}

.pdg10 {
    padding: 10px;
}

.pdg20 {
    padding: 20px;
}

.responsive {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    /*padding: 5px;*/
    /*max-width: 100%;*/
    box-shadow: 1px 1px 0px #999, 2px 2px 0px #999, 3px 3px 0px #999, 4px 4px 0px #999, 5px 5px 0px #999, 6px 6px 0px #999;
    width: 80px;
    height: 80px;
}

.instAbbrv {
    padding: 5px;
    font-weight: 500;
    margin-top: 2px;
    font-weight: bold;
    text-align: center;
}

.card-header {
    background-color: #b2dfed !important;
    border-bottom: none !important;
}

    .card-header h5 {
        color: #696969 !important;
    }


.imglogo {
    /*width:60px;*/
}

body {
    background: #f6f6f6 !important;
    /*font-family: 'Montserrat', sans-serif !important;*/
    font-size: 14px;    
    color: #545454;
    /*height:100%;*/
}

html {
    height: 100%;
}

.container-custom {
    max-width: 85%;
    margin: 0 auto;
}

.card {
    margin-bottom: 1em;
}

.bg-color {
    background-color: #f6f6f6 !important;
    color: #fff !important;
}

.bg-color1:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bg-color1 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    border-bottom: none !important;
    color: #fff !important;
}



/* The dropdown container */
/*.dropdown {
  float: left;
  overflow: hidden;
  position: absolute;
    right: 20%;
}*/
.alignright {
    text-align: right;
}

.logo_In_admin {
    width: 50px;
}

.dropdown {
    display: inline-block;
    /*width: 100px;
    position: absolute;
    right: 250px;
    top: 10px;*/
}

.dropdown-menu {
    min-width: 160px !important;
    left: -20px !important;
    border: 1px solid #dce8f5 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 14px rgba(26,74,138,0.14) !important;
    padding: 6px 0 !important;
    margin-top: 6px !important;
}

.dropdown-item {
    padding: 8px 18px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    color: #1a4a8a !important;
    border-bottom: 1px solid #f0f4f9 !important;
    letter-spacing: 0.2px;
}
.dropdown-item:last-child {
    border-bottom: none !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff !important;
        text-decoration: none;
        background-color: #1a4a8a !important;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset !important;
}

.menubtn.focus, .menubtn:focus {
    outline: 0;
    box-shadow: unset !important;
}

span.icon_grp {
    display: inline-block;
    border-right: 2px solid #337ab7;
    padding: 0 20px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #005cbf;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #0062cc;
    }

.btn {
    padding: 1px 5px;
}

.dropdown-item {
    font-size: 13px;
}

.wkdet {
    background-color: #bac9e31a !important;
}

.wkhead {
    background-color: #d7dadd !important;
}

.mtt-3 {
    margin-top: 30px;
}

.smallfnt {
    font-size: 11px;
}

.dividerline {
    border-right: 1px solid;
    /*height: 50px;*/
}
.userlstHgt{
    height:500px;
    overflow:hidden;
}
.menubtn {
    background: #1a4a8a !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    padding: 6px 16px !important;
    letter-spacing: 0.3px;
}
.menubtn:hover {
    background: #2e80c0 !important;
    color: #fff !important;
}

/* ===== HEADER NAVBAR ===== */
nav.navbar {
    background: #fff !important;
    padding: 8px 20px !important;
    box-shadow: 0 2px 6px rgba(26,74,138,0.1);
    border-bottom: 2px solid #dce8f5;
}
.txt_kalpasar {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1a4a8a !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    vertical-align: middle;
}
.logo_In_admin {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain;
}


@media screen and (min-width: 1600px) {
    .table1 tbody tr th {
        font-size: 15px !important;
    }

    .table1 tbody tr td {
        font-size: 16px !important;
    }

    .table1 tbody td {
        font-size: 16px !important;
    }

    .userinstAbbrv {
        font-size: 12px;
    }

    .companytitle, .filename {
        width: 260px !important;
        font-size: 18px;
    }

    .inst_card_logoimg {
        width: 50%;
    }

    .add_new {
        bottom: 40px;
    }

    .inst_card {
        width: 100%;
        height: 110px;
    }

    .icon2 {
        width: 4em;
        height: 4em;
    }

    .font-size-lg {
        font-size: 18px !important;
    }

    .sectionlink {
        font-size: 20px;
    }

    .usernamecls {
        font-size: 18px;
    }

    .container-custom {
        max-width: 75%;
        margin: 0 auto;
    }

    .responsive {
        width: 100px;
        height: 100px;
    }

    .smallfnt {
        font-size: 13px;
    }

    #headInstTitle {
        margin: 2%;
        text-transform: capitalize;
        /*letter-spacing: 1px;*/
        font-size: 22px;
    }
    .userlstHgt{
      height:700px;
      overflow:hidden;
    }
    .dropdown-menu {
    left: -25px !important;
    }
    body{
         font-size: 16px;
    }
}

/* ===== REPORTS TAB ===== */
.annex-grid-rpt { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding:20px; }
.annex-card-rpt { background:#fff; border-radius:10px; box-shadow:0 1px 6px rgba(0,0,0,.08); border:1px solid #e5e9ef; cursor:pointer; transition:box-shadow .18s ease; overflow:hidden; display:flex; flex-direction:column; }
.annex-card-rpt:hover { box-shadow:0 4px 16px rgba(0,0,0,.13); }
.annex-card-rpt .act { background:linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%); padding:20px 16px 16px; display:flex; align-items:center; gap:12px; }
.annex-card-rpt .act i { font-size:1.5rem; color:rgba(255,255,255,.75); flex-shrink:0; }
.annex-card-rpt .act h6 { font-size:1.08rem; font-weight:600; color:#fff; margin:0; line-height:1.3; }
.annex-card-rpt .abot { padding:10px 16px; display:flex; align-items:center; justify-content:space-between; border-top:1px solid #f0f0f0; margin-top:auto; }
.annex-card-rpt .abot small { font-size:1rem; color:#1a4a8a; font-weight:600; }
.annex-card-rpt .abot span { font-size:.9rem; font-weight:600; color:#00245D; }
.rpt-pdf-row { display:flex; align-items:center; justify-content:space-between; padding:9px 14px; border-bottom:1px solid #eef0f3; gap:10px; }
.rpt-pdf-row:last-child { border-bottom:none; }
.rpt-pdf-row:hover { background:#f5f9ff; }
.rpt-pdf-name { display:flex; align-items:center; gap:8px; font-size:1rem; font-weight:500; color:#222; flex:1; }
.rpt-pdf-name i { color:#c0392b; font-size:1.1rem; flex-shrink:0; }
.rpt-btn-view { background:#0077B6; color:#fff; font-size:.9rem; font-weight:600; padding:5px 15px; border-radius:20px; text-decoration:none; white-space:nowrap; display:inline-flex; align-items:center; gap:4px; }
.rpt-btn-view:hover { background:#005a8e; color:#fff; }
.rpt-grp-label { font-size:.85rem; font-weight:700; color:#0077B6; padding:7px 14px 2px; text-transform:uppercase; letter-spacing:.04em; background:#f0f7ff; border-left:3px solid #0077B6; }

/* ===== REPORTS MODAL z-index fix (BS4 + BS5 coexistence) ===== */
#reportsPdfModal { z-index:1060 !important; }
#reportsPdfModal .modal-dialog { max-width:860px; width:90%; }

@media screen and (min-width: 1600px) {
    #reportsPdfModal .modal-dialog { max-width:1200px; width:80%; }
}

/* ===== COMMITTEE MEMBER CARDS ===== */
.cardcommittee {
    background: #fff !important;
    border: 1px solid #dce8f5 !important;
    border-bottom: 1px solid #dce8f5 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 5px rgba(26,74,138,.07) !important;
    padding: 14px 16px !important;
    margin: 5px 4px !important;
    width: 260px !important;
    transition: box-shadow 0.15s ease;
}
.cardcommittee:hover {
    box-shadow: 0 3px 10px rgba(26,74,138,.14) !important;
}
.membername {
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #1a4a8a !important;
}
.memberitemclr {
    color: #2d3748 !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    letter-spacing: 0.1px;
}
.memberitem {
    padding: 3px 5px 3px 0 !important;
    padding-left: 0 !important;
    line-height: 1.6;
}
/* Designation (last span = lbldesg) as a small role pill */
.cardcommittee span:last-of-type {
    display: inline-block;
    margin-top: 6px;
    background: #e8f0fb;
    color: #1a4a8a !important;
    font-size: 0.85rem !important;
    font-weight: 600;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    letter-spacing: 0.2px;
    padding: 2px 8px !important;
    border-radius: 20px;
}
#reportsPdfModal .modal-dialog { z-index:1061 !important; }
.modal-backdrop { z-index:1055 !important; }

/* Committees row */
.committee-header-row {
    padding: 14px 6%;
    font-size: 13px;
    font-weight: 600;
    color: #1a4a8a;
    letter-spacing: 0.8px;
    font-family: 'Segoe UI', Arial, sans-serif;
    text-transform: uppercase;
}
.committee-header-row .pipe {
    color: #a0b4c8;
    margin: 0 16px;
    font-weight: 400;
}

/* Status Report CSV Modal */
#csvModal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55);
    overflow: auto;
}
#csvModal .modal-content {
    background: #fff;
    margin: 40px auto;
    padding: 28px 32px;
    border-radius: 10px;
    width: 92%;
    max-width: 1100px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    position: relative;
}
#csvModal h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 18px;
    border-bottom: 2px solid #e0e7ef;
    padding-bottom: 10px;
}
#csvModal .close-btn {
    position: absolute;
    top: 14px; right: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #888;
    cursor: pointer;
    line-height: 1;
}
#csvModal .close-btn:hover { color: #c0392b; }
#csvContainer {
    overflow-x: auto;
    max-height: 65vh;
    overflow-y: auto;
}
#csvContainer table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
#csvContainer thead {
    position: sticky;
    top: 0;
    z-index: 2;
}
#csvContainer thead th {
    background: #1a3a5c;
    color: #fff;
    padding: 10px 14px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #15324f;
}
#csvContainer tbody tr:nth-child(even) { background: #f4f8fc; }
#csvContainer tbody tr:hover { background: #dceaf7; }
#csvContainer tbody td {
    padding: 9px 14px;
    border: 1px solid #dde4ee;
    color: #333;
    vertical-align: top;
}

/* ===== DPR SUBMISSION PHOTO SECTIONS ===== */
.dpr-submission-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #1a4a8a;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 4px solid #2e80c0;
    padding-left: 10px;
    margin-bottom: 6px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.dpr-photo-card {
    border: 1px solid #dce8f5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 5px rgba(26,74,138,.07);
}

.dpr-photo-card-header {
    background: linear-gradient(135deg, #1a4a8a 0%, #2e80c0 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 8px 14px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.dpr-photo-scroll {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    scroll-behavior: smooth;
}

.dpr-photo-scroll::-webkit-scrollbar {
    height: 5px;
}

.dpr-photo-scroll::-webkit-scrollbar-track {
    background: #f0f4f9;
}

.dpr-photo-scroll::-webkit-scrollbar-thumb {
    background: #b0c4de;
    border-radius: 4px;
}

.dpr-photo-thumb {
    height: 160px;
    width: auto;
    flex-shrink: 0;
    border-radius: 5px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #dce8f5;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dpr-photo-thumb:hover {
    transform: scale(1.03);
    box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

/* ===== DPR LIGHTBOX (CSS-only, :target) ===== */
.dpr-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.dpr-lightbox:target {
    display: flex;
}

.dpr-lightbox-backdrop {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
}

.dpr-lightbox img {
    position: relative;
    max-width: 88vw;
    max-height: 88vh;
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
    z-index: 1;
}

.dpr-lightbox-close {
    position: absolute;
    top: 18px; right: 28px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 300;
    text-decoration: none;
    line-height: 1;
    z-index: 2;
    opacity: 0.85;
}

.dpr-lightbox-close:hover {
    opacity: 1;
    color: #fff;
}
