.divBox { // display: flex; width: 100%; flex-wrap: wrap; border: 1px solid #c2cdfd; border-radius: 5px; margin-top: 20px; min-height: 50px; padding: 0 10px 10px 20px; .ant-checkbox-wrapper { background-color: #fff; } .topCheckbox { height: 20px; margin: -10px 0 0 0px; line-height: 20px; } .topCheckbox>label :hover { font-weight: 600; } .checkdiv { display: flex; flex-wrap: wrap; // margin-left: 20px; // justify-content: space-between; } } .divSingle { border: none; margin-top: 20px; padding-left: 20px; min-width: 180px; flex-grow: 0; flex-shrink: 0; // flex:0 0 auto; // flex-basis: auto; margin-right: 10px; background: transparent; } .isSearch { color: red; background-color: yellow; } .boldLabel { font-size: 15px; font-weight: bold; background-color: #fff; } .btnBox { position: absolute; top: 0; right: 0px; // background-color: #fff; // width: 20%; height: 40px; padding: 0 20px; display: flex; justify-content: flex-end; align-items: center; }