.btn-load-more {
    background: transparent;
    border: 0;
}

.f-14 {
    font-size: 14px;
}

.custom-sidebar {
    display: flex;
    flex-direction: column;
    height: 92vh;
    justify-content: space-between;
}

.sidebar-logo {
    width: 100px;
}

.brand-space {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bg-login-page {
    height: 100vh;
}

.bg-login-page:before {
    content: 'RISE GROUP';
    font-size: 400px;
    position: absolute;
    font-family: fantasy;
    text-align: center;
    width: 100%;
    line-height: 1;
    color: #eee;
}

.aside-logo span.situs-name {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.form-check-input.check-all {
    margin-top: 0;
}

.btn-pass {
    display: none;
}

.btn-pass.show {
    display: block;
}

.danger-session {
    color: #dc3545;
    margin-bottom: 10px;
    margin-top: -20px;
}

#typeEmailX.form-control-lg {
    padding: 0.5rem 20px;
}

.show-togle {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0 10px;
    color: #212529;
    font-size: 20px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-position: right calc(0.375em + 13px) center;
}

.text-red {
    color: #dc3545
}

.statistic-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.statistic-card {
    border: 1px solid #bbb;
    border-radius: 10px;
    width: calc(25% - 15px);
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.statistic-card p {
    margin-bottom: 0;
    font-size: 16px;
}

.icon-content {
    width: 80px;
    background: #1e1e2d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-content i.bi {
    font-size: 32px;
    color: #fff;
}

.right-content {
    padding: 15px;
}

.right-content h3 {
    font-size: 28px;
}