.box-background-color-nav {
    background-color: rgba(22,33,61, .95) !important;
}

.box-background-color-container {
    /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
    background-color: rgb(15, 23, 42) !important;
}

.box-background-custom-0 {
    background-color: #0F172A !important;
}

.box-background-custom-1 {
    background-color: #16213d !important;
}

.box-background-custom-2 {
    background-color: #3e4554 !important;
}

.box-background-custom-3 {
    background-color: #cfd0d4 !important;
}

.box-background-custom-4 {
    background-color: #e7e7e9 !important;
}

.box-background-custom-5 {
    background-color: #262e3f !important;
}

.text-color-custom-1 {
    color: #eeeeee !important;
}

.custom-transparent-50 {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.custom-transparent-100 {
    background: rgba(0, 0, 0, 0) !important;
}

.border-custom-white-100 {
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.border-custom-1 {
    border: 1px solid #e7e7e9 !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.border-none {
    border: none !important;
}

.box-shadow-progressbar {
    box-shadow: 2px 1px 10px 3px #e7e7e9 !important;
}

.box-shadow-boxes {
    box-shadow: 2px 1px 10px 3px rgba(231, 231, 233, .2) !important;
}

.content-conversation-ticket * {
    color: #eeeeee !important;
}

/* CUSTOM BOOTSTRAP */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000 !important;
    background-color: #e7e7e9 !important;
}

div.dataTables_info {
    color: white !important;
}

.modal-backdrop {
    background: #000000 !important;
    opacity: 0.9 !important;
}