/*
    Main Style
    https://franken-ui.dev/docs/ 
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 16px;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #000;
}
body.page-landing {
  position: relative;
}
body.page-landing:before {
  position: absolute;
  width: 100%;
  height: 233px;
  left: 0px;
  bottom: 0px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
}
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 20px;
}

.form-container {
  padding: 8% 24%;
}

.text-center {
  text-align: center;
}

a {
  color: #3f80ff;
}

.uk-text-lead {
  color: #301025;
}

.uk-text-muted {
  color: #888888;
}

.uk-text-underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #301025;
}

.divider-with-text {
  position: relative;
  height: 30px;
}
.divider-with-text > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #9e9e9e;
}
.divider-with-text span {
  background: #fff;
  display: block;
  z-index: 10px;
  padding: 0px 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  list-style: 1;
}
.divider-with-text hr {
  left: 0px;
  width: 100%;
}

.uk-pin-input.pins-6 input {
  height: 3rem;
  width: 16.6666666667%;
  font-size: large;
}

.uk-file-upload-logo-center {
  display: flex;
  justify-content: center;
}
.uk-file-upload-logo button {
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  display: block;
}
.uk-file-upload-logo.uk-file-upload-cover button {
  width: 300px;
}

.uk-file-wide-center {
  display: flex;
  justify-content: center;
}
.uk-file-wide button {
  width: 250px;
  height: 150px;
  background-color: #f2f2f2;
  display: block;
}

.uk-form-select > .uk-form-custom,
.uk-form-select select,
.uk-form-select button {
  width: 100%;
}
.uk-form-select button {
  justify-content: space-between;
}
.uk-form-select .uk-form-help {
  font-size: 12px;
  padding-top: 4px;
  padding-left: 19px;
}

.uk-button-primary {
  background-color: #301025;
}
.uk-button-primary[data-theme=light] {
  background-color: #faf5ed;
  color: #301025;
}
.uk-button-primary[data-theme=dark] {
  background-color: #2c5472;
  color: #fff;
}

.uk-button-accent {
  color: #fff;
  background: #fc8501;
}

.uk-button-ghost {
  background: #fff;
}

.uk-button-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.uk-form-enclosed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uk-form-enclosed .bordered {
  padding: 10px;
  border: 1px solid #ebebeb;
  border-radius: 11px;
}
.uk-form-enclosed.uk-form-col-2 > * {
  width: 45%;
}
.uk-form-enclosed.uk-form-col-3 > * {
  width: 30%;
}

.dashboard-container {
  position: relative;
  display: flex;
  padding-left: 280px;
}
.dashboard-container > div {
  flex: 1;
  box-sizing: border-box;
}

.dashboard-menu {
  position: fixed;
  z-index: 10;
  min-height: 100%;
  width: 280px;
  background: #ffffff;
  border-right: solid 1px rgba(48, 16, 37, 0.1);
  padding: 1rem 1rem;
  left: 0px;
  top: 0px;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard-menu ul.nav-link {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.dashboard-menu ul.nav-link li {
  transition: 0.2s ease-in-out;
  margin-bottom: 5px;
}
.dashboard-menu ul.nav-link li.nav-link-active, .dashboard-menu ul.nav-link li:hover {
  background: #f6f3f5;
  border-radius: 7px;
  cursor: pointer;
}
.dashboard-menu ul.nav-link li a {
  padding: 1rem 2rem;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #301025;
  width: 100%;
}

.dashboard-content {
  position: relative;
  z-index: 5;
  padding-left: 0px;
  padding-right: 0px;
}

.dashboard-header {
  padding-bottom: 1.5rem;
  border-bottom: solid 1px rgba(48, 16, 37, 0.1);
}

.dashboard-row {
  position: relative;
}
.dashboard-row:not(.dashboard-flushed) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.dashboard-header {
  padding-top: 2rem;
  display: flex;
  align-items: center;
}
.dashboard-header .dashboard-title {
  width: 70%;
}
.dashboard-header .dashboard-quick-controls {
  width: 30%;
}
.dashboard-header .dashboard-quick-controls .mini-actions {
  display: flex;
  justify-content: space-evenly;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dashboard-quick-actions a {
  color: #301025;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.dcard-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-wrap: wrap;
}
.dcard-list .dcard {
  width: 410px;
  min-height: 200px;
  background: #ffffff;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  border: 2px solid transparent;
  margin-bottom: 1rem;
}
.dcard-list .dcard:hover {
  border: 2px solid #301025;
  cursor: pointer;
}
.dcard-list .dcard-create {
  flex-direction: column;
  background: #efefef;
  row-gap: 1rem;
}
.dcard-list .dcard-create img {
  transition: 0.2s ease-in-out;
}
.dcard-list .dcard-create:hover img {
  transform: scale(1.2);
}
.dcard-list .dcard-item {
  position: relative;
  display: flex;
  background: #ffffff;
  mix-blend-mode: normal;
  /* Drop Shadow/200 */
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
}
.dcard-list .dcard-item .dcard-side-background {
  position: absolute;
  pointer-events: none;
  height: 100%;
  top: 0px;
  left: 0px;
  width: 110px;
  background: #faf5ed;
  border-radius: 7px 0px 0px 7px;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.dcard-list .dcard-item .dcard-avatar {
  position: relative;
  z-index: 10;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 7px;
  padding: 5px;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
}
.dcard-list .dcard-item .dcard-avatar .avatar {
  background: #d9d9d9;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 5px;
  background-position: center center;
}
.dcard-list .dcard-item .dcard-desc {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.dpreview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dpreview .form-content {
  min-width: 500px;
  width: 60%;
  background-color: #fff;
  min-height: 500px;
}
.dpreview .form-content.full-width {
  width: 100%;
}
.dpreview .preview-content {
  display: flex;
  width: 40%;
  background-color: #fff;
  border-radius: 11px;
  padding: 2rem 3.5rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.dpreview .preview-content img,
.dpreview .preview-content .sticky {
  transition: 0.3s ease-in-out; /* For Safari */
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.dpreview .preview-content img {
  max-width: 300px;
}

.dblock {
  padding: 2rem;
}

.daccount {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
}
.daccount .form-content {
  min-width: 100%;
  width: 60%;
  background-color: #fff;
  border-radius: 0px 11px 11px 0px;
  min-height: 500px;
  padding: 2rem;
}

.dsubscription {
  min-height: 80%;
}
.dsubscription .form-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}
.dsubscription .subscription-type {
  min-width: 400px;
  margin-bottom: 2rem;
}
.dsubscription .subscription-type a {
  color: #301025;
}
.dsubscription .subscription-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
.dsubscription .subscription-list .subscription-item {
  width: 30%;
  max-width: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  transition: 0.4s ease-in-out;
}
.dsubscription .subscription-list .subscription-item:hover {
  box-shadow: 0px 0px 15px rgba(48, 16, 37, 0.25);
}
.dsubscription .subscription-list .subscription-item > * {
  padding: 1.3rem;
}
.dsubscription .subscription-list .subscription-item .price {
  background-color: #f2f2f2;
}
.dsubscription .subscription-list .subscription-item .action {
  border-bottom: 2px solid #f2f2f2;
}
.dsubscription .subscription-list .subscription-item.current-plan {
  background: #faf5ed;
}
.dsubscription .subscription-list .subscription-item.current-plan .price {
  background: #f2e5d0;
}
.dsubscription .subscription-list .subscription-item.current-plan .action {
  border-bottom: 2px solid #f2e5d0;
}
.dsubscription .subscription-list .subscription-item .features {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.dsubscription .subscription-list .subscription-item .features li {
  font-size: 0.8rem;
}
.dsubscription .subscription-list .subscription-item .features .uk-list-bullet > :before {
  background-image: url("../icons/icon-check-blue.svg");
}

.social-toggle {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: rgba(48, 16, 37, 0.02);
  padding: 1rem;
  row-gap: 10px;
  border-radius: 11px;
  margin-bottom: 0.5rem;
}
.social-toggle.social-add {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social-toggle > .toggle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.social-toggle > .input-form {
  width: 100%;
}
.social-toggle > .input-form input {
  background-color: #fff;
}
.social-toggle .detail {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.social-toggle.social-link {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.social-toggle.social-link .detail {
  min-width: 30%;
}
.social-toggle.social-link .detail:hover {
  cursor: grab;
}
.social-toggle.social-link .detail + div {
  width: 50%;
}
.social-toggle.social-link .detail + div input {
  background: #fff;
}
.uk-toggle-switch-primary:checked {
  background-color: #3dcb3a;
}

.uk-modal-container .uk-modal-dialog {
  width: 900px;
}

.select-color {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.select-color .color-item {
  padding: 0.4rem;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.select-color .color-item:hover {
  border: 1px solid #301025;
  cursor: pointer;
}
.select-color .color-item.current {
  border: 1px solid #b5b4b4 !important;
}
.select-color .color-item > div {
  height: 30px;
  width: 30px;
  border-radius: 5px;
}
.select-color .theme-1 {
  background-color: #000000;
}
.select-color .theme-2 {
  background-color: #ff1515;
}
.select-color .theme-3 {
  background-color: #ff5d02;
}
.select-color .theme-4 {
  background-color: #0368f9;
}
.select-color .theme-5 {
  background-color: #a929d6;
}
.select-color .theme-6 {
  background-color: #1b8b19;
}

.preview-qr-live {
  padding: 1rem;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
  min-height: 200px;
  min-width: 200px;
}

.uk-tab {
  -moz-column-gap: 6px;
       column-gap: 6px;
  border-bottom: none;
}
@media (min-width: 998px) {
  .uk-tab > * > a {
    min-width: 115px;
  }
}
.uk-tab > * > a {
  border: none;
  background: #f2f2f2;
  border-radius: 7px 7px 0px 0px;
}
.uk-tab .uk-active a {
  border: none;
  background-color: #c3c1c1;
  color: #000;
}

.tab-content-center {
  padding: 1rem;
  min-height: 400px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}

.play-tutorial {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  max-width: 135px;
  text-align: right;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 9px;
  color: #000;
  margin: 1rem 0 0 0;
}
.play-tutorial img {
  max-width: 40px;
}

.uk-flex-inner {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.border-top {
  border-top: solid 1px rgba(48, 16, 37, 0.1);
}

.border-bottom {
  border-bottom: solid 1px rgba(48, 16, 37, 0.1);
}

.horizontal-line {
  position: relative;
}
.horizontal-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: rgba(48, 16, 37, 0.1);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.horizontal-line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 10px;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.horizontal-line > * {
  z-index: 2;
}

.border-right {
  border-right: solid 1px rgba(48, 16, 37, 0.1);
}

.border-left {
  border-left: solid 1px rgba(48, 16, 37, 0.1);
}

.check-add-box {
  display: inline-block;
}

.check-add-box .checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.check-add-box input[type=checkbox] {
  display: none;
}

.check-add-box label {
  display: block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-position: center;
}
.check-add-box label:hover {
  cursor: pointer;
}

/* Unchecked state - icon-check-yellow.svg */
.check-add-box input[type=checkbox] + label {
  background-image: url("../icons/icon-add.svg");
}

/* Checked state - icon-add.svg */
.check-add-box input[type=checkbox]:checked + label {
  background-image: url("../icons/icon-check-yellow.svg");
}

.uk-default-alert {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  min-height: 85px;
}

.help-blocks {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
}
.help-blocks .help-column {
  width: 40%;
}
.help-blocks .help-column.wide {
  width: calc(60% - 15px);
  flex-grow: 1;
}
.help-blocks .help-column.help-video {
  width: 300px;
}
.help-blocks .help-column .uk-alert > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-video .uk-alert-title {
  color: #301025;
}

.dashboard-sub-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
}

.btn-round {
  padding: 0.5rem 1.5rem;
  border: 1px solid rgba(48, 16, 37, 0.25);
  color: #301025;
  background: transparent;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  min-width: 190px;
  text-align: center;
}
.btn-round:hover:not(.active) {
  border-color: #301025;
}
.btn-round.active {
  background: #301025;
  border-color: #301025;
  color: #fff;
}
.btn-round[disabled] {
  border-color: rgba(48, 16, 37, 0.4);
  color: rgba(48, 16, 37, 0.4);
  cursor: not-allowed;
  pointer-events: none;
}

.choice-block {
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.choice-block * {
  color: #301025 !important;
}

.dashed {
  background: rgba(48, 16, 37, 0.03);
  border: 1px dashed rgba(48, 16, 37, 0.22);
  border-radius: 7px;
}
.dashed .uk-subnav-primary > .uk-active > a {
  color: #FFF !important;
}

.square {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.square img {
  transition: 0.3s ease-in-out;
  transform-origin: center center;
}
.square:hover {
  border: 1px solid rgb(48, 16, 37);
}
.square:hover img {
  transform: scale(1.1);
}

.rect {
  width: 100%;
  max-width: 900px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding: 25px;
}
.rect.narrow {
  max-width: 400px;
  min-height: 200px;
}

.avatar-catalog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.avatar-catalog-grid a {
  width: 150px;
  height: 150px;
  padding: 4px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}
.avatar-catalog-grid a:hover {
  border: 1px solid #301025;
}
.avatar-catalog-grid img {
  border-radius: 15px;
}

.success-block {
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.success-block .avatar-setup {
  height: 300px;
  width: 300px;
  position: relative;
  padding: 15px;
  background: rgba(48, 16, 37, 0.03);
  border: 1px dashed rgba(48, 16, 37, 0.22);
  border-radius: 7px;
}
.success-block .avatar-setup .avatar-preview {
  min-height: 280px;
  min-width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  background-size: cover;
  background-position: center center;
}
.success-block .avatar-setup .btn-playback {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.success-block .success-message {
  max-width: 600px;
  width: 100%;
  min-height: 300px;
  padding-top: 20px;
}

.btn-proceed {
  display: flex;
  padding: 15px 30px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border: 1px solid #301025;
  border-radius: 7px;
  color: #301025;
  transition: 0.3s ease-in-out;
  justify-content: center;
}
.btn-proceed:hover {
  transform: scale(1.02);
}

.back-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #7b7b7b;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
}
.back-link:hover {
  transform: translateX(-2px);
}

.pointer:hover {
  cursor: pointer;
}

.voice-excerpt-grid {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.voice-excerpt-grid .excerpt-block {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  justify-content: center;
  align-items: center;
}
.voice-excerpt-grid .excerpt-block .dashed {
  padding: 15px;
  position: relative;
  max-width: 800px;
}
.voice-excerpt-grid .excerpt-block .dashed > p {
  margin-top: 0.5rem;
}
.voice-excerpt-grid .excerpt-block .mic-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.voice-excerpt-grid .excerpt-block .mic-button span {
  text-align: center;
  font-size: 13px;
  color: #301025;
}
.voice-excerpt-grid .excerpt-block .mic-button img {
  transition: 0.3s ease-in-out;
}
.voice-excerpt-grid .excerpt-block .mic-button:hover img {
  transform: scale(1.1);
}

.excerpt-text {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #301025;
}
.excerpt-text.script {
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
}
.excerpt-text.script p {
  display: block;
}

.custom-close {
  position: unset;
  padding: unset;
}

.review-recording {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.review-recording.even {
  justify-content: center;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.review-recording > a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #301025;
  font-size: 14px;
}

.recorded {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #301025;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.btn-playback {
  padding: 5px 15px;
  border: 1px solid rgba(48, 16, 37, 0.25);
  color: #301025;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  text-align: center;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dashboard-menu .nav-link li:last-child {
  display: none !important;
}/*# sourceMappingURL=impretza.css.map */