.table>:not(:last-child)>:last-child>*{
    border-bottom-color: transparent;
}
.dtr-details{
    text-align: left;
}
.rtl .dtr-details{
    text-align: right;
}


.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{
    margin-right: auto !important;
    margin-left: 0 !important;
}
.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{
    margin-left: auto !important;
    margin-right: 0 !important;
}

.bg-custom-dark{
    background-color: #313a55 !important;
}

.el-select__wrapper {
    min-height: 40px !important;
    border: 1px solid var(--layoutsborder) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
    float: none !important;
}



