* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: "Inter", sans-serif;
  /* background: #F8E5D6; */
  background: white;
  color: #101926;
  font-size: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  border-radius: 100px;
  font-weight: 400;
  padding: 10px 15px;
  background: #101926 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-primary-grey,
.btn-primary-grey:hover,
.btn-primary-grey:focus {
  border-radius: 100px;
  font-weight: 400;
  padding: 10px 15px;
  background: #e9e9e9 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: black;
}

a {
  color: #101926;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M4 7h22v2H4zm0 7h22v2H4zm0 7h22v2H4z" fill="%23000000"/></svg>');
  opacity: 0.8;
}
input,
select {
  border-radius: 4px;
  padding: 10px 5px 10px 15px;
  outline: none;
  width: 100%;
  border: 1px solid #cfd6e1;
}
.navbar {
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
a:hover {
  text-decoration: none;
  color: initial;
}
.grey-text {
  color: #4f5d75;
}
.errorlist {
  list-style: none;
  color: #d44961;
  margin-top: 20px;
}
.link-border {
  border-bottom: 2px solid #101926;
}
.card {
  border: none;
  border-radius: 16px;
  padding: 20px 40px;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
  border-radius: 100px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 15px;
  background: none !important;
  border: 1px solid #d44961;
  outline: none !important;
  box-shadow: none !important;
  color: #d44961;
}
.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.card-row {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.card-row .card-row-item {
  padding: 5px 10px;
}
#logo {
  padding: 5% 0;
  max-width: 100px;
}
.navbar {
  /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); */
}
.dropdown-item:active {
  background: grey !important;
}
#content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 82px);
}
#profile-settings-icon,
#dropdown-text {
  display: none;
}
.nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-link {
  padding: 12px 30px;
}

#cart-icon {
  width: 20px;
}
#cart-text {
  display: none;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}

#profile-icon {
  border-radius: 100px;
}

@media (max-width: 992px) {
  #profile-icon {
    display: none;
  }
  #profile-settings-icon,
  #dropdown-text,
  #cart-text {
    display: initial;
  }
  .dropdown-menu.show {
    border: none;
  }
  #cart-icon {
    width: 15px;
    margin: -5px 6px 0 0;
  }
  .nav-link {
    padding: 12px 30px !important;
  }
}

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

.br-100 {
  border-radius: 100px;
}

.top-recommendation::after {
  content: "✔";
  position: absolute;
  background-color: #686B8C;
  color: white;
  height: 34px;
  width: 34px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: calc(100% - 48px);
  top: 11px;
  font-size: 16px;
}

.gradient {
  background: #966a52;
  background: linear-gradient(120deg, #e4bda6 0%, #966a52 100%);
}

.gradient-black {
  background: #000000 !important;
  background: linear-gradient(120deg, #000000 0%, #363636 100%) !important;
}


.cursive {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
}

.top-label, .top-label h2 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: initial;
}

.bg-gray {
  background: #f7f7f7!important;
}

.bg-black-gradient {
  background: linear-gradient(0deg, #000000d1 0%, rgba(199, 199, 199, 0) 50%);
}

.black-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #000000d1 0%, rgba(199, 199, 199, 0) 50%);
  padding: 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.black-overlay .cursive, .treatment-protocol .cursive {
  font-weight: 500!important;
}

.treatment-protocol {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.treatment-protocol-card-container {
  background-size: cover;
  background-position: center center;
  min-height: 375px;
}

.answer-option {
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px; margin: 8px 10px; border-radius: 5px; border: 1px solid rgba(0,0,0,0.5); cursor: pointer; display: inline-block;
}

.btn-white, .btn-white:hover, .btn-white:active {
  color: black!important;
  background-color: white!important;
  border: none!important;
  font-weight: 500;
}

.card-shadow {
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
  .modal-lg {
      max-width: 80vw;
  }
}

.modal-image-max {
  height: 420px;
}

@media (max-width: 750px) {
  .modal-image-max {
    height: 280px;
  }
}

.cursor-pointer .modal-content {
  cursor: initial;
}

.modal-body ul {
  margin-left: 25px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5 {
  margin-top: 15px;
}

[id*="productModal"] .modal-header, [id*="protocolModal"] .modal-header {
  border-bottom: none;
}

@media (min-width: 800px) {
  .border-md {
    border: 1px solid #dee2e6;
  }

  .mdsy {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

.trait-top-holder .tag {
  position: absolute;
}

.tag {
  font-size: 16px; 
  color: white;
  top: 5%;
  left: 5%;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.tag.low {
  background-color: rgb(93, 188, 76); 
}

.tag.mid {
  background-color: rgb(255 197 51);
}

.tag.high {
  background-color: #f1a116;
}

.tag.unknown {
  background-color: rgb(112, 112, 112);
}