

/*# sourceMappingURL=custom.min.css.map */
@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&display=swap');
*{
    font-family: "Lato" !important;
    font-optical-sizing: auto;
    font-style: normal;
}


.auth-cover-left{
    background-color: #fff;
  min-height: 100vh;
}

.auth-cover-right{
    background-color:  #f3f7f9;
  min-height: 100vh;
}

.content_description {
   border: 1px solid #385d3b; padding: 20px;

}

.content_description:hover {
   box-shadow: 0 0 2px rgba(2,104,115,0.6); background:#385d3b !important ;  color: #fff !important;
transform: translateY(-10px);
}

 #Loginblock blockquote:hover {
    transform: translateY(-10px);
  }

   .btn{
     transition: transform 250ms;
  }
    .btn:hover {
    transform: translateY(-10px);
  }

  .bg-dark{background-color:#385c3b!important ; border-color:#385c3b!important}
  .theme-color{color:#385c3b!important}.

  .sidebar-wrapper .metismenu {
  background-color: #fff !important;
}



html.semi-dark .sidebar-wrapper {
	background-color: #046938 !important;
	border-right: 1px solid #046938;
	box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 32%) !important;
}
html.semi-dark .sidebar-wrapper .sidebar-header {
	background-color: #046938 !important;
	border-right: 1px solid #046938;
	border-bottom: 1px solid rgb(255 255 255 / 15%)
}

html.semi-dark .sidebar-wrapper .metismenu a {
    color: #fff !important;
}

html.semi-dark .logo-icon {
filter: none !important;
}