
.custom-admin-background{
    background: linear-gradient(
        to right,
        #111827,
        #39548e,
        #4f75c5,
        #5d8ae9
    );
}
.modal .modal-dialog.modal-xlg {
    width: 800px !important;
}

.modal-xxlg{
    width: 1200px !important;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
    max-height: 170px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */
.modal_img {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.navbar {
    padding: 0 !important;
}
.user-panel{
    display: flex;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close_img_modal {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.close_img_modal:hover,
.close_img_modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.sort-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sort-icons i:first-child {
    margin-bottom: -2px;
}

.sort-icons i:last-child {
    margin-top: -2px;
}

.sort-icons i {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}
.flex-th .th-name{
    cursor: pointer;

}
.flex-th{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.delete-post-image{
    display: flex;
    justify-content:center;
    align-items:center;
}
.main_image_labels{
    position:absolute;
    bottom:-6px;
    left:0;
    padding:2px 6px;
    background-color:#074332;
    color:#fff;
    font-weight:bold;
    text-align: center;
    border-radius:10px;
    z-index: 999;
    display:none;
}
.back_image_label{
    position:absolute;
    bottom:20px;
    left:0;
    padding:2px 6px;
    background-color:#e74c3c;
    color:#fff;
    font-weight:bold;
    text-align: center;
    border-radius:10px;
    z-index: 999;
    display:none;
}
.page-link{
    font-size:20px;
}


.disabled_element{
    pointer-events: none;
    opacity: 0.6 !important;
}

.main-logo{
    border-radius: 10000px;
}


.status-label {
    background-color: #bdc3c7;
    color: #fff;
    padding: 2px 5px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
}

.status-labels-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    min-width: 300px;
}
.order-items-list {
    padding-inline-start: 0;
    max-height: 400px;
    overflow-y: auto;
    min-width: 200px;
}
.order-items-list li{
    margin-top: 3px;
    padding-top: 3px;
    border-top: .5px solid #bdc3c7;
}


.accepted-status-selected {
    background-color: #0fb9b1 !important;
}

.pending-status-selected {
    background-color: #f1c40f !important;
}

.rejected-status-selected {
    background-color: #c0392b !important;
}


.in_progress-status-selected {
    background-color: #e67e22 !important;
}

.delivered-status-selected {
    background-color: #27ae60 !important;

}

.paid-status-selected {
    background-color: #2980b9 !important;

}
.swal2-title{
    line-height: 30px!important;
}
.restaurant-stars-rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.star{
    color: #f1c40f;
    font-size: 20px;
}
.table-report img{
    width: 100px;
}

.restaurant-description-td{
    min-width: 300px;
}

.btn-logo{
    width: 30px!important;
    box-shadow: none !important;
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right{
    z-index: 999999!important;
}
.login-actions-container{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}
.site-order-types-list {
    max-height: 200px;
    overflow-y: auto;
}
.site-order-types-list li{
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.order-type-config-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.xdsoft_datetimepicker{
    z-index: 999999!important;
}
.cron-list{
    max-height: 500px;
    overflow-y: auto;
}
.cron-list li{
    border-bottom: 1px solid darkgrey;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 4px;
}
#image_preview{
    margin: 0 auto;
}
.product-status-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}

.color-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #000;
}

.selected-color{
    border: 2px solid rgba(231, 76, 60,1.0);

}

.text-shadow{
        text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
