
:root {
    --eagle-darkblue: #4a80b5;
    --eagle-blue: #3498db;
    --eagle-green: #33cc33;
    --eagle-yellow: #ffb606;
    --eagle-orange: #ff8533;
    --eagle-red: #ff4d4d;
    --eagle-purple: #9b59b6;
    --eagle-text: #404040;
    --eagle-border: #dee2e6;
    --eagle-muted: #6c757d;
    --eagle-light: #f8f9fa;
    --bs-body-font-family: Arial, sans-serif;
    --bs-body-font-size: 0.718rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #404040;
    --bs-body-bg: #fff;
    --bs-primary-rgb: 52, 152, 219;
    --bs-success:#33cc33;
    --bs-danger: #ff4d4d;
    --bs-warning-rgb: 255, 182, 6;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-link-color: #3498db;
    --bs-link-hover-color: #3498db;
    --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
    --btn-color:#ffffff;
    --eagle-lightblue:#edf2f8;
       --bs-body-font-family: Arial, sans-serif;
    --bs-body-font-size: 0.718rem;
    --bs-body-font-weight: normal;
         --bs-body-color:#404040;
    --bs-link-color: #3498db;
    --bs-link-hover-color: #3498db;
--bs-danger-rgb: 231, 60, 60;
--bs-warning-rgb: 255, 179, 0;
        --bs-primary-rgb: 52, 152, 219;
        --bs-card-border-radius: 0.0rem;
        --bs-card-cap-color:#ffffff;
        
}

*, *::before, *::after {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
}
a {
    color: var(--eagle-darkblue);
    text-decoration: none;
}
a:hover {
    color: var(--eagle-green);
}

.tl-scroll thead th {
       white-space: normal!important;
}
button, input, select, textarea {
    font: inherit;
}
button {
    cursor: pointer;
}
img, svg {
    vertical-align: middle;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.table-form-new{
    background-color: #edf2f8;
}

/* Containers / grid */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  
    --bs-gutter-x: 10%;
    --bs-gutter-y: 10%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}



@media (min-width:576px){
    .container,.container-sm{
        max-width:540px;
    }
}
@media (min-width:768px){
    .container,.container-sm,.container-md{
        max-width:720px;
    }
}
@media (min-width:992px){
    .container,.container-sm,.container-md,.container-lg{
        max-width:960px;
    }
}
@media (min-width:1200px){
    .container,.container-sm,.container-md,.container-lg,.container-xl{
        max-width:1140px;
    }
}
@media (min-width:1400px){
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{
        max-width:1320px;
    }
}
.row {
    display:flex;
    flex-wrap:wrap;
    margin-right:-.25rem;
    margin-left:-.25rem;
}
.row > * {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:.25rem;
    padding-left:.25rem;
}
.col {
    flex:1 0 0%;
}
.col-auto {
    flex:0 0 auto;
    width:auto;
}
.col-1{
    flex:0 0 auto;
    width:8.333333%;
}
.col-2{
    flex:0 0 auto;
    width:16.666667%;
}
.col-3{
    flex:0 0 auto;
    width:25%;
}
.col-4{
    flex:0 0 auto;
    width:33.333333%;
}
.col-5{
    flex:0 0 auto;
    width:41.666667%;
}
.col-6{
    flex:0 0 auto;
    width:50%;
}
.col-7{
    flex:0 0 auto;
    width:58.333333%;
}
.col-8{
    flex:0 0 auto;
    width:66.666667%;
}
.col-9{
    flex:0 0 auto;
    width:75%;
}
.col-10{
    flex:0 0 auto;
    width:83.333333%;
}
.col-11{
    flex:0 0 auto;
    width:91.666667%;
}
.col-12{
    flex:0 0 auto;
    width:100%;
}
@media(min-width:576px){
    .col-sm-1{
        width:8.333333%
    }
    .col-sm-2{
        width:16.666667%
    }
    .col-sm-3{
        width:25%
    }
    .col-sm-4{
        width:33.333333%
    }
    .col-sm-5{
        width:41.666667%
    }
    .col-sm-6{
        width:50%
    }
    .col-sm-7{
        width:58.333333%
    }
    .col-sm-8{
        width:66.666667%
    }
    .col-sm-9{
        width:75%
    }
    .col-sm-10{
        width:83.333333%
    }
    .col-sm-11{
        width:91.666667%
    }
    .col-sm-12{
        width:100%
    }
}
@media(min-width:768px){
    .col-md-1{
        width:8.333333%
    }
    .col-md-2{
        width:16.666667%
    }
    .col-md-3{
        width:25%
    }
    .col-md-4{
        width:33.333333%
    }
    .col-md-5{
        width:41.666667%
    }
    .col-md-6{
        width:50%
    }
    .col-md-7{
        width:58.333333%
    }
    .col-md-8{
        width:66.666667%
    }
    .col-md-9{
        width:75%
    }
    .col-md-10{
        width:83.333333%
    }
    .col-md-11{
        width:91.666667%
    }
    .col-md-12{
        width:100%
    }
    .offset-md-1{
        margin-left:8.333333%
    }
    .offset-md-2{
        margin-left:16.666667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.333333%
    }
}
@media(min-width:992px){
    .col-lg-1{
        width:8.333333%
    }
    .col-lg-2{
        width:16.666667%
    }
    .col-lg-3{
        width:25%
    }
    .col-lg-4{
        width:33.333333%
    }
    .col-lg-5{
        width:41.666667%
    }
    .col-lg-6{
        width:50%
    }
    .col-lg-7{
        width:58.333333%
    }
    .col-lg-8{
        width:66.666667%
    }
    .col-lg-9{
        width:75%
    }
    .col-lg-10{
        width:83.333333%
    }
    .col-lg-11{
        width:91.666667%
    }
    .col-lg-12{
        width:100%
    }
}
@media(min-width:1200px){
    .col-xl-1{
        width:8.333333%
    }
    .col-xl-2{
        width:16.666667%
    }
    .col-xl-3{
        width:25%
    }
    .col-xl-4{
        width:33.333333%
    }
    .col-xl-5{
        width:41.666667%
    }
    .col-xl-6{
        width:50%
    }
    .col-xl-7{
        width:58.333333%
    }
    .col-xl-8{
        width:66.666667%
    }
    .col-xl-9{
        width:75%
    }
    .col-xl-10{
        width:83.333333%
    }
    .col-xl-11{
        width:91.666667%
    }
    .col-xl-12{
        width:100%
    }
}

/* Flex / display / spacing utilities used throughout Eagle Asset */
.d-none{
    display:none!important
}
.d-block{
    display:block!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-flex{
    display:flex!important
}
.d-grid{
    display:grid!important
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.flex-grow-1{
    flex-grow:1!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-between{
    justify-content:space-between!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-center{
    align-items:center!important
}
.align-items-end{
    align-items:flex-end!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.text-start{
    text-align:left!important
}
.text-center{
    text-align:center!important
}
.text-end{
    text-align:right!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-white{
    color:#fff!important
}
.text-danger{
    color:var(--eagle-red)!important
}
.text-success{
    color:var(--eagle-green)!important
}
.text-primary{
    color:var(--eagle-blue)!important
}
.text-muted{
    color:var(--eagle-muted)!important
}
.fw-bold{
    font-weight:700!important
}
.fw-normal{
    font-weight:400!important
}
.w-100{
    width:100%!important
}
.h-100{
    height:100%!important
}
.m-0{
    margin:0!important
}
.mt-0{
    margin-top:0!important
}
.mt-1{
    margin-top:.25rem!important
}
.mt-2{
    margin-top:.5rem!important
}
.mt-3{
    margin-top:1rem!important
}
.mt-4{
    margin-top:1.5rem!important
}
.mt-5{
    margin-top:3rem!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-1{
    margin-bottom:.25rem!important
}
.mb-2{
    margin-bottom:.5rem!important
}
.mb-3{
    margin-bottom:1rem!important
}
.mb-4{
    margin-bottom:1.5rem!important
}
.mb-5{
    margin-bottom:3rem!important
}
.ms-auto{
    margin-left:auto!important
}
.me-auto{
    margin-right:auto!important
}
.mx-auto{
    margin-right:auto!important;
    margin-left:auto!important
}
.ms-1{
    margin-left:.25rem!important
}
.ms-2{
    margin-left:.5rem!important
}
.me-1{
    margin-right:.25rem!important
}
.me-2{
    margin-right:.5rem!important
}
.p-0{
    padding:0!important
}
.p-1{
    padding:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.p-3{
    padding:1rem!important
}
.px-1{
    padding-left:.25rem!important;
    padding-right:.25rem!important
}
.px-2{
    padding-left:.5rem!important;
    padding-right:.5rem!important
}
.py-1{
    padding-top:.25rem!important;
    padding-bottom:.25rem!important
}
.py-2{
    padding-top:.5rem!important;
    padding-bottom:.5rem!important
}
.gap-1{
    gap:.25rem!important
}
.gap-2{
    gap:.5rem!important
}
.gap-3{
    gap:1rem!important
}
@media(min-width:992px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-flex{
        display:flex!important
    }
}

/* Forms */
.form-label,label{
    display:inline-block
}
.form-control,.form-select{
    display:block;
    width:100%;
    padding:.375rem .75rem;
    font-size:inherit;
    font-weight:400;
    line-height:1.5;
    color:#404040;
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:0;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control:focus,.form-select:focus{
    border-color:#86b7fe;
    outline:0;
    box-shadow:0 0 0 .15rem rgba(52,152,219,.18)
}
.form-control:disabled,.form-select:disabled,.form-control[readonly]{
    background:#edf2f8;
    opacity:1
}
.form-control-sm,.form-select-sm{
    min-height:calc(1.5em + .5rem + 2px);
    padding:.25rem .5rem;
    font-size:.65rem
}
textarea.form-control{
    min-height:calc(1.5em + .75rem + 2px)
}
select.form-control,select.form-select{
    appearance:auto
}
.input-group{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    width:100%
}
.input-group>.form-control,.input-group>.form-select{
    position:relative;
    flex:1 1 auto;
    width:1%;
    min-width:0
}
.input-group-text{
    display:flex;
    align-items:center;
    padding:.375rem .75rem;
    color:#404040;
    background:#e9ecef;
    border:1px solid #ced4da
}
.form-check{
    display:block;
    min-height:1.5rem;
    padding-left:1.5em;
    margin-bottom:.125rem
}
.form-check-input{
    float:left;
    margin-left:-1.5em
}
.is-invalid,.was-validated .form-control:invalid,.was-validated .form-select:invalid{
    border-color:var(--eagle-red)
}
.is-valid,.was-validated .form-control:valid,.was-validated .form-select:valid{
    border-color:var(--eagle-green)
}

/* Buttons */
.btn{
    display:inline-block;
    font-weight:400;
    line-height:1.5;
    text-align:center;
    vertical-align:middle;
    user-select:none;
    border:1px solid transparent;
    
    font-size:.718rem;
    border-radius:0;
    background:transparent;
    color:#404040;
    transition:background-color .15s,border-color .15s,color .15s
}
.btn:hover{
    filter:brightness(.96)
}
.btn:disabled,.btn.disabled{
    pointer-events:none;
    opacity:.65
}
.btn-sm{
    padding:.25rem .5rem;
    font-size:.65rem
}


.btn-grey{
    background-color:var(--eagle-blue)!important;
    color:#ffffff!important;
    border-color:var(--eagle-blue)!important;
    
    
}
.btn-lg{
    padding:.5rem 1rem;
    font-size:.9rem
}
.btn-close{
    box-sizing:content-box;
    width:1em;
    height:1em;
    padding:.25em;
    color:#ffffff;
    background:transparent;
    border:0;
    font-size:1.25rem;
    line-height:1
}
.btn-close::before{
    content:'×'
}
.btn-group{
    position:relative;
    display:inline-flex;
    vertical-align:middle
}
.btn-group>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group>.btn+.btn{
    margin-left:-1px
}
.dropdown-toggle-split{
    padding-left:.5rem;
    padding-right:.5rem
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:.35em;
    vertical-align:.15em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}

/* Cards */
.card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background:#fff;
    background-clip:border-box;
    border:0;
    border-radius:var(--bs-card-border-radius);
         
   
   
       
}   
        
        
        
        

.card-header{
    padding:.5rem 1rem;
    margin-bottom:0;
    background:#ffffff;
    color: var(--eagle-darkblue);
    border-bottom:0;
        font-weight: 700;
    font-size: 13px;
}
.card-body{
    flex:1 1 auto;
    padding:1rem;
    border:0px solid #e6e6e6
}
.card-footer{
    padding:.5rem 1rem;
    border-top:1px solid #e6e6e6;
    background:#fff
}

/* Tables */
.table{
    width:100%;
    margin-bottom:1rem;
    vertical-align:top;
    border-collapse:collapse;
    color:#404040
}
.table>:not(caption)>*>*{
    padding:.5rem;
    border-bottom:1px solid #dee2e6
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
    background:rgba(0,0,0,0)
}
.table-hover>tbody>tr:hover>*{
    background:rgba(52,152,219,.045)
}
.table-bordered>:not(caption)>*{
    border-width:1px 0
}
.table-bordered>:not(caption)>*>*{
    border:1px solid #dee2e6;
}
.table-sm>:not(caption)>*>*{
    padding:.25rem
}
.table-responsive{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
}

/* Navigation / tabs */
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:.5rem .5rem;
    color:#404040;
    background:none;
    border:0
}
.nav-link:hover{
    color:var(--eagle-blue)
}
.nav-tabs{
    border-bottom:1px solid var(--eagle-blue)
}
.nav-tabs .nav-link{
    margin-bottom:-1px;
    border:1px solid transparent
}
.nav-tabs .nav-link.active{
    color:var(--eagle-blue);
    background:#fff;
    border-color:#fff #fff var(--eagle-blue)
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.fade{
    transition:opacity .15s linear
}
.fade:not(.show){
    opacity:0
}
.show{
    display:block!important;
    opacity:1
}

/* Navbar */
.navbar{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding:.0rem 0;
}
.navbar>.container,.navbar>.container-fluid{
    display:flex;
    flex-wrap:inherit;
    align-items:center;
    justify-content:space-between
}
.navbar-brand{
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.1rem;
    white-space:inherit;
}
.navbar-nav{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}

.navbar-collapse{
    flex-basis:100%;
    flex-grow:1;
    align-items:center
}
.navbar-toggler{
    padding:.25rem .55rem;
    font-size:1rem;
    line-height:1;
    background:transparent;
    border:1px solid rgba(0,0,0,.15);
    border-radius:0
}
.navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    background-image:linear-gradient(#404040,#404040),linear-gradient(#404040,#404040),linear-gradient(#404040,#404040);
    background-size:100% 2px;
    background-position:center 25%,center 50%,center 75%;
    background-repeat:no-repeat
}
.collapse:not(.show){
    display:none
}
@media(min-width:992px){
    .navbar-expand-lg{
        flex-wrap:nowrap;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.3rem;
        padding-left:.3rem;
    }
    .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
}

/* Dropdowns */
.dropdown{
    position:relative
}
.dropdown-menu{
    position:absolute;
    z-index:1050;
    display:none;
    min-width:8rem;
    padding:.5rem 0;
    margin:0;
    font-size:.718rem;
    color:#404040;
    text-align:left;
    list-style:none;
    background:#fff;
    border:1px solid rgba(0,0,0,.15);
    border-radius:0;
    box-shadow:0 .25rem .75rem rgba(0,0,0,.08)
}
.dropdown-menu.show{
    display:block
}
.dropdown-menu-end{
    right:0;
    left:auto
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1rem;
    clear:both;
    font-weight:400;
    color:#404040;
    text-align:inherit;
    white-space:nowrap;
    background:transparent;
    border:0;
    cursor:pointer
}
.dropdown-item:hover,.dropdown-item:focus{
    color:#303030;
    background:#f4f6f7
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    background:var(--eagle-blue)
}
.dropdown-divider{
    height:0;
    margin:.5rem 0;
    overflow:hidden;
    border-top:1px solid rgba(0,0,0,.15)
}

/* Modal */
.modal{
    position:fixed;
    top:67px;
    left:0;
    z-index:1060;
    display:none;
    width:100%;
    height:100%;
    overflow-x:hidden;
    overflow-y:auto;
    outline:0
}
.modal.show{
    display:block
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .2s ease-out;
    transform:translateY(-20px)
}
.modal.show .modal-dialog{
    transform:none
}
.modal-content{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background:#fff;
    background-clip:padding-box;
    border:0;
    outline:0
}
.modal-header{
    display:flex;
    flex-shrink:0;
    align-items:center;
    justify-content:space-between;
    padding:.5rem 1rem;
    background:var(--eagle-blue);
    color:#fff
}
.modal-title{
    
    line-height:1.5;
}
.modal-body{
    position:relative;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:flex;
    flex-wrap:wrap;
    flex-shrink:0;
    align-items:center;
    justify-content:flex-end;
    padding:.75rem;
    gap:.25rem
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1055;
    width:100vw;
    height:100vh;
    background:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-open{
    overflow:hidden
}
@media(min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-sm{
        max-width:300px
    }
}
@media(min-width:992px){
    .modal-lg,.modal-xl{
        max-width:800px
    }
}
@media(min-width:1200px){
    .modal-xl{
        max-width:1140px
    }
}

/* Offcanvas */
.offcanvas{
    position:fixed;
    bottom:0;
    z-index:1070;
    display:flex;
    flex-direction:column;
    max-width:100%;
    width: 800px !important;
    visibility:hidden;
    background:#fff;
    background-clip:padding-box;
    outline:0;
    transition:transform .25s ease-in-out
}




.offcanvas-end{
    top:0;
    right:0;
    width:400px;
    border-left:1px solid rgba(0,0,0,.2);
    transform:translateX(100%)
}
.offcanvas-start{
    top:0;
    left:0;
    width:400px;
    transform:translateX(-100%)
}
.offcanvas.show{
    transform:none;
    visibility:visible
}
.offcanvas-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:1rem;
    background-color: #ffb606;
    color:#fff;  
     
}



.offcanvas-title{
    margin-bottom:0
}
.offcanvas-body{
    flex-grow:1;
    padding:1rem;
    overflow-y:auto
}
.offcanvas-backdrop{
    position:fixed;
    inset:0;
    z-index:1065;
    background:#000;
    opacity:.5
}

/* Tooltips */
.eagle-tooltip{
    position:fixed;
    z-index:1090;
    max-width:260px;
    padding:.3rem .55rem;
    font-size:.718rem;
    line-height:1.35;
    color:#404040;
    background:#fff;
    border:1px solid #d9d9d9;
    box-shadow:0 .15rem .45rem rgba(0,0,0,.12);
    pointer-events:none;
    text-align:left
}
.tooltip-inner{
    max-width:260px;
    padding:.0px;
    color:#404040;
    background:#fff;
    text-align:left
}

/* Alerts / badges / progress / list group */
.alert{
    position:relative;
    padding:.75rem 1rem;
    margin-bottom:1rem;
    border:1px solid transparent
}
.alert-success{
    color:#2d6b14;
    background:#eef9e9;
    border-color:#cbeeb9
}
.alert-danger{
    color:#842029;
    background:#f8d7da;
    border-color:#f5c2c7
}
.alert-warning{
    color:#664d03;
    background:#fff3cd;
    border-color:#ffecb5
}
.alert-info{
    color:#055160;
    background:#cff4fc;
    border-color:#b6effb
}
.alert-secondary{
    color:#41464b;
    background:#e2e3e5;
    border-color:#d3d6d8
}
.badge{
    display:inline-block;
    padding:5px 13px;
    font-size:11px;
    font-weight:500;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:0
}
.bg-success{
    background-color:var(--bs-success)!important;
    border:1px solid var(--bs-success);
}
.bg-danger{
    background-color:var(--bs-danger)!important;
    border:1px solid var(--bs-danger);
}
.bg-warning{
    background:rgb(var(--bs-warning-rgb))!important
}
.bg-primary{
    background:rgb(var(--bs-primary-rgb))!important
}
.bg-secondary{
    background:#9b59b6!important;
    border:1px solid #9b59b6;
}
.bg-light{
    background:rgb(var(--bs-light-rgb))!important
}
.progress{
    display:flex;
    height:1rem;
    overflow:hidden;
    background:#e9ecef
}
.progress-bar{
    display:flex;
    flex-direction:column;
    justify-content:center;
    overflow:hidden;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    background:var(--eagle-blue);
    transition:width .6s ease
}
.progress-bar-striped{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:1rem 1rem
}
.list-group{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    border-radius:0
}
.list-group-item{
    position:relative;
    display:block;
    padding:.5rem 1rem;
    color:#404040;
    background:#fff;
    border:1px solid rgba(0,0,0,.125)
}
.list-group-item+.list-group-item{
    border-top-width:0
}

/* Pagination - also used by table plugins */
.pagination{
    display:flex;
    padding-left:0;
    list-style:none
}
.page-link{
    position:relative;
    display:block;
    padding:.25rem .5rem;
    color:var(--eagle-blue);
    background:#fff;
    border:1px solid #dee2e6
}
.page-item:not(:first-child) .page-link{
    margin-left:-1px
}
.page-item.active .page-link,.page-link.active{
    z-index:3;
    color:#fff;
    background:var(--eagle-blue);
    border-color:var(--eagle-blue)
}
.page-item.disabled .page-link{
    color:#6c757d;
    pointer-events:none;
    background:#fff
}

/* Bootstrap compatibility helpers */
.pull-right{
    float:right!important
}
.float-end{
    float:right!important
}
.float-start{
    float:left!important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.visually-hidden{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important
}

/* Eagle compatibility refinements for existing myinvoice.css variable overrides */

.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
   

   
}
.row > * {
    margin-top: var(--bs-gutter-y);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.btn {
    --bs-btn-color: #404040;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--bs-btn-border-color);
    --bs-btn-disabled-color: var(--bs-btn-color);
    --bs-btn-disabled-bg: var(--bs-btn-bg);
    --bs-btn-disabled-border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:hover {
    color:var(--bs-btn-hover-color);
    background-color:var(--bs-btn-hover-bg);
    border-color:var(--bs-btn-hover-border-color);
    filter:none;
}
.btn:disabled,.btn.disabled {
    color:var(--bs-btn-disabled-color);
    background-color:var(--bs-btn-disabled-bg);
    border-color:var(--bs-btn-disabled-border-color);
}
.btn-danger{
    --bs-btn-color:#fff;
    --bs-btn-bg:#e73c3c;
    --bs-btn-border-color:#e73c3c;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#cc1919;
    --bs-btn-hover-border-color:#cc1919
}
.btn-primary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#3498db;
    --bs-btn-border-color:#3498db;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#2687c8;
    --bs-btn-hover-border-color:#2687c8
}
.btn-secondary{
    --bs-btn-color:#fff;
    --bs-btn-bg:#6c757d;
    --bs-btn-border-color:#6c757d;
    --bs-btn-hover-color:#fff;
    --bs-btn-hover-bg:#5c636a;
    --bs-btn-hover-border-color:#565e64
}
.btn-outline{
    --bs-btn-color:#404040;
    --bs-btn-bg:#fff;
    --bs-btn-border-color:#ced4da;
    --bs-btn-hover-color:#404040;
    --bs-btn-hover-bg:#f4f6f7;
    --bs-btn-hover-border-color:#adb5bd
}
.badge-pill{
    border-radius:50rem
}
.badge-success{
    background:#62cb31
}
.badge-danger{
    background:#e73c3c
}
.badge-primary{
    background:#3498db
}
.badge-warning{
    background:#ffb606;
    color:#404040
}
.badge-secondary{
    background:#6c757d
}
.text-right{
    text-align:right!important
}
.text-left{
    text-align:left!important
}
.pull-left{
    float:left!important
}
.list-group-item-action{
    width:100%;
    color:#495057;
    text-align:inherit;
    cursor:pointer
}
.list-group-item-action:hover{
    z-index:1;
    color:#495057;
    text-decoration:none;
    background:#f8f9fa
}
.navbar-fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.table-condensed>:not(caption)>*>*{
    padding:.25rem
}
.bg-gradient{
    background-image:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0))!important
}
/* Eagle Asset fixed top navigation */
.navbar-fixed-top,
.bg-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4000;
    background-color: #fff;
}



/* Reserve space for the fixed menu */
.navbar-spacer {
    height: 65px;
}

.top-margin{
    margin-top: 0px;
}

.color-line {
background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#33cc33 45%,#33cc33 55%,#ffb606 55%,#ffb606 65%,#ff8533 65%,#ff8533 75%,#ff4d4d 85%,#ff4d4d 100%);
    background-image: -moz-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#33cc33 45%,#33cc33 55%,#ffb606 55%,#ffb606 65%,#ff8533 65%,#ff8533 75%,#ff4d4d 85%,#ff4d4d 100%);
    background-image: -ms-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#33cc33 45%,#33cc33 55%,#ffb606 55%,#ffb606 65%,#ff8533 65%,#ff8533 75%,#ff4d4d 85%,#ff4d4d 100%);
    background-image: linear-gradient(to right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#33cc33 45%,#33cc33 55%,#ffb606 55%,#ffb606 65%,#ff8533 65%,#ff8533 75%,#ff4d4d 85%,#ff4d4d 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 800;
}
.main-space{
    margin-top:70px;
}
.navbar-nav .dropdown-menu{
    z-index: 9999;
    --bs-dropdown-min-width: 8rem;
    
    border-top:none;
}

.navbar-dark {
    --bs-navbar-color: #404040;
        --bs-navbar-hover-color: #3498db;
          --bs-navbar-active-color:#3498db;
         
}
  .nav-link:active  {
   color: var(--bs-navbar-active-color);
   
}


a {
   
    text-decoration: none;
}

    


   
.nav-tabs {
     margin-top:1rem;
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #3498db;
    --bs-nav-tabs-border-radius: 0rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #3498db;
    --bs-nav-tabs-link-active-color: #3498db;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #fff #fff #fff;
    --bs-nav-tabs-link-hover-border-color: #fff #fff #3498db;
    --bs-nav-link-color: #404040;
}






.card-header {
    margin-top: 1rem;
    height:38px;
   
}
.card-body {
    border: 0px solid #e6e6e6;
}


    
    
.pagination {
    
    --bs-pagination-font-size: 0.65rem;
     --bs-pagination-border-radius: 0 rem;
    
}
page-link.active, .active > .page-link {
    --bs-pagination-active-bg:#3498db;
    --bs-pagination-active-border-color:#3498db;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
 .space {
         
    padding-bottom: 10px;
    margin-bottom:10px;
 }

.form-control {
border-radius: 0rem;
font-size: 0.718rem;
padding: 0.375rem 0.275rem;
    color: #404040;
}
.form-control-sm {
    font-size: 0.718rem;
    height: 27.44px;
}
.form-select {
border-radius: 0rem;
background-size: 10px 8px;
padding: 0.24rem 1.6rem 0.375rem 0.75rem;
}
.form-select-sm {
       font-size: 0.65rem;
}
.form-label {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.dropdown-menu {
--bs-dropdown-border-radius: 0rem;
 --bs-dropdown-inner-border-radius: 0rem;
--bs-dropdown-font-size: 0.718rem;
background-color: #fff;


}
div.dataTables_wrapper div.dataTables_info {
   
    font-size: 0.65rem;
}

  .datepicker {
        z-index: 999 !important;
        margin-top: 60px;
    }
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #bedef4;
background-image: linear-gradient(to bottom,#bedef4,#bedef4);
color:#212529;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #3498db;
    color:#fff;
}
.datepicker .datepicker-switch{
    background: #3498db;
     color:#fff;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #c1ebad;
background-image: linear-gradient(to bottom,#c1ebad,#c1ebad);
color:#212529;
}
thead, tbody, tfoot, tr, td {
    
    border-style: none;
    text-align: left;
    
    
}
th{
color:var(--eagle-darkblue);
}

.tl-scroll table.tl-layout-locked {
    table-layout: inherit;
}
.custom-tooltip{
    background-color: #fff;
}
.tooltip-inner{
    
    --tooltip-bg:#fff;
    background-color: var(--tooltip-bg);
    color:#404040;
    font-size:0.718rem;
    text-align:left;
    }

   .btn-help{
    
    background-color: #fba713;
    color:#fff;
padding:2px 5px 2px 5px;
border-radius:100%;
font-size:0.5rem;
}
 
    .btn-help:hover{
    
    background-color: #ffb606;
    color:#fff;

}

table.dataTable thead th, table.dataTable thead td {
    border-bottom:1px solid #737373;
   
}
 table.dataTable tfoot th, table.dataTable tfoot td {
    border-top:1px solid #737373;
   
}
    .modal-header {
        background-color: var(--eagle-darkblue);
            border-radius: 0rem;
     border: 0px;
     height: 38px;
    }
    .modal-footer{
        border-radius: 0rem;
        
        background-color: #ffffff;
    border: 0px;
}
    
    .modal-content {
        border-radius:0rem;
        border: 0px;
    }
    .modal-title {
        font-size:0.718rem;
        color:#fff;
    }
.btn {
    --bs-btn-border-radius: 0.0rem;
    --bs-btn-font-size: 0.718rem;
    --bs-btn-line-height: 0.5rem;
    margin: 0rem;
    
}
   
    .dataTables_wrapper {
    overflow-x: auto;
}
.error {
    color: #e73c3c;
    font-weight: 100 !important;
}
.badge-large{
         --bs-badge-border-radius: 0rem;
         --bs-badge-border-width: 1px;
         --bs-badge-padding-x: 0.75rem;
    --bs-badge-padding-y: 0.375rem;
    --bs-badge-font-size: 0.718rem;
    --bs-badge-font-weight: 400;
    --bs-badge-color: #fff;
    --bs-badge-line-height: 0.5rem;
    margin-bottom: 1rem;
    
    width:100%;
    --bs-secondary-rgb:230, 126, 34;
}
.badge-small{
--bs-badge-border-radius: 0rem;
}

.card-body-tag{
    height: 376px;
   border: 1px solid #e6e6e6;
   flex: 1 1 auto;
    padding: var(--bs-card-spacer-y);
    padding: var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.card-header-small{
    --bs-card-cap-bg-small:var(--eagle-darkblue);
    
    height: auto;
    padding: 3px 3px 3px 16px;
       
    margin-top: 1rem;
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg-small);
    border-bottom: var(--bs-card-border-width) solid var(--eagle-darkblue);
}
.list-group {
    border-radius:0px;
}
h6, .h6 {
    font-size: 0.718rem;
    font-weight: bold;
}

.btn-orange {
    --bs-btn-color: var(--btn-color);
    --bs-btn-bg: var(--eagle-orange);
    --bs-btn-border-color: var(--eagle-orange);
    --bs-btn-hover-color: var(--btn-color);
    --bs-btn-hover-bg: var(--eagle-orange);
    --bs-btn-hover-border-color: var(--eagle-orange);
    --bs-btn-focus-shadow-rgb: 207, 109, 23;
    --bs-btn-active-color: var(--btn-color);
    --bs-btn-active-bg: var(--eagle-orange);
    --bs-btn-active-border-color: var(--eagle-orange);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--eagle-darkblue);
    --bs-btn-disabled-bg: var(--eagle-lightblue);
    --bs-btn-disabled-border-color: var(--eagle-lightblue);
  margin:0px;
}
.btn-orange:hover {
    background-color: var( --bs-btn-hover-bg);
}

.btn-red {
    --bs-btn-color: var(--btn-color);
    --bs-btn-bg: var(--eagle-red);
    --bs-btn-border-color: var(--eagle-red);
    --bs-btn-hover-color: var(--btn-color);
    --bs-btn-hover-bg: var(--eagle-red);
    --bs-btn-hover-border-color: var(--eagle-red);
    --bs-btn-focus-shadow-rgb: 204, 25, 25;
    --bs-btn-active-color: var(--btn-color);
    --bs-btn-active-bg: var(--eagle-red);
    --bs-btn-active-border-color: var(--eagle-red);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--eagle-darkblue);
    --bs-btn-disabled-bg: var(--eagle-lightblue);
    --bs-btn-disabled-border-color: var(--eagle-lightblue);
  margin:0px;
}
.btn-red:hover {
    background-color: var( --bs-btn-hover-bg);
}
.btn-green {
    --bs-btn-color: var(--btn-color);
    --bs-btn-bg: var(--eagle-green);
    --bs-btn-border-color: var(--eagle-green);
    --bs-btn-hover-color: var(--btn-color);
    --bs-btn-hover-bg: var(--eagle-green);
    --bs-btn-hover-border-color: var(--eagle-green);
    --bs-btn-focus-shadow-rgb: 79, 164, 40;
    --bs-btn-active-color: var(--btn-color);
    --bs-btn-active-bg: var(--eagle-green);
    --bs-btn-active-border-color: var(--eagle-green);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--eagle-darkblue);
    --bs-btn-disabled-bg: var(--eagle-lightblue);
    --bs-btn-disabled-border-color: var(--eagle-lightblue);
  margin:0px;
}
.btn-green:hover {
    background-color: var( --bs-btn-hover-bg);
}
.swal2-popup {
      width: 200px;
    max-width: 200px;
    font-size: 0.718rem;
    height: 110px;
    max-height: 110px;
    border-radius: 0px;
    border:1px solid #ced4da;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #62cb31;
    color: #fff;
    font-size: 1em;
}
.bg-menu{
    background-color: #fff;
}

.tl-scroll thead th {
    position: relative;
    padding-right: 18px;
    border-bottom: 1px solid #737373;
    user-select: none;
    white-space:none;
}

.log-in-form {
    
    
    border-radius: 0;
    width: 30rem;
    background-color:#ffffff;
    display: flex;
            justify-content: center;
            align-items: center;
           flex-direction: column;
    flex-wrap: nowrap;
    margin: 3.75rem;
    padding-top:20px;

   }


.login{
    padding:1rem;
       
}
.btn-login{
    margin-top:1rem;
      margin-bottom:1rem;
}
label {
    
   margin-bottom: 1px;
    margin-top: 3px;
}

.swal2-container .swal2-styled.swal2-confirm {
    
    border-radius: 0;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
    background-color: #62cb31;
}

.swal2-container .swal2-styled.swal2-cancel {
    border-radius: 0;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
    background-color: #e73c3c;
}
.swal2-container .swal2-html-container {
    font-size: 0.718rem;
    
}
hr {
    margin: 0.5rem 0;
}
.btn-block {
    width:100%;
        
}
.dropdown-item{
  
   --bs-dropdown-link-color:#404040;
   color: var( --bs-dropdown-link-color);
    
}

.dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.tab-pane{
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
}


.container {
    max-width: 100%;
}
.nav {
    --bs-nav-link-padding-x: 0.5rem;
    --bs-nav-link-padding-y: 0.5rem;
}

.no-border{
    border:0px;
    padding-left: 0px;
    padding-right: 0px;
}
#floorplanCanvas {
                
    border:0px!important;
}

/*chatbot*/
#chat-icon {
    position: fixed;
    right: 0px;
    bottom: 10px;
    cursor: pointer;
    z-index: 1000;
}

#chat-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

#chat-container {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 1000;
}

#chat-box {
    height: 200px;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
}

#user-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

#user-input input {
    flex-grow: 1;
    margin-right: 10px;
}
.apexcharts-text tspan  {
    font-size: 10.5px;
}
.apexcharts-legend-text{
     font-size: 10.5px!important;
}
text-barcode{
    color: #404040;
}


  #overlay {
                position: absolute;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.5);
                z-index: 2;
                cursor: pointer;
            }
            .tox-tinymce {
    border: 2px solid #eee;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    overflow: hidden;
    position: relative;
    visibility: inherit !important;
    border: none;
}
.reportAlign{
    margin-top: 15px;
    margin-bottom: 15px;
}
/*Select2 Setings*/
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 12px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    border-bottom: solid 1px lightgrey !important;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    margin-top: 15px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{ 
border: 1px solid #aaa !important;}

/* Reports Library */
.report-library {
    padding: 0px 0 0px 0px;
}
.report-library-sub {
    padding: 0px 0 0px 0px;
    
}
.report-library-header {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 14px 16px;
    background: linear-gradient(115deg, var(--eagle-green) 0%, var(--eagle-green) 10%, var(--eagle-darkblue) 50%, var(--eagle-darkblue) 100%);
    border: 0px solid var(--eagle-darkblue);
    border-left: 0px solid var(--eagle-darkblue);
    
}
.report-library-header-sub{
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 14px 16px;
    background: #ffffff;
    border: 0px solid var(--eagle-darkblue);
    border-top: 5px solid var(--eagle-green);
  
}
.report-library-header-sub .report-library-title {
    margin: 0;
    color: var(--eagle-darkblue);
    font-size: 1.05rem;
    font-weight: 700;
}
.report-library-header-sub .report-library-subtitle {
    margin-top: 3px;
    color: var(--eagle-darkblue);
    font-size: 0.718rem;
}


.report-library-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
}
.report-library-subtitle {
    margin-top: 3px;
    color: #ffffff;
    font-size: 0.718rem;
}
.report-library-tools {
    padding: 0px 0px;
    background: #ffffff;
    border: 0px solid #e6e6e6;
}
.report-search-wrap {
    position: relative;
}
.report-search-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 2;
    color: #3498db;
    transform: translateY(-50%);
}
.report-search {
    height: 36px;
    padding-left: 34px;
    border: 1px solid #ced4da;
}
.report-search:focus {
    border-color: #3498db;
    box-shadow: none;
}
.report-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}
.report-filter {
    border: 1px solid var(--eagle-green);
    background: var(--eagle-green);
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 13px;
    
    font-size: 11px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.report-filter:hover, button.clicked{
   border-color: var(--eagle-darkblue);
    background: var(--eagle-darkblue);
    color: #ffffff;
}
.report-filter:active  {
   border-color: var(--eagle-darkblue);
    background: var(--eagle-darkblue);
    color: #ffffff;
}
.report-filter:focus  {
   border-color: var(--eagle-darkblue);
    background: var(--eagle-darkblue);
    color: #ffffff;
}
.report-filter-sub{
    border: 1px solid var(--eagle-green);
    background: #ffffff;
    color: var(--eagle-green)
}
.report-filter-sub:hover{
    border: 1px solid var(--eagle-darkblue);
    background: #ffffff;
    color: var(--eagle-darkblue)
}
.report-library-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 2px 8px 2px;
    color: #737373;
}
.report-library-meta strong {
    color: #404040;
}
.report-library-hint i {
    margin-right: 4px;
    color: #3498db;
}
.report-library-item {
    display: flex;
    margin-bottom: 8px;
}
.report-library-card {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 50px;
          
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(67, 115, 163, .08);
    
}
.report-library-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .10);
background:#ffffff;
border: 1px solid var(--eagle-green);

}
.report-library-card.selected {
    border: 1px solid var(--eagle-green);
    
}
.report-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 2px 2px 2px;
}
.report-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ffffff;
    color: var(--eagle-green);;
    font-size: 1rem;
}
.report-card-category {
    padding: 4px 7px;
    border: 1px solid #dce6ed;
    background: #ffffff;
    color: #737373;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.report-card-body {
    flex: 1 1 auto;
    padding: 7px 14px 12px 14px;
}
.report-card-body h6 {
    margin: 0 0 5px 0;
    color: #404040;
    font-size: 0.82rem;
    font-weight: 700;
}
.report-card-body p {
    margin: 0;
    color: #737373;
    line-height: 1.45;
}
.report-card-open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    border: 0;
    border-top: 1px solid #e6e6e6;
    background: #ffffff;
    color: var(--eagle-green);
    font-family: inherit;
    font-size: 0.65rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
}
.report-card-open:hover {
    color: #ffffff;
    background:var(--eagle-green);
    
}
.report-card-open i {
    font-size: 0.65rem;
}
.report-empty-state {
    display: none;
    padding: 30px 15px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    color: #737373;
    text-align: center;
}
.report-empty-state i,
.report-empty-state strong,
.report-empty-state span {
    display: block;
}
.report-empty-state i {
    margin-bottom: 8px;
    color: #3498db;
    font-size: 1.2rem;
}
.report-empty-state strong {
    margin-bottom: 3px;
    color: #404040;
}
.report-config-panel {
    display: none;
    margin-top: 16px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}
.report-config-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 7px 12px;
    background: var(--eagle-darkblue);
    color: #ffffff;
    border:1px solid var(--eagle-darkblue);
}
.report-config-label {
       margin-top: 3px;
    color: #ffffff;
    font-size: 0.718rem; 
}
.report-config-header strong {
    font-size: 0.82rem;
}
.report-config-header .btn {
    padding: 4px 7px;
    background: transparent;
    color: #ffffff;
}
.report-config-header .btn:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
}
.report-config-panel #reportLoad {
    padding: 12px 12px 12px 12px;
}
.report-loading {
    padding: 24px 10px;
    color: #737373;
    text-align: center;
}
.report-loading i {
    margin-right: 5px;
    color: #3498db;
}

@media (max-width: 767.98px) {
    .report-library-header .text-end {
        margin-top: 8px;
        text-align: left !important;
    }
    .report-library-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
    .report-filter-bar {
        gap: 5px;
    }
    .report-filter {
        flex: 1 1 auto;
        text-align: center;
    }
}

/* MFA Security */
.mfa-qr-container {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.mfa-qr-image {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.mfa-code-input {
    letter-spacing: 0.35rem;
    text-align: center;
}

.mfa-action-button,
.mfa-disable-button {
    margin-top: 24px;
}

.mfa-recovery-codes {
    border: 1px solid #e6e6e6;
    padding: 10px;
    columns: 2;
    font-family: monospace;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.mfa-status-badge {
    width: auto;
    min-width: 100px;
    margin-bottom: 0;
}

.mfa-help-text {
    margin-bottom: 10px;
}
