@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_pink {
    border-top: 5px solid #FF007A !important;
    border-radius: 5px !important;
}
.btn-pink {
    color: #fff;
    background-color: #FF007A;
    border-color: #FF007A;
    box-shadow: none;
}
.btn-pink:hover {
    color: #fff;
    background-color: #c70060;
    border-color: #c70060;
    box-shadow: none;
}
.text-pink {
    color: #FF007A!important;
}
.dark-mode .btn-pink {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c;
    box-shadow: none;
}
.dark-mode .btn-pink:hover {
    color: #fff;
    background-color: #e5247e;
    border-color: #e5247e;
    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;
}
@media (max-width: 767px) {
    .justify-content-xsm-center {
        justify-content: center !important;
    }
    #email-login {
        font-size: 12px;
    }
}
.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-pink:not(.card-outline)>.card-header, .card-pink:not(.card-outline)>.card-header a {
    color: #fff;
}
.card-pink:not(.card-outline)>.card-header {
    background-color: #FF007A;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .login-box {
        width: 430px;
    }
}
/* Desktop grande */

@media (min-width: 1201px) and (max-width: 1366px) {
    .login-box {
        width: 430px;
    }
}
/* Desktop full-hd */

@media (min-width: 1367px) {
    .login-box {
        width: 430px;
    }
}

.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
.dark-mode .nav-tabs .nav-item.show .nav-link, .dark-mode .nav-tabs .nav-link.active {
    background-color: #e83e8c !important;
    border-color: #56606a #56606a transparent #56606a;
}

.dark-mode .nav-tabs .nav-item.show .nav-link, .dark-mode .nav-tabs .nav-link {
    color: white !important;
    background-color: #737f8c !important;
    border-color: #56606a #56606a transparent #56606a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #FF007A !important;
    color: white !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background-color: #c70060 !important;
    color: white !important;
}

.dark-mode .nav-tabs .nav-item.show .nav-link, .dark-mode .nav-tabs .nav-link:hover {
    background-color: #e5247e !important;
    border-color: #56606a #56606a transparent #56606a;
}

@media (max-width: 767px) {
    #row-comodato {
        display: block;
    }

    #row-comodato .col-3, #row-comodato .col-2, #row-comodato .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .row-produtos {
        display: block;
    }

    .row-produtos .col-3, #row-produtos .col-12 {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
}

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

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