#popover:not(:has(.popup_livestream)) {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	overflow-x: auto;
}



/*#popover .template {
	width: 65%;
	margin: 3rem auto;
	height: unset;
	max-height: calc(100% - 6rem);
	overflow-y: auto;
	max-width: unset;
	transition: transform .3s ease-out;
}*/

#popover-rating.u2d-popup.show .u2d-popup__content{
	background-color: transparent;
}

#popover .template .popover-close,
#popover-rating .popover-close {
	font-size: 0;
	border: 0;
	background: transparent;
	position: absolute;
	right: 20.3px;
	top: 20.3px;
	padding: 0;
	color: unset;
	z-index: 1200;
}
#popover .template .popover-close:focus,
#popover-rating .popover-close:focus {
	outline: none;
}
#popover .template .popover-close:before,
#popover-rating .popover-close:before {
	content: none;
}

#popover .template .popover-close:after,
#popover-rating .popover-close:after {
	transform: rotate(0);
	background-image: url(/custom/img/microsite/1000/close.svg);
	position: absolute;
	right: 0;
	top: 0;
	content: ' ';
	height: 18.4px;
	width: 18.4px;
	background-color: unset;
	background-repeat: no-repeat;
	background-size: 100%;
	left: unset;
	margin-top: 0;
	bottom: unset;
}

#popover .template .template-inner {
	padding: 16px 0 0 0;
}

#popover .template .template-inner .stream-top {
	display: flex;
	width: 100%;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#popover .template .template-inner .stream-top .button-wrapper .contact-me-btn,
#popover .template .template-inner .stream-top .button-wrapper .live-voting-btn{
	display: none;
}
/*#popover .template .template-inner .inner-wrapper {
	border-top: 1px solid #dee2e6;
}*/
#popover .template .template-inner .stream .iframe-wrapper {
	position: relative;
    padding-bottom: calc(var(--aspect-ratio, .5625)* 100% - 20px);
    height: calc(100% - 50px);
    width: 100%;
    max-height: 400px;
}


#popover .template .template-inner .stream,
#popover .u2d-popup__header .infos {
	width: 100%;
    transition: width 0.3s;
    display: flex;
    flex-direction: column;
}

#popover .template .template-inner .toggle-actions {
	height: calc(100vh - 115px);
	width: 15px;
	margin-left: 5px;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	align-self: flex-start;
	padding: 50px 0;
	border-radius: 0;
}
#popover .template .template-inner .actions {
	border: none;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	/*height: calc(100% - 0px);*/
	height: calc(100% - 0);
	width: 100%;
	margin-top: 50px;
}
#popover .template .template-inner .actions .btn-primary:not(.active){
	background-color: #fff;
}

#popover .template .template-inner .actions>div {
	width: 100%;
	height: calc(100% - 100px);
}
#popover .template .template-inner .actions>div.voting h2 {
	font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-top: 0;
    padding: 0 0 0 15px;
    margin: 0 0 0 0;
}
#popover .template .template-inner .actions>.button-wrapper.active {
	height: unset;
	display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#popover .template .btn-primary:focus,
#popover .template .template-inner .actions>.button-wrapper.active .btn-primary, 
#popover .template .template-inner .actions>.button-wrapper.active .btn-primary:active,
#popover .template .template-inner .actions>.button-wrapper.active .btn-primary.active,
#popover .template .template-inner .actions>.button-wrapper.active .btn-primary:hover {
    background-color: #B1B821;
    border: none;
    border-radius: 0;
    color: #fff;
	margin-top: 10px;
	font-family: unset; 
	font-size: 18px;
	outline: none;
}

#popover .template .contact-me-form .btn-primary, 
#popover .template .contact-me-form .btn-primary:active,
#popover .template .contact-me-form .btn-primary.active,
#popover .template .contact-me-form .btn-primary:hover {
    background-color: #B1B821;
    border: none;
    border-radius: 0;
    color: #fff;
	margin-left: 10px;
	font-family: unset; 
	font-size: 18px;
	outline: none;
}

#popover .template .contact-me-form .btn-secondary, 
#popover .template .contact-me-form .btn-secondary:active,
#popover .template .contact-me-form .btn-secondary.active,
#popover .template .contact-me-form .btn-secondary:hover,
#popover .template .contact-me-form .btn-secondary:focus{
    background-color: #fff;
    border: 1px solid #B1B821;
    border-radius: 0;
    color: #B1B821;
    margin-left: 10px;
    font-family: unset;
    font-size: 18px;
	outline: none;
}

#popover .template .contact-me-form .button-wrapper,
#popover-rating .video-rating .button-wrapper{
	left: 0;
}

#popover .template .contact-me-form .button-wrapper .btn-secondary{
	margin-left: 0;
}

#popover .popover-footer .button-wrapper .btn.fullscreen:not(.open-fullscreen) {
    background-image: url(/custom/img/microsite/2033/ve_sidebar/Fullscreen_active.png);
}

/*div[id^=feedback-button] button.button-feedback.button-icon, 
div[id^=feedback-button] button.button-feedback.button-icon:hover {
    background: #B1B821 !important;
}
*/
@media only screen and (min-width: 768px) {
	#popover .template .template-inner .actions>div.voting {
		padding: 0 0 0 0;
	}

	#popover .u2d-popup__header .infos{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

		#popover .u2d-popup__header .infos > div{
			width: fit-content;
		}
}
@media only screen and (min-width: 1024px) {
	#popover .template .template-inner .actions>div {
		width: 100%;
	}
}

@media only screen and (min-width: 1260px) {
	#popover .popup-detail-wrapper.popup_livestream {
		height: calc(100% - 80px);
	}
	#popover .template .template-inner .stream-top {
		width: 70%;
		padding: 1rem 0 1rem 1rem;
	}
	#popover .template .template-inner .inner-wrapper {
		/*height: calc(100vh - 136px);*/
		height: 100%;
	}
	#popover .template .template-inner .stream .iframe-wrapper {
		padding-bottom: 0.625%;
        height: 100%;
        max-height: unset;
	}
	#popover .template .template-inner .stream,
	#popover .u2d-popup__header .infos {
		width: 70%;
        height: 100%;
		margin-right: 0;
	}
	#popover .template .template-inner .toggle-actions {
		display: inline-flex;
		/*height: calc(100% - 86px);*/
		height: 100%;
	}
	#popover .template .template-inner .actions {
		width: calc(30% - 20px);
        margin-top: 0px;
	}
	#popover .template .template-inner .actions>div {
/*		height: calc(100% - 60px);*/
		height: calc(100vh - 235px);
	}

	#popover .template .template-inner .stream.full-width {
		width: 100%;
	}
	#popover .template .template-inner .actions.hide {
		width: 0;
	}




}

@media only screen and (min-width: 1400px) {
	#popover .template .template-inner .stream .iframe-wrapper {
		max-height: unset;
	}
	#popover .template .template-inner .actions>div {
		width: 100%;
	}
}

#popover .template .template-inner .actions>div.popover-footer {
    height: unset;
    display: block !important;
    overflow: hidden
}

#popover .template .template-inner .actions>div {
    overflow-x: hidden;
}

.fullscreen-mode #popover .template .template-inner .actions>div:not(.popover-footer) {
    height: calc(100% - 90px);
    margin-top: 0;
}

.fullscreen-mode #popover .template .template-inner .actions>div.popover-footer {
    margin-top: 25px;
}

#popover .popover-footer .button-wrapper .btn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 50px;
    height: 50px;
}

#popover .popover-footer .button-wrapper .btn.contact-me-btn:not(.active) {
    background-image: url(/custom/img/microsite/2033/ve_sidebar/ContactMe.png);
    background-color: #FFF !important;
    border: none;
}
#popover .popover-footer .button-wrapper .btn.contact-me-btn.active{
	background-image: url(/custom/img/microsite/2033/ve_sidebar/ContactMe_white.png);
	border: none;
	background-color: #7d212b;
}

#popover .popover-footer .button-wrapper .btn.live-voting-btn.active {
    background-image: url(/custom/img/microsite/2033/ve_sidebar/Chat.png);
    border: none;
}
#popover .popover-footer .button-wrapper .btn.live-voting-btn:not(.active) {
    background-image: url(/custom/img/microsite/2033/ve_sidebar/Chat_red_.svg);
    border: none;
}

#popover .popover-footer .button-wrapper .btn.popover-fullscreen{
	background-image: url(/custom/img/microsite/2033/ve_sidebar/Fullscreen_red_.svg);
	position: unset;
	background-color: #FFF;
    border: none;
}

.fullscreen span.tooltip {
    left: -5px;
}

.contact-me-btn .tooltip {
    left: 30px;
}

.live-voting-btn .tooltip {
    left: 85px;
}

#popover .popover-footer .button-wrapper .btn .tooltip {
    display: none;
}

#popover .popover-footer .button-wrapper .btn:hover .tooltip {
	display: block;
/*    width: 300px;*/
    position: absolute;
    border: 1px solid #7d212b;
    border-radius: 0px 0px 20px 0px !important;
    color: #fff;
    top: 0;
    width: fit-content;
    padding: 0px 7px 0 3px;
}

.btn.btn-primary.popover-fullscreen.fullscreen , 
.btn.btn-primary.contact-me-btn ,
.btn.btn-primary.live-voting-btn.active {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#popover-rating.u2d-popup.show .u2d-popup__content {
    animation: fadeIn;
}

#popover-rating.u2d-popup.dismiss .u2d-popup__content{
    animation: fadeOut;
}