.before-and-after-selection {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}
.before-and-after-selection .signing-prompt {
  color: rgba(0, 0, 0, 0.45);
}
.before-and-after-selection .countersigner_form {
  margin-bottom: 0;
}
.before-and-after-selection .countersigner_form .countersigner_form_btn .form_btn {
  margin-right: 5px;
}
.before-and-after-selection .countersigner_form .countersigner_form_btn .form_btn:nth-last-child(1) {
  margin-right: 0px;
}

.sign-off-method {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}
.sign-off-method .countersigner_form {
  margin-bottom: 0;
}
.sign-off-method .countersigner_form .countersigner_form_btn .form_btn {
  margin-right: 5px;
}
.sign-off-method .countersigner_form .countersigner_form_btn .form_btn:nth-last-child(1) {
  margin-right: 0px;
}

.signed-by {
  margin-bottom: 10px;
}
.signed-by .item-title {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}
.signed-by > .item-select {
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
}
.signed-by > .item-select .item-bat {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.signed-by > .item-select .item-bat:hover span {
  color: #1890ff;
}

.endorsement-review_Mobile .signed-by {
  background-color: #fff;
  padding: 5px 12px;
  margin: 10px 0;
}
.endorsement-review_Mobile .signed-by .item-title {
  margin-bottom: 8px;
  display: inline-block;
}
.endorsement-review_Mobile .before-and-after-selection .signing_method {
  padding: 5px 12px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.endorsement-review_Mobile .before-and-after-selection .signing-prompt {
  padding: 5px 12px;
}
.endorsement-review_Mobile .sign-off-method {
  flex-direction: row;
  background-color: #fff;
  padding: 5px 12px;
  align-items: center;
}
.endorsement-review_Mobile .endorsement-approval {
  background-color: #fff;
  padding: 5px 12px;
  margin-bottom: 10px;
  align-items: center;
}
.endorsement-review_Mobile .endorsement_button {
  padding: 10px 20px;
}
.endorsement-review_Mobile .endorsement_button .Button_Mobile {
  border-radius: 4px;
}

.process_drawer_amis > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text {
  font-size: 14px;
}

.item-select-list-item-content {
  margin-bottom: 5px;
  overflow: auto;
}
.item-select-list-item-content .item-select-tag {
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  background-color: #F2F2F2;
  border-color: transparent;
}
.item-select-list-item-content .item-select-tag .item-select-tag-img {
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-right: 5px;
}
.item-select-list-item-content .item-select-tag .item-select-tag-img svg {
  top: 0;
}
.item-select-list-item-content .item-select-tag .item-select-tag-text {
  max-width: 60px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-select-list-item-content .item-select-tag .item-select-tag-btn {
  transform: rotate(45deg);
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
}
.item-select-list-item-content .item-select-tag:hover {
  background-color: #1890ff;
}
.item-select-list-item-content .item-select-tag:hover .item-select-tag-text,
.item-select-list-item-content .item-select-tag:hover .item-select-tag-btn {
  color: #fff;
}
.item-select-list-item-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.item-select-list-item-content::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.item-select-list-item-content .toggle-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all ease-in 0.2s;
  overflow-y: auto;
  font-size: 14px;
  color: #000;
}
.item-select-list-item-content .toggle-contact .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.item-select-list-item-content .toggle-contact::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.item-select-list-item-content .toggle-contact::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*# sourceMappingURL=index.css.map */