@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");
}

.contenttext::after {
  content: 'BrainFriend EduConnect';
}

.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: #0c0a1c;
  padding: 0.5rem 0;
  font-weight: bolder;
}

.panel h3 {
  font-size: 2rem;
  color: #0c0a1c;
  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: #0c0a1c;
}

#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: #0c0a1c;
  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";
}

.dashBg {
  background: url(../../../student/images/dashBg.png);
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center;
}

.bg-Dark {
  background: url(../../../student/images/bghome.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.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: #0c0a1c;
  color: #53d3c6;
  font-family: "Nexa";
}

.btnLogin:hover {
  color: #53d3c6;
}

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

* {
  font-family: "Nexa";
}

.nk-main .nk-sidebar.is-dark,
.nk-main .nk-header.nk-header-fixed.is-light {
  background: #0c0a1c !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: #53d3c6;
}

.nk-main .user-avatar {
  font-weight: 700;
  color: #0c0a1c;
  background: #53d3c6;
}

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

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

.welcome-message::after {
  content: 'Welcome to BrainFriend, a place to learn better and get excellent grades.';
}

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

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

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

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

.btnLink:hover, .btnLink:active {
  color: #53d3c6;
}

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

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

.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: #0c0a1c;
  border: 1px solid #0c0a1c;
}

.btn-outline-green:hover, .btn-outline-add:hover {
  background: #0c0a1c;
  color: #53d3c6;
  border: 1px solid #0c0a1c;
}

.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 #0c0a1c;
  -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: #0c0a1c;
}

.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: #074c4c;
}

.examPage #examIcon {
  color: #074c4c;
}

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

.examPage .btn-green:hover {
  color: #ffc300 !important;
}

.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: #ffc300;
  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;
}

.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=brainfriend.css.map */