* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
p {
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
body{
        background: linear-gradient(to bottom, #f8f9fb 0%, #d2d5df 100%);
    min-height: 100vh;
}

.Login_student_form {
    border-radius: 20px;
    background: #edf5f9;
    width: 927px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.Login_student_form .container {
}

.container .row {
}
.container .col-md-8 .large_container {
    display: grid;
    height: 100%;
    place-items: center;
}

.Login_student_form .Doctor_image {
    background: #f3552f;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 100%;
    display: flex;
    width: 338px;
    align-items: end;
    justify-content: center;
}
.Login_student_form .Doctor_image img {
    max-width: 85%;
    /* margin-left: 12px; */
    position: relative;
    bottom: -24px;
    height: 72vh;
}
.Login_student_form .Student_details {
    text-align: center;
    padding: 0px 78px;
    margin: 0px;
    width: 92%;
}
.Login_student_form .Student_details h2 {
    font-size: 40px;
    font-weight: 700;
    /* margin-top: 40px; */
    margin-bottom: 1px;
}
.Login_student_form .Student_details p {
    font-size: 17px;
    margin-bottom: 20px;
}
.Login_student_form form {
}
.Login_student_form form .form-row {
}
.Login_student_form form .form-row .col {
}
.Login_student_form form .form-row .col input {
    margin-bottom: 19px;
    padding: 10px 0px 10px 13px;
    border-radius: 9px;
    border: 2px solid #bbbbbb;
    font-weight: 300;
}
.Checkbox_section {
    display: flex;
    align-items: center;
    margin-top: -10px;
    justify-content: space-between;
    width: 100%;
}
.Checkbox_section .check_box {
    width: 100%;
    text-align: left;
    margin-left: 13px;
}
.Checkbox_section .check_box input {
    /* margin-right: 112px; */
}
.Checkbox_section .forget_box {
    width: 100%;
    text-align: right;
    margin-right: 18px;
}
.Checkbox_section .forget_box a {
    color: black;
    /* padding-left: 109px; */
    text-decoration: auto;
}
.Student_details .Login_button {
    margin-top: 22px;
    padding-bottom: 9px;
}
.Student_details .Login_button button {
    font-size: 25px;
    border: unset;
    border-radius: 10px;
    font-weight: 700;
    color: white;
    background-color: #f16136;
    width: 100%;
    height: 44px;
    padding-bottom: 6px;
}
.Student_details .last_para {
}
.Student_details .last_para p {
    font-weight: 400;
}
.Student_details .last_para p .Sub_last_para {
}
.Student_details .last_para p a {
    color: #000bff;
    font-weight: 400;
}


.Registration_form{
    text-align: center;
    border-radius: 18px;
    background-color: #edf5f9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 60px auto;
}
.Registration_form .heading{
    text-align: center;
    padding: 40px;
}
.Registration_form .heading h2{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.Registration_form .heading p{
    font-size: 18px;
}
.invalid-feedback{
    margin-bottom: 20px;
}
.Registration_form input{
    margin-bottom: 20px;
        height: 48px;
    width: 100%;
    padding: 0px 10px;
}
.Registration_form .button_div{}
.Registration_form .button_div button{
    border: unset;
    background: #f16136;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.Registration_form .Last_paragraph{}
.Registration_form .Last_paragraph .sub_paragraph{
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.Registration_form .Last_paragraph .sub_paragraph a{}


/*======================= Dashboard ===================================*/

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    /* background: linear-gradient(to right, #ff7b00, #ff4d00); */
    /* position: fixed; */
    /* z-index: 99; */
    /* width: 100%; */
    }
header img{
    height: 50px;
}
header ul{
    list-style: none;
    display: flex;
    gap: 30px; /* Space between icons */
    padding: 0;
    margin: 0;
}
header ul li{
    display: flex;
    align-items: center;
    margin: 1px 0px;
}
header ul li a{
    display: flex;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
}
header ul li i{

    font-size: 20px;
    color: #000;
}
header ul .logo_img{
    display: none;
}


/*==================== student_sidebar =======================*/

.student_sidebar{
    width: 20%;
    background: linear-gradient(to bottom, #f8f9fb 0%, #d2d5df 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 20px; */
    position: fixed;
    top: 0;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.student_sidebar .logo_image{
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}
.student_sidebar .logo_image img{
    height: 100px;
}
.student_sidebar ul{
}
.student_sidebar ul li{
    background: #fff;
    padding: 10px 10px;
}
.student_sidebar ul li a{
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
}
.student_sidebar ul li a i{
    font-size: 20px;
}
.student_sidebar ul li a img{
    height: 30px;
    width: 30px;
    object-fit: contain;
    border-radius: 5px;
}
.student_sidebar .last_activity{
    text-align: center;
    padding: 20px;
}
.student_sidebar .last_activity a{display: block;color: #000;margin-top: 10px;}
.student_sidebar .last_activity a img{
    border-radius: 100%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid #fff;
}
.student_sidebar .last_activity a p{}

/*=========================== Profile Section ============================*/

main{
    width: 80%;
    padding: 50px;
    margin-left: auto;
}

main .students_section{
    padding: 40px 20px;
}
main .students_section .heading{
    text-align: center;
}
main .students_section .container {
    background: #fff;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
main .students_section .heading h2{
    margin-bottom: 30px;
}
main .students_section .dt-layout-full{
      width: 100%;
      overflow-x: auto;
      border: 1px solid #d2d2d2;
      margin: 10px;
}
main .students_section table th{
    white-space: nowrap;
    padding: 10px 10px;
}
main .students_section table{
}

.student_profile{

}
.student_profile img{
    width: 80px;
    height: 80px;
    border-radius: 100%;

}
.student_profile h4{
    background: #f06035;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    margin: 0 auto;
}

.dashboard_page{}
.dashboard_page .profile_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard_page .profile{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
.dashboard_page .profile h1{
    line-height: normal;
    margin: 0;
    font-weight: 100;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}
.dashboard_page .experts{}
.dashboard_page .experts li{
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
}
.dashboard_page .experts li a{
    margin: 0 3px;
    font-size: 14px;
}
.dashboard_page .experts li a i{}
.dashboard_page .experts li a:nth-child(2) i{
    color: green;
}
.dashboard_page .experts li a:nth-child(1) i{
    color: red;
}
.dashboard_page .profile .student_profile{
    display: flex;
}
/* ============================== dashboard ============================ */
.dashboard_page{
    height: 100%;
    padding: 20px;
}
.dashboard_page .container{
    max-width: 900px;
}
.dashboard_page .icon_box{width: 100%;height: 100%;padding: 10px 10px;background: #fff;border-radius: 20px;/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;margin: 0 auto;box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 26px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.dashboard_page .icon_box a{
    display: block;
}
.dashboard_page .icon_box img{
    height: 60px;
}
.dashboard_page .icon_box h4{
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #000;
}

/* ============================ admission_form =========================== */

.admission_form{
    background: #fff;
    padding: 20px 10px;
    border: 5px solid #00b500;
}
.admission_form .heading{
    text-align: center;
    margin-bottom: 40px;
}
.admission_form .heading img{
    height: 150px;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.admission_form .heading h2{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.admission_form .heading ul{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 5px 0 10px 0;
}
.admission_form .heading ul li{
}
.admission_form .heading ul li span{
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 5px;
}
.admission_form form .col-md-4{
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    gap: 5px;
    padding: 0 5px;
}
.admission_form form .col-md-4 label{
    margin: 0;
    white-space: nowrap;
    font-size: 14px;
}
.admission_form form select,
.admission_form form input{
    margin-bottom: 20px;
    border-bottom: 1px solid #000000 !important;
    border: unset;
    border-radius: unset;
    margin: 0;
    padding: 5px 5px;
}
.admission_form form .button_div {
    text-align: center;
}
.admission_form form .diclaration{
    margin: 20px 0 30px;
}
.admission_form form .diclaration h4{
    font-size: 14px;
    border-bottom: 1px solid red;
    padding-bottom: 5px;
    color: red;
    display: inline-block;
    margin-bottom: 20px;
}
.admission_form form .diclaration p{
    margin-bottom: 10px;
    font-size: 14px;
}
.admission_form form .diclaration p input{}
.admission_form form .button_div button{
    border: unset;
    background: #f16136;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.genie_login_page {
    min-height: 100vh;
    display: grid;
    place-content: center;
    background: linear-gradient(to bottom, #f8f9fb 0%, #d2d5df 100%);
    padding: 40px 0;
}
.genie_login_page .left_box {
    position: relative;
    cursor: pointer;
}

.genie_login_page .left_box .row {
    gap: 60px 0px;
    align-items: unset;
}
.genie_login_page .left_box .box {
    width: 80%;
    height: 100%;
    padding: 10px 5px;
    background: #fff;
    border-radius: 20px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 26px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.genie_login_page .left_box .box:hover {
    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.genie_login_page .left_box .box img {
    height: 50px;
    object-fit: contain;
    position: relative;
    margin-bottom: 10px;
}

.genie_login_page .swiper {
    display: none;
}
.genie_login_page .left_box span {
    width: 100%;
    display: block;
}

.genie_login_page .left_box span::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1.5px;
    background: linear-gradient(to right, transparent, #ff7b00, #ff4d00, transparent);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.genie_login_page .left_box .line::after {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100px;
    left: -13px;
    top: -20px;
    background: linear-gradient(to top, transparent, #ff7b00, #ff4d00, transparent);
}

.genie_login_page .left_box .box p {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}
.genie_login_page .right_box {
    text-align: center;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
    border-radius: 10px;
}
.genie_login_page .right_box .img_box {
}
.genie_login_page .right_box .box {

}
.genie_login_page .right_box .box p {
}
.genie_login_page .right_box .img_box {
}

.genie_login_page .right_box .img_box img {
    margin-bottom: 20px;
    width: 150px;
}
.genie_login_page .right_box .img_box p {
}
.genie_login_page .right_box .student {
    font-size: 45px;
    font-weight: 900;
    color: #666666;
}

.genie_login_page .right_box p.invalid-feedback {
    color: red;
    text-align: left;
}
.genie_login_page .right_box p {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 0;
    color: #79797b;
    margin-top: 10px;
}

.genie_login_page form {
    margin-top: 15px;
}

.genie_login_page form .heading {
}

.genie_login_page form .heading h2 {
    font-size: 12px;
    color: #79797b;
}

.genie_login_page form .form-group {
    padding: 0px 60px;
}

.genie_login_page form .form-group input {
    margin: 14px 0px;
}

.genie_login_page form .form-group .input {
}

.genie_login_page form .form-group button {
    border-radius: 10px;
    background: linear-gradient(to right, #ff7b00, #ff4d00);
    border: unset;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 7px 0px;
}

.genie_login_page form .form-group .btn {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0px;
}

.genie_login_page form .form-group button .para {
}

.genie_login_page .right_box form .form-group .para p {
    font-size: 12px;
}
.genie_login_page .right_box form .form-group .para p a {
    color: #0000ff;
}


.student_data{}
.student_data .head{
    margin-bottom: 40px;
}
.student_data .head .name{}
.student_data .head .name h4{
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.student_data .head .name h4 span{
    border-bottom: 2px solid #000;
    padding: 5px 20px;
}
.student_data .head ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.student_data .head ul li{
    font-size: 16px;
    font-weight: 600;
}
.student_data .head ul li span{
    border-bottom: 2px solid #000;
    padding: 0 15px;
}

.table_content{}
.table_content .students{}
.table_content .students h4{
    margin-bottom: 40px;
}
.table_content .students h4 span{
    border-bottom: 2px solid #000;
    padding: 0 10px;
}
.table_content .main_table{}
.table_content .main_table h4{
    margin-bottom: 20px;
}
.table_content .main_table table{
    width: 100%;
}
.table_content .main_table table thead{}
.table_content .main_table table thead tr{}
.table_content .main_table table thead tr th{
    border: 1px solid;
    padding: 5px;
    text-align: center;
}
.table_content .main_table table tbody{}
.table_content .main_table table tbody tr{}
.table_content .main_table table tbody tr td{
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
}

@media screen and (max-width: 620px) {
    body {
        background-image: url("./assets/25.png");
    }

    .genie_login_page .swiper {
        display: block;
    }

    .genie_login_page {
        display: block;
        height: auto;
    }

    .genie_login_page .row {
        flex-direction: column-reverse;
        margin: 0px 10px 0px 10px;
        border-radius: 20px;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
        /* background: linear-gradient(to bottom, #eeeeef 0%, #e7e7eb 100%); */
        gap: unset!important;
    }
    .genie_login_page form .form-group {
        padding: 0px;
    }

    .genie_login_page .left_box .box {
        width: 100%;
    }

    .genie_login_page .left_box span::before {
        display: none;
    }
    .genie_login_page .left_box span::after {
        display: none;
    }
    .genie_login_page .left_box {
        padding-bottom: 40px;
        display: none;
    }
    .genie_login_page .left_box .row {
        gap: 20px 0px;
    }
    .genie_login_page .right_box .student {
        font-size: 26px;
    }

    .genie_login_page form .form-group button {
        padding: 10px 0px;
    }

    .genie_login_page form .form-group input {
        padding: 10px;
    }

    .genie_login_page .right_box .img_box img {
        height: auto;
        max-width: 100%;
    }

    .genie_login_page .right_box form .form-group .para p {
        padding-bottom: 15px;
    }

    .genie_login_page .right_box form .form-group .para p a {
    }

    .genie_login_page .right_box .swiper img{
        height: 50px;
        max-width: 90%;
        object-fit: contain;
    }

    .genie_login_page .right_box .box{
        margin-bottom: 30px;
        background: #fff;
        border-radius: 20px;
        padding: 10px;
        height: 130px;
/*        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    }

    .student_sidebar{
        width: 100%;
        height: unset;
        bottom: 0;
        top: unset;
        z-index: 999;
    }
    .student_sidebar .last_activity,
    .student_sidebar .logo_image{
        display: none;
    }
    .student_sidebar ul{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        background: #fff;
    }
    .student_sidebar ul li a{
        flex-direction: column;
        text-align: center;
    }

    .student_sidebar{}
    main{
        margin-bottom: 120px;
        width: 100%;
        padding: 10px;
    }
    header{
        display: none;
    }
}

