:root {
  --exon-footer-icons-size: 2.5rem;
}

.default-checkbox-size {
  height: 25px;
  width: 25px;
}

.margin-top-10 {
  margin-top: 10px;
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.background-yellow {
  background-color: rgba(255,255,51, 0.7) !important;
}

.background-green {
  background-color: rgba(50,205,50, 0.7) !important;
  color: white;
}

.form-group .select2-container {
  width: 100%;
}

.exon-footer {
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(171, 245, 171, .08);
  width: 100%;
  min-height: 111px;
  height: auto;
}

.exon-footer__main_content {
  display:flex;
  flex-basis: 100%;
  background-color: rgba(171, 245, 171, .05);
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.exon-footer__main_content--center {
  justify-content: center;
}

.exon-footer__logo-container {
  text-align: center;
  margin-right: 2rem;
}

.exon-footer__logo {
  color: black;
}

.exon-footer__logo:link {
  text-decoration: none;
}

.exon-footer__logo:hover,
.exon-footer__logo:active {
  color: rgba(15, 140, 15, .5);
}

.exon-footer__logo > * {
  display: block;
}

.exon-footer__logo > img {
  height: auto;
  width: 32rem;
}

.exon-footer__social-media-links-container {
  display: grid;
  gap: .2rem 2rem;
  margin-left: 2rem;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.social-media-qr-code-links {
  cursor: pointer;
  height: auto;
  margin-bottom: .5rem;
  width: var(--exon-footer-icons-size);
}

.exon-footer__social-media-links-item:hover,
.exon-footer__social-media-links-item:active {
  color: rgba(15, 140, 15, .5);
}

.exon-footer__social-media-links-item {
  color: #6c6c6c;
  font-size: var(--exon-footer-icons-size);
}

@media screen and (max-width: 420px) {
  .exon-footer__logo img {
    width: 24rem;
  }
}

@media screen and (max-width: 768px) {
  .social-media-qr-code-links,
  .exon-footer__social-media-links-item {
    --exon-footer-icons-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .exon-footer__social-media-links-container {
    column-gap: 15rem;
  }

  .social-media-qr-code-links,
  .exon-footer__social-media-links-item {
    --exon-footer-icons-size: 3.5rem;
  }

  .exon-footer__logo {
    padding-block-end: 2rem;
  }

  .exon-footer__main_content {
    flex-direction: column;
  }
}

.form-control.form-control-readonly[readonly] {
  background-color: #fff !important;
  opacity: 1 !important;
}
