﻿
:root {
    --primary: #e8edf5;
    --primary-75: #8ba4cc;
    --primary-50: #8ba4cc;
    --primary-25: #8ba4cc;
    --secondary: #e8edf5;
    --secondary-75: #8ba4cc;
    --secondary-50: #8ba4cc;
    --secondary-25: #8ba4cc;
    --text-primary: #20355a;
    --text-secondary: #032d60;
    --text-highlight: #009fd9;
    --button-border: #032d60;
    --button-primary: #032d60;
    --background: #eff0ff;
    --background-75: #eff0ff;
    --background-50: #eff0ff;
    --background-25: #eff0ff;
    --dark-background: #16192d;
    --border: #e1e1e6;
    --warning: orange;
    --error: red;
    --black: black;
    --white: white;
}


body {
    background-color: #f8f9fc;
}

.header .row {
    border-bottom: 1px solid #e1e1e6;
    background-color: white;
}


.header .logo-wrapper {
    padding: 20px;
}

    .header .logo-wrapper .logo {
        max-height: 50px;
        width: auto;
    }


.content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}








.form-label {
    font-size: 14px;
    font-weight: 600;
}


.input-field-wrapper {
    width: 100%;
}



.form-control-auth {
    height: 50px;
    background-color: #f8f9fc;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e6f1;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


.auth-button-wrapper {
    padding-top: 20px;
}


.card-sub-header {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #20355a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.accordian-item {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-question-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

.semi-bold {
    color: #20355a;
    font-weight: 600;
}

.login-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.auth-vertical-line {
    min-height: 100%;
    min-width: 35px;
    background-image: url(https://uploads-ssl.webflow.com/63ed4f848686854ff27392fa/63ed4f84868685b5d2739361_vert-stroke.svg);
    background-position: 50% 50%;
    background-size: 1px;
    background-repeat: repeat-y;
}

.auth-step-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.auth-icon-outer {
    width: 35px;
    height: 35px;
    background-color: #fff;
}

.auth-step-content {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 20px;
}

    .auth-step-content.nopad {
        padding-bottom: 0px;
    }

.authentication-outer {
    margin-top: 20px;
}

.auth-vertical-line-hidden {
    min-height: 100%;
}

.auth-icon {
    display: block;
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
}

@media screen and (max-width: 767px) {
    .card-sub-header {
        font-size: 14px;
        line-height: 20px;
    }

    .semi-bold {
        color: #20355a;
    }

    .login-form-wrapper {
        width: auto;
    }
}

@media screen and (max-width: 479px) {


    .form-control-auth {
        font-size: 14px;
        height: 45px;
    }

    .auth-button-wrapper {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .card-sub-header {
        font-size: 14px;
    }



    .login-form-wrapper {
        padding-top: 20px;
    }

    .auth-vertical-line {
        background-size: 1px;
        background-repeat: repeat-y;
        background-attachment: scroll;
    }

    .auth-step-content {
        padding-bottom: 20px;
    }

    .auth-vertical-line-hidden {
        background-size: 2px;
        background-repeat: repeat-y;
        background-attachment: scroll;
    }
}



.status_progress {
    z-index: 6000;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}


.status_container {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}



.status_circle-outer {
    border: 2px solid var(--black);
    background-color: var(--white);
    color: #0000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
}

    .status_circle-outer.is-active {
        background-color: var(--black);
        width: 32px;
        height: 32px;
    }

    .status_circle-outer.is-done {
        border-color: var(--black);
        background-color: var(--black);
        color: var(--white);
        font-size: 16px;
    }

        .status_circle-outer.is-done::before {
            font-family: FontAwesome;
            content: "\f00c"; /* https://fontawesome.com/icons/check Unicode for the Font Awesome checkmark  */
        }

.status_circle-check {
    width: 18px;
    height: auto;
}


.status_indicator-outer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.status_label {
    color: var(--black);
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
}

.status_progress-wrapper {
    width: 600px;
    display: block;
}

.status_progress-line {
    z-index: 5000;
    background-color: var(--black);
    height: 2px;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    top: -47px;
}













.hidden {
    display: none !important;
}


.search-rollover-options-section {
    gap: 1em;
    padding-top: 20px;
}


.rollover-options-buttons {
    gap: 1em;
}


























.flex_inline-field {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.form-block {
    margin-bottom: 0;
}

.w-form {
    margin: 0 0 15px;
}

.text-weight-semibold {
    font-weight: 600;
}

.text-size-regular {
    color: var(--text-secondary);
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}









.fund_rollover-type-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 1px solid var(--blue-50);
    align-items: center;
    padding-top: 30px;
    display: flex;
}

.text-weight-semibold {
    font-weight: 600;
}

.flex_button-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
}

.flex_inline-field {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}




.input_field {
    border: 1px solid #e2e6f1;
    background-image: url("/img/dollar-sign-sharp-solid.svg");
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 4px;
    min-width: 200px;
    height: 46px;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 20px;
}

    .input_field:focus {
        border-color: var(--text-secondary);
    }

    .input_field::placeholder {
        color: var(--text-secondary);
        font-family: Gilroy, sans-serif;
        font-weight: 400;
    }

.form-block {
    margin-bottom: 0;
}




.fund_rollover-type-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 1px solid var(--button-border);
    align-items: center;
    padding-top: 30px;
    display: flex;
}



.partial-amount-warning-message {
    color: var(--warning);
    padding-left: 1em;
}



.progress {
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
}

.progress-bar {
    width: 0%;
    height: 30px;
    background-color: #000000;
    text-align: center;
    color: white;
}



 