@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

.modal-dialog {
  max-width: 600px;
}

.modal-dialog--contest{
  max-width: 822px;
} 

.modal-content{
  border-radius: 0px;
  border: 0px;
}

.modal-body{
  padding: 20px;
}

.modal-body__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.modal-body--contest{
  padding: 50px 20px;
}

.modal-buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

@media (max-width: 767.98px){

  .modal-buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .modal-buttons__col{
    margin: 10px 0;

  }
}

/*MODAL-CONTEST*/

.modal-contest__img{
  margin-bottom: 15px;
}

.modal-contest__title{
  /* font-family: "Avenir",sans-serif; */
  font-weight: 900;
  font-size: 23px;
  line-height: 25px;
  text-align: left;
  color: #A91B4E;
}

.modal-contest__small{
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: #290943;
  margin: 0;
  margin-top: 26px;
}

.modal-contest__small strong{
  font-weight: 700;
}

.modal-contest__small a{
  color: #290943;
}


.modal-contest .form-group{
  display: flex;
  flex-flow: column;
}

.modal-contest .form-group label{
    font-family:"Lato",sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #A91B4E;
    margin-bottom: 13px;      
    width: 100%;        
}

.modal-contest .form-group .form-control{
  height: 32px;
  background: transparent;
  border: 1px solid #4D008C;
  margin-bottom: 30px;
  width: 100%;

}

.modal-contest .form-group .form-control::placeholder{
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #4d4545;
}

.modal-contest .form-group .form-control:focus-within{
  outline: none
}

.modal-contest .mdl-ferrer{
  font-family:"Lato",sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #290943;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.modal-contest .mdl-ferrer p{
  margin-bottom: 13px;
  width: 100%;
  font-weight: 300;
}

.modal-contest .mdl-ferrer strong{
  font-weight: 700;
  color: #A91B4E;
}

.modal-contest__fb{
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 50px;
}

.modal-contest__fb img{
  margin-bottom: 16px;
}

.modal-contest__fb p{
  /* font-family: "Avenir",sans-serif; */
  font-weight: 900;
  font-size: 23px;
  line-height: 25px;
  text-align: center;
  color: #290943;
  max-width: 275px;
  margin: 0 auto;     
  margin-bottom: 17px;    

}

.form-check{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.form-check.form-check--inline{
  width: 50px;
}

.form-check.form-check--inline label{
  padding-right: 30px;
  color: #A91B4E;
  padding-left: 0;
}

.form-check.form-check--inline input{
  left: auto;
  right: 12px;
}

.form-check.form-check--inline input:checked + label::after{
  left: auto;
  right: 0;
}

.form-check.form-check--inline label::before{
  left: auto;
  right: 0;
}


.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  /* display: none; */
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 2px;
}

.form-check input:checked + label:after{
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  width: 22px;
  height: 22px;
  background-color: #4D008C;
  border-radius: 0px;
}

.form-check label {
  font-family:"Lato",sans-serif;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #4D4545;
  padding-left: 30px;
  min-height: 25px;
}


.form-check label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #4D008C;
    box-shadow: none;
    padding: 0px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0px;
    width: 22px;
    height: 22px;
    padding: 0;
    top: -3px;
    position: absolute;
    left: 0;
}

.form-check label a{
  color: #4d4545; 
}

.btn--submit{
  width: 158px;
  height: 38px;
  background-color: transparent;
  font-family: "Avenir",sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #A91B4E;
  border: 1px solid #A91B4E;
  background-image: none;
  padding: 0;

}


.btn--submit:hover{
  background-color: #A91B4E;
  color: #fff;
  background-image: none;
}

.btn--red{
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  border: 0;
  color: #A91B4E;
  background-image: url('./src/imgs/icon-red-contest.svg');
}

.btn--red:hover{
  color: #A91B4E;
  background-image: url('./src/imgs/icon-red-contest.svg');

}

.btn--modal{
  width: 100%;
  max-width: 150px;

}