 body {
      margin: 0;
      font-family: 'Montserrat', sans-serif !important;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
    }
    .bg-green {
      background-color: #1a8917 !important;
      color: #ffffff !important;
    }
    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
    .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
      background-color: #1a8917 !important;
    }
    .nav-pills .nav-link {
      border-radius: 0px !important;
    }
    .divider{
       
    margin-left: 10px;
    margin-right: 10px;

    }

    .info-box {
        padding: 0px !important;
   
    }

    .breadcrumb-item+.breadcrumb-item::before {

        content: "|" !important;
    }
    

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');


    .f14 {
      font-size: 13px !important;

    }

    .select2-container .select2-selection--single {
      height: 38px !important; /* Adjust the height to your preference */
      /* width: 300px !important; */
    }

    label:not(.form-check-label):not(.custom-file-label) {
      font-weight: 400 !important;
  }

  .imput_mess {

    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #000000;
}

.form-control {
  background-color: #f1f1f1 !important;
  border-radius: 0px !important;

}