@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
a,span{
    color: #757575;
}
a:active,a:hover{
    color: #505050;
}
.ql-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, .6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
    color: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #06c
}

@media (pointer:coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow,
.ql-snow * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: .4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: .83em
}

.ql-snow .ql-editor h6 {
    font-size: .67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid #ccc;
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
    border-right: 0;
    content: "Save";
    padding-right: 0
}

.ql-snow .ql-tooltip[data-mode=link]:before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]:before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]:before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.layout {
    position: relative;
    font-size: 15px;
    background: #fff
}

.layout .layout__header {
    position: sticky;
    top: 0;
    padding: 0;
    z-index: 1000
}

.hide {
    display: none
}

.invisible {
    visibility: hidden
}

.ant-scrolling-effect {
    width: 100%;
    overflow: hidden
}

.container-md {
    width: 100%;
    max-width: 1355px;
    padding: 26px 60px
}

.container-modal {
    padding: 24px
}

.container {
    max-width: 1140px;
    margin: auto;
    padding-right: 30px;
    padding-left: 30px
}

.container-small {
    width: 80%;
    max-width: 1419px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px
}

.ant-back-top {
    width: 60px;
    height: 60px;
    right: 25px
}

.ant-back-top div {
    width: 100%;
    height: 100%;
    position: relative
}

.ant-back-top div .ant-fade-enter {
    background: var(--color_card);
    border-radius: 10px
}

.ant-back-top div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body,
html {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    background-color: var(--color_bg)
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

h1.ant-typography {
    font-size: 60px;
    line-height: 72px
}

h1.ant-typography,
h2.ant-typography {
    color: var(--color_store_text_title);
    font-weight: 600;
    letter-spacing: -.01em
}

h2.ant-typography {
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center
}

h3.ant-typography {
    font-size: 48px;
    font-weight: 800;
    color: var(--color_store_text_title)
}

h4.ant-typography {
    font-size: 34px
}

h4.ant-typography,
h5.ant-typography {
    font-weight: 700;
    color: var(--color_store_text_title)
}

h5.ant-typography {
    font-size: 24px
}

.ant-typography {
    line-break: auto;
    overflow-wrap: anywhere
}

.home-page {
    margin: 0 auto;
    overflow: hidden
}

.ant-layout {
    background: #fff
}

.content--section {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.003em;
    color: var(--color_id);
    max-width: 578px;
    margin-left: auto;
    margin-right: auto
}

p {
    margin-bottom: 0
}

.ant-btn-primary {
    background-size: 100%;
  background: transparent;
    border-radius: 5px;
    min-width: 96px;
    height: auto;
    border: none;
    min-height: 35px;
    box-shadow: 0px 0px 2px 0px black;
    position: relative;
    z-index: 1
}


.ant-btn-primary:before {
    border-radius: inherit;
   background: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.ant-btn-primary:active,
.ant-btn-primary:focus,
.ant-btn-primary:hover {

    background: linear-gradient(147deg,#afafaf 0%,#b7b7b7 74%);
  
}
.ant-btn-primary:active,
.ant-btn-primary:focus,
.ant-btn-primary:hover span{
      color: white;
}

.ant-btn-primary:active:before,
.ant-btn-primary:focus:before,
.ant-btn-primary:hover:before {
    opacity: 1
}

.ant-btn-primary.button--login {
    background: transparent;
    color: var(--color_store_text);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 0;
    font-weight: 600
}

.ant-btn-primary.button--login~button {
    font-weight: 600
}

.ant-btn-primary.button--login:active,
.ant-btn-primary.button--login:focus,
.ant-btn-primary.button--login:hover {
    background: transparent;
    color: var(--color_store_text)
}

.ant-btn-primary.button--login:active:before,
.ant-btn-primary.button--login:focus:before,
.ant-btn-primary.button--login:hover:before {
    display: none
}

.ant-btn.btn-gradient {
    margin-top: 30px;
    border: none;
    background: -webkit-linear-gradient(315deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(135deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    border-radius: 30px;
    height: auto;
    padding: 2px
}

.ant-btn.btn-gradient span {
    background-color: #fff;
    padding: 16px 44px;
    border-radius: 30px
}

.ant-btn.btn-gradient p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    background: -webkit-linear-gradient(315deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(135deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ant-btn.btn-gradient:active,
.ant-btn.btn-gradient:focus,
.ant-btn.btn-gradient:hover {
    background: -webkit-linear-gradient(225deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(-135deg, #ff0a6c -16.8%, #2d27ff 138.64%)
}

.ant-btn.btn-gradient.inline {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin-top: 16px
}

.ant-btn.btn-gradient.inline span {
    padding: 0
}

.ant-btn.btn-gradient.inline p:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: -webkit-linear-gradient(315deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(135deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    margin-top: -4px
}

.ant-btn-primary[disabled] {
    background: #8b8ea9;
    color: #fff
}

.ant-btn-primary[disabled]:before,
.ant-btn-primary[disabled]:hover {
    color: #fff;
    background-image: unset;
    background: #8b8ea9
}

.ant-btn.button--secondary:active,
.ant-btn.button--secondary:focus,
.ant-btn.button--secondary:hover,
.ant-btn.button--third:active,
.ant-btn.button--third:focus,
.ant-btn.button--third:hover {
    outline: none;
    color: #fff;
    border: none
}

.ant-btn.button--secondary {
    border-radius: 10px;
    color: #fff;
    width: 262px;
    height: 60px;
    background: var(--color_button)
}

.ant-btn.button--secondary span {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px
}

.ant-btn.button--forth,
.ant-btn.button--third {
    background-color: var(--color_store_button);
    border-radius: 22px;
    height: 44px;
    padding: 11px 23px;
    border: none;
    color: #fff;
    min-width: 123px
}

.ant-btn.button--forth span,
.ant-btn.button--third span {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px
}

.ant-btn.button--forth {
    border: 1px solid var(--color_store_button);
    background-color: #fff;
    color: var(--color_store_button)
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.ml-2 {
    margin-left: .5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-3 {
    margin-bottom: 1rem
}

.mb-4 {
    margin-bottom: 1.5rem
}

.mt-4 {
    margin-top: 1.5rem
}

.mt-1 {
    margin-top: .25rem
}

.fw-600 {
    font-weight: 600
}

.d-none {
    display: none
}

.icon-button {
    padding: 5px
}

.icon-button,
.icon-button-without-hover {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer
}

.icon-button-without-hover {
    padding: 3px
}

.icon-button:hover {
    background-color: #e6e8ec
}

.ant-input::-webkit-input-placeholder {
    color: #777e90;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    opacity: 1
}

.ant-input::placeholder {
    color: #777e90;
    opacity: 1
}

.ant-input:-ms-input-placeholder {
    color: #777e90
}

.ant-input::-ms-input-placeholder {
    color: #777e90
}

.table-column-status {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.table-column-status>div {
    margin-left: 3px
}

.table-column-status img {
    width: 16px;
    height: 16px
}

@media(max-width:1279px) {
    h1.ant-typography {
        font-size: 48px;
        line-height: 58px;
        margin-top: 0
    }
    h2.ant-typography {
        font-size: 24px;
        line-height: 36px
    }
    .content--section {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px
    }
}

.error-text {
    color: #ef466f;
    font-size: 12px;
    margin-top: 4px
}

.text-warning {
    color: #ff0a6c
}

.text-center {
    text-align: center
}

.d-flex {
    display: flex
}

.break-word {
    word-break: break-word
}

.border-circle {
    border-radius: 50%
}

.store__status {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .1px;
    padding: 4px;
    border-radius: 4px;
    width: 85%;
    max-width: 85px;
    background-color: #fff
}

.store__status.user {
    margin-left: auto;
    border-radius: 20px;
    padding: 2px 4px 2px 13px;
    position: relative;
    width: 100%
}

.store__status.user:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.store__status.red {
    color: #ef466f;
    border: 2px solid #ef466f
}

.store__status.red:after {
    background: #ef466f
}

.store__status.green {
    color: #45b26b;
    border: 2px solid #45b26b
}

.store__status.green:after {
    background: #45b26b
}

.store__status.gray {
    color: #797979;
    border: 2px solid #797979
}

.store__status.gray:after {
    background: #797979
}

.store__status.blue {
    color: #3772ff;
    border: 2px solid #3772ff
}

.store__status.blue:after {
    background: #3772ff
}

.store__status.yellow {
    color: #dc6a00;
    border: 2px solid #dc6a00
}

.store__status.yellow:after {
    background: #dc6a00
}

.ant-empty-text {
    text-align: center
}

.ant-empty-text img {
    border-radius: 0
}

.ant-empty-text p {
    color: #ebebeb
}

.tooltip-detail .ant-tooltip-inner {
    background-color: #fff;
    border: 1px solid #fe4646;
    color: #23262f;
    border-radius: 12px;
    padding: 12px 13px;
    text-align: center;
    font-size: 12px
}

.tooltip-detail .ant-tooltip-arrow {
    display: none
}

.line-break-auto {
    line-break: auto
}

.tooltip-setting .ant-tooltip-inner {
    text-align: left;
    white-space: pre-line;
    width: 333px;
    line-height: 18px
}

.tooltip-setting .ant-tooltip-inner .tooltip-setting__warning-text {
    color: #fe4646;
    font-weight: 500
}

.tooltip-setting .ant-tooltip-inner .tooltip-setting__warning-text>img {
    margin-right: 8px
}

body>div>.ant-spin-nested-loading {
    position: static
}

body>div>.ant-spin-nested-loading>div>.ant-spin {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

body>div>.ant-spin-nested-loading .ant-spin-blur {
    opacity: 1
}

body>div>.ant-spin-nested-loading .ant-spin-container:after {
    background: transparent
}

@media(max-width:767px) {
    h2.ant-typography {
        font-weight: 500
    }
}

.header {
    background: var(--color_bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 100%;
    padding: 18px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #e6e8ec
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .container a .ant-image {
    width: 181px;
    height: auto;
    display: flex;
    align-items: center;
    z-index: 10
}

.header .container a .ant-image img {
    width: auto
}

.header .ant-menu {
    background-color: transparent
}

.header .ant-menu .one-page-link {
    position: relative
}

.header .ant-menu .one-page-link>img {
    margin-left: 10px
}

.header .ant-menu .one-page-link .ant-dropdown {
    position: absolute;
    top: 150%;
    z-index: 1000
}

.header .ant-menu .one-page-link .ant-dropdown .menu {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #312182;
    border-radius: 5px
}

.header .ant-menu .one-page-link .ant-dropdown .menu a {
    padding: 7px;
    font-weight: 500;
    font-size: 14px;
    color: var(--color_text)
}

.header .ant-menu-horizontal {
    border-bottom: none;
    border-right: 2px solid #e6e8ec;
    margin-right: 5px
}

.header .ant-menu-horizontal span.anticon {
    margin: 0
}

.header .ant-menu-horizontal .ant-menu-item {
    border-bottom: none
}

.header .ant-menu-horizontal .ant-menu-item:not(:last-of-type) {
    margin-right: 35px;
    margin-left: 0
}

.header .ant-menu-horizontal .ant-menu-item a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .4px;
    font-weight: 500;
    color: var(--color_store_text)
}

.header .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,
.header .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,
.header .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,
.header .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected,
.header .ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover {
    border-bottom: none
}

.header .ant-menu-horizontal>.ant-menu-submenu {
    font-weight: 500;
    border-bottom: none
}

.header .ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover span {
    color: #fff;
    opacity: 1
}

.header .ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .4px;
    font-weight: 500;
    color: var(--color_store_text);
    opacity: .8
}

.header .theme__toggle {
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.header .theme__toggle img {
    margin-right: 5px
}

.header .theme__toggle span {
    color: var(--color_text);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.header .language-select {
    margin-right: 8px
}

.header .language-select img {
    width: 20px;
    height: auto
}

.header .language-select button {
    background: transparent;
    border: none;
    color: var(--color_text);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.header .language-select button span {
    display: none
}

.header .language-select button svg {
    margin-left: 8px
}

.header .language-select button svg path {
    fill: var(--color_text)
}

.header .language-select button:active,
.header .language-select button:focus,
.header .language-select button:hover {
    background: transparent
}

.header .language-select ul {
    padding: 9px 6px;
    border-radius: 5px
}

.header .language-select ul img {
    margin-right: 6px
}

.header .language-select ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    padding: 6px;
    color: var(--color_text)
}

.header .language-select ul li.active {
    font-weight: 700
}

.header .language-select ul li:hover {
    background-color: rgba(0, 0, 0, .2)
}

.header-mobile {
    display: flex;
    align-items: center
}

.header-mobile img {
    width: 32px;
    height: auto
}

.menu__drawer .ant-menu-item-selected {
    background-color: transparent
}

.menu__drawer .ant-menu-item-selected:after {
    display: none
}

.let__talk {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative
}

.let__talk p {
    margin-bottom: 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.3px;
    font-weight: 600;
    margin-right: 31px
}

.let__talk p:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28px;
    height: 5px;
    background-color: #fff
}

.let__talk img {
    height: 26px;
    width: auto;
    margin-left: 6px;
    position: absolute;
    right: 0;
    top: -7px
}

.ant-menu-submenu-title svg {
    margin-left: 14px
}

.ant-menu-submenu .ant-menu-item a {
    font-size: 16px
}

.submenu .ant-menu {
    background-color: #312182;
    padding: 10px;
    border-radius: 5px
}

.submenu .ant-menu .ant-menu-item {
    margin-bottom: 0;
    margin-top: 0
}

.submenu .ant-menu .ant-menu-item:hover {
    background-color: rgba(0, 0, 0, .2)
}

.submenu .ant-menu .ant-menu-item.ant-menu-item-selected a {
    color: #615793
}

.submenu .ant-menu .ant-menu-item.ant-menu-item-selected:hover {
    background-color: rgba(0, 0, 0, .2)
}

.submenu .ant-menu a {
    color: var(--color_text)
}

header.tiny-header {
    padding: 5px 0
}

.ant-select-item-option-content .flag {
    width: 22px;
    height: auto;
    margin-right: 10px
}

.container-right {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

.container-right>ul {
    flex: 1 1;
    display: flex;
    justify-content: flex-end
}

.right {
    max-width: 202px;
    justify-content: space-between;
    display: flex
}

@media(max-width:1279px) {
    .header .ant-menu-horizontal .ant-menu-item:not(: last-of-type) {
        margin-right: 30px
    }
    .menu__drawer .ant-drawer-body {
        background: #fff;
        padding: 60px 16px 0 32px
    }
    .menu__drawer-top .head {
        text-align: right
    }
    .menu__drawer-bottom {
        margin-top: 21px;
        padding-right: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .menu__drawer-footer {
        padding-bottom: 34px;
        border-bottom: 1px solid #e4e1e3;
        margin-bottom: 34px
    }
    .menu__drawer-footer .right {
        flex-direction: column
    }
    .menu__drawer-footer .right .ant-btn {
        border: none;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        min-height: 0;
        text-align: left;
        width: auto;
        min-width: 0
    }
    .menu__drawer-footer .right .ant-btn:not(:last-of-type) {
        margin-bottom: 28px
    }
    .menu__drawer-footer .right .ant-btn:after,
    .menu__drawer-footer .right .ant-btn:before {
        display: none
    }
    .menu__drawer-footer .right .ant-btn span {
        font-weight: 500;
        font-size: 20px;
        line-height: 29px;
        color: var(--color_store_text_title)
    }
    .menu__drawer .ant-menu-inline,
    .menu__drawer .ant-menu-menu-vertical,
    .menu__drawer .ant-menu-vertical-left {
        border-right: none
    }
    .menu__drawer .ant-menu-inline .ant-menu-item,
    .menu__drawer .ant-menu-menu-vertical .ant-menu-item,
    .menu__drawer .ant-menu-vertical-left .ant-menu-item {
        padding: 0;
        height: auto;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 20px
    }
    .menu__drawer .ant-menu-inline .ant-menu-item a,
    .menu__drawer .ant-menu-menu-vertical .ant-menu-item a,
    .menu__drawer .ant-menu-vertical-left .ant-menu-item a {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: var(--color_store_text_title)
    }
}

@media(max-width:1151px) {
    .header .theme__toggle span {
        display: none
    }
}

@media(max-width:1599px) {
    .header .ant-menu-horizontal .ant-menu-item {
        margin: 0 18px
    }
}

@media(max-width:1023px) {
    .ant-menu-submenu .ant-menu-item a {
        font-size: 14px
    }
}

@media(max-width:575px) {
    .header {
        top: -1px;
        padding: 26px 0
    }
}

footer {
    padding-top: 54px;
    padding-bottom: 16px
}

footer.border-top {
    border: 1px solid #e6e8ec
}

footer .footer__copyright.ant-row {
    margin: 38px auto 0;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id)
}

footer .ant-row {
    justify-content: space-between
}

footer .col--main {
    max-width: 220px;
    margin-right: 170px
}

footer .col--main>.ant-image {
    margin-bottom: 12px
}

footer .col--main .ant-typography {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_id);
    margin-bottom: 19px
}

footer .col--main__media {
    display: flex;
    justify-content: space-between
}

footer .col--main__media img {
    cursor: pointer
}

footer .col--sub {
    flex-direction: column;
    display: flex
}

footer .col--sub h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_store_text_title);
    margin-bottom: 20px
}

footer .col--sub a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id);
    display: flex
}

footer .col--sub a:not(:last-of-type) {
    margin-bottom: 20px
}

footer .col--sub a img {
    margin-right: 7px
}

@media(max-width:1151px) {
    footer .col--main {
        margin-right: 0;
        max-width: 180px
    }
    footer .col--main img {
        max-width: 105px
    }
    footer .col--main p {
        font-size: 14px;
        line-height: 18px
    }
    footer .col--main img.footer__link-image {
        width: 25px;
        height: auto
    }
    footer .col--sub a:not(:last-of-type) {
        margin-bottom: 16px
    }
}

@media(max-width:1023px) {
    footer {
        padding-top: 36px
    }
    footer .footer__copyright.ant-row {
        font-size: 12px;
        line-height: 21px
    }
    footer .col--main img {
        margin-bottom: 15px
    }
    footer .col--main p {
        margin-bottom: 16px;
        font-size: 12px
    }
    footer .col--main img.footer__link-image {
        width: 25px;
        height: auto
    }
    footer .col--sub h5 {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 25px
    }
    footer .col--sub a {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px
    }
    footer .col--sub.col--2 {
        max-width: 110px
    }
    footer .col--sub.col--3 {
        max-width: 164px
    }
}

@media(max-width:767px) {
    footer .ant-row {
        display: grid;
        grid-template-columns: 45% 55%;
        grid-row-gap: 25px;
        row-gap: 25px;
        grid-column-gap: 10px;
        -webkit-column-gap: 10px;
        column-gap: 10px
    }
    footer .footer__copyright.ant-row {
        display: flex;
        justify-content: flex-start
    }
    footer .col--main {
        grid-column: 1/-1
    }
    footer .col--sub {
        flex: 50% 1;
        max-width: none
    }
}

.header-with-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    white-space: pre-line
}

.header-with-logo img {
    margin-bottom: 15px
}

.header-with-logo__title {
    color: #23262f;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px
}

.form-item__label {
    display: flex;
    font-weight: 500;
    color: #23262f;
    justify-content: space-between;
    margin-bottom: 2px
}

.form-item__description {
    color: #777e90;
    margin-bottom: 12px;
    line-height: 18px
}

.nft-create__info .ant-col>div>span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600
}

.nft-create__info .store__status {
    padding: 2px 4px
}

.ant-btn:hover,
a:hover {
    opacity: .8
}

.default-form {
    margin: 26px 0 20px;
    width: 100%
}

.default-form input {
    color: #23262f;
    font-weight: 500
}

.default-form .copy {
    cursor: pointer;
    display: flex
}

.default-form .ant-input[disabled] {
    background-color: #e6e6e6
}

.default-form .ant-input[disabled]:hover {
    border-color: #d9d9d9
}

.default-form .form-item>input {
    height: 52px;
    border: 1px solid #e6e8ec;
    border-radius: 30px;
    padding: 0 20px
}

.default-form .form-item>input:hover {
    border-color: #40a9ff
}

.default-form .form-item input:-internal-autofill-selected {
    color: #23262f;
    font-weight: 500
}

.default-form .ant-input-prefix {
    margin-right: 10px
}

.default-form .ant-input-affix-wrapper,
.default-form .ant-input-wrapper {
    border: 1px solid #e6e8ec;
    border-radius: 30px;
    height: 52px;
    padding: 0 15px 0 20px
}

.default-form .ant-input-affix-wrapper>input,
.default-form .ant-input-wrapper>input {
    margin-right: 20px
}

.default-form .ant-input-affix-wrapper img,
.default-form .ant-input-wrapper img {
    width: 21px
}

.default-form .form-item:not(:first-child) {
    margin-top: 12px
}

.default-form>input {
    height: 52px
}

.default-form input:-webkit-autofill,
.default-form input:-webkit-autofill:active,
.default-form input:-webkit-autofill:focus,
.default-form input:-webkit-autofill:hover {
    -webkit-box-shadow: inset 0 0 0 30px #fff;
    box-shadow: inset 0 0 0 30px #fff
}

.default-form .ant-btn {
    width: 100%;
    height: 52px;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px
}

.default-form .ant-select-arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.default-form__select {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center
}

.default-form__select .ant-select {
    width: 100%;
    height: 100%
}

.default-form__select .ant-select-selector {
    height: 100%;
    border-radius: 30px;
    border: 1px solid #e6e8ec
}

.default-form__select .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 26px 0 20px
}

.default-form__select .ant-select-single .ant-select-selector .ant-select-selection-search {
    left: 20px
}

.default-form__select .ant-select-selection-item {
    font-weight: 500;
    color: #23262f;
    font-size: 14px
}

.default-form__select .ant-select-focused>.ant-select-selector {
    border-color: #40a9ff
}

.default-form__select .ant-select-selection-search-input {
    height: 100%
}

.default-form__select .ant-select-selection-item,
.default-form__select .ant-select-selection-placeholder,
.default-form__select .register__form__select__placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500
}

.default-form__select .ant-select-selection-placeholder {
    color: #777e90
}

.default-form__checkbox {
    font-weight: 500;
    color: #777e90
}

.default-form__checkbox a {
    color: #fe4646
}

.default-form__checkbox .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #fe4646;
    border-color: #fe4646
}

.default-form__dropdown {
    -webkit-box-shadow: 0 4px 30px hsla(0, 0%, 45.1%, .15);
    box-shadow: 0 4px 30px hsla(0, 0%, 45.1%, .15);
    border-radius: 12px
}

.default-form__dropdown .ant-select-item {
    font-weight: 500
}

.default-form__dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.default-form__dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: unset;
    color: #ff0a6c
}

.search-form input {
    border: 1px solid #e6e8ec;
    border-radius: 22px;
    padding: 11px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_store_text_title)
}

.search-form input::-webkit-input-placeholder {
    color: #8b8ea9
}

.search-form input:-ms-input-placeholder {
    color: #8b8ea9
}

.search-form input::placeholder {
    color: #8b8ea9
}

.search-form .ant-input-search .ant-input:focus,
.search-form .ant-input-search .ant-input:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color_store_button);
    border-right-color: transparent
}

.search-form .ant-input-search .ant-input:focus+.ant-input-group-addon,
.search-form .ant-input-search .ant-input:hover+.ant-input-group-addon {
    border-color: var(--color_store_button)
}

.search-form .ant-input-group-addon {
    background-color: #fff;
    border-radius: 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 4px 5px;
    border-top: 1px solid #e6e8ec;
    border-right: 1px solid #e6e8ec;
    border-bottom: 1px solid #e6e8ec
}

.search-form .ant-input-group-addon:last-child() {
    padding: 5px
}

.search-form .ant-input-search-button {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 22px;
    min-width: 0;
    outline: none;
    color: #fff;
    background-color: var(--color_store_button)
}

.search-form .ant-input-search-button:before {
    display: none
}

.search-form .form-item,
.search-form__select {
    height: 100%
}

.search-form__select .ant-select {
    width: 100%
}

.search-form__select .ant-select-arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-form__select-item--multiple.ellipsis {
    display: flex;
    align-items: baseline
}

.search-form__select-item--multiple.ellipsis .ant-checkbox-wrapper,
.search-form__select-item--multiple.ellipsis div,
.search-form__select-item--multiple.ellipsis span {
    width: 100%
}

.search-form__select-item--multiple.ellipsis span div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.search-form__select-item--multiple .ant-checkbox {
    display: none
}

.search-form__select-item--multiple span {
    padding: 0
}

.search-form__select-item--multiple span div {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id)
}

.search-form__select .ant-select-arrow {
    right: 18px
}

.search-form__select .ant-select-focused .ant-select-selector {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color_store_button)
}

.search-form__select .ant-select-selector {
    border: 1px solid #e4e1e3;
    border-radius: 22px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 44px;
    width: 100%
}

.search-form__select .ant-select-selector:hover {
    border-color: var(--color_store_button);
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form__select .ant-select-selection-item,
.search-form__select .ant-select-selection-item-content,
.search-form__select .ant-select-selection-placeholder,
.search-form__select .ant-select-selection-search-input {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #8b8ea9
}

.search-form__select .ant-select-selection-item {
    color: var(--color_store_text_title)
}

.search-form__select .ant-select-selection-search-input {
    font-family: inherit;
    height: 21px;
    margin-top: 3px;
    color: var(--color_store_text_title)
}

.search-form__select .ant-select-multiple .ant-select-selection-search-input {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #8b8ea9;
    border-radius: 0
}

.search-form__select .ant-select-multiple .ant-select-selection-placeholder {
    left: 20px
}

.search-form__select .ant-select-multiple .ant-select-selection-overflow {
    height: 100%;
    margin-top: -8px;
    flex-wrap: nowrap;
    overflow: hidden
}

.search-form__select .ant-select-multiple .ant-select-selection-overflow-item {
    line-height: 21px
}

.search-form__select .ant-select-multiple .ant-select-selection-overflow-item-rest span {
    margin-bottom: 0;
    margin-top: 0
}

.search-form__select .ant-select-multiple .ant-select-selection-search {
    height: 100%;
    margin: -3px 0 0
}

.search-form__select .ant-select-multiple .ant-select-selector {
    width: 200px;
    padding: 12px 35px 12px 20px
}

.search-form__dropdown {
    padding: 10px 0;
    border: 2px solid #e6e8ec;
    -webkit-box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    border-radius: 5px
}

.search-form__dropdown .ant-select-item {
    padding: 6px 20px
}

.search-form__dropdown .ant-select-item-option-content span {
    padding: 0
}

.search-form__dropdown .ant-select-item-option-state {
    display: none
}

.search-form__dropdown .ant-select-item-option-active div {
    color: var(--color_button)
}

.search-form__dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: #f7f7fb
}

.search-form__dropdown--multiple .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: transparent
}

.search-form__dropdown--multiple .ant-select-item-option-selected:not(.ant-select-item-option-disabled):hover {
    background-color: #f5f5f5
}

.search-form__dropdown .ant-checkbox-wrapper .ant-checkbox {
    padding-right: 16px
}

.search-form__dropdown .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
    background-color: var(--color_store_button);
    border-color: var(--color_store_button)
}

.search-form__dropdown .ant-checkbox-wrapper .ant-checkbox-checked:after {
    border: none
}

.search-form__dropdown .ant-checkbox-wrapper div,
.search-form__dropdown .ant-checkbox-wrapper span {
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_store_text)
}

.search-form__dropdown .ant-checkbox-input:focus+.ant-checkbox-inner,
.search-form__dropdown .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.search-form__dropdown .ant-checkbox:hover .ant-checkbox-inner {
    border-color: var(--color_store_button)
}

.search-form__reset-button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    padding: 0;
    line-height: 100%
}

.search-form__reset-button:active,
.search-form__reset-button:focus,
.search-form__reset-button:hover {
    background: transparent
}

.search-form__all-options .ant-checkbox-wrapper {
    width: 100%;
    padding: 6px 20px
}

.search-form__all-options .ant-checkbox-indeterminate .ant-checkbox-inner:after {
    background-color: var(--color_store_button)
}

.search-form__all-options:hover {
    background-color: #f5f5f5
}

.search-form__all-options:hover~.rc-virtual-list .ant-select-item-option {
    background-color: transparent
}

@media(max-width:1599px) {
    .search-form>.ant-row>.ant-col {
        padding-right: 0
    }
}

.user-detail-form {
    margin: 0
}

.user-detail-form>.ant-row {
    margin-bottom: 24px
}

.user-detail-form .form-item .ant-input-affix-wrapper,
.user-detail-form .form-item>#react-quill-editor,
.user-detail-form .form-item>.ant-input-password,
.user-detail-form .form-item>input {
    border-radius: 12px
}

.user-detail-form .ant-btn {
    border-radius: 8px
}

.user-detail-form .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    padding: 0 30px 0 20px
}

.user-detail-form .detail-info__form__phone .ant-select-selector {
    padding-left: 16px
}

.user-detail-form .ant-select-selector {
    border-radius: 12px
}

.user-detail-form .ant-upload button {
    padding: 6px 31px 6px 25px;
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 9px
}

.user-detail-form__upload {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-detail-form__desc .quill>.ql-toolbar {
    border-radius: 12px 12px 0 0
}

@media(max-width:1599px) {
    .header-with-logo__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .default-form {
        margin: 16px 0 20px
    }
    .default-form__checkbox,
    .default-form input {
        font-size: 12px
    }
    .default-form .ant-input-affix-wrapper {
        height: 40px
    }
    .default-form .ant-input-affix-wrapper img {
        height: 15px
    }
    .default-form .ant-btn {
        height: 44px;
        font-size: 12px
    }
    .default-form__select {
        height: 40px
    }
    .default-form__select .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
        padding: 0 26px 0 14px
    }
    .default-form__select img {
        width: 15px;
        left: 14px
    }
    .default-form__select .ant-select-selection-item {
        font-size: 12px
    }
    .default-form__select .ant-select-single .ant-select-selector .ant-select-selection-search {
        left: 14px
    }
    .default-form>.ant-input {
        font-size: 12px;
        height: 40px
    }
    .default-form .ant-select {
        font-size: 12px
    }
    .default-form .form-item>input {
        height: 40px;
        padding: 0 14px
    }
    .default-form .form-item .ant-input-affix-wrapper,
    .default-form .form-item .ant-input-wrapper {
        padding: 0 15px 0 14px
    }
    .form-item {
        font-size: 12px
    }
}

body {
    --color_store_text_title: #23262f;
    --color_bg_input: #f7f5ff;
    --color_button: #5721ce;
    --color_card: linear-gradient(180deg, rgba(163, 163, 255, 0.12), rgba(163, 163, 255, 0.19));
    --color_store_text: #777e90;
    --color_store_button: #fe4646;
    --color_id: #4f5566;
    --color_bg_dark: #f8f8fb;
    --color_price: #4a23eb
}

body,
body[theme=dark] {
    --color_bg: #fff;
    --color_text: #615793;
    --color_text_title: #110c3b
}

body[theme=dark] {
    --color_store_text_title: #23262f;
    --color_bg_input: #fff;
    --color_card: linear-gradient(180deg, rgba(163, 163, 255, 0.12), rgba(163, 163, 255, 0.19));
    --color_button: #5721ce;
    --color_store_text: #777e90;
    --color_store_button: #fe4646;
    --color_id: #4f5566;
    --color_bg_dark: #f8f8fb;
    --color_price: #4a23eb
}

.start-free {
    border-bottom: 1px solid #e4e1e3;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--color_bg_dark)
}

.start-free h2.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 16px;
    color: var(--color_store_text_title)
}

.start-free .ant-btn {
    width: 242px;
    height: 60px;
    margin: 42px auto 0;
    display: block;
    font-weight: 600;
    font-size: 15px
}

@media(max-width:575px) {
    .start-free {
        padding-top: 44px;
        padding-bottom: 53px
    }
}

.features .callout__section {
    padding-top: 50px;
    padding-bottom: 50px
}

.features .solution__section {
    padding: 64px 0 70px;
    background-color: var(--color_bg_dark)
}

.features .solution__section h4.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--color_store_text_title);
    margin: 0 auto 74px;
    text-align: center;
    max-width: 321px
}

.features .solution__section .features__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 67px;
    row-gap: 67px;
    grid-column-gap: 112px;
    -webkit-column-gap: 112px;
    column-gap: 112px
}

.features .solution__section .features__content__item {
    text-align: center
}

.features .solution__section .features__content__item .ant-image {
    margin-bottom: 12px
}

.features .solution__section .features__content__item h5.ant-typography {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    color: var(--color_store_text_title)
}

.features .solution__section .features__content__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -.001em;
    margin-bottom: 16px
}

.features .solution__section .ant-btn {
    padding: 20px 60px;
    margin: 64px auto 0;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600
}

.features .ant-col h1.ant-typography {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: var(--color_store_text_title);
    margin: 0 0 20px
}

.features .ant-col .ant-typography {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    margin-bottom: 40px
}

.features .ant-col .ant-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding: 17px 25px;
    display: flex;
    align-items: center
}

.features .ant-col .ant-btn .ant-image {
    margin-left: 8px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.features .ant-col .ant-btn:hover .ant-image {
    margin-left: 15px
}

@media(max-width:1023px) {
    .features .callout__section {
        padding-top: 64px;
        padding-bottom: 70px
    }
    .features .callout__section .ant-image {
        display: block;
        margin: 0 auto;
        max-width: 600px
    }
    .features .solution__section h4.ant-typography {
        margin-bottom: 48px
    }
    .features .solution__section .features__content {
        grid-row-gap: 44px;
        row-gap: 44px;
        grid-column-gap: 40px;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }
}

@media(max-width:767px) {
    .features .solution__section .features__content {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:575px) {
    .features .ant-col h1.ant-typography {
        font-size: 28px;
        line-height: 42px
    }
    .features .solution__section .features__content {
        grid-template-columns: 1fr
    }
    .features .solution__section .ant-btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

.how-it-works {
    padding-top: 80px
}

.how-it-works h2.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--color_store_text_title);
    margin-bottom: 16px
}

.how-it-works__select {
    display: none;
    max-width: 311px;
    margin: 0 auto;
    height: 60px
}

.how-it-works__select .ant-select-selector {
    padding: 0 14px
}

.how-it-works__select .ant-select-selection-item {
    display: flex;
    justify-content: center;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color_store_text_title);
    padding-right: 0
}

.how-it-works__select .ant-select-arrow {
    top: 50%;
    right: 20px
}

.how-it-works .ant-tabs {
    margin: 0 auto;
    width: 100%;
    overflow: inherit
}

.how-it-works .ant-tabs-extra-content .ant-btn {
    display: none
}

.how-it-works .ant-tabs-extra-content .ant-btn:disabled {
    background: transparent
}

.how-it-works .ant-tabs-tab+.ant-tabs-tab {
    margin: 0 0 0 30px
}

.how-it-works .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: var(--color_store_text_title)
}

.how-it-works .ant-tabs-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.how-it-works .ant-tabs .ant-tabs-tab-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_store_text)
}

.how-it-works .ant-tabs .ant-tabs-ink-bar {
    background: var(--color_store_text_title);
    border-radius: 2px;
    height: 4px
}

.how-it-works .ant-tabs-content-holder {
    padding-top: 65px;
    padding-bottom: 80px
}

.how-it-works .ant-tabs-content-holder h5.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--color_store_text_title);
    margin-bottom: 22px
}

.how-it-works .ant-tabs-content-holder ul {
    margin: 0;
    padding-left: 40px;
    list-style-type: none
}

.how-it-works .ant-tabs-content-holder ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -.003em;
    color: var(--color_id);
    position: relative
}

.how-it-works .ant-tabs-content-holder ul li:before {
    content: "";
    position: absolute;
    left: -38px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: url(/_next/static/media/rocket-dark.e10b34862c650706e15c6bb64dafdacf.svg) no-repeat 50%
}

@media(max-width:1023px) {
    .how-it-works .ant-tabs-content-holder .ant-image {
        margin: 0 auto;
        display: block;
        max-width: 500px;
        height: auto
    }
    .how-it-works .ant-tabs-content-holder .ant-image img {
        height: auto
    }
    .how-it-works .ant-tabs .ant-col>div {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media(max-width:767px) {
    .how-it-works {
        padding-top: 64px
    }
    .how-it-works h2.ant-typography {
        margin-bottom: 24px
    }
    .how-it-works__select {
        display: block
    }
    .how-it-works .ant-tabs-nav {
        display: none
    }
    .how-it-works .ant-tabs-content-holder {
        padding-top: 44px;
        padding-bottom: 64px
    }
    .how-it-works .ant-tabs-content-holder h5.ant-typography {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px
    }
}

.pricing {
    padding-top: 116px;
    padding-bottom: 170px;
    background-color: var(--color_bg_dark)
}

.pricing h2.ant-typography,
.pricing h5.ant-typography {
    color: var(--color_store_text_title);
    font-weight: 600
}

.pricing ul li {
    color: var(--color_id)
}

.pricing .container>h2.ant-typography {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 16px
}

.pricing .container>.ant-typography {
    margin-bottom: 51px
}

.pricing .center .card {
    padding-top: 71px;
    position: relative;
    border-radius: 15px
}

.pricing .center .card:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    /*background: url(/_next/static/media/most-popular.65c49a45592b4bbfd51ffdf15550e56e.png) no-repeat 0 0;*/
    pointer-events: none
}

.pricing .center .card-wrapper {
    padding: 2px;
    background: -webkit-linear-gradient(315deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(135deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    border-radius: 16px
}

.pricing .card {
    padding: 36px 40px 47px;
    background: #fff;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    border-radius: 16px;
    text-align: center
}

.pricing .card__popular {
    position: absolute;
    top: 10px;
    z-index: 1;
    -webkit-transform: rotate(-25.92deg);
    transform: rotate(-25.92deg);
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    line-break: auto;
    text-align: left;
    max-width: 100px;
    margin-bottom: 0;
    left: 12px
}

.pricing .card>h5.ant-typography {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 15px
}

.pricing .card__price {
    margin-bottom: 22px
}

.pricing .card__price>h5.ant-typography {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px
}

.pricing .card__price-wrapper {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: var(--color_price);
    display: flex;
    justify-content: center;
    align-items: center
}

.pricing .card__price-wrapper .currency {
    font-size: 16px;
    line-height: 26px;
    margin-right: 7px
}

.pricing .card__price-wrapper .period {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.003em;
    text-align: left;
    margin-left: 11px
}

.pricing .card ul {
    list-style-type: none;
    padding: 0;
    margin: 13px 0 0
}

.pricing .card ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0 20px 10px;
    padding-bottom: 10px
}

.pricing .card ul li:not(:last-of-type) {
    border-bottom: 1px solid #e6e8ec
}

.pricing .card .ant-btn {
    width: 100%;
    min-height: 60px;
    margin-top: 33px
}

.pricing .card .ant-btn span {
    width: 100%
}

@media(max-width:1151px) {
    .pricing .card {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(max-width:1151px)and (min-width:992px) {
    .pricing .card ul li {
        font-size: 14px;
        line-height: 24px
    }
}

@media(max-width:991px) {
    .pricing .card,
    .pricing .card-wrapper {
        max-width: 352px;
        margin: 0 auto
    }
}

@media(max-width:767px) {
    .pricing {
        padding-top: 64px;
        padding-bottom: 64px
    }
    .pricing .container>.ant-typography {
        margin-bottom: 32px
    }
}

.login__hint {
    font-size: 16px;
    text-align: center
}

.login__hint__text {
    color: #777e90
}

.login__hint__register {
    margin-left: 4px;
    color: #d790ef;
    font-weight: 600
}
.login__hint__register:hover{
    color: #44cdd5;
}

.login__form__password__label {
    width: 100%
}

.login__form__password__label a {
    color: #fe4646
}

@media(max-width:1599px) {
    .login__hint {
        font-size: 14px
    }
}

.register-step-connect-wallet>div,
.register-step-detail>div {
    width: 100%
}

.login-register-layout__container .register-step-category {
    max-width: 1214px;
    padding: 48px 180px
}

.register>div {
    display: flex;
    align-items: center;
    flex-direction: column
}

.register__hint {
    font-size: 16px
}

.register__hint__text {
    color: #777e90
}

.register__hint__register {
    margin-left: 4px;
    color: #fe4646;
    font-weight: 600
}

.register__forgotPassword {
    color: #fe4646;
    font-weight: 500
}

.connect-wallet {
    text-align: center;
    color: #777e90;
    width: 100%
}

.connect-wallet__desc {
    font-weight: 500
}

.connect-wallet__desc a {
    color: #ff0a6c
}

.connect-wallet__btn-connect {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    height: 60px;
    margin: 16px 0 28px;
    color: #23262f
}

.connect-wallet__btn-connect,
.connect-wallet__btn-connect:focus,
.connect-wallet__btn-connect:hover {
    border: 2px solid #e25900;
    display: flex;
    align-items: center;
    color: #23262f
}

.connect-wallet__btn-connect:focus>img,
.connect-wallet__btn-connect:hover>img,
.connect-wallet__btn-connect>img {
    width: 39px;
    height: 36px;
    margin-right: 12px
}

.connect-wallet__hint {
    font-weight: 500;
    margin-bottom: 8px
}

.connect-wallet__download>a {
    color: #fe4646;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer
}

.connect-wallet__download>a>img {
    margin-right: 5px
}

.detail-info {
    color: #777e90;
    width: 100%
}

.detail-info__desc {
    font-weight: 500;
    white-space: pre-line;
    text-align: center
}

.detail-info__form__phone .form-item {
    margin-top: 0
}

.detail-info__form__phone__input {
    width: calc(100% - 92px)
}

.detail-info__form__phone__input>input {
    width: 100%
}

.detail-info__form__phone__input>input::-webkit-inner-spin-button,
.detail-info__form__phone__input>input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.detail-info__form__phone__select {
    width: 85px
}

.detail-info__form__phone__select>.form-item__label {
    white-space: nowrap
}

.detail-info__form__phone__select .ant-select-single.ant-select-open .ant-select-selection-item {
    color: #777e90
}

.detail-info__form__note {
    color: #777e90;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px
}

.onboarding {
    width: 550px;
    color: #615793
}

.onboarding .header-with-logo__title {
    white-space: nowrap
}

.onboarding--success {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: unset
}

.onboarding--success__img {
    max-width: 100%
}

.onboarding--success .header-with-logo__title {
    margin-bottom: 40px
}

.onboarding__percent {
    margin: 20px 0 16px
}

.onboarding__desc {
    font-size: 16px;
    text-align: center;
    color: #777e90
}

.register-category {
    color: #777e90;
    width: 100%
}

.register-category__desc {
    font-weight: 500;
    white-space: pre-line;
    text-align: center;
    width: 50%
}

.register-category__form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.register-category__form__btn-submit {
    max-width: 390px
}

@media(max-width:1599px) {
    .register__hint {
        font-size: 14px
    }
    .connect-wallet__desc,
    .connect-wallet__hint {
        font-size: 12px
    }
    .connect-wallet__btn-connect {
        margin: 12px 0 23px;
        height: 44px
    }
    .detail-info__desc,
    .detail-info__hint {
        font-size: 12px
    }
    .onboarding__desc {
        font-size: 14px
    }
    .detail-info__form__phone__select {
        width: 80px
    }
    .login-register-layout__container .register-step-category {
        padding: 48px 120px
    }
    .register-category__desc {
        width: 60%
    }
}

@media(max-width:1023px) {
    .login-register-layout__container .register-step-category {
        padding: 48px 40px
    }
}

@media(max-width:767px) {
    .login-register-layout__container .register-step-category {
        padding: 32px 24px
    }
    .register-category__desc {
        width: 100%
    }
}

.forgot-password>div {
    flex-direction: column;
    align-items: center;
    width: 100%
}

.forgot-password__hint {
    font-size: 14px;
    color: #777e90;
    font-weight: 500
}

.forgot-password__hint__register {
    margin-left: 4px;
    color: #fe4646;
    font-weight: 600
}

.forgot-password__form__password__label {
    width: 100%
}

.forgot-password__form__password__label a {
    color: #fe4646
}

.forgot-password__form .ant-btn {
    margin-top: 16px
}

.forgot-password-step-reset>div {
    width: 100%
}

@media(max-width:1599px) {
    .forgot-password__hint {
        font-size: 14px
    }
    .forgot-password__form .ant-btn {
        margin-top: 12px
    }
}

.select-store__desc {
    font-size: 14px;
    color: #777e90;
    font-weight: 500;
    text-align: center
}

.select-store__btn {
    border-radius: 26px
}

.select-store__content {
    margin: 40px 0 38px;
    color: #23262f;
    width: 100%
}

.select-store__content__email {
    word-break: break-all;
    color: #777e90
}

.select-store__content__user {
    flex-wrap: nowrap
}

.select-store__content__info {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    line-height: 20px;
    max-width: calc(100% - 44px - 110px)
}

.select-store__content__name {
    font-weight: 600;
    font-size: 16px
}

.select-store__content__logout {
    color: #fe4646;
    font-size: 15px;
    margin-left: auto;
    font-weight: 500;
    max-width: 100px;
    padding: 0;
    text-align: right
}

.select-store__content__avatar {
    width: 44px;
    height: 44px
}

.select-store__content__divider {
    border-color: #e4e1e3;
    margin: 13px 0 0
}

.select-store__content__divider--last {
    margin: 0
}

.select-store__content__list-store {
    padding: 16px 10px 16px 26px;
    max-height: 360px;
    overflow: auto
}

.select-store__content__list-store::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.select-store__content__list-store::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.select-store__content__list-store::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.select-store__store-detail {
    flex-wrap: nowrap;
    cursor: pointer
}

.select-store__store-detail__icon {
    margin-right: 20px
}

.select-store__store-detail__name {
    font-weight: 500;
    word-break: break-all
}

.select-store__store-detail__detail-btn {
    margin-left: auto
}

.select-store__store-detail__divider {
    margin: 16px 0;
    border-color: #e4e1e3
}

.select-store__store-detail__info {
    width: calc(100% - 80px)
}

.select-store__store-detail__url {
    word-break: break-all;
    color: #777e90
}

.select-store .ant-btn {
    height: 52px;
    width: 100%
}

.select-store__form {
    margin: 0
}

.select-store__form .ant-btn {
    margin-top: 0;
    max-width: 100px;
    margin-left: 10px
}

.select-store__form__item {
    width: 100%
}

@media(max-width:1599px) {
    .select-store__desc {
        font-size: 14px
    }
    .select-store__content {
        margin: 30px 0 20px;
        width: 100%;
        font-size: 12px
    }
    .select-store__content__name {
        font-size: 14px
    }
    .select-store__content__avatar {
        width: 40px;
        height: 40px
    }
    .select-store__content__logout {
        font-size: 12px;
        max-width: 80px
    }
    .select-store__content__info {
        max-width: calc(100% - 40px - 90px)
    }
    .select-store__content__divider {
        margin: 16px 0 0
    }
    .select-store__content__list-store {
        padding: 12px 10px 12px 20px;
        max-height: 200px
    }
    .select-store__store-detail__divider {
        margin: 12px 0
    }
    .select-store .ant-btn {
        height: 44px
    }
    .select-store__form input {
        height: 44px
    }
}

.store-owner__home.home>h4.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--color_store_text_title);
    margin-bottom: 4px
}

.store-owner__home.home>div.ant-typography {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--color_store_text);
    margin-bottom: 36px
}

.store-owner__home.home p span a {
    color: #ff0a6c
}

.store-owner__home.home .learn-more {
    font-weight: 500;
    text-decoration-line: underline;
    font-size: 14px;
    line-height: 22px;
    color: var(--color_store_text)
}

.store-owner__home.home button {
    padding: 15px 0;
    height: auto
}

.store-owner__home.home button span {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff
}

.store-owner__home.home h5,
.store-owner__home.home p {
    color: var(--color_store_text_title)
}

.store-owner__home.home p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 4px
}

.store-owner__home.home h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.003em;
    margin-bottom: 30px
}

.store-owner__home.home .home__card {
    border-radius: 16px;
    background-color: #fff;
    padding: 32px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12)
}

.store-owner__home.home .home__card-connect {
    display: flex
}

.store-owner__home.home .home__card .ant-image {
    margin-right: 13px
}

.store-owner__home.home .home__card h5 {
    margin-bottom: 8px
}

.store-owner__home.home .home__card p {
    margin-bottom: 24px;
    font-weight: 400;
    color: var(--color_store_text)
}

.store-owner__home.home .home__card__buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.store-owner__home.home .home__card__buttons button {
    border: 1px solid var(--color_store_button);
    border-radius: 22px;
    padding: 10px 30px;
    min-width: 155px
}

.store-owner__home.home .home__card__buttons button span {
    color: var(--color_store_button)
}

.store-owner__home.home .home__card__tutorial__text {
    color: var(--color_store_text)
}

.store-owner__home.home .home__step {
    margin-bottom: 36px
}

.store-owner__home.home .home__step .ant-card {
    -webkit-box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    border-radius: 10px;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.store-owner__home.home .home__step .ant-card-meta {
    position: relative
}

.store-owner__home.home .home__step .ant-card-meta-avatar {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 0;
    border-radius: 0
}

.store-owner__home.home .home__step .ant-card-meta-avatar span {
    width: 64px;
    height: 64px;
    border-radius: 0
}

.store-owner__home.home .home__step .ant-card-meta-title {
    margin-left: 80px
}

.store-owner__home.home .home__step .ant-card-meta-description p {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
    color: var(--color_store_text)
}

.store-owner__home.home .home__step .ant-card-body {
    padding: 40px 40px 28px
}

.store-owner__home.home .home__step .ant-card-actions {
    border: none;
    margin: 0 40px 36px
}

.store-owner__home.home .home__step .ant-card-actions li {
    margin: 0
}

.store-owner__home.home .home__step .ant-card-actions button {
    width: 100%;
    border-radius: 26px;
    background-color: #fe4646
}

.store-owner__home.home .home__plan {
    margin-bottom: 24px
}

.store-owner__home.home .home__tutorial p {
    margin-bottom: 0
}

.store-owner__home.home .home__tutorial .home__card {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.store-owner__nft.nft h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--color_store_text_title);
    margin-bottom: 24px
}

.nft-create {
    height: 100%
}

.nft-create__container {
    display: flex;
    flex-direction: column
}

.nft-create__btn-group .ant-btn {
    border-radius: 22px;
    min-width: 160px;
    height: 44px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #fe4646
}

.nft-create__btn-group__discard {
    color: #fe4646;
    border: 1px solid #fe4646;
    margin-right: 20px;
    background-color: #fff
}

.nft-create__btn-group__create {
    background-color: #fe4646;
    color: #fff
}

.nft-create__preview__content {
    position: sticky;
    position: -webkit-sticky;
    top: 30px
}

.nft-detail__action {
    margin-left: auto
}

.sell-order-tab .ant-tabs-tab {
    padding: 17px 23px;
    background: #fff;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    border-radius: 16px 16px 0 0;
    font-weight: 600;
    font-size: 16px
}

.sell-order-tab .ant-tabs-tab>.ant-tabs-tab-btn {
    color: #23262f
}

.sell-order-tab .ant-tabs-tab-active {
    background: #fe4646;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12)
}

.sell-order-tab .ant-tabs-tab-active>.ant-tabs-tab-btn {
    color: #fff
}

.sell-order-tab .ant-tabs-ink-bar {
    display: none
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab {
    margin: 0;
    min-width: 142px;
    display: flex;
    justify-content: center
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab .total-offer {
    display: flex;
    align-items: center
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab .total-offer span {
    margin-left: 8px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab .total-offer span.active {
    color: #fff;
    background-color: var(--color_store_button)
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab .total-offer span.cancelled {
    color: #fff;
    background-color: var(--color_store_text)
}

.sell-order-tab .ant-tabs-tab+.ant-tabs-tab-active .total-offer span.active {
    color: var(--color_store_button);
    background-color: #fff
}

.sell-order-tab .ant-tabs-nav {
    margin: 0
}

.sell-order-tab .ant-tabs-content-holder {
    padding: 44px;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    border-radius: 0 16px 16px 16px
}

.sell-order-tab .ant-tabs-nav:before {
    display: none
}

.sell-order-create__nft--option {
    color: #777e90;
    flex-wrap: nowrap
}

.sell-order-create__nft--option>img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-right: 12px
}

.sell-order-create__form .form-item__label {
    font-size: 20px
}

.sell-order-create__form .form-item__description {
    font-size: 14px;
    line-height: 18px
}

.sell-order-create__form .form-item:not(:first-child) {
    margin-top: 20px
}

.sell-order-create__form .ant-input,
.sell-order-create__form .ant-select-selection-item {
    font-size: 14px
}

.sell-order-create__form .ant-input-suffix {
    margin-right: -10px
}

.sell-order-create__form__instant-price {
    white-space: nowrap
}

.sell-order-create__form__crypto-unit {
    flex-wrap: nowrap
}

.sell-order-create__form__crypto-unit-icon {
    margin-right: 4px;
    width: 20px;
    height: 20px
}

.sell-order-create__form__crypto-unit-name {
    font-size: 14px;
    font-weight: 600
}

.sell-order-create__form__max-btn {
    background: #fe4646;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 8px 27px;
    margin-top: 0;
    max-height: 100%;
    display: flex;
    align-items: center
}

.sell-order-create__form .ant-input-affix-wrapper .ant-input-suffix {
    padding: 4px 0
}

.sell-order-create__form__info-row {
    margin-top: 15px;
    font-size: 18px;
    color: #23262f
}

.sell-order-create__form__price {
    font-weight: 500;
    color: #777e90;
    text-align: right;
    white-space: pre
}

.sell-order-create__form__price>a {
    color: #fe4646
}

.sell-order-create__form__help-icon {
    margin-left: 6px;
    margin-bottom: 3px;
    cursor: pointer
}

.sell-order-create__form__content {
    padding: 0 50px 0 30px;
    margin-top: 0
}

.sell-order-create__form .ant-input-prefix {
    font-size: 16px
}

.sell-order-create__form__offer-mode .form-item__label {
    margin-top: 20px;
    line-height: 28px
}

.sell-order-create__form__offer-mode .ant-switch {
    height: 32px;
    width: 79px
}

.sell-order-create__form__offer-mode .ant-switch-handle {
    width: 26px;
    height: 26px;
    margin: 1px 0 0 2px
}

.sell-order-create__form__offer-mode .ant-switch-handle:before {
    border-radius: 50%
}

.sell-order-create__form__offer-mode .ant-switch-checked .ant-switch-handle {
    left: calc(100% - 32px)
}

.sell-order-create__form__dropdown {
    padding: 12px 0
}

.sell-order-create__form__dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled),
.sell-order-create__form__dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: #f7f7fb
}

.sell-order-create__form .ant-switch-handle:before {
    background-color: #8b8ea9
}

.sell-order-create__form .ant-switch {
    background-color: #e6e6e6
}

.sell-order-create__form .ant-switch-inner {
    text-transform: uppercase;
    font-weight: 500;
    color: #23262f;
    font-size: 14px
}

.sell-order-create__form .ant-switch-checked {
    background-color: #fe4646
}

.sell-order-create__form .ant-switch-checked .ant-switch-handle:before {
    background-color: #fff
}

.sell-order-create__form .ant-switch-checked .ant-switch-inner {
    color: #fff
}

.modal-sign-create {
    display: flex;
    align-items: center;
    flex-direction: column
}

.modal-sign-create__title {
    font-weight: 600;
    font-size: 20px;
    color: #23262f;
    line-height: 28px
}

.modal-sign-create__content {
    color: #4f5566;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center
}

.modal-sign-create__img {
    margin: 30px
}

.modal-sign-create__signing-text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fe4646;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    top: 45%;
    right: 88px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 8px
}

.modal-sign-create__img-container {
    position: relative
}

.modal-sign-create__img-container__spin {
    color: #fff;
    margin-right: 3px
}

@media(max-width:1599px) {
    .sell-order-create__form .ant-input-affix-wrapper .ant-input-suffix {
        height: 40px
    }
}

.list-offer__tag {
    width: 100%;
    border-radius: 4px;
    border: 2px solid;
    text-align: center;
    padding: 4px 12px
}

.list-offer .tag-open {
    border-color: #45b26b;
    color: #45b26b
}

.list-offer .tag-expired {
    border-color: #797979;
    color: #797979
}

.list-offer .tag-accepted {
    border-color: #3772ff;
    color: #3772ff
}

.list-offer .tag-cancelled {
    border-color: #ef466f;
    color: #ef466f
}

.list-offer .tag-invalid {
    border-color: #dc6a00;
    color: #dc6a00
}

.list-offer .button-link {
    color: #fe4646;
    font-size: 500;
    font-size: 14px
}

.list-offer .button-copy {
    border: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    transition: none
}

.list-offer .user-address {
    color: #4f5566;
    margin-bottom: 0
}

.list-offer .user-address .anticon {
    color: #4f5566
}

.sell-order-detail__price-n1 {
    color: #4f5566;
    font-weight: 600;
    word-break: break-all
}

.sell-order-detail__price-usd {
    color: #777e90;
    word-break: break-all
}

.sell-order-detail__row-item {
    margin-top: 27px
}

.sell-order-detail__row-item__link {
    color: #fe4646;
    text-decoration: underline;
    word-break: break-word
}

.sell-order-detail__content {
    padding: 30px 50px 30px 0
}

.sell-order-detail__content .ant-col>div>span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600
}

.sell-order-cancel__code>a {
    color: #fe4646
}

.sale-history__table .type-offering {
    color: #dc6a00
}

.sale-history__table .type-instant-sale {
    color: #45b26b
}

.sale-history__table .user-wallet-address {
    margin-bottom: 0;
    color: #4f5566
}

.sale-history__table .user-wallet-address .anticon {
    color: #4f5566
}

.ant-layout-content .setting-theme {
    padding: 81px 80px
}

.ant-layout-content .setting-theme__title {
    color: #23262f;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 16px
}

.ant-layout-content .setting-theme__desc {
    color: #4f5566;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px
}

.ant-layout-content .setting-theme__help {
    color: #4f5566
}

.ant-layout-content .setting-theme__help>img {
    margin-right: 9px
}

.ant-layout-content .setting-theme__help>a {
    margin-left: 4px;
    color: #fe4646
}

.theme-data {
    border: 1px solid #e6e8ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    height: 507px
}

.theme-data__header {
    border-bottom: 1px solid #e6e8ec;
    padding: 14px 24px
}

.theme-data__header__name {
    color: #23262f;
    font-weight: 600;
    font-size: 16px
}

.theme-data__header__date {
    font-size: 12px;
    color: #777e90
}

.theme-data__header__btn {
    font-weight: 600;
    color: #fff;
    background-color: #fe4646;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    height: 36px
}

.theme-data__preview {
    padding: 60px 60px 0;
    flex-wrap: nowrap;
    height: 432px;
    margin-bottom: -1px
}

.theme-data__preview__pc {
    background: url(/_next/static/media/pc_frame_preview.708d680cd07a4cd129ed0dbe1f66025b.svg) 0 0 no-repeat;
    background-size: contain;
    height: 360px;
    padding: 12px;
    margin-left: -30px;
    margin-bottom: -2px
}

.theme-data__preview__pc img {
    height: calc(100% - 5px);
    object-fit: contain;
    border-radius: 12px 12px 0 0
}

.theme-data__preview__mobile {
    background: url(/_next/static/media/mobile_frame_preview.4a3c811385ac1e6d14e2dcbb482261d7.svg) 0 0 no-repeat;
    background-size: contain;
    height: 298px;
    padding: 7px 10px 7px 9px;
    margin-left: -90px;
    z-index: 1;
    margin-bottom: -1px
}

.theme-data__preview__mobile img {
    height: calc(100% - 0px);
    object-fit: contain;
    border-radius: 14px
}

@media(max-width:1919px) {
    .theme-data__preview__pc {
        height: 340px;
        padding: 12px;
        margin-left: 15px;
        margin-bottom: -3px
    }
    .theme-data__preview__pc img {
        height: calc(100% - 5px)
    }
    .theme-data__preview__mobile {
        height: 268px;
        padding: 6px 8px 7px;
        margin-left: -90px;
        margin-bottom: -2px
    }
    .theme-data__preview__mobile img {
        height: 100%
    }
}

@media(max-width:1599px) {
    .theme-data__preview__pc {
        height: 246px;
        padding: 12px;
        margin-left: 0;
        margin-bottom: -2px
    }
    .theme-data__preview__pc img {
        height: 100%
    }
    .theme-data__preview__mobile {
        height: 200px;
        padding: 5px 9px 5px 6px;
        margin-left: -70px
    }
    .theme-data__preview__mobile img {
        height: 100%
    }
}

.theme-sidebar {
    width: 338px;
    height: 100vh;
    overflow: auto;
    border-right: 1px solid #e6e8ec
}

.theme-sidebar::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.theme-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.theme-sidebar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.theme-sidebar__header {
    border-bottom: 1px solid #e6e8ec;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    height: 56px
}

.theme-sidebar__header__name {
    color: #fe4646
}

.theme-sidebar__header__item-title {
    color: #23262f
}

.theme-sidebar__header__item-title--content {
    text-align: center;
    margin: 0 auto;
    padding-right: 32px
}

.theme-sidebar__header__item-title--content>img {
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 2px
}

.theme-sidebar__content {
    padding: 20px
}

.theme-sidebar__content__template {
    color: #777e90;
    font-weight: 500
}

.theme-sidebar__content__page-title {
    color: #23262f;
    font-weight: 600;
    font-size: 28px
}

.theme-sidebar__content__setting-items {
    padding: 32px 0
}

.theme-sidebar__content__setting-items .theme-setting-item:not(:first-child):not(:last-child) {
    margin-bottom: 8px
}

.theme-sidebar__content__setting-items .theme-setting-item:first-child {
    margin-bottom: 28px
}

.theme-sidebar__content__setting-items .theme-setting-item:last-child:not(:nth-child(2)) {
    margin-top: 28px
}

.theme-sidebar__content__edit-btn {
    border-radius: 30px;
    border: 1px solid #e6e8ec;
    color: #4f5566;
    font-weight: 600;
    height: 36px;
    width: 100%
}

.theme-setting-item {
    -webkit-box-shadow: 0 0 4px rgba(31, 47, 70, .12);
    box-shadow: 0 0 4px rgba(31, 47, 70, .12);
    border-radius: 5px;
    padding: 12px;
    cursor: pointer
}

.theme-setting-item__icon {
    margin-right: 16px
}

.theme-setting-item__title {
    color: #4f5566;
    font-size: 16px
}

.theme-setting-item__desc {
    color: #777e90;
    font-size: 12px
}

.theme-toolbar {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #e6e8ec;
    padding: 10px 11px
}

.theme-toolbar__dropdown {
    -webkit-box-shadow: 0 16px 64px rgba(31, 47, 70, .2);
    box-shadow: 0 16px 64px rgba(31, 47, 70, .2);
    border-radius: 10px;
    padding: 12px
}

.theme-toolbar__dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
    background-color: #fff
}

.theme-toolbar__dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .theme-toolbar__select__option--text {
    background-color: #f5f5f5
}

.theme-toolbar__dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
    background-color: #fff
}

.theme-toolbar__dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) .theme-toolbar__select__option--text:hover {
    background-color: #f5f5f5
}

.theme-toolbar__select {
    width: 162px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.theme-toolbar__select .ant-select-selection-item {
    color: #23262f;
    font-weight: 600
}

.theme-toolbar__select__option {
    padding: 0;
    color: #777e90;
    font-weight: 600
}

.theme-toolbar__select__option .ant-divider {
    margin: 5px 0
}

.theme-toolbar__select__option--text {
    padding: 5px 0
}

.theme-toolbar .ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #e6e8ec;
    border-radius: 8px
}

.theme-toolbar .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 36px;
    padding: 2px 11px
}

.theme-toolbar__viewmode-btn .ant-radio-button-wrapper:first-child {
    border-radius: 8px 0 0 8px;
    border: 1px solid #e6e8ec
}

.theme-toolbar__viewmode-btn .ant-radio-button-wrapper:last-child {
    border-radius: 0 8px 8px 0;
    border: 1px solid #e6e8ec
}

.theme-toolbar__viewmode-btn .ant-radio-button-wrapper-checked {
    background: #e6e6e6
}

.theme-toolbar__viewmode-btn .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):after,
.theme-toolbar__viewmode-btn .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
    display: none
}

.theme-toolbar__group-btn .ant-btn {
    border: 1px solid #e6e8ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    height: 36px;
    min-width: 99px;
    font-weight: 600
}

.theme-toolbar__group-btn--close {
    background: #fff;
    color: #4f5566;
    margin-right: 8px
}

.theme-toolbar__group-btn--save {
    background-color: #fe4646;
    color: #fff
}

.customize-theme-content {
    width: calc(100% - 338px);
    height: 100%
}

.theme-preview {
    width: 100%;
    height: calc(100vh - 56px)
}

.theme-preview__iframe {
    width: 100%;
    height: 100%;
    border: none
}

.theme-preview__mobile {
    width: 375px;
    margin: 0 auto
}

.customize-theme-loading,
.customize-theme-loading .ant-progress-inner {
    position: absolute;
    top: 0;
    height: 4px
}

.customize-theme-loading .ant-progress-bg {
    height: 4px
}

.theme-preview-container {
    position: relative
}

.theme-setting-content__title {
    color: #4f5566;
    font-weight: 500;
    margin-bottom: 20px
}

.theme-setting-content__radio-group {
    display: flex;
    flex-direction: column
}

.theme-setting-content__radio-group .ant-radio-wrapper:not(:last-child) {
    margin-bottom: 10px
}

.theme-setting-content__radio-group .ant-radio-wrapper {
    color: #23262f;
    font-weight: 500
}

.theme-setting-content__radio-group .ant-radio-wrapper .ant-radio-inner {
    border-color: #fe4646
}

.theme-setting-content__radio-group .ant-radio-wrapper .ant-radio-inner:after {
    background-color: #fe4646
}

.theme-setting-content__label {
    color: #4f5566;
    font-weight: 500;
    font-size: 14px
}

.theme-setting-content__text-area {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    color: #23262f
}

.theme-setting-content__text-area::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.theme-setting-content__text-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.theme-setting-content__text-area::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.theme-setting-content__input {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    color: #23262f;
    height: 40px
}

.theme-setting-content__select .ant-select-selector {
    border-radius: 10px
}

.theme-setting-content__select .ant-select-selection-placeholder {
    font-weight: 400
}

.theme-setting-content__select .ant-select-selection-search {
    left: 11px
}

.theme-setting-content__dropdown .ant-select-item {
    font-weight: 400
}

.theme-setting-content__help-text {
    color: #777e90;
    font-weight: 500
}

.theme-setting-content__link {
    font-weight: 500;
    color: #fe4646;
    text-decoration-line: underline
}

.theme-setting-content__categories,
.theme-setting-content__categories .ant-checkbox-group {
    display: flex;
    flex-direction: column
}

.theme-setting-content__categories .ant-checkbox-wrapper {
    color: #4f5566;
    margin-bottom: 10px
}

.theme-setting-content__categories .ant-checkbox-wrapper>span:nth-child(2n) {
    width: 100%
}

.theme-setting-content__categories .ant-checkbox-group-item {
    margin-right: 0
}

.theme-setting-content__categories .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #fe4646;
    border-color: #fe4646
}

.theme-setting-content__categories .ant-checkbox-inner:after {
    background-color: #fe4646
}

.theme-setting-content__categories .ant-checkbox-input:focus+.ant-checkbox-inner,
.theme-setting-content__categories .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.theme-setting-content__categories .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #fe4646
}

.theme-setting-content__remove-item {
    color: #fe4646;
    font-size: 12px;
    text-decoration-line: underline;
    margin-top: 2px;
    cursor: pointer
}

.theme-setting-content .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 40px;
    padding: 4px 11px
}

.theme-setting-content .ant-input-affix-wrapper {
    padding: 8px
}

.theme-setting-content .ant-input-affix-wrapper .ant-input-prefix {
    margin-right: 12px
}

.theme-setting-content .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
    height: 40px
}

.theme-setting-upload-container .ant-upload.ant-upload-drag {
    height: 205px;
    border-radius: 10px;
    border: 1px dashed #e6e8ec;
    background: #f7f7fb
}

.theme-setting-upload__help-text {
    color: #777e90;
    font-size: 12px;
    margin-bottom: 10px
}

.theme-setting-upload__content__upload-btn {
    color: #4f5566;
    border: 1px solid #e6e8ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px
}

.theme-setting-upload__content__img {
    max-height: calc(205px - 32px);
    width: 100%;
    object-fit: contain
}

.theme-setting-upload__content__close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    z-index: 1
}

.nft__status {
    font-size: 12px
}

.nft__status.red {
    color: #ef466f
}

.nft__status.green {
    color: #45b26b
}

.setting-domains__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #23262f
}

.setting-domains .table {
    margin-top: 20px
}

.setting-domains .table .ant-table-cell {
    font-weight: 500;
    padding: 12px 36px
}

.setting-domains .table .ant-table-row .ant-table-cell:first-child {
    border-left: 1px solid #e6e8ec
}

.setting-domains .table .ant-table-row .ant-table-cell:last-child {
    border-right: 1px solid #e6e8ec
}

.setting-domains .table .ant-table-row:last-child .ant-table-cell:first-child {
    border-bottom-left-radius: 16px;
    border-left: 1px solid #e6e8ec
}

.setting-domains .table .ant-table-row:last-child .ant-table-cell:last-child {
    border-bottom-right-radius: 16px;
    border-right: 1px solid #e6e8ec
}

.setting-domains .table .status {
    border: 2px solid #45b26b;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    width: 112px;
    text-align: center;
    color: #45b26b;
    padding: 2px 0
}

.modal-add-domain__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 16px;
    color: #23262f
}

.modal-add-domain__des {
    width: 413px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #4f5566;
    letter-spacing: -.003em
}

.modal-add-domain__icon {
    width: 20px;
    height: 20px
}

.modal-add-domain a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 29px
}

.modal-add-domain .domain--form {
    margin: 0
}

.modal-add-domain .form-item__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #23262f;
    margin-bottom: 6px
}

.modal-add-domain .ant-input {
    height: 52px;
    border-radius: 12px
}

.modal-add-domain .ant-btn {
    height: 44px;
    border-radius: 22px;
    background: #fe4646;
    color: #fff
}

.domain-setting-header {
    margin-bottom: 24px
}

.domain-setting-header .btn-add-domain {
    display: flex;
    align-items: center
}

.domain-setting-header .btn-add-domain img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.domain-setting .ant-row {
    margin-bottom: 0
}

.setting-domains .table {
    margin-top: 0
}

.page .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px
}

.page__table .ant-table-row .ant-table-cell:first-child,
.page__table .ant-table-thead .ant-table-cell:first-child {
    padding-left: 44px
}

.page__table .page-title h5 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #4f5566;
    font-weight: 400
}

.page__table .page-title div {
    color: #777e90;
    max-width: 440px;
    line-height: 21px
}

.page__table .last-modified>div {
    margin-top: 5px
}

.page__ckeditor .form-item {
    margin-bottom: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    border-radius: 15px;
    padding: 40px 45px
}

.page__ckeditor .form-item__label {
    font-size: 20px;
    font-weight: 500;
    color: #23262f;
    margin-bottom: 20px;
    line-height: 28px
}

.page__ckeditor div[class^=styles_ckeditor] {
    border-radius: 10px
}

.page__ckeditor div[class^=styles_ckeditor] .ck-content {
    font-size: 16px;
    color: #4f5566;
    line-height: 26px;
    font-weight: 400
}

.about-us__title {
    margin: 48px auto 24px
}

.about-us__paragraph {
    color: var(--color_id);
    font-size: 16px;
    line-height: 26px;
    margin-top: 40px
}

.about-us__paragraph-1 {
    margin-top: 0
}

.about-us__paragraph:last-child {
    margin-bottom: 60px
}

.about-us__image {
    margin-top: 40px;
    width: 100%;
    height: auto
}

@media(max-width:575px) {
    .about-us__title {
        margin-top: 64px;
        margin-bottom: 0
    }
}

.input span.required {
    color: #d93915
}

.input__label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between
}

.input__label--level-item {
    height: 4px;
    width: 10px;
    background-color: #e6e6e6;
    display: inline-block;
    margin-right: 6px
}

.input__label--low {
    background-color: #ef466f;
    color: #ef466f
}

.input__label--medium {
    background-color: #dc6a00;
    color: #dc6a00
}

.input__label--high {
    background-color: #45b26b;
    color: #45b26b
}

.input__label--level-title {
    margin-left: 2px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500
}

.ant-modal {
    top: 100px
}

.modal .ant-modal-content {
    overflow: hidden
}

.modal .ant-modal-body {
    padding: 50px 80px;
    border-radius: 16px
}

.modal__title.ant-typography {
    text-align: center;
    margin-bottom: 25px
}

.ant-modal-close-x>img {
    width: 16px;
    height: 16px
}

@media(max-width:767px) {
    .ant-modal {
        top: 80px
    }
    .modal .ant-modal-body {
        padding: 50px 20px;
        border-radius: 30px
    }
    .modal__title.ant-typography {
        text-align: center;
        margin-bottom: 25px
    }
}

.modal__bottom {
    display: flex;
    align-items: center;
    margin-top: 44px;
    justify-content: center
}

.modal__bottom a {
    width: 100%
}

.modal__bottom .ant-btn {
    min-width: 164px;
    margin: 0 10px
}

.modal__bottom .ant-btn.full-width {
    width: 100%;
    margin: 0
}

.modal .ant-modal-content {
    border-radius: 16px
}

.modal h5.ant-typography {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.003em;
    color: var(--color_store_text_title);
    text-align: center;
    margin-bottom: 4px
}

.modal .ant-typography {
    margin-bottom: 0
}

.modal .user-detail-form {
    margin-top: 45px
}

.modal .back {
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer
}

.modal .offer__id {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_id);
    margin-bottom: 32px;
    text-align: center
}

.modal .offer-filler-row {
    margin-bottom: 16px
}

.modal .offer-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 150px minmax(0, 1fr);
    grid-template-rows: repeat(3, auto)
}

.modal .offer-detail .offer-filler-row:not(.last-row),
.modal .offer-detail__amount:not(.last-row),
.modal .offer-detail__item:not(.last-row),
.modal .offer-detail__nft:not(.last-row),
.modal .offer-detail__quantity:not(.last-row),
.modal .offer-detail__text:not(.last-row) {
    border-bottom: 1px solid #e6e8ec
}

.modal .offer-detail__amount,
.modal .offer-detail__nft,
.modal .offer-detail__quantity {
    padding-bottom: 12px;
    margin-bottom: 16px
}

.modal .offer-detail__text {
    margin-bottom: 16px
}

.modal .offer-detail__item {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--color_store_text_title);
    padding-bottom: 16px;
    margin-bottom: 16px
}

.modal .offer-detail__item.offer-header {
    padding-bottom: 8px;
    margin-bottom: 12px
}

.modal .offer-detail__item.last-col {
    text-align: right
}

.modal .offer-detail__nft {
    display: flex;
    align-items: center;
    padding-right: 10px
}

.modal .offer-detail__nft img {
    height: 58px;
    width: auto;
    margin-right: 16px
}

.modal .offer-detail__nft .ant-typography {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id);
    margin-bottom: 0
}

.modal .offer-detail__quantity {
    display: flex;
    align-items: center
}

.modal .offer-detail__quantity .ant-typography {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id)
}

.modal .offer-detail__amount {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center
}

.modal .offer-detail__amount div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--color_id)
}

.modal .offer-detail__amount span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--color_id)
}

.modal .offer-detail__text {
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_store_text_title)
}

.modal .offer-detail__total-earning>span {
    text-align: right;
    display: block;
    margin-top: -17px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--color_id)
}

.modal .offer-authorizing__text,
.modal .offer-confirm__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -.003em;
    color: var(--color_id);
    margin-top: 12px;
    margin-bottom: 44px
}

.modal .offer-authorizing__image {
    display: table;
    margin: 0 auto
}

/*.modal .offer-confirm__image {
    background: url(/_next/static/media/frame.a31933b8e7a8307648ca69053eefdb34.png) no-repeat 50%
}*/

.modal .offer-confirm__image .ant-image {
    padding: 7px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
    -webkit-animation: moveArc 2s linear infinite;
    animation: moveArc 2s linear infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal .offer-confirm__image .ant-image img {
    width: auto;
    height: 91px
}

@-webkit-keyframes moveArc {
    0% {
        -webkit-transform: rotate(0deg) translateY(0) rotate(0deg);
        transform: rotate(0deg) translateY(0) rotate(0deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(80deg) translateY(-200px) rotate(-80deg);
        transform: rotate(80deg) translateY(-200px) rotate(-80deg);
        opacity: 0
    }
}

@keyframes moveArc {
    0% {
        -webkit-transform: rotate(0deg) translateY(0) rotate(0deg);
        transform: rotate(0deg) translateY(0) rotate(0deg);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(80deg) translateY(-200px) rotate(-80deg);
        transform: rotate(80deg) translateY(-200px) rotate(-80deg);
        opacity: 0
    }
}

.modal .transaction-status-wrapper {
    text-align: center
}

.modal .transaction-status-wrapper.spin .ant-image {
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media(max-width:1599px) {
    .modal.setting-modal .ant-modal-body {
        padding: 40px 50px
    }
}

.login-register-layout {
    /*background-image: url(/_next/static/media/background.3503f59c38eda8ce71e7513c78081ffb.png);*/
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.login-register-layout__container {
    min-height: 100vh;
    padding: 40px 20px;
    flex-wrap: nowrap
}

.login-register-layout__container>div>div {
    width: 100%
}

.login-register-layout__link {
    position: absolute;
    top: 48px;
    left: 44px
}

.login-register-layout__content {
    background: rgb(0 0 0 / 11%);
    border-radius: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    max-width: 550px;
    -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1)
}

.login-register-layout__content__back-btn {
    color: #fe4646;
    font-weight: 500;
    white-space: nowrap
}

.login-register-layout__content__back-btn img {
    margin-right: 8px
}

.simple-layout {
    min-height: 100vh;
    display: flex;
    padding: 40px 14px
}

.simple-layout>a {
    position: absolute;
    top: 48px;
    left: 44px
}

.simple-layout__content {
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 80px 64px;
    max-width: 550px;
    -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 60px rgba(0, 0, 0, .1);
    border-radius: 20px;
    background-color: #fff
}

.store-layout-no-footer .ant-layout {
    margin-bottom: 0
}

.store-layout {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 100vh;
    min-width: 1024px
}

.store-layout .ant-layout {
    margin-left: 236px;
    background-color: #f9f9f9;
    margin-bottom: 66px
}

.store-layout .ant-layout::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.store-layout .ant-layout::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.store-layout .ant-layout::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.store-layout__sider {
    background-color: #fff;
    border-right: 1px solid #e4e1e3;
    height: 100%;
    position: fixed;
    width: 236px;
    max-width: 236px;
    z-index: 1
}

.store-layout__sider__logo {
    margin-bottom: 24px;
    margin-left: 12px;
    flex-wrap: nowrap
}

.store-layout__sider__logo>img {
    width: 30px;
    height: 30px
}

.store-layout__sider__name {
    margin-left: 8px;
    color: var(--color_store_text_title);
    font-weight: 600;
    font-size: 16px;
    word-break: break-all;
    white-space: pre-wrap;
    line-height: 26px
}

.store-layout__sider__menu {
    padding: 0;
    border: none
}

.store-layout__sider__menu .ant-menu-item {
    display: flex;
    align-items: center
}

.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-item,
.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-submenu-title {
    border-radius: 28px;
    display: flex;
    align-items: center;
    padding: 10px 16px 8px;
    height: 100%;
    margin: -2px 0 0;
    color: #777e90;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-item>svg,
.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-submenu-title>svg {
    width: 16px;
    height: 16px;
    margin-right: 20px
}

.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-item>span,
.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-item>span a,
.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-submenu-title>span,
.store-layout__sider__menu .ant-menu-item-group-list .ant-menu-submenu-title>span a {
    color: #777e90;
    font-weight: 500;
    font-size: 14px
}

.store-layout__sider__menu .ant-menu-submenu-title>svg {
    margin-left: 0
}

.store-layout__sider__menu .ant-menu-submenu-arrow {
    display: none
}

.store-layout__sider__menu .ant-menu-item:after {
    border-right: none
}

.store-layout__sider__menu .ant-menu-sub.ant-menu-inline>.ant-menu-item,
.store-layout__sider__menu .ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
    line-height: 18px
}

.store-layout__sider__menu .ant-menu-submenu-selected .ant-menu-submenu-title>span {
    color: #fe4646
}

.store-layout__sider__menu .ant-menu-submenu-selected .ant-menu-submenu-title>svg>path {
    fill: #fe4646
}

.store-layout__sider__menu .ant-menu-sub {
    background-color: #fff;
    margin-top: -4px
}

.store-layout__sider__menu .ant-menu-sub .ant-menu-item {
    height: 100%;
    line-height: 18px;
    padding: 2px 53px;
    margin-bottom: 8px
}

.store-layout__sider__menu .ant-menu-sub .ant-menu-item>a {
    color: #777e90;
    font-weight: 500;
    font-size: 12px
}

.store-layout__sider__menu .ant-menu-sub .ant-menu-item-active {
    background-color: transparent
}

.store-layout__sider__menu .ant-menu-sub .ant-menu-item-only-child:first-child {
    margin-top: 6px
}

.store-layout__sider__menu .ant-menu-sub .ant-menu-item-selected {
    background-color: transparent
}

.store-layout__sider__menu .ant-menu-item-group:first-child .ant-menu-item-group-title {
    display: none
}

.store-layout__sider__menu .ant-menu-item-group-title {
    color: #110c3b;
    font-weight: 500;
    font-size: 14px;
    margin: 12px 0 8px;
    padding: 0 0 0 12px
}

.store-layout__sider__menu .ant-menu-item-group-list>.ant-menu-item-selected,
.store-layout__sider__menu .ant-menu-submenu-selected .ant-menu-submenu-title {
    background-color: #f7f7fb
}

.store-layout__sider__menu .ant-menu-item-selected>a,
.store-layout__sider__menu .ant-menu-item-selected>span,
.store-layout__sider__menu .ant-menu-item-selected>span a {
    color: #fe4646
}

.store-layout__sider__menu .ant-menu-item-selected>svg>path {
    fill: #fe4646
}

.store-layout__sider .ant-layout-sider-children {
    display: flex;
    flex-direction: column;
    padding: 20px 12px 10px;
    overflow-y: auto;
    overflow-x: hidden
}

.store-layout__sider .ant-layout-sider-children::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.store-layout__sider .ant-layout-sider-children::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.store-layout__sider .ant-layout-sider-children::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.store-layout__sider__chain-type {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 100px;
    bottom: 0;
    width: 100%;
    flex: 1 1;
    justify-content: flex-end
}

.store-layout__sider__chain-type img {
    margin-left: 12px;
    width: 162px;
    height: 28px
}

.store-layout__sider__chain-type img+img {
    margin: 4px 0 0 45px;
    width: 47px;
    height: 17px
}

.store-layout__sider__chain-type__name {
    color: #777e90;
    margin-top: 12px
}

.store-layout__footer {
    background: #23262f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 66px;
    position: fixed;
    bottom: 0;
    width: calc(100% - 236px);
    z-index: 9999
}

.store-layout__footer__btn {
    margin-left: 20px;
    min-width: 164px
}

.store-layout__footer__btn>span {
    font-weight: 600
}

.store-layout .ant-layout-content {
    padding: 0 50px 68px;
    background-color: #f8f8fb
}

.store-layout .ant-layout-header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #f8f8fb;
    padding: 25px 45px;
    line-height: 21px;
    display: flex;
    justify-content: flex-end
}

@media(max-width:1599px) {
    .login-register-layout__content {
        padding: 32px 44px 44px;
        max-width: 420px
    }
    .login-register-layout__content__back-btn {
        font-size: 12px
    }
    .simple-layout__content {
        padding: 32px 44px 44px;
        max-width: 420px
    }
    .store-layout .ant-layout {
        margin-left: 236px
    }
    .store-layout__sider {
        width: 236px;
        max-width: 236px
    }
    .store-layout__sider__divider {
        margin: 20px 0
    }
    .store-layout__footer {
        width: calc(100% - 236px)
    }
    .store-layout .ant-layout-content {
        padding: 0 20px 68px
    }
    .store-layout .ant-layout-header {
        padding: 20px
    }
}

@media(max-width:767px) {
    .login-register-layout__container {
        padding: 40px 0
    }
    .login-register-layout__content,
    .simple-layout__content {
        padding: 32px 24px
    }
}

@media(max-width:1151px) {
    .login-register-layout {
        background-image: none
    }
}

@media(max-width:1023px) {
    .login-register-layout__link,
    .simple-layout__link {
        display: none
    }
}

.verify-account {
    text-align: center;
    color: #777e90
}

.verify-account__input {
    margin: 30px 0 40px
}

.verify-account__input>div {
    display: flex;
    justify-content: space-between
}

.verify-account__input .input__wrap-input {
    width: 100%;
    max-width: 47px
}

.verify-account__input .input__wrap-input input {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 7px 0;
    background-color: transparent;
    outline: none;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    height: 60px
}

.verify-account__input .input__wrap-input:not(:last-child) {
    margin-right: 3px
}

.verify-account__input--focus {
    color: #ff0a6c;
    border-color: #ff0a6c
}

.verify-account__notice {
    text-align: left;
    font-size: 14px
}

.verify-account__notice-title {
    font-weight: 500;
    margin-bottom: 15px
}

.verify-account__notice-wrap {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 40px
}

.verify-account__notice-item {
    display: flex;
    align-items: center;
    line-height: 18px;
    position: relative;
    padding-left: 22px;
    color: #777e90
}

.verify-account__notice-item:before {
    content: "";
    height: 4px;
    width: 14px;
    background-color: #777e90;
    display: inline-block;
    border-radius: 2px;
    margin-right: 10px;
    position: absolute;
    top: 7px;
    left: -1px
}

.verify-account__resend-btn {
    width: 100%;
    height: 52px;
    font-weight: 600;
    font-size: 15px
}

.verify-account__desc {
    font-weight: 500;
    white-space: pre-line
}

.verify-account__desc a {
    color: #ff0a6c
}

@media(max-width:1599px) {
    .verify-account__verify-code {
        margin: 24px 0
    }
    .verify-account__notice {
        font-size: 12px
    }
    .verify-account__resend-btn {
        height: 44px;
        font-size: 12px
    }
    .verify-account__input__notice-item {
        padding-left: 18px
    }
}

.onboard-progress {
    height: 44px;
    border-radius: 5px;
    background-color: #ede9ff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.onboard-progress__percent {
    background: -webkit-linear-gradient(315deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    background: linear-gradient(135deg, #ff0a6c -16.8%, #2d27ff 138.64%);
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 5px 0 0 5px;
    -webkit-transition: width 1s;
    transition: width 1s
}

.onboard-progress__text {
    color: #23262f;
    font-size: 16px;
    z-index: 100
}

.search-group {
    margin-bottom: 32px
}

.sell-order-preview__img {
    height: 500px;
    border: 1px dashed #e4e1e3;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.sell-order-preview__img__placeholder {
    display: flex;
    flex-direction: column
}

.sell-order-preview__img__placeholder img {
    height: 40px;
    margin-bottom: 20px
}

.sell-order-preview__img__preview-desc {
    color: #8b8ea9
}

.sell-order-preview__img-content {
    max-height: 100%;
    width: 100%;
    object-fit: contain
}

.sell-order-preview__img-content__container {
    display: flex
}

.sell-order-preview__img-content__container .ant-image {
    display: flex;
    width: 100%;
    height: 100%
}

.sell-order-preview__name {
    color: #110c3b;
    font-weight: 600;
    font-size: 16px;
    margin-top: 12px;
    word-break: break-word
}

.sell-order-preview__amount {
    color: #777e90;
    font-weight: 500
}

.sell-order-preview__price--coin {
    color: #fe4646;
    font-weight: 600;
    font-size: 16px;
    word-break: break-all
}

.sell-order-preview__price--usd {
    font-weight: 500;
    font-size: 14px;
    color: #777e90;
    word-break: break-all
}

.dropdown-action {
    background: #fe4646;
    cursor: pointer;
    color: #fff;
    padding: 11px 30px 11px 37px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px
}

.dropdown-action__text {
    margin-right: 8px
}

.dropdown-action__menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 16px 64px rgba(31, 47, 70, .2);
    box-shadow: 0 16px 64px rgba(31, 47, 70, .2);
    border-radius: 10px;
    padding: 10px
}

.dropdown-action__menu .ant-dropdown-menu-item,
.dropdown-action__menu .ant-dropdown-menu-item>a {
    font-weight: 600;
    color: #777e90
}

.dropdown-action__menu__divider {
    background-color: #e6e8ec;
    margin: 5px 10px
}

.dropdown-action__menu .ant-dropdown-menu-item-divider:last-child {
    display: none
}

.table {
    background-color: #fff;
    -webkit-box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    box-shadow: 0 32px 64px -24px rgba(51, 54, 60, .15);
    border-radius: 16px
}

.table .ant-table-row .ant-table-cell:first-child,
.table .ant-table-thead .ant-table-cell:first-child {
    padding-left: 28px
}

.table__name {
    display: flex;
    align-items: center
}

.table__name img {
    margin-right: 12px
}

.table__name img+p {
    width: calc(100% - 76px)
}

.table__view {
    color: #fe4646;
    cursor: pointer;
    font-weight: 500;
    background: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table__view:active,
.table__view:focus,
.table__view:hover {
    opacity: .8;
    color: #fe4646;
    background: transparent
}

.table__view:disabled,
.table__view:disabled:active,
.table__view:disabled:focus,
.table__view:disabled:hover {
    background: transparent
}

.table__edit {
    color: #fe4646;
    padding-left: 0
}

.table td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #e4e1e3
}

.table th {
    border: none
}

.table img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px
}

.table a {
    color: #fe4646
}

.table thead,
.table thead tr {
    background-color: var(--color_store_text_title)
}

.table .ant-table {
    border-radius: 16px
}

.table .ant-table-content::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.table .ant-table-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.table .ant-table-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.table .ant-table-thead tr th {
    padding: 11px 8px;
    background-color: var(--color_store_text_title);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #fff
}

.table .ant-table-tbody tr td {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.003em;
    color: #4f5566;
    font-weight: 500;
    padding: 11px 8px
}

.table .ant-table-container {
    border: none
}

.table .ant-table-container table>thead>tr:first-child th:first-child {
    border-top-left-radius: 16px
}

.table .ant-table-container table>thead>tr:first-child th:last-child {
    border-top-right-radius: 16px
}

.table .ant-table-column-has-sorters:hover {
    background-color: var(--color_store_text_title)
}

.table .ant-table-column-sorters {
    padding: 0
}

.table .my-pagination {
    padding: 19px 23px 23px 18px
}

.table .my-pagination .ant-pagination {
    text-align: right;
    position: relative
}

.table .my-pagination .ant-pagination-prev {
    margin-right: 10px
}

.table .my-pagination .ant-pagination-next {
    margin-left: 10px
}

.table .my-pagination .ant-pagination-options {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.table .my-pagination .ant-pagination-item {
    margin: 0 5px
}

.table .my-pagination .ant-pagination-item a {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .1px;
    color: #8b8ea9
}

.table .my-pagination .ant-pagination-item-active {
    border-radius: 50%;
    background-color: var(--color_store_button);
    border: none;
    font-family: inherit;
    line-height: 24px
}

.table .my-pagination .ant-pagination-item-active a {
    color: #fff
}

.table .my-pagination .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
    border: 1px solid #e4e1e3;
    border-radius: 22px;
    padding: 8px 15px;
    height: auto
}

.table .my-pagination .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
    line-height: 18px
}

.table .my-pagination .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #8b8ea9
}

.table .my-pagination .ant-select-arrow {
    color: #8b8ea9
}

.table .my-pagination .ant-select-item {
    line-height: 18px;
    min-height: 0
}

.table .my-pagination .ant-select-item-option-content {
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1px;
    color: #8b8ea9
}

.modal-loading {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px
}

.modal-loading__title {
    color: #23262f;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 18px 0 16px;
    white-space: nowrap
}

.modal-loading__content {
    font-weight: 500;
    line-height: 21px;
    color: #777e90
}

.modal-loading__content>span {
    color: #3772ff
}

.modal-loading__address {
    margin-top: 16px;
    border: 1px solid #e6e8ec;
    border-radius: 22px;
    padding: 12px 8px;
    color: #4f5566;
    font-weight: 500;
    white-space: nowrap
}

.modal-loading__address img {
    margin: 0 8px 0 10px;
    cursor: pointer;
    width: 14px;
    height: 14px
}

.category-default {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 18%;
    border: 1px solid #e6e8ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 24px 48px;
    margin-bottom: 16px;
    cursor: pointer
}

.category-default__icon-check {
    position: absolute;
    right: 5px;
    top: 5px
}

.category-default__name {
    font-weight: 500;
    font-size: 16px;
    color: #23262f;
    margin-top: 5px;
    text-align: center
}

.category-default--checked {
    border: 1px solid #fe4646
}

@media(max-width:767px) {
    .category-default {
        width: 48%
    }
}

.modal-category-wrapper .ant-modal-close {
    top: -10px;
    right: -10px
}

.modal-category-wrapper .ant-modal-close-x>img {
    width: 12px;
    height: 12px
}

.modal-category-wrapper .ant-modal-body {
    padding: 66px 58px 48px
}

.modal-category-wrapper .ant-modal {
    top: 100px
}

.modal-category {
    display: flex;
    flex-direction: column
}

.modal-category__title {
    font-weight: 600;
    font-size: 20px;
    color: #23262f;
    text-align: center
}

.modal-category__form .form-item__label {
    font-size: 20px
}

.modal-category__form .ant-switch-handle:before {
    border-radius: 14px;
    width: 26px;
    height: 26px;
    top: 1px
}

.modal-category__form .ant-switch {
    height: 32px;
    width: 79px;
    margin-top: 10px
}

.modal-category__form .ant-switch-checked {
    background-color: #fe4646
}

.modal-category__form .ant-switch-checked .ant-switch-handle {
    left: calc(100% - 18px - 10px);
    top: 2px
}

.modal-category__form .ant-switch-checked .ant-switch-handle:before {
    border-radius: 14px
}

.modal-category__form .ant-switch-checked .ant-switch-inner {
    margin: 0 25px 0 8px
}

.modal-category__form .ant-switch-inner {
    margin: 0 7px 0 35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

.modal-category__form__status {
    text-align: left
}

.modal-category__form__btn-submit {
    background-color: #fe4646;
    color: #fff;
    height: 44px
}

@media(max-width:1599px) {
    .modal-category__form .ant-switch {
        margin-top: 5px
    }
}

.modal-beta-email {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px
}

.modal-beta-email__title {
    color: #23262f;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    margin: 18px 0 16px;
    white-space: nowrap
}

.modal-beta-email__content {
    line-height: 21px;
    color: #4f5566;
    text-align: center;
    font-size: 16px
}

.modal-beta-email__btn {
    margin-top: 32px
}

.account-layout {
    min-width: 1024px
}

.account-layout main {
    margin-left: 236px;
    padding: 44px 64px 69px;
    background-color: #f8f8fb;
    min-height: calc(100vh - 64px)
}

.account-layout main h1.ant-typography {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px
}

.account-layout main h4.ant-typography {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.003em;
    margin-bottom: 20px
}

.account-layout main h4.ant-typography span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.003em;
    color: var(--color_id);
    margin-top: 8px
}

.account-layout main h4.ant-typography a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fe4646
}

.account-layout header {
    background-color: #fff;
    border-bottom: 1px solid #e6e8ec;
    display: grid;
    grid-template-columns: 1fr
}

.account-layout__logo {
    display: flex;
    align-items: center
}

.account-layout__user {
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.account-layout aside.ant-layout-sider {
    position: absolute;
    height: calc(100% - 64px)
}

.account-layout aside.ant-layout-sider a,
.account-layout aside.ant-layout-sider svg>path {
    color: #23262f;
    fill: #23262f
}

.account-layout aside.ant-layout-sider .ant-menu-item-selected {
    background: transparent
}

.account-layout aside.ant-layout-sider .ant-menu-item-selected a,
.account-layout aside.ant-layout-sider .ant-menu-item-selected svg>path {
    color: #fe4646;
    fill: #fe4646
}

.account-layout aside.ant-layout-sider svg {
    vertical-align: middle;
    margin-right: 22px
}

.account-layout aside.ant-layout-sider a {
    font-weight: 700
}

.account-layout .mt-4 {
    margin-top: 3rem
}

.account-layout .ant-typography {
    margin: 0
}

.account-layout .ant-avatar {
    width: 32px;
    height: 32px
}

.account-layout .access-card .ant-typography,
.account-layout .artist-card .ant-typography,
.account-layout .general-setting__card .ant-typography {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #777e90;
    display: flex;
    align-items: center
}

.account-layout .access-card .ant-typography div,
.account-layout .artist-card .ant-typography div,
.account-layout .general-setting__card .ant-typography div {
    height: 16px;
    cursor: pointer
}

.account-layout .access-card .ant-typography svg,
.account-layout .artist-card .ant-typography svg,
.account-layout .general-setting__card .ant-typography svg {
    margin-left: 8px
}

.account-layout .access-card .ant-typography.bold,
.account-layout .artist-card .ant-typography.bold,
.account-layout .general-setting__card .ant-typography.bold {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #23262f
}

.account-layout .access-card .ant-btn,
.account-layout .artist-card .ant-btn,
.account-layout .general-setting__card .ant-btn {
    border-radius: 8px;
    background: #fe4646;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.account-layout .access-card .ant-btn:active:before,
.account-layout .access-card .ant-btn:focus:before,
.account-layout .access-card .ant-btn:hover:before,
.account-layout .artist-card .ant-btn:active:before,
.account-layout .artist-card .ant-btn:focus:before,
.account-layout .artist-card .ant-btn:hover:before,
.account-layout .general-setting__card .ant-btn:active:before,
.account-layout .general-setting__card .ant-btn:focus:before,
.account-layout .general-setting__card .ant-btn:hover:before {
    opacity: 0
}

@media(max-width:1599px) {
    .account-layout main {
        margin-left: 236px;
        padding: 44px 34px 42px
    }
    .account-layout header {
        padding: 0 30px
    }
}

.general-setting__card {
    border-radius: 16px;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    background: #fff;
    height: calc(100% - 50px)
}

.general-setting__card .ant-btn {
    margin-top: 8px
}

.general-setting__card-head {
    padding: 24px 44px 17px;
    border-bottom: 1px solid #e6e8ec
}

.general-setting__card-body {
    padding: 26px 44px 44px
}

.general-setting__card-body.body-list-store {
    padding-top: 0;
    overflow: hidden;
    height: 330px
}

.general-setting__card-body .store-list {
    overflow: auto;
    height: 100%
}

.general-setting__card-body .store-list::-webkit-scrollbar {
    width: 14px;
    background-color: #f7f7fb
}

.general-setting__card-body .store-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px 14px transparent;
    box-shadow: inset 0 0 14px 14px transparent;
    border: 4px solid transparent
}

.general-setting__card-body .store-list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 14px 14px #e6e6e6;
    box-shadow: inset 0 0 14px 14px #e6e6e6;
    border: 4px solid transparent;
    border-radius: 14px
}

.general-setting__card-body .store-list .ant-typography {
    font-size: 14px
}

.general-setting__card-body .store-list .store-list__store:not(:last-child) {
    border-bottom: 1px solid #e6e8ec
}

.general-setting__card-body .store-list__store {
    cursor: pointer;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    padding: 17px 0
}

.general-setting__card-body .store-list__store__detail {
    flex: 1 1;
    margin-left: 20px
}

.access,
.artist {
    margin-top: 40px
}

.access .ant-btn,
.artist .ant-btn {
    margin-left: auto;
    display: block
}

.access-card,
.artist-card {
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    background: #fff;
    border-radius: 16px;
    padding: 30px 41px
}

.artist-card .ant-image {
    border-radius: 5px;
    overflow: hidden;
    width: 160px;
    height: 160px
}

.artist-card .ant-image-img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.artist-card__avatar.ant-image-img {
    max-height: 160px;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.artist-card__frame {
    z-index: 1
}

.social {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    row-gap: 16px
}

.social>.ant-btn {
    background: transparent;
    color: var(--color_store_text);
    margin-top: 0
}

.social__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    padding: 10px 16px 8px
}

.social__card a {
    flex: 1 1;
    margin-right: 12px;
    color: var(--color_id);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.social__card>.ant-image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin-right: 12px;
    display: table
}

.social__card>.ant-image img {
    width: 24px;
    position: relative
}

.social__card .ant-btn {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #ef466f;
    width: auto
}

.social-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
    margin-top: 36px;
    cursor: pointer
}

.social-container>div {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #e6e8ec;
    border-radius: 12px
}

.social-container>div .ant-image {
    margin-bottom: 13px;
    height: 40px;
    display: flex
}

.social-container>div .ant-typography {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: var(--color_id)
}

.social-modal .default-form {
    padding: 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.social-modal .default-form img {
    width: 60px;
    height: auto;
    margin-bottom: 12px
}

.social-modal .default-form .ant-typography {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -.003em;
    color: var(--color_id);
    margin-bottom: 14px
}

.social-modal .default-form .ant-btn {
    border-radius: 8px;
    background: #fe4646;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.social-modal .default-form .ant-btn:active:before,
.social-modal .default-form .ant-btn:focus:before,
.social-modal .default-form .ant-btn:hover:before {
    opacity: 0
}

.social-modal .default-form .form-item {
    width: 100%
}

@media(max-width:1599px) {
    .general-setting__card-head {
        padding: 24px 20px 17px
    }
    .general-setting__card-body {
        padding: 15px 20px 22px
    }
    .general-setting__card-body.body-list-store {
        height: 265px
    }
}

.referral__card {
    background: #fff;
    -webkit-box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    box-shadow: 0 64px 64px -48px rgba(31, 47, 70, .12);
    border-radius: 16px;
    padding: 40px 44px 45px
}