.lan a{
    color: white;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}
legend{
    width: auto;
}
.table td, .table th {
    padding: 0.50rem;
}
.sql{
    color: #707b08;
}
.nav-item{
    max-height: 27px;
}


.statistic {
    padding: 20px 15px;
    margin-bottom: 15px;
}
.statistic:hover{
    text-decoration: none;
    background-color: #fbfbfb !important;
}
.has-shadow {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}
.bg-white {
    background: #fff !important;
}
.statistic .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}
.statistic strong {
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    line-height: 1;
}
.statistic small {
    color: #aaa;
    text-transform: uppercase;
}
.bg-red {
    background: #ff7676 !important;
    color: #fff;
}
.bg-red {
    background: #ff7676 !important;
    color: #fff;
}
.bg-green {
    background: #54e69d !important;
    color: #fff;
}
.bg-orange {
    background: #ffc36d !important;
    color: #fff;
}

.card-close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.card-header {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}
.card-body {
    padding: 20px;
}
#style-switch-button {
    position: fixed;
    top: 90px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch-button {
    z-index: 9999 !important;
}
#style-switch {
    width: 400px;
    max-height: 500px;
    position: fixed;
    top: 135px;
    right: 0;
    background: #fff;
    border: solid 1px #eceeef;
    z-index: 1;
}
.main-check{
    height: 350px;
    overflow-y: scroll;
    display: none;
}
.sub-check{
    padding: 0px 35px;
    margin-bottom: 10px;
}
.header-check{
    background-color: #707b08;
    padding: 5px;
}
.header-check .form-check{

}
.header-check .form-check label{
    color: white;
}