span#wpc-generator{
    cursor: pointer;
}
.wpc.header {
    background-color: #fff;
    margin: 15px auto;
    padding: 5px;
    /* max-width: 800px; */
    text-align: center;
    border-radius: 8px;
    line-height: initial;
}
/* div.wpc-shortcode-generator{
    display: flex;
}*/
div.wpc-shortcode-generator{
    display: flex;
}
.wpc-shortcode-generator.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: unset;
    
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: #FFF;
    
    background: rgb(0 0 0 / 41%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.wpc-shortcode-generator form {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    z-index: 1000000;
    width: 480px;
    /* height: 200px; */
    background-color: #FFF;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 6px;
    margin: 0px auto;
}
.wpc-shortcode-generator label {
    width: 100%;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 300;
}
.wpc-shortcode-generator input {
    padding: 5px;
    width: 100%;
}
.wpc-shortcode-generator button {
    /* display: block; */
    width: -moz-available;
    width: -webkit-fill-available;
    margin: 20px 100px;
    background-color: #07ffaa;
    color: #FFF;
    font-weight: 600;
    border: none 0px;
    padding: 8px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 18%);
}
.wpc-shortcode-field {
    padding: 5px;
    text-align: center;
    background-color: #FFF;
    margin: 20px 0px;
    border-radius: 3px;
}
div.wpc-shortcode-field p {
    display: inline-block;
}
div.wpc-shortcode-field span {
    margin: 0px 10px;
    color: #07FFAA;
}

.wpc-shortcode-generator, .wpc.header {
    filter: drop-shadow(0px 4px 3px rgba(0,0,0,0.10));
}

*::-webkit-scrollbar{
    /* background-color: rgb(209, 209, 209); */
    background-color: transparent;
    width: 18px;
    height: 18px;
}
*::-webkit-scrollbar-thumb{
    background-color: rgb(150, 150, 150);
    border-radius: 100vh;
    border: solid 5px transparent;
    background-clip: content-box;
}
*::-webkit-scrollbar-thumb:active{
    background-color: rgb(70, 70, 70);
}
span#wpc-generator:active .wpc-shortcode-generator{
    display: flex;
}
#shortcode-selectors
{
    margin-top: 5px;
    display: flex;
    flex-basis: 50%;
    justify-content: space-between;
    gap: 15px;
}
#shortcode-selectors > span
{
    width: 100%;
}
#shortcode-selectors > span > select
{
    min-width: -webkit-fill-available;
}