@font-face {
  font-family: 'Margem-light';
  src: url("@/assets/fonts/Margem-Light-web.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Margem-regular';
  src: url("@/assets/fonts/Margem-Regular-web.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Margem-medium';
  src: url("@/assets/fonts/Margem-Medium-web.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Margem-bold';
  src: url("@/assets/fonts/Margem-Bold-web.ttf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Margem-black';
  src: url("@/assets/fonts/Margem-Black-web.ttf") format("opentype");
  font-display: swap;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #757575;
  opacity: 1;
  font-family: 'Margem-regular';
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575;
  font-family: 'Margem-regular';

}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #757575;
  font-family: 'Margem-regular';

}

.section-inscricao {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #FFFFFF;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.inscricao-container {
  width: 400px;
}

.inscricao-title {
  text-align: center;
  font-family: 'Margem-bold';
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  color: #06142D;
}

.inscricao-subTitle {
  text-align: center;
  font-family: 'Margem-regular';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
}

.inscricao-hr {
  margin-top: 24px;
  width: 56px;
  border: 1px solid #F20009;
  background-color: #F20009;
}

.inscricao-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
}

.inscricao-input-div {
  width: 100%;
  margin-bottom: 24px;
}

.inscricao-input-field {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
}

.inscricao-form input[type="text"],
#uf {
  width: 100%;
  height: 56px;
  background-color: #F5F5F5;
  border: none;
  padding: 16px 24px;
  color: #757575;
    font-family: 'Margem-regular';
  font-size: 16px;
  line-height: 20px;
}

.inscricao-form label {
  font-family: 'Margem-regular';
  font-size: 14px;
  line-height: 20px;
}

.inscricao-form div:nth-child(1) {
  margin-bottom: 24px;
}

.error-message-name,
.error-message-uf,
.error-message-email {
  width: 100% !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 5px !important;
  font-size: 12px !important;
  color: #FF666C !important;
}

.error-message-name>i,
.error-message-uf>i,
.error-message-email>i {
  margin-right: 5px !important;
}

.eventos-selecionados {
  margin-top: 21px;
}

.eventos-selecionados h1 {
    font-family: 'Margem-regular';
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.eventos-selecionados>h2 {
    font-family: 'Margem-regular';
  font-size: 14px;
  line-height: 20px;
  color: #505F79;
  margin-top: 16px;
}

.eventos {
  margin-top: 24px;
  max-height: 300px;
  overflow-y: auto;
}

.evento {
  display: flex;
  justify-content: space-between;
  height: 20px;
  margin-bottom: 20px;
}

.nome-evento {
    font-family: 'Margem-regular';
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.icone-remove-evento {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #F5F5F5;
  font-size: 12px;
  line-height: 24px;
  color: #757575 !important;
}

.icone-remove-evento:hover {
  cursor: pointer;
}

.inscricao-button {
  margin-top: 40px;
  width: 100%;
  height: 56px;
  background: linear-gradient(#E60009, #FF00A2);
  border: none;
  border-radius: 6px;
  font-family: "Spartan";
  color: #FFFFFF;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2px;
}

.inscricao-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.inscricao-span {
  display: block;
  margin-top: 16px;
    font-family: 'Margem-regular';
  font-size: 12px;
  line-height: 18px;
}

.inscricao-span>a {
  color: #0052CC;
  text-decoration: none;
}

.inscricao-span>a:hover {
  text-decoration: underline;
}

.inscricao-adicionar-eventos {
  justify-content: center;
  align-items: center;
  color: #0067FF;
  font-family: 'Margem-regular'!important;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  margin-top: 50px;
}

.inscricao-adicionar-eventos h3 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  margin-bottom: 30px;
}

.inscricao-adicionar-eventos>span:hover {
  cursor: pointer;
}

.inscricao-adicionar-eventos>span>i {
  margin-right: 8px;
}

.inscricao-button-voltar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
    font-family: 'Margem-regular';
  font-size: 12px;
  line-height: 16px;
  color: #505F79;
}

.inscricao-button-voltar>span:hover {
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .section-inscricao {
    padding: 30px 16px;
  }

  .inscricao-subTitle {
    margin-top: 24px;
  }

  .inscricao-form {
    margin-top: 16px;
  }
}
