body ::-webkit-scrollbar {
  position: absolute;
  width: 12px;
  margin-left: -10px;
  -webkit-appearance: none;
}

body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(160, 174, 186, 0.2);
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
  border-radius: 7px;
}

body ::-webkit-scrollbar-track {
  background-color: transparent;
  border-right: none;
  border-left: none;
}

.pre-wrap {
  white-space: pre-wrap !important;
}

/* LOADER */
.ig-loader {
  background-color: #333333;
  opacity: 0.9;
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.lang-selector li a.active {
  color: #0071dc !important;
}

.spinner {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 40%;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
80%,
100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.margin-auto {
  margin: auto;
}

.wa-logo {
  position: fixed;
  left: 20px;
  bottom: 50px;
  display: block;
  z-index: 9999;
}

.wa-logo img {
  height: 55px;
}

.parsley-errors-list {
  margin-bottom: 0px !important;
}

.parsley-errors-list li {
  margin-top: 10px;
  color: red;
}

.white-bg {
  background: white;
}

.map-box {
  background: #fff;
  padding: 10px;
}

.header-lower .outer-box .logo-box .logo,
.xs-sidebar-group .content-inner .logo {
  max-width: 240px;
}

.logo-search {
  width: 80%;
}

.overflow-hide-y {
  overflow-y: hidden;
}

.cta-four {
  background: #624522;
}

.shop-sidebar .category-widget .category-list li a.active {
  color: #0071dc;
}

.sec-pad {
  padding: 100px 0px;
}

.main-menu .navigation.lang-selector > li > a {
  display: inline;
}

.main-menu .navigation.lang-selector > li:first-child {
  margin-right: 0px;
}

.about-20 .feature-block-nine .inner-box .icon-box .icon {
  background: -webkit-linear-gradient(45deg, #0071dc 30%, #ef420e 70%);
}

.wrap-lang-list {
  display: flex;
}

.wrap-lang-list li {
  margin-right: 20px;
}

.wrap-lang-list a {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  opacity: 1;
  color: #141417;
  overflow: hidden;
}

.active-lang-menu {
  color: #0071dc !important;
}

.scroll-top-btn {
  display: flex;
  position: fixed;
  z-index: 99;
  background-color: #0071dc;
  height: 40px;
  width: 40px;
  bottom: 20px;
  right: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.scroll-top-btn img {
  width: 12px;
}

.xs-bg-primary {
  background-color: #0071dc !important;
}

.news-block-one .inner-box .image {
  background: -webkit-linear-gradient(45deg, #0071dc, #f18e95 100%);
}

@media (min-width: 767px) and (max-width: 992px) {
  .menu-area {
    flex: 1;
    margin-right: 20px;
  }
}

.search-popup .close-search:hover {
  color: #0071dc !important;
}

.close-side-widget:hover {
  color: #0071dc !important;
}

.project-block-one > .inner-box > .image-box {
  height: 450px;
}

.project-block-one > .inner-box > .image-box img {
  height: 100%;
  object-fit: cover;
}

.img-product-det {
  height: 350px;
}

.img-product-det img {
  height: 100%;
  object-fit: cover;
}

.img-product-view {
  height: 350px;
}

.img-product-view img {
  height: 100%;
  object-fit: cover;
}

.content-bottom-wrap {
  height: 100px;
}

.text-black {
  color: black;
  text-decoration: none;
}

.ellipsis-text-2line {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ellipsis-text-3line {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.about-20 {
  overflow-x: hidden;
  overflow-y: clip;
}

.about-20 .feature-block-nine .inner-box .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-img img {
  height: 48px;
  width: auto;
}

.box-text-list-company {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.box-text-list-company section p {
  color: black;
}

.img-company-foot {
  width: 594px;
  height: 500px;
  object-fit: cover;
}

.img-comp-thumb {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.text-title-comp {
  color: #dba529 !important;
  font-size: 22px !important;
}

.logo-nav-fix {
  width: 240px;
}

.box-news-list {
  height: 350px;
  margin-bottom: 30px;
}

.news-block-one > .inner-box {
  height: 350px;
}

.news-block-one > .inner-box .image img {
  height: 200px;
  object-fit: cover;
}

.info-list > li > a {
  padding-left: 10px;
}

.shape-costum {
  height: 270px !important;
}

.font-slide-title {
  margin-right: 50px;
  margin-left: -10px;
}

.page-item.active .page-link {
  background-color: #0071dc !important;
  border-color: #0071dc !important;
}

.pagination li a {
  padding: 0;
}

.product-details-content .image-box img {
  height: 568px !important;
  object-fit: cover;
}

@media (max-width: 992px) {
  .mobile-menu > .navigation > li > .dropdown > .dropdown-btn {
    color: black;
  }
  .lang-selector > li:nth-last-child(1) {
    margin-left: -20px;
  }
  .fixed-header {
    position: fixed !important;
    background-color: white;
  }
  .map-inner {
    margin-right: 0px !important;
  }
  .box-news-list {
    height: 400px;
    margin-bottom: 30px;
  }
  .news-block-one > .inner-box {
    height: 400px;
  }
  .news-block-one > .inner-box .image img {
    height: 250px;
    object-fit: cover;
  }
  .img-product-det {
    height: 400px;
  }
  .img-product-det .image img {
    height: 250px;
    object-fit: cover;
  }
  .shape-costum {
    height: 280px !important;
  }
  .font-slide-title {
    font-size: 17px !important;
  }
}

@media (max-width: 576px) {
  .mobile-menu .nav-logo {
    padding-bottom: 50px;
  }
  .search-popup .upper-box {
    position: relative;
    padding: 10px 20px;
  }
  .sec-title h2 {
    font-size: 30px;
  }
  .image_block_two > .image-box > .image {
    width: 100%;
  }
  .bottom-inner {
    font-size: 14px;
  }
  .bottom-inner a,
.bottom-inner p {
    font-size: 14px;
  }
  .sec-pad {
    padding: 50px 0;
  }
  .box-text-list-company {
    margin: 20px 0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .image_block_two {
    padding: 0 10%;
    padding-left: 15%;
  }
  .box-cta-four h2 {
    font-size: 30px;
  }
  .page-title.about-page-5 {
    padding-bottom: 50px;
  }
  .img-comp-desc {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
  }
  .box-text-list-company {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 599px) {
  br {
    display: initial;
  }
}

.tutor-course-top-info__meta-instructor .instructor-name {
  padding-left: 0px;
}

.comment-item-02__info {
  padding-left: 0px;
}

.tutor-course-price .sale-price {
  font-size: 1.85em;
  color: #0071dc;
}

.tutor-course-price .regular-price {
  font-size: 1em;
}

.sidebar-widget__course-price .sale-price {
  font-size: 1em;
  color: #0071dc;
}

.sidebar-widget__course-price .regular-price {
  font-size: 0.75em;
}

.dashboard-nav__header {
  padding: 0px 40px 0px;
}

@media only screen and (min-width: 768px) {
  .partners-active .swiper-wrapper {
    justify-content: center;
  }
}

.dashboard-course-item__link {
  max-width: none;
}

.checkout-order__product-caption {
  padding-left: 0px;
}

.checkout-order__details .table tfoot .total-price {
  color: #0071dc;
}

.checkout-form__payment {
  padding-top: 0px;
  border-top: 0px;
}

.fas.active, .course-curriculum__title a {
  color: #0071dc;
}

.paragraph-section h1, .paragraph-section h2, .paragraph-section h3, .paragraph-section h4, .paragraph-section h5, .paragraph-section h6 {
  margin-bottom: 14px;
}

.paragraph-section a {
  color: #0071dc;
}

.testimonial-main-content .testimonial-caption {
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-main-content .testimonial-caption p {
  font-size: 14px;
}

.testimonial-main-content .testimonial-info .testimonial-info__designation {
  font-size: 12px;
}

.privacy-style ol li {
  margin-bottom: 18px;
}

.privacy-style ol li::marker {
  font-weight: 500;
  font-size: 1.25em;
}

.privacy-style ol li h5, .privacy-style ol li h6 {
  font-weight: 500;
}

.privacy-style ul li {
  margin-bottom: 0px;
}

.course-active .course-info-02 {
  padding: 12px 15px 16px;
}

.course-active .course-info-02__footer {
  margin: 6px 0 0;
}

.course-info__rating .rating-star::before, .dashboard-review-item__rating .rating-star::before {
  color: #cccccc;
}

.course-info__title {
  min-height: 50px;
}

.course-info-02__footer {
  min-height: 20px;
  margin: 0px !important;
}

.sidebar-widget__course-thumbnail a img {
  width: 100px;
}

.dashboard-profile__heading {
  line-height: 36px;
}

.gprev, .gnext {
  display: none;
}

.dashboard-menu__menu-link > li > a {
  font-size: 30px;
  padding: 12px 0;
}

.dashboard-nav__logo img {
  width: 200px;
}

.course-list-info {
  padding-right: 0px;
}

.course-list-info__price .regular-price {
  text-decoration: line-through;
}

.course-list-info__footer {
  transform: none;
  top: auto;
  bottom: 0px;
}

.dashboard-profile__heading {
  min-width: 220px;
}

.font-underline {
  font-size: 15px !important;
  border-bottom: 1px solid #e7e7e7;
}

.dashboard-content-box .edumi {
  color: #0071dc;
  margin-right: 10px;
}

.tutor-course-builder-tips-title {
  font-size: 18px;
  color: #8C94A8;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tutor-tips ul {
  margin-top: 16px;
  list-style: none;
  padding-left: 1.8rem;
}

.tutor-tips ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 24px;
}

.tutor-tips ul li:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #DCDFE5;
  left: -26px;
  top: 9px;
}

.tutor-form-group {
  position: relative;
  font-weight: 500;
}

.tutor-form-group span.tutor-input-prepand {
  font-size: 18px;
  color: #252525;
  line-height: 32px;
  height: calc(100% - 20px);
  margin: 10px 0;
  padding: 0 20px;
  border-right: 1px solid #d3d8dd;
  position: absolute;
}

.tutor-form-group input {
  padding-left: 67px;
  font-weight: 500;
}

.note-editor .dropdown-toggle:after {
  display: none;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-editor .note-popover .popover-content .note-dropdown-menu {
  min-width: 200px;
}

.note-editor .note-editing-area .note-editable, .note-editor .note-editor.note-frame .note-editing-area .note-editable {
  background-color: white;
}

.note-editor .note-modal-footer {
  height: 80px;
}

.sn-checkbox-open-in-new-window, .sn-checkbox-use-protocol {
  display: none;
}

.dropify-message p {
  font-size: 18px;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
  font-size: 32px;
}

.dashboard-courses .dashboard-courses__item {
  max-width: 100%;
}

.dashboard-courses .dropdown {
  text-align: right;
}

.dashboard-courses .dropdown .dropdown-btn {
  padding: 0;
  margin: 0;
  line-height: 1;
  width: 24px;
  height: 24px;
  font-size: 16px;
  border: 0;
  background: none;
}

.dashboard-courses .dropdown .dropdown-menu {
  border: 1px solid #ededed;
  padding: 4px 0;
  border-radius: 3px;
}

.dashboard-courses .dropdown .dropdown-menu:show {
  display: block;
}

.dashboard-courses .dropdown .dropdown-menu li a {
  font-size: 13px;
  padding: 4px 15px;
  display: block;
}

.dashboard-courses__action .action {
  background-color: white;
}

.back-btn {
  color: #0071dc;
  margin-right: 12px;
}

.dashboard-title {
  position: relative;
}

.action-btn {
  font-size: 13px;
  height: auto;
  line-height: 40px;
  padding: 0 16px;
  margin-left: 10px;
}

.form-label-02 {
  font-weight: 500 !important;
}

.dashboard-courses__rating .rating-star::before {
  color: #CCCCCC;
}

.form-control[type="password"]:not(:placeholder-shown) {
  font: small-caption;
  font-size: 16px;
}

.pass-style {
  right: 12px;
  position: absolute;
  bottom: 12px;
  font-size: 16px;
  cursor: pointer;
  color: #0071dc;
}

.dashboard-content {
  padding-top: 30px;
}

.course-info .dashboard-table__text a {
  border-bottom: 1px solid #cccccc;
}

.dashboard-title {
  margin-bottom: 18px;
}

.dashboard-profile__content {
  line-height: 36px;
}

.tutor-form-group span.tutor-input-prepand {
  font-size: 14px;
  padding: 0 15px;
}

.dashboard-course-item__progress-bar-line::before {
  right: -18px;
}

.dashboard-post-test .dashboard-review-item__thumbnail {
  width: 24px;
}

.dashboard-post-test .dashboard-review-item__content {
  padding-left: 0px;
}

.dashboard-post-test p {
  font-size: 14px;
}

.mitra-statistik .dashboard-info__card-content {
  padding-left: 0px;
  width: 100%;
}

.dashboard-subtitle {
  font-weight: 500;
  font-size: 20px;
}

.dashboard-info__card-value {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-info__card-value {
    font-size: 26px;
  }
}

.dashboard-info-container {
  min-width: 0;
  word-wrap: break-word;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #eee;
  padding: 38px 20px 38px 29px;
  min-height: 1px;
}

.demo-flot-chart {
  height: 340px !important;
}

.demo-flot-chart .legendLayer {
  fill: transparent;
  width: auto !important;
}

.demo-flot-chart .legendLayer text {
  fill: #5e6773;
}

.ebook-thumbnail {
  flex: 0 0 115px;
}

.dashboard-courses__footer.ebook-footer {
  margin-top: 44px;
}

.ebook-section .course-list-info {
  padding-right: 0px;
}

.ebook-section .course-list-info__footer {
  bottom: -5%;
  top: auto;
}

.ebook-thumbnail {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 300px;
  min-height: 300px;
  width: 100%;
}

.aldi-menu li:last-child a {
  padding-right: 0px;
}
