@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

*{
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

.food_with_symbol {
    position: relative;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
}
.food_image {
    position: relative;
    top: 0;
    left: 0;
    /* border: 1px red solid; */
    height: 100px;
    width: 100%;
    object-fit: cover;
}
.symbol_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-bottom: 2px;
    /* border: 1px green solid; */
}
.symbol_text {
    position: absolute;
    right: 2px;
    top: 2px;
    /* border: 1px green solid; */
}
.store_with_symbols {
    position: relative;
    height: 100px;
    width: 100%;
}
.store_image {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.store_symbols_container {
    position: absolute;
    right: 2px;
    bottom: 2px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-end;
}
.store_symbol {
    display: block;
    max-height: 24px;
    max-width: 24px;
}
.index_store_with_symbols {
    position: relative;
    height: 120px;
    width: 120px;
    display: block;
}
.index_store_image {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.index_store_symbols_container {
    position: absolute;
    right: 2px;
    bottom: 2px;
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: flex-end;
}
.index_store_symbol {
    display: block;
    max-height: 20px;
    max-width: 20px;
}
.restaurant_cover_with_symbols {
    position: relative;
    height: 500px;
    width: 100%;
}
.restaurant_cover_image {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5%;
}
.restaurant_cover_symbols_container {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-end;
}
.restaurant_cover_symbol {
    display: block;
    max-height: 60px;
    max-width: 60px;
}
.star_checked {
    color: orange;
}
.review_star {
    cursor: pointer;
}

.flex-wrapper {
    display: flex;
flex-flow: row nowrap;
}

.single-chart {
    width: 100%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #ff9f00;
}

.circular-chart.green .circle {
    stroke: var(--primary);
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.disabled-link {
    pointer-events: none; /* Disables clicks */
    opacity: 0.6; /* Makes it appear visually disabled */
    cursor: not-allowed; /* Changes cursor to indicate disabled state */
}

.back-btn-custom {
    display: flex;
    line-height: 1;
    font-size: 20px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--title);
}

body {
    top: 0px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    visibility: hidden !important;
}