.dailyPopup-container-wrap{width:100vw;height:100vh;position:fixed;left:0;top:0;z-index:999;background-color:#00000080;display:flex;justify-content:center;align-items:center}.dailyPopup-container{position:relative;background-color:#fff;padding:5px;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.2);width:600px;max-width:calc(100% - 40px)}.dailyPopup-swiper{overflow:hidden;position:relative}.dailyPopup-swiper .swiper-slide{position:relative;cursor:pointer}.dailyPopup-swiper .swiper-slide:before{content:"";display:block;width:100%;padding-top:100%}.dailyPopup-swiper .swiper-slide img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.dailyPopup-swiper .swiper-pagination{display:flex;justify-content:center;gap:8px}.dailyPopup-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#00876e}.dailyPopup-swiper .swiper-pagination span{margin:unset!important;height:16px;border-radius:4px}.dailyPopup-closeButton{position:absolute;top:15px;right:15px;background:none;border:none;font-size:18px;cursor:pointer;z-index:10;color:#fff;border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center}.dailyPopup-closeButton i{font-size:24px;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.6)}.dailyPopup-content{overflow:hidden;cursor:pointer}.dailyPopup-content img{display:block;width:100%;height:auto;object-fit:contain}.dailyPopup-footer{display:flex;justify-content:flex-start;padding:10px;background-color:#f5f5f5;border-top:1px solid #eee}.dailyPopup-checkboxLabel{display:flex;align-items:center;cursor:pointer;font-size:13px;color:#333}.dailyPopup-checkbox{margin-right:8px;cursor:pointer;width:18px;height:18px;accent-color:#000;border:2px solid #555;border-radius:3px}.dailyPopup-checkboxText{font-weight:500;font-size:13px}@media screen and (max-width:1024px){.dailyPopup-container{width:400px}.dailyPopup-checkboxText{font-size:11px}}