/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.brand-text {
    color: #187449 !important;
}

.btn-primary {
    background-color: rgb(24 116 73 / 70%) !important;
    border-color: rgb(24 116 73 / 70%) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px rgb(24 116 73 / 70%);
}

.page-item.active .page-link,
.btn-primary:focus, .btn-primary:active, .btn-primary.active,
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    background-color:rgb(24 116 73 / 70%) !important;
}

.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
    color: rgb(24 116 73 / 70%) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: rgb(24 116 73 / 70%) !important;
    background-color: rgb(24 116 73 / 70%) !important;
}

.nav-pills .nav-link.active {
    border-color: rgb(24 116 73 / 70%);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgb(24 116 73 / 70%);
}

.main-menu.menu-light .navigation > li ul .active,
.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, rgb(24 116 73 ), rgb(24 116 73 / 70%));
    box-shadow: 0 0 10px 1px rgb(24 116 73 / 70%);
}

.text-primary {
    color: rgb(24 116 73 / 70%) !important;
}

.dataTables_scrollBody {
    overflow: visible !important;
}
