.ultimate-panel-notice {
    line-height: 20px;
    background-color: #fdf8c0;
    color: #8a6822;
    padding: 10px;
    border-radius: 3px;
}
.ultimate-panel-notice-info {
    line-height: 20px;
    background-color: #53a8e0;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
}
.ultimate-control-type-heading {
    .elementor-control-title {
        position: relative;
        padding: 2px 5px 2px 7px;
        border-left: 3px solid #22a6f2;
    }
}
.ultimate-control-type-heading2 {
    .elementor-control-title {
        position: relative;
        padding-left: 18px;
        &:before,
        &:after {
            position: absolute;
            content: '';
            background: #22a6f2;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
        }
        &:after {
            left: 8px;
        }
    }
}
.ultimate-control-desc {
    --lightC: #f3bafd;
    --lightTextC: #494949;
    --darkC: #fdf8c0;
    --darkTextC: #8a6822;
    .elementor-control-content {
        border: 1px solid light-dark(var(--lightC), var(--darkC));
        border-radius: 3px;
        .elementor-control-field {
            padding: 10px 10px 0;
        }
        .elementor-control-field-description {
            line-height: 20px;
            background-color: light-dark(var(--lightC), var(--darkC));
            color: light-dark(var(--lightTextC), var(--darkTextC));
            font-size: 12px;
            font-style: normal;
            padding: 10px;
        }
    }
}


/* Assgin ultimate Badge On Our Addon */
#elementor-panel-content-wrapper {
    #elementor-panel-elements-wrapper {
        .elementor-element-wrapper {
            .elementor-element {
                .ultimate-badge {
                    display:block;
                    position: relative;
                    padding-top: 10px;
                    &:after {
                        position: absolute;
                        top: -11px;
                        right: 5px;
                        content: "Ultimate";
                        font-size: 8px;
                        font-weight: 600;
                        width: auto;
                        border-radius: 4px;
                        justify-content: center;
                        padding: 4px 5px;
                        text-transform: uppercase;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        background: #22a6f2;
                        color: #fff;
                        font-family: Roboto, sans-serif;
                    }
                }
            }
        }
    }
}