.swal2-title {
    color: red !important;
    font-weight: bold;
}

#ls-openButton {
    padding: 30px !important;
}

.st0 {
    fill: #ff0000 !important;
}

.fixed-button {
    position: fixed;
    bottom: 20px;
    padding: 15px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.whatsapp-button {
    left: 20px;
    background-color: #25d366;
}

.mean-container a.meanmenu-reveal span {
    background: #ffffff;
}

.counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.counter-button {
    background-color: #4e2a2a;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.counter-button:hover {
    background-color: #ddd;
}

.counter-display {
    font-size: 20px;
    font-weight: bold;
    margin: 0 15px;
}

.purchase-button {
    background-color: #ffffff;
    color: rgb(255, 0, 0);
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.purchase-button:hover {
    background-color: #45a049;
}

.purchase-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.counter-button {
    background-color: #92f0ff;
    color: rgb(2, 2, 2);
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
}

.counter-display {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.counter-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

#satinal {
    background-color: #ff0000;
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.card {
    background-color: #1a2331;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card h3 {
    margin-top: 0;
}

.item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.pay-button {
    background-color: #0e2551;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.pay-button:hover {
    background-color: #ff0000;
}

.left {
    align-self: flex-start;
}

.right {
    align-self: flex-end;
}

/*modal*/
.modal-header {
    background-color: #ed1d24;
    color: white;
    text-align: center;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.modal-body {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
}

.modal-footer {
    justify-content: center;
}

.info-text {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

#ara {
    background-color: #ed1d24;
}

.modaltext {
    padding: 20px;
}