
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:wght@300;400;500;700&display=swap');
.table-sm{
    font-size: 11px;
}
body{
    background-color: #eaf0e3;
}
h3{
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    line-height: 0.6;
}
#buttonDrop .dropdown-item{
    font-weight: 400;
}
.smTD{
    font-size: 13px;
}
.modal-content{
    background-color: #eaf0e3;
}
small{
    font-family: "Nunito Sans", sans-serif;
}
.btn-group-vertical .btn{
    min-width: 250px;
    text-align: center;
}
.alert-danger{
    background-color: #a31818;
    color: #ffb9b9;
}
.upPreview{
    padding: 5px 15px 5px 20px;
    border-radius: 8px;
    border: 1px solid #697150;
    font-size : 13px;
    font-weight: bold;
    margin-left: 10px;
    background-color: #f0f5eb;
}
.navbar{
    padding: 5px 20px 5px 20px;
    background-color: #c9d9b5;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
}
.nav-item a:hover{
    background-color: #697150;
    color: #fff;
    border-radius: 5px;
}
.nav-item a{
    color: #36454F;
}
.navbar-nav .nav-link.show{
    color: #36454F;
}
.navbar-nav .nav-link.show:hover{
    color: #fff;
}
.dropdown-item{
    font-size: 13px;
    font-weight: 900;
}
.dropdown-menu .show{
    width: auto;
}
.navbar .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    width: 100%; /* You can also try specific widths like max-width: 300px */
    overflow-x: hidden;
}
#pageTitle{
    margin-top: 50px;
}
.dashboardBox{
    background-color: #697150;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    min-height: 120px;
}
.dashboardBoxLast{
    background-color: #697150;
    color: #fff;
    border-radius: 10px;
    min-height: 120px;
}
.dashboardBoxLight{
    background-color: #c9d9b5;
    color: #000;
    border-radius: 10px;
    margin-right: 10px;
    min-height: 120px;
}
.topRow{
    min-height: 65px;
}
.mr-10{
    margin-right: 10px;
}
#back a, a:visited, a:active{
    text-decoration: none;
    color: #697150;
}
#back a:hover{
    text-decoration: none;
    color: #7f8e54;
}
.dashboardBoxLight a{
    color: #000;
    text-decoration: none;
}
.dashboardIcon{
    background-color: #c9d9b5;
    color: #36454F;
    padding: 5px;
    border-radius: 3px;
}
.dashboardIcon-dk{
    background-color: #697150;
    color: #c9d9b5;
    padding: 5px;
    border-radius: 3px;
}
#memoryChart {
    width: 400px;
    height: 120px;
}
.icon-wrapper {
    background-color: #697150;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 50px;
    border-radius: 10px;
}
.bg-light{
    background-color: #c9d9b5!important;
}
.dashboardIconLg {
    background-color: #697150;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.login-card {
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.statPR{
    font-size: 18px;
}
.statResult{
    font-size: 18px;
    font-weight: bold;
}
.caption{
    font-size: 10px;
}
.dashboardBoxText{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.dashboardBox a{
    color: #fff;
    text-decoration: none;
}
.dashboardBoxLast a{
    color: #fff;
    text-decoration: none;
}
#innerMainBody{
    background-color: #d8e4ca;
    border-radius: 15px;
}
#innerMainBodySpecial{
    background-color: #d8e4ca;
}
h5{
    font-weight: bold;
}
.select2-container .select2-selection--single{
    height: 60px!important;
}
select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100px!important;
}
h6{
    font-weight: bold;
}
#modalBody .form-floating > .form-control{
    border-color: #697150;
}
.largeTextArea{
    height: 175px!important;
    border-color: #697150;
}
.btn-primary{
    background-color: #697150;
    border:#36454F;
}
.btn-info{
    background-color: #7c9163;
    border: #7c9163;
    color: #fff;
}
.btn-info:hover{
    background-color: #566545;
    border: #566545;
    color: #fff;
}
.btn-primary:hover{
    background-color: #575e3e;
}
.btn-info:active{
    background-color: #566545!important;
    color: #fff!important;
}
.btn-info:focus{
    background-color: #566545;
}
.drag-drop {
    border: 2px dashed #1b62bf; /* Border color of the drop area */
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    color: #999;
    margin: 0;
}

.drag-drop.dragging {
    background-color: #f6f9ff; /* Background color when dragging */
    border-color: #1b62bf;
    color: #1b62bf;
}

.drag-drop input {
    display: none; /* Hide the default file input */
}

.file-preview {
    margin-top: 20px;
    text-align: left;
}
#report_table .table {
    background-color: transparent;
}

/* Optional: Remove background color for table rows */
#report_table .table tr {
    background-color: transparent;
}

/* Optional: Remove background color for table header */
#report_table .table thead {
    background-color: transparent;
}

/* Optional: Remove background color for specific cells */
#report_table .table td, .table th {
    background-color: transparent;
}
table.table-bordered > thead > tr > th{
    border:1px solid #566545;
    color: #fff;
  }
  table.table-bordered > tbody > tr > td{
    border:1px solid #566545;
  }
.bg-dk{
    background-color: #697150!important;
    color: #fff!important;
}
.text-success{
    font-weight: bold;
}
#modalBody .form-control{
    border:1px solid #566545!important;
}
label{
    font-weight: bold;
}
.accordion-item:first-of-type > .accordion-header .accordion-button{
    background-color: #9aad82;
    color: #fff;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed{
    background-color: #9aad82;
    color: #fff;
    font-weight: bold;
}
.accordion-button:not(.collapsed){
    background-color: #566545;
    color: #fff;
    font-weight: bold;
}
.accordion-button:focus{
    box-shadow: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #566545;
    color: #fff;
}
.nav-tabs .nav-link{
    color: #575e3e;
}
.btn-info{
    background-color: #8aa769;
}
.btn-outline-primary{
    color: #fff;
    border: 1px solid #8aa769;
}
.btn-outline-primary:hover{
    background-color: #8aa769;
    border: 1px solid #8aa769;
}
.file-preview{
    text-align: center;
    padding: 5px;
    background-color: #575e3e;
    color: #fff;
    border-radius: 5px;
}
.active > .page-link, .page-link.active {
    background-color: #566545;
}
.page-link{
    color: #566545;
}