body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}
*,
:after,
:before {
    box-sizing: border-box
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover {
    padding: 13px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    background: #429BCD;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
}

.service-tab ul {
    position: absolute;
}

.single-schedule {
    cursor: pointer !important;
}

.schedule .single-schedule:before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background: #429BCD;
    opacity: 0.6;
    filter: blur(10px);
}

.single-content span {
    font-size: 16px;
}

.text h1 {
    font-size: 38px;
    font-weight: 700;
}

.text .btn {
    font-size: 17px;
    padding: 0.6rem 1.5rem;
}

.text p {
    font-size: 17px;
    font-weight: 550;
}

/* clientNeeds */

.clientNeeds-carousel::before,
.TopRatings-carousel::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100% !important;
    width: 300px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.clientNeeds-carousel::after,
.TopRatings-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.clientNeeds-carousel:hover::before,
.TopRatings-carousel:hover::before {
    width: 0px;
}
.clientNeeds-carousel:hover::after,
.TopRatings-carousel:hover::after {
    width: 0px;
}

#clientNeeds .title{
    padding: 6rem 0 0 0;
}

#clientNeeds .owl-theme .owl-nav [class*='owl-'],
.TopRatings .owl-theme .owl-nav [class*='owl-'] {
    background-color: #429BCD !important;
}

#clientNeeds .owl-theme .owl-nav [class*='owl-']:hover ,
.TopRatings .owl-theme .owl-nav [class*='owl-']:hover {
    background-color: #2C2D3F !important;
}

.clientNeeds-carousel .item {
    cursor: pointer;
    transition: all .4s ease-in-out;
}

@media(max-width: 576px){
    .clientNeeds-carousel::before,
    .TopRatings-carousel::before, 
    .clientNeeds-carousel::after, 
    .TopRatings-carousel::after {
        width: 0;
    }
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

/*a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #343a3f;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
}*/

.explore-rating-price,
.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}

.single-explore-txt.bg-theme-1 .explore-rating {
    background: #70a9ff;
}

.single-explore-txt h2 a {
    font-weight: 700;
    font-size: 20px;
}

.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}

.explore-rating-price a {
    margin: 0;
}

.explore-rating-price,
.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}

@media screen and (max-width: 991px) {
    .explore-price-box {
        padding: 0 5px;
        margin: 0 5px;
    }

    .explore-price-box {
        display: inline-block;
        padding: 0 10px;
        margin: 0 8px;
        border-left: 1px solid #dde0e4;
        border-right: 1px solid #dde0e4;
    }
}

.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}

.explore-person p {
    font-size: 12px;
}

.explore-open-close-part {
    margin-top: 20px;
}

.close-btn {
    color: #f63138;
    text-transform: capitalize;
}

button {
    background: transparent;
    border: 0;
    font-size: 12px;
}

.explore-map-icon {
    text-align: right;
    display: flex;
    justify-content: space-around;
    margin-left: 3rem;
}

.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}

.explore-content .col-md-4:hover .single-explore-img-info {
    bottom: 20px;
    opacity: 1;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}

#clientNeeds .title h2,
#Matching .title h2 {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 32px;
    text-align: center;
    color: #429BCD;
}

#clientNeeds .title p,
#Matching .title p {
    font-weight: 600;
    margin: 2rem 0;
    font-size: 18px;
    text-align: center;
    color: #888;
}

/* 需求媒合Matching */
#Matching {
    margin: 6rem 0;
}

.why-choose {
    margin-top: 5rem;
}

.why-choose .choose-right {
    background-image: url(../img2/matching1.jpg);
}

.why-choose .choose-left .list li i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: #1a76d1;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    padding-left: 0px;
    margin-right: 16px;
}

#Matching .button {
    margin: 2rem 0;
}


#Matching .why-choose p,
#Matching .why-choose li {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: justify;
    font-weight: 600;
}

#Matching a{
    color: #fff !important;
}

#Matching a:visited {
    color: #fff !important;
}
#pro_file .ratings {
    width: 100%;
    line-height: 1;
    display: inline-block;
    color: #ccd0cf;
}

#pro_file .case-count {
    float: left;
    margin: 0px 0px 0px 5px;
}


/* RecentRatings  */

@media (max-width: 767px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 0px !important;
    }
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100% !important;
    width: 300px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .testimonial-item img {
    background: #429BCD !important;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: linear-gradient( 50deg, #0D6FB8, #65B8DB);
    border-radius: 20px !important;
    transform: scale(1);
    color: #fff;
}

.testimonial-carousel .owl-item .testimonial-text {
    background: linear-gradient( 50deg, #0D6FB8, #65B8DB);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item .testimonial-text p {
    color: #FFF;
    font-size: 18px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #1a76d1 !important;
    font-size: 45px;
    transition: .5s;
    background: transparent !important;
}

.testimonial-carousel .owl-nav .owl-prev {
    transform: translateX(-20px);
}

.testimonial-carousel .owl-nav .owl-next {
    transform: translateX(20px);
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    transform: translateX(0px);
}


#RecentRatings .fst-italic {
    color: #ffe28c;
}

#RecentRatings .testimonial-text h5 {
    font-weight: bold;
    color: #FFF;
}

#RecentRatings h1 {
    color: #429BCD;
}

#RecentRatings h1 {
    color: #429BCD;
    font-weight: bold;
    font-size: 24px;
}

#RecentRatings .rounded-pill {
    font-size: 18px;
}





/*member_login*/

#member_login {
    width: 100%;
    height: 75vh;
    background-image: url(../img2/5263066-01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#member_login .right_box{
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border-radius: 10px;
}

#member_login .line span {
    position: relative;
}

#member_login .line span::before{
    content:"";
    position: absolute;
    width: 170px;
    height: 2px;
    background: #cbcccd;
    left: 33px;
    top: 10px;
}

#member_login .line span::after{
    content:"";
    position: absolute;
    width: 170px;
    height: 2px;
    background: #cbcccd;
    right: 33px;
    top: 10px;
}

#member_login .title h2,
#member_register .title h2,
#member_forgotpassword .title h2{
    font-size: 28px;
    font-weight: bold;
}

#member_login .title p,
#member_register .title p
#member_forgotpassword .title p{
    font-size: 18px;
}


#member_register .login_btn,
#member_forgotpassword .login_btn,
#reset_password .login_btn {
    margin: 10px 0 10px 0;
    font-size: 16px;
    padding: 10px 30px;
}

#member_login .login_btn button {
    width: 100%;
    margin: 10px 0 10px 0;
}
#member_login iframe {
    margin: auto !important;
}

#member_login .form-group,
#member_register .form-group,
#member_forgotpassword .form-group,
#RegisterConfirm .form-group,
#reset_password .form-group {
    margin: 10px 0;
}

#member_login .container .row {
    display: flex;
    align-items: center;
}

/*member_register*/

#member_register .title h2,
#member_register .title p,
#member_register .form-group label{
    color: #fff;
}

#member_register .title p{
    max-width: 200px;
    word-wrap: break-word;
}

@media (max-width: 991.98px) {
    #member_register .box-container {
        flex-direction: column;
    }
    #member_register .five::before {
        display: none;
    }
    #member_register .five{
        padding-bottom: 30px !important;
        height: auto !important;
    }
    #member_register .nine {
        margin-top: -30px;
        max-width: 350px !important;
        margin-left: 0rem !important;
        padding-left: 0 !important;
    }
    #member_register .box_top {
        position: relative;
    }
    #member_register .five ::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent rgba(34,48,122,1) transparent;
    }
}

#member_register .five {
    width: 350px;
    height: 300px;
    border-radius: 20px;
    background: rgba(34,48,122,0.6);
    position: relative;
}

#member_register .nine {
    width: 450px;
    height: 300px;
    border-radius: 20px;
    margin-left: -6.5rem;
    background: rgba(34,48,122,1);
    z-index: 99;
    flex-direction: column;
    padding-left: 50px;
}

#member_register .form_box {
    height: 100%;
}

#member_register .box_btm {
    height: 400px;
    align-items: flex-end;
}

#member_register .box_top {
    height: 400px;
    align-items: flex-start;
}

#member_register .five::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 80px;
    height: 265px;
    transform: skewY(50deg);
    border-radius: 0px;
    background: rgba(34,48,122,0.5);
    z-index: -5;
}

/*RegisterConfirm*/

#RegisterConfirm .form-box {
    width: 60%;
    background: #edf0f5;
    border-radius: 10px;
    border-top: 6px solid #091f5b;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


@media (max-width: 991.98px) {
    #RegisterConfirm .form-box {
        width: 90% !important;
    }
}


#RegisterConfirm .row-btm {
    background: #091f5b;
    padding: 40px;
    position: relative;
    border-radius: 10px;
}

#RegisterConfirm .row-btm::before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #091f5b transparent;
}

#RegisterConfirm .row-btm label {
    color: #fff;
    font-size: 16px;
}



/*AccountFail*/

#AccountFail .error-box {
    width: 250px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#AccountFail .error-box .header{
    width: 250px;
    padding: 10px;
    background: #ff545a;
    border-radius: 20px 20px 0 0;
}

#AccountFail .error-box .body{
    padding: 20px;
    font-size: 16px;
    flex-direction: column;
}

#AccountFail .error-box .body h2{
    margin: 5px 0;
    font-weight: bold;
    font-size: 20px;
}

#AccountFail .error-box .header i{
    color: #FFF;
}

/*member_forgotpassword*/

#member_forgotpassword .form-box {
    width: 50%;
    background: #edf0f5;
    border-radius: 10px;
    border-top: 6px solid #091f5b;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#member_forgotpassword .row-btm {
    background: #091f5b;
    padding: 30px 10px;
    position: relative;
    border-radius: 10px;
}

#member_forgotpassword .row-btm::before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #091f5b transparent;
}

#member_forgotpassword .row-btm label {
    color: #fff;
    font-size: 16px;
}

#member_forgotpassword form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#member_forgotpassword .row-btm label {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    #member_forgotpassword .form-box {
        width: 100%;
    }
    #member_forgotpassword .row-btm .input-box {
        flex-direction: column;
    }
    #member_forgotpassword .login_btn button{
        width: 225px;
    }
}

/*reset_password*/

#reset_password .form-box {
    width: 50%;
    background: #Edf0f5;
    border-radius: 10px;
    border-top: 6px solid #091f5b;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#reset_password .row-btm {
    background: #091f5b;
    padding: 30px 10px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
}

#reset_password .row-btm::before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #091f5b transparent;
}

#reset_password .row-btm label {
    color: #fff;
    font-size: 16px;
}

#reset_password form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#reset_password .row-btm label {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    #reset_password .form-box {
        width: 100%;
    }
    #reset_password .row-btm {
        flex-direction: column;
    }
    #reset_password .login_btn button {
        width: 225px !important;
    }
}

    /*達人等級*/
    .ribbon15:after {
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      height: 0;
      width: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-bottom: 10px solid transparent;
    }
    /*審核中*/
    .ribbon15.default{
        background-image: linear-gradient(#429BCD, #4ec3e9 43%, #429BCD);
    }
    .ribbon15.default:after{
        border-left: 20px solid #429BCD;
        border-right: 20px solid #429BCD;
    } 
    .ribbon15.default:before{
        border-bottom: solid 6px #429BCD;
    }
    .grandeient-bg:has(.default) {
        background-image: linear-gradient(9deg,#429BCD, #4ec3e9 43%, #429BCD);
    }
    /*銅牌*/
    .ribbon15.copper{
        background-image: linear-gradient(#a96f44, #f5cb86 43%, #7e5936);
    }
    .ribbon15.copper:after{
        border-left: 20px solid #7e5936;
        border-right: 20px solid #7e5936;
    } 
    .ribbon15.copper:before{
        border-bottom: solid 6px #a96f44;
    }
    .grandeient-bg:has(.copper) {
        background-image: linear-gradient(9deg,#a96f44, #f5cb86 43%, #7e5936);
    }
    /*銀牌*/
    .ribbon15.silver{
        background-image: linear-gradient(#7c7c7c, #fff6f6 43%, #7c7c7c);
    }
    .ribbon15.silver:after{
        border-left: 20px solid #7c7c7c;
        border-right: 20px solid #7c7c7c;
    } 
    .ribbon15.silver:before{
        border-bottom: solid 6px #7c7c7c;
    }
    .grandeient-bg:has(.silver) {
        background-image: linear-gradient(9deg,#7c7c7c, #fff6f6 43%, #7c7c7c);
    }
    /*金牌*/
    .ribbon15.gold{
        background-image: linear-gradient(#ae8625, #f7ef8a 43%, #ae8625);
    }
    .ribbon15.gold:after{
        border-left: 20px solid #ae8625;
        border-right: 20px solid #ae8625;
    } 
    .ribbon15.gold:before{
        border-bottom: solid 6px #ae8625;
    }
    .grandeient-bg:has(.gold) {
        background-image: linear-gradient(9deg,#ae8625, #f7ef8a 43%, #ae8625);
    }
    /*白金*/
    .ribbon15.platinum {
        background: linear-gradient(#6184ac, #e8eae7 43%, #6184ac);
    }
    .ribbon15.platinum:after{
        border-left: 20px solid #6184ac;
        border-right: 20px solid #6184ac;
    } 
    .ribbon15.platinum:before{
        border-bottom: solid 6px #6184ac;
    }
    .grandeient-bg:has(.platinum) {
        background-image: linear-gradient(9deg,#6184ac, #e8eae7 43%, #6184ac);
    }
    /*鑽石*/
    .ribbon15.daimond {
        background-image: linear-gradient(#02adba, #dffcff 43%, #02adba);
    }
    .ribbon15.daimond:after{
        border-left: 20px solid #02adba;
        border-right: 20px solid #02adba;
    } 
    .ribbon15.daimond:before{
        border-bottom: solid 6px #02adba;
    }
    .grandeient-bg:has(.daimond) {
        background-image: linear-gradient(9deg,#02adba, #dffcff 43%, #02adba);
    }

    .level-text{
        position: relative;
        line-height: 1.6;
        letter-spacing: 2px;
        -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
        margin-bottom: 2rem !important;
        font-weight: 500;
        font-size: 18px;
    }
    .level-text:before, .level-text:after {
        position: relative;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-size: 1.0em;
        color: #777f85;
    }
    .level-text:before {
        content: "\f0da";
        padding-right: 1.5em
    }
    .level-text:after {
        content: "\f0d9";
        padding-left: 1.5em
    }

/*專家頭像*3*/
.pro-list-img {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    cursor: pointer;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
/*-------------------------------------------------------- 取消、確認按鈕 -----------------------------------------------------------------*/

.save-btn:before {
    background: #18c959;
}

.cancel-btn:before {
    background: #c24b39;
}

/*-------------------------------------------------------- 商品/案件/信件中心/結帳 分類組件(tab) ------------------------------------------*/

.pointerCenter .tabs,
.produstsList .tabs,
.Notifications .tabs,
.modal .tabs {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.5rem;
    border-radius: 99px;
    width: fit-content;
    margin: 2rem auto;
}

.pointerCenter .tabs *,
.produstsList .tabs *,
.Notifications .tabs *,
.modal .tabs * {
    z-index: 2;
}

.pointerCenter input[type="radio"],
.produstsList input[type="radio"],
.Notifications input[type="radio"],
.modal input[type="radio"][class="choose"] {
    display: none;
}

.pointerCenter .tab,
.produstsList .tab,
.Notifications .tab,
.modal .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.pointerCenter .notification,
.produstsList .notification,
.Notifications .notification,
.modal .notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: #e6eef9;
    transition: 0.15s ease-in;
}

.pointerCenter input[type="radio"]:checked + label,
.produstsList input[type="radio"]:checked + label,
.Notifications input[type="radio"]:checked + label,
.modal input[type="radio"]:checked + label {
    color: #0D6FB8;
}

.pointerCenter input[type="radio"]:checked + label > .notification,
.produstsList input[type="radio"]:checked + label > .notification,
.Notifications input[type="radio"]:checked + label > .notification,
.modal input[type="radio"]:checked + label > .notification {
        background-color: #C6DBE8;
        color: #fff;
}

.pointerCenter input[id="pointcenter-1"]:checked ~ .glider,
.produstsList input[id="radio-1"]:checked ~ .glider,
.Notifications input[id="radio-1"]:checked ~ .glider,
.modal input[id="invoiceType-1"]:checked ~ .glider {
    transform: translateX(0);
}

.pointerCenter input[id="pointcenter-2"]:checked ~ .glider,
.produstsList input[id="radio-2"]:checked ~ .glider,
.Notifications input[id="radio-2"]:checked ~ .glider,
.modal input[id="invoiceType-2"]:checked ~ .glider {
    transform: translateX(95%);
}

.pointerCenter input[id="pointcenter-3"]:checked ~ .glider,
.produstsList input[id="radio-3"]:checked ~ .glider,
.Notifications input[id="radio-3"]:checked ~ .glider {
    transform: translateX(195%);
}

.pointerCenter input[id="pointcenter-4"]:checked ~ .glider,
.produstsList input[id="radio-4"]:checked ~ .glider,
.Notifications input[id="radio-4"]:checked ~ .glider {
    transform: translateX(290%);
}

.pointerCenter .glider,
.produstsList .glider,
.Notifications .glider,
.modal .glider {
    position: absolute;
    display: flex;
    height: 35px;
    width: 32%;
    background-color: #e6eef9;
    z-index: 1;
    top: 20%;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

@media (max-width: 576px) {
    .pointerCenter .tabs,
    .produstsList .tabs,
    .Notifications .tabs,
    .modal .tabs {
        width: 100%;
    }

    .pointerCenter .tab,
    .produstsList .tab,
    .Notifications .tab,
    .modal .tab {
        min-width: 33.9% !important;
    }

    .Notifications .tab{
        min-width: 33% !important;
    }

    /*.pointerCenter .tab,*/
    /*.modal .tab {
        min-width: 48% !important;
    }*/

    .pointerCenter .information
    .produstsList .information,
    .Notifications .information,
    .modal .information {
        margin-bottom: 2rem;
    }
}


.produstsList .title-box,
.Notifications .title-box {
    display: flex;
    justify-content: space-between;
}

/*-------------------------------------------------------- createCase 尋找專家 & 發案 ------------------------------------------------------*/

.createCase .title h2 {
    font-size: 28px;
    font-weight: bold;
}

.createCase .title p {
    font-size: 18px;
}

.createCase .step-app > .createCase .step-footer > .createCase .step-btn {
    padding: 13px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #429BCD;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0;
    border-radius: 4px;
    margin: 0 10px;
}


.createCase .select2-container {
    width: 100% !important;
}

.createCase .nice-select {
    display: none;
}

/*label樣式*/
.createCase .tag {
    position: relative;
    font-size: 16px;
    color: #429BCD;
    font-weight: bold;
    padding: 0 1em;
    border-right: 4px solid #429BCD;
    border-left: 4px solid #429BCD;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/*上傳檔案*/
.createCase label.uploadStyle {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 2em;
    color: #429BCD;
    background-color: #f1f8ff;
    border-radius: 10px;
    border: 2px dashed #75ACE3;
    text-align: center;
}

@media(max-width: 769px) {
    .createCase .step-app > .createCase .step-steps {
        display: block;
    }
}

.createCase .step-app > .createCase .step-content {
    padding: 40px 20px !important;
    background: #f6f7fb;
    border: none;
    transition: all .2s ease;
}

.createCase .step-footer {
    margin: 0 !important;
    background-color: #dadadc;
    padding: 20px;
    justify-content: flex-end;
}

/*--------------------------------------------li一般狀態*/
.createCase .step-app > .step-steps > li {
    margin: 0;
    list-style: none;
    flex: 1;
    cursor: pointer;
    display: block;
    padding: 20px;
    color: #FFF !important;
    background-color: #dadadc !important;
    text-decoration: none;
    transition: all 0.5s ease;
    border-radius: 0px;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
}
.createCase .step-app > .step-steps > li:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 30px;
    border-color: transparent transparent transparent #dadadc;
    z-index: 2;
}
/*--------------------------------------------li已選取*/
.createCase .step-app > .step-steps > li.done:before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    position: absolute;
    right: 10px;
    font-weight: 900;
    color: #F5E080;
}

.createCase .step-app > .step-steps > li.done {
    background-color: #429BCD !important;
    color: #fff;
    position: relative;
}    

.createCase .step-app > .step-steps > li.done:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 31px;
    border-color: transparent transparent transparent #429BCD;
    z-index: 2;
}    
/*--------------------------------------------li:正在選取*/
.createCase .step-app > .step-steps > li.active {
    background-color: #65B8DB !important;
    color: #fff;
}

.createCase .step-app > .step-steps > li.active:after {
    content: "";
    position: absolute;
    right: -29px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 30px;
    border-color: transparent transparent transparent #65B8DB;
    z-index: 2;
} 
        
/*預算不對*/
.createCase .validation-errors.price::before {
    font-family: "Font Awesome 6 Free";
    content: "\f53b";
    position: absolute;
    left: 10px;
    font-weight: 900;
}
/*error樣式*/
.createCase .validation-errors {
    padding: .5rem .5rem .5rem 2rem;
    margin: 1rem 0;
}

.createCase .validation-errors::before {
    font-family: "Font Awesome 6 Free";
    content: "\f058";
    position: absolute;
    left: 10px;
    font-weight: 900;
}

.createCase .validation-errors::before {
    font-family: "Font Awesome 6 Free";
    content: "\f071";
    position: absolute;
    left: 10px;
    font-weight: 900;
}

/*form樣式*/
.createCase .form-group {
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    padding: 2rem;
    background: #fff;
    transition: all .4s ease;
}

.createCase .step-third textarea {
    height: 110px !important;
}

.createCase #fileinfo {
    margin: 0.5rem 0;
    padding: 1rem;
}

.createCase .box {
    padding: 2em;
}

.createCase .time-box {
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #cadbf4, #FFF);
}

.createCase .input-group:has(.price) {
    padding: 0;
}

.createCase .price {
    height: 31px;
}

.createCase input[type=time] {
    font-size: 14px;
    cursor: pointer;
    height: 31px;
}

.createCase .input-group:has(input[type=time]) .input-group-text {
    height: 31px;
}

.createCase .input-group:has(.price) .input-group-text {
    height: 31px;
}

.createCase .form-check-input {
    cursor: pointer;
}

.createCase .form-group {
    margin: 25px 0px;
}

.createCase input[type=date].was-validated, input[type=text].was-validated, input[type=number].was-validated, select.was-validated, .select2.was-validated, textarea.was-validated, label.was-validated {
    border: 1px solid #70b807;
    border-radius: 4px;
}

.createCase input[type=date].invalidated, input[type=text].invalidated, input[type=number].invalidated, select.invalidated, .select2.invalidated, textarea.invalidated, label.invalidated {
    border: 1px solid #f65e5e;
    border-radius: 4px;
}

.createCase .start-time, .end-time {
    cursor: pointer;
    width: 115px;
    background-image: url('../../content/img2/svg/clock-solid.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 95% 50%;
}

.createCase .datepicker {
    cursor: pointer;
    background-image: url('../../content/img2/svg/calendar-days-solid.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 95% 50%;
    height: 31px;
    border-radius: 5px;
}

.createCase .step-third .form-check-label {
    font-size: 16px;
    cursor: pointer;
}

.createCase .step-third .col-form-label {
    font-weight: bold;
}

.createCase .step-third .form-control[readonly] {
    background-color: #FFF !important;
    opacity: 1;
}
.createCase .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.createCase .table-responsive {
    overflow-x: auto;
}

.createCase .table-bordered {
    border: 1px solid #dee2e6;
}

.createCase .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.createCase .table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.createCase .table td, .createCase .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


@media (max-width: 768px) {
    .createCase .table thead {
        display: none;
    }

    .createCase .table tbody, .createCase .table tr, .createCase .table td {
        display: block;
        width: 100%;
    }

    .createCase .table td {
        text-align: center;
        position: relative;
        padding-left: 50%;
        padding-right: 10px;
        border: none;
    }

    .createCase .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 45%;
        padding-left: 10px;
        font-weight: bold;
        white-space: nowrap;
        background: #f9f9f9;
        border-bottom: 1px solid #dee2e6;
    }

    .createCase .table td:last-child {
        border-bottom: 0;
    }
}

/*---------------------------- .GiveRating-modal-body 評價 Modal & EditEvaluate-modal-body 修改評價 Modal ----------------------------------*/

.GiveRating-modal-body .pro-card,
.EditEvaluate-modal-body .pro-card{
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
    margin: 1rem 0;
    justify-content: space-around;
    padding: 1rem 0;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    border-radius: .5rem;
}

/* 鼠标悬停时的样式 */
.GiveRating-modal-body .pro-card:hover ,
.EditEvaluate-modal-body .pro-card:hover {
    transform: scale(1.05); /* 悬停时放大 */
    border-color: #66b2ff; /* 悬停时边框变为蓝色 */
}

/* 选中卡片的视觉效果 */
.GiveRating-modal-body .pro-card.selected ,
.EditEvaluate-modal-body .pro-card.selected {
    border-color: #007bff; /* 选中状态时的边框颜色 */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); /* 添加阴影效果 */
    transform: scale(1.05); /* 选中状态时放大 */
    transition: all 0.3s; /* 添加过渡效果 */
}

.GiveRating-modal-body #choosePro .pro-list-img,
.EditEvaluate-modal-body #choosePro .pro-list-img {
    width: 40px !important; /* 覆写为 40px */
    height: 40px !important; /* 覆写为 40px */
}

.GiveRating-modal-body #choosePro .pro-list a,
.EditEvaluate-modal-body #choosePro .pro-list a {
    width: 45px !important; /* 覆写为 45px */
    height: 45px !important; /* 覆写为 45px */
    border-radius: 50% !important; /* 确保边框是圆形 */
}

/* 外部容器的 Flex 布局 */
.GiveRating-modal-body .d-flex,
.EditEvaluate-modal-body .d-flex {
    display: flex;
}

.GiveRating-modal-body .rating-section,
.EditEvaluate-modal-body .rating-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.GiveRating-modal-body .selected-keywords,
.EditEvaluate-modal-body .selected-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.GiveRating-modal-body .keyword-btn
.EditEvaluate-modal-body .keyword-btn {
    background-color: #007bff;
    color: white;
}

/* 已選關鍵字的樣式 */
.GiveRating-modal-body .keyword-btn.btn-success,
.EditEvaluate-modal-body .keyword-btn.btn-success {
    background-color: #99ccff;
}

.GiveRating-modal-body .selected-keywords .keyword-item,
.EditEvaluate-modal-body .selected-keywords .keyword-item {
    background-color: #007bff;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}

.GiveRating-modal-body .selected-keywords .keyword-item:before ,
.EditEvaluate-modal-body .selected-keywords .keyword-item:before {
    content: '\f164';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #FFF;
    position: absolute;
    left: 7px;
}

.GiveRating-modal-body #keywords .btn, #keywords .btn:hover, #keywords .btn:before, #keywords .btn:after,
.EditEvaluate-modal-body #keywords .btn, #keywords .btn:hover, #keywords .btn:before, #keywords .btn:after {
    padding: 5px 10px;
}

.GiveRating-modal-body #keywords .btn:focus,
.EditEvaluate-modal-body #keywords .btn:focus {
    outline: none;
    border: none;
}


/*-------------------------------------------- Get-List-Cases 案件列表(案件) --------------------------------------------------------------*/
.Get-List-Cases .item {
    cursor: pointer;
    position: relative;
}

.Get-List-Cases .ribbon20 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 14px;
    color: white;
    background: linear-gradient(to right, #429BCD 0%,#B8D8D8 100%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    text-shadow: rgba(0,0,0,.2) 1px 1px 1px;
    z-index: 9;
}

.Get-List-Cases .ribbon20:before {
    position: absolute;
    content: '';
    top: 0;
    left: -6.5px;
    border: none;
    height: 38px;
    width: 7px;
    background: #429BCD;
    border-radius: 5px 0 0 5px;
}

.Get-List-Cases .ribbon20:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -4.5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #224b7a;
    border-radius: 5px 0 0 5px;
}
    

.Get-List-Cases .single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    /*-ms-transition: .3s linear;*/
    -o-transition: .3s linear;
    transition: .3s linear;
    /*width: 370px;*/
}

.Get-List-Cases .single-explore-img {
    position: relative;
    overflow: hidden;
}

.Get-List-Cases .single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162, 172, 177, .2);
}

.Get-List-Cases #clientNeeds img {
    border: none;
    max-width: 100%;
    height: 230px;
}

.Get-List-Cases .single-explore-img-info {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    /*-ms-transition: .3s linear;*/
    -o-transition: .3s linear;
    transition: .3s linear;
}

.Get-List-Cases .single-explore-img-info button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}   

.Get-List-Cases .single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.Get-List-Cases ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.Get-List-Cases .single-explore-image-icon-box ul li {
    display: inline-block;
    width: 30px;
    height: 28px;
    line-height: 28px;
    background: #252d32;
    text-align: center;
    margin-left: 5px;
    color: #cbcccd;
}

.Get-List-Cases .single-explore-txt {
    padding: 20px;
}

.Get-List-Cases a,
.Get-List-Cases .fa-heart {
    color: #333;
}

.Get-List-Cases a:hover {
    color: #333;
}
.Get-List-Cases .pro-list {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .75);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px 0px 0px 0px;
    z-index: 2;
    padding: 0.3rem 0.2rem 0.3rem 0.7rem;
    gap: 2px;
}

.Get-List-Cases .pro-list-img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 99%;
    cursor: pointer;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.Get-List-Cases .pro-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(#429BCD, #4ec3e9 43%, #429BCD);
    border-radius: 50px;
}

.Get-List-Cases a.default {
    background-image: linear-gradient(#429BCD, #4ec3e9 43%, #429BCD);
}

.Get-List-Cases a.copper {
    background-image: linear-gradient(#a96f44, #f5cb86 43%, #7e5936);
}

.Get-List-Cases a.silver {
    background-image: linear-gradient(#7c7c7c, #fff6f6 43%, #7c7c7c);
}

.Get-List-Cases a.gold {
    background-image: linear-gradient(#ae8625, #f7ef8a 43%, #ae8625);
}

.Get-List-Cases a.platinum {
    background-image: linear-gradient(#6184ac, #e8eae7 43%, #6184ac);
}

.Get-List-Cases a.daimond {
    background-image: linear-gradient(#02adba, #dffcff 43%, #02adba);
}

.Get-List-Cases .fourth {
    border-left: 2px dashed #665b5b;
    margin-left: .3rem;
    padding-left: .3rem;
}

@media(max-width: 576px) {
    .Get-List-Cases .fourth {
        border-left: 1px dashed #665b5b;
    }
}

.Get-List-Cases .case_title {
    flex-wrap: wrap;
}

.Get-List-Cases .carousel {
    position: relative;
}

/* Default (未接案) 樣式 */
.Get-List-Cases .pro-list a.default {
    filter: grayscale(100%); /* 灰階 */
    opacity: 0.3; /* 降低透明度 */
    border: 2px dashed #888; /* 虛線框 */
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.6), /* 左下角陰影更深 */
    inset -4px -4px 8px rgba(255, 255, 255, 0.8); /* 右上角高光 */
    filter: brightness(80%);
    transform: scale(0.95); /* 縮小 */
}

/* 已接案樣式 */
.Get-List-Cases .pro-list a:not(.default) {
    filter: none;
    opacity: 1;
    border: 2px solid transparent;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); /* 外部陰影效果 */
    transition: all 0.3s ease;
}

/*    黑名單樣式(class > blocked)*/

.Get-List-Cases .blocked .single-explore-img {
    position: relative;
}

.Get-List-Cases .blocked .single-explore-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
}

.Get-List-Cases .blocked .single-explore-img::after {
    content: "\f502";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #ffffff66;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    z-index: 1;
}
.Get-List-Cases .blocked .ribbon20 {
    background-image: linear-gradient(to right, #878787 0%,#c7c7c7 100%);
}

.Get-List-Cases .blocked .ribbon20::before,
.Get-List-Cases .blocked .ribbon20::after {
    background: #878787;
}

.Get-List-Cases .blocked .blcokTag {
    display: block;
}

.Get-List-Cases .blcokTag {
    display: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #333;
    color: #FFF;
    letter-spacing: 2px;
    padding: 0.2rem 1.5rem;
    border-radius: 0.5rem;
}

.Get-List-Cases .explore-person {
    height: 45px;
    overflow: hidden;
    padding-bottom: 28px;
    border: none;
    margin: 0;
}

.Get-List-Cases .explore-rating-price {
    height: 50px;
}

.Get-List-Cases .explore-open-close-part {
    border-top: 1px solid #e1e5eb;
    padding-top: 20px;
}

/*--- postcard 通用樣式 (#wishlist、#cathched、.CreateCase-list) ----*/

.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    /*color: #ffffff;*/
}

.postcard.dark {
    background-color: #18151f;
}

.postcard.light {
    background-color: #e1e5ea;
}

.postcard .t-dark {
    color: #18151f;
}

.postcard a {
    color: inherit;
}

.postcard h1,
.postcard .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.postcard .small {
    font-size: 80%;
}

.postcard .postcard__title {
    font-size: 1.75rem;
}

.postcard .postcard__img {
    aspect-ratio: 4 / 3;
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.postcard .postcard__img_link {
    display: contents;
    max-height: 120px;
}

.postcard .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard .postcard__preview-description-txt {
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
}

.postcard .postcard__tagbox .tag__item {
    display: inline-block;
    color: #fff;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.3s;
}
            
.postcard .postcard__tagbox .tag__item:hover {
    background: rgba(83, 83, 83, 0.8);
}
                
.postcard:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
}

.postcard:hover .postcard__bar {
    width: 100px;
}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
    }

    .postcard .postcard__title {
        font-size: 2rem;
    }

    .postcard .postcard__tagbox {
        justify-content: start;
    }

    .postcard .postcard__img {
        min-width: 300px;
        max-height: 100%;
        transition: transform 0.3s ease;
    }

    .postcard .postcard__text {
        padding: 3rem;
        width: 100%;
    }

    .postcard .media.postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        background: #18151f;
        top: -20%;
        height: 130%;
    }

    .postcard:nth-child(2n+1) {
        flex-direction: row;
    }

    .postcard:nth-child(2n+0) {
        flex-direction: row-reverse;
    }

    .postcard:nth-child(2n+1) .postcard__text::before {
        left: -12px !important;
        transform: rotate(4deg);
    }

    .postcard:nth-child(2n+0) .postcard__text::before {
        right: -12px !important;
        transform: rotate(-4deg);
    }
}


@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }
    .postcard__text:before {
        content: "";
        position: absolute;
        display: block;
        top: -20%;
        height: 130%;
        /*width: 55px;*/
    }
    .postcard.dark .postcard__text:before {
        background: #18151f;
    }

    .postcard.light .postcard__text:before {
        background: #e1e5ea;
    }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #79dd09;
    color: black;
}

.green .postcard__title:hover {
    color: #79dd09;
}

.green .postcard__bar {
    background-color: #79dd09;
}

.green::before {
    background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: #0076bd;
}

.blue .postcard__title:hover {
    color: #0076bd;
}

.blue .postcard__bar {
    background-color: #0076bd;
}

.blue::before {
    background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: #bd150b;
}

.red .postcard__title:hover {
    color: #bd150b;
}

.red .postcard__bar {
    background-color: #bd150b;
}

.red::before {
    background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: #bdbb49;
    color: black;
}

.yellow .postcard__title:hover {
    color: #bdbb49;
}

.yellow .postcard__bar {
    background-color: #bdbb49;
}

.yellow::before {
    background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
    }

    .blue::before {
        background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
    }
}

/* ----------------------------------------- #wishlist 案件管理 > 收藏清單 ----------------------------------------- */

#wishlist #case_index {
    overflow-y: auto;
}

#wishlist .dark {
    background: #110f16;
}

#wishlist .light {
    background: #f3f5f7;
    color: #0076bd;
}

#wishlist a, #wishlist a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#wishlist #pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}


#wishlist .carousel-item {
    height: 100% !important;
}

/*------------------------------------------ #cathched 案件管理 > 已接案件 ---------------------------------------------------*/

#cathched #case_index {
    overflow-y: auto;
}

#cathched .dark {
    background: #110f16;
}

#cathched .light {
    background: #f3f5f7;
    color: #0076bd;
}

#cathched a, #cathched a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#cathched #pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

#cathched .carousel-item {
    height: 100% !important;
}

#cathched .block-button-box {
    column-count: 2;
    column-gap: 10px;
    margin-top: 0.5rem;
}
#cathched .block-button-box button {
    width: 100%;
    display: block;
}

/*----------------------------------------- CreateCase-list 會員中心 > 發案列表 ----------------------------------------------*/
.CreateCase-list .white {
    color: white !important;
}

.CreateCase-list .dark {
    background: #110f16;
}

.CreateCase-list .light {
    background: #f3f5f7;
    color: #0076bd;
}

.CreateCase-list a, .CreateCase-list a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.CreateCase-list #pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

.CreateCase-list .carousel-item {
    height: 100% !important;
}

.CreateCase-list .form-check-input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.CreateCase-list .form-check-label {
    cursor: pointer;
    width: 140px;
    height: 48px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
}

.CreateCase-list .form-check-label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    width: 60px;
    height: 35px;
    background: rgba(255,255,255,0.7);
    border-radius: 80px;
    transition: 0.3s;
    box-shadow: rgba(255, 255, 255) 0 0px 8px;
}

.CreateCase-list .switch-txt {
    height: 48px !important;
    display: block;
}

.CreateCase-list .switch-txt::before,
.CreateCase-list .switch-txt::after {
    display: block;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.CreateCase-list .switch-txt::before {
    content: attr(turnOff);
    position: absolute;
    left: 15px;
    top: 11px;
    color: #ccc;
    opacity: .3;
    font-size: 18px;
    letter-spacing: 2px;
}

.CreateCase-list .switch-txt::after {
    content: attr(turnON);
    position: absolute;
    right: 15px;
    top: 11px;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
}
.CreateCase-list .form-check-input:checked + label {
    background: rgba(0,0,0,.7);
}

.CreateCase-list .form-check-label:active:after {
    width: 100px;
}

.CreateCase-list .form-check-input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}
/*輪播*/
.CreateCase-list .carousel {
    cursor: pointer;
}

.CreateCase-list .carousel-inner {
    position: relative;
}

.CreateCase-list .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    height: 30%;
    background-image: linear-gradient(to top, rgba(0,0,0), rgba(0,0,0,0));
    margin: 0;
}

.CreateCase-list .carousel-indicators button[data-bs-slide-to] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 5rem;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media(max-width: 991.98px) {
    .CreateCase-list .carousel-indicators button[data-bs-slide-to] {
        margin-top: 3rem;
    }
}

.CreateCase-list .carousel-indicators button[data-bs-slide-to].active {
    opacity: 1 !important;
}

.CreateCase-list .pro-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 30px 0px 0px 0px;
}

.CreateCase-list .pro-list-img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 99%;
    cursor: pointer;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.CreateCase-list .pro-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(#429BCD, #4ec3e9 43%, #429BCD);
    border-radius: 50px;
}

.CreateCase-list a.default {
    background-image: linear-gradient(#429BCD, #4ec3e9 43%, #429BCD);
}

.CreateCase-list a.copper {
    background-image: linear-gradient(#a96f44, #f5cb86 43%, #7e5936);
}

.CreateCase-list a.silver {
    background-image: linear-gradient(#7c7c7c, #fff6f6 43%, #7c7c7c);
}

.CreateCase-list a.gold {
    background-image: linear-gradient(#ae8625, #f7ef8a 43%, #ae8625);
}

.CreateCase-list a.platinum {
    background-image: linear-gradient(#6184ac, #e8eae7 43%, #6184ac);
}

.CreateCase-list a.daimond {
    background-image: linear-gradient(#02adba, #dffcff 43%, #02adba);
}

.CreateCase-list .postcard__title {
    cursor: pointer;
    position: relative;
}
/* 默认状态下，星星的颜色 */
.CreateCase-list .rating .star {
    font-size: 24px;
    color: #ccc; /* 默认灰色 */
    cursor: pointer;
    margin-right: 5px;
}


/*--------------------------------------------- CaselistPage 案件列表 --------------------------------------------- */


.CaselistPage .col-xl-6 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.CaselistPage .folder-head {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 20px 20px 0 0;
    padding: 1rem;
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .CaselistPage .folder-head {
        width: 100%;
        padding: 0rem 1rem;
        background-color: transparent;
        padding: 0;
        margin-left: 0;
    }
    .CaselistPage .folder-head .left {
        display: none;
    }
}

.CaselistPage .folder-head .left {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -25px;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
}

.CaselistPage .folder-head .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f3f3f3;
    bottom: 0;
    left: -25px;
    z-index: -1;
}  

.CaselistPage .folder {
    border-radius: 20px 0 20px 20px;
    width: 100%;
    min-height: 50vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    padding: 30px 30px 30px 30px;
}

.CaselistPage .results {
    padding: .5rem;
    border-radius: 0.25rem;
    height: 40px;
    background-color: rgba(0,0,0,.1);
    width: 100%;
    margin: .5rem 1rem;
    position: relative;
}

.CaselistPage .results::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
}    

@media (max-width: 768px) {
    .CaselistPage .results {
        font-size: small;
        margin: 0 1rem 0.7rem 1rem;
    }

    .CaselistPage .col-md-4:has(.folder-head) {
        margin-left: 0.9rem;
    }
}

@media (max-width: 567px) {
    .CaselistPage .results {
        height: fit-content;
        margin: 1rem 0;
    }

    .CaselistPage div:has(.result) {
        margin-left: 1rem;
    }
}

.CaselistPage .form-search {
    background: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 4px 12px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border-left: 3px solid #429BCD;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.CaselistPage .form-search div {
    margin-top: 0;
}

@media (max-width: 768px) {
    .CaselistPage .form-search div {
        margin: 10px 0;
    }

    .CaselistPage .form-search {
        margin: 1rem 0.7rem 0 0.7rem;
        border-radius: 0.5rem;
    }

    .CaselistPage .row:has(.form-search) {
        width: 100%;
    }

    .CaselistPage .folder {
        border-radius: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .CaselistPage .form-search div {
        margin: 10px 0;
    }

    .CaselistPage .form-search {
        margin-bottom: 2rem;
    }
}

.CaselistPage .form-search select,
.CaselistPage .form-search input,
.CaselistPage .form-search button {
    height: 40px;
}

.CaselistPage .form-search .btn {
    margin: 0.5rem 0;
    padding: 0px 25px;
}

.CaselistPage .single-explore-img img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.CaselistPage .select2-container {
    width: 100% !important;
}

.CaselistPage .modal-body .select2-search--inline,
.CaselistPage .modal .select2-results {
    display: none !important;
}

.CaselistPage .btn-clear {
    padding: 8px 10px;
}

.CaselistPage .paginationjs,
.CaselistPage .paginationjs .paginationjs-pages li,
.CaselistPage .paginationjs-prev disabled,
.CaselistPage .paginationjs .paginationjs-pages li:last-child,
.CaselistPage .paginationjs .paginationjs-size-changer > select {
    border: none;
    box-shadow: none;
    font-family: 'Noto Sans TC', sans-serif;
    background: transparent;
}

.CaselistPage .paginationjs .paginationjs-pages li > a {
    background: transparent;
    margin: 0 .5rem;
}

.CaselistPage .paginationjs-next,
.CaselistPage .paginationjs-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}

.CaselistPage .paginationjs-next > a,
.CaselistPage .paginationjs-prev > a {
    border-radius: 99px !important;
    background: rgba(0,0,0,.1) !important;
    font-size: 24px !important;
}  

.CaselistPage .paginationjs .paginationjs-pages li.active > a {
    border: none;
    box-shadow: none;
    color: #429BCD;
    font-weight: 700;
    background: transparent;
}

.CaselistPage .paginationjs .paginationjs-pages li > a:hover {
    background: transparent;
}

.CaselistPage .paginationjs .paginationjs-size-changer > select {
    background: rgba(0,0,0,.05) !important;
    border-radius: 90px;
}

/* 圓形按鈕設計 */
.modal-body a.btnn-circle,
.modal-body a.btnn-circle:hover {
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: inherit !important; /* 維持原本顏色 */
    box-shadow: none !important; /* 避免陰影效果 */
    margin: 0px 20px;
}
/* Facebook 按鈕 */
.modal-body a.btnn-facebook {
    background-color: #1877f2 !important;
    color: white;
    border: none;
}

.modal-body a.btnn-facebook:hover {
    background-color: #165eab !important;
}

/* LINE 按鈕 */
.modal-body a.btnn-line {
    background-color: #06c755 !important;
    color: white;
    border: none;
}

.modal-body a.btnn-line:hover {
    background-color: #049d43 !important;
}
    
/* Instagram 漸層色 */
.modal-body a.btnn-gradient {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
    border: none;
}

.modal-body a.btnn-gradient:hover {
    background: linear-gradient(135deg, #e6683c, #dc2743, #cc2366);
}    

.fa-heart.fa-solid {
    color: red;
}

/*-------------------------------------------- CaseManage 會員中心 > 案件管理 ---------------------------------------------*/

.CaseManage .tabs {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.5rem;
    border-radius: 99px;
    width: fit-content;
}

.CaseManage .tabs * {
    z-index: 2;
}

.CaseManage input[type="radio"] {
    display: none;
}

.CaseManage .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.CaseManage .notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.75rem;
    border-radius: 50%;
    background-color: #e6eef9;
    transition: 0.15s ease-in;
}

.CaseManage input[type="radio"]:checked + label {
    color: #0D6FB8;
}

.CaseManage input[type="radio"]:checked + label > .notification {
    background-color: #C6DBE8;
    color: #fff;
} 

.CaseManage input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
}

.CaseManage input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
}

.CaseManage input[id="radio-3"]:checked ~ .glider {
    transform: translateX(200%);
}

.CaseManage .glider {
    position: absolute;
    display: flex;
    height: 35px;
    width: 32%;
    background-color: #e6eef9;
    z-index: 1;
    top: 20%;
    border-radius: 99px;
    transition: 0.25s ease-out;
}

@media (max-width: 700px) {
    .CaseManage .tabs {
        transform: scale(0.9);
    }
}

.CaseManage .title-box {
    display: flex; 
    justify-content: flex-end !important;
    margin-top: 25%;
    margin-bottom: 1rem;
}

.CaseManage .icon {
    background: #429BCD;
    width: 60px;
    height: 60px;
    border-radius: 99%;
    color: #FFF;
}

/*#region Loading*/
@-webkit-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@-moz-keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

@keyframes typing {
    0% {
        background-color: #ffffff;
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    25% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px #ffffff, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    }

    75% {
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px #ffffff;
    }
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2dc3e8;
    opacity: 0.3;
}

.loading-container.loading-inactive {
    display: none;
}

.loading-container.loading-inactive .loader {
    display: none;
}

.loading-container .loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    -moz-animation: Typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    margin: 50vh auto;
    /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}
/*#endregion Loading*/

/*----------------------------------------------------- Notifications 信件中心  ---------------------------------------------*/
    .Notifications .notification-container {
    position: relative;
    display: inline-block;
}
.Notifications .notification-badge {
    display: flex !important;
    position: absolute;
    top: -20px;
    right: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(241, 53, 53, 80%);
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 black;
}