.twbb-tour-main-overlay {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}
.twbb body,.twbb-height-auto {
    height: auto !important;
}
.twbb-tour-body-class .twbb-tour-main-overlay {
    display: block;
}
.twbb-tour-overlay-preview-part {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #5966D9;
    opacity: 20%;
}
#elementor-editor-wrapper-v2 header.twbb-change-bg-color {
    background-color: rgb(22,22,41);
}
.twbb-tour-preview-highlighted-part {
    background-color: white;
    border-radius: 6px;
    position:fixed;
}

.elementor-element-editable.twbb-highlighted-element:before {
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(../../images/text_editor_icon.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    content: '';

}

.twbb-tour-body-class #elementor-panel-inner,
.twbb-tour-body-class #elementor-panel-inner #elementor-panel-header * {
    background-color: #5966D933 !important;
}
.twbb-tour-body-class .elementor-control-responsive-switchers__holder,
.twbb-tour-body-class input, select, textarea, .e-input-style,
.twbb-tour-body-class #elementor-panel-inner #elementor-panel-header,
.twbb-tour-body-class #elementor-panel-inner #elementor-panel-header #elementor-panel-header-title,
.twbb-tour-body-class #elementor-panel-elements-search-area {
    background-color: #5966D901 !important;
}
.twbb-tour-body-class #elementor-panel-content-wrapper #elementor-controls .elementor-control-section_editor,
.twbb-tour-body-class #elementor-panel-content-wrapper #elementor-controls>div:nth-child(1) {
    border: 1px solid blue;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    margin: 0 5px;
    background-color: var(--e-a-bg-default);
}
.twbb-tour-body-class #elementor-panel-content-wrapper #elementor-controls>div:nth-child(2) {
    border: 1px solid blue;
    border-top: 0;
    margin: 0 5px;
    border-bottom: 0;
    background-color: var(--e-a-bg-default);
}
.twbb-tour-body-class #elementor-panel-content-wrapper #elementor-controls>div:nth-child(3) {
    border: 1px solid blue;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    margin: 0 5px;
    background-color: var(--e-a-bg-default);
}
.twbb-tour-guide__container {
    width: 360px;
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 0 20px #5966D980;
    border-radius: 6px;
    color: #0B0D0D;
    padding: 25px;
}
.twbb-tour-guide__steps {
    font: normal normal 600 12px/20px Open Sans, Sans-serif;
    letter-spacing: 0.1px;
    opacity: 0.5;
    margin-bottom: 10px;
}
.twbb-tour-guide__video {
    position:relative;
    margin-bottom: 20px;
    z-index: 9;
}
.twbb-tour-guide__video-zoomed {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 616px;
    height: 344px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px #5966D980;
}
.twbb-tour-guide__title {
    position: relative;
    font: normal normal bold 14px/20px Open Sans, Sans-serif;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    padding-left: 26px;
}
.twbb-tour-guide__title.twbb-no-icon {
    padding-left: 0;
}
.twbb-tour-guide__title:before {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
}
.twbb-tour-guide__title.quick_edit:before {
    background-image: url(../../images/tour_assets/quick_edit.svg);
}
.twbb-tour-guide__title.container_section:before {
    background-image: url(../../images/tour_assets/container_section.svg);
}
.twbb-tour-guide__title.visual_element:before {
    background-image: url(../../images/tour_assets/visual_element.svg);
}
.twbb-tour-guide__title.responsiveness:before {
    background-image: url(../../images/tour_assets/responsiveness.svg);
}
.twbb-tour-guide__title.global_styles:before {
    background-image: url(../../images/tour_assets/global_styles.svg);
}
.twbb-tour-guide__title.publish_website:before {
    background-image: url(../../images/tour_assets/publish_website.svg);
}
.twbb-tour-guide__description {
    font: normal normal normal 14px/20px Open Sans, Sans-serif;
    letter-spacing: 0;
    padding-left: 26px;
}
.twbb-tour-guide-desc__special {
    min-height: 60px;
}
.twbb-tour-guide__buttons {
    margin-top: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.twbb-tour-guide__buttons.twbb-tour-guide-row {
    flex-direction: row;
    justify-content: right;
}
.twbb-tour-guide__buttons.twbb-tour-guide-column {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.twbb-tour-guide__button {
    cursor: pointer;
}
.twbb-tour-guide__button.twbb-button-invisible {
    display: none;
}
.twbb-tour-guide__button_medium {
    width: 150px;
}
.twbb-tour-guide__button_small {
    width: 100px;
}
.twbb-tour-guide__button_black {
    padding: 6px;
    font: normal normal 600 12px/18px Open Sans, Sans-serif;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    border-radius: 6px;
    background-color: #0B0D0D;
}
.twbb-tour-guide__button:hover {
    opacity: 80%;
}
.twbb-tour-guide__button_grey {
    padding: 6px;
    border-radius: 6px;
    font: normal normal 600 12px/18px Open Sans, Sans-serif;
    letter-spacing: 0.1px;
    color: #0B0D0D;
    border: 1px solid #0B0D0DCC;
}
.twbb-tour-guide__button-loading {
    height: 30px;
    position: relative;
}
.twbb-tour-guide__button-loading span {
    background-image: url(../../images/tour_assets/loader_dark.svg);
    animation: rotation 1s infinite linear;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 8px;
    left: 43px;
}
.twbb-tour-guide__button-loading.twbb-tour-guide__button_black {
    background-color: #0B0D0D50;
}
.twbb-tour-guide__button-loading.twbb-tour-guide__button_black span {
    background-image: url(../../images/tour_assets/loader_light.svg);
}







/*quick edit css*/
.twbb-highlighted-element {
    border-radius: 6px;
    border: 2px solid #5966D9;
    padding: 10px;
    z-index: 100;
}
.twbb-highlighted-element .elementor-widget-container {
    -webkit-box-shadow: 0 0 0 1px #60CCA6;
    box-shadow: 0 0 0 1px #60CCA6;
}
.twbb .elementor-edit-area-active .elementor-widget.elementor-element-editable.twbb-highlighted-element {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*containers Section*/
#elementor-panel-category-layout.twbb-containers-highlighted,
#elementor-panel-category-basic.twbb-containers-highlighted,
.twbb-containers-highlighted {
    border: 1px solid #5966D9;
    border-radius: 6px;
    margin: 10px;
    background-color: var(--e-a-bg-default);
}

#elementor-panel-inner.twbb-containers-highlighted {
    margin: 3px;
}

/*widget highligeted */
.twbb-widget-highlighted {
    border: 2px solid #5966D9;
    border-radius: 6px;
    background-color: var(--e-a-bg-default);
}
.twbb-highlighted-mui-paper {
    border: 1px solid #5966D9;
    border-radius: 6px !important;
    box-shadow: 0 5px 25px #5966D933;
}
.twbb-highlighted-header-part {
    border: 1px solid #5966D9;
    border-radius: 6px;
    background-color: black;
}
.twbb-top-bar-highlighted-sections {
    position: absolute;
    top: 2px;
    border-radius: 6px;
    border: 2px solid #5966D9;
    background-color: black;
}

.twbb-tour-guide__video-zoomed .twbb-tour-zoom_in {
    display: none;
}

.twbb-tour-zoom_in {
    bottom: 12px;
    right: 12px;
    position: absolute;
    background-image: url(../../images/zoom_in.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    content: '';
    cursor: pointer;
}
