@import url("./about_pocket.55bf1dd48989.css");

main {
    background-color: #F5F5F5;
}

.pred-linear-gradient {
    background: linear-gradient(79deg, #C01846 24.39%, #E65967 64.32%);
}

.bg-login {
    background-image: url("/static/image/login_bg.30e70f99f44c.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-news {
    min-height: 20rem;
}

/* fixed tailwind elements bug start */

.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #999999;
    border-radius: 50%;
}

.carousel-indicators .active{
    background-color: #F95868;
}

#carouselVideo .carousel-item{
    display: block;
    margin-right: 0;
}

#carouselVideo .carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.img-resp {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.nav-tabs .nav-link {
    color: #AEAEB2;
}

* {
    scroll-behavior: smooth;
}

#orderTool {
    background-image: url("../image/features.b0cb8cd6ad80.svg");
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

#homepagebg {
    background-image: url("../image/features_login.1d4d2b254ba5.svg");
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 992px) {
    #orderTool, #homepagebg {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% bottom;

    }
}

/* scrollMagic */
.revealItem1, .revealItem2, .revealItem3 {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
            -ms-transition: all 1s ease-in-out;
             -o-transition: all 1s ease-in-out;
                    transition: all 1s ease-in-out;
}

.revealItem1.visible, .revealItem2.visible, .revealItem3.visible,
.scaleItem.visible, .translateItemLeft.visible, .translateItemRight.visible, .spinItem.visible, .translateItemTop.visible, .scaleItem2.visible, .scaleItem3.visible {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

.scaleItem {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all .6s ease-in-out;
         -moz-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
             -o-transition: all .6s ease-in-out;
                    transition: all .6s ease-in-out;
}

.scaleItem:nth-child(2) {
    -webkit-transition: all .6s .5s ease-in-out;
    -moz-transition: all .6s .5s ease-in-out;
       -ms-transition: all .6s .5s ease-in-out;
        -o-transition: all .6s .5s ease-in-out;
               transition: all .6s .5s ease-in-out;
}

.scaleItem:nth-child(3) {
    -webkit-transition: all .6s .8s ease-in-out;
    -moz-transition: all .6s .8s ease-in-out;
       -ms-transition: all .6s .8s ease-in-out;
        -o-transition: all .6s .8s ease-in-out;
               transition: all .6s .8s ease-in-out;
}

.scaleItem2 {
    opacity: 0;
    -webkit-transform: scale(2.5);
         -moz-transform: scale(2.5);
            -ms-transform: scale(2.5);
             -o-transform: scale(2.5);
                    transform: scale(2.5);
    -webkit-transition: all .6s ease-in-out;
         -moz-transition: all .6s ease-in-out;
            -ms-transition: all .6s ease-in-out;
             -o-transition: all .6s ease-in-out;
                    transition: all .6s ease-in-out;
}

.scaleItem3 {
    opacity: 0;
    -webkit-transform: scale(2.5);
         -moz-transform: scale(2.5);
            -ms-transform: scale(2.5);
             -o-transform: scale(2.5);
                    transform: scale(2.5);
    -webkit-transition: all .6s .6s ease-in-out;
         -moz-transition: all .6s .6s ease-in-out;
            -ms-transition: all .6s .6s ease-in-out;
             -o-transition: all .6s .6s ease-in-out;
                    transition: all .6s .6s ease-in-out;
}

.translateItemLeft {
    opacity: 0;
    -webkit-transform: translateX(-50px);
         -moz-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
             -o-transform: translateX(-50px);
                    transform: translateX(-50px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}

.translateItemRight {
    opacity: 0;
    -webkit-transform: translateX(50px);
         -moz-transform: translateX(50px);
            -ms-transform: translateX(50px);
             -o-transform: translateX(50px);
                    transform: translateX(50px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}

.spinItem {
    opacity: 0;
    -webkit-transform: rotate(60deg) scale(1.5);
         -moz-transform: rotate(60deg) scale(1.5);
            -ms-transform: rotate(60deg) scale(1.5);
             -o-transform: rotate(60deg) scale(1.5);
                    transform: rotate(60deg) scale(1.5);
    -webkit-transition: all 0.8s ease-in-out;
         -moz-transition: all 0.8s ease-in-out;
            -ms-transition: all 0.8s ease-in-out;
             -o-transition: all 0.8s ease-in-out;
                    transition: all 0.8s ease-in-out;
}

.translateItemTop {
    opacity: 0;
    -webkit-transform: translateY(50px);
         -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                    transform: translateY(50px);
    -webkit-transition: all 0.6s ease-out;
         -moz-transition: all 0.6s ease-out;
            -ms-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
                    transition: all 0.6s ease-out;
}

.translateItemTop:nth-child(2) {
    -webkit-transition: all .6s .5s ease-out;
    -moz-transition: all .6s .5s ease-out;
       -ms-transition: all .6s .5s ease-out;
        -o-transition: all .6s .5s ease-out;
               transition: all .6s .5s ease-out;
}

.translateItemTop:nth-child(3) {
    -webkit-transition: all .6s .8s ease-out;
    -moz-transition: all .6s .8s ease-out;
       -ms-transition: all .6s .8s ease-out;
        -o-transition: all .6s .8s ease-out;
               transition: all .6s .8s ease-out;
}

.translateItemTop:nth-child(4) {
    -webkit-transition: all .6s 1s ease-out;
    -moz-transition: all .6s 1s ease-out;
       -ms-transition: all .6s 1s ease-out;
        -o-transition: all .6s 1s ease-out;
               transition: all .6s 1s ease-out;
}

/* Wagtail WordPressArticle "h2" style */
#invest_news_content_h2_style h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #E95465;
    padding: 0 0.5rem;
    margin: 1rem 0;
    border-left: 4px solid #E95465;
  }

@media screen and (max-width: 639px) {
    #invest_news_content_h2_style h2 {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 600;
    }
}

@media (min-width: 940px) and (max-width: 1280px) {
    .coop-app-small {
        display: flex;
    }
}

@media (min-width: 1281px) {
    .coop-app-large {
        display: flex;
    }
}

.hover-show {
    display: none;
}

.hover-target:hover + .hover-show {
    display: block;
	pointer-events: none;
}

.appContainerLeft {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 9px 8px;
    height: 100%;
    width: 99%;
    box-shadow: 2px 2px 2px 0px rgba(94, 94, 94, 0.25);
    border-radius: 10px;
    background: #EEEEEE;
    position: relative;
    overflow: hidden;
}

.appContainerLeft_small {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 6.5px 6px;
    height: 100%;
    width: 99%;
    box-shadow: 2px 2px 2px 0px rgba(94, 94, 94, 0.25);
    border-radius: 10px;
    background: #EEEEEE;
    position: relative;
    overflow: hidden;
}

.appContainerRight {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 9px 8px;
    height: 100%;
    width: 99%;
    box-shadow: 2px 2px 2px 0px rgba(94, 94, 94, 0.25);
    border-radius: 10px;
    background: #EEEEEE;
    position: relative;
    overflow: hidden;
}

.appContainerRight_small {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 6.5px 6px;
    height: 100%;
    width: 99%;
    box-shadow: 2px 2px 2px 0px rgba(94, 94, 94, 0.25);
    border-radius: 10px;
    background: #EEEEEE;
    position: relative;
    overflow: hidden;
}

.appTextLeft {
    font-size: 15px;
    text-align: start;
}

.appTextRight {
    font-size: 15px;
    text-align: end;
}

.appTitle {
    color: #1F2937;
    font-size: 18px;
    font-weight: 700;
}

.appTitle_small {
    color: #1F2937;
    font-size: 13px;
    font-weight: 700;
}

.appDes {
    color: #6B7280;
    font-weight: 500;
    font-size: 16px;
}

.appDes_small {
    color: #6B7280;
    font-weight: 500;
    font-size: 12px;
}

.report-layout-gradient {
	background: linear-gradient(360deg, #E60039 0%, rgba(230, 0, 57, 0.13605) 50.53%, rgba(230, 0, 57, 0) 89.64%);
}

@media screen and (min-width: 940px) {
    .appIntro {
        display: none;
    }
    .appIntroList {
        display: none;
    }
    .appIntroImg {
        display: none;
        width: 100%;
    }
}

@media (max-width: 820px) {
    .appIntroImg {
        width: 335px;
        height: auto;
    }
}

@media (min-width: 820px) and (max-width: 940px) {
    .appIntroSection {
        padding: 40px 0;
    }
    .appIntroImg {
        width: 594px;
        height: auto;
    }
}

@media screen and (min-width: 820px) and (max-width: 940px) {
    .appIntro {
        margin-bottom: 40px;
    }
    .appIntroList {
        width: 594px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 36px;
    }
}

@media (min-width: 820px) and (max-width: 1200px) {
    .cowMbImg {
        top: 400px !important;
        width: 25% !important;
        left: 25% !important;
    }
}

.advatage-image {
    clip-path: inset(2px 2px 2px 2px);
}

.drop-shadow-home {
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 14px 0px #00000040;
}

.home-APP-phone-content-US {
    left: 10%;
}

@media screen and (min-width: 820px) {
    .home-security-carousel {
        width: 60%;
    }
    .home-APP-phone-content-US {
        left: 16%;
    }
}

@media screen and (min-width: 950px) {
    .home-security-carousel {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .home-security-carousel {
        width: 55%;
    }
    .home-APP-phone-content-US {
        left: 13%;
    }
}

@media screen and (min-width: 1536px) {
    .home-security-carousel {
        width: 60%;
    }
}

.home-section-margin {
    margin-left: 0;
    margin-right: 0;
}
.home-floating-btn {
    background-color: #fff;
}

@media screen and (min-width: 820px) {
    .home-section-margin {
        margin-left: 70px;
        margin-right: 70px;
    }
    .home-floating-btn {
        background-color: #EEEEEEB2;
        backdrop-filter: blur(20px);
        box-shadow: 0px 0px 14px 0px #00000040;
    }
}
@media screen and (min-width: 1280px) {
    .home-section-margin {
        margin-left: auto;
        margin-right: auto;
    }
    .home-APP-phone-content-US {
        left: 16%;
    }
}

.home-APP-phone-content-TW,
.home-APP-phone-content-US {
    top: 45%;
}

.home-APP-phone-title-TW,
.home-APP-phone-title-US {
    top: 20%;
}

@media screen and (min-width: 390px) {
    .home-APP-phone-content-TW,
    .home-APP-phone-content-US {
        top: 50%;
    }
}

@media screen and (min-width: 450px) {
    .home-APP-phone-content-TW,
    .home-APP-phone-content-US {
        top: 65%;
    }
    .home-APP-phone-title-TW,
    .home-APP-phone-title-US {
        top: 30%;
    }
}

@media screen and (min-width: 500px) {
    .home-APP-phone-content-TW,
    .home-APP-phone-content-US {
        top: 70%;
    }
}

@media screen and (min-width: 550px) {
    .home-APP-phone-content-TW,
    .home-APP-phone-content-US {
        top: 75%;
    }
    .home-APP-phone-title-TW,
    .home-APP-phone-title-US {
        top: 40%;
    }
}

@media screen and (min-width: 640px) {
    .home-APP-phone-content-TW {
        top: 8.5rem;
    }
    .home-APP-phone-content-US {
        top: 40rem;
    }
    .home-APP-phone-title-TW {
        top: 40px;
    }
    .home-APP-phone-title-US {
        top: 34rem;
    }
}

/* scroll menu */
.scroll-menu-arrow {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;

    @media (min-width: 1280px) {
        display: none;
    }
}

.scroll-menu-arrow.active svg path {
	fill: #c4c4c4;
}

.scroll-menu-arrow:not(.active) svg path {
	fill: #818181;
	cursor: pointer;
}
/* scroll menu */

/* landing page */

.budget-highlights-shadow {
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
}

.budget_pc_service_btn {
	width: 90px;
	bottom: 9%;
	right: 7%;
}

.activity-info {
	row-gap: 48px;
}

#rules .highlight,
#faq .highlight {
	color: #468DC6;
	text-decoration: underline;
	text-decoration-color: #000000;
}

#rules ol li {
	line-height: 2rem;
}

@media screen and (min-width: 820px) {
	.activity-info {
		row-gap: 90px;
	}
}

@media (min-width: 1280px) {
    .details-little-banner {
        width: 920px;
        height: 56px;
    }

    .details-pillar {
        width: 698px;
    }

    .details-banner {
        width: 1090px;
    }

    .highlights-content {
        width: 972px;
    }

    .budget-highlights-square {
        padding-left: 60px;
        padding-right: 60px;
    }

    .registration-discount {
        width: 100%;
    }

	.budget_pc_service_btn {
		width: 164px;
		bottom: 9%;
	}
}

@media screen and (min-width: 1920px) {
	.budget_pc_service_btn {
		width: 248px;
		bottom: 9%;
	}
}

/* .cs-gradient {
    background-image: linear-gradient(0deg, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), linear-gradient(180deg, #FE0430 0%, #FF1D24 50%, #FF6504 100%);
} */

.cs-scrollbar {
    &::-webkit-scrollbar{
        width: 12px;
    }

    &::-webkit-scrollbar-track {
        background-color: #D9D9D9;
        border-radius: 20px;
        margin: 10px 130px;
    }
    
    &::-webkit-scrollbar-thumb{
        border-radius: 20px;
        background-color: #FFCCCC;
    }
}

.cs-active-option-shadow:active {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

/* landing page */
