.dlabnav .metismenu a {
  font-size: 13px !important;
  padding: 0.5rem 0.6rem !important;
}

.dlabnav .metismenu>li>a i {
  margin-right: 4px;
  font-size: 1.1rem;
}

.brand-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card {
  height: calc(100% - 35px) !important;
}

.post-content {
  display: flex;
  justify-content: space-between;
}

.post-img {
  width: 100%;
  height: 100% !important;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body.post {
  padding: .7rem !important;
}

.flow.post {
  margin: .3rem;
}

.container-fluid {
  min-height: calc(100vh - 0px);
}

.footer {
  border-radius: 0 !important;
}

@media only screen and (max-width: 35.9375rem) {
  .mbsc-ios.mbsc-textfield-wrapper {
    margin: 15px auto !important;
  }

  .card {
    height: calc(100% - 0.938rem) !important
  }

  .brand-logo {
    display: none !important;
  }

  .nav-control {
    right: 1.125rem !important;
  }
}

.nav-theme {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  display: inline-block;
}

.svg-success {
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(/theme/icons/svg/success.svg) !important;
}

.svg-unknow {
  width: 29px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/theme/icons/svg/unknow.svg) !important;
}

.dark-mode {
  background-image: url(/theme/icons/navbar/dark.svg) !important;
}

.light-mode {
  background-image: url(/theme/icons/navbar/light.svg) !important;
}

.live {
  background-image: url(/theme/icons/navbar/live.svg) !important;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.tooltip-inner {
  background-color: #000;
  color: #fff;
}

[data-theme-version="dark"] .tooltip-inner {
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-900);
}

[data-theme-version="dark"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: var(--bs-gray-100) !important;
}

.cadeado {
  z-index: 2;
  background-color: #e3e3e3;
  padding: 20px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 10px;
}

.post-title {
  font-size: 1rem;
  line-height: 1.5;
  color: #2A353A;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.post-title:hover {
  color: var(--primary);
  text-decoration: none;
}

.dz-info {
  font-size: 0.875rem;
  color: var(--bs-gray-600) !important;
}

[data-theme-version="dark"] .dz-info {
  color: var(--bs-gray-400) !important;
}

[data-theme-version="dark"] .post-title,
[data-theme-version="dark"][data-bs-custom-class="tooltip-dark"] .post-title {
  color: var(--bs-gray-400);
}

[data-theme-version="dark"] .post-title:hover {
  color: var(--primary);
}

[data-bs-custom-class="tooltip-dark"] .post-title:hover {
  color: #2A353A;
}

[data-theme-version="dark"] [data-bs-custom-class="tooltip-dark"] .post-title:hover {
  color: var(--bs-gray-400);
}

[data-theme-version="dark"] .cadeado i {
  color: #fff;
}

[data-theme-version="dark"] .cadeado {
  background-color: #2D2D37;
}

.most-posts .slide-img {
  width: auto !important;
  height: 120px !important;
}

.most-posts .swiper-slide .card-header {
  padding: .7rem !important;
}

.metrics .widget-media .timeline .timeline-panel .media {
  width: auto !important;
  height: 4rem !important
}

.metrics .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}

.metrics .widget-media .timeline .timeline-panel .dropdown {
  align-self: center !important;
}

@keyframes investorTicker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.negativo {
  color: #ff5252;
}

.positivo {
  color: #1eb980;
}

.ticker-wrap {
  flex-grow: 1;
  overflow-x: clip;
}

.ticker-wrap .ticker:hover {
  animation-play-state: paused;
}

.ticker-wrap .ticker {
  white-space: nowrap;
  animation: investorTicker 40s linear 1s infinite;
  display: inline-block;
  line-height: 3.4rem;
}

.ticker a {
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-right: 1px solid rgb(0 0 0 / 20%);
}

[data-theme-version="dark"] .ticker:hover a {
  color: #fff;
}

[data-theme-version="dark"] .ticker a {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.ticker:hover a {
  color: #666666;
}

.ticker a span:nth-child(2) {
  margin: 0 10px;
}

.ticker-container {
  display: flex;
  background-color: #fff;
}

[data-theme-version="dark"] .ticker-container {
  background-color: rgba(255, 255, 255, 0.1);
}

[data-theme-version="dark"] .form-control {
  background-color: #1E1E25;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

[data-theme-version="dark"] .pagination {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 0.60em;
}

.companies .contact_list .user-content .user-img::before {
  display: none;
}

.invites .dataTables_filter,
.companies .dataTables_filter {
  display: none;
}

.invites .page-titles input.form-control,
.companies .page-titles input.form-control {
  background-color: #ffffff;
}

.metrics .widget-media .timeline .timeline-panel .media {
  border-radius: unset !important;
}

.nav-header .brand-logo {
  overflow: hidden;
}

[data-theme-version="dark"] .table-responsive thead {
  background-color: rgba(255, 255, 255, 0.1);
}

.dataTablesCard tr td {
  font-weight: 400 !important;
}

.btn.light {
  cursor: default;
}

.home .page-titles {
  margin-bottom: 0.7rem !important;
}

[data-theme-version="dark"] .invites .card {
  background-color: #2D2D37 !important;
}

.invites .legend {
  width: 200px;
  margin: auto 0;
}

.invites .card-title {
  font-size: 1.1rem !important;
  margin-bottom: 2px !important;
}

.mbsc-popup-center {
  max-width: 100% !important;
}

.mbsc-popup-body {
  padding: 10px !important;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: var(--bs-gray-800) !important;
}

.mbsc-ios-dark.mbsc-scroller-pointer .mbsc-scroller-wheel-item {
  color: var(--bs-gray-300) !important;
}

.mbsc-ios.mbsc-scroller-pointer .mbsc-scroller-wheel-item.mbsc-selected {
  color: var(--primary) !important;
}

.mbsc-ios.mbsc-button-flat {
  color: var(--primary) !important;
}

.mbsc-ios.mbsc-textfield-tags-inner {
  padding-bottom: .600em !important;
}

.mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-stacked {
  padding-top: 1.475em !important
}

.mbsc-ios.mbsc-ltr.mbsc-label {
  color: #717579;
}

.invites .f-details {
  display: flex;
  justify-content: space-between;
}

.metrics .widget-media .timeline .timeline-panel .media {
  background: transparent !important;
}

.apexcharts-svg {
  background: transparent !important;
}

.invites .input-group.search-area .form-control,
.invites .input-group.search-area .input-group-text {
  height: 2.5rem !important
}

.invites .input-group.search-area {
  height: 2.6rem !important
}

.invites .page-titles .input-group.search-area {
  width: 20rem !important;
}

.notifications .media {
  width: auto !important;
  height: 80% !important;
  background: transparent !important;
  border-radius: 0.625rem;
}

.timeline .media {
  border-radius: 0.625rem !important;
}

.ticker-container {
  background-color: #dfe6e6;
}

#main-wrapper {
  background-color: #eff1f1;
}

.heading {
  font-size: 0.975rem;
  color: #07201d;
}

.support-box {
  background-color: var(--primary-dark);
  text-align: center;
}

.support-box::before {
  display: none;
}

.dlabnav .metismenu>li>a {
  color: var(--primary);
}

.dlabnav .metismenu>li>a i {
  color: #bbbbbb;
}

.mm-active, .dlabnav .metismenu a {
  color: #ffffff;
}

.dlabnav {
  border-right: 0px solid #d5dfe7;
}

.header {
  border-bottom: 0px solid #d5dfe7;
}

.form-control {
  background: #eff2f2;
  color: #6c7984;
}

.form-control:hover, .form-control:focus, .form-control.active {
  background: #eff2f2;
  color: #6c7984;
}

.header-right .notification_dropdown .nav-link {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #eff2f2;
  border: 1px solid #eff2f2;
}

.header-profile2 img {
  border-radius: 50%;
}

.header-left .search-area .input-group-text {
  background: #eff2f2;
}

.ticker a {
  color: #07201d;
  border-right: 1px solid rgb(255 255 255 / 20%);
}

.ticker:hover a {
  color: #07201d;
}

.wrapper-search {
  border-top: 1px solid #00324c;
  border-bottom: 1px solid #00324c;
  padding: 25px 15px;
}

@media (max-width: 47.9375rem) {
  .dlabnav {
    top: 6rem;
  }
}

[data-container="wide-boxed"] .nav-header,
[data-container="boxed"] .nav-header,
[data-container="wide"] .nav-header,
[data-sidebar-position="static"][data-layout="horizontal"][data-header-position="static"] .nav-header {
  height: 6rem;
}

.header .header-content {
  height: 6rem;
}

[data-header-position="fixed"] .content-body {
  padding-top: 6rem;
}

.nav-item.notification_dropdown a.nav-link.has::before {
  background-color: #43aaa5;
}

.input-group.search-area .form-control {
  height: 2.5rem;
}

.input-group.search-area {
  height: 2.5rem;
}

.input-group.search-area .input-group-text {
  height: 2.5rem;
}

.header-left .search-area .form-control {
  font-size: 13px;
}

.input-group-text {
  padding: 0.6875rem 0;
}

.brand-logo img {
  width: 85%;
}

.nav-header .brand-logo {
  justify-content: center;
}

.card {
  background-color: #f6f7f7;
}

.page-titles {
  background: #f6f7f7;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li:hover>ul a {
  color: #ffffff;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li:hover>ul {
  background-color: #051c19;
}

.invites .page-titles input.form-control, .companies .page-titles input.form-control {
  background-color: #eff2f2;
}

.form-control:disabled, .form-control[readonly] {
  background: #eff2f2;
}

sub, sup {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: 0;
}

sub {
  bottom: 0;
}

.mbsc-ios.mbsc-select, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background: #D5DFE7;
}

.page-titles h2, .page-titles .h2 {
  font-size: 0.975rem;
}


.mbsc-ios.mbsc-select, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-box, .mbsc-ios.mbsc-textarea-inner.mbsc-textfield-inner-outline {
  background-color: #eff2f2 !important;
}

.support-box .bg-white {
  width: 100%;
  background-color: var(--primary) !important;
  color: #ffffff;
}

.btn-sm, .btn-group-sm>.btn {
  font-size: .913rem !important;
}

.btn-info {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-warning {
  color: #999;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-warning:hover {
  background-color: #999;
  border-color: #999;
}

.nav-control {
  display: none;
}

[data-sidebar-style="mini"] .header {
  height: 6rem !important;
}

@media only screen and (max-width: 35.9375rem) {
  .header-profile2 img {
    height: 2.825rem;
    width: 2.825rem;
    margin-left: 0;
  }
  .nav-control {
    top: 46%;
  }
}

@media only screen and (max-width: 768px) {
  .nav-control {
    display: block;
  }
  .nav-header .brand-logo {
    display: none;
  }
}

.header .header-content {
  padding-left: 2rem;
}

[data-sidebar-style="overlay"] .dlabnav .metismenu>li>a {
  color: var(--primary);
}


@media only screen and (max-width: 47.9375rem) {
  .nav-control {
      top: 56%;
    right: 1.125rem !important;
  }
}

@media only screen and (max-width: 68.75rem) {
  .header-left {
    margin-left: 3rem;
    width: 12rem;
  }

  .header-left .search-area {
    display: flex;
  }
}

@media only screen and (min-width: 48rem) {
  [data-sidebar-style="mini"] .dlabnav .metismenu li>ul {
    background: #051c19;
  }
}

html,
body {
  overflow-x: hidden;
}

body {
  width: 100%;
}

[data-sidebar-style="mini"] .nav-header .hamburger,
[data-sidebar-style="mini"] .nav-header .nav-control {
  display: block !important;
  top: 1.6rem !important;
  left: 3.9rem !important
}

[data-sidebar-style="mini"] .dlabnav {
  top: 6rem;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav {
  width: 17rem;
  overflow: visible;
}

[data-sidebar-style="mini"][data-layout="vertical"] .hamburger.is-active {
  margin-top: .7rem !important;
}

[data-sidebar-style="mini"] .dlabnav .metismenu>li {
  padding: 0 11px !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .hamburger.is-active .line {
  background-color: var(--primary) !important;
  opacity: 1 !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .support-box {
  display: block !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .nav-text {
  display: inline-block !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li>a {
  font-weight: 400;
  border-radius: 0.625rem;
  transition: all .5s;
  line-height: 1.5rem;
  display: inline-block;
  color: var(--primary);
  font-size: 13px !important;
  padding: 0.5rem 0.6rem !important;
  text-align: left;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu>li>a>i {
  margin-right: 4px;
  font-size: 1rem;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #43aaa5;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, .075);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  animation: fadeIn 0.3s;
}

#back-to-top:hover {
  opacity: 0.7;
  background-color: #43aaa5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.api #main-wrapper {
  background-color: var(--bs-body-bg) !important;
}

.nav-item.notification_dropdown a.nav-link.online::before {
  content: '';
  display: block;
  background-color: #eb6274;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: 0;
}

.star-rating {
  margin-bottom: 5px;
}

.post-title:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

.courses-bx .dlab-info .dlab-title {
  margin-top: 1.10rem;
}

.courses-bx .dlab-info .dlab-title p span {
  padding: 0 0.375rem;
  align-items: center;
}

.courses-bx .dlab-info .dlab-title p span svg {
  margin-left: 0.3125rem;
  margin-top: -0.3125rem;
}

.courses-bx .dlab-info .content {
  font-size: 0.875rem;
  font-weight: 400;
  flex-flow: wrap;
  margin-top: auto;
}

.all-crs-wid:hover .courses-bx h4 a,
.all-crs-wid:hover .courses-bx .h4 a {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.overlay-main:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .dd .dd-list {
    padding-left: 0;
  }
}

.content-title.collapse {
  border-radius: 0.525rem;
}

.widget-courses .schedule-icon {
  height: 4rem;
  width: 4rem;
  display: block;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
  color: #374557;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .widget-courses .schedule-icon {
    margin-bottom: 0.625rem;
    height: 3.125rem;
    width: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
  }
}

.widget-courses i {
  transform: scale(1.2);
}

.widget-courses.style-1 h4,
.widget-courses.style-1 .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (max-width: 47.9375rem) {

  .widget-courses.style-1 h4,
  .widget-courses.style-1 .h4 {
    font-size: 1.125rem;
  }
}

.widget-courses.style-1 img {
  width: 3.125rem;
}

.widget-courses.style-1 span {
  font-size: 1.125rem;
}

@media only screen and (max-width: 47.9375rem) {
  .widget-courses.style-1 span {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 106.25rem) {
  .widget-courses.style-1 img {
    width: 3.125rem;
  }
}

.widget-courses.style-2 h4,
.widget-courses.style-2 .h4 {
  color: #fff;
}

.widget-courses.style-2 span {
  color: #fff;
}

.widget-courses.style-2:hover .peity {
  transform: scale(1.3);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.courses-bx .dlab-media img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  object-fit: cover;
}

.courses-bx .dlab-info .content {
  font-size: 0.875rem;
  font-weight: 400;
  flex-flow: wrap;
  margin-top: auto;
}

/* course details */
.course-dedails-bx h2,
.course-dedails-bx .h2 {
  font-size: 1.5rem;
  width: 70%;
}

@media only screen and (max-width: 35.9375rem) {

  .course-dedails-bx h2,
  .course-dedails-bx .h2 {
    font-size: 1.125rem;
  }
}

.course-dedails-bx .description p {
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 35.9375rem) {
  .course-dedails-bx .description p {
    font-size: 0.875rem;
  }
}

.course-dedails-bx .description .user-pic {
  display: flex;
  align-items: center;
}

.course-dedails-bx .description .user-pic img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.5rem;
  margin-right: 0.9375rem;
}

.course-dedails-bx .description .user-pic span {
  font-size: 1rem;
  font-weight: 400;
  color: #424562;
}

.star-orange {
  color: #FFD687;
}

.course-details-tab {
  padding: 1.5625rem 0;
}

.course-details-tab h4,
.course-details-tab .h4 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 35.9375rem) {
  .course-details-tab p {
    font-size: 0.875rem;
  }
}

.course-details-tab .nav-tabs {
  border-bottom: 0.125rem solid #D5DFE7;
}

.course-details-tab .nav-tabs .nav-link {
  font-size: 1.125rem;
  font-weight: 600;
  background: transparent;
  padding: 1rem 0.875rem;
  border: 0;
}

.course-details-tab .nav-tabs .nav-link:first-child {
  margin-left: 0;
}

.course-details-tab .nav-tabs .nav-link.active {
  color: var(--primary);
  border-bottom: 0.1875rem solid var(--primary) !important;
  padding-bottom: 0.875rem;
}

.course-details-tab .about-content {
  margin-top: 1.875rem;
}

.course-details-tab .user-pic2 {
  padding-top: 2.375rem;
}

.course-details-tab .user-pic2 p {
  margin: 0;
  margin-top: 1rem;
}

.course-details-tab .user-pic2 img {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 0.5rem;
}

.course-details-tab .user-pic2:hover h4,
.course-details-tab .user-pic2:hover .h4 {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.course-details-tab.style-2 {
  padding: 0;
}

.course-details-tab.style-2 .nav-tabs .nav-link {
  font-size: 0.875rem;
  color: #A098AE;
  margin-bottom: 0;
  border: 0 !important;
  flex: 1;
  position: relative;
  padding: 0.75rem 1rem;
}

.course-details-tab.style-2 .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.125rem;
  height: 0.1875rem;
  width: 0;
  background: var(--primary);
  border-radius: 0.1875rem;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.course-details-tab.style-2 .nav-tabs .nav-link.active {
  color: var(--primary);
}

.course-details-tab.style-2 .nav-tabs .nav-link.active:after {
  width: 100%;
}

@media only screen and (max-width: 106.25rem) {
  .course-details-tab.style-2 .nav-tabs .nav-link {
    padding: 1rem 1rem;
  }
}

.raiting {
  margin: 1.25rem 0;
}

.raiting li {
  font-weight: 400;
  padding: 0 1.125rem;
  padding-left: 1.125rem;
  border-right: 0.125rem solid #D5DFE7;
}

@media only screen and (max-width: 35.9375rem) {
  .raiting li {
    padding: 0 0.8125rem;
  }
}

.raiting li:first-child {
  padding-left: 0;
}

.raiting li:last-child {
  border-right: 0;
}

@media only screen and (max-width: 35.9375rem) {
  .raiting li:last-child {
    padding-left: 6px;
  }
}

.video-img .view-demo {
  position: relative;
  overflow: hidden;
}

.video-img .view-demo img {
  width: 100%;
  border-radius: 0.625rem;
  object-fit: cover;
  height: 25rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img .view-demo img {
    height: 12rem;
  }
}

.video-img .view-demo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(84, 124, 175, 0.25);
  z-index: 1;
  border-radius: 0.625rem;
}

.video-img .view-demo a {
  height: 4.375rem;
  width: 4.375rem;
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
}

.video-img .view-demo a svg path fill {
  fill: #fff;
}

.video-img .view-demo .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -3.125rem);
  z-index: 2;
  width: 100%;
}

.video-img .view-demo .play-button h4,
.video-img .view-demo .play-button .h4 {
  font-size: 1.5rem;
  color: white;
  position: relative;
  z-index: 2;
  margin-top: 0.625rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img .view-demo .play-button svg {
    width: 3.125rem;
  }

  .video-img .view-demo .play-button h4,
  .video-img .view-demo .play-button .h4 {
    font-size: 1rem;
  }
}

.video-img.style-1 .view-demo img {
  height: 35rem;
}

@media only screen and (max-width: 35.9375rem) {
  .video-img.style-1 .view-demo img {
    height: 13.125rem;
  }
}

.course-prise {
  padding: 2.1875rem 0;
}

.course-prise h4,
.course-prise .h4 {
  font-size: 1.5rem;
  align-items: center;
  display: flex;
}

.course-prise h4 small,
.course-prise .h4 small,
.course-prise h4 .small,
.course-prise .h4 .small {
  font-size: 1.125rem;
  font-weight: 400;
  color: #717579;
  margin-left: 0.625rem;
}

.course-prise span {
  font-size: 0.875rem;
  font-weight: 500;
}

.course-prise span:hover svg {
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.course-learn h4,
.course-learn .h4 {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}

.course-learn ul li {
  width: 50%;
  display: flex;
  float: left;
  color: #424562;
  padding: 0.5625rem 0rem;
}

.course-learn ul li svg {
  margin-right: 0.625rem;
  margin-top: .1rem;
}

@media only screen and (max-width: 35.9375rem) {
  .course-learn ul li {
    width: 100%;
  }
}

/* Course-details 2 */
.course-content {
  margin-bottom: 1rem;
}

.course-content h3,
.course-content .h3 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 35.9375rem) {

  .course-content h3,
  .course-content .h3 {
    font-size: 1.125rem;
  }
}

.course-content svg {
  margin: 0 0.625rem;
  cursor: pointer;
}

.course-content svg:hover path {
  fill: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.progress-box h4,
.progress-box .h4 {
  font-size: 1.5rem;
}

.progress-box .progress {
  height: 0.75rem;
  border-radius: 0.25rem;
  margin: 0.5625rem 0;
}

.students1 {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 87.5rem) {
  .students1 {
    display: block;
  }
}

@media only screen and (max-width: 74.9375rem) {
  .students1 {
    display: flex;
  }
}

.course-details-tab.style-2 .nav-tabs.tab-auto .nav-link {
  flex: unset;
}

.profile-widget:hover {
  transform: translateY(-10px);
}

.all-crs-wid:hover .courses-bx h4 a,
.all-crs-wid:hover .courses-bx .h4 a {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.all-crs-wid:hover .overlay-main:before {
  opacity: 0.8;
}

.all-crs-wid:hover .overlay-main .overlay-bx {
  opacity: 1;
  visibility: visible;
}

.course-slider .swiper-slide .card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.course-slider .swiper-slide .card:hover .widget-courses img {
  -webkit-animation-name: bounce;
  opacity: 1;
  animation-duration: 1.5s;
}

.custome-accordion {
  background-color: #fff;
  border-radius: 0.625rem;
}

.overlay-main {
  position: relative;
}

.overlay-main:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 0.625rem;
}

.overlay-main .overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  border-radius: 0.625rem;
  visibility: hidden;
}

.overlay-main .overlay-icon {
  height: auto;
  left: 50%;
  list-style: outside none none;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
}

.overlay-main .overlay-icon i {
  font-size: 40px;
  color: var(--primary);
}

.popular-bx {
  display: flex;
  align-items: center;
}

.popular-bx .popular-media {
  position: relative;
}

.popular-bx .popular-media .video-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: var(--primary);
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 33px;
}

.popular-bx .popular-media img {
  width: 100px;
  border-radius: 0.325rem;
  margin-right: 10px;
}

.modal-dialog-center {
  min-height: calc(100% - 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlab-info {
  display: flex;
  flex-direction: column;
}

.comment-media img {
  width: 50px;
  border-radius: 0.325rem;
  margin-right: 1rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0.625rem;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
