﻿.select2-selection {
    height: 58px !important;
}

.select2-selection__rendered {
    padding-top: 15px !important;
}

.add-button {
    margin: 20px 25px 0 0;
}

.table {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* Styles for the content section */
.input-label {
    padding: 1rem 1.75rem !important;
}

.more-image {
    width: 100%;
    height: auto;
}


.remove-basket-row {
    justify-content: center;
    margin: auto;
}

    .remove-basket-row:hover {
        background-color: #f8f9fc00 !important;
    }

.basket-li {
    display: flex;
}

.icon-remove {
    font-size: 34px;
}

.Customer-Modal {
    --bs-modal-width: 70%;
}

table.dataTable thead > tr > th.sorting::after {
    margin: 17px;
}

.dataTables_empty {
    text-align: center;
}

.lessonselect {
    max-height: 320px;
    overflow: auto;
}

.notify-alert {
    z-index: 1200 !important;
}

.invoice-over-due-passed {
    background: #ffeded;
}

.alert {
    z-index: 1200;
}
/* راست‌چین کردن جدول */
table.dataTable {
    direction: rtl;
}
    /* راست‌چین کردن محتوای سلول‌ها */
    table.dataTable td, table.dataTable th {
        text-align: center !important;
    }

