.btn.register {
    height: 46px;
    background: #808080 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
    line-height: 32px;
}
.btn.play-now,.btn.btn-green {
    height: 46px;
    background: #00CC8C !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
    line-height: 32px;
}
.btn.standard {
    height: 46px;
    background: #01AEB8 !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
    line-height: 32px;
    min-width: 173px;
}
.btn span {
    opacity: 0.5;
}
.survey-btn {
    display: grid;
    text-align: center;
}
.survey-btn.allow-skip .skip {
    display: block !important;
}
.survey-btn .skip {
    text-decoration: underline;
    padding-top: 8px;
    display: none;
}
button.fullscreen {
    position: absolute;
    right: 10px;
    margin-top: 15px;
    z-index: 999;
    border: none;
    background: #06aeb8;
    color: #fff;
    border-radius: 5px;
}
button.fullscreen i {
    margin-right: 5px;
    pointer-events: none;
}
button.fullscreen span {
    pointer-events: none;
}

