/* Generic PlayVR*/
.playvr {
    line-height: 1.85714285714286; /* Ez a régi Astra Theme-ben volt benne, és erre építettünk a dizájnt, ezért most manuálisan beteszem ide */
}

.playvr-debug {
    display: none;
}

.playvr input[type=text] {
    font-size: 15px;
    font-weight: 400;
    color: #293d4d;
    height: 40px;
}

.playvr select {
    font-size: 15px;
    font-weight: 400;
    color: #293d4d;
    height: 40px;
    padding: 0px 10px;
}

.playvr button {
    background-color: #d40a4e;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    font-weight: 300;
    border: 0px solid;
    border-radius: 8px;
}

.playvr button.small-button {
    font-size: 16px;
    height: 40px;    
}

.playvr button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.6;
}
