body {
    font-family: 'Arial', sans-serif;
}

.product-image-preview {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}


.jconfirm {
    z-index: 9999; /* قيمة افتراضية لـ Bootstrap */
}

.ts-dropdown {
    z-index: 10000 !important; /* أعلى من المودال */
    position: absolute !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden;
}


/*.ts-wrapper:not(.multi) .ts-control div {*/
/*    position: relative;*/
/*    right: 30px;*/
/*}*/