:root {
  /* Background Colors */
  --bg-primary: #00395A;   /* Bootstrap Primary */
  --bg-secondary: #6c757d;
  --bg-light: #f8f9fa;
  --bg-dark: #212529;
  --border-radius: 9px;

  /* Text Colors */
  --text-primary: #78A22D;
  --text-secondary: #6c757d;
  --text-light: #f8f9fa;
  --text-dark: #212529;

  /* Custom Metrics Colors */
  --metric-active: #198754;    /* Green */
  --metric-warning: #ffc107;   /* Yellow */
  --metric-danger: #dc3545;    /* Red */
  --metric-info: #0dcaf0;      /* Cyan */
}
.text-secondary-cus{
    color: #78A22D;;
}
.text-secondary-cus-dark{
    color: #59719A!important;
}
.bg-secondary-cus{
    background-color: #78A22D;
}
.border-9{
    border-radius: 9px!important;
}
.text-14{
    font-size: 14px!important;
}
#dropdownMenu1 + .dropdown-menu {
    width: 194px !important; 
    min-width: unset !important;
}
#dropdownMenu1:hover{
    background-color: #fff!important;
}
#dropdownMenu2 + .dropdown-menu {
    width: 194px !important; 
    min-width: unset !important; 
}
#dropdownMenu2:hover{
    background-color: #fff!important;
}
#dropdownMenu3 + .dropdown-menu {
    width: 194px !important; 
    min-width: unset !important; 
}
#dropdownMenu3:hover{
    background-color: #fff!important;
}

.cus-nav-brand{
    width: calc(270px - 20px);
    margin-right: 0px!important;
}
.navbar-brand {
    padding-right:115px;
}
.nav-item{
    font-size:24px;
    line-height:34px;
    font-weight:600;
}
.acc-name{
    font-size:24px;
    line-height:34px;
    font-weight:600;
}
.user-initials {
width: 36px;
height: 36px;
background-color: #00395A; 
color: #fff;
font-weight: bold;
font-size: 14px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
#userDropdown:focus {
outline: none !important;
box-shadow: none !important;    
}

.circle-c {
    width: 13px;             
    height: 13px;
    border: 1px solid white;   
    color: white;             
    border-radius: 50%;        
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 9px;
    font-family: Arial, sans-serif;
}

.text-light {
    color: white;             
    font-size: 15px;
    line-height:25px;
    font-weight: 600;
}
.text-size{
    color: white;             
    font-size: 10px;
    line-height:18px;
}
.footer-pad {
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
}
.partner-dashboard-sec {
    padding-top: 0px!important;
}
.para-color {
    color: #343C6A;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.detfs-eml {
    background-color: #fff;
}
.enroll-sec{
    padding: 40px 50px!important;
    border-radius:25px!important;
}
.link-sec{
    border-radius: 9px!important;
}
.clip-copy{
    margin-right: 20px;
}
.link-text{
    font-size: 22px;
    line-height: 32px;
    color:#343C6A;
}
.enroll-p{
    font-size: 22px;
    line-height: 32px;
    color:#343C6A;
    font-weight: 600; 
    padding-top: 10px;
}
.enroll-plink{
    font-size: 20px;
    line-height:30px;
    font-weight: 500;
    text-decoration: underline;
    color:#005382;
}
.div-space{
    padding-right: 95px!important;
}
.back-text{
    font-size: 14px;
    color:#00395A; 
    font-weight:400;
    text-decoration: underline;
}
.yes-btn{
    background:#00395A!important;
    color:#fff!important;
    border-radius:9px!important;
    padding: 5px 43px!important;
    width: 114px!important;
    height: 30px!important;
}
  .yes-btn:hover,
  .yes-btn:focus,
  .yes-btn:active {
    background: #00395A;     
    color: #fff !important;
    text-decoration: none;   
  }
.essie-icon{
    width:114px; 
    height:90px;
}

/*Statements Page*/
#example thead th {
    background-color: #ffffff !important;
    color: #000; /* keep text visible (adjust if you want) */
}

.dashboard-section .profile-card-input{
    width:100%!important;
}

.add-mem-icon{
    padding-right: 4px;
    width:22px;
    height:20px;
    border-radius:9px;
}
.btn-add-mem
{
    border-radius: 9px!important;
    background: #00395A!important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05)!important;
    color: #FFF!important;
    font-size: 14px!important;
    font-weight: 600!important;
    display: flex!important;
    padding: 10px 14px!important;
    justify-content: center!important;
    align-items: center!important;
    text-decoration: none!important;
    transition: all 0.35s!important;
    min-width: 115px!important;
    padding:8px 17px!important;
}
.enroll-sect{
    padding-top:20px!important;
}
.enroll-rad {
    border-radius: 16px;
}
/* Custom upload button */
.custom-upload-btn {
    display: inline-flex!important;
    align-items: center!important;
    gap: 8px!important;
    background-color: #003a5d!important;
    color: white!important;
    padding: 8px 16px!important;
    border-radius: 6px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    cursor: pointer!important;
    transition: background 0.3s!important;
    width:252px!important;
  }
  
  .custom-upload-btn:hover {
    background-color: #005080!important;
  }
  
  .custom-upload-btn i {
    font-size: 16px!important;
  }
  .btn-cancel {
    background: none!important;
    border: none!important;
    color: #aaa!important;
    font-size: 14px!important;
    text-decoration: underline!important;
  }
  
  .btn-cancel.enabled {
    color: #00395A!important;
    cursor: pointer!important;
  }
  
  .btn-update {
    background-color: #D3D3D3 !important; /* light gray */
    border: 1px solid #ccc !important;   /* visible border */
    border-radius: 6px !important;
    color: #fff !important;              /* white text */
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 6px 18px !important;
    cursor: not-allowed !important;
    padding: 5px 43px !important;
    width: 195px!important;
  }
  
  .btn-update:enabled {
    background-color: #00395A !important; /* blue */
    border: 1px solid #00395A !important; /* blue border */
    color: #fff !important;               /* keep text white */
    cursor: pointer !important;
  }
  .passw-sec{
    max-width:49%!important;
  }
  .eyeicon{
    top: 50%; right: 40px; transform: translateY(-50%); cursor: pointer;
  }
  .editicon{
    top: 50%; right: 10px; transform: translateY(-50%);
  }
  .part-para{
    padding-top: 15px;
    font-size: 16px;
    line-height: 26px;
  }
  .pass-sec{
    margin-bottom: 0px;
  }
  .btn-update-active {
    background-color: #59719A !important;
    color: #fff !important;
    border: none !important;
}
  

/* Table body rows background #FAFAFA */
#example tbody tr {
    background-color: #FAFAFA !important;
}

/* Optional: keep hover effect subtle */
#example tbody tr:hover {
    background-color: #f0f0f0 !important;
}
.statement-sec{
    background: #F5F7FA!important;
}
.comm-div{
    background: #F5F7FA!important; 
}
.statement-dash-sec{
    padding-top: 0px!important;
}
.statement-para{
    font-size: 16px;
    font-weight: 500;
    color: #343C6A;
    padding-top: 15px;
}

 /* Place this after Bootstrap/DataTables CSS */
#example_wrapper .dataTables_length label,
#example_length label,
div.dataTables_wrapper div.dataTables_length label,
#example_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_length label,
#example_wrapper .dataTables_length label * {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #59719A !important;
  opacity: 1 !important;
  line-height: 1.2 !important;
}

/* Style the select too */
#example_wrapper .dataTables_length select,
#example_length select,
.dataTables_wrapper .dataTables_length select {
  font-size: 14px !important;
  color: #59719A !important;
  vertical-align: middle !important;
}

/* If you want Bootstrap select look */
#example_wrapper .dataTables_length select.form-select {
  padding: .25rem .5rem !important;
  height: auto !important;
}
 .table-header {
    display: flex;
    min-width: 0;
}
 .table-header .bg-cus-gray{
    border: 1px solid #DFEAF2!important;
 }
.bg-cus-gray {
    width: 20%;
    background-color: #F7F7F7!important;
    height: 45px;
    
}
.custom-accrordian-inner-sec{
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border:none!important;
}
.bg-togg{
    background-color:#F5F9FF!important;
    color: #00395A!important;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    box-shadow: none!important;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border:none!important;
}
.bg-togg:focus{
    box-shadow: none!important;
}
.border-gr-cus{
    border-bottom: 1px solid #DFEAF2!important;
}
.textcc5{
    color:#59719A!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-right: 1px solid #DFEAF2!important;
    border-bottom: 1px solid #DFEAF2!important;
    border-left: none!important;
}
.calender-sec::-webkit-scrollbar {
    height: 6px;
}

.calender-sec::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.text-inn-sec-oth{
    color: #343C6A !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 800;
    padding: 7px !important;
}
.cus-gray-txt-sec .calender-sec-inn-oth{
    color: #59719A!important;
}
.calender-sec-inn {
    /* flex: 1; */
    width: 94px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border: 1px solid #DFEAF2;
    border-left: none;
    font-weight: 600;
    font-size: 13px;
    color: #00395A;
    background-color: #fff;
    padding: 12px 8px;
    border-bottom: none;
}
.calender-sec-inn-oth{
    /* flex: 1; */
    width: 94px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border: 1px solid #DFEAF2;
    border-left: none;
    font-weight: 600;
    font-size: 14px;
    color: #343C6A;
    background-color: #fff;
    padding: 10px;
    border-bottom: none;
}
.text-inn-sec{
    color:#343C6A!important;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 800;
    border-bottom-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
   
    border-left: none!important;
    padding: 9px!important;
    font-size: 14px !important;
}
.calender-sec {
    width: 100%;
    flex: 1;
    min-width: 0;
    /* display: flex; */
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}


.total-sec {
    width: 10%;
    background-color: #78A22D;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DFEAF2;
}
/* Remove all table borders */
#example.dataTable,
#example.dataTable th,
#example.dataTable td {
    border: none !important;
}

/* Optional: remove row dividers but keep header bottom border */
#example.dataTable tbody tr {
    border-bottom: none !important;
}
.datatable-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    gap: 10px;
}
/*Statements Page*/
.dataTables_length select {
    border: 1px solid #ccc!important;
    border-radius: 9px!important;
    padding: 4px 8px!important;
    margin-left: 6px!important;
    background-color: #fff!important;
    cursor: pointer!important;
    transition: all 0.2s ease-in-out!important;
}


/*footer*/
footer a {
    color: #fff !important;              
    text-decoration: underline !important; 
    font-weight: normal !important; 
  }
  
  footer a:hover,
  footer a:focus,
  footer a:active {
    color: #fff !important;               
    text-decoration: underline !important; 
    font-weight: normal !important; 
  }
  footer .text-size {
    font-weight: normal !important;
  }
/* Active page button */
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
    background-color: #00395A !important;
    color: #fff !important;
    border: none !important;
}

/* Active page button on hover */
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    background-color: #00395A !important;
    color: #fff !important;
    border: none !important;
}
a.footer-text {
    text-decoration: none !important;
  }
  .desktop-footer{
    display: block;
}
.mobile-footer{
    display: none;
}
/* Default: Bootstrap gap-3 stays */
.footer-mobile-view {
    gap: 1rem; 
  }
  /* Hide mobile footer by default, show desktop */
.footer-new-logo{
    width:138px;
    height:auto;
}
.desktop-footer {
    font-weight:400!important;
}
@media (max-width: 767px) {
    .mobile-footer {
        display: block;
        font-size: 10px;
        
        
    }
    }
  
@media (max-width: 768px) {
    .desktop-footer{
        display: none;
    }
    .mobile-footer {
        display: block;
        font-size: 10px;
        
    }
     .footer-mobile-view {
        gap: 0.5rem !important; /* smaller gap for mobile */
    }
    .container-fluid {
        padding: 0 15px!important;
    }
}
@media (min-width: 769px) and (max-width: 991px) {

    .footer-new-logo{
            width:110px;
            height:auto;
        }
        .desktop-footer{
            font-size:12px;
        }
        .footer-text{
            font-size:14px;
        }
    }
@media only screen and (min-width: 1400px) {
    .container-fluid {
        width: 100% !important;
    }
}
@media (min-width: 360px) and (max-width: 520px) {
    .footer-mobile-view {
        gap: 0.5rem !important; /* smaller gap for mobile */
    }
    .mobile-footer {
        display: block;
        font-size: 10px;
        
    }
    }
    @media (min-width: 320px) and (max-width: 360px) {
        .footer-mobile-view {
                gap: 0.5rem !important; /* smaller gap for mobile */
            }
            
        }