.btn-block {
    padding: 1rem 3rem;
    text-transform: uppercase;
}

.btn-block.qc-btn {
    padding: 0.5rem;
    text-transform: capitalize;
}

/* LOGIN */

.login-custom {
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.login-custom .container {
    border-radius: 10px;
    background-color: #fff;
    margin: auto;
    padding: 4rem;
    box-shadow: 0px 0px 50px 1px rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: 0px 0px 50px 1px rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 0px 50px 1px rgba(150, 150, 150, 0.2);
}

.form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 4rem;
}

@media (width <= 991px) {
    .login-custom .container {
        padding: 2rem;
    }

    .form-inner {
        padding: 1rem 2rem;
    }
}

.login-custom .element {
    position: absolute;
    z-index: -1;
    width: 800px;
}

.login-custom .element.ellipse1 {
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.login-custom .element.ellipse2 {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}

.login-img img {
    width: calc(100% - 5rem);
}

.form-inner .brand-logo {
    font-size: 32px;
    font-weight: 800;
    color: #0B4BDF;
    margin-bottom: 16px;
    text-align: center;
}

/* Dashboard */
.daterangepicker-field {
    min-width: 224px;
    text-align: center;
}

.nav-category {
    color: #404040;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin: 10px 0px;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 15px 10px 35px;
    text-transform: uppercase;
}

.side-menu {
    margin-right: 0.5rem;
}

.side-menu li {
    margin-bottom: 8px;
}

.menu-icon {
    font-size: 22px !important;
    margin-right: 1rem !important;
    color: #878891;
}

.navbar .menu-icon {
    margin: 0;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(222, 226, 230) !important;
}

.greeting .welcome {
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
}

.greeting .welcome span {
    font-weight: 400;
    text-transform: capitalize;
}

.greeting .date {
    font-weight: 400;
    font-size: 18px;
}

.greeting .time {
    font-size: 30px;
}

.greeting {
    border-radius: 24px;
    background: #0B4BDF;
}

.dashboard-counts .card .card-body {
    height: 100%;
}

table td .badge {
    padding: 0.5rem;
    width: 100%;
    text-align: center;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.blink_me a,
.blink_me a i {
    color: #0B4BDF !important;
    font-weight: 800;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.btn-md-block {
    margin-top: 8px;
    padding: 1rem 2rem 1rem 2rem !important;
}

@media (max-width: 911px) {
    .btn-md-block {
        display: block;
        width: 100%;
        padding: 1rem !important;
    }
}

.dashboard-icon {
    font-size: 3rem;
}

.nav-item.nav-link {
    color: #333;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 8px 8px 0 0;
}

.nav-item.nav-link.active {
    color: #fff;
    background-color: #0B4BDF;
    font-weight: bold;
}

.card-header.rounded-custom {
    border-radius: 10px;
}

.icon-container {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container svg {
    width: 50%;
}

.icon-container.red {
    background-color: #e7667e;
}

.icon-container.orange {
    background-color: #f0977f;
}

.icon-container.green {
    background-color: #60bf63;
}

.icon-container.purple {
    background-color: #b388f3;
}

.card-header-red {
    background-color: #f9e3e6;
}
.card-header-orange {
    background-color: #faefd1;
}
.card-header-green {
    background-color: #e2f7e4;
}
.card-header-purple {
    background-color: #f1e8fb;
}

.nav-link i.navbar-icon {
    font-size: 24px !important;
}

.nav-item > a > svg {
    width: 20px;
    height: 20px;
}

.count-number {
    font-size: 1rem;
}
