table,
th,
td {
    border: 1px solid rgb(231, 228, 228);
    text-align: center;
}

table,
th {
    background: #201d48;
    height: 30px;
    color: aliceblue;
}

td {
    color: black;
}
.mb-1{
    margin-bottom: 1rem;
}

.dataTables_wrapper.form-inline .row{
	flex: 0 0 auto;
    width: 100%;
    margin: 0;
}
.dataTables_wrapper.form-inline .row table{
    box-sizing: border-box;
}
.dataTables_wrapper input, .dataTables_wrapper select{
	padding-left: 10px;
	padding-right: 10px;
}
.dataTables_length select{
	margin: 0 5px;
}

.btn-light  {
    background-color: #e2e6ea !important;
}
.toggle-handle {
    background-color: #c2c4c7 !important;
}
.stati.bg-wet_asphalt{
    background: #201d48;
    color: white;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-dashboard a div{
    width: auto!important;
}
.stati{
    padding: 1em;
    box-shadow: 0px 0.2em 0.4em rgb(0 0 0 / 80%);
    transition: margin 0.5s ease,box-shadow 0.5s ease;
}
.row.dash-row{
    margin-left: 0;
    margin-right: 0;
}
.stati div span{
    width: 100%;
    color: #fff !important;
    display: block;
}
.box-dashboard a div span{
    font-size: 1.5em!important;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios , .toggle .toggle-on, .toggle .toggle-off , .toggle{
    border-radius: 20rem !important;
}
.btn-primary .toggle-handle{
    right: 7px;
    border-radius: 50% !important;
}
.btn-light.off .toggle-handle{
    left: 7px;
    border-radius: 50% !important;
}
.sidebar li.active {
    /* background-color: #007bff !important; */
    background-color: #1575E3 !important;
    color: #fff !important;
    border-radius: 0.5rem !important;
}
/* .sidebar li a {
    padding: 12px 5px 12px 15px;
    display: block;
}
.sidebar li{
    margin-bottom: 5px;
} */



.btn-primary .toggle-handle{
    right: 18px;
    border-radius: 50% !important;
    width: 36px;
}
.btn-light.off .toggle-handle{
    left: 18px;
    border-radius: 50% !important;
    width: 36px;
}

.btn-primary .toggle-group label{
    margin-right: 10px !important;
}
.btn-light .toggle-group label{
    margin-left: 20px;
}
.center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.width_30 {
    width: 30%;
}

.loginlogoo{
    /* vertical-align: middle; */
    border-style: none;
    width: 100px;
    height: 100px;
    margin-left: 85px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

[class*=sidebar-dark-] {
    background-color: #1f1d4a;
}

.user-header{
    background-color: #201d48;

}

.switch-cstm {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch-cstm input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-animate {
    display: none;
}
.slider-cstm {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    /*background-color: #ccc;*/

    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider-cstm:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider-cstm {
    background-color: #008000;
}

input:focus + .slider-cstm {
    box-shadow: 0 0 1px #008000;
}

input:checked + .slider-cstm:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-cstm.round {
    border-radius: 34px;
}

.slider-cstm.round:before {
    border-radius: 50%;
}