.pisell-cash-keyboard {
  &-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  &-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  &-intact {
    width: 402px;
    background-color: #fcfcfd;
    display: flex;
    flex-direction: column;
    gap: 8px;

    .pisell-cash-keyboard-title {
      color: '#101828';
    }

    .pisell-cash-keyboard-subtitle {
      color: '#101828';
    }

    &.disabled {
      .pisell-cash-keyboard-intact-container {
        border: 1px solid #d0d5dd !important;
      }
      .pisell-virtual-input-wrapper {
        background-color: #eaecf0 !important;
        border: 0 !important;
        box-shadow: none !important;
      }
    }

    .pisell-cash-keyboard-intact-container {
      width: unset;
      border: 1px solid #7f56da;
      border-radius: 8px;
      padding: 8px;
      display: flex;
      flex-direction: column;
      gap: 4px;

      .pisell-cash-keyboard-intact-container-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 6px 0;

        .pisell-cash-keyboard-intact-container-top-label {
          font-size: 14px;
          color: #667085;
        }

        .pisell-cash-keyboard-intact-container-top-value {
          font-size: 18px;
          font-weight: bold;
          color: #475467;
          flex: 1;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
        }
      }
    }
  }

  &-simple {
    padding: 10px;
    width: 360px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(
      --pisell-pro-price-keyboard-wrapper-bg-color,
      #eaecf0
    );

    .pisell-cash-keyboard-title {
      color: var(--pisell-pro-price-keyboard-title-color, #101828);
    }
    .pisell-cash-keyboard-subtitle {
      color: var(--pisell-pro-price-keyboard-subtitle-color, #667085);
    }
  }
}

.pisell-case-keyboard-simple-modal {
  .pisell-lowcode-modal-content {
    background-color: transparent;
  }

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