.sidenav .navbar-brand {
    padding: 0px;
}


.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
    width: 100%;
    max-height: 200px !important;
}


.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto !important;
}

.sidenav-header {
    height: auto !important;
}


.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #12a31f, #000);
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #12a31f, #000);
}


a:hover {
    color: #12a31f;
}


.text-gradient.text-info {
    background-image: linear-gradient(310deg, #000, #12a31f);
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #000, #12a31f);
}

span.active.badge {
    background: green;
}

span.inactive.badge {
    background: grey;
}

svg {
    color: #12a31f !important;
    font-size: 18px;
    margin-right: 10px;
}

.display_inline {
    width: auto;
    padding-right: 0px;
    margin-bottom: 10px;
}

.display_inline .form-control,
.display_inline .form-select {
    width: auto;
    display: inline;
}

.display_inline label {
    display: block;
}

input.custom_label {
    border: unset;
    pointer-events: none;
    text-align: center !important;
    background: #12a31f;
    color: #fff;
    border-radius: 6px;
}


.vehicleCreateCardBody {
    overflow: scroll !important;
}

.vehicleCreateCardBody form {
    width: 2000px !important;
}

.vehicleCreateCardBody .display_inline {
    width: 2000px;
}

.display_inline .btn {
    margin-bottom: 0;
}

.vehicleCreateCardBody_update {
    overflow: scroll !important;
}

.vehicleCreateCardBody_update form {
    width: 2300px !important;
}

.vehicleCreateCardBody_update .display_inline {
    width: 2300px;
}

#iconNavbarSidenav {
    background: #12a31f;
    padding: 10px !important;
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .card.mx-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card-body {
        padding-right: 20px !important;
    }

    .card-body button {
        margin-top: 0 !important;
    }
}


.dt-paging {
    float: right;
}

button.dt-button {
    background: #12a31f !important;
    border-color: #12a31f !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.dt-buttons {
    margin-top: 10px;
}


.dt-length select.form-select {
    padding: 10px 30px 10px 10px;
    background-position-x: 30px;
}
