.pisell-number-keyboard-modal {
  .ant-moda-content,
  .pisell-lowcode-modal-content {
    background-color: transparent;
  }

  .pisell-lowcode-modal-close {
    display: none;
  }
}

.pisell-number-keyboard-popover {
  .ant-popover-inner,
  .pisell-lowcode-popover-inner {
    background-color: transparent;
  }
}

.pisell-number-keyboard {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 344px;

  &--disabled {
    pointer-events: none;
    opacity: 0.6;
  }

  &-label {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }

  &-error-message {
    user-select: none;
    font-size: 12px;
    color: #d92d20;
    line-height: 18px;
    padding: 0 4px;
  }
}

.pisell-number-keyboard-input-wrapper {
  position: relative;

  .pisell-number-keyboard-error-message {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #f04438;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
