.footer{background:var(--drak-color);color:#7f7f7f;padding:32px 0}.footer .footerContent{display:flex;margin:0 auto;max-width:1170px;padding:0 15px;width:100%}.footer .footerLeft{flex:1 1}.footer .footerLeft .logoFooter{width:100px}.footer .footerLeft .appDownload{margin:24px 0}.footer .footerLeft .appDownload button{border:1px solid #535760;border-radius:6px;height:40px;margin-right:32px;padding:4px;width:40px}.footer .footerLeft .appDownload img{height:100%;object-fit:contain;width:100%}.footer .footerLeft .pagcorLicense{align-items:center;display:flex}.footer .footerLeft .pagcorLicense img{margin-right:6px;width:60px}.footer .footerLeft .pagcorLicense p{font-size:14px}.footer .footerCenter{flex:0 0 30%}.footer .footerCenter p{margin-bottom:16px;text-transform:uppercase}.footer .footerCenter .partnerList{display:flex;flex-wrap:wrap;justify-content:center}.footer .footerCenter .partnerList div{flex-basis:calc(50% - 8px);flex-grow:0;flex-shrink:0;height:32px;margin-bottom:12px}.footer .footerCenter .partnerList div img{height:100%;object-fit:cover;width:auto}.footer .footerRight{flex:0 0 30%}.footer .footerRight .pageList{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer .footerRight .pageItem{font-size:14px;margin-bottom:12px;text-transform:uppercase}@media(max-width:991.98px){.footer .footerCenter .partnerList div img{object-fit:contain;width:100px}}@media(max-width:575.98px){.footer{padding:16px 0}.footer .footerContent{flex-direction:column}.footer .footerContent .footerLeft{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.footer .footerContent .footerLeft .appDownload{margin:8px 0}.footer .footerContent .footerLeft .appDownload button{margin-right:12px}.footer .footerContent .footerLeft .appDownload button:last-child{margin-right:0}.footer .footerContent .footerLeft .pagcorLicense{flex-direction:column}.footer .footerContent .footerLeft .pagcorLicense p{margin-top:4px}.footer .footerContent .footerCenter{border-bottom:1px solid var(--gray-drak);flex-direction:column}.footer .footerContent .footerCenter>p{margin-bottom:8px}.footer .footerContent .footerCenter .partnerList div{flex:0 0 33.333%;margin-bottom:8px;text-align:center}.footer .footerContent .footerCenter .partnerList img{width:60px}.footer .footerContent .footerRight{margin-top:21px}.footer .footerContent .footerRight .pageList{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.footer .footerContent .footerRight .pageList .pageItem{flex:0 0 33.333%;text-align:center}.footer .footerContent .footerRight .pageList .pageItem:first-child,.footer .footerContent .footerRight .pageList .pageItem:nth-child(2){flex:0 0 50%}}.headerWrapper{align-items:center;background:var(--primary-color);display:flex;height:100%}.headerWrapper .headerContent{align-items:center;display:flex;margin:0 auto;max-width:1170px;padding:8px 15px;width:100%}.headerWrapper .btn-menu-mobile{display:none;margin-right:8px}.headerWrapper .logo{width:100px}.headerWrapper .menuList{align-items:center;display:flex;flex:1 1;justify-content:center}.headerWrapper .menuList .menuItem{padding:4px 8px}.headerWrapper .menuList .countryName{cursor:pointer;text-transform:uppercase}.headerWrapper .menuList .active{color:red}.headerWrapper .menuList a{font-weight:500}.headerWrapper .language{margin-left:auto;position:relative;width:130px}.headerWrapper .language .btnLanguage{align-items:center;cursor:pointer;display:flex;margin-left:auto;padding:0}.headerWrapper .language .btnLanguage p{font-size:14px;margin-left:8px;margin-right:4px}.headerWrapper .language .btnLanguage img{width:30px}.headerWrapper .language .optionLanguage{opacity:0;pointer-events:none;position:absolute;right:0;top:100%;-webkit-transform:translateY(40px);transform:translateY(40px);transition:.25s;width:180px;z-index:1}.headerWrapper .language .optionLanguage.open{opacity:1;pointer-events:auto;-webkit-transform:translateY(20px);transform:translateY(20px)}.headerWrapper .language .languageList{background:var(--white-color);border-radius:12px;box-shadow:8px 0 24px 0 rgba(0,0,0,.4);padding:6px 12px 6px 2px}.headerWrapper .language .languageItem{align-items:center;border-radius:6px;cursor:pointer;display:flex;padding:8px}.headerWrapper .language .languageItem svg{opacity:0}.headerWrapper .language .languageItem img{margin-right:4px;width:30px}.headerWrapper .language .languageItem:hover{background:var(--gray30-color)}.headerWrapper .language .languageItem .active{opacity:1}@media(max-width:991.98px){.headerWrapper .headerContent .btn-menu-mobile{display:block}.headerWrapper .headerContent .menuList{display:none}}@media(max-width:575.98px){.headerWrapper .headerContent .logo{width:80px}}.defaultLayout{display:flex;flex-direction:column;height:100%}.defaultLayout .headerContainer{height:65px;position:fixed;top:0;width:100%;z-index:2}.defaultLayout .menuSidebarMobile{display:none;height:100%;left:0;margin-top:65px;position:fixed;width:100%;z-index:2}.defaultLayout .menuSidebarMobile .menuSidebarContainer{height:100%;position:relative;width:100%}.defaultLayout .menuSidebarMobile .menuSidebarContainer .overlayMenu{background:rgba(0,0,0,.6);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.defaultLayout .menuSidebarMobile .menuSidebarContainer.open{pointer-events:auto}.defaultLayout .menuSidebarMobile .menuSidebarContainer.open .overlayMenu{display:block}.defaultLayout .menuSidebarMobile .menuSidebarContainer.open .menuSidebarList{-webkit-transform:translateX(0);transform:translateX(0)}.defaultLayout .menuSidebarMobile .menuSidebarList{background:var(--white-color);height:100%;padding:12px;position:relative;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:.25s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.defaultLayout .menuSidebarMobile .menuSidebarList .menuItem{padding:8px}.defaultLayout .menuSidebarMobile .menuSidebarList .countryName{cursor:pointer;text-transform:uppercase}.defaultLayout .menuSidebarMobile .menuSidebarList .active{color:red}.defaultLayout .menuSidebarMobile .menuSidebarList a{font-weight:500}.defaultLayout .defaultContent{flex:1 1;margin-top:65px}.defaultLayout .popupNoticeContainer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.defaultLayout .popupNoticeContainer .popupNoticeInner{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.defaultLayout .popupNoticeContainer .popupNoticeInner .popupOverlay{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%}.defaultLayout .popupNoticeContainer .popupNoticeInner .popupContent{background:var(--white-color);border-radius:12px;padding:16px;position:relative;text-align:center;z-index:1}.defaultLayout .popupNoticeContainer .popupNoticeInner .popupContent .btnClose{color:var(--secondary-color);cursor:pointer;position:absolute;right:8px;top:8px}.defaultLayout .popupNoticeContainer .popupNoticeInner .popupContent img{margin-top:24px;width:60px}@media(max-width:991.98px){.defaultLayout .menuSidebarMobile{display:block;pointer-events:none}}@media(max-width:575.98px){.defaultLayout .headerContainer{height:60px}.defaultLayout .defaultContent,.defaultLayout .menuSidebarMobile{margin-top:60px}}.LoadingIcon_loading-container__-57JX{align-items:center;background:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:200}.LoadingIcon_loader__2Rjju{-webkit-animation:LoadingIcon_spin__9G0AI 1s linear infinite;animation:LoadingIcon_spin__9G0AI 1s linear infinite;border:4px solid #dcdcdc;border-radius:50%;border-top:4px solid var(--secondary-color);height:60px;width:60px}@-webkit-keyframes LoadingIcon_spin__9G0AI{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes LoadingIcon_spin__9G0AI{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.tableResultLottery{flex:1 1;width:100%}.tableResultLottery .numberItem{align-items:center;display:flex;justify-content:center}.tableResultLottery td{border:1px solid var(--gray-color);padding:4px 2px;text-align:center}.tableResultLottery tr td:first-child{font-size:14px;font-weight:500;width:80px}.tableResultLottery tr:nth-child(2n){background-color:var(--gray30-color)}.tableResultLottery .prize0 .iconLoading{height:26px;width:26px}.tableResultLottery .prize2,.tableResultLottery .prize3,.tableResultLottery .prize4,.tableResultLottery .prize5,.tableResultLottery .prize6,.tableResultLottery .prize7{display:flex;flex-wrap:wrap;font-weight:600}.tableResultLottery .prize1,.tableResultLottery .prize2{font-size:18px}.tableResultLottery .prize1 .iconLoading,.tableResultLottery .prize2 .iconLoading{height:21px;width:21px}.tableResultLottery .prize3,.tableResultLottery .prize4,.tableResultLottery .prize5{font-size:14px}.tableResultLottery .prize3 .iconLoading,.tableResultLottery .prize4 .iconLoading,.tableResultLottery .prize5 .iconLoading{height:17px;width:17px}.tableResultLottery .prize6 .iconLoading{height:20px;width:20px}.tableResultLottery .prize7 .iconLoading,.tableResultLottery .prize8 .iconLoading{height:24px;width:24px}.tableResultLottery.northern .prize0{color:var(--secondary-color);font-size:22px;font-weight:700}.tableResultLottery.northern .prize1{font-size:18px;font-weight:700}.tableResultLottery.northern .prize2 .numberItem{flex:1 1}.tableResultLottery.northern .prize3,.tableResultLottery.northern .prize5,.tableResultLottery.northern .prize6{margin:-2px 0}.tableResultLottery.northern .prize3 .numberItem,.tableResultLottery.northern .prize5 .numberItem,.tableResultLottery.northern .prize6 .numberItem{flex:0 0 33.3333%;padding:2px 0}.tableResultLottery.northern .prize4{margin:-2px 0}.tableResultLottery.northern .prize4 .numberItem{flex:0 0 50%;padding:2px 0}.tableResultLottery.northern .prize7 .numberItem{color:var(--secondary-color);flex:0 0 25%;font-size:20px;font-weight:700}.tableResultLottery.southern .prize0{color:var(--secondary-color);font-size:22px;font-weight:700}.tableResultLottery.southern .prize1{font-size:20px;font-weight:700}.tableResultLottery.southern .prize2{font-size:18px;font-weight:700;justify-content:center}.tableResultLottery.southern .prize3 .numberItem{flex:1 1}.tableResultLottery.southern .prize4{justify-content:center;margin:-2px 0}.tableResultLottery.southern .prize4 .numberItem{flex:0 0 25%;padding:2px 0}.tableResultLottery.southern .prize6 .numberItem{flex:0 0 33.3333%}.tableResultLottery.southern .prize5 .numberItem,.tableResultLottery.southern .prize7 .numberItem,.tableResultLottery.southern .prize8 .numberItem{flex:1 1}.tableResultLottery.southern .prize8 .numberItem{color:var(--secondary-color);font-size:22px;font-weight:700}.tableResultLottery .noResult{padding:24px 0}.lotteryContainer{display:flex;flex:1 1}.lotteryContainer p,.lotteryContainer span{text-transform:capitalize}.lotteryContainer .resultTitle{background:var(--primary-color);border-right:1px solid var(--gray-color);font-size:14px;height:48px;justify-content:center;padding:8px 12px}.lotteryContainer .resultTitle,.lotteryContainer .resultTitle .resultOption{align-items:center;display:flex}.lotteryContainer .resultTitle .resultOption select{border-radius:6px;margin-left:4px;padding:2px 4px;text-transform:capitalize}.lotteryContainer .resultTable{display:flex;flex:1 1;flex-direction:column}.lotteryContainer .resultTable .resultTitle .viewOptionItem{align-items:center;display:flex;margin-right:12px}.lotteryContainer .resultTable .resultTitle label{font-size:14px;padding:4px;text-transform:capitalize}.lotteryContainer .sectionResultList{display:flex;flex-direction:column}.lotteryContainer .sectionResultList .resultTitle{border-left:1px solid var(--gray-color)}.lotteryContainer .sectionResultList .issueList{display:flex;flex:1 1;flex-direction:column}.lotteryContainer .sectionResultList .issueList .issueItem{align-items:center;border:1px solid var(--gray-color);border-bottom:none;cursor:pointer;display:flex;flex:1 1;font-size:13px;justify-content:center;padding:0 6px;text-align:center}.lotteryContainer .sectionResultList .issueList .issueItem:last-child{border-bottom:1px solid var(--gray-color)}.lotteryContainer .sectionResultList .issueList .issueItem:hover{background:var(--primary-color)}.lotteryContainer .sectionResultList .issueList .issueItem.active{background:var(--gray30-color);color:var(--secondary-color);font-weight:500}.lotteryContainer .nextIssueWrapper{display:flex;flex-direction:column}.lotteryContainer .nextIssueWrapper .resultTitle{border-left:1px solid var(--gray-color)}.lotteryContainer .nextIssueWrapper .nextIssueContent{background:var(--gray30-color);border:1px solid var(--gray-color);display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 4px}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueDate,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueId,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeDesc,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeline{font-size:14px;margin-top:8px;text-align:center}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueDate p,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueId p,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeDesc p,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeline p{color:var(--gray-drak);font-size:14px}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueDate span,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueId span,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeDesc span,.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeline span{font-size:15px;font-weight:600}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTime{margin-bottom:8px}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTimeCount{font-size:14px;font-weight:500;margin:0 auto;padding:4px 12px;text-align:center;width:104px}.lotteryContainer .nextIssueWrapper .nextIssueContent .btnDetail{background:var(--secondary-color);border-radius:8px;color:var(--white-color);cursor:pointer;font-size:14px;margin:0 auto;padding:6px 24px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lotteryContainer .nextIssueWrapper .nextIssueContent .titleNextIssueMobile{display:none}.lotteryContainer.detail{height:100%;padding-bottom:16px}.lotteryContainer.detail .sectionResultList{flex:0 0 20%;max-width:20%}.lotteryContainer.detail .sectionResultList .issueList .issueItem{padding:12px 0}.lotteryContainer.detail .nextIssueWrapper{flex:0 0 30%;max-width:30%}.lotteryContainer.detail .resultTable .numberItem{padding:6px 0}.lotteryContainer.detail .resultTable tr td:first-child{padding:0 12px}.lotteryContainer.detail .resultTable .prize0{font-size:24px}.lotteryContainer.detail .resultTable .prize1,.lotteryContainer.detail .resultTable .prize2{font-size:22px}.lotteryContainer.detail .resultTable .prize3,.lotteryContainer.detail .resultTable .prize4,.lotteryContainer.detail .resultTable .prize5{font-size:18px}.lotteryContainer.detail .resultTable .prize6{font-size:20px}.lotteryContainer.detail .resultTable .prize7 .numberItem,.lotteryContainer.detail .resultTable .prize8 .numberItem{font-size:22px}@-webkit-keyframes flicker{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes flicker{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media(max-width:575.98px){.lotteryContainer{flex-wrap:wrap}.lotteryContainer .resultTitle{justify-content:center}.lotteryContainer .sectionResultList .resultTitle{border-left:none;border-right:none;height:43px}.lotteryContainer .sectionResultList .issueList .issueItem{border-right:none}.lotteryContainer .sectionResultList .issueList .issueItem:last-child{border-bottom:none}.lotteryContainer .resultTable{flex:1 1}.lotteryContainer .resultTable .resultTitle{height:43px;padding:8px}.lotteryContainer .resultTable .resultTitle label{font-size:12px}.lotteryContainer .sectionResultList{border:1px solid var(--gray-color);flex:0 0 25%}.lotteryContainer .sectionResultList .issueList .issueItem{border-left:none;text-align:center}.lotteryContainer .nextIssueWrapper .resultTitle{display:none}.lotteryContainer .nextIssueWrapper .nextIssueContent{background:none;flex-direction:row;flex-wrap:wrap;padding:6px 0}.lotteryContainer .nextIssueWrapper .nextIssueContent>div{flex:0 0 50%;margin-bottom:4px;margin-top:0!important}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTime{margin-bottom:0}.lotteryContainer .nextIssueWrapper .nextIssueContent .issueTime .issueTimeDesc{margin-top:0}.lotteryContainer .nextIssueWrapper .nextIssueContent .titleNextIssueMobile{display:block;flex:0 0 100%;margin-bottom:4px;text-align:center}}.detailPage{display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:1170px;padding:12px 15px;width:100%}.detailPage .detailHeader{padding:16px 0;text-align:center}.detailPage .detailHeader .detaiTitle{font-size:22px;font-weight:500;text-transform:uppercase}.detailPage .detailBody{flex:1 1}.bannerSliderContainer .img-slider{height:300px;object-fit:cover}.bannerSliderContainer .swiper-pagination{pointer-events:none}.bannerSliderContainer .swiper-pagination .swiper-pagination-bullet{background:var(--gray-color);opacity:1;transition:.25s}.bannerSliderContainer .swiper-pagination .swiper-pagination-bullet-active{background:var(--primary-color);border-radius:10px;width:16px}.tabChanelContainer{align-items:center;background:var(--primary-color);border-radius:12px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);display:flex;margin-top:12px;padding:12px 24px}.tabChanelContainer .countryImage img{width:40px}.tabChanelContainer .listChanel{align-items:center;display:flex;flex-wrap:wrap;margin-left:40px}.tabChanelContainer .chanelItem{border-radius:8px;cursor:pointer;margin:0 12px;padding:6px 12px;text-transform:uppercase}.tabChanelContainer .active{background:var(--secondary-color);color:var(--white-color)}@media(max-width:767.98px){.tabChanelContainer{background:var(--white-color);border:1px solid var(--primary-color);flex-direction:column;overflow:hidden;padding:0}.tabChanelContainer .countryImage{background:var(--primary-color);padding:4px 0;text-align:center;width:100%}.tabChanelContainer .listChanel{background:var(--gray30-color);justify-content:center;margin-left:0;padding:8px 8px 0;width:100%}.tabChanelContainer .listChanel .chanelItem{flex:0 0 20%;flex:0 0 33.333%;font-size:14px;margin:0 0 8px;text-align:center}.tabChanelContainer .listChanel .chanelItem:first-child,.tabChanelContainer .listChanel .chanelItem:nth-child(2){flex:0 0 40%}}.homePageContainer .bodyLottery{margin:0 auto;max-width:1170px;padding:0 15px;width:100%}.homePageContainer .resultLotteryList{display:flex;flex-wrap:wrap;justify-content:space-between}.homePageContainer .resultLotteryList .lotteryItem{display:flex;flex-basis:calc(50% - 16px);flex-direction:column;flex-grow:0;flex-shrink:0;padding:12px 0}.homePageContainer .resultLotteryList .lotteryItem:first-child,.homePageContainer .resultLotteryList .lotteryItem:nth-child(2){margin-top:16px}.homePageContainer .resultLotteryList .lotteryItemTitle{font-size:18px;font-weight:500;margin-bottom:4px;text-transform:uppercase}.homePageContainer .resultLotteryList .noDataLottery{padding:20% 0;text-align:center;width:100%}.homePageContainer .resultLotteryList .noDataLottery img{-webkit-filter:grayscale(.5);filter:grayscale(.5);margin-bottom:4px;width:100px}.homePageContainer .resultLotteryList .loadingList{display:flex;flex-wrap:wrap;margin-top:24px;width:100%}.homePageContainer .resultLotteryList .loadingList .loadingItem{flex-basis:calc(50% - 16px);flex-grow:0;flex-shrink:0;margin:0 8px 16px}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTitle{margin-bottom:4px}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable{display:flex;height:347px}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .tableResult{flex:0 0 50%}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .issueList,.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .nextIssue{flex-basis:calc(25% - 2px);flex-grow:0;flex-shrink:0;margin-left:2px}.homePageContainer .descriptionSection{background:var(--gray30-color);margin-top:12px;padding:24px;text-align:center}.homePageContainer .descriptionSection .descriptionInner{margin:0 auto;max-width:1140px;width:100%}.homePageContainer .descriptionSection .descTitle{color:var(--secondary-color);font-size:24px;font-weight:500}.homePageContainer .descriptionSection .regionAvailabel{align-items:center;display:flex;justify-content:center;margin:32px 0}.homePageContainer .descriptionSection .regionAvailabel .countryTitle{text-transform:uppercase}.homePageContainer .descriptionSection .regionAvailabel .regionList{align-items:center;display:flex;flex:1 1;flex-wrap:wrap}.homePageContainer .descriptionSection .regionAvailabel .regionItem{align-items:center;display:flex;margin:0 12px}.homePageContainer .descriptionSection .regionAvailabel .regionItem img{width:36px}.homePageContainer .descriptionSection .regionAvailabel .regionItem p{font-size:14px;margin-left:2px;text-transform:capitalize}.homePageContainer .descriptionSection .descContent{color:#4e535a;font-size:13px;margin:0 auto;max-width:1140px;width:100%}@media(max-width:991.98px){.homePageContainer .resultLotteryList .lotteryItem{flex:0 0 100%}.homePageContainer .bodyLottery{padding:0 12px}.homePageContainer .descriptionSection{padding:12px 8px}.homePageContainer .descriptionSection .countryTitle{display:none;margin-right:4px}.homePageContainer .descriptionSection .regionAvailabel{align-items:flex-start;margin:24px 0}.homePageContainer .descriptionSection .regionAvailabel .regionList{justify-content:center;margin-left:8px}.homePageContainer .descriptionSection .regionAvailabel .regionList .regionItem{flex:0 0 25%;margin:0 0 8px}}@media(max-width:575.98px){.homePageContainer .bannerSlide .img-slider{height:180px}.homePageContainer .resultLotteryList .lotteryItem{width:100%}.homePageContainer .resultLotteryList .lotteryItem:first-child,.homePageContainer .resultLotteryList .lotteryItem:nth-child(2){margin-top:0}.homePageContainer .resultLotteryList .lotteryItem:first-child{margin-top:12px}.homePageContainer .resultLotteryList .loadingList .loadingItem{flex:0 0 100%;margin:0 0 12px}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable{flex-wrap:wrap}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .tableResult{flex:0 0 65%;height:calc(100% - 100px)}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .issueList{flex-basis:calc(35% - 2px);flex-grow:0;flex-shrink:0}.homePageContainer .resultLotteryList .loadingList .loadingItem .loadingTable .nextIssue{flex:0 0 100%;height:100px;margin-left:0;margin-top:2px}.homePageContainer .descriptionSection .descTitle{font-size:18px}.homePageContainer .descriptionSection .regionAvailabel{align-items:flex-start;margin:16px 0}.homePageContainer .descriptionSection .regionAvailabel .regionList .regionItem{flex:0 0 33.333%}}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:1}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}*{box-sizing:border-box;margin:0;padding:0}a{color:#000;color:var(--black-color);text-decoration:none}a:active,a:focus{outline:none}img{width:100%}table{border-collapse:collapse}button{background:none;border:none}input:active,input:focus{outline:none}li{list-style-type:none}@font-face{font-family:Inter;font-weight:400;src:url(/static/media/Inter-Regular.e89cb19905e7db5591b0.ttf)}@font-face{font-family:Inter;font-weight:500;src:url(/static/media/Inter-Medium.6dcbc9bed1ec438907ee.ttf)}@font-face{font-family:Inter;font-weight:600;src:url(/static/media/Inter-SemiBold.4d56bb21f2399db8ad48.ttf)}@font-face{font-family:Inter;font-weight:700;src:url(/static/media/Inter-Bold.88fa7ae373b07b41ecce.ttf)}html{--primary-color:#ffc104;--secondary-color:#d60500;--white-color:#fff;--black-color:#000;--drak-color:#24262b;--gray-drak:#818995;--gray-color:#c1cbdc;--gray30-color:#eceff5;--gray60-color:#d1d1d1;--gradient-primary:linear-gradient(180deg,#ef4eae 34.69%,#ef53a3 56.04%,#ef7e4e);--font-inter:"Inter"}body{font-family:Inter,sans-serif;font-family:var(--font-inter),sans-serif}#root{left:0;position:absolute;top:0;width:100%}#root,.rootPage{height:100%}
/*# sourceMappingURL=main.b1820b50.css.map*/