
@font-face {
	font-family: 'SF_reg';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url(https://yannicoffee.com/rate/fonts/SF_bold.woff) format('woff');
}
@font-face {
	font-family: 'SF_bold';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url(https://yannicoffee.com/rate/fonts/SF_bold.woff) format('woff');
}


body{
    overflow: hidden;
    margin: 0;
    background: #f5d40f;
    font-family: 'Noto Sans', 'SF_bold' !important;
        overflow-y: hidden;
        overflow-x: hidden;
      
}


.ion-android-arrow-forward:before {
content: "\f2ca";
}

.ion-android-arrow-back:before{
content: "\f30f";

}

h1{
    position: relative;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    opacity: 0;
    transition: .8s ease-in-out;
}

#progress{
    position: absolute;
    background: #00000033;
    height: 100vh;
    width: 0;
    transition: width 0.2s ease-in-out;
}

.center{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#register{
    background: #fff;
    position: relative;
    width: 550px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    transition: transform .1s ease-in-out;
}

#register.close{
    width: 0;
    padding: 0;
    overflow: hidden;
    transition: .8s ease-in-out;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0);
}

#forwardButton{
    position: absolute;
    left: 20px;
    bottom: 5px;
    font-size: 39px;
    color: #f5d40f;
    float: left;
    cursor: pointer;
    z-index: 20;
}

#previousButton{
    position: absolute;
    font-size: 18px;
    right: 30px;
    top: 12px;
    z-index: 20;
    color: #9e9e9e;
    float: left;
    cursor: pointer;
}

#previousButton:hover{
    color: #f5d40f;
}

#forwardButton:hover{
    color: #f5d40f;
}

.wrong #forwardButton{
    color: #ff2d26;
}

.close #forwardButton, .close #previousButton{
    color: #fff;
}

#inputContainer {
  position: relative;
  padding: 30px 20px 20px 20px;
  margin: 10px 10px 10px 60px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

#inputContainer input{
    position: relative;
    width: 97%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    outline: 0;
    background: transparent;
    box-shadow: none;
    font-family: 'Noto Sans', 'SF_bold' !important;
    direction: rtl
}

#inputLabel{
    position: absolute;
    pointer-events: none;
  top: 32px; /* same as container padding + margin */
  right: 20px; /* same as container padding */
    font-size: 18px;
    font-weight: bold;
    transition: .2s ease-in-out;
    direction: rtl;
    
}

#inputContainer input:valid + #inputLabel{
    top: 6px;
    right: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #9e9e9e;
}

#inputProgress{
    border-bottom: 2px solid #f5d40f;
    width: 0;
    transition: width .6s ease-in-out;
}

.wrong #inputProgress{
    border-color: #ff2d26;
}



@media (max-width: 420px) {
  #forwardButton {left: 10px}
  #previousButton {right: 10px}
  #inputLabel { right: 0; }
  #inputContainer {padding-right: 0; margin-left:20px}
  
}


.swal2-container.swal2-center>.swal2-popup {
     background: transparent !important;
     margin-bottom: 210px;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
 background: rgb(0 0 0 / 0%)!important;   
}


.swal2-icon.swal2-success .swal2-success-ring {
    
    border: .25em solid #a5dc86!important;
    
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
    
        background-color: #a5dc86!important;
}

.swal2-icon {
    
        margin: -2.5em auto 5.6em!important;
}