.ui.multiple.dropdown>.label {
    background: cornsilk;
    border-radius: 10px;
    direction: ltr;
}

form .form-control{
    border-radius: 10px;
}
.ui.search.dropdown{
    border-radius: 10px !important;
}
.ui.search.selection.dropdown>input.search{
    border-radius: 10px;
}

.app-content .wizard > .actions > ul > li > a{
border-radius: 10px !important;
}

.alert-warning{
    border-radius: 10px;
}

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search{
    border-radius: 10px;
}
.input-group .input-group-addon:last-child {

    border-radius: 10px 0px 0px 10px;
}

.modal-content {
    border-radius: 10px;
}
.form-control {
    border-radius: 10px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 10px;
}