.student-switch-container {
    max-width: 1170px;
    margin: 0 auto;
    background-color: #FFF;
}

.student-switch-panel {
    border-radius: 21px 21px 0px 0px;
    background: #9CDBDD;
    height: 49px;
    flex-shrink: 0;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    color: #000;
    font-family: Mukta;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
}

.student-switch-panel a {
    color: #ED1456;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.panel-content {
    flex: 1;
}

.panel-design {
    max-width: 255px;
    margin-right: 34px;
    position: relative;
    margin-bottom: -5px;
}

.student-list-container {
    padding: 20px;
}

.students-list a {
    display: flex;
    flex-direction: row;
    gap: 8px;
    /* align-items: center; */
    padding: 12px 20px;
    border-radius: 13px;
    background: rgba(221, 221, 221, 0.40);
    position: relative;
    height: 80px;
    transition: none;
}

.students-list a.active .tab-bg-white {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0px 20px;
    border-radius: 13px;
    background: #FFF;
    position: relative;
    /* height: 100px; */
}

.students-list a.active {
    transition: none;
    display: block;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 12px 0px;
    border-radius: 13px 13px 0px 0px;
    background: #FFFFFF;
    position: relative;
    border: solid 1px #DDDDDD;
    border-bottom: 0;
    height: 90px;
}

.students-list a .student-list-small-image {
    width: 56px;
    height: 56px;
}

.students-list a .student-list-small-image img {
    border-radius: 50%;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.students-list {
    display: flex;
    flex-direction: row;
    gap: 5px;
    position: relative;
    z-index: 2;
}

.student-list-name {
    color: #000;
    font-family: Mukta;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    /* 16.5px */
}

.rounded-image-right {
    position: absolute;
    bottom: 2px;
    right: -14.5px;
    display: none;
}

.rounded-image-left {
    display: none;
    transform: rotateY(180deg);
    bottom: 2px;
    left: -14.5px;
    position: absolute;
}

.students-list a.active .rounded-image-right {
    display: block;
}

.students-list a.active .rounded-image-right,
.students-list a.active .rounded-image-left {
    display: block;
}

.students-list a.active:first-child .rounded-image-left {
    display: none;
}

.students-list-details {
    padding: 43px 20px 20px 20px;
    border-radius: 13px 13px 13px 13px;
    border: solid 1px #DDDDDD;
    margin-top: -3px;
    overflow: hidden;
    position: relative;
}

.students-list-details.border-radius-top-none {
    border-radius: 0px 13px 13px 13px;
}

.tab-bg-white {
    border-color: #fff;
    /* height: 91px; */
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.students-list-details-image {
    width: 172px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
}

.students-list-details-image img {
    border-radius: 50%;
    border: solid 2px #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.students-list-details-image>span {
    color: #000;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 22px */
}

.students-info-card {
    display: flex;
    flex-direction: row;
    min-width: 175px;
    gap: 12px;
    padding: 10px 0px;
    align-items: center;
}

.students-info-card img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    border: solid 2px #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.students-info-cont>div {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-left: 70px;
    gap: 65px;
}

.student-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.student-info span:first-child {
    color: #000;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35 px;
}

.student-info span:last-child {
    color: #000;
    font-family: Mukta;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.students-list-details-part1 {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: #DDDDDD80 solid 1px;
    padding-bottom: 20px;
}

.fees-title span {
    color: #FF765B;
    font-family: Mukta;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    flex: 1;
    line-height: 110%;
    /* 24.2px */
}

.fees-title {
    display: flex;
    flex-direction: row;
}

.students-list-details-part2 {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-payment {
    display: flex;
    width: 164px;
    padding: 4px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #288A8F;
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rupee {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 24.2px */
}

.fees-card .amount {
    color: #000;
    font-family: Mukta;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 24.2px */
}

.fees-card {
    width: 165px;
    height: 78px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 2px solid #11C5C6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fees-card>span {
    color: #000;
    font-family: Mukta;
    font-size: 20px;
    font-style: normal;
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 110%;
    /* 22px */
}

.fees-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 19px;
}

.admission-tag {
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 15px;
    border-radius: 0px 0px 0px 4px;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #2AC96D;
}

.btn-view {
    display: flex;
    width: 131px;
    padding: 4px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #00BCC2;
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-download {
    display: flex;
    width: 131px;
    padding: 4px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #7A55E5;
    color: #FFF;
    font-family: Mukta;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.button-views {
    flex-direction: column;
    display: flex;
    gap: 10px;
    height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 131px;
}

.students-info-cont>div.studentinfo-div {
    margin-left: 25px;
    gap: 15px;
}

.track-order.track-order-nnew {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.track-order.track-order-nnew p:last-child {
    margin-bottom: 0;
}

.track-order.track-order-nnew .custom_button {
    order: 1;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: Mukta;
    width: auto !important;
    padding: 0;
    border-radius: 6px;
}

.track-order.track-order-nnew .custom_button a {
    font-size: 16px;
    font-weight: 700;
    font-family: Mukta;
    padding: 7px 15px;
    display: inline-block;
}


/* student sports start */

.fees-pay-now-btn {
    background: #71CACD;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
}

.student-switch-panel {
    width: 100%;
}

.documents-wrapper {
    padding: 0 !important;
}

.student-switch-panel #enroll_text {
    font-size: 1.5em;
    margin-left: 20px;
}

#enroll_body {
    padding: 20px 30px;
    width: 100%;
}

#enroll_body .student_detials {
    width: 100%;
    justify-content: space-between;
}

.text-alert {
    color: red !important;
}

.enroll_alert {
    margin: 25px 0;
}

.enroll_alert p {
    font-size: 1.3em;
}

#enroll_body table {
    margin-left: auto;
    margin-right: auto;
    /* border: 2px solid red; */
    max-width: 600px
}

#enroll_body table thead th,
#enroll_body table tbody td {
    color: #000;
    text-align: left;
}

.bold {
    font-weight: bold !important;
}

.cursor {
    cursor: pointer !important;
}

#enroll_btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    display: flex;
    justify-content: flex-end;
}

.enrolled_status img {
    margin-right: 8px;
}

.enrolled_status span {
    color: #59DB6E;
}

.not-allowed {
    cursor: not-allowed !important;
}

.student_detials div {
    margin: 10px 5px;
}

.selection_view {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.justify-between {
    justify-content: space-between !important;
}

.selection_view .row {
    border-top: 1px solid #ddd !important;
    border-color: #ebedf3 !important;
}

.selection_view section {
    width: 100%;
}

.selection_view section div {
    padding: 5px 0;
}

.selection_view header div {
    font-weight: bold;
    padding: 5px 0;
}

.myrow div:first-child {
    width: 40%;
}

.myrow div:nth-child(2),
.myrow div:nth-child(3) {
    width: 30%;
}

@media screen and (max-width: 500px) {
    .panel-design {
        margin-right: 0 !important;
    }
    #enroll_text {
        min-width: 200px !important;
    }
}


/* student sports end */