@import url("https://fonts.googleapis.com/css?family=Montserrat");
* {
  font-family: "Montserrat" !important;
}

body {
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  background-color: #f0f0f0;
}

.file {
  width: 100%;
}
.file p{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.file img {
  max-width: 100% !important;
  height: auto !important;
}

.countPending {
  border: #2a6e96 solid 1.5px;
  border-radius: 50%;
  padding: 0% 4%;
  position: absolute;
  left: 65%;
  font-size: 14px;
}

.app {
  background-image: url("../images/back.png");
  background-size: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.auth,
.reg {
  background-image: url("../images/backAuth.png");
  background-size: no-repeat;
  background-position: center;
  background-size: cover;
}

.auth {
  height: 100vh;
}

.reg {
  height: auto;
}

.navbar-brand img {
  width: 80%;
}

h1 {
  color: #2C77A1;
  -webkit-text-stroke: #2C77A1 2.3px;
  text-transform: uppercase;
}

img {
  width: 70%;
}

.form {
  padding-left: 8%;
  padding-right: 3%;
}

.btn-primary {
  background-color: #2C77A1;
}

.btn-link {
  color: #2C77A1;
}

.navbar-light .navbar-nav .nav-link {
  color: #2d7097;
}
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.course:nth-child(2n+1) {
  background-color: #bfd663;
}
.course:nth-child(2n+1) .title {
  background-color: #e5eec0;
}

.course:nth-child(2n) {
  background-color: #348cbd;
}
.course:nth-child(2n) .title {
  background-color: #b0d5e9;
}

.btn-outline-primary {
  color: #2a6e96;
  border-color: #2C77A1;
}

.btn-outline-primary:hover {
  background-color: #2C77A1;
}

.courseLessons .course {
  border-radius: 15px;
}
.courseLessons .course img {
  width: 80%;
  margin: auto;
}
.courseLessons .course .image {
  padding: 10% 0%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.courseLessons .course .title {
  padding: 6% 6% 9% 6%;
}
.courseLessons .course .title h5 {
  font-weight: bold;
}
.courseLessons .lesson {
  padding: 4%;
  background-color: white;
  margin-bottom: 5%;
  margin-left: 5%;
  border-radius: 15px;
}
.courseLessons .lesson .col-md-3,
.courseLessons .lesson .col-lg-3,
.courseLessons .lesson .col-xl-3 {
  border-right: #b0d5e9 solid 3px;
}
.courseLessons .lesson .col-md-9,
.courseLessons .lesson .col-lg-9,
.courseLessons .lesson .col-xl-9 {
  padding-left: 3%;
}
.courseLessons .lesson .text-right {
  bottom: 0;
  position: absolute;
  right: 0;
}
.courseLessons .lesson .description {
  margin-bottom: 10%;
}
.courseLessons .lessonDisabled .row {
  margin-left: 5%;
}
.courseLessons .lessonDisabled .col-md-3,
.courseLessons .lessonDisabled .col-lg-3,
.courseLessons .lessonDisabled .col-xl-3 {
  padding: 4%;
  background-color: white;
  border-radius: 15px;
}
.courseLessons .lessonDisabled .col-md-8,
.courseLessons .lessonDisabled .col-lg-8,
.courseLessons .lessonDisabled .col-xl-8 {
  margin-left: 7%;
  background-color: rgb(191, 193, 201);
  padding: 4%;
  border-radius: 15px;
}

.lesson .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  padding: 2%;
}
.lesson .sticky {
  position: fixed;
  top: 92%;
  right: 2%;
}

.lessonVideos .col-auto {
  background-color: white;
  padding: 3%;
  margin: 2%;
  border-radius: 15px;
}
.lessonVideos .col-auto p {
  margin-bottom: 0;
}
.lessonVideos .rowCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lessonVideos h3 {
  color: #2C77A1;
  font-weight: bold;
}

.homework .col-md-5,
.homework .col-lg-5,
.homework .col-xl-5 {
  background-color: white;
  padding: 4%;
  border-radius: 15px 0 0px 15px;
  border-right: #b0d5e9 solid 3px;
}
.homework .col-md-7,
.homework .col-lg-7,
.homework .col-xl-7 {
  background-color: white;
  padding: 4%;
  border-radius: 0 15px 15px 0;
}
.homework .lesson .col-4 {
  border-radius: 0px;
  border-right: #b0d5e9 solid 3px;
}
.homework .sticky {
  position: fixed;
  top: 92%;
  right: 2%;
  z-index: 2;
}

.courses .course {
  margin: 4% 2% 4% 2%;
  border-radius: 15px 15px 0% 0%;
  width: 21%;
}
.courses .course img {
  width: 80%;
  margin: auto;
}
.courses .course .image {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.courses .course .title {
  border-radius: 0% 0% 15px 15px;
  padding: 6% 6% 9% 6%;
}
.courses .course .title h5 {
  font-weight: bold;
}

.courseMenu {
  padding: 8%;
  background-color: white;
  border-radius: 15px;
}
.courseMenu .tablinks {
  font-size: 18px;
  padding: 1% 7%;
  color: #2C77A1;
}
.courseMenu .tablinks:hover {
  text-decoration: underline;
}

a.disabled {
  pointer-events: none;
  color: rgb(187, 187, 187) !important;
}

.profile .profileInfo {
  padding: 10%;
  background-color: white;
  border-radius: 15px;
}
.profile .profileInfo .tablinks {
  font-size: 20px;
  padding: 1% 7%;
  color: #2C77A1;
}
.profile .profileInfo .tablinks:hover {
  text-decoration: underline;
}
.profile .homework {
  padding: 6%;
  border: #3894c8 solid 2px;
  border-radius: 15px;
}
.profile .btnRight {
  position: absolute;
  right: 60px;
}
.profile h4 {
  font-weight: bold;
  color: #2C77A1;
}
.profile .titelInfo {
  font-weight: normal;
  margin: 1%;
}
.profile p {
  font-weight: bold;
}
.profile .courses {
  padding: 5%;
  background-color: white;
  border-radius: 15px;
}
.profile .rejected {
  background-color: rgb(255, 230, 230);
}
.profile .pending {
  background-color: rgb(250, 243, 201);
}
.profile td .fileLink {
  width: 250px;
  word-wrap: break-word;
  display: block;
}

.authImg {
  display: block;
}

@media (max-width: 768px) {
  .display-5 {
    text-align: justify;
  }
  .mt-5 {
    margin-top: 5% !important;
  }
  .authImg,
  .homeworkSendFile {
    display: none;
  }
  .top {
    margin-top: 5%;
  }
  .courseMenu {
    margin-bottom: 5%;
  }
  .auth,
  .reg {
    background-image: none;
  }
  .auth .form,
  .reg .form {
    background-color: white;
    padding: 10%;
    border-radius: 15px;
  }
  .auth h1,
  .reg h1 {
    text-align: center;
  }
  .auth .btn-lg,
  .reg .btn-lg {
    font-size: 16px;
  }
  .auth .col-12, .auth .col-sm-12,
  .reg .col-12,
  .reg .col-sm-12 {
    padding: 8% !important;
  }
  .reg .form {
    margin-top: 5% !important;
  }
  main {
    padding: 0 8% !important;
  }
  main .mb-5 {
    margin-bottom: 5% !important;
  }
  h1 {
    font-size: 26px !important;
    -webkit-text-stroke: 1.8px !important;
  }
  .app {
    height: auto;
  }
  .app .mt-5 {
    margin-top: 0.5rem !important;
  }
  .app .py-5 {
    padding: 0.5rem !important;
  }
  .app h1 {
    font-size: 2rem;
  }
  .app .logo {
    text-align: center !important;
  }
  .courses .course {
    margin: 4% 0% 24% 0%;
    width: 70%;
  }
  .tablinks {
    font-size: 16px !important;
  }
  .lesson .mb-5 {
    margin: 4% 0 8% 0 !important;
  }
  .lesson .btn-lg {
    font-size: 16px;
  }
  .courseLessons .mb-5 {
    margin-bottom: 0rem !important;
  }
  .courseLessons .course {
    margin: 6% 0%;
  }
  .courseLessons .course img {
    width: 55%;
  }
  .courseLessons .course .title {
    border-radius: 0 0 15px 15px;
  }
  .courseLessons .col-5 {
    border-right: #b0d5e9 solid 3px;
  }
  .courseLessons .lesson,
  .courseLessons .lessonDisabled {
    margin: 2% 0%;
  }
  .courseLessons .lesson {
    padding: 5% 4% 15% 4%;
  }
  .courseLessons .lesson .text-right {
    right: 10px;
    bottom: -35px;
  }
  .courseLessons .lesson .btn {
    padding: 0.1%;
  }
  .courseLessons .lessonDisabled {
    margin-top: 5%;
  }
  .courseLessons .lessonDisabled .row {
    margin-left: 0;
  }
  .courseLessons .lessonDisabled .col-5 {
    padding: 4%;
    background-color: white;
    border-radius: 15px;
    border-right: none;
  }
  .courseLessons .lessonDisabled .col-6 {
    margin-left: 4%;
    background-color: rgb(191, 193, 201);
    padding: 4%;
    border-radius: 15px;
  }
  .lesson {
    margin: 2% 0;
  }
  .lesson .content {
    margin: 0 !important;
  }
  .lesson .content .file * {
    font-size: 2.4vw !important;
  }
  .lesson .btn-lg {
    margin-top: 5%;
  }
  .profile .mt-5 {
    margin-top: 0% !important;
  }
  .profile h4 {
    font-size: 20px;
  }
  .profile .col-12 {
    margin: 5% 0%;
  }
  .profile .homework .link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .col-12 {
    padding: 0 !important;
  }
  .homework .col-12,
  .homework .col-sm-12 {
    border-right: none;
    border-radius: 15px;
  }
  .homework .col-12 .mt-5 .col-12,
  .homework .col-12 .mt-5 .col-sm-12,
  .homework .col-sm-12 .mt-5 .col-12,
  .homework .col-sm-12 .mt-5 .col-sm-12 {
    margin-bottom: 5% !important;
  }
  .homework .col-12 .row,
  .homework .col-sm-12 .row {
    padding: 0 5%;
  }
  .homework .col-12 .row .col-12,
  .homework .col-12 .row .col-sm-12,
  .homework .col-sm-12 .row .col-12,
  .homework .col-sm-12 .row .col-sm-12 {
    padding: 5% !important;
  }
  .profile .btnRight {
    right: 20px;
  }
  .profile .file {
    padding: 2%;
  }
  .profile .file * {
    font-size: 9px !important;
  }
  .profile .courses .col-12,
  .profile .courses .col-sm-12 {
    padding: 0 5% !important;
  }
  video {
    width: 85vw;
  }
}