.uc-hello-menu {
    background-color: rgba(255, 0, 0, 0.9); 
    width: 80%;
    margin: 0 auto;
}


.uc-hello-menu-bottom {
    background-color: rgba(255, 0, 0, 0.9); 
    width: 80%;
    max-height:800px;
    z-index:4;
    /*max-width:800px;*/
    margin: 0 auto;
}

.uc-hello-menu-apply {
    background-color: rgba(255, 0, 0, 0.9); 
    width: 80%;
    margin: 0 auto;
    font-family: "Nexa";
}


.popup {
        text-align: center;
        padding: 20px;
        max-width: 800px;
        margin: 0 auto;
        background: white;
        border-radius: 8px  rgba(255, 0, 0, 0.9);
        font-family: "Nexa";

    }
    
.popup::before, .popup::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: rgba(255, 0, 0, 0.9);
}

.popup::before {
    left: -20px; /* Adjust as necessary */
}

.popup::after {
    right: -20px; /* Adjust as necessary */
}
 
.table-popup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    font-family: 'Namu', sans-serif;
        
}
.table-popup div {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 8px;
    font-family: 'Namu', Arial, sans-serif;
}



