#dodo-popup-message{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}#dodo-popup-message .trans{position:relative;background-color:rgb(0 0 0 / .7);width:100%;height:100%}#dodo-popup-message .popup-container{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:800px;width:100%;padding:60px;max-height:100%;height:auto}#dodo-popup-message .exit{position:absolute;top:0;right:0;width:50px;cursor:pointer}#dodo-popup-message .exit svg{width:100%}#dodo-popup-message .exit svg .st0{fill:none;stroke:#FFF;stroke-width:2;stroke-miterlimit:10}#dodo-popup-message .inner{position:relative;background-color:#fff;width:100%;padding:45px;height:auto;max-height:100%;overflow-x:scroll}#dodo-popup-message .inner .logo{display:block;margin:0 auto 45px;max-width:300px}#dodo-popup-message .inner p{color:#000}@media only screen and (max-width:768px){#dodo-popup-message .popup-container{padding:40px}#dodo-popup-message .exit{width:30px}#dodo-popup-message .popup-container .inner{padding:25px}}