.main-wrapper {
    overflow: hidden;
}

.wrapper {
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
}

.wrapper .input-data {
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.wrapper .input-data input {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    font-size: 17px;
    border-bottom: 2px solid silver;
}

.input-data input:focus~label,
.input-data input:valid~label {
    transform: translateY(-20px);
    font-size: 15px;
    color: #01274C;
}

.field_focused{
    transform: translateY(-20px);
    font-size: 15px;
    color: #01274C;
}

.wrapper .input-data label {
    position: absolute;
    bottom: 10px;
    left: 0;
    color: grey;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-data .underline {
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
}

.input-data .underline:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #01274C;
    /* background: #ff555b; */
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.input-data input:focus~.underline:before,
.input-data input:active~.underline:before,
.input-data input:valid~.underline:before {
    transform: scaleX(1);
}

.input-data input[type="file"] {
    position: relative;
}

.input-data input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button {
    margin-left: 250px;
    color: white;
    background-color: #FF555B;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.input-data input[type="file"].file-selected::-webkit-file-upload-button,
input[type="file"].file-selected::file-selector-button {
    margin-left: 0px;
    margin-top: 8px;
}

.input-data.focused label,
.input-data.valid label {
    transform: translateY(-20px);
    font-size: 15px;
    color: #01274C;
}

.input-data.focused .underline:before,
.input-data.valid .underline:before {
    transform: scaleX(1);
}

.courseSelect {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #01274C !important;
    line-height: 18px !important;
}

.select2.select2-container .select2-selection {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #C1C1C1;
    background: transparent;
}

.tel-data {
    margin-top: -10px;
    margin-bottom: 20px;
}

input[type="tel"] {
    border: none;
    border-bottom: 2px solid #C1C1C1;
    border-radius: 0;
}

input[type="tel"]:focus {
    border-bottom: 2px solid #01274C;
}

.iti__selected-country-primary {
    margin-left: 15px;
}

input[type="date"] {
    padding-left: 70%;
    z-index: -1;
}

.input-data input[type="date"]:focus {
    outline: none;
    padding-left: 0px;
}

.input-data input[type="date"].filled {
    padding-left: 0px;
}

input[type="password"] {
    color: #231F40;
    font-size: 20px;
}

.gender-box h6,
.profession-box h6,
.input-data h6,
.input-box h6 {
    font-size: 16px;
    font-weight: 500;
    color: #808080;
    line-height: 0;
    margin-top: 5px;
    padding: 12px 0 0 0;
}

.gender-box,
.profession-box {
    margin-top: -10px;
    margin-bottom: 5px;
}

.gender-option,
.profession-option {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: -8px;
}

.gender .profession input[type="radio"] {
    font-size: 12px;
    display: block;
}

input[type="radio"]~label {
    font-size: 16px;
    margin-top: -5px;
    line-height: 22px;
    margin-left: -10px;
    padding-left: 30px;
}

input[type="radio"]~label::before {
    top: 2px;
    left: 8px;
    width: 18px;
    height: 18px;
}

input[type="radio"]~label::after {
    left: 13px;
}

.input-data select {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0px;
}

.end-col {
    margin-top: 32px;
    margin-bottom: 0px;
}

.edu-btn {
    margin-top: -8px;
}

.input-box h6 {
    margin-top: -15px;
    margin-bottom: 5px;
    background: transparent;
}

select[name="blood_group"] {
    border: none;
    margin-top: -30px;
    /* background: blueviolet; */
    padding: 1px 14px;
    width: 170px;
    border: 1px solid #C1C1C1;
    border-radius: 8px;
}

.blood_group h6 {
    margin: -14px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: gray;
}

.formContainer {
    background-color: rgba(255, 255, 255, 0.477);
    backdrop-filter: blur(20px);
    border-radius: 18px;
}

.graphImg {
    position: absolute;
    z-index: -1;
}

.shapeImg1 {
    top: 640px;
    left: -70px;
    max-width: 20%;
    width: 100%;

}

.shapeImg2 {
    right: -50px;
    max-width: 15%;
    width: 100%;
}

.ri-eye-off-fill {
    position: absolute;
    right: 5%;
    top: 0;
    font-size: 20px;
    display: none;
    /* Hidden by default */
    cursor: pointer;
}

.ri-eye-fill {
    position: absolute;
    right: 5%;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    color: #FF555B;
}

.select2-container--open .select2-dropdown--below {
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .wrapper {
        overflow: hidden;
        display: block;
    }

    .shapeImg2 {
        /* left: 0px; */
        right: 1%;
        top: 210px;
        max-width: 30%;

    }

    .col-gender {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .profession-box {
        margin-bottom: 15px;
    }

    .col-blood-group {
        display: block;
    }

    .select2Plugin {
        width: 100% !important;
    }
}
.edu-breadcrumb-area{
    display: none;
}
