.hidden {
  display: none;
}

.page-content--main {
  margin-top: calc(var(--navbar-height) + 1rem);
  padding-bottom: 3rem;
}
/* Positioning */
.contact-wrapper {
  padding: 3em 4rem;
  box-shadow: 0 0px 12px 0px var(--box-shadow);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .contact-wrapper {
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 550px) {
  .contact-wrapper {
    padding: 0;
  }
}

.contact-container {
  margin: 0 7.5rem;
}

.form-container {
  margin: 0 2rem;
}

.row {
  text-align: start;
}

.center {
  text-align: center;
}

.contact-us--primary-content{
  margin: 0 2rem;
}

/* Elements */
.intro {
  margin-top: 0;
}

label {
  margin-bottom: 0;
  font-size: 0.75rem;
}



/* Remove arrows on number field */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

ul.errorlist {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0.25rem;
  text-align: left;
  color: var(--error-color);
  font-size: 0.75rem;
}
ul.errorlist li {
  position: relative;
}
ul.errorlist li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -18px;
  background-image: url("../img/error_icon.9cfc9b755fa6.png");
  background-size: 0.75rem 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
}

#div_id_message {
  margin: 0;
}

#remaining_char {
  float: right;
  font-family: var(--primary-font);
  font-size: 0.75rem;
  margin-bottom: 1rem;
}


/* help & support */
.contact-info-text {
  text-align: center;
  display: grid;
  -webkit-box-align: center;
  align-items: stretch;
}

.contact-info ul li {
  vertical-align: top;
}
.contact-info ul li:nth-child(1) .contact-profile-img img {
  width: 104px;
  height: 78px;
  alt: "Contact-1";
}
.contact-info ul li:nth-child(2) .contact-profile-img img {
  width: 104px;
  height: 78px;
  alt: "Contact-2";
}
.contact-info ul li:nth-child(3) .contact-profile-img img {
  width: 104px;
  height: 78px;
  alt: "Contact-3";
} 
.contact-info ul li:nth-child(3) .contact-info-text {
  padding-top: 15px;
}



.help-support-tile {
  display: grid;
  grid-template-rows: 50px 1fr;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  /* width: 300px;   */  
  height: 225px;
  margin: 1rem;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: rgb(45 45 45 / 31%) 0px 0px 5px 0px;
  border: 3px solid var(--primary-color);
  line-height: 1.6em;
}

.help-support-tile h2{
  font-size: medium;
  font-weight: bold;
}



/* help & support */


@media (max-width: 1200px) {
  .contact-container {
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .form-container {
    margin: 0 auto;
    min-width: none;
  }
  .contact-us--primary-content{
    margin: 0 auto;
  }
}


.custom-file-input {
  cursor: pointer;
}

 .custom-file-label {
  border-radius: 1.5rem;
  border-color: #333333;
  line-height: 1.6;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid #333333;
  max-width: 300px;
  max-height: 48px;
  width: 300px;
  height: 48px;
  padding: 10px 30px;
  overflow: inherit;
}

.custom-file-label::after {
  content: "\2191" !important;
  width: 3rem;
  border-radius: 1.5rem;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  height: 2.8rem;
  font-size: 20px;
  font-weight: bold;
  margin-right: -2px;
}

.contact--us-file--upload{
  max-width: 300px;
}

#id_message {
  height: 10rem;
}

.show-uploaded-filename{
  font-size: 0.75rem;
}