
/* Main Page START */
.startup_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.startup_news .img_wrapper {
    background-color: #ffffff;
}
/* Main Page END*/


.login_form {
    /*max-width: 35vw;*/
    max-width: 100%;
    margin: 0 auto;

}

.input-box {
    width: 80%;
    margin: 4rem auto;
}

.input-box label {
    font-weight: 800;
    font-size: 18px;
    padding-bottom: 1rem;
}


.login_form input, select {
    border: 1px solid #FF9E1B;
    background-color: #1a1a1a;
    font-size: 24px;
    margin-top: 1rem;
}

.login_form select {
    color: whitesmoke;
}

.font-color-orange {
    color: #FF9E1B !important;
}
.login_or_signup {
    display: flex;
    justify-content: space-between;
}

.signup button {
    margin: 0 auto;
}

.remove-padding-top {
    padding: 0 2rem !important;
}

.remove-padding-bottom {
    padding: 8rem 2rem 2rem 2rem !important;
}

.form-errors-box {
    background-color: #ffba1a;
    font-size: 24px;
}

.form-errors-messages {
    padding: 1rem;
    font-size: 16px;
}

.applicant_form input, select {
    border: 1px solid #FF9E1B;
    background-color: #1a1a1a;
    font-size: 24px;
    margin-top: 1rem;
    margin-left: 0;
    color: #ffffff;
}

.applicant_form select {
    color: whitesmoke;
}

.applicant_form .input-box {
    margin-left: 0;
    width: 100%;
}

.applicant_form textarea {
    margin-left: 0;
    width: 100%;
    height: 50rem;
    line-height: 1.6;
    font-size: 20px;
}

.logout {
    font-size: 14px;
}

.m_mb {
    margin-bottom: 3.8rem;
}

.form-errors-box ul {
    padding: 1rem;
    font-size: 16px;
}

.input-box textarea {
    background-color: #1a1a1a;
    color: whitesmoke;
    border: 1px solid #FF9E1B;
}

.checkbox label {
    font-size: 2rem;
}

.check_privacy_policy_box {
    width: 100%;
    border: 0.5px solid #FF9E1B;
    padding: 10px;
}

.check_privacy_policy_box p {
    font-size: 10px;
}

input[type="file"] {
    width: 100%;
}
.applicant_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;

}

.applicant_box {
    width: 20rem;
    height: 20rem;
    border: 0.5px solid whitesmoke;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
}

.applicant_box .user_name {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.applicant_box .user_profile {
    font-size: 1rem;
    font-weight: 300;

}

.applicant_box .apply_status {
    margin: 2rem 1rem 1rem 1rem;
}

.apply_status_button {
    display: block;
    border: 1px solid #FF9E1B;
    color: #FF9E1B;
    background: none;
    text-align: center;
    width: 100%;
    line-height: 3rem;
    font-size: 1.5rem;
}

.state_number_0 {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.state_number_0:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

.state_number_1 {
    border: 1px solid #5a6268;
    color: #5a6268;
}

.state_number_1:hover {
    background: #5a6268 !important;
    color: #ffffff;
}

.state_number_2 {
    border: 1px solid #FF9E1B;
    color: #FF9E1B;
}

.state_number_3 {
    border: 1px solid #5a6268;
    color: #5a6268;
}

.state_number_3:hover {
    background: #5a6268 !important;
    color: #ffffff;
}

.state_number_4 {
    border: 1px solid #FF9E1B;
    background: #FF9E1B;
    color: #ffffff;
}

.apply_status_button:hover {
  color: #ffffff;
  background: #FF9E1B;
  text-decoration: none;
}

.user_information {
    display: flex;
    flex-direction: column;
}

.user_information p {
    font-size: 1.5rem;
    margin-left: 15px;
}
.applicant_detail_page {
    padding: 8rem 2rem !important;
}

.applicant_detail_page h3::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #dddddd;
    margin: 3rem 0;
}

.applicant_detail_page hr {
    margin: 2rem 15px;
    border-color: whitesmoke;
}

.heavy_hr {
    margin: 4rem 15px !important;
    border-color: whitesmoke;
    border-width: 1rem;
}

.answer_view {
    background-color: #ffffff;
}

.answer-font {
    color: #1a1a1a;
    margin-left: 15px;
}

.bold-font {
    font-size: 2rem;
    font-weight: 900;
}

.applicant_button_box {
    display: flex;
    justify-content: space-between;
    padding-left: 40%;
}

.applicant_state {
    display: flex;
    align-items: center;
}

.width-20rem {
    width: 20rem;
}

.margin-1rem {
    margin: 1rem auto;
}

.applicant_state button[type='submit'] {
    border: 1px solid #FF9E1B;
    border-radius: 50000px;
    background-color: #1a1a1a;
    font-size: 24px;
    margin-top: 1rem;
    margin-left: 0;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    width: 100px;
}

.operator-feature-box {
    display: flex;
    justify-content: space-between;
}

.box-1 {
    width: 33%;
}

.box-2 {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .main_title {
    font-size: 3.58rem !important;
    }
    .applicant_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    }

    .applicant_box {
    width: 30rem;
    height: 15rem;
    border: 0.5px solid whitesmoke;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    }

    .applicant_box .apply_status {
    margin: 1rem;
    }

    .applicant_state {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: normal;
    }

    .margin-1rem {
        margin: 0;
    }

    .operator-feature-box {
        flex-direction: column;
    }

    .box-2 {
        margin-top: 5rem;
    }
}