

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


._1stFont {
    font-family: 'Poppins';
}





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




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


._3rdFont {
    font-family: 'Poppins';
}




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


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





._1stBackground {
    background-color: #000000;
}

._1stColor {
    color: #000000;
}

._1stBorder {
    border-color: #000000;
}




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

._1stContrastColor {
    color: #FFFFFF;
}

._1stContrastBorder {
    border-color: #FFFFFF;
}




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

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

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

._2ndColor {
    color: #4C4C4E;
}

._2ndBorder {
    border-color: #4C4C4E;
}




._2ndContrastBackground {
    background-color: #FFFFFF;
}

._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: #FFFFFF;
}
.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: #4C4C4E;
    border-color: #4C4C4E;
}
._2ndContrastBorder {
    border-color: #FFFFFF;
}




._3rdBackground {
    background-color: #C5A250;
}

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

._3rdColor {
    color: #C5A250;
}

._3rdBorder {
    border-color: #C5A250;
}




._3rdContrastBackground {
    background-color: #FFFFFF;
}

._3rdContrastColor {
    color: #FFFFFF;
}

._3rdContrastBorder {
    border-color: #FFFFFF;
}



._AttentionBackground {
    background-color: #C5A250;
}

._AttentionColor {
    color: #C5A250;
}

._AttentionBorder {
    border-color: #C5A250;
}




._AttentionContrastBackground {
    background-color: #FFFFFF;
}

._AttentionContrastColor {
    color: #FFFFFF;
}

._AttentionContrastBorder {
    border-color: #FFFFFF;
}

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


:root {
    
        --1stColor: #000000;
    
    
        --2ndColor: #4C4C4E;
    
    
        --3rdColor: #C5A250;
    
    
        --1stContrastColor: #FFFFFF;
    
    
        --2ndContrastColor: #FFFFFF;
    
    
        --3rdContrastColor: #FFFFFF;
    
    
        --Attention: #C5A250;
    
    
        --AttentionContrast: #FFFFFF;
    
    
        --1stFont: Poppins;
    
    
        --2ndFont: Jura;
    
    
        --3rdFont: Poppins;
    
    
        --HeaderFont: Poppins;
    
    --brandLight: #fafafa;
}