
@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');

body{
    background-color:#F0F3F6!important;
}
.btn-secondary{
    color:#fff!important;
}
 .section-title {
      font-size: 1.3rem;
      color: var(--main-color);
      border-bottom: 2px solid var(--main-color);
      padding-bottom: 4px;
      margin-bottom: 1rem;
    }
    .info-card {
      background: #fff;
      border: none;
      border-left: 5px solid var(--main-color);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      margin-bottom: 1rem;
    }
    .info-label {
      font-weight: 600;
      color: #444;
    }
    .info-value {
      color: #000;
    }
    .icon-box {
      font-size: 1.3rem;
      color: var(--main-color);
      margin-right: 10px;
    }
.action-card {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      background-color: white;
      color: #1a1a2e;
      text-decoration: none;
      transition: all 0.2s ease;
      height: 100%;
    }

    .action-card:hover {
      background-color: #f0f4f8;
      text-decoration: none;
      transform: translateY(-2px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }

    .action-icon {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
    }

    .icon-add {
      background-color: #697150;
    }

    .icon-edit {
      background-color: #697150;
    }

    .icon-search {
      background-color: #697150;
    }

    .action-title {
      margin: 0;
      font-size: 1.1rem;
      font-weight: 600;
    }

#gemcode{
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #566545;
    text-transform: uppercase;
    opacity: 0.63;
}
h4{
    font-weight: bold;
    color: #566545;
}
.text-label{
    font-weight: bold;
}
.form-control {
    border-left: 4px solid #566545; /* Green left border with your specified color */
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background-color: #ffffff;
  }
  
  /* Keep the green left border when focused, but add the standard focus styling as well */
  .form-control:focus {
    border-left: 4px solid #566545;
    box-shadow: 0 0 0 0.2rem rgba(86, 101, 69, 0.25); /* Matching shadow color */
  }
.table-sm{
    font-size: 11px;
}
.card{
    border-radius: 15px;
}
.card-header{
    font-size: 16px!important;
    font-weight: bold;
    color: #7d7d0b;
    background-color: transparent;
}
.accordion-body .card{
    background-color: #eaede7;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold   ;
}
.accordion-item:first-of-type > .accordion-header .accordion-button[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled){
   font-weight: bold;
}
h3{
    font-family: "Nunito Sans", sans-serif;
    font-weight: bold;
    line-height: 0.6;
}
.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: #faeded;
}
.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: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.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;
}
#buttonDrop .dropdown-item{
    font-weight: 400;
}
.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!important;
}
.btn-info:hover{
    background-color: #566545;
    border: #566545;
    color: #fff;
}
.btn-primary:hover{
    background-color: #575e3e;
}
.btn-primary:active{
    background-color: #566545!important;
    color: #fff!important;
}
.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;
}
.btn-outline-gem{
    background-color: transparent;
    color: #566545;
    border: 1px solid #566545;
    font-weight: bold;
}
.btn-outline-gem:hover{
    background-color: #566545;
    color: #fff;
    border: 1px solid #566545;
}
.btn-link:visited, .btn-link:active{
    background-color: #566545;
    color: #fff;
    border: 1px solid #566545;
    text-decoration: none!important;
}
.btn-outline-gem:active{
    background-color: #566545;
    color: #fff;
    border: 1px solid #566545;
}
.btn-outline-gem:hover{
    background-color: #566545;
    color: #fff;
    border: 1px solid #566545;
}
a.btn-link {
    text-decoration: none !important;
}
.text-success{
    font-weight: bold;
}
#modalBody .form-control{
    border:1px solid #566545!important;
}
label{
    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;
}
