*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.woocommerce-MyAccount-content-staging-box .button {
    margin-top: 20px;
}

.woocommerce-MyAccount-content-staging-box .description {
    margin-top: 10px;
    color: #666;
}

.woocommerce-checkout .points-order-notice {
    background-color: #f8f8f8;
    border-left: 4px solid #1e85be;
    padding: 15px;
    margin-bottom: 20px;
}

body.only-points-products .woocommerce-billing-fields__field-wrapper,
body.only-points-products .woocommerce-shipping-fields {
    display: none !important;
}


.lottery-box-container {
    max-width: 1200px;
    margin: 0 auto;
}

.lottery-box-header {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.lottery-box-cover {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.lottery-box-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lottery-box-info h1 {
    font-size: 3rem;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.lottery-box-info {
    flex: 1;
}

.lottery-record-btn {
    cursor: pointer;
    padding: 4px 14px;
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
}

/* 查看抽奖记录按钮样式 */
.lottery-record-btn {
    cursor: pointer;
    padding: 4px 14px;
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
}
/* 充值积分按钮样式 */
.lottery-points-purchase-btn{
	cursor: pointer;
    padding: 4px 14px;
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
}
.lottery-box-description {
    margin-top: 20px;
    font-size: 1rem;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.lottery-box-description p {
    margin: 0;
}

.lottery-box-description.mobile {
    display: none;
}

.lottery-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.lottery-actions {
    display: flex;
    justify-content: center;
    gap: 50px;
    width: fit-content;
    background: #FFD700;
    border: 1px solid #ddd;
    border-radius: 500px;
    padding: 20px 60px;
}

.lottery-draw-btn {
    padding: 0 !important;
    background: none !important;
    width: 100px !important;
    height: 100px !important;
    background-image: url(../images/button-bg-normal.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding-bottom: 5px !important;
}

.lottery-draw-btn:last-child {
    background-image: url(../images/button-bg-special.png) !important;
}

.lottery-draw-btn h2 {
    color: #fff !important;
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.lottery-results-container {
    margin: 30px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
}

.lottery-result-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
    vertical-align: top;
}

.lottery-result-item img {
    max-width: 150px;
    height: auto;
    border-radius: 5px;
}

.lottery-products-grid {
    margin-bottom: 40px;
}

.lottery-products-grid .products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.lottery-product {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.original-price {
    padding: 2px 16px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    background: #e8ecf9;
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 100%,
            10px 100%);
}

.product-top-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.product-badge {
    padding: 5px 18px 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    clip-path: polygon(0% 0%,
            100% 0%,
            calc(100% - 10px) 100%,
            0% 100%);
}

.badge-premium {
    background: linear-gradient(to right, #f1485d, #ef7749);
    color: #fff;
}

.badge-normal {
    background: linear-gradient(to right, #404040, #555555);
    color: #f9e063;
}

.probability-info {
    margin: 0;
    font-size: 16px;
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 20px 0 0 0;
}

.product-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-gallery-preview {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    justify-content: center;
}

.product-gallery-preview img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 3px;
}

.lottery-footer-box {
    position: fixed;
    width: 1200px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    z-index: 999;
}

.user-points-display {
    padding: 4px 14px;
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 10px);
    text-align: center;
    font-size: 14px;
}

.user-points-display p {
    margin: 0;
}


/* 抽奖记录弹窗样式 */
.lottery-record-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    margin: 10vh auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.popup-header {
    padding: 15px 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
}

.popup-close {
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.popup-close:hover {
    color: #000;
}

.popup-body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(80vh - 100px);
}

.lottery-records-table {
    width: 100%;
    border-collapse: collapse;
}

.lottery-records-table th,
.lottery-records-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.lottery-records-table th {
    background: #f9f9f9;
}

.lottery-records-table img {
    vertical-align: middle;
    margin-right: 10px;
}


/* 抽奖记录页面样式 */

.woocommerce-MyAccount-content-lottery-records h2,
.woocommerce-MyAccount-content-staging-box h2 {
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content-lottery-records table,
.woocommerce-MyAccount-content-staging-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

.woocommerce-MyAccount-content-lottery-records table thead th,
.woocommerce-MyAccount-content-staging-box thead th {
    text-align: left;
    font-weight: 600;
    padding: 12px 16px;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-content-lottery-records table tbody tr,
.woocommerce-MyAccount-content-staging-box tbody tr {
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-content-lottery-records table td,
.woocommerce-MyAccount-content-staging-box td {
    padding: 12px 16px;
    vertical-align: middle;
    word-break: break-word;
}

.buy-points-btn {
    background-color: #b53061;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

.lottery-prize-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.lottery-prize-item img {
    display: block;
    border-radius: 4px;
    flex-shrink: 0;
}

.woocommerce-MyAccount-content-lottery-records .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.woocommerce-MyAccount-content-lottery-records .page-numbers li {
    display: inline-block;
}

.woocommerce-MyAccount-content-lottery-records .page-numbers a,
.woocommerce-MyAccount-content-lottery-records .page-numbers span {
    padding: 6px 10px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.woocommerce-MyAccount-content-lottery-records .page-numbers .current {
    font-weight: bold;
    border-width: 2px;
}

@media (max-width: 768px) {

    .woocommerce-MyAccount-content-lottery-records table thead th,
    .woocommerce-MyAccount-content-lottery-records table td {
        padding: 10px;
        font-size: 14px;
    }

    .lottery-prize-item span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .woocommerce-MyAccount-content-lottery-records table {
        min-width: 600px;
    }

    .woocommerce-MyAccount-content-lottery-records table thead th,
    .woocommerce-MyAccount-content-lottery-records table td {
        padding: 8px;
        font-size: 13px;
    }

    .lottery-prize-item img {
        width: 40px;
        height: auto;
    }

    .lottery-prize-item span {
        font-size: 12px;
    }
}


/* 弹窗基础样式 */
.lottery-result-popup,
.lottery-error-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: relative;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    margin: 10vh auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: popupFadeIn 0.3s ease-out;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-header {
    padding: 15px 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.popup-close {
    font-size: 24px;
    cursor: pointer;
    color: #999;
    transition: color 0.2s;
}

.popup-close:hover {
    color: #333;
}

.popup-body {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(80vh - 120px);
}

.popup-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px 20px;
    background: #f8f8f8;
    border-top: 1px solid #eee;
}

/* 抽奖结果样式 */
.lottery-results {
    text-align: center;
}

.lottery-result-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.lottery-result-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.lottery-result-item img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.lottery-result-item h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

/* 错误提示样式 */
.error-message {
    margin: 0;
    font-size: 16px;
    color: #d9534f;
    text-align: center;
}

.confirm-btn {
    background-color: #337ab7;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.confirm-btn:hover {
    background-color: #286090;
}

/* 产品详情弹窗 */
.product-detail-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.product-detail-popup .popup-content {
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
}

.product-gallery-slider {
    margin-bottom: 20px;
}

.gallery-main {
    position: relative;
    margin-bottom: 10px;
}

.gallery-main .main-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background: #f5f5f5;
}

.slider-nav {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    border: none !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 18px !important;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
}

.gallery-thumbs .thumb-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
}

.gallery-thumbs .thumb-item.active {
    border-color: #0073aa;
}

.product-excerpt {
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.product-content {
    line-height: 1.6;
}

.product-content * {
    max-width: 100%;
    overflow-wrap: break-word;
}

.lottery-box-navigation {
    margin: 20px auto;
    padding: 0 15px;
    width: fit-content;
}

.lottery-box-navigation .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.lottery-box-navigation .nav-button {
    padding: 10px 15px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.lottery-box-navigation .nav-button:hover {
    background-color: #e0e0e0;
    border-color: #ccc;
}

.lottery-box-navigation .nav-button.disabled {
    color: #999;
    cursor: not-allowed;
    background-color: #f9f9f9;
}

.lottery-box-navigation .product-count {
    font-weight: bold;
    color: #666;
}



.address-required-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-required-modal .popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
}

.address-required-modal h3 {
    margin-top: 0;
    color: #333;
}

.address-required-modal .modal-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.nav-inner {
    display: flex;
    gap: 30px;
    font-size: 16px;
}

.nav-inner {
    display: flex;
    gap: 30px;
    font-size: 16px;
    align-items: center;
}

.nav-prev,
.nav-next {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.nav-prev a,
.nav-next a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-arrow {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.nav-count {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    border-radius: 50px;
    font-size: 0.9rem;
    color: #fff;
}

.lottery-records-table th {
    font-size: 16px;
    font-weight: 400;
}

.lottery-records-table td {
    font-size: 14px;
}

.lottery-records-table td img {
    display: block;
}

/* 错误图片样式 */
.error-image-container {
    text-align: center;
    margin-bottom: 15px;
}

.error-image {
    max-width: 100px;
    height: auto;
}

/* 调整错误弹窗布局 */
.lottery-error-popup .popup-body {
    text-align: center;
}

.lottery-error-popup .error-message {
    margin-top: 15px;
    font-size: 16px;
}

.popup-content.address-error {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 450px;
    width: 90%;
    text-align: center;
    position: relative;
}

.popup-content.address-error h3 {
    color: #e74c3c;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.popup-content.address-error p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.popup-content.address-error .modal-buttons {
    justify-content: center;
}

.popup-content.address-error .modal-buttons a.button {
    background: linear-gradient(to bottom, #3db3fc, #0067c7);
    color: white;
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: block;
}

.popup-content.address-error .modal-buttons a.button:hover {
    transform: translateY(-2px);
}

.popup-content.address-error .modal-buttons .cancel-btn {
    background: #666;
    color: white;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.popup-content.address-error .modal-buttons .cancel-btn:hover {
    background: #333;
    transform: translateY(-2px);
}

.lottery-box-info>p {
    margin: 15px 0;
}


@media screen and (max-width: 1200px) {
    .lottery-box-container {
        width: 100%;
        max-width: 100%;
    }

    .lottery-footer-box {
        width: 100%;
    }
}


@media screen and (max-width: 992px) {

    .lottery-footer-box {
        padding-top: 10px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .user-points-display {
        position: static;
        transform: none;
    }

    .lottery-actions {
        display: flex;
        justify-content: center;
        gap: 20px;
        width: 100%;
        background: none;
        border: none;
        border-radius: 0;
        padding: 10px 30px;
    }

    .lottery-draw-btn {
        width: 80px;
        height: 80px;
    }

    .lottery-draw-btn h2 {
        font-size: 15px;
        letter-spacing: 0;
    }

    .lottery-draw-btn span {
        font-size: 12px;
    }

    .user-points-display p {
        font-size: 14px;
    }

    .lottery-products-grid .products {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 768px) {

    .lottery-box-cover {
        width: 150px;
        height: 150px;
    }

    .lottery-box-info h1 {
        font-size: 1.1rem;
    }

    .lottery-box-info p {
        font-size: 14px;
        margin: 10px 0;
    }

    .lottery-box-description {
        display: none;
    }

    .lottery-box-description.mobile {
        display: block;
    }

    .nav-inner {
        gap: 10px;
    }

    .nav-count {
        padding: 4px 12px;
    }

    .nav-prev,
    .nav-next {
        padding: 4px 10px;
    }

    .lottery-products-grid h3 {
        text-align: center;
    }

    .original-price {
        font-size: 11px;
    }

    .product-badge {
        padding: 3px 10px 3px 3px;
        font-size: 12px;
    }

    .probability-info {
        font-size: 12px;
        padding: 4px 5px;
    }

    .product-image {
        margin: 0;
    }

    .product-title {
        margin: 10px;
        font-size: 12px;
    }


}

@media screen and (max-width: 512px) {
    .lottery-products-grid .products {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* 确认弹窗样式 */
.lottery-confirm-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lottery-confirm-popup .popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.lottery-confirm-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.lottery-confirm-popup .popup-header h3 {
    margin: 0;
    color: #333;
}

.lottery-confirm-popup .popup-close {
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.lottery-confirm-popup .popup-body {
    margin-bottom: 20px;
}

.lottery-confirm-popup .confirm-content {
    text-align: center;
}

.lottery-confirm-popup .confirm-content p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.lottery-confirm-popup .confirm-points {
    font-weight: bold;
    color: #e74c3c;
}

.lottery-confirm-popup .popup-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.lottery-confirm-popup .cancel-btn {
    background: #95a5a6;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    flex: 1;
}

.lottery-confirm-popup .cancel-btn:hover {
    background: #7f8c8d;
}

.lottery-confirm-popup .confirm-draw-btn {
    background: #27ae60;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    flex: 1;
}

.lottery-confirm-popup .confirm-draw-btn:hover {
    background: #229954;
}


/* 加载动画弹窗样式 */
.lottery-loading-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lottery-loading-popup .popup-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    border-radius: 12px;
    width: 200px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.lottery-loading-popup .loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lottery-loading-popup .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lottery-loading-popup .loading-text {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}