/* main.bg-white {
    height: 100vh;
} */
html {
  background: #fff;
}

main.bg-white div.bg-gray {
  overflow: hidden;
}

@media (min-width: 768px) {
  main.bg-white div.bg-gray {
    height: calc(100vh - var(--main-spacing-vertical) - var(--main-spacing-vertical)) !important;
  }
}

.dashboard-wrapper{
    max-height: calc(100dvh - 9.8vh) !important;
    overflow: hidden auto !important;
    scrollbar-width: none;
}

/* ===== PRINT MODE ===== */
@media print {

  html, body {
    height: auto !important;
    overflow: visible !important;
  }

  .no-print {
    display: none !important;
  }

  .dashboard-wrapper {
    max-height: none !important;
    overflow: visible !important;
  }

  .print-root {
    width: 100%;
  }

  .print-page {

    width: 100%;
    height: 720px;

    page-break-after: always;
    break-after: page;

    display: block;
  }

  .print-page:last-child {
    page-break-after: auto;
  }

  /* REMOVE bootstrap flex */

  .row,
  .col,
  .card,
  .card-body {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  canvas {
    width: 100% !important;
    height: auto !important;
  }

}

/* page size */
@page {
  size: Letter landscape;
  margin: 5mm;
}

.bg-gray-dark {
  background-color: #8faec789 !important;
  position: relative;
}

/* main.bg-white div.bg-gray.ContentContainerBg {
    min-height: calc(100vh - var(--main-spacing-vertical) - var(--main-spacing-vertical))
} */

main.bg-white div.bg-gray.fit-content {
  min-height: 112px;
  height: fit-content !important;
  /* height: calc(100vh - var(--main-spacing-vertical)*2 ); */
  /* max-height: 20vh; */
}

/* My Media */
.MediaCard {
  border-radius: 1rem;
  background: #fff;
  height: 100%;
}

.MediaCard .card-body {
  padding: 1.2rem;
}

.MediaCard .ItemImageSection {
  width: 100%;
  aspect-ratio: 16/8;
  overflow: hidden;
  border-radius: 1rem;
  background: #d9d9d9;
  position: relative;
}

.myMediaSection .col-md-1 .ItemImageSection .ItemImage {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
}

.MediaCard .ItemImage {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/8;
}

.MediaCard .SharedBadge {
  background: #4283b8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 18px;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
}

.MediaCard .ItemDetailsSections {
  padding-top: 10px;
}

.MediaCard .ItemDetailsSections .ItemNameDesc h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.MediaCard .ItemDetailsSections .ItemNameDesc p {
  margin-bottom: 5px;
}

.MediaCard .ItemDetailsSections .ItemNameDesc {
  margin-bottom: 10px;
}

.MediaCard .ItemDetailsSections .ItemNameDesc h5 {
  height: calc((16px + 5) * 2);
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.MediaCard .ItemDetailsSections .ItemDateInfo .ItemDate {
  color: #081a29;
  font-size: 12px;
}

.MediaCard .ItemDetailsSections .ItemDateInfo {
  display: flex;
  justify-content: space-between;
}

.MediaCard .dropdown-menu {
  padding: 10px;
  border-radius: 12px;
  filter: drop-shadow(8px 8px 16px rgba(30, 89, 136, 0.4));
  min-width: 300px;
}

.MediaCard .ItemFileInformationTop {
  border-bottom: 1px solid #d3dde5;
}

.MediaCard .ItemFileInformationTop h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 7px;
}

.MediaCard .ItemFileInformation .row div {
  padding-bottom: 7px;
}

.MediaCard .ItemFileInformationBottom {
  padding-top: 10px;
}

.MediaCard .ItemFileInformationBottom span {
  font-size: 10px;
  display: block;
}

.bg-gray {
  background-color: #edf4f9;
  border-radius: 16px;
}

.rounded-section {
  border-radius: 16px;
}

.progressDesign,
.progressDesign .progress-bar {
  border-radius: 10px !important;
}

.progressDesign .progress-bar {
  position: relative;
}

.progressDesign .progress-bar::before {
  content: '';
  height: 11px;
  width: 11px;
  position: absolute;
  top: 2.5px;
  right: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.coursesRecomonded .progressDesign .progress-bar::before {
  height: 6px;
  width: 6px;
  top: 0.5px;
}

.coursesCardDashboard {
  border-radius: 15px;
  padding: 10px !important;
  margin-bottom: 10px;
}

.coursesCardDashboard img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
  aspect-ratio: 3/2;
  background-color: #f6f7f9;
}

.coursesRecomonded {
  position: relative;
}

.coursesRecomonded .card {
  padding: 10px;
  border-radius: 10px;
}

.coursesRecomonded .card img {
  border-radius: 10px;
  aspect-ratio: 3/2.7;
  object-fit: contain;
}

.coursesRecomonded .card-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.coursesRecomonded .text-center {
  height: 0;
}

.coursesRecomonded .text-center .glide__arrows.slider-nav:first-child {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.coursesRecomonded .text-center .glide__arrows.slider-nav:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.coursesRecomonded .text-center .glide__arrows.slider-nav button {
  height: 100%;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: #badbf5;
}

.coursesRecomonded .text-center .glide__arrows.slider-nav:last-child button {
  border-radius: 0px 16px 16px 0px;
}

.coursesRecomonded .text-center .glide__arrows.slider-nav:first-child button {
  border-radius: 16px 0px 0px 16px;
  opacity: 0;
  display: none;
}

/* 
.coursesRecomonded .glide__track .glide__slides:has(.glide__slide:first-child:has(.glide__slide--active)) + .text-center .glide__arrows:first-child {
    opacity: .5;
} */

.NewCoursesCard .glide__track .text-center {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.userBtn {
  border-radius: 8px;
  background: #badbf5;
  font-weight: bolder;
  color: #103552 !important;
  /* max-width: 150px; */
  width: 100%;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-container .profileBtn {
  position: absolute;
  width: 89%;
  bottom: 47px;
  /* bottom: calc(var(--nav-size-slim) * 2); */
  /* background-color: #edf4f9; */
  z-index: 10;
}

@media (max-width: 990px) {
  .nav-container .profileBtn {
    display: none !important;
  }

  .nav-container.mobile-side-in .profileBtn {
    display: flex !important;
  }

  div#nav.nav-container {
    background-color: #edf4f9 !important;
  }

  .otherLogo {
    height: 50px;
  }
}

html .SmallLogo {
  display: none !important;
}

@media (min-width: 991px) and (max-width: 1600px) {
  /* html .profileBtn, */
  /* html[data-menu-animate="hidden"] .profileBtn,
    html:not(:has([data-menu-animate="hidden"])) .profileBtn {
        display: none !important;
    } */
  .otherLogo {
    /* width: 30px !important; */
    height: 40px;
  }

  html[data-menu-animate='hidden'] .SmallLogo,
  html:has([data-menu-animate='hidden']) .SmallLogo {
    display: block !important;
  }

  html[data-menu-animate='show'] .SmallLogo {
    display: none !important;
  }

  html:not(:has([data-menu-animate='hidden'])) .BigLogo {
    display: none !important;
  }

  html[data-menu-animate='show'] .BigLogo {
    display: block !important;
  }

  html[data-menu-animate='hidden'] .profileBtn,
  html:has([data-menu-animate='hidden']) .profileBtn {
    display: flex !important;
    flex-direction: column;
    /* gap: 10px; */
    width: 56%;
    left: 16px;
    /* bottom: 53px; */
    bottom: calc(var(--main-spacing-vertical) * 2);
  }

  html[data-menu-animate='hidden'] .profileBtn .menu-icons,
  html:has([data-menu-animate='hidden']) .profileBtn .menu-icons {
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 13px !important;
  }

  html[data-menu-animate='hidden'] .profileBtn a > button,
  html:has([data-menu-animate='hidden']) .profileBtn a > button {
    padding: 3px;
    /* background-color: transparent; */
  }

  html[data-menu-animate='hidden'] .profileBtn a > button svg,
  html:has([data-menu-animate='hidden']) .profileBtn a > button svg {
    margin: 0 !important;
  }
  html[data-menu-animate='hidden'] .profileBtn a > button span,
  html:has([data-menu-animate='hidden']) .profileBtn a > button span {
    display: none;
  }

  html[data-menu-animate='show'] .profileBtn {
    display: flex !important;
  }
}

@media (width: 1400px) {
  html:not(:has([data-menu-animate='hidden'])) .profileBtn {
    display: flex !important;
  }
}

.StaticsCards .card {
  border-radius: 16px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #081a29;
}

.profileCard {
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.profileCard img {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: contain;
  border: 5px solid #badbf5;
}

.profileCard h3 {
  font-weight: bold;
  text-align: center;
}

.profileCard h4 {
  text-align: center;
  font-size: 1.1rem;
}

.profileCard h5 {
  text-align: center;
  margin-bottom: 0;
}

.NewQCardStyle .test-series label {
  background-color: transparent;
}

.NewQCardStyle .test-series .btn-check {
  /* clip: revert-layer; */
  position: relative;
  display: none;
}

.NewQCardStyle .test-series .stretched-link:hover {
  box-shadow: none !important;
}

.test-series .btn-check:checked + .btn-foreground {
  background-color: transparent;
  box-shadow: none !important;
}

.NewQCardStyle .test-series .btn-check span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
}

/* .NewQCardStyle .test-series {
    position: relative;
} */

/* .NewQCardStyle .test-series .btn-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.NewQCardStyle .test-series .stretched-link span {
  height: 13px !important;
  width: 13px;
  /* background: white; */
  border-radius: 50%;
  /* border: 2px solid #000; */
  box-shadow: 0 0 0px 2px #000;
}

.NewQCardStyle .test-series .btn-check:checked + label span {
  border: 3px solid #fff;
  background-color: #000;
}

.NewQCardStyle .test-series .stretched-link:focus {
  background-color: transparent !important;
}

.NewQCardStyle .test-series label.stretched-link:hover {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.NewQCardStyle .test-series .btn-foreground.hover-outline:hover,
.NewQCardStyle .test-series .btn-foreground.hover-outline:not(:disabled):not(.disabled):focus:hover {
  box-shadow: none !important;
}

.glpInsideCards .bg-light.border {
  border-color: #2d91e0 !important;
  border-width: 2px !important;
}

.AccordianContainer .card {
  background-color: #edf4f9;
  border-radius: 16px;
}
/* .AccordianContainer .card .glpInsideCards{
    background-color: #fff;
} */

@media (min-width: 768px) {
  /* .QuestionsCardContainer, */
  /* .glpInsideCards, */
  .ContentContainer,
  .AccordianContainer {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* .glpInsideCards {
    height: calc(89vh - 85px - 120px);
} */

.ContentContainerBg {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .ContentContainer {
    height: calc(100vh - var(--main-spacing-vertical) * 2 - 36px - 34px - 10px);
    padding-right: 10px;
  }
  .AccordianContainer {
    height: calc(100vh - var(--main-spacing-vertical) * 2 - 120px);
    /* padding: 0 10px 0 0; */
    margin-top: 8px;
  }
}

.AccordianContainer {
  /* background-color: #edf4f9; */
  border-radius: 16px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, .03) !important; */
}

.QuestionsCardContainer::-webkit-scrollbar,
.glpInsideCards::-webkit-scrollbar,
.ContentContainer::-webkit-scrollbar,
.AccordianContainer::-webkit-scrollbar,
.reoprtTable > div::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.QuestionsCardContainer::-webkit-scrollbar-track,
.glpInsideCards::-webkit-scrollbar-track,
.ContentContainer::-webkit-scrollbar-track,
.AccordianContainer::-webkit-scrollbar-track,
.reoprtTable > div::-webkit-scrollbar-track {
  background: #f5f8fa;
  border-radius: 5px;
}

.QuestionsCardContainer::-webkit-scrollbar-thumb,
.glpInsideCards::-webkit-scrollbar-thumb,
.ContentContainer::-webkit-scrollbar-thumb,
.AccordianContainer::-webkit-scrollbar-thumb,
.reoprtTable > div::-webkit-scrollbar-thumb {
  background: #d3dde5;
  border-radius: 5px;
  border: 2px solid #f5f8fa;
}

.QuestionsCardContainer::-webkit-scrollbar-thumb:hover,
.glpInsideCards::-webkit-scrollbar-thumb:hover,
.ContentContainer::-webkit-scrollbar-thumb:hover,
.AccordianContainer::-webkit-scrollbar-thumb:hover,
.reoprtTable > div::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.QuestionsCardContainer .bg-gray.fit-content {
  height: fit-content !important;
  min-height: auto !important;
  max-height: auto !important;
}

.circularProgresbar {
  width: 100px;
  height: 100px;
  background-color: #537afb;
  border-radius: 50%;
}

.circularProgresbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  border-radius: 50%;
}

@keyframes progress {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

.circularProgresbar::before {
  animation: progress 2s ease-out forwards;
}

.progressbarCourses {
  width: 33%;
  display: flex;
  align-items: center;
}

.progressbarCoursesRight {
  width: 66%;
}

.progressbarCourses:hover .prizeIcon {
  opacity: 0;
  transition: all 300ms ease-out;
}

.progressbarCourses .prizeIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #edf4f9;
}

.closeButton .btn-close {
  background-color: #f5e1e2;
  color: red;
}

main:has(.newHomePage),
main:has(.bgFilters) {
  padding-top: 0;
}

main .bgFilters .container {
  margin: 0;
}

.nav-content #menu {
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav-content #menu {
  max-height: 58vh;
}

@media (min-width: 768px) {
  .myMediaSection,
  .ResumeCardsMaxSection {
    height: calc(100vh - var(--main-spacing-vertical) * 2 - 140px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .MyCoursesDashboardSection {
    /* height: calc(50vh - var(--main-spacing-vertical)*2 - 30px); */
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
  }
  .myMediaSection {
    height: calc(100vh - var(--main-spacing-vertical) * 2 - 80px);
    padding-right: 10px;
  }
  .myMediaSection.myGuideSection {
    height: calc(100vh - var(--main-spacing-vertical) * 2 - 60px);
  }
}

.ResumeCardsMaxSection {
  padding-right: 5px;
}

.nav-content #menu::-webkit-scrollbar,
.ResumeCardsMaxSection::-webkit-scrollbar,
.myMediaSection::-webkit-scrollbar,
.MyCoursesDashboardSection::-webkit-scrollbar {
  width: 5px;
  padding: 2px;
}

.nav-content #menu::-webkit-scrollbar-track,
.ResumeCardsMaxSection::-webkit-scrollbar-track,
.myMediaSection::-webkit-scrollbar-track,
.MyCoursesDashboardSection::-webkit-scrollbar-track {
  background: #fef9f9;
  border-radius: 5px;
  width: 3px;
}

.nav-content #menu::-webkit-scrollbar-thumb,
.ResumeCardsMaxSection::-webkit-scrollbar-thumb,
.myMediaSection::-webkit-scrollbar-thumb,
.MyCoursesDashboardSection::-webkit-scrollbar-thumb {
  background: #c6c5c5;
  border-radius: 5px;
}

.nav-content #menu::-webkit-scrollbar-thumb:hover,
.ResumeCardsMaxSection::-webkit-scrollbar-thumb:hover,
.myMediaSection::-webkit-scrollbar-thumb:hover,
.MyCoursesDashboardSection::-webkit-scrollbar-thumb {
  background: #b9b8b8;
}

/* LoginPAgeCss */
.loginForm {
  /* max-width: 500px; */
  /* width: 100%; */
  /* min-width: 350px; */
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 10px;
}
.loginForm .LogoContainer img {
  width: 350px;
  /* height: 80px; */
  aspect-ratio: 3/1;
  object-fit: contain;
  object-position: center;
}

.loginForm .IllustrationImageContainer {
  position: relative;
}
.loginForm .IllustrationImageContainer > img {
  max-width: 650px;
  width: 100%;
  min-width: 550px;
  object-fit: contain;
  justify-content: center;
  border-radius: 15px;
}
.loginForm #EmailLoginForm {
  width: 350px;
}
.loginForm #EmailLoginForm .form-group {
  background-color: #f5f8fa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.loginForm #EmailLoginForm .form-control {
  background-color: transparent !important;
  border: none;
  color: #4283b8;
}
.loginForm #EmailLoginForm .react-select__control {
  background-color: #d3dde5 !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.loginForm #EmailLoginForm .form-control:has(#password) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.loginForm #EmailLoginForm .react-select__multi-value__label,
.loginForm #EmailLoginForm .react-select__single-value,
.loginForm #EmailLoginForm .react-select__input,
.loginForm .css-tlfecz-indicatorContainer svg {
  color: #103552 !important;
}
.loginForm #emailmobile,
.loginForm #password {
  border: 1px solid #d3dde5 !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.loginForm #emailmobile::placeholder,
.loginForm #password::placeholder {
  color: #4283b8;
  font-weight: bold;
}
.loginForm .resendOTPBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.loginForm .resendOTPBtn.btn-light {
  background-color: #d3dde5 !important;
}
.loginForm .resendOTPBtn.btn-light div {
  color: #103552 !important;
}
/* LoginPAgeCss */
.NewQCardStyle .correctAnswer {
  background-color: #94d6a3;
}

.NewQCardStyle .wrongAnswer {
  background-color: #f5a6a9;
}

.NewQCardStyle .correctAnswer .checkCrossBox,
.NewQCardStyle .wrongAnswer .checkCrossBox {
  background-color: #e1f5e2;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.NewQCardStyle .correctAnswer .checkCrossBox {
  color: #1bc922;
}

.NewQCardStyle .wrongAnswer .checkCrossBox {
  color: #ed1c24;
}

@media (min-width: 1920px) {
  /* .container {
        max-width: 100%;
    } */
  #root {
    max-width: 1920px;
    display: block;
    margin: auto;
  }
}

:root {
  --loadingBgColor: linear-gradient(to right, #fff 10%, #dddddd 18%, #fff 33%);
}

.LoadingCard.coursesCardDashboard,
.LoadingCard.courseCardTile {
  background-color: #d9d9d9;
}

.LoadingCard.coursesCardDashboard .card-img-horizontal,
.LoadingCard.courseCardTile .card-img.card-img-horizontal {
  width: 100%;
  aspect-ratio: 3/2;
}

.LoadingCard.coursesCardDashboard h5,
.LoadingCard.courseCardTile .card-title,
.LoadingCard.courseCardTile h5 {
  height: 20px;
}

.LoadingCard.coursesCardDashboard p.text-truncate.fs-12,
.LoadingCard.courseCardTile p {
  height: 18px;
}
.LoadingCard.courseCardTile p {
  width: 70%;
}
.LoadingCard.coursesCardDashboard p.mb-0.fs-13 {
  min-width: 250px;
  height: 20px;
}

.LoadingCard.coursesCardDashboard .btnLoading,
.LoadingCard.courseCardTile .btnLoading {
  height: 40px;
  width: 100%;
  border-radius: 5px;
}

.LoadingCard.coursesCardDashboard h5,
.LoadingCard.coursesCardDashboard .card-img-horizontal,
.LoadingCard.coursesCardDashboard p.text-truncate.fs-12,
.LoadingCard.coursesCardDashboard p.mb-0.fs-13,
.LoadingCard.coursesCardDashboard .btnLoading,
.LoadingCard.coursesCardDashboard p.fw-bolder,
.LoadingCard.courseCardTile .btnLoading,
.LoadingCard.courseCardTile h5,
.LoadingCard.courseCardTile .card-title,
.LoadingCard.courseCardTile p,
.LoadingCard.courseCardTile .card-img.card-img-horizontal,
.loadingAnimation {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background-size: 1600px 104px !important;
  background: var(--loadingBgColor);
  position: relative;
}
.LoadingCard.courseCardTile .card-img.card-img-horizontal,
.LoadingCard.courseCardTile h5,
.LoadingCard.courseCardTile p,
.LoadingCard.courseCardTile .card-title,
.LoadingCard.courseCardTile .btnLoading,
.LoadingCard.coursesCardDashboard .card-img-horizontal,
.LoadingCard.coursesCardDashboard .btnLoading {
  animation-duration: 3s;
  background-size: 800px 104px !important;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -500px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

@media (min-width: 768px) {
  .BrowseAllSection {
    position: absolute;
    /* left: 00px; */
    right: 20px;
    bottom: 20px;
    /* background-color: transparent !important; */
    /* background-image: linear-gradient(to top, #e1ecf5 35%, #fff 100%) !important; */
    /* box-shadow: none !important; */
    width: fit-content;
    margin-left: auto;
  }
}

.BrowseAllSection .btn-link {
  color: #000 !important;
  background-color: #e1ecf5;
}

.NewCoursesCard .glide__slides {
  min-height: calc(96vh - var(--main-spacing-vertical) - var(--main-spacing-vertical) - 100px);
}

.w-fit {
  width: fit-content;
}

.videoLoader {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
}

.roundCircle {
  width: 100% !important;
  aspect-ratio: 1;
  border-radius: 50%;
}

.bg-gray2 {
  background-color: #d7d7d7;
}

.changeListView {
  background-color: #f5f8fa;
  border-radius: 5px;
  width: 36px;
  aspect-ratio: 1;
  padding: 5px 3px 3px 5px;
  border: 1px solid #d3dde5;
}

.DataCountDropdown {
  width: 100px;
}

.DataCountDropdown .react-select__control {
  background-color: #f5f8fa !important;
}

.DataCountDropdown * {
  color: #4283b8 !important;
}

.search-input-container {
  background-color: #f5f8fa !important;
}

.search-input-container input::placeholder,
.search-input-container .search-magnifier-icon {
  color: #4283b8 !important;
}

.Toastify__toast-body {
  padding-right: 8px !important;
}

.Toastify__close-button.Toastify__close-button--default {
  display: flex;
  margin: auto;
  width: 30px;
  align-items: center;
  aspect-ratio: 1;
  background-color: #f5e1e2;
  justify-content: center;
  color: #ed1c24 !important;
  border-radius: 5px;
}

.Toastify__toast--default {
  padding: var(--card-spacing-sm) var(--card-spacing-sm) !important;
}

.Toastify__progress-bar--default {
  bottom: 1rem !important;
}

.Toastify__toast-body {
  color: #8f9397;
}

.Toastify__toast--default {
  border-width: 2px !important;
  border-radius: 10px !important;
}

.Toastify__progress-bar--default {
  height: 2px !important;
}

.Toastify__toast--default.info {
  border: 2px solid #93c9f5 !important;
}

.Toastify__toast--default.info .Toastify__progress-bar--default {
  background: #93c9f5 !important;
}

.Toastify__toast--default.danger {
  border: 2px solid #f5a6a9 !important;
  background-color: #fff5f5 !important;
}
.Toastify__toast--default.warning {
  border: 2px solid #f1c40f !important;
  background-color: #fff8e1 !important;
}

.Toastify__toast--default.danger .Toastify__progress-bar--default {
  background: #f5a6a9 !important;
}
.Toastify__toast--default.warning .Toastify__progress-bar--default {
  background: #f1c40f !important;
}

.Toastify__toast--default.success {
  border: 2px solid #94d6a3 !important;
}

.Toastify__toast--default.success .Toastify__progress-bar--default {
  background: #94d6a3 !important;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #93c9f5 !important;
}

.disabled-GLP {
  position: relative;
}

.disabled-GLP::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #ffffff91;
  border-radius: var(--border-radius-lg);
}

.GalleryCards {
  border-radius: 14px;
  padding: 1rem;
  background-color: #fff;
}

.GalleryCards .GalleryCardImage img,
.GalleryCards .GalleryCardImage .img {
  border-radius: 14px;
  width: 100%;
  /* aspect-ratio: 3/1.65; */
  object-fit: cover;
  /* max-height: 14vh; */
  aspect-ratio: 16/8;
  background-color: #e9e9e957;
}

.GalleryCards .GalleryCardDesc {
  padding-top: 1rem;
}

.GalleryCards .GalleryCardDesc h5 {
  --GalleryCardDescfontSize: 0.9rem;
  font-weight: bold;
  margin: 0;
  font-size: var(--GalleryCardDescfontSize);
  height: calc((var(--GalleryCardDescfontSize) + 5px) * 2);
  line-height: calc(var(--GalleryCardDescfontSize) + 5px);
}

.GalleryCardsSection .glide__track .glide__slide {
  padding: 0;
}

.GalleryCardsSection .glide__track > .text-center {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  z-index: 10;
}

.GalleryCardsSection .glide__track .glide__bullets {
  display: none;
}

.GalleryCardsSection .glide__track span:nth-child(1) {
  display: none;
}

.GalleryCardsSection .glide__track span:nth-child(3) button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #badbf5;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  box-shadow: none !important;
}
.GallerySectionShade {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent, #badbf5);
  width: clamp(100px, 10%, 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: none; */
}

.GallerySectionShade .page-btn-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #badbf5;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.GallerySectionShade .page-btn-link:hover {
  scale: 1.2;
  transition: all ease 200ms;
}

.GallerySectionShade .page-btn-link svg {
  stroke: #fff;
  stroke-width: 2px;
}

main.bg-white div.RestrictedViewComp {
  position: relative;
  height: 100% !important;
}
.RestrictedViewComp .RestrictedComp {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 250px;
  z-index: 10;
  background-color: #ffffff8a;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1.2rem;
  border-radius: 16px;
  gap: 1rem;
}
.RestrictedViewComp .RestrictedComp > div {
  display: flex;
  gap: 1rem;
}

.RestrictedViewComp .RestrictedComp .IconMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.RestrictedViewComp .RestrictedComp .IconMessage h6 {
  font-weight: bolder;
  margin: 0;
}

.RestrictedViewComp .RestrictedComp .IconMessage span {
  font-size: 12px;
  line-height: 14px;
}

main.bg-white div.bg-gray.dashboardRestrictedCourseSection,
main.bg-white .dashboardRestrictedCourseSection .RestrictedViewComp {
  height: calc((100vh - var(--main-spacing-vertical) * 5) / 2) !important;
}
@media (max-height: 615px) {
  :root {
    --RestrictedCourseSection: calc((100vh - var(--main-spacing-vertical) * 3) - 250px);
  }
  main.bg-white div.bg-gray.dashboardRestrictedCourseSection,
  main.bg-white .dashboardRestrictedCourseSection .RestrictedViewComp {
    height: var(--RestrictedCourseSection) !important;
  }
}

@media (min-height: 615px) {
  main.bg-white div.bg-gray.dashboardRestrictedCourseSection,
  main.bg-white .dashboardRestrictedCourseSection .RestrictedViewComp {
    height: calc((100vh - var(--main-spacing-vertical) * 2) / 2) !important;
  }
}
@media (max-height: 672px) {
  :root {
    --RestrictedCourseSection: calc((100vh - var(--main-spacing-vertical) * 4) - 250px);
  }
  .MyCoursesDashboardSection {
    height: calc(var(--RestrictedCourseSection) - 60px);
  }
}
@media (min-height: 672px) {
  :root {
    --RestrictedCourseSection: calc((100vh - var(--main-spacing-vertical) * 3) - 281px);
  }
  main.bg-white div.bg-gray.dashboardRestrictedCourseSection,
  main.bg-white .dashboardRestrictedCourseSection .RestrictedViewComp {
    height: var(--RestrictedCourseSection) !important;
  }

  .MyCoursesDashboardSection {
    height: calc(var(--RestrictedCourseSection) - 70px);
  }
}

main.bg-white div.bg-gray.dashboardGallerySection {
  height: calc((100vh - var(--main-spacing-vertical) * 4) / 2) !important;
  min-height: 250px !important;
  max-height: 281px !important;
}

.grayBgSection.p-0 {
  padding: 0 !important;
}

/* company Changes */
@media (min-width: 768px) {
  /* .INFOYECC .webweb-right-image .card-img-top { 
        width: 100%; position: static; display: inline-block; 
    }  */
  .IllustrationImageContainer img {
    filter: drop-shadow(2px 2px 2px #37363640);
  }
  .IllustrationImageContainer .serviceCard1 {
    top: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 160px;
    animation: moveToPoint 1000ms 1000ms 1 ease-out forwards;
  }
  @keyframes moveToPoint {
    0% {
      left: -171px;
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      left: -71px;
      opacity: 1;
    }
  }
  .IllustrationImageContainer .serviceCard2 {
    top: 0;
    opacity: 0;
    position: absolute;
    left: 17%;
    z-index: 1;
    width: 160px;
    animation: moveToPoint2 1000ms 1300ms 1 ease-out forwards;
  }
  .IllustrationImageContainer .serviceCard3 {
    top: -145px;
    opacity: 0;
    position: absolute;
    left: calc(26% + 160px + 20px);
    z-index: 1;
    width: 160px;
    animation: moveToPoint2 1000ms 1600ms 1 ease-out forwards;
  }
  @keyframes moveToPoint2 {
    0% {
      top: -145px;
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      top: -30px;
      opacity: 1;
    }
  }
  .IllustrationImageContainer .serviceCard4 {
    top: auto;
    opacity: 0;
    position: absolute;
    left: 17%;
    bottom: -139px;
    z-index: 1;
    width: 160px;
    animation: moveToPoint3 1000ms 1900ms 1 ease-out forwards;
  }

  @keyframes moveToPoint3 {
    0% {
      bottom: -139px;
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      bottom: -29px;
      opacity: 1;
    }
  }
  .IllustrationImageContainer .serviceCard5 {
    top: auto;
    opacity: 0;
    position: absolute;
    left: calc(26% + 160px + 20px);
    bottom: -139px;
    z-index: 1;
    width: 160px;
    animation: moveToPoint4 1000ms 2200ms 1 ease-out forwards;
  }

  @keyframes moveToPoint4 {
    0% {
      bottom: -139px;
      opacity: 0;
    }
    30% {
      opacity: 0.4;
    }
    100% {
      bottom: -44px;
      opacity: 1;
    }
  }
}

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

.userBtn::after {
  display: none;
}

.plantImage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 9vw;
}

.dotImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 10vw;
}

.dotImage1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12vw;
}

.fw-semibold {
  font-weight: 600 !important;
}

html .nav-container .nav-content .menu-container .menu > li a svg.ShowInactiveLink {
  fill: #3a5a73;
}

html .nav-container .nav-content .menu-container .menu > li a span.ShowInactiveLink {
  color: #3a5a73 !important;
}

.position-absolute.t-0.e-0.s-0.b-0 {
  z-index: 999;
}

.blurryBackground::before {
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

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

.iframeAlign {
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .iframeAlign {
    min-height: 80vh;
  }
}
.reoprtTableTop {
  height: 40px;
}

/* .reoprtTable {
    height: calc(100vh - var(--main-spacing-vertical) - var(--main-spacing-vertical)) - 60px !important;
    overflow: hidden !important;
}

.reoprtTable table {
    overflow: auto;
    height: 100%;
    width: 100%;
} */
.t-6 {
  top: 2.5rem !important;
  z-index: 1;
}

.b-6 {
  bottom: 2.5rem !important;
  z-index: 1;
}

.s-6 {
  left: 2.5rem !important;
  z-index: 1;
}

.e-6 {
  right: 2.5rem !important;
  z-index: 1;
}

.t-n6 {
  top: -2.5rem !important;
  z-index: 1;
}

.b-n6 {
  bottom: -2.5rem !important;
  z-index: 1;
}

.s-n6 {
  left: -2.5rem !important;
  z-index: 1;
}

.e-n6 {
  right: -2.5rem !important;
  z-index: 1;
}

.courseCardTile {
  border-radius: 16px !important;
  /* aspect-ratio: 12/15; */
  width: 100%;
  height: 100%;
}

.courseCardTile .card-img-top {
  border-radius: 16px !important;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 16/12;
  width: 100%;
  background-color: #edf4f9;
}

/* @media (max-height: 630px) {
    .courseCardTile .card-img-top  {
        aspect-ratio: 16/9;
    }
} */

.courseCardTile .card-body .card-title {
  width: 100%;
  /* aspect-ratio: 16/3; */
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.courseCardTile .card-info-course {
  flex-shrink: 0;
  flex-grow: 1;
  /* min-height: 70px; */
  /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}

.courseCardTile .card-info-wrap {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

html[data-behaviour='unpinned'] .LoginBtn span {
  display: none;
}

/* MarkdownStyles.css */
.my-md-preview h1 {
  color: #d63384;
  font-size: 2rem;
}

.my-md-preview p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  color: #444;
}

.my-md-preview a {
  color: #0d6efd;
  text-decoration: none;
}

.my-md-preview a:hover {
  text-decoration: underline;
}

.my-md-preview code {
  background-color: #f1f1f1;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 90%;
}

.my-md-preview ul li {
  margin-top: 0 !important;
}

.my-md-preview ul,
.my-md-preview ol {
  padding-left: 1rem !important;
}

.my-md-preview strong {
  font-weight: 600 !important;
}

b {
  font-family: var(--font);
  font-weight: 800;
}
