.elementor-2281 .elementor-element.elementor-element-68f9d34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */.oop-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    direction: rtl;
    font-family: Tahoma, sans-serif;
}

.oop-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
}

.oop-table th, .oop-table td {
    border: 1px solid #ccc;
    padding: 8px;
}

.oop-table th {
    background: #f4f4f4;
    font-weight: bold;
}

.status-new {
    color: green;
    font-weight: bold;
}

.status-preparing {
    color: orange;
    font-weight: bold;
}

.status-done {
    color: gray;
    font-weight: bold;
}

.oop-details-row {
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.oop-details-content {
    padding: 15px;
    text-align: right;
}

.oop-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.oop-details-table th, .oop-details-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: right;
}

.oop-filter {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.oop-filter input {
    padding: 8px;
    font-size: 14px;
    width: 300px;
}

.oop-details-btn {
    cursor: pointer;
    padding: 5px 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
}

.oop-details-btn:hover {
    background: #0056b3;
}

.oop-print-btn, .oop-rider-btn, .oop-complete-btn {
    cursor: pointer;
    padding: 5px 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 3px;
    margin: 5px;
}

.oop-print-btn:hover, .oop-rider-btn:hover, .oop-complete-btn:hover {
    background: #218838;
}

.oop-rider-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.oop-rider-section input {
    padding: 8px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .oop-table {
        display: block;
        overflow-x: auto;
    }
    .oop-filter {
        flex-direction: column;
    }
    .oop-filter input {
        width: 100%;
    }
}

/* استایل مدال */
.oop-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.oop-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    text-align: right;
    font-family: Tahoma, sans-serif;
}

.oop-modal-close {
    color: #aaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.oop-modal-close:hover,
.oop-modal-close:focus {
    color: black;
}

#oop-copy-text {
    width: 100%;
    height: 150px;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    direction: rtl;
}

#oop-copy-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#oop-copy-btn:hover {
    background-color: #0056b3;
}/* End custom CSS */