body {
    font-family: Poppins, sans-serif;
    background-color: #FFFFFF;
    height: 100vh;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
    h1 {
        text-align: center;
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }
}

h2 {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }
}

p {
    font-size: 0.875rem;
}

a {
    color: #032478;
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }

    a.btn:hover {
        text-decoration: none;
    }

    a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

label {
    margin-bottom: 0;
}

a:hover {
    color: #032478;
    cursor: pointer;
}

/*Checkbox*/
.form-check {
    padding-left: 2em;
}

    .form-check-input[type=checkbox] {
        border-radius: 0.25em;
        width: 24px;
        height: 24px
    }

    .form-check .form-check-input {
        float: left;
        margin-left: -2em;
    }

    .form-check-input:focus {
        box-shadow: none;
        border-color: #032478 !important;
        border-width: 1px;
    }

    .form-check-input:hover {
        background-color: #F7F7F7;
    }

    .form-check-input:checked[type=checkbox] {
        background-size: 65%;
        background-position: 5px 4px;
        border-color: rgba(0, 0, 0, 0.25);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23032478' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    }

    .form-check-input:checked {
         background-color: transparent;
         border-color: inherit;
    }

.root {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1;
}

.form-group {
    margin-bottom: 0;
}

.form-group > label {
    bottom: 33px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0 5px 0 5px;
    transition: 0.2s;
    pointer-events: none;
    font-style: italic;
    font-size: 12px;
    color: grey;
}

.form-label {
    position: relative;
    background-color: white;
    padding: 0 5px 0 0px;
    transition: 0.2s;
    pointer-events: none;
    font-style: italic;
    font-size: 12px;
    margin-bottom: unset;
}

.form-control {
    font-size: 14px;
    padding-left: calc(1rem + 4px);
    height: 38px;
    color: #032478;
}

.form-control:focus ~ label, .form-control:valid ~ label, .form-control:disabled ~ label {
    bottom: 50px;
    color: #032478 !important;
    font-style: normal;
}

.form-control-email:not(:placeholder-shown) ~ label {
    bottom: 50px;
    color: #032478;
    font-style: normal;
}

.form-control:focus {
    box-shadow: none;
    border-color: #032478;
    border-width: 1px;
    color: #032478;
}

.form-control:disabled {
    background-color: white;
    color: #ced4da;
}

.form-control:disabled ~ label {
    color: #ced4da;
}

.form-control::placeholder {
    background-color: white;
    pointer-events: none;
    font-style: italic;
    font-size: 12px;
}

.form-error-text {
    display: block;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 14px;
    color: #dc3545
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 0;
}

    .validation-summary-errors ul li {
        list-style: none;
    }

.btn.btn-primary {
    color: #ffffff;
    background-color: #7284FA;
    border: none;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 38px;
}

.btn-lg {
    height: 56px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #7284FA;
    border: none;
}

.btn.btn-primary:hover {
    background-color: 	hsl(232, 93%, 68%);
}

.btn .spinner-border {
    vertical-align: middle;
    height: 1.5rem;
    width: 1.5rem;
    border: .2em solid white;
    border-right-color: transparent;
}

.arrow-right:hover::after {
    opacity: 1;
    transform: translateX(10px);
    transition: 0.2s;
}

.arrow-right::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.298' height='14.393' viewBox='0 0 19.298 14.393'%3E%3Cg id='Group_633' data-name='Group 633' transform='translate(18.298 12.978) rotate(180)'%3E%3Cline id='Line_127' data-name='Line 127' x1='15.984' y2='0.192' transform='translate(1.302 5.59)' fill='none' stroke='%23032478' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_775' data-name='Path 775' d='M5.782,0,0,5.782l5.782,5.782' fill='none' stroke='%23032478' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    width: 22px;
    height: 13px;
    transition: 0.2s;
    margin-left: 16px;
}

.page-wrapper {
    display: flex;
    justify-content: center;
}

    @media screen and (max-width: 768px) {
        .page-wrapper {
            background-color: #F7F7F7;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            padding-bottom: 1rem;
        }
    }

    @media screen and (min-width: 768px) {
        .page-wrapper {
            display: flex;
            align-items: center;
        }
    }

.text-gray {
    color: gray !important;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon .text-input-icon {
    position: absolute;
    right: 14px;
    pointer-events: none;
    top: 10px;
    width: 20px;
    fill: gray;
}

.form-control:focus ~ .text-input-icon, .form-control:valid ~ .text-input-icon {
    fill: #032478;
}

.small-text {
    font-size: 0.8rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23032478' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: white;
    border: 1px solid #ced4da;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
    outline: none;
    border: 1px solid #032478 !important;
}

.custom-control-input:hover ~ .custom-control-label::before {
    background-color: #F7F7F7;
}

.header {
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.chosenLanguage {
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: lightgray;
    background-clip: padding-box;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: darkgray;
}

.confirmation-container {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.legal-terms {
    margin-bottom: 0;
    font-size: 11px;
}

.page-content a {
    color: #7284FA;
    text-decoration: underline;
}

.text-header {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
}
