@import "./colors.css";

.user_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}
.user_info img {
    width: 5.625rem !important;
    min-width: 5.625rem;
    border-radius: 100%;
    @media screen and (max-width: 1023px) {
        width: 4rem !important;
        min-width: 4rem;
    }
} 

.user_info span {
    color: var(--color-pink);
    font-weight: 500;
    width: fit-content;
    margin-top: 0.25rem !important;
    font-size: 0.875rem;
    text-align: center;
    @media screen and (max-width: 1023px) {
        font-size: 0.5rem;
    }
}

.guest-content {
    background-color: var(--color-light-pink) !important;
    border-radius: 0.75rem;
    padding: 3rem 0.75rem !important;
    @media screen and (max-width: 1023px) {
        padding: 1rem 0.75rem !important;
    }
}

.swiper-content {
    background-color: var(--color-light-pink) !important;
    border-radius: 0.75rem;
    padding: 3rem 0.75rem 2rem 0.75rem !important;
    @media screen and (max-width: 1023px) {
        padding: 1rem 0.75rem !important;
    }
}
.swiper-wrapper .swiper-slide {
    margin-bottom: 0 !important;
    padding: 1.5rem 3.75rem;
    @media screen and (max-width: 1023px) {
        padding: 1rem;
    }
}
.top_popular .swiper {
    padding-bottom: 30px;
    @media screen and (max-width: 1023px) {
        padding-bottom: 24px;
    }
}

.swiper-popular {
    max-width: 857px;
}

.button_more {
    font-size: 0.75rem !important;
    gap: 0.45rem;
    height: 1.5rem;
    padding: 0.125rem 0.75rem !important;
    @media screen and (max-width: 1023px) {
        font-size: 0.5625rem !important;
        height: 1.125rem;
    }
}
.button_more img {
    width: 0.4rem;
    margin-top: 1px;
    @media screen and (max-width: 1023px) {
      width: 0.3rem;
    }
}

.tag_pink_item {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.tag_pink_item p {
    background: var(--color-soft-pink);
    height: 1.25rem;
    text-align: center;
    border-radius: 0.25rem;
    color: white !important;
    font-size: 13px;
    min-width: 8.125rem !important; 
    @media screen and (max-width: 1023px) {
        min-width: 6.25rem !important; 
        height: 1rem;
        font-size: 0.625rem;
    }
}

.tag_pink_item span {
    font-size: 1rem;
    font-weight: 500;
    @media screen and (max-width: 1023px) {
        font-size: 0.75rem;
    }
}

.card-report-review {
    height: 3rem;
    font-size: 1rem !important;
    font-weight: 500;
    padding-left: 1rem;
    @media screen and (max-width: 1023px) {
        display: none !important;
    }
}
.card-report-review::before {
    height: 1.5rem !important;
}

.card-report-review a {
    height: 1.5rem !important;
    font-size: 0.75rem !important;
    font-weight: 500;
    border-radius: 6px !important; 
}

#search-form .select-box.disabled {
    border: 1px solid var(--color-gray);
}
#search-form .select-box select:disabled {
    color: var(--color-gray);
    cursor: not-allowed;
}

#search-form .select-box.disabled .pink-arrow{
    border-right: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
}