.onetrust-close-btn-handler, #onetrust-consent-sdk { pointer-events: auto !important; } .progress-bar{ transition: width .3s; } .pulse-it{ background-color:red; height: 50px; width: 50px; border-radius:50px; } .pulse-it:before{ position:absolute; content:" "; animation-name:pulse-it; background-color:inherit; height: inherit; width: inherit; border-radius:inherit; animation-duration: 2.5s; animation-iteration-count: infinite; } @keyframes pulse-it{ 0%{ transform: scale(.5); opacity:0; } 50%{ transform: scale(1.3); opacity:.3; } 100%{ transform: scale(1.5); opacity:0; } } .pulse-it2{ } .pulse-it2:before{ position:absolute; content:" "; animation-name:pulse-it; background-color:#ffffff; height: inherit; width: inherit; border-radius:inherit; animation-duration: 2.5s; animation-iteration-count: infinite; } @keyframes pulse-it{ 0%{ opacity:0; } 50%{ opacity:1; } 100%{ opacity:0; } } .android .hide-on-android { display:none !important; } #optanon-minimize-wrapper{ right: auto !important; left: 0 !important; padding: 0 !important; } /******** One Trust Cookie Button ********/ #optanon-minimize-wrapper,#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings { font-family: Arial; -webkit-text-size-adjust: none; font-size: .63em; color: #000 !important; margin: auto; text-decoration: none; position: relative; background-color: #d7d7d7 !important;; background-repeat: no-repeat; border: solid; border-color: #333 !important;; cursor: pointer; overflow: hidden; border-width: 1px; padding: 10px; border-radius: 8px; position: fixed; right: auto; bottom: 0; z-index: 1; } #ot-sdk-btn{ z-index: 100; bottom: 0; Left: 0; position: absolute; } .hide-ot-ui #onetrust-consent-sdk, .hide-ot-ui #ot-sdk-btn{ display: none !important; }tab-group .tab-group-content-wrapper .tab-group-dots { bottom: 0 !important; z-index: 1 !important; } tab-group .tab-group-fraction { top: 0 !important; right: 30px !important; } .hide-headers .headers{ display: none !important; } html .app-container, .n2-appshell-styles{ pointer-events:auto !important; } 