.eye-icon {
    color: white; 
    cursor: pointer;
}

#fileViewModal{
    margin-top: 10%!important;
}

.four_tab_section {
    margin-top: 80px;
}

.four_tab_section .login-card{
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 3px 15px #00000026;
    border-radius: 10px;
}

.four_tab_section .login-container {
    margin: 0;
    border-radius: 0;
    border: 0;
}

.four_tab_section .nav-tabs {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
    /* background: #f1f1f1b5; */
    border-radius: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
}

.four_tab_section .tab_reg {
    width: 100%;
}

.four_tab_section .tab_reg a {
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1f3b64;
    border-radius: 15px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s ease;
}

/* .four_tab_section .tab_reg:last-child a {
    border-right: 0px solid #dfdfdf;
} */


.four_tab_section .tab_reg a.active, .four_tab_section .tab_reg a:hover {
    background-color: #1f3b64;
    color: #fff;
}

/* .four_tab_section .tab_reg:first-child a {
    border-radius: 10px 0px 0px 10px;
}

.four_tab_section .tab_reg:last-child a {
    border-radius: 0px 10px 10px 0px;
} */

.four_tab_section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

.sign_btn_register {
    text-align: center;
    margin-top: 30px;
}


.icon_signup {
    border-radius: 24px;
    padding: 15px;
    width: 85px;
    height: 85px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon_signup.student{
    background-image: linear-gradient(135deg, #3c8ce7 10%, #00eaff);
}

.icon_signup.instructor{
    background-image: linear-gradient(135deg, #f761a1 10%, #8c1bab);
}

.icon_signup.merchant{
    background-image: linear-gradient(135deg, #11c99c, #00e31d);
}

.icon_signup.organization{
    background-image: linear-gradient(135deg, #ff0844, #ffb199);
}

.icon_signup.business{
    background-image: linear-gradient(135deg, #3c8ce7 10%, #00eaff);
}

.title_signup {
    font-size: 20px;
    margin-bottom: 10px;
}

.description_signup {
    font-size: 14px;
}






















@media screen and (max-width: 1199px) {
    .four_tab_section .tab_reg {
        width: 100%;
        min-width: 200px;
    }

    .four_tab_section .nav-tabs {
        overflow: hidden;
        overflow-x: auto;
        background-color: transparent;
        padding: 20px 0;
    }
  }

  @media screen and (max-width: 767px) {
    .icon_signup {
        border-radius: 10px;
        width: 70px;
        height: 70px;
    }

    .title_signup {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .icon_signup img {
        width: 35px;
    }

    .four_tab_section .login-card {
        padding: 15px 15px 15px;
    }

  }