.restPopupBox{z-index:10;display:flex;justify-content:center;align-items:center;overflow-x:hidden}.restPopupBox,.restPopupBox .restBlackScreen{position:fixed;top:0;right:0;width:100%;height:100%}.restPopupBox .restBlackScreen{background-color:rgba(0,0,0,.7)}.restPopupBody{border-radius:5px;width:100%;max-height:98%;max-width:500px;background-color:var(--rest-popup-background);box-shadow:0 0 10px var(--rest-popup-shadow);position:fixed;transform:scale(1);animation:slideUp .3s}.restPopupBody .close{position:absolute;top:-10px;left:-10px;z-index:1}.restPopupBody .close svg{background-color:var(--rest-section-title-color);border-radius:50%;color:var(--rest-section-title);padding:6px;font-size:22pt;box-shadow:0 0 5px rgba(0,0,0,.1)}.restPopupBody .popTitleBox{padding:10px 20px;background-color:#f5f5f5;border-radius:30px 30px 0 0;border-bottom:1px solid #ddd}.restPopupBody .popTitleBox h3{font-size:16pt;font-weight:800;color:var(--web-sec)}.restPopupBody .popTitleBox p{font-size:12pt;color:#666}@keyframes slideUp{0%{transform:scale(0)}to{transform:scale(1)}}.restPopupBody::-webkit-scrollbar{width:5px}.restPopupBody::-webkit-scrollbar-track{background:transparent}.restPopupBody::-webkit-scrollbar-thumb{background:var(--rest-section-title-color);border-radius:5px}