.nav-layout {
  background-color: var(--BG-CL);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px 0px;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  overflow: hidden;
  max-width: 150px;
  border-bottom: 0.5px solid var(--LT-BDR-CL);
  border-right: 1px solid var(--M-NAV-BDR-CL);
}
.nav-layout nav {
  height: 100%;
}
.nav-layout nav ul li {
  line-height: 10px;
  text-align: center;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.nav-layout nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.nav-bar-a {
  padding: 10px;
  margin: 0px !important;
  font-size: 11px;
  color: var(--M-NAV-TXT-ICN-CL);
}

.img-set {
  max-width: 120px;
  max-height: 50px;
}

.logo-set {
  max-width: 70%;
}

.lg-header {
  margin: 0px 5px 5px 0px !important;
  width: 100%;
  text-align: center;
  line-height: 20px;
  position: absolute;
  bottom: 0px;
}

.ic-pr {
  width: 100%;
  height: 25px;
  font-size: 22px !important;
}

nav {
  background: transparent;
  box-shadow: none;
}

.classroom-theme-p p {
  display: inline-flex !important;
}

.t3 .nav-bar-a {
  color: #fff;
}

.classroom-theme-left-collapsible .collapsible-header {
  display: block;
}

.collapsible li.active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.classroom-theme-txt {
  text-orientation: upright;
  writing-mode: vertical-rl;
  margin: 0 auto;
  margin-top: 10px;
}

.classrom-theme-hdrbx {
  align-items: center !important;
  border: 1px solid #e0e0e0;
  box-shadow: 1px 3px 6px 0px #ececf8;
}

.flex {
  display: flex !important;
}

.align-center {
  align-items: center !important;
}

.theme-toolbox {
  border: 1px solid #ccc;
  display: flex;
  position: relative;
  padding: 7px !important;
  border-radius: 11px;
  align-items: center;
  width: 40px;
  border-left: 0px solid transparent;
  top: 10px;
}

.theme-dropbox .select-wrapper input.select-dropdown {
  border-bottom: 0px solid transparent;
  height: 2.5rem;
  padding-left: 10px;
  border: 1px solid #ccc;
}

.them-dataset {
  padding: 10px !important;
}

.theme-videobx {
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7294117647);
  color: #fff;
}

.theme-mrgrgt {
  margin-right: 12px;
}

.theme-mrgbtm {
  margin-bottom: 30px !important;
}

.them-mrgtpsmall {
  margin-top: 7px !important;
}

.theme-label span {
  margin-right: 20px;
  padding-left: 30px;
}

.theme-headerbx {
  padding: 30px !important;
  margin-bottom: 20px;
  background: var(--MAIN-BTN-CL);
  color: #fff;
}

.theme-mrgtop {
  margin-top: 60px;
}

.theme-lightbg {
  background-color: rgba(241, 240, 243, 0.2);
}

.vb-list-forced {
  border: 2px solid green;
}

.check-icn {
  position: absolute;
  right: 36px;
  top: 26px;
  font-size: 36px;
}

.liveclass-bgset {
  height: 100px;
  overflow: hidden !important;
  background: #F1F3F5;
  border-radius: 6px;
  margin: 10px 10px 10px 0px;
  padding: 0px !important;
}

.img-uploadbx {
  border: 1px dashed;
  border-style: dashed;
  border-width: medium;
  border-color: rgba(96, 125, 139, 0.768627451);
  padding: 20px 10px 0px 10px;
  margin-bottom: 18px;
}

.bgimg-deletbtn {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  right: 6px;
  position: absolute;
  z-index: 1;
  display: none;
  top: 4px;
  border-radius: 50%;
  background: orangered;
}

.liveclass-bgset:hover .bgimg-deletbtn {
  display: block;
}

.liveclass-bgset:hover {
  opacity: 0.7;
}

.imgbxpadst {
  padding: 10px 15px 20px 15px !important;
}

.msg-txtarea {
  border-color: #ccc;
  padding: 10px !important;
  height: 12rem !important;
  border-radius: 8px;
  line-height: inherit;
  margin-top: 6px;
}

/*# sourceMappingURL=classroom.css.map */
