@media screen and (max-width: 400px) {
  .anti-modal-box {
    width: 100% !important;
  }
}
@media screen and (min-width: 401px) and (max-width: 700px) {
  .anti-modal-box {
    width: 100% !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .anti-modal-box {
    width: 500px !important;
  }

}

@media screen and (min-width: 700px){
  .anti-modal-box {
    width: 500px !important;
  }

}

.center {
    margin: auto;
    width: 90%;
    padding: 10px;
    text-align: center;
}

.hdr{
	/*background-color: #566F90;*/
  border: 2px solid white;
}

.body{
	background-color: #512da8 ;
  color: #fff;
}
  /*color: #E6E5E5;*/
  /*#5488AE;*/

.list-group-item:selected{
	background-color: #C6E3F5;
}


.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}





.result {
  direction: ltr;
  font-family: Verdana;
  font-size: 7vw;
  text-align: center;
  /*width: 100%;*/
  /*position: fixed;*/
  top: 80%;
  height: 17vw;
  /*margin-top: -6vw;*/
}

.result .message {
  height: 10vw;
}

.result .code, .result .number {
  font-size: 8vw;
  letter-spacing: 5px;
}


.btn {
	padding: 10px 12px;
  font-size: 18pt;
  font-weight: 900;
}

.anti-modal-footer{
  text-align: center;
}

.anti-modal-button{
      margin-left: 35px;
      margin-right: 35px;
}

.anti-modal-body{
    text-align: center;
    font-size: 16pt;
}