/*
* BOOTSTRAB EDITS
*
*/

div[dir='rtl'] .mud-simple-table.mud-table-bordered .mud-table-container table tbody tr td {
    /* border-right:1px solid var(--mud-palette-table-lines); */
    border-left: 1px solid var(--mud-palette-table-lines);
    border-right: unset !important;
}

div.video-me-container {
    width: 20%;
    top: 25%;
    z-index: 5;
}
.video-el {
    width: 100%;
}

    .video-el.video-he {
    }

    .video-el.video-me {
    }



.w-1px {
    width: 1px;
}

/*  MUDBLAZOR   */
.mud-card-actions {
    flex-direction: row-reverse !important;
    padding: 1rem !important;
}

.revers-text {
    direction: ltr;
    text-align: end;
}