.cookieconsent-com---nb-interstitial-overlay {
  background: rgba(0, 0, 0, 0.7) !important;
}

#cookieconsent-com---nb {
  background-color: #ffffff !important;
  color: #1445f5 !important;
  width: 520px !important;
  max-width: calc(100vw - 40px) !important;
  border-radius: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 25vh !important;
  padding: 0rem !important;
  box-shadow: 0px 0px 200px -50px #142b9f !important;
  -webkit-animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both !important;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
}

@media only screen and (max-width: 350px) {
  #cookieconsent-com---nb {
    width: 85vw !important;
    height: 70vh !important;
    max-height: 400px !important;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
  }

  .cc-nb-buttons-container {
    flex-wrap: wrap !important;
  }

  .cc-nb-changep {
    margin-top: 8px !important;
  }
}

@media only screen and (max-width: 600px) {
  .cc-nb-buttons-container {
    flex-wrap: wrap !important;
  }

  .cc-nb-changep {
    margin-top: 8px !important;
  }
}

.cookieconsent-com---nb .cc-nb-main-container {
  background: #ffffff !important;
}

.cc-nb-main-container {
  max-width: calc(100vw - 40px) !important;
  padding: 2rem !important;
}

.cc-cp-body-content-entry-title,
.cc-cp-body-content-entry-text,
.cc-cp-body-tabs-item-link {
  color: #1445f5 !important;
}

.cc-nb-title {
  text-align: center !important;
  color: #1445f5 !important;
  font-size: 1em !important;
  font-weight: 400 !important;
}

#cc-nb-text {
  text-align: center !important;
  color: #1445f5 !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1.5rem !important;
}

.cc-nb-text-container {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 10px !important;
  padding-bottom: 25px !important;
}

.cc-nb-buttons-container {
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-evenly !important;
  width: 100% !important;
}

.cc-nb-okagree {
  background-color: #1445f5 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  display: block !important;
  min-width: 200px !important;
  border-radius: 10vw !important;
  border: 0px #1445f5 !important;
  transition: background 0.4s, color 2s !important;
}

.cc-nb-okagree:focus {
  box-shadow: 0 0 0 0px #1445f5 !important;
}

/* Settings button */
.cc-nb-changep {
  background-color: #ffffff !important;
  color: #1445f5 !important;
  border: 1px solid #1445f5 !important;
  cursor: pointer !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  display: block !important;
  min-width: 200px !important;
  border-radius: 10vw !important;
  transition: background 0.4s, color 2s !important;
}

.cc-nb-changep:focus {
  box-shadow: 0 0 0 1px #1445f5 !important;
}

.cc-nb-changep:hover {
  background: #1445f5;
  color: #ffffff;
}

/* Removed */
.cc-nb-reject {
  display: none !important;
}

/* Settings box */
#cookieconsent-com---preferences-center {
  font-family: "Montserrat Regular" !important;
}

.cookieconsent-com---pc-dialog {
  margin-top: 25vh !important;
  border-radius: 10px !important;
  box-shadow: 0px 0px 200px -50px #142b9f !important;
  -webkit-animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both !important;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
}

.cc-pc-container {
  height: 400px !important;
}

/* Small browser windows */
@media only screen and (max-width: 680px) {
  .cc-pc-container {
    height: 450px !important;
  }

  div.cc-cp-body {
    height: 350px !important;
  }
}

/* Mobile */
@media only screen and (max-width: 610px) {
  .cookieconsent-com---preferences-center {
    max-height: 90vh !important;
  }

  .cc-pc-head {
    height: 55px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: end !important;
  }

  .cc-pc-head-title {
    padding-top: 5px !important;
    text-align: left !important;
    width: 170px !important;
  }

  .cc-pc-head-close {
    margin-left: 85% !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .cc-cp-body-tabs {
    display: block !important;
  }

  .cc-cp-body-content-entry {
    padding: 15px !important;
  }

  .cc-cp-body-content-entry-title {
    font-size: 18px !important;
  }

  .cc-cp-body-content-entry-text {
    font-size: 12px !important;
  }

  #title_your_privacy,
  #title_strictly-necessary,
  #title_tracking {
    height: 25px !important;
  }

  #title_functionality,
  #title_targeting {
    height: 0px !important;
  }

  /* wrap and centre footer*/
  .cc-cp-foot {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .cc-cp-foot-byline,
  .cc-cp-foot-button {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
}

.cookieconsent-com---reset div {
  background: #ffffff !important;
  border-radius: 10px !important;
}

.cc-cp-body {
  background: #ffffff !important;
  height: 250px !important;
}

.cookieconsent-com---palette-light .cc-cp-body-content,
.cookieconsent-com---palette-light .cc-cp-body,
.cc-cp-body-tabs,
.cc-cp-body-tabs-item-link {
  background: #ffffff !important;
}

.cc-cp-body-tabs-item {
  border-bottom: 0px !important;
  border-right: 0px !important;
}

.cc-cp-body-tabs-item-link {
  height: 58px !important;
}

.cookieconsent-com---palette-light .cc-cp-body-tabs-item-link:focus {
  box-shadow: 0 0 0 0 #1445f5 !important;
}

.cookieconsent-com---palette-light .cc-cp-body-tabs-item[active="true"] a {
  color: #052dc4ff !important;
}

.cc-pc-head-title-text {
  color: #1445f5 !important;
}

.cc-pc-head-close {
  color: #1445f5 !important;
  font-weight: 600 !important;
}

.cc-cp-foot-byline {
  color: #1445f5 !important;
}

.cc-cp-foot-save {
  background-color: #1445f5 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  display: block !important;
  min-width: 200px !important;
  border-radius: 10vw !important;
  border: 0px #1445f5 !important;
  transition: background 0.4s, color 2s !important;
}

.cc-custom-checkbox + label {
  padding: 0 0 0 50px !important;
}

#strictly-necessary_label {
  vertical-align: middle !important;
}

/* Removed */
.cc-pc-head-lang-select,
#title_functionality,
#title_targeting,
#title_more_information {
  display: none !important;
}

.selector {
  /* Add your selector here */
  -webkit-animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
    both !important;
  animation: scale-up-center 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both !important;
}
