.hand-customize-cursor, .row-customize-cursor > tbody > tr{
    cursor: pointer;
}

.daterangepicker.auto-apply .drp-buttons{
    display: block;
}

.vertical-drag-customize-cursor{
    cursor: ns-resize;
}

.photo-profile{
    max-width: 50vw;
    max-height: 50vh;
}

.theme-card-background{
    background: rgba(40, 53, 140, 0.08);
}

.theme-card-text-color{
    color: #28358C
}

.bg-theme-primary{
    background-color: #28358C;
}

.text-theme-primary{
    color: #28358C;
}

#togglePassword {
    color: #6c757d;
    transition: color 0.3s ease;
}

#togglePassword:hover {
    color: #28358C;
}

#togglePassword:focus {
    box-shadow: none;
    outline: none;
}

.password-toggle-container {
    position: relative;
}