.seatComponents-idlefunctionality .hidden-information{display:none}
.seatComponents-idlefunctionality #warning-container{display:none;flex-direction:column;justify-content:center;align-items:flex-start;position:fixed;width:100%;height:100%;z-index:55;top:0;background:rgba(15,15,15,1);background:-moz-linear-gradient(left,rgba(15,15,15,1) 0,rgba(15,15,15,0) 100%);background:-webkit-gradient(left top,right top,color-stop(0,rgba(15,15,15,1)),color-stop(100%,rgba(15,15,15,0)));background:-webkit-linear-gradient(left,rgba(15,15,15,1) 0,rgba(15,15,15,0) 100%);background:-o-linear-gradient(left,rgba(15,15,15,1) 0,rgba(15,15,15,0) 100%);background:-ms-linear-gradient(left,rgba(15,15,15,1) 0,rgba(15,15,15,0) 100%);background:linear-gradient(to right,rgba(15,15,15,1) 0,rgba(15,15,15,0) 100%)}
.seatComponents-idlefunctionality #subtitle-warning{font-family:SeatRegular !important;font-size:45px !important;color:red}
.seatComponents-idlefunctionality #warning-container .text-inactivity{display:flex;color:white;font-family:SeatBold;width:100%;font-size:60px;padding-left:5rem;padding-bottom:1.5rem}
.fade-in{animation:fadeIn ease 1s;-webkit-animation:fadeIn ease 1s;-moz-animation:fadeIn ease 1s;-o-animation:fadeIn ease 1s;-ms-animation:fadeIn ease 1s}
@keyframes fadeIn{0{opacity:0}
100%{opacity:1}
}