@font-face {
  font-family: "helveticaneuemedium";
  src: url("./font/helveticaneuemedium-webfont.woff") format("woff2"),
    url("./font/helveticaneuemedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaneueregular";
  src: url("./font/helveticaneueregular-webfont.woff2") format("woff2"),
    url("./font/helveticaneueregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url(./font/Helvetica.ttf);
}
/* @font-face{
  font-family: 'Open Sans Condensed', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');

} */
body {
  font-family: "helveticaneuemedium" !important;
  background-color: #f7f7f7 !important;
}

body.semi-dark-layout .main-menu {
  background-color: #58595b;
}

body.semi-dark-layout .main-menu-content .navigation-main {
  background-color: #58595b;
  font-family: "helveticaneuemedium" !important;
}
footer.footer p{
  font-size: 12px;
  text-transform: capitalize;
  font-family: "Helvetica";
}
.btn-dark-gray{
  background-color: #818181;
  color: #fff;
}
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover, .header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:active {
  background: #ffb719;
  color : #FFFFFF !important;
}
.main-menu.menu-dark .navigation li.has-sub li.active-sub a{
  color: #ffb719 !important;
}
.dropdown .dropdown-menu .dropdown-item:hover{
  color: #ffb719;
}
.main-menu.menu-dark .navigation {
  background: #58595b;
  font-family: "helveticaneuemedium" !important;
}

.main-menu.menu-dark .navigation > li.active {
  border-left: 3px solid #ffb719;
  border-radius: 0;
}

body.semi-dark-layout .main-menu-content .navigation-main .nav-item i {
  color: #ffffff !important;
}

.main-menu.menu-dark .navigation > li > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  border-radius: 0;
  text-transform: capitalize;
  padding: 15px 0;
}

.menu-collapsed .main-menu.menu-dark .navigation > li > a {
  padding: 15px 10px;
}

.menu-collapsed .navigation-header {
  visibility: hidden;
}



.menu-collapsed .social-icon {
  margin: 0 auto 10px !important;
  text-align: center;
}

.menu-collapsed .social-icon .list-inline-item {
  margin: 0 0 10px 0;
}

.main-menu.menu-dark .navigation > li.active > a {
  color: #ffb719;
  background: unset;
  box-shadow: none;
  border-radius: 0;
  padding-left: 30px;
}

.main-menu.menu-dark .navigation > li.active > a > i {
  color: #ffb719 !important;
}

body.semi-dark-layout .main-menu-content .navigation-main .active .menu-title,
body.semi-dark-layout .main-menu-content .navigation-main .active i {
  color: #ffb719;
}
body.semi-dark-layout
  .main-menu-content
  .navigation-main
  .menu-content
  .active
  i {
  color: #ffffff;
}

body.vertical-layout.vertical-menu-modern .toggle-icon {
  color: #ffb719 !important;
}

body.semi-dark-layout.menu-collapsed
  .main-menu:not(.expanded)
  .navigation-main
  li.active
  a {
  background-color: unset !important;
}

.main-menu.menu-dark .navigation > .avatar {
  background-color: #7b7e7f;
}

/* Custom css start here */

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}




.main-menu .navbar-header .navbar-brand {
  margin: 0;
}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width : 245px;
}
.main-menu .navbar-header {
  padding:  2rem 1rem 1rem 0.7rem; 
}
.menu-collapsed .main-menu .navbar-header {
  padding: 2rem 1rem 1rem 0.7rem;
}
.nav .modern-nav-toggle{
  padding: 0;
}
.main-menu .navbar-header {
  height: 7rem;
}
/* login page start */
.login {
  padding: 30px 50px;
  border-left: 4px solid #e6e6e6;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login h4 {
  color: #ffffff;
  font-family: "Helvetica";
  font-size: 38px;
  font-weight: 500;
  line-height: 28px;
}
.login p {
  font-size: 18px;
  font-family: "Helvetica";
  font-weight: 400;
  margin: 13px 0 13px 0;
  float: left;
  width: 100%;
}
.login label {
  font-family: "Helvetica";
  color: #ffffff;
  font-size: 18px ;
  top: 0 !important;
  position: relative !important;
  left: 0;
  opacity: 1;
  font-weight: 400;
}
.login .card-link {
  color: #fcee21;
  font-size: 18px;
  font-family: "helveticaneueregular";
  font-weight: 600;
  transition: all 0.5s;
  letter-spacing: 1px;
}
.login .card-link:hover{
  color: #585858;
}
.login button {
  font-size: 18px;
  font-weight: 400;
  font-family: "Helvetica";
  padding: 10px 25px;
}
.login .card .card-header{
  margin-bottom: 10px;
}
.loginbox {
  background: none;
  box-shadow: none;
  border-radius: 0 0 0px 50px;
  overflow: hidden;
}
.loginbox .card {
  background-color: #ffb500;
  flex: 1;
}
.loginbox .col-lg-6 {
  background-color: #ffb500;
  color: #ffffff;
}



.loginbox .col-lg-6.loginimg {
  background-color: transparent;
}

.loginbox .loginlogo {
  padding-bottom: 30px;
}

.login .link {
  align-items: center;
}

.form-label-group.has-icon-left > label {

  padding: 0 0 0.2em 0 !important;
}

.has-icon-left .form-control {
  padding-right: 1rem;
  padding-left: 1rem;
}

.has-icon-left .form-control {
  padding-right: 1rem;
  padding-left: 1rem;
  border: none;
  border-radius: 10px;
}

.has-icon-left .form-control::placeholder {
  padding: 0 !important;
  transform: none !important;
}

.has-icon-left .form-control:focus {
  padding-left: 1rem;
}


.wrap-contact100 {
  width: 100%;
  background: #ffb500;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.loginimg img {
  height: 100%;
  object-fit: cover;
}
/* login page end */

.social-icon {
  margin: 3rem 0 0 1.5rem !important;
  padding: 0 0 20px 0 !important;
}

.social-icon .list-inline-item a {
  width: 32px;
  height: 32px;
  background: #7d7d7f;
  border-radius: 100%;
  text-align: center;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  cursor: pointer;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu.menu-dark .navigation-header {
  margin: 0 0 1rem 0rem;
}
.main-menu.menu-dark  .navigation-header {
  font-family: 'Dosis', sans-serif;
}
.main-menu.menu-dark  .navigation-header span {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
}
.social-icon .list-inline-item a:hover {
  background: #ffb719;
}

.social-icon .list-inline-item li.active i,
.social-icon .list-inline-item li.hover i {
  color: #ffffff !important;
}

body.semi-dark-layout
  .main-menu-content
  .navigation-main
  .social-icon
  .list-inline-item
  .active
  i {
  color: #ffffff !important;
}

.social-icon .list-inline-item i {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.header-navbar.floating-nav {
  border-radius: 0;
  width: calc(100vw - (100vw - 100%) - calc(2.2rem * 2) - 183px);
  padding: 0 4rem;
  margin: 0;
  z-index: 99;
}

.navbar-light {
  background: #ffb719;
}

.header-navbar .navbar-collapse {
  justify-content: space-between;
}

.sub-header.header-navbar .navbar-collapse {
  justify-content: flex-end;
}

.ficon.feather.icon-menu {
  color: #fff !important;
}

.header-navbar .navbar-collapse .nav.navbar-nav {
  justify-content: flex-end;
}

.nav.navbar-nav {
  align-items: center;
}

.leave-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  padding: 8px 20px !important;
  font-weight: 500;
}

.leave-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #feb619;
}

.header-navbar .user-nav .user-name {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.header-navbar .user-nav .active {
  width: 12px;
  height: 12px;
  background: #8cc63f;
  border-radius: 100%;
  margin: 0 0 0 10px;
}

.sub-header.header-navbar {
  top: 63px;
  background: #d9d9d9;
}

.header-navbar .navbar-container ul.nav li i.ficon {
  color: #4d4d4d;
}

.header-navbar .navbar-container ul.nav li .badge.badge-up {
  top: 7px;
  right: 3px;
}

.badge.badge-primary {
  background-color: #4d4d4d;
}

.badge {
  font-size: 14px;
  padding: 8px 12px;
}
.badge-grey{
  color : #333;
  background-color : #e7e7e7;
}
.sub-header.header-navbar .user-name {
  color: #4d4d4d;
  font-family: "helveticaneuemedium";
  margin: 0 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.gradorange {
  background-image: linear-gradient(to right, #ea5c25, #ee7326);
}

.gradgrey {
  background-image: linear-gradient(to right, #303030, #666666);
}

.detail-card .card-title h2 {
  color: #ffffff;
  font-family: "web market";
  font-size: 36px;
}

.detail-card .card-title p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 18px;
}



.detail-card .right-icon {
  width: 40px;
  position: absolute;
  right: 20px;
}

.detail-card .right-icon img {
  object-fit: cover;
  width: 100%;
  opacity: 0.7;
}

.main-title img {
  object-fit: contain;
  margin: 0 10px 0 0;
}

.main-title .title-text {
  color: #333333;
  font-family: "helveticaneuemedium" !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  vertical-align: middle;
}
.main-title .title-text.text-yellow{
  color: #ffb500;
}
.main-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.main-title p.subtitle {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-ms-transition: all ease 0.6s;
  padding: 0;
  font-weight: 400;
  vertical-align: middle;
}
.main-title p.subtitle span {
  font-weight: 600;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  vertical-align: top;
}

.bg-none {
  background: transparent;
  box-shadow: none;
}
.class-table{
  overflow: auto;
}
.class-table table {
  font-family: "helveticaneuemedium" !important;
  border-spacing: 0 16px;
  border-collapse: separate;
  text-align: center;
  padding: 0 4px;
 
}

.progress-table table {
  font-family: "helveticaneuemedium";
  border-spacing: 4px;
  border-collapse: separate;
  text-align: center;
}

.class-table table th {
  background: #ededed;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 14px;
  border: 0 !important;
  padding:0.75rem 1.3rem 0.75rem 1.3rem;
  vertical-align: middle;
  overflow: hidden;
  text-transform: capitalize;
}

.class-table table th:first-child {
  border-top-left-radius: 20px;
}

.class-table table th:last-child {
  border-top-right-radius: 20px;
}

.class-table table thead tr {
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.class-table table td{
  color: #333;
}
.class-table table tr {
  box-shadow: 0px 0px 6px #c0c0c0;
}

.class-table table tbody tr {
  background: #ffffff;
}
.class-table table td .b-lefy
.class-table table td {
  background: #ffffff;
  font-weight: 400;
  color: #333333;
  margin: 12px 12px 12px 12px;
  font-size: 14px;
  padding: 1rem 0.5rem; 
  vertical-align: middle;
  border-top: none;
}
.class-table table td.end-btn {
  min-width: 170px;
}
.class-table table td.end-btn button {
  text-transform: uppercase;
}

.class-table table td a {
  background: transparent;
  font-weight: 400;
  color: #333333;
  margin: 0;
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
  border-top: none;
}
.class-table table tr:nth-child(odd) td.b-left {
  border-left: 8px solid #ffb719;
}
.class-table table tr:nth-child(even) td.b-left {
  border-left: 8px solid #f0a312;
}
.class-table table td a {
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.class-table table td a:hover,
.class-table table td a:active {
  color: #ffb719;
}
table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a{
  color: #ffb719;
}
table.dataTable{border: 0;}
.class-table table .teacher {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.class-table table .teacher img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.progress-table table th {
  background: #ccc;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}

.progress-table table td {
  background: #f2f2f2;
  font-weight: 400;
  color: #333333;
  margin: 12px 12px 12px 12px;
  font-size: 14px;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}

.progress-table table tbody tr th {
  background: #4d4d4d;
  color: #f2f2f2;
  font-weight: 600;
  border-radius: 0;
}

.class-table table .badge {
  font-weight: 600;
  padding: 0.7rem;
  border-radius: 8px;
  color: #f2f2f2;
  font-size: 15px;
}

.class-table table td .user-nav {
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
}

.class-table table td .user-nav span {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 15px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.class-table table td .user-nav:hover span {
  border-bottom: 1px solid #333333;
}

.badge-blue {
  background: #00abc1;
}

.badge-red {
  background: #f9415c;
}

.badge-orange {
  background: #ffb719;
}

.badge-darkgreen {
  background: #009245;
}

.badge-red {
  background: #ed1c24;
}

.badge-darkblue {
  background: #0051d3;
}

.badge-pink {
  background: #f9415c;
}

.badge-violet {
  background: #662d91;
}

.form-group.progress-dropdown {
  position: relative;
}

.form-group.progress-dropdown .form-control {
  border: none;
  color: #5f5f5f;
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
}

.form-group.progress-dropdown {
  max-width: 186px;
  float: right;
}

.form-group.progress-dropdown select.form-control:not([multiple="multiple"]) {
  background-image: url("../../app-assets/images/icons/dropdown-arrow.png");
  background-position: calc(100% - 12px) 16px, calc(100% - 20px) 16px, 100% 0;
  background-size: 8px 6px, 8px 5px;
}

.apexcharts-toolbar,
.apexcharts-menu-icon {
  display: none;
}

.form-group.progress-dropdown.test-dropdown .form-control {
  background-color: #e6e6e6;
}

.form-group.progress-dropdown.test-dropdown {
  position: relative;
  max-width: 140px !important;
  z-index: 1;
  margin: 0;
  min-width: 140px;
}

.carousel.slide {
  margin-top: 14px;
}



.header-navbar .dropdown .btn:not(.btn-sm):not(.btn-lg),
.dropdown .btn:not(.btn-sm):not(.btn-lg).dropdown-toggle {
  padding: 0.75rem 1rem;
}

.br-right {
  border-right: 1px solid #b3b3b3;
}
.br-right-dark{
  border-right: 2px solid #7c7c7c;
}
.main-menu .navbar-header .navbar-brand .brand-logo {
  background: url("../../app-assets/images/logo/es-camp-logo.png") no-repeat;
  background-position: center center;
  height: 56px;
  width: 56px;
  background-size: contain;
}

.brand-text img {
  max-width: 122px;
}

.header-navbar .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffb719 !important;
}

.header-navbar .navbar-container ul.nav li i.ficon:hover {
  color: #ffb719;
}

.brand-text {
  padding-left: 10px !important;
}

.modern-nav-toggle .feather.icon-x {
  color: #fff !important;
}



.request-table table {
  text-align: left;
}

.request-table table th {
  padding: 1.2rem 2rem;
  vertical-align: middle;
  text-align: left;
  background: #404041;
  font-family: "Helvetica";
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.26px;
  font-weight: 500;
  border-right: 1px solid #f7f9fa;
  border-bottom: none;
}

.request-table table th.blank {
  background: transparent;
}

.request-table table th:first-child {
  border-top-left-radius: 10px;
}

.request-table table th:nth-last-child(2) {
  border-top-right-radius: 10px;
}

.request-table table.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #f0f0f0;
}

.request-table table.table-striped tbody tr:nth-of-type(2n) {
  background-color: #e5e5e5;
}

.request-table table td {
  color: #404041;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  padding: 1.2rem 2rem;
  border-right: 1px solid #828282;
  border-top: none;
}

.request-table table td i {
  color: #ffb719;
  font-size: 20px;
}

.request-table table td:last-child {
  border-right: none;
  width: 70px;
}

.request-table table {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.main-menu .main-menu-content {
  height: calc(100% - 96px) !important;
  position: relative;
}

.add-request {
  width: 100%;
  float: right;
  text-align: right;
}

.add-request .btn {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  padding: 1.2rem !important;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .header-navbar.floating-nav {
  width: calc(110vw - (100vw - 100%) - 4.4rem - 80px);
}

.class-table .user-nav .active {
  width: 8px;
  height: 8px;
  background: #8cc63f;
  border-radius: 100%;
  margin: 0 0 0 6px;
}

.class-table .user-nav .inactive {
  background: #c1272d;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0 0 6px;
}

.class-table .user-nav.d-flex {
  align-items: center;
  justify-content: center;
}

.apexcharts-legend-marker {
  margin-right: 8px !important;
}

.form-control:focus {
  box-shadow: none;
}

.uploade-file {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12px #c0c0c0;
  height: 100%;
  /* height: 100%; */
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.before-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  /* height: 100%; */
  /* min-height: 100%; */
  width: 100%;
  position: relative;
}

.uploade-file .dz-message {
  float: left;
  width: 100%;
}

.uploade-file .dz-message h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  width: 100%;
  float: left;
}

.uploade-file form {
  margin-top: auto;
  bottom: 0;
}

.uploade-file .dz-message p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  text-align: center;
  margin: 0;
}

.uploade-detail {
  float: left;
  width: 100%;
}

.uploade-detail .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.uploade-detail .title img {
  width: 25px;
  object-fit: cover;
}

.uploade-detail .title span {
  padding: 0 0 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}

.close {
  float: right;
  font-size: 1.2rem;
  opacity: 1 !important;
}

.uploade-file .dropzone {
  background: transparent;
  width: 100%;
  text-align: center;
  border: none;
}

.uploade-file .dropzone .dz-message::before {
  content: " " !important;
  background-image: url(../../app-assets/images/icons/file-upload.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  top: 48%;
}

.carousel-control-prev-icon {
  background-image: url(../../app-assets/images/icons/left-ar.png);
}

.carousel-control-next-icon {
  background-image: url(../../app-assets/images/icons/right-ar.png);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 25px;
  height: 25px;
}

.dropzone .dz-preview {
  background: transparent;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}

.btn-access {
  background: rgba(255, 121, 0, 0.9);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

.btn-access:focus,
.btn-access:hover {
  color: #f2f2f2;
}

.classes .table-striped tbody tr:nth-of-type(2n + 1) .b-left {
  border-left: 8px solid #ffb719;
}

.classes .table-striped tbody tr:nth-of-type(2n) .b-left {
  border-left: 8px solid #f0a312;
}

.badge-green {
  background: #01bc8f;
}

.badge-yellow {
  background: #ffb719;
}

.badge-purple {
  background: #b06d8e;
}

.search-box .form-control {
  border: 1px solid #d6d6d6;
  min-width: 220px;
  font-family: "helveticaneuemedium";
  font-weight: 400;
  height: 28px;
  line-height: 28px;
  padding: 0px 33px 0px 11px;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
}
.search-box .icon-search{font-size: 18px;color: #929292;}
.search-box .form-control-position{
  top: -2px;
  right: 0;
}
.search-box .form-control:focus {
  border-color: #ffb719;
}

.search-box .form-control::placeholder {
  color: #666666;
  font-size: 14px;
  /* font-weight: 600; */
}

.courses-dropdown .btn {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.courses-dropdown .btn.btn-flat-dark:active,
.courses-dropdown .btn.btn-flat-dark:focus {
  background: #58595b;
  color: #ffffff;
}

.upcoming {
  padding: 0.5rem 1rem;
}

.upcoming a {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  font-weight: 600;
}

.upcoming a i {
  color: #4d4d4d;
  padding-left: 10px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
}

.upcoming a:hover,
.upcoming a:hover i {
  color: #ffb719;
}

.user-logo .avatar.avatar-lg img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.user-logo .brand-text {
  font-family: "helveticaneuemedium";
  color: #ffffff !important;
  font-size: 18px !important;
}

.main-menu-content.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: none;
  -ms-touch-action: none;
}

body.vertical-layout.vertical-menu-modern .icon-chevron-right {
  color: #ffffff !important;
}

.user-detail .avatar {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  margin: 0;
}
.groups-details-view-main .user-detail .avatar{background-color: #ffb719;}
.groups-details-view-main .user-detail .avatar h1{font-size: 60px;font-family: 'Dosis', sans-serif;color: #fff;}

.user-detail .avatar img {
  width: 100% !important;
  object-fit: cover;
}

.user-detail .user-page-info p {
  color: #ffb719;
  font-family: "web market";
  font-size: 32px;
  text-transform: capitalize;
  margin: 10px 0 0 0;
}

.user-detail .user-page-info span {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
.teacher-board .suggested-block {
  padding: 22px 0 0 0;
}
.teacher-board .suggested-block img {
  width: 24px;
  object-fit: cover;
}
.teacher-board .suggested-block .suggested-block-innr{
  display: flex;
  justify-content: start;
  margin-bottom: 1.5rem;
}
.tp-teacher-page .content-body {
  padding: 0 15px;
}
.teacher-board .suggested-block .user-page-info p {
  color: #f1b634;
  font-family: "helveticaneuemedium";
  font-size: 14px;
  text-transform: capitalize;
  margin: 0;
}

.teacher-board .suggested-block .user-page-info a {
  color: #333333;
  font-family: "helveticaneuemedium";
  border-bottom: 1px solid #333333;
  font-size: 14px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-ms-transition: all ease 0.6s;
  padding: 0 0 2px 0;
}

.teacher-board .suggested-block .user-page-info a:hover {
  color: rgba(51, 51, 51, 0.8);
  border-bottom: 1px solid rgba(51, 51, 51, 0.8);
}

.teacher-board .user-detail {
  position: relative;
  z-index: 1;
  margin-top: -90px;
}

.teacher-board {
  padding-top: 70px;
}

.teacher-board .groups-details-view {
  max-width: calc(100% - 270px);
  min-width: calc(100% - 270px);
  padding-right: 0;
}
.admin-portal .teacher-board .student-details-view-main {
  max-width: calc(100% - 270px);
  min-width: calc(100% - 270px);
  padding-right: 0;
}
 /* .groups-details-view .teacher-tab .tab-content .tab-pane{overflow: auto;} */

.user-detail .user-page-info {
  position: absolute;
  right: -72px;
  top: 0;
}



.orangeborder {
  position: relative;
}

.orangeborder::before {
  content: "";
    position: absolute;
    background: #fdc64c;
    height: 3px;
    width: 100%;
    top: 98px;
    left: 0;
}

.teacher-board .card {
  border-radius: 0;
  box-shadow: 0 6px 12px 0px #c0c0c0;
  position: relative;
}
.tp-teacher-page .summary-details-col .summary-details-card {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  height: calc(100% - 30px) !important;
}
.tp-teacher-page .card.teacher-tab .tab-content {
  padding: 35px 28px 35px;
  /* height: calc(100% - 67px); */
  min-height: 560px;
  overflow: auto;
}
.groups-details-view .btn-level{
  font-size: 14px;
  margin: 0;
  margin-right: 5px;
  text-transform: capitalize;
}
.groups-details-view .class-table{width: 100%;overflow: auto  ;}
.tp-teacher-page .groups-details-view-main .card.teacher-tab .tab-content {
  min-height: 860px;
}
.tp-teacher-page .groups-details-view-main .summary-details-col .summary-details-card{
  height: calc(100% - 30px) !important;
}
/* .tp-teacher-page .groups-details-view  .card.teacher-tab .tab-content{
  padding: unset;
}
.app-tab-pad {
  padding: 30px 30px;
} */
.tp-teacher-page .summary-details-col {
  max-width: 265px;
  min-width: 265px;
}

.card.teacher-tab {
  background: transparent;
  box-shadow: none;
}

.card.teacher-tab .card-body {
  margin-top: 12px;
}

.teacher-tab .tab-content {
  background: #ffffff;
  box-shadow: 0px 8px 15px -5px #c0c0c0;
  position: relative;
  z-index: 0;
}
.teacher-tab .nav.nav-pills .nav-item {
  min-width: 140px;
  text-align: center;
}
.teacher-tab .nav.nav-pills .nav-item .nav-link {
  font-family: 'Dosis', sans-serif;
  color: #333333 !important;
  font-size: 17px !important;
  padding: 0.5rem 1.5rem !important;
  background-color: #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 8px solid #e6e6e6;
  box-shadow: 0px 0px 6px 2px #c0c0c0;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 500;
}

.nav.nav-pills.nav-active-bordered-pill .nav-item a.nav-link.active,
.nav.nav-pills.nav-active-bordered-pill .nav-item.show a.nav-link {
  border-top: 8px solid #ffb719;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #333333;
  background-color: #ffffff;
  border-left: none;
  border-right: none;
  box-shadow: 0px 0px 6px 0px #c0c0c0;
  border-bottom: none;
}

.accordion h2, .tab-sec-title {
  color: #ffb719;
  font-family: "web market";
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
}

.tab-pane .collapse-margin {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 0 solid transparent !important;
  background: #e6e6e6;
}

.tab-pane .accordion .collapse-title,
.tab-pane .collapse-bordered .collapse-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 1.2rem;
}

.tab-pane .card .card-header {
  padding: 1rem 1.5rem;
}

.collapse-icon [data-toggle="collapse"]::before {
  font-size: 1.4rem !important;
  color: #ffb719 !important;
}

.collapse-icon.accordion-icon-rotate [aria-expanded="true"]::before {
  font-size: 1.4rem !important;
  color: #ffb719 !important;
}

.collapse-icon [data-toggle="collapse"]::after {
  top: 40% !important;
  font-size: 1.4rem !important;
  color: #ffb719 !important;
}

.card.teacher-tab .accordion .card-body {
  margin-top: 0 !important;
}

.accordion .collapse-margin .card-body {
  padding: 1rem 1.5rem;
  font-family: "Open Sans", sans-serif;
}

.header-navbar.sub-header {
  min-height: auto;
  max-height: auto;
  height: auto;
  padding: 6px 3rem;
  z-index: 99;
}
.header-navbar .navbar-container ul.nav li > a.nav-link{
  padding: 0.5rem 0 0.5rem 0;
}
.header-navbar .navbar-container ul.nav li a.nav-link-label {
  padding: 0.5rem 0 0.5rem 1rem;
}

html body .content .content-wrapper {
  margin-top: 8rem;
}
.click-disabled {
    pointer-events: none;
}

.round {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.menu-collapsed .social-icon .list-inline-item a {
  margin: 0 auto;
}

.menu-collapsed ul.list-inline li {
  display: block;
}

.class-table table td .user-nav:hover span.active,
.class-table table td .user-nav:hover span.inactive {
  border-bottom: none !important;
}



.table-responsive {
  position: relative;
  z-index: 1;
}

.exams-table th:last-child,
.exams-table td:last-child {
  text-align: right;
}

.exams-table.class-table table th {
  padding: 1.6rem 2rem;
}

.exams-table.class-table table td {
  padding: 0.8rem 2rem;
}

.btn-egreen {
  background: #22b573;
}

.btn-egrey {
  background: #e6e6e6;
}

.btn-ered {
  background: #c1272d;
}

.btn-eyellow {
  background: #fbb03b;
}

.exams-table.class-table table td .btn {
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.exams-table.class-table table td .btn.btn-egrey {
  color: #4d4d4d;
}

.clickable-row {
  cursor: pointer;
}

.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background-color: #ffb719 !important;
}

.picker__day--today::before {
  border-top: 6px solid #ffb719;
}

.exams-details .input-group-text {
  border: none;
  background: transparent;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.exams-details .form-control {
  border-radius: 5px !important;
  overflow: hidden;
  height: 32px;
  padding: 0.2rem 0.7rem;
}

.exams-details .form-control:focus {
  border-color: #ffb719;
}

.picker__holder {
  border-radius: 5px;
  left: 45px;
}

.ecommerce-header-items .view-btn {
  border-radius: 0;
}

.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn {
  box-shadow: none !important;
}

.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active {
  color: #fff !important;
  background-color: #ffb719 !important;
}

.ecommerce-header-items .search-box i {
  font-size: 1.4rem;
  color: #d9d9d9;
}

.ecommerce-header-items .search-box .form-control-position {
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  right: 0.2rem;
}

.ecommerce-header-items .search-box .form-group input {
  background: transparent !important;
}

.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active:hover,
.ecommerce-application
  .ecommerce-header-items
  .view-options
  .view-btn-option
  .btn.view-btn.active:active {
  color: #626262 !important;
}

.ecommerce-header-items
  .search-box
  .form-control:focus
  ~ .form-control-position
  i {
  color: #ffb719 !important;
}

.form-control:focus::placeholder {
  transform: translate(0) !important;
}

.ecommerce-header-items .search-box .form-control {
  border: 1px solid #d9d9d9;
}

.teacher-tab .card-content,
.teacher-tab .card-body {
  height: 100%;
}

.teacher-tab .tab-content {
  height: calc(100% - 90px);
}

.ecommerce-application .list-view .ecommerce-card.breakout-heading {
  border-left: none !important;
}

.ecommerce-application .list-view .ecommerce-card.breakout-heading {
  background: #ededed;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 16px;
  border: none;
  padding: 0.7rem 0;
  vertical-align: middle;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 0px 6px #c0c0c0;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .b-title {
  text-align: center;
  width: 15%;
}

.ecommerce-application
  .list-view
  .ecommerce-card.breakout-heading
  .card-content
  .card-body
  .breakout-detail
  .b-title
  p {
  background: #ededed;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 16px;
  border: none;
  padding: 0 !important;
  vertical-align: middle;
  overflow: hidden;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 1rem;
}

.ecommerce-application .list-view .ecommerce-card {
  box-shadow: 0px 0px 6px #c0c0c0;
  padding: 0;
}

.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
  border-right: none;
}

.ecommerce-application .list-view .ecommerce-card .card-content {
  display: block;
  grid-template-columns: none;
}

.ecommerce-application .list-view .ecommerce-card {
  border-radius: 0;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .event {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .event
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  p {
  margin: 0;
  color: #333333;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .date
  .badge {
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif !important;
  color: #f2f2f2;
  font-size: 15px;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .access
  .btn-access {
  background: #ffb719;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 0.7rem 1rem;
  width: 180px;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .status.user-nav
  span {
  font-weight: 400;
  color: #4d4d4d;
  font-size: 15px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .status
  .user-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .status
  .user-nav
  span {
  color: #333333;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .status
  .user-nav
  .active {
  width: 8px;
  height: 8px;
  background: #8cc63f;
  border-radius: 100%;
  margin: 0 0 0 6px;
}

.ecommerce-application
  .list-view
  .ecommerce-card
  .card-content
  .card-body
  .breakout-detail
  .status
  .user-nav
  .inactive {
  width: 8px;
  height: 8px;
  background: #c1272d;
  border-radius: 100%;
  margin: 0 0 0 6px;
}

.ecommerce-application .list-view .ecommerce-card {
  overflow: initial;
}

.ecommerce-application .list-view .ecommerce-card:nth-of-type(2n) {
  border-left: 8px solid #ffb719;
}

.ecommerce-application .list-view .ecommerce-card:nth-of-type(2n - 1) {
  border-left: 8px solid #dd571b;
}

.ecommerce-application .list-view .ecommerce-card.card {
  margin-bottom: 1rem;
  box-shadow: 0px 0px 6px #c0c0c0 !important;
}

.ecommerce-application .grid-view,
.ecommerce-application .list-view {
  margin-top: 2rem;
}

.ecommerce-application .grid-view .breakout-heading {
  display: none;
}

.suggested-block.nav-pills .nav-link {
  border-radius: 0;
  padding: 0;
}

.suggested-block.nav-pills .nav-link.active,
.suggested-block.nav-pills .show > .nav-link {
  color: #333333;
  background-color: transparent;
}

.ecommerce-application .grid-view .breakout-detail {
  position: relative;
  width: 100%;
  float: left;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.ecommerce-application .grid-view .breakout-detail .b-title {
  width: 100%;
  float: left;
}

.ecommerce-application .grid-view .breakout-detail .b-title .event {
  width: 100%;
  float: left;
  height: 100%;
  margin-top: 66px;
}

.ecommerce-application .grid-view .breakout-detail .b-title .event img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}

.ecommerce-application .grid-view .breakout-detail .topic.b-title {
  position: absolute;
  top: 0;
  background: #4d4d4d;
  height: 66px;
  line-height: 66px;
  display: flex;
  align-items: center;
}

.ecommerce-application .grid-view .breakout-detail .topic.b-title p {
  margin: 0;
  color: #ffffff;
  font-family: "web market";
  font-size: 26px;
  margin: 0;
  padding: 0 0 0 1em;
}

.ecommerce-application .grid-view .breakout-detail .status.b-title {
  position: absolute;
  top: 0;
  right: 86px;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  float: none !important;
  height: 66px;
  line-height: 66px;
  display: flex;
  align-items: center;
}

.ecommerce-application .grid-view .breakout-detail .status.b-title .user-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ecommerce-application
  .grid-view
  .breakout-detail
  .status.b-title
  .user-nav
  span {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.ecommerce-application .grid-view .breakout-detail .status.b-title .active {
  width: 12px;
  height: 12px;
  background: #8cc63f;
  border-radius: 100%;
  margin: 0 0 0 10px;
  display: inline-block;
}

.ecommerce-application .grid-view .breakout-detail .status.b-title .inactive {
  background: #c1272d;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0 0 10px;
}

.ecommerce-application .grid-view .breakout-detail .date.b-title {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  /* left: 0; */
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  float: none !important;
}

.ecommerce-application .grid-view .breakout-detail .date.b-title .badge {
  height: 100%;
  border-radius: 0;
  padding: 2em 0.3em;
}

.ecommerce-application .grid-view .breakout-detail .date.b-title .date {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  width: 100%;
  float: left;
  padding: 0 0 8px 0;
}

.ecommerce-application .grid-view .breakout-detail .date.b-title .month {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  float: left;
}

.ecommerce-application .grid-view .breakout-detail .Schedule.b-title {
  position: absolute;
  top: auto;
  right: 2em;
  bottom: 2em;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  float: none !important;
}

.ecommerce-application .grid-view .breakout-detail .Schedule.b-title p {
  margin: 0;
}

.ecommerce-application .grid-view .breakout-detail .Schedule.b-title span {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
  font-family: "web market";
  font-size: 32px;
  text-transform: lowercase;
  padding: 0.1em 0.3em;
  border-radius: 0.4285rem;
  line-height: 0;
}

.ecommerce-application
  .grid-view
  .breakout-detail
  .Schedule.b-title
  .grid-none {
  display: none;
}

.ecommerce-application
  .list-view
  .breakout-detail
  .Schedule.b-title
  .list-none {
  display: none;
}

.ecommerce-application .grid-view .breakout-detail .access.b-title {
  position: absolute;
  top: auto;
  bottom: 2.2em;
  background: transparent;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  float: none !important;
  left: 2em;
}

.ecommerce-application .grid-view .breakout-detail .access.b-title p {
  background: rgba(255, 121, 0, 0.6);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 0.5rem 1rem;
}

.ecommerce-application .grid-view {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.ecommerce-application .grid-view .card.ecommerce-card {
  margin-bottom: 40px !important;
}

.ecommerce-application .grid-view .breakout-detail .event-img.b-title {
  height: 100%;
}


.exam-search .dropdown-toggle::after {
  opacity: 1 !important;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.exam-search .search-box .form-control {
  max-width: 220px;
}

.student-exams-table td .icon {
  width: 32px;
  margin: 0 auto;
}

.student-exams-table.class-table table td {
  padding: 1rem 0.5rem;
}

.student-exams-table td .icon img {
  width: 100%;
  object-fit: cover;
}

.student-exams-table td span.diffrent-text {
  color: #ffb719;
  font-family: "web market";
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
  line-height: 10px;
}

span.diffrent-text {
  color: #ffb719;
  font-family: "web market";
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
  line-height: 10px;
}

.student-exams-table td .btn-grey {
  background: #f2f2f2;
  font-weight: 600;
  color: #4d4d4d;
}

.student-exams-table td .btn-orange {
  background: #ffb719;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.student-exams-table .class-table table th {
  padding: 1.4rem 0.5rem;
}

.student-exams-table.class-table table td.b-left {
  width: 130px;
}

.exam-search .courses-dropdown {
  width: auto;
}

.announcement-table .icon img {
  width: 40px;
  object-fit: cover;
}

.announcement-table.class-table table th:first-child {
  padding-left: 3.5rem;
  padding-right: 3rem;
}

.announcement-table.class-table table th,
.announcement-table table td:first-child {
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
}

.announcement-table.class-table table td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.announcement-table .icon span {
  padding-left: 14px;
}

.announce-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.announce-detail li {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.announce-detail li::before {
  content: "|";
  color: #4d4d4d;
  padding: 0 5px;
}

.announce-detail li:first-child::before {
  content: none;
}

.add-more a i {
  color: #4d4d4d;
  font-size: 26px;
}

.pt-06 {
  padding-top: 6px;
}

.teacher-board .suggested-block .user-page-info span {
  color: #333333;
  font-family: "Helvetica";
  font-size: 14px;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-ms-transition: all ease 0.6s;
  padding: 0 0 2px 0;
  word-break: break-all;
}

.test-table.student-exams-table.class-table table td.b-left {
  width: 80px;
}

.test-table .b-left .icon {
  text-align: right;
  margin: 0 !important;
  float: right;
  width: 46px;
}

.teacher-chat {
  width: 100%;
  float: left;
}

.chat {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  padding: 5px 0;
}

.chat .chat-avatar {
  float: right;
}

.chat .chat-avatar .avatar {
  width: 40px;
  height: 40px;
}

.chat .chat-avatar .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat .chat-body {
  display: block;
  margin: 0 30px 0 0;
  overflow: hidden;
}

.chat .chat-body .chat-content {
  text-align: right;
  display: block;
  float: right;
  padding: 0;
  margin: 0 10px 0 0;
  clear: both;
}

.chat .chat-content {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: right !important;
  margin: 0 20px 0 0;
}

.chat .chat-content p {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.chat-app-window .chat-app-form {
  float: left;
  width: 100%;
}

.uploade-file.chat-app-window {
  padding: 20px;
}

.chat-footer .card-body {
  box-shadow: 0px 0px 12px #c0c0c0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 50px;
  display: flex !important;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 50px;
  padding: 0 10px;
}

.chat-footer .card-body input {
  margin: 0 !important;
  border: none;
  width: calc(100% - 40px);
  height: 100%;
  color: #333333;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.chat-footer .card-body input.form-control::placeholder {
  color: #cccccc;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.chat-footer .card-body button {
  background-color: #ffb719 !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  border-radius: 50%;
  padding: 0 !important;
  margin: auto !important;
}

.chat-app-window .chat-app-form form .send i {
  font-size: 22px;
}

.student-progression-table .b-left {
  min-width: 200px;
}

.chat-application .chat-app-window .user-chats {
  padding: 0;
  position: relative;
  text-align: center;
  height: calc(100% - 53px);
  background: transparent;
}

.chat-application .chat-app-window .user-chats .chats {
  padding: 0 20px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  height: calc(100% - 10px);
  width: 100%;
}

.chat-app-window {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12px #c0c0c0;
  height: 100%;
  height: 350px;
  width: 100%;
  padding: 20px 0;
}

.card.teacher-tab .chat-footer .card-body {
  margin-top: 0;
}

.chat-footer {
  padding: 0 20px;
}

/*videp platform css start*/

.video-platform {
  position: relative;
  min-height: 100vh;
  height: auto;
}

.video-platform::before {
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(
      to right,
      rgba(51, 51, 51, 0.98),
      rgba(51, 51, 51, 0.9),
      rgba(51, 51, 51, 0.2)
    ),
    url("../../app-assets/images/backgrounds/video-bg.jpg") center top no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.video-platform .menu-title p {
  margin: 0;
  font-family: "web market";
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
}

body.semi-dark-layout.video-platform .main-menu {
  background-color: #58595b;
  background-color: rgba(51, 51, 51, 0.7);
}

body.semi-dark-layout.video-platform .main-menu .navbar-header {
  background-color: #58595b;
}

body.semi-dark-layout .main-menu-content .navigation-main {
  background-color: transparent;
}

body.video-platform .header-navbar {
  min-height: 5.5rem;
}

body.video-platform .main-menu .navbar-header {
  height: 5.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

body.video-platform .navbar-footer {
  float: left;
  width: 100%;
}

body.video-platform .navbar-footer .log-off {
  background: #ffb719;
  padding: 20px 22px;
  height: 80px;
  float: left;
  width: 100%;
}

body.video-platform .navbar-footer .log-off a {
  display: block;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

body.video-platform .navbar-footer .log-off a:hover i,
body.video-platform .navbar-footer .log-off a:hover p {
  color: #ffffff;
}

body.video-platform .navbar-footer .log-off i {
  font-size: 35px;
  color: #f2f2f2;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  padding: 0;
}

body.video-platform .navbar-footer .log-off p {
  font-family: "Open Sans", sans-serif;
  color: #f2f2f2;
  font-weight: 400;
  margin: 0;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  text-transform: capitalize;
  padding: 0 0 0 24px;
}

body.video-platform.menu-collapsed .navbar-footer .log-off p {
  display: none;
}

body.video-platform .main-menu .main-menu-content {
  height: calc(100% - 146px) !important;
  position: relative;
}

body.video-platform .main-menu .navbar-header ul {
  padding: 10px 0;
}

body.video-platform .navbar-light {
  background: #ffffff;
}

body.video-platform .header-navbar .bookmark-wrapper img {
  width: 300px;
}

body.video-platform .rec {
  padding-left: 25px;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 1rem;
}

body.video-platform .dropdown.dropdown-language.nav-item.invite {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 1rem;
}

body.video-platform .dropdown.dropdown-language.nav-item.invite i {
  font-size: 23px;
}

body.video-platform .rec .custom-switch {
  margin: 0;
}

body.video-platform .rec .custom-switch .custom-control-label::before {
  background-color: #4a4a4a;
  height: 0.7rem;
  left: 0rem;
  top: 5px;
  width: 2.4rem;
  border-radius: 3px;
}

body.video-platform
  .rec
  .custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #ed7326;
}

body.video-platform .custom-switch .custom-control-label::after {
  top: 0;
  left: -2px;
  background-color: #999;
  box-shadow: 0px 0px 6px 0px rgba(153, 153, 153, 0.5);
}

body.video-platform .custom-switch .switch-label {
  padding: 0;
  line-height: 18px !important;
}

body.video-platform .custom-switch .custom-control-label {
  height: auto;
}

body.video-platform .dropdown.dropdown-language.nav-item.invite i {
  font-size: 23px;
  margin-right: 0.5rem;
}

body.video-platform .main-menu .navbar-header ul {
  min-height: 100%;
}

body.video-platform.menu-collapsed .main-menu .navbar-header {
  padding-left: 1.2rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #7367f0;
  background-color: #7367f0;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #999;
}

.teacher-detail {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: calc(100vh - 5.5rem);
  flex-direction: column;
  padding: 0 0 6% 2rem;
}

.teacher-detail p {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.teacher-detail h2 {
  font-family: "Helvetica";
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}

.teacher-profile .round {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

body.video-platform .user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-start;
  float: left;
  margin-left: 20px;
  text-align: left;
}

.user-nav .position {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 4px 0;
}

.user-nav .name {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
}

.teacher-detail button {
  background: #fd8518;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0.4rem 1rem;
}

.teacher-detail button:hover {
  color: #ffffff;
}

.teacher-profile.d-flex {
  margin-bottom: 2.5rem;
}

.live-screen {
  width: 100%;
  float: left;
  height: calc(100vh - 5.5rem);
}

.teacher-screen {
  width: 100%;
  float: left;
  position: relative;
  height: 36vh;
}

.teacher-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.video-platform .content .content-wrapper {
  margin-top: 5.5rem;
}

.speaker {
  position: absolute;
  right: 20px;
  bottom: 10px;
  left: 20px;
}

.speaker ul {
  padding: 0;
  margin: 0;
}

.speaker ul li {
  list-style: none;
}

.speaker ul li a {
  background: rgba(255, 73, 14, 0.7);
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 0 0 8px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

.speaker ul li a:hover {
  background: rgba(255, 73, 14, 0.95);
}

body.video-platform .ficon.feather.icon-menu {
  color: #999 !important;
  font-size: 24px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed.video-platform
  .header-navbar
  .bookmark-wrapper {
  margin-left: 6.5%;
}

.video-tabbing {
  float: left;
  width: 100%;
  background: #f2f2f2;
}

.video-tabbing .nav.nav-pills {
  background: #ccc;
  padding: 16px 0 0 0;
  border-radius: 0;
  margin: 0;
}

.video-tabbing .nav.nav-pills .nav-item .nav-link {
  border-radius: 0.357rem;
  padding: 1rem 1.5rem;
  margin-right: 0.5rem;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d;
  font-size: 1.1rem;
  text-transform: capitalize;
  font-weight: 500;
}

.video-tabbing .nav.nav-pills .nav-item {
  min-width: 180px;
  text-align: center;
}

.video-tabbing .nav-pills .nav-link.active,
.video-tabbing .nav.nav-pills .nav-item .nav-link i {
  padding-right: 10px;
  font-size: 17px;
}

.video-tabbing .nav.nav-pills .nav-item .nav-link {
  background: #e6e6e6;
  border-top: 4px solid #e6e6e6;
}

.video-tabbing .nav-pills .nav-link.active,
.video-tabbing .nav-pills .show > .nav-link {
  color: #4d4d4d !important;
  background-color: #f2f2f2 !important;
  border-top: 4px solid #ffb719 !important;
}

.video-tabbing .tab-content {
  padding: 0 0 1.5rem;
}

.exam-search {
  padding: 0 1.5rem;
}

.video-tabbing .tab-pane {
  padding: 0 1.5rem;
}

.video-tabbing .ecommerce-header-items {
  width: 100%;
}

.video-tabbing .tab-content .tab-pane {
  position: relative;
}

.video-tabbing .ecommerce-header-items .search-box .form-control {
  border: 1px solid #d0d0d0;
  background: #d0d0d0 !important;
  max-width: 140px !important;
  min-width: 140px;
  height: calc(1.25em + 0.8rem + 0px);
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 0 0.7rem;
}

.video-tabbing .search-box .form-control::placeholder {
  font-size: 1rem;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.video-tabbing .ecommerce-header-items .search-box i {
  font-size: 1.2rem;
  color: #1a1a1a;
}

.video-tabbing .settings i {
  color: #6a6a6a;
  font-size: 1.4rem;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
}

.video-tabbing .settings i:hover {
  color: rgba(106, 106, 106, 0.6);
}

.live-list .teacher-screen {
  margin: 6px 0 0;
  height: 14vh;
}

.live-list .teacher-screen img {
  object-fit: cover;
}

.live-list .speaker ul li a {
  width: 24px;
  height: 24px;
  margin: 0px 0 0 0px;
  line-height: 24px;
  font-size: 14px;
}

.live-list .speaker ul li a {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.live-list .speaker {
  right: 10px;
  left: 10px;
  bottom: 10px;
}

.live-list .teacher-screen ul {
  padding: 0;
  column-count: initial !important;
  border-radius: 0 !important;
  overflow: hidden;
  margin: 0;
}

.live-list .teacher-screen ul li {
  padding: 0 0 0 3px;
}

.video-tabbing .live-list {
  height: calc(100vh - 31vh - 32vh);
}

.student-home .video-tabbing .live-list {
  height: calc(100vh - 31vh - 25vh);
}

.video-tabbing .arrow {
  padding: 0;
  float: left;
  width: 100%;
  height: 36px;
}

.video-tabbing .arrow a i,
body.vertical-layout.vertical-menu-modern .arrow a i.icon-chevron-right {
  color: #ffb719 !important;
  font-size: 1.5rem;
}

.pl-05 {
  padding-left: 5px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.video-tabbing .ps__rail-x {
  display: none;
}

.user-chat .live-list {
  border-radius: 0 !important;
  position: relative;
}

.video-tabbing .live-list {
  border-radius: 25px;
  overflow: hidden;
}

.video-box {
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  min-width: 600px;
  max-width: 600px;
  position: relative;
}

.youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 5.5rem);
  flex-direction: column;
  padding: 0 0 3rem 2rem;
}

.video-box .card {
  flex-direction: initial;
  display: block;
}

.video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.video-box .close i {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 600;
}

.yt-video {
  float: left;
  width: 100%;
  padding: 0 12%;
}

.yt-video .uploaded-video {
  float: left;
  width: 100%;
}

.yt-video .uploaded-video img {
  width: 100%;
  float: left;
  object-fit: cover;
}

.url-video {
  float: left;
  width: 100%;
  text-align: center;
}

.url-video p {
  color: #333333;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.url-video .form-group {
  margin: 0;
}

.url-video .form-group input {
  background: #e6e6e6;
  border: none;
  padding: 10px 20px !important;
  height: calc(2.25em + 1.4rem + 1px) !important;
  border-radius: 16px;
  color: #666666;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.url-video .form-group input::placeholder {
  color: #666666;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.class-view .teacher-screen {
  height: 36vh;
}

.class-view .live-students .teacher-screen {
  height: 19.5vh;
  margin-bottom: 1vh;
}

.class-view {
  float: left;
  width: 100%;
  padding: 6vh;
  height: calc(100vh - 5.5rem);
  position: relative;
}

.expand {
  position: absolute;
  top: 20px;
  right: 20px;
}

.expand img {
  width: 30px;
}

.custom-padding {
  padding-left: 0.5vh;
  padding-right: 0.5vh;
}

.live-chat {
  position: absolute;
  bottom: 0px;
  right: 6px;
}

.live-chat .drops {
  background: #ffb719;
  padding: 12px 22px;
  /* float: left; */
  /* width: 100%; */
  /* flex-wrap: wrap-reverse; */
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.live-chat .drops a {
  display: block;
}

.live-chat .drops img {
  width: 25px;
  padding-right: 5px;
}

.live-chat .drops p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
}

.live-chat .drops i {
  color: #ffffff;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.video-platform.whiteboard {
  background: #ffffff;
}

.video-platform.whiteboard::before {
  content: none;
}

body.semi-dark-layout.video-platform.whiteboard .main-menu {
  background-color: rgb(51, 51, 51, 0.9);
}

body.semi-dark-layout.video-platform.whiteboard .header-navbar.navbar-shadow {
  box-shadow: none;
  border-bottom: 1px solid #333;
}

body.semi-dark-layout.video-platform.whiteboard .live-screen {
  border-left: 1px solid #333;
  height: calc(100vh - 5.5rem);
}

.white-board {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: calc(100vh - 5.5rem);
  flex-direction: column;
  padding: 0 0 3rem 2rem;
  background: #ffffff;
}

.tools {
  background: #cccccc;
  border-radius: 10px;
  margin: 0 18px 0 0;
}

.white-board .tools ul {
  padding: 5px 0 0 0;
  margin: 0;
}

.white-board .tools ul li {
  list-style: none;
  padding: 5px 10px;
  text-align: center;
}

.white-board .tools ul li:last-child {
  background: #333;
  border-radius: 10px;
  padding: 10px !important;
  margin: 5px 0 0 0;
}

.white-board .tools ul li:last-child img {
  max-width: 25px;
}

.white-board .tools ul li a {
  display: block;
}

.white-board .tools ul li a img {
  max-width: 15px;
}

.white-board .tools ul li a img.w-20 {
  max-width: 20px;
}

/*videp platform css end*/

.name {
  background: rgba(51, 51, 51, 0.7);
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  margin-bottom: 0;
}

.eq-mar {
  margin-top: 19px !important;
}

.uploade-file.stufile-upload {
  height: 375px;
}

.uploade-file.stufile-upload .dropzone {
  min-height: 375px;
}

.btn-attendance {
  background: #4d4d4d;
}

.form-control-position.class-search {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}

.form-control-position.class-search i {
  font-size: 1.7rem;
}

.form-control:focus ~ .form-control-position i {
  color: #ffb719;
}

.teacher-admin .header-navbar .navbar-collapse {
  justify-content: space-between;
}

.teacher-admin .header-navbar .navbar-container ul.nav li i.ficon {
  color: #fff;
}

.teacher-admin .badge.badge-primary {
  background-color: #fff;
  color: #ffb719;
}

.teacher-admin .header-navbar .user-name {
  color: #ffffff;
  font-family: "helveticaneuemedium";
  margin: 0 !important;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

body.teacher-admin .content .content-wrapper {
  margin-top: 5rem;
}

.user-page-info.profile-name {
  position: absolute;
  top: 30px;
  left: 19rem;
}
.add-document{
  position: absolute;
  top: 32px;
  right: 2vw;
  z-index: 2;
}
.add-document .add-document-btn{
  padding: 10px 15px;
}

.user-page-info.profile-name p {
  color: #f1b634;
  font-family: 'Dosis', sans-serif; 
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px 0;
}

.user-page-info.profile-name span {
  color: #333333;
  font-family: "helveticaneuemedium"; 
  font-weight: 500;
  font-size: 14px;
}

.student-exams-table td .student-btn .btn-grey {
  background: #f2f2f2;
  font-weight: 600;
  padding: 0.9rem 1rem;
  margin-right: 5px;
}

.student-info.class-table th,
.student-info.class-table td {
  font-size: 14px;
}

.student-info.class-table .badge,
.student-info.class-table .btn {
  font-size: 13px;
}

.filter {
  float: left;
  width: 100%;
}

.filter p {
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 0 0 1rem 0;
}

.filter label {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 0 0 0.7rem 0;
}

.filter .manage-icon {
  padding-top: 12px;
}

.filter .manage-icon a i.icon-chevron-down {
  font-size: 2.2rem;
  color: #4d4d4d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter .manage-icon a i.icon-rotate-cw {
  font-size: 1.5rem;
  color: #4d4d4d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter .manage-icon a:hover i {
  color: #ffb719;
}

.filter .form-control {
  border: 1px solid #4d4d4d;
  color: #808080;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.filter .form-control ::placeholder {
  color: #808080;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
  background-color: #f1f1f1;
  height: 100%;
}

.fc-scroller.fc-day-grid-container {
  height: 100% !important;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 10vh !important;
  height: 10vh !important;
}

.fc-toolbar h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333333;
  margin: 12px 12px 12px 12px;
  font-size: 16px;
  padding: 0.8rem 0.5rem;
  vertical-align: middle;
  border-top: none;
}

.fc .fc-button {
  padding: 0.3rem 0.6rem;
  height: auto;
  outline: none;
  text-shadow: none;
  background-color: #f0f0f0;
  color: #ffb719;
  border-color: #d7d7d7;
  border-width: 1px;
}

.fc .fc-button:hover,
.fc .fc-button:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #ffb719;
  border-color: #ffb719;
}

.fc .fc-button:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 121, 0, 0.2);
}

.fc .fc-header-toolbar {
  margin-bottom: 0.5rem;
}

.fc .fc-view-container .fc-body .fc-week table tbody .fc-other-month {
  background-color: #fff;
  height: 100%;
}

.fc .fc-view-container .fc-head .fc-head-container thead .fc-day-header {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 0;
}

.fc .fc-view-container .fc-body .fc-week table tbody .fc-day.fc-today {
  background: #ffffc8 !important;
}

.fc .fc-view-container .fc-body .fc-day-top.fc-today a {
  background-color: transparent;
  color: #626262;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  border-radius: 0;
}

.fc .fc-event {
  background: #ffb719 !important;
  border: 1px solid #ffb719;
  padding: 2px 0 !important;
  border-radius: 1rem;
  border: none;
  padding-left: 1rem;
  border-radius: 2px;
  width: 34px;
  text-align: center;
}

.ag-theme-material .ag-header-row {
  border: none;
  height: 56px;
}

.ag-grid-btns .filter-btn {
  color: #ffb719 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 10px 15px !important;
  font-weight: 600;
  border-color: #ffb719 !important;
  border-radius: 10px !important;
}

.ag-btns .btn {
  color: #ffffff !important;
  background: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 10px 15px !important;
  font-weight: 600;
  border-color: #ffb719 !important;
  margin-left: 10px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px !important;
}

.ag-theme-material {
  background-color: transparent;
}

.ag-overlay {
  display: none;
}

.ag-header-row:first-child {
  background: #e7e7e7;
  margin-bottom: 1rem !important;
  float: left;
  width: 100%;
  box-shadow: 0px 0px 6px #c0c0c0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 1 !important;
  overflow: hidden;
  border: none !important;
  /* border-left: 8px solid #e7e7e7 !important; */
}
.ag-theme-material .ag-header-select-all{margin-right: auto;margin-left: 3px;}
.ag-header-row {
  bottom: 1rem !important;
}

.ag-theme-material .ag-header {
  background: transparent;
}
.ag-theme-material .ag-icon-checkbox-unchecked:before{color: #ffb719;}
.aggrid .ag-header-cell-text {
  font-family: "helveticaneuemedium" !important;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 14px;
  text-transform: capitalize;
}

.ag-theme-material
  .ag-header-cell:not(.ag-column-resizing)
  + .ag-header-cell:hover {
  background: #ededed;
}

.ag-header-icon.ag-header-cell-menu-button {
  padding-left: 6px;
}

.ag-header-container {
  margin: 3px 0;
  padding: 0 3px !important;
}

.ag-center-cols-container {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.ag-theme-material .ag-header {
  height: 160px !important;
  min-height: 160px !important;
  border: none;
}

.ag-header-row:last-child {
  box-shadow: 0px 0px 6px #c0c0c0;
  background: #ffffff;
  margin: 1rem 0;
  /* border-left: 8px solid #ffb719; */
  height: 68px !important;
}

.ag-header-cell:hover {
  background: transparent !important;
}

.ag-theme-material .ag-input-wrapper input:not([type]) {
  height: 34px !important;
}

.ag-header-cell .ag-input-wrapper {
  align-items: baseline;
}

.ag-theme-material .ag-paging-panel {
  border: none;
}

.aggrid .ag-paging-panel .ag-paging-page-summary-panel {
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.ag-theme-material .ag-paging-panel {
  padding: 0;
}

.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref="lbCurrent"],
.aggrid .ag-paging-panel .ag-paging-page-summary-panel [ref="lbTotal"] {
  color: #4d4d4d;
  padding: 0rem 0.5rem;
  border-radius: 0.5rem;
  background: transparent;
}

.ag-theme-material .ag-paging-panel {
  color: #4d4d4d;
}

.aggrid .ag-paging-panel .ag-paging-button {
  background-color: transparent;
  border-radius: 50%;
  padding: 0;
  color: #ffb719 !important;
}

.aggrid .ag-paging-panel .ag-paging-button .ag-icon {
  color: #ffb719 !important;
}

.aggrid .ag-paging-panel .ag-paging-button.ag-disabled {
  opacity: 1 !important;
  margin-left: 0;
}

.aggrid .ag-paging-panel .ag-paging-button .ag-icon {
  color: #ffb719 !important;
  margin: 0;
}

.ag-theme-material .ag-paging-page-summary-panel span {
  margin: 0 0px;
}

.ag-row {
  height: 68px !important;
  line-height: 68px;
  border: none !important;
  background: #fff !important;
  margin-bottom: 15px !important;
  box-shadow: 0px 0px 6px #c0c0c0;
  position: relative !important;
  top: 0 !important;
  transform: translateY(0) !important;
}

.ag-theme-material .ag-input-wrapper input:not([type]) {
  height: 40px !important;
  padding-bottom: 0 !important;
}

.ag-center-cols-container {
  height: 100% !important;
  padding: 8px 0;
}

.ag-row.ag-row-even {
  border-left: 8px solid #f0a310 !important;
}

.ag-row.ag-row-odd {
  border-left: 8px solid #ffb719 !important;
}

.ag-theme-material .ag-cell {
  line-height: 68px !important;
  text-align: center;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  font-family: "helveticaneuemedium" !important;
}

.ag-cell a {
  font-family: "helveticaneuemedium" !important;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  padding-left: 10px;
}

.ag-cell-value {
  width: auto;
  margin: 0 auto !important;
}

.ag-cell-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse !important;
  flex-direction: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.aggrid .ag-icon-checkbox-checked,
.aggrid .ag-icon-checkbox-indeterminate {
  color: #ffb719 !important;
}

.ag-cell-focus {
  border: none !important;
}

.ag-theme-material .ag-input-wrapper input:not([type]):focus {
  border-bottom: 2px solid #ffb719;
  outline: none;
}

.mywidth .ag-header-row,
.mywidth .ag-center-cols-container,
.mywidth .ag-header-container {
  width: calc(100% - 7px) !important;
}

.modal .modal-header .close span {
  color: #ffb719;
}

.form-control:focus {
  border-color: #ffb719;
}

/* .landing-page .section-heading img {
  max-width: 33vh;
} */

.landing-page p {
  font-weight: 400;
  color: #333333;
  margin: 1vh;
  font-size: 1.7vh;
  padding: 2.4vh 2.4vh 1.4vh;
  vertical-align: middle;
  border-top: none;
  font-family: "Open Sans", sans-serif !important;
  line-height: 2.7vh;
}

.landing-page h5 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 16px;
  border: none;
  padding: 2vh;
  vertical-align: middle;
  overflow: hidden;
  text-transform: capitalize;
}

.landing-page img.border-grey {
  width: 100%;
  /* max-width: 40vh; */
  border-radius: 10px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
}

.ag-btns .dropdown-toggle::after {
  border: none !important;
  font-family: "feather";
  content: "\e842" !important;
  position: relative;
  top: 1px;
  right: 0;
  left: 0.2rem;
  padding: 0;
  margin: 0;
  vertical-align: 0;
}

.ag-btns .dropdown .dropdown-menu .dropdown-item {
  padding: 0.414rem 1.428rem;
}



.ag-theme-material .ag-header-cell:not(.ag-header-group-cell-no-group),
.ag-theme-material .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
  border-top-width: 0;
}

.modal .modal-content {
  font-family: "Open Sans", sans-serif !important;
}

.student-exams-table td a.btn-orange {
  background: #ffb719;
  color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.4285rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.student-exams-table td a.btn-orange:hover {
  color: #f2f2f2;
}

.upload-test {
  float: left;
  width: 100%;
}

.upload-test .form-group label {
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

.upload-test .form-group a {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.upload-test .form-group a:hover {
  color: #333333;
}

.upload-test .form-group input,
.upload-test .form-group textarea,
.upload-test .form-group select {
  background: #e6e6e6;
  border: none;
}

.uploade-file.assignment-up .dz-message::before {
  content: none !important;
}

.uploade-file.assignment-up {
  height: 150px;
}

.uploade-file.assignment-up .dropzone {
  min-height: 150px;
}

.uploade-file.assignment-up .dropzone .dz-message {
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  margin-top: 0;
  color: #7367f0;
  text-align: center;
  /* transform: translateY(-50%); */
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

label.lowercase {
  text-transform: initial !important;
}

.upload-test .feather.icon-search {
  font-size: 22px;
  color: #7e7e7e;
}

.upload-test .picker {
  top: calc(100% - 1.5rem);
}

.upload-test .picker__holder {
  border-radius: 5px;
  left: 0 !important;
}

.test-bank .vs-checkbox-con.vs-checkbox-primary {
  justify-content: center;
}

.test-bank .vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #ffb719 !important;
}

.test-bank
  .vs-checkbox-primary
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check {
  background-color: #ffb719 !important;
}

.test-bank
  .vs-checkbox-con
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check
  .vs-icon {
  line-height: 1;
}

.ag-btns .btn-group .dropdown .btn {
  padding: 12px 15px 12px 15px !important;
}

.ag-btns .btn-group:first-child .dropdown .btn {
  padding: 12px 15px 12px 15px !important;
}

.test-bank .vs-checkbox-con .vs-checkbox {
  border-width: 1px;
  border-style: solid;
  border-color: #4d4d4d;
  border-radius: 5px;
  margin: 0;
}

.creat-test {
  background: #fff;
  box-shadow: 0px 0px 6px #c0c0c0;
  padding: 60px;
}

.bg-arrow select.form-control:not([multiple="multiple"]) {
  background-image: url("../../app-assets/images/icons/bg-arrow.png");
  background-position: calc(100% - 0px) 0px, calc(100% - 0px) 0px, 100% 0;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
}

.test-bank span.label {
  text-align: right;
  width: 100%;
  float: right;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.test-bank .btn.btn-access.waves-effect.waves-light {
  text-transform: uppercase;
  width: 100px;
}

.test-bank .creat-test .form-control {
  background: #f1f1f2;
  border: none;
  height: calc(1.25em + 1.4rem + 1px);
}

select,
option {
  font-family: "Helvetica";
}

.ag-cell .btn-grey {
  background: #f2f2f2;
  font-weight: 600;
  color: #4d4d4d;
}

.ag-header-cell {
  justify-content: center;
  display: flex;
}

.student-test .ag-header-cell:nth-child(2) .ag-cell-label-container {
  width: auto !important;
}

.student-test.ag-theme-material .ag-header-select-all {
  margin-right: 0 !important;
  margin-left: -13px !important;
}

.student-test .ag-cell .ag-cell-wrapper {
  margin-left: 30px;
}

.creat-test .btn-primary {
  border-color: #ff7a00 !important;
  background-color: #ff7a00 !important;
  color: #ffffff;
  padding: 0 0.6rem;
}

.creat-test .btn-primary:focus,
.creat-test .btn-primary:hover {
  box-shadow: none;
}

.creat-test .btn-primary i {
  font-size: 22px;
}

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

.creat-test .picker__holder {
  left: 0;
}

/* .student-test .ag-cell-label-container {
    width: auto !important;
} */

.student-test .actionicon i {
  width: 28px;
  height: 28px;
  background: #ffb719;
  padding: 4px;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 20px;
}

.student-test .actionicon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.student-test .actionicon a {
  display: block;
  padding: 0 3px;
}

.test-bank .creat-test .form-group .vs-checkbox-con.vs-checkbox-primary {
  justify-content: flex-start;
}

.test-bank .creat-test .form-group .vs-checkbox-con .vs-checkbox {
  border-width: 2px;
  border-style: solid;
  border-color: #8a8a8a;
  border-radius: 5px;
  margin: 0;
}

.test-bank
  .creat-test
  .form-group
  .vs-checkbox-con
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check
  .vs-icon {
  line-height: 1.5rem;
}

.btn.line-left {
  position: relative;
}

.btn.line-left::before {
  position: absolute;
  left: 1px;
  top: 50%;
  background: #ffffff;
  height: 60%;
  width: 1px;
  content: "";
  margin: auto;
  transform: translateY(-50%);
}

.form-control::placeholder,
.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
}

.btn.ass-save {
  padding: 0.7rem 2.2rem;
  font-size: 16px;
}

.card-body.pb-0.pl-0.pr-lg-1.pr-0.donut-pad {
  padding-top: 29px;
}

.form-group.progress-dropdown.test-dropdown.result-width {
  max-width: 172px !important;
  min-width: 152px;
}

.data-list-view th::before, .data-list-view-agentportal th:before,
.data-list-view th::after, .data-list-view-agentportal th:after{
  content: none !important;
}

table.dataTable thead tr {
  background-color: transparent;
}

.data-list-view th,.data-list-view-agentportal th {
  background: #e7e7e7;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 14px !important;
  border: none;
  padding: 1.6rem 0.5rem;
  vertical-align: middle;
  overflow: hidden;
  text-transform: capitalize;
}

#DataTables_Table_0_length ,#DataTables_Table_1_length,#DataTables_Table_2_length{
  display: none;
}

.dataTables_filter,
.actions.action-btns {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 0.5rem;
}

table.dataTable tbody tr.selected {
  box-shadow: 0px 0px 6px #c0c0c0 !important;
}

.admission .teacher-board .suggested-block .user-page-info p {
  font-size: 22px;
}

.admission .teacher-board .suggested-block .user-page-info span {
  font-size: 14px;
}

.admission .teacher-tab .nav.nav-pills .nav-item .nav-link {
  padding: 1rem 1.5rem !important;
}

.admission .acc-actions .select2-selection {
  background-color: #e6e6e6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  border: none;
  width: 180px;
  box-shadow: none !important;
}

.admission .add-plus {
  background: #ffb719;
  padding: 0.6rem;
}

.admission .add-plus i {
  color: #fff;
  font-size: 22px;
}

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

.admission
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #333 transparent transparent transparent;
}

.ag-theme-material .ag-cell {
  border: none !important;
}

.ag-row.ag-row-odd span.amount-text {
  color: #c1272d;
}

.ag-row.ag-row-even span.amount-text {
  color: #039341;
}

.admission .nav-item .dropdown-toggle::after {
  border-color: #333333 transparent transparent transparent !important;
  border-style: solid !important;
  border-width: 8px 5px 0 5px !important;
  height: 0;
  left: auto !important;
  right: 1.6rem;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50% !important;
  width: 0;
  content: "" !important;
  transform: translateY(-50%);
}

.admission .teacher-tab .nav.nav-pills .nav-item .nav-link.dropdown-toggle {
  padding: 1rem 3rem 1rem 1.5rem !important;
}

.admission .dropdown .dropdown-menu::before {
  content: none;
  top: 0;
}

.admission .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 6px 12px 0px #c0c0c0;
  padding: 1.5rem 0;
}

.admission .dropdown .dropdown-menu .dropdown-item {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.admission .dropdown .dropdown-menu .dropdown-item {
  padding: 0.714rem 2.428rem;
}

.admission .dropdown .dropdown-menu .dropdown-item img {
  width: 20px;
  object-fit: contain;
  margin: 0 10px 0 0;
}

.admission .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8f8f8;
  color: #fd7800;
}

.aggrid.set-height {
  height: 810px !important;
}
.ag-filter-condition{
  display: flex;
  align-items: center;
}
.ag-theme-material label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 16px;
  font-size: 12px;
}
.ag-root-wrapper.ag-layout-normal {
  float: left;
  width: 100%;
}

.import-student .steps {
  display: none;
}

.import-student .content.clearfix {
  margin-left: 0;
}

.import-student .uploade-file {
  box-shadow: none;
  height: 300px;
}

.import-student .dropzone {
  min-height: 300px;
  padding: 0;
}

.import-student .card {
  padding: 40px;
  box-shadow: 0px 0px 6px #c0c0c0;
  border-radius: 0;
}

.import-student .uploade-file .dz-message {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
}

.import-student .uploade-file .dz-message::before {
  content: " " !important;
  background-image: url(../../app-assets/images/icons/file-upload.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  top: auto;
  bottom: 10%;
  position: absolute;
}

.import-student span.label {
  text-align: right;
  width: 100%;
  float: right;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.import-student .vs-checkbox-con span {
  width: 100%;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.import-student .form-control {
  background: #f1f1f2;
  border-color: #f1f1f2;
}

.import-student .vs-checkbox-con.vs-checkbox-primary {
  justify-content: flex-start;
}

.import-student .vs-checkbox-con .vs-checkbox {
  border-width: 3px;
  border-style: solid;
  border-color: #f1f1f2;
  border-radius: 5px;
  margin: 0;
  width: 25px;
  height: 25px;
}

.import-student
  .vs-checkbox-con
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check
  .vs-icon {
  line-height: 17px;
}

.import-student .actions {
  margin-top: 20px;
}

.import-student .actions ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.import-student .actions ul li {
  list-style: none;
}

.import-student .actions ul li {
  background: rgba(255, 121, 0, 0.9);
  border-radius: 0.4285rem;
  padding: 0.5rem 1rem;
  margin-left: 20px;
}

.import-student .actions ul li.disabled {
  background: #b7b7b7 !important;
}

.import-student .actions ul li a {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.class-table table.import-table th {
  padding: 1.2rem 0.5rem;
}

.import-student table.import-table .form-control {
  background-color: transparent;
  border-color: #ededed;
}

.ag-btns.d-flex {
  width: 100%;
  justify-content: flex-end;
}

.ag-btns .btn-group {
  width: auto !important;
}

.lead.collapse-title {
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.card-header {
  padding: 1rem 0;
  margin-bottom: 0;
  background-color: transparent;
}

.collapse-header .card-body {
  padding-left: 0;
  padding-right: 0;
}

.test-bank .collapse-header span.label {
  text-align: right;
  width: 100%;
  float: right;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.collapse-icon [data-toggle="collapse"]::before {
  right: 0 !important;
}

.test-bank .collapse-header a {
  text-align: right;
  width: 100%;
  float: right;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding-top: 5px;
  font-weight: 400;
}

.custom-file-input:focus ~ .custom-file-label {
  border: none;
  box-shadow: none;
}

.test-bank .collapse-header .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.25em + 1.4rem + 1px);
  padding: 0.7rem 0.7rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #4e5154;
  background-color: #f1f1f2;
  border: none;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.test-bank .collapse-header .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.25em + 1.4rem);
  padding: 0.7rem 0.7rem;
  line-height: 1.5rem;
  color: #4e5154;
  content: "Browse";
  background-color: #58595b;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.test-bank .collapse-header .form-control {
  padding: 0.5rem 0.7rem;
}

.test-bank .collapse-header input.form-control {
  padding: 0.5rem 1rem;
}

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background-color: #ffb719;
  color: #fff;
  z-index: 10;
}

.card-title.back-link {
  width: 100%;
}

.card-title.back-link a {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.card-title.back-link a i {
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 6px 0 0;
}

.booking-detail {
  padding: 20px;
}

.booking-detail .form .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.booking-detail .btn-primary {
  border-color: #ff7a00 !important;
  background-color: #ff7a00 !important;
  color: #ffffff;
  padding: 0 0.6rem;
}

.booking-detail .btn-primary i {
  font-size: 22px;
}

.booking-detail .picker__holder {
  border-radius: 5px;
  left: 0;
}

.booking-detail .form-control {
  background: #f1f1f2;
  border-color: #f1f1f2;
}

.activity-timeline.timeline-left li p {
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.activity-timeline.timeline-left li small {
  font-family: "Open Sans", sans-serif;
  color: #4d4d4d !important;
}
.request-update .activity-timeline.timeline-left li:last-child {
  margin-bottom: 0;
}
.activity-timeline.timeline-left .timeline-icon.bg-primary {
  background-color: #ffb719 !important;
}

.activity-timeline.timeline-left li {
  position: relative;
  margin-bottom: 40px;
}

.card.teacher-tab {
  float: left;
  width: 100%;
}

table.dataTable th:first-child {
  border-left: 8px solid #e7e7e7;
}

.ag-header-cell.ag-header-cell-sortable:first-child {
  border-left: 8px solid #e7e7e7;
}

.collapse-icon [data-toggle="collapse"]::after {
  right: 0;
}

.nav-link.btn.btn-access {
  width: auto !important;
}

.creat-test.inside-form {
  padding: 30px 20px;
}

.tab-pane .select2.form-control {
  min-width: 140px;
}

body.semi-dark-layout .main-menu-content .navigation-main .nav-item.open a {
  background-color: transparent;
}

body.semi-dark-layout
  .main-menu-content
  .navigation-main
  .nav-item
  .menu-content
  li:not(.active)
  a {
  background-color: transparent;
}

.main-menu.menu-dark .navigation > li > ul {
  background: transparent;
  padding: 7px 0 !important;
  border-radius: 0;
}

body.semi-dark-layout
  .main-menu-content
  .navigation-main
  .nav-item
  .menu-content {
  background-color: transparent;
}

.main-menu.menu-dark .navigation > li.open > a {
  border-radius: 0;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next)::after {
  top: 15px;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  .menu-content
  > li
  > a
  > i {
  margin-right: 0.8rem;
  font-size: 1.2rem;
}

body.semi-dark-layout .main-menu-content .navigation-main .nav-item a {
  color: #ffffff !important;
  text-transform: capitalize;
  font-size: 16px;
}

.list-inline-item .text-reset {
  border: 1px solid #e6e6e6;
  width: 35px !important;
  height: 35px !important;
  display: block;
  margin-right: 0;
}

.list-inline-item .badge.badge-light {
  background-color: #58595b;
  right: auto;
  left: -1rem;
}

.form-group span {
  color: #333333;
  font-family: "helveticaneuemedium" !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.attendance-detail-table h6 {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
}

.attendance-detail-table img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.attendance-detail-table td {
  line-height: 68px !important;
  text-align: center;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  font-family: "Open Sans", sans-serif !important;
  min-width: 138px;
  padding: 0 !important;
}

.attendance-detail-table td .badge {
  color: #f2f2f2;
  font-size: 15px !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 9px 15px !important;
  border-radius: 8px;
}

.attendance-detail-table td .badge b {
  font-weight: 600 !important;
}

.customizer-toggle {
  float: right;
}

input.pickadate {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.pickadate {
  background-image: url("../../app-assets/images/icons/bg-cal.png") !important;
  background-position: calc(100% - 0px) 0px, calc(100% - 0px) 0px, 100% 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 1.5rem !important;
  border-radius: 5px !important;
}

.ag-theme-material .ag-cell .ag-icon {
  margin-bottom: 4px;
}
.aggrid .ag-icon-checkbox-checked,
.aggrid .ag-icon-checkbox-indeterminate {
  color: #ffb719 !important;
}
/* .ag-header-row:first-child {
  background: #ededed;
  margin-bottom: 1rem !important;
  float: left;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 1 !important;
  overflow: hidden;
  border: none !important;
  border-left: 8px solid #ededed !important;
} */
.ag-theme-material .ag-icon-checkbox-checked, .ag-theme-material .ag-icon-checkbox-checked-readonly, .ag-theme-material .ag-icon-checkbox-unchecked, .ag-theme-material .ag-icon-checkbox-unchecked-readonly, .ag-theme-material .ag-icon-checkbox-indeterminate, .ag-theme-material .ag-icon-checkbox-indeterminate-readonly, .ag-theme-material .ag-icon-radio-button-on, .ag-theme-material .ag-icon-radio-button-off{font-size: 16px;}
/* .aggrid .ag-header-select-all .ag-icon-checkbox-checked, .aggrid .ag-header-select-all .ag-icon-checkbox-indeterminate{font-size: 18px; border: 1px solid #ffb719;} */
.ag-theme-material .ag-icon-checkbox-indeterminate:before{font-size: 22px;}
.ag-theme-material .ag-icon-checkbox-unchecked:before{
  content: "";
  border: 1px solid #ffb719;
    padding: 0px 8px;
    border-radius: 5px;
} 
.ag-header-cell.ag-header-cell-sortable:first-child .ag-icon-checkbox-unchecked:before{
  border: 1px solid #000;
}

.ag-theme-material .ag-icon-checkbox-checked:before{
  border: 1px solid #ffb719;
    padding: 0px 0;
    border-radius: 5px;
    background-color: #ffb719;
    color: #fff;
}
.video-platform .main-menu.menu-dark .navigation > li {
  width: 100%;
}

.video-platform .main-menu.menu-dark .navigation > li > a.nav-link {
  padding: 15px 0;
  border-radius: 0;
  width: 100%;
}

.video-platform .main-menu.menu-dark .navigation > li > a.nav-link span {
  font-size: 1.1rem;
}

.video-platform .main-menu.menu-dark .navigation > li:hover > a.nav-link {
  padding-left: 6px;
}

.tab-content {
  float: left;
  width: 100%;
  height: 100%;
}

.tab-pane {
  float: left;
  width: 100%;
}

.vscreen-menu {
  float: left;
  width: 100%;
}

.vscreen-menu ul {
  margin-top: 0.5rem;
}

.vscreen-menu .nav.nav-pills .nav-item {
  -webkit-transition: padding 0.35s ease 0s !important;
  transition: padding 0.35s ease 0s !important;
}

.vscreen-menu .nav.nav-pills .nav-item:hover .nav-link {
  padding-left: 23px !important;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link {
  padding: 15px;
  position: relative;
  border-radius: 0;
  -webkit-transition: padding 0.35s ease 0s !important;
  transition: padding 0.35s ease 0s !important;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.2);
  content: "";
  margin: 0 auto;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link.active {
  background: transparent;
  border-left: 3px solid #ffb719;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link.active i,
.vscreen-menu .nav.nav-pills .nav-item .nav-link.active span {
  color: #ffb719;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link i {
  margin-right: 1rem;
  float: left;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 2px;
}

.vscreen-menu .nav.nav-pills .nav-item .nav-link span {
  color: #ffffff;
  text-transform: capitalize;
  font-family: "helveticaneuemedium" !important;
  font-size: 1.1rem;
  font-weight: 400;
}

.teacher-tab .collapse-icon [data-toggle="collapse"]::before,
.teacher-tab .collapse-icon [data-toggle="collapse"]::after {
  right: 1.5rem !important;
}

.collapse-margin a {
  width: 100%;
  display: block;
}

.screen-sharing {
  background: url(../../app-assets/images/pages/screen-sharing.png);
  background-size: cover;
}

.screen-sharing {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: calc(100vh - 5.5rem);
  flex-direction: column;
  padding: 0 0 3rem 2rem;
}

.sharing-option {
  border-radius: 10px;
  overflow: hidden;
}

.sharing {
  background: #ffb719;
  font-family: "helveticaneuemedium";
  padding: 6px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sharing img {
  width: 17px;
  margin-right: 20px;
}

.stop-sharing {
  background: #c1272d;
  font-family: "helveticaneuemedium";
  padding: 6px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stop-sharing img {
  width: 14px;
  margin-right: 10px;
}

.sharing-option a {
  font-family: "helveticaneuemedium";
  color: #ffffff;
  font-size: 18px;
  display: block;
}

.user-chat {
  background: #f2f2f2;
  box-shadow: none;
  height: 100%;
}

.user-chat .chat-app-window {
  background: #f2f2f2;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  min-height: 100%;
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: stretch;
  height: initial;
  /* max-height: 100%; */
}

.user-chat.chat-application
  .chat-app-window
  .user-chats
  .chats
  .chat-body
  .chat-content {
  float: left;
  margin: 0 0 10px 0;
}

.user-chat.chat-application .chat-app-window .user-chats .chats .chat-body {
  display: block;
  margin: 0 0 0 0;
  overflow: hidden;
}

.user-chat .chat .chat-content p {
  text-align: left;
}

.user-chat .chat-footer .card-body {
  box-shadow: none;
  background: #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  height: 36px;
  display: flex !important;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 36px;
  padding: 0 10px;
  padding-top: 0px;
}

.user-chat .chat-footer .card-body input {
  background: #e6e6e6;
}

.user-chat .chat-footer .card-body button {
  background-color: #e6e6e6 !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  border-radius: 50%;
  padding: 0 !important;
  margin: auto !important;
}

.user-chat .btn.btn-icon i {
  font-size: 1.5rem;
}

.user-chat.chat-application .chat-app-window .user-chats .chats {
  padding: 0 0;
  width: 100%;
}

.user-chat .chat-footer {
  padding: 0 0;
}

.user-chat .chat-footer .card-body input.form-control::placeholder {
  color: #999;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.user-chat .fa.fa-smile-o {
  color: #999;
}

.user-chat .feather.icon-navigation {
  color: #ffb719;
}

.user-chat .chat-footer .card-body button:hover {
  box-shadow: none;
}

.user-chat .chat .chat-content p {
  color: #4d4d4d;
}

.user-chat .chat:nth-of-type(2n) p.messgae {
  background: #4d4d4d;
  border-radius: 5px;
  color: #fff !important;
  padding: 5px 20px;
  text-align: center !important;
  font-size: 14px !important;
  margin: 10px 0 0 0 !important;
  border-bottom-left-radius: 0;
  position: relative;
}

.user-chat .chat:nth-of-type(2n) p.messgae:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #4d4d4d;
  border-bottom: 0;
  border-left: 0;
  margin-left: 0;
  margin-bottom: -10px;
}

.user-chat .chat:nth-of-type(2n + 1) p.messgae {
  background: #cccccc;
  border-radius: 5px;
  color: #333333 !important;
  padding: 5px 20px;
  text-align: center !important;
  font-size: 14px !important;
  margin: 10px 0 0 0 !important;
  border-bottom-left-radius: 0;
  position: relative;
}

.user-chat .chat:nth-of-type(2n + 1) p.messgae:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #cccccc;
  border-bottom: 0;
  border-left: 0;
  margin-left: 0;
  margin-bottom: -10px;
}

.speaker ul li {
  position: relative;
}

.speaker ul li:hover .video-option {
  display: block;
}

.video-option ul li a:hover {
  background: transparent;
}

.video-option {
  display: none;
  position: absolute;
  background: rgba(70, 70, 70, 0.5);
  padding: 20px 0 !important;
  border-radius: 14px;
  position: relative;
  margin-top: 16px !important;
  border-top-right-radius: 0;
}

.video-option ul {
  padding: 10px 20px !important;
}

.video-option::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-bottom-color: rgba(70, 70, 70, 0.8);
  border-top: 0;
  border-right: 0;
  margin-left: -10px;
  margin-top: -14px;
}

.video-option li {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  margin: 0 !important;
}

.video-option li:last-child {
  border-bottom: 0;
}

.video-option ul li a {
  background: transparent;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #f2f2f2;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  margin-left: 20px;
}

.video-option li a:hover {
  background: transparent;
  color: #ffffff;
}

.video-option li h6 {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #f2f2f2;
  font-weight: 600;
}

.video-option {
  display: none;
  position: absolute;
  background: rgba(70, 70, 70, 0.9);
  width: 380px;
  right: 0;
  z-index: 1;
  text-align: left;
}

.user-chat.chat-application .chat-app-window .user-chats {
  padding: 0;
  position: relative;
  text-align: center;
  height: 100%;
  background: transparent;
}

.arrow a {
  padding: 16px 0;
}

.live-videochat {
  position: absolute;
  right: 0;
  top: 5.5rem;
  /* left: 100%; */
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

body.student-home.video-platform .navbar-light {
  background: transparent;
}

body.student-home .header-navbar.floating-nav {
  border-radius: 0;
  width: 100%;
  padding: 0 2rem;
}

body.student-home .live-videochat {
  top: 0;
}

body.video-platform.student-home .content .content-wrapper {
  margin-top: 0;
  height: 100vh;
}

body.student-home .content {
  min-height: 100vh;
  margin-left: 0;
}

body.student-home .video-tabbing {
  height: 64vh;
}

body.student-home .video-tabbing .tab-content {
  position: relative;
}

.student-speaker {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  flex-direction: column;
  padding: 0 2em 2em 2rem;
}

.student-speaker .speaker {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.student-speaker .video-option {
  bottom: 100%;
  left: 0;
}

.student-speaker .speaker ul li {
  margin: 0 0 0 40px;
}

.student-speaker .speaker ul li a {
  margin: 10px 0 0 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background: #c2640f;
  font-size: 22px;
  text-align: left;
  position: relative;
  padding: 0 7px;
}

.student-speaker .speaker ul li:last-child a {
  padding: 0;
}

.student-speaker .speaker ul li:last-child a::after {
  content: none;
}

.student-speaker .speaker ul li a::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 1.1rem;
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
}

.student-speaker .video-option::after {
  content: none;
}

.student-speaker .video-option li a {
  margin-top: 0;
}

.student-speaker .speaker ul li a img {
  max-width: 100%;
}

.student-speaker .speaker ul li.scrshare a img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.student-speaker .speaker ul li.scrshare a {
  width: 60px;
  background-color: transparent !important;
  margin: 10px auto 0;
  text-align: center;
}

.student-speaker .video-option li a {
  margin: 0 0 0 20px;
  width: 100% !important;
  margin: 0 0 0 10px;
  background: transparent;
}

.student-speaker .video-option li a::after {
  content: none;
}

.student-speaker .speaker ul li:first-child {
  margin-left: 0;
}

.end-session {
  background: #c96a15;
  margin: 0;
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  text-transform: capitalize;
  padding: 6px 14px;
  display: block;
  border-radius: 10px;
  margin-top: 0;
}

.end-session i {
  color: #ffffff;
  font-size: 30px;
  padding: 0 10px 0 0;
}

.end-session p {
  font-family: "Open Sans", sans-serif;
  color: #f2f2f2;
  font-weight: 400;
  margin: 0;
}

.student-speaker .video-option ul li a {
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  background: transparent;
}

.student-speaker .video-option ul li a::after {
  content: none;
}

.student-speaker .video-option ul li:last-child a {
  padding: 0 7px;
}

.student-speaker .video-option ul li a {
  margin: 6px 0 0 0;
  padding: 0 7px;
  height: auto !important;
  line-height: 18px !important;
}

.student-speaker .video-option li h6 {
  font-size: 13px;
  font-weight: 500;
}

.student-speaker .video-option li {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0;
  margin: 0 !important;
}

.student-speaker .video-option li:last-child {
  border-bottom: 0;
}

.student-speaker .video-option {
  border-top-right-radius: 14px;
}

.student-home .bookmark-wrapper a {
  padding-top: 3em;
}

.student-speaker .speaker ul li p {
  font-family: "helveticaneuemedium";
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 6px 0 0 0;
  margin: 0;
}

.share-camera {
  display: none;
}

.video-tabbing .tab-pane {
  height: 100vh;
}

html body .content.app-content .content-area-wrapper {
  height: calc(100% - 2rem);
  margin: calc(8rem + 1.3rem) 2.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.chat-application .content-area-wrapper {
  border: none;
}

.chat-application .sidebar-content {
  border: none;
  box-shadow: 0px 0px 6px #c0c0c0;
  background: #ffffff;
}

.chat-application .sidebar-content {
  height: calc(100vh - 14rem);
}

.chat-fixed-search .nav.nav-tabs.mx-auto {
  width: 100%;
  text-align: center;
}

.chat-fixed-search .nav.nav-tabs .nav-item {
  position: relative;
  width: 50%;
  text-align: center;
  box-shadow: 0px 0px 6px #c0c0c0;
}

.chat-fixed-search .nav.nav-tabs .nav-item {
  position: relative;
  width: 48%;
  text-align: center;
  box-shadow: 0px 0px 6px #c0c0c0;
  margin: 0 1%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chat-application .sidebar-content .chat-fixed-search {
  padding: 20px;
}

.chat-application .nav.nav-tabs .nav-item .nav-link {
  padding: 0.8rem 0.635rem;
}

.chat-application .nav.nav-tabs .nav-item .nav-link::after {
  background: #ffffff;
}

.chat-application .sidebar-content .chat-user-list {
  height: calc(100% - 10rem);
  margin-top: 10rem;
  width: 400px;
}

.chat-users-list-wrapper .avatar {
  background: transparent;
}

.chat-application .sidebar-content .chat-user-list li img {
  border: none !important;
}

.contact-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

body .content-right {
  padding-left: 10px;
}

.chat-application .chat-app-window .active-chat .user-chats {
  padding: 20px 30px;
  position: relative;
  text-align: center;
  height: calc(100vh - 23.5rem);
  height: calc(var(--vh, 1vh) * 100 - 29rem);
}

.chat-application .app-chat .chat-app-window {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  height: 100%;
  height: auto;
  width: 100%;
  padding: 0;
}

.chat-application .app-chat .chat_navbar {
  background: #ffb719;
}

.chat-application .app-chat .content-wrapper {
  background: url(../../app-assets/images/backgrounds/appchat.png);
  background-size: cover;
}

.chat-application .app-chat .active-chat .chat_header h6 {
  color: #ffffff;
  font-family: "helveticaneuemedium" !important;
  font-size: 17px;
  margin: 0 !important;
}

.chat-application .app-chat .active-chat .chat_header i {
  color: #ffffff;
  cursor: pointer;
}

.chat-application .app-chat .active-chat .user-chats {
  padding: 20px 0px;
}

.chat-application .app-chat .active-chat .user-chats .chat-avatar .avatar {
  background: transparent;
}

.chat-application .app-chat .active-chat .user-chats .chats .chat-body {
  margin: 0 30px 0 0;
}

.chat-application .app-chat .active-chat .chats .chat-left .chat-content {
  background-color: #ffb719 !important;
  border-radius: 1em !important;
}

.chat-application .app-chat .active-chat .chats .chat-left .chat-content p {
  color: #fff !important;
}

.screen-chat.chat-application .chats .chat-body .chat-content {
  background: #5887e1 !important;
}

.chat-application .app-chat .active-chat .divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0;
  float: left;
  width: 100%;
  text-align: center;
}

.chat-application .app-chat .divider-text {
  background-color: transparent !important;
}

.chat-application .app-chat .divider-text p {
  margin: 0 !important;
}

.chat-app-form .chat-app-input {
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 6px #c0c0c0;
  padding: 0.6em 1em;
  border-radius: 1em;
  background: #ffffff;
}

.chat-app-form .chat-app-input input {
  width: 100%;
  border: none;
}

.chat-app-form .chat-app-input i {
  margin: 0;
}

.chat-application .app-chat .chat-app-form {
  background: transparent;
}

html body .content.app-content .content-area-wrapper .content-wrapper {
  margin-top: 0;
  height: calc(100vh - 13.7rem);
  height: calc(var(--vh, 1vh) * 100 - 13.7rem);
}

.chat-application .sidebar-content {
  height: calc(100vh - 13.7rem);
}

body.screen-chat .content-right .content-wrapper {
  padding-left: 10px;
  box-shadow: 0px 0px 6px #c0c0c0;
}

.sidebar-left
  .chat-fixed-search
  select.form-control:not([multiple="multiple"]) {
  background-image: url("../../app-assets/images/pages/arrow-down.png");
  background-position: calc(100% - 6px) 10px, calc(100% - 0px) 10px, 100% 0;
  background-size: 12px 11px, 12px 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
}

.sidebar-left .chat-fixed-search select.form-control {
  background-color: #f2f2f2 !important;
  box-shadow: 0px 0px 4px #8d8d8d;
  padding: 0 6px !important;
  height: 30px;
  position: relative;
  width: 100px;
  border-radius: 0;
  padding: 0 10px;
  line-height: 30px;
}

.sidebar-left
  .chat-fixed-search
  .select2-container--default
  .select2-selection--single {
  background: #f2f2f2;
}

.sidebar-left .chat-fixed-search .select2-selection,
.sidebar-left .chat-fixed-search .select2-selection {
  min-height: calc(1.25em + 0.4rem + 1px) !important;
  font-size: 0.6rem;
  margin-bottom: 0 !important;
  padding: 0rem 0.7rem;
}

.sidebar-left
  .chat-fixed-search
  .select2-container--classic
  .select-lg.select2-selection--single
  .select2-selection__rendered,
.sidebar-left
  .chat-fixed-search
  .select2-container--default
  .select-lg.select2-selection--single
  .select2-selection__rendered {
  padding-top: 0;
}

.sidebar-left
  .chat-fixed-search
  .select2-container--classic
  .select2-selection--single
  .select2-selection__arrow,
.sidebar-left
  .chat-fixed-search
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 26px !important;
}

.sidebar-left
  .chat-fixed-search
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70px;
  font-size: 12px;
  font-family: "helveticaneuemedium";
}

.sidebar-left .chat-fixed-search .badge.badge-primary {
  background-color: #ffb719;
  font-size: 82%;
}

.sidebar-left .chat-fixed-search .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffb719;
}

.sidebar-left
  .chat-fixed-search
  .nav.nav-tabs
  .nav-item
  .nav-link.active::after {
  content: attr(data-before);
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 100%;
  /* background: -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5)) !important; */
  background: linear-gradient(30deg, #ffb719, rgb(255, 121, 0)) !important;
  box-shadow: 0 0 2px 0 rgb(255, 121, 0, 0.6) !important;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.sidebar-left
  .chat-fixed-search
  .select2-container--classic
  .select-lg.select2-selection--single
  .select2-selection__arrow,
.sidebar-left
  .chat-fixed-search
  .select2-container--default
  .select-lg.select2-selection--single
  .select2-selection__arrow {
  top: 0 !important;
}

.chat-application .sidebar-content .chat-user-list li.active {
  background: -webkit-linear-gradient(
    332deg,
    #7367f0,
    rgba(115, 103, 240, 0.7)
  );
  background: linear-gradient(118deg, #ffb719, rgb(255, 121, 0));
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  color: #ffffff;
  padding: 0 0.85rem;
}

.chat-application .sidebar-content .chat-user-list li.active h1,
.chat-application .sidebar-content .chat-user-list li.active h2,
.chat-application .sidebar-content .chat-user-list li.active h3,
.chat-application .sidebar-content .chat-user-list li.active h4,
.chat-application .sidebar-content .chat-user-list li.active h5,
.chat-application .sidebar-content .chat-user-list li.active h6 {
  font-family: "helveticaneuemedium";
  font-weight: 500 !important;
}

.chat-application .sidebar-content .chat-user-list li .contact-info .truncate {
  font-family: "helveticaneuemedium";
  font-weight: 400 !important;
}

.chat-application .sidebar-content .chat-user-list li .contact-info {
  margin-top: 0;
}

.chat-application .sidebar-content .chat-user-list li span.arrow img {
  width: 60% !important;
}

.chat-application .sidebar-content .badge.badge-primary {
  background-color: #ffb719;
  font-size: 70%;
}

.chat-application .sidebar-content .chat-user-list li {
  padding: 0 0.85rem;
}

.user-profile-sidebar.right-side.font-small-2.show {
  padding: 2em 0;
  box-shadow: 0px 0px 6px #c0c0c0;
}

.user-profile-header {
  border-bottom: none !important;
}

.user-profile-header .avatar {
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user-profile-header h6 {
  margin: 0;
  padding: 0 0 0 10px;
  color: #333333;
  font-family: "helveticaneuemedium" !important;
  font-size: 15px;
}

.menu-collapsed .vscreen-menu .nav.nav-pills .nav-item .nav-link {
  padding: 15px 10px;
}

.menu-collapsed .main-menu-content .nav.nav-pills {
  overflow-x: hidden;
}

.menu-collapsed .vscreen-menu .nav.nav-pills .nav-item .nav-link {
  text-overflow: inherit;
}

.nav.nav-pills .nav-item .nav-link {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.menu-collapsed .vscreen-menu .nav.nav-pills .nav-item .nav-link span {
  display: none;
}

body.menu-collapsed .vscreen-menu .nav.nav-pills .nav-item .nav-link i {
  margin-right: 1rem;
  float: left;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 2px;
  margin-left: 1rem;
}

.repots-list .vs-radio-con .vs-radio.vs-radio-lg {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 0;
}
.com-width {
  width: 298px;
}
.repots-list p {
  font-weight: 600;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.repots-list .vs-radio-con .vs-radio .vs-radio--border {
  background: transparent;
  border: 2px solid #4d4d4d;
}
.cust-col.cust-left {
  width: 410px;
}
.cust-col.cust-right {
  width: 790px;
}
.cust-col.b-right.cust-left {
  position: relative;

  padding-right: 7%;
}
.end-reports .cust-col.b-right.cust-left {
  padding-right: 2%;
}
.end-reports .cust-col.cust-right {
  padding-left: 7%;
}
textarea.form-control.h-200 {
  height: 200px;
}
.cust-col.cust-right {
  position: relative;
  padding-left: 7%;
}
.repots-list .vs-radio--circle {
  opacity: 1 !important;
  color: #4d4d4d;
  font-size: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1) !important;
}

.check-option p {
  margin: 0;
  font-weight: 700;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.check-option .vs-checkbox-con .vs-checkbox {
  border-color: #4d4d4d;
}
.check-option .vs-checkbox-primary input:checked ~ .vs-checkbox {
  border-color: #ffb719 !important;
}
.check-option
  .vs-checkbox-primary
  input:checked
  ~ .vs-checkbox
  .vs-checkbox--check {
  background-color: #ffb719 !important;
}
.list-unstyled .vs-radio-primary input:checked ~ .vs-radio .vs-radio--circle {
  background: #ffb719 !important;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.02) !important;
  color: #ffffff;
}
.repots-list h5 {
  font-weight: 700;
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.check-option label {
  font-weight: 700;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.moveup p {
  text-transform: capitalize;
}
.reports .ag-btns .btn {
  padding: 14px 26px !important;
}
.reports textarea.form-control {
  border: 1px solid #8d8d8d;
  color: #5f5f5f;
  background: transparent;
  min-height: 120px;
  resize: none;
}
.b-right::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #8d8d8d;
  position: absolute;
  right: 0;
  top: 0;
}
.urltab {
  background: #f1f1f2;
  border-color: #f1f1f2;
  padding: 0.5rem 1rem;
  float: left;
  text-align: left;
  width: 100%;
}
.urltab a {
  padding: 0 !important;
  text-align: left !important;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem !important;
  color: rgba(34, 41, 47, 0.8) !important;
}
.ag-theme-material .ag-cell span.email-name {
  line-height: 40px !important;
  float: left;
  width: 100%;
  padding: 24px 0px;
}
.ag-theme-material .ag-cell span b {
  float: left;
  width: 100%;
  line-height: 0 !important;
}

/****calendar css********/

#sidebar-calendars {
  display: none;
}

.app-calendar .calendar-wrapper .calendar-view {
  width: 100%;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed.app-calendar
  .app-content {
  margin-left: 40px;
}

.app-calendar #dropdownMenu-calendarType {
  display: none;
}

.app-calendar .app-content .dropdown .dropdown-menu::before {
  content: none;
}

.app-calendar .calendar-wrapper .calendar-view .calendar-action .dropdown-menu {
  cursor: pointer;
  padding: 0;
  display: flex;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

.app-calendar .calendar-wrapper .sidebar-new-schedule {
  margin: 0 !important;
}

.app-calendar
  .calendar-wrapper
  .calendar-view
  .calendar-action
  .dropdown-menu
  li {
  border-color: none !important;
  background-color: transparent !important;
  color: #fff;
  margin: 0;
}

.app-calendar
  .calendar-wrapper
  .calendar-view
  .calendar-action
  .dropdown-menu
  li
  a {
  border: 2px solid #7367f0 !important;
  background-color: #7367f0 !important;
  color: #fff;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.6s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.app-calendar
  .calendar-wrapper
  .calendar-view
  .calendar-action
  .dropdown-menu
  li
  a:hover,
.app-calendar
  .calendar-wrapper
  .calendar-view
  .calendar-action
  .dropdown-menu
  li
  a.active {
  color: #7367f0 !important;
  border: 2px solid #7367f0 !important;
  background: transparent !important;
}

.select2-selection__choice {
  border: none !important;
}

.picker__holder {
  width: 258px !important;
  right: 0px !important;
  left: auto;
}

.todo-new-task-sidebar .ps__rail-x {
  display: none;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background-color: #7367f0;
}

.picker__day--today::before {
  border-top: 6px solid #7367f0;
}

.app-calendar .calendar-wrapper .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  cursor: pointer;
}

.app-calendar .calendar-wrapper .calendar-view .calendar-action .btn-action i {
  color: #ffffff;
}

.sidebar-new-schedule .select2-selection__arrow {
  height: 26px;
  position: relative;
  top: 0;
  right: -7px;
  width: 20px;
}

.sidebar-new-schedule .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: 0px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}

.app-calendar .calendar-wrapper .calendar-view .calendar-action {
  padding: 0.66rem 0;
}

.app-calendar .calendar-wrapper .sidebar {
  padding: 1.53rem 0;
}

.app-calendar .calendar-wrapper .calendar-view {
  padding: 0;
}

.app-calendar
  .calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-user-b::before {
  content: "\f007";
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-title::before {
  content: "\f040";
}

.calendar-wrapper .calendar-view .calendar-content .tui-full-calendar-ic-title,
.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-public
  .tui-full-calendar-ic-private,
.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-location,
.calendar-wrapper .calendar-view .calendar-content .tui-full-calendar-ic-date,
.calendar-wrapper .calendar-view .calendar-content .tui-full-calendar-ic-state {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-public
  .tui-full-calendar-ic-private::before {
  content: "\f09c" !important;
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-location::before {
  content: "\f041";
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-date::before {
  content: "\f133";
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-ic-state::before {
  content: "\f0f2";
}

.app-calendar .tui-full-calendar-popup-section-item .tui-full-calendar-content {
  text-align: left;
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  padding-left: 4px;
}

#menu-navi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.render-range {
  padding: 0 10px;
  font-size: 14px;
}

.tui-full-calendar-dayname-date {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.tui-full-calendar-weekday-schedule,
.tui-full-calendar-time-schedule {
  border-radius: 0 !important;
}

.tui-full-calendar-dayname-name {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.tui-full-calendar-dayname.tui-full-calendar-today {
  font-weight: normal;
}

.tui-full-calendar-timegrid-hour span {
  color: #666;
}

.sidebar-new-schedule-btn:hover {
  box-shadow: none;
}

.widget-chat-demo {
  display: none;
}

.app-calendar .tui-full-calendar-month-dayname {
  border-bottom: 3px solid #ffffff;
}

.tui-full-calendar-left-content,
.tui-full-calendar-splitter {
  display: none !important;
}

.tui-full-calendar-dayname-container {
  border: none !important;
}

.tui-full-calendar-dayname-container {
  overflow-y: hidden;
}

.tui-full-calendar-dayname {
  text-align: center;
}

.calendar-wrapper
  .calendar-view
  .calendar-content
  .tui-full-calendar-popup.tui-full-calendar-popup-detail
  .tui-full-calendar-section-button
  .tui-full-calendar-popup-edit {
  background-color: #7367f0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.tui-full-calendar-timegrid-schedules {
  border-top: 1px solid rgb(229, 229, 229);
}

.calendar-wrapper .calendar-view .calendar-content .tui-full-calendar-popup {
  box-shadow: 0px 0px 14px 0 rgba(0, 0, 00, 0.2);
}
.app-calendar .app-content .dropdown .dropdown-menu {
  border-radius: 0 !important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  /* min-width: 8rem; */
  right: 0 !important;
  left: 0 !important;
  position: relative !important;
  margin: 0 auto !important;
  text-align: center;
  float: none !important;
  width: 100% !important;
  min-width: 100% !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.app-calendar .app-content .dropdown .dropdown-menu .dropdown-item {
  border: 2px solid #ffb719 !important;
  background-color: #ffb719 !important;
  color: #fff;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.6s;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.app-calendar .app-content .dropdown .dropdown-menu .dropdown-item:hover,
.app-calendar .app-content .dropdown .dropdown-menu .dropdown-item.active {
  color: #ffb719 !important;
  border: 2px solid #ffb719 !important;
  background: transparent !important;
}
.app-calendar .calendar-view .btn i {
  color: #626262 !important;
}
.app-calendar .calendar-view .btn {
  border: 1px solid #dfe3e7;
  padding: 0.267rem 1.5rem 0.267rem 0.9rem;
}
.tui-full-calendar-month-week-item
  .tui-full-calendar-today
  .tui-full-calendar-weekday-grid-date-decorator {
  background: #ffb719 !important;
  font-weight: 400 !important;
  margin-left: 0 !important;
}
.tui-full-calendar-weekday-schedule-title {
  font-weight: 500 !important;
}
.tui-full-calendar-popup {
  display: none;
}
.request-form .form-group label {
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 8px 0;
}
.creat-test .form.request-form .form-group {
  display: block;
}
.creat-test .form.request-form .form-group .form-control {
  background: #e6e6e6;
  border: none;
}
.request-form .bg-arrow {
  position: relative;
  float: left;
  width: 100%;
}
.request-form .bg-arrow::before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 11px solid #58595b !important;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.request-form .btn-access {
  background: rgba(255, 121, 0, 0.9);
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0.8rem 1.3rem;
}

.request-update .teacher-tab .tab-content {
  height: calc(100% - 6px);
}
.request-update .chat .chat-avatar .avatar {
  border: none !important;
}
.req-list {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12px #c0c0c0;
  height: 100%;
  /* height: 100%; */
  height: 350px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.activity-timeline.timeline-left li .timeline-icon {
  position: absolute;
  top: 0;
  left: -4.3rem;
  padding: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
}
.request-update .timeline-icon {
  background: #ffb719;
}
.request-update .activity-timeline.timeline-left {
  position: relative;
  padding-left: 43px;
  margin-left: 2.5rem;
  border: none !important;
}
.request-update .activity-timeline.timeline-left::before {
  background: #828282;
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  width: 2px;
  height: 96%;
}
.request-update .activity-timeline.timeline-left li {
  position: relative;
  margin-bottom: 10px;
}
.request-update .activity-timeline.timeline-left li .timeline-icon i {
  vertical-align: sub;
  font-size: 18px;
}
.request-btn {
  background: #ffb719;
  color: #f2f2f2 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 10px 20px;
}
.request-update .test-table.student-exams-table.class-table table td.b-left {
  width: 120px;
}
.announcement-table.class-table table th {
  padding-left: 1rem;
}

.academic-browse .custom-file-label::after {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.25em + 1.4rem);
  padding: 0.7rem 0.7rem;
  line-height: 1.5rem;
  color: #fff;
  content: "Browse";
  background-color: #ff8619;
  border-left: inherit;
  border-radius: 10px;
}
.academic-browse .custom-file-label::after {
  padding: 0.7rem 3rem;
  height: auto;
}
.academic-browse .custom-file-label {
  border: none !important;
}
.upload-test .form-group.academic-browse label {
  color: #ffb719;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0.7rem 0;
  text-align: center;
  vertical-align: middle;
}
.box {
  box-shadow: 0px 0px 6px #c0c0c0;
  float: left;
  width: 100%;
}
.box .feather.icon-x {
  float: right;
  font-size: 20px;
  color: #58595b;
  font-weight: 600;
}
.study-breakout {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  box-shadow: 0px 4px 6px #c0c0c0;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #fff;
}
.study-breakout.blue {
  border: 4px solid #4da3da;
}
.study-breakout.blue .detail {
  background: #4da3da;
}
.study-breakout .detail {
  width: 100%;
  float: left;
  height: 100%;
  padding: 20px;
}
.study-breakout .brand-logo {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.study-breakout .brand-logo img {
  width: 190px;
}
.study-breakout .detail ul {
  padding: 0 0 10px 0;
  margin: 0;
}
.study-breakout .detail ul li {
  list-style: none;
  font-size: 12px;
  color: #ffffff;
  font-family: "Helvetica";
  padding: 0 0 2px 0;
  display: flex;
}
.study-breakout .detail ul li .feather.icon-check {
  padding-right: 10px;
}
.click-now {
  float: right;
}

.click-now a {
  display: block;
  background: #ffb719;
  border-radius: 6px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 400 !important;
  font-size: 12px;
}
.study-breakout.green {
  border: 4px solid #38b44a;
}
.study-breakout.green .detail {
  background: #38b44a;
}
.study-breakout.yellow {
  border: 4px solid #df993b;
}
.study-breakout.yellow .detail {
  background: #df993b;
}
.study-breakout.sky {
  border: 4px solid #239dcc;
}
.study-breakout.sky .detail {
  background: #239dcc;
}
.study-breakout.red {
  border: 4px solid #f15440;
}
.study-breakout.red .detail {
  background: #f15440;
}
.study-breakout.darkred {
  border: 4px solid #b73125;
}
.study-breakout.darkred .detail {
  background: #b73125;
}
.study-breakout.darkblue {
  border: 4px solid #2c388f;
}
.study-breakout.darkblue .detail {
  background: #2c388f;
}
.study-breakout.brown {
  border: 4px solid #c28146;
}
.study-breakout.brown .detail {
  background: #c28146;
}
.study-breakout.lightgreen {
  border: 4px solid #52b296;
}
.study-breakout.lightgreen .detail {
  background: #52b296;
}
.study-breakout.berry {
  border: 4px solid #223f84;
}
.study-breakout.berry .detail {
  background: #223f84;
}
.study-link {
  float: left;
  width: 100%;
}
.student-breakout {
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.student-breakout .card {
  margin-bottom: 0;
  height: 100%;
}
.study-breakout .row {
  height: 100%;
}

/*-------------notification dropdown----------*/
.header-navbar .navbar-container ul.nav li.dropdown.dropdown-notification .dropdown-menu {
  top: 34px;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
  background: #ffb719;
  border-color: #ffb719;
}
.dropdown-notification .dropdown-menu-header{
  background: #ffb719;
}
.dropdown-notification .dropdown-menu-header .dropdown-header{
  color: #fff;
}
.dropdown.dropdown-notification .dropdown-menu .dropdown-item:hover{
  color: #ffb719;
}
.header-navbar .navbar-container ul.nav li.dropdown.dropdown-notification .dropdown-menu .scrollable-container{
  max-height: calc(100vh - 303px); max-height: -webkit-calc(100vh - 303px); max-height: -moz-calc(100vh - 303px); max-height: -o-calc(100vh - 303px); max-height: -ms-calc(100vh - 303px); 
}


/*--------------student portal menu icons---------------*/
.menu-icon{
  background-image: url(../../app-assets/images/icons/menu-icon/menuAllIcons-white.png);
  background-repeat: no-repeat;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item.active > a .menu-icon{
  background-image: url(../../app-assets/images/icons/menu-icon/menuAllIcons-yellow.png);
}
.menu-icon.icon-dashboard{
  background-position: -16px -11px;
	width: 10px;
	height: 18px;
}
.menu-icon.icon-downloads{
  background-position: -42px -13px;
	width: 16px;
	height: 15px;
}
.menu-icon.icon-payments{
  background-position: -75px -12px;
	width: 20px;
	height: 15px;
}
.menu-icon.icon-invoice{
  background-position: -111px -11px;
	width: 20px;
	height: 18px;
}
.menu-icon.icon-students{
  background-position: -149px -12px;
	width: 21px;
	height: 17px;
}
.menu-icon.icon-documents{
  background-position: -188px -11px;
	width: 14px;
	height: 19px;
}
.menu-icon.icon-schedule{
  background-position: -281px -9px;
  width: 21px;
	height: 22px;
}
.menu-icon.icon-accommodation{
  background-position: -314px -11px;
  width: 20px;
	height: 15px;
}
.menu-icon.icon-entrytest{
  background-position: -345px -8px;
  width: 17px;
	height: 20px;
}
.menu-icon.icon-groups{
  background-position: -248px -5px;
  width: 20px;
	height: 28px;
}
.menu-icon.icon-activities{
  background-position: -215px -10px;
  width: 20px;
	height: 20px;
}
.menu-icon.icon-dashboard-student{
  background-position: -375px -8px;
  width: 20px;
	height: 20px;
}
.menu-icon.icon-placement-test{
  background-position: -433px -7px;
  width: 19px;
	height: 23px;
}
.menu-icon.icon-parental-consent{
  background-position: -405px -7px;
  width: 17px;
	height: 22px;
}
.main-menu.menu-dark .with-img-icons .navigation > li a {
  position: relative;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item > a{
  padding-left: 34px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item.hover > a{
  padding-left: 42px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item a i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item > a .menu-icon.icon-dashboard{left: 5px;}
.main-menu.menu-dark .with-img-icons .navigation > li  a .menu-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  transition: all 0.35s ease 0s !important;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item > a .menu-icon{
  left: 0;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item.hover > a .menu-icon{
  left: 8px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item > a i{
  left: 0;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item.hover > a i{
  left: 8px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item > a:after{
  top: 17px !important;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li > a{
  padding-left: 58px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li.hover > a{
  padding-left: 50px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li > a .menu-icon{
  left: 27px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li.hover > a .menu-icon{
  left: 20px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li > a i{
  left: 27px;
}
.main-menu.menu-dark .with-img-icons .navigation > li.nav-item ul li.hover > a i{
  left: 20px;
}
.course-schedule-grid .ag-header-container .ag-header-row:last-child{
  display: none;
}
.course-schedule-grid .ag-theme-material .ag-header{
  height: 68px !important;
  min-height: 68px !important;
}
.course-schedule-grid .aggrid .ag-center-cols-viewport{
  min-height: calc(100vh - 340px) !important;
  max-height: calc(100vh - 340px) !important;
  overflow-x: hidden;
}
 .course-schedule-grid .ag-paging-panel{
  display: none !important;
} 

.course-schedule-grid .ag-center-cols-clipper{
  height: auto !important;
}
.course-schedule-grid .ag-center-cols-container{
  overflow-x: hidden;
  overflow-y: auto;
}
.course-schedule-grid .ag-root.ag-unselectable.ag-layout-auto-height{
  overflow-x: auto;
}
.course-schedule-grid .ag-header,
.course-schedule-grid .ag-body-viewport{
  min-width: 1554px;
}
/*es camp style*/

.header-navbar .add-student-btn{
  font-weight: 700;
}
.app-yellow-bg{
  background-color: #ffb719;
}
.card.detail-card{
  border-radius: 0.8rem;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow:  1px 1px 5px 1px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: auto !important;
    padding: 10px 0;
}

.card.detail-card:hover{
  -webkit-transform: scale(1.1);
    transform: scale(1.04);
}
.card.detail-card .card-header{
  padding: 1.36rem 1.5rem;
}
.card.detail-card .card-header .card-title h2{
  font-family: 'Dosis', sans-serif;
  font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.card.detail-card .card-header .card-title p{
  font-family: "helveticaneueregular";
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.5px;
}
.card.detail-card .right-icon img{
  opacity: 0.7;
}
.row.dashboard-chart-wrapper{
  margin-left: -55px;
  margin-right: -55px;
}
.row.dashboard-chart-wrapper .chart-col{
  padding-left: 55px;
  padding-right: 55px;
}
.dashboard-chart-wrapper .border-right{
  border-color: #cecece !important; 
  border-width: 2px !important;
}
.chart-card{
  margin-bottom: 2rem;
}
.card.chart-card .card-header{ padding: 0.5rem 1.5rem;}
.filter-select{
  margin: 0 0 5px 0;
  word-wrap: normal;
  display: block;
  width: auto;
  height: 24px;
  padding: 0.2rem 0.7rem;
  line-height: 20px;
  background-clip: padding-box;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 12px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding-right: 1.5rem;
  border: none;
  font-family: "Helvetica";
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  background-color: #e6e6e6;
  background-image: url("../../app-assets/images/icons/dropdown-arrow.png");
  background-position: right+8px center;
  background-size: 6px 6px;
  min-width: 90px;
}


.recentSales-card .form-group.progress-dropdown.test-dropdown{
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
}
.recentSales-card .form-group.progress-dropdown.test-dropdown select{
  width: 87px;
  margin-left: 10px;
}
.recentSales-card .sales-summary-text .label-text{
  color: #000;
}
.recentSales-card .sales-summary-text .label-text h4{
  font-size: 21px;
font-weight: 400;
}
.recentSales-card .sales-summary-text{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.recentSales-card .sales-summary-text .lbl-val{
  font-family: 'Dosis', sans-serif;
  margin-left: auto;
  color: #f1b634;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
}
.recentSales-card .sales-summary-text .label-text h4,
.recentSales-card .sales-summary-text .label-text span{
  color: #333333;
}
.recentSales-card .sales-summary-text .label-text span{
  font-size: 12px;
  font-weight: 400;
}
.recentSales-card table{
  border-spacing: 0px 10px;
  padding: 0;
}
.recentSales-card table tr{
  box-shadow: none;
}
.recentSales-card table th{
  background: #f8f1e1;
  font-weight: 400;
  color: #4d4d4d;
  font-size: 12px !important;
  padding: 11px 0.5rem !important;
  vertical-align: middle;
  line-height: 16px;
  border-radius: 0px !important;
  font-family: "helveticaneuemedium";
  min-width: unset !important;
}
.recentSales-card table td{
  font-size: 12px !important;
  padding: 17px 12px !important;
  font-family: "Helvetica";
  color: #333;
}
.recentSales-card table td .badge {
  font-weight: 400;
  padding: 6px 6px;
  border-radius: 6px;
  color: #f2f2f2;
  font-size: 12px;
}
.main-menu.menu-dark .navigation > li.user-info-box .user-name-text{
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "helveticaneuemedium";
  font-size: 16px;
  color: #ffffff;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .groups-main-table.appData-table .table.data-list-view th:nth-child(5),
.groups-main-table.appData-table .table.data-list-view th:nth-child(9)
{min-width: 168px;} */

.appData-table .table.data-list-view th{
  padding: 0.75rem 1.3rem 0.75rem 1.3rem;
  font-size: 14px !important;
}
.appData-table .table.data-list-view th::before,
.appData-table .table.data-list-view th::after{
  content: "" !important;
  position: absolute;
  right: 6px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-width: 4px;
  border-style: solid;
  padding: 0 !important;
  opacity: 1 !important;
  
}
.appData-table .table.data-list-view th.sorting_asc::after{
  opacity: 0 !important;
}
.appData-table .table.data-list-view th.sorting_desc::before{
  opacity: 0 !important;
}
.appData-table .table.data-list-view th::before{
  
  border-color: transparent transparent #4c4c4c transparent;
  /* margin-top: -13px; */
  top: 10%;
}
.appData-table .table.data-list-view th::after{
  border-color: #4c4c4c transparent transparent transparent;
  /* margin-top: 7px; */
  top: 65%;
}
.appData-table .table.data-list-view th.no-shorting::before,
.appData-table .table.data-list-view th.no-shorting::after{
  content: none !important;
}
.appData-table table.data-list-view td{
  font-size: 14px !important;
  padding: 0.75rem 0.5rem;
}
.appData-table table.data-list-view .badge{
    font-weight: 400;
    padding: 0.45rem 0.7rem;
    border-radius: 8px;
    color: #f2f2f2;
    font-size: 12px;
    min-width: 100px;
    line-height: normal;
}
.btn-level{
  font-size: 12px;
  border-radius: 10px;
  letter-spacing: 0.8px;
  padding: 4px 12px !important;
  /* height: 24px; */
  line-height: 24px;
  margin: 0 11px;
  min-width: 100px;
  /* text-transform: uppercase; */
}
table .btn-level {
  font-size: 12px;
  border-radius: 6px;
  letter-spacing: 0.8px;
  padding: 0px 20px !important;
  height: 24px;
  /* line-height: 24px; */
  line-height: normal;
  margin: 0 11px;
  min-width: 100px;
  text-transform: uppercase;
}
table .btn-level span{
  margin-right: 10px;
}
table .btn-level span img{
  height: 11px;
  width: auto;
  margin-top: -2px;
}
/* table.dataTable.table-striped tbody tr{background-color: #fff !important;} */
table .dropdown .dropdown-menu .dropdown-item{
  font-size: 12px;
  padding: 10px 10px;
}
table .dropdown .dropdown-menu .dropdown-item + .dropdown-item{
  border-top: 1px solid #cdcdcd;
}
table .dropdown .dropdown-menu::before{
  content: unset;
}
table .dropdown .dropdown-menu{
  border: 1px solid #cdcdcd;
  text-align: center;
  margin: 3px 0;
  padding: 0;
  width: 10rem;
}
table .btn-download{min-width: 10rem;}
table .btn-level.dropdown-toggle:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f0d7' !important;
  left: 0.4rem;
  top: 0;
}
.noClick{
  pointer-events: none;
}

.app-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.app-modal .modal-dialog .modal-content .modal-header,
.document-model .modal-dialog .modal-content .modal-header {
  background-color: transparent;
}
.app-modal .modal-dialog .modal-content .modal-header button.close{
  box-shadow: none;
  margin: 0rem 0.5rem 0rem auto;
  transform: none;
}
.document-model .modal-dialog .modal-content .modal-header{padding: 0;}
.document-model .modal-dialog .modal-content .modal-header button.close{
  box-shadow: none;
  margin: 2px 0.5rem 2px auto;
  transform: none;
}
.app-modal .modal-dialog .modal-content .modal-header button.close  span,
.document-model .modal-dialog .modal-content .modal-header button.close span{
  color: #333333 !important;
  font-weight: 400;
  font-size: unset;
}
.app-modal .modal-dialog .modal-content .modal-body {
  padding: 0px 54px;
}
.app-modal .modal-dialog .modal-content .modal-body h4.form-head , .details-tab h4.form-head{
  font-size: 14px;
  font-weight: 500;
  color: #f1b634;
  padding: 5px 15px;
  background-color: rgba(241, 182, 52, 0.09);
  font-family: 'Dosis', sans-serif;
  margin-bottom: 10px;
}
.form-main{
  margin-bottom: 1rem;
}
.form-sec fieldset{
  margin-bottom: 1rem;
}
.app-modal .modal-dialog .modal-content .form-main:last-child .form-sec fieldset{margin-bottom: 0;}
.app-modal .modal-dialog .modal-content .form-main:last-child{margin-bottom: 0;}
.form-sec .custom-file {height : calc(1.25em + 1.2rem + 0px);}
.form-sec fieldset.required label {
  margin-bottom: 5px;
  font-weight: 400;
  color: #333;
  font-family: "helveticaneuemedium";
}
.form-sec fieldset.required label span{
  color: #ed1c24;
  font-size: 14px;
  margin-right: 00;
}
.form-sec fieldset input.form-control,
.form-sec fieldset select.form-control,
.form-sec fieldset .custom-file input.custom-file-input,
.form-sec fieldset .custom-file .custom-file-label {
  background-color: #e7e7e7;
  height: calc(1.2em + 1.2rem + 1px);
  padding: 0.5rem 0.7rem;
  border: none !important;
  border-radius: 10px;
  font-family: "helveticaneuemedium";
}

.form-sec fieldset input.form-control:focus,
.form-sec fieldset input.form-control:hover,
.form-sec fieldset select.form-control:hover,
.form-sec fieldset select.form-control:focus,
.form-sec fieldset .custom-file input.custom-file-input:focus,
.form-sec fieldset .custom-file input.custom-file-input:hover{
  background-color: #e7e7e7;
}
.form-sec fieldset .custom-file .custom-file-label::after{
  content: 'Browse';
  left: 0;
  right: auto;
  border-radius: 10px 0px 0px 10px;
  background-color: #ffb719;
  color: #fff;
}
.form-sec fieldset .custom-file label.custom-file-label {
  padding-left: 74px !important;
  margin-bottom: 0;
}
.form-sec fieldset select.form-control{
  background-image: url("../../app-assets/images/icons/dropdown-arrow.png") !important;
background-position: right+12px center !important;
background-size: 6px 6px !important;
background-repeat: no-repeat !important;
-webkit-appearance: none !important;
}
fieldset input.picker__input.form-control{
  background-position: right+12px center !important;
/* background-size: 16px; */
background-repeat: no-repeat !important;
-webkit-appearance: none !important;
background-image: url("../../app-assets/images/icons/calendar-small-icon.png") !important;
}

.app-modal .modal-dialog .modal-content .modal-footer,
.document-model .modal-dialog .modal-content .modal-footer {
  padding: 2rem 54px;
  border: none !important;
}
.app-modal .modal-dialog .modal-content .modal-footer .btn, .details-tab .btn{
  border-radius: 12px;
  min-width: 80px;
  font-family: "helveticaneuemedium";
}
.app-modal .btn-cancel {
  background-color: #303030;
  color: #fff;  
  padding: 9px 10px;
}
.app-modal .btn-save{
  background-color: #ffb719;
  color: #fff;
  padding: 9px 10px;
}
.document-model .modal-dialog .modal-content .modal-footer .btn{
  color: #fff;
  padding: 8px 15px;
  box-shadow: 0 0px 3px 1px #989898;
  -webkit-box-shadow: 0 0px 3px 1px #989898;
  -moz-box-shadow: 0 0px 3px 1px #989898;
}
.document-model .modal-dialog .modal-content .modal-footer .btn-save{
  background-color: #ffb719;
}
.document-model .modal-dialog .modal-content .modal-footer .btn-cancel{
  background-color: #818181;
}
.document-model .modal-dialog .modal-content .modal-body p,
.document-model .modal-dialog .modal-content .modal-body label{
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 24px;
  height: auto;
  font-family: "Helvetica";
}
.document-model .modal-dialog .modal-content .modal-body .search-box .form-control-position{top: 0;}
.document-model .modal-body fieldset select.form-control{
  border-radius: 15px;
  box-shadow: 0 0px 5px 0px #b9b9b9;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
  -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
  color: #333;
}
.document-model .modal-body fieldset .custom-file label.custom-file-label{
  border-radius: 15px;
  box-shadow: 0 0px 5px 0px #b9b9b9;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
  -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
  color: #ccc;
  text-transform: unset;
}
.document-model .modal-dialog .modal-content .modal-body .form-control:focus{
  border-color: #d9d9d9;
  box-shadow: 0 0px 5px 0px rgba(255,183,25,0.5);
  -webkit-box-shadow: 0 0px 5px 0px rgba(255,183,25,0.5);
  -moz-box-shadow: 0 0px 5px 0px rgba(255,183,25,0.5);
}
.document-model .modal-dialog .modal-content .modal-body{
  padding: 0px 30px;
}
.document-model .modal-dialog .modal-content .modal-footer{
  padding: 30px 30px;
  justify-content: flex-start;
}
.document-model .modal-body fieldset select.form-control {
  background-image: url(../../app-assets/images/icons/dropdown-arrow.png);
  background-position: right+15px center;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding: 8px 13px;
}
.document-model .modal-body fieldset .custom-file label.custom-file-label {
  padding-left: 130px !important;
  
}
.document-model fieldset .custom-file .custom-file-label::after {
  content: 'Choose file';
  left: 5px;
  top: 3px;
  right: auto;
  border-radius: 12px;
  background-color: #ffb719;
  color: #fff;
  height: 28px;
  padding: 4px 15px;
  box-shadow: 0 0px 5px 0px #b9b9b9;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
  -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
}
.document-model .main-heading{
  margin-bottom: 1.5rem;
}
body.modal-open {
  overflow: hidden !important ;
}
.agent-portal-main .tab-inner-form .form-group input, 
.agent-portal-main .tab-inner-form .form-group textarea, 
.agent-portal-main .tab-inner-form .form-group select {
  background: #e6e6e6;
  border: none;
}
.agent-portal-main .tab-inner-form .card-header{
  padding: 5px 15px;
    line-height: 18px;
    color: #ffb719;
  background-color: #fff9ea;
  margin-bottom: 10px;
  border: none;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
}
.agent-portal-main .tab-inner-form .form-group > label{
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
  position: relative;
  margin-left: 7px;
}
.agent-portal-main .tab-inner-form  .form-group span{
  position: absolute;
    left: -5px;
}
.agent-portal-main table{ padding: 0px !important;min-width: 765px;}
.agent-portal-main table.dataTable td .dropdown-toggle{
  padding-right: 31px !important;
}
.agent-portal-main table.dataTable td .dropdown .dropdown-menu .dropdown-item{
  color: #4d4d4d;
}
.agent-portal-main table.dataTable td .dropdown .dropdown-menu .dropdown-item:hover{
  color: #ff8619;
}
.agent-portal-main table.dataTable td .dropdown-toggle:after{
  content: "\f0d7" !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    left: auto;
    top: 0.8rem;
}
.add-invoice-main .iteam-details .card{
  box-shadow: none;
  background: none;
}
.add-invoice-main .iteam-details .item-details-table table p{
  margin-bottom: 0px;
}
.add-invoice-main .iteam-details .item-details-table table th,
.add-invoice-main .iteam-details .item-details-table table td{
  color: #333;
    font-size: 14px;
    font-family: "Helvetica";
    border-color: #ccc;
}
.add-invoice-main .iteam-details .item-details-table table tr.head-bg{
  background-color: #dcddde;
}
.add-invoice-main .iteam-details .item-details-table table thead tr th{
  border-bottom: none;
  vertical-align: middle;
}
.add-invoice-main .iteam-details .item-details-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #e7e7e7;
}
.add-invoice-main .iteam-details .item-details-table .items-details-tbl th:last-child,
.add-invoice-main .iteam-details .item-details-table .items-details-tbl td:last-child{
  text-align: right;
}
.add-document-main .request-form .form-group label{
  color: #4d4d4d;
}
.add-invoice-main .iteam-details .item-details-table table td a{
  color: #333;
}
.add-invoice-main .iteam-details .item-details-table table td a:hover, .add-invoice-main .iteam-details .item-details-table table td a:focus{
  color: #ff8619;
}

.add-invoice-main .iteam-details .item-details-table .items-details-tbl tbody td:nth-child(1),
.add-invoice-main .iteam-details .item-details-table .items-details-tbl tbody td:nth-child(2),
.add-invoice-main .iteam-details .item-details-table .items-details-tbl tbody td:nth-child(4){
  min-width: 100px;
}
.add-invoice-main .iteam-details .item-details-table .items-details-tbl tbody td:nth-child(3){
  min-width: 144px;
}
.add-invoice-main .iteam-details .item-details-table .items-details-tbl tbody td:nth-child(5){
  min-width: 105px;
}
.add-invoice-main .iteam-details .item-details-table .btn{border-radius: 10px;padding: 8px 12px;}
.ps .ps__rail-x.ps--clicking, 
.ps .ps__rail-x:focus, 
.ps .ps__rail-x:hover, 
.ps .ps__rail-y.ps--clicking, 
.ps .ps__rail-y:focus, 
.ps .ps__rail-y:hover{background-color: transparent;}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation > li.nav-item > a .menu-icon{ left: 50%; transform: translate(-50% , -50%);}
body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation > li.nav-item > a .menu-title { opacity: 0; }

/* pagination start */
.pagination{
  align-items: center;
}
.pagination .page-item .page-link {
  background: transparent;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  padding: 0 0.5rem;
  font-size: 12px !important;
}
.pagination .page-item:last-child .page-link {
  padding-right: 0;
}
.pagination .page-item.active {
  background: transparent;
}
.pagination .page-item.active {
  background-color: transparent;
  border-radius: 0;
}
.pagination .page-item.active .page-link {
  z-index: 3;
  border-radius: 0;
  background-color: transparent;
  color: #f1b634;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pagination .page-item.prev .page-link:before, .pagination .page-item.previous .page-link:before {
  content: '<<';
  font-family: 'feather';
  font-size: 14px;
  margin-right: 5px;
}
.pagination .page-item.next .page-link:after {
  content: '>>';
  font-family: 'feather';
  font-size: 14px;
  margin-left: 5px;
}
.pagination .page-item.prev-item .page-link,
.pagination .page-item.next-item .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
  color: #f1b634;
}
.pagination .page-item.prev-item .page-link:hover,
.pagination .page-item.next-item .page-link:hover {
  background: #f1b634;
  color: #ffffff;
}
.pagination .page-item .page-link:hover {
  color: #f1b634;
}
/* pagination end */
.teacher-tab .nav.nav-pills .nav-item .nav-link:not(.active) {
  border-top: none;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.summary-cards-row{margin-bottom: 1.5rem;}
footer.footer {padding: 0.5rem 3.2rem 1rem 3.85rem;}
.picker__month, .picker__year{font-size: 1rem !important;font-family: "Open Sans", sans-serif;font-weight: 500;}
table.dataTable{margin-top: 0 !important;margin-bottom: 0 !important;}


/* ----------------------------- */
/* .entry-test-sec .ag-paging-panel.ag-unselectable{display: none !important;} */
.tp-teacher-page.without-sidebar .user-page-info.profile-name{left: 4rem;}
.tp-teacher-page.without-sidebar .card.teacher-tab .tab-content{padding: 40px 40px 40px;height: auto;min-height: fit-content;}

.admin-portal .admin-details-tab label{font-size: 14px;color: #f1b634; font-family: "helveticaneuemedium";font-weight: 500;margin-bottom: 10px;}
.admin-portal .admin-details-tab .form-control,.book-room-model .form-control{
  height: 32px;
  border-radius: 50px;
  box-shadow: 0 0px 5px 0px #b9b9b9;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
  -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
  border: none;
  color: #4d4d4d;
  font-family: "helveticaneuemedium";
}
.admin-portal .admin-details-tab .search-box .form-control-position {
  top: 0;
}
.admin-portal .admin-details-tab fieldset input.picker__input.form-control{
  background-image: url(../../app-assets/images/icons/calendar-small-icon2.png);
}
.admin-portal .admin-details-tab .picker{left: -25px;top: unset;}
.admin-portal .admin-details-tab .picker__holder{top: 5px;}
.admin-portal .admin-details-tab .btn-save,.details-tab .btn-save {
  background-color: #ffb719;
}
.admin-portal .admin-details-tab .btn-cancel,.details-tab .btn-cancel {
  background-color: #818181;
}
.admin-portal .admin-details-tab .btn, .details-tab .btn {
  color: #fff;
  padding: 8px 15px;
  box-shadow: 0 0px 3px 1px #989898;
  -webkit-box-shadow: 0 0px 3px 1px #989898;
  -moz-box-shadow: 0 0px 3px 1px #989898;
  margin-right: 5px;
  border-radius: 10px;
}
.room-number{
  width: 100px;
  position: relative;
}
.room-number.bg-grey{
  background-color: #666666;
}
.room-number.bg-yellow{
  background-color: #ffb719;
}
.room-number span{
  color: #fff;
  font-size: 24px;
  font-family: "helveticaneuemedium";

}
.rooms-tab .class-table table td {
  padding: 8px 1rem;
  border-color: transparent;
}
.room-book-btn {
  padding: 6px 14px;
}
.book-room-model .form-control{
  
}
.book-room-model .form-control{
  border-radius: 12px;
  height: 32px;
}
/* ----------------------------- */
.admin-portal .input-filter-box .select-box .form-group .form-control{
  line-height: 16px;
  background-position: center right 8px;
  font-size: 14px;
}
.admin-portal .summary-details-col .summary-details-card .card-body{
  height: inherit;
}
.admin-portal .student-details-view .summary-details-col .summary-details-card .card-body .suggested-block,
.admin-portal .groups-details-view .summary-details-col .summary-details-card .card-body .suggested-block{
  height: calc(100% - 60px);
  overflow-y: auto;
}

.admin-portal .student-details-view .teacher-tab .tab-content .tab-pane .card-body{
  margin-top: 0 !important;
}
.admin-portal .student-details-view .teacher-tab .tab-content .tab-pane .card-body .appData-table .table-responsive .table{
  border: none;
}
.admin-portal .schedule-sec{margin-bottom: 20px;}
.admin-portal .schedule-sec .user-page-info.profile-name,
.admin-portal .detail-view .user-page-info.profile-name{
  position: unset;
}

.admin-portal .schedule-sec  .activity-row{
  margin-top: 65px;
}
.admin-portal .activity-row .activity-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.admin-portal .avtivity-tab-row{
  width: 100%;
}
.admin-portal .activity-row .activity-nav .left-right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
          margin-bottom: -23px;
}

.admin-portal .activity-row .activity-nav .left-right-nav > div {
  background-color: #f1b634;
  border-radius: 5px;
  width: 24px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          cursor: pointer;
}

.admin-portal .activity-row .activity-nav .left-right-nav > div .feather {
  color: #fff;
  font-size: 16px;
  line-height: unset;
}

.admin-portal .activity-row .activity-nav .week-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
          column-gap: 7px;
}

.admin-portal .activity-row .activity-nav .week-nav .single-week {
  padding: 2px 7px;
  border-radius: 5px;
  border: 2px solid #f1b634;
  color: #f1b634;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
}

.admin-portal .activity-row .activity-nav .week-nav .single-week.active {
  background-color: #f1b634;
  color: #fff;
}

.admin-portal .activity-table {
  width: 100%;
  margin-top: 15px;
  overflow-x: auto;
}
.admin-portal .activity-nav-sec nav {
  display: flex;
  justify-content: flex-end;
  column-gap: 5px;
}
.admin-portal .activity-nav-sec nav .nav-link{
  border: 1px solid #ffb719;
  border-radius: 5px;
  height: 24px;
  line-height: 11px;
}
.admin-portal .activity-nav-sec nav .nav-link:hover{
  color: #ffb719;
}
.admin-portal .activity-nav-sec nav .nav-tabs{
  display: flex;
  column-gap: 5px;
}
.admin-portal .gantt-details nav .nav-tabs .nav-link,
.admin-portal .gantt-details nav .nav-tabs .nav-link {
  padding: 2px 7px;
  border-radius: 5px;
  border: 2px solid #f1b634 !important;
  color: #f1b634;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
}
.admin-portal .activity-nav-sec nav .nav-tabs .nav-link.active,
.admin-portal .gantt-details nav .nav-tabs .nav-link.active{
  color: #fff;
  background-color: #f1b634;
}
.admin-portal .gantt-details nav .nav-tabs .nav-link {margin-right: 10px;text-transform: capitalize;padding: 3px 10px;font-size: 14px;}
.admin-portal .activity-table table {
  width: inherit;
  min-width: 1035px; 
}

.admin-portal .activity-table table thead tr th {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  color: #333;
  font-size: 17px;
  padding: 5px 0px;
  border: 1px solid gray;
  text-align: center;
}

.admin-portal .activity-table table tbody tr {
  border: 1px solid gray;
}

.admin-portal .activity-table table tbody tr.orange-row td:first-of-type {
  background-color: #ed6b50;
}

.admin-portal .activity-table table tbody tr.orange-row td .group-list-row .group-list .group {
  color: #d16b52;
  border-color: #d16b52;
}

.admin-portal .activity-table table tbody tr.blue-row td:first-of-type {
  background-color: #3d95bf;
}

.admin-portal .activity-table table tbody tr.blue-row td .group-list-row .group-list .group {
  color: #6194bc;
  border-color: #6194bc;
}

.admin-portal .activity-table table tbody tr.dark-blue-row td:first-of-type {
  background-color: #355d7d;
}

.admin-portal .activity-table table tbody tr.dark-blue-row td .group-list-row .group-list .group {
  color: #455d7b;
  border-color: #455d7b;
}

.admin-portal .activity-table table tbody tr.pink-row td:first-of-type {
  background-color: #ac2293;
}

.admin-portal .activity-table table tbody tr.pink-row td .group-list-row .group-list .group {
  color: #93278f;
  border-color: #93278f;
}

.admin-portal .activity-table table tbody tr.green-row td:first-of-type {
  background-color: #64d0ae;
}

.admin-portal .activity-table table tbody tr.green-row td .group-list-row .group-list .group {
  color: #8dcfae;
  border-color: #8dcfae;
}

.admin-portal .activity-table table tbody tr.brown-row td:first-of-type {
  background-color: #6c5b7b;
}

.admin-portal .activity-table table tbody tr.brown-row td .group-list-row .group-list .group {
  color: #675b79;
  border-color: #675b79;
}

.admin-portal .activity-table table tbody tr td {
  border: 1px solid gray;
  padding: 8px 7px;
  vertical-align: initial;
}

.admin-portal .activity-table table tbody tr td:first-of-type {
  width: 135px !important;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
  font-size: 12px;
  padding: 8px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.admin-portal .activity-table table tbody tr td .group-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.admin-portal .activity-table table tbody tr td .group-list-row .group-list {
  row-gap: 5px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 3px);
}

.admin-portal .activity-table table tbody tr td .group-list-row .group-list .group {
  color: #000;
  padding: 3px 5px;
  border: 1px solid;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
}

.admin-portal .right-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.admin-portal .right-top-box .view-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

.admin-portal .right-top-box .view-list > div {
  padding: 5px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.admin-portal .right-top-box .view-list > div.active {
  background-color: #f1b634;
  border-color: #f1b634;
}

.admin-portal .right-top-box .view-list > div.active img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.admin-portal .right-top-box .view-list > div img {
  max-width: 16px;
  height: auto;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.admin-portal .activity-tab .details-tab .form-main fieldset {
  margin-bottom: 16px;
}

.admin-portal .activity-tab .details-tab .form-main fieldset label {
  color: #f1b634;
  margin-bottom: 10px;
}

.admin-portal .activity-tab .details-tab .form-main fieldset .form-control {
  height: calc(1.25em + 1rem + 1px);
  background-color: transparent !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 20px !important;
  /* box-shadow: 0 1px 1px rgb(0,0,0,0.19), 0 0px 2px; */
  box-shadow: 0 0px 5px 0px #b9b9b9;
    -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
    -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
    color: #4d4d4d;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .form-control::placeholder{color: #666 !important;}
.admin-portal .activity-tab .details-tab .form-main fieldset .description {
  height: 300px;
  display: block;
  border: 1px solid #D9D9D9 !important;
  border-radius: 20px;
  /* box-shadow: 0 1px 1px rgb(0,0,0,0.19), 0 0px 2px; */
  box-shadow: 0 0px 5px 0px #b9b9b9;
    -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
    -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
  padding: 25px;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description .show-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description.show-frame{
  padding: 15px;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description .show-content img ,
.admin-portal .activity-tab .details-tab .form-main fieldset .description .show-content iframe
{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description p{
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description  ul {
  padding-left: 1.5rem;
  list-style: none;

}
.admin-portal .activity-tab .details-tab .form-main fieldset .description  ul li{
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  position: relative;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description  ul li::before{
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../../app-assets/images/icons/check-yellow-icon.png);
  background-size: 100%;
  left: -16px;
  top: 2px;
}
.admin-portal .activity-tab .details-tab .form-main fieldset .description span.edit-txt {
  position: absolute;
  right: 45px;
  bottom: 38px;
  cursor: pointer;
}
.admin-portal .activity-tab .details-tab .gm-bundled-control {
  top: 0;
  bottom: unset;
}
.modal-custom-switch.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  content: 'yes';
  text-align: left;
  color: #000;
}

.modal-custom-switch.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(41px);
          transform: translateX(41px);
  content: 'no';
}

.modal-custom-switch.custom-switch .custom-control-label::before {
  width: 87px;
  height: 2rem;
  top: 30px;
  padding: 2px 10px;
  content: 'no';
  text-align: right;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9 !important;
          box-shadow: 0 0px 5px 0px #b9b9b9 !important;
}

.modal-custom-switch.custom-switch .custom-control-label::after {
  top: 32px;
  width: 3rem;
  height: 24px;
  content: 'Yes';
  text-align: center;
  background-color: #ffb719 !important;
  color: #fff !important;
}
/* ----------------------------- */
.customtoggle {
  appearance: none;
  position: relative;
  cursor: pointer;
  height: 32px;
  border-radius: 12px;
  box-shadow: 0 0px 5px 0px #b9b9b9;
  -webkit-box-shadow: 0 0px 5px 0px #b9b9b9;
  -moz-box-shadow: 0 0px 5px 0px #b9b9b9;
  border: none;
  width: 110px;
}
.customtoggle::after, .customtoggle::before {
  font-family: "helveticaneuemedium";
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  width: 55px;
  height: 28px;
  border-radius: 12px;
  top:2px;
  transition: all .15s;
}

.customtoggle::after {
  content: 'Yes';
  left: 2px;
  color: #fff;
  background-color: #ffb719;
}
.customtoggle::before {
  content: 'No';
  right: 2px;
  color: #4d4d4d;
  background-color: transparent;
}
.customtoggle:checked::before {
    color: #fff;
    background-color: #ffb719;
}
.customtoggle:checked::after{
  color: #4d4d4d;
  background-color: transparent;
}
/* Student Portal */
.test-details-main{
  position: relative;
  width: 100%;
  float: left;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top+25px center;
  background-size: cover;
}
.test-details-main .test-title{
  background-color: #4d4d4d;
}
.test-details-main .test-title p{
  margin-bottom: 0;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.test-details-main .btn-title{
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.test-details-main .btn-title .btn{
  padding: 10px 30px;
  color: #ffffff;
  font-family: 'Dosis', sans-serif;
  font-size: 22px;
  background-color: #ffb500;
  font-weight: 600;
  line-height: 19px;
}
.consent-form .main-title {
  display: block;
}
.consent-form p{
  color: #303030;
  font-family: "helveticaneuemedium";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
}
.consent-form .form-main{
  margin-bottom: 10px;
}
.consent-form .tab-inner-form .form-group input, 
.consent-form .tab-inner-form .form-group textarea, 
.consent-form .tab-inner-form .form-group select {
  background: #e6e6e6;
  border: none;
  padding: 8px 15px;
  color: #333;
  height: auto;
  border-radius: 10px;
}
.consent-form .tab-inner-form .form-control::placeholder{
  color: 999999;
}
.consent-form .tab-inner-form .card-header{
  padding: 5px 15px;
  line-height: 18px;
  color: #ffb719;
  background-color: #f7f0e0;
  margin-bottom: 15px;
  border: none;
  font-family: 'Dosis', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.consent-form .tab-inner-form .form-group > label{
  font-size: 14px;
  margin-bottom: 4px;
  color: #333;
}
.consent-form .biodata-file{
  height: 100px;
  background-color: #e6e6e6;
  border-radius: 10px;
  box-shadow: unset;
  cursor: pointer;
}

.consent-form .biodata-file .dropzone{
  height: 100px;
  min-height: 100px;
  border: unset;
  background-color: #e6e6e6;
}
.consent-form .biodata-file h6{
  color: #333333;
  font-family: "helveticaneuemedium";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
}
.consent-form .biodata-file .dropzone .dz-message {
  font-size: 2rem;
  position: absolute;
  top: unset;
  bottom: 0px;
  left: 0;
  width: 100%;
  float: left;
  width: 100%;
  height: auto;
  margin-top: -30px;
  text-align: center;
}
.consent-form .biodata-file .dropzone .dz-preview .dz-details,
.consent-form .biodata-file .dropzone-previews .dz-preview .dz-details{
  width: unset;
  height: unset;
}
.consent-form .biodata-file .dropzone .dz-preview .dz-details img,
.consent-form .biodata-file .dropzone-previews .dz-preview .dz-details img{
  width: auto;
  height: 20px;
}
.consent-form .biodata-file .dropzone .dz-preview.dz-processing .dz-progress,
.consent-form .biodata-file .dropzone-previews .dz-preview.dz-processing .dz-progress{
  display: none;
}
.consent-form .dropzone .dz-message::before {
  position: absolute;
  content: " " !important;
  background-image: url(../../app-assets/images/icons/upload.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 36px;
  height: 28px;
  top: -35px;
}

.app-radio{
  margin-top: 5px;
}
.app-radioChk {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #303030;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
}
.app-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Hide the browser's default radio button */
.app-radio .app-radioChk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.app-radio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #fbd067;
  border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.app-radio .app-radioChk input:checked ~ .checkmark {
  background-color: #ffb500;
  border: 4px solid #fbd067;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.app-radio .app-radioChk:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.app-radio .app-radioChk input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.app-radio .app-radioChk .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgb(73, 71, 71);
}
.consent-form .sign-field{
  width: 25%;
  min-height: 100px;
  position: relative;
}
.consent-form .sign-message{
  position: absolute;
  top: 40%;
  left: 11%;
  margin: auto;
  text-align: center;
  
}
.consent-form .sign-message h6{
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.consent-form .customDate{
  width: 40%;
}
.consent-form .content-inner{
  max-height: 96px;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  cursor: pointer;
}
.content-outr{
  margin-bottom: 15px;
}
.rules-list{
  list-style-type: none;
  padding-left: 20px;
}
.rules-list li{
  position: relative;
}
.rules-list li::after{
  position: absolute;
  content: "\2714";
  top: 2px;
  left: -20px;
  color: #ffb719;
  font-size: 12px;
}
.consent-form .form-sec{
  padding-left: 12px;
}
.consent-form .btn{
  box-shadow: 0 0px 3px 1px #989898;
    -webkit-box-shadow: 0 0px 3px 1px #989898;
    -moz-box-shadow: 0 0px 3px 1px #989898;
    padding: 8px 15px;
    background-color: #ffb700;
}
.placement-test-section .card-body .title-info{
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
}
.app-content .wizard.wizard-circle > .steps > ul > li:first-child::before{
  content: unset;
}
.app-content .wizard > .steps{
  margin-bottom: 25px;
}
.placement-test-section .label-heading{
  color: #ffb500;
  font-family: "helveticaneuemedium";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: inherit;
}
.placement-test-section .app-radioChk{
  margin-bottom: 8px;
}
.placement-test-section .wizard > .actions{
  margin-top: 20px;
}
.placement-test-section .wizard.wizard-circle > .steps .step {
  font-size: 29px;
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
}
.app-content .wizard > .actions > ul > li > a{
  padding: 4px 12px;
}
.app-content .wizard > .actions > ul > li > a,.app-content .wizard > .actions > ul > li:hover > a:hover {

  box-shadow: 0 0px 3px 1px #989898;
  -webkit-box-shadow: 0 0px 3px 1px #989898;
  -moz-box-shadow: 0 0px 3px 1px #989898;
}
.app-content .wizard > .steps > ul > li a{
  font-family: 'Dosis', sans-serif;
  font-weight: 600;
  padding-top: 60px;
  color: #303030 !important;
  
}
.card-filter-select{margin-right: 10px;}
.test-table.appData-table.class-table table th:first-child{max-width: 80px;min-width: 30px;}
.test-table.appData-table.class-table table th {min-width: 130px;}
.groups-details-view-navs{overflow-y: auto;}
.details-tab .picker__holder {
  right: 40px !important;
  top: -13px;
}
.admin-portal #StudentsPerCampusChart .apexcharts-series path:nth-child(odd){
  fill: #fdc445  !important ;
}
.admin-portal #StudentsPerCampusChart .apexcharts-series path:nth-child(even){
  fill: #4c4c4c  !important ;
}
#basic-map .gm-style-mtc button{font-size: 12px !important;padding: 0 10px !important;}
.consent-form .picker--opened .picker__holder{    left: 15px;
  top: -11px;}

  /* -----------gantt chart----------- */
  .gantt, .gantt2 {
    width: 100%;
    margin: 20px auto;
    border: 5px solid #ffb719;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.gantt:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.fn-gantt {
    width: 100%;
}

.fn-gantt .fn-content {
    overflow: hidden;
    position: relative;
    width: 100%;
}




/* === LEFT PANEL === */

.fn-gantt .leftPanel {
    float: left;
    /* width: 261px; */
    width: 35%;
    overflow: hidden;
    border-right: 1px solid #DDD;
    position: relative;
    z-index: 20;
}

.fn-gantt .row {
    float: left;
    height: 24px;
    line-height: 24px;
    /* margin-left: -24px; */
    margin-left: -1px;
}

.fn-gantt .leftPanel .fn-label {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #4d4d4d;
    width: 145px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.fn-gantt .leftPanel .row0 {
    border-top: 1px solid #DDD;
}
.fn-gantt .leftPanel .name, .fn-gantt .leftPanel .desc {
    float: left;
    height: 24.1px;
    margin: 0;
    border-bottom: 1px solid #DDD;
    background-color: #f6f6f6;
}

.fn-gantt .leftPanel .name {
    width: 185px;
    font-weight: bold;
}

.fn-gantt .leftPanel .desc {
    width: 165px;
}

.fn-gantt .leftPanel .fn-wide, .fn-gantt .leftPanel .fn-wide .fn-label {
    width: 225px;
}

.fn-gantt .spacer {
    margin: -2px 0 1px 0;
    border-bottom: none;
    background-color: #f6f6f6;
}




/* === RIGHT PANEL === */

.fn-gantt .rightPanel {
    overflow: hidden;
    
}

.fn-gantt .dataPanel {
    margin-left: 0px;
    border-right: 1px solid #DDD;
    background: url("../../app-assets/images/icons/grid.png") repeat !important;
    background-size: 24px 24px;
    background-position: 25px 22px;
}
.fn-gantt .day, .fn-gantt .date {
    overflow: visible;
    width: 24px;
    /* width: 30px; */
    line-height: 24px;
    text-align: center;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: -1px 0 0 -1px;
    font-size: 11px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-align: center;
}

.fn-gantt .holiday {
    background-color: #ffd263;
    height: 23px;
    margin: 0 0 -1px -1px;
}

.fn-gantt .today {
    background-color: #fff8da;
    height: 23px;
    margin: 0 0 -1px -1px;
    font-weight: bold;
    text-align: center;
}

.fn-gantt .sa, .fn-gantt .sn, .fn-gantt .wd {
    height: 23px;
    margin: 0 0 0 0px;
    text-align: center;
    justify-content: center;
}

.fn-gantt .sa, .fn-gantt .sn {
    color: #939496;
    background-color: #f5f5f5;
    text-align: center;
}

.fn-gantt .wd {
    background-color: #f6f6f6;
    text-align: center;
}

.fn-gantt .rightPanel .month, .fn-gantt .rightPanel .year {
    float: left;
    overflow: hidden;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    height: 23px;
    margin: 0 0 0 -3px;
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 12px;
    color: #484a4d;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    text-align: center;
}

.fn-gantt-hint {
    border: 5px solid #edc332;
    background-color: #fff5d4;
    padding: 10px;
    position: absolute;
    display: none;
    z-index: 11;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.fn-gantt .bar {
    background-color: transparent;
    height: 18px;
    margin: 4px 3px 3px 3px;
    position: absolute;
    z-index: 10;
    text-align: center;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
        box-shadow: 0 0 1px rgba(0,0,0,0.25) inset;
            /* -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px; */
}

.fn-gantt .bar .fn-label {
    line-height: 19px;
    font-weight: normal;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    color: #414B57 !important;
    text-align: center;
    font-size: 11px;
}

.fn-gantt .ganttRed {
    background-color: #ff0000;
}
/* .fn-gantt .ganttRed .fn-label,.fn-gantt .ganttYellow .fn-label,.fn-gantt .ganttOrange .fn-label {
    color: #fff !important;
} */
.fn-gantt .ganttYellow{
  background-color: #ffb719;
}
.fn-gantt .ganttOrange{
  background-color: #e8a000;
}
.fn-gantt .ganttBlack{
  background-color: #58595b;
}
.fn-gantt .ganttGrey{
  background-color: #dedede;
}
.gantt .fn-gantt .fn-content .rightPanel .dataPanel .bar.gantttransparent span.label,
.gantt .fn-gantt .fn-content .rightPanel .dataPanel .bar.ganttGrey span.label{
  color: #333;
}
.fn-gantt .gantttransparent .fn-label{
  color: transparent;
}
.fn-gantt .ganttBlack .fn-label {
  color: #fff !important;
}
.fn-gantt .ganttGreen {
    background-color: #D8EDA3;
}
.fn-gantt .ganttGreen .fn-label {
    color: #778461 !important;
}

.fn-gantt .ganttOrange {
    background-color: #FCD29A;
}
.fn-gantt .ganttOrange .fn-label {
    color: #714715 !important;
}


/* === BOTTOM NAVIGATION === */

.fn-gantt .bottom {
    clear: both;
    background-color: #f6f6f6;
    width: 100%;
}
.fn-gantt .navigate {
    border-top: 1px solid #DDD;
    padding: 15px 0 10px 0px;
    text-align: center;
}

.fn-gantt .navigate .nav-slider {
    height: 20px;
    display: inline-block;
}

.fn-gantt .navigate .nav-slider-left, .fn-gantt .navigate .nav-slider-right {
    text-align: center;
    height: 20px;
    display: inline-block;
}

.fn-gantt .navigate .nav-slider-left {
    float: left;
}

.fn-gantt .navigate .nav-slider-right {
    float: right;
}

.fn-gantt .navigate .nav-slider-content {
    text-align: left;
    width: 160px;
    height: 20px;
    display: inline-block;
    margin: 0 10px;
}

.fn-gantt .navigate .nav-slider-bar, .fn-gantt .navigate .nav-slider-button {
    position: absolute;
    display: block;
}

.fn-gantt .navigate .nav-slider-bar {
    width: 155px;
    height: 6px;
    background-color: #838688;
    margin: 8px 0 0 0;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
        box-shadow: 0 1px 3px rgba(0,0,0,0.6) inset;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
}

.fn-gantt .navigate .nav-slider-button {
    width: 17px;
    height: 60px;
    background: url("../../app-assets/images/icons/slider-handle.png") center center no-repeat;
    left: 0px;
    top: 0px;
    margin: -26px 0 0 0;
    cursor: pointer;
}

.fn-gantt .navigate .page-number {
    display: inline-block;
    font-size: 10px;
    height: 20px;
}

.fn-gantt .navigate .page-number span {
    color: #666666;
    margin: 0 6px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.fn-gantt .navigate a:link, .fn-gantt .navigate a:visited, .fn-gantt .navigate a:active {
    text-decoration: none;
}

.fn-gantt .nav-link {
    margin: 0 3px 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0px;
    background: #595959 url("../../app-assets/images/icons/icon-sprite.png") !important;
    border: 1px solid #454546;
    cursor: pointer;
    vertical-align: top;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
            box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 1px 1px rgba(0,0,0,0.2);
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}
.fn-gantt .nav-link:active {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25) inset, 0 1px 0 #FFF;
}

.fn-gantt .navigate .nav-page-back {
    background-position: 1px 0 !important;
    margin: 0;
}

.fn-gantt .navigate .nav-page-next {
    background-position: 1px -16px !important;
    margin-right: 15px;
}

.fn-gantt .navigate .nav-slider .nav-page-next {
    margin-right: 5px;
}

.fn-gantt .navigate .nav-begin {
    background-position: 1px -112px !important;
}

.fn-gantt .navigate .nav-prev-week {
    background-position: 1px -128px !important;
}

.fn-gantt .navigate .nav-prev-day {
    background-position: 1px -48px !important;
}

.fn-gantt .navigate .nav-next-day {
    background-position: 1px -64px !important;
}

.fn-gantt .navigate .nav-next-week {
    background-position: 1px -160px !important;
}

.fn-gantt .navigate .nav-end {
    background-position: 1px -144px !important;
}

.fn-gantt .navigate .nav-zoomOut {
    background-position: 1px -96px !important;
}

.fn-gantt .navigate .nav-zoomIn {
    background-position: 1px -80px !important;
    margin-left: 15px;
}

.fn-gantt .navigate .nav-now {
    background-position: 1px -32px !important;
}

.fn-gantt .navigate .nav-slider .nav-now {
    margin-right: 5px;
}

.fn-gantt-loader {
    background-image: url("../../app-assets/images/icons/loader-bg.png");
    z-index: 30;
}

.fn-gantt-loader-spinner {
    width: 100px;
    height: 20px;
    position: absolute;
    margin-left: 50%;
    margin-top: 50%;
    text-align: center;
}
.fn-gantt-loader-spinner span {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.row:after {
    clear: both;
}


/* ------- */
.fn-label{margin: 0 auto;}
.fn-gantt .bar{width: fit-content !important;padding: 0 6px;}
.fn-gantt .dataPanel{min-height: 384px !important;}
.row.header.year{display: none;}
/* .fn-gantt .dataPanel {
  background-position: 37px 36px;
  background-size: 30px;
}*/
.fn-gantt .bar {
  height: 24px;
  top: -2px;
}
.fn-gantt .bar .fn-label{line-height: 24px;} 
.fn-gantt .leftPanel .site,.fn-gantt .leftPanel .rounds{
  width: fit-content;
  float: left;
  height: 23px;
  margin: 0;
  border-bottom: 1px solid #DDD;
  background-color: #f6f6f6;
}

/* .fn-gantt .leftPanel{
  width: 295px;
} */


/* ------------------------------------- */
.left-panel{
  width: 30%;
}
.left-panel-table{
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.left-panel-table {
  border: 1px solid #000;
}
.left-panel-table thead{
  height: 50px;
}
.left-panel-table thead tr{
  border: 2px solid #000;
}
.left-panel-table thead th{
  border-bottom: unset ;
  padding-bottom: 0;
    vertical-align: bottom;
}
.left-panel-table tbody td{
  border: 1px solid #000;
  padding: 5px 12px;
}
.fn-gantt .middlePanel{ 
  width: 165px;
}

/* Gantt Chart */
.right-header {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, auto);
  
}
.right-header .row{
  width: 100% !important;
  height: 24.1px !important;
  overflow: hidden;
  margin-right: 2px !important;
}
.right-header .row .fn-label{
  width: 100% !important;
}
.gantt .fn-gantt .fn-content .rightPanel .dataPanel .bar{
  padding: 0 !important;
}
.gantt .fn-gantt .fn-content .rightPanel .dataPanel .bar span.label{
  color: #fff;
  width: 24px !important;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-right: 1px solid rgb(152 152 152 / 30%);
}
.gantt .fn-gantt .fn-content .rightPanel .dataPanel .bar span.label:last-child{
  border-right: 0;
}
.gantt .fn-gantt .fn-content .leftPanel .right-header .row.header {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-top: -24px;
  margin-left: 0;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  color: #000;
  font-size: 14px;
}
.fn-gantt .navigate .nav-zoomIn,.fn-gantt .navigate .nav-zoomOut{
  display: none;
}
.teacherslist .fn-gantt .fn-content .leftPanel{
  width: 25%;
}
.teacherslist .fn-gantt .fn-content .leftPanel .right-header{
  grid-template-columns: repeat(2, auto);
}
.teacherslist .fn-gantt .fn-content .leftPanel .right-header .row.header{
  grid-template-columns: repeat(2, auto);
}
.teacherslist .fn-gantt .fn-content .leftPanel .right-header .row.header .header-col:nth-child(2){
display: none;
}
.teacherslist .fn-gantt .fn-content .leftPanel .right-header .fn-wide{
  display: none;
}
/* End of Gantt Chart */
#basic-map {
  border-radius: 10px;
}
.student-details-view-main .details-tab .picker__holder{
  top: 3px;
  right: 0px !important;
}