/* Step Buttons*/
.stepbutton-container {
    display: flex;
    justify-content: center;    
    gap: 10px;
}

button.stepbutton {
    background-color: #D61D52;
    border: 2px solid #D61D52;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;    
}

button.stepbutton:disabled {
    background-color: #D9D9D9;
    color: #808080;
    border: 2px solid #D9D9D9;    
}

button.prevstepbutton {
    background-color: #ffffff;
    color: #D61D52;
}

/* Struktúra */

.main-container {
    font-family: Poppins;
    box-sizing: border-box;
    background-color: #F1F1F1;
}

.main-form-section {
    display: block; /* Not needed, just to supress VSCode warning */
}

.white-section {
    background-color: #ffffff;
    color: #293d4d;
    border: 2px solid #B2B2B2;
    border-radius: 25px;
    margin-bottom: 20px;
}

.dark-section {
    background-image: linear-gradient(to right, #293d4d, #282828);
    color: #ffffff;
    border-radius: 25px;
    margin-bottom: 20px;
}

.playvr-vouchercheck-section {
    padding: 20px;
    padding-left: 8px;
    padding-right: 8px;    
}

.playvr-modify-check-section {
    padding: 20px;
    text-align: center;
}

/* Ticket Category Section */
.ticket-category-section {    
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}

.ticketcategory-news {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    color: red;
}

.ticketcategory-header {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
}

.ticket-category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding-top: 10px;
    align-items: end;
}

.ticket-category-container input {
    display: none;
}

.ticketcategorybox-extended {
    width: 210px;
    display: flex;
    flex-direction: column;
}

.ticket-category-container .highlight-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    z-index: 2;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
}

.ticket-category-container .highlight {
    flex-grow: 0;
    background-image: linear-gradient(to right, #3B3A4C, #B03252);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.1;
}

.ticketcategorybox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 210px;
    height: 325px;
    margin: 0px;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    background-color: #F1F1F1;
    border: solid 2px #B2B2B2;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
    z-index: 1;
}

.ticket-category-container input:checked + label .ticketcategorybox {
    background-color: #ffffff;
    border: solid 4px #5fbba2;
    padding: 14px;
}

.ticketcategorybox .illustrations {
    flex-shrink: 0;
    margin-top: -100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ticketcategorybox .checkboxrow {
    flex-basis: 30px;
    display: flex;
    justify-content: center;
}

.ticketcategorybox .checkbox {
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2023/04/PlayVR-normal-radio-gomb.svg");
}

.ticket-category-container input:checked + label .checkbox {
    background-image: url("/wp-content/uploads/2023/04/PlayVR-aktiv-radio-gomb.svg");
}

.ticketcategorybox .picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.ticketcategorybox .picture img{
    max-width: 100%;
    max-height: 100%;
}

.ticketcategorybox .agelimit {
    width: 31px;
    height: 31px;
}

.ticketcategorybox .descriptions {
    height: 178px;
}

.ticketcategorybox .title {
    font-size: 19px;
    font-weight: 700;
    color: #293D4D;
    height: 58px;
    margin-bottom: 10px;
}

.ticketcategorybox .propertyrow {
    display: flex;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 2px;
}

.ticketcategorybox .propertyicon {
    width: 24px;
    flex-shrink: 0;
    margin-right: 8px;
}

.ticketcategorybox .description {
    line-height: 1.2;
}

@media screen and (max-width: 1000px) {
    .ticket-category-container {
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
    }

    .ticket-category-helper {
        font-size: 16px;
    }

    .ticketcategorybox-extended {
        width: 290px;
    }

    .ticket-category-container .highlight-container {
        height: 25px;
    }

    .ticket-category-container .highlight-container.empty {
        height: 0px;
    }

    .ticketcategorybox {
        flex-direction: row;
        width: 290px;
        height: auto;
        padding: 14px;
    }

    .ticket-category-container input:checked + label .ticketcategorybox {
        padding: 12px;
    }

    .ticketcategorybox .illustrations {
        margin-top: 0px;
        width: 85px;
    }

    .ticketcategorybox .picture {
        height: auto;
    }

    .ticketcategorybox .checkboxrow {
        flex-direction: column;
    }

    .ticketcategorybox .descriptions {
        height: auto;
        margin-right: -40px;
    }

    .ticketcategorybox .title {
        font-size: 16px;
        height: auto;
        text-align: left;
        margin-bottom: 5px;
    }
}

#playvr_ticketdisclaimer_container {
    margin-top: 20px;
}

/* Numplayers Section*/
.playvr-numplayers-section {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.playvr-numplayers-header {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

.playvr-numplayers-container-container {
    display: flex;
    justify-content: center;
}

.playvr-numplayers-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 630px;
    padding: 8px;
}

.playvr-numplayer-row-container {
    display: flex;
    gap: 7px;
}

button.playvr-numplayerbutton {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    font-size: 18px;
    background-color: #5FB89F;
    color: #ffffff;
}

button.playvr-numplayerbutton:disabled {
    background-color: #D9D9D9;
    color: #808080;
}

.playvr-numplayer-field {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #B2B2B2;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.playvr-numplayer-label {
    display: flex;
    width: 124px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #293D4E;
    line-height: 17px;
}

.playvr-numplayer-infobox {
    display: flex;
    width: 18px;
    justify-content: center;
    align-items: center;
}

.tooltip-wrapper {
    position: relative; /* Does nothing to the element itself, but it becomes an anchor for absolute positioned elements */    
    width: 18px;
    height: 18px;
}

.tooltip-wrapper .tooltiptext {
    position: absolute; /* Does not take up space in the document flow */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;

    width: 300px;
    font-size: 15px;        
    line-height: 1.4;    
    text-align: center;
    border-radius: 6px;    
    padding: 18px 20px;    
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -240px;
    margin-bottom: 5px;
    background-color: #cf204b;
    color: #ffffff;
    
}

.tooltip-wrapper:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.player-disclaimer-container {
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    gap: 13px;
}

.player-disclaimer-icon-column {
    flex-shrink: 0;
}

.player-disclaimer-text-column {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding-top: 4px;
}

.player-disclaimer-icon {
    width: 19px;
    height: 19px;
}

@media screen and (max-width: 767px) {
    .playvr-numplayers-section {
        padding-bottom: 20px;
    }

    .playvr-numplayers-header {
        font-size: 18px;
    }
}

/* Duration Section */

.duration-section {
    padding-bottom: 30px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

.playvr-duration-header {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 10px;
}

/*Rádiógombok*/
.switch-field-container {
	text-align: center;
}

.switch-field {
    display: inline-block;
    margin: 0 auto;
}

.switch-field input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-field label.oldduration {
	display: inline-block;
	width: 125px;
	height: 45px;
	margin: 10px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	background-color: #bec0ce;
	color: #293d4d;
	border: solid 4px rgba(0,0,0,0);
	border-radius: 8px;
}

.switch-field label.newduration {
    display: inline-block;
    width: 173px;
    margin: 10px;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    background-color: #F1F1F1;
    color: #293d4d;
    border: solid 4px rgba(0,0,0,0);
    border-radius: 8px;
    cursor: pointer;
    word-wrap: normal;
}

label.newduration.escape2024 {
    width: 200px;
}

label.newduration .r1 {
    font-size: 18px;
    color: #293D4E;
    font-weight: 600;
    margin-top: 5px;
}

label.newduration .r1.escape2024 {
    font-size: 20px;
    color: #5A3E78;
    font-weight: 700;
}

label.newduration .r2 {
    font-size: 35px;
    color: #CB1649;
    font-weight: 700;
}

label.newduration .single{
    color: #50A6BB;
}

label.newduration .mmax{
    color: #CB5716;
}

label.newduration .freeroam {
    color: #563F74;
}

label.newduration .escape {
    color: #293D4E;
}

label.newduration .birthday {
    color: #0C9AB4;
}

label.newduration .team {
    color: #293D4E;
}

label.newduration .r3 {
    font-size: 18px;
    color: #293D4E;
    font-weight: 600;
    line-height: 95%;
}

label.newduration .r3.escape2024 {
    margin-top: 5px;
}

label.newduration .r4 {
    font-size: 15px;
    color: #293D4E;
    font-weight: 400;
    margin-top: 5px;
    line-height: 100%;
}

label.newduration .r5 {
    font-size: 15px;
    color: #293D4E;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: -6px;
}

label.newduration .r6 {
    font-size: 36px;
    color: #293D4E;
    font-weight: 600;
    /*margin-top: -6px;*/
}

label.newduration .r7 {
    font-size: 15px;
    color: #63B9A0;
    font-weight: 600;
}

label.newduration .r8 {
    font-size: 29px;
    color: #63B9A0;
    font-weight: 700;
    margin-top: -5px;
}

label.newduration .r9 {
    font-size: 16px;
    color: #293D4E;
    font-weight: 400;
}

label.newduration .e10a {
    display: inline-block;
    background-image: url("/wp-content/uploads/2023/04/PlayVR-normal-radio-gomb.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 10px;
}

@media screen and (max-width: 767px) {
    .switch-field label.newduration {
        width: 92px;
        margin-left: 3px;
        margin-right: 3px;
    }

    label.newduration.escape2024 {
        width: 140px;
    }

    label.newduration .r1 {
        font-size: 12px;
    }

    label.newduration .r1.escape2024 {
        font-size: 15px;
        color: #5A3E78;
        font-weight: 700;
    } 

    label.newduration .r2 {
        font-size: 17px;
    }

    label.newduration .r3 {
        font-size: 12px;
    }

    label.newduration .r4 {
        font-size: 12px;
    }

    label.newduration .r5 {
        font-size: 12px;
    }

    label.newduration .r6 {
        font-size: 20px;
    }

    label.newduration .r7 {
        font-size: 12px;
    }

    label.newduration .r8 {
        font-size: 15px;
    }

    label.newduration .r9 {
        font-size: 10px;
    }
}

.switch-field input:checked + label.newduration .e10a {
    background-image: url("/wp-content/uploads/2023/04/PlayVR-aktiv-radio-gomb.svg");
}

.switch-field input:checked + label {
    background-color: #ffffff;
    border: solid 4px #5fbba2;
}

/*Customer Type*/
.playvr-customer-type-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}

.playvr-customer-type-element {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.playvr-customer-type-container input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.playvr-customer-type-container label .e1 {
    background-image: url("/wp-content/uploads/2023/04/PlayVR-normal-radio-gomb.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin: 4px;
}

.playvr-customer-type-container input:checked + label .e1 {
    background-image: url("/wp-content/uploads/2023/04/PlayVR-aktiv-radio-gomb.svg");
}

.valid-section {
    text-align: center;
    padding-bottom: 40px;
}

/* Datepicker section */

.playvr-datepicker-section {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    position: relative; /* Ez elvileg az overlay section miatt kell */
}

.playvr-datepicker-header {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;    
}

.playvr-datepicker-month {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #A6A6A6;
}

.playvr-datepicker-dayofweek-row {
    text-align: center;
}

.playvr-datepicker-dayofweek-container {
    display: inline-block;
}

.playvr-dayofweek {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 4px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

/* Datepicker Date Row */
.playvr-datepicker-date-row {
    text-align: center;
}

.playvr-datepicker-date-container {
    display: inline-block;
}

.playvr-datepicker-date-row input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.playvr-datepicker-day {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 3px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    position: relative; /* Ez elvileg az weekdayicon overlay section miatt kell */
}

.playvr-datepicker-day .weekdayicon-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-end;
    align-items: flex-start;
}

.playvr-datepicker-day .weekdayicon {
    display: inline-block;
    background-image: url("/wp-content/uploads/2023/04/PlayVR-szazalek-jel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    margin-right: -6px;
}

.playvr-datepicker-date-row label.freehi {
    background-color: #5fbba2;
}

.playvr-datepicker-date-row label.freemid {
    background-color: #fccd00;
}

.playvr-datepicker-date-row label.freelo {
    background-color: #DA1D52;
}

.playvr-datepicker-date-row label.closed {
    color: #808080;
    cursor: default;
}

.playvr-datepicker-date-row input:checked + label.freehi {
    background-color: #ffffff;
    width: 53px;
    height: 53px;
    margin: -1px;
    border: solid 4px #5fbba2;
    color: #5fbba2;
}

.playvr-datepicker-date-row input:checked + label.freemid {
    background-color: #ffffff;
    width: 53px;
    height: 53px;
    margin: -1px;
    border: solid 4px #fccd00;
    color: #fccd00;
}

.playvr-datepicker-date-row input:checked + label.freelo {
    background-color: #ffffff;
    width: 53px;
    height: 53px;
    margin: -1px;
    border: solid 4px #DA1D52;
    color: #DA1D52;
}

.playvr-datepicker-button {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 3px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: solid 1px #808080;
    border-radius: 8px;
    cursor: pointer;
}

#playvr-prev-svg {
    fill: white;
}

.playvr-datepicker-button.disabled {
    pointer-events: none;  /* Prevents clicks */
    opacity: 0.5;          /* Grayed out look */
}

.playvr-datepicker-overlay-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.playvr-datepicker-overlay {
    display: inline-block;
    color: #808080;
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    border-radius: 8px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .playvr-datepicker-day {
        width: 40px;
        height: 40px;
    }

    .playvr-datepicker-button {
        width: 40px;
        height: 40px;
    }

    .playvr-dayofweek {
        width: 40px;
        height: 40px;
    }

    .playvr-datepicker-date-row input:checked + label.freehi {
        width: 48px;
        height: 48px;
    }

    .playvr-datepicker-date-row input:checked + label.freemid {
        width: 48px;
        height: 48px;
    }
    
    .playvr-datepicker-date-row input:checked + label.freelo {
        width: 48px;
        height: 48px;
    }

    .nicetohave{
		display: none;
	}
}

/* Starttime Section*/

.playvr-starttime-section {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.playvr-starttime-header {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
}

.playvr-starttime-row {
    text-align: center;
}

.playvr-starttime-container {
    display: inline-block;
    color: #ffffff;
    cursor: default;
}

.playvr-starttime-section input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.playvr-starttime-section .closed {
    color: #808080;
    cursor: default;
}

.playvr-starttime-section .freelo {
    background-color: #DA1D52;
    cursor: default;
}

.playvr-starttime-section .freemid {
    background-color: #fccd00;
    cursor: pointer;
}

.playvr-starttime-section .freehi {
    background-color: #5fbba2;
    cursor: pointer;
}

.playvr-starttime-section label {
    display: inline-block;
    width: 180px;
    height: 63px;
    margin: 4px;
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    border-radius: 8px;
    padding-top: 16px;
}

.playvr-starttime-section input:checked + label {
    background-color: #ffffff;
    border: solid 4px #5fbba2;
    color: #5fbba2;
    padding-top: 12px;
}

@media screen and (max-width: 767px) {
    .playvr-starttime-section label {
        width: 140px;
        height: 50px;
        font-size: 19px;
        padding-top: 12px;
    }
    
    .playvr-starttime-section input:checked + label {
        padding-top: 8px;
    }

}

.playvr-starttime-section input + label.playvr-past {
    opacity: 0.25;
    cursor: default;
}

.playvr-starttime-overlay-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.playvr-starttime-overlay {
    display: inline-block;
    color: #808080;
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    border-radius: 8px;
    padding: 10px;
}

.playvr-datepicker-legend {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
}

.playvr-datepicker-legend-element {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.playvr-inline-icon {
    width: 1em;
    display: inline;
    margin-right: 4px;
    vertical-align: middle;
}

/* Full Multi/Freeroam Infobox */
.full-multi-freeroam-info-container {
    display: flex;
    justify-content: center;
}

.full-multi-freeroam-info-content {
    margin-top: 20px;
    border-radius: 8px;
    padding: 10px;
    width: 245px;
    background-color: white;
    color: #808080;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.full-multi-freeroam-info-content h3 {
    color: #D41C52;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .full-multi-freeroam-info-content {
        font-size: 18px;
        width: 300px;
    }
    
    .full-multi-freeroam-info-content h3 {
        font-size: 18px;
    }
}

/* Summary Section*/

.playvr-summary-bg {
	background-color: dimgray;
}

.playvr-summary-container {
	background-color: white;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	text-align: center;
}

.playvr-summary-content {
    display: inline-block;
    width: 100%;
    max-width: 580px;
    padding-left: 10px;
    padding-right: 10px;
}

.playvr-summary-header {
	color: #293d4d;
	font-size: 32px;
	font-weight: 600;
}

.playvr-summary-promocode {
    text-align: left;
}

.playvr-promocode-line {
    display: flex;
}

#playvr_promocode {
    width: 100%;
}

#playvr_btn_promocode {
    height: 40px;
    margin-left: 10px;
    padding: 0px;
    width: 200px;
    font-size: 16px;
}

.playvr-summary-total-container {
	padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;        
    font-size: 18px;
    font-weight: 500;
}

.playvr-total {
    display: inline-block;
}

.playvr-total-label {
    display: inline-block;
}

.playvr-total-amount {
    display: inline-block;
    color: #d91d52;;
    font-size: 38px;
    font-weight: 500;
}

.playvr-orig-total-label {
    display: inline-block;
    font-size: 17px;
    color: #808080;
    font-weight: 400;
}

.playvr-orig-total-amount {
    display: inline-block;
    color: 808080;
    font-size: 17px;
    font-weight: 600;
    text-decoration: line-through;
}

/* Black Friday */
.playvr-total-bf {    
    background-image: url("/wp-content/uploads/2021/11/PlayVR-2021-black-friday-foglals-kep.png");
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 373px;
    width: 100%;
    height: 47px;
}

.playvr-total-label-bf {
    display: inline-block;
    height: 47px;
    font-size: 19px;
    color: #d91d52;
    font-weight: 700;
    margin-top: -10px;
    position: relative;
    top: -10px;
}

.playvr-total-amount-bf {
    display: inline-block;
    height: 47px;
    color: white;
    font-size: 33px;
    font-weight: 600;
    position: relative;
    top: -5px;
    right: -90px;
}

/* Billing Section */

.playvr-billing-container {
    text-align: center;
}

.playvr-billing-content {
    display: inline-block;
    width: 100%;
    max-width: 580px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
	color: #ffffff;
}

.playvr-billing-content input[type=text] {
    width: 100%;
    margin-bottom: 5px;
}

.playvr-billing-content select {
    padding-top: 0px;
    padding-bottom: 0px;
}

textarea#playvr_personaltouch {
    resize: none;
}

.playvr-billing-header {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.playvr-billing-form {
    text-align: left;
}

.playvr-billing-row {
    display: flex;
}

.playvr-billing-column1 {
    flex: 45%;
    /*flex: 265px;*/
}

.playvr-billing-column-sep {
    flex: 10%;
    /*flex: 30px;*/
}

.playvr-billing-column2 {
    flex: 45%;
    /*flex: 265px;*/
}

#playvr_paymethod {
    width: 100%;
}

.playvr-voucherinfo {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.playvr-btn-submit, .playvr-btn-submit:hover {
    background-color: #d40a4e;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    font-weight: 300;
    border: 0px solid;
    border-radius: 8px;
}

#playvr-errormessage {
    color: #ffffff;
    text-align: center;
    background-color: #d40a4e;
    border-radius: 8px;
    margin-bottom: 10px;
}

.playvr-spacer {
    display: block;
}

.playvr-billing-content .borgun-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    gap: 20px;
}

.playvr-billing-content .borgun-disclaimer-container {
    display: flex;
    gap: 12px;
    max-width: 480px;
}

.playvr-billing-content .lockiconbackground {
    width: 24px;
    height: 24px;
    background-color: rgb(95, 187, 162);
    border-radius: 12px;
    flex-shrink: 0;
}
.playvr-billing-content .lockicon {
    width: 12px;
    height: 12px;
}

.playvr-billing-content .borguntext {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 19.6px;
}

.playvr-billing-content .borgunimage {
    width: 268px;
    height: 98px;
    flex-grow: 0;
}

@media screen and (max-width: 767px) {
    .playvr-billing-row {
        flex-direction: column;
    }

    .playvr-billing-content .borgunimage {
        width: 200px;
        height: 73px;
    }

    .playvr-billing-content .borgun-disclaimer-container {
        flex-direction: column;
        align-items: center;
    }

    .playvr-billing-content .borguntext {
        text-align: center;
    }
}

/* admin-foglalas */
.playvr-admin-section {
    text-align: left;
}

/* vouchercheck-recommend */
.playvr-vouchercheck-recommend-section {
    text-align: center;
    padding: 20px;
    line-height: 20px;
}

.playvr-vouchercheck-recommend-header {
    font-size: 16px;
    font-weight: 600;        
}

.playvr-vouchercheck-recommend-section a {
    font-size: 16px;
    font-weight: 600;    
}

/* debug */
.playvr-debug-section {
    background-color: white;
    border: solid 2px #B2B2B2;
    border-radius: 12px;
    padding: 10px;
    margin-top: 20px;
    word-break: break-all;
}


