@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "graphik-bold";
  src: url("../fonts/Graphik-Bold.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: "graphik-semibold";
  src: url("../fonts/Graphik-semibold.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: "graphik-medium";
  src: url("../fonts/Graphik-Medium.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: "graphik";
  src: url("../fonts/Graphik-regular.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: "graphik-light";
  src: url("../fonts/Graphik-Light.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 300;
}
body {
  line-height: 1.2;
  font-weight: normal;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-feature-settings: "ss01" on;
}

.h1 {
  font-family: "graphik-bold";
  font-weight: 700;
  line-height: 1.2;
  font-size: 36px;
}

.h2 {
  font-family: "graphik-bold";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.24;
}

.h3 {
  font-family: "graphik-semibold";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.18;
}

.h4 {
  font-family: "graphik-semibold";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}

.h5 {
  font-family: "graphik";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

.h6 {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}

p, .p {
  font-size: 14px;
  line-height: 1.37;
  color: #9294A8;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/**      Reset css start        **/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #FCF8EF;
  overflow-y: hidden;
}

/**      Reset css end        **/
.gap-17 {
  gap: 17px;
}

.gap-12 {
  gap: 12px;
}

.mt-26 {
  margin-top: 26px;
}

.oodlesHome:before {
  content: "";
  background: #FFFFFF;
  filter: blur(142px);
  position: absolute;
  width: 80%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}

.main-Wrap {
  background-image: url("../images/bg-images.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-family: "graphik-medium";
  font-weight: 500;
  font-size: 14px;
  padding: 10px 16px;
  background: #157EFB;
  color: #fff;
  box-shadow: 0px 1.79781px 10.7869px #F9FAFF;
  transition: all ease 250ms;
  line-height: 1;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 480px) {
  .btn-primary {
    font-size: 14px;
    padding: 5px 8px;
  }
}
.btn-primary:hover .icon-arrow_slider {
  -webkit-animation: linkArrowdown 400ms ease-in-out forwards;
          animation: linkArrowdown 400ms ease-in-out forwards;
}

.btn-download {
  background: rgb(255, 198, 88);
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  padding: 7px 36px 7px 16px;
  color: rgb(30, 26, 21);
  transition: all ease 250ms;
  border: 2px solid #FFB549;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  z-index: 9;
  height: 32px;
  font-family: "Plus Jakarta Sans";
  box-shadow: -9px -9px 14px #FFFEFA, 9px 9px 16px rgba(189, 184, 166, 0.4);
}

.icon-arrow_slider {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-flex;
  filter: drop-shadow(0px 4px 6px rgba(48, 121, 186, 0.16));
  background: #4499FF;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  background-image: url(../images/sprite-img.svg);
  background-position: -110px 1px;
  background-repeat: no-repeat;
  -webkit-animation: linkArrowdown1 400ms ease-in-out forwards;
          animation: linkArrowdown1 400ms ease-in-out forwards;
}

.icon-arrow_download {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-flex;
  filter: drop-shadow(0px 4px 6px rgba(48, 121, 186, 0.16));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  background-image: url(../images/download-shape.svg);
  background-position: 0;
  background-repeat: no-repeat;
  -webkit-animation: linkArrowdown1 400ms ease-in-out forwards;
  animation: linkArrowdown1 400ms ease-in-out forwards;
}

.cmn-btn {
  width: 32px;
  height: 32px;
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  cursor: pointer;
  position: relative;
  box-shadow: -9px -9px 14px #FFFFFF, 9px 9px 16px rgba(189, 184, 166, 0.4);
  justify-content: center;
}
.cmn-btn .bt-icon {
  display: flex;
}
.cmn-btn .bt-icon img {
  width: 16px;
}

.btn-share {
  width: 32px;
  height: 32px;
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  cursor: pointer;
  position: relative;
  box-shadow: -9px -9px 14px #FFFFFF, 9px 9px 16px rgba(189, 184, 166, 0.4);
  justify-content: center;
}
.btn-share .bt-icon {
  display: flex;
}
.btn-share .bt-icon img {
  width: 16px;
}

.header .container {
  padding: 14px 36px;
}
@media (max-width: 992px) {
  .header .container {
    padding: 9px 15px;
  }
}
.header .container .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn {
  display: flex;
  align-items: center;
}
.header-btn .help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECEAEB;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  margin-right: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .header-btn .help-btn {
    margin-right: 4px;
    transform: scale(0.8);
  }
}
.header-btn .help-btn:hover {
  background-color: #4499FF;
  border-color: #157EFB;
  transition: all 0.2s ease-in-out;
}
.header-btn .help-btn:hover .help-icon {
  background-position: -85px -20px;
  transition: all 0.2s ease-in-out;
}
.header-btn .help-btn .help-icon {
  background-image: url(../images/sprite-img.svg);
  background-repeat: no-repeat;
  background-position: -85px 5px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.header-btn .header-right-section {
  width: 100%;
  display: flex;
  gap: 10px;
  border-radius: 12px;
}

.user-profile {
  cursor: pointer;
}
.user-profile .profile-figure {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  overflow: hidden;
}
.user-profile .profile-figure img {
  width: 100%;
}

/************************************* header profile ****************************************/
.user-deta {
  width: 132px;
  position: absolute;
  top: 42px;
  background: white;
  border-radius: 12px;
  transition: height 0.5s;
  min-width: 120px;
  right: -5px;
  z-index: 999;
}

.user-deta .user-data-list {
  overflow: hidden;
  height: 0px;
}
.user-deta .user-data-list .user-list {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px;
}
.user-deta .user-data-list .user-list .list-anchor {
  width: 100%;
  transition: all 0.5s;
  text-align: left;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #414141;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.user-deta .user-data-list .user-list .list-anchor.account {
  background: #FFB549;
  color: #1E1A15;
  border-radius: 6px;
  padding: 10px;
  margin-top: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.user-deta .user-data-list .user-list .list-anchor.account:before {
  content: "";
  position: absolute;
  top: -12px;
  width: 100%;
  height: 1px;
  background: #414141;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.3;
}
.user-deta .user-data-list .user-list .list-anchor .list-ico {
  margin-right: 5px;
  display: flex;
}
.user-deta .user-data-list .user-list .list-anchor .list-ico img {
  width: 15px;
}

.user-profile.active ~ .user-deta .user-data-list {
  height: auto;
  transition: height 0.5s;
  border-radius: 12px;
  padding-top: 3px;
}

/**      main-sec css start       **/
.main-sec {
  height: calc(100vh - 138px);
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .main-sec {
    height: calc(100vh - 138px);
  }
}

.main-sec-blk {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .main-sec-blk {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .main-sec-blk.Oodles-character {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .main-sec-blk.Oodles-character .main-menu .panel-group {
    width: 180px;
  }
}
.main-sec-blk .left-option-area {
  max-width: 364px;
  width: 100%;
  background-color: #C2DDFE;
  display: flex;
}
@media (max-width: 992px) {
  .main-sec-blk .left-option-area {
    flex-direction: column;
    max-width: unset;
    overflow: hidden;
  }
}
.main-sec-blk .right-display-area {
  max-width: calc(100vw - 364px);
  width: 100%;
  background-image: url(../images/right-side-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 28px;
}
@media (max-width: 992px) {
  .main-sec-blk .right-display-area {
    max-width: unset;
    padding: 15px;
    height: calc(100% - 263px);
    min-height: 50vh;
  }
}
.main-sec-blk .left-option-sidebar {
  max-width: 262px;
  width: 100%;
  background-color: #C2DDFE;
  display: flex;
  background: #FFFFFF;
  border-right: 1px solid #EEF3F8;
  border-radius: 12px;
  height: calc(100% - 21px);
}
@media (max-width: 992px) {
  .main-sec-blk .left-option-sidebar {
    flex-direction: column;
    max-width: unset;
    overflow: hidden;
  }
}
.main-sec-blk .left-option-sidebar .main-menu {
  padding: 16px 14px;
  height: 100%;
}
.main-sec-blk .left-option-sidebar .panel-group {
  height: 100%;
}
.main-sec-blk .right-display-sidebar {
  width: 100%;
  padding: 20px 0px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .main-sec-blk .right-display-sidebar {
    max-width: unset;
    padding: 15px;
    min-height: 50vh;
  }
}

.rs-middle .rs-top-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 224px;
  margin: auto;
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  background-blend-mode: soft-light, normal;
  border: 1px solid #FFFFFF;
  box-shadow: -9px -9px 14px #ffffff, 9px 9px 16px rgba(189, 184, 166, 0.4);
  border-radius: 24px;
  padding: 0px 22px;
  position: relative;
  top: 1px;
}
.rs-middle .rs-top-btns .rs-btn-list {
  margin: 0;
  padding: 0px;
  background: transparent;
  height: 40px;
  justify-content: space-between;
}
.rs-middle .rs-top-btns > .rs-btn-list {
  width: 48px;
}
.rs-middle .part-st {
  border-right: 1px solid #EEEBE8;
  box-shadow: -2px -2px 3px #ffffff, 2px 2px 8px rgba(145, 139, 124, 0.5);
  display: block;
  width: 1px;
  height: 20px;
  margin: 0px 20px;
}

.tools-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tools-section .tools-select {
  display: flex;
}
.tools-section .ul-tools {
  display: flex;
  gap: 20px;
}
.tools-section .li-tools {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.tools-section .li-tools .tools-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tools-section .li-tools .model-frame {
  min-width: 232px;
}
.tools-section .tl-button {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50px;
  margin-bottom: 8px;
  box-shadow: -9px -9px 14px #FFFFFF, 9px 9px 16px rgba(189, 184, 166, 0.4);
  border: 1px solid #FFFFFF;
}
.tools-section .tl-button.bg-skin {
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #BB8556;
}
.tools-section .tl-button.bg-hairs {
  background: rgb(35, 31, 32);
}
.tools-section .tl-button.bg-none {
  background-image: url("../images/bg-none.svg");
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
.tools-section .tl-title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #37332E;
}

/**     menu style start      **/
.main-menu {
  height: calc(100vh - 73px);
  width: 100%;
  min-width: 104px;
  overflow: auto;
  padding: 15px 0px;
}
@media (max-width: 992px) {
  .main-menu {
    height: unset;
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    min-height: 85px;
  }
}
.main-menu .main-menu-item {
  padding: 6px 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #FCFCFF;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-item:last-child {
  padding-bottom: 0px;
}
.main-menu .main-menu-item.active, .main-menu .main-menu-item:hover {
  background: #FCFCFF;
  border-top: 1px solid #FCFCFF;
  border-bottom: 1px solid #FCFCFF;
  border-right: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-item.active .menu-link, .main-menu .main-menu-item:hover .menu-link {
  color: #157EFB;
}
.main-menu .main-menu-item.active .menu-link .menu-icon-wrpr, .main-menu .main-menu-item:hover .menu-link .menu-icon-wrpr {
  background-color: #C2DDFE;
  border: 1.5px solid #157EFB;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-item.active .menu-link .menu-icon-wrpr .menu-icon, .main-menu .main-menu-item:hover .menu-link .menu-icon-wrpr .menu-icon {
  display: none;
  transition: all 0.2s ease-in-out;
}
.main-menu .main-menu-item.active .menu-link .menu-icon-wrpr .menu-icon.active, .main-menu .main-menu-item:hover .menu-link .menu-icon-wrpr .menu-icon.active {
  display: block;
  transition: all 0.2s ease-in-out;
}
.main-menu .menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  font-family: "graphik-medium";
  font-size: 12px;
  line-height: 13px;
  color: #9294A8;
  white-space: nowrap;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .main-menu .menu-link {
    padding: 8px;
  }
}
.main-menu .menu-link .menu-icon-wrpr {
  background: #FFFFFF;
  border: 1.5px dashed #ECEAEB;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin-bottom: 6px;
  transition: all 0.2s ease-in-out;
}
.main-menu .menu-link .menu-icon-wrpr .menu-icon {
  display: block;
  transition: all 0.2s ease-in-out;
}
.main-menu .menu-link .menu-icon-wrpr .menu-icon.active {
  display: none;
  transition: all 0.2s ease-in-out;
}

.submenu-blk {
  background: #FCFCFF;
  min-width: 270px;
}
@media (max-width: 767px) {
  .submenu-blk {
    overflow-y: auto;
  }
}
.submenu-blk .submenu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  max-height: calc(100vh - 73px);
  overflow: auto;
}
@media (max-width: 992px) {
  .submenu-blk .submenu-list {
    height: unset;
    flex-wrap: nowrap;
  }
}
.submenu-blk .submenu-list .submenu-list-item {
  flex: 0 0 50%;
  padding: 6px;
}
@media (max-width: 992px) {
  .submenu-blk .submenu-list .submenu-list-item {
    flex: 0 0 auto;
  }
}
.submenu-blk .submenu-list .submenu-list-item .submenu-link {
  width: 100px;
  height: 100px;
  display: flex;
  background: #F1F5FF;
  box-shadow: 0px 1.79781px 10.7869px #f9faff;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  border: 2px solid #F1F5FF;
  transition: all 0.3s ease-in-out;
}
.submenu-blk .submenu-list .submenu-list-item .submenu-link:hover, .submenu-blk .submenu-list .submenu-list-item .submenu-link.active {
  transition: all 0.1s ease-in-out;
  border: 2px solid #73B2FD;
}
@media (max-width: 992px) {
  .submenu-blk .submenu-list .submenu-list-item .submenu-link {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
}

/**     menu style end      **/
/**      right section style start          **/
.right-side-top {
  display: flex;
}
@media (max-width: 767px) {
  .right-side-top {
    justify-content: space-between;
  }
}
.right-side-top .rs-top-col {
  flex: 0 0 33.33%;
}
@media (max-width: 767px) {
  .right-side-top .rs-top-col:first-child {
    display: none;
  }
}

.chars-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chars-list .char-wrpr {
  background: #FFFFFF;
  border: 1.5px dashed #ECEAEB;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin: 0px 8px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .chars-list .char-wrpr {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
  .chars-list .char-wrpr img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.chars-list .char-wrpr.active, .chars-list .char-wrpr:hover {
  background: #F1F5FF;
  border: 1.5px solid #3991FA;
  transition: all 0.2s ease-in-out;
}

.rs-btn-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rs-btn-list .rs-btn-item {
  margin: 0px 5px;
}
.rs-btn-list .rs-btn-item .top-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  border-radius: 50px;
  border: 1px solid #F1F5FF;
  background-image: url(../images/sprite-img.svg);
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn:hover {
  background-color: #4499FF;
  border-color: #157EFB;
}
.rs-btn-list .rs-btn-item .top-btn.undo-btn {
  background-position: 5px 5px;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn.undo-btn:hover {
  background-position: 5px -20px;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn.redo-btn {
  background-position: -26px 5px;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn.redo-btn:hover {
  background-position: -26px -20px;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn.suffle-btn {
  background-position: -56px 5px;
  transition: all 0.2s ease-in-out;
}
.rs-btn-list .rs-btn-item .top-btn.suffle-btn:hover {
  background-position: -56px -20px;
  transition: all 0.2s ease-in-out;
}

.main-img {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 0px 0;
}
@media (max-width: 767px) {
  .main-img {
    padding: 15px;
    width: 70%;
    margin: auto;
  }
}
.main-img.large {
  height: calc(100% - 0px);
}
.main-img .pr-title {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.main-img .pr-title .fl-name {
  color: #909090;
}
.main-img .create-character {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
}

.character-block {
  width: 70%;
  text-align: center;
  border-radius: 22px;
  background: transparent;
  max-width: 756px;
  padding: 20px;
  height: calc(100% - 40px);
}

/**      right section style end          **/
/**      main-sec css end       **/
@-webkit-keyframes linkArrowdown1 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  51% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes linkArrowdown1 {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  51% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes linkArrowdown {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  50% {
    transform: translateY(15px);
    opacity: 0;
  }
  51% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes linkArrowdown {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  50% {
    transform: translateY(15px);
    opacity: 0;
  }
  51% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/***** Create account and Sign In ****/
.comnWidth {
  margin: 5% auto;
  max-width: 500px;
  overflow: hidden;
  padding: 0px 15px;
}
.comnWidth .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comnWidth .accountInfo {
  padding: 54px 0;
}
.comnWidth .accountInfo .h3size {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.62px;
  font-feature-settings: "dnom" on, "ss03" on;
  color: #081A3E;
  text-align: center;
  font-family: "Inter";
}
.comnWidth .accountInfo .h6size {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
  letter-spacing: 0.16px;
  color: #576E9B;
  text-align: center;
  font-family: "Inter";
}
.comnWidth .accountInfo .sumbmitionForm {
  margin-top: 53px;
  float: left;
  width: 100%;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.pasWds {
  margin-top: 28px;
  position: relative;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.pasWds .comnIco {
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox {
  margin-top: 41px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox .checkbox:checked ~ .checkmark {
  background-color: #157EFB;
  border: 1px solid #157EFB;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox .checkbox:checked ~ .checkmark:after {
  display: block;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #FFFFFF;
  border: 1px solid #C4C9D2;
  box-shadow: 0px 1px 4px rgba(8, 18, 42, 0.04);
  border-radius: 6px;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.cheCkbox label {
  display: inline;
  margin: 3px 0 0 0;
  position: relative;
  z-index: 2;
  letter-spacing: -0.1px;
  color: #7D81A1;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields.submitBtn {
  margin-top: 49px;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields .submit {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.56;
  font-family: "Inter";
  letter-spacing: 0.16px;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields label {
  display: block;
  margin-bottom: 8px;
  font-family: "Inter";
  color: #081A3E;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields label a {
  color: #157EFB;
  font-weight: 500;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields .fullInput {
  background: #FFFFFF;
  border: 1px solid #C4C9D2;
  box-shadow: 0px 1px 4px rgba(8, 18, 42, 0.04);
  border-radius: 12px;
  height: 48px;
  width: 100%;
  padding-left: 18px;
  font-size: 16px;
  color: #081A3E;
  font-weight: 400;
  outline: none;
  font-family: "Inter";
  padding-right: 20px;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields .fullInput::-moz-placeholder {
  color: #C4C9D2;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields .fullInput:-ms-input-placeholder {
  color: #C4C9D2;
}
.comnWidth .accountInfo .sumbmitionForm .forms .fields .fullInput::placeholder {
  color: #C4C9D2;
}
.comnWidth .accountInfo .sumbmitionForm .haveAcount {
  margin-top: 34px;
}
.comnWidth .accountInfo .sumbmitionForm .haveAcount .accountContent {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.34px;
  font-family: "Inter";
  color: #7D81A1;
}
.comnWidth .accountInfo .sumbmitionForm .haveAcount .accountContent .linkAd {
  color: #157EFB;
  font-weight: 500;
  border-bottom: 1px solid #157efb;
}

.signIn-account .comnWidth .accountInfo .sumbmitionForm form .submitBtn {
  margin-top: 38px;
}
.signIn-account .comnWidth .accountInfo .sumbmitionForm .haveAcount {
  margin-top: 41px;
}

/***** END Create account and Sign In ****/
/**** Account settings ******/
.account-header {
  float: left;
  width: 100%;
  background: #fff;
}
.account-header .full-container {
  width: 100%;
  padding: 0px 3%;
  display: inline-block;
}
.account-header .full-container .logo-deta {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.account-header .full-container .logo-deta .site-logo {
  float: left;
}
.account-header .full-container .logo-deta .profile-settings {
  float: right;
}
.account-header .full-container .logo-deta .profile-settings .profileSet {
  display: flex;
  gap: 28px;
  align-items: center;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li a {
  display: flex;
  align-items: center;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li span {
  cursor: pointer;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li span.proFilename {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "graphik-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li span.arrows {
  position: relative;
  top: -2px;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li.profile.active .proFileInner {
  height: 72px;
  border: 1px solid #eee;
  transition: height 0.5s;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li .proFileInner {
  position: absolute;
  top: 70px;
  width: 250px;
  right: 3%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 0px;
  transition: height 0.5s;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li .proFileInner .submenulist .linkAncor {
  padding: 10px;
  width: 100%;
  font-size: 15px;
}
.account-header .full-container .logo-deta .profile-settings .profileSet li .proFileInner .submenulist .linkAncor:hover {
  background-color: #fafafa;
}

.account-settings {
  background: #FAFAFA;
  padding: 43px;
  float: left;
  width: 100%;
  min-height: 93vh;
}
.account-settings .innerWidth {
  margin: 0% auto;
  max-width: 640px;
  overflow: hidden;
  padding: 0px 3%;
}
.account-settings .innerWidth .contentWrap .h5size {
  font-family: "graphik-bold";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 116.1%;
  letter-spacing: -0.015em;
  color: #1E1E1E;
  text-align: center;
}
.account-settings .innerWidth .contentWrap .settingAccordion {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .account-settings {
    padding: 43px 10px;
  }
}

.acrdn-wrapper {
  width: 100%;
}

.acrdn-item {
  margin-bottom: 15px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(20, 24, 47, 0.12), 0px 2px 4px rgba(20, 24, 47, 0.1);
  border-radius: 12px;
  padding: 35px 39px 35px 39px;
}
.acrdn-item.active .acrdn-body {
  display: block;
}
.acrdn-item .acrdn-body {
  padding: 40px 0 0;
  color: #525252;
  display: none;
}
@media (max-width: 767px) {
  .acrdn-item {
    padding: 30px 25px 30px 25px;
  }
}

.acrdn-item:before {
  position: absolute;
  content: "";
  border-top: 2px solid #1E1E1E;
  border-right: 2px solid #1E1E1E;
  height: 10px;
  width: 10px;
  right: 30px;
  top: 40px;
  transform: rotate(40deg);
  transition: 300ms all linear;
}
@media (max-width: 767px) {
  .acrdn-item:before {
    right: 35px;
    top: 37px;
  }
}

.active.acrdn-item:before {
  transform: rotate(-45deg);
}

.acrdn-item .h2size {
  margin: 0;
  position: relative;
  cursor: pointer;
  font-family: "graphik-semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 116.1%;
  letter-spacing: -0.015em;
  color: #1E1E1E;
}

.innerForms {
  width: 100%;
  display: inline-block;
}
.innerForms .forms .fields label {
  display: block;
  margin-bottom: 13px;
  font-family: "graphik-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #656565;
}
.innerForms .forms .fields .fullInput {
  background: #FFFFFF;
  border: 1px solid #C4C9D2;
  box-shadow: 0px 1px 4px rgba(8, 18, 42, 0.04);
  border-radius: 12px;
  height: 48px;
  width: 100%;
  padding-left: 18px;
  font-size: 15px;
  color: #081A3E;
  font-weight: 400;
  outline: none;
  font-family: "graphik";
  padding-right: 20px;
}
.innerForms .forms .fields .fullInput::-moz-placeholder {
  color: #C1C1C1;
}
.innerForms .forms .fields .fullInput:-ms-input-placeholder {
  color: #C1C1C1;
}
.innerForms .forms .fields .fullInput::placeholder {
  color: #C1C1C1;
}
.innerForms .forms .fields.mgTop {
  margin-top: 28px;
}
.innerForms .forms .fields.updateBtn {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.innerForms .forms .fields.updateBtn .submit {
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 203px;
  font-size: 16px;
  line-height: 18px;
}

.eysShow {
  position: relative;
}
.eysShow .comnIco {
  position: absolute;
  right: 10px;
  top: 47px;
  cursor: pointer;
}

.eysShow i.icon-eye {
  background-position: 0% 100%;
}

i.icon-eye {
  background-image: url("../images/eye-icon.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  transform: rotateY(180deg);
}

.nw-header .container {
  padding: 20px 20px 0px 20px;
}

/************ left side bar toogles ***************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}

.panel-default > .panel-heading {
  padding: 0px 6px;
  border-radius: 0;
  color: #212121;
  font-style: normal;
  font-weight: 700;
  font-size: 13.3218px;
  line-height: 17px;
}

.panel-title {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.panel-title .panel-titled {
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.01em;
  color: #A1A1A1;
  pointer-events: none;
}

.glyphicon-ico {
  position: absolute;
  width: 12px;
  height: 2px;
  right: 0;
  top: 30px;
  transition: all 0.8s;
  background: #C3C8DB;
}
.glyphicon-ico::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #FF585D;
  position: absolute;
  transition: all 0.8s;
}

.collapsed .glyphicon-ico:after {
  transform: rotate(90deg);
  transition: all 0.8s;
  background: #C3C8DB;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

.collapse.in {
  display: block;
}

.collapse {
  display: none;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-collapse {
  transition: all 0.4s;
  padding: 0px;
}

.panel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  font-family: "DM Sans";
}
.panel-body .panel-data {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0px;
}
.panel-body .panel-data.active .od-character {
  background: #FFEEEF;
  border: 1px solid #FF585D;
}
.panel-body .panel-data .od-character {
  width: 70px;
  height: 70px;
  background: #F8F8F8;
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-body .flex-row {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.panel-body .st-button {
  border-radius: 10px;
  width: 50%;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #323232;
  background: #FFFAFA;
  border: 1px solid #FEE5E5;
}
.panel-body .st-optn {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 8px;
}
.panel-body .st-optn.st-black {
  background: #1A2E35;
}
.panel-body .st-optn.st-skin {
  background: #F7BE9F;
}
.panel-body .slct-bg {
  width: 100%;
  display: flex;
  gap: 6px;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  padding: 10px 0px 10px 10px;
  align-items: center;
  cursor: pointer;
  background: #FFFAFA;
  border: 1px solid #FEE5E5;
  z-index: 999;
  position: relative;
}
.panel-body .slct-bg .slct-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #323232;
}
.panel-body .slct-optn {
  display: flex;
  justify-content: end;
  width: 64px;
  position: relative;
  left: 7px;
}
.panel-body .slct-optn .circle {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}
.panel-body .slct-optn .circle.bg-blue {
  background: #576FF5;
}
.panel-body .slct-optn .circle.bg-ylow {
  background: #EFB237;
  left: -5px;
}
.panel-body .slct-optn .circle.bg-black {
  background: #1A2E35;
  left: -10px;
}
.panel-body .slct-optn .circle.bg-gray {
  background: #BCBCBC;
  left: -15px;
}
.panel-body .model-toggle {
  position: relative;
}

.right-side-bottom {
  display: flex;
  position: relative;
  align-items: center;
}
.right-side-bottom .rs-btm-col {
  flex: 0 0 33.33%;
}

.rs-btn-list {
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px;
  width: 78px;
  margin: auto;
  padding: 10px 17px;
  gap: 16px;
}
.rs-btn-list .rs-btn-item {
  margin: 0px;
}
.rs-btn-list .top-btnw {
  display: flex;
  align-items: center;
}
.rs-btn-list.zoom-size {
  margin-right: 0px;
  width: auto;
  gap: 12px;
  padding: 22px;
  height: 58px;
}
.rs-btn-list .zoom-ratio {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  color: #3E3E3E;
  position: relative;
  top: -1px;
}

.rs-sideBar-right {
  position: absolute;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  height: calc(100% - 72px);
  top: 72px;
  transition: all 0.6s;
}
.rs-sideBar-right.active {
  transform: translateX(150px);
  transition: all 0.6s;
}

.rs-sideBar {
  background-image: url("../images/slide-options.svg");
  position: absolute;
  width: 250px;
  margin-left: -265px;
  background-repeat: no-repeat;
  background-position: -5px center;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0px 20px;
  height: 400px;
  background-size: 120px;
  filter: drop-shadow(-6px 0px 32px rgba(35, 35, 35, 0.05));
  margin-bottom: 80px;
}
.rs-sideBar .ul-sideBar {
  position: relative;
  left: 29px;
  display: flex;
  flex-direction: column;
  gap: 38px;
  min-width: 60px;
}
.rs-sideBar .ul-sideBar .li-sideBar {
  width: 60px;
  overflow: hidden;
}
.rs-sideBar .ul-sideBar .li-sideBar .sideBar-link.active .li-sideBar-img {
  right: 41px;
}
.rs-sideBar .ul-sideBar .li-sideBar .sideBar-link .li-sideBar-img {
  position: relative;
}
.rs-sideBar .ul-sideBar .li-sideBar .bar-name {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
  color: #414141;
}
.rs-sideBar .ul-sideBar .li-sideBar .block-view {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  margin: 0px auto 5px;
}
.rs-sideBar .ul-sideBar .li-sideBar .block-view.skin {
  background: #F7BE9F;
}
.rs-sideBar .ul-sideBar .li-sideBar .block-view.hair {
  background: #1A2E35;
}

.rs-sideBar-content {
  height: 100%;
  width: 100%;
  padding: 0 20px 0 30px;
  background: #fff;
  position: relative;
  left: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset -6px 0px 32px rgba(35, 35, 35, 0.05);
}
.rs-sideBar-content .coming-soon {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.arroWslide {
  position: absolute;
  left: 15px;
  cursor: pointer;
  transition: all 0.5s;
}
.arroWslide.slideShow .slideIocnarrow {
  transform: rotate(0deg);
}
.arroWslide .slideIocnarrow {
  transform: rotate(180deg);
}

.skinSection {
  width: 116px;
  margin-top: 20px;
  position: absolute;
  top: 30px;
  z-index: 9999;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 9px 8px;
  right: 0;
}
.skinSection .model-label {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #9F9F9F;
  margin-bottom: 12px;
  display: block;
}

.backgroundOption {
  width: 100%;
}
.backgroundOption .model-label {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #9F9F9F;
  margin-bottom: 12px;
  display: block;
}
.backgroundOption .or-oprion {
  margin-top: 14px;
}
.backgroundOption .upload-btn {
  margin-top: 14px;
}
.backgroundOption .or {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backgroundOption .or:before {
  content: "";
  position: absolute;
  left: 0px;
  background: #EEEBE8;
  width: 43%;
  height: 1px;
}
.backgroundOption .or:after {
  content: "";
  position: absolute;
  right: 0px;
  background: #EEEBE8;
  width: 43%;
  height: 1px;
}
.backgroundOption .files-up {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.backgroundOption .btn-Upload {
  background: #FFB549;
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1E1A15;
}

.st-block-ul {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-self: end;
  place-content: flex-start;
  gap: 5px;
}
.st-block-ul .st-block-li {
  display: inline-flex;
}

.hairSection {
  width: 116px;
  margin-top: 20px;
  position: absolute;
  top: 30px;
  z-index: 9999;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 9px 8px;
}

.bgSection {
  width: 100%;
  margin-top: 20px;
}

.shape {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.2s;
}
.shape:hover {
  box-shadow: 0px 7px 20px rgba(50, 50, 50, 0.28);
}
.shape.skin-dk {
  background: #F7BE9F;
}
.shape.skin-md {
  background: #A3816E;
}
.shape.skin-bd {
  background: #925D40;
}
.shape.hair-dk {
  background: #1A2E35;
}
.shape.hair-md {
  background: #717171;
}
.shape.hair-bd {
  background: #B7B7B7;
}
.shape.bg-none {
  background-image: url("../images/bg-none.svg");
  background-size: 20px;
}
.shape.bg-red {
  background-color: #EA3643;
}
.shape.bg-light-black {
  background-color: #1A2E35;
}
.shape.bg-gray {
  background-color: #BCBCBC;
}
.shape.bg-pink {
  background-color: #FF8B8B;
}
.shape.bg-light-pink {
  background-color: #FFC2A8;
}
.shape.bg-dark-pink {
  background-color: #FFC2B0;
}
.shape.bg-light-green {
  background-color: #BDFFD0;
}
.shape.bg-blue {
  background-color: #576FF5;
}
.shape.bg-light-blue {
  background-color: #6BC1FF;
}
.shape.bg-dark-yellow {
  background-color: #EFB237;
}
.shape.bg-skini-blue {
  background-color: #93D2C8;
}
.shape.bg-gradient {
  background: conic-gradient(from 180deg at 50% 50%, #FF0000 0deg, #FE9800 45deg, #FFF500 86.25deg, #9EFF00 125.63deg, #11FF29 166.87deg, #00E0FF 204.37deg, #0066FF 241.88deg, #6100FF 271.87deg, #FF00E5 300deg, #FF0000 360deg);
}

.model-set {
  position: absolute;
  min-width: 180px;
  top: 40px;
  left: 0;
}
.model-set ul {
  transition: height 0.5s;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  height: 0px;
}
.model-set ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
.model-set ul li a {
  padding: 10px;
  width: 100%;
  font-size: 15px;
  transition: all 0.5s;
  color: #797F99;
  text-align: left;
  font-weight: 400;
}
.model-sets {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 9px;
  z-index: 9;
}

.model-frame {
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  padding: 9px;
  z-index: 9;
}

.btn-share.active ~ .model-set .ul-model {
  height: auto;
  transition: height 0.5s;
  border-radius: 12px;
  border: 2px solid rgba(232, 232, 232, 0.5);
  position: absolute;
  right: 0;
  min-width: 180px;
  max-width: 180px;
  padding: 12px;
  background: #fff;
}

.btn-preview {
  width: 32px;
  height: 32px;
  background: linear-gradient(135.37deg, rgba(0, 0, 0, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #1E1A15;
  background-blend-mode: soft-light, normal;
  border: 1px solid #FFFFFF;
  box-shadow: -9px -9px 14px #ffffff, 9px 9px 16px rgba(189, 184, 166, 0.4);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.for-download {
  position: relative;
  display: flex;
  vertical-align: middle;
}
.for-download .btnDownload {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 7px 5px 7px 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 32px;
  background: transparent;
  z-index: 9;
  width: 100%;
}
.for-download span.sr-only {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 10px;
  color: #FFFFFF;
}
.for-download .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  background-image: url("../images/down-arrow-white.svg");
  position: absolute;
  right: 12px;
  z-index: 9;
  margin-top: -2px;
  transition: all 0.5s;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.1);
}
.for-download .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 101px;
  padding: 0px 0;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  border: none;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
.for-download.open > .dropdown-menu {
  display: block;
}
.for-download .dropdown-menu > li > a {
  display: block;
  padding: 12px 12px;
  clear: both;
  white-space: nowrap;
  font-family: "DM Sans";
  font-style: normal;
  font-size: 12px;
  line-height: 10px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #323232;
  font-weight: 700;
}
.for-download .dropdown-menu > li > a:hover {
  background: rgb(255, 198, 88);
  border-radius: 0;
}

.btn-shuffle {
  width: auto;
  display: flex;
  justify-content: end;
}

.shuffle-button {
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  background-blend-mode: soft-light, normal;
  border: 3.42857px solid #FFB549;
  box-shadow: -11.25px -11.25px 17.5px #ffffff, 11.25px 11.25px 20px rgba(189, 184, 166, 0.4);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.for-download.open .caret {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.btn-preview-screen {
  width: 32px;
  height: 32px;
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #323232;
  cursor: pointer;
  position: relative;
  box-shadow: -9px -9px 14px #ffffff, 9px 9px 16px rgba(189, 184, 166, 0.4);
  justify-content: center;
}
.btn-preview-screen .preview-screen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-preview-screen .preview-screen img {
  width: 13px;
}

.ch-save {
  display: flex;
  align-items: center;
}
.ch-save .saving-data {
  display: flex;
  gap: 10px;
}
.ch-save .saving-data .sv-data {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #414141;
}
.ch-save .saving-data .status-icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-animation: loading linear infinite 3s;
          animation: loading linear infinite 3s;
}
.ch-save .saving-data .status-icon.loading {
  background-image: url("../images/saving.svg");
}
.ch-save .saving-data .status-icon.update {
  background-image: url("../images/done-check.svg");
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.7);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.7);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.model-title {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #414141;
}

.lk-label {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #414141;
  margin-bottom: 10px;
  display: block;
}

.share-links .sh-links {
  height: auto;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.share-links .links-li {
  display: inline-block;
  width: 100%;
}
.share-links .links-href {
  padding: 8px;
  height: auto;
  width: 100%;
  display: flex;
  text-align: center;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.17;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.share-links .links-href.pinterest {
  background: #C8242D;
}
.share-links .links-href.facebook {
  background: #237AEE;
}
.share-links .links-href.instagram {
  background: #FD019E;
}
.share-links .links-href.twitter {
  background: #59ADEB;
}

.link-url {
  width: 100%;
  position: relative;
}
.link-url .copy-url {
  border: 0.5px solid rgba(65, 65, 65, 0.3);
  border-radius: 4px;
  width: 100%;
  padding-right: 5px;
  padding-left: 28px;
  height: 34px;
  display: flex;
  align-items: center;
}
.link-url .copy-url .url-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #414141;
}
.link-url .url-action {
  background: #FF585D;
  border-radius: 4px;
  border: 1px solid #FF585D;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 4px 11px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 3px;
}
.link-url .share-ico {
  position: absolute;
  left: 10px;
}

.navbar-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.navbar-left .navbar-menu {
  display: flex;
  align-items: center;
  border-radius: 12px;
}
.navbar-left .site-logo {
  width: 28px;
}
.navbar-left .rs-btn-list {
  height: 58px;
  padding: 10px 22px;
  width: 92px;
}

.navbar-menu-li {
  margin-right: 24px;
  position: relative;
  display: flex;
  align-items: center;
}
.navbar-menu-li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #EAEAEA;
  right: -12px;
  top: 4px;
}
.navbar-menu-li:last-child {
  margin-right: 17px;
}
.navbar-menu-li:last-child:before {
  display: none;
}
.navbar-menu-li .navbar-brand {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #323232;
}

.radio-container {
  display: flex;
  width: 100%;
}

.plans {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.plans .plan {
  cursor: pointer;
  width: 48.5%;
}
.plans .plan input[type=radio] {
  position: absolute;
  opacity: 0;
}
.plans .plan input[type=radio]:checked + .plan-content {
  background: #FFEEEF;
  border: 1px solid #FF585D;
  transition: ease-in 0.3s;
}
.plans .plan input[type=radio]:checked + .plan-content .un-slect {
  display: none;
}
.plans .plan input[type=radio]:checked + .plan-content .slected {
  display: block;
}
.plans .plan input[type=radio]:checked + .plan-content .plan-details span {
  color: #FF585D;
}
.plans .plan .plan-content {
  display: flex;
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  transition: box-shadow 0.4s;
  position: relative;
  background: #FFFAFA;
  border: 1px solid #FEE5E5;
}
.plans .plan .plan-content img {
  margin-right: 9px;
  width: 16px;
}
.plans .plan .plan-content img.slected {
  display: none;
}
.plans .plan .plan-details .filed-text {
  display: block;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #323232;
}
.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}
.plans .container .title {
  font-size: 16px;
  font-weight: 500;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.smn-btn {
  background: #FFFAFA;
  border: 1px solid #FEE5E5;
  border-radius: 10px;
  width: 100%;
  padding: 11px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.shufl-variat {
  margin-top: 8px;
}

.bottom-character-info {
  width: 100%;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 1;
}

#color-switcher {
  display: flex;
  position: absolute;
  padding-left: 32px;
}

.character-container {
  display: flex;
  position: absolute;
  cursor: move;
}
.character-container .character-ul {
  display: flex;
  gap: 14px;
  background: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: -9px -9px 14px #FFFEFA, 9px 9px 16px rgba(189, 184, 166, 0.4);
  border-radius: 22px;
  padding: 6px;
  max-width: 286px;
  width: 100%;
}
.character-container .character-ul .character-item {
  display: flex;
  justify-content: center;
  min-width: 68px;
}
.character-container .character-ul .character-item.active .character-image {
  border: 1px solid #FFB549;
}
.character-container .character-ul .slick-list {
  width: 100%;
  max-width: 277px;
  min-width: 277px;
}
.character-container .character-ul.character-wrap {
  width: 286px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.character-container.active {
  opacity: 1;
  visibility: visible;
  left: 260px;
  top: 40px;
  position: relative;
}
.character-container #character-ul .slick-list {
  height: 49px;
}
.character-container #characters-ul {
  justify-content: flex-start;
}
.character-container #characters-ul .character-item {
  min-width: auto;
}

.el-info {
  cursor: pointer;
}

.toggle-up-down {
  position: absolute;
  right: 0;
  z-index: 9;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F9F6EE;
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: auto;
  bottom: -11px;
  cursor: pointer;
}
.toggle-up-down.active img {
  transform: rotate(180deg);
}
.toggle-up-down img {
  filter: brightness(0.5);
}

.character-image {
  background: #fff;
  border-radius: 16px;
  width: 54px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #FFF0DB;
  margin: auto;
  overflow: hidden;
  padding: 2px;
}

.info-button {
  position: relative;
  width: 50px;
}
.info-button .get-info {
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: linear-gradient(135.37deg, rgba(197, 190, 173, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #F9F6EE;
  background-blend-mode: soft-light, normal;
  border: 1px solid #FFFFFF;
  box-shadow: -9px -9px 14px #ffffff, 9px 9px 16px rgba(189, 184, 166, 0.4);
  border-radius: 50px;
}

.get-info:hover ~ .tool-tip {
  opacity: 1;
}

.tool-tip {
  position: absolute;
  right: -14px;
  width: 85px;
  margin-top: -34px;
  background: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #323232;
  padding: 3px;
  border-radius: 6px;
  opacity: 0;
}
.tool-tip:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 9px;
  margin-left: -10px;
  top: 22px;
  right: 30px;
  z-index: 1;
  transform: scaleY(-1);
}

.character-ul .slick-arrow {
  background: #FFB549;
  box-shadow: -9px -9px 14px #FFFEFA, 9px 9px 16px rgba(189, 184, 166, 0.4);
  width: 16px;
  height: 40px;
}
.character-ul .slick-arrow:hover, .character-ul .slick-arrow:focus {
  background: #FFB549;
}
.character-ul .slick-arrow::before {
  background-image: url("../images/slider-arrow.svg");
  content: "";
  width: 16px;
  height: 16px;
  background-size: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 4px center;
}
.character-ul .slick-arrow.slick-prev {
  left: -22px;
  border-radius: 6px 0px 0px 6px;
}
.character-ul .slick-arrow.slick-next {
  right: -22px;
  border-radius: 0px 6px 6px 0px;
}
.character-ul .slick-arrow.slick-next::before {
  transform: rotate(180deg);
}

.choose-colorpicker {
  margin-bottom: 14px;
}
.choose-colorpicker .block-header {
  display: flex;
  justify-content: space-between;
}
.choose-colorpicker .block-header .header-text {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #1C1C1C;
}
.choose-colorpicker .block-header .close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.color-option {
  margin-top: 8px;
  background: linear-gradient(270deg, #110B08 0%, #59331F 18.03%, #DF5E19 43.7%, #F47F40 72.94%, #FFC9AC 94.32%);
  height: 117px;
  width: 100%;
  border-radius: 5.41176px;
}

.model-fade {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.model-fade .model-body {
  width: 490px;
  margin: auto;
  padding: 26px 20px;
  background: #FFFFFF;
  border-radius: 22px;
}
.model-fade .model-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-fade .model-header .model-title {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1C1C1C;
}
.model-fade .model-header .close-model {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  cursor: pointer;
}
.model-fade .model-header .close-model img {
  opacity: 0.5;
  width: 13px;
}
.model-fade .model-content {
  margin-top: 26px;
}
.model-fade .model-label {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #9F9F9F;
  display: block;
  margin-bottom: 8px;
}
.model-fade .model-input {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
  outline: none;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #1C1C1C;
}
.model-fade .model-collection {
  margin-top: 26px;
}
.model-fade .collection-list {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
  width: 100%;
}
.model-fade .folder-name {
  display: block;
  margin-bottom: 3px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #323232;
}
.model-fade .total-items {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #9F9F9F;
}

.cheCkbox {
  border: none;
  width: 100%;
  display: inline-block;
}

.collection-list .cheCkbox .collection-name {
  background: #FFFCF9;
  border-radius: 12px;
  padding: 12px 16px;
  border: 1px solid #FFFCF9;
}

.cheCkbox .checkbox:checked ~ .checkmark ~ .collection-name {
  background: #FFFCF9;
  border: 1px solid #FFB549;
}
.cheCkbox .checkbox:checked ~ .checkmark ~ .collection-name .folder-name {
  color: #FFB549;
}
.cheCkbox .checkbox:checked ~ .checkmark ~ .collection-name .total-items {
  color: #9E7476;
}

.collection-list .cheCkbox .checkbox {
  width: 100%;
  height: 100%;
}

.cheCkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cheCkbox .checkbox:checked ~ .checkmark {
  background: #FFB549;
  border: 1px solid #FFB549;
}

.cheCkbox .checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 26px;
  height: 26px;
  z-index: 2;
  margin: 0;
}

.cheCkbox .checkmark {
  position: absolute;
  top: 17px;
  right: 16px;
  height: 26px;
  width: 26px;
  background: transparent;
  border-radius: 7px;
}

.cheCkbox .checkbox:checked ~ .checkmark:after {
  display: block !important;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.footer {
  padding: 6px 20px 20px 20px;
}

.footer-action {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}
.footer-action .footer-btn {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-direction: row-reverse;
}
.footer-action .ft-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
}
.footer-action .ft-btn.done {
  background: #FFB549;
  color: #333;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 270px;
}
@media screen and (min-width: 1800px) {
  .popover {
    min-width: 360px;
  }
}
.popover h3.popover-title {
  margin-bottom: 8px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 1800px) {
  .popover h3.popover-title {
    font-size: 20px;
  }
}
.popover .popover-navigation {
  display: flex;
  justify-content: space-between;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.popover.tour-tour-0 {
  background: #FFC839;
  margin-left: 20px;
  margin-top: 22px;
}
.popover.tour-tour-0 .popover-navigation .btn.disabled {
  display: none;
}
.popover.tour-tour-1 {
  background: #41B6E6;
  color: #fff;
  right: 230px !important;
  left: inherit !important;
  top: 80px !important;
}
.popover.tour-tour-1 .popover-navigation .btn:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
}
.popover.tour-tour-2 {
  background: #2CCCB9;
  color: #fff;
  left: 50% !important;
  margin-top: -160px !important;
}
.popover.tour-tour-2 .popover-navigation .btn:first-child {
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
}
.popover .popover-content {
  margin-bottom: 18px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}
@media screen and (min-width: 1800px) {
  .popover .popover-content {
    font-size: 17px;
    line-height: 20px;
  }
}
.popover .btn.btn-sm {
  background: #1C1C1C;
  border-radius: 8px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  padding: 7px 12px;
  border: 1px solid #1C1C1C;
}
@media screen and (min-width: 1800px) {
  .popover .btn.btn-sm {
    font-size: 14px;
  }
}

.share-preview {
  display: flex;
  gap: 6px;
  padding-right: 16px;
}
.share-preview ~ .model-sets {
  min-width: 200px;
}

.character-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#character-wrapper svg > g.path-group:hover {
  filter: brightness(150%);
  cursor: pointer;
}

.sketch-picker {
  position: absolute;
  top: 65px;
}

div#color-switcher:hover:before {
  content: "";
  background: url(/tool/images/drag.png);
  width: 32px;
  height: 32px;
  margin-top: 13px;
  cursor: move;
  position: absolute;
  left: 0;
}/*# sourceMappingURL=style.css.map */