
/*# sourceMappingURL=custom.min.css.map */
.btn-danger {
    background: #018F6B !important;
    border:#018F6B !important;
}

button[type="button"] {
    background: #018F6B !important;
    border:#018F6B !important;
    color:#fff !important;
}

button[type="button"]:hover {
    color:#fff !important;
}

.nav-custom-danger {
    background: #018F6B !important;
    border:#018F6B !important;
}