pre code.hljs {
    padding: 1em;
    display: block;
    overflow-x: auto
}

code.hljs {
    padding: 3px 5px
}

.hljs {
    color: #000;
    background: #fff
}

.xml .hljs-meta {
    color: silver
}

.hljs-comment, .hljs-quote {
    color: #007400
}

.hljs-tag, .hljs-attribute, .hljs-keyword, .hljs-selector-tag, .hljs-literal, .hljs-name {
    color: #aa0d91
}

.hljs-variable, .hljs-template-variable {
    color: #3f6e74
}

.hljs-code, .hljs-string, .hljs-meta .hljs-string {
    color: #c41a16
}

.hljs-regexp, .hljs-link {
    color: #0e0eff
}

.hljs-title, .hljs-symbol, .hljs-bullet, .hljs-number {
    color: #1c00cf
}

.hljs-section, .hljs-meta {
    color: #643820
}

.hljs-title.class_, .hljs-class .hljs-title, .hljs-type, .hljs-built_in, .hljs-params {
    color: #5c2699
}

.hljs-attr {
    color: #836c28
}

.hljs-subst {
    color: #000
}

.hljs-formula {
    background-color: #eee;
    font-style: italic
}

.hljs-addition {
    background-color: #baeeba
}

.hljs-deletion {
    background-color: #ffc8bd
}

.hljs-selector-id, .hljs-selector-class {
    color: #9b703f
}

.hljs-doctag, .hljs-strong {
    font-weight: 700
}

.hljs-emphasis {
    font-style: italic
}

@font-face {
    font-family: Karla;
    font-weight: 400;
    src: url(/static/font/Karla-Regular-S52ZIU5L.97759453.woff) format("woff")
}

@font-face {
    font-family: Shabnam;
    src: url(/static/font/Shabnam.ff80c11a.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: Shabnam;
    src: url(/static/font/Shabnam-Medium.2e8a4ebb.woff2) format("woff2");
    font-weight: 500
}


* {
    box-sizing: border-box
}

.dotlottie-container {
    --lottie-player-theme-color: #00ddb3;
    --lottie-player-seeker-thumb-color: #00c1a2;
    --lottie-player-seeker-thumb-hover-color: #019d91;
    --lottie-player-button-hover-color: #f3f6f8;
    --lottie-player-toolbar-track-color: #d9e0e6;
    --lottie-player-button-text-color: #20272c;
    --lottie-player-toolbar-background-color: white;
    --lottie-player-button-border-radius: 4px;
    --lottie-player-toolbar-height: 35px;
    --lottie-player-popover-border-radius: 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    font-family: Karla, sans-serif;
    font-style: normal;
    display: block
}

.main {
    flex-direction: column;
    width: 100%;
    height: 100%;
    display: flex
}

.animation {
    width: 100%;
    height: 100%;
    display: flex
}

.animation.controls {
    height: calc(100% - var(--lottie-player-toolbar-height))
}

.toolbar {
    background-color: var(--lottie-player-toolbar-background-color);
    height: var(--lottie-player-toolbar-height);
    place-items: center;
    gap: 4px;
    padding: 0 8px;
    display: flex
}

.toolbar button {
    cursor: pointer;
    color: var(--lottie-player-button-text-color);
    border-radius: var(--lottie-player-button-border-radius);
    height: 100%;
    max-height: 24px;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: 0 0;
    border: 0;
    outline: none;
    align-items: center;
    padding: 4px;
    display: flex
}

.toolbar .popover button {
    max-height: none
}

.toolbar button:hover {
    background-color: var(--lottie-player-button-hover-color)
}

.toolbar button.active {
    color: var(--lottie-player-theme-color)
}

.toolbar button.popover-active {
    background-color: var(--lottie-player-button-hover-color)
}

.toolbar button > svg {
    color: inherit
}

.toolbar button:focus-visible {
    outline: none;
    outline: 2px solid var(--lottie-player-theme-color)
}

.seeker {
    --seeker: 0;
    -webkit-appearance: none;
    -moz-apperance: none;
    cursor: pointer;
    background-image: linear-gradient(to right, var(--lottie-player-theme-color) calc(var(--seeker) * 1%), var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%));
    border-radius: 9999px;
    outline: none;
    width: 95%;
    height: 4px;
    margin: 0 4px
}

.seeker.to-left {
    background-image: linear-gradient(to right, var(--lottie-player-toolbar-track-color) calc(var(--seeker) * 1%), var(--lottie-player-theme-color) calc(var(--seeker) * 1%))
}

.seeker::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: var(--lottie-player-theme-color);
    cursor: pointer;
    border-color: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-top: -5px
}

.seeker::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: var(--lottie-player-seeker-thumb-color);
    cursor: pointer;
    border-color: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px
}

.seeker:focus-visible::-webkit-slider-thumb {
    outline: 2px solid var(--lottie-player-theme-color);
    border: 1.5px solid #fff
}

.seeker::-webkit-slider-thumb:hover {
    background: var(--lottie-player-seeker-thumb-hover-color)
}

.seeker:focus-visible::-moz-range-thumb {
    outline: 2px solid var(--lottie-player-theme-color);
    border: 1.5px solid #fff
}

.error {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
    display: flex
}

.popover {
    letter-spacing: -.28px;
    border-radius: var(--lottie-player-popover-border-radius);
    background-color: #fff;
    border: none;
    min-width: 224px;
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    position: absolute;
    bottom: 40px;
    left: auto;
    right: 8px;
    box-shadow: 0 8px 48px rgba(243, 246, 248, .15), 0 8px 16px rgba(61, 72, 83, .16), 0 0 1px rgba(61, 72, 83, .36)
}

.popover ul {
    padding: unset;
    margin: unset;
    list-style: none
}

.popover .popover-content {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    display: flex
}

.popover .popover-header {
    color: #20272c;
    letter-spacing: -.32px;
    border-bottom: 1px solid #d9e0e6;
    align-items: center;
    gap: 8px;
    padding: 8px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    display: flex
}

.popover .popover-header button {
    padding: 4px
}

.popover .popover-header .popover-header-title {
    align-items: center;
    gap: 8px;
    display: flex
}

.popover .popover-header .reset-theme {
    color: #63727e;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.popover .popover-header .reset-theme:hover {
    color: #20272c;
    background-color: transparent
}

.popover .popover-items {
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    padding: 8px;
    display: flex;
    overflow-y: auto
}

.popover .popover-subnav {
    z-index: 1;
    background-color: #fff;
    inset: 0
}

.popover .popover-items::-webkit-scrollbar {
    display: none
}

.popover .popover-item {
    text-align: left;
    border-radius: var(--lottie-player-button-border-radius);
    gap: 8px;
    width: 100%;
    padding: 4px 8px;
    display: flex
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: rgba(255, 255, 255, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed
}

.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em
}

.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translate(-50%)
}

.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translate(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width: 100vw;
        margin: 0;
        padding: 0;
        left: 0
    }

    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
        top: 0;
        transform: translate(0)
    }

    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translate(0)
    }

    .Toastify__toast-container--rtl {
        right: 0;
        left: initial
    }
}

.Toastify__toast {
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    max-height: var(--toastify-toast-max-height);
    font-family: var(--toastify-font-family);
    cursor: default;
    z-index: 0;
    direction: ltr;
    border-radius: 4px;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 8px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1), 0 2px 15px rgba(0, 0, 0, .05)
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    flex: auto;
    align-items: center;
    margin: auto 0;
    padding: 6px;
    display: flex
}

.Toastify__toast-body > div:last-child {
    word-break: break-word;
    flex: 1
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    flex-shrink: 0;
    width: 20px;
    margin-inline-end: 10px;
    display: flex
}

.Toastify--animate {
    animation-duration: .7s;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    animation-duration: .3s;
    animation-fill-mode: both
}

@media only screen and (max-width: 480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error)
}

.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    color: #fff;
    cursor: pointer;
    opacity: .7;
    background: 0 0;
    border: none;
    outline: none;
    align-self: flex-start;
    padding: 0;
    transition: all .3s
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button > svg {
    fill: currentColor;
    width: 14px;
    height: 16px
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1
}

@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: .7;
    transform-origin: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.Toastify__progress-bar--animated {
    animation: linear forwards Toastify__trackProgress
}

.Toastify__progress-bar--controlled {
    transition: transform .2s
}

.Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: 100%
}

.Toastify__spinner {
    box-sizing: border-box;
    border: 2px solid;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    animation: .65s linear infinite Toastify__spin
}

@keyframes Toastify__bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate(3000px)
    }
    60% {
        opacity: 1;
        transform: translate(-25px)
    }
    75% {
        transform: translate(10px)
    }
    90% {
        transform: translate(-5px)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate(-20px)
    }
    to {
        opacity: 0;
        transform: translate(2000px)
    }
}

@keyframes Toastify__bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate(-3000px)
    }
    60% {
        opacity: 1;
        transform: translate(25px)
    }
    75% {
        transform: translate(-10px)
    }
    90% {
        transform: translate(5px)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate(20px)
    }
    to {
        opacity: 0;
        transform: translate(-2000px)
    }
}

@keyframes Toastify__bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translateY(3000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-20px)
    }
    75% {
        transform: translateY(10px)
    }
    90% {
        transform: translateY(-5px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        transform: translateY(-10px)
    }
    40%, 45% {
        opacity: 1;
        transform: translateY(20px)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes Toastify__bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translateY(-3000px)
    }
    60% {
        opacity: 1;
        transform: translateY(25px)
    }
    75% {
        transform: translateY(-10px)
    }
    90% {
        transform: translateY(5px)
    }
    to {
        transform: none
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        transform: translateY(10px)
    }
    40%, 45% {
        opacity: 1;
        transform: translateY(-20px)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}

@keyframes Toastify__flipIn {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}

@keyframes Toastify__slideInRight {
    0% {
        visibility: visible;
        transform: translate(110%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        visibility: visible;
        transform: translate(-110%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        visibility: visible;
        transform: translateY(110%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        visibility: visible;
        transform: translateY(-110%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        transform: translate(0, 0)
    }
    to {
        visibility: hidden;
        transform: translate(110%)
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        transform: translate(0, 0)
    }
    to {
        visibility: hidden;
        transform: translate(-110%)
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        transform: translate(0, 0)
    }
    to {
        visibility: hidden;
        transform: translateY(500px)
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        transform: translate(0, 0)
    }
    to {
        visibility: hidden;
        transform: translateY(-500px)
    }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}

@keyframes Toastify__spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.YPE_wM {
    justify-content: center;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: auto;
    display: flex
}

.ca7JD5 {
    color: var(--color-neutrals-n-300);
    font: 400 16px Shabnam
}

.Jy7HDh {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.2rem;
    display: flex
}

@media screen and (min-width: 768px) {
    .Jy7HDh {
        position: static
    }
}

.YSu_bq {
    min-width: 335px !important;
    padding: 14px 16px !important
}

.iC4wP2 {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    /*padding: 10px 12px 0;*/
    display: flex;
    position: relative;
    overflow-y: auto
}

.wjg7DG {
    justify-content: center;
    /*margin: 0 auto;*/
    display: flex
}

.tHcLbL {
    color: var(--color-neutrals-n-500);
    direction: rtl;
    margin: 0;
    font-family: Shabnam;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-neutrals-n-50) !important;
    margin-bottom: 20px !important
}

.GbmG2D {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    position: relative
}

@media screen and (min-width: 768px) {
    .GbmG2D {
        max-height: 700px
    }
}

.mPi9hx {
    color: var(--color-neutrals-n-500);
    text-align: center;
    margin: 20px auto;
    font-family: Shabnam;
    font-size: 15px;
    line-height: 23px;
    padding: 10px !important
}

.ZxNIcu {
    flex-flow: column;
    justify-content: center;
    /*align-items: center;*/
    margin: 0 auto;
    padding: 0 12px;
    display: flex
}

.GAx5un {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: "Shabnam" !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px !important
}

.bTAleN {
    color: var(--color-neutrals-n-500);
    max-width: 335px;
    /*margin: 0;*/
    font-family: Shabnam;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-neutrals-n-300) !important;
    margin-bottom: 32px !important
}

.u0fjao {
    margin-inline: 0
}

.zD3gUs {
    border-top: 1px solid var(--color-neutrals-n-30);
    width: 100%
}

@media screen and (min-width: 768px) {
    .zD3gUs {
        border-top: none
    }
}

.hSIo6B {
    margin-bottom: env(safe-area-inset-bottom)
}

.RhBIrW {
    align-items: center;
    font-size: 2.8rem;
    line-height: 2.8rem;
    display: flex
}

.It3AlC {
    align-items: center;
    display: flex
}

.uE_rYA {
    justify-content: center;
    align-items: center;
    display: flex
}

.uE_rYA img {
    font-size: 24px;
    width: 24px !important;
    height: 24px !important
}

.suBQsb {
    color: var(--color-neutrals-n-500);
    align-items: center;
    gap: 12px;
    display: flex
}

.k3m6sr {
    align-items: center;
    display: flex
}

.lR7Xz7 {
    color: var(--color-neutrals-n-500);
    direction: ltr;
    align-items: center;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    display: flex
}

.N5TZKa {
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .N5TZKa {
        border-radius: 14px;
        width: 570px;
        height: 645px;
        max-height: 85vh
    }
}

.N5TZKa {
    background-color: var(--color-neutrals-n-00)
}

.RQ0y4l {
    border-bottom: 1px solid var(--color-neutrals-n-30);
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    min-height: 68px;
    padding-block: 16px;
    padding-inline: 12px;
    display: flex
}

.QEHKlL {
    color: var(--color-neutrals-n-400)
}

.zd4Agw {
    height: calc(100% - 61px);
    overflow: auto
}

.ScqFFt {
    color: var(--color-neutrals-n-500);
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 12px 16px;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: flex
}

.ScqFFt:hover {
    background-color: var(--color-neutrals-n-20)
}

.UIfXZR {
    align-items: center;
    gap: 12px;
    display: flex
}

.csvDSY {
    align-items: center;
    font-size: 2.8rem;
    line-height: 2.8rem;
    display: flex;
    width: 28px !important;
    height: 28px !important
}

.vOiQpB, .FhXl0x {
    direction: ltr
}

.OL1yTj, .FhXl0x {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.i3iIq7 {
    justify-content: center;
    align-items: center;
    display: flex
}

.w6SKdZ {
    padding-bottom: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-block-start: 6.8rem;
    display: flex
}

@media screen and (min-width: 768px) {
    .w6SKdZ {
        max-height: 600px
    }
}

.ikSgH5 {
    color: var(--color-primary-p-50);
    font-weight: 500
}

.JaQ5gu {
    color: var(--color-neutrals-n-300);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem
}

.p28I69 {
    color: var(--color-primary-p-50);
    cursor: pointer;
    margin: 1.2rem 0 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.ER93kK {
    direction: rtl;
    align-items: center;
    gap: 8px;
    display: flex
}

.EpLEOO {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: .8rem;
    padding: 0;
    display: flex
}

.IuDyZB {
    justify-content: center;
    align-items: center;
    display: flex
}

.IuDyZB .cTWnXB {
    color: var(--color-neutrals-n-300);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem
}

.IuDyZB .h2BUas {
    color: var(--color-primary-p-50);
    margin: 0;
    margin-inline-end: .5rem;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem
}

.IuDyZB pre {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem
}

.XGWWTy {
    padding-bottom: 1rem;
    color: var(--color-neutrals-n-300) !important
}

.XGWWTy.TnMmCe {
    padding-bottom: auto
}

.lIHdCZ {
    color: var(--color-neutrals-n-400);
    margin: 0;
    margin-block: 12px;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.e3U2CC {
    flex-direction: column;
    align-items: center;
    display: flex
}

.ZPLu1w {
    color: var(--color-neutrals-n-500);
    max-width: 335px;
    margin: 0;
    padding-block-end: 22px;
    font-family: Shabnam;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: var(--color-neutrals-n-300) !important
}

.CP4_Ym {
    visibility: hidden;
    cursor: pointer;
    color: var(--color-primary-p-50) !important;
    margin-top: 1.6rem !important
}

.CP4_Ym.BemWTq {
    visibility: visible
}

.IHos4Y {
    flex-direction: column;
    align-items: center;
    margin-block-start: 12px;
    padding-bottom: 1rem;
    display: flex;
    overflow-y: auto
}

.nUKUiA {
    color: var(--color-primary-p-50);
    cursor: pointer;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.sXXc2T {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 12px;
    display: flex
}

.gAmdvb {
    justify-content: center;
    margin-top: 3.4rem;
    display: flex
}

.gAmdvb.Fiy3SK {
    opacity: .5;
    pointer-events: none
}

.MhlF7n {
    padding: 16px
}

.cSARcY {
    color: var(--color-neutrals-n-200);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.cSARcY span {
    display: inline
}

.aynKrY {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    display: flex;
    position: fixed;
    top: 0
}

.dZdTto {
    background-color: var(--color-neutrals-surface);
    width: 198px;
    box-shadow: 0 0 4px 0 rgba(var(--dark-500-rgb), .28);
    z-index: 1;
    border-radius: 10px;
    margin: 0;
    padding-block: 4px;
    list-style: none;
    position: absolute;
    overflow: hidden
}

.j3wkau, .F7B2j5 {
    cursor: pointer
}

.d1qR7s {
    border-top: 1px solid var(--color-neutrals-n-30);
    width: 100%
}

@media screen and (min-width: 768px) {
    .d1qR7s {
        border-top: none
    }
}

.Pnyajw {
    margin-bottom: env(safe-area-inset-bottom)
}

.AQ9aVk {
    flex-direction: column;
    justify-content: center;
    display: flex
}

.nXevad {
    direction: rtl;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex
}

.nXevad:hover {
    cursor: pointer
}

.lM_PZN {
    direction: ltr;
    color: var(--color-neutrals-n-500) !important
}

.vasT6K {
    color: var(--color-neutrals-n-500);
    text-align: center;
    margin: 0;
    padding: 12px;
    font-family: Shabnam;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem
}

.XkmoJf {
    color: var(--color-neutrals-n-300);
    margin: 0;
    padding: 12px;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.k7XQ2J {
    color: var(--color-neutrals-n-500);
    margin: 0;
    padding-block: 18px;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.vhQK2P {
    background-color: var(--color-primary-p-50);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute
}

.vhQK2P.U1etn0 {
    cursor: ns-resize;
    margin-right: -12px;
    top: -14px;
    right: 50%
}

.vhQK2P.iIroh4 {
    cursor: ns-resize;
    margin-right: -12px;
    bottom: -14px;
    right: 50%
}

.vhQK2P.Z76Qjg {
    cursor: ew-resize;
    margin-top: -12px;
    top: 50%;
    left: -14px
}

.vhQK2P.e_Ys3R {
    cursor: ew-resize;
    margin-top: -12px;
    top: 50%;
    right: -14px
}

.zXd2yH {
    width: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden
}

.zXd2yH .YkzGT9 {
    z-index: 1;
    box-sizing: content-box;
    cursor: move;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 0 0 3px #fff
}

.zXd2yH .YkzGT9 .n58XCq {
    display: block;
    position: absolute
}

.zXd2yH .rvb6aA {
    z-index: 2;
    cursor: move;
    position: absolute
}

.zXd2yH .yAA8iU {
    object-fit: contain;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    display: block
}

.Qc9xrf {
    direction: ltr;
    justify-content: center;
    align-items: center;
    padding: 4px;
    display: flex
}

.Oul6HR {
    background-color: var(--color-neutrals-n-00);
    box-shadow: 0 1px 4px rgba(9, 30, 66, .08)
}

.MzNZWq {
    position: relative
}

.ks6lr7 {
    background-color: var(--color-neutrals-n-40);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute
}

.HdWGFR {
    border: 1.5px solid var(--color-neutrals-n-00);
    background: var(--color-primary-p-50);
    cursor: pointer;
    border-radius: 30px;
    padding: 6px;
    display: inline-flex;
    position: absolute;
    bottom: -3px;
    right: -3px
}

.vyrtox {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    display: flex
}

.A5JTDr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
    display: flex
}

.iWkGMk {
    align-self: center;
    width: 100% !important
}

.sHQz2a {
    flex-direction: column;
    flex: 1;
    gap: 24px;
    width: 100%;
    padding: 1.6rem 1.2rem 1.2rem;
    display: flex
}

@media screen and (min-width: 576px) {
    .sHQz2a {
        flex: unset;
        width: 34rem;
        height: 60rem;
        padding-left: 0;
        padding-right: 0
    }
}

.EFzjKi {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    display: flex
}

.Iw1GAM {
    color: var(--color-neutrals-n-400);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.dfSuOT {
    color: var(--color-neutrals-n-300);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.Gy0oqD {
    background-color: var(--color-neutrals-n-00);
    height: 100%;
}

@media screen and (min-width: 768px) {
    .Gy0oqD {
        flex-direction: column;
        margin: 0 auto;
        display: flex;
            margin-top: 0!important;

    }
}

.cTIKE6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
    display: flex;
    overflow: hidden auto
}

@media screen and (min-width: 576px) {
    .cTIKE6 {
        flex: 1;
        position: relative
    }
}

.oS1ItX {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.ze1rIM {
    top: 10px;
    padding-inline-start: 1.2rem;
    position: fixed;
    inset-inline-start: 6px
}

@media screen and (min-width: 768px) {
    .ze1rIM {
        top: 14px;
        inset-inline-start: 16px
    }
}

.qToSzW, .u88VWF {
    cursor: pointer;
    display: flex
}

.QYzKNC {
    display: none
}

.tv420R {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

@media screen and (min-width: 768px) {
    .tv420R {
        max-width: 360px;
        max-height: 600px !important
    }
}

.ze1rIM {
    justify-content: start;
    width: 100%;
    display: flex
}

.xeG9tZ {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex
}

.tp0SPi {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    max-width: 359px;
    display: flex
}

.D4C2rq {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.wB1Jod {
    align-items: center;
    gap: 8px;
    display: flex
}

.zU711U {
    color: var(--color-neutrals-n-500);
    direction: ltr;
    align-items: center;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2rem;
    display: flex;
    color: var(--color-primary-p-50) !important
}

.GimzT4 {
    color: var(--color-neutrals-n-200);
    text-align: center;
    margin: 0;
    padding: 0 40px;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem
}

.Gc2Xj0 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    width: 100%;
    display: flex
}

.EsJPBs {
    color: var(--color-neutrals-n-200);
    box-sizing: border-box;
    max-width: 359px;
    margin: 0;
    padding-inline: 40px;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2rem
}

.IIs9UK {
    color: var(--color-primary-p-50);
    text-underline-offset: 6px;
    cursor: pointer;
    text-decoration: underline
}

.KSn76g {
    border-top: 1px solid var(--color-neutrals-n-30);
    width: 100%;
    margin-bottom: env(safe-area-inset-bottom)
}

@media screen and (min-width: 768px) {
    .KSn76g {
        border-top: none
    }
}

.FFZzQE {
    border: none;
    width: 100%
}

.FFZzQE.dmANkQ {
    transform: rotate(90deg)
}

.tYjtov {
    background-color: var(--color-neutrals-n-00);
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.6rem;
    display: flex;
    position: fixed;
    inset: 0;
    overflow-y: auto
}

@media screen and (min-width: 768px) {
    .tYjtov {
        justify-content: center;
        padding-top: 0
    }
}

.Rup9Lh {
    border: 1px dashed var(--color-neutrals-n-40);
    background-color: var(--color-neutrals-n-10);
    border-radius: 14px;
    flex-direction: column;
    align-items: center;
    width: 336px;
    margin: 0 1.2rem;
    padding: 2.4rem 1.6rem;
    display: flex
}

@media screen and (min-width: 768px) {
    .Rup9Lh {
        width: 480px
    }
}

.C8n2gX {
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.Et4Yad {
    margin-top: 2rem !important
}

.RXX1Bd {
    background: 0 0;
    margin: 24px -4px
}

.hUeqMw {
    text-align: start;
    margin-bottom: 1.6rem !important
}

.US5pg4 {
    background-color: var(--color-neutrals-n-30);
    border-radius: 8px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 .6rem;
    padding: .4rem .6rem;
    display: inline-flex;
    transform: translateY(7px)
}

.NhZWah {
    align-items: center;
    display: flex
}

.M0AKop {
    margin-top: 1.2rem;
    border-radius: 14px !important
}

@media screen and (min-width: 768px) {
    .M0AKop {
        min-width: 480px !important
    }
}

.gLPd6O {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    padding: 48px 12px;
    display: flex
}

@media screen and (min-width: 768px) {
    .gLPd6O {
        padding: 24px 12px
    }
}

.Zjh2wr {
    text-align: center;
    flex-direction: column;
    row-gap: 12px;
    padding-bottom: 10px;
    display: flex
}

.Zjh2wr .IIC0Qj {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.Zjh2wr .g49aNU {
    color: var(--color-neutrals-n-200);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.Zjh2wr .IIC0Qj, .Zjh2wr .g49aNU {
    margin: 0
}

._8UbLX {
    color: var(--color-neutrals-n-300);
    text-align: center;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem
}

._8UbLX .yl5eZ9 {
    color: var(--color-primary-p-50)
}

._8UbLX .yl5eZ9 .m3Mw9o {
    min-width: 22px;
    display: inline-block
}

.ExaRLT {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

._IT1s7 {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    padding: 48px 12px;
    display: flex
}

@media screen and (min-width: 768px) {
    ._IT1s7 {
        padding: 24px 12px
    }
}

.wpeWyK {
    text-align: center;
    flex-direction: column;
    row-gap: 12px;
    padding-bottom: 10px;
    display: flex
}

.wpeWyK .ri5Kwo {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.wpeWyK .W_IBoq {
    color: var(--color-neutrals-n-200);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.wpeWyK .ri5Kwo, .wpeWyK .W_IBoq {
    margin: 0
}

.Zo6gp8 {
    cursor: pointer
}

.tNcKwB {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-block-start: 6.8rem;
    display: flex
}

@media screen and (min-width: 768px) {
    .tNcKwB {
        max-height: 600px;
        margin: auto 0
    }
}

.tNcKwB .EylkWG {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

.RH8XjK {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex
}

.RH8XjK .PLjpE4 {
    color: var(--color-neutrals-on-app-bar);
    text-align: center;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem
}

.RH8XjK .n6mz_0 {
    max-width: 336px;
    margin: 0 auto;
    padding-top: 0
}

.sjXYpo {
    border-top: 1px solid var(--color-neutrals-n-30);
    width: 100%
}

.sjXYpo.Je_90a {
    padding-block-end: env(safe-area-inset-bottom)
}

@media screen and (min-width: 768px) {
    .sjXYpo {
        border-top: none
    }
}

.HGuRaf {
    color: var(--color-neutrals-n-300);
    text-align: center;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem
}

.HGuRaf .bZ6K0r {
    color: var(--color-primary-p-50)
}

.HGuRaf .bZ6K0r .KOBedS {
    min-width: 22px;
    display: inline-block
}

.IlVdCB {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
    display: flex;
    position: fixed;
    top: 0
}

.pclWuJ {
    cursor: pointer
}

.Wrapper-PoCMZs {
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    display: flex
}

.Text-KBJLw8 {
    color: var(--color-fixed-neutrals-on-background);
    margin: 0;
    font-family: Shabnam;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.vnJ4no {
    justify-content: center;
    align-items: flex-start;
    width: 9px;
    height: 100%;
    padding-top: 1px;
    display: flex;
    position: relative
}

.ZKGgjE {
    position: absolute;
    width: 24px !important;
    height: 24px !important
}

.HOE2x2 {
    z-index: 1;
    cursor: pointer;
    direction: rtl;
    width: 100%;
    padding: 0;
    position: relative;
    overflow-x: clip
}

.kdly0K {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding: .7rem 1.4rem;
    display: flex;
    position: relative
}

@media screen and (min-width: 768px) {
    .kdly0K {
        padding: .9rem 1.4rem
    }
}

.LNIi_L {
    color: var(--color-neutrals-n-500);
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20rem;
    margin: 0;
    font-family: Shabnam;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    color: var(--color-neutrals-on-primary) !important
}

.w2PSts {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    color: var(--color-neutrals-on-primary) !important
}

._bgaPn {
    align-items: center;
    width: 100%;
    display: flex
}

.TtCxbZ {
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    width: 100%;
    margin-right: 1rem;
    display: flex
}

@keyframes z0zemb {
    0% {
        transform: translate(0) scaleY(1)
    }
    50% {
        transform: translate(-16.66%) scaleY(.85)
    }
    to {
        transform: translate(-33.33%) scaleY(1)
    }
}

.IWqqTM {
    z-index: -1;
    width: max-content;
    animation: 2s linear infinite z0zemb;
    display: flex;
    position: absolute;
    bottom: -10px;
    left: 0
}

.WWFTSa {
    width: 100%
}

.Lq99kJ {
    z-index: 1;
    direction: rtl;
    width: 100%;
    padding: 0;
    position: relative;
    overflow-x: clip
}

.f4Q85G {
    border-top: 1px solid var(--color-neutrals-n-30);
    border-bottom: 1px solid var(--color-neutrals-n-30);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4.8rem;
    padding: .5rem 1.4rem;
    display: flex
}

.MwjZi2 {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px
}

.jeUCyP {
    gap: .5rem;
    width: 10rem;
    min-width: auto;
    padding: 1rem;
    display: flex
}

@keyframes IxpogB {
    0% {
        transform: scaleY(.33)
    }
    12.5% {
        transform: scaleY(1.66)
    }
    25% {
        transform: scaleY(.33)
    }
    37.5% {
        transform: scaleY(1)
    }
    50% {
        transform: scaleY(.33)
    }
    62.5% {
        transform: scaleY(1.66)
    }
    75% {
        transform: scaleY(.33)
    }
    87.5% {
        transform: scaleY(1.66)
    }
    to {
        transform: scaleY(.33)
    }
}

@keyframes uNj6Lp {
    0% {
        transform: scaleY(1)
    }
    12.5% {
        transform: scaleY(.33)
    }
    25% {
        transform: scaleY(1.66)
    }
    37.5% {
        transform: scaleY(.33)
    }
    50% {
        transform: scaleY(1)
    }
    62.5% {
        transform: scaleY(.33)
    }
    75% {
        transform: scaleY(1.66)
    }
    87.5% {
        transform: scaleY(.33)
    }
    to {
        transform: scaleY(1)
    }
}

.DSFQPQ {
    border: 2px solid var(--color-neutrals-n-00);
    background-color: var(--color-primary-p-50);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    gap: 1.5px;
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    bottom: -3px;
    left: -3px
}

.DSFQPQ > div {
    background-color: var(--color-neutrals-on-primary);
    border-radius: 2px;
    width: 2px;
    height: 4px
}

.DSFQPQ > div:nth-child(odd) {
    animation: 3.2s infinite IxpogB
}

.DSFQPQ > div:nth-child(2n) {
    height: 5px;
    animation: 3.2s infinite uNj6Lp
}

.QZ5475 {
    z-index: 3;
    cursor: pointer;
    background-color: var(--color-fixed-neutrals-background);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 10.8rem;
    height: 19.2rem;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 4.5rem;
    right: .4rem;
    overflow: hidden
}

.QZ5475.z3SpRF {
    border-radius: 20px
}

@media screen and (min-width: 576px) {
    .QZ5475 {
        width: 27rem;
        height: 20rem;
        right: 2rem
    }
}

.vErMBZ {
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.vErMBZ .LGKsH_ {
    filter: blur(2px)
}

.vErMBZ.ZKhC_o {
    transform: translate(-50%) scaleX(-1)
}

.B9Vgqe, .vja99r {
    width: 100%;
    height: 100%;
    position: absolute
}

.vja99r {
    z-index: 1
}

.w1Oxsa {
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px
}

.ZqAzDL {
    scale: .7
}

@media screen and (min-width: 576px) {
    .ZqAzDL {
        scale: 1
    }
}

.yp_VH6 {
    z-index: 3;
    border-radius: 16px;
    width: 4.5rem;
    height: 8rem;
    padding: 0;
    position: absolute;
    bottom: .8rem;
    right: .8rem;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .yp_VH6 {
        width: 9rem;
        height: 16rem
    }
}

.aVlMsf {
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.aVlMsf.DkSgVQ {
    filter: blur(2px)
}

.aVlMsf.qGwenU {
    transform: translate(-50%) scaleX(-1)
}

.DpTwxt {
    box-sizing: content-box;
    border: 2px solid transparent;
    border-radius: 50%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1px;
    width: 8rem;
    height: 8rem;
    transition: border .5s;
    display: flex;
    position: relative;
    overflow: hidden
}

.DpTwxt.Hqg8nJ {
    border: 2px solid var(--dark-200)
}

.DpTwxt.KAsoI0 {
    border: 2px solid var(--secondary-main)
}

@media screen and (min-width: 768px) {
    .DpTwxt {
        width: 10rem;
        height: 10rem
    }
}

.gWkNix {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 48%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.gWkNix p {
    color: var(--color-neutrals-on-primary);
    margin: 0;
    font-weight: 500
}

.rbdyVx {
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.rbdyVx > svg {
    animation: 1s ease-in-out infinite fNxRyI;
    max-width: 70% !important;
    max-height: 70% !important
}

@keyframes fNxRyI {
    0% {
        transform: rotate(0) scale(1) skew(0deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(0deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(0deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(0deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(0deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(0deg)
    }
    to {
        transform: rotate(0) scale(1) skew(0deg)
    }
}

.pRIOud {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-inline-start: 6px;
    display: flex;
    position: relative
}

.pAS7Sl {
    position: absolute;
    width: 24px !important;
    height: 24px !important
}

.VT4ISP {
    height: 100%;
    overflow: hidden
}

.VT4ISP::-webkit-scrollbar {
    background-color: transparent;
    width: 6px
}

.VT4ISP::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 15px
}

.VT4ISP::-webkit-scrollbar-thumb:vertical {
    min-height: 60px
}

.VT4ISP::-webkit-scrollbar-thumb:horizontal {
    min-width: 60px
}

.VT4ISP {
    flex-direction: column;
    display: flex
}

.z0f6dF {
    direction: ltr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex
}

@media screen and (min-width: 992px) {
    .z0f6dF {
        align-items: flex-start;
        padding-top: 15.4rem
    }
}

.hVxXTd {
    overflow-x: hidden !important
}

.QolBTG {
    flex-direction: column;
    flex: 1;
    display: flex
}

.azn0Z9 {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 54px;
    padding: .5rem 1.2rem;
    display: flex;
    box-shadow: 0 -1px 4px rgba(9, 30, 66, .08)
}

.azn0Z9 > .XZ5JOB {
    align-items: center;
    gap: 8px;
    display: flex
}

.azn0Z9 > .XZ5JOB svg {
    cursor: pointer
}

.azn0Z9 > .XZ5JOB > .nZfih5 {
    color: var(--color-neutrals-n-400);
    margin: 0;
    font-family: Shabnam;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.azn0Z9 > .bUlx9R {
    display: flex
}

.azn0Z9 > .bUlx9R > .D0lyOQ {
    gap: 6px;
    display: flex
}

.azn0Z9 > .bUlx9R > .D0lyOQ .uyGjou {
    color: var(--color-error);
    margin: 0;
    font-family: Shabnam;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

@keyframes kcTn6m {
    to {
        background-position: 67% 0
    }
}

.HwPT4L {
    height: 72px;
    transition: 0;
    align-items: center;
    display: flex;
    position: relative
}

.HwPT4L.YsDEcq {
    opacity: 0;
    height: 1px;
    transition: all .5s;
    transform: translate(70%)
}

.HwPT4L.GfXZYd {
    cursor: pointer
}

.iPThLN {
    opacity: 0;
    margin-inline-start: -10px;
    transition: all .5s
}

.iPThLN.Xu17zd {
    opacity: 1;
    margin-inline-start: 15px;
    transition: all .5s
}

.AhenPw {
    cursor: auto;
    margin: 1.2rem
}

.yIdJV9 {
    border-bottom: 1.5px solid var(--color-neutrals-n-30);
    flex: 1;
    height: 100%;
    display: flex;
    overflow: hidden
}

.qD_PAZ {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 1rem;
    height: 100%;
    display: flex;
    overflow: hidden
}

.qD_PAZ > .skfA02 {
    color: var(--color-neutrals-n-500);
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-family: Shabnam;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden
}

.qD_PAZ > .WgDLzE {
    background: linear-gradient(90deg, var(--color-neutrals-n-20) 0%, var(--color-neutrals-n-40) 25%, var(--color-neutrals-n-20) 50%, var(--color-neutrals-n-40) 75%, var(--color-neutrals-n-20) 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 400%;
    border-radius: 12px;
    width: 14rem;
    height: 1.6rem;
    animation: 1.5s ease-in-out infinite kcTn6m
}

.qD_PAZ > .RJsi1P {
    gap: 5px;
    display: flex
}

.qD_PAZ > .RJsi1P > .pA91di {
    color: var(--color-neutrals-n-200);
    align-items: center;
    gap: 4px;
    margin: 0;
    font-family: Shabnam;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    overflow: hidden
}

.qD_PAZ > .RJsi1P > .pA91di > .qdoeqE {
    color: var(--color-neutrals-n-500);
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-family: Shabnam;
    font-size: 12px;
    overflow: hidden
}

.q_eF5J {
    z-index: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.2rem;
    display: flex
}

.uayjDV {
    cursor: pointer
}

@keyframes szbKW8 {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes J4oaLf {
    0% {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0)
    }
}

@keyframes IUJETr {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes z94xfd {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes CRJutt {
    0% {
        transform: translateY(200%)
    }
    to {
        transform: translateY(0%)
    }
}

@keyframes WFjVVR {
    0% {
        transform: translateY(0%)
    }
    to {
        transform: translateY(200%)
    }
}

@keyframes fwjPoG {
    to {
        background-position: 23% 0
    }
}

@keyframes cHhadL {
    0% {
        transform: translate(125%)
    }
    40%, to {
        transform: translate(-125%)
    }
}

@keyframes jBzIYZ {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes zPHdOD {
    12.5% {
        transform: rotate(45deg)
    }
    25% {
        transform: rotate(90deg)
    }
    37.5% {
        transform: rotate(135deg)
    }
    50% {
        transform: rotate(180deg)
    }
    62.5% {
        transform: rotate(225deg)
    }
    75% {
        transform: rotate(270deg)
    }
    87.5% {
        transform: rotate(315deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.q8SUJH {
    color: var(--color-neutrals-n-500);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.4rem
}

.iUjNJQ {
    background-color: var(--color-neutrals-n-20);
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    display: flex
}

.iUjNJQ .iyYdZF {
    color: var(--color-neutrals-n-300);
    margin: 0;
    font-family: Shabnam;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.2rem
}

.WQuo9l {
    cursor: pointer;
    animation: none
}

.WQuo9l._XDZn0 {
    animation: 1s linear infinite J4oaLf
}

.Modal-H9Bx_U {
    max-width: 376px;
    height: auto
}

.Content-_iFTav {
    flex-direction: column;
    gap: 1.2rem;
    width: 100%;
    padding: 1.2rem;
    display: flex
}

.Text-FW1zcd {
    color: var(--color-neutrals-n-500);
    text-align: center;
    margin: 0;
    font-family: Shabnam;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

.CheckBox-yvuR4J {
    cursor: pointer;
    gap: 1rem;
    padding: 1.25rem .2rem 0;
    display: flex
}

.ModalContentStyles-QLTz7o {
    position: initial;
    border-radius: none;
    background-color: transparent;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex
}

.ModalContentStyles-QLTz7o.fullScreenInMobile-T1pP9_ {
    align-self: flex-start;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 768px) {
    .ModalContentStyles-QLTz7o.fullScreenInMobile-T1pP9_ {
        align-self: center
    }

    .ModalContentStyles-QLTz7o {
        width: auto !important;
        height: auto !important
    }
}

.CloseButton-valkTt {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.Wrapper-prw0UX {
    background-color: var(--color-neutrals-n-00);
    border-radius: 1.5rem;
    max-width: 336px;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .Wrapper-prw0UX {
        max-width: 376px
    }
}

.Header-L87Weu {
    border: 1px solid var(--color-neutrals-n-30);
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem;
    display: flex
}

.CloseButton-Q3F6gW {
    cursor: pointer;
    position: absolute
}

.Container-Gf0Aqj {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
    width: 100% !important
}

.Title-jcJtss {
    color: var(--color-neutrals-n-500);
    text-align: center;
    flex: 1;
    margin: 0;
    font-family: Shabnam;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.Content-LC16Oc {
    flex-direction: column;
    align-items: center;
    display: flex
}

.Description-geubZW {
    color: var(--color-neutrals-n-500);
    text-align: center;
    margin: 0;
    padding: 0 1.2rem;
    font-family: Shabnam;
    font-size: 15px;
    line-height: 23px;
    margin: 1.5rem 0 !important
}

.ActionBar-EZxzmn {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem .6rem;
    display: flex
}

.ActionBar-EZxzmn.notVisible-B3f2vS {
    display: none
}

.ActionButton-wWgXAL {
    flex: 1;
    width: auto;
    margin: 0 6px;
    min-width: 150px !important
}

.ActionButton-wWgXAL.isConfirm-X29LVq {
    width: 100%
}

@media screen and (min-width: 576px) {
    .ActionButton-wWgXAL {
        min-width: 170px !important
    }
}

.DpTwxt {
    box-sizing: content-box;
    border: 2px solid transparent;
    border-radius: 50%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1px;
    width: 8rem;
    height: 8rem;
    transition: border .5s;
    display: flex;
    position: relative;
    overflow: hidden
}

.DpTwxt.Hqg8nJ {
    border: 2px solid var(--dark-200)
}

.DpTwxt.KAsoI0 {
    border: 2px solid var(--secondary-main)
}

@media screen and (min-width: 768px) {
    .DpTwxt {
        width: 10rem;
        height: 10rem
    }
}

.gWkNix {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 48%;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.gWkNix p {
    color: var(--color-neutrals-on-primary);
    margin: 0;
    font-weight: 500
}

.rbdyVx {
    z-index: 3;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute
}

.rbdyVx > svg {
    animation: 1s ease-in-out infinite fNxRyI;
    max-width: 70% !important;
    max-height: 70% !important
}

@keyframes fNxRyI {
    0% {
        transform: rotate(0) scale(1) skew(0deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(0deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(0deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(0deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(0deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(0deg)
    }
    to {
        transform: rotate(0) scale(1) skew(0deg)
    }
}

.F0q36l {
    padding: 1rem .6rem
}

@media screen and (min-width: 768px) {
    .F0q36l {
        padding: .6rem
    }
}

.QZ5475 {
    z-index: 3;
    cursor: pointer;
    background-color: var(--color-fixed-neutrals-background);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 10.8rem;
    height: 19.2rem;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 4.5rem;
    right: .4rem;
    overflow: hidden
}

.QZ5475.z3SpRF {
    border-radius: 20px
}

@media screen and (min-width: 576px) {
    .QZ5475 {
        width: 27rem;
        height: 20rem;
        right: 2rem
    }
}

.vErMBZ {
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.vErMBZ .LGKsH_ {
    filter: blur(2px)
}

.vErMBZ.ZKhC_o {
    transform: translate(-50%) scaleX(-1)
}

.B9Vgqe, .vja99r {
    width: 100%;
    height: 100%;
    position: absolute
}

.vja99r {
    z-index: 1
}

.w1Oxsa {
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px
}

.ZqAzDL {
    scale: .7
}

@media screen and (min-width: 576px) {
    .ZqAzDL {
        scale: 1
    }
}

.yp_VH6 {
    z-index: 3;
    border-radius: 16px;
    width: 4.5rem;
    height: 8rem;
    padding: 0;
    position: absolute;
    bottom: .8rem;
    right: .8rem;
    overflow: hidden
}

@media screen and (min-width: 576px) {
    .yp_VH6 {
        width: 9rem;
        height: 16rem
    }
}

.aVlMsf {
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.aVlMsf.DkSgVQ {
    filter: blur(2px)
}

.aVlMsf.qGwenU {
    transform: translate(-50%) scaleX(-1)
}

.x7A6y9 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.zv_osU {
    padding: 8px 12px
}

@media screen and (min-width: 768px) {
    .zv_osU {
        padding: 8px 32px
    }
}

.s3lmGN {
    padding: 12px;
    column-gap: 8px;
    margin: 0;
    padding-inline-end: 0;
    display: flex
}

@media screen and (min-width: 768px) {
    .s3lmGN {
        padding: 8px 32px;
        padding-inline-end: 0
    }
}

.SmXWJs {
    height: 100%;
    display: flex
}

.KdJevJ {
    padding: 12px
}

@media screen and (min-width: 768px) {
    .KdJevJ {
        padding: 12px 32px
    }
}

.xasIdS {
    flex-direction: column;
    display: flex
}

@keyframes k1KzDi {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes vGvNQG {
    0% {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0)
    }
}

@keyframes IDdaYh {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes r8kO0B {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes KxVzce {
    0% {
        transform: translateY(200%)
    }
    to {
        transform: translateY(0%)
    }
}

@keyframes FY5aS5 {
    0% {
        transform: translateY(0%)
    }
    to {
        transform: translateY(200%)
    }
}

@keyframes eaFctR {
    to {
        background-position: 23% 0
    }
}

@keyframes iYNCPw {
    0% {
        transform: translate(125%)
    }
    40%, to {
        transform: translate(-125%)
    }
}

@keyframes uvrlK5 {
    0% {
        opacity: .2
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .2
    }
}

@keyframes oRZGLQ {
    12.5% {
        transform: rotate(45deg)
    }
    25% {
        transform: rotate(90deg)
    }
    37.5% {
        transform: rotate(135deg)
    }
    50% {
        transform: rotate(180deg)
    }
    62.5% {
        transform: rotate(225deg)
    }
    75% {
        transform: rotate(270deg)
    }
    87.5% {
        transform: rotate(315deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.loxCSp {
    position: fixed
}

.loxCSp.ERIzE7 {
    position: absolute
}

.loxCSp {
    background-color: rgba(var(--color-neutrals-n-500-rgb), .5);
    z-index: 3;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100vw;
    height: 100%;
    animation: .32s ease-in-out forwards r8kO0B;
    display: flex;
    top: 0;
    left: 0
}

.loxCSp.k10hpj {
    display: none
}

.loxCSp.tGPnO_ {
    animation-name: IDdaYh
}

.loxCSp.fu8gYf {
    background-color: initial
}

.oLi8LF {
    background-color: var(--color-neutrals-n-00);
    border-radius: 15px 15px 0 0;
    flex-direction: column;
    animation: .32s linear forwards FY5aS5;
    display: flex
}

.oLi8LF.tGPnO_ {
    animation-name: KxVzce
}

.VvNeEu {
    border-bottom: 1px solid var(--color-neutrals-n-20);
    justify-content: center;
    align-items: center;
    padding: 1.8rem 1.6rem;
    display: flex;
    position: relative
}

.TB0Oxh {
    padding: 1.2rem 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media screen and (min-width: 576px) {
    .TB0Oxh {
        padding: .6rem;
        top: 50%;
        right: 1rem
    }
}

.aCYwXr {
    height: 80%
}

.wsPwhU {
    width: 100%
}

@media screen and (min-width: 768px) {
    .wsPwhU {
        width: 384px !important
    }
}

.XzezBd {
    border-bottom: 1px solid var(--light-20);
    direction: ltr;
    flex-direction: column;
    flex: 1;
    margin-bottom: 1.2rem;
    display: flex
}

@media screen and (min-width: 768px) {
    .XzezBd {
        border-bottom: none;
        margin-bottom: 0
    }
}

.nc62h9 {
    padding: 2.4rem 1.2rem 1.2rem
}

@media screen and (min-width: 768px) {
    .nc62h9 {
        padding: 2.4rem 3.2rem 1.2rem
    }
}

.GMO2y4 {
    flex: 1;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .GMO2y4 {
        overflow-y: overlay !important
    }
}

.Wrapper-PoCMZs {
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    display: flex
}

.Text-KBJLw8 {
    color: var(--color-fixed-neutrals-on-background);
    margin: 0;
    font-family: Shabnam;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

span.emoji {
    text-indent: -9999px;
    background-position: 50%, 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em
}

span.emoji-sizer {
    margin: -2px 0;
    font-size: 1em;
    line-height: .81em
}

span.emoji-outer, img.emoji {
    width: 1em;
    height: 1em
}

ul.errorlist {
    list-style: none !important;
    padding: 0;
    color: red;
}


errorlist.li {
    display: none;
}

errorlist.li.ul {
    display: block!important;
}