:root {
    /* --thm-base: #C90101;
    --thm-base-rgb: rgba(185, 34, 34, 0.8);
    --thm-primary: #C90101;
    --thm-secondary: #FEC009;
    --thm-primary-rgb: 249, 77, 28;
    --thm-gray: #74787c;
    --thm-gray-rgb: 116, 120, 124;
    --thm-black: #1a1a1a;
    --thm-black-rgb: 26, 26, 26; */
    --thm-base: #00112e;
    --thm-base-rgb: rgba(185, 34, 34, 0.8);
    --thm-primary: #C90101;
    --thm-secondary: #FEC009;
    --thm-primary-rgb: 249, 77, 28;
    --thm-gray: #3d3d3d;
    --thm-gray-rgb: 116, 120, 124;
    --thm-black: #1a1a1a;
    --thm-black-rgb: 26, 26, 26;

    --thm-success: #28a745;
    --thm-danger: #dc3545;
    --thm-warning: #ffc107;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

body {
    background: #4F5467
}

.top-left-part {
    background: rgba(0, 0, 0, 0.1)
}

.logo i {
    color: #ffffff
}

.navbar-header {
    background: var(--thm-base);
}

.navbar-top-links>li>a {
    color: #ffffff
}

.bg-title .breadcrumb .active {
    color: #a0aec4
}

.content-wrapper .sidebar .nav-second-level li {
    background: #444859
}

.bg-theme {
    background-color: #cbb2ae !important
}

.bg-theme-dark {
    background-color: #aec9cb !important
}

.chat-list .odd .chat-text {
    background: #a0aec4
}

.btn-custom {
    background: #a0aec4;
    border: 1px solid #a0aec4;
    color: #ffffff
}

.btn-custom:hover {
    background: #a0aec4;
    opacity: .8;
    color: #ffffff;
    border: 1px solid #a0aec4
}

.customtab li.active a, .customtab li.active a:hover, .customtab li.active a:focus {
    border-bottom: 2px solid #a0aec4;
    color: #a0aec4
}

.tabs-vertical li.active a, .tabs-vertical li.active a:hover, .tabs-vertical li.active a:focus {
    background: #a0aec4;
    border-right: 2px solid #a0aec4
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #a0aec4;
    color: #ffffff
}