.btn-primary {
    background: #06502B !important;
    border-color: #06502B !important;
}

.iq-bg-primary,
.iq-top-navbar .navbar-toggler,
.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active>a,
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"],
.iq-sidebar-menu .iq-menu li a:hover {
    color: #06502B !important;
}

.bg-primary,
.badge-primary,
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] i.iq-arrow-left,
.iq-sidebar-menu .iq-menu li.active>a>i.iq-arrow-left,
.iq-sidebar-menu .iq-menu li.active-menu>a>i.iq-arrow-left {
    background: #06502B !important;
}

.sign-in-logo img {
    height: auto !important;
}



a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background: #044424 !important;
    border-color: #044424 !important;
}

.custom-file-input {
    height: 45px !important;
    cursor: pointer;
}

.slim-table td {
    padding: 4px !important;
    padding-left: 10px !important;
}

.sortable {
    cursor: grab;
}

.btn-danger {
    background-color: #c91f1f !important;
    border-color: #c91f1f !important;
    color: #ffffff !important;
}

.btn-whatsapp {
    background-color: #25d366 !important;
    color: #ffffff !important;
}

.btn-email {
    background-color: #3c58d3 !important;
    color: #ffffff !important;
}

.bg-danger {
    background-color: #c91f1f !important;
}

.bg-disable {
    background-color: #e9ecef !important;
}

.modal {
    height: 100vh !important;
}

textarea.form-control {
    line-height: normal !important;
}

.dt-bootstrap4>.row {
    margin-bottom: 10px !important;
}