.oam-idle-timer-popup{position:fixed;background-color:rgba(0,0,0,.5);top:0;left:0;width:100%;height:100%;z-index:10005;display:flex;justify-content:center;align-items:center;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.oam-idle-timer-popup.hide{display:none}.oam-idle-timer-popup__popup{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:50%;min-height:260px;height:25%;background-color:#fff;display:flex;align-items:center}.oam-idle-timer-popup__content{width:70%;margin-left:50px}.oam-idle-timer-popup__content .idle-timer-close-popup{position:absolute;top:10px;right:10px}.oam-idle-timer-popup__content .idle-timer-close-popup:hover{cursor:pointer}.oam-idle-timer-popup__content .remaining-time{font-family:ikano_sansbold}.oam-idle-timer-popup__btn-wrapper{margin-top:30px;display:flex;gap:.75rem}@media screen and (max-width:768px){.oam-idle-timer-popup__content{width:100%;margin-left:0;padding:20px}}@media screen and (max-width:980px){.oam-idle-timer-popup__btn-wrapper{flex-direction:column}.oam-idle-timer-popup__btn-wrapper .ikano-button{width:100%}}@media screen and (max-width:510px){.oam-idle-timer-popup__popup{width:100%;height:45%;top:55%}}