table,
th,
td {
    border: 1px solid rgb(231, 228, 228);
    text-align: center;
}

table,
th {
    background: #4c616b;
    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: #343a40;
    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: #64ccc5 !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%;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    z-index: 10000 !important;
}

.card {
    /* border-radius: 39px; */
}

.login-logo img {
    width: 350px;
    height: 80x;
}

.login-card-body,
.register-card-body {
    background-color: #fff;
    border-radius: 20px;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: #fff;
    color: #171717 !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #ffffff;
}

.bg-primary {
    background-color: #64ccc5 !important;
}
.login-box-msg {
    font-weight: 600;
    color: #111;
}
.loginlogo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 13px auto;
}

.login-page {
    background-color: #0e1b24 !important;
    height: 80vh !important;
}

/* aside:hover .sidebar nav ul li a span{
color: #fff;
} */

@media (min-width: 768px) {
    /* .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        display: block !important;
        -webkit-transform: translateZ(0);
    } */
}

.sidebar-open #sidebar-overlay {
    display: contents !important;
}
