.op3-element[data-op3-element-type="select"] {
    &:first-child {
        margin-top: 0;
    }

    &:last-child {
        margin-bottom: 0;
    }

    .op3-element-select-wrapper {
        display: block;
        max-width: 100%;
        margin: 0;
        padding: 0;
        color: inherit;
        font-weight: inherit;
    }

    .op3-element-select-label {
        font-size: 16px;
        opacity: 0.8;
    }

    .op3-element-select-edit {
        display: flex;
        flex-direction: row;
        position: relative;
        font-size: 18px;
        align-items: center;
        padding: 5px 10px;
        cursor: default;
        z-index: 0;

        [data-op3-background="overlay"] {
            z-index: -1;

            &::before,
            &::after {
                background: #fff;
            }
        }

        [data-op3-element-container],
        [data-op3-border] {
            border: 1px solid #e8e8e8;
        }

        [data-op3-border] {
            border-radius: 3px;
        }
    }

    .op3-element-select-edit-text {
        display: block;
        flex-grow: 1;
        margin: 0;
        padding: 0;
        height: 1.5em;
        line-height: 1.5;
        background: transparent;
        border: 0 none;
        outline: 0 none;
        font-family: inherit;
        font-weight: inherit;
        text-transform: inherit;
        text-decoration: inherit;
        text-align: inherit;
        // color: inherit;
        overflow: hidden;
        letter-spacing: inherit;
    }

    select {
        z-index: 1;
        outline: none;
        box-shadow: none;
        background: none;
        border: 0 none;
        width: 100%;

        /*
        &:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 currentColor;
        }
        */
      }

}

@supports (-moz-appearance:none) {
    .op3-element[data-op3-element-type="select"]  select {
        -moz-appearance:none !important;
        background: transparent url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
        background-position: calc(100% - 5px) center !important;
    }
}
