.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;
}

.card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #fff;
}
.card-orange {
    background-color: #ff7f3f;
}
.card-blue {
    background-color: #0d6efd;
}
.card-green {
    background-color: #198754;
}
.card-brown {
    background-color: #d39e00;
}
.card-red {
    background-color: #dc3545;
}



