:root {
    --smm-primary: #4f46e5;
    --smm-primary-hover: #4338ca;
    --smm-primary-soft: rgba(79, 70, 229, 0.14);
}

.btn-primary,
.btn.btn-primary,
.smmspot .btn-primary,
.reg-btn .btn-primary {
    background: var(--smm-primary) !important;
    border-color: var(--smm-primary) !important;
}

.btn-primary:hover,
.btn.btn-primary:hover,
.smmspot .btn-primary:hover {
    background: var(--smm-primary-hover) !important;
    border-color: var(--smm-primary-hover) !important;
}

.smmspot-sidebar .nav-link.active,
.smmspot-sidebar a.active,
.sidebar-menu .active {
    background: var(--smm-primary-soft) !important;
    color: #c7d2fe !important;
    border-color: var(--smm-primary) !important;
}

.smmspot-title-line,
.smmspot-head .smmspot-big-sp {
    background: var(--smm-primary) !important;
    color: var(--smm-primary) !important;
}

a:hover,
.text-primary {
    color: var(--smm-primary) !important;
}

.form-check-input:checked {
    background-color: var(--smm-primary) !important;
    border-color: var(--smm-primary) !important;
}
