#elementor-editor-wrapper.twbb-animate-sidebar-open {
  background-color: #333;
}

header > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  width: max-content;
}
header > div > div:nth-child(1) .MuiGrid-container:nth-child(1) {
  display: contents;
}

.twbb-sg-header-button-container {
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
}
.twbb-sg-header-button-container:not(.selected):hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.twbb-sg-header-button-container.selected {
  background-color: rgba(255, 255, 255, 0.16);
}
.twbb-sg-header-button-container .twbb-sg-header-button {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  display: flex;
  font-weight: 500;
  text-align: left;
  color: white;
  letter-spacing: 0.1px;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  gap: 2px;
}
.twbb-sg-header-button-container .twbb-sg-header-button img {
  margin-right: 2px;
}

.twbb-sg-header-button-container.disabled,
body.elementor-editor-kit .twbb-sg-header-button-container {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}

.twbb-sg-sidebar {
  background-color: #1F2124;
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  width: 522px;
  height: calc(100% - 48px);
  z-index: 999;
  display: block;
}
.twbb-sg-sidebar:not(.twbb-highlighted-header-part) {
  border-radius: 0;
}
.twbb-sg-sidebar .twbb-sg-sidebar-header {
  text-align: center;
  padding: 14px 0;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #333438;
  position: relative;
}
.twbb-sg-sidebar .twbb-sg-sidebar-header .twbb-sg-sidebar-header-close {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 14px;
  height: 14px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s;
}
.twbb-sg-sidebar .twbb-sg-sidebar-header .twbb-sg-sidebar-header-close:before {
  content: "\e87f";
  font-size: 19px;
  cursor: pointer;
  line-height: 40px;
  font-family: eicons;
  position: relative;
  top: -13px;
  right: 2px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #FFFFFF;
}
.twbb-sg-sidebar .twbb-sg-sidebar-header .twbb-sg-sidebar-header-close:hover:before {
  color: #d5d8dc;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content {
  background-color: #1F2124;
  display: flex;
  flex-direction: row;
  height: calc(100% - 47px);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-loading-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-loading-content .twbb-sg-sidebar-empty-loading {
  width: 26px;
  height: 26px;
  background: url("../images/loader.svg") no-repeat center;
  background-size: 26px;
  animation: rotation 1s infinite linear;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-loading-content > span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 8px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 360px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content .twbb-sg-sidebar-empty-info,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content .twbb-sg-sidebar-empty-info {
  background: url("../images/info.svg") #FFFFFF no-repeat center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content .twbb-sg-sidebar-empty-info-title,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content .twbb-sg-sidebar-empty-info-title {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  margin: 10px 0 4px 0;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content .twbb-sg-sidebar-empty-info-descr,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content .twbb-sg-sidebar-empty-info-descr {
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content .twbb-sg-sidebar-empty-info-descr > a,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content .twbb-sg-sidebar-empty-info-descr > a {
  text-decoration: underline;
  color: #FFFFFF;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content .twbb-sg-sidebar-empty-info-descr > a:hover,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-error-content .twbb-sg-sidebar-empty-info-descr > a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-empty-reload-content {
  width: 280px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu {
  width: 132px;
  padding: 20px 0;
  border-right: 1px solid #3C3F43;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu::-webkit-scrollbar {
  width: 3px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu::-webkit-scrollbar-thumb:hover {
  background: #464646;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul {
  padding: 0 6px;
  gap: 2px;
  display: flex;
  flex-direction: column;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item {
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 6px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item[data-type=all] {
  line-height: 0;
  padding: 0;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item[data-type=generate-with-ai] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item[data-type=generate-with-ai] img {
  width: 16px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item.selected {
  background-color: rgba(255, 255, 255, 0.0588235294);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul li.twbb-sg-navigation-item:not(.selected):hover {
  background-color: rgba(255, 255, 255, 0.0196078431);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigator-menu .twbb-sg-sidebar-navigator-menu-ul .twbb-separator-sg-types {
  display: list-item;
  padding: 12px 10px 2px 24px;
  border-top: 1px solid #3C3F43;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  opacity: 50%;
  background-image: url("../images/basket.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 10px 16px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container {
  width: 390px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-some-section-in-process .custom-select-opener {
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  background: rgba(255, 255, 255, 0.0509803922) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-some-section-in-process .custom-select-opener:before {
  opacity: 20% !important;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-some-section-in-process .twbb-sg-description-content {
  border: 1px solid rgba(255, 255, 255, 0.1019607843) !important;
  background: rgba(255, 255, 255, 0.0509803922) !important;
  color: rgba(255, 255, 255, 0.2) !important;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-some-section-in-process .twbb-sg-description-content textarea {
  color: rgba(255, 255, 255, 0.2) !important;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container:not(.twbb-sg-sidebar-navigated-contents-container-ai-generated) {
  padding: 20px 15px 0 15px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-header-button_types,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content-description,
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content:not(.twbb-sg-sidebar-generated-with-ai) {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai {
  position: relative;
  visibility: visible;
  top: unset;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-general-description {
  padding: 15px 10px;
  margin-bottom: 20px;
  background-color: rgba(51, 57, 241, 0.2);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-general-description .twbb-generate-with-ai-general-description-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-general-description .twbb-generate-with-ai-general-description-title img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-general-description .twbb-generate-with-ai-general-description-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 20px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input {
  padding: 0 15px;
  margin-bottom: 30px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
  align-items: center;
  display: flex;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title span.twbb-sg-describe-info-container img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  opacity: 80%;
  cursor: pointer;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title span.twbb-sg-describe-info-container .twbb-sg-describe-info {
  display: none;
  position: absolute;
  width: 220px;
  padding: 16px;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 6px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  top: 22px;
  left: 5px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title span.twbb-sg-describe-info-container:hover {
  position: relative;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title span.twbb-sg-describe-info-container:hover img {
  opacity: 100%;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-generate-with-ai-input-title span.twbb-sg-describe-info-container:hover .twbb-sg-describe-info {
  display: block;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-opener {
  border-radius: 6px;
  padding: 11px 16px 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-opener::before {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/select_arrow.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
  top: calc(100% - 25px);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-panel {
  background-color: #1F2124;
  top: calc(100% + 5px);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-panel::-webkit-scrollbar {
  width: 3px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-panel::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-panel::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-panel::-webkit-scrollbar-thumb:hover {
  background: #464646;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container.is-disabled {
  opacity: 1;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container.is-disabled .custom-select-panel {
  display: none;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container.is-open:not(.is-disabled) .custom-select-panel {
  background-color: #1F2124;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  max-height: 135px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container.is-open:not(.is-disabled) .custom-select-opener::before {
  transform: rotate(0deg);
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-option {
  padding: 7px 10px;
  margin: 0 6px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-option.has-focus {
  background-color: rgba(255, 255, 255, 0.0509803922);
  border-radius: 6px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-option.is-selected {
  opacity: 50%;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .custom-select-container .custom-select-option.is-selected::before {
  content: unset;
  padding-right: 0;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content {
  width: 100%;
  height: 112px;
  padding: 11px 16px 11px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content .twbb-generate-section_description {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  width: 100%;
  height: 100%;
  border: unset;
  resize: none;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content .twbb-generate-section_description::-webkit-scrollbar {
  width: 3px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content .twbb-generate-section_description::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content .twbb-generate-section_description::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-input .twbb-sg-description-content .twbb-generate-section_description::-webkit-scrollbar-thumb:hover {
  background: #464646;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-ready-text {
  display: none;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
  opacity: 50%;
  padding: 0 0 10px 15px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-generate-with-ai-iframes {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay {
  display: none;
  position: sticky;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay .twbb-sg-loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay .twbb-sg-loading-container #loading-progress {
  width: 100%;
  background-color: #fff;
  height: 4px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay .twbb-sg-loading-container #loading-progress #loading-progress-bar {
  width: 1%;
  border-radius: 50px;
  height: 4px;
  background-color: #3339F1;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-sidebar-navigated-contents-container-ai-generated .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay .twbb-sg-loading-container .twbb-sg-loading-text:not(.active) {
  display: none;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container.twbb-sg-generation-in-process .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai .twbb-sg-sidebar-generated-with-ai_overlay {
  display: flex;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content-header-button {
  padding: 11px 41px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content-header-button img {
  width: 16px;
  margin-left: 4px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content-header-button:not(.disabled):hover {
  background-color: #FFFFFF;
  color: #000000;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content-header-button.disabled {
  opacity: 50%;
  cursor: auto;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content-description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  opacity: 50%;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content::-webkit-scrollbar {
  width: 3px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content::-webkit-scrollbar-track {
  background: #080808;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content::-webkit-scrollbar-thumb {
  background: #464646;
  border-radius: 10px;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content::-webkit-scrollbar-thumb:hover {
  background: #464646;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content.twbb-sg-sidebar-generated-with-ai {
  overflow: auto;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content.selected {
  visibility: visible;
  position: relative;
  top: unset;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content .twbb-sg-iframe-lazy-load-layer {
  position: absolute;
  background-color: #1F2124;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content .twbb-sg-iframe-lazy-load-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content .twbb-sg-iframe-lazy-load-container .twbb-sg-iframe-lazy-load {
  width: 100%;
  height: 180px;
  overflow: hidden;
  opacity: 0.5;
  border-radius: 6px;
  border: 1px solid rgb(51, 57, 241);
  margin-bottom: 20px;
  background-size: 400% 400% !important;
  text-indent: -9999px;
  background: linear-gradient(90deg, rgb(245, 245, 247), rgba(245, 245, 247, 0.5), rgba(245, 245, 247, 0.6), rgba(245, 245, 247, 0.5), rgba(245, 245, 247, 0.1));
  -webkit-animation: AnimationName 2.5s ease infinite reverse;
  -moz-animation: AnimationName 2.5s ease infinite reverse;
  animation: AnimationName 2.5s ease infinite reverse;
}
.twbb-sg-sidebar .twbb-sg-sidebar-content .twbb-sg-sidebar-navigated-contents-container .twbb-sg-sidebar-navigated-content iframe {
  width: 1440px;
  height: 3000px;
  position: absolute;
  -ms-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.twbb-generate-error,
.twbb-generate-not-available {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 99999;
  background-color: #1F2124;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.twbb-generate-error img,
.twbb-generate-not-available img {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.twbb-generate-error .twbb-generate-error-text,
.twbb-generate-not-available .twbb-generate-error-text {
  font-family: "Open Sans", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  100% {
    background-position: 100% 9%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  100% {
    background-position: 100% 9%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  100% {
    background-position: 100% 9%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 92%;
  }
  100% {
    background-position: 100% 9%;
  }
}

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