.modal-header, h4.text_modal, .close {
    background-color: #202020;
    color:white !important;
    text-align: center;
    font-size: 20px;
    padding: 10px 25px !important;
  }
  .modal-footer {
    background-color: #f9f9f9;
  }
  .modal-body{
    padding:15px 50px !important;
  }
  .distance{
     padding:10px 25px !important;       
  }
  .messageBlockForm {
  display: none;
}
.messageBlockForm.active {
  display: block;
}
.form-group-buy{
  padding: 0 0 0 57px !important;
}

.body-buy1 {
  padding: 2px 3px !important;
}

.active-box{
  border: 1px solid gold;
}
#myBtn{
margin-left:5px;
}

.iterate{
display: none;
color:#202020;
position: absolute;
top:10px;
border: 1px solid #202020;
background-color: black;
color:#f9f9f9;
padding: 8px 9px;
border-radius: 50%;
}
.iterate-active{
  display:inline-block;
}