* {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    box-sizing: border-box;
    margin:0;
	outline: none;
}
*:not(input){
    user-select: none;
}

input:enabled, .startBtn, .confirmBtn{
    cursor:pointer;
}

body button,
body button:focus,
body button:active{
	outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    /* background-color: unset; */
}
html body{
    background-color: #fff;
	max-width: 100%;
    width: 100%;
    height: 100%;
	overflow-x: hidden;
    /*overflow-y: auto;*/
	overflow: hidden;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}

html p{
    margin: 0;
}

.text-white{
    color: #fff;
}
.text-yellow{
    color: #f6a713;
}

.label-text{
    font-size: 14px;
}

.small-text{
    font-size: 12px;
}

.language-icon{
    border: 1px solid transparent;
    margin: 5px;
    cursor: pointer;
    text-align: center;
}
.language-icon.selected{
    border: 1px solid #f6a713;
}
.language-icon img{
    max-width: 100%;
    height: auto;
}

#signature{
    background-color: #fff;
    border: 1px solid #000;
}

video{
    max-height: 100%;
	height: 100%
    /* max-width: 100%; */
}

/* LOGIN */
#login-intro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #102335;
}
#login-panel{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    /* height: 100%; */
    background-color: #102335;
}

/* INTRO */
#intro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #81b138;
	overflow: hidden;
}
#intro-panel{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #102335;
}

.logo-white{
    width: 214px;
    height: 101px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/it/logo-white.png");
}
/* .logo-white.it{
    background-image: url("../img/it/logo-white.png");
} */

.intro-description{
    width: 400px;
    height: 146px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.intro-description.it{
    background-image: url("../img/it/home-description-it.png");
}
.intro-description.en{
    background-image: url("../img/en/home-description-en.png");
}
.intro-description.de{
    background-image: url("../img/de/home-description-de.png");
}

.intro-btn{
    background-color: #7eb529;
    color: #102335;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 20px;
    border-radius: 50px;
}

#form-container, #info-container{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background-color: #102335;
	max-height: 100%;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#form-container>.row{
    /* position: fixed;
    top: 50%;
    transform: translateY(-50%); */
}

input{
	outline: none;
}

input.error{
    border: 2px solid red;
}

.genderBtn{
    color: #000;
    /* padding: 5px; */
    font-size: 15px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 2px;
    width: 40px;
}
.genderBtn.selected{
    background-color: #f6a713;
}

.skipBtn{
    color: #fff;
    background-color: unset;
    text-decoration: underline;
    font-size: 20px;
    cursor: pointer;
    font-weight: lighter;
}

input[type=checkbox]{
    width: 25px;
    height: 25px;
}

input , select, .genderBtn{
    height: 40px;
}
select{
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border-radius: 0;
	padding: 0 10px;
	background-color: #FFF;
}
.select-container{
	position: relative;
}
.select-container:after{
	content: "";
	position: absolute;
	right: 10px;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url("../img/arrow-down-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.policy-text{
    text-decoration: underline;
    cursor: pointer;
}
iframe{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.closePolicyBtn{
    display: none;
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-image: url("../img/it/closePanelBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
}

/* MAIN */
#main{
    display: none;
    background-color: #81b138;
	position: relative;
	overflow: hidden;
}

#reset-page-btn{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 168px;
    height: 89px;
    /* width: 298px;
    height: 149px; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/reset-page-btn.png");
    cursor: pointer;
    z-index: 10;
}
#reset-demo-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 298px;
    height: 149px; */
    width: 168px;
    height: 89px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/reset-demo-btn.png");
    cursor: pointer;
    z-index: 10;
}

.category-video{
    display: none;
    /* position: absolute;
    top: 0; */
    /* left: 0; */
}

#video-intro, #video-master, .category-video{
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
	top : 50%;
	left: 0;
	transform: translateY(-50%);
}

#category-section{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 0px 40px 13px;
    border-radius: 100px;
    background-color: #102335;
    max-height: 100%;    
}
/* .category{
    text-align: center;
    margin-bottom: 15px;
} */
/* .category p{
    color: #f6a713;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
} */
.category{
    width: 86px;
    height: 90px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}
#agility.it{
    background-image: url("../img/it/agility-btn-it.png");
}
#agility.en{
    background-image: url("../img/en/agility-btn-en.png");
}
#agility.de{
    background-image: url("../img/de/agility-btn-de.png");
}
#power.it{
    background-image: url("../img/it/power-btn-it.png");
}
#power.en{
    background-image: url("../img/en/power-btn-en.png");
}
#power.de{
    background-image: url("../img/de/power-btn-de.png");
}
#performance.it{
    background-image: url("../img/it/performance-btn-it.png");
}
#performance.en{
    background-image: url("../img/en/performance-btn-en.png");
}
#performance.de{
    background-image: url("../img/de/performance-btn-de.png");
}
#share.it{
    background-image: url("../img/it/share-btn-it.png");
}
#share.en{
    background-image: url("../img/en/share-btn-en.png");
}
#share.de{
    background-image: url("../img/de/share-btn-de.png");
}
#comfort.it{
    background-image: url("../img/it/comfort-btn-it.png");
}
#comfort.en{
    background-image: url("../img/en/comfort-btn-en.png");
}
#comfort.de{
    background-image: url("../img/de/comfort-btn-de.png");
}
#connection.it{
    background-image: url("../img/it/connection-btn-it.png");
}
#connection.en{
    background-image: url("../img/en/connection-btn-en.png");
}
#connection.de{
    background-image: url("../img/de/connection-btn-de.png");
}
#agility.it.selected{
    background-image: url("../img/it/agility-btn-selected-it.png");
}
#agility.en.selected{
    background-image: url("../img/en/agility-btn-selected-en.png");
}
#agility.de.selected{
    background-image: url("../img/de/agility-btn-selected-de.png");
}
#power.it.selected{
    background-image: url("../img/it/power-btn-selected-it.png");
}
#power.en.selected{
    background-image: url("../img/en/power-btn-selected-en.png");
}
#power.de.selected{
    background-image: url("../img/de/power-btn-selected-de.png");
}
#performance.it.selected{
    background-image: url("../img/it/performance-btn-selected-it.png");
}
#performance.en.selected{
    background-image: url("../img/en/performance-btn-selected-en.png");
}
#performance.de.selected{
    background-image: url("../img/de/performance-btn-selected-de.png");
}
#share.it.selected{
    background-image: url("../img/it/share-btn-selected-it.png");
}
#share.en.selected{
    background-image: url("../img/en/share-btn-selected-en.png");
}
#share.de.selected{
    background-image: url("../img/de/share-btn-selected-de.png");
}
#comfort.it.selected{
    background-image: url("../img/it/comfort-btn-selected-it.png");
}
#comfort.en.selected{
    background-image: url("../img/en/comfort-btn-selected-en.png");
}
#comfort.de.selected{
    background-image: url("../img/de/comfort-btn-selected-de.png");
}
#connection.it.selected{
    background-image: url("../img/it/connection-btn-selected-it.png");
}
#connection.en.selected{
    background-image: url("../img/en/connection-btn-selected-en.png");
}
#connection.de.selected{
    background-image: url("../img/de/connection-btn-selected-de.png");
}

.category-panel{
    display: none;
    width: 412px;
    height: 625px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    max-height: 100%;
}
#agility-panel.it{
    background-image: url("../img/it/agility-it.png");
}
#agility-panel.en{
    background-image: url("../img/en/agility-en.png");
}
#agility-panel.de{
    background-image: url("../img/de/agility-de.png");
}
#power-panel.it{
    background-image: url("../img/it/power-it.png");
}
#power-panel.en{
    background-image: url("../img/en/power-en.png");
}
#power-panel.de{
    background-image: url("../img/de/power-de.png");
}
#performance-panel.it{
    background-image: url("../img/it/performance-it.png");
}
#performance-panel.en{
    background-image: url("../img/en/performance-en.png");
}
#performance-panel.de{
    background-image: url("../img/de/performance-de.png");
}
#share-panel.it{
    background-image: url("../img/it/share-it.png");
}
#share-panel.en{
    background-image: url("../img/en/share-en.png");
}
#share-panel.de{
    background-image: url("../img/de/share-de.png");
}
#comfort-panel.it{
    background-image: url("../img/it/comfort-it.png");
}
#comfort-panel.en{
    background-image: url("../img/en/comfort-en.png");
}
#comfort-panel.de{
    background-image: url("../img/de/comfort-de.png");
}
#connection-panel.it{
    background-image: url("../img/it/connection-it.png");
}
#connection-panel.en{
    background-image: url("../img/en/connection-en.png");
}
#connection-panel.de{
    background-image: url("../img/de/connection-de.png");
}
.closePanelBtn{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 40px;
    right: 0;
    cursor: pointer;
}
.openPopupBtn{
    position: absolute;
    width: 100%;
    height: 25%;
    bottom: 6%;
    /* left: 50%;
    transform: translateX(-50%); */
    /* border: 2px solid #000; */
}

.video-popup{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: #000;
}
.video-popup video{
    max-width: 100%;
    max-height: 100%;
    /* height: unset; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-popup .closePopupBtn{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-image: url("../img/it/closePanelBtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.video-popup video::-webkit-media-controls-fullscreen-button{
    display: none !important;
}
/* .video-popup video::-internal-media-controls-overflow-button{
    display: none !important;
} */
/* .video-popup video input{
    display: none;
} */

/* sm (landscape phones, 576px and up) */
@media (min-width: 576px) {    
}
/* md (tablets, 768px and up) */
@media (min-width: 768px) {
}    
/* lg (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* xl (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


@media (min-height: 768px) {
    .category{
        /* width: 96px;
        height: 100px;
        margin-bottom: 5px; */
        width: 94px;
        height: 100px;
        margin-bottom: 8px;
    }
    
    .category-panel{
        width: 412px;
        height: 625px;
        left: 20px;
    }
    .closePanelBtn{
        top: 40px;
    }

    #reset-page-btn{
        width: 168px;
        height: 89px;
    }
    #reset-demo-btn{
        width: 168px;
        height: 89px;
    }
}

@media (min-height: 992px) {
    .category{
        width: 104px;
        height: 120px;
        margin-bottom: 8px;
    }

    .category-panel{
        width: 412px;
        height: 625px;
        left: 20px;
    }
    .closePanelBtn{
        top: 40px;
    }

    #reset-page-btn{
        width: 248px;
        height: 129px;
    }
    #reset-demo-btn{
        width: 248px;
        height: 129px;
    }

    .intro-description{
        width: 521px;
        height: 246px;
    }

    .logo-white{
        width: 284px;
        height: 131px;
    }
}

@media (min-height: 1024px) {
    .category{
        width: 116px;
        height: 130px;
        margin-bottom: 15px;
    }

    .category-panel{
        width: 492px;
        height: 735px;
        left: 20px;
    }
    .closePanelBtn{
        top: 40px;
    }

    #reset-page-btn{
        width: 298px;
        height: 149px;
    }
    #reset-demo-btn{
        width: 298px;
        height: 149px;
    }

    .intro-description{
        width: 621px;
        height: 246px;
    }
}

@media (min-height: 1080px) {
    .category{
        width: 136px;
        height: 140px;
        margin-bottom: 15px;
    }

    .category-panel{
        width: 652px;
        height: 975px;
        left: 49px;
    }
    .closePanelBtn{
        top: 70px;
    }
    
    #reset-page-btn{
        width: 298px;
        height: 149px;
    }
    #reset-demo-btn{
        width: 298px;
        height: 149px;
    }

    .intro-description{
        width: 621px;
        height: 246px;
    }
}
  