/*!
 * MixUI - 1.0.0
 */
@media (min-width:576px){a.link-fx{position:relative}a.link-fx:before{background-color:currentColor;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:0 50%;transition:transform .2s ease-out;visibility:hidden;width:100%}}a.link-fx:focus:before,a.link-fx:hover:before{transform:scaleX(1);visibility:visible}a.link-fx:before{background-color:var(--theme-link-color,var(--bs-primary))}#page-header a.link-fx:before{background-color:var(--bs-primary)!important}a.text-primary-dark.link-fx:before{background-color:var(--theme-primary-dark)!important}a.text-primary-darker.link-fx:before{background-color:var(--theme-primary-darker)!important}a.text-primary-light.link-fx:before{background-color:var(--theme-primary-light)!important}a.text-primary-lighter.link-fx:before{background-color:var(--theme-primary-lighter)!important}a.text-dual.link-fx:before{background-color:var(--theme-primary-dark)!important}.page-header-dark #page-header a.text-dual.link-fx:before,.sidebar-dark #sidebar a.text-dual.link-fx:before,html.dark #page-header a.text-dual.link-fx:before,html.dark #sidebar a.text-dual.link-fx:before{background-color:var(--theme-text-body-color-light)!important}html.dark a:not(.mini-nav-item):not(.badge):not(.btn):not(.btn-block-option):not(.block):not(.dropdown-item):not(.nav-link):not(.page-link):not(.alert-link):not(.shell-nav-link):not(.list-group-item-action):not(.close):not(.fc-event):not(.text-success-light):not(.text-danger-light):not(.text-warning-light):not(.text-info-light):not(.text-link-hover).link-fx:before{background-color:var(--theme-primary-emphasis)}html.dark .text-link-hover.link-fx:before,html.dark a.text-link-hover.link-fx:before{background-color:#f4f4f4}html.dark .text-link-hover:focus.link-fx:before,html.dark .text-link-hover:hover.link-fx:before,html.dark a.text-link-hover:focus.link-fx:before,html.dark a.text-link-hover:hover.link-fx:before{background-color:var(--bs-primary)}html.dark #page-header a.link-fx:before{background-color:var(--bs-primary)!important}html.dark a.text-primary.link-fx:before{background-color:var(--theme-primary-emphasis)!important}