/* MESSAGE BOX */

.msgbox-area{
position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);
z-index:999999;
}

.msgbox-box{
background:#1e293b;
color:white;
padding:15px 25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.25);
max-width:400px;
font-family:'Inter',sans-serif;
}

.msgbox-content{
font-size:14px;
}

.msgbox-command{
margin-top:10px;
text-align:right;
}

.msgbox-close{
color:#60a5fa;
cursor:pointer;
font-size:13px;
}

/*ტელეფონისთვის*/
@media (max-width: 768px) {
    .top-bar {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}