.page[name="home"] {
    height: -webkit-fill-available;
    padding: 60px 0 10px 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    align-items: center;
    row-gap: 5px;
}

.page[name="home"] .header_bar {
    min-height: 55px;
    transition: 0.2s;
}

.page[name="home"] .header_bar[status="drop"] {
    transform: translate(0, -100%);
}

.page[name="home"] .header_bar .logo {
    width: 45px;
    height: 45px;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.page[name="home"] .header_bar .text {
    display: flex;
    flex-direction: column;
}

.page[name="home"] .header_bar .text span {
    font-size: 16px;
    font-weight: normal;
    color: #787878;
}

.page[name="home"] .header_bar .chat {
    position: absolute;
    right: 10px;
    font-size: 32px;
    color: #007AFF;
    animation: tilt-shaking 0.5s infinite;
    cursor: pointer;
}

.page[name="home"] .header_bar .chat .chat_alert {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -3px;
    top: -3px;
    background-color: #FF3B30;
    border-radius: 50%;
}

.page[name="home"] .authen {
    width: calc(100% - 0px);
    max-width: 680px;
    height: fit-content;
    padding: 0px 0px 0px 0px;
}

.page[name="home"] .authen .text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.page[name="home"] .authen .contai {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    margin: 10px 0 5px 0;
    column-gap: 20px;
}

.page[name="home"] .authen .contai button[name="login"] {
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
}

.page[name="home"] .authen .contai button[name='register'] {
    width: 150px;
    height: 40px;
    border: none;
    background-color: #00C7BE;
    color: white;
    border-radius: 10px;
    font-size: 16px;
}

.page[name="home"] .authen .des {
    font-size: 14px;
    color: #787878;
    text-align: center;
}

.page[name="home"] .suggested {
    width: calc(100% - 0px);
    max-width: 680px;
    height: fit-content;
    padding: 15px 0px 10px 0px;
}

.page[name="home"] .suggested .contai {
    width: calc(100% - 12px);
    min-height: fit-content;
    margin-top: 10px;
    padding: 0 10px 10px 2px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    overflow: auto;
}

.page[name="home"] .suggested .text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.page[name="home"] .suggested .contai .child {
    width: 180px;
    min-width: calc(200px - 20px);
    height: 200px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border: solid 1px #EBEBEB;
    border-radius: 5px;
    position: relative;
}

.page[name="home"] .suggested .contai .child[disabled=""] {
    opacity: 0.5;
}

.page[name="home"] .suggested .contai .child .icon {
    font-size: 60px;
    margin: 10px 0 5px 0;
}

.page[name="home"] .suggested .contai .child .name {
    font-size: 16px;
    font-weight: bold;
}

.page[name="home"] .suggested .contai .child .des {
    font-size: 14px;
    color: #787878;
    text-align: center;
}

.page[name="home"] .suggested .contai .child .open {
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    border: none;
    border-radius: 10px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
}

.page[name="home"] .foodmenu {
    width: calc(100% - 0px);
    max-width: 680px;
    height: fit-content;
    padding: 0px 0px 10px 0px;
    background-color: white;
    position: relative;
}

.page[name="home"] .foodmenu .headText {
    max-width: calc(100% - 25px);
    height: 30px;
    font-size: 14px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
    margin: 10px;
}

/* .page[name="home"] .foodmenu a {} */

.page[name="home"] .foodmenu a>img {
    width: 100%;
    height: auto;
}

.page[name="home"] .foodmenu .text {
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.page[name="home"] .topPost {
    width: -webkit-fill-available;
    max-width: 680px;
    height: fit-content;
    min-height: 450px;
    padding: 5px 0px 5px 0px;
}

.page[name="home"] .topPost .contai {
    width: -webkit-fill-available;
    height: fit-content;
    margin-top: 10px;
    padding: 0 10px 10px 2px;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    overflow: auto;
}

.page[name="home"] .topPost .text {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.page[name="home"] .topPost .contai .child {
    width: 180px;
    min-width: calc(220px - 10px);
    /* height: 320px; */
    padding: 0px 5px 70px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: white;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    position: relative;
}

.page[name="home"] .topPost .contai .child .name {
    width: -webkit-fill-available;
    min-width: -webkit-fill-available;
    height: fit-content;
    min-height: 35px;
    padding: 0 0 0 40px;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.page[name="home"] .topPost .contai .child .name .icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}

.page[name="home"] .topPost .contai .child .name .text {
    width: -webkit-fill-available;
    height: fit-content;
    font-size: 14px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
}

.page[name="home"] .topPost .contai .child .name .shop {
    width: -webkit-fill-available;
    height: fit-content;
    font-size: 12px;
    color: black;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
}

.page[name="home"] .topPost .contai .child[status="loading"] .name {
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page[name="home"] .topPost .contai .child[status="loading"] .name::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .topPost .contai .child[status="loading"] .name .icon {
    display: none !important;
}

.page[name="home"] .topPost .contai .child[status="loading"] .name .text {
    display: none !important;
}

.page[name="home"] .topPost .contai .child[status="loading"] .name .shop {
    display: none !important;
}

.page[name="home"] .topPost .contai .child .data {
    width: 100%;
    height: fit-content;
    display: block;
}

.page[name="home"] .topPost .contai .child .data .picture {
    width: 100%;
    height: 280px;
    margin-top: 10px;
    border-radius: 10px;
}

.page[name="home"] .topPost .contai .child .data .picture img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.page[name="home"] .topPost .contai .child[status="loading"] .picture {
    display: inline-block;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page[name="home"] .topPost .contai .child[status="loading"] .picture::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .topPost .contai .child[status="loading"] .picture img {
    display: none;
}

.page[name="home"] .topPost .contai .child .data .video {
    width: 100%;
    height: 280px;
    margin-top: 10px;
    border-radius: 10px;
}

.page[name="home"] .topPost .contai .child .data .video video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.page[name="home"] .topPost .contai .child[status="loading"] .video {
    display: inline-block;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.page[name="home"] .topPost .contai .child[status="loading"] .video::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .topPost .contai .child[status="loading"] .video video {
    display: none;
}

.page[name="home"] .topPost .contai .child .like {
    display: flex;
    column-gap: 3px;
    position: absolute;
    left: 5px;
    bottom: 5px;
    align-items: center;
}

.page[name="home"] .topPost .contai .child .like .icon[status="1"] {
    font-variation-settings: 'FILL' 1;
    color: #EB3324;
}

.page[name="home"] .topPost .contai .child .like .value {
    font-size: 12px;
    font-weight: bold;
}

.page[name="home"] .topPost .contai .child .rank {
    font-size: 12px;
    /* font-weight: bold; */
    position: absolute;
    bottom: 45px;
    right: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.page[name="home"] .topPost .contai .child .rank .icon {
    color: white;
}

.page[name="home"] .topPost .contai .child[rank="1"] .rank .icon {
    color: #E8B931;
    font-size: 20px;
}

.page[name="home"] .topPost .contai .child[rank="2"] .rank .icon {
    color: #8E8E93;
}

.page[name="home"] .topPost .contai .child[rank="3"] .rank .icon {
    color: #A55F77;
}

.page[name="home"] .topPost .contai .child .view_more {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}

.page[name="home"] .topPost .contai .child .view_more img {
    width: 60%;
}

.page[name="home"] .topPost .contai .child .view_more button {
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.page[name="home"] .topPost .contai .child .view_more button span {}

.page[name="home"] .topPost .pump_like {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.page[name="home"] .topPost .pump_like .text {
    font-size: 12px;
    font-weight: unset;
}

.page[name="home"] .topPost .pump_like .icon {
    font-size: 24px;
    color: #00C7BE;
    font-variation-settings: 'FILL' 1;
}

@media (min-width: 680px) {
    .page[name="home"] .contai_feed .feed {
        border-radius: 10px;
        box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
        padding: 10px 0px 10px 0px !important;
        overflow: hidden;
    }

    .page[name="home"] .contai_feed {
        row-gap: 10px !important;
    }
}

.page[name="home"] .contai_feed {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.page[name="home"] .contai_feed .feed {
    width: calc(100% - 0px);
    max-width: 680px;
    height: fit-content;
    padding: 10px 0px 10px 0px;
    background-color: white;
    position: relative;
}

.page[name="home"] .contai_feed .feed .contact {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 0 10px 0;
}

.page[name="home"] .contai_feed .feed .contact .icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.page[name="home"] .contai_feed .feed[status="loading"] .contact .icon {
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
    background-image: unset !important;
}

.page[name="home"] .contai_feed .feed[status="loading"] .contact .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed .contact .text {
    max-width: calc(100% - 60px);
    height: 30px;
    font-size: 14px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
}

.page[name="home"] .contai_feed .feed[status="loading"] .contact .text {
    width: calc(100% - 60px);
    color: transparent;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .contact .text::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed button[name="menu"] {
    width: fit-content;
    height: fit-content;
    padding: 10px 5px;
    margin: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: black;
}

.page[name="home"] .contai_feed .feed[status="loading"] button[name="menu"] {
    display: none !important;
}

.page[name="home"] .contai_feed .feed .shop {
    width: -webkit-fill-available;
    margin: 0 10px 15px 10px;
    font-size: 14px;
}

.page[name="home"] .contai_feed .feed[status="loading"] .shop {
    color: transparent;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .shop::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed .data .picture[number="1"] {
    width: 100%;
    height: auto;
    /* margin-top: 10px; */
}

.page[name="home"] .contai_feed .feed .data .picture[number="1"] .child {
    width: 100%;
    height: auto;
    display: flex;
}

.page[name="home"] .contai_feed .feed .data .picture[number="1"] .child img {
    width: 100%;
    height: auto;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .picture[number="1"] .child {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: 180px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .picture[number="1"] .child::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .picture[number="1"] .child img {
    display: none;
}

.page[name="home"] .contai_feed .feed .data .video {
    width: 100%;
    height: auto;
}

.page[name="home"] .contai_feed .feed .data .video .child {
    width: 100%;
    height: fit-content;
    /* background-color: black; */
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
}

.page[name="home"] .contai_feed .feed .data .video .child video {
    width: 100%;
    height: auto;
    background-color: black;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child .source_image {
    display: none !important;
}

.page[name="home"] .contai_feed .feed .data .video .child .source_image {
    width: 120px;
    height: 150px;
    position: absolute;
    bottom: 60px;
    right: 10px;
    border-radius: 10px;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 19px 2px;
    overflow: hidden;
}

.page[name="home"] .contai_feed .feed .data .video .child .source_image .close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    text-shadow: 1px 1px 3px dimgray;
}

.page[name="home"] .contai_feed .feed .data .video .child .source_image .text {
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 3px dimgray;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.page[name="home"] .contai_feed .feed .data .video .child .source_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page[name="home"] .contai_feed .feed[post_status="pending"] .data .video .child video {
    filter: contrast(0.4);
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child>img {
    display: none !important;
}

.page[name="home"] .contai_feed .feed .data .video .child>img {
    display: none;
}

.page[name="home"] .contai_feed .feed[post_status="pending"] .data .video .child>img {
    width: 100px;
    height: 130px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    z-index: 1;
    object-fit: cover;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 19px 2px;
    display: unset;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: 180px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child video {
    display: none !important;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child .progress_circle {
    display: none !important;
}

.page[name="home"] .contai_feed .feed .data .video .child .progress_circle {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.page[name="home"] .contai_feed .feed .data .video .child .progress_circle .bg {
    fill: none;
    stroke: #eee;
    stroke-width: 7px;
}

.page[name="home"] .contai_feed .feed .data .video .child .progress_circle .value {
    fill: none;
    stroke: #34C759;
    stroke-width: 7px;
    stroke-linecap: round;
    /* ประมาณ 2 * Math.PI * 45 */
    stroke-dasharray: 282.6;
    stroke-dashoffset: 282.6;
    transition: stroke-dashoffset 0.5s ease;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.page[name="home"] .contai_feed .feed .data .video .child .progress_circle .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: white;
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child .des {
    display: none !important;
}

.page[name="home"] .contai_feed .feed .data .video .child .des {
    display: none;
}

.page[name="home"] .contai_feed .feed[post_status="pending"] .data .video .child .des {
    display: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 20px;
    color: white;
    transform: translate(-50%, calc(-50% + 70px));
}

.page[name="home"] .contai_feed .feed[status="loading"] .data .video .child button[name="create"] {
    display: none !important;
}

.page[name="home"] .contai_feed .feed[post_status="pending"] .data .video .child button[name="create"] {
    display: none;
}

.page[name="home"] .contai_feed .feed .data .video .child button[name="create"] {
    width: fit-content;
    height: fit-content;
    margin: 10px 10px 10px 0;
    border: none;
    font-size: 14px;
    background: transparent;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 5px;
}

.page[name="home"] .contai_feed .feed .data .video .child button[name="create"] span {
    font-size: 30px;
    color: #FF2D55;
}

.page[name="home"] .contai_feed .feed .like {
    display: flex;
    /* column-gap: 5px; */
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    align-items: center;
}

.page[name="home"] .contai_feed .feed[status="loading"] .like {
    margin: 5px 10px 0 10px;
    height: 20px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .like div {
    display: none;
}

.page[name="home"] .contai_feed .feed[status="loading"] .like::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed .like .icon {
    font-size: 32px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.page[name="home"] .contai_feed .feed .like .icon[status="1"] {
    font-variation-settings: 'FILL' 1;
    color: #EB3324;
}

.page[name="home"] .contai_feed .feed .like .value {
    font-size: 14px;
    font-weight: bold;
}

.page[name="home"] .contai_feed .feed .caption {
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.page[name="home"] .contai_feed .feed[status="loading"] .caption {
    width: 80%;
    padding: 0;
    margin: 5px 10px 0 10px;
    color: transparent;
    height: 20px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .caption::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed .datetime {
    margin: 5px 0 0 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #787878;
}

.page[name="home"] .contai_feed .feed[status="loading"] .datetime {
    width: 40%;
    margin: 5px 10px 0 10px;
    color: transparent;
    height: 20px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .feed[status="loading"] .datetime::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .feed .comment {
    height: 32px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.page[name="home"] .contai_feed .feed[status="loading"] .comment {
    display: none;
}

.page[name="home"] .contai_feed .feed .comment .value {
    font-size: 14px;
    /* font-weight: bold; */
}

.page[name="home"] .contai_feed .feed .comment .icon {
    font-size: 28px;
    cursor: pointer;
}

.page[name="home"] .contai_feed .feed .pump_like {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.page[name="home"] .contai_feed .feed[status="loading"] .pump_like {
    display: none;
}

.page[name="home"] .contai_feed .feed .pump_like .text {
    font-size: 14px;
}

.page[name="home"] .contai_feed .feed .pump_like .icon {
    font-size: 32px;
    color: #00C7BE;
    font-variation-settings: 'FILL' 1;
    cursor: pointer;
}

.page[name="home"] .contai_feed .ads {
    width: calc(100% - 0px);
    max-width: 680px;
    height: fit-content;
    padding: 0px 0px 0px 0px;
    background-color: white;
    position: relative;
    margin-bottom: 5px;
}

@media (min-width: 680px) {
    .page[name="home"] .contai_feed .ads {
        border-radius: 10px;
        box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
        padding: 0px 0px 10px 0px !important;
        overflow: hidden;
    }

    .page[name="home"] .contai_feed {
        row-gap: 10px !important;
    }
}

.page[name="home"] .contai_feed .ads .name {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.page[name="home"] .contai_feed .ads .name .text {
    max-width: calc(100% - 25px);
    height: 30px;
    font-size: 14px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-weight: bold;
    margin-left: 10px;
}

.page[name="home"] .contai_feed .ads[status="loading"] .name .text {
    height: fit-content;
    color: transparent;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .ads[status="loading"] .name .text::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .ads .data .picture[number="1"] {
    width: 100%;
    height: auto;
    /* margin-top: 10px; */
}

.page[name="home"] .contai_feed .ads .data .picture[number="1"] .child {
    width: 100%;
    height: auto;
    display: flex;
}

.page[name="home"] .contai_feed .ads .data .picture[number="1"] .child img {
    width: 100%;
    height: auto;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .picture[number="1"] .child {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: 180px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .picture[number="1"] .child::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .picture[number="1"] .child img {
    display: none;
}

.page[name="home"] .contai_feed .ads .data .video {
    width: 100%;
    height: auto;
}

.page[name="home"] .contai_feed .ads .data .video .child {
    width: 100%;
    height: fit-content;
    /* background-color: black; */
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
}

.page[name="home"] .contai_feed .ads .data .video .child video {
    width: 100%;
    height: auto;
    background-color: black;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .video .child {
    width: calc(100% - 20px);
    margin: 0 10px;
    height: 180px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .video .child::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .contai_feed .ads[status="loading"] .data .video .child video {
    display: none !important;
}

.page[name="home"] .contai_feed .ads .caption {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.page[name="home"] .contai_feed .ads[status="loading"] .caption {
    width: 80%;
    padding: 0;
    margin: 5px 10px 5px 10px;
    color: transparent;
    height: 20px;
    background: #F2F2F7;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 0;
}

.page[name="home"] .contai_feed .ads[status="loading"] .caption::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg in hsl shorter hue, #F2F2F7, #ffffff, #F2F2F7);
    animation: shimmer 1.5s infinite;
}

.page[name="home"] .loader {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page[name="home"] .loader span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    animation: loader_rotate 1s linear infinite
}

.page[name="home"] .loader span::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 4px solid #007AFF;
    animation: loader_prixClipFix 1s linear infinite;
}

@keyframes loader_rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader_prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}