html,
body {
    height: 100%;
    min-height: 100%;
}



.main,
.sidenav-header,
.navbar {
    background-color: #000;
    background-color: #0f0f26ff;
    background-color: #252525;
}

.main {
    background-color: transparent !important;
}

.page-title {
    color: #0f0f26ff;
    font-size: 1.875rem;
}

.menu-item>a.active {
    background-image: linear-gradient(310deg, #8c8c8c, #000);
    background-image: radial-gradient(at bottom center, #73F9AD 0%, #D2EBE500 73%);
    background-image: radial-gradient(at bottom center, #73f9adff 0%, #D2EBE500 73%);
    background-image: none;
    background-color: #73f9adff;
    color: #0f0f26ff;
}

.sub-menu .menu-item>a.active {
    color: #5F5FFF;
    background-color: transparent;
}

.bg-gradient-danger {
    background-image: linear-gradient(310deg, #ea0606, #ff667c);
    background-image: linear-gradient(310deg, #0f0f26ff, rgb(101, 101, 255));
}

.text-gradient.text-danger {
    background-image: linear-gradient(310deg, #d60808, #ff6690);
    background-image: linear-gradient(310deg, #0f0f26ff, rgb(101, 101, 255));
}

.form-control:focus {
    border-color: #80bdff;
}

.menu-item a {
    font-weight: 500;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(91, 107, 121);
    position: relative;
    /* opacity: .5; */
}

.menu-vertical {
    width: 280px;
}

@media (min-width: 992px) {
    .content {
        width: calc(100% - 280px);
        margin-left: 280px;
    }

    .navbar {
        width: calc(100% - 280px);
    }
}


.menu-vertical.hide {
    margin-left: -280px;
}


.content {
    /* display: none !important; */
}

.menu-vertical {
    background: transparent;
    width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1026;
    overflow: hidden;
    box-shadow: none;
    border-right: 1px dashed #bec8d0;
    display: flex;
    flex-direction: column;
    transition: all .3s linear;
}

.container-menu {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.content {
    margin-top: 74px;
}

.botao_menu_controle,
.botao_menu_controle:focus {
    /* color: #000; */
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a {
    /*
    color: #5F5FFF;
    color: #131920;
    */
    font-weight: 300;
}

.breadcrumb-item a:hover {
    color: #5F5FFF;
}

.img-icon-menu {
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumb-item+.breadcrumb-item::before {
    /* color: #131920; */
}

.card {
    border: 1px solid #e7eaee !important;
}

.text-subtitle {
    color: #5b6b79;
}

.page-title-container {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.page-title {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
}

.bread-container {
    padding-left: 0;
}