
:root {
    --custom-font-url: {{ twillAsset('fonts/custom-sailec-regular.woff2') }};
  }

.a17.a17--login, .header{
    background: #5873F0;
}

.login__input{
    background: unset;
    border-color: #fff;
}

.login__label, .login__help span, .login__copyright a, .login__copyright a:hover, .header__item a, .header__user a, .header__user a .icon, .headerSearch a * {
    color:#fff;
}

.login__button{
    background: #F0A0BD;
    border-radius: 15px;
}

.login__heading--title{
    text-align: center !important;
    font-family: 'Custom Sailec Regular';

}


@font-face {
  font-family: 'Custom Sailec Regular';
  src: url(var(--custom-font-url)) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header__items{
    text-transform: capitalize;
}

.header__items+.header__items:before{
    content:unset
}


.dashboardSearch, .container.search.search--dashboard{
    background:#5873F0}

.nav{
    background: #faf2ed;
    border-bottom:1px solid rgba(0,0,0,.05);
    
}

.nav__list li a{
    color:#262626;
}

.search__input input{
    background:#fff !important
}

.tablecell__feature .icon--star-feature_active{
    color: #facc15 !important
}