.widget-editor .modal-backdrop.show{
    opacity: .3;
}

.live-preview-container {
    position: sticky;
    top: 0;
    margin-bottom: 8px;
}

.live-preview-container .live-preview .widget-item{
    border-radius: 25px;
    position: relative;
}

.live-preview-container .live-preview .widget-item .text-excerpt{
    margin-left: 35px;
    margin-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-preview-container .live-preview .widget-item .widget-button-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    margin-left: 8px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.live-preview-container .live-preview .widget-item .widget-button-icon .button-icon-img {
    width: 100%;
    margin: auto;
    padding: 5px;
    border-radius: 50%;
}

.widget-modal-popup .modal-body{
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.preview-button-animation{
    background-color: #000000;
    width: 30px;
    border-radius: 20px;
    height: 20px;
    display: block;
}

.live-preview-container .live-preview .widget-item{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.live-preview-container .live-preview .widget-item.button-highlight{
    padding-top: 14px;
    padding-bottom: 14px;
}

#widgetList .widget-items > .remove_handle {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    cursor: pointer;
}