#sidebar-wrapper {
    background-color: #111416 !important;
    border-right: 1px solid #252a2e;
}
#sidebar-wrapper .list-group-item {
    border: none;
    padding: 14px 20px;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
}
#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item.active {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    padding-left: 25px;
}
.crm-panel {
    animation: crmFadeIn 0.3s ease-out;
}
@keyframes crmFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.arsn-auth-viewport {
    max-width: 900px;
}
.form-control-plaintext:focus {
    outline: none;
}


#sidebar-wrapper {
    background-color: #0f1214 !important;
    border-right: 1px solid #1f2326;
}
#sidebar-wrapper .list-group-item {
    border: none;
    padding: 13px 22px;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.15px;
    transition: all 0.2s ease-in-out;
}
#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item.active {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    padding-left: 26px;
}
.crm-panel {
    animation: crmCanvasIn 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes crmCanvasIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.arsn-auth-viewport input[type="text"],
.arsn-auth-viewport input[type="password"],
.arsn-auth-viewport input[type="email"],
.arsn-auth-viewport input[type="tel"],
.arsn-auth-viewport textarea {
    border-radius: 6px !important;
    padding: 10px 14px !important;
    border: 1px solid #dcdfe4 !important;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6;
}