html,
body {
  height: 100% !important;
  font-family: "Inter", sans-serif !important;
  background-color: #f2f2f6 !important;
  width: 100% !important;
  min-height: 100vh !important;
  position: relative !important;
}

:root {
  --white: #ffffff !important;
  --black: #000000 !important;
  --error: #f00 !important;
  --success: #00ba42 !important;
  --pending: #ffbe00 !important;
  --text: #546669 !important;
  --primary: #1930ab !important;
  --secondary: #00b0f0 !important;
  --lgry: #d9d9d9 !important;

  --bs-body-font-family: "Inter", sans-serif !important;
}

.wrapper {
  position: relative;
  margin-bottom: 2px;
}

.wrapper .content-wrapper {
  min-height: calc(100vh - calc(125px + 1px) - calc(-0.5rem + 1px));
  padding-top: 62px;
  margin-bottom: 10px !important;
}

.content-wrapper > .content {
  padding: 0px;
}

.no-select {
  user-select: none !important;
}

.noevents {
  pointer-events: none !important;
}

.border-none {
  border: none !important;
}

/* common colors */
.primary {
  color: var(--primary) !important;
}

.secondary {
  color: var(--secondary) !important;
}

.text {
  color: var(--text) !important;
}

.white {
  color: var(--white) !important;
}

.black {
  color: var(--black) !important;
}

.pending {
  color: var(--pending) !important;
}

.error {
  color: var(--error) !important;
}

.success {
  color: var(--success) !important;
}

.gray {
  color: var(--gray) !important;
}

.light-gray {
  color: var(--lgry) !important;
}

.btn:disabled {
  opacity: 0.35 !important;
}

.w100 {
  width: 100% !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

/*  */
.main-footer {
  background-color: #ffffff;
  border: none;
  color: #4e4e4f;
  padding: 10px 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.main-footer p {
  margin: 0px;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.main-footer p a {
  margin: 0px;
  color: #1930ab;
  font-size: 13px;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px !important;
}

h1 {
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 70px !important;
}

h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
}

h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
}

h5 {
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}

h6 {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.gap2 {
  gap: 16px !important;
}

a {
  text-decoration: none !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.rfloat {
  float: right;
}

.justify {
  display: flex !important;
  text-align: justify !important;
}

.fx_fs {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.fx_fe {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.fx_sb {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.fx_c {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gap1 {
  gap: 8px !important;
}

.fs11 {
  font-size: 11px !important;
}

/* Navbar CSS Started */
.navbar {
  background-color: white !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 6px 8px !important;
  min-height: 50px !important;
}

.navbar .navlogo {
  width: auto;
}

/* navbar css */
.nav-item .nav-link {
  font-size: 13px !important;
  color: var(--text) !important;
  font-weight: 600 !important;
}

.nav-item .nav-link:hover {
  color: var(--text) !important;
}

.active .nav-link {
  color: var(--primary) !important;
}

.nav-link i {
  font-size: 18px !important;
  padding-right: 6px !important;
}

.nav-item {
  margin-right: 8px !important;
}

.nav-item.dropdown {
  margin-right: 0px !important;
}

.desktop-only {
  display: block !important;
}

.navbar-nav {
  display: flex !important;
  align-items: center !important;
}

/* ellipsis text css */
.one {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-clamp: 1 !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.two {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-clamp: 2 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.three {
  display: -webkit-box !important;
  line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn {
  transition: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #ced4da !important;
}

.whitebx {
  background-color: var(--white) !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03) !important;
  width: 100% !important;
  height: 100% !important;
}

.whitebx-content {
  max-height: calc(100vh - 262px) !important;
  min-height: calc(100vh - 262px) !important;
  overflow: auto !important;
  border-top: 2px solid #e1e6ff;
  padding-top: 14px !important;
}

.editbtn {
  padding: 5px 16px !important;
  background-color: var(--primary) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  min-height: 33.6px !important;
  color: var(--white) !important;
  border-radius: 10px !important;
}

.editbx {
  border: solid 2px #f4f4f4 !important;
  padding: 12px !important;
  border-radius: 10px !important;
}

.mobile-only {
  display: none !important;
}

.btn-group-toggle .btn {
  border-color: #f2f2f2 !important;
}

.btn-outlined {
  background-color: white !important;
  border: 2px solid #eff1fb !important;
  border-radius: 10px !important;
  color: black !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  transition: all 0.25s ease-in-out !important;
}
.btn-outlined:hover {
  background-color: #d1d1d1 !important;
}

.btn-filled-primary {
  background-color: #0f60ff !important;
  border: 2px solid #0f60ff !important;
  border-radius: 10px !important;
  color: white !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
  transition: all 0.25s ease-in-out !important;
}
.btn-filled-primary:hover {
  background-color: #1930ab !important;
  border-color: #1930ab !important;
}

.btn-group .active {
  background-color: #0f60ff !important;
  color: white !important;
}

.navbar {
  padding: 0px 20px !important;
}

.navbar-collapse {
  justify-content: flex-end !important;
}

.max-content {
  width: max-content !important;
}

.main-text-heading {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  padding-left: 8px !important;
}

.text-heading {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  padding-left: 8px !important;
}

.decorator {
  height: 22px !important;
  width: 4px !important;
  border-radius: 12px !important;
  background-color: #7d90f2 !important;
}

.wrapper .navbar {
  box-shadow: 0px 4px 10px 0px rgba(16, 38, 30, 0.07) !important;
  z-index: +99999 !important;
}

#searchInput {
  font-size: 13px !important;
  line-height: normal !important;
  padding: 8px 8px !important;
  font-weight: 600 !important;
}

#searchInput::placeholder {
  color: #d9d9d9 !important;
}

/* Media Quesries */
@media (max-width: 991px) {
  .navbar-nav {
    display: flex !important;
    align-items: flex-start !important;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}

@media (max-width: 600px) {
  .whitebx {
    height: auto !important;
  }
}

.product-item.coming-soon h6 {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.product-item.coming-soon h6 span {
  background-color: #00ba42 !important;
  color: white !important;
  padding: 2px 8px !important;
  border-radius: 16px !important;
  font-size: 11px !important;
  line-height: normal !important;
  font-weight: 600 !important;
}

@media (max-width: 767px) {
  .whitebx-content {
    min-height: auto !important;
    max-height: auto !important;
  }
  .mob-gap {
    gap: 12px !important;
  }
}
