.navbar-brand {
    color: rgb(255, 255, 255);
    width: 200px !important;
}
/*Tool*/
.tool .navbar-brand {
    width: 40px !important;
    background-color: transparent !important;
    height: auto;
}
.tool .img-thumbnail {
    border: 1px solid rgba(217, 226, 239, 0.3) !important;
    border-radius: 0.75rem;
}
.tool .btn-outline-light {
    color: rgba(61, 74, 105, 0.7) !important;
}

@media (max-width: 992px) {
    .app-header .navbar-brand {
        display: none !important;
    }
}
.nav-item {
    font-size: 0.9em;
}
.sidebar {
    background-color: rgb(60,75,100) !important;
}
.sidebar .nav-link, .sidebar .nav-title {
    color: rgba(255, 255, 255, 0.8) !important;
}
.app-footer {
    background: #303C54 !important;
}

.c-subheader {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(216, 219, 224);
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-height: 48px;
}
.justify-content-between {
    justify-content: space-between !important;
}
.c-header .c-subheader {
    margin-top: -1px;
    border-top: 1px solid rgb(216, 219, 224);
    border-bottom: 0px;
}
.breadcrumb {
    background: none !important;
}
.bg-gradient-primary {
    background: #1f1498 !important;
    background: linear-gradient(45deg, #321fdb 0%, #1f1498 100%) !important;
    border-color: #1f1498 !important;
}

.bg-gradient-secondary {
    background: #fff !important;
    background: linear-gradient(45deg, #c8d2dc 0%, #fff 100%) !important;
    border-color: #fff !important;
}

.bg-gradient-success {
    background: #1b9e3e !important;
    background: linear-gradient(45deg, #2eb85c 0%, #1b9e3e 100%) !important;
    border-color: #1b9e3e !important;
}

.bg-gradient-info {
    background: #2982cc !important;
    background: linear-gradient(45deg, #39f 0%, #2982cc 100%) !important;
    border-color: #2982cc !important;
}

.bg-gradient-warning {
    background: #f6960b !important;
    background: linear-gradient(45deg, #f9b115 0%, #f6960b 100%) !important;
    border-color: #f6960b !important;
}

.bg-gradient-danger {
    background: #d93737 !important;
    background: linear-gradient(45deg, #e55353 0%, #d93737 100%) !important;
    border-color: #d93737 !important;
}

.bg-gradient-light {
    background: #fff !important;
    background: linear-gradient(45deg, #e3e8ed 0%, #fff 100%) !important;
    border-color: #fff !important;
}

.bg-gradient-dark {
    background: #212333 !important;
    background: linear-gradient(45deg, #3c4b64 0%, #212333 100%) !important;
    border-color: #212333 !important;
}
[class^=text-value] {
    font-weight: 600;
}
.text-value {
    font-size: 0.875rem;
}
.modal {
    background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    display: none;
}
