@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
.border_oliva {
    border-top: 5px solid #3A5819 !important;
    border-radius: 5px !important;
}
.oliva_button {
    background: #3A5819 !important;
    border-color: #3A5819 !important;
    color: #FFF !important;
}
.border_smart {
    border-top: 5px solid #ff7a00 !important;
    border-radius: 5px !important;
}
.btn-smart {
    color: #fff;
    background-color: #ff7a00;
    border-color: #ff7a00;
    box-shadow: none;
}
.btn-smart:hover {
    color: #fff;
    background-color: #b85900;
    border-color: #b85900;
    box-shadow: none;
}

.btn-smart-selecionado {
    color: #fff;
    background-color: #9e4c00 !important;
    border-color: #9e4c00 !important;
    box-shadow: none;
}

.text-smart {
    color: #ff7a00!important;
}
.bg-smart {
    background-color: #ff7a00!important;
    color: white;
}
.dark-mode .btn-smart {
    color: #fff;
    background-color: #ff7a00;
    border-color: #ff7a00;
    box-shadow: none;
}
.dark-mode .btn-smart:hover {
    color: #fff;
    background-color: #bf4a18;
    border-color: #bf4a18;
    box-shadow: none;
}
.margin-btn {
    margin-bottom: 5px;
}
.alert-warning {
    background: #FFC107 !important;
}
.alert-orange {
    background: #FF6A00 !important;
}
.alert-alert {
    background: #D24E4E !important;
}
.alert-warning .toast-body {
    color: #FFF !important;
}
.alert-orange .toast-body {
    color: #FFF !important;
}
.alert-alert .toast-body {
    color: #FFF !important;
}
.toasts-bottom-right {
    bottom: 10px !important;
    right: 5px !important;
}
.b-r-0 {
    border-radius: 0 !important;
}
.card-footer-alistados-func {
    background-color: inherit !important;
}
.btn-square-md {
    width: 100px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100px !important;
    text-align: center;
    padding: 0px;
    font-size: 15px;
}
@media (max-width: 767px) {
	.btn-square-md {
		width: 100% !important;
		margin-top: 15px;
	}
    .justify-content-xsm-center {
        justify-content: center !important;
    }

    .navbar-nav div p, .navbar-nav div label {
        display: none;
    }



}
.badge_pesquisa {
    cursor: pointer;
}
.icon_pesquisa {
    height: 16px;
    width: 16px;
}
body:not(.layout-fixed) .main-sidebar {
    height: 100vh;
}
.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
.custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #454D55;
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #2F3439;
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #2F3439;
}
.card-smart:not(.card-outline)>.card-header, .card-smart:not(.card-outline)>.card-header a {
    color: #fff;
}
.card-smart:not(.card-outline)>.card-header {
    background-color: #ff7a00;
}


@media (min-width: 980px) and (max-width: 1199px) {
	.btn-square-md {
		margin-left: 15px;
	}

    .login-box {
        width: 430px;
    }
}
/* Desktop grande */

@media (min-width: 1201px) and (max-width: 1366px) {
	.btn-square-md {
		margin-left: 15px;
	}

    .login-box {
        width: 430px;
    }
}
/* Desktop full-hd */

@media (min-width: 1367px) {
    .btn-square-md {
        margin-left: 15px;
    }

    .login-box {
        width: 430px;
    }
}



.dark-mode .form-control:disabled, .form-control[readonly] {
    background-color: #6e6e6e !important;
    color: #c3c3c3 !important;
    opacity: 1;
    cursor: no-drop;
}

.content-wrapper {
    background-color: transparent;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ff7a00;
    color: #fff;
}

.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ff7a00;
    color: #fff;
}

.active-subsubmenu {
    color: #ff7a00 !important;
}

.nav-link {
    font-size: 0.8rem !important;
    padding: 0.35rem 1rem !important;
}

.btn-feed {
    font-size: 0.6rem;
    margin-left: 7px;
    height: 17px;
    padding: 0.05rem 1rem;
}

.btn-margin {
    margin-left: 15px;
}