﻿@font-face {
    font-family: 'Neue Plak Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Plak Regular'), url('/font/ram/Neue-Plak-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Neue Plak Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Neue Plak Bold'), url('/fonts/ram/Neue-Plak-Bold.woff') format('woff');
}


body {
    font-family: 'Neue Plak Regular', sans-serif;
    color: #191919;
}


#msform {
    background-color: #fff;
}

    #msform .action-button {
        background: #aca378;
        font: bold 16px "Neue Plak Bold";
        text-transform: uppercase;
        min-width: 130px;
        height: 45px;
        padding-bottom: 31px;
        letter-spacing: normal;
        word-spacing: normal;
        padding-inline: 6px;
        padding-block: 1px;
        writing-mode: horizontal-tb !important;
        text-indent: 0px;
        text-rendering: auto;
        text-shadow: none;
        text-align: center;
        color: #fafafa;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        transition: all 0.25s ease-in;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            background: #151818;
            box-shadow: none !important;
        }

    #msform .action-button-previous {
        font: bold 16px "Neue Plak Bold";
        text-transform: uppercase;
        min-width: 130px;
        height: 45px;
        padding-bottom: 31px;
        letter-spacing: normal;
        word-spacing: normal;
        padding-inline: 6px;
        padding-block: 1px;
        writing-mode: horizontal-tb !important;
        text-indent: 0px;
        text-rendering: auto;
        text-shadow: none;
        text-align: center;
        color: #aca378;
        background-color: #fafafa;
        border: 2px solid #aca378;
        border-radius: 3px;
        outline: none;
        cursor: pointer;
        transition: all 0.25s ease-in;
    }

        #msform .action-button-previous:hover, #msform .action-button-previous:focus {
            background: #f2f2f2;
            box-shadow: none !important;
        }

#progressbar li.active:before, #progressbar li.active:after {
    background: #151818;
    color: #fafafa;
}

.checkbox-item input[type="checkbox"]:checked + .checkmark {
    background-color: #aca378;
    border-color: #aca378;
}

.alert {
    font-size: 14px;
}

.plate {
    font-size: 3rem;
}


@media (max-width: 576px) {
    .plate {
        font-size: 3rem !important;
    }

    body {
        font-size: 13px !important;
    }

    .input-form {
        font-size: 14px !important;
    }

    .value-summary {
        font-size: 13px !important;
    }

    .label-summary {
        font-size: 12px !important;
    }

    .my-select2 + .select2-container {
        font-size: 14px;
    }
}


.btn-wpp {
    border-radius: 4px;
    text-transform: uppercase;
    font: bold 18px/22px "Neue Plak Bold";
    outline: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    color: #5faa43;
    border-color: #5faa43;
}

.btn-primary {
    border: none;
    border-radius: 4px;
    color: #FAFAFA;
    background-color: #aca378;
    text-transform: uppercase;
    font: bold 18px/22px "Neue Plak Bold";
    outline: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 10px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

    .btn-primary:hover {
        background: #151818;
    }

    body .btn-primary.disabled, .btn-primary:disabled {
        color: #191919;
        background-color: #FFBA00FF;
        border-color: #db445f;
        cursor: not-allowed !important;
    }

.btn-secondary {
    color: #aca378;
    background-color: #fff;
    text-transform: uppercase;
    font: bold 16px "Neue Plak Bold";
    border: 2px solid #aca378;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    padding: 0 10px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

    .btn-secondary:hover {
        color: #aca378;
        border: 2px solid #aca378;
        background-color: #f2f2f2;
    }

    body .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #aca378FF;        
        cursor: not-allowed !important;
    }

.modal-content {
    font-family: 'Neue Plak Regular', sans-serif !important;
    font-weight: normal;
    font-size: 16px;
}

.fs-title {
    font-family: 'Neue Plak Bold', sans-serif !important;
    text-transform: uppercase;
}

.label-summary {
    font-weight: bold;
    margin-right: 10px;
    text-align: left;
    color: #191919;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.value-summary {
    font-size: 16px;
    padding: 5px 10px;
    word-break: break-all;
    text-align: left;
}

.text-li {
    font-family: 'Neue Plak Bold', sans-serif !important;
    text-transform: uppercase;
}

.my-select2 + .select2-container {
    font-family: inherit;
}

.age-title {
    font-family: 'Neue Plak Bold', sans-serif !important;
    text-transform: uppercase;
    margin-left: 15px;
}

.age-subtitle {
    margin: 0 0 0 15px !important;
}
