.wppsgs--shortcode-postbox {
    background: transparent;
    border: none;
}
.wppsgs--shortcode-postbox .wppsgs-nav-background {
    display: none;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal {
    width: 100%;
    margin: 25px 2px;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.wppsgs--shortcode-postbox .handle-actions {
    display: none;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal>ul li a {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.wppsgs--shortcode-postbox .wppsgs-nav ul li a {
    background-color: transparent;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #a8a7be;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background: #fff;
    filter: drop-shadow(0px 2px 2px rgba(223, 223, 249, 0.42));
    display: flex;
    justify-content: center;
    align-items: center;
}
.wppsgs--shortcode-postbox .wppsgs-nav ul li a:hover {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal>ul li .wppsgs-active {
    border: none;
    background: #6e42d3;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal>ul li .wppsgs-active:hover {
    background-color: #6e42d3;
    color: #fff;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal>ul li svg {
    width: 18px;
    height: 18px;
    fill: #a8a7be;
}
.wppsgs-theme-light .wppsgs-nav ul li a:hover:not(.wppsgs-active) svg {
    fill: #111;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal>ul li .wppsgs-active svg {
    fill: #fff;
}
.wppsgs--shortcode-postbox .wppsgs-nav-normal+.wppsgs-content {
    margin-left: 0;
}
.wppsgs--shortcode-postbox input[type=text],
.wppsgs--shortcode-postbox input[type=url],
.wppsgs--shortcode-postbox textarea {
    border: 1px solid #e5e8f3;
}
.wppsgs-section-title {
    background-color: #f8f5fd;
}
.wppsgs--shortcode-postbox .wppsgs-section {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.wppsgs--shortcode-postbox .wppsgs-field+.wppsgs-field {
    border: none;
}
.wppsgs--shortcode-postbox .wppsgs-title h4 {
    margin: 0;
    color: #3c4863;
    font-size: 14px;
}
.wppsgs--shortcode-postbox input[type=checkbox]:focus,
.wppsgs--shortcode-postbox input[type=radio]:focus {
    border-color: #6e41d3;
    box-shadow: 0 0 0 1px #6e41d3;
}
.wppsgs--shortcode-postbox input[type=radio]:checked::before {
    background-color: #5027af;
}
.wppsgs--shortcode-postbox h2.hndle.ui-sortable-handle {
    pointer-events: none;
}
/* Switcher */
.wppsgs-field-switcher .wppsgs--switcher {
    background-color: #f7f7fa;
    border: 1px solid #e6e6ec;
    transition: all 0.3s ease;
}
.wppsgs-field-switcher .wppsgs--active {
    background: #6e41d3;
}
.wppsgs--off {
    color: gray !important;
}
.wppsgs-field-switcher .wppsgs--active .wppsgs--ball {
    background-color: #ffffff;
}
.wppsgs-field-switcher .wppsgs--ball {
    background-color: #e1e1e1;
}
/* Slider */
.wppsgs--shortcode-postbox .wppsgs-field-slider .wppsgs-fieldset .wppsgs--wrap {
    width: 50%;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
/* Header */
.wppsgs--shortcode-postbox .postbox-header .hndle {
    justify-content: left;
    gap: 20px;
    font-size: 27px !important;
    background: rgb(103 58 183 / 5%);
    color: rgb(103 58 183 / 90%);
    padding: 30px !important;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}
.wppsgs--shortcode-postbox .postbox-header .hndle img {
    width: 50px;
    height: auto;
    border-right: 1px solid rgb(255 255 255 / 70%);
    padding-right: 25px;
}

/* Used Fields */
.wppsgs--shortcode-postbox .wppsgs-layout-select img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Ajax Multi Select Form */
.wppsgs--shortcode-postbox .chosen-container-multi .chosen-choices {
    min-height: 56px;
    max-width: 300px;
}
.wppsgs--shortcode-postbox .wppsgs-field .chosen-container-multi .ui-sortable li.search-choice span {
    white-space: pre-wrap;
}
.wppsgs--shortcode-postbox li.search-choice a.search-choice-close {
    border-left: 1px solid rgb(153 153 153 / 0.4) !important;
}
.wppsgs--shortcode-postbox li.search-choice:hover a.search-choice-close {
    background: rgb(195 196 199 / 0.7) !important;
    color: rgb(214 54 56 / 0.70) !important;
}

/* Select + Button Set Colors */
.wppsgs--shortcode-postbox .wppsgs-field-image_select figure:before {
    background-color: #6e42d3;
}
.wppsgs--shortcode-postbox .wppsgs-field-image_select .wppsgs--active figure {
    border-color: #6e42d3;
}
.wppsgs--shortcode-postbox .wp-core-ui select {
    color: #6e42d3;
    border-color: #6e42d3;
}
.wppsgs--shortcode-postbox .wppsgs-field-button_set .wppsgs--active, .wppsgs-field-button_set .wppsgs--active:hover {
    border-color: #5027af;
    background-color: #6e42d3;
}
.wppsgs--shortcode-postbox .chosen-container-active .chosen-choices {
    border: 1px solid #6e42d3;
}
.wppsgs--shortcode-postbox .chosen-drop {
    max-width: 300px;
}
.wppsgs--shortcode-postbox input[type=number] {
    padding-right: 0px;
}
.wppsgs-border-after-fields .wppsgs-field.wppsgs-field-color:not(:last-child) {
    border-bottom: 1px solid #eee !important;
}

/* Disable Field (PRO)*/
.wppsgs-disable-field .wppsgs-fieldset {
    pointer-events: none;
    opacity: .5;
}

/* Shortcode Field */
.wppsgs--shortcode-postbox .postbox-header {
    border-bottom: 1px solid #ddd;
    background-image: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #c2d4dd);
}
.wppsgs-shortcode-input-group input[type=text] {
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #5027af;
    vertical-align: middle;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    width: 100%;
    text-align: center;
}
.wppsgs-shortcode-input-group input[type="text"]:focus {
    border-color: #51a7e8;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(81,167,232,.5);
}
.wppsgs-shortcode-btn {
    position: relative;
    display: inline-block;
    padding: 7px 11px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: linear-gradient(#fcfcfc,#eee);
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    outline: none;
    min-width: 50px;
}
.wppsgs-shortcode-btn:hover {
    background-image: linear-gradient(#eee,#ddd);
}
.wppsgs-shortcode-btn:active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #51a7e8;
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%);
}
.wppsgs-shortcode-btn svg {
    width: 18px;
    height: 18px;
    fill: #5027af;
}

.wppsgs-shortcode-input-group-button {
    position: relative;
}
.tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.tooltip-bottom {
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}
span.wppsgs-shortcode-input-group-button:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.wppsgs-shortcode-input-group {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}