@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #ffffff;
  --first-color-light: rgb(70,71,73);
  --white-color: #F7F6FB;
  --body-font: "Arial", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
  --green-color: rgb(102, 204, 102);
  --gray-color: rgb(70,71,73);
  --white-gray-color: rgb(245,245,245);
}

*, ::before, ::after {
  box-sizing: border-box;
}

.text-lms-green {
  color: var(--green-color) !important;
}

.text-lms-gray {
  color: var(--gray-color);
}

body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 1rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-image: url("../images/tlo_platforma.jpg?t=2");
}
.text-bold {
  font-weight: bold !important;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  transition: 0.5s;
}

.header_toggle {
  font-size: 1.5rem;
  cursor: pointer;
  width: 65px;
  max-width: 100%;
  text-align: center;
  bottom: 11px;
  position: absolute;
}

.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.header_img img {
  width: 40px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: var(--first-color);
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav_logo, .nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.nav_logo img, .nav_link img {
  max-width: 40px;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  transition: 0.3s;
}

.nav_link:hover {
  color: #000;
}

.nav_icon {
  font-size: 1.25rem;
  color: var(--green-color);
}

.show {
  left: 0;
}

@media screen and (max-width: 768px) {
  #body-pd {
    padding-left: 0;
    padding-right: 0;
  }
}
#body-pd.body-auth {
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #body-pd.body-auth {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#body-pd .footer {
  height: 70px;
  background: #fff;
  width: 100%;
  display: block;
  z-index: 2;
  border-top: 1px solid var(--white-gray-color);
}
#body-pd .footer .footer-text {
  padding-top: 20px;
}
#body-pd .footer .footer-text img {
  max-width: 30px;
}

.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
  padding-bottom: 70px;
}
.body-pd.body-auth {
  padding-left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .body-pd.body-auth {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}

.header.body-pd {
  padding-left: calc(var(--nav-width));
}

.active {
  color: #000;
  font-weight: bold;
}

.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  background-color: var(--white-color);
}

.height-100 {
  height: calc(100vh - 67px);
}

.navbar-brand {
  text-align: center;
}
.navbar-brand img {
  max-width: 48px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 9px;
  transition: 0.5s;
}

.body-pd .navbar-brand img {
  max-width: 60%;
  margin-left: 27px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width));
  }
  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 0 0 calc(var(--nav-width));
    width: 100%;
  }
  .header_img {
    width: 40px;
    height: 40px;
  }
  .header_img img {
    width: 45px;
  }
  .l-navbar {
    left: 0;
    padding: 1rem 0.5rem 0 0;
  }
  .show {
    width: calc(var(--nav-width) + 156px);
  }
  .body-pd {
    padding-left: calc(var(--nav-width) + 156px);
  }
}
body {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .navbar {
  width: 100%;
}
body .menu-vh-100 {
  height: calc(100vh - 67px) !important;
}
body .menu-nav {
  padding: 0;
  list-style: none;
  margin-top: 1rem;
}
body .menu-nav li {
  margin-bottom: 1rem;
}
body .menu-nav li a {
  text-decoration: none;
  color: #9d9d9e;
  font-weight: bold;
}
body .menu-nav li a img {
  padding-right: 1rem;
  max-width: 60px;
}
@keyframes linkHoverText {
  100% {
    color: #65dd66;
  }
}
body .menu-nav li.active a, body .menu-nav li:hover a {
  animation: linkHoverText 1s forwards;
}
body .table thead th {
  color: var(--green-color);
  font-weight: bold;
}
body .subpage {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  body .subpage {
    padding-bottom: 6rem;
  }
}
body .subpage .rounded-card {
  padding: 2rem;
}
body .subpage .header-title {
  font-size: 1.3rem;
  text-transform: uppercase;
}
body .subpage .header-title a {
  text-decoration: none;
  color: var(--green-color);
  font-weight: bold;
}
body .subpage .header-title a span {
  color: var(--green-color);
}
body .subpage .header-title span {
  color: var(--green-color);
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
}
body .subpage .header-title span.as-link {
  color: var(--green-color);
  font-weight: normal;
}
body .subpage .header-title i {
  font-size: 0.8rem;
}
body .subpage .course-navigation {
  list-style: none;
  margin: 0;
  border-radius: 8px;
  padding: 2rem 1rem;
  background: var(--white-gray-color);
  color: rgba(0, 0, 0, 0.8117647059);
}
body .subpage .course-navigation .fa-square-check {
  color: rgba(25, 135, 84, 0.65);
}
body .subpage .course-navigation .lesson-name a, body .subpage .course-navigation .lesson-name strong {
  color: var(--gray-color);
}
body .subpage .course-navigation li {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  margin-bottom: 10px;
}
body .subpage .course-navigation li:last-of-type {
  border: 0;
}
body .subpage .course-navigation li.open ul {
  display: block;
}
body .subpage .course-navigation li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  transition: all 1s;
}
body .subpage .course-navigation li ul li {
  border: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1rem;
  cursor: wait;
}
body .subpage .course-navigation li ul li small {
  font-size: 0.8rem;
  font-weight: normal;
}
body .subpage .course-navigation li ul li.is_link:hover {
  font-weight: bold;
  color: #ff5c5c;
  cursor: pointer;
}
body .subpage .course-navigation li ul li.is_link:hover a {
  font-weight: bold;
  color: #ff5c5c;
}
body .subpage .course-navigation li ul li a {
  text-decoration: none;
  color: #000;
}
body .subpage .course-navigation li ul li.active {
  font-weight: bold;
  color: #ff0000;
}
body .subpage .course-navigation li ul li.active .course-link {
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  body .rich-text.min-height {
    height: 70vh;
    overflow-y: auto;
  }
}
body .rich-text .back-link {
  color: #484848;
  text-decoration: none;
  font-size: 0.8rem;
}
body .rich-text h1 {
  font-size: 2rem;
}
body .rich-text h2 {
  font-size: 1.8rem;
}
body .rich-text h3 {
  font-size: 1.6rem;
}
body .rich-text h4 {
  font-size: 1.4rem;
}
body .rich-text h5 {
  font-size: 1.2rem;
}
body .rich-text h6 {
  font-size: 1rem;
}
body .rich-text table {
  border-collapse: collapse;
  width: 100%;
}
body .rich-text table thead th {
  background-color: #ffffff;
  color: #636363;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #dddfe1;
  padding: 15px;
}
body .rich-text table tbody td {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  color: #636363;
  border: 1px solid #dddfe1;
  padding: 15px;
}
body .rich-text table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
body .rich-text img {
  max-width: 100%;
  height: auto !important;
}
body .homepage a.btn {
  padding: 3px 10px;
  color: #fff;
  background: #66cc66;
  border-radius: 5px;
}
body .course-cards .one-card {
  background: #fff;
  background-clip: content-box;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
body .course-cards .one-card .countdown-header {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0 0;
  height: 43px;
  color: rgb(54, 54, 54) !important;
  font-weight: bold;
}
body .course-cards .one-card .countdown-header.intime {
  background: rgba(28, 165, 32, 0.4);
}
body .course-cards .one-card .countdown-header.overtime {
  background: rgb(255, 100, 100);
}
body .course-cards .one-card .countdown-header.overtime span {
  color: rgb(54, 54, 54) !important;
}
body .course-cards .one-card .countdown-header span {
  font-weight: bold;
}
body .course-cards .one-card .image {
  max-width: 100%;
  aspect-ratio: 2.4625/1;
  background-size: cover;
  background-position: left center;
}
body .course-cards .one-card .title {
  padding-left: 0.5rem;
}
body .course-cards .one-card .title .category {
  font-size: 0.8rem;
  color: #ec4316;
  margin-top: 0.3rem;
  line-height: 1rem;
}
body .course-cards .one-card .title .name {
  text-align: left;
  min-height: 50px;
}
body .course-cards .one-card .title .name a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
body .course-cards .one-card .link {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
body .course-cards .one-card .link a {
  float: right;
  padding: 6px 15px;
  color: #fff;
  background: #66cc66;
  border-radius: 5px;
  text-decoration: none;
}
body .avatar-name {
  font-size: 2rem;
  font-weight: bold;
  background: #8093a6;
  color: #fff;
  border-radius: 2rem;
  width: fit-content;
  padding: 5px 9px;
  margin: auto;
}
body .avatar-name.small {
  font-size: 1rem;
  float: left;
  padding: 3px 6px;
  margin: 5px auto 0;
}
body .avatar-image {
  width: 100px;
  height: 100px;
  margin: auto;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
}
body .avatar-image.small {
  width: 36px;
  height: 36px;
}
body .my-certificates .certificate-view {
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  position: relative;
}
body .my-certificates .certificate-view img {
  max-width: 100%;
}
body .my-certificates .certificate-view .html-content {
  position: absolute;
  width: 100%;
  top: 0;
}
body .my-certificates .certificate-view .html-content img {
  max-width: 100%;
}
body .my-courses .rounded-card {
  padding: 1rem;
}
body .course-page {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  body .course-page {
    padding: 1rem 1rem 6rem 1rem;
  }
}
body .course-page .rounded-card {
  padding: 1rem 1rem 70px 1rem;
  background: #fff;
}
body .course-page .navigation-buttons .btn-navigation.btn-success {
  background: var(--green-color) !important;
  border-color: var(--green-color) !important;
}
body .course-page .navigation-buttons .btn-navigation.btn-secondary {
  background: var(--gray-color);
}
body .my-profile .form-label {
  font-size: 0.7rem;
  color: #656565;
}
body .my-profile input[type=text],
body .my-profile input[type=email],
body .my-profile input[type=tel] {
  background: none;
  border: 0;
}
body .fullscreen-box {
  position: absolute;
  background: #fff;
  top: -67px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  max-width: 100%;
  margin: 0;
  height: fit-content;
  min-height: calc(100vh + 3px);
}
body .fullscreen-box.rounded-card {
  border-radius: 0;
}

.login-form {
  /* OTHERS */
}
.login-form a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
.login-form h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}
.login-form .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .login-form .wrapper {
    padding: 40px 0 0 0;
  }
}
.login-form .login-form-password {
  position: relative;
}
.login-form .login-form-password .password-toggle-icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 50px;
}
.login-form #formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0;
  margin-top: 3rem;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login-form #formContent {
    margin-top: 0rem;
  }
}
.login-form #formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.login-form h2.inactive {
  color: #cccccc;
}
.login-form h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}
.login-form input[type=button], .login-form input[type=submit], .login-form input[type=reset] {
  background-color: #89cb89;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(113, 233, 95, 0.4);
  box-shadow: 0 10px 30px 0 rgba(113, 233, 95, 0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-form input[type=button]:hover, .login-form input[type=submit]:hover, .login-form input[type=reset]:hover {
  background-color: #5dcc5e;
}
.login-form input[type=button]:active, .login-form input[type=submit]:active, .login-form input[type=reset]:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.login-form input[type=text], .login-form input[type=password] {
  background-color: #f6f6f6;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 1px solid #a4a4a4;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.login-form input[type=text]:placeholder, .login-form input[type=password]:placeholder {
  color: #cccccc;
  font-size: 16px;
}
.login-form .underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}
.login-form .underlineHover:hover {
  color: #0d0d0d;
}
.login-form .underlineHover:hover:after {
  width: 100%;
}
.login-form *:focus {
  outline: none;
}
.login-form #icon {
  width: 60%;
}

.my-result-mobile dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.my-result-mobile dl h4 {
  font-weight: bold;
}
.my-result-mobile dl dt {
  font-weight: normal;
  font-size: 12px;
}
.my-result-mobile dl dd {
  font-weight: bold;
  font-size: 16px;
}

#app {
  max-width: 80%;
}

.l-navbar .mobile-item-search {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-navbar .mobile-item-search {
    display: none !important;
  }
}
.l-navbar.show .mobile-item-search {
  display: block;
  padding-bottom: 32px;
}

.mobile-topic-title {
  display: none;
}

@media screen and (max-width: 768px) {
  #app {
    max-width: 100%;
  }
  body {
    background-attachment: fixed;
  }
  body .subpage .rounded-card {
    padding: 1rem;
  }
  .navbar-nav {
    width: fit-content;
    float: right;
  }
  .navbar-nav li {
    display: block;
    float: left;
    width: fit-content;
  }
  .navbar-nav li.item-search {
    display: none;
  }
  .navbar-nav li.dropdown {
    position: absolute;
    right: 80px;
  }
  .navbar-nav li.dropdown .dropdown-menu.show {
    height: 52px;
  }
  .collapse:not(.show) {
    display: block;
  }
  header.header {
    padding: 0;
  }
  .navbar {
    height: 3rem;
  }
  #nav-bar {
    left: 0;
    background: none;
    height: fit-content;
    width: fit-content;
  }
  #nav-bar .nav {
    height: fit-content;
  }
  #nav-bar .nav .navbar-brand {
    margin-left: 50px;
  }
  #nav-bar .nav_list a {
    display: none;
  }
  #nav-bar .nav_list .header_toggle {
    top: 11px;
    bottom: unset;
    color: #000;
  }
  #nav-bar.show {
    height: 100vh;
    background: #fff;
  }
  #nav-bar.show .nav_list {
    padding: 20px 15%;
  }
  #nav-bar.show .nav_list a {
    display: block;
    font-size: 22px;
  }
  #nav-bar.show .nav_list .header_toggle {
    top: unset;
    bottom: 5%;
    left: 40%;
    font-size: 3rem;
    color: #000;
  }
  .mobile-topic-title {
    display: block;
    color: #666;
    border-bottom: 1px solid #666;
    font-size: 12px;
    margin-bottom: 2rem;
  }
}

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