body>#standalone-container {
margin: 50px auto;
max-width: 720px;
}

#editor-container {
height: 350px;
}
div.bootstrap-tagsinput {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 10px;
}

div.bootstrap-tagsinput input {
    line-height: 46px;
}

span.tag {
    color: black !important;
}

span.label {
    color: black !important;
}

span.label-info {
    color: black !important;
}
.nice-select{
    line-height:unset !important;
    display:flex;
}
input{
    border: radius 40px !important;
}
.form-control{
    border-radius:40px !important;
}
.card{
    border-radius:40px !important
}