.dropdown {
    max-width: max-content;
    margin: 0 auto;
}

.dropdown__body {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);
}

.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

.section {
    padding-top: 36px;
    padding-bottom: 36px;
}

.container-dash {
    padding-left: 50px;
    padding-right: 100px;
    max-width: none !important;
}

.global-status-bar {
    position: fixed;
    background-color: #FE2C55;
    width: 100%;
    top: 0;
    left: 0;
    padding: 34px;
    z-index: 100;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: white;
}

.status-bar {
    padding: 22px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-color: #F8F8F8;
}

.global-bar-gutters .sidebar {
    height: calc(100vh - 86px);
    top: 86px;
}

/* .global-bar-gutters .wrapper {
    padding-top: 86px;
} */
.bg-secondary-100 {
    background-color: var(--secondary-100);
}

/* =================================== sidebar ================================= */
.sidebar-gutters {
    padding-left: 284px;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 284px;
    background-color: #000000;
    color: #fff;
    height: 100vh;
    z-index: 20;
}

.sidebar__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sidebar__logo {
    display: flex;
    align-items: center;
    padding: 33px;
}

.sidebar-title {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    padding: 0 23px;
}

.sidebar__list+.sidebar__list {
    margin-top: auto;
}

.sidebar__list li a {
    display: flex;
    align-items: center;
    color: rgba(162, 168, 176, 1);
    font-family: var(--fotnFamilyMonserat);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0, 28px;
}
.canvas-full canvas {
    width: 100%;
    max-height: 150px;
}
.sidebar-list-icon {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 0 300px 300px 0;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar__list li a.active .sidebar-list-icon {
    background-color: rgba(254, 44, 85, 1);
    color: #fff;
}

/* .sidebar__list li a.active{
    color: var(--primary-500);
} */

.sidebar__list li a.router-link-active,
.sidebar__list li a:hover {
    color: #FE2C55;
}

.sidebar__list li {
    margin-bottom: 12px;
}

.sidebar-subtext {
    padding: 0 25px 25px;
    color: rgba(162, 168, 176, 1);
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 16px;
}

.select-small .choices__inner {
    padding: 0;
    border: 0;
    height: auto;
    padding-bottom: 0!important;
    min-height:24px;
}
.select-small .choices__list--single .choices__item {
    /* font-weight: 600; */
    font-size: 14px;
    line-height: 18px;
    color: #737276;
}
.select-small .choices__inner::after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/icons/ico-arrowdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}
/* =================================== / sidebar ================================= */
/* =================================== header-dash ================================= */

.header-dash {}

/* .header-dash-container {
    width: 100%;
    padding: 0 142px 0 50px;
} */
.header-dash-body {
    padding: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-dash-list {
    display: flex;
    align-items: center;
}

.header-dash-list li {
    margin-right: 10px;
}

.header-dash-link {
    color: rgba(119, 131, 143, 1);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0, 28px;
    padding: 9px 19px;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indicator {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    position: absolute;
    top: -1px;
    right: -4px;
}

.btn-header-card {
    font-family: var(--fotnFamilyMontserrat);
    padding: 9px 19px;
    border-radius: 12px;
    background-color: rgba(248, 248, 248, 1);
}

.header-buttons {
    display: flex;
    align-items: center;
    margin-right: -30px;
}

.header-buttons>* {
    margin-right: 30px;
}

/* end header */

.settings-user {
    display: flex;
    align-items: center;
}

.card-setting+.card-setting {
    margin-top: 22px;
}

.card-body {
    border-radius: 5px;
    padding: 20px;
}

.settings-user {
    display: flex;
    align-items: center;
}

.settings-user__icon {
    width: 92px;
    height: 92px;
    flex: 0 0 92px;
    margin-right: 30px;
}

.settings-user__content {
    flex: auto;
}

.card-rounded {
    border-radius: 5px;
}

.setings-list-links li a {
    text-align: left;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}

.setings-list-links li+li {
    border-top: 1px solid #E9E9E9;
}

.payment-cart-item {
    display: flex;
    padding: 14px;
}

.payment-cart-item__icon {
    flex: 0 0 167px;
}

.cart-detail-icon {
    width: 167px;
    min-height: 106px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 11px;
}

.cart-detail-icon__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-detail-icon__top+* {
    margin-top: auto;
}

.payment-cart-item__content {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.payment-cart-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment-cart-actions>* {
    margin-left: 16px;
}

.payment-cart-item__text {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cart-name {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.cart-info {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.gutters-30 {
    --bs-gutter-x: 30px;

}

.hr {
    border-top: 1px solid rgba(233, 233, 233, 1);
}

.input-icon-user {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    overflow: hidden;
    display: flex;
}

.input-icon-user>* {
    width: 100%;
}

.editor-block {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #737276;
}

.textarea {
    padding: 24px 18px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.textarea::placeholder {
    color: rgba(0, 0, 0, .3);
}

.contact-asid__list {
    color: rgba(115, 114, 118, 1);
    font-size: 14px;
    line-height: 18px;
}

.contact-asid__list li+li {
    margin-top: 20px;
}

.contact-wrapper {
    display: flex;
}

.contact-form {
    flex: auto;
    margin-right: 50px;
}

.contact-aside {
    flex: 0 0 250px;
}

.reveiws-block {
    padding: 30px 20px;
}

.reveiws-block__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.reveiws-block__total {
    font-family: 'Montserrat';
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0797367);
    border-radius: 50%;
    border: 5px solid #fff;
    width: 72px;
    height: 72px;
    display: flex;
}

.reveiws-block__total-body {
    flex: auto;
    border-radius: 50%;
    border: 4px solid #FE2C55;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #C4C3C3;
}

.reveiws-block__total-current {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FE2C55;

}

.reveiws-block__stars {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reveiws-block__stars>* {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;

}

.reveiws-block__stars>*+* {
    margin-left: 2px;
}

.reveiws-block__item {
    flex: auto;
    background: #EAECF1;
    border-radius: 8px;
    height: 10px;
    margin: 0 10px;
}

.reveiws-block__progress {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reveiws-block__item span {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: 8px;
    background: #FCC33F;
}

.reveiws-block__wrap {
    display: flex;
    align-items: center;
    font-family: 'SFRounded';
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0, 12px;
    max-width: 290px;
    width: 100%;
}

.reveiws-block__wrap+.reveiws-block__wrap {
    margin-top: 20px;
}

.gutters-64 {
    --bs-gutter-x: 64px;
}

.user-review-block {
    padding: 34px 40px;
}


.user-block {
    display: flex;
    align-items: center;
}

.user-block-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    background-color: #FE2C55;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #FFFFFF;
    border-radius: 50%;
    margin-right: 18px;
}

.user-block-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.user-block-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #8F9BB3;
}

.user-review-block+.user-review-block {
    margin-top: 20px;
}

.discount-wrapper {
    padding: 35px 23px 35px 50px;
    background-color: #FAFCFF;
    border-radius: 5px;
}

.gutters-68 {
    --bs-gutter-x: 68px;
}

.select-method {
    display: flex;
    cursor: pointer;
}

.select-method-text {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 16px;
    border-radius: 8px;
    border: 1px solid rgba(238, 238, 238, 1);
    background-color: rgba(250, 252, 255, 1);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.select-method input:checked+.select-method-text {
    border-color: #FE2C55;
}

.select-method+.select-method {
    margin-top: 12px;
}

.gutters-18 {
    --bs-gutter-x: 18px;
}

.custom-chekbox {
    cursor: pointer;
    display: inline-flex;
}

.fake-check {
    width: 25px;
    height: 25px;
    background-color: #F1F3FC;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.custom-chekbox input:checked+.fake-check {
    background-image: url(../img/check-icon-black.svg);
}

.mobile-spoler-btn .btn-icon {
    transition: all .2s;
}

.mobile-spoler-btn:not(.active) .btn-icon {
    transform: rotate(180deg);
}

.mobile-button-checkout {
    border-top: 1px solid #DBE2ED;
    padding-top: 30px;
    margin-top: 20px;
}

.visa-block {
    padding: 18px 14px;
    background-color: #000000;
    border-radius: 8px;
    color: #fff;
}

.visa-block__top {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.visa-block__footer {
    font-family: 'Montserrat';
    display: flex;
    font-size: 14px;
    line-height: 17px;
    margin-top: 16px;
}

.visa-block__body {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.6px;
}

.visa-block__footer-item {
    margin-right: 23px;
}

.visa-block__footer-img {
    align-self: flex-end;
    margin-left: auto;
}

.btn-outline-darck {
    border: 1px solid #000;
}

/* range */

.range-element .range-cirle {
    top: -2px;
}

.range-element {
    height: 8px;
    background-color: #eaedf0;
    border: 0;
}

.range-element .noUi-connect {
    background-color: #FE2C55;
}

.range-element .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    background-color: #FE2C55;
    border-radius: 9999px;
    box-shadow: none;
    border: 0;
}

.range-element .noUi-handle::before,
.range-element .noUi-handle::after {
    display: none;
}

.range-element .noUi-target {
    border: 0;
}

.range-cirle {
    height: 13px;
    width: 13px;
    border-radius: 9999px;
}

.range-element .range-cirle {
    top: -2px;
}

.range-element .range-cirle {
    top: -2px;
}

.ra-tooltip .noUi-value-horizontal {
    display: none;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}

.ra-tooltip .active-pip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F8F8F8;
    font-size: 16px;
    line-height: 19px;
    z-index: 10;
    top: 0;
}

.ra-tooltip .noUi-marker {
    display: none;
}

.ra-tooltip .noUi-value-large {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    line-height: 19px;
}

.ra-tooltip .noUi-value-large:last-child {
    align-items: flex-end;
    -webkit-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%);
}

.bg-primary {
    background-color: #FE2C55;
}

.bg-gray-2 {
    background-color: #EAEDF0
}

.range-element .range-cirle {
    top: -2px;
}

.-left-2 {
    left: -2px;
}

.-right-2 {
    right: -2px;
}

.generate-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.generate-buttons > * {
    padding: 13px 20px;
    flex: 1;
    background-color: #F8F8F8;
}
.generate-buttons > *.active {
    background-color: #000000;
    color: white;
}
.generate-buttons > * + * {
    margin-left: 20px;
}

.hash-wrapper {
    padding: 25px 24px;
    border-radius: 7px;
    border: 1px solid rgba(238,238,238, 1);
    background-color: rgba(250,252,255, 1);
}

.hash-acordion {
    background-color: #F8F8F8;
    border-radius: 18px;
}
.spoler-btn .btn-icon {
    transition: all .2s;
}
.spoler-btn.active .btn-icon{
    transform: rotate(180deg);
}

.texarea-visible-placeholder  {
    padding-top: 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.texarea-visible-placeholder .textarea {
    border: 0;
    padding: 0 18px 13px 18px;
}

.texarea-visible-placeholder .texarea-label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 0 18px;
    margin-bottom: 5px;
}

.font-generate-result-item {
    border-radius: 12px;
    background-color: rgba(255,224,230, 1);
    padding: 24px 20px;
}
.font-generate-result-item + .font-generate-result-item {
    margin-top: 20px;
}

.find-id-result {
    padding-top: 30px;
    border-top:1px solid #EAECF1;
}

.engagement-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid #EAECF1;
    border-top:1px solid #EAECF1;
}