html {
    direction: rtl;
}

body {
    text-align: right;
}

.formcomponents .formcomponent {
    text-align: right;
}

.choices__item--selectable {
    padding-right: 30px
}

.tab-pane span {
    margin: 0 20px 0 10px;
}

.formio-dialog.formio-dialog-theme-default .formio-dialog-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: unset;
}

.choices__input {
    text-align: right;
}

.drag-container i:hover {
    cursor: pointer;
}

body > div:nth-child(5) > div > div.formio-dialog-content > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > div {
    display: none;
}
