.bg-gold{
    background: url('../bg-gold.webp');
    background-size: cover;
    background-blend-mode: multiply;
}

#root {
    background: linear-gradient(90deg, transparent, rgb(218, 165 ,32 ,0.5) 40%, rgb(255, 215 ,0 ,0.5) 50%, rgb(218, 165 ,32 ,0.5) 60%, transparent);}

.banner-bg {
    background: transparent;
}

.sidebar.active {
    display: none;
    /* หรือ visibility: visible; */
}

.border-radius-15 {
    border-radius: 15px;
}

@media (max-width:644px) {
    .sidebar.active {
        display: block;
        /* หรือ visibility: visible; */
    }

    .top-m-64 {
        top: 46px;
    }

    .font-\[2\.8\] {
        transform: scale(0.8) !important;
    }

    .sidebar-m-control {
        transform: translateX(-100%);
        transition: transform 0.3s ease;

    }

    .sidebar-m-control.active {
        transform: translateX(0%);
        transition: transform 0.3s ease;
        z-index: 99;
        position: absolute;
    }

    .zoom-\[0\.77\] {
        zoom: 0.77;
    }

    .top-img-logo {
        width: -webkit-fill-available !important;
        height: fit-content !important;
    }
}

.slide-out {
    transform: translateX(-100%);
    transition: 0.5s ease;
}

.slide-in {
    transform: translateX(0%) !important;
    transition: 0.5s ease;
}

img.icon {
    fill: rgb(var(--secondary));
    filter: invert(0.8);
}

img.icon.logo {
    filter: none;
}

.top-img {
    object-fit: cover;
}

#popup-signup {
    transition: 0.3s ease;
}

.popup-opa {
    opacity: 0;
    display: flex;
}

#popup-signup.dialog-visible {
    opacity: 1;
}

#popup-signin {
    transition: 0.3s ease;
}

#popup-signin.dialog-visible {
    opacity: 1;
}

.select-option-box-out {
    display: none;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(-100px);
}

.select-option-box-in-1 {
    display: block;
    opacity: 0;
    z-index: 999;
    position: relative;
    height: fit-content;
}

.select-option-box-in-2 {
    opacity: 1;
    transform: translateY(0px);
}


#MenuProfile {
    transition: 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    z-index: 120;
}

#MenuProfile.toggle-show {
    transform: translateY(0px);
    opacity: 1 !important;
    pointer-events: auto;
}

.footer-menu {
    position: fixed;
    bottom: 0px;
    background: #1e1e1e;
    width: 100%;
    z-index: 999;
    min-height: 60px;
    align-content: center;
}

.w-center {
    text-align: -webkit-center;
}

.button-tab {
    border-top: 1px solid rgb(var(--primary));
    padding: 10px 5px;
    font-weight: bold;
    box-shadow: none;
    transition: all 0.3s ease;
    position: relative;
}

.button-tab.active {
    border-top: 0px solid rgb(var(--primary));
    background-color: rgb(var(--primary));;
}

.button-tab.active svg,.button-tab.active img,.button-tab.active .text-base{
    color: #000000;
    filter: brightness(0.0);
}

.button-tab.active::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 14px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: rgb(var(--primary));;
    clip-path: ellipse(30% 100% at 50% 100%);
}

.footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%
}

.mobile-icon-fixed-footer{
    width: 18px;
    height: 17px;
}

.justify-self-center{
    justify-self: center;
}

.text-red{
    color: #f86e6e;
}

.text-green{
    color: #2bec2b;
}