﻿
.signup-view {
    width: 100%;
    background: none;
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

body {
    background: transparent linear-gradient(180deg,#fff 0%,rgba(244,116,33,.4) 100%) 0% 0% no-repeat padding-box;
    height: auto;
}



#MetaDataTeacherAccount {
    max-width: 450px;
    padding: 1rem 2rem;
    margin: 2rem 0;
}

.form-select-options .form-select-option.hidden {
    display: none;
}

.form-select-selected:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-font-color-lighter-1);
    font-size: 18px;
}

#MetaDataTeacherAccount .signup-row:not(:last-of-type) {
    margin-bottom: 2rem;
}

.form-section > label {
    text-align: left;
    color: black;
}

.form-section > label span {
    color: red;
}

    .select-branch-menu .option {
        text-align: left;
    }

#showSignUpteacherAccount {
    margin: 1rem;
    padding: .7rem 2rem;
    min-width: 80%;
    border-radius: 1rem;
    background: var(--primary-color-higher-1);
    border: none;
    outline: none;
    color: white;
    box-shadow: 0px 3px 5px #70707040;
    transition-duration: 200ms;
    cursor: pointer;
    outline: none;
}

    #showSignUpteacherAccount:hover {
        background: var(--primary-color);
    }

    #showSignUpteacherAccount:focus {
        outline: none;
    }


#backToQuestions {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    outline: none !important;
    cursor: pointer;
    background: #f0f0f0;
    transition-duration: 200ms;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#backToQuestions i {
    font-size: 18px;
}

    #backToQuestions:hover {
        background: #dbdbdb;
    }


#teacherAccountCreated {
    max-width: 500px;
}

#SigunUsDemoQuestion6 {
    outline: none;
    border: none;
    padding: 10px;
}

#uiModalEmbed {
    z-index: 100000 !important;
}

.account-form-apple-things-section {
    padding-left: 0 !important;
    width: 90% !important;
}


.ld-header-fixed-nav-wrapper {
    justify-content: flex-end !important;
}



#selectBranch.error,
.form-input.form-select.error {
    background: #ff00001a
}

.signup-modal header .title {
    color: #ed600b;
}