﻿h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

:root{
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjNjEyAyNTkuMzMyIDY5Ljg2MDggMjU5LjM3MSA3MC4wODg3TDI2MS43OTUgODQuMDE2MSAyNjUuMzggODQuMDE2MSAyNjcuODIxIDY5Ljc0NzVDMjY3Ljg2IDY5LjczMDkgMjY3Ljg3OSA2OS41ODc3IDI2Ny44NzkgNjkuMzE3OSAyNjcuODc5IDY3LjExODIgMjY2LjQ0OCA2Ni4wMTgzIDI2My41ODYgNjYuMDE4M1pNMjYzLjU3NiA4Ni4wNTQ3QzI2MS4wNDkgODYuMDU0NyAyNTkuNzg2IDg3LjMwMDUgMjU5Ljc4NiA4OS43OTIxIDI1OS43ODYgOTIuMjgzNyAyNjEuMDQ5IDkzLjUyOTUgMjYzLjU3NiA5My41Mjk1IDI2Ni4xMTYgOTMuNTI5NSAyNjcuMzg3IDkyLjI4MzcgMjY3LjM4NyA4OS43OTIxIDI2Ny4zODcgODcuMzAwNSAyNjYuMTE2IDg2LjA1NDcgMjYzLjU3NiA4Ni4wNTQ3WiIgZmlsbD0iI0ZGRUU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

body {
    direction: rtl;
    padding-bottom: 50px;
    font-family: "Yekan 4", "Tahoma", "Arial", sans-serif;
    background-color: var(--background-color);
    color: var(--primary-text);
    line-height: 1.6;
}

:root {
    --background-color: #fef8eb;
    --primary-text: #333333;
    --secondary-text: #4c4c4c;
    --card-background: rgba(255, 255, 255, 0.68);
    --card-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --main-color: #41654c;
    --top-menu-color: #41654c;
    --primary-accent: #557c63;
    --secondary-accent: #2d4a36;
    --hover-color: #6a967b;
}
.price-title {
    padding-top: 1.5px;
    font-size: 9px;
    font-family: "Yekan 3";
    line-height: 1.2;
    padding-right: 6px;
    color: var(--main-color);
}
.add-notebook {
    margin: 0 5px;
    line-height : 27px;
}

.add-notebook .count{
    line-height: 1;
}

@keyframes badgeBounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}
.badge-bounce {
    animation: badgeBounce 0.3s ease-out;
}

.img-grayscale {
    filter: grayscale(100%);
    opacity: 0.6; /* optional */
}
.menu-image-wrapper {
    position: relative;
    display: inline-block;
}

.unavailable-overlay {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(65, 101, 76, 0.7);
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    backdrop-filter: blur(2px);
}

.item-disabled {
    pointer-events: none; /* no click */
}

.item-disabled img {
    filter: grayscale(100%);
    opacity: 0.9;
}

.item-disabled .menu-text,
.item-disabled label,
.item-disabled .menu-ingredients,
.item-disabled .Price,
.item-disabled td,
.item-disabled th {
    opacity: 0.9;
}


#footer-bar .badge {
    position: absolute;
    width: 25px;
    border: 0.3px solid;
    height: 25px;
    line-height: 15px;
    font-size: 18px;
    color: var(--main-color);
    background-color: rgb(236, 118, 118);
    border-radius: 30px;
    top: -10px;
    left: -10px;
}

.text-theme{
    color: var(--main-color);
}

.add-notebook span{
    color: var(--main-color);
}

.add-notebook .quantity{
    border: 1px solid rgba(90, 149, 108, 0.73)
}
.add-notebook .quantity button{
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 1px;
    border: unset !important;
}

.add-notebook .btn:hover {
    color: var(--bs-btn-hover-color);
    border-color: var(--bs-btn-hover-border-color);
    background-color: #557c63;
}

/* Text Popup Styles */
.text-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3.9px);
}

.pay-now{
    background: #2fa868;
    color: white;
    padding: 5px;
    cursor: pointer;
}
.pay-btn{
    background: #2fa868;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.profile-nav{
    background-color: var(--top-menu-color);
}

.profile-nav .nav{
    padding: 5px 5px 0 5px;
}

.profile-nav .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--main-color);
}

.profile-nav .nav-link{
    color: rgba(255, 255, 255, 0.71);
}

.form-control:focus{
    box-shadow: 0 0 0 .25rem rgba(85, 124, 99, 0.28) !important;
    border-color: rgba(85, 124, 99, 0.69) !important;
}

.profile-divider{
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.profile-divider::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#e5e5e5;
}

.profile-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fefdf9;
    border: 2px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #555;
    overflow: hidden;
}

.item-thumb{
    width:50px;
    height:50px;
}

.img-badge{
    width:50px;
    height:50px;
    border-radius:12px;
    overflow:hidden;
}

.item-img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.item-count {
    padding-top: 2px;
    border: solid 0.5px;
    position: absolute;
    top: -4px;
    inset-inline-start: -4px;
    background: #fff;
    color: #111;
    width: 15px;
    height: 15px;
    font-size: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-icon img{
    max-width: 70px;
}
.scroll-shadow{
    position:relative;
}

.scroll-shadow::before,
.scroll-shadow::after{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    width:28px;
    pointer-events:none;
    z-index:3;
    opacity:0;
    transition:opacity .25s;
}

.scroll-shadow::before{
    right:0;
    background:linear-gradient(to left, rgba(0,0,0,.12), transparent);
}

.scroll-shadow::after{
    left:0;
    background:linear-gradient(to right, rgba(0,0,0,.12), transparent);
}

.scroll-shadow.has-scroll::after{ opacity:1; }
.scroll-shadow.scrolled::before{ opacity:1; }
.scroll-shadow.at-end::after{ opacity:0; }

.scroll-container{
    overflow-x:auto;
    overflow-y:hidden;
    display:flex;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.item-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.item-name{
    margin-top: 5px;
    font-size: 0.7em;
}

.btn-tonal-danger {
    color: rgb(188, 0, 96);
    background-color: rgb(255, 237, 246);
    fill: currentColor;

    border: none;
    border-radius: 2px;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;

    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    isolation: isolate;
}

.btn-tonal-danger:hover {
    color: rgb(188, 0, 96);
    box-shadow: rgba(226, 0, 116, 0.16) 0 0 0 9999px inset !important;
    cursor: pointer;
}

.btn-tonal-danger:active {
    color: rgb(188, 0, 96) !important;
    box-shadow: rgba(226, 0, 116, 0.2) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-danger:disabled {
    color: rgba(188, 0, 96, 0.8) !important;
    box-shadow: rgba(226, 0, 116, 0.11) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-outline-tonal-danger {
    color: rgb(188, 0, 96);
    background-color: #fff;
    border: 1px solid rgba(188, 0, 96, 0.35);
    transition: all .15s ease;
}

.btn-outline-tonal-danger:hover {
    color: rgb(188, 0, 96);
    box-shadow: rgba(188, 0, 96, 0.12) 0 0 0 9999px inset;
    background-color: rgb(252, 240, 246);
    border-color: rgba(188, 0, 96, 0.45);
}

.btn-outline-tonal-danger:active {
    color: rgb(188, 0, 96);
    box-shadow: rgba(188, 0, 96, 0.18) 0 0 0 9999px inset;
    transform: scale(0.98);
    background-color: rgb(250, 235, 242);
    border-color: rgba(188, 0, 96, 0.55);
}

.btn-outline-tonal-danger:disabled {
    color: rgba(188, 0, 96, 0.55);
    background-color: #ffffff;
    border-color: rgba(188, 0, 96, 0.25);
    box-shadow: rgba(188, 0, 96, 0.08) 0 0 0 9999px inset;
    transform: scale(0.98);
}


.btn-tonal-warning {
    color: rgb(181, 123, 0);
    background-color: rgb(255, 248, 225);
    border: none;
    border-radius: 2px;
    fill: currentColor;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;
}

.btn-tonal-warning:hover {
    color: rgb(181, 123, 0);
    box-shadow: rgba(181, 123, 0, 0.16) 0 0 0 9999px inset;
}

.btn-tonal-warning:active {
    color: rgb(181, 123, 0);
    box-shadow: rgba(181, 123, 0, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}
.btn-tonal-warning:disabled {
    color: rgba(181, 123, 0, 0.8);
    box-shadow: rgba(181, 123, 0, 0.09) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-info {
    color: rgb(0, 150, 169);
    background-color: rgb(230, 247, 249);
    border: none;
    border-radius: 2px;
    fill: currentColor;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;
}

.btn-tonal-info:hover {
    color: rgb(0, 150, 169);
    box-shadow: rgba(0, 150, 169, 0.16) 0 0 0 9999px inset;
}

.btn-tonal-info:active {
    color: rgb(0, 150, 169);
    box-shadow: rgba(0, 150, 169, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}
.btn-tonal-info:disabled {
    color: rgba(0, 150, 169, 0.76);
    box-shadow: rgba(0, 150, 169, 0.11) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-secondary {
    color: rgb(109, 27, 197);
    background-color: rgb(245, 234, 255);
    border: none;
    border-radius: 2px;
    fill: currentColor;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;
}

.btn-tonal-secondary:hover {
    color: rgb(109, 27, 197);
    box-shadow: rgba(109, 27, 197, 0.16) 0 0 0 9999px inset;
}

.btn-tonal-secondary:active {
    color: rgb(109, 27, 197);
    box-shadow: rgba(109, 27, 197, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}
.btn-tonal-secondary:disabled {
    color: rgba(109, 27, 197, 0.8);
    box-shadow: rgba(109, 27, 197, 0.1) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-success:hover {
    color: rgb(0, 128, 96);
    box-shadow: rgba(0, 128, 96, 0.16) 0 0 0 9999px inset;
}

.btn-tonal-success:active {
    color: rgb(0, 128, 96);
    box-shadow: rgba(0, 128, 96, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-success:disabled {
    color: rgba(0, 128, 96, 0.8);
    box-shadow: rgba(0, 128, 96, 0.10) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-success {
    color: rgb(0, 128, 96);
    background-color: rgb(230, 250, 244);
    border: none;
    transition: all .15s ease;
}

.btn-outline-tonal-success {
    color: rgb(0, 128, 96);
    background-color: #fff;
    border: 1px solid rgba(0, 128, 96, 0.35);
    transition: all .15s ease;
}

.btn-outline-tonal-success:hover {
    color: rgb(0, 128, 96);
    box-shadow: rgba(0, 128, 96, 0.12) 0 0 0 9999px inset;
    background-color: rgb(240, 252, 248); /* کمی پاستیلی */
    border-color: rgba(0, 128, 96, 0.45);
}

.btn-outline-tonal-success:active {
    color: rgb(0, 128, 96);
    box-shadow: rgba(0, 128, 96, 0.18) 0 0 0 9999px inset;
    transform: scale(0.98);
    background-color: rgb(235, 250, 244);
    border-color: rgba(0, 128, 96, 0.55);
}

.btn-outline-tonal-success:disabled {
    color: rgba(0, 128, 96, 0.55);
    background-color: #ffffff;
    border-color: rgba(0, 128, 96, 0.25);
    box-shadow: rgba(0, 128, 96, 0.08) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-dark {
    color: rgb(55, 55, 55);
    background-color: rgb(240, 240, 240);
    border: none;
    border-radius: 2px;
    fill: currentColor;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;
}

.btn-tonal-dark:hover {
    color: rgb(55, 55, 55);
    box-shadow: rgba(55, 55, 55, 0.16) 0 0 0 9999px inset;
}

.btn-tonal-dark:active {
    color: rgb(55, 55, 55);
    box-shadow: rgba(55, 55, 55, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-dark:disabled {
    color: rgba(55, 55, 55, 0.85);
    box-shadow: rgba(55, 55, 55, 0.09) 0 0 0 9999px inset;
    transform: scale(0.98);
}



.btn-tonal-primary {
    color: rgb(0, 78, 191);
    background-color: rgb(235, 244, 255);
    fill: currentColor;

    border: none;
    border-radius: 2px;

    transition:
        background-color .25s ease,
        color .25s ease,
        box-shadow .25s ease,
        transform .15s ease;

    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    isolation: isolate;
}

.btn-tonal-primary:hover {
    color: rgb(0, 78, 191);
    box-shadow: rgba(0, 78, 191, 0.16) 0 0 0 9999px inset !important;
    cursor: pointer;
}

.btn-tonal-primary:active {
    color: rgb(0, 78, 191) !important;
    box-shadow: rgba(0, 78, 191, 0.20) 0 0 0 9999px inset;
    transform: scale(0.98);
}

.btn-tonal-primary:disabled {
    color: rgba(0, 78, 191, 0.8) !important;
    box-shadow: rgba(0, 78, 191, 0.11) 0 0 0 9999px inset;
    transform: scale(0.98);
}


.scroll-container::-webkit-scrollbar{ display:none; }

.badge-tonal-primary {
    color: rgb(0, 78, 191);
    background-color: rgb(235, 244, 255);
    border-radius: 2px;
    padding: 3px 6px;
}

.badge-tonal-success {
    color: rgb(0, 128, 96);
    background-color: rgb(230, 250, 244);
    border-radius: 2px;
    padding: 3px 6px;
}

.badge-tonal-warning {
    color: rgb(181, 123, 0);
    background-color: rgb(255, 248, 225);
    border-radius: 2px;
    padding: 3px 6px;
    padding: 3px 6px;
}
.badge-tonal-info {
    color: rgb(0, 150, 169);
    background-color: rgb(230, 247, 249);
    border-radius: 2px;
    padding: 3px 6px;
}
.badge-tonal-danger {
    color: rgb(188, 0, 96);
    background-color: rgb(255, 237, 246);
    border-radius: 2px;
    padding: 3px 6px;
}

.badge-tonal-dark {
    color: rgb(55, 55, 55);
    background-color: rgb(240, 240, 240);
    border-radius: 2px;
    padding: 3px 6px;
}

.load-more-btn {
    padding: 12px 0;
    background: var(--card-background);
    box-shadow: inset 0px -25px 25px -10px rgba(0, 0, 0, 0.08);
    transition: box-shadow .25s ease;
}

.load-more-btn:hover {
    box-shadow: inset 0px -28px 28px -10px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.load-more-btn i {
    color: #666;
    transition: transform .2s ease;
}

.load-more-btn:hover i {
    transform: translateY(2px);
}
.profile-user i{
    margin: 2px 0 2px 0;
    width: 30px;
    height: 25px;
    color: white;
    font-size: 25px;
}
.profile-user{
    text-align: center;
    left: 15px;
    top: 20px;
    z-index: 99999;
    cursor: pointer;
    position: absolute;
    background-color: color(srgb 0.2551 0.3959 0.2982);
    border-radius: 35px;
    padding: 10px;
    border: 1px solid color(srgb 0.1938 0.31 0.2307 / 0.55);
}

.cursor-pointer{
    cursor: pointer !important;
}

.default-address{
    appearance: none;
    -webkit-appearance: none;

    width: 18px;
    height: 18px;

    border: 2px solid rgba(0, 0, 0, 0.81);
    border-radius: 50%;

    display: inline-block;
    position: relative;

    cursor: pointer;
}

.default-address:checked::after{
    content: "";

    width: 10px;
    height: 10px;

    background: rgba(0, 0, 0, 0.81);
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);
}



.box-up{
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.71);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.11);
}
.btn-light-primary:hover{
    border-color: rgba(0, 0, 0, 0.27) !important;
}
.select2-container .select2-selection--single {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
}

.select2-container {
    width: 100% !important;
}

#popup-map {
    min-width: 500px;
}

#btn-set-location svg {
    width: 20px;
}
#btn-set-location{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
    font-size: 13px;
    background-color: white;
    box-shadow: 0 0 7px 2px rgb(189, 189, 189);
    border: solid 1px rgba(24, 24, 24, 0.4) !important;
}

.btn-basket{
    border-color: rgba(103, 103, 103, 0.18);
}

.bg-theme{
    background-color:  var(--background-color);
}

.shadow-white{
    background-color: var(--card-background);
    box-shadow: var(--card-shadow);
}
.shadow-no-color{
    box-shadow: var(--card-shadow);
}

.gift-icon{
    margin-left: 20px;
    margin-top: 2px;
    padding: 6.5px;
    border-radius: 17px;
    border: solid 1.9px !important;
}

.partitioned {
    padding: 0px;
    margin: 0 auto;
    letter-spacing: 29px;
    border: none;
    background-color: transparent;
    color: black;
    background-image: linear-gradient(to left, black 85%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 47px 2px;
    background-repeat: repeat-x;
    background-position-x: 85px;
    outline: none;
    width: 62%;
    position: relative;
    font-size: 20px;
}

.loading-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.6);
    backdrop-filter: blur(3px);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
}

.partitioned:focus {
    outline: none;
    border: none;
    background: transparent;
    box-shadow: none;
}

.menu #menu-flters .selected
{
    border-bottom: 3px solid white;
}

.text-popup-overlay.show {
    opacity: 1;
}
.text-popup .menu-content {
    width: 500px;
}
.text-popup .menu-content .Price-single {
    margin-right: 20px;
}
.text-popup {
    background-color: var(--background-color);
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 0 6.9px 1px #222;
}

.text-popup.show {
    transform: scale(1);
    opacity: 1;
}

.no-option .menu-content {
    margin: 0;
}
.no-option .text-theme {
    position: absolute;
    width: 100%;
    left: 0;
}
.no-option {
    padding-bottom: 50px !important;
}

.text-popup img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
}

.text-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--main-color);
    color: #eee;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: badgeZoom 0.4s ease-out;
}

@keyframes badgeZoom {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1); }
}

.text-popup-close:hover {
    background-color: var(--hover-color);
}

/* Note Popup Styles */
.note-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    /*backdrop-filter: blur(3.9px);*/
}

.note-popup-overlay.show {
    opacity: 1;
}

.note-popup > div{
    min-width: 350px;
    padding: 45px 0 0 0;
}

.note-popup {
    border: solid 1px #41654c57;
    box-shadow: 0 0 9px rgba(0, 128, 0, 0.36);
    background-color: var(--background-color);
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 10px;
    bottom: 70px;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.note-popup.show {
    transform: scale(1);
    opacity: 1;
}

.note-popup img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    display: block;
}

.note-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--main-color);
    color: #eee;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: badgeZoom 0.4s ease-out;
}

.note-popup-close:hover {
    background-color: var(--hover-color);
}

/* Image Popup Styles */
.image-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3.9px);
}

    .image-popup-overlay.show {
        opacity: 1;
    }

.image-popup {
    background-color: #222222;
    border-radius: 10px;
    box-shadow: var(--card-shadow);
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 0 6.9px 1px #222;
}

    .image-popup.show {
        transform: scale(1);
        opacity: 1;
    }

    .image-popup img {
        max-width: 100%;
        max-height: 70vh;
        object-fit: contain;
        display: block;
    }

.image-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--main-color);
    color: #eee;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s ease;
    animation: badgeZoom 0.4s ease-out;
}

    .image-popup-close:hover {
        background-color: var(--hover-color);
    }

@keyframes rotate {
    0% {
        transform: rotate(0);
        background-color: var(--main-color);
    }

    50% {
        background-color: var(--hover-color);
    }

    100% {
        transform: rotate(1440deg);
        background-color: var(--main-color);
    }
}

@media (max-width: 900px) {

}

[hint-show] {
    cursor: help;
}

[hint-show] * {
    pointer-events: none !important;
}

.Price {
}

.Price-Info-Icon {
    width: 16px;
    position: relative;
    top: -16px;
    margin-left: -9px;
    margin-right: -5px;
}

@media (max-width: 999px) {
    .text-popup .menu-content {
        width: 300px;
    }

    .Price-Info-Icon {
        width: 12px;
        top: -12px;
    }
}
