@import "/static/fonts/stylesheet.css";




input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0;
}

form input {
    margin-bottom: 10px;
    background-color: #fff;
    height: 32px;
}

form input[type=checkbox] {
    width: auto;
    box-shadow: none;
}

form #characters-left {
    position: absolute;
    bottom: 7px;
    right: 17px;
    color: rgba(0, 0, 0, 0.4);
}

form input, textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0.5em;
}

form textarea {
    /*margin-left: 5px;*/
    resize: none;
    height: 280px;
}

form input[type=submit] {
    background: #505557;
    color: #fff;
    border: 0;

    font-size: 1.6em;
    height: 100px;
    cursor: pointer;
    font-family: jj2bold, sans-serif;
    text-transform: uppercase;
}

form input[type=submit].light {
    background: #00296B;
}

form input[name=code] {
    letter-spacing: 1em;
    text-align: center;
    text-transform: uppercase;
}

/*input[type="file"] {*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 19px;*/
/*    font-size: 17px;*/
/*    color: #b8b8b8;*/
/*    margin-left: 15px;*/
/*}*/

.upload-file {
    display: inline-block;
    padding: 5px 18px;
    cursor: pointer;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    color: black;
    width: 140px;
}

.nav-link, .nav-item {
    /*color: #FFF3C7 !important;*/
    text-transform: uppercase;
}

.active {
    border-bottom: 2px solid;
}

.participate {
    background: #850128;
    width: 100%;
    height: 85px;
    text-align: center;
    vertical-align: middle;
    font-size: 28px;
    text-transform: uppercase;
    color: #FFF3C7;
    font-family: jj2bold;
}

a {
    font-family: jj2book;
}

#prizes img {
    filter: drop-shadow(0 0 1.75rem black);
}

.consent-extra {
    display: none;
}

input[type=checkbox] {
    transform: scale(2);
}

.form-error {
    color: red;
    font-size: 110%;
}

.flex-small {
    flex: 0 0 1%;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
}

.date-entry {
    color: white;
    background: #00296B;
    font-size: 2em;
    padding: 0 15px;
    margin: 0 5px;
    cursor: pointer;
}

.date-entry.selected {
    background: white !important;
    color: #00296B !important;
}

.poll ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom: 1;
    transform: scale(1.3);
    *display: inline;
    margin-right: 25px;
    /* this fix is needed for IE7- */
}

.poll input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 2px solid #333;
    border: 3px solid white;
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-right: 5px;
}

.poll input[type='radio']:checked {
    background: #333;
}

.poll .answer {
    display: flex;
    justify-content: center;
}

.poll label {
    float: left;
    padding: 0 1em;
    text-align: center;
}


@media (max-width: 575.98px) {


}
