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

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

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

.pisell-phone-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;
  }
}

.pisell-phone-keyboard-input-wrapper {
  position: relative;
}
