#brand-widget-modal .lgfe-box-text-plain {
    margin-right: 10px;
}

.v-fade {
    display: inherit !important; /* override v-show display: none */

    -webkit-transition: all 0.5s;

    transition: all 0.5s;
}

.v-fade[style*="display: none;"] {
    opacity: 0;

    pointer-events: none; /* disable user interaction */
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; /* disable user selection */
}

.temp-params-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 8px;
}

.temp-params-wrapper .lgfe-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: visible;
}
.temp-params-wrapper .lgfe-select:first-child {
    margin-right: 15px;
}
.temp-params-wrapper .lgfe-select label {
    position: absolute;
    top: -15px;
    font-size: 13px;
    margin-top: 0;
}

.ad-smart-section {
    -webkit-box-shadow: 0px 0px 2px;
            box-shadow: 0px 0px 2px;
    padding: 0.5em 6px;
}
