
/* .has-primary-background-color{
	background-color: #1865F2 !important;
} */

.course-template-default{
	background-color: #e1dcce;
}

.single.single-page{
	background-color: #e1dcce !important;
}

.page.page-id-1136{
		background-color: #e1dcce !important;
}


.tgwcfb-register .select2-selection{
	height: 40px !important;
}

/* .page-header .entry-title{
	display: none !important;
} */


/** Sa#78 Code Start
 */
p.sa-form-para {
    margin: 5px 0 0px 5px;
    font-size: 13px;
    line-height: 1.4;
    color: #9b9b9b;
}
.page.page-id-30159 {
  background: #e1dcce !important;
}
.teacher-dashboard {
	border: 1px solid #c7c3c3e5;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 30px 40px;
	box-shadow: 0 0 30px #33333312;
	margin: 50px 0;
}
.sa_title {
	font-size: 24px !important;
}

.teacher-dashboard .org_form-fields input {
  background: transparent;
}
.teacher-dashboard .org_form-fields button {
  font-size: 15px;
  padding: 11px 17px !important;
}
.org_form-fields {
  margin-bottom: 15px;
}
.sa-para {
  font-size: 15px;
  color: #272626 !important;
}


.sa-stu-content-wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sa-stu-content-wrap > ul strong {
  font-size: 18px;
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
}
.sa-stu-content-wrap > ul li > ul {
  padding-left: 0;
  list-style: none;
}
.sa-stu-content-wrap .sa-st-wrap {
  padding: 15px;
  background: #f7f7f7;
  border-radius: 10px;
	margin-bottom: 10px;
	background: #f7f7f78a
}
.sa-stu-content-wrap .sa-st-wrap .sa-st-name {
  font-size: 16px;
  margin-bottom: 10px;
}
.sa-stu-content-wrap .sa-st-wrap p {
  font-size: 15px;
  color: #272626;
  margin: 0;
}
.sa-stu-content-wrap .sa-st-wrap .meter.red {
  height: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
	background: #fff;
}
.sa-stu-content-wrap > ul > li {
  background: #fefae05c;
  padding: 20px;
  border-radius: 10px;
	margin-bottom: 25px;
  box-shadow: 0px 5px 30px -22px #555;
}



.row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.col-md-4.sa-logout-wrap {
  justify-content: start;
  align-items: center;
  display: flex;
}
.sa-logout-wrap .sa-logout {
  text-decoration: none;
  padding: 12px;
  display: inline;
  background: #1865f2;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
}
.sa-form-para {
	display: none;
}
.sa-logout-wrap .sa-logout:hover {
	color:#fff;
	background:  #6089a4;
}

.sa-last-active {
	font-size: 12px;
	color: #777;
}
.org_form-fields .sa-para {
	margin-top: 10px;
}
/** Sa#78 Code End
 */