/**/

body{
    background-color: #ecf0f5;
}

.login-box, .register-box {
    background-color: hsla(0, 0%, 100%, .871);
    border-radius: 25px;
    left: 50%;
    margin: 0;
    padding: 2%;
    position: absolute;
    top: 40%;
    background: rgba(255, 255, 255, 0.31);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.3px);
    -webkit-backdrop-filter: blur(10.3px);
    border: 1px solid rgba(255, 255, 255, 0.39);
 
}

html .logo {
    padding: 10px 18px;
    gap: 25px;
}
/*html .sidebar-menu:hover {
    overflow-y: scroll;
}*/
html .sidebar-menu {
    height: calc(100vh - 100px);
	min-height: auto!important;
}

html .sidebar-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 1px;
	background-color: #fff;
}

html .sidebar-menu::-webkit-scrollbar
{
	width: 1px;
	background-color: #fff;
}

html .sidebar-menu::-webkit-scrollbar-thumb
{
	border-radius: 1px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color: #fff;
}

html .btn-primary {
    background-color: #87b920!important;
    border-color: #368c28!important;
	transition: all 0.4s easy-in; 
}
html .btn-primary:hover {
    background-color:#7ba12e!important;
    border-color: #368c28!important;

}
.login-box .input-group .input-group-addon {
    border-radius: 0;
    border-color: #388b2f;
    background-color: #86b832;
    color: white;
}
.form-control:focus {
    border-color: #388b2f;
    box-shadow: none;
}
.select2-container--dashcore.select2-container--focus .select2-selection, .select2-container--dashcore.select2-container--open .select2-selection {
    border-color: #388b2f;
}

a {
    color: #388b2f;
    text-decoration: none
}

a:focus,a:hover {
    color: #87b920;
    text-decoration: underline
}


html .skin-blue .main-header .logo {
   background-color: rgba(9,68,0,1);
	    position: fixed;
}

html .skin-blue .main-sidebar, html .skin-blue .left-side {
	background: rgb(8 63 0);
//	background: linear-gradient(170deg, rgb(21 127 4) 0%, rgba(9, 68, 0, 1) 69%, rgba(54, 140, 40, 1) 100%);
    background: linear-gradient(rgb(8 63 0), #1e1d1d);
	margin-left: 10px;
	top: 10px;
    border-radius: 6px;
}
html .main-sidebar {
	position:fixed;
    width: 230px;
}

@media (min-width: 768px) {
    html .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 70px !important;
    }
    html .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 70px !important;
    }
}



.skin-blue .sidebar a {
    color: hsla(0, 0%, 100%, .75);
}

html .skin-blue .sidebar-menu > li.active > a {
    color: #ffffff;
    position: relative;
    background: linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 5%) 60%, rgb(255 255 255 / 20%));
    border-radius: 6px;
}

body .sidebar-menu > li {
    margin: 6px;
    border-radius: 5px;
    transition: color 250ms ease-in-out, background-color 300ms ease-in-out;
}
body .sidebar-menu > li:hover {
    background-color: #ffffff14;
}
.skin-blue .sidebar-menu>li.active>a:before {
    background-color: transparent;
/*    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px*/
}
html .skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background-color: #ffffff17;
    border-radius: 6px;
}
.skin-blue .sidebar-menu .treeview-menu>li.active>a, .skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #fff;
}
html .skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #b9cab7;
    transition: 0.3s color;
}
a {
    color: #388b2f;
    text-decoration: none!important;
}
.btn-warning {
    background-color: #ff7d00;
    border-color: #b35b00;
}
.admin_dropdown {
    color: #F44336;
    font-size: 14px;
    font-weight: 800;
}
@media (max-width: 768px) {
	.logo-lg img {
		max-width: 145px;
	}
    .logo {
        display: flex;
        justify-content: flex-start;
        gap: 5px;
    }

}

p.text-muted {
    font-family: 'Source Sans Pro';
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    color: #000000 !important;
}

h4 {

}
/*.box.box-primary {
    border-top-color: #3c8dbc;
}*/

.box {
    border-top-color: transparent !important;
}

.box {
    overflow: initial;
    transition: all 0.3s;
    position: relative;
    border-radius: 10px;
    background: #fff;
    border: 0.5px solid;
    margin-bottom: 20px;
    width: 100%;
    border-color: #fff;
    box-shadow: 2px 1px 1px #0000001a;
    transition: all 0.3s;
}
.box:hover {
    box-shadow: -2px 3px 15px #0000002d;
}

table.dataTable tbody tr:hover {
    background-color: #e1eaf4;
}

.drop_info_user {
/*    line-height: 0.8;*/
    margin-right: 10px;
    text-align: right;
}
/*i.fas.fa-user {
    font-size: 24px;
}*/