
body.home {max-height: 100%; overflow-y: hidden}
#sidebar-menu ul li a.active, #sidebar-menu ul li a.active i {color: #91DB14 !important;}
.page-content {background: #F5FAF3; min-height: 100vh}
.btn-success {
  background-color: #659711;
    border-color: #659711;}
.text-primary {color: #D6FF92 !important}
.text-primary:hover {color: green !important}
.btn-primary {
  color: #fff;
  background-color: #659711;;
    border-color: #659711;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {background: green; border-color: green}
.btn-outline-primary {border-color: #659711; color: #659711}
.btn-outline-primary:hover {border-color: #659711; background-color: #659711 !important; color: #fff}
.text-success {color: #659711 !important}
.bg-green {background-color: #0E623D}
.bg-green ::placeholder {color: #fff; opacity: 1 !important}
.bg-ilus {background: url("../../images/illustration.png") no-repeat #0E623D; background-size: cover}

#menutop {list-style: none;padding: 0; margin-top: -25px; margin-left: -25px; margin-bottom: 30px}
#menutop li { display: inline-flex;  border-radius: 0 20px 20px 0; background: #8B9196; margin-left: -20px}
#menutop li:first-child {background: #000; position: relative; z-index: 9; margin-left: 0}
#menutop li a {color: #fff; padding: 10px 30px; }
.text-green {color: #3B6506}
.text-warning {color: #F2595C !important}

.btn-one {display: block; background: #fff; border: 1px solid #6B717A; color: #6B717A; font-size: 20px; padding: 1%; border-radius: .5rem; text-align: center}
.btn-one:hover {color: #fff; background: #6B717A}

.navbots .nav-link {background: #fff; border: 1px solid #000; text-align: center; border-radius: .5rem; margin-bottom: 20px; padding: 10px; font-size: 16px; color: #000; display: block}
.navbots .nav-link.active {background: #000; color: #fff}
.navbots .nav-link.active.selected {background: #3B6506; }
input[switch="success"]:checked + label {background: #3B6506;}
input[switch]:checked + label::before {font-size: 16px}

.accordion-button {border-bottom: none !important; box-shadow: none !important;}
.accordion-button:not(.collapsed) {
  color: #000;
    background-color: #F5FAF3; border-bottom: none !important}
.list-decimal {list-style: decimal}
.file-csv {vertical-align: middle; display: inline-block}
.file-csv:after {content: url("../../images/csv.svg");}

.auth-full-bg .bg-overlay {background: url("../../images/bg-auth-overlay.png"); background-size: cover}
.auth-full-bg {background-color: transparent}
.bg-light-green2 {background-color: #F5FAF3}

.ev-overlay {position: absolute;
  width: 100%;
  bottom: 0%; color: #fff; font-size: 12pt}

.nav-link {color: #0E623D; font-size: 16px}
.nav-link.active {background-color: #0E623D !important; color: #fff; border-radius: 10px 10px 0 0}
.tab-content {background: #F5F5F5}
.nav.asocs .nav-link {font-size: 12px; border-radius: 5px; background: #fff; color: #0E623D; margin-right: 10px}
.nav.asocs .nav-link.active {font-size: 12px; border-radius: 5px; color: #fff}

#inputDataList {position: relative}
#inputDataList::after {
  content: "\eb2c";
  font-family: "boxicons";
  top: 20%;
  right: 2%;
  font-size: 16px;
  position: absolute;
}
.border-bottom-1 {border-bottom: 1px solid #000}

#sidebar-menu ul li a {color: #fff}
#sidebar-menu ul li a i {color: #fff}

@media (max-width: 768px) {
   body.home {max-height: inherit; }
}


