body{
    margin: 0;
    box-sizing: border-box;
}
.student-form {
    display: flex;
    flex-direction: row;
    /*min-height: 100vh;*/
    min-height: calc(100vh - 10rem);
}

/* Left Section */
.student-form__left {
    background-color: #0063A8;
    width: 40%;
    height: auto;
    /*min-height: 100vh;*/
    padding: 52px 40px;

    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    box-sizing: border-box;
}

.student-form__left--logo{
    width: 50px;
}

.student-form__left--label {
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.student-form__left--plane{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.progress-bar{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.progress-bar__step{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.progress-bar__step--inactive{
    opacity: 50%;
}

.progress-bar__step__label{
    display: block;
    font-family: "museo-sans", "sans-serif";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.progress-bar__step__mark{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: #0063A8;
    border: 1.5px solid #FFFFFF;
    box-sizing: border-box;

}

.progress-bar__step__mark--fill{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid #0063A8;
    box-sizing: border-box;
}

.progress-bar__step__mark--fill__active{
    background-color: #FFFFFF;
}

.progress-bar__step__mark--fill__inactive{
    background-color: #0063A8;
}

.progress-bar__step__mark--fill__done{
    border: 4px solid #FFFFFF;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-bar__step__mark--fill__done::after{
    content: url('/wp-content/themes/tutoring-club/img/form-page/check.svg');
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-bar__step-line {
    width: 12px;
    height: 16px;
    border-right: 1px solid white;
    border-bottom: none;
    box-sizing: border-box;
}




/* Right Section */

.student-form__right {
    background-color: #FBFBFB;
    width: 60%;
    min-height: 100%;
    padding: 80px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.student-form__right--label{
    font-family: "Archer A", "Archer B";
    font-size: 35px;
    line-height: 36px;
    font-weight: bold;
    margin:0;
    color: #0063A8;
}

.student-form__right--label-light{
    color: #FFFFFF;
}

.student-form__right--divider{
    height: 1px;
    border-top: 1px solid #E5E5E5 ;
    margin: 20px 0;
}

.student-form__right--container{
    display: flex;
    justify-content: space-between;
}

.student-form__right--container > *:only-child {
    margin-left: auto;
}

.student-form__container--button-primary{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #F26A31;
    border: none;
    padding: 16px 32px;
    border-radius: 5px;

    right: 0;
}

.student-form__container--button-secondary{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background-color: #E5E8EB;
    border: none;
    padding: 16px 32px;
    border-radius: 5px;

    right: 0;
}

.student-form__container--add{
    width: 100%;
    display: flex;
    align-items: center;
}

.student-form__container--add-button {
    /*font-family: "museo-sans", "sans-serif";*/
    font-size: 20px;
    font-weight: 700;
    color: #0063A8;
    border: none;
    background-color: transparent;
    cursor:pointer;
    padding-left: 10px;

}

.student-form__right--identifier{
    display: flex;
    align-items: center;
    gap: 4px;
}

.student-form__right--identifier-label{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    color: #5F6368;
}

.student-form__right--identifier-name{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    color: #F26A31;
}

/* Information Form */
.information-form, .assessment-payment-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.error-message {
    color: red;
}

.information-form__label{
    font-family: "Archer A", "Archer B";
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin:0;
    color: #0063A8;
}

.gform-body .section-title, .gform-body .sub-label {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.information-form__sub-label, .gform-body .sub-label *{
    /*font-family: "museo-sans", "sans-serif";*/
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin: 5px 0;
}

.gform-body .sub-label * {
    margin: 20px 0;
}

.information-form__sub-label, .gform-body .sub-heading *{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    /*color: #000000;*/
}

.section-title h4, .section-title h3, .section-title h2, .section-title h1 {
    margin: 20px 0;
}

.information-form__description{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #000000;
}


.information-form__group-field{
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.information-form__field{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.information-form__field--label, .gform-body label{
    /*font-family: "museo-sans", "sans-serif";*/ /* TODO USE TUTORINGCLUB STYLES */
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #000000;
}

.information-form__field--label-required, .gfield_required{
    color: red;
}

.information-form__field--input{
    flex: 1;
}

.information-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.information-form__item{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.information-form__item-sub{
    padding-left: 24px;
    margin-top: 16px;
}

fieldset.information-form__item {
    border: none;
}

.information-form__item--label{
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.information-form__item--options{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.information-form__item--options-radio--label {
    cursor: pointer;
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    padding-left: 24px;
    position: relative;
}

/* Radio Button */

input.information-form__item--options-radio--button {
    display: none;
}
.information-form__item--options-radio--label::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
}

.information-form__item--options-radio--button:checked + .information-form__item--options-radio--label::before {
    background-color: #FFFFFF;
    border-color: #F26A31;
}


.information-form__item--options-radio--label::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #F26A31;
    border-radius: 50%;
    position: absolute;
    left:3px;
    top: 3px;
    transform:scale(0);
}

.information-form__item--options-radio--button:checked + .information-form__item--options-radio--label::after {
    transform: scale(1);
}

input:checked + label.information-form__item--options-radio--label {
    color: #F26A31;
}

/* Text Area */ /* Input Field */

textarea.information-form__item--text-area,
input.information-form__field--input, .gform-body input.large{
    width: 100% !important;
    padding: 16px 12px;
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea.information-form__item--text-area:focus,
input.information-form__field--input:focus{
    border-color: #AEAEAE;
    outline: none;
}




/* Checkbox*/
.information-form__item--check {
    display: flex;
    align-items: top;
    gap: 8px;
}

.information-form__item--check-input {
    display: none;
}

.information-form__item--check span {

    width: 16px;
    height: 16px;
    border: 1PX solid #E5E5E5;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.information-form__item--check-input:checked + span {
    background-color: #F26A31;
    border-color: #F26A31;
}

.information-form__item--check-input:disabled:checked + span {
    background-color: #979797;
    border-color: #979797;
}



.information-form__item--check span::after {
    content: url('/wp-content/themes/tutoring-club/img/form-page/checkbox.svg');
    background-color: none;
    display: none;
}

.information-form__item--check-input:checked + span::after {
    display: block;
}

.information-form__item--check-label {
    font-family: "museo-sans", "sans-serif";
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    color: #000000;
    display: inline-block;
    word-wrap: break-word;
    flex: 1;
}


.information-form__item--check-input:checked + span + .information-form__item--check-label {
    color: #F26A31;
}

.information-form__item--check-input:disabled + span + .information-form__item--check-label {
    color: #979797;
}


/* Form Overview */

.student-form__overview{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 16px;
    box-sizing: border-box;
}

.student-form__overview--item{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.student-form__overview--item-label{
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #5F6368;
}

.student-form__overview--item-value{
    font-family: "museo-sans", "sans-serif";
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
}

.student-form__overview--item-legend, .student-form__overview--item-sub-label{
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #5F6368;
}


.student-form__overview--item-answer, .student-form__overview--item-sub-value{
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
}

.student-form__overview--item-options {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.student-form__overview--questinaire{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.student-form__overview--item-options-radio {
    position: relative; /* Make sure ::before positions relative to label */
    padding-left: 24px; /* Add padding to make space for the circle */
    font-family: "museo-sans", "sans-serif";
    font-size: 14px;
    line-height: 16px;
    color: #979797;
}

.student-form__overview--item-options-radio::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.selected.student-form__overview--item-options-radio::before {
    border: 1px solid #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}


.selected.student-form__overview--item-options-radio::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left:3px;
    top: 3px;
}


.selected.student-form__overview--item-options-radio {
    color: #000000;
}


.student-form__overview--item-sub{
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}

.student-form__overview--item-check span {

    width: 16px;
    height: 16px;
    border: 1PX solid #E5E5E5;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.information-form__item--check-input:checked + span {
    background-color: #F26A31;
    border-color: #F26A31;
}


.student-form__left--payment-plane{
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.student-form__left--payment-stars{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.student-form__left--payment-label{
    padding: 60px 40px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}


@media screen and (min-width: 821px) and (max-width: 1024px){
    .student-form__left {
        padding: 40px 40px;
        width: 45%;
    }

    .student-form__right {
        width: 55%;
        min-height: auto;
        padding: 40px;
    }

    .progress-bar__step__label{
        font-size: 16PX;
        line-height: 16PX;
    }

    .information-form__group-field{
        flex-direction: column;
        gap: 16px;
    }

}

@media screen and (max-width: 820px) {
    .student-form {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .student-form__left {
        width: 100vw;
        min-height: auto;
        padding: 40px;
    }

    .student-form__left--plane{
        display: none;
    }

    .progress-bar{
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .progress-bar__step__label{
        display: none;
    }

    .progress-bar__step-line {
        width: 24px;
        height: 12px;
        border-right: none;
        border-bottom: 1px solid white;
        box-sizing: border-box;
    }

    /* Right Section */

    .student-form__right {
        width: 100%;
        min-height: auto;
        padding: 40px;
    }

    .student-form__right--label{
        font-size: 24px;
        line-height: 24px;
    }

    /* Information Form */

    .information-form__label{
        font-size: 20px;
        line-height: 20px;
    }

    .information-form__sub-label{
        font-size: 18px;
        line-height: 18px;
    }

    .student-form__overview--item{
        width: 100%;
    }

    .student-form__left--payment-plane{
        display: none;
    }

    .student-form__left--payment-stars{
        width: 40%;
    }
    .student-form__left--payment-label{
        position: relative;
        padding: 0;
    }
}

/* START ADDITIONS */
div.align-flex {
    display:flex;
    align-content: center;
}

div.align-flex img {
    margin-right: 5px;
}

.gfield_description.instruction {
    display: none;
}

.form-hidden {
    display: none !important;
}

.shrink-on-yes {
    grid-column: span 12 !important;
}

.shrink-on-yes:has(input[value="Yes"]:checked), .shrink-on-yes:has(input[value="yes"]:checked) {
    grid-column: span 6 !important;
}

.custom-checkbox-form input[type=checkbox] {
    opacity: 100%;
    vertical-align: middle;
    visibility: visible;
    margin: 0;
    background-color: black;
    position: relative;
    cursor: pointer !important;
    z-index: 1;
}
.custom-checkbox-form input[type=checkbox]+label {
    color: #000000;
    padding-left: 3px;
}
.custom-checkbox-form input[type=checkbox]+label:before {
    all: unset !important;
}

.form-active {
    display: block;
}

.sub-header-font-size * {
    font-size: 20px;
}

.button-form-element-add:not(.form-hidden) {
    display: grid;
    grid-column: 1 / -1;
    min-width: 0;
}

.add-exit-button:not(.form-hidden){
    display: flex;
    justify-content: space-between;
}

.exit-button {
    align-content: center;
    padding-left: 10px;
}

.rotate-45 {
    transform: rotate(45deg);
}

.form-radio input, .form-radio label {
    all:initial;
}

.form-radio input::before, .form-radio label::before {
    all:initial;
}

/* Radio Button */

.form-radio input {
    display: none;
}

.form-radio label {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
    padding-left: 24px !important;
}

.form-radio input[type='radio'] + label::before {
    content: '' !important;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
}

.form-radio input:checked + label::before {
    background-color: #FFFFFF;
    border-color: #F26A31;
}


.form-radio label::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #F26A31;
    border-radius: 50%;
    position: absolute;
    left:3px;
    top: 3px;
    transform:scale(0);
}

.form-radio input:checked + label::after {
    transform: scale(1);
}

.form-radio input:checked + label {
    color: #F26A31;
}

.checkbox-flex {
    display: flex;
    align-items: center;
    padding: 3px
}
/* END ADDITIONS */
