@font-face {
    font-family: Main;
    src: url("fonts/ProximaNova_new.otf") format("opentype");
}

@font-face {
    font-family: Main;
    font-weight: 200;
    src: url("fonts/proximanova-thin-webfont.ttf") format("opentype");
}

@font-face {
    font-family: Main;
    font-weight: 300;
    src: url("fonts/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: Main;
    font-weight: bold;
    src: url("fonts/proximanova-semibold.otf") format("opentype");
}

button.primary, a.primary, .welcome button.mat-primary, .welcome a.mat-primary {
    background-color: #AC9B6E;
    color: white;
    border: 2px solid white;
    border-radius: 0;
    font-size: 20px;
    font-weight: 200;
    padding: 8px 24px;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}
button.primary:hover, a.primary:hover, .welcome button.mat-primary:hover, .welcome a.mat-primary:hover {
    color: #AC9B6E;
    border-color: #AC9B6E;
    background-color: white;
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-button.primary .mat-button-focus-overlay {
    background: none !important;
}
button.primary[disabled], a.primary[disabled] {
    background-color: #EAEAEA;
    color: #999 !important;
    border-color: transparent;
}

.welcome button.mat-primary[disabled], .welcome a.mat-primary[disabled] {
    background-color: #EAEAEA;
    color: #999 !important;
    border-color: transparent;
}
.welcome button.mat-cancel, a.mat-cancel {
    background: none;
    color: black;
    font-weight: 200;
}

.menuBar button, .menuBar a {
    font-size: 20px;
    background: none;
    padding: 5px 20px;
    margin-left: 20px;
}
.faqMenuPanel {
    margin-top: 78px;
    min-width: 360px !important;
    max-width: unset !important;
    background: #fafafa !important;
}
.faqMenuPanel .mat-menu-item {
    font-size: 18px;
    font-weight: 300;
    font-family: Main, Roboto;
    color: black;
}
.mobile.faqMenuPanel {
    position: absolute;
    margin-top: 54px;
    width: calc(100vw - 58px);
    min-width: unset !important;
}
.mobile.faqMenuPanel .mat-menu-item {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .mobile.faqMenuPanel .mat-menu-item {
        white-space: normal;
        line-height: 1.2em;
        height: unset;
        min-height: 2em;
        padding: 6px 0;
    }
}

.no-error .mat-form-field-wrapper {
    padding-bottom: 0;
}

.faqButton .mat-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}


.jurorBody, .adminBody {
    margin: 0 30px;
}

.termsTitle, .privacyTitle {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.termsBody, .privacyBody {
    max-width: 800px;
    margin: auto;
}

.nopaddingPanel .mat-dialog-container {
    padding: 0;
}