
@font-face {
	font-family: novacondreg;
	src: url(../font/FontsFree-Net-Proxima-Nova-Cond-Reg.otf);
}
@font-face {
  font-family: novasbold;
  src: url(../font/FontsFree-Net-Proxima-Nova-Sbold.otf);
}
@font-face {
  font-family: novaxbold;
  src: url(../font/FontsFree-Net-Proxima-Nova-Xbold.otf);
}
@font-face {
  font-family: novabold;
  src: url(../font/Proxima-Nova-Bold.otf);
}
@font-face {
  font-family: nova;
  src: url(../font/Proxima-Nova-Font.otf);
}
#app {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.marker {
  position: absolute;
  width: 60px;
  left: 172px;
  top: -20px;
  z-index: 2;
}

.wheel {
  width: 100%;
  height: 100%;
}

.button {
  display: block;
  width: 250px;
  margin: 40px auto;
  cursor: pointer;
}

.button:hover {
  opacity: 0.8;
}

.blur {
  animation: blur 10s;
}

@keyframes blur {
  0% {
    filter: blur(1.5px);
  }
  80% {
    filter: blur(1.5px);
  }
  100% {
    filter: blur(0px);
  }
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{   color: black;        }
    49%{  color: black;        }
    60%{  color: transparent; }
    99%{  color: transparent; }
    100%{ color: black;        }
}

.wheelText {
  font: 16px serif;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight:normal;
  text-align: center;
  /*text-shadow: 0 0 3px #555555, 0 0 5px #555555;*/
  /*text-shadow: 2px 2px #555555;*/
  -webkit-appearance: none;
  -webkit-box-shadow: 3px 3px 6px 6px #555555;
  fill: white;
}

/* Important part */
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: 80vh;
  overflow-y: auto;
}

@media(min-width: 768px) {
  .logomobile{
    display: none;
  }
  .logomain{
    margin-top: 3rem;
    display: block;
  }
  #svgwheel{
    /*transform: scale(0.75);*/
  }
}

@media(max-width: 767px) {
  .logomain{
    display: none;
  }
  .logomobile{
    display: block;
  }
}

.tccheckbox {
  width: 30px;
  height: 30px;
  margin-top: -2.7rem!important;
}

.h1title{
  color: black;
  font-size: xx-large;
}

.underh1{
  color: #7e7d7b;
  margin-top: -1rem;
  font-family: novacondreg;
}

.tctextport{
  color: black;
  font-size: small;
  margin-left: 1rem;
}

.tctexteng{
  color: #7e7d7b;
  margin-left: 1rem;
  font-size: xx-small;
  font-family: novacondreg;
}

@media(max-width: 767px) {
  .tctextport{
    color: black;
    font-size: 0.25cm;
    margin-left: 1rem;
  }
  .tctexteng{
    color: #7e7d7b;
    margin-left: 1rem;
    font-size: 0.2cm;
    font-family: novacondreg;
  }
  .h1title{
    font-size: smaller;
  }
  .btnspin{
    position: fixed;
    bottom: 24px;
    right: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1181px) {
  .btnspin{
    position: fixed;
    bottom: 24px;
    right: 24px;
  }
  .btn-block{
    width: 50%!important;
  }
}

@media(max-width: 1024px) {
  .tctextport{
    color: black;
    font-size: 0.25cm;
    margin-left: 1rem;
  }
  .tccheckbox {
    width: 20px;
    height: 20px;
    margin-top: -1.7rem!important;
  }
  .btnspin{
    position: fixed;
    bottom: 24px;
    right: 24px;
  }
  .btn-block{
    width: 50%!important;
  }
}