* {
  margin: 0px;
  border: none;
  outline: none;
}

:root {
  --bs-theme-color: #ef7d00;
  --bs-white-color: #fff;
  --bs-black-color: #000;
  --bs-text-color: #555;
  --bs-bg-color: #f4f4f4;
  --bs-theme-shadow: #fff4e8;
  --bs-border-color: #ccc;
  --bs-highlight-color: #12098d;
  --bs-side-color: #32323a;
}

body {
  font-size: 14px;
  color: var(--bs-black-color);
  line-height: 24px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bs-bg-color);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

hr {
  margin: 10px 0px;
  border-top: 1px solid var(--bs-text-color);
}

.sidebar-wrapper {
  width: 230px;
  height: 100%;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  background: var(--bs-side-color);
  border-right: 0 solid #e4e4e4;
  z-index: 11;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  transition: all 0.3s ease-out;
  border-radius: 0px;
}

.sidebar-header {
  width: 230px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  bottom: 0;
  padding: 0 15px;
  z-index: 5;
  background: var(--bs-theme-color);
  background-clip: padding-box;
  /* border-bottom: 1px solid #e4e4e4; */
  border-radius: 0px;
  transition: all 0.3s ease-out;
}

.logo-icon {
  max-width: 100%;
  height: 20px;
}

.toggle-icon i {
  font-size: 14px;
  cursor: pointer;
  color: var(--bs-theme-color);
}

.toggle-icon i:hover {
  color: var(--bs-text-color);
}

.topbar {
  position: fixed;
  top: 0px;
  left: 230px;
  right: 0px;
  height: 60px;
  background: #fff;
  border-radius: 0px;
  z-index: 10;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.topbar .navbar {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
}

.wrapper {
  height: 100%;
  margin: 85px 10px 0px 240px;
  position: relative;
  padding-bottom: 65px;
}

/* .page-content {
  padding: 20px 20px 30px 20px;
} */

.page-footer {
  background: var(--bs-white-color);
  left: 230px;
  right: 0px;
  bottom: 0;
  position: fixed;
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  border-radius: 0px;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

.wrapper.toggled .topbar {
  left: 70px;
}

.wrapper.toggled {
  margin-left: 80px;
}

.wrapper.toggled .page-footer {
  left: 70px;
}

.wrapper.toggled .parent-icon {
  width: 20px;
  display: inline-block;
}

.sidebar-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: 0 0;
}

.sidebar-wrapper .metismenu {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 30px 10px;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar-wrapper .metismenu li + li {
  margin-top: 5px;
}

.sidebar-wrapper .metismenu li:first-child {
  margin-top: 5px;
}

.sidebar-wrapper .metismenu li:last-child {
  margin-bottom: 5px;
}

.sidebar-wrapper .metismenu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.sidebar-wrapper .metismenu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 10px;
  font-size: 14px;
  color: #aeb2b7;
  outline-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 20px 0px 0px 20px;
  transition: all 0.3s ease-out;
}

.sidebar-wrapper .metismenu a .menu-title {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

.sidebar-wrapper .metismenu ul a {
  /* padding: 5px 20px 5px 40px; */
  font-size: 10px;
  border: 0;
}

.sidebar-wrapper .metismenu ul a i {
  margin-right: 14px;
}

.sidebar-wrapper .metismenu ul {
  background: var(--bs-side-color);
}

.sidebar-wrapper .metismenu ul ul a {
  padding: 8px 15px 6px 25px;
}

.sidebar-wrapper .metismenu ul ul ul a {
  padding: 8px 15px 8px 45px;
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  color: var(--bs-theme-color);
  text-decoration: none;
  background-color: #28282e;
}

.menu-label {
  padding: 20px 15px 5px 5px;
  color: var(--bs-text-color);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-width: 1.2px 0 0 1.2px;
  border-color: initial;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 1025px) {
  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .sidebar-header
    .logo-text {
    display: none;
  }

  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
    width: 70px;
  }

  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    width: 70px;
  }

  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .sidebar-header
    .toggle-icon {
    display: none;
  }

  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    justify-content: center;
  }

  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    width: 70px;
  }

  /* .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
    justify-content: center;
  } */

  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    .menu-title {
    display: none;
  }

  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
    display: none;
  }

  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    li.menu-label {
    display: none;
  }

  .wrapper.toggled:not(.sidebar-hovered)
    .sidebar-wrapper
    .metismenu
    .has-arrow:after {
    display: none;
  }

  .email-toggle-btn {
    display: none !important;
  }

  .chat-toggle-btn {
    display: none !important;
  }
}

.product-show {
  font-size: 18px;
  left: 15px;
}

.product-discount {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 14px;
  background-color: var(--bs-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.color-indigator-item {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #e6e0e0;
  border-radius: 50%;
  cursor: pointer;
}

.product-grid .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .product-grid .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.back-to-top {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  position: fixed;
  border-radius: 10px;
  bottom: 20px;
  right: 12px;
  background-color: var(--bs-theme-color);
  z-index: 5;
}

.back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: all 0.5s;
}

.icon-badge {
  width: 45px;
  height: 45px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.widgets-icons {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ededed;
  font-size: 26px;
  border-radius: 10px;
}

.widgets-icons-2 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-theme-shadow);
  font-size: 16px;
  border-radius: 50%;
  color: var(--bs-theme-color);
}

#geographic-map {
  width: 100%;
  height: 440px;
}

#geographic-map-2 {
  width: 100%;
  height: 300px;
}

#geographic-map-3 {
  width: 100%;
  height: 350px;
}

.product-img {
  width: 60px;
  height: 60px;
  background-color: var(--bs-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.product-img img {
  width: 60px;
  height: 60px;
  padding: 6px;
}

.product-img-2 {
  width: 45px;
  height: 45px;
  background-color: var(--bs-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.product-img-2 img {
  width: 45px;
  height: 45px;
  padding: 1px;
}

.border-light-2 {
  border-color: rgb(255 255 255 / 12%) !important;
}

.product-list {
  position: relative;
  height: 380px;
}

.dashboard-top-countries {
  position: relative;
  height: 360px;
}

.customers-list {
  position: relative;
  height: 450px;
}

.store-metrics {
  position: relative;
  height: 450px;
}

.product-list-2 {
  position: relative;
  height: 450px;
}

.product-list .row {
  background-color: #f8f9fa;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .product-list .row:hover {
    background-color: var(--bs-white-color);
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}

.recent-product-img {
  width: 40px;
  height: 40px;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.recent-product-img img {
  width: 40px;
  height: 40px;
  padding: 6px;
}

.theme-icons {
  background-color: var(--bs-white-color);
}

.lead-table .table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.fm-menu .list-group a {
  font-size: 16px;
  color: var(--bs-theme-color);
  display: flex;
  align-items: center;
}

.fm-menu .list-group a i {
  font-size: 23px;
}

.fm-menu .list-group a:hover {
  background: var(--bs-theme-color);
  color: #fff;
  transition: all 0.2s ease-out;
}

.fm-file-box {
  font-size: 25px;
  background: #e9ecef;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.fm-icon-box {
  font-size: 32px;
  background: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.user-plus {
  width: 33px;
  height: 33px;
  margin-left: -14px;
  line-height: 33px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  border: 1px dotted #a9b2bb;
  color: #404142;
}

.user-groups img {
  margin-left: -14px;
  border: 1px solid #e4e4e4;
  padding: 2px;
  cursor: pointer;
}

.contacts-social a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  text-align: center;
  border-radius: 50%;
  color: var(--bs-text-color);
}

.customers-contacts a {
  font-size: 16px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  text-align: center;
  border-radius: 50%;
  color: var(--bs-text-color);
}

.order-actions a {
  font-size: 18px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  border: 1px solid var(--bs-border-color);
  text-align: center;
  border-radius: 20%;
  color: var(--bs-text-color);
}

.auth-cover-left {
  display: flex;
  background-color: #f7f7ff;
  min-height: 100vh;
}

.auth-cover-right {
  display: flex;
  background-color: var(--bs-white-color) fff;
  min-height: 100vh;
}

.auth-img-cover-login {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.error {
  color: #dc3545;
}

form select.error,
form textarea.error,
form input.error,
form input.error:focus,
form textarea.error:focus,
form select.error:focus {
  border-color: #ea5455 !important;
}

.customers-list .customers-list-item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .customers-list .customers-list-item:hover {
    background-color: #f8f9fa;
    border-radius: 10px;
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}

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

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-50 {
  font-size: 50px;
}

.font-60 {
  font-size: 60px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.row.row-group > div {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.row.row-group > div:last-child {
  border-right: none;
}

.cursor-pointer {
  cursor: pointer;
}

.dash-wrapper {
  margin: -1.5rem -1.5rem -3.5rem -1.5rem;
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
}

.dash-array-chart-box {
  width: 105px;
  height: 90px;
  position: relative;
  top: -15px;
  right: 30px;
}

.chart-container-0 {
  position: relative;
  height: 320px;
}

.chart-container-1 {
  position: relative;
  height: 260px;
}

.chart-container-2 {
  position: relative;
  height: 220px;
}

.chart-container-3 {
  position: relative;
  height: 188px;
}

.chart-container-4 {
  position: relative;
  height: 162px;
}

.chart-container-5 {
  position: relative;
  height: 110px;
}

.chart-container-6 {
  position: relative;
  height: 205px;
}

.chart-container-7 {
  position: relative;
  height: 60px;
}

.chart-container-8 {
  position: relative;
  height: 260px;
}

.chart-container-9 {
  position: relative;
  height: 280px;
}

.chart-container-10 {
  position: relative;
  height: 300px;
  top: 20px;
}

.chart-container-11 {
  position: relative;
  height: 280px;
}

.chart-container-12 {
  position: relative;
  height: 160px;
}

.chart-container-13 {
  position: relative;
  height: 240px;
}

.chart-container-14 {
  position: relative;
  height: 40px;
}

.w_chart {
  position: relative;
  display: inline-block;
  width: 65px !important;
  height: 65px !important;
  text-align: center;
  color: #32393f;
}

.w_chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px !important;
  height: 65px !important;
}

.w_percent {
  display: inline-block;
  line-height: 65px !important;
  z-index: 2;
}

.w_percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

.chip {
  display: inline-block;
  height: 32px;
  padding: 0 12px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: none;
}

.chip img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 -12px;
  border-radius: 50%;
}

.chip .closebtn {
  padding-left: 10px;
  font-weight: 700;
  float: right;
  font-size: 16px;
  cursor: pointer;
}

.chip.chip-md {
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
}

.chip.chip-md img {
  height: 42px;
  width: 42px;
}

#invoice {
  padding: 0;
}

.invoice {
  position: relative;
  background-color: var(--bs-white-color);
  min-height: 680px;
  padding: 15px;
}

.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bs-theme-color);
}

.invoice .company-details {
  text-align: right;
}

.invoice .company-details .name {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .contacts {
  margin-bottom: 20px;
}

.invoice .invoice-to {
  text-align: left;
}

.invoice .invoice-to .to {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .invoice-details {
  text-align: right;
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: var(--bs-theme-color);
}

.invoice main {
  padding-bottom: 50px;
}

.invoice main .thanks {
  margin-top: -100px;
  font-size: 2em;
  margin-bottom: 50px;
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid var(--bs-theme-color);
  background: #e7f2ff;
  padding: 10px;
}

.invoice main .notices .notice {
  font-size: 1.2em;
}

.invoice table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.invoice table td,
.invoice table th {
  padding: 15px;
  background: var(--bs-border-color);
  border-bottom: 1px solid #fff;
}

.invoice table th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}

.invoice table td h3 {
  margin: 0;
  font-weight: 400;
  color: var(--bs-theme-color);
  font-size: 1.2em;
}

.invoice table .qty,
.invoice table .total,
.invoice table .unit {
  text-align: right;
  font-size: 1.2em;
}

.invoice table .no {
  color: #fff;
  font-size: 1.6em;
  background: var(--bs-theme-color);
}

.invoice table .unit {
  background: #ddd;
}

.invoice table .total {
  background: var(--bs-theme-color);
  color: #fff;
}

.invoice table tbody tr:last-child td {
  border: none;
}

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  font-size: 1.2em;
  border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
  border-top: none;
}

.invoice table tfoot tr:last-child td {
  color: var(--bs-theme-color);
  font-size: 1.4em;
  border-top: 1px solid var(--bs-theme-color);
}

.invoice table tfoot tr td:first-child {
  border: none;
}

.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0;
}

@media print {
  .invoice {
    font-size: 11px !important;
    overflow: hidden !important;
  }

  .invoice footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always;
  }

  .invoice > div:last-child {
    page-break-before: always;
  }
}

.main-row {
  height: 100vh;
}

.main-col {
  max-width: 500px;
  min-height: 300px;
}

.todo-done {
  text-decoration: line-through;
}

.chat-wrapper {
  width: auto;
  height: 600px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.chat-sidebar {
  width: 340px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}

.chat-sidebar-content {
  padding: 0;
}

.chat-user-online {
  position: relative;
}

.chat-sidebar-header .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 40px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.chat-list .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 36px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.chat-content {
  margin-left: 340px;
  padding: 85px 15px 15px 15px;
}

.chat-header {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.chat-footer {
  position: absolute;
  height: 70px;
  left: 340px;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom-right-radius: 0.25rem;
}

.chat-footer-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: var(--bs-white-color);
  border: 1px solid rgb(0 0 0 / 15%);
}

.chat-tab-menu li a.nav-link {
  padding: 0.3rem 0.2rem;
  line-height: 1.2;
  color: #4a4b4c;
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show > .nav-link {
  color: var(--bs-theme-color);
  background-color: rgb(0 123 255 / 0%);
}

.chat-title {
  font-size: 14px;
  color: #272b2f;
}

.chat-msg {
  font-size: 13px;
  color: #6c757d;
}

.chat-time {
  font-size: 13px;
  color: #6c757d;
}

.chat-list {
  position: relative;
  height: 300px;
}

.chat-list .list-group-item {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: transparent;
}

.chat-list .list-group-item:hover {
  border: 1px solid rgb(0 0 0 / 0%);
  background-color: rgb(13 110 253 / 0.12);
}

.chat-list .list-group-item.active {
  background-color: rgb(13 110 253 / 0.12);
}

.chart-online {
  color: #16e15e;
}

.chat-top-header-menu a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #6c757d;
  text-align: center;
  border-radius: 50%;
  margin: 3px;
  background-color: var(--bs-white-color);
  border: 1px solid rgb(0 0 0 / 15%);
}

.chat-content {
  position: relative;
  width: auto;
  height: 520px;
}

.chat-content-leftside .chat-left-msg {
  width: fit-content;
  background-color: #eff2f5;
  padding: 0.8rem;
  border-radius: 12px;
  max-width: 480px;
  text-align: left;
  border-top-left-radius: 0;
}

.chat-content-rightside .chat-right-msg {
  width: fit-content;
  background-color: #dcedff;
  padding: 0.8rem;
  border-radius: 12px;
  float: right;
  max-width: 480px;
  text-align: left;
  border-bottom-right-radius: 0;
}

.chat-toggle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
  font-size: 24px;
  color: #6c757d;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--bs-white-color);
  border: 1px solid rgb(0 0 0 / 15%);
}

.email-wrapper {
  width: auto;
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.email-sidebar {
  width: 250px;
  height: 100%;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
  width: auto;
  height: auto;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-right: 0 solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  padding: 15px;
}

.email-navigation {
  position: relative;
  padding: 0;
  height: 345px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.email-header {
  position: absolute;
  height: 70px;
  left: 250px;
  right: 0;
  top: 0;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-right-radius: 0.25rem;
  z-index: 1;
}

.email-content {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 70px;
  height: auto;
  margin-left: 250px;
  padding: 0;
  background: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.email-navigation a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: var(--bs-white-color);
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  transition: all 0.3s ease-out;
}

.email-navigation a.list-group-item:hover {
  background-color: rgb(13 110 253 / 0.12);
}

.email-navigation a.list-group-item.active {
  color: #0b5ed7;
  font-weight: 600;
  background-color: rgb(13 110 253 / 0.12);
}

.email-meeting {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.email-meeting a.list-group-item {
  color: #404142;
  padding: 0.35rem 1.25rem;
  background-color: var(--bs-white-color);
  border-bottom: 1px solid rgb(0 0 0 / 0%);
}

.email-meeting a.list-group-item:hover {
  background-color: rgb(0 123 255 / 15%);
  transition: all 0.3s ease-out;
}

.email-hangout .chat-user-online:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 45px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.email-toggle-btn {
  width: auto;
  height: auto;
  margin-right: 10px;
  text-align: center;
  font-size: 24px;
  color: #404142;
  border-radius: 0;
  cursor: pointer;
  background-color: var(--bs-white-color);
  border: 0 solid rgb(0 0 0 / 15%);
}

.email-actions {
  width: 230px;
}

.email-time {
  font-size: 13px;
  color: #6c757d;
}

.email-list div.email-message {
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  color: #383a3c;
}

.email-list div.email-message:hover {
  transition: all 0.2s ease-out;
  background-color: #eceef1;
}

.email-list {
  position: relative;
  height: 530px;
}

.email-star {
  color: #6c757d;
}

.email-read-box {
  position: relative;
  height: 530px;
}

.compose-mail-popup {
  width: 42%;
  position: fixed;
  bottom: -30px;
  right: 30px;
  z-index: 15;
  display: none;
}

.compose-mail-toggled {
  display: block;
}

.compose-mail-title {
  font-size: 16px;
}

.compose-mail-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  background-color: rgb(255 255 255 / 0%);
}

.compose-mail-close:hover {
  background-color: rgb(255 255 255 / 20%);
}

.nav-primary.nav-tabs .nav-link.active {
  color: var(--bs-theme-color);
  border-color: var(--bs-theme-color) var(--bs-theme-color) #fff;
}

.nav-search input.form-control {
  background-color: rgb(255 255 255 / 20%);
  border: 1px solid rgb(255 255 255 / 45%);
  color: #fff;
}

.nav-search button[type="submit"] {
  background-color: rgb(255 255 255 / 20%);
  border: 1px solid rgb(255 255 255 / 32%);
  color: #fff;
}

.nav-search input.form-control::placeholder {
  opacity: 0.5 !important;
  color: #fff !important;
}

.nav-search input.form-control::-ms-input-placeholder {
  color: #fff !important;
}

.round-pagination.pagination .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.round-pagination.pagination .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.error-404 {
  height: 100vh;
  padding: 0 1rem;
}

.error-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.chart-container1 {
  position: relative;
  height: 380px;
}

.gmaps,
.gmaps-panaroma {
  height: 400px;
  background: var(--bs-border-color);
  border-radius: 5px;
}

.pricing-table .card {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.pricing-table .card .card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media (min-width: 992px) {
  .pricing-table .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
}

.pricing-table .card .card-title {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.pricing-table .card .card-price {
  font-size: 2.7rem;
}

.pricing-table .card .card-price .term {
  font-size: 0.875rem;
}

.pricing-table .card ul li.list-group-item {
  border-bottom: 1px solid rgb(0 0 0 / 0%);
  color: #3b3b3b;
  font-size: 16px;
}

input::placeholder {
  color: #000 !important;
  opacity: 0.3 !important;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent !important;
}

.form-floating > .form-control::placeholder {
  color: transparent !important;
}

.card-group {
  margin-bottom: 1.5rem;
}

.input-icon .form-control {
  padding-left: 2.5rem;
}

.input-icon span {
  font-size: 16px;
  left: 15px;
}

.topbar .navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
}

.topbar .navbar .navbar-nav .nav-link {
  color: var(--bs-theme-color);
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* .topbar .navbar .navbar-nav .nav-link:hover,
.topbar .navbar .navbar-nav .nav-link:focus {
  background-color: var(--bs-bg-color);

} */

.dropdown-toggle-nocaret:after {
  display: none;
}

.alert-count {
  position: absolute;
  top: 2px;
  left: 22px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #f62718;
}

.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}

.user-info .user-name {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  line-height: 22px;
}

.user-box {
  display: flex;
  align-items: center;
  height: 60px;
}

.topbar .navbar .dropdown-app .dropdown-menu {
  width: 270px;
  border: 1px solid #dee2e6;
  padding: 0.5rem;
  border-radius: 16px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.topbar .navbar .dropdown-app .dropdown-menu .app-container {
  position: relative;
  height: 370px;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-box {
  padding: 0.5rem;
  border-radius: 5px;
  transition: 0.2s;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-box:hover {
  background-color: #edf0f3;
}

.topbar .navbar .dropdown-app .dropdown-menu .app-name {
  color: #212529;
  font-size: 0.64rem;
  text-decoration: none;
  font-weight: 500;
}

.dropdown-large {
  position: relative;
}

.dropdown-large .dropdown-menu {
  width: 360px;
  border: 0;
  padding: 0 0;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.topbar .navbar .dropdown-large .dropdown-menu::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -8px;
  right: 16px;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.topbar .navbar .dropdown-menu::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #ffff;
  position: absolute;
  top: -8px;
  right: 16px;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.dropdown-large .msg-header {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #ededed;
  background-clip: border-box;
  background-color: var(--bs-white-color) fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.dropdown-large .msg-header-badge {
  background-color: rgb(0 140 255 / 12%);
  color: var(--bs-theme-color);
  padding: 2px 8px;
  margin-bottom: 0;
  border-radius: 5px;
}

.dropdown-large .msg-header .msg-header-title {
  font-size: 16px;
  color: #1c1b1b;
  margin-bottom: 0;
  font-weight: 500;
}

.dropdown-large .msg-header .msg-header-clear {
  font-size: 13px;
  color: #585858;
  margin-bottom: 0;
}

.dropdown-large .msg-footer {
  padding: 0.8rem 1rem;
  color: #1c1b1b;
  border-top: 1px solid #ededed;
  background-clip: border-box;
  background: 0 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.dropdown-large .user-online {
  position: relative;
}

.dropdown-large .msg-name {
  font-size: 14px;
  margin-bottom: 0;
  color: #212529;
}

.dropdown-large .msg-info {
  font-size: 13px;
  margin-bottom: 0;
  color: #818189;
}

.dropdown-large .msg-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.dropdown-large .msg-time {
  font-size: 12px;
  margin-bottom: 0;
  color: #818189;
}

.dropdown-large .user-online:after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  background: #16e15e;
}

.dropdown-large .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.3rem;
  border-bottom: 1px solid #ededed;
}

.header-message-list {
  position: relative;
  height: 360px;
}

.header-notifications-list {
  position: relative;
  height: 360px;
}

.dropdown-large .notify {
  width: 45px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #f1f1f1;
  margin-right: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-large .cart-product-title {
  color: #140e22;
  font-size: 14px;
  margin-bottom: 0px;
}

.dropdown-large .cart-product-price {
  color: #818189;
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-large .cart-product-cancel {
  right: -7px;
  top: -5px;
  font-size: 16px;
  background-color: var(--bs-white-color);
  border: 1px solid var(--bs-border-color);
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.dropdown-large .cart-product {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border-radius: 0px;
  border: 1px solid rgb(231 231 231);
  padding: 4px;
  background-color: rgb(255 255 255);
}

.dropdown-large .cart-product img {
  width: 100%;
}

.user-box .dropdown-menu i {
  vertical-align: middle;
  margin-right: 10px;
  color: var(--bs-theme-color);
}

.dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0 solid #e9ecef;
  border-radius: 10px;
  font-size: 14px;
}

.topbar .navbar .dropdown-menu {
  -webkit-animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
  animation: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    animdropdown;
}

@-webkit-keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes animdropdown {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.search-bar {
  width: 30%;
  cursor: pointer;
}

.search-bar a.btn,
.search-bar a.btn:focus {
  color: #7b8288;
  cursor: pointer;
  background-color: #f7f7ff;
  border: 0;
}

.mobile-toggle-menu {
  display: none;
  font-size: 26px;
  color: #404142;
  cursor: pointer;
}

.switcher-wrapper {
  width: 280px;
  height: 100%;
  position: fixed;
  right: -280px;
  top: 0;
  bottom: 0;
  z-index: 16;
  background: #fff;
  border-left: 0 solid #d2d2d2;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
  transition: all 0.2s ease-out;
}

.switcher-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  background: var(--bs-theme-color);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.13);
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  top: 40%;
  right: 100%;
  cursor: pointer;
}

.switcher-wrapper.switcher-toggled {
  right: 0;
}

.switcher-body {
  padding: 1.25rem;
}

.switcher-body .form-check .form-check-input,
.switcher-body .form-check .form-check-label {
  cursor: pointer;
}

.header-colors-indigators .indigator {
  width: 45px;
  height: 45px;
  background-color: #f4f2f2;
  border-radius: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .email-header {
    height: auto;
  }

  .email-content {
    padding: 100px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .row.row-group > div {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .row.row-group > div:last-child {
    border-right: none;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    margin: 85px 10px 0px 10px;
  }
  .topbar {
    left: 0 !important;
  }

  .mobile-toggle-menu {
    display: block;
  }

  .sidebar-wrapper {
    left: -300px;
    box-shadow: none;
  }

  .page-wrapper {
    margin-left: 0;
  }

  .page-footer {
    left: 0;
  }

  .wrapper.toggled .sidebar-wrapper {
    left: 0;
  }

  .wrapper.toggled .page-wrapper {
    margin-left: 0;
  }

  .wrapper.toggled .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 10;
    display: block;
    cursor: move;
    transition: all 0.2s ease-out;
  }

  .error-404 {
    height: auto;
    padding: 6rem 1rem;
  }

  .chat-header {
    border-top-left-radius: 0.25rem;
  }

  .chat-footer {
    border-bottom-left-radius: 0.25rem;
  }

  .chat-sidebar {
    left: -370px;
  }

  .chat-content {
    margin-left: 0;
  }

  .chat-header {
    left: 0;
  }

  .chat-footer {
    left: 0;
  }

  .chat-toggled .chat-sidebar {
    left: 0;
  }

  .chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: 0.5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }

  .email-header {
    border-top-left-radius: 0.25rem;
  }

  .email-sidebar {
    left: -280px;
  }

  .email-content {
    margin-left: 0;
  }

  .email-header {
    left: 0;
  }

  .email-toggled .email-sidebar {
    left: 0;
  }

  .email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: 0.5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }
}

@media screen and (max-width: 991px) {
  .section-authentication-signin {
    height: 100%;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }

  .authentication-reset-password {
    height: auto;
    padding: 2rem 1rem;
  }

  .authentication-lock-screen {
    height: auto;
    padding: 2rem 1rem;
  }

  .compose-mail-popup {
    width: auto;
    position: fixed;
    bottom: -30px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .user-box .user-info {
    display: none;
  }

  .authentication-forgot {
    height: auto;
    padding: 2.5rem 1rem;
  }
}

@media screen and (max-width: 620px) {
  .topbar .navbar .dropdown-menu::after {
    display: none;
  }

  .topbar .navbar .dropdown {
    position: static !important;
  }

  .topbar .navbar .dropdown-menu {
    width: 100% !important;
  }
}

@media screen and (max-width: 520px) {
  .chat-footer-menu,
  .chat-top-header-menu {
    display: none;
  }
}

/*-------------------------------surbhi(9-5-25)-------------------------------- */
.parent-icon i {
  color: #aeb2b7;
}

.sidebar-wrapper .metismenu .mm-active > a > .parent-icon i,
.sidebar-wrapper
  .metismenu
  a:active
  .parent-icon
  i
  .sidebar-wrapper
  .metismenu
  a:hover
  .parent-icon
  i {
  color: var(--bs-theme-color);
}

.dropdown-toggle-nocaret {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-toggle-nocaret .pro-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.parent-icon {
  display: flex;
  align-items: center;
  width: 10%;
}

/* .main {
  background-image: linear-gradient(
    90deg,
    var(--bs-theme-color) 0%,
    var(--bs-white-color) 100%
  );
  height: 250px;
  width: 100%;
} */
.main-hd h6 {
  font-size: 14px;
  line-height: 24px;
  color: var(--bs-black-color);
  font-weight: 700;
  margin-bottom: 0px;
}

.white-box-24 {
  background: var(--bs-white-color);
  padding: 20px;
  border-radius: 5px;
  /* min-height: calc(100vh - 120px); */
  box-shadow: 0 4px 24px 0 #22292f1a !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-theme-color);
  background-color: unset;
  border-bottom: 2px solid var(--bs-theme-color);
  border-radius: unset;
  padding: 0px 4px 4px 4px;
  font-size: 12px;
  line-height: 22px;
  margin-right: 20px;
  font-weight: 600;
}

.nav-pills .nav-link {
  border-radius: unset;
  padding: 0px 4px 4px 4px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0px;
  color: var(--bs-black-color);
  margin-right: 20px;
  font-weight: 600;
}

.info-light {
  background: var(--bs-theme-shadow);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-light ul {
  padding-left: 10px;
  list-style: disc;
  margin-bottom: 0px;
}

.info-light ul li {
  font-size: 12px;
  line-height: 22px;
  color: var(--bs-black-color);
}

.box-tech {
  background: var(--bs-white-color);
  border-bottom: 2px solid var(--bs-theme-color);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16),
    inset 0px 4px 0px var(--bs-bg-color);
  border-radius: 5px;
  padding: 20px;
  height: 100%;
}

.line {
  height: 2px;
  width: 40px;
  background-color: var(--bs-theme-color);
  margin-bottom: 10px;
  display: block;
}

.card-hd h6 {
  color: var(--bs-black-color);
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
}

.history-list ul {
  padding-left: 10px;
  list-style: disc;
  margin-bottom: 0px;
}

.history-list ul li {
  font-size: 12px;
  line-height: 22px;
  color: var(--bs-black-color);
}

.info-light1 p {
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 8px;
}

.info-light1 {
  background: var(--bs-theme-shadow);
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.app-icon-techbox {
  display: flex;
  justify-content: center;
  padding-left: 0px;
  margin: 10px 0px 0px 0px;
}

.app-icon-techbox li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--bs-text-color);
  font-size: 10px;
  font-weight: 700;
}

.app-icon-techbox li img {
  margin-bottom: 8px;
  max-width: 100%;
  height: 14px;
}

.app-icon-techbox li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  line-height: 22px;
}

.micro-hd h6 {
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--bs-text-color);
  margin: 10px 0px 0px 0px;
  text-align: center;
  font-weight: 700;
}

/* onboarding-page */
.wel-hd h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--bs-black-color);
  margin-bottom: 15px;
}

.level-1 h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--bs-black-color);
}

.level-1 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: var(--bs-text-color);
}

.progress-ring {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(green 100%, #e6e6e6 0);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.progress-text {
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.head-part {
  padding: 0px;
  border-bottom: 0px;
}

.progress-container {
  display: flex;
  align-items: center;
  gap: 0px;
  max-width: 1000px;
}

.progress-label {
  min-width: 40px;
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.progress-bar {
  flex: 1;
  height: 6px;
  background-color: var(--bs-bg-color);
  border-radius: 5px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 100%;
  /* You can make this dynamic */
  background-color: green;
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
}

.line-step {
  display: flex;
  align-items: center;
}

.list-Box {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid var(--bs-border-color);
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.steps {
  margin-top: 10px;
}

.steps ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.line-step p {
  margin-bottom: 0px;
}

.line-step i {
  margin-right: 10px;
  color: green;
  vertical-align: middle;
  height: 14px;
  display: inline-block;
}

.icon-chnge i {
  color: #c1c1c1;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
}

.progress-text h6 {
  margin-bottom: 0px;
  font-size: 14px;
}

.progress-text p {
  margin-bottom: 0px;
}

.head-part h6,
.head-part h3 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
  color: var(--bs-black-color);
}

.video-main {
  margin-top: 10px;
}

.set-field label {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  margin-bottom: 5px;
}

.set-field span {
  color: red;
}

.filter-button {
  background-color: var(--bs-bg-color);
  padding: 7px 20px;
  font-size: 12px;
  color: var(--bs-theme-color);
  border-radius: 6px;
  font-weight: 500;
  line-height: 22px;
}

.filter-main {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.create-ticket {
  background-color: var(--bs-theme-color);
  padding: 7px 20px;
  font-size: 12px;
  color: var(--bs-white-color);
  border-radius: 6px;
  font-weight: 500;
  line-height: 22px;
}

.form-control:focus {
  border-color: var(--bs-theme-color) !important;
  box-shadow: unset !important;
}
.form-select:focus {
  border-color: var(--bs-theme-color) !important;
  box-shadow: unset !important;
}
.dataTables_wrapper .dataTables_filter {
  margin: 15px 0px;
}

.set-field input {
  margin-bottom: 10px;
}

.set-field select {
  margin-bottom: 10px;
}

.set-field textarea {
  margin-bottom: 10px;
}

.time-call {
  display: flex;
  gap: 20px;
}

.tickt-head {
  border-bottom: 0px;
  padding: 8px 15px;
  background-color: var(--bs-bg-color);
}

.tickt-head h1 {
  font-size: 14px;
  color: var(--bs-theme-color);
  font-weight: 600;
}

.tickt-head div i {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--bs-theme-color);
  border-color: var(--bs-theme-color);
}

.form-check-input:focus {
  border-color: #ffdec9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffdec9;
}

/* .profile-sidebar .top {
  display: flex;
  align-items: center;
  gap: 20px;
} */

.profile-sidebar .top .image-wrap {
  position: relative;
}

.profile-sidebar .top .image-wrap .image-change {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  right: 0;
  left: 55%;
  width: 30px;
  font-size: 12px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  color: var(--bs-theme-color);
  transition: 0.3s;
  background-color: var(--bs-bg-color);
}

.profile-sidebar .top .image-wrap .image-change:hover {
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
}

.part-img {
  overflow: hidden;
  text-align: center;
}

.part-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.part-txt {
  text-align: center;
  margin-top: 10px;
}

.part-txt h6 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--bs-black-color);
  line-height: 24px;
}

.part-txt p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  margin-bottom: 0px;
  line-height: 22px;
}

.title_cd {
  background-color: unset;
  border: 0px;
  margin-bottom: 10px;
}

.title_cd h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.line {
  height: 2px !important;
  width: 30px !important;
  background-color: var(--bs-theme-color);
  display: block;
}

/* 14-5-25 */
.message-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.messge-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.messge-cont .info1 {
  text-align: center;
  font-size: 12px;
  color: var(--bs-text-color);
  line-height: 22px;
  padding: 0 15%;
}

.chat-dd {
  display: flex;
  flex-direction: column;
  height: 75vh;
  justify-content: end;
}

textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-text-color);
}

.attchmentofmsg .attachmentrep {
  display: none;
}

.attchmentofmsg label i {
  margin-right: 10px;
}

.msg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help-tab {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.nav-link {
  padding: 0px 10px 5px 10px;
  color: var(--bs-black-color);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  font-size: 12px;
}

.nav-link.active {
  color: var(--bs-theme-color);
  border-bottom: 2px solid var(--bs-theme-color);
}

.nav-link:hover {
  color: var(--bs-theme-color);
}

input::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-text-color);
}

.form-control {
  font-size: 12px;
  color: var(--bs-text-color);
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  height: 36px;
}

.del-profile a {
  border: 1px solid var(--bs-black-color);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.del-profile a i {
  margin-right: 5px;
}

.del-profile a:hover {
  border: 1px solid var(--bs-theme-color);
  color: var(--bs-theme-color);
}

.table-no-cd thead tr th {
  font-size: 12px;
  font-weight: 600;
  background-color: var(--bs-bg-color);
  color: var(--bs-black-color);
  vertical-align: middle;
  border-bottom: 1px solid var(--bs-bg-color);
}

.table-no-cd tbody tr td {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  vertical-align: middle;
  border-bottom: 1px solid var(--bs-bg-color);
}

.main-hd span i {
  margin-right: 10px;
}

.main-hd a {
  font-size: 14px;
  line-height: 26px;
  color: var(--bs-black-color);
  font-weight: 700;
  display: inline-block;
  /* margin-bottom: 15px; */
}

.label-cap h6 {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bs-text-color);
  margin-bottom: 0px;
}

.label-cap p {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-black-color);
}

.main-hd a:hover {
  color: var(--bs-theme-color);
  cursor: pointer;
}

.top-hd-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* all-buttons-css */
.acti-btn {
  background-color: var(--bs-theme-color);
  padding: 5px 20px;
  font-size: 12px;
  color: var(--bs-white-color);
  border-radius: 30px;
  font-weight: 600;
  line-height: 22px;
  border: 0px;
  display: inline-block;
}

.acti-btn:hover {
  background-color: var(--bs-black-color);
  color: var(--bs-white-color);
}

.submit-btn:hover {
  box-shadow: 0 8px 25px -8px var(--bs-theme-color);
  color: #fff !important;
}

.submit-btn {
  background-color: var(--bs-theme-color);
  padding: 5px 15px;
  font-size: 10px;
  color: var(--bs-white-color);
  border-radius: 5px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  border: 0px;
  height: 100%;
  cursor: default !important;
}

.clear-btn {
  background-color: unset;
  padding: 5px 0px;
  font-size: 12px;
  color: var(--bs-theme-color);
  border-radius: 0px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  border: 0px;
}

.clear-btn:hover {
  color: var(--bs-black-color) !important;
}

.title_cd p {
  color: var(--bs-text-color);
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  min-height: 50px;
}

/* 15-5-25 */
.table-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  object-fit: cover;
}

/* all-icons */
a .fa-file-arrow-down,
a .fa-paper-plane,
a .fa-down-long,
a .fa-share-nodes,
a .fa-envelope {
  color: var(--bs-theme-color);
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}

a .fa-file-arrow-down:hover,
a .fa-paper-plane:hover,
a .fa-trash:hover,
a .fa-down-long:hover,
a .fa-share-nodes:hover,
a .fa-envelope:hover {
  color: var(--bs-black-color);
}

a .fa-trash {
  color: red;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}

.foot-part {
  border-top: 0px;
  padding: 0px 15px 15px;
  display: flex;
  justify-content: end;
}

.check-data {
  display: flex;
  align-items: center;
  gap: 10px;
}

.no-course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.no-course h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 26px;
}

.sort-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sort-main label {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.sort-main span {
  color: red;
}

.form-select {
  font-size: 12px;
  font-weight: 500;
  height: 36px;
}

.course-img img {
  height: 200px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}

.course-info h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-black-color);
  margin-bottom: 5px;
}

.mnge-data {
  width: 100%;
}

.mnge-data .badge {
  color: var(--bs-theme-color);
  background-color: #ffe8d1;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0px 10px;
  margin: 0px 5px 5px 0px;
}

.badge-main .badge {
  color: var(--bs-white-color);
  background-color: var(--bs-theme-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 20px;
}

.badge-main {
  position: absolute;
  top: 5%;
  left: 5%;
}

.cpu-unit .badge {
  color: var(--bs-black-color);
  background-color: #d5d5d5;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 0px 12px;
}

.des-para p {
  font-size: 10px;
  font-weight: 500;
  color: var(--bs-black-color);
  line-height: 22px;
  margin-bottom: 5px;
}

.cpu-unit {
  margin-bottom: 5px;
}

.btn-add a {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
}

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

.btn-add a span i {
  margin-right: 5px;
  color: var(--bs-theme-color);
}

.view-cont p,
.view-cont li {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
}

.view-cont ul {
  padding-left: 15px;
  list-style-type: disc;
}

.view-cont {
  overflow-x: hidden;
  overflow-y: auto;
  height: 350px;
  padding-right: 5px;
  margin-top: 10px;
}

/* width */
.view-cont::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.view-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bs-bg-color);
  border-radius: 10px;
}

/* Handle */
.view-cont::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.avail-opt h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-black-color);
  margin-top: 10px;
}

.avai-icon {
  background-color: var(--bs-bg-color);
  height: 25px;
  width: 25px;
  font-size: 10px;
  border-radius: 50%;
  color: var(--bs-theme-color);
  text-align: center;
  padding: 2px;
}

.main-avail {
  display: flex;
  gap: 10px;
}

.avai-icon:hover {
  background-color: var(--bs-black-color);
  color: var(--bs-white-color);
}

.learn-hd h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0px;
  color: var(--bs-black-color);
}

.learn-hd p {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--bs-theme-color);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.18px;
}

.verify-icon i {
  color: green;
}

/* .mycoursebarpart {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 10px;
  align-items: center;
}
.mycoursebarpart li a {
  background: var(--bs-theme-color);
  color: white;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  line-height: 20px;
  font-size: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
} */
.mycoursebarpart li a.disabled {
  background-color: var(--color-eo);
  color: var(--color-99);
  cursor: default;
}

.view-active {
  color: var(--bs-theme-color);
}

.view-active:hover {
  color: var(--bs-black-color);
}

.alphabate-box {
  display: flex;
  align-items: flex-start;
}

.alphabate-box .mycoursebarpart {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-bottom: 0px;
}

.alphabate-box .mycoursebarpart li a {
  background: var(--bs-theme-color);
  color: white;
  padding: 5px 10px;
  display: inline-block;
  line-height: 15px;
  margin-right: 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
}

.alphabate-box .mycoursebarpart li a.show-more-btn {
  cursor: pointer;
  background-color: var(--bs-bg-color);
  color: var(--bs-theme-color);
}

.alphabate-box .mycoursebarpart li {
  margin-bottom: 10px;
}

.sector-name {
  position: absolute;
  margin-bottom: 0px;
  background-color: var(--bs-theme-color);
  border-top-left-radius: 5px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
  color: var(--bs-white-color);
}

.des-para a {
  font-size: 10px;
  color: var(--bs-theme-color);
}

.des-para a:hover {
  font-size: 10px;
  color: var(--bs-black-color);
}

.cont-course {
  font-size: 10px;
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
  padding: 2px 12px;
  border-radius: 30px;
  line-height: 20px;
  display: inline-block;
  /* margin-bottom: 10px; */
  font-weight: 600;
}

.white-box-42 {
  background: var(--bs-white-color);
  padding: 20px;
  border-radius: 5px;
  min-height: calc(100vh - 120px);
  box-shadow: 0 4px 24px 0 #22292f1a !important;
}

.compose-btn {
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
  border: 0px !important;
  border-radius: 30px;
  height: 30px;
}

.compose-btn .nav-link {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 30px;
  color: var(--bs-white-color);
  margin-right: 0px;
  font-weight: 600;
}

.compose-btn .nav-link.active,
.compose-btn .show > .nav-link {
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
  border-bottom: 0px;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
  margin-right: 0px;
  font-weight: 600;
  height: 30px;
}

.message-tab ul {
  width: 100%;
}

.tab-msg {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.download-button {
  background: var(--bs-bg-color);
  border: none;
  padding: 2px 12px;
  border-radius: 30px;
  color: var(--bs-theme-color);
  cursor: pointer;
  transition: 0.3s;
  line-height: 22px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.down-main {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.view-cont h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-black-color);
}

.cont-course:hover {
  background-color: var(--bs-black-color);
  color: var(--bs-white-color);
}

.download-button:hover {
  background-color: var(--bs-black-color);
  color: var(--bs-white-color);
}

.cont-course span i {
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}

.policy-hd h6 {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}

.down-pdf {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.down-pdf:hover {
  color: var(--bs-theme-color);
}

/* 19-5-25 */
.download-hd h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-black-color);
  margin-bottom: 0px;
  line-height: 16px;
}

.download-hd p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.file-img {
  height: 25px;
  width: 25px;
}

.info-text p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.info-text span i {
  margin-right: 5px;
  color: var(--bs-theme-color);
}

.info-text {
  background: var(--bs-theme-shadow);
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.icon-sub {
  background: var(--bs-theme-shadow);
  padding: 14px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}

.icon-sub i {
  color: var(--bs-theme-color);
  font-size: 22px;
}

.cash-back {
  display: flex;
  gap: 10px;
  align-items: center;
}

.earning h6 {
  font-size: 14px;
  color: var(--bs-black-color);
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 18px;
}

.earning p {
  font-size: 12px;
  color: var(--bs-black-color);
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 22px;
}

.suit-hd h6 {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}

.subp-card {
  border: 1px solid var(--bs-theme-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.5s ease;
  height: 100%;
  margin-bottom: 0px;
}

.team-img img {
  height: 25px;
  width: 25px;
}

.team-img {
  background: var(--bs-theme-shadow);
  padding: 12px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}

.total-course h6 {
  color: var(--bs-black-color);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 24px;
}

.total-course p {
  color: var(--bs-text-color);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 20px;
}

.price-banner {
  text-align: center;
  margin-top: 40px;
}

.price-banner .currency {
  font-size: 12px;
  line-height: 22px;
  vertical-align: super;
  color: var(--bs-text-color);
  font-weight: 600;
}

.price-banner .amount {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: var(--bs-black-color);
}

.price-banner .get-in-touch {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: var(--bs-black-color);
  margin-bottom: 33px;
  display: inline-block;
}

.price-banner .per {
  font-size: 12px;
  white-space: nowrap;
  color: var(--bs-text-color);
  font-weight: 600;
}

.add-cart a {
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
  padding: 5px 20px;
  border-radius: 30px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.add-cart span i {
  margin-right: 10px;
}

.card-info h6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-black-color);
  margin-top: 15px;
}

.card-info p {
  color: var(--bs-text-color);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.card-info ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 0px;
}

.card-info ul li {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: var(--bs-text-color);
}

.card-info ul::marker {
  color: var(--bs-theme-color) !important;
  font-size: 14px !important;
}

.main-cont-card {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
}

.subp-card:hover {
  background-color: var(--bs-theme-color);
  transform: translate(0, -10px);
}

.subp-card:hover .total-course h6,
.subp-card:hover .total-course p,
.subp-card:hover .currency,
.subp-card:hover .amount,
.subp-card:hover .get-in-touch,
.subp-card:hover .per,
.subp-card:hover .card-info h6,
.subp-card:hover .card-info p,
.subp-card:hover .card-info ul li {
  color: var(--bs-white-color);
}

.subp-card:hover .add-cart a {
  background-color: var(--bs-white-color);
  color: var(--bs-theme-color);
}

.subp-card:hover .team-img {
  background-color: var(--bs-white-color);
}

.sec-table {
  margin-top: 40px;
}

.suit-main h6 {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

.suit-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
}

/* 20-5-2025 */
.course-main {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nam-cou h6 {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  margin-bottom: 0px;
}

.cour-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.nam-cou a {
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-theme-color);
}

.nam-cou a span i {
  vertical-align: middle;
  margin-left: 5px;
}

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

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

.total-cou p {
  margin-bottom: 0px;
  color: var(--bs-text-color);
  font-size: 12px;
}

.apexcharts-menu-icon {
  display: none;
}

.circle {
  --size: 30px;
  --stroke: 4px;
  --bg: var(--bs-border-color);
  --fill: green;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
  background: conic-gradient(var(--fill) calc(var(--p) * 100%), var(--bg) 0);
}

.circle::after {
  content: "";
  position: absolute;
  inset: var(--stroke);
  background: white;
  border-radius: 50%;
}

.circle[data-percent="0"] {
  background: var(--bg);
}

/* 21-5-25 */

.btn-close:focus {
  box-shadow: unset !important;
}

.btn-close {
  font-size: 10px !important;
  opacity: 1 !important;
}

/* background overlay layer */
.hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000007a;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.image-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0000007a;
  transition: background 0.4s ease, opacity 0.3s ease;
  z-index: 2;
}

.image-overlay-content h6 {
  color: var(--bs-white-color);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.image-overlay-content p {
  color: var(--bs-white-color);
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

.view-more-btn a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
  padding: 2px 12px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 30px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

/* Hover Effects */
.image-card:hover img {
  transform: scale(1.1);
}

.image-card:hover .image-overlay-content {
  opacity: 0;
}

.image-card:hover .view-more-btn a {
  opacity: 1;
}

.image-card:hover .hover-bg {
  opacity: 1;
}

.select-dropdown {
  width: 100%;
  position: relative;
  user-select: none;
  margin-bottom: 20px;
}

.select-dropdown .select {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-dropdown .arrow {
  font-size: 14px;
  color: var(--bs-text-color);
  transition: transform 0.3s ease;
}

.select-dropdown.open .arrow {
  transform: rotate(180deg);
}

.select-dropdown .menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--bs-white-color);
  border: 1px solid var(--bs-border-color);
  border-top: none;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  z-index: 10;
  display: none;
}

.select-dropdown.open .menu {
  display: block;
  padding-left: 0px;
  margin-bottom: 0px;
}

.select-dropdown .menu li {
  padding: 5px 12px;
  cursor: pointer;
  font-size: 10px;
  white-space: nowrap;
}

.select-dropdown .menu li:hover {
  background: #f0f0f0;
}

.select-dropdown .menu .disabled {
  color: var(--bs-text-color);
  cursor: default;
  background-color: var(--bs-bg-color);
  font-weight: 500;
}

#selectedText {
  font-weight: 500;
}

#selectedText1 {
  margin-bottom: 0px;
  font-size: 12px;
}

.view-cou-img {
  height: 400px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}

.view-cou-main h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-black-color);
  margin-bottom: 0px;
  line-height: 18px;
}

.view-cou-main p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-text-color);
  margin-bottom: 5px;
}

.view-cou-main span a {
  color: var(--bs-theme-color);
}

.view-cou-main span a:hover {
  color: var(--bs-black-color);
}

.detail-course p {
  color: var(--bs-text-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.detail-course ul {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-left: 12px;
}

.detail-course ul li {
  color: var(--bs-text-color);
  font-size: 12px;
}

.course-out {
  color: var(--bs-theme-color);
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.course-out:hover {
  color: var(--bs-black-color);
}

.whole-hd h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--bs-black-color);
}

.fullscreen-wrapper:fullscreen {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: auto;
}

.fullscreen-wrapper .col-md-8,
.fullscreen-wrapper .col-md-4 {
  height: auto;
}

.tech-btns {
  color: var(--bs-theme-color);
  background-color: var(--bs-bg-color);
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  font-weight: 600;
}

.unit-para p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.count-unit h6 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--bs-text-color);
}

/* .count-unit {
  background-color: var(--bs-bg-color);
  height: 20px;
  border-radius: 30px;
  text-align: center;
  color: var(--bs-theme-color);
  padding: 0px 15px;
  display: inline-block;
  margin-bottom: 8px;
} */

.detail-para p {
  font-size: 12px;
  color: var(--bs-black-color);
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.detail-para p a {
  color: var(--bs-theme-color);
}

.detail-para p a:hover {
  color: var(--bs-black-color);
}

.det-main {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.det-main p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  line-height: 22px;
  margin-bottom: 0px;
}

.det-main i {
  font-size: 28px;
  color: var(--bs-theme-color);
}

.list-data ul {
  list-style-type: disc;
  padding-left: 10px;
  margin-bottom: 0px;
}

.list-data ul li {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.list-data h6 {
  color: var(--bs-black-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 5px;
}

.list-feat ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.list-feat ul li {
  font-size: 10px;
  font-weight: 500;
}

.list-feat ul li span i {
  color: var(--bs-theme-color);
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}

.main-unit-part {
  display: flex;
  gap: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* General rule */
input[type="number"] {
  appearance: textfield;
}

.sub-btn {
  background-color: var(--bs-theme-color);
  border-radius: 5px !important;
  color: var(--bs-white-color) !important;
  padding: 5px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 100% !important;
  display: inline-block;
}

.sub-btn:hover {
  background-color: var(--bs-black-color);
}

.pagination {
  display: flex;
  justify-content: center;
}

.step-links span {
  padding: 0 20px;
  background: unset !important;
  font-size: 12px;
  font-weight: 600;
}

.user-info p {
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-black-color);
  margin-bottom: 0px;
  line-height: 18px;
}

/* .dash-wel {
  border: 0px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: linear-gradient(
    90deg,
    var(--bs-theme-color) 0%,
    var(--bs-white-color) 100%
  );
} */
.wel-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25vh;
}

.top-dash h6 {
  color: var(--bs-text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}

.top-dash p {
  margin-bottom: 10px;
  color: var(--bs-text-color);
  font-size: 14px;
  font-weight: 600;
}

.sidebar-wrapper .metismenu .collpase-menu li a:active,
.sidebar-wrapper .metismenu .collpase-menu li a:focus,
.sidebar-wrapper .metismenu .collpase-menu li a:hover {
  color: var(--bs-theme-color);
  text-decoration: none;
  background-color: unset;
}

.sidebar-wrapper .metismenu .collpase-menu li a {
  color: #aeb2b7;
  background-color: unset;
}

.collpase-menu li {
  margin: 0px !important;
}

.collpase-menu {
  list-style: disc !important;
  padding-left: 55px !important;
}

.sidebar-wrapper .metismenu .collpase-menu {
  padding: 0px 20px 0px 30px;
}

.sidebar-wrapper .metismenu .collpase-menu a {
  padding-bottom: 0px !important;
}

.breadcrumb-title h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-black-color);
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
  font-size: 10px;
  font-weight: 600;
  color: var(--bs-black-color);
}

.page-breadcrumb .breadcrumb li.active {
  color: var(--bs-theme-color);
}

.page-breadcrumb .breadcrumb li.breadcrumb-item a {
  color: var(--bs-black-color);
}

/* .page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: var(--bs-black-color);
  font-family: LineIcons;
  content: "\ea5c";
  font-size:8px;
  vertical-align: middle;
  line-height: 1;
} */

.page-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  /* aligns items vertically */
  padding: 0;
  margin: 0;
}

.page-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  /* optional: choti font */
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: flex;
  align-items: center;
  padding: 0 6px;
  color: var(--bs-black-color);
  font-family: LineIcons;
  content: "\ea5c";
  /* arrow icon */
  font-size: 6px;
  /* chhoti icon */
  line-height: 1;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}

.table-no-card {
  border: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
}

.table-no-card table thead tr th {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid var(--bs-border-color) !important;
}

.table-no-card table tbody tr td {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid var(--bs-border-color) !important;
}

.table > :not(caption) > * > * {
  box-shadow: unset !important;
  background-color: unset;
  border: unset !important;
  color: unset !important;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 5px 10px !important;
  border-bottom: 1px solid #d5d5d5 !important;
  font-size: 12px;
  font-weight: 500 !important;
}

table thead {
  background-color: var(--bs-bg-color);
  color: var(--bs-text-color);
}

/* table tbody tr:nth-child(odd) {
  background-color: var(--bs-bg-color); 
}

table tbody tr:nth-child(even) {
  background-color: #ffffff; 
} */
.active-switch {
  position: relative;
  display: block;
  width: 70px;
  height: 20px;
  padding: 0px;
  margin: 0 0px 0px 0;
  border-radius: 18px;
  cursor: pointer;
  box-sizing: content-box;
  background-color: #008957;
}

.active-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.active-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 8px;
  text-transform: uppercase;
  background: #fb1500;
  border-radius: inherit;
  box-sizing: content-box;
}

.active-switch-label:before,
.active-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.active-switch-label:before {
  content: attr(data-off);
  right: 8px;
  color: white;
}

.active-switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.active-switch-input:checked ~ .active-switch-label {
  background: var(--bs-blue-color);
}

.active-switch-input:checked ~ .active-switch-label:before {
  opacity: 0;
}

.active-switch-input:checked ~ .active-switch-label:after {
  opacity: 1;
}

.active-switch-handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.active-switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  border-radius: 6px;
}

.active-switch-input:checked ~ .active-switch-handle {
  left: 53px;
}

.active-switch-label,
.active-switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.page-link {
  font-size: 12px;
  padding: 5px 10px;
  border: 0px;
}

.disabled > .page-link,
.page-link.disabled {
  background-color: unset !important;
  color: var(--bs-black-color) !important;
}

.active > .page-link,
.page-link.active {
  color: var(--bs-theme-color);
  background-color: unset;
  border: 0px !important;
}

.table-no-card tbody tr td a {
  color: var(--bs-highlight-color);
}

.table-no-card tbody tr td a:hover {
  color: var(--bs-black-color);
}

.field-set label {
  color: var(--bs-text-color);
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

.field-set input {
  margin-bottom: 10px;
}

.field-set label span {
  color: red;
}

.button-main {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-bottom: 10px;
}

.search-main {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 8px;
}

.metismenu li > a:hover i {
  color: var(--bs-theme-color);
}

.collpase-menu a:hover {
  color: var(--bs-theme-color) !important;
}

.title-card {
  margin-bottom: 0px;
  font-size: 12px;
  color: var(--bs-black-color);
}

.hdr-part {
  padding: 15px 17px;
}

.field-set textarea {
  margin-bottom: 15px;
}

.list-group tr td h6 {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--bs-black-color);
}

.list-group tr td p {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0px;
}

.field-set select {
  margin-bottom: 15px;
}

.form-check-input {
  margin-top: 5px;
}

.table thead th:first-child {
  border-radius: 0px 0 0 0px;
}

.table thead th:last-child {
  border-radius: 0 0px 0px 0;
}

.table-no-card tbody tr td p {
  margin-bottom: 0;
}

.pro-card {
  height: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--bs-theme-color);
}

.dropdown-item.active i,
.dropdown-item:active i {
  color: var(--bs-white-color);
}

.field-set p {
  font-size: 12px;
  margin-bottom: 0px;
}

.field-set .text-cont {
  color: var(--bs-theme-color);
  font-size: 12px;
  font-weight: 600;
}

.field-set .text-cont:hover {
  color: var(--bs-black-color);
}

.part-txt .outcome {
  font-size: 12px;
  color: var(--bs-theme-color);
}

/* input:valid {
  border: 1px solid #28a745;
  background-image: url("https://cdn-icons-png.flaticon.com/512/190/190411.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 40px;
} */

/* --------------------------------------------surbhi(23-6-25)--------------------------------------------- */
.hdr-all {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 10px 16px;
  background-color: var(--bs-bg-color);
}

.hdr-all h6 {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.hdr-all a {
  font-size: 14px;
  color: var(--bs-black-color);
}

.hdr-all a span i {
  margin-right: 5px;
}

.search-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.collpase-menu li::marker {
  color: #aeb2b7 !important;
}

.submit-btn span i {
  margin-right: 5px;
}

/* all backend-admin icons */
.fa-trash-can {
  color: red;
  font-size: 10px;
}

.fa-trash-can:hover {
  color: var(--bs-side-color);
}

.fa-eye,
.fa-pen-to-square,
.fa-key,
.fa-home,
.fa-user,
.fa-user-nurse,
.fa-infinity,
.fa-bookmark,
.fa-tags,
.fa-circle-question,
.fa-pen,
.fa-square-plus,
.fa-euro-sign {
  color: var(--bs-theme-color);
  font-size: 10px;
  margin-right: 5px;
}

.fa-pen-to-square:hover,
.fa-eye:hover,
.fa-key:hover,
.fa-home:hover,
.fa-user:hover,
.fa-user-nurse:hover,
.fa-infinity:hover,
.fa-bookmark:hover,
.fa-tags:hover,
.fa-circle-question:hover,
.fa-pen:hover,
.fa-square-plus:hover,
.fa-euro-sign:hover {
  color: var(--bs-side-color);
}

.tooltip-inner {
  font-size: 8px !important;
}

.see-all {
  color: var(--bs-theme-color) !important;
}

.user-box .dropdown-menu .dropdown-item {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.instu-quiz {
  background-color: var(--bs-theme-shadow);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.instu-quiz h6 {
  font-size: 14px;
  font-weight: 600;
}

.instu-quiz p {
  font-size: 12px;
  margin-bottom: 0px;
}

.hd-md-unit {
  border-bottom: 0px;
  padding: 8px 16px;
  background-color: #eee;
}

.hd-md-unit .modal-title {
  font-size: 14px;
  font-weight: 500;
}

.logo-collapsed {
  display: none;
  height: 40px;
}

.logo-expanded {
  display: inline-block;
}

/* When sidebar is toggled (collapsed), show small logo */
.wrapper.toggled .logo-collapsed {
  display: inline-block;
}

.wrapper.toggled .logo-expanded {
  display: none;
}

.wrapper.toggled.sidebar-hovered
  .sidebar-wrapper
  .sidebar-header
  .logo-collapsed {
  display: none;
}

.wrapper.toggled.sidebar-hovered
  .sidebar-wrapper
  .sidebar-header
  .logo-expanded {
  display: inline-block;
}

/* --------------------------surbhi(2-7-25)---------------------------- */
.select2-container .select2-selection--multiple {
  height: 100% !important;
  /* padding-bottom: 0px !important;
  padding-right: 0px !important;
  display: flex !important;
  align-items: center !important; */
  padding: 5px 10px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: unset !important;
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 30px !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  padding-left: 12px !important;
  display: flex !important;
  line-height: 20px !important;
  margin-bottom: 0px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #ccc !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  color: var(--bs-text-color) !important;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500 !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  gap: 5px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  margin-bottom: 0px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 10px !important;
  color: var(--bs-text-color) !important;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 12px !important;
  margin-top: 0px !important;
  margin-left: 5px !important;
  height: 24px !important;
  vertical-align: middle !important;
  font-family: none !important;
  margin-bottom: 0px !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid var(--bs-theme-color) !important;
}

.select2-dropdown {
  border: 0px !important;
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}

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

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff !important;
  color: var(--bs-text-color) !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--bs-bg-color) !important;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px !important;
  border: 1px solid var(--bs-border-color) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--bs-text-color) !important;
  line-height: 30px !important;
  font-size: 12px !important;
}

.select2-container--default .select2-selection--single {
  height: 31px !important;
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 5px !important;
}

.field-set .select2-container {
  margin-bottom: 15px !important;
}

/* ---------------------------surbhi(3-7-25)-------------------------------- */
.back-icon a {
  font-size: 12px;
  color: var(--bs-black-color);
}

.back-icon a span i {
  margin-right: 5px;
}

.sidebar-wrapper .metismenu .collpase-menu .mm-active > a {
  color: var(--bs-theme-color) !important;
}

/* --------------------------surbhi(17-7-25)------------------------------ */
.admin-course img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
}

.admin-course {
  height: 130px;
  width: 100%;
  display: inline-block;
}

.add-cart-img img {
  height: 150px;
  width: 150px;
}

.add-cart-img p {
  color: var(--bs-text-color);
  font-size: 14px;
}

.hdr-all1 h6 {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 600;
}

.hdr-all1 a {
  font-size: 14px;
  color: var(--bs-black-color);
  font-weight: 600;
}

.hdr-all1 a span i {
  margin-right: 5px;
}

.hdr-all1 {
  margin-bottom: 20px;
}

.add-course-card {
  height: 100%;
}
.ribbon {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #22b500;
  color: white;
  padding: 2px 20px;
  font-weight: 600;
  font-size: 10px;
  border-radius: 30px;
  overflow: hidden;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.ribbon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-25deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 120%;
  }
}

.card.add-course-card {
  position: relative;
}
.price-course p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.cou-det-btn {
  border-top: 1px solid #ccc;
  padding: 10px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-course-card .card-body {
  padding: 12px;
}
.delete-md {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  background-color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dot-icon {
  background-color: var(--bs-bg-color);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
}
.dot-icon .drop {
  color: var(--bs-theme-color);
}
.dot-icon .dropdown-menu li .dropdown-item {
  font-size: 12px;
  font-weight: 600;
}
.card-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  padding-right: 10px;
}
.pdf-icon-box {
  background-color: var(--bs-bg-color);
  padding: 12px 20px;
  border: 1px dashed var(--bs-text-color);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdf-icon {
  font-size: 24px;
  color: red;
  margin-right: 10px;
}
.ppt-icon {
  font-size: 24px;
  color: green;
  margin-right: 10px;
}

.pdf-filename {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
}

.pdf-icon-box a {
  font-size: 12px;
  color: var(--bs-theme-color);
}

.pdf-icon-box a:hover {
  color: var(--bs-text-color);
}
.cont-course1 {
  font-size: 10px;
  background-color: var(--bs-black-color);
  color: var(--bs-white-color);
  padding: 2px 12px;
  border-radius: 30px;
  line-height: 20px;
  display: inline-block;
  /* margin-bottom: 10px; */
  font-weight: 600;
}

.cont-course1:hover {
  background-color: var(--bs-theme-color);
  color: var(--bs-white-color);
}

.cont-course1 span i {
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.select-image-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.image-container {
  position: relative;
  display: inline-block;
}
.preview-image {
  height: 130px;
  width: 130px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.preview-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.edit-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: var(--bs-theme-color);
  color: white !important;
  border-radius: 50%;
  font-size: 12px;
  height: 30px;
  width: 30px;
  text-align: center;
  padding: 2px;
}
.image-align img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding: 0px 10px !important;
}

.videoplay-new-scome-bar {
  text-align: center !important;
}
.videoplay-new-scome-bar iframe {
  border: 2px solid black;
}
@media screen and (max-width: 1280px) {
  .videoplay-new-scome-bar iframe {
    height: 300px;
    width: 600px;
  }
}
.wallet-btn {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 0px;
}
.nav-link:focus-visible {
  box-shadow: unset !important;
}
.trans-data h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--bs-text-color);
}
.trans-data {
  border-top: 1px solid var(--bs-border-color);
  margin: 15px 0px 0px;
  padding: 10px 0px 0px;
}
.wallet-card {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0;
  border-radius: 8px;
}
.stu-grap h2 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}
.filled span {
  font-size: 12px;
  font-weight: 600;
}
.filled h6 {
  font-size: 12px;
  font-weight: 500;
}
.filled {
  margin-bottom: 15px;
}

.status-show {
  background-color: #ff000017;
  color: red;
  font-size: 8px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 30px;
}

.status-show1 {
  background-color: rgba(0, 128, 0, 0.1);
  color: var(--bs-highlight-color);
  font-size: 8px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 30px;
}
input[type="file"] {
  font-size: 12px;
  line-height: 23px;
}
.offcanvas-header {
  background-color: var(--bs-bg-color);
}
.offcanvas-title {
  font-size: 14px;
}
.offcanvas-header .btn-close {
  margin-right: 0px;
}
.noti-pic img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.offcanvas-body {
  padding: 0px;
}
.offcanvas-body .notifi-list ul {
  padding: 0px;
}
.offcanvas-body .notifi-list ul li {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 10px;
  background-color: var(--bs-white-color);
}
.offcanvas-body .notifi-list ul li .text-cont h6 {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 600;
}
.offcanvas-body .notifi-list ul li .text-cont p {
  font-size: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 18px;
  color: var(--bs-text-color);
}
.offcanvas-body .notifi-list ul li .timer {
  display: flex;
  justify-content: space-between;
}
.timer p {
  margin-bottom: 0px;
  font-size: 10px;
  color: var(--bs-theme-color);
  line-height: 16px;
}
.timer .read {
  font-size: 10px;
  color: red;
  line-height: 16px;
}
.timer .unread {
  font-size: 10px;
  color: var(--bs-highlight-color);
  line-height: 16px;
}
.unread-main {
  background-color: var(--bs-theme-shadow) !important;
}

/* Hide Microsoft Edge default password reveal icon */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
