html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    min-height: 100%;
}

.content {
    padding-bottom: 180px; /*隨footer高度需做調整*/
}

.footer {
    height: 180px; /*設定footer本身高度*/
    margin-top: -180px; /*隨footer高度需做調整*/
    background-color: #CA8EFF;
    opacity: 0.9; !important;
}

.bg-image-custom {
    background-image: url('../images/bg_img_sm.png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
}

.navbar-transparent {
    background-color: rgba(254, 205, 244, 0.7);
}

.offcanvas {
    /*height: 100vh;*/
    background-color: rgba(255, 200, 255, 1);
}

.nav-link {
    color: #111111 !important;
}

.offcanvas-backdrop.show {
    background-color: rgba(10, 10, 10, 0.9) !important;
    opacity: 1 !important;
}

.toast-success {
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    background-color: rgba(240, 240, 240, 0.7);
    --bs-toast-header-bg: rgba(240, 240, 240, 0.7);
    border-radius: 8px;
    border: 1px solid rgba(30, 255, 30, 0.8);
    box-shadow: 1px 1px 8px rgba(30, 255, 30, 0.8);
}

.toast-danger {
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    background-color: rgba(240, 240, 240, 0.7);
    --bs-toast-header-bg: rgba(240, 240, 240, 0.7);
    border-radius: 8px;
    border: 1px solid rgba(255, 30, 30, 0.8);
    box-shadow: 1px 1px 8px rgba(255, 30, 30, 0.8);
}

.custom-card {
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
    background-color: rgba(235, 216, 235, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 2px 2px 10px #111111;
}

.custom-tabs {
    backdrop-filter: blur(6px) saturate(180%);
    -webkit-backdrop-filter: blur(6px) saturate(180%);
    background-color: rgba(190, 190, 190, 0.5);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 2px 2px 10px #111111;
}

.tab-content .active {
    background-color: rgba(255, 255, 255, 0) !important;
}

.active {
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 12px !important;
}

.navbar-nav .nav-item .active {
background-color: rgba(255, 255, 255, 0) !important;
}

.custom-shadow {
    box-shadow: 1px 1px 5px -2px #000000;
}

.text-shadow {
    text-shadow: 1px 1px 2px #BE77FF;
}

.bg-chat-white {
    background-color: rgba(255, 255, 255, 0.6);;
}

.bg-chat-green {
    background-color: rgba(80, 255, 80, 0.6);;
}

.bg-chat-blue {
    background-color: rgba(80, 80, 255, 0.6);;
}

#heart {
    animation-iteration-count: infinite;
}

#days_2 {
    --animate-delay: 0.5s;
}

#days_3 {
    --animate-delay: 1s;
}