.form-actions {
    border: none;
}

.sortable-options.ui-sortable li {
    display: flex;
}

html[dir='rtl'] #fb-editor {
    text-align: start;
}
 #fb-editor{
    border: 3px dashed #737373;
}
html[dir='rtl'] #fb-editor .form-group {
    display: flex !important;
}

html[dir='rtl'] #fb-editor .input-control {
    text-align: right !important;
}


li.ui-sortable-handle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}


.table-container table{
    border: 1px solid #eaeaea;
    padding: 10px;
    text-align: center!important;
}
.daily-tasks th div:not(.p){
    display: inline-block!important;
}
.daily-tasks td div:not(.p){
    display: inline-block!important;
}
*{
font-family: var(--font-family),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
