/* ==========================================================================
   LESS Variables 
   ========================================================================== */
/*** COLOR SETTINGS - ORIGINAL ***/
.fa-family {
  font-family: "Font Awesome 6 Pro";
}
/*modal css start*/
.cookieform input[type="submit"] {
  padding: 0 20px;
  background-color: var(--main-color);
  border: 0;
  height: 44px;
  line-height: 36px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
#cookie-consent-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1rem;
  padding-top: 1rem;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
}
#cookie-consent-modal:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0.93;
  background: rgba(0, 0, 0, 0.75);
}
#cookie-consent-modal .cookie-title {
  color: #000;
  font-size: 1.5625rem !important;
  font-weight: normal;
  margin: 0;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
#cookie-consent-modal .cookie-title:after,
#cookie-consent-modal .cookie-title:before {
  display: none;
}
#cookie-consent-modal .cookie-title i {
  background-color: #e6e6e6;
  color: var(--main-color);
  border-radius: 3.125rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  font-size: 2rem;
}
#cookie-consent-modal .cookie-paragraph {
  color: #000;
  font-size: 1rem;
  line-height: 1.56rem;
  margin-bottom: 1rem;
}
#cookie-consent-modal .cookie-paragraph:last-child {
  margin-bottom: 1.5rem;
}
#cookie-consent-modal .cookiee-consent-container {
  position: relative;
  background: #fff;
  padding: 1.25rem;
  max-width: 28.125rem;
  border-radius: 0.938rem;
}
#cookie-consent-modal .cookie-consent-selection {
  display: flex;
  flex-direction: column;
}
@media (min-width: 568px) {
  #cookie-consent-modal .cookie-consent-selection {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#cookie-consent-modal .cookie-consent-allow,
#cookie-consent-modal .cookie-consent-decline {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #000;
  color: #fff;
  height: 2.8125rem;
  border-radius: 0.188rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  cursor: pointer;
}
#cookie-consent-modal .cookie-consent-allow:focus-visible,
#cookie-consent-modal .cookie-consent-decline:focus-visible {
  background-color: #fff;
  color: #000;
  outline: 2px solid #000;
}
@media (min-width: 568px) {
  #cookie-consent-modal .cookie-consent-allow,
  #cookie-consent-modal .cookie-consent-decline {
    width: calc(48% - 0.5rem);
    margin-right: 1rem;
  }
}
#cookie-consent-modal .cookie-consent-allow {
  margin-right: 5px;
}
#cookie-consent-modal .cookie-consent-settings {
  color: #000;
  background-color: #fff;
  border: 0;
  text-decoration: underline;
  height: 2.75rem;
  line-height: 2.75rem;
}
@media (min-width: 568px) {
  #cookie-consent-modal .cookie-consent-decline {
    margin-right: 0;
  }
}
#cookie-consent-modal .cookie-consent-allow {
  background-color: #000;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  text-decoration: none;
}
@media (min-width: 568px) {
  #cookie-consent-modal .cookie-consent-allow {
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
form.cookieform .accordion .card-header h3 {
  width: auto;
}
.cookieheading p {
  margin: 10px 0;
}
#cookie-settings-flex .flex-col-xs {
  flex-basis: 16rem;
  background-color: white !important;
  margin: 1rem !important;
  padding: 1rem;
}
/*modal css end*/
