.Vue-Toastification__toast-body {
    font-family: vazir !important;
}

.Vue-Toastification__toast {
    padding: 12px 15px 18px 12px !important;
    min-height: 40px !important;
    display: flex;
    align-items: center;
}

.Vue-Toastification__container.bottom-left {
    direction: ltr;
}

.btn-label {
    font-family: vazir;
}

.tooltip {
    font-family: vazir !important;
}

.menu-caption {
    color: #989898;
}

.tree-container {
    max-height: 300px;
    overflow-y: auto;
}

ul.summary-errors {
    background: #ffecec;
}

ul.summary-errors li {
    margin-bottom: 0.5rem;
}

ul.summary-errors li i {
    margin-left: 0.65rem
}

ul.summary-errors li:last-child {
    margin-bottom: 0;
}

table .spinner-border {
    border-width: 4px !important;
}

.overlay-layer {
    z-index: 99;
}

.blur-back {
    filter: blur(2px);
}

.loading-box .spinner-border {
    border-width: 4px !important;
}

.Vue-Toastification__toast-body {
    font-size: 14px !important;
}

table {
    background-color: var(--customized-table-color-1);
    border-radius: var(--bs-card-border-radius);
}

table.table.info-table {
    background-color: white !important;
}

table thead tr {
    background-color: var(--customized-table-color-2) !important;
}

table .menu-link, table .menu-link-drp {
    border: 1px solid #dddddd !important;
    padding: 0.55rem !important;
}

table .menu-link span, table .menu-link-drp span {
    vertical-align: middle;
    margin: 0 !important;
}

table .menu-link span i, table .menu-link-drp span i {
    vertical-align: middle;
    margin: 0 !important;
}

:root {
    --customized-main-color: #131313;
    --customized-table-color-1: #e8f3f3;
    --customized-table-color-2: #94c1cb;
    --customized-table-color-3: #c6e6ed;
}