/* Custom css for bPortfolio */
.shortcode_gen {
    margin-top: 20px;
  }
  .shortcode_gen label {
    cursor: pointer;
    font-size: 16px;
    font-style: italic;
  }
  .shortcode_gen span {
    display: block;
    margin: 5px 0;
    background: #5d3dfd;
  }
  .shortcode_gen input[type="text"] {
    font-size: 14px;
    border: none;
    box-shadow: none;
    padding: 4px 8px;
    width: 100%;
    background: transparent;
    color: white;
  }
  