@font-face {
  font-family: sans-serif;
}

@font-face {
  font-family: sans-serif;
  font-weight: bold;
}

@font-face {
  font-family: sans-serif;
  font-weight: 800;
}

body {
  font-family: sans-serif;
  color: #444444;
}

a {
  color: #106eea;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}

.btn-primary {
  color: #fff;
  background-color: #50a1ff;
  border-color: #50a1ff;
}

.modal-open .modal {
 padding-right: 0 !important;
}

label {
  cursor: pointer;
  /* Style as you please, it will become the visible UI component. */
}

.upload-assignment {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* input[name="password"] {
  font-family : sans-serif;
} */
.register .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 35px;
  user-select: none;
  -webkit-user-select: none;
}

.register .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-top: 4px;
  padding-left: 14px;
  font-weight: 800;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.register .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}

.register .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 28px;
}

.page-item {
  margin: 0 10px;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: black;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 5px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #FFB000;
  background-color: white;
  border-color: #FFB000;
}

.page-link:hover {
  color: black;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid black;
  border-radius: 5px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  width:30px;
}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #FFB000;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFB000;
  color: #fff;
}

.back-to-top i:hover {
  background: #FFB000;
  color: #fff;
}

/*--------------------------------------------------------------
# Side Helper button
--------------------------------------------------------------*/
.side-helper {
	display: none;
}

@media (max-width: 700px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 300px) {
  .side-helper {
    position: fixed;
    display: block;
    right: 0;
    top: 40%;
    z-index: 99999;
  }
}

@media (max-width: 800px) {
  .hidewhenmobile {
    display: none;
  }
}


.side-helper a {
    display: block;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 60px;
    background: #FFB000;
    color: black;
    padding: 10px 5px;
    text-align: center;
    font-size:7px;
    line-height: 1;
    border: 1px solid black;
    border-right: 0 solid black;
}

.side-helper a i {
    color: black;
}
  

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: black;
  height: 50px;
  font-size: 14px;
  /* transition: all 0.5s; */
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  /* transition: 0.3s; */
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  display: inline-block;
  line-height: 1px;
  /* transition: 0.3s; */
  height: 30px;
  width: 30px;
  border-radius: 10px;
  text-align: center;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  /* transition: all 0.5s; */
  z-index: 997;
  padding: 25px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 80px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

.profile-image {
  background-size: cover;
  width:36px;
  height:36px;
  border-radius: 50%;
  background-position: center;
}

.facebook {
  background-size: cover;
  width:36px;
  height:36px;
  border-radius: 10px;
  background-position: center;
}

.username {
  color : rgba(0, 0, 0, 0.6);
  font-size: 15pt;
  font-weight: 600;
}

.user-role {
  color : rgba(0, 0, 0, 1);
  font-size: 7pt;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 15px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  /* transition: 0.3s; */
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: sans-serif;

}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

.facebook-color {
  color: #3b5998;
}

.instagram-color{ 
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-menu{
  top: 20px !important;
  right: 22px;
  left: unset !important;
  width: 460px;
  width: 460px;
  box-shadow: 0px 5px 7px -1px #c1c1c1;
  padding-bottom: 0px;
  padding: 0px;
}

.dropdown-menu:before{
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  border:10px solid #343A40;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}

.menu-search {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-color: black !important;

}

.menu-search-append {
  border: 1px solid black !important;
  border-left: 0px solid black !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.head{
  padding:10px 15px;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.head span {
  font-weight: 600;
}

.nav-footer{
  padding:10px 15px;
  border-radius: 0px 0px 3px 3px; 
  border-top: 1px solid rgba(0,0,0,0.2);
}

.notification-box{
  padding: 10px 0px; 
}

.menu-box {
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.bg-gray{
  background-color: #eee;
}
.mobile_name_show{
  display: none;
}
@media (max-width: 640px) {
    .dropdown-menu{
      top: 50px;
      left: -16px;  
      width: 290px;
    } 
    .nav{
      display: block;
    }
    .nav .nav-item,.nav .nav-item a{
      padding-left: 0px;
    }
    .message{
      font-size: 13px;
    }
	
	#header.header-scrolled {
		top: 0;
		padding: 0;
	}
	
	
	#header.header-scrolled {
		top: 0;
		padding: 0;
	}
	
	.hideTitle {
		display:none;
	}
	
	#header {
		padding: 15px 0;
	}
	#header .logo img {
	  max-height: 60px;
	}
	
	.d-mobile-display{
		display:none;
	}
	
	.mobile_name_show{
		display:block;
	}
	.mobile-username .mobile-role{
		font-size:8px !important;
	}
	
	.notiDropdown{
		width:300px !important; 
		font-size:12px;
	}
	
	.mobile_button{
		width:55px !important; 
		font-size:11px !important;
		padding:.2rem .5rem !important;
	}
	
	.mobile_button_register{
		width:75px !important; 
		font-size:11px !important;
		padding:.2rem .5rem !important;
	}
	.nav-menu > ul > li {
	   padding: 5px 0 5px 5px !important;
	}
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	margin-top:145px;
	width: 100%;
	height: 500px;
	background: url("../img/yoututor_slider_01.png") top center no-repeat;
	background-size: cover;
	position: relative;
}

/* #hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
} */

#hero .container {
  position: relative;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

#hero .btn-get-started {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  /* transition: 0.5s; */
  color: black;
  background: #FFB000;
  margin:10px 50px;
}

#hero .btn-get-started:hover {
  background: #FFB000;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px 8px 40px;
  /* transition: 0.5s; */
  margin-left: 25px;
  color: #222222;
  position: relative;
  font-weight: 600;
}

#hero .btn-watch-video i {
  color: #FFB000;
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  /* transition: 0.3s; */
}

#hero .btn-watch-video:hover {
  color: #FFB000;
}

#hero .btn-watch-video:hover i {
  color: #FFB000;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/
#banner {
	margin-top:145px;
	width: 100%;
	height: 400px;
	background-size: cover;
	position: relative;
}

#banner .container {
  position: relative;
}

@media (max-width: 992px) {
  #banner .container {
    padding-top: 58px;
  }
}

#banner h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
}

#banner h1 span {
  color: #106eea;
}

#banner h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1024px) {
  #banner {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  /*#banner {
    height: 100vh;
  } */
  #banner h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #banner {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #F3F4FF;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h1{
	font-weight: 800;
	margin-bottom: 15px;
	color: black;
	text-align: center;
}

.section-title h4{
	font-weight: 600;
	color: black;
	text-align: center;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
  margin-top: 134px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# REASON SECTION
--------------------------------------------------------------*/
.top-reason .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  /* transition: all 0.3s ease-in-out; */
  border-radius: 8px;
  z-index: 1;
}

.top-reason .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  /* transition: all 0.3s; */
  z-index: -1;
}

.top-reason .icon {
  margin-bottom: 15px;
}

.top-reason .title {
  font-weight: 800;
  margin-bottom: 15px;
  font-size: 21px;
  color: #FFB000;
}

.top-reason .description {
  font-size: 12px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Popular Courses
--------------------------------------------------------------*/
.popular-course .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.popular-course .box-title {
	background-color:  #FCDEA2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  height: 126px;
}

.popular-course .box-title img {
	border-top-left-radius: 10px;
}


.popular-course .teacher-name {
	font-size: 14pt;
	font-weight:bold;
}

.popular-course .teacher-category {
	font-size: 10pt;
}

.popular-course .teacher-description {
	font-size: 8pt;
}

.popular-course .box-content {
	background-color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.popular-course .box-content .subject-title, .popular-course .box-content .subject-price  {
	font-size: 15pt;
	font-weight: bold;
	color: #FFB000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.popular-course .box-content .subject-detail {
	font-size: 10pt;
}

.popular-course .box-content .subject-description {
	font-size: 8pt;
}

.btn-theme {
	font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: #FFB000;
	border-radius:5px;
	padding: 4px 20px;
}

.btn-view-all {
	font-family: sans-serif;
    color: black;
    background-color: #FFB000;
	border-radius:5px;
	padding: 5px 40px;
	margin-top:20px;
}

/*--------------------------------------------------------------
# Special Video Conference
--------------------------------------------------------------*/
.conference .progress {
	height: 50px;
	display: block;
	background: none;
}

.conference .conference-content {
	padding:35px 15px;
	background-color: #F3F4FF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;  
}

.conference .conference-title {
	font-weight: 600;
	font-size: 16pt;
	color: #FFB000;
}

.conference-title a:hover {
  color: #106eea;
  filter: brightness(0.5);
  text-decoration: none;
}

.conference .conference-description {
	font-size: 8pt;
}

/*--------------------------------------------------------------
# Certified Teacher
--------------------------------------------------------------*/
.certified-teacher img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.certified-teacher .certified-content {
	padding:35px 15px;
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;  
}

.certified-teacher .certified-title {
	font-weight: 600;
	font-size: 16pt;
	color: #FFB000;
}

.certified-teacher .certified-subject {
	font-size: 8pt;
	color: black;
}

.certified-teacher .certified-description {
	font-size: 8pt;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .vision h1, .about .mission h1 {
	font-weight: 800;
}

.about .vision p, .about .mission p {
	font-weight: bold;
}

.about .vision{
	background-color: #F3F4FF;
}

.about .mission{
	background-color: #E0E1E2;
}

.about .about-us-content {
  font-weight: 600;
  font-size: 15pt;
  margin-bottom:50px;
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  /* transition: all ease-in-out 0.3s; */
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  /* transition: ease-in-out 0.3s; */
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  /* transition: ease-in-out 0.3s; */
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  /* transition: ease-in-out 0.3s; */
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #106eea !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list, .faq .guide-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li, .faq .guide-list li {
  padding: 15px 0 20px 20px;
  border: 1px solid #e0e1e2;
  border-radius: 5px;
  margin-bottom:10px;
}

.faq .faq-list a, .faq  .guide-list a {
  display: block;
  position: relative;
  color: black;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 600;
}

.faq .faq-list i, .faq .guide-list i {
  font-size: 15px;
  position: absolute;
  right: 25px;
  top: 6px;
}

.faq .faq-list p, .faq .guide-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse, .faq .guide-list a.collapse {
  color: black;
}

.faq .faq-list a.collapsed, .faq .guides-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover, .faq .guide-list a.collapsed {
  color: black;
}

.faq .faq-list a.collapsed i::before, .faq .guide-list a.collapsed i::before {
  content: "\efc2" !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  color: #ffffff;
  font-size: 14px;
  background: #f1f6fe;
}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: black;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  color: #FFB000
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 a {
  color: #FFB000;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: sans-serif;
  color: #ffffff;
}

#footer .footer-top .footer-contact p a {
	color: #ffffff;
  }

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  /* transition: 0.3s; */
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: black;
  line-height: 1;
  margin-right: 4px;
  border-radius: 10px;
  text-align: center;
  width: 36px;
  height: 36px;
  /* transition: 0.3s; */
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.sidenav {
  height: 100%;
  width:0;
  position:fixed;
  z-index:9999;
  top:0;
  right:0;
  background-color:#ffffff;
  overflow-x:hidden;
  padding-top:60px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 20px 3rem;
  text-decoration:none;
  color: black;
  font-size: 20px;
  display: block;
  font-weight:600;
}

.sidenav a:hover, .sidenav a.active{
  background-color: #FFB000;
  border-left: 2px solid black;
}

.sidenav .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
	font-family: sans-serif;
}

.sidenav .logo:hover {
  background-color: transparent !important;
  border:none !important;
}

.sidenav .logo img {
  max-height: 70px;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
}

.closebtn:hover{
  background-color: transparent !important;
  border:none !important;
  color: rgba(0,0,0,0.2);
}

.btn-login {
	font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: #ffffff;
	border:2px solid black;
	font-weight:bold;
	border-radius:25px;
	padding: 4px 20px;
}

.btn-register {
	font-family: Arial, Helvetica, sans-serif;
    color: black;
    background-color: #FFB000;
	border:2px solid #FFB000;
	font-weight:bold;
	border-radius:25px;
	padding: 4px 20px;
}

.btn-nav {
	font-family: sans-serif;
    color: #ffffff;
	background-color: black;
	width: 36px;
	height: 36px;
	border-radius:50%;
}

.modal-header {
	border-bottom: 0px solid #e9ecef;
}

.modal-header button i {
	color:black;
}

.search-input {
	max-width: 250px;
	border-radius: 25px;
}

.hr {
	margin-top: .3rem;
	margin-bottom: .3rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,1);
}

.video-mask{
    width: 350px;
	border-top-left-radius: 10px; 
    border-top-right-radius: 10px; 
    overflow: hidden; 
	height:197px;
}

.advertisement-slot {
	width: 100%;
	background-color: #B2272D;
	color: #ffffff;
	text-align: center;
	font-size:20pt;
	font-weight: 800;
	padding: 40px 0;
	border-radius: 10px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
#loginModal .modal-title{
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

#loginModal .modal-body{
  padding: 1rem 3rem;
}

.lost-password, .lost-password:hover, .register-now, .register-now:hover  {
  color:black;
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#registerModal .modal-title{
  font-weight: 600;
  font-size: 18pt;
  margin-bottom: 30px;
}

#registerModal .modal-body{
  padding: 1rem 3rem;
}

/*--------------------------------------------------------------
# Helper
--------------------------------------------------------------*/

.bold  {
  font-weight: bold;
}

.font-800 {
  font-weight: 800;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  content: "\F105";
  font-family: FontAwesome;
  padding: 8px;
  color: #ffffff;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color to all links inside the list */
ul.breadcrumb li a.active {
  color: #FFB000;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a.active:hover {
  color: #FFB000;
  text-decoration: none;
}

.filtering {
  padding:1rem;
  background-color: #ffffff;;
}

.filtering .search-input {
	  max-width: 350px;
    border-radius: 5px;
    border: 1px solid black;
}

.filtering .title {
  font-size: 15px;
  font-weight: 800;
}

.filtering .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.filtering li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #ffffff;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}

.red-message {
  color: #B2272D;
}

/*--------------------------------------------------------------
# Courses Page
--------------------------------------------------------------*/
.course .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.course .box-title {
	background-color:  #FCDEA2;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
  height: 110px;
}

.course .box-title img {
	border-top-left-radius: 10px;
}

.course .teacher-name {
	font-size: 12pt;
	font-weight:bold;
}

.course .teacher-category {
	font-size: 9pt;
}

.course .teacher-description {
	font-size: 6pt;
	font-family: Arial, Helvetica, sans-serif !important;
}

.course .box-content {
  position: relative;
	background-color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.course .box-content .live-icon {
  position: absolute;
  top: 3%;
  right: 5%;
  background-color: #B2272D;
  border-radius: 5px;
  padding: 0px 5px;
  height: auto;
  width: 45px;
}

.course .box-content .subject-title a, .course .box-content .subject-price  {
	font-size: 15pt;
	font-weight: bold;
	color: #FFB000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.course .box-content .subject-detail {
	font-size: 10pt;
}

.course .box-content .class-number {
  font-size: 9pt;
  font-weight: bold;;
  color:black;
}

.course .box-content .subject-description {
	font-size: 8pt;
}

.tag {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tag li {
  border-radius: 5px;
  margin-top: -1px; /* Prevent double borders */
  margin-right: 5px; /* Prevent double borders */
  background-color: #FFB000;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: black;
  display: inline-block
}

.delete-tag {
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 1;
  margin-left:10px;
  padding: 2px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Courses Detail Page
--------------------------------------------------------------*/
.course-detail .teacher-profile {
  border-radius: 5px;
  background-color: #ffffff;
}

.course-detail .unsubscribe {
  border-radius: 5px;
  background-color: #ffffff;
}

.course-detail .unsubscribe a {
  color: #B2272D;
  font-weight: bold;
  font-size: 13pt;
}

.course-detail .teacher-profile img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.course-detail .teacher-detail {
  padding:  10px 0;
}

.course-detail .teacher-name {
  font-size: 17pt;
  font-weight:bold;
  color: #FFB000
}

.course-detail .teacher-category {
  font-size: 12pt;
	font-weight:bold;
}

.course-detail .teacher-description {
  font-size: 10pt;
	font-weight:bold;
}

.course-detail .box-content {
  position: relative;
	background-color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.course-detail .box-content .live-icon {
  position: absolute;
  top: 3%;
  right: 5%;
  background-color: #B2272D;
  padding: 0px 5px;
  height: auto;
  width: 45px;
}

.course-detail .box-content .subject-title, .course-detail .box-content .subject-price  {
	font-size: 15pt;
	font-weight: bold;
	color: #FFB000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.course-detail .box-content-detail .subject-detail {
	font-size: 10pt;
}

.course-detail .box-content .class-number {
  font-size: 9pt;
  font-weight: bold;;
  color:black;
}

.course-detail .box-content .subject-description {
	font-size: 8pt;
}

.btn-play {
	font-family: sans-serif;
  color: black;
  background-color: #F3F4FF;
	border-radius:5px;
	padding: 4px 20px;
}

.icon-outsider  {
  display:inline-block;
  background-color: #FFB000;
  height:30px;
  width: 30px;
  border-radius: 50%;
}

.icon-outsider i  {
  margin-top: 4px;
  font-size: 20px;
}

.monthpicker {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.monthpicker li{
  border-radius: 5px;
  margin-right: 5px;
  background-color:transparent;
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: inline-block;
}

.month-option  {
  background-color: #F3F4FF;
  width:auto;
  font-weight: bold;
}

.monthpicker .active  {
  background-color: #FCDEA2;
}

.course-detail .small-title  {
  font-weight: 600;
}

.course-detail .course-price  {
  font-size: 25pt;
	font-weight: 800;
	color: #FFB000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.course-detail .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 35px;
  user-select: none;
  -webkit-user-select: none;
}

.course-detail .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-detail .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}

.course-detail .course-content {
  font-size:10pt;
  font-weight: bold;
  margin-top:10px;
  padding:20px;
  background-color: #ffffff;
}

.course-content img {
  max-width: 100% !important;
  height: auto !important;
}

.course-detail .class-content {
  position: relative;
  font-size:10pt;
  font-weight: bold;
  margin-top:10px;
  padding:30px;
  background-color: #ffffff;
}

.course-detail .class-content .class-name {
  font-size: 18pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.course-detail .class-content .class-detail {
	font-size: 12pt;

}

.course-detail .class-content .class-description {
  font-size:10pt;

}

.course-detail .tab-pane {
  min-height: 50px;
}

.nav-tabs {
  font-weight: bold;
  border-bottom: 2px solid #E0E1E2;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border:0;
  border-bottom: 3px solid #000000;
}

.nav-tabs .nav-link:hover {
  color: #495057;
}

.nav-link {
  display: block;
  padding: .1rem 1rem;
  color: grey;
}

#liveTab .nav-item.show .nav-link, #liveTab .nav-link.active {
  font-weight: bold;
  border-bottom: 2px solid #B2272D;
  color: #B2272D;
}

.btn-join-class {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #B2272D;
	border-radius:25px;
  padding: 4px 20px;
  position: relative;
}

.btn-joined-class {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #50a1ff;
	border-radius:25px;
  padding: 4px 20px;
  position: relative;
}

.btn-replay {
  font-family: sans-serif;
  color: black;
  background-color: #FFB000;
  font-weight: bold;
	border-radius:25px;
  padding: 5px 22px;
  position: absolute;
  right: 5%;
  top: 15%;
}

.btn-download {
  font-family: sans-serif;
  color: black;
  background-color: #FFB000;
  font-weight: bold;
	border-radius:25px;
  padding: 5px 22px;
}

.btn-success {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #62BB46;
  font-weight: bold;
	border-radius:25px;
  padding: 5px;
  font-size:11pt;

}

.btn-danger {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #B2272D;
  font-weight: bold;
	border-radius:25px;
  padding: 5px;
  font-size:11pt;

}

.btn-pending {
  font-family: sans-serif;
  color: #ffffff;
  background-color: grey;
  font-weight: bold;
	border-radius:25px;
  padding: 5px;
  font-size:11pt;
}

.box-mark {
  padding: 15px 5px;
  text-align: center;
  background-color: #E0E1E2;
  color: black;
  min-height: 60px;
  font-size: 20pt;
  width: 100%;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Question Bank Page
--------------------------------------------------------------*/
.question-file{
  margin-left: 10px;
  font-size: 14pt;
  color: black;
}

.question-file:hover{
  text-decoration: underline;
  color: black;
}

/*--------------------------------------------------------------
# Discover Page
--------------------------------------------------------------*/
.img-border {
  border-radius: 10px;
  object-fit: cover;
}
.article-title {
  font-size: 18pt;
  font-weight:800;
  color: black
}

.article-content {
  font-size: 10pt;
  color: black
}

.article-date {
  font-size: 10pt;
  font-weight:bold;
  color: #FFB000
}

.article-tags {
  font-size: 10pt;
  font-weight:bold;
  color: black;
}

.article-tags span {
  font-size: 10pt;
  font-weight:bold;
  color: #FFB000
}

.previous, .next, .previous:hover, .next:hover {
  color: #FFB000;
  font-size: 10pt;
  font-weight: 600;
}

.popular-article-title {
  font-size: 12pt;
  font-weight:800;
  color: black
}

.popular-article-content {
  font-size: 7pt;
  color: black
}

.popular-article-date {
  font-size: 7pt;
  font-weight:bold;
  color: #FFB000
}

.main-article-title {
  font-size: 16pt;
  font-weight:800;
  color: black;
}

/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/
.product-box {
  background-color: white;
}

.product-detail {
  padding: 20px 0;
}

.product-box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-img {
  height: 187.5px;
}

.product-related-img {
  height: 248.85px;
  text-align: center;
}

.product-name {
  font-size: 24px;
  color: black;
  font-weight: bold;
  padding: 0px 5px;
  height: 72px;
}

.product-price {
  font-size: 20px;
  color: #FFB000;
  font-weight: 600;
}

.product-ori-price {
  text-decoration: line-through;
  color: darkgray;
  font-size: 18px;
}

.product-promo-price {
  font-size: 22px;
  color: lightseagreen;
  font-weight: 600;
}

.btn-add-to-cart {
  font-size: 20px;
  color: black;
  font-weight: 800;
}

.btn-add-to-cart:hover {
  font-size: 20px;
  color: #ffffff;
  background-color: #FFB000;
  font-weight: 800;
}

.product-detail-name {
  font-size: 1.8em;
  color: black;
  font-weight: 800;
}

.product-detail-price {
  font-size: 1.5em;
  color: #FFB000;
  font-weight: 600;
}

.product-detail-description {
  font-size: 1em;
  color: black;
}

.product-detail-category {
  font-size: .7em;
  color: black;
  font-weight: bold;
}

.product-detail-tag {
  font-size: .7em;
  color: black;
  font-weight: bold;
}

.btn-add {
  border: 1px solid #FFB000;
  background-color: #ffffff;
  font-size: .8em;
  color: #FFB000;
  font-weight: bold;
}

.btn-add:hover {
  border: 1px solid #FFB000;
  background-color: #FFB000;
  font-size: .8em;
  color: #ffffff;
  font-weight: bold;
}

.overview {
  border:1px solid black;
  padding: 20px;
}

.overview .main-title {
  font-size: 1.5em;
  color: #FFB000;
  font-weight: 800;
}

.overview .title {
  font-size: 1.5em;
  color: black;
  font-weight: 800;
}

.overview .content {
  font-size: 1.2em;
  color: black;
  font-weight: bold;
}

.custom-table thead, .custom-table tbody{
  border: 1px solid #dee2e6;
  text-align: center;
}

.custom-table thead th{
  border-bottom: 1px solid #dee2e6;
  vertical-align: middle;
}

.custom-table tbody th.right, .custom-table tbody td.right{
  border-right: 1px solid #dee2e6;
  vertical-align: middle;
}

.custom-table tbody th.left, .custom-table tbody td.left{
  border-left: 1px solid #dee2e6;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.billing-title {
  font-size: 1.8em;
  font-weight: 800;
  color: black;
}

.customer-name {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

.customer-address {
  font-size: 1em;
  font-weight: bold;
  color: black;
}

.customer-address p {
  font-size: 1em;
  font-weight: normal;
  color: black;
}

.additional-information label {
  font-size: 1em;
  font-weight: bold;
}

.payment-box  {
  background-color: #E0E1e2;
  border-radius: 5px;
  padding:20px;
}

.payment-title {
  font-weight: bold;
  font-size: 12pt
}

/*--------------------------------------------------------------
# Profile Page
--------------------------------------------------------------*/
.profile-box {
  background-color: white;  
  border-radius: 5px;
  padding-bottom:20px;
  text-align:center;
}
@media(min-width:600px) {
  .profile-box {
    background-color: white;  
    border-radius: 5px;
    padding-bottom:20px;
    text-align:left;
  }
}

.student-detail {
  text-align:left;
}
.profile-box img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.student-name {
  padding:20px 20px 0 20px;
  font-size: 1.5em;
  font-weight: 600;
  color: #FFB000;
}

.student-grade {
  padding:0 20px 10px 20px;
  font-size: .8em;
  font-weight: bold;
  color: black;
}

.student-id {
  font-size: .8em;
  font-weight: bold;
  color: black;
  padding:10px 20px;
  background-color: #e0e1e2;
}

.student-id .id-number {
  font-size: 1.5em;
  font-weight: 600;
  color: black;
}

.student-profile {
  font-size: .8em;
  padding:10px 20px 10px 20px;
  font-weight: normal;
  color: grey;
}

.student-profile .answer{
  color: black;
}

.student-profile .profile-title{
  font-weight: 600;
  font-size:.8em;
  color:black;
  margin-bottom:10px;
}

.profile-box a{
    color:  #FFB000;
    font-size:.7em;
    padding:10px 20px 0 20px;
}

.profile-box .notice{
    color:  black;
    font-size:.7em;
    padding:10px 20px 0 20px;
}

.relation-table {
    padding:20px;
    background-color: #ffffff;
    border-radius: 5px;
}

.relation-table table thead{
    font-weight: 800;
}

.relation-table table tbody{
  font-weight: bold;
}

.relation-table .notice{
  color:  black;
  font-size:.7em;
  font-weight:600;
  padding-top:20px;
}

.relation-table .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  user-select: none;
  -webkit-user-select: none;
}

.relation-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}

.relation-table 
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

.report-detail .report-content {
  position: relative;
  font-size:10pt;
  font-weight: bold;
  margin-top:10px;
  padding:20px;
  background-color: #ffffff;
}

.report-detail .report-content .report-name {
  font-size: 18pt;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 5px;
}

.report-name a:hover {
  color: #106eea;
  filter: brightness(0.5);
  text-decoration: none;
}

.report-detail .report-content .report-description {
    font-size:10pt;
    color: rgba(0, 0, 0, 0.5);

}

#overlay {
  position: fixed;
  display: none;
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999; 
  cursor: pointer; 
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}