:root {
    --primary-color: #0649FF;
}

.primary-color {
    color: var(--primary-color) !important;
}

.padding-bottom {
    margin-bottom: 50px !important;
}

.btn-primary, .btn.btn-default-ellipsis, .btn-login {
    background-color: var(--primary-color) !important;
    color: white !important;
    /* Add other styles as desired */
    /* Example: border, padding, etc. */
}
.btn-default-ellipsis, .btn-login {
    background-color: var(--primary-color) !important;
    color: white !important;
    /* Add other styles as desired */
    /* Example: border, padding, etc. */
}

.control-label {
    font-weight: 500;
}

.primary {
    color: var(--primary-color) !important;
}

.comment-box .comment-input-header,
.form-dashboard-section .section-head,
.form-section .section-head,
.b,
.ellipsis.title-text,
.head-title {
    font-size: var(--primary);
    font-weight: 600;
    color: var(--primary-color) !important;
}

.widget .widget-head .widget-title {
    font-size: var(--primary);
    color: var(--primary-color) !important;
}

[data-theme="light"], [data-theme="dark"] {
    --primary: var(--primary-color);
}
