/* @import url("https://fonts.googleapis.com/css2?family=Podkova:wght@400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap"); */

:root {
  --blur: 20;
  --spread: 9;
  --x-position: 0;
  --y-position: 1;
  --box-color: #ffffff;
  --shadow-color: rgba(0, 0, 0, 0.13);
}

html {
  min-height: 100%;
  position: relative;
}
body {
  height: 100%;
  background-color: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-style: normal;
  font-family: "Poppins";
}

a:focus,
input:focus,
select:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

.text-main {
  color: linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%) !important;
}

.bg-main {
  background: linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%) !important;
}

.bg-label-builder {
  background: #f6fffa !important;
}

.btn.bg-main:hover {
  background: linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%) !important;
}

.color-666666 {
  color: #666666 !important;
}

.fs-48 {
  font-size: 48px;
}

.fs-20 {
  font-size: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

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

.fw-700 {
  font-weight: 700 !important;
}


.fw-800 {
  font-weight: 800 !important;
}

.shadow {
  box-shadow: 0px 0px 10px rgba(0, 42, 70, 0.07) !important;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #949292 !important;
  line-height: 18px !important;
  font-family: "Roboto" !important;
}

.page-heading {
  font-size: 28px;
  font-weight: 600;
  color: #344767;
  line-height: 100%;
}

.page-subheading {
  font-size: 18px;
  font-weight: 400;
  color: #2c2e3e;
  line-height: 100%;
}

.main-page-content {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .main-page-content {
    padding: 0;
  }
}

/* --------------------------------------- */

#wrapper {
  display: flex;
}
#wrapper #content-wrapper {
  width: 100%;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  line-height: 46px;
  background: rgba(90, 92, 105, 0.5);
}
.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
}
.scroll-to-top:hover {
  background: #5a5c69;
}
.scroll-to-top i {
  font-weight: 800;
}

.no-arrow .dropdown-toggle::after {
  display: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  border: 0;
  width: 1rem;
  float: right;
  font-weight: 900;
  content: "\f105";
  vertical-align: 0;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  width: 2rem;
  height: 2rem;
}

/* login */
.auth-screen {
  background: var(--Brand---Blue-25, #F5FAFF);
  overflow-y: auto;
  padding: 30px 0;
}

.auth-screen #imgBgn {
  width: 100%;
  height: 100vh;
}

.auth-screen form {
  width: 100%;
  margin: 0 auto;
}

.auth-screen .top-logo {
  top: 36px;
  left: 36px;
  position: absolute;
}

.login-form-wrapper {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 2px -1px rgba(10, 13, 18, 0.10), 0px 1px 3px 0px rgba(10, 13, 18, 0.10);
  display: flex;
  max-width: 507px;
  padding: 32px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  justify-self: center;
  width: 100%;
}

.auth-screen-title h4 {
  color: var(--Gray-900, #101828);
text-align: center;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 38px; 
letter-spacing: -0.32px;
}

.auth-screen-title h4 span {
  font-weight: 700;
}

.auth-screen form .form-label {
  color: var(--Gray-700, #344054) !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 20px !important; 
}

.auth-screen .form-control {
  border-radius: 8px;
border: 1px solid var(--Gray-300, #D0D5DD);
background: var(--White, #FFF);
padding: 10px 14px;

/* Shadow/xs */
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.auth-screen .form-control::placeholder {
  color: var(--Gray-400, #98A2B3);
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
}

.form-info-section .form-check-label {
  color: var(--Gray-800, #1D2939) !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 20px !important; 
}

.form-info-section .forgot-password, .form-info-section a {
  color: #1570EF;
  text-decoration: none;
}

.survey-form {
  max-width: fit-content;
}

.survey-form__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.survey-form__header h4 {
  color: var(--Gray-900, #101828);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}

.survey-form textarea {
  resize: none;
}

.survey-buttons {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.section-seperator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 174px;
  color: #667085;
}

.section-seperator::before, .section-seperator::after {
  content: '';
  width: 62.5px;
  height: 1px;
  position: absolute;
  background: #EAECF0;
}

.section-seperator::before {
  left: 0;
}

.section-seperator::after {
  right: 0;
}

.auth-screen .submit-btn {
  border-radius: 8px;
border: 1px solid var(--Brand---Blue-600, #1570EF);
background: var(--Brand---Blue-600, #1570EF);
padding: 12px 20px;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
color: var(--White, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; 
}

.auth-screen .helper-text, .auth-screen .helper-text a {
  color: var(--Gray-800, #1D2939);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}

.auth-screen .helper-text a {
  color: #1570EF;
  text-decoration: none;
}

/* .auth-screen .logo-img {
  margin-bottom: 32px;
} */

/* topbar */
.topbar {
  height: 4.375rem;
}
.topbar #sidebarToggleTop {
  width: 2.5rem;
  height: 2.5rem;
}
.topbar .navbar-search {
  width: 25rem;
}
.topbar .navbar-search input {
  height: auto;
  font-size: 0.85rem;
}
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}
.topbar .nav-item .nav-link {
  display: flex;
  height: 4.375rem;
  padding: 0 0.75rem;
  align-items: center;
}
.topbar .nav-item .nav-link:focus {
  outline: 0;
}
.topbar .nav-item:focus {
  outline: 0;
}
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
  min-width: 20rem !important;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 13.375rem;
}
.topbar .dropdown-list .dropdown-header {
  color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%);
  border: 1px solid linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%);
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  line-height: 1.3rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  width: 2.5rem;
  height: 2.5rem;
}

/* Sidebar */
.sidebar {
  width: 10rem;
  min-height: 100vh;
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  display: flex;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #8c96a2;
  text-align: center;
  padding: 0 0.75rem;
  align-items: center;
}

.sidebar .nav-item .nav-link svg {
  margin-right: 20px;
}

.sidebar .nav-item .nav-link.active svg path,
.sidebar .nav-item .nav-link:hover svg path,
.sidebar .nav-item .nav-link:active svg path {
  fill: none;
  stroke: #4BAEEA;
  stroke-width: 2px;
}

.sidebar .nav-item .nav-link.active,
.sidebar .nav-item .nav-link:hover,
.sidebar .nav-item .nav-link:active {
  color: #2a8bf2;
  position: relative;
}

.sidebar .nav-item .nav-link.active::before,
.sidebar .nav-item .nav-link:hover::before,
.sidebar .nav-item .nav-link:active::before {
  top: 0;
  left: 0;
  width: 3px;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(92.68deg, #7cb8f7 0%, #2a8bf2 100%);
  box-shadow: 1px 0px 10px rgba(0, 240, 118, 0.45),
    0px 0px 10px rgba(0, 240, 118, 0.55), 4px 0px 25px rgba(0, 240, 118, 0.75);
}

.sidebar .sidebar-brand {
  z-index: 1;
  padding: 1.5rem 1rem;
}

.sidebar #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  text-align: center;
  margin-bottom: 1rem;
}
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}
.sidebar #sidebarToggle:focus {
  outline: 0;
}
.sidebar.toggled {
  overflow: hidden;
  width: 0 !important;
}

@media (min-width: 780px) {
  #sidebarToggleTop {
    display: none;
  }
  .sidebar {
    z-index: 99;
    width: 303px !important;
    box-shadow: 23.8596px 5.61404px 33px rgba(0, 0, 0, 0.05);
  }
  .sidebar .nav-item .nav-link {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 0.5rem 0 1rem;
  }
  .sidebar .nav-item .nav-link img {
    margin-right: 28px;
  }

  .sidebar.toggled {
    overflow: visible;
    width: 10rem !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    flex-direction: column;
  }

  .sidebar.toggled .nav-item .nav-link img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 779.98px) {
  .auth-screen {
    background: transparent;
  }
  .topbar .dropdown {
    position: static;
  }
  .topbar .dropdown .dropdown-menu {
    width: 100%;
  }

  .sidebar {
    display: none;
    overflow: hidden;
  }
  .sidebar.toggled {
    display: block;
    overflow: visible;
    width: 9.5rem !important;
  }
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    flex-direction: column;
  }

  .sidebar.toggled .nav-item .nav-link img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#wrapper #content-wrapper #content .content-title {
  margin-bottom: 24px;
}

#wrapper #content-wrapper #content .content-title .content-title-heading {
  font-size: 24px;
  font-weight: 600;
  color: #344767;
  line-height: 28px;

  font-family: "Roboto";
}

#wrapper #content-wrapper #content .content-title .content-title-desp {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

/* courses-content */
.course-card .course-card-img img {
  width: 100%;
  height: 250px;
}

.course-card .course-card-text {
  padding: 10px;
}

.course-card .course-card-text p {
  display: flex;
  font-weight: 400;
  color: #33405a;
  line-height: 12px;

  align-items: center;
  font-size: 14.8326px;
  font-family: "Podkova";
}

.course-card .course-card-text p .vr {
  opacity: 1;
}

/* course-list-view */

.course-list-view {
  height: 675px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.course-list-view .course-card {
  margin-bottom: 8px;
  background: #FFFFFF;
  border-radius: 6.39211px;
  box-shadow: 0px 0.913158px 31.9605px -0.913158px rgba(187, 187, 187, 0.29);
}

.course-list-view::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.course-list-view::-webkit-scrollbar-track {
  border-radius: 28px;
  background: #F8F3F3;
}

/* Handle */
.course-list-view::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 6px;
  background: linear-gradient(92.68deg, #7CB8F7 0%, #2A8BF2 100%);
  box-shadow: 0px 6px 20px rgba(42, 139, 242, 0.15), 0px 0px 20px rgba(42, 139, 242, 0.05), 0px 0px 20px rgba(42, 139, 242, 0.15);
}

.course-card .course-card-img {
  flex: 0 0 16.66%;
  margin-right: 16px;
}

.course-card .course-card-content {
  flex: 0 0 66.66%;
}

.course-card .course-card-content .courde-card-duration {
  margin-bottom: 14px;
}

.course-card .course-card-content .courde-card-duration span {
  font-weight: 400;
  color: #A2A2A2;
  line-height: 15px;
  font-size: 12.9834px;

}

.course-card .course-card-content h4 {
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  font-size: 17.35px;
}

.course-card .course-card-content p {
  color: #000000;
  font-weight: 300;
  line-height: 144.19%;
  font-size: 12.7842px;
}

.course-card .course-card-button {
  flex: 0 0 16.66%;
  text-align: center;
}

.course-card-play {
  padding: 16px;
  margin-bottom: 24px;
}

.course-card .course-card-video {
  margin-bottom: 12px;
}

.course-card .course-card-video iframe {
  width: 100%;
  height: 280px;
}

@media (max-width: 767px) {
  .course-card-video {
    top: 0;
    width: 100%;
    position: sticky;
  }
}

/* .course-card .course-card-author-img {
  margin-right: 14px;
}

.course-card .course-card-author-img img {
  width: 60px;
  height: 56px;
  border-radius: 100%;
} */

.course-card .card-info {
  position: relative;
  padding: 12px 40px 12px 12px;
}

.course-card .accordion-button::after {
  top: 6px;
  right: -6px;
  width: 24px;
  height: 24px;
  position: absolute;
}

.course-card .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.course-card .accordion-button.collapsed::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.course-card .coure-card-author-content h4 {
  font-size: 13px;
  color: #000000;
  font-weight: 700;
  line-height: 15px;
}

.course-card .coure-card-author-content p {
  font-size: 16px;
  font-weight: 300;
  color: #9B9999;
  margin-bottom: 0;
  line-height: 29px;

}

.course-card .course-card-ratting {
  margin-left: 75px;
}

.course-card .course-card-ratting p {
  font-size: 17px;
  font-weight: 700;
  color: #203758;
  line-height: 20px;
}

.course-card .course-card-ratting p span {
  font-size: 17px;
  font-weight: 500;
  color: #D9D9D9;
  line-height: 20px;
}

.course-card .course-card-play-text {
  padding: 12px;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.course-card .course-card-play-text::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.course-card .course-card-play-text::-webkit-scrollbar-track {
  border-radius: 28px;
  background: #F8F3F3;
}

/* Handle */
.course-card .course-card-play-text::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 6px;
  background: linear-gradient(92.68deg, #7CB8F7 0%, #2A8BF2 100%);
  box-shadow: 0px 6px 20px rgba(42, 139, 242, 0.15), 0px 0px 20px rgba(42, 139, 242, 0.05), 0px 0px 20px rgba(42, 139, 242, 0.15);
}

.course-card .course-card-play-text .course-card-main-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 33px;
}

.course-card .course-card-play-text .course-card-main-text p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 29px;
}

.course-card .course-card-play-text .course-card-sub-text h4 {
  font-weight: 500;
  color: #000000;
  line-height: 23px;
  font-size: 19.2182px;
}

.course-card .course-card-play-text .course-card-sub-text p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 29px;
}

@media (max-width: 768px) {
  .course-card-play {
    padding: 0;
  }
}

/* profile-content */

.profile-header {
  height: 120px;
  display: flex;
  margin-top: 60px;
  border-radius: 6px;
  position: relative;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.08);
}

.profile-header::before {
  top: 0;
  left: 0;
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  background: #80a7f5;
  border-radius: 6px 0px 0px 6px;
}

.avatar-upload {
  max-width: 85px;
  position: relative;
  margin-left: 38px;
}
.avatar-upload .avatar-edit {
  left: 0px;
  z-index: 1;
  bottom: 0px;
  position: absolute;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 10px;
  border-radius: 100%;
  font-weight: normal;
  background: #ffffff;
  display: inline-block;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  left: 0;
  right: 0;
  top: 1px;
  margin: auto;
  content: "\f030";
  color: #757575;
  position: absolute;
  text-align: center;
  font-family: "FontAwesome";
}
.avatar-upload .avatar-preview {
  width: 85px;
  height: 85px;
  position: relative;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 400px) {
  .profile-header .text-truncate {
    max-width: 10rem;
  }
}

/* update-profile */

.update-profile .nav.nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #949292;
  line-height: 100%;
  margin-right: 40px;
}

.update-profile .nav.nav-tabs .nav-item .nav-link.active {
  color: #2a8bf2;
  border-bottom: 2px solid #2a8bf2;
}

@media (max-width: 991px) {
  .auth-screen {
    background: transparent;
  }
  .login-form-wrapper {
    box-shadow: none;
  }
  .auth-screen #rImgBgn {
    width: 100%;
    background-color: transparent;
  }

  .update-profile .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}


