﻿body {
}

:target {
    border:1px solid red !important;
}


/*form {
    margin:0 auto;
    max-width:654px;
}*/
form {
    max-width: 976px;
    margin: 0 auto;
}

.inline-block {
    display: inline-block;
}

.form-row {
    width: 100%;
    padding: 1em;
}

    .form-row .form-label {
        display: flex;
        min-width: 45px;
        /*  font-style: italic;*/
        color: #140f50;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5rem;
        font-family: National-2-Condensed !important;
    }

    .form-row > div {
        margin: 6px;
        min-width: 400px;
        padding-left: 2em;
        vertical-align: top;
    }


    .form-row input[type=text] {
        color: #3b4145;
        border: 1px solid #586167;
        border-radius: .25rem;
        /* height: 40px;
        margin-top: .5rem; 
        padding: 8px 16px;*/
        font-family: Roboto Serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
    }

    .form-row input[type=text], input[type="email"], input[type="tel"] {
        /* display: block; */
        width: 100%;
        padding: 1rem 1rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid #140f50;
        border-radius: var(--bs-border-radius);
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .form-row select,
    .form-select {
        --bs-form-select-bg-img: url('/includes/img/chevron-down.svg');
        display: block;
        width: 100%;
        padding: 1rem 3rem 1rem 1rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        appearance: none;
        background-color: var(--bs-body-bg);
        background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 16px 12px;
        border: var(--bs-border-width) solid #140f50;
        border-radius: 4px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.required-field {
    color: red;
}

.button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #1448ff;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: National-2-Condensed;
    font-size: 1.125rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.5rem;
    min-width: 170px;
    padding: 1pc;
    text-decoration: none;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

/* Toggle input */
input[id*="toggle_"],
.toggle {
    display: none;
}

    input[id*="toggle_"]:checked ~ .toggle {
        display: inline-block;
    }
/* Toggle input */

/* AU Css rips */
label {
    font-family: National-2-Condensed, arial, helvetica, sans-serif;
    line-height: 1.5rem;
    padding-right: 25px;
}

.form-label {
    margin-bottom: 0px;
    font-size: 1.125rem;
    color: #140f50;
}

.form-text {
    margin-top: 0px;
    font-size: 0.875rem;
    color: #586167;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #140f50;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tooltip-content {
    border-radius: 4px;
    background-color: #E9ECEE;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
}

button.tooltip {
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%200c6.61%200%2012%205.39%2012%2012%200%206.656-5.39%2012-12%2012-6.656%200-12-5.344-12-12C0%205.39%205.344%200%2012%200Zm0%2018.75c.797%200%201.5-.656%201.5-1.5s-.703-1.5-1.5-1.5c-.89%200-1.5.656-1.5%201.5s.656%201.5%201.5%201.5Zm3.234-6.656c1.032-.61%201.641-1.688%201.641-2.813C16.875%207.453%2015.422%206%2013.5%206h-2.39C9.327%206%207.874%207.453%207.874%209.281c0%20.61.516%201.125%201.125%201.125a1.14%201.14%200%200%200%201.125-1.125%201.01%201.01%200%200%201%201.031-1.031h2.39c.563%200%201.079.469%201.079%201.031%200%20.375-.188.703-.516.89l-2.671%201.595c-.376.234-.563.609-.563.984v.75c0%20.61.516%201.125%201.125%201.125a1.14%201.14%200%200%200%201.125-1.125v-.094l2.11-1.312Z%22%20fill%3D%22%23140F50%22%2F%3E%3C%2Fsvg%3E");
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 0px;
    right: calc(var(--bs-gutter-x) * 1);
    background-repeat: no-repeat;
}
/* AU Css rips */
.ErrorLabel {
    color: #D32362 !important;
}

.rfvTextbox, .rfvEmailTextbox {
    color: #d32362;
    margin-top: 10px;
    font-family: Roboto Serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.rfvEmailTextbox::after {
    content: "\A";
    white-space: pre;
}