/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: 'Source Sans Pro' !important;
}
.teacher-schedule-calender-wraper{
    font-size:14px;
    font-family: 'Source Sans Pro' !important;
    font-weight:400;
}
.teacher-schedule-calender-wraper h2{
    font-size: 22px;
	font-family: 'Source Sans Pro' !important;
    font-weight: 600;
	
}
.teacher-schedule-calender-wraper ul,
.teacher-schedule-calender-wraper li{
    margin:0;
    padding:0;
}
.teacher-schedule-calender-wraper a,
.teacher-schedule-calender-wraper a:hover,
.teacher-schedule-calender-wraper a:active,
.teacher-schedule-calender-wraper a:focus{
    text-decoration: none;
}
.teacher-schedule-calender-wraper *,
.teacher-schedule-calender-wraper ::after,
.teacher-schedule-calender-wraper ::before {
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .teacher-schedule-calender-wraper .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.teacher-schedule-calender-wraper .container{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1400px){
    .teacher-schedule-calender-wraper .container{
        max-width: 1320px;
    }
}
.teacher-schedule-calender-wraper .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (min-width: 992px) {
    .teacher-schedule-calender-wraper .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.teacher-schedule-calender-wraper .text-right{
    text-align:right;
}
.teacher-schedule-calender-wraper .text-left{
    text-align:left;
}
.teacher-schedule-calender-wraper .text-center{
    text-align:center;
}
/*--------top_part----------*/
.teacher-schedule-calender-wraper .previous {
    /* background-color: #d2e8fc; */
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    color: #ffffff !important;
    /* color: #00396c; */
    border-radius: 33px;
    padding: 8px 20px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px;
}

.teacher-schedule-calender-wraper .previous:hover{
    background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%) !important;
    color: #ffffff !important;
}

.teacher-schedule-calender-wraper .next {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
    color: #ffffff;
    border-radius: 33px;
    padding: 8px 34px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px;
}

.teacher-schedule-calender-wraper .next_btn .next:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E  100%);
    color: #ffffff;
    border-radius: 33px;
    padding: 8px 34px !important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px;
}

.teacher-schedule-calender-wraper ul{
    display: contents;
}
.teacher-schedule-calender-wraper ul li {
    width: 11.5%;
    float: left;
    text-align: center;
    list-style: none;
    border: 3px solid #ed7a22;
    border-radius: 5px;
	margin: 0 3.5px;
    font-weight: 500;
    color: #676767;
    padding: 3px 0;
    line-height: 16px;
    font-size: 13px;
}
.teacher-schedule-calender-wraper ul li span{
    color: #ed7a22;
    font-size: 14px;
    font-weight: 600;
}
/*------accordian------*/
.teacher-schedule-calender-wraper .techtime-accordianbg{
    padding:10px;
}
.teacher-schedule-calender-wraper .techtime-accordianbg input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-wrapper {
    border-radius:5px;
    overflow: hidden;
    width: 100%;
    margin:0 auto;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion {
    width: 100%;
    color: rgba(4,57,94,.8);
    overflow: hidden;
    margin-bottom: 16px;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion:last-child{
    margin-bottom: 0;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-label {
    position: relative;
    display: block;
    padding: 14px;
    background:transparent;
    font-weight: 500;
    cursor: pointer;
    font-size:14px;
    border: 2px solid rgba(4,57,94,.8);
    border-radius:5px;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-label:hover {
    background:#fafafa;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 15px;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.teacher-schedule-calender-wraper .techtime-accordianbg .accordion-content p{
    margin: 0;
    color: rgba(4,57,94,.7);
    font-size: 18px;
}
.teacher-schedule-calender-wraper input:checked + .accordion-label {
    background: transparent;
    border: 2px solid rgba(4,57,94,.8);
    border-radius:5px;
    font-size: 14px;
}
.teacher-schedule-calender-wraper input:checked + .accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.teacher-schedule-calender-wraper input:checked ~ .accordion-content {
    max-height: 100vh;
    padding:16px 0;
}
.teacher-schedule-calender-wraper .night:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../image/moon-moonset-morning-weather.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:15px;
}
.teacher-schedule-calender-wraper .afternoon:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../image/sun-sunny-temperature-weather.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:15px;
}
.teacher-schedule-calender-wraper .morning:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../image/morning-sun-sunrise-weather.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:15px;
}
.teacher-schedule-calender-wraper .evening:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../image/evening-sun-sunset-weather.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:15px;
}
.teacher-schedule-calender-wraper .accordion .accordion-label.active{
    border: 2px solid #df6f07;
}
.teacher-schedule-calender-wraper .accordion:nth-child(2) .accordion-label.afternoon{
    color:#df6f07;
}
/*--table---*/
.teacher-schedule-calender-wraper table{
    text-align:center;
    border-spacing: 8px;
}
.teacher-schedule-calender-wraper th,
.teacher-schedule-calender-wraper td {
    border: 1.5px solid #ecebeb;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 600;
    width: 10%;
}
.teacher-schedule-calender-wraper .orange{
    background-color:#ed7a22;
    color:#fff;
}
.teacher-schedule-calender-wraper .faded_orange{
    background-color:#ffc395;
}
.teacher-schedule-calender-wraper .blue{
    background-color: #d2e8fc;
}
.teacher-schedule-calender-wraper .gray{
    background-color:#bdb9b9;
    color:#fff;
}

.teacher-schedule-calender-wraper  .ui-selecting {
    background: #FECA40;
}
.teacher-schedule-calender-wraper .ui-selected {
    background: #F39814;
    color: white;
}
.teacher-schedule-calender-wraper .update-schedule{
    background-color: #ed7a22;
    color: #fff;
    border-radius: 33px;
    padding: 8px 20px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px;
    padding: 9px 30px;
}
@media (min-width: 992px) {
    .teacher-schedule-calender-wraper .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.teacher-schedule-calender-wraper .slotsbg{
    display: inline-table;
    padding-top: 10px;
}

.card {
    float: left;
    font-size: 16px;
    left: 50%;
    margin:20% auto;
    padding: 24px 32px;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 320px;

}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(90deg);
    }

    35% {
        transform: rotate(90deg);
    }

    45% {
        transform: rotate(180deg);
    }

    60% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    85% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(90deg);
    }

    35% {
        -webkit-transform: rotate(90deg);
    }

    45% {
        -webkit-transform: rotate(180deg);
    }

    60% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    85% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes bounce {
    0% {
        transform: scaleX(1);
    }

    10% {
        transform: scaleX(1);
    }

    20% {
        transform: scaleX(0.8);
    }

    35% {
        transform: scaleX(0.8);
    }

    45% {
        transform: scaleX(1);
    }

    60% {
        transform: scaleX(1);
    }

    75% {
        transform: scaleX(0.8);
    }

    85% {
        transform: scaleX(0.8);
    }

    100% {
        transform: scaleX(1);
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scaleX(1);
    }

    10% {
        -webkit-transform: scaleX(1);
    }

    20% {
        -webkit-transform: scaleX(0.8);
    }

    35% {
        -webkit-transform: scaleX(0.8);
    }

    45% {
        -webkit-transform: scaleX(1);
    }

    60% {
        -webkit-transform: scaleX(1);
    }

    75% {
        -webkit-transform: scaleX(0.8);
    }

    85% {
        -webkit-transform: scaleX(0.8);
    }

    100% {
        -webkit-transform: scaleX(1);
    }
}
.card .loader {
    box-sizing: content-box;
    height: 40px;
    margin: 0 auto 10px auto;
    position: relative;
    width: 70px;
}
.card .loader:before {
    border: 2px solid #111;
    box-sizing: content-box;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
}
.card .loader .spin {
    -webkit-animation: spin 2.25s linear infinite;
    animation: spin 2.25s linear infinite;
    height: 14px;
    left: 28px;
    position: absolute;
    top: 13px;
    width: 14px;
}
.card .loader .spin:before {
    border: 3px solid #111;
    box-sizing: content-box;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 14px;
}
.card .loader .bounce {
    -webkit-animation: bounce 2.25s linear infinite;
    animation: bounce 2.25s linear infinite;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.card .loader .bounce:after,
.card .loader .bounce:before {
    box-sizing: content-box;
    content: "";
    height: 10px;
    position: absolute;
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}
.card .loader .bounce:before {
    border-bottom: 3px solid #111;
    border-left: 3px solid #111;
    left: 0;
}
.card .loader .bounce:after {
    border-right: 3px solid #111;
    border-top: 3px solid #111;
    right: 0;
}

.teacher-schedule-calender-wraper .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}
 .date_container {
	border:1px solid #ccc;
	padding: 0px 10px;
}
#date_content{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}
.date_text{
	opacity: 0.5;
	font-size: 35px;
    text-align: center;
}

.time_text{
font-family: 'Source Sans Pro' !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
	margin-top:10px;
    text-decoration: none;
}
.time_text_muted{
	font-family: 'Source Sans Pro' !important;
    font-size: 20px;
    font-weight: 700;
	margin-top:10px;
    text-align: center;
    color: gray;
    text-decoration: none;
}
#techares_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr) ;
	gap: 30px;
} 

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%; 
  padding:0px;
  margin-top:10px;
}

.container {
  padding: 5px 10px;
  text-align: left;
}

.card-button{
	padding: 10px 24px;
	width:100%;
	border-radius:0px;
	margin:0px;
	background-color:orange;
	text-decoration: none;
	cursor:pointer;
}

.teacher-img{
  border-radius: 50%;
}

/* .teacher_avatar{
	background-color:var(--tutor-color-primary);
	// height:20% !important;
	//width:20% !important;
	border-radius:50% !important;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 80%;
} */


  
.teacher_avatar p{
	margin:0px;
	color: white;
	font-size:30px;
    font-weight: 500;
}

.teacher-img img{
	border-radius:50%;
}

.teacher-img-avatar{
	border-radius:50%;
}
.dot_student {
  height: 17px;
  width: 17px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
  margin-top:5px;
  float:left;
  margin-right:5px;
  margin-bottom: 5px;
}

.dot_teacher {
  height: 17px;
  width: 17px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
  margin-top:5px;
  float: left;
  margin-bottom: 5px;
}

.dot_else{
	padding:10px;	
}

#tbl-header-content tr td{
	width:200px;
}

#tbl_date  {
	border:1px solid #aaa;
	border-collapse:collapse;
	background-color:#fff;
	font-family: Verdana;
	font-size:12px;
	width: 70%;
	height: 70%;
}
	
.th-date {
	background-color:#24a5ff;
	color:#fff;
	height:32px;
}

.td-date {
	border:1px solid #ccc;
	height:32px;
	width:32px;
	text-align:center;
}

td.red {
	color:red;
}

td.bg-yellow {
	background-color: #e7f1ff !important;
    color: #0c63e4;
    font-weight: 700;
}

td.bg-orange {
	background-color:#ffa500;
}

td.bg-green {
	background-color:#90ee90;
}

td.bg-white {
	background-color:#fff;
	font-family: 'Source Sans Pro' !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
    text-decoration: none;
}

td.bg-blue {
	background-color:#add8e6;
	font-family: 'Source Sans Pro' !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333;
    text-decoration: none;
}

a {
	color: #333;
	text-decoration:none;
	
}
.cursor_pointer {cursor: pointer;}
.cursor_not_allowed {cursor: not-allowed;}

.mymt-6{margin: 6px;}
.border-0{border:0px;}

/* start */

.booking_search_by_text{
	font-size:18px;
}


/* end */
.view_booked_profile{
	font-size:14px;
}
.teacher_name_text{
	font-weight:bold;
}
.teacher_timezone{
	margin-left: auto;
    margin-top: 8px;
}

.teacher-schedule-calender-wraper .currentbtn{
	height: fit-content;
	float: left;
	text-align: center;
	list-style: none;
	border: 3px solid #ed7a22;
	border-radius: 5px;
	font-weight: 500;
	color: #676767;
	padding: 10px 10px;
}


/* start */
.openPdfButton, .search_by_date_text, .search_by_teacher_text, .mlo_course_booking,.btn-group-class, #book_session{
	color: white;
    background: #ffa51e;
    padding: 2px;
    width: 112px;
    text-align: center;
    height: 32px;
    margin: 10px 15px 10px 0px;
    border-radius: 16px;
	cursor: pointer;
	font-size:16px;
	font-weight: 500;
}
.search_by_date_text:hover, .search_by_teacher_text:hover, .mlo_course_booking:hover,.btn-group-class:hover, #book_session:hover{
	background:#69cdff;
	color: white;
}
.selected_accordion{
	font-size:20px;
}
.accordion-button.disabledAccordion.collapsed{
  background-color:#e7f1ff;
  color:gray;
}
.accordion-button.collapsed{
  background-color:#e7f1ff;
  color:#0c63e4;
  
}
.monthreport .accordion-button{
    background-color:#e7f1ff !important;
    color:#0c63e4 !important;
    
}
.monthreport .disabledAccordion.collapsed{
    background-color:#e7f1ff !important;
    color:#0c63e4 !important;
}
.accordion-item{
	border-left:3px solid red;
}
.disabledAccordion{
	pointer-events: none;
    cursor: not-allowed;
}

/* end */
.booking_search_by{
	display:none;
}
.favorite_teacher_icon{
	position:absolute;
}
.bookBtnDisableText{
	color:#ff2418;
	font-size: 15px;
}
/* favorite teacher switch */
.favorite_teacher_span_text{
	font-size: 15px;
    font-weight: bold;
}
.favorite_teacher_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.favorite_teacher_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.favorite_teacher_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 25px;
}
.favorite_teacher_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .favorite_teacher_slider {
  background-color: #3e64de;
}
input:focus + .favorite_teacher_slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .favorite_teacher_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.clearselctitem_updatescedule{
	text-align: end;
}

.t-calender-heading>h2{
	margin-top:18px;		
}

/* report 13-02-2023*/
.reportLessonTypeAns, .problemDuringClassAns, .attendanceOptionAns{
	border: 1px solid lightgray;
	height: 40px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.listeningSkillOptionAns, .speakingSkillOptionAns, .studParticipation, .studStrongPointAns, .studWeakPointAns,      .studStrongPointAns, .studWeakPointAns{
	border: 1px solid lightgray;
	height: fit-content;
	margin: 10px 0px 10px 0px;
	padding: 5px;
}
.reportText{
	font-weight: 500;
}
#classAdditionalComment{
	display:none;
}
.selectedOption{
	color: #ffa51e;
    border: 2px solid #ffa51e;
}
#reportLessonName{
	padding:7px;
}
#infoTeacherFeedback, #infoAnotherTeacher, #reportLessonNumber, #reportLessonName, #classAdditionalComment{
	background:white;
}
.reportFieldDisabled{
	pointer-events: none;
    cursor: not-allowed;
	border-radius:10px !important;
}
/* start */
.reportSuccessMsgDiv{
	background: lightgray;
    border-radius: 16px;
	margin-bottom: 10px;
}
.reportSuccessMsg{
	color: green;
    font-size: 15px;
}
.reportAlertMsgDiv{
	background: lightgray;
    border-radius: 8px;
	margin-bottom: 20px;
}
.reportAlertMsg{
	color: #f44337;
    font-size: 15px;
}
.pastClassesPagination{
	margin-left: auto;
}
/* end */
/* 25-02-23 */
.navbarreport{
	margin-left:0px;
	border-bottom: 1px solid lightgray;
}
.navLinkReport{
	color: #000 !important;
}
.navLinkItemReport .active{
	border-bottom: 3px solid #ffa51e;
	color: #ffa51e !important;
}
.navLinkReport:focus, .navLinkReport:hover  {
	border-bottom: 3px solid #ffa51e;
	color: #ffa51e !important;
}
/* report */
@media(max-width:1320px) and (min-width:990px){
	.teacher-schedule-calender-wraper input:checked ~ .accordion-content {
		max-height:132vh;
	}
}

@media(max-width:1199px) {
	.teacher-schedule-calender-wraper ul li{ 
		width:11.3%; 
	 } 
	 .tutor-ratings-stars .tutor-icon-star-bold{
		 margin:0 2px !important;
	 }
	 .tutor-ratings-average{
		 margin-left:5px !important;
	 }
	 .clearselctitem_updatescedule
	 {
		flex-direction: column;
		display: flex; 
	 }
	 .clearselctitem_updatescedule .update-schedule{
		 line-height:unset !important;
		 margin:2px 0;
		 width: fit-content;
	 }
}	
@media(max-width:991px){
	.next_btn{
		margin-top: -17px;
	}
	.teacher-schedule-calender-wraper input:checked ~ .accordion-content {
		max-height:189vh;
	}
	.teacher-schedule-calender-wraper ul li{ 
		width:10.5%; 
	 } 
	 #techares_list,
	 #datewise_techares_list{
		 grid-template-columns: repeat(3, 1fr) !important;
	 }
	 .date_container{
		 padding:0 5px;
		 width:60px;
	 }
	 .time_text_muted,.time_text {
		font-size:14px;	 
	 }
	 .teacherwise_teachers_row #search_teachers_div,.datewise_teachers_row #datewise_search_teachers_div{
		 margin-top:10px;
	 }
	 .teacherwise_teachers_row,.datewise_teachers_row{
		 flex-direction:column;
	 }
}

@media(max-width:767px){
	.currentbtn {
		width: 28%;
		height: 70px;
		margin-right: 50px;
	}
	.teacher_timezone{
		margin-top: 25px;
	}
	.update_schedule_div{
		margin-top: -18px;
		margin-right: 13px;
	}
	.next_btn{
		margin-top: 0;
	}
	#techares_list,#datewise_techares_list{
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media(min-width:768px){
	.teacher-schedule-calender-wraper .col-lg-3 {
		flex: 0 0 auto;
		width: 45%;
		float: right;
		text-align: right;
	}
	.teacher-schedule-calender-wraper .currentbtn{
		margin: 0 8px;
	}
	.schedule_head_div_top {
		display:flex !important;
	}
}
@media(max-width:493px){
	.td-date{ 
		padding:0px;
	 } 
	.date_container {
		padding: 0;
		width: 55px;
	}
	#date_content{
		grid-template-columns: repeat(5, 1fr);
	}
}

@media(max-width:402px){
	#date_content{
		grid-template-columns: repeat(4, 1fr);
	}
	.date_container {
		padding: 0;
		width: 60px;
	}
}
@media(max-width:397px){
	.teacher-schedule-calender-wraper ul li{ 
		width:10%; 
	 } 
	 .date_container {
		padding: 0;
		width: 52px;
	}
}
/* start */
.sbs-hr{
  margin-top: 5px;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
/* end */
.mb-0{margin-bottom: 0px !important;}
.mt-0{padding-top: 0px !important;}
.mr-0{margin-right: 0px !important;}
.pt-0{padding-top: 0px !important;}
.border-dotted{border-style: dotted !important;}
.fs-10{font-size:10px;}
.fs-15{font-size:15px;}
.fs-14{font-size:14px;}


/* start */
#NotificationType{
    background-position-y: center;
    padding: 5px;
	padding-left:10px;
    padding-right: 30px;
}
/* end */
#NotificationType:focus , #NotificationType:focus-visible {
    border:1px solid #72d0ff !important;
    outline:none !important;
}

.ml-auto{
    margin-left: auto !important;
}

.card_student_list{
    margin:10px 0;
}

.ch_nav .ch_nav_item button{
    background: #fff !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 10px;
    border-radius: 0px !important;
}
.ch_nav .ch_nav_item button.active{
    color: #d05407 !important;
    border-bottom: 3px solid #d05407;
}

@media (max-width:1199px){

    .ch_row{
        flex-direction: column;
    }
    .ch_row .ch_col2{
        margin-top: 10px;
    }
 
}
@media (max-width:977px){

    .ch_row .ch_col1{
        flex-direction: column;
    }
 
}
@media (max-width:767px){
    #student_class_history_list .card_student_list{
        text-align:center;     
    }      
}
@media (max-width:401px){
    #student_class_history_list{
        flex-direction: column;
    }
    #student_class_history_list .card_student_list{
        width: 100%;
    }
    #student_class_history_list .card_student_list img{
        width: 100px;
    }
}

/* .ch-text-profile{
    border-radius: 50%!important;
    width: 75% !important;
	height:75% !important;
    height: 35px;
    padding: 5px;
} */
@media (max-width:767px){
    .textProfileRow .col-md-6
    {
        height: fit-content;
    }
    .textProfileRow .col-md-3:first-child{
        height: 73%;
    }
    .textProfileRow .col-md-3:first-child .ch-text-profile{
        height: 75%;
        width: 75%;
        margin: auto;
    }
    .textProfileRow .col-md-3:first-child .ch-text-profile p{
        font-size: 50px !important;
    }
}
@media (max-width:500px){
    .textProfileRow .col-md-3:first-child{
        height: 70%;
    }
}
@media (max-width:468px){
    .textProfileRow .col-md-3:first-child{
        height: 68%;
    }
}
@media (max-width:401px){
    .textProfileRow .col-md-3:first-child .ch-text-profile{
        width: 75%;
		height:75%;
        padding: 20px;
    }
    .textProfileRow .col-md-3:first-child .ch-text-profile p{
        font-size: 30px !important;
    }
}

/*start*/
.teacherImage{
	height: 140px;
    min-height: 140px;
    max-height: 180px;
}
.teacherDetail{
	height: 100px;
	margin-bottom: 17px;
}
#datewise_techares_list .teacherDetail{
	margin-bottom:unset;
}
@media (max-width:1199px){
	.teacherDetail{
		height: 100px;
	}	
}
@media (max-width:767px){
	.teacherDetail{
		height: 80px;
	}	
}
@media (max-width:438px){
	.teacherDetail{
		height: 100px;
	}	
}
@media (max-width:352px){
	#techares_list,#datewise_techares_list{
		grid-template-columns: repeat(1, 1fr) !important;
		gap:0px !important;
	}
	#techares_list .teacher_card,#datewise_techares_list .teacher_card{
		margin-top:5px;
		margin-bottom: 10px;
	}
	.teacherDetail{
		height: 80px;
	}	
}
@media (max-width:248px){
	.teacherDetail{
		height: 100px;
	}	
}


.mlo-session-group-tbl td{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.NotificationType{
	border: 0.5px solid !important;
    border-radius: unset !important;
}

/* Bootstrap Css Start */

/* Button */
.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}

.position-relative{position:relative!important}.position-absolute{position:absolute!important}
.position-absolute{position:absolute!important}
.top-0{top:0!important}
.border-top-0{border-top:0!important}
.start-100{left:100%!important}
.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}
.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}
.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}
.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}
.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
		
.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}
.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}
.badge{ background-color: #dc3545 !important;border-radius: 30% !important;}
.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}
.text-primary{color:#0d6efd !important;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-pills {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	color:#0d6efd;
}
.mb-3{margin-bottom:1rem!important}
.mb-1{margin-bottom:.25rem!important}
.text-end {
    text-align: right!important;
}
/* Bootstrap Css End */
 .loader {
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	background-color: rgba(255, 255, 255, 0.8);
	border: 16px solid #f3f3f3; 
	border-top: 16px solid #3498db; 
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	z-index: 100000000;	
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}

/* 11-04-2023 */
.requiredField{
	color: red;
	font-size: 1.2em;
}


/* 13-04-23 */
.feedbacktitle{
	font-size: 18px;
    color: #294B8C !important;
    font-weight: 600;
	margin-bottom: 0px;
}
@media(max-width:991px){
	.feedbackquerow{
		flex-direction:column;
	}
}



*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/*22-04-2023*/
.tutor-sidebar-card .tutor-card-body .tutor-mt-20 .tutor-btn-outline-primary{
display:none;
}
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-footer  .tutor-ul li:last-child{
	display:none !important;
}
.tutor-dashboard-content-inner .tutor-grid .tutor-course-card .tutor-card-footer{
	display:none;
}

.border-by{
   border-bottom: 0.5px solid #ccc;
    border-top: 0.5px solid #ccc;
       padding: 5px 20px;
}

.class-history-border {
   padding: 0px 20px;
}


/* Custom CSS 08-11-23 */
/* dashboard */
.dashboard-card{
	border-radius:16px !important;
}

.enterclass{
	color: #ffffff !important;
	border: none !important; 
	font-weight: 600 !important;
	background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
	border-radius:33px !important;
}

.enterclass:hover{
	color: #ffffff !important;
    background: #58bef2 !important;
	border-color: #24a5ff !important;
	font-weight: 600 !important;
}

.btn-cancel-session{
	color: #ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
	font-weight: 600 !important;
	border-radius:33px !important;
    border:none !important;
}

.btn-cancel-session:hover{
	color: #ffffff !important;
   background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	font-weight: 600 !important;
    border:none !important;
}

.btn.disabled{
	background-color: #bcd7f4 !important;
    border-color: #bcd7f4 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
	border-radius:33px !important;	
}

.btn-detail-teacher{
	font-weight: 700;
	background-color: transparent !important;
	border-radius: 33px !important;
	padding: 4px 0px !important;
	border: 1px transparent !important; 
	border: none !important; 
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}
.btn-detail-teacher:hover{
	font-weight: 700;
	background-color: transparent !important;
	border-radius: 33px !important;
	padding: 4px 0px !important;
	border: 1px transparent !important; 
	border: none !important; 
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.btn-detail-teacher span{
	background-color:unset;
	color:#fff !important;
	position:relative;
	z-index:999;
	padding: 2px 32px !important;
	border-radius:33px !important;
	color:#000000;
	font-weight: 600;
}



.teacher_avatar p{
	margin:0px;
	color: #ffffff;
	font-size:30px;
	font-weight: 700;
}

.dashboard-card{
    border-radius:16px !important;
}

.dashboard-card i{
	color:#f98600 !important;
}

/* star none */
.tutor-dashboard-header-stats{
	display:none;
}

.fa-clock:before,.fa-comments {
    color: #f98600 !important;
}

/* My schedule */

.clear-seleced-item{
	font-size: 15px;
	font-weight: 700;
	line-height: 40.22px;
	/* color: #f0f8ff; */
	background-color: transparent;
	border-radius: 50px;
	padding: 9px 2px;
	border: 1px solid transparent; 
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
    width:fit-content !important;
}

.clear-seleced-item span{
	background-color:white;
	color:black;
	position:relative;
	z-index:999;
	padding: 7px 20px;
	border-radius:50px;
}

@media only screen and (max-width: 600px) {
	.clear-seleced-item span {
		background-color: white;
		color: black;
		position: relative;
		z-index: 999;
		padding: 19px 20px;
		border-radius: 50px;
	}
}
@media only screen and (max-width: 1200px) {
	.clear-seleced-item span {
		background-color: white;
		color: black;
		position: relative;
		z-index: 999;
		padding: 16px 20px !important;
		border-radius: 50px;
	}
	
}

.update-schedule {
    font-size: 15px;
    font-weight: 700;
    line-height: 40.22px;
	color:#f0f8ff;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 30px;
}

.update-schedule:hover{
	color:#f0f8ff !important;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.incompletecount {
	background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
	color:#ffffff !important;
	border-radius: 33px !important;
    margin-bottom: 10px;
	font-weight: 600 !important;
}
.incompletecount:hover {
	background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%);
	color:#ffffff !important;
	border-radius: 33px !important;
    margin-bottom: 10px;
	font-weight: 600 !important;
}

#incompletecount span,#notificationcount span{
	color:#ffffff !important;
	background-color:#ff320a !important;
	font-weight: 600 !important;
}

#btn-notification{
	padding: 8px 30px;
	font-weight: 600 !important;
    border-radius: 33px !important;
}


/* my-report */
.tutor-avatar-text{
	background-color:#23a2fc !important;
	color: #ffffff !important;
	font-weight: 700;
} 

.pending_report{
	color:#ff320a !important;
}

.report-accordian-color{
	color: #294b8c;
}

.report-accordian-bg thead tr th{
	background:#e6f5ff !important;
	color:#294B8C !important;
	font-weight:700;
}

.report-accordian-bg tbody tr td{
	color:#294b8c;
}

.mloSessionReportViewMode{
	background-color:#23a2fc !important;
	color:#ffffff;
	font-weight: 700;
}

.text-danger{
	color: #ff320a !important;
}

.mloReportPrevOfPreviousClass{
	color:#ffffff !important;
	/* background-color:#d2e8fc !important; */
	border-color:transparent !important;
	font-weight: 600 !important;
    border-radius:33px !important;
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    border: none !important;
}

.mloReportPrevOfPreviousClass:hover{
	color:#ffffff !important;
	/* background-color:#d2e8fc !important; */
	font-weight: 600 !important;
    background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%) !important;
    border: none !important;
}

.mloSessionReportNext{
	color:#ffffff !important;
	border-color:transparent !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 33px !important;
    border: none !important;
}

.mloSessionReportNext:hover{
	color:#ffffff !important;
	/* background-color:#30acff !important; */
	font-weight: 600 !important;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
    border: none !important;
}

/* report modal */
.reportSuccessMsgDiv{
	background: #e6f5ff;
}

.reportSuccessMsg{
	color: #24a5ff;
    font-weight: 500;
}

.selectedOption {
    color: #f98600;
    border: 2px solid #f98600;
}

.mf-icon-color .fa{
	color:#FFA51E !important;
}

.commentsgo{
	background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
	border:none;
	color:#ffffff !important;
	font-weight: 600 !important;
    border-radius: 33px !important;
    padding: 10px 30px !important;
}

/* Login SignUp */
#tutor-login-form .tutor-btn-primary{
	/* background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%); */
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	color:#ffffff !important;
	font-weight: 600 !important;
	border: 1px solid transparent !important;
    border-radius: 33px !important;
}

#tutor-login-form .tutor-btn-primary:hover{
     background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}


#tutor-login-form .tutor-color-secondary a{
	color:#24a5ff !important;
}

#tutor-login-form .tutor-color-secondary a:after{
	background:#24a5ff !important;
}

#tutor-registration-from .tutor-btn-primary{
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	color:#ffffff !important;
	font-weight: 600 !important;
	border: 1px solid transparent !important;
	border-radius:33px !important;
}

#tutor-registration-from,#tutor-registration-from a,#tutor-registration-from label,#tutor-registration-from input,#tutor-registration-from #user_pref_timezone{
	color:#294B8C !important;
}

#tutor-registration-from input,#tutor-registration-from select{
	border-radius:33px !important;
}

header.entry-header h1.entry-title{
	color:#294B8C !important;
	font-weight:700 !important;
}

#tutor-registration-from input::placeholder{
	color:#98B0DE !important;
}
#mlo_course_booking,.search_by_date_text,.search_by_teacher_text,.view_profile,#book_session,#mlo_course_group_session_booking,.mlo_group_session_booking,.mlo_course_class_history_detail,.openPdfButton{
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	color:#ffffff !important;
	font-weight: 600 !important;
	
}

#mlo_course_booking:hover,.search_by_date_text:hover,.search_by_teacher_text:hover,.view_profile:hover,#book_session:hover,#mlo_course_group_session_booking:hover,.mlo_group_session_booking:hover,.mlo_course_class_history_detail:hover,.openPdfButton:hover{
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;    
}


.students-count{
	font-size: 15px;
	font-weight: 700;
	line-height: 40.22px;
	/* color: #f0f8ff; */
	background-color: transparent;
	border-radius: 33px !important;
	padding: 2px 12px !important;
	border: 1px solid transparent; 
	/* border-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) 1;
	border-image-source: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) 1; */
	/* background: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) border-box;  */
	/* background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%); */
	/* background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%); */
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
	color:#ffffff !important;
	cursor: auto !important;
	/* border-radius:33px !important; */
}
.students-count:hover{
	
    background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%);
	color:#ffffff !important;
	
}

/* class history */
.ch_nav .ch_nav_item button.active {
    color: #f98600!important;
    border-bottom: 3px solid #f98600;
    font-weight: 600;
}

.ch_nav .ch_nav_item button{
    font-weight: 600;
	color:#24A5FF !important;
}

.student_report_heading{
	color:#000000;
	font-weight: 600;
}

.teacher-time-zone{
	color:#000000;
	font-weight: 600;
}

/* .ch-text-profile{
	padding: 17px;
} */

.textProfileRow{
	height: 90% !important;
}

.text-bg-warning1{
	color:#ffffff !important;
	background-color:#FFA51E !important;
}

.fb{
	color:#000000;
	font-weight: 500;
}

.classes-count {
    font-size: 15px;
    font-weight: 700;
    line-height: 40.22px;
	color:#f0f8ff !important;
    background-color: transparent;
    /* background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%); */
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
    border-radius: 50px 50px 50px 50px !important;
	padding: 2px 12px !important;
	cursor: auto !important;
}
.classes-count:hover {
	color:#f0f8ff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%);
}

.ch-class-total{
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	color:#ffffff !important;
	font-weight: 600 !important;
}

#StudentSessionCountTotal.active,#StudentSessionCountTotalPresent.active,#StudentSessionCountTotalAbsent.active {
	background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
	color:#ffffff !important;
	font-weight: 600 !important;
	border-radius:50px !important;
    border:none !important;
}

#StudentSessionCountTotal:hover,#StudentSessionCountTotalPresent:hover,#StudentSessionCountTotalAbsent:hover {
	/* background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%); */
	color:#24A5FF;
	font-weight: 600 !important;
    border:2px solid #24A5FF;
	border-radius:50px !important;
}

#StudentSessionCountTotal,#StudentSessionCountTotalPresent,#StudentSessionCountTotalAbsent {
	color:#24A5FF !important;
}
.border-box{
  color: #FFA51E !important;
  border:2px solid #FFA51E !important;
  border-radius:10px !important;
}

.btn-ch-feedback{
  color: #ffffff !important;
  background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
  border-radius:33px !important;
  font-weight: 600 !important;
  border:none !important;
  padding:5px 20px !important;
}

.btn-ch-feedback:hover{
	/* background-color:#FFA51E !important; */
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
	color:#ffffff !important;
	font-weight: 600 !important;
	border:none !important;
}

.rate input{
    color:#FFA51E !important;
}

.mloSessionFeedbackSave{
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
    color: #ffffff !important;
    border:none !important;
    border-radius:33px !important;
    font-weight: 600 !important;
    padding:5px 34px !important;
}
.mloSessionFeedbackSave:hover{
	/* background-color:#FFA51E !important; */
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
	color:#ffffff !important;
	font-weight: 600 !important;
	border:none !important;
}

#StudentInformation .col-sm-4 .teacher_avatar p{
    margin:7px !important;
}
#StudentInformation{
    color: #294B8C !important;
}
/* Notification */
.NotificationType.active{
	background-color:#24a5ff !important;
	color:#ffffff !important;
	border-radius:33px !important;
	font-weight: 600 !important;
}

.NotificationType{
	color:#24a5ff !important;
	border-radius:33px !important;
	font-weight: 600 !important;
}

.tutor-icon-earth,.fa-check-square{
	color:#FFA51E !important;
}
.btn-light{
	    border-radius: 33px !important;
}
.clear-seleced-item 	{
		width:fit-content !important;
	}

.incompletecount{
	margin-bottom: 10px;
	font-weight: 600 !important;
}

#btn-notification{
	padding: 8px 30px;
	font-weight: 600 !important;
}


.teacher_avatar p{
	margin:0px;
	color: #ffffff;
	font-size:30px;
	font-weight: 700;
}

.heading-text{
    color: #000000 !important;
    font-weight: 600 !important;
}

.teacher-schedule-calender-wraper .ui-selected {
    background: #f98600;
    color: #ffffff;
}

.teacher-schedule-calender-wraper ul li {
    border-color: #f98600;
}

.teacher-schedule-calender-wraper .accordion .accordion-label.active {
    border: 2px solid #f98600;
}

.fa-calendar{
    color: #f98600 !important;
}

@media only screen and (max-width: 600px) {
	.clear-seleced-item span {
		background-color: white;
		color: black;
		position: relative;
		z-index: 999;
		padding: 19px 20px;
		border-radius: 50px;
	}
	/* .teacher_avatar{
		background-color:var(--tutor-color-primary);
		// height:20% !important;
		//width:20% !important; 
		border-radius:50% !important;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80%;
		width:20%;
	} */
	.card-body .teacher_avatar{
		width:40%;
	}
	#StudentInformation{
		margin: 20px 20px;
	}
}
@media only screen and (max-width: 1200px) {
	.clear-seleced-item span {
		background-color: white;
		color: black;
		position: relative;
		z-index: 999;
		padding: 2px 8px !important;
		border-radius: 50px;
	}
	.clear-seleced-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 40.22px;
    /* color: #f0f8ff; */
    background-color: transparent;
    border-radius: 50px;
    padding: 5px 2px !important;
    border: 1px solid transparent;
    /* background: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) border-box; */
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	}
	.update-schedule {
    font-size: 15px;
    font-weight: 700;
    line-height: 40.22px;
    color: #f0f8ff;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
    border-radius: 50px 50px 50px 50px;
    padding: 5px 20px !important;
	}
	.clearselctitem_updatescedule{
		display:block !important;
	}
}
@media only screen and (max-width: 400px) {
	.clearselctitem_updatescedule{
		display:flex !important;
	}
	.clear-seleced-item span {
    background-color: white;
    color: black;
    position: relative;
    z-index: 999;
    padding: 6px 8px !important;
    border-radius: 50px;
	}
	.clear-seleced-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 40.22px;
    /* color: #f0f8ff; */
    background-color: transparent;
    border-radius: 50px;
    padding: 0px 2px !important;
    border: 1px solid transparent;
    /* background: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) border-box; */
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	}
}
@media only screen and (max-width: 992px) {
	.teacher-schedule-calender-wraper .previous {
       background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    color: #ffffff !important;
    border-radius: 33px;
    padding: 5px 10px !important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px;
	}
	.teacher-schedule-calender-wraper .next {
    background-color: #ffe6eb;
    color: #ff0033;
    border-radius: 33px;
    padding: 5px 10px !important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 95px !important;
	}
	.t-calender-heading{
		margin-left:10px !important;
		margin-right:10px !important;
	}
}
@media only screen and (max-width: 768px) {
	
	.teacher-schedule-calender-wraper .next {
    background-color: #ffe6eb;
    color: #ff0033;
    border-radius: 33px;
    padding: 5px 10px !important;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 65px !important;
	}
	.t-calender-heading h2 {
		font-size: 16px !important;
		margin-left:10px !important;
		margin-right:10px !important;
	}
}
@media only screen and (max-width: 476px) {
	
	.t-calender-heading h2 {
		font-size: 13px !important;
		margin-left:10px !important;
		margin-right:10px !important;
	}
	.teacher-schedule-calender-wraper .previous {
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    color: #ffffff !important;
    border-radius: 33px;
    padding: 5px 10px !important;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 50px !important;
	}
	.teacher-schedule-calender-wraper .next {
    background-color: #ffe6eb;
    color: #ff0033;
    border-radius: 33px;
    padding: 5px 10px !important;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 50px !important;
	}
}

.incompletecount{
	margin-bottom: 10px;
	font-weight: 600 !important;
}

#btn-notification{
	padding: 8px 30px;
	font-weight: 600 !important;
}

.tutor-icon-instructor,.tutor-icon-add-group{
    color:#f98600;
}

.element-purple{
    color: #24A5FF !important;
}

.tutor-meta-value{
    color: #000000 !important;
    font-weight: 600 !important;
    
}
.tutor-meta {
    display: none !important;
}
.tutor-meta .tutor-icon-user-line, .tutor-meta-value{
    display: none !important;
}

/* courses 231123 */
.tutor-course-details-ratings{
	display:none;
}

/* temp */
.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-footer .tutor-ul .tutor-d-flex:nth-child(4) {
    display:none !important;
}

.tutor-single-course-sidebar .tutor-card{
	border-radius:16px !important;
	background-color: #24A5FF !important;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body{
	border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
	background-color: #24A5FF !important;
}


.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body span, .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-course-progress-wrapper h3{
	color:#ffffff !important;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-course-sidebar-card-pricing div span{
	color:#ffffff !important;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-course-single-pricing span,.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .tutor-color-muted{
	color:#ffffff !important;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body .enrolment-expire-info{
	color:#ffffff !important;
}

.tutor-single-course-sidebar .tutor-card .tutor-card-footer ul li span{
	color:#ffffff !important;
}

.tutor-single-course-sidebar .tutor-card form button.tutor-btn{
	font-size: 20px;
    font-weight: 900;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	border:unset;
    border-radius: 33px 33px 33px 33px;
    padding: 12px 60px 12px 60px;
}

.tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body a{
	font-size: 20px;
    font-weight: 900;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	border:unset;
    border-radius: 33px 33px 33px 33px;
    padding: 10px 30px 10px 30px;
}


 
.tutor-single-course-sidebar-more>div:first-child{
	border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.tutor-single-course-sidebar-more>div:last-child{
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

.tutor-course-details-page .tutor-row main .tutor-course-thumbnail{
	height: 70vh !important;
}

.tutor-course-details-page header h1,.tutor-course-details-page header .tutor-course-details-top .tutor-row .tutor-col .tutor-course-details-info div ,.tutor-course-details-page header .tutor-course-details-top .tutor-row .tutor-col-auto .tutor-course-details-actions a, .tutor-course-details-page header .tutor-course-details-top .tutor-row .tutor-col .tutor-course-details-info div a, .tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-tab-item .tutor-course-details-content h2 , .tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-tab-item .tutor-course-details-content div p,#tutor-course-details-tab-info .tutor-course-details-widget h3, #tutor-course-details-tab-info .tutor-course-details-widget ul li span, #tutor-course-details-tab-info .tutor-course-details-widget ul, .tutor-course-details-page main .tutor-course-details-tab .tutor-tab #tutor-course-details-tab-info .tutor-mt-40 h3{
	color:#294B8C !important;
}

.tutor-single-course-sidebar-more .tutor-course-details-widget h3{
	color:#294B8C !important;
}

.tutor-single-course-sidebar-more .tutor-course-details-widget ul li, .tutor-single-course-sidebar-more .tutor-course-details-widget ul li span{
	color:#294B8C !important;
}



/* for accordion */
.tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header{
	color:#294B8C  !important;
	/* background-color:#23a2fc !important; */
	background-color:#e6f5ff !important;
	border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
.tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-accordion .tutor-accordion-item{
	border:none !important;
}
.tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-accordion .tutor-accordion-item .tutor-accordion-item-header:not(.collapsed)::after {
    /* filter: brightness(0) invert(1); */
    color: #294B8C !important;
}
.tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-accordion .tutor-accordion-item .tutor-accordion-item-body .tutor-accordion-item-body-content ul li div span,.tutor-course-details-page main .tutor-course-details-tab .tutor-tab .tutor-accordion .tutor-accordion-item .tutor-accordion-item-body .tutor-accordion-item-body-content ul li div span h5{
	color:#294B8C !important;
}

/* Login */
.tutor-login-wrap{
	background-color:#e6f5ff !important;
	border-radius:16px !important;
	/* color:#24A5FF !important; */
}

.tutor-login-wrap {
    box-shadow: none !important;
}

.tutor-login-wrap .tutor-login-form-wrapper div, #tutor-login-form .tutor-d-flex .tutor-form-check label, #tutor-login-form .tutor-d-flex a{
	color:#294B8C !important;
}

#tutor-login-form input.tutor-form-control{
	border-radius:33px !important;
    color:#294B8C !important;
}
#tutor-login-form input.tutor-form-control::placeholder {
  color:#294B8C !important;
}
#tutor-login-form input#tutor-login-agmnt-1{
    height: 20px;
    width: 20px;
    margin-top: 5px !important;
}

.tutor-course-single-content-wrapper .tutor-course-topic .tutor-accordion-item-header{
	background-color:#e6f5ff !important;
	border-radius:16px !important;
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper{
  height: fit-content !important;
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header{
	border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  background-color:#24A5FF !important;
  color:#ffffff !important;
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-row .tutor-col .tutor-course-topic-title .tutor-course-topic-title-info .tooltip-wrap .tutor-course-topic-title-info-icon{
  color: #ffffff !important;
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-wrapper .tutor-course-topic .tutor-accordion-item-header .tutor-row .tutor-col-auto .tutor-course-topic-summary{
   color: #ffffff !important;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-body .tutor-course-spotlight-wrapper .tutor-course-spotlight-tab #tutor-course-spotlight-overview .tutor-container div{
  color:#294B8C !important;
}

.tutor-course-single-content-wrapper .tutor-course-single-sidebar-title span{
   color:#294B8C !important;
}

/* 271123 */
.t-calender-heading>h2 {
   color:#24A5FF;
}

.teacher-schedule-calender-wraper th{
	font-weight: 700 !important;
	color:#294B8C !important;
}


/* Forgot Password */
.tutor-forgot-password-form{
  background-color: transparent;
  background-image:linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
  border-style: solid;
  border-collapse: FFFFFF00;
  border-radius: 16px;
  border-width: 3px;
  padding: 40px 80px 0px 80px !important;
  text-align: center;
  color: #FFFFFF;
  margin: 15px auto !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  max-width: 635px !important;
  line-height: 1.5;
}

/* .tutor-forgot-password-form .tutor-form-row label{ 
	
} */

.tutor-forgot-password-form .tutor-form-row input{ 
	/* width: 65% !important; */
    height: 45px !important;
	border-radius:16px !important;
}

.tutor-forgot-password-form .tutor-form-row button{ 
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-1);
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: Source Sans Pro,Serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 0.94117647058824rem;
    line-height: 1em;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.tutor-forgot-password-form .tutor-form-row button:hover{ 
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.tutor-forgot-password-form.tutor-ResetPassword.lost_reset_password{
	padding: 40px 80px 0px 80px !important;
}

.schedule_head_div_top .slotsbg span,.schedule_head_div_top .slotsbg strong,.schedule_head_div_top .slotsbg b{
	color:#294B8C !important;
}

#student_class_history_list .card_student_list .textProfileRow{
	border-radius: 33px !important;
    background: #e6f5ff !important;
}

#pills-tabContent #private-class .ch_row,#pills-tabContent #private-class .ch_row input,.btn_refresh{
	color:#294B8C !important;
}
#pills-tabContent #private-class .ch_row input::placeholder{
	color:#98B0DE;
}

#pills-tabContent #private-class .ch_row input{
	border-radius:33px !important;
}

/* for group history */
#pills-group .ch_row,#pills-tabContent #private-class .ch_row input,.btn_refresh{
	color:#294B8C !important;
}
#pills-group .ch_row input::placeholder{
	color:#98B0DE;
}

#pills-group .ch_row input{
	border-radius:33px !important;
}

#studentGroupClassHistoryList .card_student_list_group .textProfileRow{
	border-radius:33px !important;
}

.textProfileRow .col-md-6 p{
	color:#294B8C !important;
}

.tutor-dashboard-content-inner .tutor-mb-32 .tutor-nav .tutor-nav-item  a[href="http://localhost/merrylandonline06112023/dashboard/settings/withdraw-settings"] {
    display: none;
}
.tutor-dashboard-content-inner .tutor-mb-32 .tutor-nav .tutor-nav-item {
    display: none !important;
}
.tutor-dashboard-setting-profile #tutor_profile_cover_photo_editor #tutor_cover_area{
	display:none !important;
}

#tutor_photo_meta_area span:nth-of-type(2) {
    display: none !important;
}

#tutor_photo_meta_area span,.tutor-dashboard-setting-profile label,.tutor-dashboard-setting-profile p,.tutor-dashboard-setting-profile textarea,.tutor-dashboard-setting-profile input,.tutor-form-select .tutor-form-select-label,.tutor-form-select-dropdown .tutor-form-select-options,#user_pref_timezone{
	color:#294B8C !important;
}

.tutor-dashboard-setting-profile input::placeholder,.tutor-dashboard-setting-profile input:disabled,.tutor-dashboard-setting-profile textarea:disabled{
	color:#98B0DE !important;
}

.tutor-dashboard-content-inner form .tutor-row label,.tutor-dashboard-content-inner form .tutor-row input{
	/* color:#98B0DE !important; */
	color:#294B8C !important;
    border-radius: 33px !important;
}

.tutor-dashboard-content-inner form .tutor-row input::placeholder{
	color:#98B0DE !important;
    border-radius: 33px !important;
}

#tutor-profile-settings-save,.tutor-dashboard-content-inner form .tutor-row button{
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%);
	border-color: transparent;
	border-radius:33px;
}

#tutor-profile-settings-save:hover,.tutor-dashboard-content-inner form .tutor-row button:hover{
	background-color: transparent;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%);
	border-color: transparent;
	border-radius:33px;
}

.tutor-offcanvas-body{
	color:#24A5FF !important;
}

.tutor-offcanvas-body .tutor-notification-tab .tab-body .notificationListClass a .element-content .header span{
	color:#24A5FF !important;
}

.tutor-offcanvas-body .tutor-notification-tab .tab-body .notificationListClass a .element-content .message,.tutor-offcanvas-body .tutor-notification-tab .tab-body .notificationListClass a .element-content .message  span{
	color:#24A5FF !important;
}

#btn-notification .tutor-icon-bell-bold{
  color: #ffffff !important;
}

.teacher-schedule-calender-wraper ul li {
	border-style: solid !important;
    border-width: 3px 3px 3px 3px !important;
    /* border-color: #FFA51E !important; */
    border-color: #FFA51E !important;
    color: #294B8C !important;
	font-weight: 600 !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
}

#StudentInformation,.select-course .selectCourse{
    border-radius: 33px;
}

#teacher_class_history .ch-class-total,#teacher_class_history_group .ch-class-total{
    border-radius: 33px;
    padding: 20px;
}

.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor #tutor_profile_area{
    top:70px !important;
}
.tutor-dashboard .tutor-dashboard-content #tutor_profile_cover_photo_editor{
    height: 230px !important;
}

.tutor-dashboard-setting-profile input,.tutor-dashboard-setting-profile select,.tutor-dashboard-setting-profile textarea,.tutor-dashboard-setting-profile .tutor-form-select{
    border-radius: 33px !important;
}
.selectmont_year .commentmonth , .commentyear{
    border-radius: 33px !important;
    color: #294B8C !important;
}

.box_shadow {
    border-radius: 10px !important;
    color: #294B8C !important;
}
.tutor-capitalize-text, .box_shadow .text-dark, .box_shadow .class_perfomance_date_range, .text-end{
    color: #294B8C !important;
}
.monthreport .accordion-body, .modal-body, .tab-pane .form-control, .modal-header, #Student_class_history .text-muted, .font-black{
    color: #294B8C !important;
}
.swal-modal, .swal2-modal{
    background-color: #e6f5ff !important ;
}
.swal-button, .swal2-confirm, .swal2-cancel{
    color:#ffffff !important;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 33px !important;
    border: none !important;    
}
.swal-button:hover, .swal2-confirm:hover, .swal2-cancel:hover{
    color:#ffffff !important;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;    
	font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 33px !important;
    border: none !important;
}
.swal-title,.swal-text{
    color: #294B8C !important;
}
.tutor-offcanvas-header .tutor-color-black {
    color:#24A5FF !important;
}
#pills-show_all-tab .text-black , #pills-SessionBooked-tab .text-black  {
    color: #FFA51E !important;
}
.tutor-fw-medium, .my-auto, .commentslist{
    color: #294B8C !important;
}
.graph_data .totalclassindoughnut{
    margin-top: -135px !important;
    margin-bottom: 80px !important;
    width: fit-content !important;
    margin-left: 110px !important;
    text-align: center !important;
}
#tutor_profile_cover_photo_editor #tutor_photo_meta_area{
    display: none !important;
}

.modal-title,.modal-body .nav-tabs .nav-item  a{
    color: #294B8C !important;
    font-weight: 600 !important;
}

.modal p.mb-0{
    color: #294B8C !important;
}


.student_report_table table th{
	background:#e6f5ff !important;
	color:#294B8C !important;
	font-weight:600 !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.student_report_table table{
  border:none;
}

.mloSessionReportViewMode{
	color:#ffffff !important;
	/* background-color:#d2e8fc !important; */
	border-color:transparent !important;
	font-weight: 600 !important;
    border-radius:33px !important;
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    border: none !important;
}

.reportModalBody h6,.reportModalBody textarea,.reportModalBody textarea::placeholder{
  color: #294B8C !important;
  font-weight: 600;
}

#accordionExample .accordion-item .accordion-header .accordion-button{
    border-top-left-radius:16px;
    border-top-right-radius:16px;
}

#accordionExample .accordion-item{
    border-top-left-radius:16px;
    border-top-right-radius:16px;
}

.reportStudentDetail{
    color:#294B8C !important;
    font-weight: 600;
}

#chTeacherFilter{
    color: #294B8C !important;
    border-color: #294B8C !important;
    font-weight: 600 !important;
}

#class-history-title{
    color:#24A5FF;
}

#class_history .text-muted{
    color: #294B8C !important;
}

.tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-greetings, .tutor-dashboard .tutor-frontend-dashboard-header .tutor-dashboard-header-username{
    color: #294B8C !important;
}

.tutor-course-card .tutor-card-body .tutor-course-name{
    color: #294B8C !important;
}

.selectCourse{
    color: #294B8C !important;
}

.tutor-course-card .tutor-course-name, .tutor-course-card .tutor-course-name a{
    color: #294B8C !important;
}

.student_report_table .tutor-table tbody tr td{
    color: #294B8C !important;
}

.tutor-fs-7.tutor-color-secondary.tutor-mt-12{
    color: #294B8C !important;
}

.tutor-dashboard-content .tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-mb-16{
    font-weight: 600;
}

.tutor-course-details-tab .tutor-is-sticky .tutor-nav .tutor-nav-item .tutor-nav-link{
    color: #24A5FF !important;
    font-weight: 600;
}

.tutor-course-details-tab .tutor-is-sticky .tutor-nav .tutor-nav-item .tutor-nav-link.is-active{
    color: #f98600 !important;
    border-color: #f98600 !important;
    font-weight: 600;
}

.tutor-course-attachment .tutor-card-body .tutor-row .tutor-col .tutor-color-muted{
    color: #294B8C !important;
}

.tutor-empty-state div,.d-flex .heading-text,.tutor-instructor-courses .tutor-color-muted,.tutor-widget-title{
    color: #294B8C !important;
}

#btn-notification:hover{
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;    
}

.start-continue-retake-button:hover,.tutor-enroll-course-button:hover{
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;    
}

.tutor-course-filter-form.tutor-form .tutor-widget .tutor-widget-title,.tutor-course-filter-form.tutor-form .tutor-widget .tutor-widget-content ul li,.tutor-form-control,.tutor-form-control::placeholder{
    color: #294B8C !important;
}

.tutor-icon-search.tutor-form-icon{
    color: #f98600 !important;
}

.tutor-course-filter-form.tutor-form .tutor-widget .tutor-widget-content ul li label .tutor-form-check-input:checked{
    background-color: #ffa51e !important;
    border-color:#ffa51e ;
}

.accordionMyBookings .courses_accordion_item,.accordionMyBookings .courses_accordion_item .accordion-header .accordion-button,
#accordionGroupSession .accordion-item,#accordionGroupSession .accordion-item #headingOneCourse .accordion-button{
    border-top-left-radius:16px !important;
    border-top-right-radius:16px !important;
}

.tutor-instructors .tutor-row aside .tutor-widget-course-categories .tutor-widget-title,.tutor-instructors .tutor-row aside .tutor-widget-course-categories .tutor-widget-content .tutor-list .tutor-list-item label{
    color: #294B8C !important;
}

.tutor-instructors .tutor-row aside .tutor-widget-course-categories .tutor-widget-content .tutor-list .tutor-list-item label input:checked{
    background-color: #ffa51e !important;
    border-color:#ffa51e ;
}

.tutor-fs-6.tutor-color-muted,.favorite_teacher_icon,.tutor-icon-times:before{
    color: #294B8C !important;
}

.sessionReportedStudentImg{
    max-width: 75% !important;
    height: 75% !important;
}

.tutor-dashboard-profile-data .d-flex div{
    color: #294B8C !important;
}

#collapseTwoGroupSession .accordion-body .tutor-table thead tr th,#mlo-group-class-tbody tr td{
    color: #294B8C !important;
}

.booking_search_by_text,.teacher_name_text,#accordionMyBookings,.selectDateCollapse .accordion-body .dotIndication,#techares_profile,#techares_profile h6{
    color: #294B8C !important;
}


/* 15-12-2023 */
.tutor-course-single-sidebar-wrapper.tutor-lesson-sidebar{
	flex: 0 0 300px;
    width: 300px;
}

.enrolled-courses .tutor-card-body .list-item-button .tutor-btn{
    font-weight: 600;
	color:#ffffff !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	border:unset;
    border-radius: 33px 33px 33px 33px;
    padding: 12px 60px 12px 60px;
}

.enrolled-courses .tutor-card-body .list-item-button .tutor-btn:hover{
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.enrolled-courses .tutor-card-body .tutor-course-ratings, .enrolled-courses .tutor-card-body .tutor-course-progress{
	display:none !important;
}

.enrolled-courses .tutor-card-body .tutor-course-name{
	margin:0px;
}

#tutor-single-entry-content .tutor-single-page-top-bar .tutor-fs-7{
	display:none;
}

#tutor-single-entry-content .tutor-course-topic-single-header.tutor-single-page-top-bar{
	z-index:1 !important;
	background: #24A5FF !important;
}

.woocommerce-MyAccount-orders thead,.woocommerce-MyAccount-orders tbody,.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-number a{
    color: #294B8C !important;
}

.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}

.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.woocommerce-MyAccount-content,.woocommerce-MyAccount-content mark,.woocommerce-MyAccount-content .woocommerce-table__product-name a,.woocommerce-MyAccount-content h2{
	color: #294B8C !important;
}

.woocommerce-MyAccount-content .order-again a.button{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}

.woocommerce-MyAccount-content .order-again a.button:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}


.woocommerce-cart-form__contents thead,.woocommerce-cart-form__contents tbody,.woocommerce-cart-form__contents tbody .product-name a,.woocommerce-cart-form__contents tbody .product-remove span svg,.woocommerce-cart-form__contents tbody .product-remove a:before,.woocommerce-cart-form__contents tbody .product-remove a:hover{
    color: #294B8C !important;
	fill:#294B8C !important;
	border-color:#294B8C !important;
}

.cart_totals  thead,.cart_totals tbody,.cart_totals h2{
    color: #294B8C !important;
}

.woocommerce-cart-form__contents .coupon #coupon_code{
	border-radius:33px;
	color:#294B8C;
}

.woocommerce-cart-form__contents .coupon button,.woocommerce-cart-form__contents .actions button{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.woocommerce-cart-form__contents .coupon button:hover,.woocommerce-cart-form__contents .actions button:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}

.wc-proceed-to-checkout a{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
	padding: 5px !important;
}

.wc-proceed-to-checkout a:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	padding: 5px !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-coupon-toggle .woocommerce-info a{
	color: #294B8C !important;
}

.woocommerce-billing-fields,.woocommerce-billing-fields h3,.woocommerce-additional-fields, .woocommerce-additional-fields h3{
	color: #294B8C !important;
}

.woocommerce-billing-fields input,#order_comments_field span textarea,.woocommerce-billing-fields span{
	color: #294B8C !important;
	border-radius:33px !important;
}

.woocommerce-checkout,.woocommerce-checkout h3,.woocommerce-checkout .payment_method_bacs,.woocommerce-checkout .woocommerce-privacy-policy-text p a,.woocommerce-order-details__title,.woocommerce-column__title,.woocommerce-table__product-name a{
	color: #294B8C !important;
}

.woocommerce-checkout .place-order button{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

.woocommerce-checkout .place-order button:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}

.actions button[name="update_cart"]{
	display:none !important;
}

#ast-hf-account-menu li a{
	color:#319be6 !important;
}

.astra-mega-menu-width-menu-container,.astra-mega-menu-width-menu-container .ast-mm-custom-content,.astra-mega-menu-width-menu-container .elementor-section{
  padding: 0px !important;
  margin: 0px !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 10px 5px !important;
}

.astra-mega-menu-width-menu-container{
  color:#24a5ff !important;
}

.astra-mega-menu-width-menu-container svg{
  fill:#FFA51E  !important;
}

.swal-icon--success:before,.swal-icon--success:after,.swal-icon--success__hide-corners{
  background:none !important;
}

.tutor-single-course-content-prev a{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
	border-radius:33px;
	border:none;
}

.tutor-single-course-content-prev a:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%) !important;
	border-radius:33px;
	border:none;
}

.tutor-single-course-content-next a{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	border-radius:33px;
	border:none;
}

.tutor-single-course-content-next a:hover{
	color:#ffffff !important;
	background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
	border-radius:33px;
	border:none;
}

.clear-seleced-item span:hover{
   	background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%) !important;
	color: #ffffff !important;
	border:none !important;
}

.tutor-widget.tutor-widget-course-ratings,.tutor-ratings,.tutor-rating-container{
    display:none !important;
}

.woocommerce-message,.tutor-user-profile-content h3,.tutor-user-profile-content p{
    color: #294B8C !important;
}

.tutor-course-card .tutor-card-footer .list-item-button a{
    color:#ffffff !important;
	background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
	border-radius:33px;
	border:none;
}

.tutor-course-card .tutor-card-footer .list-item-button a:hover{
    background-image: linear-gradient(180deg, #FEC729 0%, #FFA51E 100%) !important;
    color: #ffffff !important;
    border-radius: 33px !important;
}

.swal2-success-circular-line-left,.swal2-success-circular-line-right,.swal2-success-fix{
    background-color:transparent !important;
}

.dashboard-card .card-title,.dashboard-card .card-body p.card-text,.currentbtn ,.swal2-title,.swal2-content{
	color: #294B8C !important;
}

#search_teachers_div input,input.teahcer_name_search{
	border-radius: 33px !important;
}

.favorite_teacher_switch{
	height: 30px !important;
}

.favorite_teacher_slider::before{
	height: 23px !important;
	width: 23px !important;
}

.tutor-alert.tutor-danger .tutor-alert-text span{
  color:#ff3109;
}
.mloSessionReportEdit, .mloSessionReportEditMode, .mloSessionReportCancel, .mloGroupSessionReportCancel, .mloGroupSessionReportEdit{
	color:#ffffff !important;
	/* background-color:#d2e8fc !important; */
	border-color:transparent !important;
	font-weight: 600 !important;
    border-radius:33px !important;
    background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%) !important;
    border: none !important;
}
.mloSessionReportEdit:hover,.mloSessionReportCancel:hover, .mloGroupSessionReportCancel:hover,.mloGroupSessionReportEdit:hover{
	color:#ffffff !important;
	/* background-color:#d2e8fc !important; */
	border-color:transparent !important;
	font-weight: 600 !important;
    border-radius:33px !important;
    background-image: linear-gradient(180deg, #6BCDFF 0%, #24A5FF 100%) !important;
    border: none !important;
}
.mloSessionReportSave,.mloGroupSessionReportSave
	{color: #ffffff !important;
    border-color: transparent !important;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
    font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 33px !important;
    border: none !important;
}
.mloSessionReportSave:hover,.mloGroupSessionReportSave:hover
	{color: #ffffff !important;
    border-color: transparent !important;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
    font-weight: 600 !important;
    padding: 5px 25px !important;
    border-radius: 33px !important;
    border: none !important;
}

.p-0{
	padding:0px !important; 
}

.tutor-search-coach{
	 border-radius: 33px !important;
}
.tutor-coach-sort{
	 border-radius: 10px !important;
}
.swal2-modal{
    border-radius: 30px !important;
}
.swal2-popup .swal2-styled:focus, .swal2-popup .swal2-styled:focus  {
    box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 100% ! important;
}
.woocommerce-account .woocommerce-MyAccount-content table {
    text-align: center ! important;
}
   .rounded-circle {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    }  
    .rounded-circle .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
 
.rounded-circle1 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 13px;
    font-weight: 700;
}
.rounded-circle1 {
        height: 50px !important;
        width: 50px !important;
        border-radius: 50% !important;
    } 
.rounded-circle3 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
.rounded-circle_image{
    height: 50px !important;
    width: 50px !important;
    border-radius: 50% !important;
}

.rounded-circle4 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
   

.rounded-circle5 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}

.wmc-select-currency-js {
    line-height: 1.7;
}

.tutor-course-thumbnail img{
    object-fit: contain !important;
}
.rounded-circle6  {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}
.rounded-circle5  {
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}

@media only screen and (max-width: 600px)
{
    .rounded-circle {
    height: 65px !important;
    width: 65px !important;
    border-radius: 50%;
    }  
    .rounded-circle .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    padding: 16px;
    font-weight: 700;
}
    .rounded-circle1 .text-uppercase {
		background-color: var(--tutor-color-primary);
		color: #ffffff;
		height: 65px;
		width: 65px;
		border-radius: 50%;
		text-align: center;
		padding: 10px;
		font-weight: 700;
	}
	#student_class_history_list .textProfileRow .rounded-circle1{
	display:flex;
	flex-direction: column;
    align-items: center;
   
	}
    .rounded-circle5  {
    height: 65px !important;
    width: 65px !important;
    border-radius: 50%;
}
    .rounded-circle1 {
        height: 65px !important;
        width: 65px !important;
        border-radius: 50% !important;
    }   
  .rounded-circle3 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    }
    .rounded-circle_image{
    height: 65px !important;
    width: 65px !important;
    border-radius: 50% !important;
    }
    .rounded-circle4 .text-uppercase {
    background-color: var(--tutor-color-primary);
    color: #ffffff;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
    .rounded-circle6  {
    height: 65px;
    width: 65px;
    border-radius: 50%;
}
}

.blockUI.blockMsg{
    display: none !important;
}

.btn-teacher-feedback {
    color: #ffffff !important;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
    border-radius: 33px !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 5px 20px !important;
}

#student_class_history_list .textProfileRow,#studentGroupClassHistoryList .textProfileRow{
	padding:10px !important;
    row-gap: 20px;
    display: flex;
    align-items: center;
}

div.woocommerce-MyAccount-content a.woocommerce-Button{
	display: inline-block !important;
	margin-bottom: 20px;
    color: #ffffff !important;
    background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
}

div.woocommerce-MyAccount-content a.woocommerce-Button:hover{
	color: #ffffff !important;
    background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}

/* Start */
/* Class History */
.ch-first-row .course-name-box{
	max-width:50%;
}
.ch-first-row .book-session-box{
	max-width:25%;
}
.ch-first-row .remaining-session-box{
	max-width:25%;
}
.ch-second-row .ch-nav{
	align-items: center;
}

/* My Progress  */
#division1.tabcontent{
	height: 318px;
}

.my-progress-section .row {
	flex-wrap: nowrap;
}
.my-progress-section .row .col-sm-1, .my-progress-section .row .col-sm-5, .my-progress-section .row .col-sm-2,.my-progress-section .row .col-sm-3 {
	flex: 1 1 auto;
	width: 100%; 
	padding: 5px 5px;
}  

.table .row {
	flex-wrap: nowrap;
}

.table .row .column{
    flex: 1 1 auto;
    padding: 5px;
}

/* Mobile Protrait */
@media (max-width: 544px) {
	.page-id-1380 .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{
		display: none !important;
        width: 0% !important;
	}
	.page-id-1380 .tutor-frontend-dashboard-maincontent .tutor-col-md-8{
        width: 100% !important;
	}
	.page-id-1380 .view_profile {
		display: flex;
		justify-content: center !important;
		align-items: center !important;;
		margin: 10px 0px !important;
		position: relative !important;
		left: 0% !important;
		width: 50% !important;
	}
	
	#tbl-date .td-date .dot_student{
	  height: 10px;
	  width: 10px;
	  background-color: orange;
	  border-radius: 50%;
	  display: inline-block;
	  margin-top: 5px;
	  float: none !important;
	  margin-right: 5px;
	  margin-bottom: 5px;
	}
	
	#tbl-date .td-date .dot_teacher{
	  height: 10px;
	  width: 10px;
	  background-color: green;
	  border-radius: 50%;
	  display: inline-block;
	  margin-top: 5px;
	  float: none !important;
	  margin-bottom: 5px;
	}
	
	#collapseTwoGroupSession .accordion-body{
		width: auto !important;
		overflow-x: scroll !important;
	}
	
	.ch-first-row{
		flex-direction: column !important;
		row-gap: 10px !important;
	}
	
	.ch-first-row .course-name-box,.ch-first-row .book-session-box, .ch-first-row .remaining-session-box{
		width: 100% !important;
		max-width: 100% !important;
	}
	.ch-second-row .ch-nav{
		align-items: normal !important;
	}
	.col-sm-6.mb-0.text-start,.student_report_heading{
		width:50% !important;
	}
	.text-end.heading-text{
		width:50% !important;
		display: flex !important;
		align-items: center !important;
        justify-content: flex-end;
	}
    .teacher-schedule-calender-wraper .row{
        justify-content: space-between !important;
    }
    .clearselctitem_updatescedule span{
        padding: 7px 20px !important;
    }
    .clearselctitem_updatescedule{
        margin: 10px auto;
    }
    #student_class_history_list .textProfileRow{
        row-gap: 10px !important;
    }
    .textProfileRow .col-md-3:first-child{
        height: 50% !important;
    }
    #student_class_history_list .textProfileRow .rounded-circle1{
        display: inline-block !important;
    }

	.reportStudentDetail{
		row-gap: 15px;
	}
	#division1.tabcontent{
		height: 350px !important;
	}
	.table{
		overflow: auto;
	}
	
	/* My Reports  */
    .student_report_table .tutor-table {
        border-collapse: separate;
        border-spacing: 0;
    }
    .student_report_table .tutor-table thead tr{
		margin-top:10px !important;
        border-radius: 20px !important;
    }
    .student_report_table .tutor-table, .student_report_table .tutor-table tbody, .student_report_table .tutor-table tr, .student_report_table .tutor-table td {
		width: 93vw;
        margin-bottom: 0px !important;
        min-width: 90vw;
		border-radius: 0px !important;
    }
    .student_report_table .tutor-table tr {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .student_report_table .tutor-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .student_report_table .tutor-table td {
        padding-left: 3%;
		padding-right: 3% !important;
        position: relative;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
			  border-bottom: none;
      
    }
	.student_report_table .tutor-table tr:last-child td:last-child {
			border-radius: 0px 0px 7px 7px !important;
		  border-bottom: 1px solid #ddd;
	}
	.student_report_table .tutor-table tr td:nth-child(3)  {
		justify-content: flex-start;
	}
	
	.tutor-course-details-page .tutor-row main .tutor-course-thumbnail{
		height: auto !important;
	}

    .my-progress-skills-row,.my-progress-points-row{
        row-gap: 10px;
    }
    .my-progress-skills-row .col-md-6,.my-progress-points-row .col-md-6{
        width:100% !important;
    }

    .booked center{	  
		width: 26px;
		text-overflow: ellipsis;
		display: flow;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.teacher-schedule-calender-wraper th,.teacher-schedule-calender-wraper td{
		width:12% !important;
	}
	.teacher-schedule-calender-wraper table{
		border-spacing: 3px !important;
	}
	.teacher-schedule-calender-wraper ul li{
		width:11% !important;
		margin: 0 2.5px !important;
	}
    
    #teacher_class_history .ch-class-total{
        margin-top: 50px;
    }

    .ch_row,.ch_row .ch_col1{
        row-gap: 10px;
    }


     .teacher-schedule-calender-wraper .row{
        justify-content: space-between !important;
    }
    .clearselctitem_updatescedule span{
        padding: 7px 20px !important;
    }
    .clearselctitem_updatescedule{
        margin: 10px auto;
    }
    #student_class_history_list .textProfileRow{
        row-gap: 10px !important;
    }
    .textProfileRow .col-md-3:first-child{
        height: 50% !important;
    }
    #student_class_history_list .textProfileRow .rounded-circle1{
        display: inline-block !important;
    }
    
    .ts-days{
        display: none !important;
    }
    .ts-days-m{
        display: block !important;
    }

    #Total_Stud_Class_Evalution_Chart {
        width: 100% !important;
        height: 55vh !important;
    }

    #student_class_history_list .textProfileRow .ch-text-profile{
        display: flex !important;
        justify-content: center;
    }

    #studentGroupClassHistoryList .textProfileRow .ch-text-profile{
        display: flex !important;
        justify-content: center;
    }

    .textProfileRow .col-md-3:first-child{
        height: 40% !important;
    }

    .textProfileRow .col-md-3:first-child .ch-text-profile p{
        font-size: 30px !important;
    }

    .tutor-mr-24 {
        margin-right: 0px !important;
    }

    .incompletecount{
        padding: 6px 5px !important;
        font-size: 16px !important;
    }

    #btn-notification{
        padding: 6px 7px !important;
        font-size: 16px !important;
    }
    .textProfileRow .col-md-3:first-child .ch-text-profile{
        padding: 0px !important;
    }

    #studentGroupClassHistoryList .card_student_list_group{
        width: 100% !important;
        margin-bottom: 10px;
    }
}

/* Tablet Protrait */
@media (min-width: 545px) and (max-width: 1280px) {
	.tutor-frontend-dashboard-maincontent .tutor-col-12{
		width: 90% !important;
	}
	.page-id-1380 .tutor-frontend-dashboard-maincontent .tutor-dashboard-left-menu{
		display: none !important;
        width: 0% !important;
	}
	.page-id-1380 .tutor-frontend-dashboard-maincontent .tutor-col-md-8,.page-id-1380 .tutor-frontend-dashboard-maincontent .tutor-col-md-8{
        width: 100% !important;
	}
	.page-id-1380 .view_profile {
		display: flex;
		justify-content: center !important;
		align-items: center !important;;
		margin: 10px 0px !important;
		position: relative !important;
		left: 0% !important;
		width: 50% !important;
	}
	
	.date_container {
		padding: 0 5px !important;
		width: 90px !important;
	}
	.sessionFeedbackModal .modal-dialog {
		max-width: 95% !important;
	}
	.rounded-circle6.sessionReportedStudentImg{
		height: 70px !important;
		width: 70px !important;
	}
	#division1.tabcontent{
		height: 350px !important;
	}
	
	.tutor-course-details-page .tutor-row main .tutor-course-thumbnail{
		height: auto !important;
	}
	
	.teacher-schedule-calender-wraper ul li {
        width: 11%;
		margin: 0 2.5px;
    }
	
	.teacher-schedule-calender-wraper table {
	  text-align: center;
	  border-spacing: 3px;
	}
	#collapseTwoGroupSession .accordion-body{
		width: auto !important;
		overflow-x: scroll !important;
	}
    #date_content{
        overflow: auto;
    }

     .ch_row,.ch_row .ch_col1{
        row-gap: 10px;
    }


     .teacher-schedule-calender-wraper .row{
        justify-content: space-between !important;
    }
    .clearselctitem_updatescedule span{
        padding: 7px 20px !important;
    }
    .clearselctitem_updatescedule{
        margin: 10px auto;
    }
    #student_class_history_list .textProfileRow{
        row-gap: 10px !important;
    }
    .textProfileRow .col-md-3:first-child{
        height: 50% !important;
    }
    #student_class_history_list .textProfileRow .rounded-circle1{
        display: inline-block !important;
    }

    .ts-days{
        display: none !important;
    }
    .ts-days-m{
        display: block !important;
    }
     .textProfileRow .col-md-3:first-child {
        height: 100% !important;
    }
    #btn-notification{
        padding: 6px 23px !important;
    }
    .tutor-mr-24 {
        margin-right: 0px !important;
    }

}

.comment-from-student,.comment-from-student-container{
    flex-wrap: wrap;
    row-gap: 10px;
}

article#post-1381 .entry-header  h1{
	font-size: 1.25rem;
    margin-bottom: 32px;
    color: #294B8C !important;
    font-weight: 500 !important;
}

#tutor-registration-wrap{
	background-color: #e6f5ff !important;
	border-radius: 16px !important;
	box-shadow: none;
}
article#post-1381 {
    background-color: #e6f5ff !important;
	border-radius: 16px !important;
	box-shadow: none;
    padding: 24px 24px;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#tutor-registration-form input, #tutor-registration-from input, #tutor-registration-from select{
	border-radius: 33px !important;
	color: #294B8C !important;
    margin-bottom: 0px !important;
}

#tutor-registration-form .tutor-option-field-row label, .tutor-form-group label,article#post-1381 .tutor-option-field-row label {
	display: none;
}

.elementor-1398 .elementor-element.elementor-element-hy9d8xx > .elementor-container{
    max-width: 520px !important;
}


#tutor-registration-form .tutor-btn-primary,article#post-1381 .tutor-btn-primary{
  background-image: linear-gradient(180deg, #24A5FF 0%, #6BCDFF 100%);
  background-image: linear-gradient(180deg, #FFA51E 25%, #FEC729 100%) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  border: 1px solid transparent !important;
  border-radius: 33px !important;
  width: 95% !important;
  display: flex;
  justify-content: center;
}

#tutor-registration-form .tutor-btn-primary:hover,article#post-1381 .tutor-btn-primary:hover{
  background-image: linear-gradient(180deg, #FEC729 25%, #FFA51E 100%) !important;
}
article#post-1381 #user_pref_timezone{
    width: 95% !important;
}
.page-id-1398 .elementor-1398 .elementor-top-section  .elementor-container{
	background-color: #e6f5ff !important;
	border-radius: 16px !important;
	box-shadow: none;
	padding: 24px 24px;
}

.elementor-1398 .elementor-element.elementor-element-084e730 > .elementor-element-populated{
    margin: 0px !important;
}

.elementor-1398 .mlo_teacher_form .wpcf7-submit, .mlo_service_form .wpcf7-submit{
    width: 100% !important;
}

.post-1381 .tutor-row .tutor-mb-32{
    margin-bottom: 0px !important;
}

#post-1398 .entry-content h2{
    font-size: 26px !important;
}

.ts-days{
    display: block;
}

.ts-days-m{
    display: none;
}

#myChart1 {
    width: 100% !important;
    height: 45vh !important;
}

@media (min-width: 544px) and (max-width: 767px) {
    .textProfileRow .col-md-3:first-child{
        height: 40% !important;
    }

    .textProfileRow .col-md-3:first-child .ch-text-profile p{
        font-size: 20px !important;
    }
    .rounded-circle1 .text-uppercase{
        padding: 10px !important;
    }
}