.lark-multiple-action-enable .multiple-action .action__checkbox {
   display: none;
}

.lark-multiple-action-enable .multiple-action .action__label {
   display: block;
   border-radius: 3px;
   color: #70738f;
   text-align: center;
   font-weight: bold;
   /* background-color: #edeef8; */
   background-position: center center;
   background-size: contain;
   width: 22px;
   height: 22px;
   font-size: 19px;
   line-height: 22px;
}

.lark-multiple-action-enable .multiple-action .action__label.active {
   background-image: url("./images/icon/checkbox-on.svg");
   background-size: 12px;
   background-repeat: no-repeat;
   background-position: center;
}
.catalog-top-list {
   margin-left: 5px;
   /* margin-bottom: 10px; */
}
.larklist .multiple-action .action__label,
.larktable .multiple-action .action__label {
   position: absolute;
   top: 10px;
   left: 10px;
   width: 13px;
   height: 13px;
   border: 1px solid #575b71;
   z-index: 2;
}

.larktable .multiple-action .action__label {
   position: relative;
   top: 0;
   left: 0;
}
.catalog-item-card-head {
   width: 100%;
   display: flex;
   align-items: center;
    justify-content: space-between;
   gap: 10px;
}

.catalog-item-card-head-block-1 {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
}

.catalog-item-card-head-block-2 {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
}