body {
    background-image: url('/static/images/sapporo/bg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

#logo {
    max-height: 96px;
}

.navigation-logo {
    z-index: 2;
}

.navigation-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.navigation-icon button {
    outline: none;
}

.navigation-icon .account-login {
    color: #6d6d6d;
}

.navbar-icons .dropdown-menu {
    position: absolute !important;
}

.sapporo-header-color {
    background-color: #f6a95a;
}

.bg-transparent {
    background: transparent;
}

.back-home-page {
    color: #df8b36;
}

.sapporo-header-image {
    background-image: url('/static/images/sapporo/navigation/navigation-header-background.png');
    background-position: center;
    background-size: cover;
}

.sapporo-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.sapporo-footer {
    width: 100%;
    color: #6d6d6d;
    padding: 0.75rem 0;
}

.sapporo-footer-color {
    color: #6d6d6d;
}

.sapporo-footer .footer-left span,
.sapporo-footer .footer-right span {
    font-size: 14px;
}

.sapporo-footer .footer-right {
    text-align: right;
}

@media only screen and (max-width: 480px),
(max-width: 768px) {
    #logo {
        max-height: 64px !important;
    }

    .sapporo-footer {
        text-align: center;
        padding-top: 10px;
    }

    .sapporo-footer .footer-left {
        /* display: none; */
    }

    .sapporo-footer .footer-right span {
        font-size: 12px !important;
    }

    .footer-right,
    .footer-left {
        text-align: center !important;
        padding: 0;
    }

    .navigation-icon img {
        width: 24px;
    }
}

.rate-star,
.sapporo-text-primary {
    color: var(--yellow);
}

.btn-rounded {
    border-radius: 22px;
}

.list-header-img {
    max-height: 128px;
    object-fit: cover;
    min-height: 64px;
}

.index-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#promotion-modal .modal-footer .btn {
    min-width: 140px;
    font-weight: bold;
}

#promotion-modal button.close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: 1;
    z-index: 1;
}

.promotion-register {
    border-width: 3px;
    border-color: rgb(221, 139, 64);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(246, 200, 162);
    box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.6);
    width: 500px;
    max-width: 100%;
    max-height: 100%;
    z-index: 104;
    background-image: url('/static/images/sapporo/promotion/popup-bg.png');
    background-size: cover;
    background-position-x: center;
}

.promotion-register button.close {
    position: absolute;
    top: 0.5rem !important;
    right: 0.5rem !important;
    opacity: 1;
    z-index: 1;
}

.promotion-register .overlay {
    border-radius: 20px;
}

.promotion-register .logo-bg {
    height: 128px;
}

.promotion-register .read-more-btn,
.promotion-register .read-more-outline-btn {
    min-width: 180px;
}

.promotion-register .promotion-congratulation-title {
    font-size: 20px;
}

@media only screen and (max-width: 480px) {
    .promotion-register .promotion-congratulation-title {
        font-size: 16px;
    }

    .promotion-register .read-more-btn,
    .promotion-register .read-more-outline-btn {
        min-width: auto;
    }

    .index-title {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .gift-table .subtitle {
        font-size: 13px !important;
    }
}

.account-tab-content {
    max-height: calc(100vh - 312px) !important;
    overflow-y: hidden !important;
}

.account-tab-content .gift-table {
    max-height: calc(100vh - 440px) !important;
    overflow: auto;
}

.gift-table thead th {
    border-bottom: none;
    font-weight: normal;
}

.gift-table .subtitle {
    color: #6d6d6d;
    font-size: 14px;
}

.gift-table tr th, .gift-table tr td {
    padding-bottom: 12px !important;
    width: 35%;
}

.gift-table tr th:first-child, .gift-table tr td:first-child {
    padding-left: 0;
    width: 30%;
}

#confirmAgeModal {
    background: rgba(0, 0, 0, 0.6);
}

#confirmAgeModal .promotion-register {
    background-image: url('/static/images/sapporo/promotion/bg.png') !important;
}

#confirmAgeModal .promotion-register .modal-body {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.6);
}