html {
    font-size: 20px; 
    background-attachment: fixed;
}
body {
    font-size: 1rem; /* 16px 基準 */
}

body {
    color: #555;
    overflow-x: hidden;
    touch-action: pan-y;
    margin: 0;
    padding: 0; 
    font-family: "Noto Sans TC","微軟正黑體",Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 1px;
    height: 100vh;
    background: transparent;
}

img {
    display: block;
}

a, a:hover{
    text-decoration: none;
}

.font_orange {
    color: #FF6123;
}
.font_green {
    color: #28a745;
}
.font_red {
    color: #e92f51;
}
.font_blue {
    color: #4a90d9;
}
.font_mint {
    color:#33d296;
}
.font_white {
    color: #fff;
}

.button {
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    border-radius: 20px;
}

.div-flex-middle {
    align-items: center;
    display: flex;
    gap: 5px;
}

.top-member-area .top-member-cantainer,
footer .footer-cantainer,
footer .copyright-container {
    max-width: 1200px;
    margin: auto;
}

 .paws-cantainer {
        max-width: 800px;
        margin: 0 auto;
    }

    .paws-cantainer .paws-block {
        padding: 0 20px;
        font-size: .9rem;
        position: relative;
    }

    .paws-cantainer .paws-block-title {
        font-size: 1rem;
        display: flex;
        align-items: center;
        width: inherit;
        position: sticky;
        top: 0;
        padding: 20px 0;
        background-color: #f8f8f8e3;
        margin: auto;
    }

    .glass-blur {
        background-color: rgba(248, 248, 248, 0.5);
        /* 半透明底色 */
        backdrop-filter: blur(10px);
        /* 玻璃模糊效果 */
        -webkit-backdrop-filter: blur(10px);
        /* Safari 支援 */
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        /* 可選的邊框加強層次 */
    }

    .paws-card {
        border: 2px solid #fcd9a7;
        padding: 20px;
        border-radius: 20px;
        background-color: #fff;
        font-size: .85rem;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(255, 138, 101, 0.15);
    }

footer {
    font-size: .75rem;
    padding: 20px;
}

.uk-modal .uk-close,
.custom-list-sidebar .btn-close {
   background-color: #181818;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 32px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-modal .uk-close:hover,
.custom-list-sidebar .btn-close:hover {
    background-color: #474747;
    color:#fff;
}

.uk-notification .uk-notification-message {
    background-color: #181818;
    color: #fff;
    font-size: .8rem;
    border-radius: 6px;
}

.uk-inline .uk-form-icon {
    display: flex;
    align-items: baseline;
    margin-top: 8px;
}

.uk-modal .register-title {
    font-size: 1.5rem;
}

.uk-modal .register-subtitle {
    font-size: 1rem;
}

/* overlader */
#loading,
.place-modal,
.uk-offcanvas-overlay,
#petGuideModal,
.list-sidebar-overlay {
    backdrop-filter: blur(5px);
}

.form-error {
    display: block;
    color: #fff;
    background-color: #e0677d;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: .7rem;
    line-height: 1.4;
    margin-top: 5px;
    width: fit-content;
}
.form-danger {
    border-color: #e0677d !important;
}


@media (max-width: 1100px) {
    .paws-card {
       border-width: 1px!important;
    }
}

@media (max-width: 960px) {
    .uk-tooltip {
       display: none!important;
    }
    .top-member-area .top-member-cantainer {
        max-width: inherit!important;
    }
    .paws-cantainer .paws-block {
        padding: 0 10px;
    }
}

