* {
  font-family: Montserrat;
}

.main {
  width: 80%;
  margin: 50px auto;
  height: auto;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: inset 0 0 2rem white;
  min-height: 500px;
  background: url('../assets/images/bg-mattel.png')
}

.content-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }

  .content-wrapper {
    flex-direction: column-reverse;
  }
}

#languageDropdown {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-top: 2rem;
  padding-right: 35px;
}

#labelDropdown {
    display: flex;
    justify-content: end;
    width: 100%;
    padding-top: 2rem;
    padding-right: 5px;
}

#goBack {
  display: none;
  position: absolute;
  left: 0;
  padding-top: 2rem;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  #goBack {
    display: block;
  }
}

#goBack button {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  text-decoration: underline;
}

select#selectLanguage option[value="pt-br"] {
  background-image: url('../assets/images/pt-br.png');
}

select#selectLanguage option[value="es-es"] {
  background-image: url('../assets/images/es-es.png');
}

select#selectLanguage option[value="en-us"] {
  background-image: url('../assets/images/en-us.png');
}

#languageDropdown .btn-group {
  width: 75px;
}

#languageDropdown button {
  background: transparent;
  color: #D9282F;
  border: 2px solid #D9282F;
  border-radius: 8px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

#languageDropdown .dropdown-menu {
  min-width: unset !important;
}

.languageFlag {
  width: 25px;
  border-radius: 3px;
  height: 18px;
}

.mattel-logo {
  position: absolute;
  align-self: center;
  cursor: pointer;
  top: 80px;
}

@media screen and (max-width: 768px) {
  .mattel-logo {
    top: 32px;
  }

  .mattel-logo img {
    max-width: 90px;
  }
}

#menu {
  background-color: white;
  margin-top: 3rem;
  padding-left: .5rem;
  padding-right: .5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.menuLinks {
  justify-content: space-around;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .menuLinks {
    display: none;
  }
}

.menuLinks>* {
  margin-right: 16px;
}

.menuLinks>*:last-child {
  margin-right: 0;
}

.menuLink {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 15px;
  color: #D9282F;
  font-weight: bold;
}

.menuLinkActive {
  text-decoration: none !important;
  color: #4A3869 !important;
  cursor: unset !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;

}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;

}

.form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dangerAsterisk {
  color: #D9282F;
  margin-left: 0.25rem;
}

.form-label {
  font-size: 12px;
  font-weight: 700;
}

.archiveImport {
  border: 2px solid #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 150px;
  background-color: #EFEFEF;
}

.archiveImport p {
  font-size: 21px;
  margin-bottom: 0 !important;
}

.archiveImport strong {
  color: black;
}

.formTextarea textarea {
  min-height: 112px;
}

.form-header {
  display: flex;
  align-items: center;
  justify-content: end;
}

.form-header .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-header input {
  width: 60% !important;
}

.selectDiv {
  width: 100%;
  height: 60%;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url('../assets/images/vectors/select-arrow.png') no-repeat right white;
  display: inline-block;
  position: relative;
}

.reasonSelectDiv {
  width: 100%;
  height: 40px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url('../assets/images/vectors/select-arrow.png') no-repeat right white;
  display: inline-block;
  position: relative;
}

.ufSelect,
.reasonSelect {
  background: transparent;
  background-color: unset !important;
  -webkit-appearance: none;
  width: 100%;
  font-size: 11px;
  border: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-submit {
  height: 50px;
  font-size: 21px !important;
}

#footerButtons {
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.footerLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.4rem;
}

.footerLinks:last-child {
  margin-right: 0;
}

.footerButton {
  background-color: #D9282F;
  border-radius: 15px;
  border: none;
  height: 90px;
  width: 90px;
}

.footerButtonActive {
  background-color: #807496 !important;
  cursor: unset !important;
}

.buttonLabel {
  color: #D9282F;
  font-weight: bold;
  text-align: center;
  display: flex;
  width: min-content;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  #footerButtons {
    overflow: auto;
    width: 100%;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12vh;
  }

  .footerLinks {
    margin-right: 16px;
  }

  .footerLinks:last-child {
    margin-right: 0;
  }

  .footerButton {
    height: 46px;
    width: 46px;
    border-radius: 14px;
  }

  .footerButton img {
    width: 100%;
  }

  .footerButtonActive {
    background-color: #807496 !important;
    cursor: unset !important;
  }

  .buttonLabel {
    color: #D9282F;
    font-weight: bold;
    text-align: center;
    display: flex;
    width: min-content;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    padding-top: 4px;
  }
}

@media only screen and (max-width: 1366px) {
  .menuLink {
    font-size: 12px;
  }
}