@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@font-face {
  font-family: "ArabicKufi";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../font/ArabicKufi.ttf");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../font/OpenSans-Regular.ttf");
}
body,
html {
  margin: 0px;
  padding: 0px;
  background: #f5efe7 !important;
}

html[dir="ltr"] body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html[dir="rtl"] body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ArabicKufi";
}
/* Profile Page Design */

/* END */

.login__wrapper {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background-color: #efefef;
  position: relative;
  padding-right: 25px;
  background-image: url("../images/background_pattern.png");
}
.login__wrapper .login__media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login__wrapper .login__media > img {
  max-width: 640px;
}
.login__wrapper .login__container {
  padding-top: 10%;
  z-index: 999;
}
.login__wrapper .login__box {
  background-color: #fff;
  border-radius: 10px;
  min-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
.login__wrapper .login__box .login_btn {
  float: left;
  /* width: 83%; */
  /* min-width: 540px; */
  width: 100%;
  max-width: 425px;
}
.login__wrapper .login__box form {
  width: 100%;
  max-width: 425px;
}
.login__wrapper .login__box form .group__submit {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.login__wrapper .login__box form .group__submit > button {
  width: 100%;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d19537;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border: 0px;
}
.login__wrapper .login__box form .group__submit > button:hover {
  opacity: 0.7;
}
.login__wrapper .login__box form .remember__me {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login__wrapper .login__box form .remember__me > a {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.login__wrapper .login__box form .remember__me > a:hover {
  opacity: 0.7;
}
.login__wrapper .login__box form .group__input {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.login__wrapper .login__box form .group__input > .spacer {
  position: absolute;
  left: 43px;
  height: 27px;
  min-width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #d1cdbd;
}
.login__wrapper .login__box form .group__input > input {
  width: 100%;
  height: 55px;
  padding-left: 55px;
  background: #e1ddd0;
  border-radius: 3px;
  outline: none;
  border: 0px;
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
.login__wrapper .login__box form .group__input > input.email__input {
  background: url("https://txp.ilearnme.com/txp17/server/theme/ventura/assets/images/mail.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 15px center;
  background-color: #f0f0f0 !important ;
}
.login__wrapper .login__box form .group__input > input.password__input {
  background: url("https://txp.ilearnme.com/txp17/server/theme/ventura/assets/images/pass.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 15px center;
  background-color: #f0f0f0 !important ;
}
.login__wrapper .login__box form > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 35px;
}
.login__wrapper .login__box form > h6 {
  margin: 0px;
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 27px;
  color: #113f6b;
  font-weight: 500;
}

.container__check {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  color: #4e4e4e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}

/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 0;
  left: 0;
  min-height: 11px;
  max-height: 11px;
  min-width: 11px;
  max-width: 11px;
  border-radius: 250px;
  background-color: #d9d9d9;
  margin-right: 7px;
}

/* When the checkbox is checked, add a blue background */
.container__check input:checked ~ .checkmark {
  background-color: #d19537;
}

.breadcrumbs__block .container,
footer .container {
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 25px 24px;
  padding-left: 14px;
  background: #f8f8f8;
  border-radius: 10px;
}
header .outer__header .search__wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
header .outer__header .search__wrapper form > button {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
}
header .outer__header .search__wrapper form > span {
  position: absolute;
  left: 47px;
  height: 23px;
  width: 1px;
  background-color: #e1e9f0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .outer__header .search__wrapper form > input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1ddd0;
  border-radius: 30px;
  height: 50px;
  padding-left: 60px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  outline: none;
  border: 0px;
}
header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
}
header .outer__header > a img {
  max-width: 95px;
}
header .outer__header .profile {
  position: relative;
  z-index: 2;
}
header .outer__header .profile > a {
  background: #e1ddd0;
  border-radius: 60px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #2e2e2e;
  font-weight: 400;
  position: relative;
  min-width: 170px;
  min-height: 50px;
  padding-right: 35px;
}
header .outer__header .profile > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 13px;
}
header .outer__header .profile > a > span > img {
  min-width: 39px;
  max-width: 39px;
  border-radius: 250px;
  border: 1px solid #ffffff;
}
header .outer__header .profile > a > img {
  position: absolute;
  right: 14px;
}
header .outer__header .search__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 445px;
}
footer .outer__footer {
  padding: 25px;
  background: #f8f8f8;
  /* border-radius: 10px 10px 0px 0px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .outer__footer > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
}
.page-footer > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.page-footer > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.page-footer > ul > li > a {
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.page-footer > ul > li > a img {
  position: relative;
  top: 4px;
}
.page-footer > ul > li > a:hover {
  opacity: 0.7;
}
.page-footer > ul > li:last-child {
  margin-right: 0px;
}

.main__box {
  /* padding-top: 30px;*/
  /*margin-bottom: 30px;*/
}
.main__box .outer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.path-mod .main__left,
#page-course-view-topics .main__left {
  width: 100%;
  margin-right: 15px;
}
#page-course-view-topics .main__left .give__feedback {
  padding: 64px 15px;
  border-radius: 10px;
  background: #d19537;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#page-course-view-topics .main__left .give__feedback > h2 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 34px;
  color: white;
  font-weight: 600;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  div:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  div {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #edeceb;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h1,
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h2,
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h3,
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h4,
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h5,
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  .text_to_html
  > div
  > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 31px;
  color: #2e2e2e;
  font-weight: 600;
}
#page-course-view-topics .main__left .give__feedback > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
#page-course-view-topics .main__left .give__feedback > a {
  min-height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 195px;
  padding-left: 15px;
  padding-right: 15px;
  background: #828587;
  -webkit-box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
  box-shadow: 0px 4px 4px rgba(190, 152, 52, 0.4);
  border-radius: 70px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-size: 16px;
  line-height: 24px;
  color: white !important;
  font-weight: 600;
  text-decoration: none;
}
#page-course-view-topics .main__left .give__feedback > a:hover {
  opacity: 0.7;
}
#page-course-view-topics .main__left .course__about {
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 23px;
  border-radius: 10px;
}
#page-course-view-topics .main__left .course__about > .elem__about {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #edeceb;
}
#page-course-view-topics .main__left .course__about > .elem__about:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
#page-course-view-topics .main__left .course__about > .elem__about ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 15px;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  ul:last-child {
  margin-bottom: 0px;
}
#page-course-view-topics .main__left .course__about > .elem__about p {
  margin: 0px;
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 15px;
}
#page-course-view-topics .main__left .course__about > .elem__about ul > li {
  font-size: 13px;
  line-height: 21px;
  color: #2e2e2e;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  ul
  > li
  > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  border-radius: 250px;
  background-color: #d19537;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  ul
  > li:last-child {
  margin-bottom: 0px;
}
#page-course-view-topics .main__left .course__about > .elem__about > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
}
#page-course-view-topics
  .main__left
  .course__about
  > .elem__about
  > p:last-child {
  margin-bottom: 0px;
}
#page-course-view-topics .main__left .course__about > .elem__about > h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 31px;
  color: #2e2e2e;
  font-weight: 500;
}
body.path-mod .main__left .article,
#page-course-view-topics .main__left .article {
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 45px;
  background: #818486;
  border-radius: 10px;
  margin-bottom: 20px;
}
body.path-mod .main__left .article .article__bottom .article__time,
#page-course-view-topics .main__left .article .article__bottom .article__time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #d19537;
  border-radius: 60px;
}
body.path-mod .main__left .article .article__bottom .article__time > span,
#page-course-view-topics
  .main__left
  .article
  .article__bottom
  .article__time
  > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
body.path-mod .main__left .article .article__bottom .article__time > p,
#page-course-view-topics
  .main__left
  .article
  .article__bottom
  .article__time
  > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: white;
  font-weight: 400;
}
body.path-mod .main__left .article .article__main,
#page-course-view-topics .main__left .article .article__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  /* margin-bottom: 25px */
}
html[dir="ltr"]
  body.path-mod
  .main__left
  .article
  .article__main
  .article__desc,
html[dir="ltr"]
  #page-course-view-topics
  .main__left
  .article
  .article__main
  .article__desc {
  max-width: 600px;
  margin-right: 35px;
}
html[dir="rtl"]
  body.path-mod
  .main__left
  .article
  .article__main
  .article__desc,
html[dir="rtl"]
  #page-course-view-topics
  .main__left
  .article
  .article__main
  .article__desc {
  max-width: 600px;
  margin-right: 0;
}
body.path-mod .main__left .article .article__main .article__desc > h2,
#page-course-view-topics
  .main__left
  .article
  .article__main
  .article__desc
  > h2 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
  color: white;
}
body.path-mod .main__left .article .article__main .article__desc > p,
#page-course-view-topics
  .main__left
  .article
  .article__main
  .article__desc
  > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
  font-weight: 400;
}
body.path-mod .main__left .article .article__main .article__media,
#page-course-view-topics .main__left .article .article__main .article__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.path-mod .article .article__main .article__media > img,
#page-course-view-topics .article .article__main .article__media > img {
  max-width: 265px;
}
body.path-mod .main__left .article .article__top,
#page-course-view-topics .main__left .article .article__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.path-mod .main__left .article .article__top .tags__wrapper,
#page-course-view-topics .main__left .article .article__top .tags__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.path-mod .main__left .article .article__top .tags__wrapper > .elem__tag,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag {
  margin-right: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #f8f8f8;
  border-radius: 60px;
  padding: 5px 8px;
  padding-right: 14px;
}
body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > p,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > p {
  margin: 0px;
  font-size: 14px;
  line-height: 17px;
  color: #2e2e2e;
}
body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span {
  border-radius: 250px;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 12px;
}
body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.activity,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.activity {
  background-color: #d19537;
}
body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.grade,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.grade {
  background-color: #113f6b;
}
body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag:last-child,
#page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag:last-child {
  margin-right: 0px;
}
body.path-mod .main__left .article .article__top > a,
#page-course-view-topics .main__left .article .article__top > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #1e1e1e;
  font-weight: 400;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
body.path-mod .main__left .article .article__top > a:hover,
#page-course-view-topics .main__left .article .article__top > a:hover {
  opacity: 0.7;
}
body.path-mod .main__left .article .article__top > a > span,
#page-course-view-topics .main__left .article .article__top > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
body.path-mod .main__right,
#page-course-view-topics .main__right {
  min-width: 500px;
  max-width: 500px;
  border-radius: 10px !important;
}
.course__wrapper {
  padding-top: 25px;
  padding-right: 23px;
  padding-left: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.course__wrapper > .course__progress {
  /*Sujana april 28 min-width: 24px;
        margin-right: 15px;
    position: relative;*/

  min-width: 8px;
  margin-right: 23px;
  position: relative;
}
.course__wrapper > .course__progress > span {
  height: calc(100% - 80px);
  position: absolute;
  left: 50%;

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25px;
  width: 1px;
  background-color: #e1ddd0;
}
.course__wrapper > .course__progress > span > span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: green;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.path-mod .main__right .course__wrapper .course__elem,
#page-course-view-topics .main__right .course__wrapper .course__elem {
  background-color: #ffffff;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
body.path-mod .main__right .course__wrapper .course__elem:last-child:after,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem:last-child:after {
  position: absolute;
  content: "";
  left: -28px;
  width: 3px;
  height: calc(100% - 15px);
  background-color: #f8f8f8;
  bottom: 0px;
}
.course__wrapper
  .course__grid
  .section-group
  .section
  .allpagination
  .course__active
  .allsectionnames
  :before {
  content: "";
  position: absolute;
  left: -27.5px;
  width: 1px;
  /*background-color: #D19537;*/
  height: calc(100%);
  bottom: -35px;
}
.course__wrapper .section-group .section-default .course__active:before {
  background: url("../images/courseactive.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
body.path-mod .main__right .course__wrapper .course__elem:before,
#page-course-view-topics .main__right .course__wrapper .course__elem:before {
  content: "";
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  position: absolute;
  left: -39px;
  background: url("../images/courseinactive.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 250px;
  top: 15px;
  background-position: center;
  background-color: #fff;
  z-index: 2;
}
.course__wrapper .section-group .section-default:before {
  content: "";
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  position: absolute;
  left: -39px;
  background: url("../images/courseinactive.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 250px;

  background-position: center;
  background-color: #fff;
  z-index: 2;
}

.course__wrapper .section-group .course__active:before {
  background: url("../images/courseactive.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.course__wrapper
  .section-group
  .course__active
  .module-navigation-section-heading:before {
  content: "";
  position: absolute;
  left: -27.5px;
  width: 1px;
  background-color: #d19537;
  height: calc(100%);
  bottom: -10px;
}
.block_course_modulenavigation .course__wrapper {
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
}
.block.block_course_modulenavigation .section-group .section {
  background: #f1f1f1 !important;
  margin-bottom: 0;
}
.course__wrapper
  .section-group
  .course__active
  .module-navigation-section-heading:last-child::after {
  bottom: 0px;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__elem.active
  .course__header
  > span,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem.active
  .course__header
  > span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body.path-mod .main__right .course__wrapper .course__elem .course__header,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__header {
  cursor: pointer;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__elem
  .course__header
  > span,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__header
  > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.path-mod .main__right .course__wrapper .course__elem .course__content,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}
body.path-mod .main__right .course__wrapper .course__elem .course__content > a,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__content
  > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f8f5ed;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  color: #575555;
  font-weight: 400;
  padding: 3px 7px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__elem
  .course__content
  > a:hover,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__content
  > a:hover {
  opacity: 0.7;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__content
  > a
  span,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__content
  > a
  span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__content
  > p,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__content
  > p {
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 16px;
  color: #575555;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__header,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__grid
  .course__elem
  .course__header {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.path-mod .main__right .course__wrapper .course__elem .course__header h6,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__header
  h6 {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 500;
}
body.path-mod
  .main__right
  .course__wrapper
  .course__elem
  .course__header
  > span,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem
  .course__header
  > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  margin-left: 10px;
}
body.path-mod .main__right .course__wrapper .course__elem:last-child,
#page-course-view-topics
  .main__right
  .course__wrapper
  .course__elem:last-child {
  margin-bottom: 0px;
}
.block_course_modulenavigation .head__course,
.block_facilitator_list .head__course,
.block_news_items .head__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 13px;
  background: #113f6b;
  border-radius: 10px 10px 0px 0px;
}
.block_course_modulenavigation .head__course > span,
.block_facilitator_list .head__course > span,
.block_news_items .head__course > span {
  padding: 5px 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30px;
  background: #d19537;
  border-radius: 50px;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 400;
}
.block_course_modulenavigation .head__course > h6,
.block_facilitator_list .head__course > h6,
.block_news_items .head__course > h6 {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px !important;
  line-height: 31px;
  color: #ffffff;
  font-weight: 500;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block_course_modulenavigation .head__course > h6 span,
.block_facilitator_list .head__course > h6 span,
.block_news_items .head__course > h6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 13px;
}

@media (max-width: 1640px) {
  .login__wrapper .login__box {
    min-width: 540px;
  }

  .login__wrapper .login__media > img {
    max-width: 480px;
  }
}
@media (max-width: 1440px) {
  .main__box .outer__main .main__right {
    min-width: 380px;
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .main__box .outer__main .main__left .course__about {
    padding: 35px 30px;
  }

  .main__box .outer__main .main__left .article .article__main {
    margin-top: 30px;
  }

  .main__box
    .outer__main
    .main__left
    .article
    .article__main
    .article__media
    > img {
    max-width: 200px;
  }

  .main__box .outer__main .main__left .article {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login__wrapper > img {
    max-width: 140px;
  }

  .login__wrapper .login__box {
    min-width: 440px;
  }

  .login__wrapper .login__media > img {
    max-width: 380px;
  }
}
@media (max-width: 1040px) {
  .main__box .outer__main .main__right .course__wrapper {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__box .outer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main__box .outer__main .main__right {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  header .outer__header > a img {
    max-width: 145px;
  }

  footer .outer__footer {
    padding: 15px;
  }

  header .outer__header {
    padding: 15px;
  }

  header .outer__header .search__wrapper {
    max-width: 360px;
  }

  header .outer__header .profile > a {
    font-size: 0px;
  }

  header .outer__header .profile > a {
    min-width: 0px;
  }

  header .outer__header .profile > a > span {
    margin-right: 0px;
  }

  .login__container {
    position: relative;
  }

  .login__wrapper .login__media > img {
    max-width: 290px;
  }

  .login__wrapper .login__container {
    padding-bottom: 0px;
  }

  .login__wrapper .login__box {
    min-width: 100%;
    max-width: 440px;
  }

  .login__wrapper .login__box form > h6 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .login__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px;
  }

  .login__wrapper .login__box form .group__submit {
    margin-top: 35px;
  }

  .main__box .outer__main .main__left {
    margin-right: 0px;
  }
}
/*Sujana*/
@media only screen and (max-width: 1400px) {
  .totaraNav_prim .search__wrapper {
    /*max-width: 100% !important;*/
    width: calc(100% - 30px) !important;
    bottom: 15px !important;
    /*top: auto !important;*/
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 767px) {
  .main__box
    .outer__main
    .main__left
    .article
    .article__main
    .article__desc
    > h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .main__box .outer__main .main__left .article {
    padding: 20px 15px;
  }

  .block_course_modulenavigation .head__course > h6 {
    font-size: 18px;
  }
  .block_course_modulenavigation .head__course > h6 > span {
    margin-right: 7px;
  }
  .block_course_modulenavigation .head__course > h6 > span img {
    max-width: 34px;
  }

  /*header .outer__header > a img {
        max-width: 130px;
    }*/
  .totaraNav_prim .masthead_logo--header_img {
    max-width: 130px !important;
  }
  .totaraNav_prim {
    padding-bottom: 75px !important;
  }

  header .outer__header {
    padding-bottom: 75px;
  }

  .totaraNav_prim .search__wrapper {
    /*max-width: 100% !important;*/
    width: calc(100% - 30px) !important;
    bottom: 15px !important;
    /*top: auto !important;*/
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }

  .totaraNav_prim .search__wrapper form > input {
    height: 45px;
  }

  .main__box .outer__main .main__left .give__feedback {
    padding: 34px 15px;
  }

  .main__box .outer__main .main__left .give__feedback > h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  .main__box .outer__main .main__left .course__about {
    padding: 20px 15px;
  }

  .main__box .outer__main .main__left .course__about > .elem__about > h6 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .main__box .outer__main .main__left .course__about > .elem__about {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .main__box .outer__main .main__left .article .article__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main__box .outer__main .main__left .article .article__top > a {
    margin-bottom: 10px;
  }

  .main__box .outer__main .main__left .article .article__main {
    margin-top: 20px;
  }

  .main__box .outer__main .main__left .article .article__top .tags__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main__box
    .outer__main
    .main__left
    .article
    .article__top
    .tags__wrapper
    > .elem__tag {
    margin: 5px 7px;
  }

  .main__box .outer__main .main__left .article .article__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main__box .outer__main .main__left .article .article__main .article__desc {
    margin-right: 0px;
    margin-bottom: 25px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .block_course_modulenavigation .head__course > span {
    padding: 3px 10px;
    min-height: 24px;
    font-size: 11px;
  }

  .block_course_modulenavigation .head__course > h6 {
    font-size: 16px;
  }

  .block_course_modulenavigation .head__course > h6 > span img {
    max-width: 28px;
  }

  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .outer__footer > p {
    margin-top: 10px;
  }

  .login__wrapper .login__box form > a img {
    max-width: 140px;
  }

  .login__wrapper .login__media > img {
    max-width: 200px;
  }

  .login__wrapper .login__box form .group__submit {
    margin-top: 25px;
  }
}

/*Sujana*/

.totaraNav_prim .masthead_logo--header_img {
  width: 15em !important;
  height: auto !important;
}

.totaraNav_prim {
  background: #f8f8f8 !important;
  border-radius: 10px !important;
}
.totaraNav {
  margin-right: 15px !important;
  margin-left: 15px !important;
  border-radius: 10px !important;
  box-shadow: unset !important;
}
.totaraNav_prim .search__wrapper {
  position: absolute;
  left: 58%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 445px;
}

.totaraNav_prim form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
nav.totaraNav_prim.container-fluid {
  background: #fff !important;
}
.totaraNav_prim .search__wrapper form > button {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
}

.totaraNav_prim .search__wrapper form > button:hover {
  box-shadow: unset !important;
}

.totaraNav_prim .search__wrapper form > input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e1ddd0;
  border-radius: 30px;
  height: 50px;
  padding-left: 60px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  outline: none;
  border: 0px;
  max-width: 100% !important;
}
.totaraNav_prim .search__wrapper form > span {
  position: absolute;
  left: 47px;
  height: 23px;
  width: 1px;
  background-color: #e1e9f0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.totaraNav_prim .search__wrapper form > button:active {
  outline: unset !important;
}

.totaraNav_prim .search__wrapper form > button:focus-visible {
  outline: none !important;
}

.totaraNav_prim .search__wrapper form > button > img:focus-visible {
  outline: none !important;
}

#page-footer {
  background-color: #f8f8f8 !important;
  border-top: none !important;
  border-radius: 10px 10px 0px 0px !important;
  padding: 14px !important;
  width: 98%;

  justify-content: space-between;

  display: flex;
}
.page-footer-poweredby {
  margin: 0px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #2e2e2e !important;
}

.usermenu #action-menu-toggle-0 {
  background: #e1ddd0;
  border-radius: 60px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  color: #2e2e2e;
  font-weight: 400;
  position: relative;
  min-width: 170px;
  min-height: 50px;
  padding-right: 35px;
}

.totaraNav_prim--side .usermenu .userpicture {
  width: 30px !important;
  height: 30px !important;
  border-radius: 250px;
  border: 1px solid #ffffff;
}

.totaraNav_prim--side .usermenu .userbutton {
  flex-direction: row-reverse;
}
.totaraNav_prim--side .usermenu .usertext {
  padding: 7px !important;
}

body.path-mod .tw-formatTopics__collapse_link,
#page-course-view-topics .tw-formatTopics__collapse_link {
  float: right !important;
}
body.path-mod .mod-indent-oute,
#page-course-view-topics .mod-indent-outer {
  padding-bottom: 10px;
}
body.path-mod .main__right .content h3,
#page-course-view-topics .main__right .content h3 {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 500;
}

body.path-mod .course__elem .course__header,
#page-course-view-topics .course__elem .course__header {
  padding: 12px 20px;
}
.path-course-view .completionprogress {
  margin-left: 25px;
  display: block;
  float: unset !important;
  height: 20px;
  text-align: right;
}

body.path-mod .tw-formatTopics__collapse_link_icon,
#page-course-view-topics .tw-formatTopics__collapse_link_icon {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #2e2e2e !important;
}
body.path-mod .course-content,
#page-course-view-topics .course-content {
  padding-bottom: 20px;
}
body.path-mod #block-region-side-post,
#page-course-view-topics #block-region-side-post {
  width: 100% !important;
  padding-right: 0;
}

body.path-mod .course-content ul li.section.main,
#page-course-view-topics .course-content ul li.section.main {
  border-bottom: unset !important;
}
#page-login-index .register_btn {
  width: 100%;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  border: 0px;
  margin-top: 12px;
  color: #000000bd;
}

#page-login-index .register_btn a {
  text-decoration: none;
  color: #150017 !important;
  font-weight: 400;
}
body.path-mod .breadcrumbs__block,
#page-course-view-topics .breadcrumbs__block {
  padding-right: 15px;
}

body.path-mod .set_width,
#page-course-view-topics .set_width {
  width: 100%;
}

body.path-mod .section .activity .activityinstance,
.section .activity .activityinstance div,
#page-course-view-topics .section .activity .activityinstance,
.section .activity .activityinstance div {
  padding-left: 10px;
}

#page-login-index .text__class {
  text-align: center;
}
#page-login-index .text__class a {
  text-decoration: none;
  color: #04aeaa;
}
#page-login-signup #page {
  width: 98% !important;
  border-radius: 10px;
}
#page-login-signup #region-main div[role="main"] > h2:first-of-type {
  margin-top: 0px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: normal;
  background-color: #0ca7a2;
  margin-right: -15px;
  margin-left: -15px;
}
#page-login-signup .collapsible-actions {
  display: none !important;
}
#page-login-signup .fdescription {
  display: none !important;
}

#page-login-signup form input[type="text"],
#page-login-signup form input[type="password"],
#page-login-signup form input[type="number"],
#page-login-signup form.atto_form input[type="url"],
#page-login-signup select.singleselect {
  width: 100% !important;
}

#page-login-signup #fitem_id_passwordpolicyinfo .fstatic {
  width: 40%;
  font-size: 16px;
}
#page-login-signup .moreinfo {
  margin-top: 0px;
  padding: 8px;
  text-align: center;
  color: #ffffff;
  background-color: #0ca7a2;
  margin-bottom: 39px;
  font-size: 24px;
  font-weight: normal;
  margin-right: -15px;
  margin-left: -15px;
}

#page-login-signup .breadcrumb-nav {
  display: none;
}

#page-login-signup #region-main {
  margin-top: 15px;
}

#page-login-signup form select,
#page-login-signup form input[type="text"],
#page-login-signup form input[type="password"],
#page-login-signup form input[type="number"],
#page-login-signup #page-login-signup form.atto_form input[type="url"],
#page-login-signup select.singleselect {
  width: 100% !important;
}

#page-login-signup #fitem_id_profile_field_reason {
  display: none;
}

.block_course_modulenavigation .block-title,
.block_facilitator_list .block-title,
.block_news_items .block-title,
.block_masary_tv .block-title {
  padding: 14px 13px;
  background: #d19537;
  border-radius: 10px 10px 0px 0px;
}
.block_course_modulenavigation .block-header h2,
.block_facilitator_list .block-header h2,
.block_news_items .block-header h2,
.block_masary_tv .block-header h2 {
  vertical-align: middle;
  font-size: 12.6px;
  padding: 3px 0;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px !important;
  line-height: 31px;
  color: #ffffff !important;
  font-weight: 500;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: none !important ;
}

/* .accordion-toggle*/

.accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f106";
  float: right;
  color: #2e2e2e;
  font-size: 22px;
}
.accordion-toggle.collapsed:after {
  content: "\f107";
}
#page-login-signup .search__wrapper,
#page-login-signup .totaraNav_prim--list,
#page-login-forgot_password .search__wrapper,
#page-login-forgot_password .totaraNav_prim--list {
  display: none;
}
.block_course_modulenavigation .content h6,
.block_facilitator_list .content h6,
.block_news_items .content h6,
.block_masary_tv .content h6 {
  margin-bottom: unset !important;
}

#page-login-index .needsignup {
  text-align: left;
  color: black;
  font-size: 12px;
}
.container-fluid {
  width: 100%;
}
#page-login-forgot_password #page {
  background-color: #fff !important;
}
.block_similarcourses .tw-catalog__primaryFilter {
  display: none;
}
.block_similarcourses .tw-selectRegionPanel {
  display: none;
}
.block_similarcourses .tw-catalog__results {
  width: 100% !important;
}
.block_similarcourses .tw-grid__item--multi-column {
  flex-basis: 33% !important;
  background: #f1f1f1;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  padding: 0;
}
.block_similarcourses .tw-catalogItemNarrow__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px !important;
  line-height: 29px;
  color: #000 !important;
  font-weight: 600 !important;
  /*min-height: 31px !important;*/
  height: 1.75em;
}

.block_similarcourses .tw-catalogItemNarrow__image,
#page-totara-catalog-index .tw-catalogItemNarrow__image {
  padding-top: 100% !important;
}

.block_similarcourses .tw-catalogItemNarrow__progress {
  margin-top: 10px !important;
}

.block_similarcourses .progress,
.dndupload-progress-outer {
  border: none !important;
  border-radius: 11px !important;
  height: 15px !important;
  box-shadow: unset !important;
}
.block_similarcourses .progressbar__text {
  display: none !important;
}

.block_similarcourses .progress .bar {
}

.block_similarcourses .tw-catalogManageBtns {
  display: none;
}

.block_similarcourses .tw-catalog__results_overview {
  display: none;
}
#page-login-index form input[type="text"],
#page-login-index form input[type="password"] {
  max-width: unset !important;
}
.block_similarcourses .progress .bar {
  background-color: #000 !important;
  box-shadow: none;
}

.search__wrapper {
  display: none !important;
}
#page-footer ul {
  display: none !important;
}
.page-footer-poweredby a {
  text-decoration: none !important;
}
.block_similarcourses .tw-toggleFilterPanel__trigger {
  display: none !important;
}

.block.block_course_modulenavigation .pagination > li a,
.block.block_course_modulenavigation .allpagination > li a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #4e4e4e !important;
}
.block.block_course_modulenavigation ul.activities li {
  color: #4e4e4e !important;
}
.block.block_course_modulenavigation ul.activities .completioncheck.completed {
  background-color: #d19537 !important;
  border: 1px solid #d19537 !important;
}
.block.block_course_modulenavigation ul.activities .session_table {
  padding-left: 15px;
}
.block_similarcourses .select_events {
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: #113f6b;
  justify-content: space-between;
  padding: 15px 10px;
  border-radius: 3px;
}

.block_similarcourses .select_events:hover {
  color: #ffffff;
}
#page-totara-catalog-index .select_events {
  display: none;
}
.session_table table {
  font-size: 13px !important;
}
.session_table table .mod_facetoface__sessionlist__action__eventinfo {
  margin-bottom: 2px;
}

.session_table table .mod_facetoface__sessionlist__action__buttons {
  display: block !important;
}
.session_table table a:hover {
  text-decoration: none !important;
}
.session_table .mod_facetoface__sessionlist__table > thead > tr > th,
.session_table .mod_facetoface__sessionlist__table > thead > tr > td,
.session_table .mod_facetoface__sessionlist__table > tbody > tr > th,
.session_table .mod_facetoface__sessionlist__table > tbody > tr > td,
.session_table .mod_facetoface__sessionlist__table > tfoot > tr > th,
.session_table .mod_facetoface__sessionlist__table > tfoot > tr > td {
  padding: 6px !important;
}

.block_course_modulenavigation .availableinfo ul li {
  padding-bottom: 2px;
  padding-top: 2px;
}

.session_table .mod_facetoface__sessionlist__table > thead,
.session_table .mod_facetoface__sessionlist__table > tbody {
  border-bottom: 1px solid #dde1e5 !important;
}

.block.block_course_modulenavigation a:hover {
  text-decoration: none !important;
}
.session_table .mod_facetoface__sessionlist__table > thead > tr > th {
  border-bottom: unset !important;
}
.block.block_course_modulenavigation ul.activities .activityname {
  padding-bottom: 5px;
}

.main_select_events {
  padding-top: 10px;
}

.give__feedback ul li {
  list-style: none !important;
}

a:hover {
  text-decoration: none !important;
}

.block_course_modulenavigation .block-title,
.block_facilitator_list .block-title,
.block_news_items .block-title,
.block_masary_tv .block-title {
  display: flex !important;
}

.block_course_modulenavigation .block-title h2,
.block_facilitator_list .block-title h2,
.block_news_items .block-title h2,
.block_masary_tv .block-title h2 {
  padding-left: 12px !important;
}

#page-login-signup #fitem_id_profile_field_uaenational {
  display: none;
}
#page-login-signup #fitem_id_email2 {
  display: none;
}
@media only screen and (max-width: 600px) {
  #page-login-signup #fitem_id_passwordpolicyinfo .fstatic {
    width: 100% !important;
    font-size: 16px;
  }
}
#page-login-index .register_btn {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}
#page-login-index .login-side-image {
  position: absolute;
  left: 50px;
  top: 0px;
  max-width: 300px;
}
#page-login-index .login-side-right {
  position: absolute;
  right: 50px;
  top: 0px;
  max-width: 300px;
}
#page-login-signup #page-content {
  max-width: 570px;
  margin: 0 auto;
}
#page-login-signup #page-content > .row {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  max-height: 800px;
}
#page-login-signup #page {
  background: none;
}
#page-login-signup {
  background-color: #efefef;
  background-image: url("../images/background_pattern.png");
}
#page-login-signup #page-footer {
  display: none;
}
#page-login-signup .mform .fitem {
  margin-bottom: 5px !important;
}
#page-login-signup .fstatic {
  display: none;
}
#page-login-signup #region-main div[role="main"] > h2:first-of-type {
  background-color: #fff !important;
  color: #d19537;
  font-size: 28px;
}
input.form-submit,
input#id_submitbutton,
input#id_submitbutton2,
.path-admin .buttons input[type="submit"],
td.submit input {
  color: #fff !important;
  background-color: #d19537 !important;
  border-color: #d19537 !important;
}
#fitem_id_passwordpolicyinfo {
  display: none;
}
button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background-color: #d19537 !important;
  border-color: #d19537 !important;
  color: #fff !important;
}
#page-login-signup #id_submitbutton {
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
}
#page-login-signup #id_cancel {
  background: #fff !important;
  padding: 10px 25px 10px 25px !important;
  color: #000 !important;
}

#page-login-signup form input[type="text"],
#page-login-signup form input[type="text"] {
  height: 39px;
  border-radius: 3px;
}
#page-login-signup .fheader {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 700 !important;
}

#page-login-signup .fheader span {
  display: none;
}
#page-login-signup legend {
  border: none;
}
#page-login-signup label {
  font-size: 12px;
  font-weight: 500 !important;
}
#page-login-index .login-side-image,
#page-login-signup .login-side-image,
#page-login-index .login-side-right,
#page-login-signup .login-side-right {
  padding-top: 35px;
  padding-bottom: 35px;
}
#page-login-index .login-side-image,
#page-login-signup .login-side-image {
  position: absolute;
  left: 50px;
  top: 0px;
  max-width: 300px;
}
#page-login-index .login-side-right,
#page-login-signup .login-side-right {
  position: absolute;
  right: 50px;
  top: 0px;
  max-width: 300px;
}
.login__box form {
  text-align: center;
}
a {
  color: #d19537 !important;
}
#page-site-index span.login a.btn.btn-primary.btn-xs,
#page-login-signup span.login a.btn.btn-primary.btn-xs {
  color: #fff !important;
}
.totaraNav_prim ul li a {
  color: #000 !important;
  font-size: 14px !important;
}
.totaraNav_prim--list_item_label {
  font-size: 14px !important;
}
.totaraNav_prim .masthead_logo--header_img {
  max-width: 225px;
}
.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_label::after {
  border-color: #d19537 !important;
}

/* div.container-fluid, #page-footer {
    max-width: 1360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
} */
/* [class*="col-"] {
	padding-right: 0 !important;
    padding-left: 0 !important;
} */
@media (min-width: 992px) {
  .totaraNav_prim--list {
    margin: auto 0 auto auto !important;
  }
}
.totaraNav_prim--side {
  margin: 0 !important;
}
.tw-grid__item [tabindex] {
  cursor: pointer;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .tw-grid {
    padding: 26px 22px !important;
  }
}
.tw-catalogItemNarrow__content {
  padding: 25px 15px !important;
}

.course__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 23px;
  padding-left: 23px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
}
.course__steps .elem__step span {
  position: relative;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
  background: #ffffff;
  border: 1px solid #e1dfdd;
  font-size: 14px;
  line-height: 18px;
  color: #e1dfdd;
  font-family: "Dubai", sans-serif;
  border-radius: 250px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.course__steps .elem__step {
  position: relative;
}
.course__steps .elem__step:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 1px;
  background-color: #cda76e;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  left: 10px;
  z-index: 2;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width: 0px;
}
.course__steps .elem__step:before {
  content: "";
  position: absolute;
  width: 124px;
  height: 1px;
  background-color: #e1ddd0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  left: 10px;
}
.course__steps .elem__step.active > span {
  border-color: #d19537;
  background-color: #d19537;
  color: #fff;
}
.course__steps .elem__step.active:before {
  content: "";
  position: absolute;
  width: 124px;
  height: 1px;
  background-color: #cda76e;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  left: 10px;
  z-index: 2;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  width: 124px;
}
.course__steps .elem__step:last-child:before {
  display: none;
}

div.editor_atto_toolbar button {
  padding: 4px 9px;
  background: none;
  border: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  color: #999 !important;
  background: #fff !important;
}

#page-course-view-topics div[role="main"] {
  display: none;
}
#page-course-view-topics.editing div[role="main"] {
  display: block !important;
}
.block.chromeless.block {
  box-shadow: none;
  border-radius: 10px !important;
}
.block {
  border-radius: 10px !important;
  border: 0 !important;
}
.block.chromeless .content {
  padding: 0;
  border-radius: 10px;
}
nav.totaraNav_sub {
  display: none;
}
body.format-site #page-content {
  padding-top: 0;
}
#page-site-index footer .outer__footer {
  border-radius: 0 !important;
}
a.tui-actionLink.tui-emptySpacesHeader__actionLink.tui-actionLink--prim {
  color: white !important;
}
.progress,
.dndupload-progress-outer {
  border: 1px solid #d19537 !important;
  box-shadow: inset 0 0px 0px 0 !important;
}
.progress-bar,
.progress .bar,
.dndupload-progress-outer .bar,
.dndupload-progress-inner {
  background-color: #d19537 !important;
}
.alert-info .alert-icon,
#page-admin-index .adminwarning.availableupdatesinfo .alert-icon,
#page-admin-index .releasenoteslink .alert-icon {
  background: #d19537 !important;
}
.alert-info,
#page-admin-index .adminwarning.availableupdatesinfo,
#page-admin-index .releasenoteslink {
  border-color: #d19537 !important;
}
.alert .alert-close .flex-icon,
#page-admin-index .releasenoteslink .alert-close .flex-icon,
#page-admin-index .adminwarning .alert-close .flex-icon,
#page-admin-index .maturitywarning .alert-close .flex-icon,
#page-admin-index .testsitewarning .alert-close .flex-icon,
#page-admin-index .maturityinfo .alert-close .flex-icon,
#page-admin-roles-assign div.box.generalbox .alert-close .flex-icon,
.que .outcome .alert-close .flex-icon,
.que .comment .alert-close .flex-icon {
  color: white !important;
}
.tui-engageNavigationPanel__link--active > a {
  color: white !important;
}
#page-admin-tool-smtp_test-index table {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  #block-region-side-pre.block-region,
  body.path-mod #block-region-side-post,
  #page-course-view-topics #block-region-side-post {
    padding-left: 0 !important;
  }
  body.path-mod .main__right,
  #page-course-view-topics .main__right {
    min-width: 100%;
    max-width: 100%;
    border-radius: 10px !important;
  }
}
body.path-mod .main__left .give__feedback > p > strong > a,
#page-course-view-topics .main__left .give__feedback > p > strong > a {
  color: #fff !important;
}
.course__wrapper
  .section-group
  .course__active
  .module-navigation-section-heading:last-child:before {
  display: none;
}

*[dir="rtl"] .slider__right img {
  transform: rotate(180deg);
}
*[dir="rtl"] .slider__left img {
  transform: rotate(180deg);
}

*[dir="rtl"] .prev__ img {
  transform: rotate(180deg);
}
*[dir="rtl"] .next__ img {
  transform: rotate(180deg);
}
*[dir="rtl"] #inst70 .controls {
  right: auto;
  left: 0;
}

*[dir="rtl"] #inst99 .slick-prev {
  transform: rotate(180deg);
  top: 0;
}
*[dir="rtl"] #inst99 .slick-next {
  transform: rotate(180deg);
  top: 0;
}
*[dir="rtl"] #inst99 .slick-slider img {
  min-width: auto;
  min-height: auto;
}
*[dir="rtl"] #inst68 .slick-next {
  left: 30px;
  right: auto;
  transform: rotate(180deg);
}
*[dir="rtl"] #inst68 .slick-prev {
  left: auto;
  right: 30px;
  transform: rotate(180deg);
}

*[dir="rtl"] .button__wrapper img {
  transform: rotate(180deg);
}
*[dir="rtl"] #inst70 .desc__ .tag {
  border-right: 2px solid #d19537;
  padding-right: 9px;
  border-left: none !important;
}
*[dir="rtl"]
  .info__slider
  .outer__info--slider
  .bottom__controls
  > ul
  > li
  > a
  span {
  margin-left: 10px;
  margin-right: 0px;
}

[dir="rtl"]
  .overview__block
  .outer__overview
  .overview__left
  .overview__desc
  .course__info
  .elem__course
  > span {
  margin-left: 15px;
}
[dir="rtl"] .overview__block .outer__overview > .spacer {
  left: 320px;
  right: auto;
}
[dir="rtl"]
  body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > p,
[dir="rtl"]
  #page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > p,
[dir="rtl"]
  body.path-mod
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.activity,
[dir="rtl"]
  #page-course-view-topics
  .main__left
  .article
  .article__top
  .tags__wrapper
  > .elem__tag
  > span.activity {
  margin-left: 12px;
  margin-right: 0;
}
[dir="rtl"]
  body.path-mod
  .main__left
  .article
  .article__bottom
  .article__time
  > span,
[dir="rtl"]
  #page-course-view-topics
  .main__left
  .article
  .article__bottom
  .article__time
  > span {
  margin-left: 5px;
}
[dir="rtl"] .block .block_action {
  margin-left: 15px;
}
[dir="rtl"] .course__wrapper > .course__progress > span {
  right: -20px;
}
[dir="rtl"]
  .course__wrapper
  .section-group
  .course__active
  .module-navigation-section-heading:before {
  right: -27.5px;
}
[dir="rtl"] .course__wrapper .section-group .section-default:before {
  right: -39px;
}
[dir="rtl"] body.path-mod #block-region-side-post,
[dir="rtl"] #page-course-view-topics #block-region-side-post,
[dir="rtl"] #block-region-side-pre.block-region {
  padding-right: 15px;
  padding-left: 0;
}
[dir="rtl"] body.path-mod .breadcrumbs__block,
[dir="rtl"] #page-course-view-topics .breadcrumbs__block {
  padding: 0 15px;
}
[dir="rtl"] .usermenu #action-menu-toggle-0 {
  padding-right: 0;
}
[dir="rtl"] #page-site-index .double__info--wrapper .slick-next {
  right: auto;
  left: -25px;
}

body.path-mod .modified {
  display: none;
}
.course__wrapper .section-group .section-default:last-child::after {
  position: absolute;
  content: "";
  left: -28px;
  width: 3px;
  height: calc(100%);
  background-color: #fff;
  bottom: -10px;
}
