@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html {
  scroll-behavior: smooth;
}

i {
  color: inherit;
}

@media (max-width: 991.98px) {
  #kt_new_header {
    display: none;
  }
}

#kt_title {
  margin-top: 0;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.2;
}

#kt_search_icon {
  position: absolute;
  left: 2%;
  top: 50%;
  z-index: 5;
}

#kt_logo {
  width: 80px;
}

#kt_name {
  font-size: 1.3rem;
}

.kt_section {
  font-size: 1.5rem;
}

.text-bold {
  font-weight: bold;
}

.kt_hr {
  width: 100%;
  height: 1px;
  background: #8ea0a9;
}

.kt_hr_light {
  width: 100%;
  height: 1px;
  background: #dee4eb;
}

/* custom styles */
:root {
  --custom-primary: #081324;
  --custom-secondary: #8593a3;
  --custom-light: #f8fafc;
  --primary-blue: #003ace;
  --custom-warning: #cb8b76;
}

.btn.btn-custom-primary {
  background-color: var(--custom-primary);
  border-color: var(--custom-primary);
  color: #fff;
}

.btn.btn-outline-custom-primary {
  background-color: transparent;
  border-color: var(--custom-primary);
  border: 1px solid var(--custom-primary);
  color: var(--custom-primary);
  transition: all 0.3s ease-in-out;
}

.btn.btn-outline-custom-primary:hover {
  background-color: var(--custom-primary);
  border-color: var(--custom-primary);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn.btn-custom-secondary {
  background-color: var(--custom-secondary);
  border-color: var(--custom-secondary);
  color: var(--custom-primary);
}

.btn.btn-custom-warning {
  background-color: var(--custom-warning);
  border-color: var(--custom-warning);
  color: #fff;
}

.bg-custom-primary {
  color: #f2663a;
  border: solid 2px #f2663a;
  border-radius: 11px;
  margin-top: 14px;
}

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

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

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

.border-custom-primary {
  border-color: var(--custom-primary) !important;
}

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

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

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

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

.fs-1 {
  font-size: 1.5rem;
}

.fs-2 {
  font-size: 1.25rem;
}

.fs-3 {
  font-size: 1rem;
}

.fs-4 {
  font-size: 0.875rem;
}

.fs-5 {
  font-size: 0.75rem;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

.gap-3 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 2rem;
}

.gap-5 {
  gap: 2.5rem;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

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

.rounded-top-left {
  border-top-left-radius: 2rem;
}

.rounded-top-right {
  border-top-right-radius: 2rem;
}

.rounded-top-pill {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.custom-select {
  border-radius: 2rem !important;
  padding: 0;
}

.d-none {
  display: none !important;
}

.modal-content {
  border-radius: 1.25rem !important;
  box-shadow: 0 6px 20px 0 rgba(124, 124, 124, 0.15);
}

.modal-header .modal-title {
  font-size: 1.5rem !important;
}

.modal-header i {
  font-size: 1.5rem !important;
}

@media (max-width: 991.98px) {
  .fs-lg-1 {
    font-size: 1.25rem;
  }

  .fs-lg-2 {
    font-size: 1.125rem;
  }

  .fs-lg-3 {
    font-size: 1rem;
  }

  .fs-lg-4 {
    font-size: 0.875rem;
  }

  .fs-lg-5 {
    font-size: 0.75rem;
  }

  .gap-lg-1 {
    gap: 0.5rem;
  }

  .gap-lg-2 {
    gap: 1rem;
  }

  .gap-lg-3 {
    gap: 1.5rem;
  }

  .gap-lg-4 {
    gap: 2rem;
  }

  .gap-lg-5 {
    gap: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .fs-sm-1 {
    font-size: 1.25rem;
  }

  .fs-sm-2 {
    font-size: 1.125rem;
  }

  .fs-sm-3 {
    font-size: 1rem;
  }

  .fs-sm-4 {
    font-size: 0.875rem;
  }

  .fs-sm-5 {
    font-size: 0.75rem;
  }

  .gap-sm-1 {
    gap: 0.5rem;
  }

  .gap-sm-2 {
    gap: 1rem;
  }

  .gap-sm-3 {
    gap: 1.5rem;
  }

  .gap-sm-4 {
    gap: 2rem;
  }

  .gap-sm-5 {
    gap: 2.5rem;
  }
}

.my-products-list {
  list-style: none;
  list-style-type: none;
}

thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: var(--custom-secondary);
  border: 0 !important;
}

#kt_aside_menu li .menu-link.active {
  background-color: var(--custom-primary);
  border-radius: 5rem;
  text-align: center;
}

#kt_aside_menu li .menu-link.active span {
  color: var(--custom-secondary);
}

#kt_aside_menu li .sub-menu-link.active::before {
  content: '\2022';
  display: inline-block;
  margin-right: 5px;
  color: var(--custom-primary);
}

.menu-nav {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.select-container__value-container {
  border-radius: 0.7rem !important;
  border: 1px solid var(--custom-secondary) !important;
}

.invalid .select-container__value-container {
  border: 1px solid red !important;
  border-radius: 0.7rem !important;
  overflow: visible !important;
}

.invalid .select-container__value-container::before {
  content: '!';
  color: red;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  position: absolute;
  bottom: -1.5rem;
  margin: 0;
  top: 15%;
  left: -20px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}

.select-container__control {
  border: 0 !important;
}

.select-container__control--is-focused {
  border: 0 !important;
  box-shadow: none !important;
}

.custom-scroll::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

.custom-scroll::-webkit-scrollbar-track {
  background: var(--custom-light);
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: var(--custom-secondary);
  border-radius: 0.5rem;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--custom-primary);
}

.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--custom-secondary) var(--custom-light);
}

.category-overlay {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
}

.category-overlay:hover {
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.category-overlay.selected-category {
  background-color: transparent;
}

.min-100vh {
  min-height: 100vh;
}

.seperator hr {
  height: 1px !important;
  width: 45% !important;
  background-color: #ccc;
}

.product-image {
  background-size: cover !important;
  background-position: center !important;
}

.products-list {
  list-style: none;
  width: 95%;
  position: absolute;
  z-index: 1;
  top: 100%;
  border-radius: 1rem;
  max-height: 250px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.products-list li:hover {
  background-color: var(--custom-light);
  transition: all 0.3s ease-in-out;
}

.products-list li {
  border-bottom: 1px solid var(--custom-light);
}

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

.hidden {
  display: none !important;
}

label.invalid input {
  border: 1px solid red;
}

label.invalid::before {
  content: '!';
  color: red;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  position: absolute;
  bottom: -1.5rem;
  margin: 0;
  top: 35%;
  left: -23px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}

.w-90px {
  width: 90px;
}

.table-row {
  max-width: 200px;
  min-width: 150px;
}

span.invalid {
  color: red;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
}

span.invalid::before {
  content: '!';
  color: red;
  background-color: #fff;
  border: 1px solid red;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1rem;
  position: absolute;
  bottom: -1.5rem;
  margin: 0;
  top: 0;
  left: -25px;
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
}

.icon-btn-sm {
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.video-react-icon-fullscreen {
  display: none !important;
}

.close-video-icon {
  position: absolute;
  z-index: 100;
  top: 5%;
  right: 7%;
  background: #fff;
  color: var(--custom-primary) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.bg-blur {
  z-index: 1;
  backdrop-filter: blur(5px);
  height: 100% !important;
  width: 82% !important;
  margin-top: -53px;
}

@media screen and (max-width: 992px) {
  .bg-blur {
    z-index: 1;
    backdrop-filter: blur(5px);
    height: 100% !important;
    width: 100% !important;
  }
}

.invalid-input {
  border: 1px solid red !important;
  border-radius: 2rem;
}

.header-fixed {
  height: max-content !important;
}

.premiumcard {
  background: url('/images/RFP Product Image Placeholder v2.png');
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 43%);
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 6px;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: 'San Francisco', ui-rounded;
}

.premiumcard:hover {
  color: #001331;
  transition: color 1s;
}
.premiumcard:hover:before,
.premiumcard:hover:after {
  animation: none;
  opacity: 0;
}

.card-title {
  text-align: center;
  color: #001331;
}
.premiumcard:hover .card-title {
  color: rgb(88, 199, 250, 0%);
}

:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}

.go4109123758 {
  top: 50% !important;
}
.go2072408551 {
  border: solid 2px black;
  padding: 16px 20px !important;
}
.subscription-details {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

.subscription-details p {
  margin: 5px 0;
}

.subscription-details p:first-child {
  font-weight: bold;
}

.pricing-table-container {
  display: flex;
  flex-wrap: wrap;
}

.pricing-table-container > * {
  flex: 1 1 300px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@import 'compass/css3';

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

.pricing-container {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  .header {
    border: solid 2px #f2663a;
    color: black;
    padding: 25px;
    font-size: 1em;
    font-weight: 300;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  }
  .price {
    color: #000000;
    text-align: left;
    padding: 10px;
    font-size: 2.3em;
    border-left: solid 2px #f2663a;
    border-right: solid 2px #f2663a;
    .figure {
      font-weight: 800;
      font-size: 1.2em;
      margin: 0 2px;
    }
    .cent {
      text-decoration: underline;
    }
    .frequency {
      text-shadow: none;
      font-size: 12px;
    }
    .details {
      margin-left: 20px;
      font-size: 13px;
      text-align: left;
      display: block;
      height: 0;
      transition: all 400ms ease;
      margin-bottom: 25px;
    }
  }
  .itemsWrapper {
    border-top: none;
    border: solid 2px #f2663a;
    border-top: none;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    .items {
      list-style: none;
      padding: 15px;
      margin: 0;
      text-align: left;
      border-top: none;
      margin-top: -10px;
    }
    .line-before::before {
      content: '';
      display: block;
      border-top: 1px solid #a8b5c2;
      margin-bottom: 20px;
      width: 90%;
    }
    .item {
      padding: 7px;
      font-size: 12px;
      text-transform: capitalize;
      color: #6a7682;
    }
  }
}
#kt_content
  > div
  > div
  > div
  > div.col-md-3
  > div
  > div.itemsWrapper
  > ul
  > li
  > svg {
  margin-right: 5px;
  width: 18px;
}
#kt_content > div > div > div > div:nth-child(2) > div > div.itemsWrapper {
  border: solid 2px #8ea0a9;
  border-top: none;
}
#kt_content > div > div > div > div:nth-child(2) > div > div.header {
  border: solid 2px #8ea0a9;
  border-bottom: none;
}
#kt_content > div > div > div > div:nth-child(2) > div > div.price {
  border-left: solid 2px #8ea0a9;
  border-right: solid 2px #8ea0a9;
}
button.btn.btn-custom {
  background: #f2663a;
  border-radius: 100px;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
button.btn.btn-custom:hover {
  background: white;
  color: #f2663a;
  border-color: #f2663a;
}
li.item.unchecked {
  color: #a8b5c2 !important;
}
#password-editor > div > svg {
  width: 17px;
  margin-left: -10px;
}
button.btn.btn-pill.btn-dark {
  margin-left: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
.MuiBox-root.css-wudn58 {
  text-align: center;
  border: none !important;
  border-radius: 15px;
}
.line-before.includes {
  text-align: left;
  margin-left: 25px;
  font-weight: bolder;
  font-style: italic;
  margin-bottom: -17px;
}
.user-access {
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  font-style: italic !important;
}
#kt_content > div > div > div > div {
  margin-top: 11px;
}
#kt_content > div > div {
  margin-top: -6px !important;
}
div#TrialModal {
  max-height: 918px !important;
  height: 77% !important;
  width: 38% !important;
  max-width: 720px !important;
}
#TrialModal > div {
  box-shadow: 0 6px 20px 0 rgba(124, 124, 124, 0.15);
}
.modal.fade.show {
  align-content: center;
  background: #060606cc;
}
