.list-city {
    display: none;
    /*display: grid;*/
    transition: width;
}

.city-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 0.25rem;
    column-gap: 0.25rem;
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
}

.hide-city {
    display: none;
}

.area-list {
    display: none;
}

.area-list span, .list-city span {
    cursor: pointer;
}

#areaAll, #cityAll {
    display: none;
    gap: 10px;
}

#carea, #ccity {
    line-height: 32px;
}

.active {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity));
}

.ant-drawer-mask {
    display: none;
}

.auth {
    background-color: rgb(234 179 8 / var(--tw-bg-opacity));
    color: white;
    border: white;
}
.search-act{
    cursor: pointer;
}
.tab-active{
    border-bottom: 2px solid #EC4899;
    color: #ec4899;
    text-shadow: 0 0 .25px currentColor;
}
.ant-tabs-tab+.ant-tabs-tab{
    margin: unset !important;
}
.pagination div{
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
.loading-spinning{
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    opacity: 1;
    z-index: 1000;
}

.loading-spinning-abs {
    position: absolute;
    top: 40%;
    left: 50%;
    display: none;
    opacity: 1;
    z-index: 1000;
}

.ant-table-tbody > tr > td {
    text-align: left;
}

.cover-img {
    max-width: 200px;
    height: 100%;
    object-fit: cover;
}

#username{
    color: rgb(82 82 82 / var(--tw-text-opacity));
    max-width: 70px;
    overflow: hidden;
}
@media (min-width: 768px) {
    #top-search {
        display: none !important;
    }
}

@keyframes shakeUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
