/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Combining the media queries */
@media screen {
  body.admin-bar #main-header {
    /* Default for unspecified screen sizes */
    margin-top: 0;
  }

  @media (min-width: 783px) {
    body.admin-bar #main-header {
      margin-top: 32px;
    }
  }

  @media (max-width: 782px) {
    body.admin-bar #main-header {
      margin-top: 46px;
    }
  }
}

.splide__slide {
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 230px;
}

@media (min-width: 2560px) {
  .splide__slide {
    min-height: 375px;
  }
}

.splide__arrow {
  background-color: white;
  height: 50px;
  width: 50px;
  display: flex;
}

/* Base styles for all title pills */
.title-pill h2,
.title-pill-inner h2,
.title-pill-stn h2,
.title-pill-inner-stn h2,
.title-pill-sccu h2,
.title-pill-inner-sccu h2,
.title-pill-up h2,
.title-pill-inner-up h2,
.title-pill-sr h2,
.title-pill-inner-sr h2 {
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 100px;
  min-width: 235px;
  display: flex;
  justify-content: center;
  z-index: 50;
  position: relative;
}

/* Modifier classes for background colors */
.title-pill h2,
.title-pill-inner h2 {
  background-color: var(--e-global-color-primary);
}

.title-pill-stn h2,
.title-pill-inner-stn h2 {
  background-color: rgb(0, 111, 136);
}

.title-pill-sccu h2,
.title-pill-inner-sccu h2 {
  background-color: #c8a035;
}

.title-pill-up h2,
.title-pill-inner-up h2 {
  background-color: #37404f;
}

.title-pill-sr h2,
.title-pill-inner-sr h2 {
  background-color: #565967;
}

@media (min-width:1024px) {

  .title-pill h2,
.title-pill-inner h2,
.title-pill-stn h2,
.title-pill-inner-stn h2,
.title-pill-sccu h2,
.title-pill-inner-sccu h2,
.title-pill-up h2,
.title-pill-inner-up h2,
.title-pill-sr h2,
.title-pill-inner-sr h2 {


  min-width: 245px;

}

}


.login-modal .elementor-button {
  width: 100%;
  margin-top: 10px;
}

.login-modal::before {
  content: url("../../../wp-content/uploads/2024/03/id-dark.svg");
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d4dadd;
  top: -25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-pill-inner {
  position: relative;
}

#main-header.floating {
  background-color: var(--e-global-color-primary);
}

.stn.floating {
  background-color: rgb(0, 111, 136) !important;
}

.sccu.floating {
  background-color: rgb(200, 160, 53) !important;
}

.up.floating {
  background-color: #37404f !important;
}

#main-header.floating {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#main-header.floating>.e-con-inner {
  min-height: 50px;
}

#main-header.floating #logo img {
  filter: brightness(1000%) contrast(100%);
}

#main-header.floating .elementor-icon svg path {
  fill: #fff;
}

#main-header.floating .elementor-button-icon svg path {
  fill: #fff;
}

#main-header-inner .elementor-icon svg path {
  fill: #fff;
}

#main-header-inner .elementor-button-icon svg path {
  fill: #fff;
}

#main-header.floating .dashboard,
#main-header-inner .dashboard {
  background-image: url("../../../wp-content/uploads/2024/04/user-light.svg");
}

.page-id-1377 .elementor-icon svg path {
  fill: #fff;
}

.page-id-1377 .elementor-button-icon svg path {
  fill: #fff;
}

.page-id-1377 .dashboard {
  background-image: url("../../../wp-content/uploads/2024/04/user-light.svg");
}

.dashboard-quick-menu {
  display: none;
  right: 0;
  position: absolute;
  top: 100%;
  background-color: var(--e-global-color-primary);
  padding: 5rem 1rem;
  z-index: 1000;
}

#user-logged-in:hover~.dashboard-quick-menu {
  display: block;
}

.course-creator-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

h3.course-creator-title {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
	margin-bottom: 1rem;
}

.course-creator-social-icons i {
  color: var(--e-global-color-primary);
  margin-right: 10px;
}

#user-avatar-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	min-height: max-content;
}

#upload-avatar-icon, #remove-avatar-icon {
    width: 2em;
    height: 2em;
    display: flex;
    background-color: rgb(45, 38, 45);
    border-radius: 100px;
    transform: translateY(-15px);
    padding:0.5rem;
}


#user-avatar-image  {
	max-width: 150px;
	width: 100%;
}
/* a.remove-avatar-icon {
	position: absolute;
	z-index: 50;
	top: -30px;
  right: 50px;
	background-color: rgb(45, 38, 45);
	width: 2em;
	height: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	padding: 0.5em;
  color:white;
} */

.user-display-role {color:white; text-transform: capitalize;}

#user-avatar-container img {
  border-radius: 100px;
}

.splide__arrow--prev {
  left: -1.5em;
}

.splide__arrow--next {
  right: -1.5em;
}

.splide__arrow {
  opacity: 1;
  border: 0;
  border-radius: 100px;
}

.splide__arrow:focus {
  color: #fff;
  background-color: white;
  text-decoration: none;
}

.splide__arrow:hover {
  background-color: rgb(245, 245, 245);
}

.course-title {
  background-color: var(--e-global-color-primary);
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.4rem 1rem;
  color: white;
  line-height: 1;
}

.course-details,
.brand-details {
  display: flex;
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
  transform: scale(0);
  transform-origin: bottom left;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.course-details-image {
  display: flex;
  width: 45%;
}

.course-details-meta {
  display: flex;
  height: 100%;
  background-color: #f3f3f3;
  justify-content: space-between;
  align-content: space-around;
  flex-direction: column;
  width: 55%;
}

.creator-pill {
  display: flex;
  background-color: var(--e-global-color-primary);
  border-radius: 100px;
  padding: 4px 5px;
  align-items: center;
}

.course-creator-name {
	color: white;
	font-size: 0.7em;
}

.course-avatar img {
  border-radius: 100px;
  margin-right: 3px;
  max-width: 24px;
}

/* .course-creator-name {
  color: white;
  font-size: 0.8rem;
  padding: 0 5px;
} */

a.course-slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meta-top-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  justify-content: space-between;
}

.view-course-link,
.continue-course-link {
  background-color: var(--e-global-color-primary);
  padding: 0.5rem;
  text-align: center;
  color: white !important;
  transition: background-color 0.3s ease;
  font-size: 0.8em;
  cursor:pointer;
}

.view-course-link {
  background-color: #af3b88;
}

.view-course-link:hover {
  background-color: var(--e-global-color-secondary);
}

.course-excerpt {
  padding: 1rem;
  font-size: 0.8rem;
}

/* .course-slide-link {
  height: 100%;
} */

.splide__slide:hover .course-details {
  opacity: 1;
  transform: scale(1);
}

.splide__slide .brand-details {
  opacity: 0;
  transition: opacity 0.2s ease;
  flex-direction: column;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 2560px) {
  .splide__slide .brand-details {
    padding: 5rem;

  }
}

.brand-details p {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  color: white;
  max-width: 50%;
  margin: 0 auto;
}

.brand-logo {
  width: 120px;
}

.splide__slide:hover .brand-details {
  opacity: 1;
  transform: scale(1);
  transform-origin: center;
  z-index: 50;
  /* border: 3px solid white; */
}

.splide__slide:hover .brand-details img {
  transform: translateY(-10px);
  max-width: 70px;
}

.brand-details {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.dialog-widget-content {
  border-radius: 10px;
}

.hero-heading h2 {
  background-color: var(--e-global-color-primary);
  padding: 0.5rem;
}

@media (min-width: 2560px) {
  .hero-heading h2 {
    padding: 1rem;
  }
}



.move-right-animation {
  transform: translateX(30px);
  transition: transform 0.5s ease-in-out;
}

.move-left-animation {
  transform: translateX(-30px);
  transition: transform 0.5s ease-in-out;
}



.creator-avatar-container {
  display: flex;
  width: 35%;
  padding: 0rem 1rem 0rem 1.8rem;
  justify-content: center;
}

.course-avatar {
  line-height: 0;
}

.creator-details {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}

.creator-overview p {
  font-size: 12px;
  line-height: 1.2;
}

img.creator-avatar {
  border-radius: 100px;
  max-width: 80px;
  z-index: 50;
  position: relative;
}

.creator-link {
  position: relative;
}

.creator-link::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../../../wp-content/uploads/2024/03/title-element.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
}

.creator-position {
  font-size: 0.8em;
  margin-bottom: 10px;
}

.creator-title {
  font-weight: bold;
  font-size: 18px;
}

a.creator-page-button,
a.related-course-button {
  border: 1px dashed var(--e-global-color-primary);
  padding: 0.5rem 1rem;
  font-size: 0.9em;
  color: var(--e-global-color-primary);
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

a.creator-page-button:hover {
  color: white;
  /* Text color on hover */
  background-color: var(--e-global-color-primary);
  /* Background color on hover */
}

#course-creators-carousel .splide__slide .creator-link::after {
  position: absolute;
}

/* Dashboard */
.notice-success  {
	background-color: #53b769;
	padding: 1rem;
	color: white;
}

.e-n-tab-title-text {line-height: 0}

.amount-completed {font-size:12px}

.page-id-215 .e-n-tabs-heading {
  background-color: var(--e-global-color-primary);
}

#dashboard-avatar {
  text-align: center;
  justify-content: center;
  background: transparent;
  pointer-events: none;
}

.user-display-name, .user-full-name {
  font-weight: bold;
  font-size: 20px;
  color: white;
}

@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.message-indicator {
  display: inline-block;
  fill: #5fb541;
  transform-origin: center;
  animation: blink 1.5s infinite;
}

/* Line Height on anchor 0 */
.course-message {
  width: 30px;
  line-height: 0;
}

/* .upload-avatar-icon {
  margin-top: -20px;
} */

/* Woocommerce */

.price {
  margin: 0;
}

.single_add_to_cart_button {
  width: 100%;
}

/* Animations */

/* .circle-stripe-element {
  position: relative; 
  transform: translateX(-75px); 
  transition: transform 2s ease-in-out; 
}


.animate-to-right {
  transform: translateX(75px); 
} */


.creator-name {
  color: white;
  font-size: 0.8em;
  line-height: 0;
}

.dashboard {
  background-image: url("../../../wp-content/uploads/2024/03/user.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
}

.dashboard > a {
  text-indent: -9999999px !important;
  overflow: hidden !important;
}

.dashboard > .elementor-item .sub-arrow {
  display: none;
}

.dashboard .sub-menu::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid rgb(62, 52, 62);
  border-top: 20px solid transparent;
}

.dashboard .sub-menu {
  min-width: 20em !important;
  margin: 0 !important;
  position: relative;
}

.dashboard-user .sub-menu,
.dashboard-eqa .sub-menu {
  left: -245px !important;
}

.dashboard-tutor .sub-menu,
.dashboard-iqa .sub-menu {
  left: -295px !important;
}



.elementor-nav-menu--dropdown li {
  background-color: #3e343e;
  border: 1px solid transparent;
  margin: 0 !important;
}

/* Fix Icon Gap  */
.elementor-icon-wrapper,
.elementor-menu-cart__toggle {
  line-height: 0;
}

.continue-course-link {
  background-color: #5fb541;
}

.continue-course-link:hover {
  background-color: #73d450;
}

.course-creator-title {
  font-size: 22px;
}

.course-creator-meta h2.course-creator-name {
	font-size: 2.8em;
	font-weight: 600;
	color: black;
	margin-bottom: 0;
}

.add-to-favorites {
  background-color: white;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  will-change: transform;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.add-to-favorites i {
  color:#cccccc;
}
.add-to-favorites i.course-liked {color: #af3b88}

.add-to-favorites:hover {
  transform: scale(1.1);
}

.creator-avatar {
	justify-content: center;
	display: flex;
	position: relative;
	width: max-content;
	margin: 0 auto;
}

.creator-avatar::after {
	content: "";
	display: block;
	width: 110px;
	height: 110px;
	background-image: url("../../../wp-content/uploads/2024/03/title-element.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}

@media (min-width:1024px) {
  .creator-avatar::after {
    top: 10px;
    left: 10px;
   
  }

}


.creator-avatar img {
 border-radius: 100px;
}

.creator-overview {
  font-size: 0.8em;
  margin-bottom: 0.5rem;
}

.elementor-sub-item::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  transition: filter 0.3s ease; /* Smooth transition */
  filter: brightness(1.2); /* Increase brightness */
}


.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg,
.elementor-sub-item:hover::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(96%) hue-rotate(355deg) brightness(101%) contrast(108%);
}


.course-list a::before {
  background-image: url("../../../wp-content/uploads/2024/04/clipboard-list.svg");

}

.assignments a::before {
  background-image: url("../../../wp-content/uploads/2024/04/crown.svg");
}

.tutor-messages a::before {
  background-image: url("../../../wp-content/uploads/2024/04/message.svg");
}

.badges a::before {
  background-image: url("../../../wp-content/uploads/2024/11/badges.svg");
}

.certificates a::before {
  background-image: url("../../../wp-content/uploads/2024/04/clipboard-check.svg");
}

.user-details a::before {
  background-image: url("../../../wp-content/uploads/2024/04/user.svg");
}

.group a::before {
  background-image: url("../../../wp-content/uploads/2024/05/group.svg");
}

.communication-log a::before {
  background-image: url("../../../wp-content/uploads/2024/11/comm-log.svg");
}

/* User Details */

.woocommerce-account-details-update {
    max-width: 400px;
    padding: 2rem;
}

.woocommerce-account-details-update input[type="date"],
.woocommerce-account-details-update input[type="email"],
.woocommerce-account-details-update input[type="number"],
.woocommerce-account-details-update input[type="password"],
.woocommerce-account-details-update input[type="search"],
.woocommerce-account-details-update input[type="tel"],
.woocommerce-account-details-update input[type="text"],
.woocommerce-account-details-update input[type="url"],
.woocommerce-account-details-update select,
.woocommerce-account-details-update textarea {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

.woocommerce-account-details-update input[type="submit"] {
	background-color: #212529;
	color: white;
	border: none;
	border-radius: 100px;
	transition: background-color 0.3s ease;
	padding: 0.5rem 1rem;
	display: flex;
	justify-content: center;
	line-height: normal;
}

.woocommerce-account-details-update input[type="submit"]:hover {
    background-color: #343a40;
}



        








.other-courses-by-author .courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.course-item {
  background-color: aliceblue;
  padding: 0;
}

.other-courses-title {
  margin-top: 1rem;
  font-weight: 700;
}

.course-item p {
  font-size: 14px;
}

.related-course-title {
	position: absolute;
	background-color: var(--e-global-color-primary);
	color: white;
	display: flex;
	font-size: 0.8em;
	bottom: 0;
	padding: 10px;
	margin: 0;
}

.course-image-container {
  position: relative;
  max-height: 200px;
  min-height: 150px;
  display: block;
  overflow: hidden;
}

.course-image-container img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.course-info-container {
  padding: 1rem;
}

.circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #006f88;
  position: absolute;
}

.hero-heading-stn {
  position: relative;
}

.hero-heading-stn h2 {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  padding: 1rem;
  font-size: 32px;
  font-weight: 600;
}

.hero-heading-stn .last {
  border-bottom: 4px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/* Mini Cart */
.custom-cart {
  display: none;
}

.elementor-menu-cart__product-image img {
  border-radius: 100px;
}

.elementor-menu-cart__subtotal {
  padding: 0;
}

/* Benefit Shortcode */

ul.benefit-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;

}

.benefit-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
}

.benefit-item:last-child {
  border-bottom: none;

}

.acf-benefit-icon {
  margin-right: 5px
}

.benefits-shortcode {
  width: 100%
}

.title-pill-inner h2 {
  position: relative;
  /* Ensure the h2 has a positioning context for the absolute pseudo-element */
}

.title-pill-inner h2::before {
  content: "";
  display: block;
  width: 600%;
  height: 2px;
  background-color: black;
  margin-left: -600%;
  position: absolute;
  left: 0;
  top: 50%;
}

.user_login {
  font-size: 0.9em
}

.woocommerce-Button button {
  width: 100%
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
  background-color: var(--e-a-bg-default);
  color: var(--forms-buttons-normal-text-color, #6f6f6f);
  border-radius: var(--forms-buttons-border-radius, 2px);
  padding: 0.9rem !important;
  border: 1px var(--forms-buttons-border-type, solid) var(--forms-buttons-border-color, #5bc0de) !important;
}

.wc-vat-subtotal-details {
  font-size: 0.8em;
  display: flex;
  padding: 1rem;
  flex-direction: column;
}

.wc-vat-subtotal-details p {
	color: #8786AD;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid white;
	padding: 0.5rem 0;
}

.wc-vat-subtotal-details p:last-of-type {
	font-size: 1.4em;
  font-weight: bold;
}


.wc-vat-subtotal-details .amount {
  color: black;
}

#dashboard-sidebar-logout {
  background-color: deeppink;
}

#dashboard-sidebar-logout .e-n-tab-icon {
  transform: scaleX(-1);
}

#remembered-login {
  display:none;
}

#remembered-login p {
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
}

.lost_reset_password p, .lost_reset_password label {font-size:0.9em}

.lost_reset_password button {width:100%}

.elementor-nav-menu--dropdown {display:none}

ul.sm-vertical {
  list-style-type: none; 
  padding: 0;          
}

a.course-slide-link img.brand-logo-card {
	position: absolute;
	z-index: 50;
	height: auto;
	max-width: 80px;
	display: flex;
	top: 0.5rem;
	left: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 100px;
}

.ld-course-wrapper {

  min-width: 768px;
  overflow: hidden; 
}




.course-details-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: aliceblue;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
}

.course-details-header {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between; 
	align-items: center;
}

.course-details-header > * {
	display: flex;
	align-items: center;
	justify-content: inherit;
	width: 100%;
}

.course-title-list .title {
	display: flex;
	align-items: center;
}

.course-details-wrapper h3 {
	font-size: 0.65em;
	font-weight: 600;
	margin: 0;
}

.progress-meta {
  border: none!important;
  width: auto!important;
}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar {
  min-width: 200px;
  height: 20px !important;
  border-radius: 10px;
} 

.learndash-widget {width:80%}

.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 20px !important;
  border-radius: 10px;
  background-color:rgb(95,180,65);
}
.course-title-list .title{
  flex:1;
} 
.course-title-list .progress-meta{
  flex:1;
}

ul.ld-lesson-list li{
  margin: 4px;
  padding: 8px;
  width: 50%;
  align-self: self-start;
  background-color: rgb(240,240,240);
}
.course-details-wrapper{
  background-color: rgb(246,246,246) !important;
}
.ld-progress-heading {
  width: 130px;
}

.ld-progress-stats {
  display: none !important;
}

.assignment-count {
flex: 1;
padding:1rem
}


.header-course,
.header-course-progress,
.header-assignment-progress {
flex: 1; 
}

.course-header {
display: flex;
background-color: black;
padding: 1rem;
}

.course-header > * {color:white; font-weight:600}


@media (min-width:1024px) {
  .course-details-wrapper h3 {
    font-size: 1em;
  
  }

}

.learndash-wrapper .ld-progress {

	margin: 0 !important;
}

.course-list-icon svg {max-width:20px}

.progress-meta {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0rem;
	border-top: 1px solid #ccc;
}

.course-list-message {
	width: 25px;
	display: flex;
}

ul.ld-lesson-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.creator-pill-course {
  display: flex;
  background-color: var(--e-global-color-primary);
  border-radius: 100px;
  padding: 4px 5px;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1em;
}

.ld-item-title {
	display: flex;
	align-items: center;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
	border: 0;
}

.course-list-meta {
	min-width: 30%;
	display: flex;
	justify-content: right;
}

.course-list-meta .learndash-wrapper {margin-right:1rem;}

.ld-progress-stats {font-size:0.9em}

.course-list-icon {
	margin-right: 10px;
	display: flex;
}


a.course-title-link {
  color: black; 
  transition: color 0.3s ease; 
  cursor: pointer;
}

.course-title-link:hover {
  color: #6d1c5e;
}

.pill-container {display:flex}

.pill-container > * {margin-right:10px}

.progress-container {
    width: 90%;
    background-color: #e0e0e0;
    border-radius: 100px;
    padding: 3px 10px;
    margin: 0 auto;
}

.progress-bar {
    font-size: 10px;
    height: 14px;
    background-color: #76a9fa;
    border-radius: 2px;
    text-align: center;
    color: black;
}


.scroll-down {
    animation: bounce 3s infinite; 
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

#breadcrumbs {color:black}



/* ============= INTERNAL QA START ============= */
.row{
  margin-bottom: 1rem !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.filter-inner-box .form-control{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.filter-inner-box{
  width: 33%;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}

.qa-student-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.qa-student-table {
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  width: 100%;
}

.qa-student-row {
  display: flex;
  /* border-top: 1px solid #ccc; */
}

.qa-student-row:not(.qa-student-header) {
  margin-top: 10px;
  color: #6d1c5e;
  padding: 10px;
  background: #efefef;
}

.qa-student-row.qa-student-header {
  background-color: #2d262d;
  color: #fff;
  align-items: center;
}

.qa-student-cell {
  flex: 1;
  padding: 8px;
  text-align: left;
}

.elementor-215 .elementor-element.elementor-element-0e3165c::before{
  background: #ccc;
}

.bottom-filter {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  background: #efefef;
  padding: 10px;
  align-items: center;
}

.bottom-filter-text{
  margin-left: 5px;
  color: #6d1c5e;
}

.in-progress-filter{
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 30px;
}

.in-progress-icon {
  background-color: #e0e1ae;
  border-radius: 50%;
  align-items: center;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
}

.in-progress-icon i{
  color: #fff;
}

.completed-filter{
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 30px;
}

.complete-icon{
  background-color: #cae3c1;
  border-radius: 50%;
  align-items: center;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
}

.complete-icon i{
  color: #70bc55;
}

.in-progress-filter:hover,
.in-progress-filter.active,
.completed-filter:hover,
.completed-filter.active
{
  background: #ccc;
}





/* ============= INTERNAL QA END ============= */

/* Temporay Patch */
.learndash-wrapper:not(:first-of-type) {
    display: none;
}
