/*!
* xUCP Ultimate v: 5.4.1025 (https://derstr1k3r.com/)
* Copyright 2024 DerStr1k3r.com
*/
.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #202022;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.50rem 0 rgba(0, 0, 0, 0.25); 
}
.card > hr {
    margin-right: 0;
    margin-left: 0; 
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit; 
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; 
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; 
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
      border-top: 0; 
}
.card-header {
    background: #19191A;
    box-shadow: 0 0.25rem 0.50rem 0 rgba(0, 0, 0, 0.25); 
}
.xucp-card {
    position: relative; 
}
.xucp-card:before {
    content: '';
    position: absolute;
    content: '';
    height: 100px;
    width: 2px;
    background: linear-gradient(100deg, #002aff, transparent); 
}
.xucp-card:after {
    content: '';
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background: linear-gradient(50deg, #002aff, transparent); 
}
.hr-horizontal {
    background: transparent;
    margin: 0.5rem 0;
    width: 100%;
    background-image: linear-gradient(90deg, transparent, #002aff, transparent);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background: linear-gradient(50deg, #002aff, transparent);
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.sidebar-background {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    background-color: #19191A;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-content-wrapper {
    padding: 0 1.5rem 0 calc(1.5rem / 2);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
.navbar-brand-box {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
.footer {
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
}
.footer {
    bottom: 0;
    padding: 20px calc(1.5rem* .5);
    position: absolute;
    right: 0;
    color: var(--tb-footer-color);
    left: 250px;
    height: 60px;
    background: var(--tb-header-bg);
    border-top: 1px solid var(--tb-border-color);
}
.btn-primary {
    color: #fff;
    background-color: #002aff;
    border-color: #002aff;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
 }
.btn-primary:hover {
    color: #fff;
    background-color: #d98019;
    border-color: #cc7917; 
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #d98019;
    border-color: #cc7917;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0 0 0rem rgba(255, 167, 63, 0.5); 
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc7917;
    border-color: #bf7116; 
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0 0 0rem rgba(255, 167, 63, 0.5); 
}
.btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #002aff;
    border-color: #002aff; 
}
@media (min-width: 1200px) {
    .card-title {
        font-size: 1.5rem;
    }
    .mdi {
        font-size: 1.75rem;
    }
    .menu-title {
        letter-spacing: .05em;
        cursor: default;
        font-size: 11px;
        text-transform: uppercase;
        color: var(--tb-vertical-menu-title-color);
        font-weight: 600;
        border-top: 1mm ridge rgba(0, 0, 0, 0.125);
        border-bottom: 1mm ridge rgba(0, 0, 0, 0.125);
    }
    .nav-item:hover {
        background: rgba(48, 45, 45, 0.125);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
        text-shadow: 0 1px 0 #002aff;
    }
}