.survey-main {
    background-image: url('/images/giftcode/giftcode.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE và Edge */
}
.survey-main::-webkit-scrollbar {
    display: none;
}
.survey-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.survey-register {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    outline: 1px solid rgba(255, 255, 255, 0.8);
    overflow-x: hidden;
    padding: 20px;
    text-align: justify;
    color: #fff;
}
.survey-register h2 {
    text-align: center;
}

.coin-animation {
    animation: bounce 1.5s ease-in-out infinite;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.wow-footer {
    padding: 10px 10px 100px 10px;
}
@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -10px);
    }
}
.countdown-box {
    background: #343a40;
    align-items: center;
    color: var(--orange);
    cursor: default;
    display: flex;
    padding: 3px 7px;
    position: relative;
    gap: 5px;
    width: max-content;
}
.countdown-box:after, .countdown-box:before {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
}
.countdown-box:before {
    left: -3px;
}
.countdown-box:after {
    right: -3px;
}
.mining-countdown {
    display: flex;
    align-items: center;
    background: #007bff;
    top: 0;
    left: 0;
    color: #fff;
    position: absolute;
    cursor: default;
    padding: 3px;
    width: max-content;
    border-radius: 5px 0;
    font-size: 12px;
    gap: 2px;
}
.piece-find {
    display: flex;
    align-items: center;
    background: #fd7e14;
    top: 0;
    right: 0;
    color: #fff;
    position: absolute;
    cursor: default;
    padding: 3px;
    width: max-content;
    border-radius: 0 5px;
    font-size: 12px;
    gap: 2px;
    
}
.countdown-box-popup {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.countdown-time {
    width: 100%; /* Đảm bảo div countdown-time rộng 100% div cha */
    text-align: center; /* Căn giữa nội dung thời gian */
    font-size: clamp(2.5rem, 6vw, 3.5rem); /* Font-size tự điều chỉnh, giới hạn từ 2rem đến 3rem */
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    color: #fd7e14;
}

.swal-report-select {
    color: #6c757d;
}
.menu-popup {
    position: absolute;
    background: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px;
    width: auto;
    display: none;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    z-index: 1000;
}

.menu-popup .menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    cursor: pointer;
}

.menu-popup .menu-item:hover {
    background-color: #f8f9fa;
}

.menu-popup .menu-item img {
    width: 20px;
    height: 20px;
}

.menu-popup .menu-item span {
    font-size: 14px;
    color: #6c757d;
}
.product-reviews-list {
    width: 100%;
}

.review-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.review-avatar img {
    border: 1px solid #ddd;
}

.review-content {
    flex-grow: 1;
}

.review-user-name {
    font-weight: bold;
    font-size: 16px;
}

.review-rating {
    color: #333;
    font-size: 14px;
}

.review-created-at {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
}

.review-comment {
    font-size: 14px;
    color: #333;
}

.no-reviews {
    color: #666;
    font-style: italic;
}
.product-rating-overview {
    align-items: center;
    background-color: #fffbf8;
    border: 1px solid #f9ede5;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 1rem;
    padding: 10px;
    width: 100%;
}
.product-info-title {
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .87);
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0;
    padding: .875rem;
    text-transform: capitalize;
    width: 100%;
}
.product-info {
    flex-direction: column !important;
    justify-content: space-around;
    align-items: flex-start !important;
    padding: 10px;
    gap: 10px;
}
#shopitemchangeBody {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 10px;
}
.shop-info-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.shop-info-item-right {
    color: #fd7e14;
    flex: 1;
}
.shop-info-item-right a {
    color: #fd7e14;
}
.shop-info-item span {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.shop-main-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px;
    gap: 10px;
}

.game-card h5 {
    text-align: start;
}

.btn-light:disabled, .btn-light:not(:disabled):not(.disabled) {
    border: 1px solid #ccc;
}

.quantity-input, .quantity-input:disabled {
    background-color: #f8f9fa;
    border-radius: 0;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border: 0;
}

.quantity-container {
    display: flex;
    align-items: center;
}

.quantity-container img {
    width: 40px;
    height: 40px;
    margin: 5px;
    object-fit: cover;
    border-radius: 5px;
}

.hunter-pieces img {
    width: 22px;
}

.quantity-input {
    width: 80px;
}
.shop-pieces-input-modal, .golden-tickets-input-modal, .quantity-input-modal {
    width: 60px;
    
}
.quantity-decrement, .quantity-decrement-modal, .shop-pieces-decrement-modal, .golden-tickets-decrement-modal {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.quantity-increment, .quantity-increment-modal, .shop-pieces-increment-modal, .golden-tickets-increment-modal {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.thumbnail-swiper-button-prev,
.thumbnail-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1;
}

.thumbnail-swiper-button-prev {
    left: 0;
}

.thumbnail-swiper-button-next {
    right: 0;
}

.thumbnail-swiper-button-prev i,
.thumbnail-swiper-button-next i {
    font-size: 18px;
}

.thumbnail-swiper-button-prev:hover,
.thumbnail-swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .4);
    transition: background-color 0.3s ease;
}

.thumbnail-swiper .swiper-slide.active-thumb {
    border: 2px solid #fd7e14;
    border-radius: 5px;
    transition: border 0.3s ease;
}

.main-image img {
    height: 400px;
    object-fit: cover;
}

.thumbnail-slider .swiper {
    padding: 10px 0;
}

.thumbnail-img {
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.thumbnail-img:hover {
    opacity: 0.7;
}

.main-swiper,
.thumbnail-swiper {
    width: 100%;
}

.swiper-slide img {
    border-radius: 5px;
}

.swiper-pagination {
    margin-top: 10px;
    color: #fff !important;
    background: #0006;
    width: fit-content;
    padding: 5px;
    margin-left: auto;
}

.shop-voucher {
    background: rgba(208, 1, 27, .08);
    align-items: center;
    color: var(--orange);
    cursor: default;
    display: flex;
    padding: 3px 7px;
    position: relative;
    gap: 5px;
}

.shop-voucher:before {
    left: -3px;
}

.shop-voucher:after,
.shop-voucher:before {
    background-image: radial-gradient(#fff 2px, transparent 0);
    background-position-x: -6px;
    background-size: 6px 6px;
    content: "";
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    width: 6px;
}

.shop-voucher:after {
    right: -3px;
}

.shop-product-rank {
    display: flex;
    align-items: center;
}

.count-comment {
    color: #767676;
    font-size: .875rem;
    text-transform: capitalize;
}

.star-rating {
    display: inline-flex;
    font-size: 12px;
    align-items: center;
}

.star-rating i {
    margin-right: 2px;
    color: #d1d1d1; /* Màu xám cho sao rỗng */
}

.star-rating .full-star {
    color: #ffc107; /* Màu vàng cho sao đầy */
}

.star-rating .partial-star {
    position: relative;
    display: inline-block;
}

.star-rating .partial-star i {
    color: #d1d1d1; /* Màu nền sao rỗng */
}

.star-rating .partial-star::before {
    content: '\f005'; /* Mã Unicode của fas fa-star */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #ffc107 var(--fill), #d1d1d1 var(--fill));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shop-product-main {
    width: 100%;
}

.shop-product-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 10px;
}

.shop-product-image {
    flex: 1;
    max-width: 100%;
    min-width: 200px;
}

.shop-product-image img,
.shop-product-image .swiper-slide img,
.search-result-item img,
.shops-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    transition: transform 0.3s;
}
.shop-product-image img:hover,
.shop-product-image .swiper-slide img:hover {
    transform: scale(1.05);
}

.shop-product-info {
    flex: 2;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shop-product-social img {
    border-radius: 5px;
    width: 30px;
}

.shop-product-social span {
}

.shop-product-title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    max-height: 48px;
    max-width: 665px;
    overflow: hidden;
    overflow-wrap: break-word;
    vertical-align: sub;
}

.shop-product-price {
    background: #fafafa;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.shop-product-wow,
.shop-product-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-product-price .shop-original-price {
    text-decoration: line-through;
    color: #6c757d;
}

.shop-product-price .shop-discount-price {
    color: #fd7e14;
    font-size: 24px;
}

.shop-delivery-info,
.shop-voucher-info,
.shop-quantity-info,
.coin-mining-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 3px;
    border-bottom: 1px solid #00000020;
    width: 100%;
}

.shop-delivery-info-left,
.shop-voucher-info-left,
.shop-quantity-info-left,
.coin-mining-info-left {
    width: 100px;
}
.shop-info-item-left {
    width: 80px;
}
.shop-info-item {
    display: flex;
    gap: 10px;
}
.shop-info-value {
    flex-direction: column;
}
.shop-quantity-info-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.shop-delivery-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
}

.shop-voucher-info-right, .coin-mining-info-right {
    gap: 5px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.shop-voucher-info-right img{
    width: 22px;
}
.coin-mining-info-right img {
    width: 90px;
}
.shop-discount-info {
    color: #2ecc71;
}

.shop-discount-percentage {
    background-color: #feeeea;
    border-radius: 5px;
    color: #fd7e14;
    font-size: 12px;
    font-weight: 700;
    padding: 0 4px;
    width: max-content;
}

.shop-add-to-cart, .select-quantity  {
    background-color: #fd7e14;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hunter-pieces {
    background-color: #dc3741;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hunter-pieces:hover {
    background-color: #0056b3;
}
.shop-main-details {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}
@media (max-width: 768px) {
    .shop-delivery-info, .shop-voucher-info, .shop-quantity-info {
        justify-content: space-between;
    }
    .view-shop {
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px;
    }
    .shop-main-details {
         justify-content: space-between
    }
    .shop-info-value {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .shop-main-info {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 5px;
    }
    .shop-info-details {
        align-items: flex-start;
    }
    .shop-product-card {
        flex-direction: column;
        margin: 0 0 10px;
        border-radius: 0;
        align-items: center;
        border: none;
    }
    .swiper-slide img {
        border-radius: 0 !important;
    }
    .shop-product-image {
        max-width: 100%;
    }
    .change-buy-item {
        position: fixed;
        bottom: 0;
        height: 50px;
        background: #fff;
        width: 100vw;
        left: 0;
        justify-content: center;
        box-sizing: border-box;
        gap: 0 !important;
        z-index: 2;
    }
    .shop-add-to-cart, .change-item {
        flex: 1;
    }
    .shop-add-to-cart {
        height: 100%;
        padding: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
    }
    .hunter-pieces, .shop-chat {
        background: #fff !important;
        color: #fd7e14 !important;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex: 1;
        padding: 0 !important;
    }
    .change-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .hunter-pieces img {
        width: 30px !important;
    }
}
.swal2-popup .game-card {
    border: none !important;
}
.product-menu {
    height: 35px;
    background: #fd7e14;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    width: 100%;
    transition: opacity 0.3s ease;
}

.product-menu-item {
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 5px;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.product-menu-item span {
    font-weight: 600;
    font-size: 14px;
}
/* Product List and Item */
.product-list {
    margin: 30px 0;
    padding: 5px;
}

.shop-product-list {
    margin: 0;
    padding: 0;
}

.product-item {
    padding: 5px;
}

/* Main Shops Layout */
.shops-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
}

.shops-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px;
    width: 100%;
    background: #fd7e14;
    position: relative;
    transition: all 0.3s ease;
}

/* Content Wrapper */
.content-wrapper {
    padding: 0 0 100px;
    top: -10px;
    flex-direction: column;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.content-wrapper::-webkit-scrollbar {
    display: none;
}

/* Cart and Messenger */
.shops-cart-messenger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.shops-container.expanded .shops-cart-messenger {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.shops-container.expanded .shops-search-container {
    max-width: 100%; /* Khi expanded, chiếm toàn bộ */
    flex: 1 0 auto; /* Không co lại */
}
.shops-cart-messenger img, .shop-chat img {
    width: 30px;
}
.shop-chat {
    background: #d0011b14;
    color: #fd7e14 !important;
    padding: 5px;
    cursor: pointer;
    
}
/* Search Bar */
.shops-search-container {
    position: relative;
    width: 100%; /* Đảm bảo chiếm toàn bộ khi cần */
    max-width: 600px;
    flex: 1 1 auto; /* Flex-grow và shrink linh hoạt */
    transition: flex 0.3s ease;
}

.shops-search {
    position: relative;
    width: 100%;
}

.shops-search .form-control {
    width: 100%;
    padding-left: 2.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 40px;
}

.shops-search .form-control:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #007bff;
}

.shops-search .search-icon {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    color: #666;
    font-size: 1rem;
    line-height: 1;
    pointer-events: none;
}

/* Search Results */
.search-results {
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 2;
    display: none;
}

.search-results.show {
    display: block;
}

.search-result-item {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

.search-result-item:hover {
    background: #f8f9fa;
}

.search-result-item img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.search-result-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.5rem;
}

.search-result-info h6 {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

.search-result-info p {
    margin: 0;
    font-size: 0.8rem;
}

.search-result-price {
    text-align: right;
    color: #dc3545;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Shops Item */
.shops-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}

.shops-item-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.shops-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
}

.shops-item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1px;
}

.shops-item-info img {
    border-radius: 5px;
    width: 20px;
}

.shops-item-info span {
    font-size: 12px;
}

.shops-item-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shops-item-ship-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 16px;
    white-space: nowrap; /* Ngăn xuống dòng */
    overflow: hidden; /* Ẩn nội dung vượt quá */
    text-overflow: ellipsis; /* Hiển thị ... khi nội dung bị cắt */
    width: 100%; /* Đảm bảo chiếm toàn bộ chiều rộng */
}

.shops-item-ship-location i {
    font-size: 13px;
}

.shops-piece-ship,
.shops-piece-location {
    display: flex;
    align-items: center;
    overflow: hidden; /* Ẩn nội dung vượt quá */
    text-overflow: ellipsis; /* Hiển thị ... khi nội dung bị cắt */
    max-width: 50%; /* Mỗi phần tử chiếm tối đa 50% chiều rộng để chia đều */
    color: #28a745;
    gap: 5px;
}
.shops-piece-ship span,
.shops-piece-location span {
    overflow: hidden;
    text-overflow: ellipsis; /* Hiển thị ... khi văn bản quá dài */
}
.shops-piece-tiktok,
.shops-piece-shopee,
.shops-item-piece {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Card Styles */
.card-title {
    font-size: 12px;
    text-align: justify;
    font-weight: 500;
    margin: 0;
}

.card-body .text-decoration-line-through {
    color: #ccc;
}

.text-danger {
    color: #fd7e14 !important;
    font-size: 14px;
    font-weight: 500;
}

/* Media Queries */
@media (max-width: 768px) {
    .shop-voucher-info-right{
        flex-direction: row;
        align-items: center;
        flex: 1;
    }
    
    .shop-delivery-info-left, .shop-voucher-info-left, .shop-quantity-info-left, .coin-mining-info-left {
        width: auto;
    }
    .shops-search .form-control {
        height: 36px;
        padding-left: 2.25rem;
    }

    .shops-search .search-icon {
        left: 0.5rem;
        font-size: 0.9rem;
    }

    .search-result-item {
        grid-template-columns: 60px 1fr 60px;
        padding: 0.3rem;
    }

    .search-result-item img {
        height: 60px;
    }

    .search-result-info h6 {
        font-size: 0.8rem;
    }

    .search-result-info p {
        font-size: 0.7rem;
    }

    .search-result-price {
        font-size: 0.8rem;
    }

    .shops-cart-messenger {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .shops-search .form-control {
        font-size: 0.9rem;
        padding-left: 2rem;
    }

    .shops-search .search-icon {
        font-size: 0.8rem;
        left: 0.5rem;
    }

    .search-result-item {
        grid-template-columns: 50px 1fr 50px;
    }

    .search-result-item img {
        height: 50px;
    }

    .search-result-info h6 {
        font-size: 0.7rem;
    }

    .search-result-info p {
        font-size: 0.6rem;
    }

    .search-result-price {
        font-size: 0.7rem;
    }
}
.alert-danger:empty {
    display: none;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.coche-image {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.coche-image img {
    width: 70%;
}

.survey-button {
    bottom: 50px;
    position: absolute;
    background: #fff;
    width: 100%;
    text-align: center;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media (min-width: 768px) {
    .survey-button {
        bottom: 0;
        position: absolute;
        background: #fff;
        width: 100%;
        text-align: center;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        z-index: 2;
    }
}