@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-drawer-header {
    position: unset !important;
  }

  &-drawer-header-close-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 1;
  }

  &-drawer-outside-wrap {
    position: absolute;
    padding: 10px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
  }

  &-drawer-outside-wrap-right {
    left: -82px;
  }

  &-drawer-outside-action-wrap {
    width: 56px;
    height: 56px;
    border-radius: 99px;
    background: var(--base-white, #fff);
    transition: background 300ms ease;
    box-shadow: 0px 4px 8px 0px rgba(13, 22, 25, 0.02),
      0px 12px 20px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    cursor: pointer;

    &:hover {
      background: #e8e8ee;
    }

    .anticon {
      font-size: 20px;
    }
  }

  &-drawer-outside-action-wrap:last-child {
    margin-bottom: 0;
  }

  &-drawer-outside-action-active {
    background: var(--Primary-200, #E9D7FE) !important;
  }
}


.@{pisell-prefix}-basic-drawer-root {
  .@{pisell-prefix}-drawer-header {
    position: relative !important;
  }
}