/*
Template Name: CyberFlow  Responsive  HTML5 Template
Template URI: https://CyberFlow.com/
Description: CyberFlow  Responsive  HTML5 Template
Author: Mahmudul Hasan Sohel
Author URI: https://zainiklab.com/
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --white: 255, 255, 255;
  --white-default: 255, 255, 255;
  --white-secondary: 255, 255, 255;
  --black: 0, 0, 0;
  --black-default: 0, 0, 0;
  --primary: 100, 34, 255;
  --title-text: 2, 0, 18;
  --title-text-default: 2, 0, 18;
  --para-text: 113, 113, 113;
  --stroke: 240, 240, 240, 1;
  --stroke-2: 234, 234, 234;
  --light-bg: 247, 247, 247;
  --light-bg-default: 247, 247, 247;
  --light-bg-alt: 242, 242, 242;
  --green: 75, 240, 154;
  --red: 255, 59, 48;
  --blue: 1, 89, 255;
  --sky-blue: 60, 151, 255;
  --yellow: 255, 192, 20;
  --pending: 255, 165, 19;
  --delayed: 161, 0, 255;
  --progress: 18, 183, 106;
  --hold: 5, 209, 255;
  --archived: 255, 70, 64;
  --high: 70, 29, 255;
  --critical: 255, 109, 4;
  --low: 255, 4, 8;
  --medium: 0, 132, 255;
  --active: 35, 194, 120;
  --deactive: 255, 106, 0;
  --complete: 34, 38, 255;
  --cancel: 255, 0, 0;
  --refund: 255, 0, 191;
  --landing-bg: 255, 0, 191;
  --progress-bar-color: 169, 132, 255;
  --landing-bg: 161, 121, 255;
  --sidebar-bg: 255, 255, 255;
  --sidebar-divider: 240, 240, 240;
  --scroll-track: 239, 239, 239;
  --scroll-thumb: 218, 218, 218;
}

/* Section Common */
.section-gap {
  padding: 140px 0;
}
@media screen and (max-width: 991px) {
  .section-gap {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-gap {
    padding: 50px 0;
  }
}
.section-gap-top {
  padding-top: 140px;
}
@media screen and (max-width: 991px) {
  .section-gap-top {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-top {
    padding-top: 50px;
  }
}
.section-gap-bottom {
  padding-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .section-gap-bottom {
    padding-bottom: 50px;
  }
}
.section-content-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .section-content-wrap {
    padding-bottom: 30px;
  }
}
.section-subtitle {
  position: relative;
  padding-left: 11px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    margin-bottom: 15px !important;
  }
}
.section-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
}
.section-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  color: rgb(var(--title-text));
}
@media screen and (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
.section-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}

/* Cart */
.cartDropdown {
  position: relative;
}
.cartDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: calc(-1 * 3px);
  right: calc(-1 * 3px);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgb(var(--red));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--white-default));
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartDropdown .dropdown-toggle::after {
  display: none;
}
.cartDropdown .dropdown-menu {
  min-width: 450px;
  max-width: 450px;
  padding: 20px 30px;
  background-color: rgb(var(--white));
  border: 0.5px solid rgba(var(--stroke));
  border-radius: 15px;
  transform: translate3d(0, 60px, 0);
}
@media screen and (max-width: 575px) {
  .cartDropdown .dropdown-menu {
    min-width: 240px;
    max-width: 240px;
  }
}
.cartDropdown .dropdown-menu.show {
  top: 10% !important;
}
.cartDropdown .dropdown-menu > * {
  padding-left: 15px;
  padding-right: 15px;
}

/* Dropdown */
.notifyDropdown .dropdown-toggle .notify_no {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--white-default));
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifyDropdown .dropdown-toggle::after {
  display: none;
}
.notifyDropdown .dropdown-menu {
  min-width: 450px;
  max-width: 450px;
  padding: 20px 30px;
  background-color: rgb(var(--white));
  border: 0.5px solid rgba(var(--stroke));
  border-radius: 15px;
  transform: translate3d(0, 60px, 0);
}
@media screen and (max-width: 575px) {
  .notifyDropdown .dropdown-menu {
    min-width: 240px;
    max-width: 240px;
  }
}
.notifyDropdown .dropdown-menu.show {
  top: 10% !important;
}
.notifyDropdown .dropdown-menu > * {
  padding-left: 15px;
  padding-right: 15px;
}

.dropdown-after-hide::after {
  display: none !important;
}

.dropdownItem-one {
  min-width: 125px !important;
  padding: 14px !important;
  background-color: rgb(var(--white)) !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-one li {
  padding-bottom: 8px;
}
.dropdownItem-one li:last-child {
  padding-bottom: 0;
}
.dropdownItem-one a {
  border-radius: 7px;
}
.dropdownItem-one a:hover p, .dropdownItem-one a.active p {
  color: rgb(var(--primary)) !important;
}
.dropdownItem-two {
  min-width: 140px !important;
  padding: 16px 14px !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-two li {
  padding-bottom: 10px;
}
.dropdownItem-two li:last-child {
  padding-bottom: 0;
}
.dropdownItem-two a > div,
.dropdownItem-two button > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-two a:hover p, .dropdownItem-two a.active p,
.dropdownItem-two button:hover p,
.dropdownItem-two button.active p {
  color: rgb(var(--primary)) !important;
}
.dropdownItem-two a:hover svg path, .dropdownItem-two a.active svg path,
.dropdownItem-two button:hover svg path,
.dropdownItem-two button.active svg path {
  fill: rgb(var(--primary));
}
.dropdownItem-three {
  min-width: 213px !important;
  padding: 16px !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-three li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.dropdownItem-three li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.dropdownItem-three a > div {
  flex: 0 0 auto;
  max-width: 15px;
  width: 100%;
}
.dropdownItem-three a:hover p, .dropdownItem-three a.active p {
  color: rgb(var(--primary)) !important;
}
.dropdownItem-three a:hover svg path, .dropdownItem-three a.active svg path {
  fill: rgb(var(--primary));
}
.dropdownItem-four {
  min-width: 140px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 11px 30px 10px rgba(163, 177, 204, 0.1607843137);
}
.dropdownItem-four li {
  padding-bottom: 10px;
}
.dropdownItem-four li:last-child {
  padding-bottom: 0;
}
.dropdownItem-four button {
  border: none;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--para-text));
}
.dropdownItem-four button:hover, .dropdownItem-four button.active {
  color: rgb(var(--primary)) !important;
}

/* Lists */
.notify-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  padding: 0 0 10px !important;
}
.notify-list svg rect {
  fill: rgb(var(--light-bg));
}
.notify-list svg path {
  fill: rgb(var(--primary));
}
.notify-list svg path:last-child {
  stroke: rgb(var(--primary));
}
.notify-list .notify-read svg rect {
  fill: rgb(var(--light-bg));
}
.notify-list .notify-read svg path {
  fill: rgb(var(--title-text));
}
.notify-list .notify-read svg path:last-child {
  stroke: rgb(var(--title-text));
}
.notify-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(var(--stroke));
}
.notify-list li:first-child {
  padding-top: 0;
}
.notify-list li:last-child {
  border-bottom: none;
}
.notify-list ~ .link {
  display: inline-block;
  padding: 8.5px 30px;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white-default));
  background-color: rgb(var(--primary));
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .notify-list ~ .link {
    padding: 8.5px 20px;
  }
}

/* Lists */
.zList-pb-5 li {
  padding-bottom: 5px;
}
.zList-pb-5 li:last-child {
  padding-bottom: 0;
}
.zList-pb-6 li {
  padding-bottom: 6px;
}
.zList-pb-6 li:last-child {
  padding-bottom: 0;
}
.zList-pb-7 li {
  padding-bottom: 7px;
}
.zList-pb-7 li:last-child {
  padding-bottom: 0;
}
.zList-pb-8 li {
  padding-bottom: 8px;
}
.zList-pb-8 li:last-child {
  padding-bottom: 0;
}
.zList-pb-10 li {
  padding-bottom: 10px;
}
.zList-pb-10 li:last-child {
  padding-bottom: 0;
}
.zList-pb-12 li {
  padding-bottom: 12px;
}
.zList-pb-12 li:last-child {
  padding-bottom: 0;
}
.zList-pb-13 li {
  padding-bottom: 13px;
}
.zList-pb-13 li:last-child {
  padding-bottom: 0;
}
.zList-pb-15 li {
  padding-bottom: 15px;
}
.zList-pb-15 li:last-child {
  padding-bottom: 0;
}
.zList-pb-16 li {
  padding-bottom: 16px;
}
.zList-pb-16 li:last-child {
  padding-bottom: 0;
}
.zList-pb-17 li {
  padding-bottom: 17px;
}
.zList-pb-17 li:last-child {
  padding-bottom: 0;
}
.zList-pb-20 li {
  padding-bottom: 20px;
}
.zList-pb-20 li:last-child {
  padding-bottom: 0;
}
.zList-pb-30 li {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .zList-pb-30 li {
    padding-bottom: 20px;
  }
}
.zList-pb-30 li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .zList-three {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
.zList-three li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(var(--stroke));
}
@media screen and (max-width: 1199px) {
  .zList-three li {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
}
.zList-three li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * 10px);
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: rgba(var(--stroke));
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: 576px) {
  .zList-three li::before {
    display: block;
  }
}
.zList-three li:first-child {
  padding-top: 0;
}
.zList-three li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.zList-three li:last-child::before {
  display: none;
}
.zList-four li a {
  border-bottom: 2px solid transparent;
}
.zList-four li a.active, .zList-four li a:hover {
  border-bottom: 2px solid rgb(var(--primary));
}
.zList-four li a.active svg circle, .zList-four li a:hover svg circle {
  stroke: rgb(var(--primary));
}
.zList-four li a.active svg path, .zList-four li a:hover svg path {
  fill: rgb(var(--primary));
}
.zList-four li a.active span, .zList-four li a:hover span {
  color: rgb(var(--primary)) !important;
}

/* Search */
.search-one {
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.search-one input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  background-color: rgb(var(--white));
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--title-text));
  padding: 12px 12px 12px 46px;
}
.search-one input:focus {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--title-text));
  border-color: rgb(var(--primary));
}
.search-one input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--para-text));
}
.search-one .icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  max-width: 22px;
  border: none;
  padding: 0;
  background-color: transparent;
}

/* Course Item */
.course-item-one {
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
}
.course-item-one .course-info {
  padding: 16px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.course-item-one .course-info .img {
  position: relative;
  max-height: 142px;
  border-radius: 3px;
  overflow: hidden;
}
.course-item-one .course-info .img .price {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: rgb(var(--black));
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.course-item-one .course-info .content {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.course-item-one .course-info .content .title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: rgb(var(--title-text));
}
.course-item-one .course-action {
  padding: 10px 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-item-one .course-action .link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(var(--primary));
  text-decoration: underline;
}
.course-item-two {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .course-item-two {
    padding: 15px;
  }
}
.course-item-two .img {
  max-height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.course-item-two .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item-two .course-content {
  padding-top: 15px;
}
.course-item-two .course-content .text-content {
  padding-bottom: 14px;
}
.course-item-two .course-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
}
.course-item-two .course-content .author {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.course-item-two .course-content .list {
  padding-bottom: 27px;
}
.course-item-two .course-content .list .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-item-two .course-content .list .item .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.course-item-two .course-content .list .item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.course-item-two .course-content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.course-item-two .course-content .link:hover {
  color: rgb(var(--black)) !important;
}
.course-item-three {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .course-item-three {
    padding: 15px;
  }
}
.course-item-three .img {
  position: relative;
  max-height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.course-item-three .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item-three .img .dateTime {
  position: absolute;
  top: 14px;
  left: 14px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  padding: 1px 10px;
  border-radius: 5px;
  background-color: rgb(var(--white));
}
.course-item-three .course-content {
  padding-top: 15px;
}
.course-item-three .course-content .category-list {
  padding-bottom: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.course-item-three .course-content .category-list .item {
  padding: 2px 14px;
  border-radius: 5px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.course-item-three .course-content .text-content {
  padding-bottom: 27px;
}
.course-item-three .course-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 14px;
}
.course-item-three .course-content .location {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-item-three .course-content .location .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.course-item-three .course-content .location .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.course-item-three .course-content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.course-item-three .course-content .link:hover {
  color: rgb(var(--black)) !important;
}

/* Home Card */
.home-card-item {
  height: 100%;
  background-color: rgb(var(--white));
  padding: 23px 20px;
  border-radius: 5px;
}
.home-card-item .no {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: rgb(var(--title-text));
}
.home-card-item .icon {
  width: 38px;
  height: 38px;
}
.home-card-item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--para-text));
  padding-top: 20px;
}

/* Badges */
.zBadge {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgb(var(--primary));
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--white-default));
  background-color: rgb(var(--primary));
  white-space: nowrap;
}
.zBadge-completed {
  background-color: rgb(var(--complete));
  border-color: rgb(var(--complete));
  color: rgb(var(--white-default)) !important;
}
.zBadge-active {
  background-color: rgb(var(--active));
  border-color: rgb(var(--active));
  color: rgb(var(--white-default)) !important;
}
.zBadge-inactive {
  background-color: rgb(var(--light-bg));
  border-color: rgba(var(--stroke));
  color: rgb(var(--para-text)) !important;
}
.zBadge-deactive {
  background-color: rgb(var(--deactive));
  border-color: rgb(var(--deactive));
  color: rgb(var(--title-text)) !important;
}
.zBadge-inProgress, .zBadge-progress {
  background-color: rgb(var(--progress));
  border-color: rgb(var(--progress));
  color: rgb(var(--white-default)) !important;
}
.zBadge-pending {
  background-color: rgb(var(--pending));
  border-color: rgb(var(--pending));
  color: rgb(var(--white-default)) !important;
}
.zBadge-refund {
  background-color: rgb(var(--refund));
  border-color: rgb(var(--refund));
  color: rgb(var(--white-default)) !important;
}
.zBadge-cancel {
  background-color: rgb(var(--cancel));
  border-color: rgb(var(--cancel));
  color: rgb(var(--white-default)) !important;
}
.zBadge-archived {
  background-color: rgb(var(--archived));
  border-color: rgb(var(--archived));
  color: rgb(var(--white-default)) !important;
}
.zBadge-onHold, .zBadge-hold {
  background-color: rgb(var(--hold));
  border-color: rgb(var(--hold));
  color: rgb(var(--white-default)) !important;
}
.zBadge-delayed {
  background-color: rgb(var(--delayed));
  border-color: rgb(var(--delayed));
  color: rgb(var(--white-default)) !important;
}
.zBadge-refund {
  background-color: rgb(var(--refund));
  border-color: rgb(var(--refund));
  color: rgb(var(--white-default)) !important;
}
.zBadge-high {
  background-color: rgba(var(--high), 0.12);
  border-color: rgb(var(--high));
  color: rgb(var(--high)) !important;
}
.zBadge-critical {
  background-color: rgba(var(--critical), 0.12);
  border-color: rgb(var(--critical));
  color: rgb(var(--critical)) !important;
}
.zBadge-low {
  background-color: rgba(var(--low), 0.12);
  border-color: rgb(var(--low));
  color: rgb(var(--low)) !important;
}
.zBadge-medium {
  background-color: rgba(var(--medium), 0.12);
  border-color: rgb(var(--medium));
  color: rgb(var(--medium)) !important;
}
.zBadge-product-physical {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--white-default));
  background: linear-gradient(90deg, #6422ff 0%, #06c9b2 100%);
  white-space: nowrap;
}
.zBadge-product-digital {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--white-default));
  background: linear-gradient(90deg, #ff8922 0%, #3006c9 100%);
  white-space: nowrap;
}

/* Notification */
.notifyList-head {
  background-color: rgb(var(--light-bg));
  border-radius: 6px;
  padding: 11px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifyList-head *:first-child {
  flex: 1 0 auto;
}
.notifyList-head *:last-child {
  max-width: 104px;
}
.notifyList-body .item {
  border-bottom: 1px solid rgba(var(--stroke));
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.notifyList-body .item:last-child {
  border: none;
  padding-bottom: 0;
}
.notifyList-body .item svg rect {
  fill: rgb(var(--light-bg));
}
.notifyList-body .item svg path {
  fill: rgb(var(--primary));
}
.notifyList-body .item svg path:last-child {
  stroke: rgb(var(--primary));
}
.notifyList-body .item .notify-read svg rect {
  fill: rgb(var(--light-bg));
}
.notifyList-body .item .notify-read svg path {
  fill: rgb(var(--title-text));
}
.notifyList-body .item .notify-read svg path:last-child {
  stroke: rgb(var(--title-text));
}
.notifyList-body .item .content {
  flex: 1 1 auto;
  padding-left: 25px;
  max-width: 720px;
}
.notifyList-body .item .content button {
  display: inline-block;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--white));
  background-color: rgb(var(--primary));
}
.notifyList-body .item .info {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--para-text));
  min-width: 150px;
  max-width: 150px;
  flex: 1 0 auto;
}

/* Pagination */
.zPagination {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.zPagination .item a {
  width: 36px;
  height: 36px;
  border: 1px solid rgb(var(--stroke-2));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: rgb(var(--title-text));
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .zPagination .item a {
    width: 30px;
    height: 30px;
  }
}
.zPagination .item a:hover {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
  color: rgb(var(--white)) !important;
}

/* Filter Wrap */
.tableFilter-wrap {
  max-width: 995px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .tableFilter-wrap {
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .tableFilter-wrap {
    flex-direction: column;
  }
}
.tableFilter-wrap .item {
  flex: 1 1 auto;
}

/* Course details */
@media screen and (max-width: 991px) {
  .course-details-info {
    max-width: 450px;
    margin: 0 auto !important;
  }
}
.course-details-info .img {
  max-height: 228px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.course-modules-list > li {
  padding-bottom: 15px;
}
.course-modules-list > li:last-child {
  padding-bottom: 0;
}
.course-modules-list > li.item .addAttach {
  padding: 0 30px 5px 0;
}
.course-modules-list > li.item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.course-modules-list > li.item .content .moduleName {
  flex: 1 1 auto;
  padding: 10px 20px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
}
.course-modules-list > li.item .content .deleteItem {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding: 0;
  background-color: transparent;
}
.course-modules-list > li.item .previewAttachs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 25px;
}
.course-modules-list > li.item .previewAttachs .item {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}
.course-modules-list > li.item .previewAttachs .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background-color: rgb(var(--black));
  transition: all 0.3s;
}
.course-modules-list > li.item .previewAttachs .item .closeIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 18px;
  height: 18px;
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.course-modules-list > li.item .previewAttachs .item:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.course-modules-list > li.item .previewAttachs .item:hover .closeIcon {
  transform: translate(-50%, -50%) scale(1);
}
.course-modules-list > li.item .previewAttachs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-modules-list > li.item .content-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.course-modules-list > li.item .content-wrap .deleteItem {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
  padding: 17px 0;
  background-color: transparent;
}

.moduleDetails-content {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
}
.moduleDetails-content button {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background-color: rgb(var(--light-bg));
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content button {
    padding: 16px 10px;
  }
}
.moduleDetails-content button.collapsed {
  border-radius: 5px;
  background-color: rgb(var(--white));
}
.moduleDetails-content .card {
  background-color: rgb(var(--white));
  border: none;
  padding: 15px 20px;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content .card {
    padding: 10px;
  }
}
.moduleDetails-content-alt {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  overflow: hidden;
}
.moduleDetails-content-alt .titleWrap input {
  flex: 1 1 auto;
  width: 100%;
  padding: 14px 20px;
  border-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .titleWrap input {
    padding: 5px;
    font-size: 16px;
  }
}
.moduleDetails-content-alt .titleWrap input:focus {
  border-color: rgb(var(--primary));
}
.moduleDetails-content-alt .titleWrap button {
  background-color: rgb(var(--light-bg));
  border-left: 1px solid rgba(var(--stroke));
  border-radius: 0 !important;
  max-width: 66px;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .titleWrap button {
    max-width: 46px;
  }
}
.moduleDetails-content-alt button {
  width: 100%;
  padding: 11px 20px;
  border: none;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt button {
    padding: 11px;
  }
}
.moduleDetails-content-alt button .defaultIcon {
  transition: all 0.3s;
}
.moduleDetails-content-alt:has(.collapse.show) button .defaultIcon {
  transform: rotate(90deg);
}
.moduleDetails-content-alt .card {
  border: none;
  border-top: 1px solid rgba(var(--stroke));
  border-radius: 0;
  padding: 15px 20px;
}
@media screen and (max-width: 575px) {
  .moduleDetails-content-alt .card {
    padding: 10px;
  }
}

.event-details-content {
  background-color: rgb(var(--white));
  border-radius: 5px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-details-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .event-details-content .title {
    font-size: 25px;
  }
}
.event-details-content .info {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgb(var(--para-text));
}
.event-details-content .speakers-list {
  display: flex;
  align-items: center;
}
.event-details-content .speakers-list .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgb(var(--para-text));
}
.event-details-content .speakers-list .item:not(:first-child) {
  margin-left: -5px;
}

/* Testimonial */
.testimonial-item-one {
  padding: 25px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .testimonial-item-one {
    padding: 15px;
  }
}
.testimonial-item-one .info {
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.testimonial-item-one .content {
  display: flex;
  align-items: center;
  gap: 11px;
}
.testimonial-item-one .content .img {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.testimonial-item-one .content .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.testimonial-item-one .content .name span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.testimonial-item-one .content .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}

/* Choose Item */
.choose-item {
  background-color: rgb(var(--white));
  height: 100%;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 575px) {
  .choose-item {
    padding: 15px;
  }
}
.choose-item .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgb(var(--black));
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.choose-item .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  color: rgb(var(--title-text));
  padding: 21px 0 5px;
}
@media screen and (max-width: 991px) {
  .choose-item .title {
    font-size: 26px;
  }
}
.choose-item .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}

/* Blog Item */
.blog-item-one {
  padding: 25px;
  background-color: rgb(var(--white));
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .blog-item-one {
    padding: 15px;
  }
}
.blog-item-one .img {
  border-radius: 5px;
  overflow: hidden;
  height: 370px;
}
.blog-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-item-one .content {
  padding-top: 15px;
}
.blog-item-one .content .date {
  padding: 2px 14px;
  background-color: rgb(var(--black));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.blog-item-one .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-one .content .author svg path {
  stroke: rgb(var(--para-text));
}
.blog-item-one .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417;
  color: rgb(var(--title-text));
  margin: 17px 0 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .blog-item-one .content .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .blog-item-one .content .title {
    font-size: 24px;
    margin: 10px 0;
  }
}
.blog-item-one .content .title:hover {
  color: rgb(var(--black)) !important;
}
.blog-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.blog-item-one .content .link:hover {
  color: rgb(var(--black)) !important;
}
.blog-item-two {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .blog-item-two {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-item-two .img {
  border-radius: 5px;
  overflow: hidden;
  max-width: 280px;
  width: 100%;
  height: 183px;
}
@media screen and (max-width: 767px) {
  .blog-item-two .img {
    max-width: 100%;
    height: 370px;
  }
}
.blog-item-two .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-item-two .content .date {
  padding: 2px 14px;
  background-color: rgb(var(--white));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
}
.blog-item-two .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-two .content .author svg path {
  stroke: rgb(var(--para-text));
}
.blog-item-two .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-item-two .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  margin: 17px 0 27px;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .blog-item-two .content .title {
    margin: 10px 0;
  }
}
.blog-item-two .content .title:hover {
  color: rgb(var(--black)) !important;
}
.blog-item-two .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.blog-item-two .content .link:hover {
  color: rgb(var(--black)) !important;
}
.blog-item-two-alt {
  background-color: rgb(var(--white));
  padding: 25px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .blog-item-two-alt {
    padding: 15px;
  }
}
.blog-item-two-alt .img {
  border-radius: 5px;
  overflow: hidden;
  max-height: 218px;
}
.blog-item-two-alt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item-two-alt .content {
  padding-top: 15px;
}
.blog-item-two-alt .content .date {
  padding: 2px 14px;
  background-color: rgb(var(--black));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.blog-item-two-alt .content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-item-two-alt .content .author svg path {
  stroke: rgb(var(--para-text));
}
.blog-item-two-alt .content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-item-two-alt .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  margin: 17px 0 27px;
  transition: all 0.3s;
}
.blog-item-two-alt .content .title:hover {
  color: rgb(var(--black)) !important;
}
.blog-item-two-alt .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.blog-item-two-alt .content .link:hover {
  color: rgb(var(--black)) !important;
}
.blog-details-content .date {
  padding: 2px 14px;
  background-color: rgb(var(--black));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.blog-details-content .author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-details-content .author svg path {
  stroke: rgb(var(--para-text));
}
.blog-details-content .author .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-details-content .textBlock-wrap {
  padding-bottom: 50px;
}
.blog-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.blog-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.blog-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 16px;
}
.blog-details-content .textBlock-wrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.blog-details-content .textBlock-wrap .info:last-child {
  padding-bottom: 0;
}
.blog-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.blog-details-content .textBlock-wrap .orderList li::marker {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.blog-details-content .textBlock-wrap .unorderList {
  list-style-type: disc;
  padding-left: 32px;
}
.blog-details-content .textBlock-wrap .unorderList li::marker {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.blog-details-content .textBlock-wrap .quoteWrap {
  background-color: rgb(var(--black));
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.blog-details-content .textBlock-wrap .quoteWrap .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
}
.blog-details-content .textBlock-wrap .quoteWrap .author {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-details-sidebar {
  max-width: 496px;
  padding: 25px;
  border-radius: 5px;
  background-color: rgb(var(--black));
}
@media screen and (min-width: 992px) {
  .blog-details-sidebar {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-sidebar {
    margin: 0 auto;
    padding: 15px;
  }
}
.blog-details-sidebar > .item {
  padding-bottom: 33px;
}
.blog-details-sidebar > .item:last-child {
  padding-bottom: 0;
}
.blog-details-sidebar > .item > .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 15px;
}
.blog-popular-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-popular-item .img {
  max-width: 112px;
  border-radius: 5px;
  flex-shrink: 0;
  overflow: hidden;
}
.blog-popular-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-popular-item .date {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.blog-popular-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.blog-categories-list li {
  padding-bottom: 9px;
}
.blog-categories-list li:last-child {
  padding-bottom: 0;
}
.blog-categories-list li .item {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-left: 26px;
  transition: all 0.3s;
}
.blog-categories-list li .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.blog-categories-list li .item:hover {
  color: rgb(var(--primary)) !important;
}
.blog-tag-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.blog-tag-list .item {
  display: inline-flex;
  padding: 7px 10px;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}

/* Event Item */
.event-item-one {
  border: 1px solid rgba(var(--stroke));
  padding: 25px;
  background-color: rgb(var(--white));
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .event-item-one {
    padding: 15px;
  }
}
.event-item-one .img {
  position: relative;
  height: 226px;
  border-radius: 5px;
  overflow: hidden;
}
.event-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.event-item-one .img .dateTime {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: rgb(var(--white));
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
}
.event-item-one .content {
  padding-top: 15px;
}
.event-item-one .content .category {
  display: inline-flex;
  padding: 2px 14px;
  border-radius: 5px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.event-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  margin: 11px 0 17px;
  display: flex;
  align-items: center;
  gap: toRrm(8);
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .event-item-one .content .title {
    font-size: 24px;
  }
}
.event-item-one .content .title:hover {
  color: rgb(var(--black)) !important;
}
.event-item-one .content .location {
  padding-bottom: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-item-one .content .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.event-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.event-item-one .content .link:hover {
  color: rgb(var(--black)) !important;
}

/* Partner Items*/
.partner-title-wrap {
  padding-bottom: 30px;
}
.partner-title-wrap .section-info {
  padding-bottom: 30px !important;
}
.partner-title-wrap .icon-wrap {
  position: relative;
  text-align: center;
}
.partner-title-wrap .icon-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(var(--stroke));
}
.partner-title-wrap .icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90px;
  height: 5px;
  background-color: rgb(var(--white));
}
.partner-title-wrap .icon-wrap img {
  position: relative;
  z-index: 1;
}

/* Discover Item */
.discover-item-one {
  border: 1px solid rgba(var(--stroke));
  padding: 25px;
  background-color: rgb(var(--white));
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .discover-item-one {
    padding: 15px;
  }
}
.discover-item-one .img {
  height: 174px;
  border-radius: 5px;
  overflow: hidden;
}
.discover-item-one .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.discover-item-one .content {
  padding-top: 15px;
}
.discover-item-one .content .title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
@media screen and (max-width: 575px) {
  .discover-item-one .content .title {
    font-size: 18px;
  }
}
.discover-item-one .content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 27px;
}
.discover-item-one .content .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.discover-item-one .content .link:hover {
  color: rgb(var(--black)) !important;
}

/* About Us*/
.home-about-img {
  max-width: 697px;
  border-radius: 5px;
  box-shadow: 5px -5px 0 rgb(var(--black));
}
.home-about-img img {
  border-radius: 5px;
}
.home-about-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
  padding-bottom: 29px;
}
.home-about-content .about-list {
  padding-bottom: 49px;
}
.home-about-content .about-list .item {
  display: flex;
  gap: 10px;
}
.home-about-content .about-list .item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.home-about-content .about-list .item .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: rgb(var(--white));
}
.home-about-content .about-list .item .text span {
  font-size: 20px;
  font-weight: 700;
}

.aboutUs-img {
  border-radius: 5px;
  overflow: hidden;
}
.aboutUs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Service Item */
.service-item-one {
  height: 100%;
  border: 1px solid rgba(var(--stroke));
  padding: 25px;
  background-color: rgb(var(--white));
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .service-item-one {
    padding: 15px;
  }
}
.service-item-one .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgb(var(--black));
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-item-one .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding: 27px 0 8px;
}
@media screen and (max-width: 991px) {
  .service-item-one .title {
    font-size: 20px;
  }
}
.service-item-one .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 27px;
}
.service-item-one .link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.service-item-one .link:hover {
  color: rgb(var(--black)) !important;
}

/* Hero Banner */
.hero-banner-section {
  position: relative;
  padding: 100px 0 43px;
  background-color: rgb(var(--black));
}
@media screen and (max-width: 991px) {
  .hero-banner-section {
    padding: 40px 0;
  }
  .hero-banner-section[data-background] {
    background-image: none !important;
  }
}
.hero-banner-section .bannerImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 975px;
}
@media screen and (max-width: 1399px) {
  .hero-banner-section .bannerImage {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .hero-banner-section .bannerImage {
    display: none;
  }
}
.hero-banner-section .container {
  position: relative;
}
.hero-banner-content {
  max-width: 550px;
  padding-bottom: 132px;
}
@media screen and (max-width: 991px) {
  .hero-banner-content {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
  }
}
.hero-banner-content .title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.139;
  color: rgb(var(--title-text));
  padding-bottom: 9px;
}
@media screen and (max-width: 991px) {
  .hero-banner-content .title {
    font-size: 68px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner-content .title {
    font-size: 48px;
  }
}
.hero-banner-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 30px;
}
.hero-banner-content .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1px solid rgb(var(--primary));
  border-radius: 5px;
  background-color: rgb(var(--primary));
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}
.hero-banner-content .link:hover {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
  color: rgb(var(--title-text)) !important;
}
.hero-banner-content .link:hover svg path,
.hero-banner-content .link:hover svg ellipse {
  stroke: rgb(var(--white));
}
.hero-banner-filterWrap {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  padding: 46px 30px;
}
.hero-banner-filterWrap .zTab-wrap {
  margin-top: calc(-1 * 75px);
}
.hero-banner-filterWrap .zTab-one {
  margin-bottom: 26px;
}
.hero-banner-filterInut {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .hero-banner-filterInut {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-filterInut {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }
}
.hero-banner-filterInut .item {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .hero-banner-filterInut .item {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 575px) {
  .hero-banner-filterInut .item {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.hero-banner-filterInut .item label {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.hero-banner-filterInut .sf-btb-brand-alt {
  flex: 1 1 auto;
  max-width: 117px;
}

/* How we work */
@media screen and (max-width: 1023px) {
  .howWork-section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .howWork-section {
    padding-top: 50px;
  }
}
.howWork-wrap {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .howWork-wrap {
    padding-bottom: 30px;
  }
}
.howWork-stepWrap {
  position: relative;
}
.howWork-stepWrap .row div:last-child .howWork-item::before {
  display: none;
}
.howWork-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.howWork-item::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 126%;
  height: 2px;
  border-bottom: 2px dashed rgba(var(--stroke));
}
@media screen and (max-width: 991px) {
  .howWork-item::before {
    display: none;
  }
}
.howWork-item .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--black));
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--primary));
}
.howWork-item .text-content {
  text-align: center;
}
.howWork-item .text-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
.howWork-item .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.howWork-videoWrap {
  position: relative;
  max-height: 661px;
  border-radius: 5px;
  overflow: hidden;
}
.howWork-videoWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.howWork-videoWrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--primary));
  font-size: 50px;
  color: rgb(var(--white));
}
@media screen and (max-width: 991px) {
  .howWork-videoWrap .video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .howWork-videoWrap .video {
    width: 80px;
    height: 80px;
    font-size: 30px;
  }
}

/* Award Items */
.award-item-one {
  height: 100%;
  padding: 25px;
  background-color: rgb(var(--black));
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .award-item-one {
    padding: 15px;
  }
}
.award-item-one .img {
  overflow: hidden;
  margin-bottom: 30px;
}
.award-item-one .img img {
  width: 100%;
  height: 100%;
  max-height: 397px;
  object-fit: contain;
}
.award-item-one .title {
  max-width: 360px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  text-align: center;
}
@media screen and (max-width: 575px) {
  .award-item-one .title {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* Mission - Vission - Goal */
.mvg-content-wrap {
  background-color: rgb(var(--white));
  border-radius: 5px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .mvg-content-wrap {
    padding: 15px;
  }
}
.mvg-content-img {
  border-radius: 5px;
  overflow: hidden;
}
.mvg-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvg-content-text .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: rgb(var(--title-text));
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .mvg-content-text .title {
    font-size: 26px;
  }
}
.mvg-content-text .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
@media screen and (max-width: 575px) {
  .mvg-content-text .info {
    font-size: 16px;
  }
}

/* Inner Breadcrumb */
.inner-breadcrumb-section {
  background-color: rgb(var(--primary));
  padding: 119px 0;
}
.inner-breadcrumb-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(var(--white));
  padding-bottom: 15px;
  text-align: center;
}

/* Program */
.program-step-section {
  background-color: rgb(var(--primary));
}
.program-img {
  position: relative;
  padding: 70px;
  padding-right: 0;
}
.program-img .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 473px;
  height: 100%;
  border-radius: 5px;
  background-color: rgb(var(--black));
}
.program-img img {
  position: relative;
  max-height: 485px;
  border-radius: 5px;
}
.program-img-2 {
  position: relative;
  padding: 70px;
  padding-right: 0;
}
.program-img-2 .img-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 473px;
  height: 100%;
  border-radius: 5px;
  background-color: rgb(var(--black));
}
.program-img-2 img {
  position: relative;
  max-height: 485px;
  border-radius: 5px;
}
.program-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(var(--white));
  padding-bottom: 40px;
}
.program-content-2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.program-content-2 .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.program-list .item {
  display: flex;
  gap: 10px;
  padding-bottom: 29px;
}
.program-list .item:last-child {
  padding-bottom: 0;
}
.program-list .item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
}
.program-list .item .text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--white));
}

/* Search Result */
.meet-consultant {
  max-width: 426px;
  border-radius: 5px;
  padding: 248px 41px 38px;
  text-align: center;
}
.meet-consultant .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 22px;
}

.subject-details-content .topWrap {
  border-bottom: 1px solid rgba(var(--stroke));
  padding-bottom: 21px;
  margin-bottom: 30px;
}
.subject-details-content .topWrap .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
.subject-details-content .topWrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.subject-details-content .img {
  overflow: hidden;
  margin-bottom: 50px;
}
.subject-details-content .img img {
  width: 100%;
}
.subject-details-content .aboutUniversity {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
}
.subject-details-content .aboutUniversity .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
}
.subject-details-content .aboutUniversity .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.subject-details-sidebar {
  max-width: 426px;
}
.subject-details-sidebar .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 25px;
}
.subject-details-sidebar .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.subject-details-sidebar .item .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subject-details-sidebar .item .left .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.event-details-content .aboutUniversity {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-details-content .aboutUniversity .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
}
.event-details-content .aboutUniversity .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}

.scholar-details-content .textBlock-wrap {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.scholar-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.scholar-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.scholar-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 16px;
}
.scholar-details-content .textBlock-wrap .info:last-child {
  padding-bottom: 0;
}
.scholar-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.scholar-details-content .textBlock-wrap .img img {
  width: 100%;
}
.scholar-details-content .imgBlock {
  padding-bottom: 40px;
}

.subject-details-content .textBlock-wrap {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.subject-details-content .textBlock-wrap:last-child {
  padding-bottom: 0;
}
.subject-details-content .textBlock-wrap .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
}
.subject-details-content .textBlock-wrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.subject-details-content .textBlock-wrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.subject-details-content .textBlock-wrap .titleWrap {
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.subject-details-content .textBlock-wrap .titleWrap .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(var(--title-text));
  padding-bottom: 8px;
}
.subject-details-content .textBlock-wrap .titleWrap .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.subject-details-content .textBlock-wrap .titleWrap .info span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.subject-details-content .textBlock-wrap .img {
  border-radius: 5px;
  overflow: hidden;
}
.subject-details-content .textBlock-wrap .img img {
  width: 100%;
}
.subject-details-content .imgBlock {
  padding-bottom: 40px;
}

.university-gallery-img {
  border-radius: 5px;
  overflow: hidden;
}
.university-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-details-content {
  max-width: 830px;
  margin: 0 auto;
}

/* Course Search */
.course-search-suggestion {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.course-search-suggestion .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.course-search-suggestion .item {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--primary));
}
.course-search-sort {
  flex-shrink: 0;
  border: 1px solid rgba(var(--stroke));
  padding: 8.5px 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.course-search-sort .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.course-search-sort .sf-select-checkbox ~ .btn-group {
  min-width: 198px;
}
.course-search-sort .sf-select-checkbox-btn {
  padding: 0;
  border: none;
  border-radius: 0;
}
.course-search-sort .sf-select-checkbox-btn:focus, .course-search-sort .sf-select-checkbox-btn:hover {
  border-color: transparent;
  background-color: transparent !important;
}
.course-search-sort .sf-select-checkbox-btn:focus {
  color: rgb(var(--para-text)) !important;
}
.course-search-sort .sf-select-checkbox-btn ~ .multiselect-container.show {
  transform: translate(0, 35px) !important;
}
.course-search-sidebar {
  max-width: 426px;
  margin: 0 auto;
  background-color: rgb(var(--black));
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .course-search-sidebar {
    padding: 25px;
  }
}

/* Pagination */
.zPaginatation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.zPaginatation-list .item {
  width: 46px;
  height: 46px;
  background-color: transparent;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .zPaginatation-list .item {
    width: 30px;
    height: 30px;
  }
}
.zPaginatation-list .item:hover, .zPaginatation-list .item.active {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
  color: rgb(var(--white)) !important;
}

/* Course single */
.course-single-content-wrap {
  position: relative;
}
.course-single-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 418px;
  background-color: rgb(var(--primary));
}
.course-single-overlay ~ .container {
  position: relative;
}
.course-single-link {
  padding: 5px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .course-single-link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.course-single-link .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
.course-single-link .link:hover {
  background-color: rgb(var(--black));
  color: rgb(var(--primary)) !important;
}
.course-single-content {
  max-width: 783px;
}
.course-single-content .text-content {
  padding-bottom: 88px;
}
@media screen and (max-width: 575px) {
  .course-single-content .text-content {
    padding-bottom: 48px;
  }
}
.course-single-content .text-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--white));
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .course-single-content .text-content .title {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .course-single-content .text-content .title {
    font-size: 28px;
  }
}
.course-single-content .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
  padding-bottom: 16px;
}
.course-single-content .text-content .author {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--white));
}
.course-single-content .text-content .author span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
}
.course-single-content-details .itemWrap {
  padding-top: 25px;
}
.course-single-content-details .item {
  padding: 25px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .course-single-content-details .item {
    padding: 15px;
  }
}
.course-single-content-details .item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 20px;
}
.course-single-sidebar {
  max-width: 426px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  background-color: rgb(var(--black));
  border-radius: 5px;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .course-single-sidebar {
    padding: 25px;
  }
}
.course-single-sidebar .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px;
}
.course-single-sidebar .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-single-sidebar .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.course-single-sidebar .courseFeatures {
  border-top: 1px solid rgb(var(--stroke-2));
  padding-top: 24px;
}
.course-single-sidebar .courseFeatures .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.course-single-sidebar .courseFeatures .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.course-single-sidebar .courseFeatures .item .left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-single-sidebar .courseFeatures .item .left .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.courseInstructor {
  background-color: rgb(var(--black));
  border-radius: 5px;
  padding: 34px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .courseInstructor {
    padding: 15px;
  }
}
.courseInstructor .img {
  width: 104px;
  height: 104px;
  border: 2px solid rgb(var(--white));
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .courseInstructor .img {
    width: 80px;
    height: 80px;
  }
}
.courseInstructor .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseInstructor .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}
.courseInstructor .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}

.courseLearnItem {
  display: flex;
  gap: 10px;
}
.courseLearnItem .icon {
  flex-shrink: 0;
  padding-top: 5px;
}
.courseLearnItem .icon svg path {
  stroke: rgb(var(--primary));
}
.courseLearnItem .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.courseLearnItem .text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--title-text));
}

/* Payment Gateway */
.paymentGatewaySelectLabel {
  border: 1px solid rgba(var(--stroke));
  border-radius: 4px;
  padding: 8px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
  text-align: center;
  transition: all 0.3s;
}
.paymentGatewaySelectLabel:hover {
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default)) !important;
}

input.paymentGateway:checked ~ .paymentGatewaySelectLabel {
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default)) !important;
}

.paymentConversionRate .left {
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}

.payment-items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .payment-items-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .payment-items-wrap {
    grid-template-columns: 1fr;
  }
}

/* Consultant Item */
.consultant-item-one {
  background-color: rgb(var(--white));
  border-radius: 5px;
}
.consultant-item-one .info-content {
  padding: 40px 25px 25px;
  border-bottom: 1px solid rgba(var(--stroke));
  text-align: center;
}
.consultant-item-one .info-content .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.consultant-item-one .info-content .title {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .title {
    padding-top: 20px;
    font-size: 20px;
  }
}
.consultant-item-one .info-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .info {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.consultant-item-one .info-content .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--primary));
}
@media screen and (max-width: 575px) {
  .consultant-item-one .info-content .price {
    font-size: 18px;
  }
}
.consultant-item-one .linkWrap {
  text-align: center;
  padding: 25px 25px 40px;
}
.consultant-details {
  padding: 50px 33px;
  background-color: rgb(var(--black));
  border-radius: 5px;
}
.consultant-details .infoPrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 53px;
  border-bottom: 1px solid rgb(var(--stroke-2));
}
.consultant-details .infoPrice .left {
  display: flex;
  align-items: center;
  gap: 20px 33px;
}
.consultant-details .infoPrice .left .img {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.consultant-details .infoPrice .left .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 2px;
}
.consultant-details .infoPrice .left .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.consultant-details .linkWrap {
  padding-top: 50px;
}
.consultant-details-left {
  padding: 54px;
  border-radius: 5px;
  background-color: rgb(var(--black));
}
.consultant-details-left .img {
  width: 232px;
  height: 232px;
  border-radius: 50%;
  overflow: hidden;
}
.consultant-details-left .text-content {
  padding: 25px 0;
}
.consultant-details-left .text-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--title-text));
  padding-bottom: 7px;
}
.consultant-details-left .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.consultant-details-left .text-content .price {
  padding-top: 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: rgb(var(--primary));
}
.consultant-details-left .availableDay .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
  padding-bottom: 15px;
}
.consultant-details-left .availableDay .dayList {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.consultant-details-left .availableDay .dayList .item {
  display: inline-flex;
  padding: 6px 15px;
  background-color: rgb(var(--white));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
@media screen and (min-width: 992px) {
  .consultant-details-right {
    max-width: 710px;
    margin-left: auto;
  }
}
.consultant-details-right .text-content {
  padding-bottom: 32px;
}
.consultant-details-right .text-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.consultant-details-right .text-content .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.consultant-details-right .item {
  padding-bottom: 32px;
}
.consultant-details-right .item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
.consultant-details-right .unorderList {
  list-style-type: disc;
  padding-left: 32px;
}
.consultant-details-right .unorderList li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.consultant-details-right .unorderList li::marker {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}

/* Slot Dropdown */
.slotDropdown {
  position: relative;
}
.slotDropdown .dropdown-toggle {
  width: 100%;
  background-color: rgb(var(--white)) !important;
  justify-content: space-between !important;
  padding: 12px 25px !important;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--para-text));
}
.slotDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
.slotDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  max-width: 351px;
  max-height: 216px;
  overflow-y: auto;
  transition: all 0.3s;
  padding: 20px !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px !important;
  box-shadow: 0px 80px 135px 0px rgba(76, 76, 76, 0.0705882353);
}
.slotDropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.slotDropdown .dropdown-menu::-webkit-scrollbar-track {
  background: rgb(var(--scroll-track));
  border-radius: 50px;
}
.slotDropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgb(var(--scroll-thumb));
  border-radius: 50px;
}
.slotDropdown .dropdown-menu.show {
  transition: all 0.3s;
}
.slotDropdown .dropdown-menu li {
  padding-bottom: 22px;
}
.slotDropdown .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.slot-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 7px;
}
.slot-items .item {
  flex: 0 0 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgb(var(--black));
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .slot-items .item {
    flex-grow: 1;
  }
}
.slot-items .item label {
  cursor: pointer;
  padding: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(var(--title-text));
}
.slot-items .item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.slot-items .item:has(input:checked) {
  background-color: rgb(var(--black));
}

.searchButton {
  align-self: flex-start;
  margin-top: 41px;
}

/* Sortable form */
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap {
  width: 70% !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 10px;
  background-color: rgb(var(--white)) !important;
  padding: 30px 25px !important;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap {
    width: 68% !important;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder ul.stage-wrap {
    width: 100% !important;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.hoverDropStyleInverse {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
  border-radius: 5px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field {
  border-color: rgba(var(--stroke)) !important;
  margin-bottom: 26px;
  border-radius: 0 !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field:last-child {
  margin-bottom: 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .btn {
  border-color: rgba(var(--stroke)) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .del-button:hover {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .copy-button:hover {
  background-color: rgb(var(--green)) !important;
  border-color: rgb(var(--green)) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .field-actions .sort-button:hover {
  color: rgb(var(--title-text));
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field label.field-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--title-text));
  margin-bottom: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label] {
  width: 100% !important;
  height: auto;
  padding: 13px 20px 15px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--white)) !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 8px;
  box-shadow: none !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input:focus, .sf-sortable-form .form-builder ul.stage-wrap li.form-field input:hover,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea:hover,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]:focus,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--para-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field input::placeholder,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea::placeholder,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field div[name=label]::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: rgb(var(--para-text));
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field textarea {
  resize: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .required-asterisk {
  color: rgb(var(--black));
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field select {
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  background-color: rgb(var(--white));
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--para-text));
  height: auto;
  box-shadow: none;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 32px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group .formbuilder-checkbox,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group .formbuilder-radio,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group .formbuilder-checkbox,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group .formbuilder-radio {
  display: flex;
  align-items: center;
  gap: 7px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group input,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group input {
  width: auto !important;
  margin: 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .checkbox-group label,
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .radio-group label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--para-text));
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements {
  background: rgb(var(--black));
  border-color: rgba(var(--stroke)) !important;
  border-radius: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .input-wrap input[type=checkbox] {
  width: auto !important;
  margin-top: 12px !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options {
  background: rgba(var(--stroke));
  border-radius: 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li:first-child {
  border-radius: 8px 8px 0 0;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li:last-child {
  border-radius: 0 0 8px 8px;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li > input {
  width: calc(44.5% - 17px) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options > li > input:first-child {
  width: 5% !important;
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group .sortable-options-wrap .option-actions a {
  background: rgb(var(--primary));
  padding: 10px 26px;
  border: 1px solid var(--main-color);
  font-size: 15px;
  border-radius: 8px;
  color: rgb(var(--white));
  font-weight: 600;
  line-height: 25px;
  margin-top: 10px;
  display: inline-flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child label {
    width: 24%;
    text-align: left;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child .input-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:first-child label {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) .input-wrap,
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) label {
    width: 100%;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) .input-wrap {
    margin-left: 0%;
  }
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .form-group:not(:first-child) label {
    text-align: left;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .close-field {
  color: rgb(var(--white));
  top: 50px;
  bottom: auto;
  right: 15px;
  left: auto;
  background: rgb(var(--black));
  border: 1px solid rgba(var(--stroke));
  padding: 5px 10px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field .form-elements .close-field {
    right: 0;
  }
}
@media screen and (max-width: 330px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field:hover .field-actions {
    position: relative;
  }
}
@media screen and (max-width: 481px) {
  .sf-sortable-form .form-builder ul.stage-wrap li.form-field.editing .form-elements .close-field {
    top: 80px;
  }
}
.sf-sortable-form .form-builder ul.stage-wrap li.delete {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
}
.sf-sortable-form .form-builder ul.stage-wrap.empty::after {
  color: rgb(var(--white));
}
.sf-sortable-form .form-builder .cb-wrap {
  width: 27% !important;
}
@media screen and (max-width: 767px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 29% !important;
  }
}
@media screen and (max-width: 575px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 50% !important;
    margin: auto;
    position: relative !important;
  }
}
@media screen and (max-width: 482px) {
  .sf-sortable-form .form-builder .cb-wrap {
    width: 100% !important;
    inset: unset !important;
  }
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control {
  border-radius: 10px;
  border: 1px solid rgba(var(--stroke));
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li {
  box-shadow: none;
  padding: 15px 23px;
  margin-bottom: 0 !important;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:first-child {
  border-radius: 10px 10px 0 0;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:last-child {
  border-radius: 0 0 10px 10px;
}
.sf-sortable-form .form-builder .cb-wrap ul.frmb-control li:hover {
  background-color: rgb(var(--primary));
}

@media screen and (max-width: 481px) {
  .form-wrap.form-builder .frmb-control li {
    display: flex;
    align-items: center;
  }
  .form-wrap.form-builder .frmb-control li span {
    visibility: visible !important;
  }
}

/* Offcanvas Item */
.offcanvasItem-one {
  background-color: rgb(var(--white)) !important;
  max-width: 500px !important;
  width: 100% !important;
}
.offcanvasItem-one .offcanvas-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: rgb(var(--title-text));
}
.offcanvasItem-one .offcanvas-cartWrap {
  height: calc(100% - 68px);
  overflow-y: auto;
}
.offcanvasItem-one .offcanvas-cartWrap-alt {
  height: calc(100% - 83px);
  overflow-y: auto;
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item {
  padding: 20px;
  border-bottom: 1px solid rgba(var(--stroke));
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item {
    padding: 10px;
    gap: 10px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content {
    gap: 10px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .img {
  flex-shrink: 0;
  width: 160px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .img {
    width: 110px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .category {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .category {
    font-size: 12px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .title {
    font-size: 16px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(var(--primary));
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content .content .price {
    font-size: 14px;
  }
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .cart-item-content:hover .img img {
  transform: scale(1.1);
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .delete-icon {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 23px;
  height: 23px;
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .delete-icon svg path {
  transition: all 0.3s;
}
.offcanvasItem-one .offcanvas-cartWrap .cart-item .delete-icon:hover svg path {
  fill: rgb(var(--red));
}
.offcanvasItem-one .offcanvas-taskWrap {
  height: 100%;
  overflow-y: auto;
}

.images-overlay {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.images-overlay img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(var(--white-default));
  border-radius: 50%;
  overflow: hidden;
}
.images-overlay img:not(:first-child) {
  margin-left: calc(-1 * 11px);
}
.images-overlay img:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  display: none;
}
.images-overlay .icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--light-bg));
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--primary));
  margin-left: calc(-1 * 11px);
}
.images-overlay .icon button {
  color: rgb(var(--primary));
}
.images-overlay-alt img {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgb(var(--white-default));
  border-radius: 50%;
  overflow: hidden;
}
.images-overlay-alt img:not(:first-child) {
  margin-left: calc(-1 * 11px);
}

/* Assesment Item */
.assessment-item {
  background-color: rgb(var(--light-bg));
  padding: 15px 20px 20px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .assessment-item {
    padding: 15px;
  }
}
.assessment-item .title {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(var(--title-text));
}
.assessment-item-alt {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: rgb(var(--light-bg));
  padding: 15px 20px 20px;
  border-radius: 6px;
}
@media screen and (max-width: 991px) {
  .assessment-item-alt {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .assessment-item-alt {
    padding: 15px;
  }
}
.assessment-item-alt .title {
  flex: 1 1 auto;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(var(--title-text));
}
.assessment-item-alt .content {
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .assessment-item-alt .content {
    max-width: 520px;
  }
}
.assessment-item-alt .content .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
  padding-bottom: 20px;
}
.assessment-question {
  position: relative;
  background-color: rgb(var(--light-bg));
  border-radius: 10px;
  padding: 15px 20px 20px;
}
.assessment-question .info-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessment-view-input {
  position: relative;
}
.assessment-view-input label {
  width: 100%;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  padding: 5px 5px 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.assessment-view-input label .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 4px;
  background-color: rgb(var(--light-bg));
  display: flex;
  justify-content: center;
  align-items: center;
}
.assessment-view-input label .icon img {
  opacity: 0;
  transition: all 0.3s;
}
.assessment-view-input label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(var(--title-text));
}
.assessment-view-input input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1000;
}
.assessment-view-input input:checked ~ label .icon img {
  opacity: 1;
}

/* Progress */
.zProgress {
  --bs-progress-height: 18px;
  --bs-progress-bg: rgb(var(--white-secondary));
  --bs-progress-border-radius: 4px;
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: rgb(var(--progress-bar-color));
  position: relative;
}
@media screen and (max-width: 767px) {
  .zProgress {
    min-width: 136px;
  }
}
.zProgress .no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 400;
  line-height: 7px;
  color: rgb(var(--title-text));
}
.zProgress .progress-bar {
  border-radius: var(--bs-progress-border-radius);
}
.zProgress-taskProgress {
  --bs-progress-bg: rgb(var(--light-bg));
  --bs-progress-bar-bg: rgb(var(--progress-bar-color));
}

/* Pagi Button */
.sf-pagi-btn {
  padding: 9px 13px;
  border: 1px solid rgb(var(--primary));
  border-radius: 6px;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgb(var(--primary));
  transition: all 0.3s;
}
.sf-pagi-btn svg path {
  stroke: rgb(var(--primary));
  transition: all 0.3s;
}
.sf-pagi-btn:hover {
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default));
}
.sf-pagi-btn:hover svg path {
  stroke: rgb(var(--white-default));
}

.riskLink-selectWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.riskLink-selectWrap-btn {
  padding: 6px 12px;
  border: 1px solid rgb(var(--primary));
  border-radius: 8px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 7px;
  max-height: 38px;
}
.riskLink-selectWrap-btn .icon {
  position: relative;
  flex-shrink: 0;
  max-width: 18px;
  flex-shrink: 0;
}
.riskLink-selectWrap-btn .title {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--primary));
  z-index: 1;
}
.riskLink-selectWrap-btn .caret {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.riskLink-selectWrap .selectWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 166px;
  height: 100%;
  max-height: 38px;
  z-index: 2;
}
.riskLink-selectWrap .selectWrap .btn-group {
  width: 100%;
  height: 100%;
}
.riskLink-selectWrap .selectWrap .sf-select-checkbox-btn {
  opacity: 0;
}
.riskLink-selectWrap .selectWrap .sf-select-checkbox-btn ~ .multiselect-container {
  --bs-position: end;
  min-width: 260px;
  min-height: 206px;
}

.tooltip .tooltip-arrow::before {
  display: none;
}

.tooltip-inner {
  color: rgb(var(--white));
  background-color: rgb(var(--primary));
  backdrop-filter: blur(3px);
}

/* Task */
.task-column {
  flex: 1 0 214px;
}
.task-column-wrap {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .task-column-wrap {
    padding-bottom: 20px;
  }
}
.task-column-title {
  position: relative;
  padding: 23px 22px 17px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  background-color: rgb(var(--white));
  margin-bottom: 15px;
  overflow: hidden;
}
.task-column-title .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(var(--primary)) !important;
}
.task-column-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgb(var(--primary));
}
.task-column-title-pending .title {
  color: rgb(var(--pending)) !important;
}
.task-column-title-pending::before {
  background-color: rgb(var(--pending));
}
.task-column-title-progress .title {
  color: rgb(var(--progress)) !important;
}
.task-column-title-progress::before {
  background-color: rgb(var(--progress));
}
.task-column-title-onHold .title {
  color: rgb(var(--hold)) !important;
}
.task-column-title-onHold::before {
  background-color: rgb(var(--hold));
}
.task-column-title-delayed .title {
  color: rgb(var(--delayed)) !important;
}
.task-column-title-delayed::before {
  background-color: rgb(var(--delayed));
}
.task-column-title-complete .title {
  color: rgb(var(--complete)) !important;
}
.task-column-title-complete::before {
  background-color: rgb(var(--complete));
}
.task-column-title-archived .title {
  color: rgb(var(--archived)) !important;
}
.task-column-title-archived::before {
  background-color: rgb(var(--archived));
}
.task-column-items {
  min-height: 550px;
}
@media screen and (max-width: 991px) {
  .task-column-items {
    min-height: 160px;
  }
}
.task-column-item {
  border: 1px solid rgba(var(--stroke));
  background-color: rgb(var(--white));
  border-radius: 6px;
  padding: 15px;
}

.taskModalContent {
  cursor: pointer;
}

.task-modalBody-height {
  max-height: calc(100vh - 190px);
}

.taskLink-content {
  display: flex;
  flex-direction: column;
}
.taskLink-content > div:has(div) {
  margin-bottom: 12px;
}
.taskLink-content > div:last-child {
  margin-bottom: 0;
}
.taskLink-content .innerItemBlock {
  border: 1px solid rgba(var(--stroke));
  border-radius: 10px;
  padding: 20px;
  background-color: #f2fafd;
}
@media screen and (max-width: 575px) {
  .taskLink-content .innerItemBlock {
    padding: 10px;
  }
}
.taskLink-sidebar {
  max-width: 230px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 10px;
  padding: 20px;
  background-color: #f2fafd;
}
@media screen and (max-width: 991px) {
  .taskLink-sidebar {
    margin: 0 auto;
  }
}
.taskLink-sidebar .list > li {
  padding-bottom: 8px;
}
.taskLink-sidebar .list > li:last-child {
  padding-bottom: 0;
}
.taskLink-sidebar .list .item {
  padding: 6px 14px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: rgb(var(--white));
}
.taskLink-sidebar .list .item .icon {
  display: flex;
}
.taskLink-sidebar .list .item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
.taskLink-archiveBtn {
  width: 100%;
  transition: all 0.3s;
}
.taskLink-archiveBtn svg path {
  transition: all 0.3s;
}
.taskLink-archiveBtn p {
  transition: all 0.3s;
}
.taskLink-archiveBtn:hover {
  background-color: rgb(var(--red)) !important;
}
.taskLink-archiveBtn:hover p {
  color: rgb(var(--white-default)) !important;
}
.taskLink-archiveBtn:hover svg path {
  fill: rgb(var(--white-default));
}
.taskLink-watchBtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 14px;
  background-color: #e9f4f9;
  border: 1px solid rgb(var(--stroke-2));
  border-radius: 6px;
}
.taskLink-dueDate {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 14px;
  background-color: #e9f4f9;
  border: 1px solid rgb(var(--stroke-2));
  border-radius: 6px;
}
.taskLink-activity-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.taskLink-activity-item .img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.taskLink-activity-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taskLink-activity-item .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.taskLink-activity-item .name span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.taskLink-activity-item .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(var(--para-text));
}
.taskLink-attachment-items > li {
  padding-bottom: 25px;
}
.taskLink-attachment-item {
  display: flex;
  justify-content: space-between;
}
.taskLink-attachment-item .content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.taskLink-attachment-item .content .img {
  flex-shrink: 0;
  width: 100px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}
.taskLink-attachment-item .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taskLink-attachment-item .content .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: rgb(var(--title-text));
  padding-bottom: 5px;
}
.taskLink-attachment-item .content .author-time {
  display: flex;
  align-items: center;
  gap: 6px;
}
.taskLink-attachment-item .content .author-time p {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: rgb(var(--para-text));
}
.taskLink-attachment-item .content .author-time .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.taskLink-modal-content {
  background-color: rgb(var(--white));
  border-color: rgba(var(--stroke));
  padding: 10px 15px 15px;
}
.taskLink-modal-content-btn::after {
  display: none;
}
.taskLink-modal-content .sf-select-section {
  min-height: 32px !important;
}
.taskLink-modal-content .sf-select-section.select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.taskLink-modal-content .sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 32px !important;
}
.taskLink-modal-members-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.taskLink-modal-members-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.taskLink-modal-label-item input[type=radio] {
  border-radius: 50%;
}
.taskLink-modal-label-item label {
  flex-shrink: 0;
  min-width: 150px;
  width: 100%;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.15px;
  color: rgb(var(--white-default)) !important;
}
.taskLink-modal-label-item-priority input[type=radio] {
  border-radius: 50%;
}
.taskLink-modal-label-item-priority label {
  flex-shrink: 0;
  min-width: 150px;
  width: 100%;
  padding: 2px 12px;
  border-radius: 4px;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.15px;
}
.taskLink-modal-attach-content .blockItem {
  padding-bottom: 18px;
}
.taskLink-modal-attach-content .blockItem:last-child {
  padding-bottom: 0;
}
.taskLink-modal-attach-content .blockItem input {
  display: block;
  width: 100%;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.taskLink-modal-attach-content .blockItem input:focus, .taskLink-modal-attach-content .blockItem input:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.taskLink-modal-attach-content .blockItem input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
}
.taskLink-modal-attach-content .blockItem input.attachmentInput {
  background-color: rgb(var(--light-bg));
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.15px;
  color: rgb(var(--title-text));
}
.taskLink-modal-attach-content .blockItem input.attachmentInput:focus, .taskLink-modal-attach-content .blockItem input.attachmentInput:hover {
  background-color: rgb(var(--light-bg)) !important;
}
.taskLink-modal-attach-content .blockItem input.attachmentInput::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.15px;
  color: rgb(var(--para-text));
}
.taskLink-modal-attachment {
  min-width: 280px;
}
@media screen and (max-width: 575px) {
  .taskLink-modal-attachment {
    min-width: 250px;
  }
}
.taskLink-modal-share-content .blockItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.taskLink-modal-share-content .blockItem:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.taskLink-input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--light-bg));
  background-clip: padding-box;
  border: 1px solid rgba(var(--stroke));
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.taskLink-input:focus, .taskLink-input:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--light-bg)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.taskLink-input::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: rgb(var(--para-text));
}
.taskLink-input-color {
  height: 34px;
  padding: 9px 10px;
}

.file-upload-two label {
  display: flex;
}
@media screen and (min-width: 576px) {
  .file-upload-two label {
    width: 100%;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-two label {
    flex-wrap: wrap;
  }
}
.file-upload-two label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p.fileName {
    max-width: 100%;
  }
}
.file-upload-two label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-right: 0;
  background-color: rgb(var(--light-bg));
  padding: 10px 12px;
  border-radius: 5px 0 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 155px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(var(--stroke));
    max-width: 100%;
    text-align: center;
  }
}
.file-upload-two label p:last-child {
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  background-color: rgb(var(--title-text));
  padding: 12px 7px;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.offcanvas-task-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 8px;
}
@media screen and (max-width: 575px) {
  .offcanvas-task-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.offcanvas-task-item button::after {
  display: none;
}

/* Marketplace Item */
.marketplace-item {
  padding: 15px 15px 20px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  background-color: rgb(var(--white));
}
.marketplace-item .img {
  display: block;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.marketplace-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marketplace-item .content {
  display: block;
  padding: 13px 5px 20px;
}
.marketplace-item .content .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  padding-bottom: 7px;
}
.marketplace-item .content .rating {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.marketplace-item .content .rating-current {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.marketplace-item .content .rating-given {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.marketplace-item .content .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.marketplace-item .content .price span {
  color: rgb(var(--primary));
}
.marketplace-item .link {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.15px;
  color: rgb(var(--primary)) !important;
}
.marketplace-item-details {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
}
.marketplace-item-details > .img {
  padding: 10px 10px 0px 10px;
}
.marketplace-item-details .content {
  padding: 10px 20px 55px;
}
@media screen and (max-width: 991px) {
  .marketplace-item-details .content {
    padding-bottom: 20px;
  }
}
.marketplace-item-details .content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 8px;
}
.marketplace-item-details .content .rating {
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.marketplace-item-details .content .rating-current {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.marketplace-item-details .content .rating-given {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.marketplace-item-details .content .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.marketplace-item-details .content .price span {
  color: rgb(var(--primary));
}

/* Product Item Details */
.product-item-details {
  padding: 20px 20px 85px;
}
@media screen and (min-width: 992px) {
  .product-item-details .content {
    padding-top: 11px;
  }
}
@media screen and (min-width: 992px) {
  .product-item-details .content ~ form {
    margin-bottom: 20px;
  }
}
.product-item-details .content .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 8px;
}
.product-item-details .content .rating {
  padding-bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-item-details .content .rating-current {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.product-item-details .content .rating-given {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.product-item-details .content .price {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
}
.product-item-details .content .price span {
  color: rgb(var(--primary));
}

/* Start Ratings CSS Start */
.star-ratings {
  color: #e1e1e1;
  font-size: 64px;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  width: auto !important;
  display: inline-block;
}
.star-ratings .fill-ratings {
  color: rgb(var(--yellow));
  padding: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  font-size: 20px;
}

/* Start Ratings CSS End */
.instructor-item {
  background-color: rgb(var(--light-bg));
  border-radius: 6px;
}
.instructor-item .top {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.instructor-item .top .img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.instructor-item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instructor-item .top .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 12px;
}
.instructor-item .top .degi {
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  color: rgb(var(--primary));
  letter-spacing: -0.15px;
}
.instructor-item .about-instructor {
  padding: 10px 15px 15px;
}
.instructor-item .about-instructor .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  padding-bottom: 5px;
}
.instructor-item .about-instructor .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}

.course-review-item {
  padding: 20px;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 10px;
}
.course-review-item .top {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--stroke));
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.course-review-item .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgb(var(--para-text));
}

.review-tab-button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-tab-button .review-given {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  transition: all 0.3s;
}
.review-tab-button.active .review-given {
  color: rgb(var(--white-default));
}

/* Input Rating */
.inputRating {
  border: none;
  float: left;
  clear: both;
}
.inputRating > label {
  color: rgb(235, 235, 235);
  float: right;
  font-size: 25px;
  line-height: 18px;
}
.inputRating > label:before {
  font-size: 2em;
  display: inline-block;
}
.inputRating > input {
  display: none;
}
.inputRating .error-message {
  float: right !important;
}

.inputRating > input:checked ~ label,
.inputRating:not(:checked) > label:hover,
.inputRating:not(:checked) > label:hover ~ label {
  color: rgb(var(--yellow));
}

.inputRating > input:checked + label:hover,
.inputRating > input:checked ~ label:hover,
.inputRating > label:hover ~ input:checked ~ label,
.inputRating > input:checked ~ label:hover ~ label {
  color: rgb(var(--yellow));
}

/* YouTube */
.youtube-player {
  position: relative;
  display: block;
  /*float: left;*/
  background: transparent;
  width: 100%;
  height: 645px;
  overflow: hidden;
  margin: 0 auto;
}

.youtube-player iframe {
  position: absolute;
  top: -100%;
  height: 300% !important;
  width: 100%;
}

.youtube-player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  border-radius: 2px;
  opacity: 1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  bottom: 7px;
  width: 100%;
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
  .youtube-player-controls {
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .youtube-player-controls {
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    bottom: 0;
  }
}
.youtube-player-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.youtube-player-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-player-controls button {
  width: 32px;
  height: 32px;
  margin: 10px 12px;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #eee;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
  .youtube-player-controls button,
  .youtube-player-controls .progress-text,
  .youtube-player-controls .sound-bar {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .youtube-player-controls button,
  .youtube-player-controls .progress-text,
  .youtube-player-controls .sound-bar {
    order: 1;
  }
}
@media screen and (max-width: 399px) {
  .youtube-player-controls button {
    width: 20px;
    height: 20px;
  }
}
.youtube-player-controls button:hover {
  background: rgb(var(--primary));
  color: #fff;
}

.youtube-player-controls progress {
  height: 5px;
  line-height: 48px;
  appearance: none;
  padding: 0;
  border: 0 none;
  background: rgba(255, 255, 255, 0.3137254902);
  border-radius: 4px;
  /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
  box-shadow: none;
  cursor: pointer;
}

.youtube-player-controls progress.progress-bar {
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .youtube-player-controls progress.progress-bar {
    width: 25%;
  }
}

/*@media screen and (max-width: 1200px) {*/
/*    .youtube-player-controls progress.progress-bar{*/
/*        width: 50%;*/
/*    }*/
/*}*/
@media screen and (max-width: 1450px) and (min-width: 992px) {
  .youtube-player-controls progress.progress-bar {
    width: 100%;
    order: 0;
    margin: 1em !important;
  }
}
@media screen and (max-width: 767px) {
  .youtube-player-controls progress.progress-bar {
    width: 100%;
    order: 0;
    margin: 1em !important;
  }
}
.youtube-player-controls progress.sound-bar {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .youtube-player-controls progress.sound-bar {
    width: 25%;
  }
}
@media screen and (max-width: 575px) {
  .youtube-player-controls progress.sound-bar {
    width: 15%;
    margin: 0 !important;
  }
}
@media screen and (max-width: 399px) {
  .youtube-player-controls progress.sound-bar {
    width: 10%;
  }
}
progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: rgb(var(--primary));
  border-radius: 2px;
  /*box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.4), 0 2px 5px 0px rgba(0, 0, 0, 0.3);*/
  box-shadow: none;
}

.youtube-player-controls span {
  color: #eee;
  padding-left: 12px;
  height: 32px;
  line-height: 32px;
  width: auto;
  margin: 10px 0 10px 12px;
  padding: 0;
}

.sound-bar {
  width: 100px;
}

.youtube-player::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.youtube-player-controls {
  z-index: 2;
}

button.youtube-video-overBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background-color: rgb(var(--white-default));
  color: rgb(var(--primary));
  border: none;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .youtube-player {
    max-width: 668px;
    height: 375px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .youtube-player {
    max-width: 476px;
    height: 270px;
  }
}
@media screen and (min-width: 400px) and (max-width: 575px) {
  .youtube-player {
    max-width: 370px;
    height: 210px;
  }
}
@media screen and (max-width: 399px) {
  .youtube-player {
    max-width: 330px;
    height: 185px;
  }
}
#youtubeVideoPlayerModal .modal-content {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 992px) {
  #youtubeVideoPlayerModal .modal-content .youtube-player {
    height: 420px;
  }
}
/* Order Cart */
.order-cart-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(var(--stroke));
  display: flex;
  align-items: center;
  gap: 20px;
}
.order-cart-item-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .order-cart-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
}
.order-cart-item .cart-item-content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .order-cart-item .cart-item-content {
    gap: 10px;
  }
}
.order-cart-item .cart-item-content .img {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .order-cart-item .cart-item-content .img {
    width: 110px;
  }
}
.order-cart-item .cart-item-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.order-cart-item .cart-item-content .content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 15px;
}
@media screen and (max-width: 1399px) {
  .order-cart-item .cart-item-content .content {
    flex-wrap: wrap;
  }
}
.order-cart-item .cart-item-content .content .category {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.07;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
  padding-bottom: 10px;
}
.order-cart-item .cart-item-content .content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.order-cart-item .cart-item-content .content .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
  color: rgb(var(--primary));
  letter-spacing: -0.15px;
}
.order-cart-item .cart-item-content:hover .img img {
  transform: scale(1.1);
}

/* Price Plan */
.price-plan-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .price-plan-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .price-plan-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .price-plan-wrap {
    grid-template-columns: 1fr;
  }
}
.price-plan-item {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  padding: 25px 20px 20px;
}
.price-plan-item .top {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.price-plan-item .top .icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
.price-plan-item .top .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
}
.price-plan-item .price-wrap {
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.price-plan-item .price-wrap .price {
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.price-plan-item .price-wrap .price span {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-right: 8px;
}
.price-plan-item .lists {
  padding-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .price-plan-item .lists {
    padding-bottom: 15px;
  }
}
.price-plan-item .lists li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .price-plan-item .lists li {
    padding-bottom: 10px;
  }
}
.price-plan-item .lists li .icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-plan-item .lists li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.price-plan-item .link {
  display: block;
  text-align: center;
  padding: 8.5px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  background-color: rgb(var(--light-bg));
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text)) !important;
  letter-spacing: -0.15px;
  transition: all 0.3s;
}
.price-plan-item .link.active, .price-plan-item .link:hover {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default)) !important;
}

.localVideo-wrap {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
}
.localVideo-wrap .thumb-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.localVideo-wrap button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 10px 16px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.localVideo-wrap.hide-controls .thumb-img {
  transform: translate(-50%, -50%) scale(1);
}
.localVideo-wrap.hide-controls video::-webkit-media-controls {
  display: none !important;
}

.viewInvoiceModal {
  overflow: auto;
}
.viewInvoiceModal .invoice-content {
  width: 1090px;
}
.viewInvoiceModal .invoice-content-whiteLogo {
  display: none;
}

.darkMode-on .invoice-content-defaultLogo {
  display: none;
}
.darkMode-on .invoice-content-whiteLogo {
  display: block;
}

.sf-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8.5px 30px;
  border: 1px solid rgb(var(--primary));
  border-radius: 5px;
  background-color: rgb(var(--primary));
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white-default));
  letter-spacing: -0.15px;
  transition: all 0.3s;
}
.sf-btn-primary svg path,
.sf-btn-primary svg ellipse {
  transition: all 0.3s;
}
.sf-btn-primary:hover {
  background-color: rgb(var(--white)) !important;
  color: rgb(var(--primary)) !important;
}
.sf-btn-primary:hover svg path,
.sf-btn-primary:hover svg ellipse {
  stroke: rgb(var(--primary));
}
.sf-btn-primary-alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1px solid rgb(var(--black));
  border-radius: 5px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--title-text));
  transition: all 0.3s;
}
.sf-btn-primary-alt svg path,
.sf-btn-primary-alt svg ellipse {
  transition: all 0.3s;
}
.sf-btn-primary-alt:hover {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
  color: rgb(var(--white)) !important;
}
.sf-btn-primary-alt:hover svg path,
.sf-btn-primary-alt:hover svg ellipse {
  stroke: rgb(var(--white));
}
.sf-btn-landing {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 16px 24px;
  border: 1px solid rgb(var(--primary));
  border-radius: 6px;
  background-color: rgb(var(--primary));
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(var(--white-default));
  letter-spacing: -0.36px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .sf-btn-landing {
    padding: 10px 15px;
  }
}
.sf-btn-landing svg path,
.sf-btn-landing svg ellipse {
  transition: all 0.3s;
}
.sf-btn-landing:hover {
  background-color: transparent !important;
  color: rgb(var(--primary)) !important;
}
.sf-btn-landing:hover svg path,
.sf-btn-landing:hover svg ellipse {
  fill: rgb(var(--primary));
}
.sf-btn-secondary {
  display: inline-block;
  padding: 8.5px 30px;
  border: 1px solid rgb(var(--title-text));
  border-radius: 5px;
  background-color: rgb(var(--title-text));
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}
.sf-btn-secondary:hover {
  background-color: rgb(var(--white)) !important;
}
.sf-btn-brand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border: 1px solid rgb(var(--black));
  border-radius: 5px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}
.sf-btn-brand svg path,
.sf-btn-brand svg ellipse {
  transition: all 0.3s;
}
.sf-btn-brand:hover {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
  color: rgb(var(--white)) !important;
}
.sf-btn-brand:hover svg path,
.sf-btn-brand:hover svg ellipse {
  stroke: rgb(var(--white));
}
.sf-btn-brand-alt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px 30px;
  border: 1px solid rgb(var(--primary));
  border-radius: 5px;
  background-color: rgb(var(--primary));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}
.sf-btn-brand-alt svg path,
.sf-btn-brand-alt svg ellipse {
  transition: all 0.3s;
}
.sf-btn-brand-alt:hover {
  background-color: rgb(var(--black)) !important;
  border-color: rgb(var(--black)) !important;
  color: rgb(var(--title-text)) !important;
}
.sf-btn-brand-alt:hover svg path,
.sf-btn-brand-alt:hover svg ellipse {
  stroke: rgb(var(--white));
}

.flipBtn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.flipBtn span:nth-child(2) {
  opacity: 0;
  width: 100%;
}
.flipBtn span:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn span:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn span:first-child, .flipBtn span:last-child {
  position: absolute;
}
.flipBtn:hover span:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn:hover span:last-child {
  top: 50%;
  transform: translateY(-50%);
}
.flipBtn-icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.flipBtn-icon .item:nth-child(2) {
  opacity: 0;
}
@media screen and (min-width: 576px) {
  .flipBtn-icon .item:nth-child(2) {
    width: 100%;
    white-space: nowrap;
  }
}
.flipBtn-icon .item:first-child {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.flipBtn-icon .item:last-child {
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
}
.flipBtn-icon .item:first-child, .flipBtn-icon .item:last-child {
  position: absolute;
}
.flipBtn-icon:hover .item:first-child {
  top: -30%;
  transform: translateY(-50%);
}
.flipBtn-icon:hover .item:last-child {
  top: 50%;
  transform: translateY(-50%);
}

.sf-flipBtn-primary {
  padding: 8.5px 30px;
  border: 1px solid rgb(var(--primary));
  border-radius: 5px;
  background-color: rgb(var(--primary));
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white-default)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-cancel {
  padding: 8.5px 30px;
  border: 1px solid rgb(var(--red));
  border-radius: 5px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--red)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-brand {
  padding: 8.5px 30px;
  border: 1px solid rgb(var(--title-text));
  border-radius: 5px;
  background-color: rgb(var(--title-text));
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
.sf-flipBtn-brand-alt {
  padding: 8px 30px;
  border: 1px solid rgb(var(--primary));
  border-radius: 5px;
  background-color: rgb(var(--primary));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}

.zSidebar-logo {
  padding: 22px 25px;
  display: block;
}
.zSidebar-logo img {
  max-width: 196px;
  max-height: 38px;
  transition: all 0.3s;
}
.zSidebar-logo img.dark-v-logo {
  display: none;
}
.zSidebar-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.zSidebar-menu > li {
  position: relative;
  margin-bottom: 2px;
}
.zSidebar-menu > li.sidebar-divider {
  border-top: 1px solid rgba(var(--stroke));
  margin: 29px 0px 8px;
  padding: 12px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.84px;
}
.zSidebar-menu > li:first-child.sidebar-divider {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: none;
}
.zSidebar-menu > li svg {
  max-width: 18px;
  max-height: 18px;
}
.zSidebar-menu > li > a {
  position: relative;
  padding: 11px 15px;
  background-color: rgb(var(--light-bg));
  border-radius: 6px;
}
.zSidebar-menu > li > a svg path,
.zSidebar-menu > li > a svg circle,
.zSidebar-menu > li > a svg rect {
  fill: rgb(var(--para-text));
  transition: all 0.3s;
}
.zSidebar-menu > li > a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: rgb(var(--para-text));
  transition: all 0.3s;
}
.zSidebar-menu > li > a::before {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgb(var(--para-text));
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  padding: 10px 0 10px 55px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li {
  padding-bottom: 6px;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li:last-child {
  padding-bottom: 0;
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  position: relative;
  padding-left: 12px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: rgb(var(--para-text));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active {
  color: rgb(var(--primary));
}
.zSidebar-menu > li > a ~ div .zSidebar-submenu li a:hover::before, .zSidebar-menu > li > a ~ div .zSidebar-submenu li a.active::before {
  background-color: rgb(var(--primary));
}
.zSidebar-menu > li > a.has-subMenu-arrow::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a:has(~ div ul.zSidebar-submenu li)::before {
  opacity: 1;
  visibility: visible;
}
.zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(227deg);
}
.zSidebar-menu > li > a:hover, .zSidebar-menu > li > a.active {
  background-color: rgb(var(--primary));
}
.zSidebar-menu > li > a:hover svg path,
.zSidebar-menu > li > a:hover svg circle,
.zSidebar-menu > li > a:hover svg rect, .zSidebar-menu > li > a.active svg path,
.zSidebar-menu > li > a.active svg circle,
.zSidebar-menu > li > a.active svg rect {
  fill: rgb(var(--white-default));
}
.zSidebar-menu > li > a:hover span, .zSidebar-menu > li > a.active span {
  color: rgb(var(--white-default));
}
.zSidebar-menu > li > a:hover::before, .zSidebar-menu > li > a.active::before {
  border-color: rgb(var(--white-default));
}
.zSidebar-fixed {
  max-height: calc(100% - 85px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.zSidebar-fixed::-webkit-scrollbar {
  display: none !important;
}

.zTab-reset {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-color: #fff;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: #fff;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-active-color: #fff;
  --bs-nav-tabs-link-active-bg: #fff;
  flex-wrap: nowrap;
  border-bottom: none;
}
.zTab-wrap {
  display: flex;
  justify-content: center;
  margin-top: calc(-1 * 49px);
}
@media screen and (max-width: 575px) {
  .zTab-wrap {
    margin-top: calc(-1 * 29px);
  }
}
.zTab-one {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .zTab-one {
    margin-bottom: 15px;
  }
}
.zTab-one .nav-link {
  position: relative;
  padding: 9px 20px;
  background-color: transparent;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: rgb(var(--title-text));
}
@media screen and (max-width: 575px) {
  .zTab-one .nav-link {
    padding: 5px 10px;
  }
}
.zTab-one .nav-link.active {
  background-color: rgb(var(--sky-blue));
  color: rgb(var(--white-default));
}
.zTab-one-alt {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 25px;
  background-color: rgb(var(--white));
}
.zTab-one-alt .nav-link {
  position: relative;
  padding: 9px 20px;
  background-color: transparent;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: rgb(var(--title-text));
}
@media screen and (max-width: 575px) {
  .zTab-one-alt .nav-link {
    padding: 5px 10px;
  }
}
.zTab-one-alt .nav-link.active {
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default));
}
.zTab-two {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .zTab-two {
    margin-bottom: 20px;
  }
}
.zTab-two .nav-item {
  flex: 1 1 auto;
}
.zTab-two .nav-link {
  position: relative;
  width: 100%;
  padding: 8.5px 24px;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .zTab-two .nav-link {
    padding: 5px;
  }
}
.zTab-two .nav-link.active {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary)) !important;
  color: rgb(var(--white-default));
}
.zTab-three {
  display: flex;
  gap: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--stroke));
}
@media screen and (max-width: 575px) {
  .zTab-three {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.zTab-three .nav-link {
  position: relative;
  width: 100%;
  padding: 0 20px 16px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  line-height: 10px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .zTab-three .nav-link {
    padding: 0 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .zTab-three .nav-link {
    padding: 16px 10px;
    border-bottom: none;
    border-radius: 6px;
  }
}
.zTab-three .nav-link.active {
  background-color: transparent;
  color: rgb(var(--primary));
  border-bottom: 2px solid rgb(var(--primary));
}
@media screen and (max-width: 575px) {
  .zTab-three .nav-link.active {
    background-color: rgb(var(--primary));
    color: rgb(var(--white));
    border-bottom: none;
  }
}
.zTab-four {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  border: none;
  border-radius: 4px;
  padding: 5px;
  background-color: rgba(var(--white), 0.01);
  box-shadow: 0px 0px 0px 1px rgba(212, 232, 255, 0.08) inset, 0px 0.5px 0.5px 0px rgba(212, 232, 255, 0.12) inset, 0px 3px 12px 0px rgba(212, 232, 255, 0.08) inset, 0px -16px 32px 0px rgba(212, 232, 255, 0.08) inset;
  backdrop-filter: blur(48px);
}
.zTab-four .nav-link {
  position: relative;
  padding: 12.5px 20px;
  background-color: transparent;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: rgb(var(--white-default));
}
@media screen and (max-width: 575px) {
  .zTab-four .nav-link {
    padding: 5px 10px;
  }
}
.zTab-four .nav-link.active {
  background-color: rgb(var(--primary));
}
.zTab-five {
  display: flex;
  justify-content: flex-start;
  gap: 1px;
  flex-wrap: wrap;
  background-color: rgba(var(--primary), 0.2);
}
.zTab-five .nav-item {
  flex: 1 1 auto;
}
.zTab-five .nav-link {
  position: relative;
  width: 100%;
  padding: 16px;
  background-color: rgb(var(--light-bg));
  border: 0 !important;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--para-text));
  letter-spacing: -0.36px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .zTab-five .nav-link {
    padding: 5px;
  }
}
.zTab-five .nav-link .icon {
  flex-shrink: 0;
  display: flex;
}
.zTab-five .nav-link .icon img {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.zTab-five .nav-link.active {
  background-color: rgb(var(--primary));
  color: rgb(var(--white-default));
}
.zTab-five .nav-link.active .icon img {
  filter: brightness(0) invert(1);
}
.zTab-five ~ .tab-content {
  padding: 20px 10px 10px 50px;
}
@media screen and (max-width: 1199px) {
  .zTab-five ~ .tab-content {
    padding: 20px 10px 10px;
  }
}

.switch-darkLight {
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 50px !important;
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: transparent;
}
.switch-darkLight .item {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch-darkLight .item svg path {
  fill: rgb(var(--para-text));
  transition: all 0.3s;
}
.switch-darkLight .item.lightMode {
  background-color: rgb(var(--title-text));
}
.switch-darkLight .item.lightMode svg path {
  fill: rgb(var(--white));
}
.switch-darkLight.active .item.lightMode {
  background-color: transparent;
}
.switch-darkLight.active .item.darkMode {
  background-color: rgb(var(--white));
}
.switch-darkLight.active .item.darkMode svg path {
  fill: rgb(var(--white-default));
}

/* Modal */
.modal-backdrop {
  --bs-backdrop-opacity: 0.4;
  background-color: rgb(var(--title-text));
}

/* Start Table Styles */
.zTable {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgb(var(--title-text)) !important;
  margin-bottom: 0;
  border-color: rgba(var(--stroke));
  border-bottom: none !important;
}
.zTable > :not(caption):first-child > * > * {
  border-bottom: none;
  padding: 0 !important;
}
.zTable > :not(caption):first-child > * > * > * {
  background-color: rgb(var(--light-bg));
}
.zTable > :not(caption):first-child > * > *:first-child {
  padding-left: 0 !important;
}
.zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 4px 0 0 4px;
}
.zTable > :not(caption):first-child > * > *:last-child {
  padding-right: 0 !important;
}
.zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 0 4px 4px 0;
}
.zTable > :not(caption):first-child > * > * > * {
  padding: 11.5px 20px !important;
}
.zTable > :not(caption):last-child > *:last-child > td {
  padding-bottom: 0 !important;
  border-bottom-color: transparent !important;
}
.zTable > :not(caption) > * {
  position: relative;
}
.zTable > :not(caption) > * > * {
  background-color: rgb(var(--white));
  padding: 19.5px 20px !important;
  border-bottom-color: rgba(var(--stroke)) !important;
  vertical-align: middle;
}
.zTable > :not(caption) > * > *:first-child {
  padding-left: 20px !important;
}
.zTable > :not(caption) > * > *:last-child {
  padding-right: 20px !important;
}
.zTable thead tr th {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px;
  color: rgb(var(--title-text));
}
.zTable tbody tr td {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 15px;
  color: rgb(var(--para-text));
}
.zTable > tbody > tr > * {
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .zTable-responsive {
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .zTable-responsive {
    padding-bottom: 20px;
  }
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > * {
  position: relative;
}
.zTable-last-item-right > :not(caption) > *:not(.zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: right;
}
.zTable-last-item-border > :not(caption):last-child > *:last-child > td {
  padding-bottom: 22px !important;
  border-bottom-color: rgba(var(--stroke)) !important;
}
.zTable .sf-select-without-search {
  min-width: 135px;
  padding-left: 10px !important;
}
.zTable .sf-select-without-search::after {
  right: 5px;
}
.zTable .sf-select-without-search.open .list li {
  white-space: normal !important;
}
.zTable-action-icons {
  display: inline-flex;
  gap: 7px;
}
.zTable-action-icons .item {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zTable-action-icons .item svg path {
  fill: rgb(var(--para-text));
  transition: all 0.3s;
}
.zTable-action-icons .item:hover {
  border-color: rgb(var(--primary));
}
.zTable-action-icons .item:hover svg path {
  fill: rgb(var(--primary));
}
.zTable-action-icons .item.deleteIcon:hover {
  border-color: rgb(var(--red));
}
.zTable-action-icons .item.deleteIcon:hover svg path {
  fill: rgb(var(--red));
}

/* Table top */
.table-wrap-one .table {
  padding: 0 20px 20px;
  border: 1px solid rgba(var(--stroke)) !important;
  border-top: none !important;
  border-radius: 0 0 10px 10px;
  background-color: rgb(var(--white));
}
.table-wrap-one .table-wrapTop {
  padding: 20px;
  border: 1px solid rgba(var(--stroke));
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: rgb(var(--white));
}
@media screen and (max-width: 575px) {
  .table-wrap-one .table-wrapTop {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .table-wrap-one .table {
    padding: 0 15px 15px;
  }
}
.table-wrap-one:not(:has(.table-wrapTop)) .table {
  padding: 20px;
  border-top: 1px solid rgba(var(--stroke)) !important;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .table-wrap-one:not(:has(.table-wrapTop)) .table {
    padding: 15px;
  }
}
.table-wrap-two .table {
  padding-top: 22px;
  border-top: 1px solid rgb(var(--green));
}
.table-wrap-two .table-wrapTop {
  padding-bottom: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 40px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: rgb(var(--white));
  border: 2px solid rgb(var(--para-text));
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px rgb(var(--black));
  box-sizing: content-box;
  content: "+";
  background-color: rgb(var(--para-text));
  transition: all 0.3s;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
}

table.dataTable.dtr-inline.collapsed > tbody > tr:last-child > td.dtr-control::before {
  transform: translateY(0px);
}

.dtr-details {
  display: block !important;
}
.dtr-details li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
}

table.dataTable td.dataTables_empty {
  text-align: center !important;
}

/* End Table Styles */
/* Form */
.zForm-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--title-text));
}
.zForm-label-alt {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--title-text));
}

.zForm-control {
  display: block;
  width: 100%;
  padding: 15px 12px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control:focus, .zForm-control:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--para-text));
}
.zForm-control.form-select {
  background-position: right 1.156rem center;
  background-size: 10px;
  background-image: url("../images/icon/arrow-down-header.svg");
}
.zForm-control-alt {
  display: block;
  width: 100%;
  padding: 15px 12px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--title-text));
  background-color: rgb(var(--light-bg));
  background-clip: padding-box;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.zForm-control-alt:focus, .zForm-control-alt:hover {
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--light-bg)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.zForm-control-alt::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.15px;
  color: rgb(var(--para-text));
}
.zForm-control-alt.form-select {
  background-position: right 1.156rem center;
  background-size: 10px;
  background-image: url("../images/icon/arrow-down-header.svg");
}

textarea.zForm-control-alt {
  resize: none;
  min-height: 156px;
}
textarea.zForm-control-minHeight-reset {
  min-height: inherit;
}

.zTable-translate textarea.zForm-control-alt {
  min-height: auto;
}

.landingBook-form .zForm-label-alt {
  font-size: 20px;
  line-height: 30px;
}

/* Checkbox */
.zForm-wrap-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}
.zForm-wrap-checkbox input.form-check-input {
  margin-top: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(var(--stroke));
  border-radius: 4px;
  background-color: rgb(var(--white));
}
.zForm-wrap-checkbox input.form-check-input:checked {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
}
.zForm-wrap-checkbox label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.zForm-wrap-checkbox label a {
  color: rgb(var(--primary));
}
.zForm-wrap-checkbox-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0;
  min-height: 20px;
}
.zForm-wrap-checkbox-1 input.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -9999;
}
.zForm-wrap-checkbox-1 input.form-check-input:checked ~ label::before {
  background-color: rgb(var(--primary));
}
.zForm-wrap-checkbox-1 input.form-check-input:checked ~ label::after {
  left: 24px;
}
.zForm-wrap-checkbox-1 label {
  position: relative;
  padding-left: 55px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(var(--title-text));
  letter-spacing: -0.01em;
}
.zForm-wrap-checkbox-1 label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 36px;
  height: 16px;
  background-color: rgb(223, 223, 225);
  border-radius: 8px;
  transition: all 0.3s;
}
.zForm-wrap-checkbox-1 label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  box-shadow: 0px 1.25px 2.5px 0px rgba(var(--black), 0.06);
  box-shadow: 0px 1.25px 3.75px 0px rgba(var(--black), 0.1);
  z-index: 1;
  transition: all 0.3s;
}
.zForm-wrap-checkbox-2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}
.zForm-wrap-checkbox-2 input.form-check-input {
  margin-top: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgb(var(--stroke-2));
  border-radius: 50%;
  background-color: rgb(var(--light-bg));
}
.zForm-wrap-checkbox-2 input.form-check-input:checked {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
}
.zForm-wrap-checkbox-2 label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.zForm-wrap-checkbox-2 label a {
  color: rgb(var(--primary));
}

/* Radio */
.zForm-wrap-radio {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zForm-wrap-radio input.form-check-input {
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid rgba(var(--stroke));
  background-color: rgb(var(--white));
  background-size: 8px;
}
.zForm-wrap-radio input.form-check-input:checked {
  --bs-form-check-bg-image: url("../images/icon/radio-circle.svg");
  background-color: rgb(var(--white));
  border-color: rgb(var(--primary));
}
.zForm-wrap-radio label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
}

/* Switch */
.zCheck.form-switch {
  min-height: 27px;
}
.zCheck.form-switch input.form-check-input {
  width: 53px;
  height: 27px;
  margin-top: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(var(--stroke));
  border-radius: 100px;
  background-color: rgb(223, 223, 225);
  background-image: url(../images/icon/switch-circle.svg);
  background-size: 23px;
  background-position-x: 3px;
}
.zCheck.form-switch input.form-check-input:checked {
  background-color: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary));
  background-position-x: 26px;
}
.zCheck label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--title-text));
}

/* Accordion */
.zAccordion-reset .accordion-item {
  border: none;
  border-radius: 0;
}
.zAccordion-reset .accordion-body {
  padding: 0;
}
.zAccordion-reset .accordion-button {
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.zAccordion-one {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.zAccordion-one .item-wrap {
  display: flex;
  gap: 10px;
}
.zAccordion-one .item-wrap .editIcon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--white));
  flex-shrink: 0;
  transition: all 0.3s;
}
.zAccordion-one .item-wrap .editIcon svg path {
  transition: all 0.3s;
}
.zAccordion-one .item-wrap .editIcon:hover {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}
.zAccordion-one .item-wrap .editIcon:hover svg path {
  stroke: rgb(var(--white-default));
}
.zAccordion-one .item-wrap .deleteIcon {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--white));
  flex-shrink: 0;
  transition: all 0.3s;
}
.zAccordion-one .item-wrap .deleteIcon svg path {
  transition: all 0.3s;
}
.zAccordion-one .item-wrap .deleteIcon:hover {
  background-color: rgb(var(--red));
  border-color: rgb(var(--red));
}
.zAccordion-one .item-wrap .deleteIcon:hover svg path {
  stroke: rgb(var(--white-default));
}
.zAccordion-one .accordion-item {
  background-color: rgb(var(--white));
  width: 100%;
  border: 1px solid rgba(var(--stroke));
  border-radius: 10px;
}
.zAccordion-one .accordion-body {
  padding: 0px 25px 24px;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-body {
    padding: 0px 10px 10px !important;
  }
}
.zAccordion-one .accordion-button {
  padding: 25px !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: rgb(var(--title-text));
  column-gap: 4px;
}
@media screen and (max-width: 575px) {
  .zAccordion-one .accordion-button {
    padding: 10px !important;
    font-size: 16px;
  }
}
.zAccordion-one .accordion-button.collapsed::after {
  background-image: url(../images/icon/accordion-icon-1-alt.svg);
}
.zAccordion-one .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/accordion-icon-2-alt.svg);
  background-size: 24px;
  transform: rotate(0deg);
}
.zAccordion-two {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.zAccordion-two .row div .accordion-item {
  margin-bottom: 15px;
}
.zAccordion-two .row div .accordion-item:last-child {
  margin-bottom: 0;
}
.zAccordion-two .accordion-item {
  border: 1px solid rgba(var(--stroke));
  border-radius: 4px;
  background-color: transparent;
}
.zAccordion-two .accordion-body {
  padding: 0px 30px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
@media screen and (max-width: 767px) {
  .zAccordion-two .accordion-body {
    padding: 0px 23px 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-body {
    padding: 0px 10px 10px !important;
    font-size: 16px;
  }
}
.zAccordion-two .accordion-button {
  padding: 23px 20px !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--title-text));
  letter-spacing: -0.15px;
  column-gap: 4px;
  border-radius: 4px !important;
}
@media screen and (max-width: 767px) {
  .zAccordion-two .accordion-button {
    padding: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .zAccordion-two .accordion-button {
    padding: 10px !important;
    font-size: 16px;
  }
}
.zAccordion-two .accordion-button.collapsed::after {
  background-image: url(../images/icon/landing-accordion-closed.svg);
  border-color: rgba(var(--stroke));
  background-color: transparent;
}
.zAccordion-two .accordion-button::after {
  width: 34px;
  height: 34px;
  background-image: url(../images/icon/landing-accordion-open.svg);
  background-position: center;
  background-size: 34px;
  background-color: rgb(var(--primary));
  border: 1px solid rgb(var(--primary));
  border-radius: 50%;
}
.zAccordion-three {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.zAccordion-three .accordion-item {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(var(--stroke-2));
  padding-bottom: 30px;
}
.zAccordion-three .accordion-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.zAccordion-three .accordion-body {
  padding: 20px 0px 0px;
  border-top: 1px solid rgb(var(--stroke-2));
}
.zAccordion-three .accordion-button {
  padding: 0 !important;
  padding-bottom: 10px !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text));
  column-gap: 4px;
}
@media screen and (max-width: 575px) {
  .zAccordion-three .accordion-button {
    font-size: 16px;
  }
}
.zAccordion-three .accordion-button.collapsed::after {
  background-image: url(../images/icon/course-search-dropdown.svg);
}
.zAccordion-three .accordion-button::after {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon/course-search-dropdown.svg);
  background-size: 30px;
  transform: rotate(0deg);
}
.zAccordion-four {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.zAccordion-four .accordion-item {
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 0;
}
.zAccordion-four .accordion-body {
  padding: 15px 0px 0px;
  border: none;
}
.zAccordion-four .accordion-button {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  column-gap: 4px;
}
@media screen and (max-width: 575px) {
  .zAccordion-four .accordion-button {
    font-size: 16px;
  }
}
.zAccordion-four .accordion-button.collapsed::after {
  background-image: url(../images/icon/accordion-icon-categories.svg);
}
.zAccordion-four .accordion-button::after {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/accordion-icon-categories.svg);
  background-size: 20px;
  transform: rotate(0deg);
}

.zMain-signLog-content {
  max-width: 490px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .zMain-signLog-content {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .zMain-signLog-content {
    min-height: 100vh;
    justify-content: flex-start;
  }
}

.signLog-section {
  display: flex;
  background-color: rgb(var(--white));
  overflow-y: hidden;
  padding: 12px;
}
@media screen and (min-width: 992px) {
  .signLog-section {
    height: 100vh;
  }
}
@media screen and (max-width: 991px) {
  .signLog-section {
    min-height: 100vh;
    padding: 50px 0;
  }
}
.signLog-section .left,
.signLog-section .right {
  width: 50%;
  min-height: 97.5vh;
  height: 100%;
  border-radius: 10px;
}
.signLog-section .left {
  background-color: rgb(var(--white));
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .signLog-section .left {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .signLog-section .left {
    padding: 10px;
  }
}
.signLog-section .left .wrap {
  height: 100%;
}
.signLog-section .right {
  position: relative;
  padding: 40px;
}
.signLog-section .right .logo {
  display: inline-block;
  height: 40px;
}
.signLog-section .right .logo img {
  height: 100%;
}
.signLog-section .right .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--white));
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .signLog-section .right {
    display: none;
  }
}

/* passShowHide */
.passShowHide {
  position: relative;
}
.passShowHide button {
  border: none;
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 52px;
  right: 25px;
  color: rgb(var(--para-text));
  font-weight: 400;
}

/* OTP */
.otp-input-fields {
  display: flex;
  gap: 10px;
}
.otp-input-fields input {
  flex: 1 1 auto;
  max-width: 117px;
  width: 100%;
  height: 52px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  background-color: rgb(var(--white));
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: rgb(var(--para-text));
  text-align: center;
}
@media screen and (max-width: 575px) {
  .otp-input-fields input {
    height: 70px;
  }
}
.otp-input-fields input:focus, .otp-input-fields input:hover {
  border-color: rgb(var(--primary));
}
.otp-input-fields input::-webkit-outer-spin-button, .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Other Auth */
.otherAuthWrap {
  width: 100%;
  max-width: 559px;
  margin: 0 auto;
  padding-top: 50px;
}
.otherAuthWrap .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  margin-bottom: 20px !important;
}
.otherAuthWrap .text span {
  position: relative;
  display: inline-block;
  background-color: rgb(var(--black));
  padding: 0 19px;
}
.otherAuthWrap .text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgb(var(--stroke-2));
}
.otherAuthWrap .authList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.otherAuthWrap .authList .item {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Font Family */
.font-geist-mono {
  font-family: "Geist Mono", monospace;
}

/* Font size */
.fs-0 {
  font-size: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .fs-md-22 {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-28 {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 768px) {
  .fs-md-34 {
    font-size: 34px !important;
  }
}

/* Font weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

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

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

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

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

.fw-900 {
  font-weight: 900;
}

.fw-1000 {
  font-weight: 1000;
}

/* Line Height */
.lh-0 {
  line-height: 0px !important;
}

.lh-1 {
  line-height: 1px !important;
}

.lh-2 {
  line-height: 2px !important;
}

.lh-3 {
  line-height: 3px !important;
}

.lh-4 {
  line-height: 4px !important;
}

.lh-5 {
  line-height: 5px !important;
}

.lh-6 {
  line-height: 6px !important;
}

.lh-7 {
  line-height: 7px !important;
}

.lh-8 {
  line-height: 8px !important;
}

.lh-9 {
  line-height: 9px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-11 {
  line-height: 11px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-23 {
  line-height: 23px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-31 {
  line-height: 31px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-33 {
  line-height: 33px !important;
}

.lh-34 {
  line-height: 34px !important;
}

@media screen and (min-width: 576px) {
  .lh-sm-46 {
    line-height: 46px !important;
  }
}

/* Letter Spacing */
.ls-1 {
  letter-spacing: 1px;
}

.ls-1 {
  letter-spacing: 0.15px;
}

.ls-2 {
  letter-spacing: 0.36px;
}

.ls-7 {
  letter-spacing: 0.84px;
}

.ls-n-1 {
  letter-spacing: -0.15px;
}

.ls-n-2 {
  letter-spacing: -0.36px;
}

.ls-n-7 {
  letter-spacing: -0.84px;
}

/* text justify */
.text-justify {
  text-align: justify;
}

.text-white {
  color: rgb(var(--white)) !important;
}

.text-white-default {
  color: rgb(var(--white-default)) !important;
}

.text-white-secondary {
  color: rgb(var(--white-secondary)) !important;
}

.text-black {
  color: rgb(var(--black)) !important;
}

.text-black-default {
  color: rgb(var(--black-default)) !important;
}

.text-primary {
  color: rgb(var(--primary)) !important;
}

.text-primary-12 {
  color: rgba(var(--primary), 0.12) !important;
}

.text-title-text {
  color: rgb(var(--title-text)) !important;
}

.text-title-text-default {
  color: rgb(var(--title-text-default)) !important;
}

.text-para-text {
  color: rgb(var(--para-text)) !important;
}

.text-stroke {
  color: rgba(var(--stroke)) !important;
}

.text-stroke-2 {
  color: rgb(var(--stroke-2)) !important;
}

.text-light-bg {
  color: rgb(var(--light-bg)) !important;
}

.text-light-bg-default {
  color: rgb(var(--light-bg-default)) !important;
}

.text-light-bg-alt {
  color: rgb(var(--light-bg-alt)) !important;
}

.text-green {
  color: rgb(var(--green)) !important;
}

.text-red {
  color: rgb(var(--red)) !important;
}

.text-red-12 {
  color: rgba(var(--red), 0.12) !important;
}

.text-blue {
  color: rgb(var(--blue)) !important;
}

.text-sky-blue {
  color: rgb(var(--sky-blue)) !important;
}

.text-yellow {
  color: rgb(var(--yellow)) !important;
}

.text-pending {
  color: rgb(var(--pending)) !important;
}

.text-delayed {
  color: rgb(var(--delayed)) !important;
}

.text-progress {
  color: rgb(var(--progress)) !important;
}

.text-hold {
  color: rgb(var(--hold)) !important;
}

.text-archived {
  color: rgb(var(--archived)) !important;
}

.text-high {
  color: rgb(var(--high)) !important;
}

.text-critical {
  color: rgb(var(--critical)) !important;
}

.text-low {
  color: rgb(var(--low)) !important;
}

.text-medium {
  color: rgb(var(--medium)) !important;
}

.text-active {
  color: rgb(var(--active)) !important;
}

.text-deactive {
  color: rgb(var(--deactive)) !important;
}

.text-complete {
  color: rgb(var(--complete)) !important;
}

.text-cancel {
  color: rgb(var(--cancel)) !important;
}

.text-refund {
  color: rgb(var(--refund)) !important;
}

.text-landing-bg {
  color: rgb(var(--landing-bg)) !important;
}

.text-scroll-track {
  color: rgb(var(--scroll-track)) !important;
}

.text-scroll-thumb {
  color: rgb(var(--scroll-thumb)) !important;
}

/* Background Color */
.bg-white {
  background-color: rgb(var(--white)) !important;
}

.bg-white-default {
  background-color: rgb(var(--white-default)) !important;
}

.bg-white-secondary {
  background-color: rgb(var(--white-secondary)) !important;
}

.bg-black {
  background-color: rgb(var(--black)) !important;
}

.bg-black-default {
  background-color: rgb(var(--black-default)) !important;
}

.bg-primary {
  background-color: rgb(var(--primary)) !important;
}

.bg-primary-12 {
  background-color: rgba(var(--primary), 0.12) !important;
}

.bg-title-text {
  background-color: rgb(var(--title-text)) !important;
}

.bg-title-text-default {
  background-color: rgb(var(--title-text-default)) !important;
}

.bg-para-text {
  background-color: rgb(var(--para-text)) !important;
}

.bg-stroke {
  background-color: rgba(var(--stroke)) !important;
}

.bg-stroke-2 {
  background-color: rgb(var(--stroke-2)) !important;
}

.bg-light-bg {
  background-color: rgb(var(--light-bg)) !important;
}

.bg-light-bg-default {
  background-color: rgb(var(--light-bg-default)) !important;
}

.bg-light-bg-alt {
  background-color: rgb(var(--light-bg-alt)) !important;
}

.bg-green {
  background-color: rgb(var(--green)) !important;
}

.bg-red {
  background-color: rgb(var(--red)) !important;
}

.bg-red-12 {
  background-color: rgba(var(--red), 0.12) !important;
}

.bg-blue {
  background-color: rgb(var(--blue)) !important;
}

.bg-sky-blue {
  background-color: rgb(var(--sky-blue)) !important;
}

.bg-yellow {
  background-color: rgb(var(--yellow)) !important;
}

.bg-pending {
  background-color: rgb(var(--pending)) !important;
}

.bg-delayed {
  background-color: rgb(var(--delayed)) !important;
}

.bg-progress {
  background-color: rgb(var(--progress)) !important;
}

.bg-hold {
  background-color: rgb(var(--hold)) !important;
}

.bg-archived {
  background-color: rgb(var(--archived)) !important;
}

.bg-high {
  background-color: rgb(var(--high)) !important;
}

.bg-critical {
  background-color: rgb(var(--critical)) !important;
}

.bg-low {
  background-color: rgb(var(--low)) !important;
}

.bg-medium {
  background-color: rgb(var(--medium)) !important;
}

.bg-active {
  background-color: rgb(var(--active)) !important;
}

.bg-deactive {
  background-color: rgb(var(--deactive)) !important;
}

.bg-complete {
  background-color: rgb(var(--complete)) !important;
}

.bg-cancel {
  background-color: rgb(var(--cancel)) !important;
}

.bg-refund {
  background-color: rgb(var(--refund)) !important;
}

.bg-landing-bg {
  background-color: rgb(var(--landing-bg)) !important;
}

.bg-scroll-track {
  background-color: rgb(var(--scroll-track)) !important;
}

.bg-scroll-thumb {
  background-color: rgb(var(--scroll-thumb)) !important;
}

/* Border Color */
.bd-c-white {
  border-color: rgb(var(--white)) !important;
}

.bd-c-white-default {
  border-color: rgb(var(--white-default)) !important;
}

.bd-c-white-secondary {
  border-color: rgb(var(--white-secondary)) !important;
}

.bd-c-black {
  border-color: rgb(var(--black)) !important;
}

.bd-c-black-default {
  border-color: rgb(var(--black-default)) !important;
}

.bd-c-primary {
  border-color: rgb(var(--primary)) !important;
}

.bd-c-primary-12 {
  border-color: rgba(var(--primary), 0.12) !important;
}

.bd-c-title-text {
  border-color: rgb(var(--title-text)) !important;
}

.bd-c-title-text-default {
  border-color: rgb(var(--title-text-default)) !important;
}

.bd-c-para-text {
  border-color: rgb(var(--para-text)) !important;
}

.bd-c-stroke {
  border-color: rgba(var(--stroke)) !important;
}

.bd-c-stroke-2 {
  border-color: rgb(var(--stroke-2)) !important;
}

.bd-c-light-bg {
  border-color: rgb(var(--light-bg)) !important;
}

.bd-c-light-bg-default {
  border-color: rgb(var(--light-bg-default)) !important;
}

.bd-c-light-bg-alt {
  border-color: rgb(var(--light-bg-alt)) !important;
}

.bd-c-green {
  border-color: rgb(var(--green)) !important;
}

.bd-c-red {
  border-color: rgb(var(--red)) !important;
}

.bd-c-red-12 {
  border-color: rgba(var(--red), 0.12) !important;
}

.bd-c-blue {
  border-color: rgb(var(--blue)) !important;
}

.bd-c-sky-blue {
  border-color: rgb(var(--sky-blue)) !important;
}

.bd-c-yellow {
  border-color: rgb(var(--yellow)) !important;
}

.bd-c-pending {
  border-color: rgb(var(--pending)) !important;
}

.bd-c-delayed {
  border-color: rgb(var(--delayed)) !important;
}

.bd-c-progress {
  border-color: rgb(var(--progress)) !important;
}

.bd-c-hold {
  border-color: rgb(var(--hold)) !important;
}

.bd-c-archived {
  border-color: rgb(var(--archived)) !important;
}

.bd-c-high {
  border-color: rgb(var(--high)) !important;
}

.bd-c-critical {
  border-color: rgb(var(--critical)) !important;
}

.bd-c-low {
  border-color: rgb(var(--low)) !important;
}

.bd-c-medium {
  border-color: rgb(var(--medium)) !important;
}

.bd-c-active {
  border-color: rgb(var(--active)) !important;
}

.bd-c-deactive {
  border-color: rgb(var(--deactive)) !important;
}

.bd-c-complete {
  border-color: rgb(var(--complete)) !important;
}

.bd-c-cancel {
  border-color: rgb(var(--cancel)) !important;
}

.bd-c-refund {
  border-color: rgb(var(--refund)) !important;
}

.bd-c-landing-bg {
  border-color: rgb(var(--landing-bg)) !important;
}

.bd-c-scroll-track {
  border-color: rgb(var(--scroll-track)) !important;
}

.bd-c-scroll-thumb {
  border-color: rgb(var(--scroll-thumb)) !important;
}

/* z-index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

@media screen and (min-width: 576px) {
  .p-sm-20 {
    padding: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-25 {
    padding: 25px !important;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-30 {
    padding: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-20 {
    padding: 20px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important;
  }
}

@media screen and (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important;
  }
}

/* Padding top & bottom */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}

/* Padding left & right */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

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

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-13 {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.px-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-17 {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-19 {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-21 {
  padding-left: 21px !important;
  padding-right: 21px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-23 {
  padding-left: 23px !important;
  padding-right: 23px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-27 {
  padding-left: 27px !important;
  padding-right: 27px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-29 {
  padding-left: 29px !important;
  padding-right: 29px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media screen and (min-width: 576px) {
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 1400px) {
  .px-xxl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Padding top */
.pt-54 {
  padding-top: 54px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

@media screen and (min-width: 576px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}

@media screen and (min-width: 576px) {
  .pt-sm-126 {
    padding-top: 126px !important;
  }
}

/* Padding bottom */
.pb-39 {
  padding-bottom: 39px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

@media screen and (min-width: 576px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}

@media screen and (min-width: 576px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

/* Padding Left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 1200px) {
  .pl-xl-25 {
    padding-left: 25px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-35 {
    padding-left: 35px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pl-xl-62 {
    padding-left: 62px !important;
  }
}

@media screen and (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0px !important;
  }
}

/* Padding Right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

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

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.top-10 {
  top: 10px;
}

.right-10 {
  right: 10px;
}

/* Margin Left & Right */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-n-10 {
  margin-right: calc(-1 * 10px) !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .mb-md-36 {
    margin-bottom: 36px !important;
  }
}

@media screen and (min-width: 576px) {
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

/* Gap */
.g-0 {
  gap: 0px;
}

.g-1 {
  gap: 1px !important;
}

.g-2 {
  gap: 2px !important;
}

.g-3 {
  gap: 3px !important;
}

.g-4 {
  gap: 4px !important;
}

.g-5 {
  gap: 5px !important;
}

.g-6 {
  gap: 6px !important;
}

.g-7 {
  gap: 7px !important;
}

.g-8 {
  gap: 8px !important;
}

.g-9 {
  gap: 9px !important;
}

.g-10 {
  gap: 10px !important;
}

.g-11 {
  gap: 11px !important;
}

.g-12 {
  gap: 12px !important;
}

.g-13 {
  gap: 13px !important;
}

.g-14 {
  gap: 14px !important;
}

.g-15 {
  gap: 15px !important;
}

.g-16 {
  gap: 16px !important;
}

.g-17 {
  gap: 17px !important;
}

.g-18 {
  gap: 18px !important;
}

.g-19 {
  gap: 19px !important;
}

.g-20 {
  gap: 20px !important;
}

.g-21 {
  gap: 21px !important;
}

.g-22 {
  gap: 22px !important;
}

.g-23 {
  gap: 23px !important;
}

.g-24 {
  gap: 24px !important;
}

.g-25 {
  gap: 25px !important;
}

.g-26 {
  gap: 26px !important;
}

.g-27 {
  gap: 27px !important;
}

.g-28 {
  gap: 28px !important;
}

.g-29 {
  gap: 29px !important;
}

.g-30 {
  gap: 30px !important;
}

/* Row Gap */
.rg-0 {
  row-gap: 0px;
}

.rg-1 {
  row-gap: 1px !important;
}

.rg-2 {
  row-gap: 2px !important;
}

.rg-3 {
  row-gap: 3px !important;
}

.rg-4 {
  row-gap: 4px !important;
}

.rg-5 {
  row-gap: 5px !important;
}

.rg-6 {
  row-gap: 6px !important;
}

.rg-7 {
  row-gap: 7px !important;
}

.rg-8 {
  row-gap: 8px !important;
}

.rg-9 {
  row-gap: 9px !important;
}

.rg-10 {
  row-gap: 10px !important;
}

.rg-11 {
  row-gap: 11px !important;
}

.rg-12 {
  row-gap: 12px !important;
}

.rg-13 {
  row-gap: 13px !important;
}

.rg-14 {
  row-gap: 14px !important;
}

.rg-15 {
  row-gap: 15px !important;
}

.rg-16 {
  row-gap: 16px !important;
}

.rg-17 {
  row-gap: 17px !important;
}

.rg-18 {
  row-gap: 18px !important;
}

.rg-19 {
  row-gap: 19px !important;
}

.rg-20 {
  row-gap: 20px !important;
}

.rg-21 {
  row-gap: 21px !important;
}

.rg-22 {
  row-gap: 22px !important;
}

.rg-23 {
  row-gap: 23px !important;
}

.rg-24 {
  row-gap: 24px !important;
}

.rg-25 {
  row-gap: 25px !important;
}

.rg-26 {
  row-gap: 26px !important;
}

.rg-27 {
  row-gap: 27px !important;
}

.rg-28 {
  row-gap: 28px !important;
}

.rg-29 {
  row-gap: 29px !important;
}

.rg-30 {
  row-gap: 30px !important;
}

/* Column gap */
.cg-40 {
  column-gap: 40px;
}

.cg-1 {
  column-gap: 1px !important;
}

.cg-2 {
  column-gap: 2px !important;
}

.cg-3 {
  column-gap: 3px !important;
}

.cg-4 {
  column-gap: 4px !important;
}

.cg-5 {
  column-gap: 5px !important;
}

.cg-6 {
  column-gap: 6px !important;
}

.cg-7 {
  column-gap: 7px !important;
}

.cg-8 {
  column-gap: 8px !important;
}

.cg-9 {
  column-gap: 9px !important;
}

.cg-10 {
  column-gap: 10px !important;
}

.cg-11 {
  column-gap: 11px !important;
}

.cg-12 {
  column-gap: 12px !important;
}

.cg-13 {
  column-gap: 13px !important;
}

.cg-14 {
  column-gap: 14px !important;
}

.cg-15 {
  column-gap: 15px !important;
}

.cg-16 {
  column-gap: 16px !important;
}

.cg-17 {
  column-gap: 17px !important;
}

.cg-18 {
  column-gap: 18px !important;
}

.cg-19 {
  column-gap: 19px !important;
}

.cg-20 {
  column-gap: 20px !important;
}

.cg-21 {
  column-gap: 21px !important;
}

.cg-22 {
  column-gap: 22px !important;
}

.cg-23 {
  column-gap: 23px !important;
}

.cg-24 {
  column-gap: 24px !important;
}

.cg-25 {
  column-gap: 25px !important;
}

.cg-26 {
  column-gap: 26px !important;
}

.cg-27 {
  column-gap: 27px !important;
}

.cg-28 {
  column-gap: 28px !important;
}

.cg-29 {
  column-gap: 29px !important;
}

.cg-30 {
  column-gap: 30px !important;
}

/* Minimum width */
.min-w-auto {
  min-width: auto !important;
}

.min-w-260 {
  min-width: 260px;
}

/* Maximum width */
.max-w-100 {
  max-width: 100px;
}

.max-w-167 {
  max-width: 167px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-258 {
  max-width: 258px;
}

.max-w-339 {
  max-width: 339px;
}

.max-w-372 {
  max-width: 372px;
}

.max-w-495 {
  max-width: 495px;
}

.max-w-520 {
  max-width: 520px;
}

.max-w-550 {
  max-width: 550px;
}

.max-w-561 {
  max-width: 561px;
}

.max-w-606 {
  max-width: 606px;
}

.max-w-612 {
  max-width: 612px;
}

.max-w-627 {
  max-width: 627px;
}

.max-w-757 {
  max-width: 757px;
}

.max-w-762 {
  max-width: 762px;
}

.max-w-1029 {
  max-width: 1029px;
}

/* Width */
.w-12 {
  width: 12px !important;
}

.w-16 {
  width: 16px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-40 {
  width: 40px !important;
}

.w-41 {
  width: 41px !important;
}

.w-70 {
  width: 70px !important;
}

.w-73 {
  width: 73px !important;
}

/* Minimum Height */
.min-h-0 {
  min-height: 0px !important;
}

/* Maximum Height */
.max-h-38 {
  max-height: 38px;
}

.max-h-204 {
  max-height: 204px;
}

.max-h-297 {
  max-height: 297px;
}

.max-h-525 {
  max-height: 525px;
}

/* Height */
.h-12 {
  height: 12px !important;
}

.h-16 {
  height: 16px !important;
}

.h-20 {
  height: 20px !important;
}

.h-25 {
  height: 25px !important;
}

.h-26 {
  height: 26px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-40 {
  height: 40px !important;
}

.h-41 {
  height: 41px !important;
}

.h-70 {
  height: 70px !important;
}

.h-73 {
  height: 73px !important;
}

.h-76 {
  height: 76px !important;
}

.hover-color-primary:hover {
  color: rgb(var(--primary)) !important;
}

/* Border */
.bd-one {
  border-width: 1px !important;
  border-style: solid;
}

/* Border top */
.bd-t-zero {
  border-top-width: 0px !important;
  border-top-style: solid;
}

.bd-t-one {
  border-top-width: 1px !important;
  border-top-style: solid;
}

/* Border Bottom */
.bd-b-one {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}

/* Border right */
.bd-r-one {
  border-right-width: 1px !important;
  border-right-style: solid;
}

/* Border left */
.bd-l-one {
  border-left-width: 1px !important;
  border-left-style: solid;
}

/* Border Radius */
.bd-ra-0 {
  border-radius: 0px !important;
}

.bd-ra-1 {
  border-radius: 1px !important;
}

.bd-ra-2 {
  border-radius: 2px !important;
}

.bd-ra-3 {
  border-radius: 3px !important;
}

.bd-ra-4 {
  border-radius: 4px !important;
}

.bd-ra-5 {
  border-radius: 5px !important;
}

.bd-ra-6 {
  border-radius: 6px !important;
}

.bd-ra-7 {
  border-radius: 7px !important;
}

.bd-ra-8 {
  border-radius: 8px !important;
}

.bd-ra-9 {
  border-radius: 9px !important;
}

.bd-ra-10 {
  border-radius: 10px !important;
}

.bd-ra-11 {
  border-radius: 11px !important;
}

.bd-ra-12 {
  border-radius: 12px !important;
}

.bd-ra-13 {
  border-radius: 13px !important;
}

.bd-ra-14 {
  border-radius: 14px !important;
}

.bd-ra-15 {
  border-radius: 15px !important;
}

.bd-ra-16 {
  border-radius: 16px !important;
}

.bd-ra-17 {
  border-radius: 17px !important;
}

.bd-ra-18 {
  border-radius: 18px !important;
}

.bd-ra-19 {
  border-radius: 19px !important;
}

.bd-ra-20 {
  border-radius: 20px !important;
}

/* Border Top left Radius */
.bd-tl-ra-0 {
  border-top-left-radius: 0px !important;
}

/* Border Top right Radius */
.bd-tr-ra-0 {
  border-top-right-radius: 0px !important;
}

/* Border bottom left Radius */
.bd-bl-ra-0 {
  border-bottom-left-radius: 0px !important;
}

/* Border bottom right Radius */
.bd-br-ra-0 {
  border-bottom-right-radius: 0px !important;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: rgb(var(--light-bg));
  color: rgb(var(--para-text));
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  margin: 0 !important;
}

a,
b,
div,
ul,
li {
  transition: all 0.3s linear;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

.list-style-none {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: rgb(var(--primary));
  text-shadow: none;
}

::selection {
  background: rgb(var(--primary));
  text-shadow: none;
  color: #ffffff;
}

.container {
  max-width: 1350px;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Main content */
.zSidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  background-color: rgb(var(--sidebar-bg));
  border-right: 1px solid rgba(var(--stroke));
  z-index: 1001;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zSidebar {
    left: calc(-1 * 270px);
  }
}

.zMainContent {
  position: relative;
  left: 270px;
  width: calc(100% - 270px);
  min-height: 100vh;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .zMainContent {
    left: 0;
    width: 100%;
  }
}
.zMainContent .main-header {
  position: sticky;
  top: 0;
  padding: 19.5px 30px;
  background-color: rgb(var(--sidebar-bg));
  border-bottom: 1px solid rgba(var(--stroke));
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11;
}
@media screen and (max-width: 575px) {
  .zMainContent .main-header {
    padding: 10px;
  }
}

.mobileMenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mobileMenu {
    display: block;
  }
}

.zSidebar .zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zSidebar .zSidebar-leftBar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(var(--stroke));
}
@media screen and (max-width: 1023px) {
  .zSidebar.menuClose {
    left: 0;
  }
}
.zSidebar.menuClose .zSidebar-overlay {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 250px);
}

.zSidebar-overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.tableTop {
  padding-bottom: 20px;
}

.tableBottom {
  padding-top: 20px;
}

@media screen and (max-width: 575px) {
  .tableLengthInput {
    float: none !important;
  }
}
.tableLengthInput label {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary));
}
@media screen and (max-width: 575px) {
  .tableLengthInput label {
    justify-content: center;
  }
}
.tableLengthInput select {
  border: 1px solid var(--black-5) !important;
  border-radius: 8px !important;
  background-color: var(--colorThree) !important;
  padding: 11px 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--primary)) !important;
  text-align: center;
}

.tableInfo .dataTables_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(var(--para-text));
  padding-top: 0;
}

.tablePagi .paginate_button {
  padding: 7px 11px 6px !important;
  color: rgb(var(--para-text)) !important;
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 50% !important;
  background: rgb(var(--white)) !important;
  width: 36px;
  height: 36px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2 !important;
  margin-left: 8px !important;
}
.tablePagi .paginate_button.current, .tablePagi .paginate_button:hover {
  color: rgb(var(--white)) !important;
  background: rgb(var(--primary)) !important;
  border-color: rgb(var(--primary)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: rgb(var(--para-text)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 10px !important;
  color: rgb(var(--para-text)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: rgb(var(--white-default)) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: rgb(var(--white-default)) !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
/*-------------------------------------------
    Preloader Area Start
-------------------------------------------*/
@media screen and (min-width: 1200px) {
  .count-item-one .row > div {
    flex: 1 0 auto;
  }
}
.count-item-one .row > div:first-child .item::before {
  display: none;
}
.count-item-one .item {
  position: relative;
}
.count-item-one .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background-color: rgba(var(--stroke));
}
@media screen and (max-width: 1650px) {
  .count-item-one .item::before {
    left: -20%;
  }
}
@media screen and (max-width: 1350px) {
  .count-item-one .item::before {
    left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .count-item-one .item::before {
    display: none;
  }
}

.sf-select-checkbox ~ .btn-group,
.sf-select-search ~ .btn-group,
.sf-select-checkbox-search ~ .btn-group {
  width: 100%;
}
.sf-select-checkbox-btn,
.sf-select-search-btn,
.sf-select-checkbox-search-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: rgb(var(--para-text));
  background-image: url(../images/icon/multi-select-dropdown-arrow.svg);
  background-size: 10px 12px;
  background-color: rgb(var(--white));
  background-clip: padding-box;
  border: 1px solid rgba(var(--stroke));
  border-radius: 5px;
  text-align: left !important;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .sf-select-checkbox-btn,
  .sf-select-search-btn,
  .sf-select-checkbox-search-btn {
    padding: 10px 30px 10px 20px;
  }
}
.sf-select-checkbox-btn:focus, .sf-select-checkbox-btn:hover,
.sf-select-search-btn:focus,
.sf-select-search-btn:hover,
.sf-select-checkbox-search-btn:focus,
.sf-select-checkbox-search-btn:hover {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--white)) !important;
}
.sf-select-checkbox-btn:focus,
.sf-select-search-btn:focus,
.sf-select-checkbox-search-btn:focus {
  color: rgb(var(--title-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container,
.sf-select-search-btn ~ .multiselect-container,
.sf-select-checkbox-search-btn ~ .multiselect-container {
  width: 100%;
  transform: translate(0, 56px);
  background-color: rgb(var(--white));
  border-color: rgba(var(--stroke));
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter,
.sf-select-search-btn ~ .multiselect-container .multiselect-filter,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter {
  margin-bottom: 20px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.sf-select-search-btn ~ .multiselect-container .multiselect-search,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 8px !important;
  background-color: rgb(var(--light-bg));
  padding: 12px 12px 12px 36px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  color: rgb(var(--title-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search:hover,
.sf-select-search-btn ~ .multiselect-container .multiselect-search:focus,
.sf-select-search-btn ~ .multiselect-container .multiselect-search:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search:hover {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  color: rgb(var(--title-text)) !important;
  border: 1px solid rgb(var(--primary)) !important;
  color: rgb(var(--title-text)) !important;
  background-color: rgb(var(--light-bg)) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-search::placeholder,
.sf-select-search-btn ~ .multiselect-container .multiselect-search::placeholder,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  color: rgb(var(--para-text)) !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group,
.sf-select-search-btn ~ .multiselect-container .multiselect-group,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  padding: 20px 10px 11px;
  margin-top: 10px;
  border-top: 1px solid rgba(var(--stroke));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:nth-child(2),
.sf-select-search-btn ~ .multiselect-container .multiselect-group:nth-child(2),
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-group:hover,
.sf-select-search-btn ~ .multiselect-container .multiselect-group:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-group:hover {
  background-color: transparent !important;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option,
.sf-select-search-btn ~ .multiselect-container .multiselect-option,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option {
  padding: 0;
  border-radius: 0;
  margin-bottom: 7px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:last-child,
.sf-select-search-btn ~ .multiselect-container .multiselect-option:last-child,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:last-child {
  margin-bottom: 0;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check,
.sf-select-search-btn ~ .multiselect-container .multiselect-option .form-check,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check {
  padding: 0;
  min-height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input,
.sf-select-search-btn ~ .multiselect-container .multiselect-option .form-check input,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  border-color: rgba(var(--stroke));
  border-radius: 4px;
  background-color: rgb(var(--white));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input:checked,
.sf-select-search-btn ~ .multiselect-container .multiselect-option .form-check input:checked,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input:checked {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio],
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check input[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option .form-check label,
.sf-select-search-btn ~ .multiselect-container .multiselect-option .form-check label,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option .form-check label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(var(--para-text));
}
.sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:hover, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option.active, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:focus, .sf-select-checkbox-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.sf-select-search-btn ~ .multiselect-container .multiselect-option:hover,
.sf-select-search-btn ~ .multiselect-container .multiselect-option.active,
.sf-select-search-btn ~ .multiselect-container .multiselect-option:focus,
.sf-select-search-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:hover,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option.active,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:focus,
.sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: transparent !important;
}

/*===============================
 #.header-area
=================================*/
.header-area {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 3rem 0;
  z-index: 99;
  transition: padding 0.2s ease-in-out;
}
.header-area.stick {
  background: #161414;
  padding: 1rem 0;
  position: fixed;
  top: 0;
}
.header-area .navbar-brand img {
  max-width: 19rem;
}
.header-area .navbar-nav {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
}
.header-area .navbar-nav .nav-item .nav-link {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s linear;
  padding: 0;
}
.header-area .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.current-menu-items {
  color: var(--primary-color);
}
.header-area .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  border: none;
  content: "\f107";
  vertical-align: middle;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.header-area .navbar-nav .dropdown-menu {
  background: #212121;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.7rem;
  padding: 2rem;
  min-width: 18rem;
  margin-top: 1.5rem;
}
.header-area .navbar-nav .dropdown-menu li {
  margin-bottom: 1.2rem;
}
.header-area .navbar-nav .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-area .navbar-nav .dropdown-menu li a {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .navbar-nav .dropdown-menu li a:hover {
  color: var(--primary-color);
}
.header-area .header-right {
  grid-column-gap: 2rem;
}
.header-area .header-right .cart-btn {
  position: relative;
}
.header-area .header-right .cart-btn .cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}
.header-area .user-profile-dropdown {
  line-height: 0;
}
.header-area .user-profile-dropdown .user-profile {
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 0;
}
.header-area .user-profile-dropdown .user-profile img {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  object-fit: cover;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu {
  background-color: #2c332f;
  border-radius: 4px;
  padding: 0;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li {
  border-bottom: 1px solid #414442;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li:last-child {
  border-bottom: none;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  font-weight: 1.6rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .user-profile-dropdown .user-profile-dropdown-menu li .dropdown-item:hover {
  color: var(--primary-color);
}
.header-area .languages-dropdown {
  line-height: 0;
}
.header-area .languages-dropdown .languages-item {
  display: inline-flex;
  border: none;
  background-color: transparent;
  padding: 0;
  align-items: center;
  grid-column-gap: 0.5rem;
  color: var(--white);
}
.header-area .languages-dropdown .languages-item .flag-image {
  width: 3.6rem;
  height: 3.6rem;
}
.header-area .languages-dropdown .languages-item .flag-image img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e8ec;
  background-color: var(--white);
}
.header-area .languages-dropdown .languages-dropdown-menu {
  background-color: #2c332f;
  border-radius: 4px;
  padding: 0;
}
.header-area .languages-dropdown .languages-dropdown-menu li {
  border-bottom: 1px solid #414442;
}
.header-area .languages-dropdown .languages-dropdown-menu li:last-child {
  border-bottom: none;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  font-weight: 1.6rem;
  font-weight: 400;
  color: var(--white);
  transition: all 0.3s linear;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item .flag-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e5e8ec;
}
.header-area .languages-dropdown .languages-dropdown-menu li .dropdown-item:hover {
  color: var(--primary-color);
}
.header-area .notifications-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid #e5e8ec;
  background-color: var(--white);
}
.header-area .notifications-btn .count {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
}
.header-area .notifications-dropdown .notifications-dropdown-menu {
  background: #2c302e;
  width: 360px;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top .read-btn {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--primary-color);
  transition: all 0.3s linear;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-top .read-btn:hover {
  color: var(--hover-color);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification {
  border-top: 1px solid #3c3a3a;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification a {
  display: flex;
  grid-gap: 2rem;
  padding: 1.5rem 0;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: 1.6rem;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content {
  flex: 1;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification .notification-content span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #969595;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.successful .icon {
  background-color: var(--primary-color);
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.pending .icon {
  background-color: #ffa043;
}
.header-area .notifications-dropdown .notifications-dropdown-menu .notifications-list .single-notification.successful .icon {
  background-color: #ff3a3a;
}

.responsive-btn {
  display: inline-flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #777777;
  color: var(--white);
  font-size: 2rem;
  transition: all 0.3s linear;
}
.responsive-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}

.responsive-cart {
  position: relative;
}
.responsive-cart img {
  width: 2.3rem;
  height: 2.3rem;
  object-fit: cover;
}
.responsive-cart .cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .responsive-btn {
    display: none;
  }
  .mobile-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header-area .navbar-nav {
    background: var(--tColor);
    padding: 3rem;
    margin-top: 2rem;
    border-radius: 1rem;
  }
}
@media (max-width: 560px) {
  .responsive-btn {
    width: 4rem;
    height: 4rem;
  }
  .header-area .navbar-brand img {
    max-width: 15rem;
  }
  .header-area {
    padding: 1.5rem 0;
  }
}
@media (max-width: 470px) {
  .header-area .notifications-dropdown .notifications-dropdown-menu {
    width: 280px;
    padding: 1rem;
    transform: translateX(60px);
  }
}
@media (max-width: 375px) {
  .header-area .navbar-brand img {
    max-width: 13rem;
  }
}
@media (max-width: 360px) {
  .header-area .navbar-brand img {
    max-width: 9rem;
  }
}
.coursor-pointer {
  cursor: pointer;
}

.dataTables_wrapper .tableSearch {
  position: relative;
  max-width: 357px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .dataTables_wrapper .tableSearch {
    max-width: 100%;
  }
}
.dataTables_wrapper .tableSearch .dataTables_filter {
  position: relative;
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter label {
  width: 100%;
}
.dataTables_wrapper .tableSearch .dataTables_filter .searchIcon {
  position: absolute;
  top: 50%;
  left: 18px;
  display: flex;
  max-height: 18px;
  transform: translateY(-50%);
}
.dataTables_wrapper .tableSearch .dataTables_filter input {
  width: 100%;
  border: 1px solid rgb(var(--primary));
  border-radius: 110px !important;
  padding: 14px 18px 13px 45px !important;
  background-color: rgb(var(--primary)) !important;
  margin-left: 0 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 13px;
  width: 13px;
  background-image: url(../images/icon/delete.svg);
  background-size: 13px 13px;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:focus {
  border-color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}
.dataTables_wrapper .tableSearch .dataTables_filter input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--primary)) !important;
}

.tableTop .row {
  row-gap: 10px;
}

.summernoteOne ~ .note-editor {
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 5px;
  color: rgb(var(--title-text)) !important;
}
.summernoteOne ~ .note-editor .note-toolbar {
  padding: 0 5px;
  background-color: rgb(var(--light-bg));
  border-bottom: none !important;
  border-radius: 5px;
}
.summernoteOne ~ .note-editor .note-toolbar > div {
  margin-top: 0;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group {
  position: relative;
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgb(var(--para-text));
}
.summernoteOne ~ .note-editor .note-toolbar > .note-btn-group:last-child::before {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn {
  color: rgb(var(--para-text));
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn::after {
  display: none;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn {
  border-radius: 8px 0 0 8px;
  margin-right: 0;
}
.summernoteOne ~ .note-editor .note-toolbar .note-btn-group.note-color .note-btn.dropdown-toggle {
  border-radius: 0 8px 8px 0;
}
.summernoteOne ~ .note-editor .note-statusbar {
  display: none;
}
.summernoteOne-alt ~ .note-editor {
  background-color: rgb(var(--white));
}
.summernoteOne-alt ~ .note-editor .note-toolbar {
  background-color: rgb(var(--white));
  border-bottom: 1px solid rgba(var(--stroke)) !important;
}

.zImage-upload-details {
  position: relative;
}
.zImage-upload-details .zImage-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.zImage-upload-details label {
  z-index: 10 !important;
}
.zImage-upload-details .upload-img-box {
  background-color: rgb(var(--white));
  border: 2px dashed rgba(var(--stroke));
  border-radius: 12px;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.zImage-upload-details .upload-img-box img {
  background-color: rgb(var(--white));
}

.profileImage-upload {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 80px;
  max-width: 80px;
  position: relative;
}
.profileImage-upload > img {
  background-color: rgb(var(--primary));
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.profileImage-upload .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--title-text));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.profileImage-upload .icon img {
  position: relative;
  max-width: 16px;
  max-height: 16px;
  top: auto;
  left: auto;
  transform: translate(0);
}
.profileImage-upload input {
  top: auto !important;
  left: auto !important;
  max-width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: rgb(var(--primary));
  cursor: pointer;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9999;
}
#preloader img {
  max-width: 22rem;
}

#preloader-status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headerUserDropdown {
  background-color: rgb(var(--white));
  padding: 4px 17.5px 4px 4px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 56px;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown {
    padding: 4px;
  }
}
.headerUserDropdown .dropdown-toggle .user-content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.headerUserDropdown .dropdown-toggle .user-content .wrap {
  position: relative;
}
.headerUserDropdown .dropdown-toggle .user-content .img {
  position: relative;
  width: 32px;
  height: 32px;
}
.headerUserDropdown .dropdown-toggle .user-content .img img {
  border-radius: 50%;
}
.headerUserDropdown .dropdown-toggle .user-content .img .active {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--green));
}
.headerUserDropdown .dropdown-toggle .user-content .img .deactivate {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--para-text));
}
.headerUserDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .headerUserDropdown .dropdown-toggle::after {
    display: none;
  }
}
.headerUserDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  max-width: 100%;
  transition: all 0.3s;
}
.headerUserDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}

.lanDropdown {
  padding: 9.5px 13px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 56px;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lanDropdown {
    padding: 10px;
  }
}
.lanDropdown .dropdown-toggle img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lanDropdown .dropdown-toggle img {
    width: 18px;
    height: 18px;
  }
}
.lanDropdown .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-down-header.svg);
  width: 13px;
  height: 7px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .lanDropdown .dropdown-toggle::after {
    display: none;
  }
}
.lanDropdown .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 40px, 0);
}
.lanDropdown .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 33px, 0) !important;
}

.sf-select-without-search {
  background-color: rgb(var(--white)) !important;
  border-radius: 6px !important;
  border: 1px solid rgba(var(--stroke)) !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgb(var(--para-text)) !important;
  outline: none;
  padding: 15px 40px 14px 12px !important;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100% !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  height: 47px;
}
.sf-select-without-search.zForm-control-alt {
  background-color: rgb(var(--light-bg)) !important;
  border-radius: 5px !important;
}
.sf-select-without-search.empty {
  color: rgb(var(--title-text)) !important;
}
.sf-select-without-search:hover {
  border-color: rgb(var(--primary)) !important;
}
.sf-select-without-search .option.selected {
  font-weight: normal !important;
}
.sf-select-without-search::after {
  width: 10px;
  height: 6px;
  right: 20px;
  border: none;
  background-image: url(../images/icon/arrow-down-header.svg);
  transform: translateY(-50%) rotate(0deg);
  background-repeat: no-repeat;
  margin-top: 0;
}
.sf-select-without-search.open::after {
  transform: rotate(0deg) !important;
}
.sf-select-without-search:active, .sf-select-without-search.open, .sf-select-without-search:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.sf-select-without-search .list {
  width: 100% !important;
  scrollbar-width: thin;
}
.sf-select-without-search .list::-webkit-scrollbar {
  width: 6px;
}
.sf-select-without-search .list::-webkit-scrollbar-track {
  background: rgb(var(--scroll-track));
  border-radius: 50px;
}
.sf-select-without-search .list::-webkit-scrollbar-thumb {
  background: rgb(var(--scroll-thumb));
  border-radius: 50px;
}
.sf-select-without-search.open .list {
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(var(--stroke));
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  background-color: rgb(var(--white));
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10001;
}
.sf-select-without-search.open .list li {
  padding: 12px 11px;
  border-bottom: 1px solid rgba(var(--stroke));
  border-radius: 0;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 10px;
  color: rgb(var(--para-text));
  min-height: inherit;
  transition: all 0.3s;
}
.sf-select-without-search.open .list li:last-child {
  border-bottom: none;
}
.sf-select-without-search.open .list li.focus, .sf-select-without-search.open .list li.selected, .sf-select-without-search.open .list li:hover {
  background-color: rgb(var(--light-bg)) !important;
  color: rgb(var(--title-text)) !important;
}
.sf-select-without-search.open::after {
  transform: rotate(45deg);
}

.dashboard-select {
  max-width: 73px;
  padding: 7px 12px !important;
  height: 29px !important;
  border-radius: 6px !important;
}
.dashboard-select .current {
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--title-text));
}
.dashboard-select::after {
  right: 10px;
}
.dashboard-select .list {
  border-radius: 6px !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container:focus-visible {
  outline: none;
}
.select2-container .selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection:focus-visible {
  outline: none;
}
.select2-container .selection .select2-selection .select2-selection__rendered:focus-visible {
  outline: none;
}

.select2-selection {
  outline: none !important;
}

.sf-select-section {
  min-height: 46px !important;
  border-radius: 5px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.sf-select-section.select2-selection--single {
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke)) !important;
  border-radius: 5px !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  min-height: 46px;
}
.sf-select-section.select2-selection--single:focus, .sf-select-section.select2-selection--single:hover {
  border: 1px solid rgb(var(--black)) !important;
}
.sf-select-section.select2-selection--single .select2-selection__rendered {
  color: rgb(var(--para-text));
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 17px;
}
.sf-select-section.select2-selection--single .select2-selection__arrow {
  height: 46px !important;
  top: 0 !important;
  right: 11px !important;
}
.sf-select-section.select2-selection--single .select2-selection__arrow b {
  border-width: 0 !important;
  background-image: url(../images/icon/multi-select-dropdown-arrow.svg);
  width: 12px !important;
  height: 9px !important;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.sf-select-section.select2-selection--multiple {
  border: 1px solid #dadee7 !important;
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  margin-top: 0;
  margin-left: 0;
  height: 50px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: rgb(var(--para-text));
}
.sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: rgb(var(--para-text));
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin-top: 9px;
  margin-bottom: 5px;
  background-color: rgb(var(--primary)) !important;
  border: 0;
  border-color: rgb(var(--primary)) !important;
  border-radius: 24px;
  color: rgb(var(--primary)) !important;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice:not(:first-child) {
  margin-left: 10px;
}
.sf-select-section.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  border-color: rgb(var(--primary)) !important;
  color: rgb(var(--primary));
}

.sf-select-dropdown {
  border-color: rgba(var(--stroke)) !important;
  border-radius: 12px !important;
  background-color: rgb(var(--white));
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.12);
  padding: 9px;
  z-index: 1057;
}
.sf-select-dropdown .select2-search--dropdown {
  padding: 0;
  margin: 10px;
  margin-top: 0;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field {
  border-color: rgba(var(--stroke));
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--para-text));
  padding: 10px;
}
.sf-select-dropdown .select2-search--dropdown .select2-search__field:focus {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: rgb(var(--primary));
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #dadada;
  border-radius: 50px;
}
.sf-select-dropdown .select2-results__options .select2-results__option {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--para-text));
  border-radius: 4px;
}
.sf-select-dropdown .select2-results__options .select2-results__option:last-child {
  margin-bottom: 0;
}
.sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted, .sf-select-dropdown .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: rgb(var(--light-bg));
  color: rgb(var(--title-text));
}

.breadcrumb.sf-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--para-text);
  --bs-breadcrumb-item-active-color: var(--para-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--para-text)) !important;
}
@media screen and (max-width: 767px) {
  .breadcrumb.sf-breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb.sf-breadcrumb a {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(var(--para-text));
}
@media screen and (max-width: 767px) {
  .breadcrumb.sf-breadcrumb a {
    font-size: 14px;
  }
}
.breadcrumb.sf-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb.sf-breadcrumb li.active a {
  color: rgb(var(--title-text)) !important;
}
.breadcrumb.inner-breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-divider-color: var(--white);
  --bs-breadcrumb-item-active-color: var(--white);
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white)) !important;
}
@media screen and (max-width: 575px) {
  .breadcrumb.inner-breadcrumb {
    display: none;
  }
}
.breadcrumb.inner-breadcrumb a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white)) !important;
}
.breadcrumb.inner-breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb.inner-breadcrumb li.active a {
  color: rgb(var(--white)) !important;
}

.sf-input-wrap {
  display: flex;
}
.sf-input-wrap input {
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.sf-input-wrap .currency {
  flex: 1 0 auto;
  max-width: 96px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--stroke));
  border-radius: 0 8px 8px 0 !important;
  background-color: rgb(var(--light-bg));
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgb(var(--para-text));
}
.sf-input-wrap .select2-container {
  flex: 1 0 auto;
  max-width: 96px;
}
.sf-input-wrap .select2-container .sf-select-section.select2-selection--single {
  border-radius: 0 8px 8px 0 !important;
  background-color: rgb(var(--light-bg));
}

.servicePhotoUpload label {
  max-width: 386px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .servicePhotoUpload label {
    width: 100%;
    flex: 1 0 auto;
  }
}
.servicePhotoUpload label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-right: 0;
  padding: 15px 15px 14px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:first-child {
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(var(--stroke));
    width: 100%;
    text-align: center;
  }
}
.servicePhotoUpload label p:last-child {
  border-radius: 0 5px 5px 0;
  background-color: rgb(var(--title-text));
  padding: 15px 38px 14px;
}
@media screen and (max-width: 575px) {
  .servicePhotoUpload label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.file-upload-one label {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .file-upload-one label {
    width: 100%;
    flex: 1 0 auto;
    flex-wrap: nowrap;
  }
}
.file-upload-one label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload-one label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-right: 0;
  padding: 14px 20px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 1199px) {
  .file-upload-one label p:first-child {
    padding: 14px 15px;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:first-child {
    flex: 0 0 auto;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(var(--stroke));
    width: 100%;
    text-align: center;
  }
}
.file-upload-one label p:last-child {
  flex-shrink: 0;
  border-radius: 5px;
  background-color: rgb(var(--title-text));
  padding: 15.5px 30px;
}
@media screen and (max-width: 1199px) {
  .file-upload-one label p:last-child {
    padding: 15.5px 15px;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-one label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.file-upload-two label {
  display: flex;
}
@media screen and (min-width: 576px) {
  .file-upload-two label {
    width: 100%;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .file-upload-two label {
    flex-wrap: wrap;
  }
}
.file-upload-two label p.fileName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p.fileName {
    max-width: 100%;
  }
}
.file-upload-two label p:first-child {
  flex: 1 1 auto;
  border: 1px solid rgba(var(--stroke));
  border-right: 0;
  background-color: rgb(var(--light-bg));
  padding: 10px 12px;
  border-radius: 5px 0 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 155px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(var(--stroke));
    max-width: 100%;
    text-align: center;
  }
}
.file-upload-two label p:last-child {
  flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  background-color: rgb(var(--title-text));
  padding: 12px 7px;
}
@media screen and (max-width: 575px) {
  .file-upload-two label p:last-child {
    border-radius: 0 0 5px 5px;
    width: 100%;
    text-align: center;
  }
}

.dropdown-selectService .dropdown-toggle {
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(var(--white));
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgb(var(--para-text));
}
.dropdown-selectService .dropdown-toggle::after {
  content: "";
  border: 0;
  background-image: url(../images/icon/arrow-fill-down.svg);
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  margin: 0;
  right: calc(-1 * 5px);
  position: relative;
}
.dropdown-selectService .dropdown-menu {
  --bs-position: end;
  transform: translate3d(0, 60px, 0);
  width: 100%;
  transition: all 0.3s;
  padding: 20px 0;
  background-color: rgb(var(--white));
  border: 1px solid rgba(var(--stroke));
  border-radius: 6px;
  box-shadow: 0px 20px 90px 10px rgba(163, 177, 204, 0.0705882353);
}
.dropdown-selectService .dropdown-menu.show {
  top: 30% !important;
  transform: translate3d(0, 40px, 0) !important;
  transition: all 0.3s;
}
.dropdown-selectService .dropdown-menu li {
  padding-left: 21px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(var(--stroke));
}
.dropdown-selectService .dropdown-menu li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dropdown-one .dropdown-toggle::after {
  display: none;
}
.dropdown-one .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-two .dropdown-toggle {
  width: 100%;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.dropdown-two .dropdown-toggle .images img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  overflow: hidden;
}
.dropdown-two .dropdown-toggle .images img:not(:first-child) {
  margin-left: calc(-1 * 11px);
}
.dropdown-two .dropdown-toggle .images img:not(:nth-child(1), :nth-child(2)) {
  display: none;
}
.dropdown-two .dropdown-toggle .images .iconPlus {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  margin-left: calc(-1 * 11px);
  background-color: #f9f9ff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(var(--primary));
}
.dropdown-two .dropdown-toggle::after {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  margin: 0;
  vertical-align: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/icon/angle-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  transition: all 0.3s;
}
.dropdown-two .dropdown-menu {
  transform: translate3d(0, 40px, 0);
}
.dropdown-two .dropdown-menu.show {
  top: 0% !important;
}

#files-names {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#files-names .file-block {
  position: relative;
  margin-top: 10px;
  flex: 0 0 auto;
  min-width: 70px;
  max-width: 150px;
  padding: 10px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#files-names .file-block .file-icon {
  display: inline-flex;
  font-size: 16px;
  color: rgb(var(--para-text));
}
#files-names .file-block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgb(var(--title-text));
}
#files-names .file-block .file-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  flex: 0 0 auto;
  width: 13.5px;
  height: 13.5px;
  border: 1px solid rgb(var(--para-text));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: rgb(var(--para-text));
  cursor: pointer;
}

.settings-sidebar a.active span,
.settings-sidebar a.active div, .settings-sidebar a:hover span,
.settings-sidebar a:hover div {
  color: rgb(var(--primary)) !important;
}

.paymentConversionRate .left {
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  overflow: hidden;
}
.paymentConversionRate .left p {
  max-height: 52px;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left p {
    flex-basis: auto;
    max-width: 52px;
    width: 100%;
  }
}
.paymentConversionRate .left input {
  border: none;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left input {
    flex-basis: calc(100% - 104px);
  }
}
.paymentConversionRate .left .sf-select-section {
  border: none !important;
}
@media screen and (max-width: 575px) {
  .paymentConversionRate .left .sf-select-section {
    border-bottom: 1px solid rgba(var(--stroke)) !important;
    border-radius: 0 !important;
  }
}

/* Note list */
.note-list > li {
  padding: 14px 22px;
  margin-bottom: 12px;
  background-color: rgb(var(--primary));
  border-radius: 10px;
}
.note-list > li:last-child {
  margin-bottom: 0;
}
.note-list > li .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: rgb(var(--primary));
}
.note-list > li button {
  border: none;
  padding: 0;
  background-color: transparent;
}
.note-list > li button.dropdown-toggle {
  font-size: 18px;
  color: rgb(var(--primary));
}
.note-list > li.bg-note-self {
  background-color: rgb(var(--primary));
}
.note-list > li.bg-note-self .title {
  color: rgb(var(--primary)) !important;
}

.cta-section {
  position: relative;
  margin-bottom: -154px;
}
.cta-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 44px;
}
@media screen and (min-width: 1200px) {
  .cta-content {
    padding: 0 98px;
  }
}
.cta-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  height: 100%;
  max-height: 409px;
  background-color: rgb(var(--black));
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .cta-content::before {
    max-height: 100%;
  }
}
.cta-content .left {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  max-width: 569px;
}
@media screen and (max-width: 1199px) {
  .cta-content .left {
    max-width: 710px;
    padding: 70px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta-content .left {
    padding: 30px;
  }
}
.cta-content .left .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.24;
  color: rgb(var(--title-text));
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cta-content .left .title {
    font-size: 30px;
  }
}
.cta-content .left .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
  padding-bottom: 30px;
}
.cta-content .left .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  border-radius: 5px;
  background-color: rgb(var(--black));
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: rgb(var(--title-text));
}
.cta-content .right {
  position: relative;
  z-index: 1;
  max-width: 505px;
}
@media screen and (max-width: 1199px) {
  .cta-content .right {
    display: none;
  }
}

/* */
.section-overlay-wrap {
  position: relative;
}
.section-overlay-wrap .container {
  position: relative;
}
.section-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 755px;
  background-color: rgb(var(--primary));
}

@media screen and (max-width: 1023px) {
  .home-about-section .section-overlay-content {
    max-height: 100%;
  }
}

.top-header {
  background-color: rgb(var(--black));
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top-header {
    display: none;
  }
}
.top-header-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 991px) {
  .top-header-item {
    justify-content: center;
  }
}
.top-header-item .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.top-header-item .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--title-text));
}

.ld-header-section {
  padding: 20px 0;
  background-color: rgb(var(--white));
}
.ld-header-logo {
  display: inline-block;
  max-width: 196px;
}

.menu-dropdown-toggle {
  padding-right: 16px !important;
}
.menu-dropdown-toggle::after {
  background-image: url(../images/icon/arrow-down-header.svg);
  border: none;
  background-size: 12px;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle::after {
    background-image: url(../images/icon/arrow-down-header-white.svg);
  }
}
.menu-dropdown-toggle ~ .dropdown-menu {
  border: none;
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  padding-bottom: 10px;
}
.menu-dropdown-toggle ~ .dropdown-menu li:last-child {
  padding-bottom: 0;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: rgb(var(--para-text));
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: rgb(var(--white));
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li a:hover, .menu-dropdown-toggle ~ .dropdown-menu li a.active {
  background-color: transparent;
  color: rgb(var(--primary)) !important;
}
@media screen and (min-width: 992px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    display: block;
    top: 40px;
    border: 1px solid rgba(var(--stroke));
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 15px;
    box-shadow: 5px 5px 25px 0px rgba(57, 64, 72, 0.1019607843);
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 991px) {
  .menu-dropdown-toggle ~ .dropdown-menu {
    border-radius: 0;
    background-color: rgb(var(--primary));
    padding-left: 20px;
  }
}
.menu-dropdown-toggle ~ .dropdown-menu li {
  position: relative;
}
.menu-dropdown-toggle ~ .dropdown-menu li a {
  position: relative;
}
.menu-navbar-nav li .nav-link {
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-navbar-nav li .nav-link {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li .nav-link:hover, .menu-navbar-nav li .nav-link.active {
    color: rgb(var(--primary)) !important;
  }
}
@media screen and (min-width: 992px) {
  .menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.menu-navbar-nav li:has(.dropdown-item.active) .dropdown-toggle {
  color: rgb(var(--primary)) !important;
}
@media screen and (max-width: 991px) {
  .menu-navbar-collapse {
    background-color: rgb(var(--primary));
    padding: 40px 30px;
  }
}

.footer-section {
  padding: 234px 0 15px;
  background-color: rgb(var(--primary));
}
.footer-section .topArea {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer-section .topArea {
    padding-bottom: 40px;
  }
}
.footer-section .middleArea {
  padding-bottom: 40px;
}
.footer-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--white));
  padding-bottom: 30px;
}
.footer-info {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
}
.footer-menu li {
  padding-bottom: 13px;
}
.footer-menu li:last-child {
  padding-bottom: 0;
}
.footer-menu li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
  transition: all 0.3s;
}
.footer-menu li a:hover {
  color: rgb(var(--black)) !important;
}
.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(var(--white));
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(var(--title-text)) !important;
}
.footer-contact-item svg path {
  stroke: rgb(var(--title-text));
}
@media screen and (max-width: 575px) {
  .footer-contact-item {
    font-size: 14px !important;
  }
  .footer-contact-item .icon {
    max-width: 20px;
  }
}
.footer-logo {
  display: flex;
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
}
.footer-copywrite {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(var(--white));
  text-align: center;
}
.footer-copywrite .link {
  color: rgb(var(--black));
}
.footer-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(var(--white));
  border-radius: 50%;
  background-color: rgb(var(--white));
  transition: all 0.3s;
}
.footer-social-link svg path {
  fill: rgb(var(--title-text));
}
.footer-social-link:hover {
  background-color: rgb(var(--black));
  border-color: rgb(var(--black));
}

/* Slider */
.sliderControls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 45px;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev,
.sliderControls .swiper-pagination {
  position: relative;
}
.sliderControls .swiper-button-next,
.sliderControls .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sliderControls .swiper-button-next svg,
.sliderControls .swiper-button-prev svg {
  width: 14px;
}
.sliderControls .swiper-button-next svg path,
.sliderControls .swiper-button-prev svg path {
  transition: all 0.3s;
}
.sliderControls .swiper-button-next::after,
.sliderControls .swiper-button-prev::after {
  display: none;
}
.sliderControls .swiper-button-next:hover,
.sliderControls .swiper-button-prev:hover {
  border-color: rgb(var(--title-text));
}
.sliderControls .swiper-button-next:hover svg path,
.sliderControls .swiper-button-prev:hover svg path {
  fill: rgb(var(--title-text));
}
.sliderControls .swiper-pagination {
  width: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(var(--title-text));
  bottom: 0;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}

.sign-up-page {
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .sign-up-page .row .col-lg-6 {
    padding: 0;
  }
}

.sign-up-left-content {
  background-image: url("../images/auth-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 100px;
}

.sign-up-left-content,
.sign-up-right-content {
  min-height: 100vh;
  height: 100%;
}

.sign-up-left-content {
  text-align: center;
}
.sign-up-left-content .logo {
  display: inline-block;
  max-width: 166px;
}
.sign-up-left-content .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--white));
  max-width: 731px;
  margin: 0 auto;
  padding-top: 73px;
}
@media screen and (max-width: 991px) {
  .sign-up-left-content {
    display: none;
  }
}

.sign-up-right-content {
  max-width: 757px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* Cookie consent */
.cookie-consent-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
}
.cookie-consent-wrap .cookie-consent {
  padding: 1.875rem !important;
}
.cookie-consent-wrap .js-cookie-consent-agree {
  margin-top: 15px;
}

.learn-point-block .learn-point-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(var(--stroke));
}

.instructor-block .instructor-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(var(--stroke));
  border-radius: 0;
}

/* Landing Page */
.landing {
  /* Menu */
  /* Hero Banner */
  /* Features */
  /* Core Features */
  /* Task Management */
  /* Price */
  /* Testmonial */
  /* CTA */
  /* Footer */
}
.landing-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  background-color: transparent;
  padding: 25px 0;
}
.landing-header .logo-sticky {
  display: none;
}
.landing-header-btn {
  padding: 14px 24px;
  background-color: rgb(var(--white));
  border: 1px solid rgb(var(--white));
  border-radius: 6px;
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(var(--primary));
  letter-spacing: -0.36px;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .landing-header-btn {
    padding: 14px 20px;
  }
}
.landing-header-btn:hover {
  background-color: transparent;
  color: rgb(var(--white));
}
.landing-header-btn-alt {
  padding: 14px 24px;
  background-color: transparent;
  border: 1px solid rgb(var(--white));
  border-radius: 6px;
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(var(--white));
  letter-spacing: -0.36px;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .landing-header-btn-alt {
    padding: 14px 20px;
  }
}
.landing-header-btn-alt:hover {
  background-color: rgb(var(--white));
  color: rgb(var(--primary));
}
.landing-header .navbar-toggler {
  border-color: rgb(var(--white));
  color: rgb(var(--white));
}
.landing-header.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 10px 0;
}
.landing-header.sticky-on .logo-default {
  display: none;
}
.landing-header.sticky-on .logo-sticky {
  display: block;
}
.landing-header.sticky-on .landing-header-btn {
  background-color: rgb(var(--primary));
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--white));
}
.landing-header.sticky-on .landing-header-btn:hover {
  background-color: transparent;
  color: rgb(var(--primary));
}
.landing-header.sticky-on .landing-header-btn-alt {
  border-color: rgb(var(--primary));
  color: rgb(var(--primary));
}
.landing-header.sticky-on .landing-header-btn-alt:hover {
  background-color: rgb(var(--primary));
  color: rgb(var(--white));
}
.landing-header.sticky-on .landing-menu-navbar-nav li a {
  color: rgb(var(--title-text)) !important;
}
@media screen and (max-width: 991px) {
  .landing-header.sticky-on .landing-menu-navbar-nav li a {
    color: rgb(var(--white)) !important;
  }
}
.landing-header.sticky-on .landing-menu-navbar-nav li a:hover {
  color: rgb(var(--primary)) !important;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .landing-header.sticky-on .landing-menu-navbar-nav li a:hover {
    color: rgb(var(--white)) !important;
  }
}
.landing-header.sticky-on .navbar-toggler {
  border-color: rgb(var(--primary));
  color: rgb(var(--primary));
}
.landing-header.inner-header {
  background-color: rgb(var(--white)) !important;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  padding: 10px 0;
}
.landing-header.inner-header .logo-default {
  display: none;
}
.landing-header.inner-header .logo-sticky {
  display: block;
}
.landing-header.inner-header .landing-header-btn {
  background-color: rgb(var(--primary));
  border: 1px solid rgb(var(--primary));
  color: rgb(var(--white));
}
.landing-header.inner-header .landing-header-btn:hover {
  background-color: transparent;
  color: rgb(var(--primary));
}
.landing-header.inner-header .landing-header-btn-alt {
  border-color: rgb(var(--primary));
  color: rgb(var(--primary));
}
.landing-header.inner-header .landing-header-btn-alt:hover {
  background-color: rgb(var(--primary));
  color: rgb(var(--white));
}
.landing-header.inner-header .landing-menu-navbar-nav li a {
  color: rgb(var(--title-text)) !important;
}
@media screen and (max-width: 991px) {
  .landing-header.inner-header .landing-menu-navbar-nav li a {
    color: rgb(var(--white)) !important;
  }
}
.landing-header.inner-header .landing-menu-navbar-nav li a:hover {
  color: rgb(var(--primary)) !important;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .landing-header.inner-header .landing-menu-navbar-nav li a:hover {
    color: rgb(var(--white)) !important;
  }
}
.landing-header.inner-header .navbar-toggler {
  border-color: rgb(var(--primary));
  color: rgb(var(--primary));
}
.landing-menu-navbar-collapse {
  background-color: rgb(var(--primary));
  align-items: flex-start;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .landing-menu-navbar-collapse {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .landing-menu-navbar-collapse {
    height: 100vh;
  }
}
.landing-menu-navbar-nav {
  gap: 10px 35px;
}
.landing-menu-navbar-nav li a {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(var(--white)) !important;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .landing-menu-navbar-nav li a {
    color: rgb(var(--white)) !important;
  }
}
.landing-menu-navbar-nav li a:hover {
  color: rgb(var(--white)) !important;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .landing-menu-navbar-nav li a:hover {
    color: rgb(var(--white)) !important;
  }
}
@media screen and (min-width: 992px) {
  .landing-menu-navbar-nav li:hover .dropdown-toggle ~ .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 30px;
  }
}
.landing-hero-banner-wrap {
  position: relative;
  border-radius: 10px;
  padding-top: 164px;
}
.landing-hero-banner-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 980px;
  background: linear-gradient(0deg, rgba(var(--white), 1) 0%, rgba(var(--primary), 1) 100%);
}
.landing-hero-banner-wrap .content {
  position: relative;
  z-index: 1;
}
.landing-hero-banner-wrap .content .section-subtitle {
  color: rgb(var(--white));
}
.landing-hero-banner-wrap .content .section-subtitle::before {
  background-color: rgb(var(--white));
}
.landing-hero-banner-wrap .content .section-title {
  letter-spacing: -0.84px;
  max-width: 950px;
  margin: 0 auto;
  color: rgb(var(--white));
  padding-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .landing-hero-banner-wrap .content .section-title {
    font-size: 70px;
  }
}
.landing-hero-banner-wrap .content .section-info {
  color: rgb(var(--white));
  max-width: 726px;
  margin: 0 auto;
  margin: 0 auto !important;
  padding-bottom: 33px;
}
.landing-hero-banner-wrap .content .link {
  margin-bottom: 78px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 16px 24px;
  border: 1px solid rgb(var(--white));
  border-radius: 6px;
  background-color: rgb(var(--white));
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .landing-hero-banner-wrap .content .link {
    margin-bottom: 50px;
    padding: 10px 15px;
  }
}
.landing-hero-banner-wrap .content .link svg path,
.landing-hero-banner-wrap .content .link svg ellipse {
  fill: rgb(var(--title-text));
  transition: all 0.3s;
}
.landing-hero-banner-wrap .content .link:hover {
  border-color: rgb(var(--title-text));
  background-color: rgb(var(--title-text)) !important;
  color: rgb(var(--white)) !important;
}
.landing-hero-banner-wrap .content .link:hover svg path,
.landing-hero-banner-wrap .content .link:hover svg ellipse {
  fill: rgb(var(--white));
}
.landing-hero-banner-wrap .content .img {
  max-width: 1440px;
  margin: 0 auto;
}
.landing-hero-banner-imgShape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 980px;
  object-fit: cover;
}
.landing-features .container {
  max-width: 1510px;
}
.landing-features-wrap {
  background-color: rgb(var(--light-bg));
  border-radius: 10px;
  padding: 80px 60px;
}
@media screen and (max-width: 991px) {
  .landing-features-wrap {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 575px) {
  .landing-features-wrap {
    padding: 30px 15px;
  }
}
.landing-features-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 85px;
  background-color: rgb(var(--white));
  border-radius: 4px;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .landing-features-item {
    padding: 15px;
    gap: 40px;
  }
}
.landing-features-item .icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--primary), 0.1);
}
.landing-features-item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
}
.landing-core-features-wrap {
  position: relative;
}
.landing-core-features-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 150px;
  background: linear-gradient(0deg, rgba(var(--primary), 1) 0%, rgba(var(--title-text), 1) 100%);
}
.landing-core-features-contentWrap {
  max-width: 440px;
}
@media screen and (max-width: 991px) {
  .landing-core-features-contentWrap {
    margin: 0 auto;
    text-align: center;
  }
}
.landing-core-features-contentWrap .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 10px;
}
.landing-core-features-contentWrap .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
}
.landing-task-managment-top .container {
  max-width: 1440px;
}
.landing-task-managment-wrap {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: rgba(var(--stroke));
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .landing-task-managment-wrap {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 575px) {
  .landing-task-managment-wrap {
    padding-bottom: 50px;
  }
}
.landing-task-managment-img {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 4px 124px 10px rgba(var(--primary), 0.35);
  border-radius: 15px;
}
.landing-task-managment-items .item {
  padding: 100px 0;
  border-bottom: 1px solid rgba(var(--stroke));
}
@media screen and (max-width: 991px) {
  .landing-task-managment-items .item {
    padding: 90px 0;
  }
}
@media screen and (max-width: 575px) {
  .landing-task-managment-items .item {
    padding: 50px 0;
  }
}
.landing-task-managment-items .item:first-child {
  padding-top: 0;
}
.landing-task-managment-items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.landing-task-managment-items .item .container {
  max-width: 1470px;
}
.landing-task-managment-items .item .icon {
  width: 70px;
  height: 70px;
  border: 1px solid rgba(var(--white), 0.22);
  border-radius: 8px;
  background-color: rgb(var(--blue));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .landing-task-managment-items .item .icon {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .landing-task-managment-items .item .icon {
    margin-bottom: 25px;
  }
}
.landing-task-managment-items .item .icon img {
  max-width: 48px;
}
.landing-price-item {
  position: relative;
  padding: 32px 20px;
  background-color: rgba(var(--white), 0.01);
  box-shadow: 0px 0px 0px 1px rgba(212, 232, 255, 0.08) inset, 0px 0.5px 0.5px 0px rgba(212, 232, 255, 0.12) inset, 0px 3px 12px 0px rgba(212, 232, 255, 0.08) inset, 0px -16px 32px 0px rgba(212, 232, 255, 0.08) inset;
  backdrop-filter: blur(48px);
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .landing-price-item {
    padding: 20px;
  }
}
.landing-price-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 2px;
  background-color: rgb(var(--white));
  box-shadow: 0px 0.66px 1.6px 0px rgba(184, 211, 250, 0.1411764706), 0px 1.5px 3.6px 0px rgba(184, 211, 250, 0.0196078431), 0px 2.5px 6.25px 0px rgba(184, 211, 250, 0.2509803922), 0px 4.2px 10.5px 0px rgba(184, 211, 250, 0.3019607843), 0px 12px 24px 0px rgba(184, 211, 250, 0.5607843137), 0px 10px 24px 0px rgba(184, 211, 250, 0.4784313725), 0px 16px 40px 0px rgba(184, 211, 250, 0.6392156863), 0px 33px 80px 0px rgba(184, 211, 250, 0.6);
}
.landing-price-item .top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--white), 0.08);
}
.landing-price-item .top .icon {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: rgba(var(--white), 0.01);
  box-shadow: 0px 0px 0px 1px rgba(212, 232, 255, 0.08) inset, 0px 0.5px 0.5px 0px rgba(212, 232, 255, 0.12) inset, 0px 3px 12px 0px rgba(212, 232, 255, 0.08) inset, 0px -16px 32px 0px rgba(212, 232, 255, 0.08) inset;
}
.landing-price-item .top .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: rgb(var(--white));
  letter-spacing: -0.15px;
}
.landing-price-item .price-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--white), 0.08);
}
.landing-price-item .price-wrap .price {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(var(--white), 0.7);
  letter-spacing: -0.36px;
}
.landing-price-item .price-wrap .price .amount {
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  color: rgb(var(--white));
  letter-spacing: -0.72px;
}
.landing-price-item .lists {
  padding-bottom: 40px;
}
.landing-price-item .lists li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
}
.landing-price-item .lists li:last-child {
  padding-bottom: 0;
}
.landing-price-item .lists li .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(var(--white), 0.08);
  border-radius: 4px;
  background-color: rgba(var(--white), 0.01);
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-price-item .lists li .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(var(--white), 0.7);
  letter-spacing: -0.15px;
}
.landing-price-item .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 14px;
  border: none;
  border-radius: 4px;
  background-color: rgb(var(--white));
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .landing-price-item .link {
    padding: 10px 15px;
  }
}
.landing-price-item .link svg path,
.landing-price-item .link svg ellipse {
  fill: rgb(var(--title-text));
  transition: all 0.3s;
}
.landing-price-item .link.active, .landing-price-item .link:hover {
  background-color: rgb(var(--primary)) !important;
  color: rgb(var(--white)) !important;
}
.landing-price-item .link.active svg path,
.landing-price-item .link.active svg ellipse, .landing-price-item .link:hover svg path,
.landing-price-item .link:hover svg ellipse {
  fill: rgb(var(--white));
}
.landing-testimonial {
  position: relative;
}
.landing-testimonial-bgShape {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 1052px;
}
.landing-testimonial-wrap .swiper {
  overflow: visible !important;
  padding-bottom: 120px;
}
.landing-testimonial-wrap .arrowControl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 60px;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next, .landing-testimonial-wrap .arrowControl .swiper-button-prev {
  top: 0;
  margin-top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(var(--stroke));
  border-radius: 8px;
  background-color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next svg, .landing-testimonial-wrap .arrowControl .swiper-button-prev svg {
  max-width: 20px;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next svg path, .landing-testimonial-wrap .arrowControl .swiper-button-prev svg path {
  fill: rgb(var(--title-text));
  transition: all 0.3s;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next::after, .landing-testimonial-wrap .arrowControl .swiper-button-prev::after {
  display: none;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next:hover, .landing-testimonial-wrap .arrowControl .swiper-button-prev:hover {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary));
}
.landing-testimonial-wrap .arrowControl .swiper-button-next:hover svg path, .landing-testimonial-wrap .arrowControl .swiper-button-prev:hover svg path {
  fill: rgb(var(--white-default));
  transition: all 0.3s;
}
.landing-testimonial-wrap .arrowControl .swiper-button-next {
  right: 0;
}
.landing-testimonial-wrap .arrowControl .swiper-button-prev {
  left: 0;
}
.landing-testimonial-item {
  background-color: rgb(var(--light-bg));
  border-radius: 6px;
  padding: 20px;
}
.landing-testimonial-item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(var(--para-text));
  letter-spacing: -0.15px;
  padding-bottom: 20px;
  min-height: 288px;
}
.landing-testimonial-item .author .img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 23px;
}
.landing-testimonial-item .author .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
  padding-bottom: 15px;
}
.landing-testimonial-item .author .degi {
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  color: rgb(var(--para-text));
  letter-spacing: -0.36px;
}
.landing-cta .container {
  max-width: 1550px;
}
.landing-cta-content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.landing-cta-content .wrap {
  padding: 0px 15px;
}
.landing-cta-content > div {
  position: relative;
  z-index: 1;
}
.landing-cta-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(var(--primary), 1) 0%, rgba(var(--white), 1) 100%);
}
.landing-cta-img {
  max-width: 1040px;
  margin: 0 auto;
}
.landing-footer {
  padding: 0 5px 5px;
}
.landing-footer .footer-wrap {
  position: relative;
  padding: 120px 15px 20px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .landing-footer .footer-wrap {
    padding: 80px 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .landing-footer .footer-wrap {
    padding: 60px 15px 20px;
  }
}
.landing-footer .footer-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 150px;
  background: linear-gradient(0deg, rgba(var(--primary), 1) 0%, rgba(var(--title-text), 1) 100%);
}
.landing-footer .footer-wrap .container {
  position: relative;
  z-index: 1;
}
.landing-footer-top {
  padding-bottom: 20px;
}
.landing-footer-logo {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--primary));
  border: 1px solid rgba(var(--white), 0.13);
  border-radius: 8px;
}
.landing-footer-logo img {
  width: 100%;
  max-width: 47px;
  height: 100%;
  max-height: 38px;
}
.landing-footer-menu-title {
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(var(--white), 0.7);
  letter-spacing: -0.36px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .landing-footer-menu-title {
    padding-bottom: 20px;
  }
}
.landing-footer-menus li {
  padding-bottom: 20px;
}
.landing-footer-menus li:last-child {
  padding-bottom: 0;
}
.landing-footer-menus li .item {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(var(--white-default));
  letter-spacing: -0.15px;
  transition: all 0.3s;
}
.landing-footer-menus li .item:hover {
  color: rgb(var(--primary));
  text-decoration: underline;
}
.landing-footer-contact {
  position: relative;
  max-width: 380px;
  background-color: rgb(var(--white-default));
  border-radius: 6px;
  padding: 60px 20px 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 73px;
}
@media screen and (min-width: 768px) {
  .landing-footer-contact {
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .landing-footer-contact {
    padding: 40px 20px;
    gap: 30px;
  }
}
.landing-footer-contact .shapeIcon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-footer-contact .shapeIcon svg path {
  fill: rgba(var(--primary), 0.2);
}
.landing-footer-contact .shapeIcon.two {
  left: auto;
  right: 10px;
}
.landing-footer-contact .shapeIcon.three {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}
.landing-footer-contact .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .landing-footer-contact .item {
    gap: 10px;
  }
}
.landing-footer-contact .item > .text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(var(--para-text));
  letter-spacing: -0.36px;
  word-wrap: break-word !important;
  word-break: break-word !important;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .landing-footer-contact .item > .text {
    font-size: 16px;
  }
}
.landing-footer-contact .item .iconWrap {
  padding: 7px 11.5px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.landing-footer-contact .item .iconWrap .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.landing-footer-contact .item .iconWrap .text {
  font-family: "Geist Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgb(var(--title-text));
  letter-spacing: -0.36px;
}
.landing-footer-contact .item-call .iconWrap {
  background-color: rgba(var(--primary), 0.12);
}
.landing-footer-contact .item-call .iconWrap .icon svg path {
  stroke: rgb(var(--primary));
}
.landing-footer-contact .item-call .iconWrap .text {
  color: rgb(var(--primary));
}
.landing-footer-contact .item-email .iconWrap {
  background-color: rgba(var(--green), 0.12);
}
.landing-footer-contact .item-email .iconWrap .icon svg path {
  stroke: rgb(var(--green));
}
.landing-footer-contact .item-email .iconWrap .text {
  color: rgb(var(--green));
}
.landing-footer-contact .item-email > .text {
  color: rgb(var(--title-text)) !important;
}
.landing-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .landing-footer-social {
    padding-top: 90px;
  }
}
.landing-footer-social .item {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(var(--white), 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.3s;
}
.landing-footer-social .item:hover {
  background-color: rgb(var(--primary));
  border-color: rgb(var(--primary));
}
.landing-footer-bottom {
  padding-top: 21px;
  border-top: 1px solid rgba(var(--white), 0.1);
}
.landing-footer-bottom .copywrite-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(var(--white), 0.8);
  letter-spacing: -0.15px;
}
.landing-footer-bottom .copywrite-text .link {
  font-weight: 600;
  color: rgba(var(--white), 1);
  text-decoration: underline;
}

/* Dark Mode */
/* Error Messge */
.input-group:has(.error-message) {
  padding-bottom: 20px;
  position: relative;
}
.input-group .error-message {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
}

.upload-img-box .error-message {
  position: absolute !important;
  left: 80px;
  width: 100%;
}

.dashboard-select-bg {
  background-color: rgb(var(--light-bg)) !important;
}

#riskLink-radar {
  max-height: 500px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  background: rgb(var(--white)) !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  color: rgb(var(--title-text)) !important;
}

div:where(.swal2-container) .swal2-html-container {
  color: rgb(var(--para-text)) !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid rgba(var(--stroke));
}

@media screen and (max-width: 575px) {
  .question-group > div {
    flex: 1 0 100%;
  }
}

/* RTL */
.direction-rtl {
  direction: rtl;
  /* Header dropdown */
  /* Breadcrumb */
  /* Table */
  /* Data table */
  /* Nice select */
  /* Switch */
}
.direction-rtl .zSidebar {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: 270px;
  background-color: rgb(var(--sidebar-bg));
  z-index: 1001;
  transition: all 0.5s ease;
  border-right: 0px solid rgba(var(--stroke));
  border-left: 1px solid rgba(var(--stroke));
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar {
    right: calc(-1 * 270px);
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar.menuClose {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zSidebar-overlay {
    left: 0;
    right: auto;
  }
}
.direction-rtl .zSidebar-menu > li > a::before {
  right: auto;
  left: 1em;
  transform: rotate(-45deg) translate(0, 0);
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu {
  padding: 10px 55px 10px 0;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a {
  padding-left: 0;
  padding-right: 12px;
}
.direction-rtl .zSidebar-menu > li > a ~ div .zSidebar-submenu li a::before {
  top: 7px;
  left: auto;
  right: 0;
}
.direction-rtl .zSidebar-menu > li > a[aria-expanded=true]::before {
  transform: rotate(-135deg);
}
.direction-rtl .zMainContent {
  position: relative;
  left: auto;
  right: 270px;
  width: calc(100% - 270px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .direction-rtl .zMainContent {
    right: 0;
    width: 100%;
  }
}
.direction-rtl .headerUserDropdown .dropdown-toggle .user-content .img .active {
  right: auto;
  left: 0;
}
.direction-rtl .headerUserDropdown {
  padding: 4px 4px 4px 20px;
}
.direction-rtl .headerUserDropdown .dropdown-menu {
  --bs-position: start;
}
.direction-rtl .headerUserDropdown .dropdown-toggle::after {
  left: -5px;
  right: auto;
}
.direction-rtl .notifyDropdown .dropdown-toggle .notify_no {
  right: auto;
  left: 0;
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .breadcrumb.sf-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.direction-rtl .zTable > :not(caption):first-child > * > *:first-child > * {
  border-radius: 0 10px 10px 0;
}
.direction-rtl .zTable > :not(caption):first-child > * > *:last-child > * {
  border-radius: 10px 0 0 10px;
}
.direction-rtl .zTable > :not(caption):first-child > * > * > * {
  text-align: right;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child {
  text-align: left;
}
.direction-rtl .zTable-last-item-right > :not(caption) > *:not(.direction-rtl .zTable-last-item-right > :not(caption) > *.child) > *:last-child div {
  text-align: left;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child {
  text-align: right !important;
}
.direction-rtl .zTable-section-setting > :not(caption) > *:not(.direction-rtl .zTable-section-setting > :not(caption) > *.child) > *:last-child div {
  text-align: right !important;
}
.direction-rtl .dataTables_wrapper .dataTables_info {
  float: right;
}
.direction-rtl .dataTables_wrapper .dataTables_paginate {
  float: left;
}
.direction-rtl .tablePagi .paginate_button.next, .direction-rtl .tablePagi .paginate_button.previous {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-right {
  transform: rotate(180deg);
}
.direction-rtl .fa-solid.fa-angle-left {
  transform: rotate(-180deg);
}
.direction-rtl .select2-selection.sf-select-section,
.direction-rtl .sf-select-dropdown {
  direction: rtl;
}
.direction-rtl .sf-select-section.select2-selection--single .select2-selection__arrow {
  right: auto !important;
  left: 11px !important;
}
.direction-rtl .sf-select-section.select2-selection--multiple:not(.sf-select-section.select2-selection--multiple:has(ul.select2-selection__rendered li)) .select2-search.select2-search--inline .select2-search__field {
  padding-left: 0;
  padding-right: 0.625rem;
}
.direction-rtl .sf-select-without-search {
  float: right;
  text-align: right !important;
  padding: 15px 12px 14px 40px !important;
}
.direction-rtl .sf-select-without-search::after {
  right: auto;
  left: 15px;
}
.direction-rtl .sf-select-without-search .option {
  text-align: right !important;
}
.direction-rtl .dropdown-menu-end {
  --bs-position: start;
}
.direction-rtl .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 10px;
}
.direction-rtl .fa-long-arrow-left,
.direction-rtl .fa-long-arrow-right {
  transform: rotate(180deg);
}
.direction-rtl .sf-select-checkbox-btn,
.direction-rtl .sf-select-checkbox-search-btn {
  text-align: right !important;
  background-position: left 0.75rem center;
}
.direction-rtl .sf-select-checkbox-btn ~ .multiselect-container .multiselect-search,
.direction-rtl .sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-search {
  padding: 9px 45px 9px 9px !important;
  margin-left: 0 !important;
  margin-right: -1.625rem !important;
}
.direction-rtl .sf-select-checkbox-btn ~ .multiselect-container .multiselect-filter > .fa-search,
.direction-rtl .sf-select-checkbox-search-btn ~ .multiselect-container .multiselect-filter > .fa-search {
  padding-left: 0;
  padding-right: 0.75rem;
}
.direction-rtl .file-upload-one label p:first-child {
  border-radius: 0 5px 5px 0;
  border-left: 0;
  border-right: 1px solid rgba(var(--stroke)) !important;
}
.direction-rtl .file-upload-two label p:last-child {
  border-radius: 5px 0 0 5px;
}
.direction-rtl .moduleDetails-content-alt button .defaultIcon {
  transform: rotate(180deg);
}
.direction-rtl .end-0 {
  right: auto !important;
  left: 0 !important;
}
.direction-rtl .text-start {
  text-align: right !important;
}
.direction-rtl .text-end {
  text-align: left !important;
}
@media (min-width: 768px) {
  .direction-rtl .text-md-start {
    text-align: right !important;
  }
}
.direction-rtl .invoiceTotal.text-end {
  text-align: right !important;
}
.direction-rtl .zCheck.form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}
.direction-rtl .zCheck.form-switch input.form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}
.direction-rtl .zForm-wrap-checkbox {
  padding-left: 0;
  padding-right: 1.5em;
}
.direction-rtl .zForm-wrap-checkbox.form-check .form-check-input {
  margin-left: 0;
  margin-right: -1.5em;
}
.direction-rtl .menu-dropdown-toggle {
  padding-right: 0 !important;
  padding-left: 16px !important;
}
.direction-rtl .menu-dropdown-toggle::after {
  margin-left: 0;
  margin-right: 0.255em;
}
.direction-rtl .zAccordion-two .accordion-item::before {
  right: auto;
  left: 74px;
}
@media screen and (max-width: 575px) {
  .direction-rtl .zAccordion-two .accordion-item::before {
    right: auto;
    left: 60px;
  }
}
.direction-rtl .zAccordion-two .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}
.direction-rtl .zAccordion-two .accordion-button:not(.direction-rtl .zAccordion-two .accordion-button.collapsed)::after {
  transform: rotate(0deg);
}
.direction-rtl .zAccordion-three .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}
.direction-rtl .summernoteOne ~ .note-editor .note-toolbar > .note-btn-group::before {
  right: auto;
  left: 0;
}
.direction-rtl .assessment-question .info-icon {
  left: 5px;
  right: auto;
}
.direction-rtl .taskLink-modal-members-list .zForm-wrap-checkbox {
  padding-right: 0;
}
.direction-rtl .star-ratings .fill-ratings {
  left: auto;
  right: 0;
}
.direction-rtl .inputRating {
  float: right;
}/*# sourceMappingURL=style.css.map */