* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
}

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Oxygen, sans-serif;
}

.coll-item {
    color: #fff;
    font-size: 19px;
}

/*IMPORTANT*/

.coll-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    width: 500px;
    position: relative;
}

.coll-header {
    /* width: 100%; */
    padding: 8px;
    color: white;
    cursor: pointer;
    font-size: 22px;
}

.coll-content {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px rgba(15, 15, 15, 0.2);
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-self: center;
    color: #fff;
    width: 99%;
    transition-property: max-height;
    transition: 500ms ease-in;
    position: relative;
    margin-top: 2%;
}

a {
    color: #000;
}

.btn_round_accept {
    border-color: #138695;
    background: #138695;
}

.bubble {
    width: 90%;
}

.message.right .bubble {
    background: #e6fecf !important;
}

.btn_round_accept:hover {
    border-color: #138aa5;
    background: #138aa5;
}

.top_nav {
    padding: 0 0 1rem;
}

.xcool_brand {
    background: #fffffff2 !important;
}

.xcool_brand a {
    padding-left: 1rem;
}

.user_logo {
    width: 40px;
    height: 40px;
}

.user_link::after {
    display: none;
}

.xcool_menu li {
    padding-left: 10px;
    padding-right: 10px;
}

.row .collapse {
    margin-top: 1px !important;
}

.collape .show {
    margin-top: 100px !important;
}

.xcool_menu li a {
    line-height: 2.2;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.xcool_menu .dropdown-menu a {
    line-height: unset;
    font-weight: 500;
}

.search_form {
    min-width: 40%;
}

.search_input {
    width: 350px !important;
}

.search_btn_div,
.search_input {
    background: unset;
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #777;
}

.cal_event {
    width: 100%;
    height: auto;
    border: 1px solid #fa9b0a;
    border-radius: 15px;
    background-color: white;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

span.cal_ev_time {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
}

span.cal_ev_desc {
    word-break: break-word;
}

.fc .fc-daygrid-day.fc-day-today div.fc-daygrid-day-frame {
    border: 1px solid #fa9b0a;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0px 0px 14px #00000015;
}

.add_class {
    display: inline-block;
    margin: 0 0 1rem;
    float: right;
}

.my_cl_sort_sect {
    display: block;
    width: 100%;
}

.my_cl_sort_sect ul {
    float: right;
    list-style: none;
    position: relative;
    margin: 0 10px;
}

.my_cl_sort_sect ul li {
    display: inline-block;
    padding: 0 20px;
    width: 250px;
}

.my_cl_sort_sect select {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: unset;
}

.apl_grp_sec .apl_sec {
    border-radius: 25px;
    border: 1px solid #fa9b0a;
    padding: 1rem;
    height: auto;
    color: #000;
    background-color: #fff;
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0 0 2rem;
}

.apl_grp_sec .apl_sec:hover {
    background: #fa9b0a10;
}

.apl_img {
    width: 50px;
    height: auto;
    float: left;
}

.apl_ctn {
    width: 70%;
    height: auto;
    float: left;
    padding: 0 1rem;
}

.apl_status {
    width: 25%;
    padding: 0 1rem;
}

.apl_title,
.apl_title strong {
    font-size: 12px !important;
    padding: 0 0 1rem;
}

.apl_ctn span {
    display: block;
}

.apl_ctn span,
.apl_ctn strong {
    font-size: 12px;
}

.btn_round {
    border-radius: 30px;
    /* padding-right: 1rem; */
    /* padding-left : 1rem; */
    font-size: 12px;
    width: 80px;
}

span.apl_stauts_txt {
    text-align: right;
    color: #fa9b0a;
    display: block;
    padding: 0 0 1rem;
    font-size: 12px;
}

.apl_status a i,
.apl_status ion-icon {
    font-size: 30px;
    vertical-align: middle;
    color: #000;
}

.apl_status ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.apl_status ul li:first-child {
    display: inline-block;
    width: 120px;
}

.apl_status ul li {
    display: inline-block;
    width: 70px;
    text-align: center;
}

.add_class a {
    color: #1597a8;
    border-color: #1597a8;
}

.batch_btn {
    float: right;
}

.batch_table_sec {
    padding: 2rem 0;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .body_ctn {
    padding-top: 160px;
}

.xcool_tabs {
    padding: 3rem 1rem;
}

#myTab,
#myWalletTab {
    border: unset;
}

#myTab a.active,
#myTab a:hover,
#myWalletTab a.active,
#myWalletTab a:hover {
    border: unset;
    background: #fbaf37;
    border-radius: 25px;
    color: #fff;
}

#myTab li a,
#myWalletTab li a {
    font-size: 14px;
    color: #fbaf37;
    font-weight: 600;
    font-family: sans-serif;
}

/*datatable css*/

.batch_table thead th:first-child {
    border-radius: 6px 0 0 6px;
}

.batch_table thead th:last-child {
    border-radius: 0 6px 6px 0;
}

.batch_table td,
.batch_table th {
    border: unset;
    font-size: 14px;
}

.batch_table thead tr {
    border-radius: 20px;
    overflow: hidden;
}

.batch_table thead th {
    color: #fff;
    background: #000;
}

.batch_table tbody tr:hover {
    color: #000;
    background: #fbaf3750;
    /* cursor    : pointer; */
}

.batch_table tbody td {
    padding: 5px;
}

.batch_table tbody td:first-child {
    border-radius: 6px 0 0 6px;
}

.batch_table tbody td:last-child {
    border-radius: 0 6px 6px 0;
}

.batch_table tbody th,
.batch_table tbody td {
    padding: 5px 10px !important;
    vertical-align: middle;
}

.fc .fc-daygrid-day-frame {
    display: flex !important;
    flex-direction: row !important;
    box-shadow: 5px 10px 25px -2px rgb(252 195 105 / 20%);
    max-height: 80px !important;
    min-height: 80px !important;
    max-width: 90% !important;
    border-radius: 15px;
    padding: 4px 15px;
    margin: auto;
    color: #000 !important;
    border: 1px solid #f0f0f0;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: unset !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: unset !important;
}

.fc .fc-daygrid-day.fc-day-today {
    background: unset !important;
}

.fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px 1rem !important;
    color: #000 !important;
    font-weight: normal;
}

.my_wallet_title {
    font-size: 46px;
    font-weight: 600;
    font-family: serif;
    padding: 0 4rem 0 0;
    margin: 0;
    margin-top: -10px;
}

.my_wallet_receiv_sec,
.refund_sec {
    padding: 4rem 0 2rem;
    position: relative;
}

/*//collpse css*/

.hiddenRow {
    padding: 0 !important;
}

.btn-header-link {
    color: #fff;
    text-align: left;
    /*background: #FFE472;*/
    color: #222;
    position: relative;
}

.btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 10px;
    top: 5px;
    position: absolute;
}

.btn-header-link.collapsed {
    background: #fbaf3750;
    color: #000;
}

.btn-header-link.collapsed:after {
    content: "\f106";
}

.wallet_desc_sec .card {
    padding: 1rem;
    border: unset;
    box-shadow: 1px 3px 11px #f0f0f0;
}

.wallet_desc_sec table td {
    font-size: 14px;
    font-family: sans-serif;
    padding: 0.7rem 1rem;
}

.wallet_desc_sec table span.wallet_amt {
    font-size: 16px;
    font-weight: 600;
}

.help_text {
    text-align: right;
    position: absolute;
    right: 0;
    color: #169bac;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
    top: 0;
}

.show_item {
    text-align: right;
    color: #169bac;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 500;
}

.hideListItem {
    display: none;
}

/*add course css*/

.courses_filter_sec {
    padding: 3rem 1rem 1rem;
    display: block;
}

.courses_filter_sec h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif;
}

.course_search_sec {
    padding: 1rem 0;
}

.course_search_sec .search_input {
    width: 300px !important;
}

.filter_sec {
    padding: 1rem 0;
}

.filter_grp {
    display: block;
    padding: 1rem 0;
    position: relative;
    /* border-bottom: 1px solid #dddddd70; */
}

.filter_grp p {
    font-size: 16px;
    font-weight: 600;
}

.course_rest_btn {
    position: absolute;
    right: 0;
    top: 10px;
    border-color: #fff;
    border: 1px solid;
    padding: 7px 1.2rem;
    font-size: 14px;
    font-weight: 600;
}

.custom-select {
    border: unset;
    border-bottom: 1px solid;
    border-radius: 0;
}

.course_card {
    padding: 1rem;
    background: #fff;
    box-shadow: 5px 10px 25px 2px rgb(252 195 105 / 20%);
    border-radius: 20px;
    overflow: hidden;
    margin: 0 0 2rem;
    position: relative;
}

.course_image {
    width: 95%;
    height: 160px;
    padding: 1rem;
    margin: 0.7rem auto;
    border-radius: 25px;
    position: relative;
}

.course_sec {
    padding: 4rem 1rem 2rem;
    position: relative;
}

.image_footer {
    position: absolute;
    bottom: 1rem;
    display: grid;
}

.image_footer span {
    color: #fff;
    font-size: 10px;
    padding: 7px;
    margin: 0 7px 0 0;
}

.course_category {
    background: #000;
    color: #fff !important;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
}

.course_archive {
    background: #00000080;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.course_archive_btn {
    background: #000;
    color: #fff !important;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    padding: 9px 1rem;
    font-size: 10px;
}

.status {
    border-radius: 30px;
    padding: 3px 20px;
}

.course_level {
    border-radius: 25px;
    background: #138593;
}

.course_title {
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    padding: 1rem 0 5px;
}

.course_designer {
    font-size: 14px;
    color: #7d7d7d;
    font-family: sans-serif;
}

.course_card .offered_by {
    font-size: 14px;
    font-weight: 600;
    font-family: sans-serif;
}

.course_card .offered_by_panel .instructor_images:first-child {
    z-index: 1;
}

.course_card .offered_by_panel .instructor_images {
    display: flex;
    flex-direction: row;
    padding-left: 7px;
    padding-right: 7px;
    align-items: center;
    position: relative;
    min-width: 100%;
    max-width: 100%;
}

.course_card .offered_by_panel .instructor_images img {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-left: -7px;
}

.instructor_text {
    font-size: 12px;
    color: #138593;
    position: absolute;
    right: 0;
    bottom: -15px;
}

.add_course_btn {
    margin: 2rem auto 0.5rem;
    display: block;
    background: #13818f;
    border-radius: 25px;
    color: #fff;
    font-size: 12px !important;
}

.add_course_btn:hover {
    color: #fff !important;
}

.add_course_btn ion-icon {
    color: #fff !important;
    vertical-align: text-bottom;
    padding: 0;
    font-size: 15px;
}

.my_cl_sort_sect {
    padding: 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #148896 !important;
    background-color: #148896 !important;
}

/* ------------------------------ PAGINTION BEGIN ------------------------------ */

.course_pagination {
    padding: 2rem 0;
}

.pager {
    margin: 0 0 3.75rem;
    font-size: 0;
    text-align: center;
}

.pager__item {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px;
}

.pager__item.active .pager__link {
    background-color: #13818f;
    border-color: #13818f;
    color: #fff;
    text-decoration: none;
}

.pager__item--prev svg,
.pager__item--next svg {
    width: 8px;
    height: 12px;
}

.pager__item--next .pager__link svg {
    transform: rotate(180deg);
    transform-origin: center center;
}

.pager__link {
    position: relative;
    border-radius: 100%;
    display: block;
    text-align: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin-left: -1px;
    color: #2f3640;
    text-decoration: none;
    transition: 0.3s;
}

.pager__link:hover,
.pager__link:focus,
.pager__link:active {
    background-color: #13818f;
    border-color: #13818f;
    color: #fff;
    text-decoration: none;
}

.pager__link:hover svg path,
.pager__link:focus svg path,
.pager__link:active svg path {
    fill: #fff;
}

.pager .pager__item.active + .pager__item .pager__link,
.pager .pager__item:hover + .pager__item .pager__link {
    border-left-color: #ffb74d;
}

.div-1 {
    position: absolute !important;
    width: 322.54px;
    height: 53.47px !important;
    z-index: 2 !important;
    background: #ffffff !important;
    opacity: 0.5 !important;
    border-radius: 46px !important;
    top: 55px !important;
    left: 96px !important;
}

.input_bar {
    height: 80px !important;
}

@media screen and (max-width: 576px) {
    #teacher_profile_btn {
        float: left;
        margin: 0 0 0 7%;
    }

    span.apl_stauts_txt {
        width: 100px;
    }

    #text_change {
        font-size: 12px !important;
    }

    .collapse .show {
        margin-top: 0 !important;
    }

    .btn_round {
        width: 150px;
    }

    .batch_btn {
        position: absolute !important;
        bottom: -13% !important;
        /* right   : 10% !important; */
        float: left;
    }

    .coll-stop {
        margin-top: none !important;
    }
    .batch_sec {
        position: relative;
        top: 20px;
    }
    .button_align {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
        position: relative;
        right: 20%;
    }

    .test {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .scroll_ruby {
        overflow-x: scroll;
    }

    .span.apl_stauts_txt {
        display: flex !important;
    }

    .apl_status {
        display: grid;
        width: 30vw;
    }

    .accept_btn {
        width: 115px;
    }

    .div-1 {
        width: 40% !important;
    }

    .div-2 {
        left: 113px !important;
        top: 77px !important;
    }

    .filter {
        display: flex;
        justify-content: space-between;
    }

    .input_bar {
        justify-content: unset !important;
        align-items: center !important;
        display: flex !important;
        width: 100% !important;
        height: 90px !important;
    }

    .ban {
        width: 97vw;
    }

    .apl_status_btn {
        margin-top: 1px !important;
        margin-left: -20px;
        margin-top: 100px !important;
    }

    .apl_grp_sec {
        padding: 2rem 1rem;
        margin-left: -17% !important;
        width: 100vw;
    }

    img .profile_users {
        width: auto;
        height: 75px;
        margin: auto;
    }

    .apl_grp_sec .apl_sec {
        height: auto;
        display: flex;
        margin: 10px 0px;
    }

    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pager__item.active,
    .pager__item:first-of-type,
    .pager__item:last-of-type,
    .pager__item:nth-of-type(2),
    .pager__item:nth-last-of-type(2) {
        position: initial;
        top: initial;
        left: initial;
    }

    .pager__item.active + li {
        position: initial;
        top: initial;
        left: initial;
    }
}

/* ------------------------------ PAGINTION END ------------------------------ */

/*star css*/

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 0px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    color: #bbb;
    font-size: 18px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
    color: #f2b600;
}

.add_course_btn_top {
    position: absolute;
    top: 0;
    right: 20px;
    color: #1695a5;
    border-color: #1695a5;
}

/*user profile css*/

.profile_sec {
    padding: 4rem 1rem 0;
}

.profile_left_sec {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.profile_users {
    width: auto;
    height: 100px;
    margin: auto;
}

.profile_txt {
    padding: 2rem 0 0;
}

.profile_txt span {
    display: block;
}

.edit_profile_btn {
    color: #fff;
    background: #148896;
    padding: 7px 1rem;
    border-radius: 25px;
    font-size: 14px;
}

.profile_right_sec {
    padding: 1rem;
}

.profile_about_sec {
    padding: 0 0 1rem;
}

.profile_about_sec h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: sans-serif;
}

.profile_about_sec p {
    font-size: 16px;
    font-family: sans-serif;
}

.about_sm_icon {
    padding: 1rem 0;
}

.about_sm_icon a ion-icon {
    font-size: 24px;
    padding: 0 0.3rem;
}

.about_sm_icon a {
    text-decoration: unset;
}

.youtube ion-icon {
    color: #f00;
}

.linkedin ion-icon {
    color: #0a66c2;
}

.twitter ion-icon {
    color: #55acee;
}

.insta ion-icon {
    color: #0a0a08;
}

.facebook ion-icon {
    color: #395185;
}

.profile_grp_sec {
    padding: 2rem 0;
}

.profile_other_sec {
    padding: 1rem 0;
}

.profile_grp_sec h3 {
    font-size: 24px;
    font-weight: 600;
    color: #777;
    font-family: sans-serif;
    position: relative;
    padding: 0 0 1rem;
}

.profile_grp_sec h3 span {
    border-top: 1.25px solid rgba(0, 0, 0, 0.25);
    width: 40%;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}

.profile_grp_sec ul {
    padding: 0 2rem;
    margin: 0;
}

.profile_grp_sec ul li {
    color: #000;
}

.account_grp {
    padding: 0 0 1.4rem;
}

.account_grp p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.account_grp p:first-child {
    font-weight: 600;
}

.profile_grp_sec table td {
    padding: 0 0 1rem 0;
}

.edit_photo {
    position: relative;
}

.edit_backdrop {
    top: -250%;
    display: block ruby;
    position: absolute;
    background: #00000090;
    color: #fff;
    width: 104px;
    height: 99px;
    position: absolute;
    background: #00000090;
    color: #fff;
    width: -webkit-fill-available;
    height: auto;
    border-radius: 100%;
    right: 0;
    z-index: 1;
}

.edit_backdrop ion-icon {
    font-size: 34px;
    padding: 3.5rem 0 0;
}

/*//form css*/

.profile_right_sec input,
.new_batch_sec input,
.modal_batch_ctn input {
    border: unset;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.profile_right_sec label,
.new_batch_sec label,
.modal_batch_ctn label {
    margin: 0;
}

.profile_right_sec .form-group {
    margin: 0;
}

.profile_right_sec .input-group-text,
.new_batch_sec .input-group-text,
.modal_batch_ctn .input-group-text {
    background: unset;
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #000;
}

.delete_field,
.delete_awards_field {
    font-size: 24px;
}

.add_field,
.add_awards_field {
    border: 1px solid #000;
    padding: 7px 1rem;
    margin: 2rem 0;
    font-size: 14px;
    font-family: sans-serif;
    background: #fff !important;
}

/*modal form css*/

.student_list_css span {
    display: block;
    padding: 1rem 0 0;
}

.student_list_css a {
    float: left;
    padding: 1rem;
    text-align: center;
    text-decoration: unset;
    color: #000;
    position: relative;
}

.student_list_css .profile_users {
    width: auto;
    height: 70px;
    margin: auto;
}

.modal-content {
    border-radius: 25px;
    padding: 2rem;
}

.new_batch_sec h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: sans-serif;
    padding: 0 0 1rem;
    margin: 0;
}

.new_batch_sec .profile_grp_sec {
    padding: 2rem 0;
}

.new_batch_sec .profile_grp_sec h3 {
    font-size: 18px;
    color: #666;
}

.btn_save {
    border-radius: 25px;
    background: #138290;
    border-color: #138290;
}

.btn_discard {
    border-radius: 25px;
}

/* .student_list_css a:hover ::after {
    content      : "-";
    position     : absolute;
    width        : 70px;
    height       : 70px;
    z-index      : 2;
    background   : #0000009c;
    color        : #fff;
    font-size    : 34px;
    padding      : 0.5rem;
    border-radius: 50%;
    top          : 15px;
    left         : 15px;
} */
.imageOverlay {
    position: relative;
    width: 70px;
    height: 70px;
    
}
.imageOverlay img {
    vertical-align: top;
}
.imageOverlay:after {
    content: "Remove";
    position: absolute;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}
/* .imageOverlay:hover:after {
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
} */

.apl_modal .apl_status ul li:first-child {
    width: 110px;
}

.apl_modal .apl_grp_sec .apl_sec {
    border: none;
}

.apl_modal .apl_grp_sec {
    padding: 3rem 0rem;
}

.apl_modal .apl_invite_sec {
    padding: 2rem 0;
    display: block;
}

.apl_modal .close {
    background: #000;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: auto;
    font-weight: normal;
    padding-left: 2px;
}

.apl_modal .close:hover {
    color: #fff;
}

.remaining_class {
    padding: 2rem 0;
}

.remaining_class p {
    font-size: 14px;
    font-weight: 600;
}

.rem_class_grp {
    padding: 1rem 0;
}

.r_class_grp {
    width: 170px;
    height: 170px;
    text-align: center;
    border: 1px solid #fa9b0a;
    border-radius: 5px;
    background: #fa9b0a05;
    display: inline-block;
    margin: 0.3rem;
}

.r_class_grp small {
    padding: 1rem;
    display: block;
}

.r_class_grp p {
    font-size: 16px;
}

.r_class_grp p span {
    font-weight: normal;
    font-size: 14px;
}

.done_btn {
    background: #148896;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
}

.paid_btn {
    background: #148896;
    color: #fff;
    font-size: 12px;
    border-radius: 25px;
}

.cancelled_btn {
    font-size: 12px;
    border-radius: 25px;
}

.refunded_btn {
    font-size: 12px;
    border-radius: 25px;
}

.class_cancel {
    font-size: 12px;
    text-decoration: underline;
    color: #f00;
    padding: 0 7px;
}

.popup_st_info {
    padding: 0;
    border-bottom: 1px solid #fa9b0a;
}

.popup_st_info p span {
    display: block;
    font-weight: normal;
}

.popup_st_info p {
    font-weight: 600;
}

.apl_modal .apl_grp_sec p span {
    display: block;
}

.modal_batch_ctn {
    padding: 1.6rem;
    border: 1px solid #fa9b0a;
    border-radius: 15px;
    position: relative;
    margin: 0 0 2rem;
}

.modal_batch_ctn h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.invite_batch_btn {
    background: #138695;
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
    position: absolute;
    right: 20px;
    top: 20px;
}

.invite_batch {
    padding: 2rem 0 0;
}

.invite_batch span {
    display: block;
}

.modal_batch_info {
    padding: 2rem 0;
    border: unset;
    border-bottom: 1px solid #00000020;
    border-radius: unset;
}

.st_list span {
    font-size: 14px;
    padding: 1rem 0 0.7rem;
}

.st_list {
    position: relative;
}

.add_parti {
    color: #148896;
    border-color: #148896;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 25px;
}

.participant_form {
    padding: 3rem 0 0;
}

.modal_course_sec {
    padding: 2rem 0;
    position: relative;
}

.modal_course_sec h2 {
    font-size: 22px;
    font-weight: 600;
    font-family: sans-serif;
}

.modal_course_sec ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
}

.modal_course_sec ul li {
    position: relative;
    padding: 0 0 1rem 3rem;
}

.modal_course_sec ion-icon {
    position: absolute;
    font-size: 24px;
    left: 0;
}

/* .modal_course_sec ul li span {
    display: block;
} */

.start_class_btn {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.modal_footer {
    text-align: right;
    padding: 4rem 0 0;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}


@media only screen and (max-width: 600px) {
    .modal-content {
        border-radius: 25px;
        padding: 0.5rem;
    }
}