.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;
}

#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: rgba(89, 102, 217, 0.2) !important;
}

.twbb-tour-body-class .elementor-control-responsive-switchers__holder,
.twbb-tour-body-class input, .twbb-tour-body-class select, .twbb-tour-body-class textarea, .twbb-tour-body-class .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: rgba(89, 102, 217, 0.0039215686) !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 rgba(89, 102, 217, 0.5019607843);
  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 rgba(89, 102, 217, 0.5019607843);
}

.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/quick_edit.svg);
}

.twbb-tour-guide__title.container_section:before {
  background-image: url(../../images/container_section.svg);
}

.twbb-tour-guide__title.visual_element:before {
  background-image: url(../../images/visual_element.svg);
}

.twbb-tour-guide__title.responsiveness:before {
  background-image: url(../../images/responsiveness.svg);
}

.twbb-tour-guide__title.global_styles:before {
  background-image: url(../../images/global_styles.svg);
}

.twbb-tour-guide__title.publish_website:before {
  background-image: url(../../images/publish_website.svg);
}

.twbb-tour-guide__title.section_generation:before {
  background-image: url(../../images/section_generation.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 rgba(11, 13, 13, 0.8);
}

.twbb-tour-guide__button-loading {
  height: 30px;
  position: relative;
}

.twbb-tour-guide__button-loading span {
  background-image: url(../../images/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: rgba(11, 13, 13, 0.3137254902);
}

.twbb-tour-guide__button-loading.twbb-tour-guide__button_black span {
  background-image: url(../../images/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 rgba(89, 102, 217, 0.2);
}

.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;
}

.twbb-editor-tour-small-notif-main-container {
  font-family: Open Sans, sans-serif;
  position: absolute;
  top: 55px;
  left: 0;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-small-notif-container {
  position: relative;
  width: 360px;
  background-color: #0C0D0E;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-notif-title__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url("../../../assets/images/close_icon_light.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  background-position: center;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-notif-title {
  font-size: 14px;
  line-height: 16px;
  padding-left: 30px;
  color: #FFFFFF;
  margin-bottom: 6px;
  background-image: url("../../../../../assets/images/editor_tour.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  font-weight: 600;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-notif-description {
  font-size: 12px;
  line-height: 18px;
  padding-left: 30px;
  color: #FFFFFF;
  font-weight: 400;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-notif-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.twbb-editor-tour-small-notif-main-container .twbb-editor-tour-notif-button {
  background-color: #FFFFFF;
  color: #0C0D0E;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 0;
  width: 150px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

/*# sourceMappingURL=tour.css.map */
