:root {
    --sj-blue-color: #1976bc;
    --sj-blue-color-opacity: #1976bccc;
    --sj-green-color: #51aa41;
    --sj-green-color-opacity: #51aa41cc;
    --sj-red-color: #d81f2e;
    --sj-red-color-opacity: #d81f2e22;
    --sj-disabled-button-color: #807c7c;
}
body.page-template #acf-regional-ads {
    margin-bottom: 15px;
}
body.page-template #acf-regional-ads label {
    font-size: 1rem;
}
body.page-template #acf-regional-ads input,
body.page-template #acf-regional-ads textarea,
body.page-template #acf-regional-ads select {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding: 7px 11px !important;
    width: 100%;
}
body.page-template #acf-regional-ads .select2-container {
    font-size: 1rem;
}
body.page-template #acf-regional-ads .acf-form-submit {
    text-align: right;
}
body.page-template #acf-regional-ads input[type="submit"] {
    background-color: var(--sj-blue-color-opacity);
    border: 0px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 8px 0;
    text-align: center;
    width: auto;
}
body.page-template .regional-ads .alert {
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: 1rem;
}
body.page-template .select2-container {
    z-index: 100;
}