


._1stFont {
    font-family: 'ProximaNova-Regular';
}




@import url('https://fonts.googleapis.com/css2?family=Inter');


._2ndFont {
    font-family: 'Inter';
}





._3rdFont {
    font-family: 'ProximaNova-Regular';
}




@import url('https://fonts.googleapis.com/css2?family=Inter');


._HeaderFont {
    font-family: 'Inter';
}





._1stBackground {
    background-color: #FFFFFF;
}

._1stColor {
    color: #FFFFFF;
}

._1stBorder {
    border-color: #FFFFFF;
}




._1stContrastBackground,
._1stContrastBackground.hamburger-inner::after,
._1stContrastBackground.hamburger-inner::before {
    background-color: #000000;
}

._1stContrastColor {
    color: #000000;
}

._1stContrastBorder {
    border-color: #000000;
}




._2ndBackground,
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    background-color: #D6D7D8;
}

.menuCategoryOptionsHeader._2ndBackground {
    /* we need important because the background color is changed from js */
    background-color: #D6D7D8 !important;
}

.edit_btn, .info_btn{
    fill: #D6D7D8 !important;
}

._2ndColor {
    color: #D6D7D8;
}

._2ndBorder {
    border-color: #D6D7D8;
}




._2ndContrastBackground {
    background-color: #E72623;
}

._2ndContrastColor,
a:visited._2ndContrastColor,
a:hover._2ndContrastColor,
a:active._2ndContrastColor,
.ui-widget.ui-widget-content.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
    color: #E72623;
}
.ui-button.ui-state-active:hover, 
.ui-button:active, .ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, 
a.ui-button:active{
    background-color: #D6D7D8;
    border-color: #D6D7D8;
}
._2ndContrastBorder {
    border-color: #E72623;
}




._3rdBackground {
    background-color: #E72623;
}

.menuItemOptionsHeader._3rdBackground {
    /* we need important because the background color is changed from js */
    background-color: #E72623 !important;
}

._3rdColor {
    color: #E72623;
}

._3rdBorder {
    border-color: #E72623;
}




._3rdContrastBackground {
    background-color: #FFFFFF;
}

._3rdContrastColor {
    color: #FFFFFF;
}

._3rdContrastBorder {
    border-color: #FFFFFF;
}






._AttentionContrastBackground {
    background-color: #9B9797;
}

._AttentionContrastColor {
    color: #9B9797;
}

._AttentionContrastBorder {
    border-color: #9B9797;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text],
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget {
    font-family: 'ProximaNova-Regular', 'Montserrat', sans-serif;
}
.ui-widget button {
    font-family: 'Inter', 'Montserrat', sans-serif;
}


:root {
    
        --1stColor: #FFFFFF;
    
    
        --2ndColor: #D6D7D8;
    
    
        --3rdColor: #E72623;
    
    
        --1stContrastColor: #000000;
    
    
        --2ndContrastColor: #E72623;
    
    
        --3rdContrastColor: #FFFFFF;
    
    
    
        --AttentionContrast: #9B9797;
    
    
        --1stFont: ProximaNova-Regular;
    
    
        --2ndFont: Inter;
    
    
        --3rdFont: ProximaNova-Regular;
    
    
        --HeaderFont: Inter;
    
    --brandLight: #fafafa;
}