#screen-modal-form-asyncAttributeModel fieldset>div{
    display: block !important;
    padding-top: 0 !important;
}
#screen-modal-form-asyncAttributeModel fieldset>div:after {
    clear: both;
    content: "";
    display: block;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group{
    display: block;
    position: relative;
    flex: none;
    width: 240px;
    float: left;
    cursor: pointer;
}
#screen-modal-form-asyncAttributeModel fieldset .form-label{
    display: block;
    padding-left: 24px;
    padding-right: 8px;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group:first-child {
    width: 100%;
    position: sticky;
    top: -15px;
    background-color: #fff;
    z-index: 1;
    padding-top: 15px;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group:first-child .form-label{
    padding: 0;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group:first-child select.form-control{
    width: 100% !important;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group:first-child .form-control{
    max-width: 100%;
}
#screen-modal-form-asyncAttributeModel fieldset .form-group:first-child .select2{
    max-width: 100%!important;
}

#screen-modal-form-asyncAttributeModel .modal-body,
#screen-modal-form-asyncJobModal .modal-body{
    height: 70vh;
    overflow-y: auto;
}

#screen-modal-form-createBrandModel select.form-control,
#screen-modal-form-asyncEditBrandModal select.form-control{
    width: 100% !important;
}
#screen-modal-form-createBrandModel .form-control,
#screen-modal-form-asyncEditBrandModal .form-control{
    max-width: 100%;
}
#screen-modal-form-createBrandModel .select2,
#screen-modal-form-asyncEditBrandModal .select2{
    max-width: 100%!important;
}
td[data-column="tac-vu"] .form-group .col-12{
    padding: 0;
}
td[data-column="tac-vu"] .form-group .col-12 .btn-link{
    display: inline-block;
    padding: 1px 5px 5px 2px;
}