@charset "UTF-8";
@font-face {
  font-family: "Nexa";
  font-weight: bold;
  src: url(../appfonts/NexaBold.otf) format("embedded-opentype"), url("../appfonts/NexaBold.otf") format("truetype");
}

@font-face {
  font-family: "Nexa";
  src: url(../appfonts/NexaLight.otf) format("embedded-opentype"), url("../appfonts/NexaLight.otf") format("truetype");
}

.bfclassroom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 40%;
      grid-template-columns: 60% 40%;
  height: 100vh;
  color: #153542;
  font-family: "Nexa";
}

.bfclassroom a {
  color: inherit;
}

.bfclassroom a:hover {
  color: inherit;
}

.bfclassroom .videochat {
  padding: 0 3rem;
}

.bfclassroom .videochat img {
  width: 100%;
  border-radius: 23px;
}

.bfclassroom .videochat .actions {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 100px;
}

.bfclassroom .videochat .actions a {
  padding: 0 0.7rem;
}

.bfclassroom .videochat .actions .bx {
  font-size: 1.5rem;
  color: #53d3c6;
}

.bfclassroom .videochat .actions .end {
  background: #fb022c;
  color: #fff;
  padding: 0.4rem;
  border-radius: 100px;
  font-size: 1.8rem;
}

.bfclassroom .panel {
  background: #fff;
  padding: 0 2rem;
  border-radius: 25px;
}

.students-frame {
  padding: 1rem 0;
}

.students-frame .students {
  padding: 1rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.students-frame .students img {
  width: 100%;
  border-radius: 10px;
}

.students-frame .students p {
  text-align: center;
  color: #074c29;
  padding: 0.5rem 0;
  font-weight: bolder;
}

.panel h3 {
  font-size: 2rem;
  color: #074c29;
  text-align: center;
  padding: 1.5rem 0;
}

.panel .links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}

.panel .links .bx {
  font-size: 1.5rem;
  padding-top: 0.5rem;
  color: #53d3c6;
}

.panel .links a {
  font-weight: bolder;
  font-size: 0.6rem;
  color: #53d3c6;
}

.panel .links a .active .bx,
.panel .links a .active p, .panel .links a:hover .bx,
.panel .links a:hover p {
  color: #076e64;
}

.panel .links p {
  font-size: .8rem;
  margin: .5rem .3rem 0 .3rem;
}

.panel .links .active .bx,
.panel .links .active p {
  color: #076e64;
}

#chats {
  padding: 2rem 0;
  position: relative;
}

#chats .chat {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
      grid-template-columns: 10% 90%;
  grid-gap: 1rem;
  padding: 0.5rem 0;
  margin: .5rem 0;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
}

#chats .chat img {
  width: 30px;
  border-radius: 10px;
}

#chats .chat h6 {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#chats .chat h6 span {
  text-transform: lowercase;
  color: #53d3c6;
  letter-spacing: 1px;
  font-weight: lighter;
}

#chats .chat p {
  font-size: 0.85rem;
  color: #a7a4a4;
}

#chats .chat-box {
  padding: 1.5rem 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

#chats .chat-box input {
  width: 100%;
  padding: 0.7rem 2rem;
  font-family: "Gilroy";
  font-size: 0.8rem;
  border: none;
  outline: none;
  background: #fff;
  border: 2px solid #ccc9c9;
  border-radius: 15px;
}

#chats .chat-box input:focus, #chats .chat-box input:active {
  border: 2px solid #076e64;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

#students {
  padding: 2rem 0;
}

#students .student {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10% 90%;
      grid-template-columns: 10% 90%;
  padding: 0.5rem 0;
  margin: .5rem 0;
  border-radius: 12px;
  grid-gap: 1rem;
}

#students .student h6 {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #074c29;
}

#students .student h6 span {
  text-transform: lowercase;
  color: #53d3c6;
  letter-spacing: 1px;
  font-weight: lighter;
}

#students .student img {
  width: 30px;
  border-radius: 10px;
}

#students .student p {
  font-size: 0.85rem;
  font-weight: bolder;
}

#students .student .online {
  color: #019777;
}

#students .student .offline {
  color: #fb022c;
}

#students .student .away {
  color: #e0e003;
}

#classworks {
  padding: 2rem 0;
}

#classworks .classworkList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}

#classworks .classwork {
  text-align: center;
  background: #f8f8f8;
  padding: 2rem 1rem;
  border-radius: 15px;
}

#classworks .classwork h6 {
  letter-spacing: 2px;
  font-weight: lighter;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

#classworks .classwork h4 {
  font-size: 1.3rem;
  color: #53d3c6;
  padding-bottom: 1rem;
}

#classworks .classwork p {
  font-size: 0.8rem;
  padding: 1.2rem 0;
  color: #fb022c;
  font-weight: bolder;
}

#classworks .classwork .submitBtn .input-label {
  background: #074c29;
  padding: 0.7rem 2.5rem;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: lighter;
  font-size: 0.5rem;
  text-transform: uppercase;
  outline: none;
}

#classworks .classwork .submitBtn #file {
  display: none;
}

.classroomIcon, .classroomText {
  text-align: center;
}

#appIndex .nk-block-title {
  font-family: "Nexa";
}

#appIndex .card-title-group h6,
#appIndex .card-title-group .link {
  font-family: "Nexa";
}

#appIndex .link-sm {
  font-family: "Nexa";
}

.bg-Dark {
  background: url(../../../student/images/bghome.png);
  background-size: cover;
}

.bg-Dark h1,
.bg-Dark h4 {
  color: #fff;
  font-family: "Nexa";
}

.bg-Dark h4 {
  font-size: 1rem;
  color: #53d3c6;
}

.schoolBg {
  background: url(../../../student/images/bgschools.png);
  background-size: cover;
}

.schoolBg h1,
.schoolBg h4 {
  color: #fff;
  font-family: "Nexa";
}

.schoolBg h4 {
  font-size: 1rem;
  color: #53d3c6;
}

.nk-split-content.bg-Dark {
  position: fixed;
  width: 55%;
}

.btnLogin {
  background: #074c29;
  color: #ffc300;
  font-family: "Nexa";
}

.btnLogin:hover {
  color: #ffc300;
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-right: 7px;
  }
  .pr-lg-0 {
    padding-left: 7px;
  }
}

.btn-green {
  background: #074c29;
  color: #fff;
  padding: 7px 30px;
}

.btn-green:hover {
  background: #074c29;
  color: #ffc300;
  padding: 7px 30px;
  border: 1px solid #074c29;
}

.btn-red {
  background: #FF003D;
  color: #fff;
  padding: 7px 30px;
}

.btn-outline-green, .btn-outline-add {
  color: #074c29;
  border: 1px solid #074c29;
}

.btn-outline-green:hover, .btn-outline-add:hover {
  background: #074c29;
  color: #ffc300;
  border: 1px solid #074c29;
}

.btn-outline-green {
  padding: 7px 30px !important;
}

.btn-outline-green:hover {
  padding: 7px 30px !important;
}

.btn-outline-add {
  padding: 0.6875rem 0 !important;
}

.btn-outline-add:hover {
  padding: 0.6875rem 0 !important;
}

* {
  font-family: "Nexa";
}

.nk-main .nk-sidebar.is-dark,
.nk-main .nk-header.nk-header-fixed.is-light {
  background: #074c29 !important;
  border-right-color: transparent !important;
}

.nk-main .is-dark .nk-sidebar-head {
  border-color: transparent !important;
}

.nk-main .btn-logout {
  background: #FF003D;
  border: 1px solid #FF003D;
  padding: 0.5rem 3.5rem;
  text-align: center;
  margin-left: 24px;
  position: fixed;
  bottom: 10px;
  outline: none;
}

.nk-main .btn-logout:focus, .nk-main .btn-logout:active {
  background: #FF003D;
  border: 1px solid #FF003D;
  outline: none;
}

.nk-main .nk-header-tools ul .nk-quick-nav, .nk-main .nk-quick-nav-icon {
  color: #ffc300;
}

.nk-main .user-avatar {
  font-weight: 700;
  color: #074c29;
  background: #ffc300;
}

.nk-main .user-info, .nk-main .user-name {
  color: #ffc300;
}

.nk-main a:not([href]):hover, .nk-main a:hover {
  color: #ffc300;
}

.welcome-message::after {
  content: 'Welcome to Smart Schools Learning Management System.';
}

.index-message::after {
  content: 'Welcome to Smart Schools Learning Management System.';
  font-weight: bolder;
}

.nk-menu-icon, .nk-menu li a {
  color: #fff;
}

.nk-menu-link:hover, .active .nk-menu-link {
  color: #ffc300 !important;
}

.nk-menu-link:hover > .nk-menu-icon,
.nk-menu-text:hover,
.nk-menu-item.active > .nk-menu-link .nk-menu-icon {
  color: #ffc300;
}

.btnLink {
  font-size: 2.5rem;
  color: #ffc300;
}

.btnLink:hover, .btnLink:active {
  color: #ffc300;
}

.nk-content .nk-block-title {
  color: #074c29;
  font-weight: bolder;
  padding-top: 0.5rem;
}

.nk-content .card-title {
  font-family: "Nexa";
  color: #074c29;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00bdaf;
  background-color: #00bdaf;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00bdaf;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #00bdaf;
  border-color: #00bdaf;
}

.savedExams {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

.btn-outline-green, .btn-outline-add {
  color: #074c29;
  border: 1px solid #074c29;
}

.btn-outline-green:hover, .btn-outline-add:hover {
  background: #074c29;
  color: #ffc300;
  border: 1px solid #074c29;
}

.progress-md {
  height: 0.5rem !important;
  border-radius: 10px !important;
}

.font-16 {
  font-size: 16px;
}

#cardBg {
  background: url(../../../student/images/bg.png);
  background-size: cover;
  border-radius: 1px;
}

#cardBg h2,
#cardBg p {
  color: #fff;
}

#cardBg p {
  font-size: 1rem;
}

#createBG {
  background: url(../../../student/images/createBG.png);
  background-size: cover;
}

.welcome-screen {
  background: url(../../../student/images/studyGroup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  width: calc(100vw - 250px);
}

#search_videos_content {
  border: none !important;
  background-color: transparent !important;
}

#search_videos_content .card {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  #search_videos_content .card-title {
    font-size: 1.15rem !important;
  }
}

.searchForm {
  padding: 1.35rem 2rem;
  border-radius: 100px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 20px 0px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #fff;
  font-family: "Nexa";
}

.searchForm:focus {
  border: 2px solid #09f;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nk-ibx-head-tools .btn-icon.btn-trigger .icon {
  font-size: 1.5rem !important;
}

#ebooks_content .card-inner,
#extra_ebooks_content .card-inner,
#exams_subject .card-inner {
  padding: 1rem 0 !important;
}

#ebooks_content > .card,
#extra_ebooks_content > .card,
#exams_subject > .card {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#reduced_size {
  font-size: 13.5px;
}

.nk-ibx-item.replies {
  background-color: #074c29;
}

.nk-ibx-item:not(.no-hover):hover,
.nk-ibx-item.active {
  cursor: auto;
}

@media (min-width: 1200px) {
  #ebooks_content > .col-xl-2,
  #extra_ebooks > .col-xl-2 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 17.66667% !important;
            flex: 0 0 17.66667% !important;
    max-width: 17.66667% !important;
  }
  #exams_subject > .card {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 23% !important;
            flex: 0 0 23% !important;
    max-width: 23% !important;
  }
}

.br-50 {
  border-radius: 50% !important;
}

.round-shape {
  height: 60px !important;
  width: 60px !important;
}

.round-shape.br-50 {
  padding-top: 24px !important;
}

.bx {
  font-size: 24px;
}

.text-soft {
  font-size: 20px;
  font-weight: 500;
}

.examPage .icon {
  font-size: 50px;
  color: #fff;
}

.examPage #examIcon {
  color: #fff;
}

.examPage .btn-green {
  background: #074c29;
  color: #ffc300;
  padding: 7px 30px;
}

.examPage .btn-red {
  background: #FF003D;
  color: #fff;
  padding: 7px 30px;
}

.examPage .col-lg-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.icon_trash_edit {
  color: #FF003D;
  font-size: 20px;
}

.icon_bcg {
  border-radius: 50%;
  background: #074c29;
  padding: 2.2rem;
}

.hr-edit {
  padding: 0;
  margin: 0;
}

.option_layout {
  background: #f5f6fa;
  padding: 13px;
  border-radius: 5px;
}

.q-body {
  line-height: 1.5;
}

.q-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.q-desc {
  font-size: 1.5rem;
}

.q-time {
  font-size: 2rem;
}

.vr-sub {
  margin-right: 1rem;
}

.vr-lead {
  width: 70%;
}

.se-mob > div > a {
  margin-right: 1.5rem;
}

a > .ni-arrow-left-circle {
  color: #0c0b1c;
}

a > .ni-arrow-left-circle:hover {
  color: #798bff;
}

.examPage .card + .card,
.savedPage .card + .card {
  margin-top: 0;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #074c4c;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #074c4c;
  cursor: pointer;
}

@media (max-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (max-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 577px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 577px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 577px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.modal-body {
  background-color: #f5f6fa;
}

.modal-body .card.col-12 {
  background-color: transparent;
}

.modal-header {
  background-image: url(../../../assets/images/doddle.png);
  background-repeat: repeat;
  background-color: #fff !important;
  background-size: contain;
}

.modal-footer {
  background-image: url(../../../assets/images/doddle.png);
  background-repeat: repeat;
  background-color: #fff !important;
  background-size: contain;
}

.modalBtn {
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 0;
}

@media screen and (max-width: 749px) {
  .q-body {
    line-height: 1;
  }
  .q-options {
    margin-bottom: 1rem !important;
  }
  .q-footer {
    display: block;
    margin-top: 1rem !important;
  }
  .q-btn {
    width: 100%;
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .q-desc {
    font-size: 0.87rem;
    margin-left: 0 !important;
  }
  .q-time {
    font-size: 1.8rem;
  }
  .vr-sub {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .vr-lead {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .q-body {
    line-height: 1.5;
  }
  .q-options {
    margin-bottom: 1rem !important;
  }
  .vr-sub {
    margin-right: 0;
  }
}

@media screen and (min-width: 780px) {
  .q-body {
    line-height: 1.7;
  }
  /*        margin-right: 0;*/
  .savedExams {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }
}

@media (min-width: 1200px) {
  .nk-sidebar,
  .nk-sidebar-head {
    width: 250px !important;
  }
  .nk-sidebar + .nk-wrap {
    padding-left: 250px !important;
  }
  .nk-sidebar + .nk-wrap > .nk-header-fixed {
    left: 250px !important;
  }
  .nk-menu-link {
    font-size: 15px;
    margin: 0.3rem 0;
  }
  .nk-header-fixed + .nk-content {
    margin-bottom: 3rem;
  }
  #chatDiv {
    width: calc(100vw - 250px) !important;
  }
  .ex-md-layout .card {
    min-width: 284.45px;
  }
  .nk-footer {
    padding: 10px 22px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 250px);
    background-color: #f5f6fa !important;
    z-index: 2;
  }
  .nk-reply-form-tools {
    width: calc(100% - 250px);
    position: fixed;
    border-top: 0;
    background-color: #f5f6fa;
    z-index: 1;
    padding: 1rem 1.75rem;
    bottom: 6%;
  }
}

@media (max-width: 580px) {
  #dashboard_hero > .nk-help-text > p.text-soft {
    font-size: 16px !important;
  }
  #dashboard_hero > .nk-help-img {
    display: none !important;
  }
  .nk-header-fixed + .nk-content {
    margin-bottom: 5rem;
  }
  .nk-footer {
    padding: 8px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f6fa !important;
    z-index: 1;
  }
  #studyGroupChat {
    margin-left: 0;
    position: fixed;
    left: 0;
  }
  .nk-footer-copyright, .nk-footer-links .nav-sm {
    font-size: 0.7rem;
  }
  .nk-reply-form-tools {
    width: 100%;
    position: fixed;
    border-top: 0;
    background-color: #f5f6fa;
    z-index: 1;
    padding: 0.5rem 1.75rem;
    bottom: 4%;
  }
}

@media (min-width: 768px) {
  .nk-help {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

@media (min-width: 768px) {
  .nk-help-img {
    margin-right: 0rem !important;
  }
  .nk-header-fixed + .nk-content {
    margin-bottom: 3rem;
  }
  .nk-footer {
    padding: 10px 22px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f5f6fa !important;
  }
  .nk-reply-form-tools {
    width: 100%;
    position: fixed;
    border-top: 0;
    background-color: #f5f6fa;
    z-index: 1;
    padding: 1rem 1.75rem;
    bottom: 4%;
  }
  #studyGroupChat {
    margin-left: 0;
    position: fixed;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  #studyGroupChat .nk-wrap {
    position: fixed;
    left: 0;
  }
}

@media only screen and (max-width: 850px) {
  .bfclassroom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .bfclassroom .videochat {
    padding: 0 .5rem;
    margin: 0 .5rem;
  }
  .bfclassroom .videochat .actions {
    padding: 0.2rem;
    margin: 0.5rem 0;
    border-radius: 100px;
  }
  .bfclassroom .videochat .actions a {
    padding: 0 0.7rem;
  }
  .bfclassroom .videochat .actions .bx {
    font-size: 1.3rem;
    color: #53d3c6;
  }
  .bfclassroom .videochat .actions .end {
    background: #fb022c;
    color: #fff;
    padding: 0.4rem;
    border-radius: 100px;
    font-size: 1.5rem;
  }
  .bfclassroom .panel {
    padding: 0 .5rem;
    margin: 0 .5rem;
    display: none;
  }
  .bfclassroom .students-frame {
    margin: 0 .5rem;
  }
  .bfclassroom .students-frame .students {
    font-size: .65rem;
    font-weight: lighter;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .bfclassroom .students-frame .students img {
    width: 100%;
    border-radius: 2px;
  }
}

@media only screen and (min-width: 850px) {
  .mobileIcon {
    display: none;
  }
}
/*# sourceMappingURL=ubec.css.map */