:root {
  /* --bg-black-color: #1c1d21; */
  --bg-black-color: #222532;
  --black-color: #080C18;
  /* --header-dark-color: #29292d; */
  --header-dark-color: #191B23;
  /* --color-dark-grey: #3f4046; */
  --color-dark-grey: #191B23;
  /* --color-light-grey: #65666f; */
  --color-light-grey: #3F4558;
  --color-mean-grey: #91949F;
  --color-border-grey: #5C647E;
  --color-grey-text: #d9d9d9;
  --color-white-text: #ffff;
  /* --color-dark-grey-text: #8f8f95; */
  --color-dark-grey-text: #B4BAD0;
  --color-fiolet: #7C4DD6;
  /* --green-btn-submit: #00b159; */
  --green-btn-submit: #01ffc2;
  --attention-red-color: #eb5757;
  --user-message-color: #525460;
  --ai-message-color: #393b45;


  /* landing vars*/
  --landing-bg-color: #070e26;
  --landing-green-neon: #01ffc2;
  --bread-link-color: #AB9AFF;;
  --landing-purple: #7156FB;

  --blue-notification: #5808fb;
}

svg {
	fill: var(--color-dark-grey-text);
}
.drope-down__menu-item.aichat-history svg {
	fill: #ffffff00!important;
}
pre {
  overflow-x: auto;
	/* word-break: keep-all; */
	margin: 0;
}

a:not([class]) {
  text-decoration-skip-ink: auto !important;
}

a {
  text-decoration: none;
  color: unset;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.body-cnt__main-cnt ::-webkit-scrollbar-track {
  padding: 20px 0;
}

::-webkit-scrollbar-track {
  background: var(--color-dark-grey);
}

::-webkit-scrollbar-thumb {
  background: var(--header-dark-color);
}

h2,
h1,
h3 {
  margin: 0;
}

html,
body {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  background-color: var(--black-color);
}

/* .header-logo__img svg {
	width: 200px;
	height: 63px;
	display: flex;
	align-items: center;
} */

.username-wrapper {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: var(--color-dark-grey-text);
}


.header-wrapp {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: +9999;
}

.header-wrapp.aichat {
	display: none;
}

footer {
  /* position: fixed; */
  width: 100%;
  bottom: 0;
}
.apply-recurency-wrapp {
	margin-bottom: 20px;
}

.header-cnt {
  height: 72px;
  background: var(--header-dark-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.body-cnt-wrapp {
  display: flex;
  background: var(--bg-black-color);
  min-height: 100vh;
  position: relative;
}

.header-logo-wrapp {
  display: flex;
  gap: 15px;
}

.header-logo__text {
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  color: #f2f2f2;
}

.header-cnt__left-col {
  align-items: center;
  display: flex;
  gap: 40px;
}

.left-menu-wrapp {
  display: flex;
  gap: 30px;
}

.left-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
/* .left-menu__item.active svg {
	fill: var(--color-white-text);
} */
.left-menu__item:hover .icon-generation {
	fill: var(--color-white-text);
}
.left-menu__item:hover .icon-history {
	fill: var(--color-white-text);
}
.left-menu__item.active .start-generation__text {
  color: var(--color-white-text);
}
.left-menu__item.active .icon-generation,
.left-menu__item.active .icon-history {
  fill: var(--color-white-text);
}

.start-generation__icon {
  display: flex;
}

.start-generation__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark-grey-text);
}
.left-menu__item:hover .start-generation__text {
  color: var(--color-white-text);
}

.sidebar__menu-inner__item:hover a.sidebar__menu-inner__item__link {
  color: var(--color-white-text);
}

.header-cnt__right-col {
  display: flex;
  justify-content: end;
  gap: 100px;
}

/* header-drope down  */


.drope-down {
	position: fixed;
	background: var(--color-dark-grey);
	min-width: 320px;
  margin-top: 72px;
	padding: 20px 20px 40px;
	z-index: +999;
  border-radius: 0 0 10px 10px;
}
.drope-down.generate  {
  top: -500px;
}
.drope-down.history  {
  top: -500px;
}
.drope-down.generate.active  {
  top: 0;
}
.drope-down.history.active  {
  top: 0;
}
.drope-down__inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.drope-down__menu-item a {
	display: flex;
	gap: 10px;
  align-items: center;
  padding: 5px 10px;
  max-width: 290px;
  margin: 0 auto;
}

.drope-down__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark-grey-text);
}
.icon-stroke-dropdown {
  stroke: var(--color-dark-grey-text);
}
.icon-fill-dropdown {
  fill: var(--color-dark-grey-text);
}
.drope-down__menu-item:hover a {
	background: var( --bg-black-color);
  border-radius: 5px;
}
.drope-down__menu-item:hover .drope-down__text {
  color: #fff;
}
.drope-down__menu-item:hover .icon-stroke-dropdown {
  stroke: #fff;
}
.drope-down__menu-item:hover .icon-fill-dropdown {
  fill: #fff;
}

/* end header-drope down  */

.right-col__sm   {
  display: flex;
  gap: 10px;
}

.sm-item a {
  display: flex;
}

.sm-item {
  display: flex;
  align-items: center;
}
.sm-item svg {
  transition: all .3s;
}
.sm-item:hover svg {
	fill: var(--color-white-text);
}

.right-col__hamb-menu {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--color-dark-grey-text);
}
.nav-menu__inner.footer {
	display: flex;
	padding-top: 20px;
	gap: 20px;
}

.nav-menu__inner.footer .footer__inner__right__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-dark-grey-text);
}
.right-col__hamb-menu:hover  {
	color: var(--color-white-text);
  cursor: pointer;
}
.right-col__hamb-menu:hover .hamb-menu__icon::before,
.right-col__hamb-menu:hover .hamb-menu__icon::after {
	background: var(--color-white-text)!important;
}

.models-items__item_icon svg {
  fill: #b4bad000;
}

.hamb-menu__icon {
  display: flex;
  cursor: pointer;
}
.under-footer-hamb {
	padding: 20px 0;
}

.under-footer-hamb .footer-apps-wrapp {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.under-footer-hamb .app-item {
	background: white;
	border-radius: 5px;
	min-width: 190px;
}

.app-item img {
	display: flex;
}

.right-col__hamb-menu {
  display: flex;
  gap: 10px;
  align-items: center;
}

.body-cnt__sidebar {
  max-width: calc(390px);
  width: 100%;
}

.body-cnt__main-cnt {
  width: 100%;
  margin: 74px 0 50px 0;
  padding: 20px;
  background: var(--color-dark-grey);
  overflow: hidden;
}

.body-cnt__sidebar {
  padding: 100px 5px 50px 0;
  overflow: auto;
  overflow-x: hidden;
}

#signUpForm,
#subscribeForm,
#signInForm,
#userInfo,
#phoneConfirmation,
#emailConfirmationForm,
#registrationForm,
#subscribeForm,
#loginForm {
  color: var(--color-grey-text);
}

#emailConfirmationForm .submit-input-wrapper {
	display: flex;
	align-items: center;
  gap: 20px;
}

.body-cnt__main-cnt__header {
  color: var(--color-grey-text);
}

.body-main__header {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-dark-grey-text);
}

/* .body-cnt__main-cnt__cnt-wrapp {
  padding: 0 20px;
} */

.hamb-menu__icon {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.hamb-menu__icon::before {
  border-radius: 4px;
  position: absolute;
  content: "";
  width: 38px;
  height: 3px;
  background: var(--color-dark-grey-text);
  top: 28px;
  transition: 0.3s;
}
.hamb-menu__icon::after {
  border-radius: 4px;
  position: absolute;
  content: "";
  width: 38px;
  height: 3px;
  background: var(--color-dark-grey-text);
  top: 40px;
  transition: 0.5s;
}

.hamb-menu__icon.togled::before {
  -webkit-transform: rotate(45deg) translate3d(0, 8.5px, 0);
  transform: rotate(45deg) translate3d(0, 8.5px, 0);
}

.hamb-menu__icon.togled::after {
  width: 38px !important;
  -webkit-transform: rotate(-45deg) translate3d(0, -8.5px, 0);
  transform: rotate(-45deg) translate3d(0, -8.5px, 0);
}

/* nav-menu  */
.nav-menu-wrapp {
  position: fixed;
  height: 100%;
  right: -600px;
  top: 0;
  background: var(--header-dark-color);
  min-width: 370px;
  transition: 0.7s;
  z-index: +99;
  overflow: auto;
}
.nav-menu__body {
  padding: 70px 20px 70px;
}
.nav-menu-wrapp.active {
  position: fixed;
  height: 100%;
  right: 0px;

}
.nav-menu__item {
  line-height: 35px;
}
a.nav-menu__item__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-dark-grey-text);
  text-decoration: unset;
}
.nav-menu__item:hover a.nav-menu__item__link,
.nav-menu__item:hover svg {
  color: var(--color-white-text);
  fill: var(--color-white-text);
}

.nav-menu__inner:not(:last-child) {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-dark-grey-text);
}
.nav-menu__item.has-icon {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 35px;
}
.nav-menu__item__icon {
  display: flex;
}
.icon-nav-menu {
  stroke: var(--color-dark-grey-text);
}
.nav-menu__item:hover .icon-nav-menu {
  stroke: #fff;
}


/* new pass  */

form#newPasswordForm {
  max-width: 500px;
}
form#newPasswordForm input {
  margin-bottom: 20px;
}
form#newPasswordForm label {
  color: var(--color-white-text);
}
form#newPasswordForm input[type="password"] {
  background: var(--color-dark-grey);
}
/* end new pass  */

/* registration login */
.btn-empty-dark {
  border: 1px solid #8f8f95;
  border-radius: 8px;
  background: unset;
  min-width: 160px;
  padding: 7px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white-text);
  cursor: pointer;
  max-height: 36px;
}
.user-change-btns-input-wrapper > *,
.phone-confirmation-inner__footer > * {
  flex: 1 1 auto;
}
.user-change-btns-input-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.phone-confirmation-inner__footer {
  display: flex;
  gap: 20px;
}
.phone-confirmation-inner {
  margin-top: 40px;
}

.confirmation-code-input-wrapper {
  display: none !important;
}
input#code::placeholder {
  color: var(--color-dark-grey-text);;
  font-style: italic;
}
.confirmation-code-input-wrapper.active {
  display: flex !important;
}

button#confirmCode {
  display: none;
}

button#confirmCode.active {
  display: block;
}

.registration-inner {
  padding-top: 30px;
}

.user-email-input-wrapper,
.user-name-input-wrapper,
.user-pass-input-wrapper,
.confirmation-code-input-wrapper,
.user-phone-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.input-add-folder {
  flex-direction: column;
  display: flex;
  row-gap: 10px;
}

#signUpForm,
#subscribeForm,
#signInForm,
#userInfo,
#phoneConfirmation,
#emailConfirmationForm,
#registrationForm,
#subscribeForm,
#loginForm {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.user-email-input-wrapper input,
.user-name-input-wrapper input,
.user-pass-input-wrapper input,
.confirmation-code-input-wrapper input,
.user-phone-input-wrapper input {
  align-self: center;
  width: 100% !important;
  padding: 0 0 0 5px;
  height: 36px;
  max-height: 36px;
  background: var(--color-dark-grey);
  border: 1px solid var(--color-dark-grey-text);
  border-radius: 8px;
  outline: unset;
  padding-left: 7px;
  color: var(--color-grey-text);
  font-size: 16px;
  line-height: 19px;
}
.tel.disabled {
  pointer-events: none;
}

.registration-inner input::placeholder,
input#phone::placeholder,
.generation-req-form__input-texarea textarea::placeholder {
  color: var(--color-dark-grey-text);;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  opacity: 0.8;
}

#signUpSubmit,
#signInSubmit,
#subscribeSubmit {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey);
  box-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
  background: var(--green-btn-submit);
  border: 1px solid var(--green-btn-submit);
  border-radius: 8px;
  height: 36px;
  padding: 0 20px;
}

input[type="submit"] {
  cursor: pointer;
}

.auth-tabs > input[type="radio"] {
  display: none;
}

.auth-tabs label h2 {
  border-bottom: unset !important;
  padding-bottom: 10px !important;
  margin-right: 10px;
}

.auth-tabs > input[type="radio"]:checked + label h2 {
  color: var(--color-dark-grey-text);
  border-bottom: 1px solid var(--color-dark-grey-text) !important;
}

.auth-tabs > div {
  display: none;
}

#tab-login:checked ~ #login,
#tab-registration:checked ~ #registration {
  display: block;
}

.auth-tabs > label {
  display: inline-block;

  cursor: pointer;
}

.auth-tabs > label:first-of-type {
  margin-left: 0;
}

a.register-row-btn {
  cursor: pointer;
  color: var(--color-dark-grey-text);
}

.hasnt-login {
  font-size: 16px;
}

.input-tips-cnt {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.danger-message {
  display: flex;
  gap: 5px;
}

.danger-message .message__text {
  color: var(--attention-red-color);
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
}

.danger-message .message__icon {
  display: flex;
  align-items: center;
}

/* menu-sidebar */

a.sidebar__menu-inner__item__link {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--color-dark-grey-text);
  text-decoration: none;
}

.sidebar__menu-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 20px 0;
}
.sidebar__menu-inner__item:hover svg {
	fill: var(--color-white-text);
}
/* .left-menu__item:hover svg {
	fill: var(--color-white-text);
} */

.sidebar__menu-inner__item__link__icon {
  display: flex;
}

.sidebar__menu-inner__item.active {
  position: relative;
}

.sidebar__menu-inner__item.active a {
  color: var(--color-white-text);
}

.sidebar__menu-inner__item.active svg {
  fill: var(--color-white-text);
}
.sidebar__menu-inner__item:hover .icon-stroke-dropdown {
  stroke: #fff;
}

.active a.sidebar__menu-inner__item__link {
  max-width: 250px;
  background: var(--color-dark-grey);
  border-radius: 0px 40px 40px 0px;
}

a.sidebar__menu-inner__item__link {
  padding: 20px 0;
}

a.sidebar__menu-inner__item__link {
  padding-left: 30px !important;
}

.sidebar__menu-inner__item.active::before {
  content: url(../img/active-menu-item-top-1.svg);
  position: absolute;
  top: -38px;
}

.sidebar__menu-inner__item.active::after {
  content: url("../img/active-menu-item-bottom-1.svg");
  position: absolute;
}

.just-mobile {
  display: none;
}

.header-cnt {
  padding: 0px 20px;
}

/* billing */

.message-deadline {
	border: 1px solid var(--green-btn-submit);
	padding: 20px;
	border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
  margin-bottom: 40px;
  line-height: 130%;
  color: var(--green-btn-submit)
}


.green-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey);
  background: var(--green-btn-submit);
  border: 1px solid var(--green-btn-submit);
  border-radius: 8px;
  height: 36px;
  padding: 7px 20px;
  transition: all .4s;
}
.green-btn:hover {
  box-shadow: 0px 0px 18px rgba(1, 255, 194, 0.62);
}

.green-btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-timer {
  padding-left: 10px;
}
.get-subscribe-btn-wrapp {
  text-align: center;
}
.billing-inner__monthly-pkgs__item {
  border: 1px solid #ffffff;
  padding: 20px;
  border-radius: 10px;
  max-width: 280px;
  min-width: 280px;
  color: #ffffff;
}
.billing-inner__subtitle {
  margin-bottom: 20px;
}
.billing-inner__monthly-pkgs-wrapp {
  overflow-x: auto;
  padding-bottom: 20px;
}
a.btn-subscribe {
  text-decoration: unset;
  padding: 5px 20px;
  align-self: center;
}
.billing-inner__monthly-pkgs__item__header__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #ffff;
}
.billing-inner__monthly-pkgs__item__body {
  padding: 20px 0;
  border-bottom: solid 1px #ffff;
}
.billing-inner__monthly-pkgs__item__body__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.billing-inner__monthly-pkgs__item__footer {
  padding: 20px 0;
}
.billing-inner__monthly-pkgs__item__footer__price-wrapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  gap: 5px;
}
.billing-inner__monthly-pkgs__item__footer__price-monthly {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.billing-inner__monthly-pkgs__item__footer__price-yearly {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.billing-inner__monthly-pkgs {
  display: flex;
  gap: 40px;
}
.current-balance {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--green-btn-submit);
	text-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
}
.body-main__header {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-dark-grey-text);
}

.billing-inner {
  padding-top: 20px;
  /* max-width: 1350px;  */
}

.billing-inner__subtitle, .unsubscribe__text, .active-subscribtion {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey-text);
}
.unsubscribe__btn-wrapp {
	margin-top: 35px;
  padding-bottom: 25px;
}
form.unsubscribe {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.btns-wrapp-downside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a.btn-empty-dark.popup-close {
	text-align: center;
}

.active-subscribtion {
  margin-bottom: 40px;
}

.active-subscribtion__inner, .available-tokens, .next-payment {
  margin-bottom: 10px;
}

.billing-inner__monthly-pkgs__item__footer__price-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.receive-bonus-sms-wrapp {
  margin: 40px 0 20px;
}

.receive-more-nervs-wrapp {
  margin-bottom: 20px;
}

.receive-bonus__terms-text,
.receive-more-nervs__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey-text);
}

.receive-bonus__terms-text a {
  color: var(--green-btn-submit);
  text-decoration: underline;
  text-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
}

.buy-more__item-conteiner {
  max-width: 650px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
}
.buy-more-nervs-block__inner {
	margin-bottom: 20px;
}
.receive-bonus-sms-wrapp,
.receive-more-nervs-wrapp {
  max-width: 650px;
}

.buy-more__item-conteiner {
  display: flex;
}

.buy-more__item-conteiner > * {
  flex: 1;
}

.buy-more__item__text-col {
  padding-right: 20px;
  border-right: solid 1px #fff;
}

.buy-more__item__btn-col {
  padding-left: 20px;
  align-items: center;
}

.buy-more__item__text-col,
.buy-more__item__btn-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.buy-more__item__btn-col > * {
  flex: 1;
}

.buy-more__item__text-col__title,
.buy-more__item__btn-col__price__sum {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white-text);
}

.buy-more__item__text-col__subtitle,
.buy-more__item__btn-col__price__extra-info-credits {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-white-text);
}

.buy-more__item__btn-col__btn-buy-wrapp {
  display: flex;
  align-items: end;
}
/* end billing */

/* glitc  */
.glitch {
  color: white;
  position: relative;
  margin: 0 auto;
}

/* popup  */
.popup {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: +9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.nav-menu-overlay, .overlay-dropedown {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: +88;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav-menu-overlay.active, .overlay-dropedown.active {
  display: block;
  opacity: 1;
  transition: 2s;
}
.inform-popup {
  /* display: none; */
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: +9999;
  background-color: rgb(25 27 35 / 50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inform-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  min-width: 350px;
  min-height: 150px;
  background-color: var(--header-dark-color);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-grey-text);
  box-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
}
.inform-popup__content {
	text-align: center;
}

.popup-dialog {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  min-width: 350px;
  min-height: 200px;
  background-color: var(--header-dark-color);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.show {
  display: block;
}
.inform-popup.show {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: 2s;
}
.popup-content {
  display: flex;
  flex: 1;
}
.popup-content.subscribe {
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.price-wrapp {
  text-align: center;
  padding: 20px 0;
}
.price-total {
  color: var(--color-white-text);
  font-weight: 600;
  font-size: 20px;
}
.form-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-grey-text);
  text-align: center;
}
.form-two-btns-wrapp {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}
.form-one-btns-wrapp {
	display: grid;
	grid-template-columns: 1fr;
}
a#changePass {
	min-width: unset;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.change-creds {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  max-width: 300px;
}
.change-creds > * {
  flex: 1;
}
.input-grey {
  align-self: center;
  width: 100% !important;
  padding: 0 0 0 5px;
  height: 36px;
  max-height: 36px;
  background: var(--color-dark-grey);
  border: 1px solid var(--color-dark-grey-text);
  border-radius: 8px;
  outline: unset;
  padding-left: 7px;
  color: var(--color-grey-text);
  font-size: 16px;
  line-height: 19px;
}
.btn-full-width {
  width: 100%;
}
a.btn-empty-dark.btn-full-width {
  width: auto;
  display: block;
  text-align: center;
}
.green-btn.btn-full-width:disabled {
  background-color: var(--color-dark-grey);
  border-color: var(--color-dark-grey-text);
  color: var(--color-dark-grey-text);
  box-shadow: none;
  cursor: not-allowed;
}
.change-creds .form-two-btns-wrapp {
  align-items: end;
}
.cnt-success-wrapp {
  display: flex;
}
.cnt-success-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cnt-success-inner > * {
  flex: 1;
}
.cnt-success-wrapp .form-title {
  align-items: center;
  display: flex;
}
.change-creds input.input-grey::placeholder {
  text-align: center;
  color: var(--color-dark-grey-text);
}
.change-creds input.input-grey {
  text-align: center;
}

/* generate sidebar */
#generateTextForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.generation-req-form-wrapp {
  padding: 20px 10px 20px 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.generation-req-form-wrapp .info {
  width: 100%;
}
.generation-req-form-wrapp__submit-wrapp {
  position: relative;
  max-width: 420px;
  margin: 40px auto 0;
}
.generation-req-form-wrapp__title {
  margin-bottom: 20px;
}
.generation-req-form__input-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
  font-weight: 500;
  /* margin-bottom: 10px; */
}
.generation-req-form-wrapp__title-row__title {
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  color: var(--color-dark-grey-text);
  margin-top: 20px;
  margin-bottom: 12px;
}
.usecase-tips__tip,
.textarea-tips__tip {
  font-style: italic;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  line-height: 130%;
}
.usecase-tips {
  margin: 5px 0;
}
.textarea-tips-wrapp {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.generation-req-form__input-title.tone-wrapp__title-row.has-tip {
	position: relative;
}

.generatiom-input-tip-wrapp {
  display: none;
	position: absolute;
  background: var(--color-light-grey);
  width: 100%;
  right: 0;
  top: 18px;
  border-radius: 8px;
  opacity: 0;
  transition: 1s;
}
.generatiom-input-tip-wrapp.active {
  display: block;
  opacity: 1;
  transition: 1s;
}
.generatiom-input-tip {
  padding: 10px;
  font-size: 12px;
  line-height: 130%;
  color: var(--color-white-text);
}

.generation-req-form__input-select select,
.generation-req-form__input-texarea textarea,
.generation-req-form__textarea-negative textarea {
  font-size: 16px;
  width: 100%;
  border: solid 1px var(--color-light-grey);
  border-radius: 8px;
  background: var(--color-dark-grey);
  min-height: 36px;
  color: var(--color-white);
  resize: none;
  cursor: pointer;
  outline: unset;
}
.generation-req-form__input-select:hover select,
.generation-req-form__input-texarea:hover textarea,
.generation-req-form__textarea-negative:hover textarea {
	border-color: var(--green-btn-submit);
}
.generation-req-form__input-texarea textarea, .generation-req-form__textarea-negative textarea {
  resize: none;
  min-height: 105px;
  max-height: 200px;
  padding: 10px;
}
.generation-req-form__input-texarea textarea::-webkit-scrollbar,
.generation-req-form__textarea-negative textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.generation-req-form__input-texarea textarea::placeholder,
.generation-req-form__textarea-negative textarea::placeholder {
  color: var(--color-border-grey);
  font-size: 14px;
  line-height: 18px;
  font-style:normal;
}
/*.generation-req-form__textarea-negative textarea {*/
/*  min-height: 70px;*/
/*}*/
.generation-sidebar__drop-btn {
  position: relative;
  border: 1px solid var(--color-border-grey);
  border-radius: 5px;
  padding: 10px 15px 10px 10px;
  margin-bottom: 10px;
  width: 93%;
}
.generation-sidebar__drop-btn.active {
  background-color: var(--color-dark-grey);
}
.generation-sidebar__drop-btn:hover {
  border: 1px solid var(--color-dark-grey-text);
}
.generation-sidebar__drop-btn:hover p {
  color: var(--color-white);
}
.generation-sidebar__drop-btn::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/icons/arrowDown.svg);
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.generation-sidebar__drop-btn p {
  color: var(--color-dark-grey-text);
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.generation-sidebar__drop-status {
  color: var(--color-dark-grey-text);
  font-size: 10px;
  font-weight: 400;
  padding-right: 15px;
  margin-top: 2px;
  white-space: nowrap;
  cursor: pointer;
}
.generation-sidebar__drop-status:hover {
  color: #fff;
}
.generation-sidebar__drop-btn.active::after {
  content: "x";
  position: absolute;
  top: 12px;
  right: 9px;
  width: 14px;
  height: 14px;
  background-color: var(--color-dark-grey-text);
  color: var(--color-dark-grey);
  border-radius: 10px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s all;
}

.generation-sidebar__drop-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.generation-sidebar__drop-range {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all .4s;
}
.generation-sidebar__drop-btn.active .generation-sidebar__drop-range {
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  margin: 15px 0 5px 0;
}
.generation-sidebar__drop-range__title {
  color: var(--color-dark-grey-text);
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.generation-req-form-wrapp__prompt-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.generation-req-form-wrapp__prompt {
  color: var(--color-dark-grey-text);
  font-size: 10px;
  font-weight: 400;
  background: linear-gradient(var(--bg-black-color), var(--bg-black-color)) padding-box,
    linear-gradient(to right, #01FFC2, #6738B1) border-box;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 8px 10px;
  margin: 5px;
  cursor: pointer;
  transition: all .4s;
}
.generation-req-form-wrapp__prompt:hover {
  color: #fff;
}
.generation-req-form-wrapp__prompt.active {
  background: var(--green-btn-submit);
  color: var(--color-dark-grey);
}
.generation-req-form-wrapp__block-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.generation-req-form-wrapp__caunter-text {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid var(--color-border-grey);
  color: var(--color-dark-grey-text);
  padding: 3px 7px;
  border-radius: 5px;
  margin-left: 10px;
  display: block;
  text-align: center;
  min-width: 45px;
}

.body-cnt__main-cnt {
  position: relative;
}
.line-loader-overlay-gen {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: +95;
  top: -180px;
  opacity: 0;
  display: none;
  transition: opacity 2s;
}

.line-loader-overlay-gen.active {
  display: block;
  opacity: 1;
  transition: opacity 2s;
}

.line-loader-overlay-gen .line-loader {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-logotip {
  display: flex;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgb(18 18 24 / 94%);
  z-index: +99;
  opacity: 0;
  visibility: hidden;
}
.loading-logotip.active {
  opacity: 1;
  visibility: visible;
}
.loading-logotip .animate-logo-header {
  height: 20vh;
  /* position: sticky;
  top: 25vh; */
}

.loading-text {
  font-size: 18px; /* Размер текста */
  color: var(--green-btn-submit); /* Цвет текста */
  text-align: center; /* Выравнивание текста */
  margin-top: 10px; /* Отступ сверху */
}

.preloader-block .progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  max-width: 300px;
}

.preloader-block .progress {
  background-color: var(--green-btn-submit); /* Зеленый цвет шкалы */
  height: 10px; /* Высота шкалы */
  border-radius: 5px;
  width: 0%; /* Начальная ширина */
  animation: loading 5s infinite; /* Анимация */
}

@keyframes loading {
  0% { width: 0%; }
  50% { width: 50%; }
  100% { width: 100%; }
}
.preloader-block {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* preloader copyrighting */

.line-loader-overlay-gen.active {
	background: #191b23;
}

.line-loader-overlay-gen .line-loader {
	top: 40%;
}
.tox-toolbar__primary button {
	cursor: pointer!important;
}
.home-creation__btns__btn {
	cursor: pointer;
}
/* end preloader copyrighting */

.generation-req-form__input-select select {
  padding: 0 5px;
}
.textarea-tips__counter {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.generation-req-form__title-row__icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.generation-req-form__title-row__icon svg {
	stroke: var(--color-dark-grey-text);
}
.generation-req-form__title-row__icon:hover svg {
	stroke: var(--green-btn-submit);
}

.creation-inner__tip {
  display: none;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--color-dark-grey-text);
  padding-top: 15px;
}
.creation-inner__tip.active {
  display: block;
}
.creation-inner__workspace-wrapp {
  padding-top: 20px;
}
.creation-inner__workspace-wrapp a {
  text-decoration: unset;
}
.workspace__items__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  border-bottom: 1px solid var(--color-light-grey);
  padding: 0 0 0 10px;
}
.workspace__items__item-row a {
  padding: 10px 0;
  min-width: 265px;
  cursor: pointer;
}
.variations-selects-wrapp {
  display: flex;
  gap: 10px;
}
.variations-selects-wrapp > * {
  flex: 1;
}
.workspace__items__item-row:hover {
  background: var(--bg-black-color);
  border-radius: 0 0 10px 10px;
}
.workspace__items__item-row__name-col__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey-text);
  flex-wrap: wrap;
}

.workspace__items__item-row__name-col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.workspace__items__item-row__name-col__icon {
  display: flex;
}
.workspace__items__item-row__funcs-col__btns-wrapp {
  display: flex;
  gap: 20px;
  align-items: center;
}
.workspace__items__item-row__funcs-col__btns-wrapp__btn-edit,
.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite {
  display: flex;
  position: relative;
  cursor: pointer;
}

.workspace__items__item-row__funcs-col__btns-wrapp__btn-edit svg circle {
	stroke: var(--color-dark-grey-text);
	fill: var(--color-dark-grey-text);
}

.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite svg,
.home-creation__btns__btn.page-favorite svg {
	fill: var(--color-dark-grey);
  stroke: var(--color-dark-grey-text);
}
.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite.active svg {
  fill: var(--color-dark-grey-text) !important;
}

.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite.active:hover svg {
	fill: var(--color-white-text)!important;
	stroke: var(--color-whie-text)!important;
}
.workspace__items__item-row__funcs-col__btns-wrapp__date-updates {
  color: var(--color-dark-grey-text);
}

.workspace__items__item-row__name-col__icon svg {
	stroke: var(--color-dark-grey-text);
}

.workspace__items__item-row a:hover svg,
.workspace__items__item-row a:hover .workspace__items__item-row__name-col__text  {
  stroke: var(--color-white-text);
  color: var(--color-white-text);
}
.workspace__items__item-row__funcs-col__btns-wrapp__date-updates:hover {
	color: var(--color-white-text);
  cursor: pointer;
}
.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite.active:hover svg,
.workspace__items__item-row__funcs-col__btns-wrapp__btn-favorite:hover svg {
	stroke: var(--color-white-text)!important;
}

h2.body-main__header>a:hover {
	color: var(--color-white-text);
}


.body-cnt__main-cnt__header.home-creation {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-light-grey);
  padding-bottom: 20px;
}
.home-creation__btns-wrapp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.home-creation__single-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  pointer-events: none;
}
.home-creation__icon {
  pointer-events: none;
}
.home-creation__single-btn .home-creation__icon {
  stroke: var(--color-dark-grey-text);
}
.home-creation__btns__btn.active .home-creation__icon {
  stroke: var(--green-btn-submit);
}
.home-creation__btns__btn.active .home-creation__single-btn {
  border: solid 1px var(--green-btn-submit);
}
.home-creation__btns__btn.active .home-creation__single-btn__text {
  color: var(--green-btn-submit);
}

.home-creation .body-main__header {
  padding-bottom: 0px;
  border-bottom: unset;
}
.home-creation__single-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  border: solid 1px var(--color-dark-grey-text);
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.home-creation__single-btn__text {
	color: var(--color-dark-grey-text);
  white-space: nowrap;
  margin: 0;
  pointer-events: none;
}

.home-creation__btns__btn:hover .home-creation__single-btn__text,
.home-creation__btns__btn:hover svg,
.home-creation__btns__btn:hover .home-creation__single-btn {
  color: var(--color-white-text);
  fill: var(--color-white-text);
  border-color: var(--color-white-text);
}
.home-creation__single-btn:hover .home-creation__icon {
  stroke: var(--color-white-text);
  fill: none;
}
.home-creation__btns__btn.active:hover .home-creation__icon,
.home-creation__btns__btn:hover .home-creation__icon,
.home-creation__btns__btn.page-favorite:hover svg {
	stroke: var(--color-white-text);
  fill: none;
}
/* window-edition  */

.window-edition-wrapp {
  visibility: hidden;
  position: absolute;
  right: 0px;
  z-index: +99;
  padding: 10px;
  top: 25px;
  background: var(--color-light-grey);
  border-radius: 10px;
}
.window-edition-wrapp.active {
  visibility: visible;
}

.window-edition__item {
  display: flex;
  gap: 5px;
  padding: 5px;
  color: var(--color-dark-grey-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
}
.window-edition__item svg {
	stroke: var(--color-dark-grey-text);
}
.window-edition__item:hover svg { stroke: var(--color-white-text); }

.window-edition__item:hover {
  background: var(--bg-black-color);
  border-radius: 5px;
  color: var(--color-white-text);
  transition: easy-out 1s;
}

.window-edition {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-folder__item:not(:last-child) {
  border-bottom: solid 1px #1c1d21;
}
.list-folder__item:first-child {
  border-top: solid 1px #1c1d21;
}

.list-folders {
  margin: 20px 0;
  max-height: 126px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.add-folder__inner-wrapp.remove {
  justify-content: center;
  gap: 20px;
}

.add-folder__inner-wrapp.remove .form-title.buy-more-nervs {
  margin: 0 auto;
  max-width: 250px;
}

.list-folder__item {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  height: 32px;
  color: var(--color-grey-text);
  display: flex;
	align-items: center;
}
.list-folder__item:hover,
.list-folder__item.checked {
  background: var(--bg-black-color);
	color: var(--color-white-text);
}

/* end window-edition  */

/* analytics  */

.analytics-description-wrapp,
.user-status__header,
.stat-inner__item__body__row-title,
.stat-inner__item__body__row-value,
.usage-models__header {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-white-text);
}
.analytics-description-wrapp{
  color: var(--color-dark-grey-text);
}
.stat-inner__item__body__row-value {
  font-weight: 600;
}
.usage-models__inner-items {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
  color: var(--color-white-text);
}
.usage-models__item {
  display: flex;
  gap: 10px;
  border: 1px solid var(--color-dark-grey-text);
  border-radius: 8px;
  padding: 10px 15px;
}
.user-status__body {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
span.statistic-page-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
}
.user-status__body__item {
  width: 130px;
}

.analytics-description-wrapp {
  margin-top: 20px;
}
.user-status__body {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 2px;
}
.user-status__body__item__lvl-qty {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  color: var(--color-grey-text);
}

.user-stat-wrapp {
  margin-top: 40px;
}

.stat-inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.stat-inner__item {
  gap: 20px;
  display: flex;
  width: 300px;
}

.analytics-body-wrapp {
  max-width: 700px;
}
.progress {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 0 0 8px;
  background: var(--color-light-grey);
}

.user-status__body__item__lvl-progress {
  overflow: hidden;
  width: 120px;
  height: 20px;
  position: relative;
  border: 1px solid #8f8f95;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  color: var(--color-white-text);
  cursor: pointer;
}

.user-status__body__item {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.lvl-name {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.user-status-wrapp,
.usage-models-wrapp {
  margin-top: 40px;
}

/* end analytics  */

.auth-user-details {
	padding: 10px 0;
	border-bottom: solid 1px var(--color-dark-grey-text);
	display: flex;
	justify-content: space-between;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0px 0px 25px #01FFC2;
}

@media (min-width: 1023px) {
  .auth-user-details {
    display: none;
  }
  .home-creation__btns-wrapp {
    gap: 10px;
}
}

@media (max-width: 1600px) {
  .username-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-cnt__right-col {
    gap: 20px;
  }
  .header-cnt__left-col {
    gap: 10px;
  }
  .left-menu-wrapp {
    display: flex;
    gap: 10px;
  }
  .hamb-menu__text {
    display: none;
  }
  .left-menu__item  a.sidebar__menu-inner__item__link {
    padding-left: 15px !important;
  }
}

@media (max-width: 1250px) {
  .body-cnt__main-cnt__header.home-creation {
    flex-direction: column;
    row-gap: 20px;
  }
}

/* header back  */

.back-arrow-wrapp {
  display: flex;
  cursor: pointer;
}
.body-cnt__main-cnt__cnt-wrapp.w-btn-back {
  display: flex;
  border-bottom: 1px solid var(--color-dark-grey);;
  padding-bottom: 20px;
  padding-left: 0px;
  justify-content: space-between;
}
.w-btn-back h2.body-main__header {
  padding: 0;
  border-bottom: unset;
}
.col-w-btn-back {
  display: flex;
  align-items: center;
  gap: 20px;
}
.col-trasfom-btns {
  display: flex;
  justify-content: end;
  align-items: center;
}
.col-trasfom-btns__dots-wrapp {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.workspace__items__item-row__funcs-col__btns-wrapp__btn-edit:hover svg {
	fill: var(--color-white-text);
}
/* ------------------------ history sidebar ------------ */
.history-sidebar-wrapp {
  overflow: auto;
  padding: 20px 0 0 20px;
}
.history-sidebar__content {
  color: var(--color-dark-grey-text);
}
.history-sidebar__dropdown-choice {
  position: relative;
}
.history-sidebar__btn {
  position: relative;
  background-color: var(--color-dark-grey);
  border-radius: 5px;
  padding: 10px 18px 10px 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s all;
}
.history-sidebar__btn p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.history-sidebar__btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 35px;
  width: 10px;
  height: 10px;
  background-image: url('../img/icons/arrowDown.svg');
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.history-sidebar__btn.open::after {
  top: 14px;
  transform: rotate(180deg);
}
.history-sidebar__dropdown-menu {
  list-style: none;
  background-color: var(--header-dark-color);
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  top: 20px;
  left: 0;
  padding: 10px 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s opacity, 0.5s visibility;
}
.history-sidebar__dropdown-menu.open {
  opacity: 1;
  visibility: visible;
}
.history-sidebar__dropdown-item {
  cursor: pointer;
  background-color: var(--bg-black-color);
  margin: 10px 20px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
}
.history-sidebar__dropdown-item:hover {
  color: #ffffff;
}
.history-sidebar__list {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.history-sidebar__item {
  border-bottom: 1px solid var(--color-dark-grey-text);
  margin-bottom: 20px;
}
.history-sidebar__item-title {
  color: #fff;
  font-size: 20px;
}
.history-sidebar__item-text {
  font-size: 16px;
}
.history-sidebar__item-date {
  font-size: 12px;
  font-style: italic;
}
.history-sidebar__item-date span {
  margin-right: 10px;
}

.history-item__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-white-text);
  margin-bottom: 15px;
}
.history-item-wrapp {
  border-bottom: 1px solid var(--color-dark-grey-text);
  padding-bottom: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
.history-inner {
  padding-top: 20px;
}
.history-item__content,
.history__home-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-dark-grey-text);
  margin-bottom: 10px;
}
.history-item__footer__date {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-dark-grey-text);
}
/* -------------------- history sidebar  RESPONSE------------ */
@media (max-width: 540px) {
  .history-sidebar__item-title {
    font-size: 18px;
  }
  .history-sidebar__item-text {
    font-size: 14px;
  }
  .history-sidebar__content {
    margin: 0 20px;
  }
}
@media (max-width: 430px) {
  .history-sidebar__content {
    margin: 0 10px;
  }
  .generation-req-form-wrapp {
    max-width: 320px;
    padding: 20px 0;
  }
  #generateImgForm {
    padding: 0 5px;
  }
  .generation-req-form-wrapp__submit-wrapp {
    padding: 0 5px;
  }
}
/* ------------------------END   history sidebar ------------ */

/* item-history */
.body-cnt__main-cnt__body__form-usage-setting {
  max-width: 600px;
}
.body-cnt__main-cnt__body__title-usage-setting {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-white-text);
  margin-bottom: 30px;
}
.body-cnt__main-cnt__body {
  padding-top: 20px;
}
.form-usage-setting__col-2 {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.form-usage-setting__col-2 > * {
  flex: 1;
}
.history-item__usage-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-grey-text);
}
.user-email-input-wrapper input {
  background: var(--color-dark-grey);
}
.generation-req-form__input-texarea.usage textarea {
  color: var(--color-white-text);
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  min-height: unset;
  align-self: center;
  max-width: 98%;
}

.btn-to-doc-wrapp,
.btn-same-settings-wrapp {
  align-items: center;
  display: flex;
}
.btn-to-doc-wrapp a {
  text-decoration: unset;
  flex: 1;
  color: var(--green-btn-submit);
  font-weight: 600;
  border-color: var(--green-btn-submit);
}
.btn-same-settings-wrapp a {
  text-decoration: unset;
  flex: 1;
  display: flex;
  align-items: center;
}
.form-usage-setting__col-1.to-doc {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-light-grey);
}
.form-usage-setting__col-1.same-settings {
  padding-top: 10px;
}
/* end header back  */

@media (max-width: 540px) {
  .drope-down.generate, .drope-down.history {
    top: -500px;
    width: 100%;
  }
  .nav-menu-wrapp {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
  a.nav-menu__item__link, .footer__inner__right__title {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 400px) {
  .generation-req-form-wrapp {
    padding: 20px 0px 40px;
  }
  .form-usage-setting__col-2 {
    gap: 30px;
    flex-direction: column;
  }
}
.footer-container-wrapp {
  display: flex;
  background-color: var(--bg-black-color);
  color: var(--color-dark-grey-text);
  text-align: center;
  padding: 10px 20px 10px 370px;
  font-size: 16px;
  border-radius: 25px 25px 0 0;
}
.footer-container-wrapp > * {
  flex: 1 1 auto;
}
.footer__support-btn-wrapper {
  align-items: center;
  display: flex;
  justify-content: end;
  cursor: pointer;
  gap: 5px;
}
svg.icon.icon-support {
  width: 22px;
  height: 22px;
}
.icon-fill {
  fill: var(--color-dark-grey-text);
}
.support-btn__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer__copyrating {
  align-items: center;
  display: flex;
  justify-content: start;
}
.icon-wrapper__circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(var(--color-dark-grey), var(--color-dark-grey)) padding-box,
    linear-gradient(to right, #01FFC2, #6738B1) border-box;
  border-radius: 50%;
  border: 1.5px solid transparent;
}
.icon-send {
  width: 16px;
  height: 16px;
}
.icon-settings {
  width: 22px;
  height: 22px;
  stroke: var(--color-dark-grey-text);
  fill: none;
}

@media (max-width: 1240px) {
  .footer-container-wrapp {
    padding: 10px 20px;
  }
}

/* mobile vrvion */
@media (max-width: 1023px) {
  /* header drope down  */
  .header-cnt__right-col .username-wrapper {
    display: none;
  }
  .start-generation__text {
    display: none;
  }
  .header-cnt {
    justify-content: space-between;
  }
  .header-cnt__left-col {
    flex: 10;
    justify-content: space-between;
  }
  .drope-down.generate, .drope-down.history  {
    top: -500px;
    right: 0;
  }


  /* end header drope down  */

  .sidebar__cnt-inner.history-item {
    height: 10px !important;
  }
  .body-cnt__sidebar {
    max-width: calc(100%);
    width: 100%;
  }
  .sidebar__cnt-inner.history {
    height: 60vh;
  }
  .just-mobile {
    display: flex;
  }
  .just-desktop {
    display: none;
  }
  .history-sidebar-wrapp {
    overflow: auto;
    padding: 10px 0 0 0;
    width: 500px;
    margin: 0 auto;
  }
  .body-cnt__main-cnt.history {
    display: none;
  }
  .sidebar__cnt-inner.history {
    height: 100vh;
  }

  footer {
    bottom: 0;
    background-color: var(--color-dark-grey);
    position: relative;
    width: 100%;
  }
  .body-cnt-wrapp {
    display: flex;
    flex-direction: column;
    min-height: unset;
    height: unset;
  }
  .body-cnt__main-cnt {
    width: unset;
    border-radius: 25px 25px 0 0;
    margin: 0px;
    padding: 20px 20px 50px;
  }
  .body-cnt__main-cnt__cnt-wrapp {
    padding: 0;
  }
  .body-cnt__sidebar {
    padding: 80px 0 0 0;
  }
  .header-cnt__left-col {
    gap: 10px;
  }
  .header-logo__img {
    display: flex;
    width: 150px
  }
  .header-cnt.just-mobile {
    justify-content: space-between;
  }
  .left-menu-wrapp {
    display: flex;
    gap: 5px;
    margin-right: 15px;
  }
  .header-cnt__right-col {
    gap: 30px;
  }
  .footer-container-wrapp {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer__support-btn-wrapper {
    justify-content: center;
  }
  /* main menu */
  .body-cnt__sidebar {
    max-width: 100%;
    width: 100%;
    padding: 80px 0 0 0;
  }
  .sidebar__cnt-inner {
    padding: 0 20px;
  }
  .sidebar__menu-inner {
    gap: 3px;
    padding: 20px 0;
  }
  .sidebar__menu-inner__item.active::before,
  .sidebar__menu-inner__item.active::after {
    display: none;
  }
  a.sidebar__menu-inner__item__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 10px !important;
  }

  .active a.sidebar__menu-inner__item__link {
    max-width: 100%;
    border-radius: 40px;
  }
  /* end main menu  */
}

label.billimg-agreement {
  font-size: 12px;
  line-height: 105%;
}
label.billimg-agreement a{
  text-decoration: underline;
  color: var(--landing-green-neon);
}

  @media (max-width: 540px) {
    .history-sidebar-wrapp {
      width: 310px;
    }
    .sidebar__cnt-inner {
      padding: 0px;
    }
  }

  @media (max-width: 500px) {
  .header-cnt__right-col {
    gap: 20px;
  }
  .user-email-input-wrapper input,
  .user-name-input-wrapper input,
  .user-pass-input-wrapper input {
    width: unset;
  }
  .buy-more__item-conteiner {
    display: flex;
    flex-direction: column;
  }
  .buy-more__item__text-col {
    padding-right: 0px;
    padding-bottom: 20px;
    border-right: unset;
    border-bottom: solid 1px #fff;
    justify-content: center;
    align-items: center;
  }
  .buy-more__item__text-col > * {
    text-align: center;
  }
  .buy-more__item__btn-col {
    padding-top: 20px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  /* billing */
  .billing-inner__monthly-pkgs__item {
    border: 1px solid #ffffff;
    padding: 20px;
    border-radius: 10px;
    max-width: 255px;
    min-width: 255px;
    color: #ffffff;
  }
  .billing-inner__monthly-pkgs {
    display: flex;
    gap: 20px;
  }

  /* end billing */

  /* workspace  */
  .workspace__items__item-row a {
    min-width: 170px;
  }
  .workspace__items__item-row__funcs-col__btns-wrapp__date-updates {
    display: none;
  }
  .home-creation__single-btn__text {
    font-size: 12px;
  }
  .page-favorite .home-creation__single-btn__text,
  .page-stock .home-creation__single-btn__text,
  .page-delete .home-creation__single-btn__text {
    display: none;
  }

  .home-creation__btns-wrapp {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .home-creation__single-btn {
    display: flex;
    gap: 5px;
    padding: 5px;
  }
}

/* show hide pas */
.password {
  position: relative;
}
.password-control {
  position: absolute;
  top: 40px;
  right: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/view-dark.svg) 0 0 no-repeat;
}
.password-control.view {
  background: url(../img/no-view-dark.svg) 0 0 no-repeat;
}

/* tinyMCe */

.tox.tox-tinymce {
  height: 73vh !important;
}

/* line-loader  */

.line-loader-overlay {
  position: absolute;
  width: 100%;
  background: var(--green-btn-submit);
  height: 100%;
  top: 0;
  border-radius: 10px;
  display: none;
}

.line-loader-overlay.active {
  display: block;
  cursor: progress;
}

.line-loader,
.line-loader:before,
.line-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.line-loader {
  color: var(--color-dark-grey);
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.line-loader-overlay-gen .line-loader{
  color: var(--green-btn-submit);
}

.line-loader:before,
.line-loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.line-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.line-loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (max-width: 400px) {
  .header-cnt .header-logo__img {
    width: 120px;
  }
}


/* popups  */

.add-folder__inner-wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-width: 300px;
}
.input-add-folder {
  display: flex;
}
.input-add-folder input {
  text-align: center;
}
.input-add-folder input::placeholder {
  text-align: center;
  color: var(--color-dark-grey-text);;
  font-style: italic;
}
.add-folder__inner-wrapp .btn-empty-dark {
  min-width: unset;
  text-align: center;
}


/* timer  */
.base-timer {
  position: relative;
  width: 45px;
  height: 45px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 5px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: var(--green-btn-submit);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}


/* bestai  */

.bestai-body * {
  color: #fff;
}
.bestai__video {
  grid-area: video;
}
.bestai__bottom-rows {
  grid-area: bttm-row;
}

.bestai-body__inner {
  gap: 20px;
  display: grid;
  grid-template-rows: 1fr 2fr;

}

.bestai-body__inner__row-top {
  column-gap: inherit;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.bestai-body__inner__row-bottom {
  column-gap: 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "video bttm-row";
}

.bestai__bottom-rows {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}

.bestai__step-item__img {
  margin-bottom: 10px;
}

.bestai__step-item__img img{
  margin-left: -24px;
}

.bestai__video {
  /* background: #A5AFBE; */

  background: url(../img/video858.webp) no-repeat center center;
  background-size: cover;
  border-radius: 25px;
}

.bestai__step-item__desc {
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
}

@media (max-width: 992px) {
  .bestai-body__inner__row-top {
    grid-auto-flow: column;
    row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .bestai-body__inner__row-bottom {
    column-gap: 0;
    row-gap: 20px;
    grid-auto-flow: column;
    grid-template-areas: "bttm-row video";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2fr;
  }


  .bestai__step-item {
    display: flex;
    gap: 5px;
  }
  .bestai__bottom-rows {
  row-gap: 20px;
}
}
@media (max-width: 992px) {
  .bestai__step-item__img img {
    margin-left: -4px;
    max-width: 80px;
  }
  .bestai__step-item__desc {
    line-height: 110%;
    align-items: center;
	  display: flex;
  }

  .bestai__step-item__img {
    margin-bottom: 0px;
  }
  #bestai h2 {
    margin-bottom: 20px!important;
  }
  .bestai-body__inner {
    gap: 10px;
    display: grid;
    grid-template-rows: unset;
  }
  .bestai-body__inner__row-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .bestai__video {
    height: 400px;
    margin-top: 20px;
  }
  /* .case-item__desc, .musthave__inner__col-text__inner__desc, .models-items__item_decs, .main-banner__desc, .features__item__inner__desc, text-white-desc {
    font-size: 14px!important;
  } */
}
@media (max-width: 768px) {
  .bestai__step-item__img img {
    max-width: 40px;
  }
  .bestai__step-item__desc {
    font-size: 16px;
  }
  .bestai__video {
    height: 300px;
  }
}
@media (max-width: 540px) {
  .bestai__video {
    height: 200px;
  }
}

/* end bestai  */


select option {
  /* background: #00CD9C; */
  border-radius: 5px;
  cursor: pointer;

}

option:checked {
  background-color: #00CD9C;
  color: #fff;
}
select option:hover {
  background-color: #e3e3e3!important;
}
select option:focus {
  background-color: #e3e3e3!important;
}


/* soon  */

.soon a.nav-menu__item__link:hover {
	cursor: wait;
}

a.menu-item__link.soon .drope-down__text, a.menu-item__link.soon svg {
	opacity: .5;
}

.nav-menu__item.has-icon.soon a.nav-menu__item__link, .nav-menu__item.has-icon.soon svg {
  opacity: .5;
}
.item__link.soon svg {
  opacity: 0.5;
}
.item__link.soon .drope-down__text {
  opacity: 0.5;
}
a.menu-item__link.soon, .nav-menu__item.has-icon.soon, .item__link.soon {
  position: relative;
  cursor: wait;
}

span.start-soon {
  position: absolute;
  font-size: 8px;
  font-weight: 600;
  right: 0;
  top: -2px;
  border-radius: 3px;
  padding: 1px 3px;
  background: var(--green-btn-submit);
  color: var(--color-dark-grey);
  box-shadow: 0px 0px 25px rgba(1, 255, 194, 0.62);
}
.nav-menu__item.has-icon.soon {
  line-height: unset;
}


.billing-inner__monthly-pkgs-wrapp::-webkit-scrollbar-track {
  background: var(--bg-black-color);
}

.billing-inner__monthly-pkgs-wrapp::-webkit-scrollbar-thumb {
  background: var(--green-btn-submit);
}
.billing-inner__monthly-pkgs-wrapp::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}