#ateed_rfp_acb_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(47,47,47, 0.8);
  z-index: 10000;
}

.ateed_rfp_acb_container {
  text-align: center;
}

.ateed_rfp_acb_container a {
  text-align: center;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.ateed_rfp_acb_container p {
  line-height: 10px !important;
}

.ateed_rfp_acb_spacing {
  margin-left: 2.5px !important;
  margin-right: 2.5px !important;
}

#ateed_rfp_acb_intro {
  color: white;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* Adjust cookie consent */
body .cc-window.cc-bottom {
  bottom: 78px;
}

/* Adjust cookie consent */
body .cc-window.cc-floating {
  max-width: none;
  width: 100vw;
  flex-direction: row;
}

.cc-window a.cc-btn {
  height: 35px;
}

body .cc-window.cc-floating .cc-compliance {
    flex: revert;
}

@media only screen and (max-width:639px) {
  .ateed_rfp_acb_container a {
    width: 200px;
  }
  #ateed_rfp_acb_intro {
    display: none;
  }
  body .cc-window.cc-bottom {
   bottom: 46px;
  }
}

@media only screen and (max-width:413px) {
  body .cc-window.cc-bottom {
    bottom: 95px
  }
}

