.formbtn {
  position: fixed;
  bottom: 40px;
  right: 40%;
}
.divbox {
  height: 100%;
  overflow: hidden;
}

.formStyle {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.rolebox {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cardItemData {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 1rem;
  border: 1px solid #b5b8c8;
  margin-bottom: 1rem;
  overflow-x: scroll;
}
.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;
  }
}
.boe {
  border: 1px solid #d9d9d9;
  width: 100%;
}