/*:root {*/
/*    --primary-color: #cb1619;*/
/*    --dark-blue: #03141a;*/
/*    --primary-blue: #051e26;*/
/*    --button-primary-bg: var(--primary-color) !important;*/
/*    --link-color: var(--primary-color) !important;*/
/*}*/

/*.ea-dark-scheme, .ea-light-scheme {*/
/*    --button-primary-bg: var(--primary-color) !important;*/
/*    --link-color: var(--primary-color) !important;*/
/*    --dropdown-settings-active-item-color: var(--primary-color) !important;*/
/*    --table-thead-sorted-color: var(--primary-color) !important;*/
/*}*/

/*.ea-dark-scheme {*/
/*    --body-bg: var(--dark-blue) !important;*/
/*    --sidebar-bg: var(--primary-blue) !important;*/
/*}*/

/*.ea-light-scheme{*/
/*    --bs-heading-color: var(--primary-blue) !important;*/
/*}*/

:root {
    /* Bottoni primary */
    --button-primary-bg: #79b2eb;
    --button-primary-border-color: #79b2eb;
    --button-primary-hover-bg: #345c97;
    --button-primary-hover-border-color: #345c97;
    --button-primary-active-bg: #345c97;
    --button-primary-active-border-color: #345c97;
    --button-primary-color: #ffffff;

    /* Link e testi colorati */
    --link-color: #79b2eb;
    --link-hover-color: #345c97;

    /* Switch/toggle booleani */
    --color-primary: #79b2eb;

    /* Menu sidebar - voci attive */
    --sidebar-menu-active-bg: rgba(121, 178, 235, 0.1);
    --sidebar-menu-active-color: #79b2eb;

    /* Focus ring */
    --focus-ring-color: rgba(121, 178, 235, 0.25);

    /* Badge e label */
    --badge-success-bg: #79b2eb;

    --form-switch-checked-bg: #79b2eb;
    --form-switch-border-color: #79b2eb;
}