/*********************************subscription.html**********************************/

.subs.pusher,
.subs .skooly-dashboard-container {
    background: #f4f6f8;
}

.plan .header span {
    font-weight: bold;
    font-size: 1.3rem;
}

.plan .header {
    padding: 1rem 0rem;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.plan .description {
    text-align: center;
    padding: 0rem 0rem 2rem 0rem;
}

.plan .description .line_1 {
    font-weight: bold;
    font-size: 1.2rem;
}

.plan .description div {
    padding-top: 1rem;
}

.plan .description .line_2 {
    color: grey;
    font-size: 1.1rem;
}

.plan .showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.plan .wrapper {
    margin: 0rem 0.4rem;
    min-width: 24%;
}

.plan .sec {
    letter-spacing: 0.3px;
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 2rem 1rem;
}

.plan .sec:first-child {
    margin-left: 0rem !important;
}

.plan .sec:last-child {
    margin-right: 0rem !important;
}

.plan .sec .main_price {
    font-size: 1.03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0.5rem;
}

.plan .sec .sub_price {
    padding: 1rem 0rem;
    text-align: center;
    font-size: .9rem;
    color: grey;
}

.plan .sec .main_price div {}

.plan .sec .main_price .price {
    font-size: 2.8rem;
    letter-spacing: 0.5px !important;
    /* font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; */
    font-family: "Public Sans", sans-serif;
    font-weight: 500;
}

.plan .sec .plan_btn {
    padding: 1rem 0rem;
    text-align: center;
}

.plan .sec .plan_btn button {
    width: 80%;
    background-color: #5b69c2;
    color: #fff;
    border: none;
    padding: 0.6rem;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.plan .sec .plan_btn button:hover {
    background-color: #4654b3;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.plan .sec .plan_title {
    padding: 0.3rem 0rem 1.6rem 0rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.plan .sec .plan_desc {
    text-align: center;
    padding-top: 0.4rem;
    padding-bottom: 2rem;
}

.plan .sec .meta_section {
    text-align: center;
    padding-bottom: 1rem;
}

.plan .sec .meta_section:last-child {
    padding-bottom: 0rem;
}

.plan .sec .meta_section .meta_title {
    font-weight: bold;
    font-size: 1.05rem;
    padding-bottom: 0.3rem;
}

.plan .popular {
    padding: 1rem 0rem;
    background: #f9fafb;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.plan .popular_dummy {
    padding: 1rem 0rem;
}

.plan .sec.highlight {
    border: 1px solid #1fad7f;
    -webkit-box-shadow: inset 0px 0px 0px 1.5px #1fad7f;
    box-shadow: inset 0px 0px 0px 1.5px #1fad7f;
}

.plan .sec.highlight button {
    background: #1fad7f !important;
    color: #fff;
}

.plan .sec.highlight button:hover {
    background: #229c78 !important;
}

.showcase_secondary .multi {
    margin: 5rem 0.4rem;
    letter-spacing: 0.3px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 2rem 1rem;
    text-align: center;
}

.showcase_secondary .multi .title {
    padding: 0rem 0rem 1.6rem 0rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.showcase_secondary .multi .option {
    padding: 1rem 0rem 0rem 0rem;
}

.showcase_secondary .multi .option button {
    min-width: 180px;
    background-color: #f0ad4e;
    color: #fff;
    border: none;
    padding: 0.6rem;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.showcase_secondary .multi .option button:hover {
    background-color: #e6a346;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.plan_desc {
    padding: 0rem 0.4rem;
}

.plan_desc table {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 3px 8px rgba(122, 109, 109, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(122, 109, 109, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.plan_desc table th {
    font-size: 1.07rem;
    font-weight: bold;
}

.plan_desc table tr {
    padding: 0rem 1rem;
}

.plan_desc table th,
.plan_desc table td {
    padding: 1.2rem 1rem;
}

.plan_desc table .header td {
    font-size: 0.92rem;
    font-weight: bold;
    background: #f4f6f8;
    color: #4d5bb3;
}

.plan_desc table .data td {
    font-size: 0.92rem;
    color: #5b5e6d;
}

.plan_desc table thead th {
    border: 1px solid #5b69c2;
}

.plan_desc table .data td {
    border: 1px solid #e4e4e4;
}

.plan_desc table th {
    text-align: center;
}

.plan_desc table th:first-child {
    text-align: left !important;
}

.plan_desc table .data td {
    text-align: center;
}

.plan_desc table .data td:first-child {
    text-align: left !important;
}

.plan_desc table thead th:first-child,
.plan_desc table .header td:first-child,
.plan_desc table .data td:first-child {
    padding-left: 2rem;
}

.plan_desc table .data td img {
    width: 18px;
}

.plan_desc table .data td.high {
    color: #e7476f;
}

.plan_desc table thead th {
    background: #5b69c2;
    color: #fff;
}

.billing_header {
    width: 100%;
    padding: 1.5rem 0rem;
    border-bottom: 1px solid rgb(219, 219, 219);
}

.billing_header {
    font-weight: bold;
    font-size: 1.3rem;
}

.billing .sec {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-top: 2em;
    padding: 2rem;
}

.billing .header {
    font-weight: bold;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.billing .sec .content .desc {
    color: grey;
}

.billing .sec .content .checkbox {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin-top: 1rem;
}

.billing .sec .content .info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 1rem 0.6rem;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.billing .sec .content .pay_row {
    border-bottom: 1px solid #e4e4e4;
    padding: 1rem 0.6rem;
    background-color: #fff;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.billing .sec .content .info_row.active_bill {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #ebf5fa;
}

.billing .sec .content .pay_row.active_bill {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: #ebf5fa;
}

.billing .sec .content .info_row label,
.billing .sec .content .pay_row label {
    padding-left: 0px !important;
    font-weight: bold;
}

.billing .sec .content .info_row div,
.billing .sec .content .pay_row div {
    width: 100%;
}

.billing .sec .content .info_row .savings,
.billing .sec .content .pay_row .savings {
    text-align: right;
    padding-right: 0.5rem;
    color: #1fad7f;
    font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.billing .sec .content .desc_s {
    padding: 1rem 0rem 2rem 0rem;
}

.billing .sec .content .plan_details .header {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem !important;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.billing .sec .content .plan_details .desc {
    border-bottom: 1px solid #e4e4e4;
    background: #f4f6f8;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.billing .sec .content .plan_details .desc div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.billing .sec .content .plan_details .desc div:last-child {
    margin-bottom: 0rem;
}

.billing .sec .content .plan_details .desc b {
    margin-right: 5px;
}

.billing .sec .content .plan_details .desc i {
    font-size: 0.6rem !important;
    margin-right: 10px;
}

.billing .sec .content .finish .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.billing .sec .content .finish .header div {
    width: 100%;
}

.billing .sec .content .finish .header .amount {
    text-align: right;
}

.billing .sec .content .start_plan {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    text-align: center;
}

.billing .sec .content .start_plan button {
    width: 80%;
    color: #fff;
    border: none;
    padding: 0.6rem;
    border-radius: 3px;
    background-color: #5b69c2;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.billing .sec .content .start_plan button:hover {
    background-color: #505db1;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.billing .sec .content .meta {
    text-align: center;
}

.billing .sec .content .pay_row .meta_card {
    padding: 0.5rem 3rem;
}

.billing .sec .content .pay_row .meta_card div {
    margin-top: 1rem;
}

.billing .sec .content .pay_row .meta_card .add_card {
    color: rgb(78, 157, 248);
    cursor: pointer;
}

.billing .sec .content .pay_row .paypal {
    width: 100px;
    margin-top: -8px;
}

/* Live streaming */
.stream_main_view thead th:nth-child(2),.stream_main_view thead th:nth-child(3){
    text-align: center;
}
button:active,
button:focus,
select:active,
select:focus,
input:active,
input:focus {
  outline: none;
}
.stream_main_view {
  padding: 1rem;
}
.stream_main_view ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.stream_main_view li {
  padding: 0.5rem 1rem;
}
.stream_main_view a {
  border-bottom: 2px solid #fff;
  color: rgb(59, 59, 59);
  padding-bottom: 0.3rem;
}
.stream_main_view li.active a {
  border-bottom: 2px solid #f8577f;
  color: #f8577f;
}
.stream_main_view .tab-content {
  border: none !important;
  padding: 1rem;
}
.main_add_btn {
  letter-spacing: 0.5px;
  background: #f8577f;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1em;
  border-radius: 0.25em;
}
.main_add_btn.add::before {
  font-family: FontAwesome;
  content: "\f0fe";
  padding-right: 4px;
}
.class_selector {
  padding: 0.26em 1em;
  border: 1px solid rgb(224, 224, 224);
  font-size: 0.95em;
  margin-right: 1rem;
  border-radius: 0.25em;
}
.class_selector:active,
.class_selector:focus {
  border: 1px solid #7b9cd3;
}

.top_menu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* Tab 1 */
.sessions_sec table {
  width: 100%;
}
.sessions_sec table thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sessions_sec table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sessions_sec table thead tr th {
  padding: 0.8rem 0.5rem;
  color: rgb(70, 70, 70);
  background-color: #f4f6f8;
}
.sessions_sec table tbody tr td {
  padding: 1.3rem 0.5rem;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.sessions_sec table tbody tr:last-child td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.sessions_sec table tbody tr td:last-child {
  text-align: center;
}
.sessions_sec table tbody tr td:nth-child(2),
.sessions_sec table tbody tr td:nth-child(3),
.sessions_sec table tbody tr td:nth-child(4),
.sessions_sec table tbody tr td:nth-child(5),
.sessions_sec table tbody tr td:nth-child(6) {
  text-align: center;
}
.view_recording {
  background-color: #0373f9 !important;
  border: 1px solid #0373f9;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0.26em 0.5em;
  border-radius: 0.25em;
}
/* Tab 2 */
.recordings_sec table {
  width: 100%;
}
.recordings_sec table tbody tr td {
  padding: 1.6rem 0.2rem;
  border-bottom: 1px solid rgb(233, 233, 233);
}
.recordings_sec table tbody tr:last-child td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.recordings_sec table tbody tr td:first-child {
  padding-left: 10px;
}
.recordings_sec table tbody tr td:first-child img {
  width: 72%;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
  box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
  border-radius: 5px;
}
.recordings_sec table tbody tr td:nth-child(2) .title {
  font-weight: bold;
}
.recordings_sec table tbody tr td:last-child button {
  background: none;
  border: none;
  margin-right: 0.5rem;
}
.recordings_sec .time {
  padding-top: 4px;
}
.recordings_sec table .play {
  color: #0373f9;
}
.recordings_sec table .play:hover {
  color: #0063dd;
}
.recordings_sec table .delete {
  color: grey;
}
.recordings_sec table .delete:hover {
  color: #e04f4f;
}
.recordings_sec table .play i {
  font-size: 2.2rem;
}
.recordings_sec table .delete i {
  font-size: 1.3rem;
}
/* Tab 3 */
.classes_sec table {
  width: 100%;
}
.classes_sec table tbody tr td:nth-child(2),
.classes_sec table tbody tr td:nth-child(3),
.classes_sec table tbody tr td:nth-child(4) {
  text-align: center;
}
.classes_sec thead tr th {
  padding: 15px 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.classes_sec tbody tr td {
  padding: 25px 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.classes_sec tbody tr:last-child td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.classes_sec tbody .btn_1 {
  background: #f8577f;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1em;
  border-radius: 0.25em;
  margin-right: 0.5rem;
}
.classes_sec tbody .btn_1:hover {
  background: #ec4f76;
}
.classes_sec tbody .btn_2:hover {
  background: #1ca378;
}
.classes_sec tbody .btn_2 {
  background: #1fad7f;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1em;
  border-radius: 0.25em;
  margin-left: 0.5rem;
}

.classes_sec tbody .btn_3:hover {
  background: #9d1bb2;
}
.classes_sec tbody .btn_3 {
  background: #9d1bb2;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1em;
  border-radius: 0.25em;
  margin-left: 0.5rem;
}
.classes_sec tbody .live_btn {
  background: #1fad7f;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  min-width: 100px;
  padding: 0.26em 1em;
  border-radius: 0.25em;
  margin-right: 0.5rem;
}
.classes_sec tbody .live_btn:hover {
  background: #1ba076;
}
/* video player modal */
.video_player_modal .modal-body {
  padding: 0px !important;
}
.video_player_modal video {
  border-radius: 4px;
}
.video_player_modal video:focus {
  outline: none;
}


/*AC select*/

.ac_select_wrap {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.ac_select_wrap .MA_L {
    margin-left: 15px;
}

.ac_select_wrap input {
    border: 1px solid rgb(216, 216, 216) !important;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 31px !important;
}

.select2-container {
    width: 100% !important;
    border-radius: 3px;
    border: 0px solid rgb(216, 216, 216);
    color: rgb(100, 100, 100);
    background-color: #fff;
}

.select2-selection {
    border: 1px solid rgb(216, 216, 216) !important;
    min-height: 31px !important;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff !important;
    border: 1px solid #43a2f3 !important;
    background-color: #43a2f3 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.589) !important;
    margin-right: 4px !important;
    font-size: 1rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: rgb(255, 255, 255) !important;
}

.select2-container--open .select2-selection {
    border: 1px solid #aaa !important;
}

.select2-selection:focus,
.select2-selection:active {
    outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-width: 0px !important;
    width: 100% !important;
    padding: 4px !important;
    border-radius: 3px !important;
    border: 1px solid rgb(216, 216, 216) !important;
    padding: 2px 4px !important;
    color: rgb(77, 77, 77) !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgb(230, 230, 230) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb !important;
}

.select2-results__option {
    min-height: 31px !important;
}

.select_add {
    padding: 10px 5px;
    margin-top: 1px;
    box-shadow: 1px -1px 2px 0px rgb(209, 209, 209);
}

/* .select_add input {
    width: 100%;
    padding: .2rem .4rem;
    padding-right: 30px !important;
    border-radius: 3px;
    border: 1px solid rgb(219, 219, 219);
    height: 26px;
}

.select_add button {
    position: absolute;
    width: 30px;
    margin-left: -30px;
    border: none;
    background: none;
    height: 26px;
}

.select_add button i {
    color: #5897fb;
} */

.ac_select_wrap .select2-container {
    margin-left: 15px;
}

.ac_select_wrap .select2-selection {
    max-height: 31px !important;
}

.ac_select_wrap .select2-selection--multiple .select2-selection__choice {
    float: none !important;
    display: inline-block !important;
}

.ac_select_wrap .select2-selection--multiple .select2-search__field {
    margin-top: 0px !important;
    display: none !important;
}

.ac_select_wrap .select2-selection--multiple .select2-selection__rendered {
    max-width: 204px !important;
}

.ac_select_wrap .select2-container:nth-of-type(1) {
    margin-left: 0px !important;
}

.ac_select_wrap .add_filter {
    border: 1px solid rgb(216, 216, 216);
    color: rgb(100, 100, 100);
    padding: 4px 10px;
    background-color: #fff;
    border-radius: 3px;
    height: 30px;
    margin-left: 15px;
}

.ac_select_wrap .filter_fetch {
    color: #fff;
    padding: 4px 4px;
    min-width: 80px;
    font-size: 1em;
    border-radius: 3px;
    height: 30px;
    margin-left: 15px;
    background-color: #8a8a8a !important;
    border: 1px solid #9e9e9e !important;
}

.ac_select_wrap .filter_fetch:hover {
    background-color: #0373f9 !important;
}

.ac_select_wrap .filter_fetch::before {
    font-family: FontAwesome;
    content: "\f0b0";
    padding-right: 2px;
}

.ac_select_wrap .date_div {
    width: 100%;
    margin-left: 15px !important;
}

.ac_select_wrap .date_div input {
    height: 31px !important;
    min-height: 0px !important;
    padding: 6.5px 15px !important;
    width: 80%;
    border-radius: 3px;
    border: 1px solid rgb(216, 216, 216);
    color: rgb(100, 100, 100);
    background-color: #fff;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ac_select_wrap .date_div input:active,
.ac_select_wrap .date_div input:focus,
.ac_select_wrap .date_div input:hover {
    outline: none;
}

.ac_select_wrap .date_div button {
    height: 31px !important;
    width: 20%;
    background: #fff;
    border: 1px solid rgb(216, 216, 216);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -5px !important;
}

.ac_select_wrap .date_div button:hover {
    background: rgb(241, 241, 241);
}

.ac_select_wrap .date_div button:active,
.ac_select_wrap .date_div button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*********************************************Online live class***********************************************/

/* basic */
.stream_dashboard button:active,
.stream_dashboard button:focus,
.stream_dashboard input:active,
.stream_dashboard input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* header row-1 */
.stream_dashboard .header {
  padding: 0.8rem 1.5rem;
  margin: 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.075);
}
.header .class_name {
  font-weight: normal;
  margin-top: 5px;
}
.main_btn_leave {
  background: none;
  border: none;
  color: #44a2fc;
}
.header .main_btn_start {
  color: #fff;
  background: #f8577f;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.3rem 0rem;
  margin-left: 1rem;
  width: 100px;
}
.header .main_btn_stop {
  color: #f8577f;
  background: #ffffff;
  border: 1px solid #f8577f;
  border-radius: 4px;
  padding: 0.3rem 0rem;
  margin-left: 1rem;
  width: 100px;
}
.header .timing {
  color: grey;
  font-size: 1.1rem;
}
/* nav row-2 */
.nav_sec {
  margin-top: 1.5rem;
}
.nav_sec .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.nav_sec .box {
  width: 100%;
  text-align: center;
  margin-right: 4rem;
}
.nav_sec .box:last-child {
  margin-right: 0rem;
}
.nav_sec .box button i {
  font-size: 1.5rem;
  color: rgb(75, 75, 75);
}
.nav_sec .box button {
  background: none;
  border-radius: 3px;
  border: 1px solid rgb(223, 223, 223);
  padding: 0.5rem 0.5rem;
  width: 100%;
}
.nav_sec .box.active i {
  color: #f8577f;
}
.nav_sec .box.active button {
  border: 1px solid #f8577f;
}
.nav_sec .box label {
  width: 100%;
  font-weight: normal;
  margin-top: 0.5rem;
}
/* main row-3 */
.main_sec {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.options_wrapper,
.main_screen,
.side_wrapper {
  height: 400px;
}
.main_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.main_screen {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 3px;
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_screen.full {
  width: 68%;
  margin-left: 4%;
  margin-right: 6%;
  -webkit-transition: width 0.5s, margin-left 0.5s;
  -o-transition: width 0.5s, margin-left 0.5s;
  transition: width 0.5s, margin-left 0.5s;
}
.side_wrapper {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 3px;
  width: 24%;
  margin-left: 2%;
  margin-right: 2%;
}
.options_wrapper {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 3px;
  width: 8%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 1rem 0rem;
}

/* left side options  */
.options_wrapper {
  background: #fafafa;
}
.options_wrapper .option_btn {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
}
.options_wrapper .option_btn:last-child {
  margin-bottom: 0rem !important;
}
.options_wrapper label {
  font-weight: normal;
  width: 100%;
  font-size: 0.9rem;
}
.options_wrapper button {
  background: none;
  border: none;
}
.options_wrapper button i {
  font-size: 1.3rem;
}
.option_btn button i,
.option_btn button i {
  color: #f8577f;
}
.options_wrapper button.mute i {
  color: grey !important;
}
.options_wrapper button.mute i:after {
  position: absolute;
  content: "/";
  color: grey;
  font-weight: 700;
  font-size: 1.8em;
  left: 1px;
  top: -9px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.stop_record.started i {
  color: #f8577f !important;
}

/* custom scrollbar */
.stu_div::-webkit-scrollbar,
.chat_data::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}

.stu_div::-webkit-scrollbar-track,
.chat_data::-webkit-scrollbar-track {
  background-color: #fff;
}
.stu_div::-webkit-scrollbar-track:hover,
.chat_data::-webkit-scrollbar-track:hover {
  background-color: #f4f4f4;
}

.stu_div::-webkit-scrollbar-thumb,
.chat_data::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #fff;
}
.stu_div::-webkit-scrollbar-thumb:hover,
.chat_data::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

.stu_div::-webkit-scrollbar-button,
.chat_data::-webkit-scrollbar-button {
  display: none;
}
/* custom scrollbar */
/* chat / student */
.chat_div {
  padding: 0.6rem 0rem;
}
.stu_div {
  padding: 0.6rem 0.6rem;
  height: 360px;
  overflow-y: auto;
}
.side_wrapper .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side_wrapper .switch button {
  width: 100%;
  border: none;
  background: #fff;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 0.3rem 0rem;
}
.side_wrapper .switch button:first-child {
  border-right: 1px solid rgb(228, 228, 228);
}
.side_wrapper .switch .active {
  color: #44a2fc;
  border-bottom: 2px solid #44a2fc;
}

.chat_data {
  height: 312px;
  overflow-y: auto;
  padding: 0rem 0.6rem;
}
.chat_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0.5rem 0rem;
  padding: 0rem 0.6rem;
}
.chat_option input {
  width: 72%;
  padding: 0.4rem 1rem;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 50px;
  background: #f2f4f5;
}
.chat_option input:active,
.chat_option input:focus {
  border: 1px solid rgb(196, 196, 196);
}
.chat_option button {
  background: #44a2fc;
  border: none;
  color: #fff;
  padding: 0.3rem 1.2rem;
  margin-left: 0.5rem;
  border-radius: 50px;
}
.stu_div img {
  border-radius: 50px;
  width: 40px;
  margin-right: 1rem;
}
.stu_div .student {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 0.5rem;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.stu_div .student:last-child {
  border-bottom: 0px solid rgb(230, 230, 230);
}
.side_wrapper.closed_state {
  display: none;
}

.side_close,
.side_open {
  position: absolute;
  padding: 0px 10px;
  right: 0;
  background: none;
  border: 1px solid rgb(236, 236, 236);
}
.side_close i,
.side_open i {
  font-size: 2rem;
  color: #44a2fc;
}

/* student_view */
.main_screen_stu,
.side_wrapper_stu {
  height: 400px;
  margin-top: 2rem;
}

.main_screen_stu {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 3px;
  width: 59%;
  margin-left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side_wrapper_stu {
  border: 1px solid rgb(228, 228, 228);
  border-radius: 3px;
  width: 28%;
  margin-left: 5%;
  margin-right: 5%;
}

.side_wrapper_stu .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side_wrapper_stu .switch button {
  width: 100%;
  border: none;
  background: #fff;
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 0.3rem 0rem;
}
.side_wrapper_stu .switch button:first-child {
  border-right: 1px solid rgb(228, 228, 228);
}
.side_wrapper_stu .switch .active {
  color: #44a2fc;
  border-bottom: 2px solid #44a2fc;
}
.side_wrapper_stu.closed_state {
  display: none;
}
.main_screen_stu.full {
  width: 75%;
  margin-left: 10%;
  margin-right: 10%;
  -webkit-transition: width 0.5s, margin-left 0.5s;
  -o-transition: width 0.5s, margin-left 0.5s;
  transition: width 0.5s, margin-left 0.5s;
}
.video-view,
.video-placeholder {
  width: 100%;
  height: 100%;
}
/* chat box */
.chat_data .chat {
  margin-bottom: 0.6rem;
}
.chat_data .chat:last-child {
  margin-bottom: 0rem;
}
.my_msg {
  width: 100%;
  text-align: right;
}
.my_msg .wrap {
  background: #44a2fc;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
}
.client_msg {
  width: 100%;
  text-align: left;
}
.client_msg label {
  width: 100%;
  margin: 0;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
  color: #414141;
}
.client_msg .wrap {
  background: #f2f4f5;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
}
.client_msg.tea .wrap label {
  color: #f8577f;
}

.play_div {
  display: none;
  position: absolute;
  top: 50%;
  left: 25%;
}
.play_div button {
  color: #fff;
  background: #f8577f;
  border: 1px solid;
  border-radius: 4px;
  padding: 0.3rem 0rem;
  margin-left: 1rem;
  width: 100px;
}
.screen_share_sec {
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  background: rgb(0, 0, 0) !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.live_stream_sec {
  background: #fff !important;
  -webkit-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
/* Toast */
.stream_toast {
  visibility: hidden;
  min-width: 200px;
  text-align: left;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  position: fixed;
  z-index: 1;
  left: 82%;
  bottom: 20px;
  font-size: 1rem;
}
.stream_toast.success {
  background-color: #1fad7f;
  color: #fff;
}
.stream_toast.error {
  background-color: #f15e5e;
  color: #fff;
}
.stream_toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 20px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 20px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 20px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/*#userTableContainer table tbody td{font-size:14px;}*/
#userTableContainer table thead th:first-child{text-align:left !important;}
#userTableContainer table thead th{text-align:center;}
#userTableContainer table thead th,#userTableContainer table tbody td{font-size:14px;}
#scheduleTableConatiner table thead th,#scheduleTableConatiner table tbody td{font-size:14px;}


.multi_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
}
.multi_btn button {
  font-size: 0.85rem;
  background-color: #0373f9 !important;
  border: 1px solid #0373f9;
  color: #fff;
  padding: 6px 8px;
}
.multi_btn .main_btn {
  min-width: 84px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: border-top-left-radius 0.2s;
  -o-transition: border-top-left-radius 0.2s;
  transition: border-top-left-radius 0.2s;
  -webkit-transition: border-bottom-left-radius 0.2s;
  -o-transition: border-bottom-left-radius 0.2s;
  transition: border-bottom-left-radius 0.2s;
}
.multi_btn .sec_btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -5px;
  border-left: 1px solid rgb(240, 240, 240);
  -webkit-transition: border-top-right-radius 0.2s;
  -o-transition: border-top-right-radius 0.2s;
  transition: border-top-right-radius 0.2s;
  -webkit-transition: border-right-left-radius 0.2s;
  -o-transition: border-right-left-radius 0.2s;
  transition: border-right-left-radius 0.2s;
}
.multi_btn.open button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: border-bottom-left-radius 0.2s;
  -o-transition: border-bottom-left-radius 0.2s;
  transition: border-bottom-left-radius 0.2s;
  -webkit-transition: border-bottom-right-radius 0.2s;
  -o-transition: border-bottom-right-radius 0.2s;
  transition: border-bottom-right-radius 0.2s;
}
.multi_btn .sec_btn:hover {
  background-color: rgb(0, 108, 185) !important;
}
.multi_btn.open .sec_btn {
  background-color: #0163db !important;
}
.multi_btn .dropdown-menu {
  top: 2rem;
  padding: 0;
  min-width: 110px;
  width: -webkit-fill-available;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.multi_btn .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  display: inline-block;
  color: rgb(46, 46, 46) !important;
}

.multi_btn .dropdown-menu .dropdown-item:hover {
  color: rgb(0, 108, 185) !important;
  background-color: rgb(246, 246, 246);
}
.multi_btn .dropdown-item {
  font-size: 0.825rem;
  width: 100%;
}
.dropdown_break {
  border-bottom: 1px solid #ccc;
}

 /*recording spinner */
.rec_spinner {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(58, 58, 58, 0.479);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.rec_spinner .fa{
font-size: 1.8rem;
}

/*  for recordings tab */
.new_rec_btn {
  position: absolute;
  right: 2rem;
  background:#0373f9;
  border: none;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1.5em;
  border-radius: 0.25em;
}
.new_rec_btn:hover {
  background: #036ae7;
}
.recordings_sec table {
  width: 100%;
}
.recordings_sec table thead th {
  border-bottom: 1px solid rgb(233, 233, 233);
  padding: 1rem 0.2rem;
}
.recordings_sec table tbody tr td {
  padding: 1.6rem 0.2rem;
  border-bottom: 1px solid rgb(233, 233, 233);
  text-align: center;
}

.recordings_sec table tbody tr:last-child td {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.recordings_sec table tbody tr td:first-child {
  padding-left: 10px;
}
.recordings_sec table tbody tr td:first-child img {
  width: 72%;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
  box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
  border-radius: 5px;
}
.recordings_sec table tbody tr td:nth-child(2) .topic {
  font-weight: bold;
}
.recordings_sec table tbody tr td:nth-child(2) .sub_topic {
  color: grey;
}
.recordings_sec table tbody tr td .classrooms {
margin-top: .6rem;
}
.recordings_sec table tbody tr td .classrooms span{
  color: grey;
}
.recordings_sec table tbody tr td:last-child button {
  background: none;
  border: none;
  margin-right: 0.5rem;
}
.recordings_sec .time {
  padding-top: 4px;
}
.recordings_sec table .play {
  color: #1fad7f;
}
.recordings_sec table .play:hover {
  color: #1aa176;
}
.recordings_sec table .delete {
  color: grey;
}
.recordings_sec table .delete:hover {
  color: #e04f4f;
}
.recordings_sec table .play i {
  font-size: 2.2rem;
}
.recordings_sec table .delete i {
  font-size: 1.3rem;
}
.ac_select_wrap .date_div{
  display: flex;
  align-items: center;
}
.recordings_sec .options_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* modal */
#new_rec_modal .modal_close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  color: rgb(177, 177, 177);
  background: #fff;
  border: none;
  padding: 0;
  margin-top: 6px;
  margin-right: 8px;
  cursor: pointer;
}
#new_rec_modal .modal_close:hover {
  color: rgb(153, 153, 153);
}
#new_rec_modal .modal-body {
  padding: 0;
}
#new_rec_modal .m_content {
  padding: 1.5rem 1.5rem;
  text-align: left;
}
#new_rec_modal input[type="text"],
#new_rec_modal select {
  width: 100%;
  border: 1px solid rgb(219, 219, 219);
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  color: rgb(87, 87, 87);
}
#new_rec_modal .row {
  margin-bottom: 1rem;
}
#new_rec_modal .row:last-child {
  margin-bottom: 0rem;
}
#new_rec_modal h6 {
  font-weight: 800;
  font-size: 1rem;
}
#new_rec_modal h6.sub_heading {
  font-weight: 400;
  font-size: 1rem;
  color: grey;
}
#new_rec_modal .classrooms_list .option{
  width: 100%;
  text-align: right;
}
#new_rec_modal .classrooms_list .option button{
background: none;
border: none;
padding: 0;
color: #009cde;
}
#new_rec_modal .classrooms_list .option .fa{
margin-right: .5rem;
}

.recordings_sec tbody .btn_2:hover {
  background: #1ca378 !important;
}
.recordings_sec tbody .btn_2 {
  background: #1fad7f !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
  border: 1px solid transparent;
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0.26em 1em;
  border-radius: 0.25em;
  margin-left: 0.5rem;
}

#liveStreamScheduleModel #for_others{
display: none;
}
  #liveStreamScheduleModel textarea{
  width: 100%;
  border: 1px solid rgb(219, 219, 219);
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  color: rgb(87, 87, 87);
}
#liveStreamScheduleModel textarea:active,#liveStreamScheduleModel textarea:focus{
outline: none;
}

#instructionModel .modal_close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  color: rgb(177, 177, 177);
  background: #fff;
  border: none;
  padding: 0;
  margin-top: 6px;
  margin-right: 8px;
  cursor: pointer;
}
#instructionModel .modal_close:hover {
  color: rgb(153, 153, 153);
}
#instructionModel .modal-body {
  padding: 0;
}
#instructionModel .m_content {
  padding: 1.5rem 1.5rem;
  text-align: left;
}
#instructionModel .custom_radio {
  display: flex;
}
#instructionModel .custom_radio label {
  font-weight: normal;
  font-size: 1rem;
}
#instructionModel .custom_radio label {
  margin-right: 1.5rem;
}
#instructionModel input[type="text"],
#instructionModel select {
  width: 100%;
  border: 1px solid rgb(219, 219, 219);
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  color: rgb(87, 87, 87);
}
#instructionModel .row {
  margin-bottom: 1rem;
}
#instructionModel .row:last-child {
  margin-bottom: 0rem;
}
#instructionModel h6 {
  font-weight: 800;
  font-size: 1rem;
}

#teacherLiveClassroomContainer table thead tr th:nth-child(5){
  text-align: center!important;
}
#teacherLiveClassTableContainer table thead tr th:nth-child(6){
  text-align: center!important;
}