/*!
 * Theme: Default
 * Package: CopyGen
 * Version: 1.4.0
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
**/
/** WRITE YOUR OWN STYLE **/
.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fs-50 {
  font-size: 50px !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fw-semibold {
  font-weight: 600 !important;
}

.form-select-lg {
  min-height: 3rem;
  padding: 0.6875rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.form-control:disabled {
  background-color: #f2f2f2;
}

.text-transform-none {
  text-transform: none !important;
}

.nk-menu-buttons > li .btn {
  font-size: 16px;
}

.social-btn {
  letter-spacing: 0.025rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-wrap .logo-text {
  letter-spacing: 0.025rem;
  font-size: 18px;
  font-weight: 700;
}

.logo-link {
  max-height: unset;
}

.pricing-body .btn i {
  display: none;
}
.pricing-body .btn.loading i {
  display: inline;
}

.nk-pages-hp .pricing-body button {
  display: none;
}
.nk-pages-hp .pricing-body a {
  display: block;
}
.nk-pages-hp p.lead {
  line-height: 27px;
}

.nk-pages-pricing .pricing-body button {
  display: block;
}
.nk-pages-pricing .pricing-body a {
  display: none;
}
.nk-pages-pricing .pricing-body h3 {
  min-height: 66.5px;
}

.nk-page-faq h3 {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.025rem;
  word-spacing: 0.025rem;
  line-height: 26px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.nk-page-faq .row-faq-top p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  border-left: 10px solid #a6a6ff26;
  padding-left: 15px;
}
.nk-page-faq .row-faq-top a.list-group-item {
  padding-left: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E9F2;
  font-weight: 500;
  transition: color, path 300ms;
}
.nk-page-faq .row-faq-top a.list-group-item:hover {
  color: var(--bs-primary);
}
.nk-page-faq .row-faq-top a.list-group-item:hover svg path {
  fill: var(--bs-primary);
}

.nk-page-faq-item .max-content {
  max-width: 786px;
  margin: 0 auto;
}

.nk-page-command .commands-list, .nk-page-command .top-commands-list {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.nk-page-command .commands-list .card, .nk-page-command .top-commands-list .card {
  min-height: 150px;
}
.nk-page-command .commands-list .card.with-bg, .nk-page-command .top-commands-list .card.with-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.nk-page-command .commands-list .card .card-body .bottom-text, .nk-page-command .top-commands-list .card .card-body .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #202045;
  color: white;
  font-weight: 500;
  opacity: 0.92;
  font-size: 14px;
  line-height: 19px;
  border-top: 1px solid #ffffff33;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.nk-page-command .commands-list .card .card-body .bottom-text span, .nk-page-command .top-commands-list .card .card-body .bottom-text span {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.nk-page-command .commands-list .card .card-body .top-text, .nk-page-command .top-commands-list .card .card-body .top-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.nk-page-command .commands-list .card .card-body .top-text .badge, .nk-page-command .top-commands-list .card .card-body .top-text .badge {
  display: flex;
  align-items: center;
}
.nk-page-command .top-commands-list {
  max-width: 550px;
}
.nk-page-command .command-stuffs > * {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nk-page-gen h2 {
  color: var(--bs-light);
  font-size: 26px;
  text-align: center;
}
.nk-page-gen label.form-label {
  display: block;
  text-align: center;
}
.nk-page-gen .step {
  opacity: 0;
  height: 0;
  width: 100%;
  transition: opacity 400ms;
  z-index: -1;
  position: relative;
}
.nk-page-gen .step:not(.active) {
  position: absolute;
  top: 0;
}
.nk-page-gen .step.active {
  height: auto;
  opacity: 1;
  z-index: 1;
}
.nk-page-gen .progress {
  height: 3px;
  background: #696969;
  border-radius: 5px;
  overflow: hidden;
}
.nk-page-gen .progress .progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--bs-primary);
  transition: width 1s ease;
}
.nk-page-gen textarea {
  resize: none;
}
.nk-page-gen .buttons-holder button {
  white-space: nowrap;
}
.nk-page-gen .buttons-holder button .ni.ni-loader {
  display: none;
}
.nk-page-gen .buttons-holder button:disabled .ni.ni-loader {
  animation: spin-animation 2s linear infinite;
  display: inline-block;
}
.nk-page-gen .result small {
  font-size: 14px;
  font-weight: 400;
}
.nk-page-gen .result h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
}
.nk-page-gen .result h3 em {
  cursor: pointer;
}
.nk-page-gen .result #generated-prompt {
  background: #ececec;
  border-radius: 5px;
  padding: 1rem;
  white-space: pre-line;
  color: black;
}
.nk-page-gen .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  animation: fadeIn 0.5s ease-in-out;
}
.nk-page-gen .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.nk-page-gen .popup button {
  margin-top: 10px;
}
.nk-page-gen .loader {
  text-align: center;
  margin-top: 20px;
  font-size: 1.1rem;
  color: var(--bs-light);
  opacity: 0;
  transition: opacity 300ms;
}
@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

#modal-add-command .modal-body input {
  background: #ededed;
  color: black;
}
#modal-add-command .modal-body input:focus {
  box-shadow: unset;
}
#modal-add-command .modal-body input.invalid {
  box-shadow: 0 0 5px 1px var(--bs-danger);
}

.ng-body-landing header .nk-mask.bg-pattern-noise-a {
  display: none;
}
.ng-body-landing .have-account, .ng-body-landing .pricing-body a {
  display: none;
}

@media (min-width: 991px) {
  .nk-page-welcome .nk-hero {
    mask-image: radial-gradient(ellipse, #000 63%, transparent 90%);
  }
}
@media (max-width: 991px) {
  .nk-page-welcome .nk-hero {
    mask-image: radial-gradient(ellipse, #000 80%, transparent 92%);
  }
}
.nk-page-welcome .nk-hero-gfx > * {
  box-shadow: inset 0 0 10px #c8c8c8;
  background: rgba(182, 182, 182, 0.2);
  border: 1px solid #c8c8c8;
}
.nk-page-welcome .nk-hero-gfx iframe {
  aspect-ratio: 4/2.5;
  box-shadow: inset 0 0 10px #c8c8c8;
  max-width: 42rem;
  background: #ffffff96;
  border: 1px solid #c8c8c8;
}
.nk-page-welcome .section-type textarea {
  color: var(--bs-body-color);
  box-shadow: 1px 4px 6px #6361613d;
  resize: none;
  font-size: 15px;
}
.nk-page-welcome .section-type textarea::placeholder {
  color: var(--bs-body-color);
  font-weight: 500;
}

.free-html-content > * {
  font-family: var(--bs-body-font-family);
  font-size: 16px;
}
.free-html-content strong {
  text-align: left;
  display: inline;
  font-size: inherit;
  margin-bottom: unset;
  line-height: unset;
}
.free-html-content h1, .free-html-content h2, .free-html-content h3, .free-html-content h4, .free-html-content h5, .free-html-content h6 {
  font-weight: 800;
  letter-spacing: 0.025rem;
  word-spacing: 0.025rem;
}
.free-html-content h1 {
  font-size: 28px;
  line-height: 32px;
}
.free-html-content h2 {
  font-size: 26px;
  line-height: 30px;
}
.free-html-content h3 {
  font-size: 24px;
  line-height: 28px;
}
.free-html-content strong, .free-html-content h4 {
  font-size: 22px;
  line-height: 26px;
}
.free-html-content h5 {
  font-size: 20px;
  line-height: 24px;
}
.free-html-content h6 {
  font-size: 18px;
  line-height: 22px;
}
.free-html-content img {
  max-width: 100%;
  height: auto;
}
.free-html-content table {
  width: 100%;
  border: 0 !important;
}
.free-html-content table tr td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .free-html-content table tr {
    display: flex;
    flex-direction: column;
  }
  .free-html-content table tr td {
    text-align: left !important;
    width: 100% !important;
  }
}

.left-side-anchor {
  display: block;
  font-size: 17px;
  border-left: 2px solid #adacac;
  color: #adacac;
  padding-left: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
}
.left-side-anchor:hover {
  color: var(--bs-primary);
  border-left: 2px solid var(--bs-primary);
  cursor: pointer;
}
.left-side-anchor.left-side-anchor-selected {
  color: var(--bs-primary);
  border-left: 2px solid var(--bs-primary);
  cursor: pointer;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

form.ng-invalid.ng-submitted input.ng-invalid, form.ng-invalid.ng-submitted select.ng-invalid {
  border: 1px solid var(--bs-red);
}

form.ng-invalid.ng-dirty input.ng-invalid.ng-dirty, form.ng-invalid.ng-dirty select.ng-invalid.ng-dirty {
  border: 1px solid var(--bs-red);
}

.nk-footer .socials-links a {
  opacity: 0.75;
  transition: opacity 300ms;
}
.nk-footer .socials-links a:hover {
  opacity: 1;
}

.nk-header-main .nk-menu-buttons .nk-menu-item .nk-menu-link .nk-menu-text {
  word-spacing: 0.3rem;
}

.section-wrap-angle.bg-darker {
  z-index: 1;
}

.glassi {
  border-radius: 5px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px #2020456b;
  color: #202045;
}

.header-banner {
  padding: 0.75rem 0;
  background: var(--bs-primary);
  position: relative;
  top: -0.75rem;
}
.header-banner button {
  font-size: 28px;
  line-height: 19px;
  font-weight: 300;
  padding: 0;
  font-family: Ariel;
}
.header-banner a {
  color: white;
}

header.nk-header:has(.header-banner) {
  padding-top: 136px;
}

header.nk-header .nk-header-main.has-fixed .header-banner {
  top: 0;
}

.guide ol {
  list-style: decimal;
  padding-inline-start: 18px;
}
.guide ul {
  list-style: unset;
  padding-inline-start: 18px;
}
.guide strong {
  color: inherit;
}

.nk-hero-gfx {
  position: relative;
}
.nk-app-root:has(.nk-pages-hp) {
  overflow: unset;
}

.scrollspy {
  height: 100%;
  width: 50%;
}
.scrollspy .block-text {
  height: 100vh;
  padding-top: 6.25rem;
  max-height: 40rem;
}
@media (max-width: 768px) {
  .scrollspy {
    width: auto;
  }
  .scrollspy .block-text {
    height: auto;
    padding-top: 4.25rem;
    max-height: unset;
  }
  .scrollspy .block-text p + img {
    margin: 2.25rem auto 0;
    display: block;
    max-width: 450px;
  }
}

#simple-list-example {
  display: flex;
  width: 50%;
  height: 100vh;
  max-height: 40rem;
  position: sticky;
  position: -webkit-sticky;
  top: calc(50% - 250px);
}
#simple-list-example a {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s;
  display: block;
}
#simple-list-example a.active {
  opacity: 1;
  visibility: visible;
}

.swiper-init {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .swiper-init {
    padding-left: 200px;
  }
}

.swiper-slide {
  width: auto !important;
  height: auto !important;
}
.swiper-slide .card {
  max-width: 350px;
  height: 100%;
}
.swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
}
.swiper-slide .card .card-body > *:last-child {
  margin-top: auto;
}
.swiper-slide .card .card-body p {
  font-size: 18px;
  line-height: 26px;
}
.swiper-slide .card .card-body .media-info {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.swiper-slide .card .card-body .media-info .sub-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
  border-radius: 50%;
  border: 1.5px solid #fff;
  width: 64px;
  height: 64px;
  display: flex;
  background-color: transparent;
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  align-items: center;
}
.swiper-button-next:disabled, .swiper-button-next.swiper-button-disabled, .swiper-button-prev:disabled, .swiper-button-prev.swiper-button-disabled {
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.swiper-button-next:disabled svg path, .swiper-button-next.swiper-button-disabled svg path, .swiper-button-prev:disabled svg path, .swiper-button-prev.swiper-button-disabled svg path {
  stroke: #d9d9d9;
}
.swiper-button-next:not(:disabled):not(.swiper-button-disabled):hover, .swiper-button-prev:not(:disabled):not(.swiper-button-disabled):hover {
  border-width: 2.5px;
}

.swiper-button-prev {
  padding-left: 6px;
}
.swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-next {
  padding-right: 6px;
}

.filter-bright {
  filter: brightness(1.5);
}

.profile-img {
  width: 75px;
  height: 75px;
  border-radius: 75px;
}

.social-img {
  width: 40px;
  height: 40px;
}

.smaller-title {
  font-size: 34px;
}

.sbuttons {
  bottom: 5%;
  position: fixed;
  margin: 1em;
  left: 0;
  z-index: 100;
}
.sbuttons .sbutton {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  position: relative;
}
.sbuttons .sbutton:active,
.sbuttons .sbutton:focus,
.sbuttons .sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.sbuttons .sbutton:not(:last-child) {
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbuttons .sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all 0.3s ease-in-out;
}
.sbuttons .sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 50px;
  height: 50px;
  margin: 15px auto 0;
}
.sbuttons .sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbuttons .sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbuttons .sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbuttons .sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbuttons .sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbuttons .sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.sbuttons .sbutton.mainsbutton {
  background: #2ab1ce;
}

body[data-has-2slash] .show-has-ext {
  display: inherit;
}
body[data-has-2slash] .hide-has-ext {
  display: none !important;
}

body:not([data-has-2slash]) .show-has-ext {
  display: none !important;
}
body:not([data-has-2slash]) .hide-has-ext {
  display: inherit;
}

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