.page-wrapper {
    background: white;

    overflow: hidden;
}

.heading {
    margin-top: 40px;
    font-weight: 600;
    font-size: 35px;
    color: #0f7173;
}

.line {
    margin-top: 20px;
    color: rgb(85, 83, 83);
    border-bottom: 2px solid rgb(59, 189, 178);
    padding-bottom: 40px;
    text-align: center;
}

/*Mission section*/
.mission {
    background-color: rgb(219, 233, 232);
    border-radius: 9px;
    width: 850px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 4px solid #4c927d;
    margin-top: 30px;
}

.mission h3 {
    font-size: 20px;
    font-weight: bold;
    color: #315f51;
}

.mission i {
    font-size: 20px;
}

.personal {
    margin-top: 40px;
    background-color: rgb(238, 247, 246);
    border-radius: 9px;
    width: 850px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.personal h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f7173;
    margin-bottom: 0;
}

.personal-info {
    border-radius: 9px;
    width: 950px;
    padding: 20px;
    margin-top: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: #0f7173;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgb(247, 245, 245);
}

.form-control:focus {
    border-color: #468b76;
    box-shadow: 0 0 0 0.2rem rgba(70, 139, 118, 0.25);
}

.form-group label.required::after {
    content: "★";
    color: #ff0000;
    font-size: 0.50em;
    margin-left: 2px;
}

.required {
    font-size: 13px;
    color: #000;
}

/* New style for input groups with icons */
.input-group-icon {
    position: relative;
}

.input-group-icon .form-control {
    padding-left: 35px;
}

.input-group-icon i {
    position: absolute;
    left: 12px;
    top: 70%;
    transform: translateY(-50%);
    color: #95979d;
    z-index: 4;
}

.quest {
    color: rgb(156, 151, 151);
    font-size: 13px;
}

/*----------*/
.gender-dropdown {
    display: none;
    position: absolute;
    width: calc(100% - 30px);
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    z-index: 1000;
    margin-top: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.gender-dropdown {
    border: 1px solid #000;
}

.dropdown-option {
    padding: 5px 8px;
    cursor: pointer;
}

.dropdown-option:hover {
    background-color: #f8f9fa;
    color: #468b76;
}

/* Make sure the input stays clickable */
#gender {
    cursor: pointer;
    caret-color: transparent;
    /* Hide blinking cursor */
}

/*--------------------------*/
.attach {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}


/* Make the textarea look more like a file display */
#file-display {
    background-color: #f8f9fa;
    cursor: default;
    resize: none;
}

.btn-outline-secondary {
    background-color: rgb(32, 117, 106);
    color: white;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 8px;
}

.submission {
    margin-top: 40px;
    background-color: rgb(32, 117, 106);
    border-radius: 9px;
    width: 850px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submission h3 {
    font-size: 20px;
    color: #ffffff;
}



.last .learn {
    font-size: 15px;
    color: rgb(104, 100, 100);
}

.last .path {
    font-size: 15px;
    color: rgb(104, 100, 100);
    margin-top: -20px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 15px 10px 40px;
    /* more padding for better spacing */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    background-color: rgba(228, 228, 228, 1);
    border-radius: 4px;
    user-select: none;
    transition: background-color 0.2s ease-in-out;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.checkbox-label:hover input~.checkmark {
    background-color: #f1f1f1;
}

.checkbox-label input:checked~.checkmark {
    background-color: rgb(32, 117, 106);
    border-color: rgb(32, 117, 106);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
    display: block;
}

.other-input {
    margin-top: 5px;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

/*--------Agreement Checkbox---------*/
.agreement-checkbox {
    margin-top: 20px;
}

.agreement-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.agreement-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.agreement-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.agreement-label:hover input~.agreement-checkmark {
    background-color: #f1f1f1;
}

.agreement-label input:checked~.agreement-checkmark {
    background-color: rgb(32, 117, 106);
    border-color: rgb(32, 117, 106);
}

.agreement-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.agreement-label input:checked~.agreement-checkmark:after {
    display: block;
}

.agreement-text {
    margin: 0;
    /* padding-left: 15px; */
    font-size: 15px;
    color: #315f51;
    font-weight: 600;
}


/* ===== Responsive Styles ===== */

/* Medium devices (tablets, 768px and below) */
@media (max-width: 768px) {

    /*Creative path starts here*/
    .mission,
    .personal,
    .submission {
        width: 100%;
        padding: 15px;
    }

    .personal-info {
        width: 100%;
        padding: 10px;
    }

    .form-group label,
    .form-control,
    .btn-outline-secondary {
        font-size: 14px;
    }

    .heading {
        color: #0f7173;
        font-size: 28px;
        margin-top: 20px;
    }

    .line {
        padding-bottom: 25px;
    }

    .gender-dropdown {
        width: 100%;
    }

    #file-display {
        font-size: 13px;
    }

    .btn-outline-secondary {
        padding: 6px 15px;
        font-size: 13px;
    }

    .submission h3 {
        font-size: 18px;
    }

    /*CreativePath ends here*/
}

/* Small devices (mobile, 576px and below) */
@media (max-width: 576px) {

    /*creativePath starts*/
    .mission,
    .personal,
    .submission,
    .personal-info {
        width: 100%;
        padding: 10px;
    }

    .heading {
        font-size: 24px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-control {
        padding: 8px 10px;
        font-size: 13px;
    }

    .btn-outline-secondary {
        padding: 6px 10px;
        font-size: 12px;
    }

    .submission h3 {
        font-size: 16px;
    }

    .last .learn,
    .last .path {
        font-size: 13px;
    }

    /*Craetive paths ends here*/
}

.team-container {

    background-color: #fbfbfb;
    width: 950px;
    top: 110px;
    border-radius: 50px;
    padding-top: 67px;
    padding-bottom: 50px;
    margin-top: 4%;
}

.radio-label {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 15px 10px 40px;
    margin-bottom: 12px;
    font-size: 14px;
    background-color: rgb(228, 228, 228);
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiomark {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.radio-label:hover input~.radiomark {
    background-color: #f1f1f1;
}

.radio-label input:checked~.radiomark {
    background-color: rgb(32, 117, 106);
    border-color: rgb(32, 117, 106);
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.radio-label input:checked~.radiomark:after {
    display: block;
}

.join-form-label {
    font-weight: 600 !important;
    margin-bottom: 6px;
    font-size: 16px;
    color: #062129;
}

.join-form-label {
    font-weight: 600 !important;
    margin-bottom: 6px;
    font-size: 16px;
    color: #062129;
}