.class-head {
    border: 0 none;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 10px 0 10px;
    line-height: 50px;
}
/* mask modal */
#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: block;
    animation: fead 1.5s ease-in-out forwards;
    padding-top: 2rem;
    z-index: 20000;
    display: none;
}
#close-pop-up {
    color: #006977;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 4%;
}

@keyframes fead {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#SubjectTable {
    height: 50%;
    margin: auto;
    padding: 25px !important;
    text-align: center !important;
}
#SubjectTable th {
    text-align: center !important;
}

/* #mainnav-menu>.active-sub>a,
#mainnav-menu>.active-sub>a:hover {
    background-color: rgba(241, 112, 156, .2);
    color: #25476A;
} */

#mainnav-menu li i {
    /* color: #0294d8; */
    font-weight: bold;
}

/* courses progress in dashboard */

.scrolling {
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    margin: 0 2rem;
    scroll-behavior: smooth;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .panel-heading
    h3 {
    font-size: 18px;
    font-weight: 600;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .panel-heading {
    padding: 2rem 0 0rem;
    height: auto;
}
.row.container-top-padding.padding-inline-container.home-section-container
    table {
    align-self: flex-start;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .table-responsive {
    height: 100%;
    display: flex;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .panel-body
    .pull-right {
    text-align: end;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .panel-body {
    height: 100%;
    align-items: stretch;
    /* padding-bottom: 0; */
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.row.container-top-padding.padding-inline-container.home-section-container
    .panel {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.row.container-top-padding.padding-inline-container.home-section-container {
    padding-bottom: 2rem;
}
.row.container-top-padding.padding-inline-container.home-section-container
    > div {
    border-radius: 20px;
    overflow: hidden;
}
/* ::-webkit-scrollbar {
    display: none;
} */

/* .card {
    margin: 0 5rem;
    background-color: transparent;
    border-radius: 0.5rem;
    width: 21rem;
    height: 14rem;
    text-align: center;
    height: 17rem;
} */

.circular {
    height: 100px;
    width: 100px;
    position: relative;
    background-color: lightgray;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.circular .inner {
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    background: white;
    border-radius: 100%;
}

.circular .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    color: #25476a;
}

.circular .bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 100%;
    clip: rect(0px, 100px, 100px, 49px);
}

.circle .bar .progress {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    background: #e9c46a;
}

.circle .left .progress {
    z-index: 1;
    margin: 0;
}

/* @keyframes left {
    100% {
        transform: rotate(180deg);
    }
} */

.circle .right {
    transform: rotate(180deg);
    z-index: 3;
}

.circle .right .progress {
    /* animation: right 4s linear both; */
    /* animation-delay: 4s; */
    margin: 0;
}

/* @keyframes right {
    100% {
        transform: rotate(180deg);
    }
} */

/* today tasks in dashboard */

section {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2.5rem;
}

.today-Tasks-conatiner {
    height: 20rem;
    overflow: auto;
    scroll-behavior: smooth;
}

/* ::-webkit-scrollbar {
    display: none;
} */

.task {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
}

.task:hover {
    background-color: #ecf0f5;
}

.task p {
    font-size: 1.5rem;
}

.task-name {
    color: #25476a;
    font-weight: bold;
}

.task .fa-check-square {
    color: #8bc34a;
}

.task .fa-window-close {
    color: #f44336;
}

.task p {
    margin: 0 0 0 !important;
}

.task img {
    border-radius: 30%;
}
.login-title {
    text-align: center;
    color: #000;

    font-weight: 400;
    font-size: 3.5rem !important;
}
@media (max-width: 1200px) {
    .calendar-conatiner {
        margin-top: 2.5rem;
    }
}
#login input {
    outline: none;
    background-color: #fff;
    padding: 2.5rem 2rem;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
}
#login input::placeholder {
    color: #999999 !important;
}
.login-container {
    display: flex;
    height: 100vh;
    padding: 10vh 0 10vh 10rem;
    background-color: white;
}
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex: 2;
}
.login-img {
    width: 100%;
    flex: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.login-container .btn.btn-primary.btn-lg.btn-block {
    width: 100%;
    background: #002244;
    border-radius: 30px;
}
.login-container .btn.btn-primary.btn-lg.btn-block.google-signin {
    background: transparent;
    color: #002244;
}
.forget-password {
    color: #999999;
    padding-top: 1rem;
    padding-bottom: 5rem;
}
@media (max-width: 1200px) {
    .login-form {
        width: 40%;
    }
    .login-img {
        width: 60%;
    }
}
@media (max-width: 800px) {
    .login-form {
        width: 80%;
        margin: auto;
    }
    .login-img {
        display: none;
    }
    .copyRight {
        display: none;
    }
}
@media (max-width: 550px) {
    .login-container {
        padding: 1rem;
    }
    .login-form {
        width: 100%;
        margin: auto;
    }
}

/* test @ test . test */

/*=============== 7.1 Dashboard Page One ==================*/
.dashboard-page-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.dashboard-content-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
}
@media only screen and (max-width: 767px) {
    .dashboard-content-one {
        padding: 0 15px;
    }
}
.dashboard-summery-one {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 22px 28px;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
}
.dashboard-summery-one .item-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
}
.dashboard-summery-one .item-icon i:before {
    margin-left: 0;
    font-size: 44px;
}
.dashboard-summery-one .item-content {
    text-align: start;
}
.dashboard-summery-one .item-content .item-title {
    color: #fff;
    margin-bottom: 2px;
    font-size: 1.75rem;
}

.dashboard-summery-one .item-content .item-number {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
    .dashboard-summery-one .item-content .item-number {
        font-size: 20px;
    }
}
.dashboard-card-one .card-body .earning-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report {
        margin-bottom: 20px;
        display: block;
    }
}
.dashboard-card-one .card-body .earning-report .item-content .single-item {
    display: inline-block;
    margin-right: 40px;
    padding-left: 34px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report .item-content .single-item {
        margin-bottom: 20px;
    }
}
.dashboard-card-one
    .card-body
    .earning-report
    .item-content
    .single-item:after {
    content: "";
    height: 18px;
    width: 18px;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.dashboard-card-one
    .card-body
    .earning-report
    .item-content
    .single-item:last-child {
    margin-right: 0;
}
.dashboard-card-one .card-body .earning-report .item-content .single-item h4 {
    color: #9f9f9f;
    margin-bottom: 4px;
    font-size: 16px;
}
.dashboard-card-one .card-body .earning-report .item-content .single-item span {
    padding-left: 13px;
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 991px) {
    .dashboard-card-one
        .card-body
        .earning-report
        .item-content
        .single-item
        span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .dashboard-card-one
        .card-body
        .earning-report
        .item-content
        .single-item
        span {
        font-size: 18px;
    }
}
.dashboard-card-one
    .card-body
    .earning-report
    .item-content
    .single-item
    span:after {
    content: "$";
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    position: absolute;
    top: 3px;
    left: 0;
}
.dashboard-card-one .card-body .earning-report .dropdown {
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .dashboard-card-one .card-body .earning-report .dropdown {
        display: none;
    }
}
.dashboard-card-one .card-body .earning-report .dropdown .date-dropdown-toggle {
    color: #a7a7a7;
    position: relative;
    padding-right: 24px;
}
.dashboard-card-one
    .card-body
    .earning-report
    .dropdown
    .date-dropdown-toggle:after {
    content: "\f108";
    font-family: Flaticon;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #222222;
}
.dashboard-card-one .card-body .earning-report .dropdown .dropdown-menu {
    top: 20px !important;
    min-width: 15rem;
    animation: none;
}
.dashboard-card-one
    .card-body
    .earning-report
    .dropdown
    .dropdown-menu
    .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
}
.dashboard-card-one .card-body .earning-chart-wrap {
    position: relative;
}
.dashboard-card-two .card-body .expense-report {
    display: flex;
    margin-bottom: 38px;
}
.dashboard-card-two .card-body .expense-report .monthly-expense {
    position: relative;
    margin-right: 40px;
}
@media only screen and (max-width: 1699px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 13px;
    }
}
@media only screen and (max-width: 1499px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1299px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 13px;
    }
}
@media only screen and (max-width: 1199px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .dashboard-card-two .card-body .expense-report .monthly-expense {
        margin-right: 15px;
    }
}
.dashboard-card-two .card-body .expense-report .monthly-expense:last-child {
    margin-right: 0;
}
.dashboard-card-two .card-body .expense-report .monthly-expense:after {
    content: "";
    height: 4px;
    width: 100%;
    border-radius: 6px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}
.dashboard-card-two .card-body .expense-report .monthly-expense .expense-date {
    font-size: 15px;
    color: #9f9f9f;
}
.dashboard-card-two
    .card-body
    .expense-report
    .monthly-expense
    .expense-amount {
    color: #222222;
    font-weight: 600;
    font-size: 16px;
}
.dashboard-card-two
    .card-body
    .expense-report
    .monthly-expense
    .expense-amount
    span {
    font-size: 16px;
    color: #646464;
}
.dashboard-card-three .card-body .doughnut-chart-wrap {
    padding: 5px 0 50px;
    display: flex;
    justify-content: center;
}
.dashboard-card-three .card-body .student-report {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dashboard-card-three .card-body .student-report:before {
    content: "";
    height: 58px;
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    top: -15px;
    right: 50%;
    transform: translateX(-50%);
}
.dashboard-card-three .card-body .student-report .student-count {
    position: relative;
}
.dashboard-card-three .card-body .student-report .student-count .item-title {
    font-size: 14px;
    color: #a5a5a5;
    margin-bottom: 2px;
}
.dashboard-card-three .card-body .student-report .student-count .item-number {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
}
.dashboard-card-three .card-body .student-report .student-count:after {
    content: "";
    height: 6px;
    width: 49px;
    border-radius: 6px;
    position: absolute;
    top: -18px;
    left: 0;
}
.dashboard-card-three
    .card-body
    .student-report
    .student-count:last-child:before {
    display: none;
}
.dashboard-card-four
    .card-body
    .calender-wrap
    .fc-calender
    .fc-view-container
    .fc-basicWeek-view
    table
    .fc-head
    .fc-head-container
    .fc-day-header {
    font-size: 14px;
}
.dashboard-card-five .card-body .traffic-title {
    color: #a5a5a5;
    margin-bottom: 10px;
}
.dashboard-card-five .card-body .traffic-number {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    line-height: 1;
    margin-bottom: 25px;
}
.dashboard-card-five .card-body .traffic-bar {
    display: flex;
    margin-bottom: 18px;
}
.dashboard-card-five .card-body .traffic-bar .direct {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 10px;
    background-color: #1de9b6;
    border-radius: 40px 0 0 40px;
}
.dashboard-card-five .card-body .traffic-bar .search {
    flex: 0 0 27%;
    max-width: 27%;
    min-height: 10px;
    background-color: #304ffe;
}
.dashboard-card-five .card-body .traffic-bar .referrals {
    flex: 0 0 16%;
    max-width: 16%;
    min-height: 10px;
    background-color: #ffea00;
}
.dashboard-card-five .card-body .traffic-bar .social {
    flex: 0 0 7%;
    max-width: 7%;
    min-height: 10px;
    background-color: #ed1c24;
    border-radius: 0 40px 40px 0;
}
.dashboard-card-five .card-body .traffic-table .table tbody tr {
    border-bottom: 1px dashed #e1e1e1;
}
.dashboard-card-five .card-body .traffic-table .table tbody tr:last-child {
    border-bottom: none;
}
.dashboard-card-five .card-body .traffic-table .table tbody tr td {
    color: #111111;
    font-weight: 500;
    border-top: none;
    padding: 20px 15px;
}
.dashboard-card-five .card-body .traffic-table .table tbody tr .t-title {
    position: relative;
    padding-left: 34px;
}
.dashboard-card-five .card-body .traffic-table .table tbody tr .t-title:after {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}
.dashboard-card-six ::-webkit-scrollbar {
    width: 10px;
    background: #f0f1f2;
    border-radius: 30px;
}
.dashboard-card-six ::-webkit-scrollbar-track {
    border-radius: 30px;
    background: #f0f1f2;
}
.dashboard-card-six ::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #3751fe;
}
.dashboard-card-six .card-body .notice-box-wrap {
    max-height: 358px;
    overflow-y: scroll;
    padding-right: 20px;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list {
    border-bottom: 1px solid #ededed;
    padding-bottom: 14px;
    margin-bottom: 18px;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list .post-date {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list .notice-title {
    font-weight: 500;
    margin-bottom: 8px;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list .notice-title a {
    color: #111111;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list .entry-meta {
    font-size: 15px;
    color: #646464;
}
.dashboard-card-six .card-body .notice-box-wrap .notice-list .entry-meta span {
    color: #a4a4a4;
}
.dashboard-card-seven .social-media {
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dashboard-card-seven .social-media .media {
    align-items: center;
    justify-content: center;
}
.dashboard-card-seven .social-media .media .social-icon {
    font-size: 24px;
    color: #ffffff;
}
.dashboard-card-seven .social-media .media .media-body {
    flex: inherit;
}
.dashboard-card-seven .social-media .media .media-body .item-title {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
}
@media only screen and (max-width: 1199px) {
    .dashboard-card-seven .social-media .media .media-body {
        margin-top: 10px;
    }
}
.dashboard-card-seven .social-media .social-like {
    font-size: 26px;
    color: #ffffff;
}
/*=============== 7.2 Dashboard Page Two ==================*/
.padding-inline-container .card-body,
.padding-inline-container .dashboard-card-ten {
    height: 100%;
}
.dashboard-card-ten .card-body .student-info .media {
    margin-bottom: 6px;
}
@media only screen and (max-width: 1499px) {
    .dashboard-card-ten .card-body .student-info .media {
        margin-bottom: 30px;
    }
}
.dashboard-card-ten .card-body .student-info .media .item-img {
    background-color: #4dd0e1;
    height: 115px;
    width: 115px;
    line-height: 129px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.dashboard-card-ten .card-body .student-info .media .item-img img {
    margin-right: 5px;
}
.dashboard-card-ten .card-body .student-info .media .media-body .item-title {
    color: #111111;
    font-weight: 500;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1499px) {
    .dashboard-card-ten .card-body .student-info .info-table .table {
        width: 70%;
    }
}
@media only screen and (max-width: 991px) {
    .dashboard-card-ten .card-body .student-info .info-table .table {
        width: 100%;
    }
}
.dashboard-card-ten .card-body .student-info .info-table .table tbody tr td {
    border: none;
    padding: 8px;
    padding: 1.75rem;
}
.dashboard-card-eleven .card-body .table-box-wrap .search-form-box {
    margin-bottom: 18px;
}
/*=============== 7.3 Dashboard Page Three ==================*/
.dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box {
    display: flex;
    background-color: #fafafa;
    padding: 40px 30px 28px;
}
@media only screen and (max-width: 575px) {
    .dashboard-card-twelve .card-body .kids-details-wrap .kids-details-box {
        display: block;
    }
}
.dashboard-card-twelve
    .card-body
    .kids-details-wrap
    .kids-details-box
    .item-img {
    height: 8rem;
    width: 8rem;
    background-color: #4dd0e1;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin-right: 3rem;
}
@media only screen and (max-width: 575px) {
    .dashboard-card-twelve
        .card-body
        .kids-details-wrap
        .kids-details-box
        .item-img {
        margin: 0 auto 30px;
    }
}
.dashboard-card-twelve
    .card-body
    .kids-details-wrap
    .kids-details-box
    .item-content {
    flex: 1;
}
.dashboard-card-twelve
    .card-body
    .kids-details-wrap
    .kids-details-box
    .item-content
    .table
    tbody
    tr
    td {
    border: none;
    padding: 0 10px;
    color: #333333;
}
/*=============== 7.4 Dashboard Page Four ==================*/
.dashboard-summery-two {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    text-align: center;
}
.dashboard-summery-two .item-icon {
    position: relative;
    height: 85px;
    width: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 6px;
}
.dashboard-summery-two .item-icon i:before {
    margin-left: 0;
    font-size: 44px;
}
.dashboard-summery-two .item-content .item-title {
    color: #a8a8a8;
    margin-bottom: 2px;
}
@media only screen and (max-width: 1199px) {
    .dashboard-summery-two .item-content .item-title {
        font-size: 14px;
    }
}
.dashboard-summery-two .item-content .item-number {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
}
@media only screen and (max-width: 1499px) {
    .dashboard-summery-two .item-content .item-number {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .dashboard-summery-two .item-content .item-number {
        font-size: 20px;
    }
}
.card-body {
    padding: 15px 30px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
    box-shadow: 0px 10px 20px 0px rgba(229, 229, 229, 0.75);
}

/*=============== 2.4 Grid ==================*/
.col-12-xxxl,
.col-11-xxxl,
.col-10-xxxl,
.col-9-xxxl,
.col-8-xxxl,
.col-7-xxxl,
.col-6-xxxl,
.col-5-xxxl,
.col-4-xxxl,
.col-3-xxxl,
.col-2-xxxl,
.col-1-xxxl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media only screen and (min-width: 1500px) {
    .col-12-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-11-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-10-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-9-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-8-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-7-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-6-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-5-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-4-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-3-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-2-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-1-xxxl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.row.gutters-1 {
    padding-left: 14.5px;
    padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px;
}
.row.gutters-2 {
    padding-left: 14px;
    padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}
.row.gutters-3 {
    padding-left: 13.5px;
    padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
    padding-left: 1.5px;
    padding-right: 1.5px;
}
.row.gutters-4 {
    padding-left: 13px;
    padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
    padding-left: 2px;
    padding-right: 2px;
}
.row.gutters-5 {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.row.gutters-6 {
    padding-left: 12px;
    padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}
.row.gutters-7 {
    padding-left: 11.5px;
    padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
    padding-left: 3.5px;
    padding-right: 3.5px;
}
.row.gutters-8 {
    padding-left: 11px;
    padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
    padding-left: 4px;
    padding-right: 4px;
}
.row.gutters-9 {
    padding-left: 10.5px;
    padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
    padding-left: 4.5px;
    padding-right: 4.5px;
}
.row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.gutters-11 {
    padding-left: 9.5px;
    padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
    padding-left: 5.5px;
    padding-right: 5.5px;
}
.row.gutters-12 {
    padding-left: 9px;
    padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}
.row.gutters-13 {
    padding-left: 8.5px;
    padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
    padding-left: 6.5px;
    padding-right: 6.5px;
}
.row.gutters-14 {
    padding-left: 8px;
    padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}
.row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*=============== 8.8 Text ==================*/
.text-10 {
    font-size: 10px;
}
.text-11 {
    font-size: 11px;
}
.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}
.text-16 {
    font-size: 16px;
}
.text-17 {
    font-size: 17px;
}
.text-18 {
    font-size: 18px;
}
.text-19 {
    font-size: 19px;
}
.text-20 {
    font-size: 20px;
}
.text-24 {
    font-size: 24px;
}
.text-28 {
    font-size: 28px;
}
.text-30 {
    font-size: 30px;
}
.text-32 {
    font-size: 32px;
}
.text-34 {
    font-size: 34px;
}
.font-bold {
    font-weight: 700;
}
.font-semibold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-light {
    font-weight: 300;
}
.text-light {
    color: #ffffff !important;
}
.text-mute-high {
    color: #9f9f9f;
}
.text-mute-medium {
    color: #a5a5a5;
}
.text-mute-low {
    color: #a8a8a8;
}
.text-dark-high {
    color: #000000;
}
.text-dark-medium {
    color: #111111;
}
.text-dark-normal {
    color: #222222;
}
.text-dark-low {
    color: #444444;
}
.text-blue {
    color: #3f7afc;
}
.text-green {
    color: #3cb878;
}
.text-orange {
    color: #ffa001;
}
.text-red {
    color: #ff0000;
}
.text-magenta {
    color: #8e24aa;
}
.text-dodger-blue {
    color: #2196f3;
}
.text-mauvelous {
    color: #f48fb1;
}
.text-orange-peel {
    color: #ffa000;
}
.text-dark-pastel-green {
    color: #00c853;
}
.text-true-v {
    color: #9575cd;
}
.text-violet-blue {
    color: #a864a8;
}
.text-light-sea-green {
    color: #1cbbb4;
}
.text-martini {
    color: #bcaaa4;
}
.text-yellow {
    color: #fbd540;
}
.text-orange-red {
    color: #ff0000;
}

/*=============== 8.1 Background ==================*/
.bg-transparent {
    background-color: transparent;
}
.bg-dark-high {
    background-color: #000000;
}
.bg-dark-medium {
    background-color: #111111;
}
.bg-dark-normal {
    background-color: #222222;
}
.bg-dark-low {
    background-color: #444444;
}
.bg-light {
    background-color: #ffffff !important;
}
.bg-ash {
    background-color: #f0f1f3 !important;
}
.bg-red {
    background-color: #ff0000;
}
.bg-orange-red {
    background-color: #ff0000;
}
.bg-blue {
    background-color: #304ffe;
}
.bg-blue-dark {
    background-color: #042954;
}
.bg-yellow {
    background-color: #fbd540;
}
.bg-yellow2 {
    background-color: #ffb822;
}
.bg-yellow3 {
    background-color: #f0a70d;
}
.bg-orange {
    background-color: #fbd540;
}
.bg-orange-peel {
    background-color: #ffa000;
}
.bg-skyblue {
    background-color: #40dfcd;
}
.bg-pink {
    background-color: #f939a1;
}
.bg-pink2 {
    background-color: #ff5252;
}
.bg-pink3 {
    background-color: #ef3232;
}
.bg-mauvelous {
    background-color: #f48fb1;
}
.bg-light-red {
    background-color: #ffeaea;
}
.bg-light-yellow {
    background-color: #fff2d8;
}
.bg-light-blue {
    background-color: #e1f1ff;
}
.bg-dodger-blue {
    background-color: #2196f3;
}
.bg-violet-blue {
    background-color: #a864a8;
}
.bg-light-green {
    background-color: #d1f3e0;
}
.bg-dark-pastel-green {
    background-color: #00c853;
}
.bg-light-sea-green {
    background-color: #1cbbb4;
}
.bg-light-green2 {
    background-color: #64d9bc;
}
.bg-light-green3 {
    background-color: #4ec9aa;
}
.bg-light-magenta {
    background-color: #f3e5f5;
}
.bg-martini {
    background-color: #bcaaa4;
}
.bg-true-v {
    background-color: #9575cd;
}
.bg-wild-strawberry {
    background-color: #ff4081;
}
.bg-fb {
    background-color: #546ca9;
}
.bg-fb2 {
    background-color: #5867dd;
}
.bg-fb3 {
    background-color: #4655c8;
}
.bg-gplus {
    background-color: #f81b1b;
}
.bg-twitter {
    background-color: #45a0f0;
}
.bg-linkedin {
    background-color: #1565c0;
}
.bg-git {
    background-color: #997f75;
}
.sidebar-color {
    background-color: #042954;
}
.bg-gradient-fb {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#546ca9),
        to(#5c77bc)
    );
    background: -webkit-linear-gradient(left, #546ca9, #5c77bc);
    background: -o-linear-gradient(left, #546ca9, #5c77bc);
    background: linear-gradient(to right, #546ca9, #5c77bc);
}
.bg-gradient-twitter {
    position: relative;
    transform-style: preserve-3d;

    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1f89e5),
        to(#64b5f6)
    );
    background: -webkit-linear-gradient(left, #1f89e5, #64b5f6);
    background: -o-linear-gradient(left, #1f89e5, #64b5f6);
    background: linear-gradient(to right, #1f89e5, #64b5f6);
}
.bg-gradient-gplus {
    position: relative;
    transform-style: preserve-3d;

    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e84642),
        to(#f81b1b)
    );
    background: -webkit-linear-gradient(left, #e84642, #f81b1b);
    background: -o-linear-gradient(left, #e84642, #f81b1b);
    background: linear-gradient(to right, #e84642, #f81b1b);
}
.bg-gradient-linked {
    position: relative;
    transform-style: preserve-3d;

    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1565c0),
        to(#314ce0)
    );
    background: -webkit-linear-gradient(left, #1565c0, #314ce0);
    background: -o-linear-gradient(left, #1565c0, #314ce0);
    background: linear-gradient(to right, #1565c0, #314ce0);
}
.btn-gradient-yellow {
    background-color: #ffae01;
}
.gradient-dodger-blue {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#2196f3),
        to(#21bff3)
    );
    background: -webkit-linear-gradient(left, #2196f3, #21bff3);
    background: -o-linear-gradient(left, #2196f3, #21bff3);
    background: linear-gradient(to right, #2196f3, #21bff3);
}
.gradient-orange-peel {
    position: relative;
    transform-style: preserve-3d;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffa000),
        to(#ff7200)
    );
    background: -webkit-linear-gradient(left, #ffa000, #ff7200);
    background: -o-linear-gradient(left, #ffa000, #ff7200);
    background: linear-gradient(to left, #ffa000, #ff7200);
}
.gradient-pastel-green {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#43a047),
        to(#66bb6a)
    );
    background: -webkit-linear-gradient(left, #43a047, #66bb6a);
    background: -o-linear-gradient(left, #43a047, #66bb6a);
    background: linear-gradient(to right, #43a047, #66bb6a);
}
/*=============== 8.2 Border ==================*/
.border-dodger-blue {
    border: 1px solid #2196f3 !important;
}
.border-mauvelous {
    border: 1px solid #f48fb1;
}
.border-orange-peel {
    border: 1px solid #ffa000 !important;
}
.border-dark-pastel-green {
    border: 1px solid #00c853 !important;
}
.border-red {
    border: 1px solid #ff0000 !important;
}
.border-true-v {
    border: 1px solid #9575cd;
}
.border-violet-blue {
    border: 1px solid #a864a8;
}
.border-light-sea-green {
    border: 1px solid #1cbbb4;
}
.border-martini {
    border: 1px solid #bcaaa4;
}
.border-yellow {
    border: 1px solid #fbd540;
}
.border-orange-red {
    border: 1px solid #ff0000;
}
.no-radius {
    border-radius: 0 !important;
}
.radius-4 {
    border-radius: 4px;
}
.radius-30 {
    border-radius: 30px;
}
.radius-50 {
    border-radius: 50%;
}
.row::before,
.row::after {
    display: none;
}
.justify-content-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

.announcements-slider-container .your-slider .media-body {
    max-width: max-content;
}
.announcements-slider-container .your-slider .media-body p.secondary-title {
    padding-top: 0.5rem;
}
.announcements-slider-container .your-slider .media-body p {
    margin-bottom: 0;
    text-align: center;
    color: #25476a;
}
.announcements-slider-container .your-slider blockquote {
    margin-bottom: 0 !important;
    color: #25476a;
    opacity: 0.8;
    border-left: unset;
    text-align: center;
}
.announcements-slider-container .your-slider .panel {
    margin-bottom: 0 !important;
}
.announcements-slider-container .pad-all {
    display: flex;
    padding-block: 50px 25px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.announcements-slider-container .announcements-header-container {
    max-width: max-content;
    gap: 1rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcements-slider-container .your-slider {
    width: 100%;
}
.announcements-slider-container {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px;
    border-radius: 20px !important;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    background: #fff;
}
.announcements-slider-container .slick-track {
    display: flex;
}
.announcements-arrows-container {
    display: flex;
    width: 100%;
    padding-bottom: 25px !important;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
.home-section-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
.padding-inline-container {
    padding-inline: 2rem;
}
.container-top-padding {
    padding-top: 2rem;
}
.container-top-padding-big {
    padding-top: 5rem;
}
.about-me-user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: unset;
}
.padding-custom-inline-container {
    padding-inline: 1.5rem 1rem;
}
.announcements-arrows-container span i {
    color: #25476a;
}
.announcements-arrows-container span i::before {
    margin: 0 !important;
}
.announcements-arrows-container span:hover {
    transition: all 0.3s ease-out;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 4px;
}
.announcements-arrows-container span {
    transition: all 0.3s ease-out;
    display: flex;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
    padding: 1rem;
    border-radius: 100%;
    background: #fff;
    aspect-ratio: 1;
    width: 50px;
    align-items: center;
    color: #25476a;

    justify-content: center;
}

.pt-2 {
    padding-top: 2rem;
}
.pt-5 {
    padding-top: 3rem;
}
.min-h-box {
    min-height: 100px;
}
.dashboard-summery-one .item-icon {
    padding: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
}
.dashboard-summery-one .item-icon img {
    width: 100%;
}
.gradient-orange-peel::before {
    content: "";
    position: absolute;
    inset: -0px;
    transform: translate3d(5px, 5px, -1px);
    background: linear-gradient(to left, #ffa000, #ff7200);
    filter: blur(10px);
    border-radius: inherit;
}
.bg-gradient-linked::before {
    content: "";
    position: absolute;
    inset: -0px;
    transform: translate3d(5px, 5px, -1px);
    background: linear-gradient(to right, #1565c0, #314ce0);
    filter: blur(10px);
    border-radius: inherit;
}

.bg-gradient-twitter::before {
    content: "";
    position: absolute;
    inset: -0px;
    transform: translate3d(5px, 5px, -1px);
    background: linear-gradient(to right, #1f89e5, #64b5f6);
    filter: blur(10px);
    border-radius: inherit;
}

.bg-gradient-gplus::before {
    content: "";
    position: absolute;
    inset: -0px;
    transform: translate3d(5px, 5px, -1px);
    background: linear-gradient(to right, #e84642, #f81b1b);
    filter: blur(10px);
    border-radius: inherit;
}

.about-me-title {
    color: #ffa000;
    font-size: 2.25rem;
    font-weight: 700;
}

/*=============== 3.2 Full Calender ==================*/
.fc-calender .fc-header-toolbar .fc-left {
    width: 50%;
    margin-bottom: 30px;
}
.fc-calender .fc-header-toolbar .fc-left h2 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}
.fc-calender .fc-header-toolbar .fc-right {
    margin-bottom: 30px;
    width: 50%;
}
.fc-calender .fc-header-toolbar .fc-right .fc-button-group {
    float: right;
}
.fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button:hover {
    color: #cdcdcd;
}
.fc-calender .fc-header-toolbar .fc-right .fc-button-group .fc-button:focus {
    outline: none;
}
.fc-calender .fc-header-toolbar .fc-center .fc-button-group {
    background-color: #f3f4f5;
    border-radius: 40px;
}
.fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button {
    background-image: none;
    box-shadow: none;
    border: none;
    background: none;
    height: auto;
    font-size: 14px;
    color: #a5a5a5;
    text-transform: capitalize;
    padding: 8px 30px;
}
.fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button:focus {
    outline: none;
}
@media only screen and (max-width: 479px) {
    .fc-calender .fc-header-toolbar .fc-center .fc-button-group .fc-button {
        padding: 8px 12px;
    }
}
.fc-calender
    .fc-header-toolbar
    .fc-center
    .fc-button-group
    .fc-button.fc-state-active {
    background-color: #f50057;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: 0px 4px 10px 0px rgba(255, 151, 188, 0.75);
}
.fc-calender .fc-view-container .fc-month-view .fc-event-container {
    display: block;
}
.fc-calender
    .fc-view-container
    .fc-month-view
    .fc-event-container
    .fc-day-grid-event {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .fc-calender
        .fc-view-container
        .fc-month-view
        .fc-event-container
        .fc-day-grid-event {
        display: none;
    }
}
.fc-calender .fc-view-container .fc-month-view .fc-day-grid-container {
    height: auto !important;
}
.fc-calender .fc-view-container .fc-month-view .fc-day-grid-container .fc-week {
    min-height: 30px !important;
}
.fc-calender .fc-view-container .fc-month-view table,
.fc-calender .fc-view-container .fc-basicDay-view table {
    font-size: 14px;
    color: #444444;
}
.fc-calender
    .fc-view-container
    .fc-month-view
    table
    .fc-head
    tr
    .fc-head-container,
.fc-calender
    .fc-view-container
    .fc-basicDay-view
    table
    .fc-head
    tr
    .fc-head-container {
    border: none;
}
.fc-calender
    .fc-view-container
    .fc-month-view
    table
    .fc-head
    tr
    .fc-head-container
    .fc-row,
.fc-calender
    .fc-view-container
    .fc-basicDay-view
    table
    .fc-head
    tr
    .fc-head-container
    .fc-row {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.fc-calender
    .fc-view-container
    .fc-month-view
    table
    .fc-head
    tr
    .fc-head-container
    .fc-row
    .fc-day-header,
.fc-calender
    .fc-view-container
    .fc-basicDay-view
    table
    .fc-head
    tr
    .fc-head-container
    .fc-row
    .fc-day-header {
    border: none;
    text-align: center;
    padding-bottom: 15px;
}
@media only screen and (max-width: 479px) {
    .fc-calender
        .fc-view-container
        .fc-month-view
        table
        .fc-head
        tr
        .fc-head-container
        .fc-row
        .fc-day-header,
    .fc-calender
        .fc-view-container
        .fc-basicDay-view
        table
        .fc-head
        tr
        .fc-head-container
        .fc-row
        .fc-day-header {
        font-size: 13px;
    }
}
.fc-calender .fc-view-container .fc-month-view table .fc-body tr td,
.fc-calender .fc-view-container .fc-basicDay-view table .fc-body tr td {
    border: none;
    text-align: center;
}
.fc-calender
    .fc-view-container
    .fc-month-view
    table
    .fc-body
    tr
    td
    .fc-scroller
    .fc-day-grid
    .fc-week
    .fc-content-skeleton
    .fc-day-top
    .fc-day-number,
.fc-calender
    .fc-view-container
    .fc-basicDay-view
    table
    .fc-body
    tr
    td
    .fc-scroller
    .fc-day-grid
    .fc-week
    .fc-content-skeleton
    .fc-day-top
    .fc-day-number {
    float: initial;
}
@media only screen and (max-width: 479px) {
    .fc-calender
        .fc-view-container
        .fc-basicWeek-view
        .fc-head-container
        .fc-day-header {
        font-size: 10px;
    }
}
.fc-toolbar .fc-center {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
.fc-content-skeleton .fc-day-top.fc-today a {
    color: #ffff;
}
.fc-calender .fc-view-container .fc-day.fc-widget-content.fc-today {
    background: #ffa000;
    border-radius: 10px;
}
.side-main-menu-top-padding {
    padding-top: 3rem;
}
.m--0 {
    margin: 0;
}
.heading-layout1 {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.student-boxes-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.dashboard-sec2-table-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    padding-inline: 0.5rem;
}
.home-section-container {
    display: grid;
    padding-inline: 0rem;
    grid-template-columns: 1fr 1fr;
}
.announcements-slider-container {
    margin-top: 2rem;
}
.home-section-container .panel {
    margin-bottom: 0;
}
.admin-dashboard-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}
.admissions-analysis-chart .panel-title {
    padding-top: 0.25rem;
    color: #111111;
    font-size: 18px;
    font-weight: 600;
}
.dashboard-hero-section-container {
    display: grid;
    grid-template-columns: 2fr 3fr;
    padding-inline: 3rem 2rem;
    justify-content: space-between;
    align-items: center;
}
.dashboard-hero-section-container--img {
    display: flex;
    justify-content: end;
}
.dashboard-hero-section-container--img img {
    max-height: 25rem;
    object-fit: contain;
}
@media only screen and (max-width: 1499px) {
    .student-info-area
        .dashboard-card-ten
        .card-body
        .student-info
        .info-table
        .table {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    .student-boxes-cards-container .dashboard-summery-one {
        margin-bottom: 0;
    }
    .student-boxes-cards-container {
        margin-bottom: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .student-calender .dashboard-card-eleven .card-body .panel-body,
    .student-calender .dashboard-card-eleven .card-body {
        padding: 1rem 0.5rem;
    }
    .dashboard-sec2-table-container .dashboard-card-ten .card-body {
        padding: 1.5rem 0.75rem 0.75rem;
    }
    .home-section-container {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 991px) {
    .admin-dashboard-container {
        display: flex;
        flex-direction: column;
    }
    .home-section-container {
        display: flex;
        flex-direction: column;
    }
    .dashboard-sec2-table-container {
        grid-template-columns: 1fr;
    }
    .student-calender .dashboard-card-eleven .card-body .panel-body,
    .student-calender .dashboard-card-eleven .card-body {
        padding: 1rem;
    }
}

@media only screen and (max-width: 767.99px) {
    .dashboard-hero-section-container--img img {
        max-height: 20rem;
    }
    .nano.has-scrollbar .nano-content {
        inset: 0;
    }
    #mainnav-container {
        margin-inline: 0;
    }
    .dashboard-sec2-table-container .dashboard-card-ten .card-body {
        padding: 2rem;
    }
    .student-info-area .table-responsive {
        padding-top: 0;
    }

    #page-content {
        padding-top: 4rem;
    }
}
.single-box.about-class-container > .text-center {
    min-width: max-content;
}
.single-box.about-class-container {
    gap: 2rem;
}
@media only screen and (max-width: 575px) {
    .dashboard-hero-section-container {
        padding-inline: 1rem;
        display: flex;
        flex-direction: column;
    }
    .single-box.about-class-container {
        display: flex;
        flex-direction: column;
    }
    .student-boxes-cards-container .dashboard-summery-one {
        padding-block: 0.75rem;
    }

    .student-boxes-cards-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .dashboard-card-ten
        .card-body
        .student-info
        .info-table
        .table
        tbody
        tr
        td {
        max-width: 100px;
    }
}
.nano-content #mainnav-menu.list-group {
    list-style: none;
}
.student-info-area .table-responsive {
    border: none;
}

.class-students-container .slick-slider .slick-list .slick-track > div {
    align-self: stretch;
    height: auto;
}

.class-students-container .slick-track .list-group-item .media-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.class-students-container .slick-track .list-group-item .media-body .btn {
    margin-bottom: 1rem;
}
.dashboard-class-timeline-container{
    background: #ffffff;
    margin-block: 2rem;
    padding: 2rem;
    border-radius: 10px;
    
}
.dashboard-class-timeline-container h3{
    margin: 0 0 2rem 0;

}
.dashboard-class-timeline-grid-container {
    display: grid;
    gap: 2rem;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.single-class-timeline-card:hover img {
    transform: scale(1.1);
    transition: all .3s ease-out;
}
.single-class-timeline-card {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2rem;
    min-height: 20rem;
    overflow: hidden;
    border: 1px solid #cecece;
}
.single-class-timeline-card .single-class-timeline-card--bottom i{
transition: all .3s ease-out;

}
.single-class-timeline-card:hover  .single-class-timeline-card--bottom i{
transition: all .3s ease-out;
transform: translateX(5px);
}
.single-class-timeline-card--upper h4,
.single-class-timeline-card--upper p{
    position: relative;
    color: #fff;
margin-bottom: .5rem;
z-index: 10;
padding-inline-start: 1rem;
}
.single-class-timeline-card--upper {
    /* padding: 1rem; */
    min-height: 10rem;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: linear-gradient(to left, #ffa000, #ff7200);
}
.single-class-timeline-card--upper h4{
    font-size: 1.5rem;
    font-weight: bold;
}
.single-class-timeline-card--upper img{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .3s ease-out;

}
.single-class-timeline-card--upper-title {
    font-weight: 500;
    font-size: 1.25em;
}
.single-class-timeline-card--bottom {
    padding: 1rem 2rem 1rem 1rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cecece;
}

.single-class-timeline-card--bottom p{
    margin-bottom: 0;
}
.single-class-timeline-card--bottom span{
font-size: 1.1rem;
}
.messages-page-container{
    display: grid;
    grid-template-columns: 1fr auto;
}
.navbar-content  
.notifications-container-menu .media.notification.material-notification .media-diff-from-now{
    min-width: 60px;
}
.navbar-content  
.notifications-container-menu .media.notification.material-notification .media-left{
    background-color: #1d1160;
}
.navbar-content  
.notifications-container-menu .media.notification.material-notification{
    background: #fff;
}

.navbar-content  
.notifications-container-menu .media.notification.exam-notification i {
    color: #ffff;
}


.navbar-content  
.notifications-container-menu .media.notification.other-notifications .media-left {
    background-color: #4b5320;
}

.navbar-content  
.notifications-container-menu .media.notification.assignment-notifications .media-left{
    background-color: #012169;
}

.navbar-content  
.notifications-container-menu .media.notification.meeting-start-notification .media-left{
    background-color: #f81b1b;
}
 
.navbar-content  
.notifications-container-menu .media.notification {
    background-color: #fff !important;
}
.rounded-circle{
    border-radius: 100%;
}
.my-posts-timeline-padding-block-sm{
padding-block: 1rem;
}
.panel.my-posts-timeline-page-container .panel-body{
    padding: 0;
}
.panel.my-posts-timeline-page-container{
    background: none;
}
.mb-3{
    margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
    .dashboard-class-timeline-grid-container {
        grid-template-columns: repeat(2, 1fr);
   }
}
@media only screen and (max-width: 767.99px) {
    .messages-page-container{
    display: flex;
    flex-direction: column;
    }
}
        @media only screen and (max-width: 575px) {
            .dashboard-class-timeline-grid-container {
                grid-template-columns: repeat(1, 1fr);
           }
        }