@import url("//fonts.googleapis.com/css?family=Overpass:300,400,600,700&display=swap");
@import url("../css/animate.css");
@import url("../css/owl.carousel.css");
@import url("../css/jquery.listtopie.css");
:root {
    --bg-base: #171430;
    --bg-primary: #fff;
    --bg-secondary: #F8F7F7;
    --row-hover: #1F1B3E;
    --text-base: #fff;
    --text-list: rgba(255, 255, 255, 0.44);
    --text-primary: #ADADAD;;
    --text-secondary: #847AE7;
    --text-tertiary: rgb(110, 110, 110);
    --button-primary: #6418C3;
    --text-footer: #838486;
    --button-primary-hover: rgb(51, 154, 239);
    --button-primary-text: #fff;
    --bg-input: #FBFBFB;
    --border-input: #eee;
    --border-input-hover: #666;
    --border-input-focus: #0084D4;
    --middle-grey: #6C7080;
    --deep-blue: #847AE7;
    --deep-blue-hover: #847AE7;
    --text-green: #67CF29;
    --text-red: #FF4B41;
    --bg-light-orange: rgba(235, 129, 83, 0.1);
    --bg-light-grey: #f5f5f5;
}

::-moz-selection {
    background-color: #007bff;
    color: #FFF;
}

.selected__text {
    background-color: #0B0A1B;
    width: fit-content;
    color: #FFFFFF;
    padding: 0 8px;
    display: inline-block;
}



.fas .fa-chevron-down:before {
    transform: translateZ(90deg) !important;
}

::selection {
    background-color: #007bff;
    color: #FFF;
}

::-webkit-scrollbar {
    background: transparent;
    width: 3px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07);
    border: solid rgba(88, 88, 88, 0.12) 2px;
    border-radius: 5px;
}

* {
    outline: none !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

html {
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: static;
    width: 100%;
    color: var(--text-primary);
    background: var(--bg-base);
    transition: 0.3s all ease-in-out;
}

h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 1.172;
    font-family: Rubik, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: .5px;
}

.dark-mode :is(h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6) {
    color: var(--text-primary);
}

h2,
.h2 {
    font-size: 63px;
    line-height: 79px;
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 52px;
        line-height: 64px;
    }
}

@media only screen and (max-width: 475px) {
    h2,
    .h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

h3,
.h3 {
    font-size: 32px;
    line-height: 56px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 475px) {
    h3,
    .h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

h4,
.h4 {
    font-size: 28px;
    line-height: 34px;
}

@media only screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 475px) {
    h4,
    .h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

h5,
.h5 {
    font-size: 23px;
    line-height: 28px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

h6,
.h6 {
    font-size: 19px;
    line-height: 23px;
}

p, span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
    color: #667085;

    /* letter-spacing: .5px; */
}

@media screen and (max-width: 991px) {
    p, span {
        font-size: 16px;
        line-height: 22px;
    }

    .trending-cards {
        margin-top: 200px !important;
    }
}

@media screen and (max-width: 846px) {
    .trending-cards {
        margin-top: 700px !important;
    }
}

@media screen and (max-width: 768px) {
    p, span {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 475px) {
    p, span {
        font-size: 12px;
        line-height: 18px;
    }
}

.dark-mode :is(p, span, h1, h2, h3, h4, h5, h6) {
    color: var(--text-primary);
}

.dark-bg {
    background: #141414;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.light-bg {
    background: #F4F9FC;
}

.dark-mode .light-bg,
.dark-mode.light-bg {
    background: #121318;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--text-secondary);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--text-secondary);
}

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

/* utilities */
.container {
    max-width: 1341px;
    width: 100%;
    margin: auto;
}

.mnh-100 {
    min-height: 100%;
}

.min-vh-100 {
    min-height: 100vh;
}

.word-break-all {
    word-break: break-all;
}

.fs-20 {
    font-size: 20px;
    line-height: 26px;
}

.fs-20-lh-1 {
    font-size: 20px;
    line-height: 1;
}

.fs-19 {
    font-size: 19px;
    line-height: 23px;
}

.fs-18 {
    font-size: 18px;
    line-height: 24px;
}

.fs-16 {
    font-size: 16px;
    line-height: 22px;
}

.fs-14 {
    font-size: 14px;
    line-height: 17px;
}

.fs-12 {
    font-size: 12px;
    line-height: 18px;
}

.fs-23 {
    font-size: 23px;
    line-height: 28px;
}

.fs-33 {
    font-size: 33px;
    line-height: 40px;
}

@media screen and (max-width: 991px) {
    .fs-33 {
        font-size: 27px;
        line-height: 31px;
    }

    .fs-20 {
        font-size: 18px;
        line-height: 24px;
    }

    .fs-20-lh-1 {
        font-size: 18px;
    }

    .fs-19 {
        font-size: 17px;
        line-height: 21px;
    }

    .fs-18 {
        font-size: 16px;
        line-height: 22px;
    }

    .fs-16 {
        font-size: 14px;
        line-height: 20px;
    }

    .fs-23 {
        font-size: 21px;
        line-height: 25px;
    }
}

@media screen and (max-width: 768px) {
    .fs-33 {
        font-size: 22px;
        line-height: 26px;
    }

    .fs-20 {
        font-size: 16px;
        line-height: 22px;
    }

    .fs-20-lh-1 {
        font-size: 16px;
    }

    .fs-19 {
        font-size: 15px;
        line-height: 19px;
    }

    .fs-18 {
        font-size: 14px;
        line-height: 20px;
    }

    .fs-16 {
        font-size: 12px;
        line-height: 18px;
    }

    .fs-23 {
        font-size: 19px;
        line-height: 23px;
    }
}

@media screen and (max-width: 475px) {
    .fs-33 {
        font-size: 16px;
        line-height: 22px;
    }

    .fs-20 {
        font-size: 14px;
        line-height: 20px;
    }

    .fs-20-lh-1 {
        font-size: 14px;
    }

    .fs-19 {
        font-size: 13px;
        line-height: 17px;
    }

    .fs-18 {
        font-size: 12px;
        line-height: 18px;
    }

    .fs-16 {
        font-size: 10px;
        line-height: 16px;
    }

    .fs-23 {
        font-size: 15px;
        line-height: 19px;
    }

    .fs-14 {
        font-size: 11px;
        line-height: 15px;
    }

    .fs-12 {
        font-size: 10px;
        line-height: 14px;
    }
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 400;
}

.text-black {
    color: #23262f !important;
}

.text-red {
    color: var(--text-red) !important;
}

.text-list {
    color: var(--text-list) !important;
}

.text-green {
    color: var(--text-green) !important;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mlr_-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.p-0 {
    padding: 0px;
}

.pr-10 {
    padding-right: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

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

.mb-60 {
    margin-bottom: 60px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.mb_-30 {
    margin-bottom: -30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.mb-20 {
    margin-bottom: 20px;
}

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

.mb-10 {
    margin-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

.z-index-99999 {
    z-index: 99999 !important;
}

.chip-custom {
    background: #E9EAF0;
    border-radius: 5px;
    padding: 5px 15px;
    color: #FFB000;
}

.dark-mode .chip-custom {
    background: #121a28;
}

.border-radius-8 {
    border-radius: 8px;
}

.form-group {
    position: relative;
}

.form-control, .form-select {
    height: 47px;
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline-color: #7044EE;
    font-size: 14px;
    line-height: 16px;
    color: #78778B;
}

.form-control, .form-select .big {
    height: 53px;
}

.form-control:hover, .form-select:hover {
    border: 2px solid var(--text-secondary);
}

.form-control::placeholder, .form-select::placeholder {
    color: #CCCED9
}

.form-control::-webkit-file-upload-button {
    color: #fff;
}

.form-control-label {
    color: #1B212D;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
}

.form-control:disabled, .form-select:disabled {
    background: rgba(255, 255, 255, 0.12);
}

input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, 0) inset;
    -webkit-text-fill-color: #2B3144;
}

input.form-control.big:-webkit-autofill:focus
.form-control:disabled, .form-control[readonly] {
    background: rgba(255, 255, 255, 0.12);
}

.form-check-input:checked {
    /* background-color: var(--border-input-focus) !important;
    border-color:  var(--border-input-focus) !important;; */
    accent-color: var(--deep-blue) !important;
}

@media (max-width: 576px) {
    .gap-xs {
        gap: 20px;
    }
}

.form-control:focus, .form-select:focus {
    outline: none;
    color: #9498a4;
    border: 2px solid var(--text-secondary);
    box-shadow: unset;
}

.form-field > label {
    display: inline-flex;
    width: 100%;
    font-size: 1.5em;
    font-weight: 400;
    color: #134f99;
    margin-bottom: 0.5em;
    justify-content: center;
    text-transform: uppercase;
}

.form-field:not(:last-child) {
    margin-bottom: 2em;
}

.form-field .field-inner {
    padding-left: 1em;
}

.nowrap-text {
    white-space: nowrap;
}

.btn,
button,
.btn-primary,
.btn-secondary {
    background-color: transparent;
    padding: 6px 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-small {
    padding: 3px 8px !important;
    font-size: 12px;
    line-height: 19px;
    text-transform: unset !important;
}

.trade-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    border: 0.75px solid #4E4DA6;
    border-radius: 10px;
    padding: 10px 28px;
    color: #fff;
}

.trade-link:hover {
    background-color: #4E4DA6 !important;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .btn,
    button,
    .btn-primary,
    .btn-secondary {
        padding: 15px 25px !important;
    }

    .btn-small {
        padding: 5px 10px !important;
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 991px) {
    .btn:not(.btn-small),
    button:not(.btn-small),
    .btn-primary:not(.btn-small),
    .btn-secondary:not(.btn-small) {
        padding: 10px 20px !important;
        font-size: 14px;
    }

    .slider__control.reviews__slider-control {
        padding: 0 !important;
    }
}

.btn {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -webkit-text-size-adjust: unset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: unset;
    display: flex;
    align-items: center;
    width: fit-content;
}

.btn:active,
.btn:focus,
.btn:not(:disabled):not(.disabled):active {
    /* transform: translateY(3px) */
}

.btn:focus,
.btn.focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background: var(--button-primary);
    color: var(--button-primary-text);
    position: relative;
    padding: 6px 45px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid var(--deep-blue-hover);
}

.btn-primary svg {
    fill: #fff !important;
}

.btn-primary svg path {
    fill: #fff !important;
}

.btn.btn-primary.disabled:disabled, .btn.btn-primary:disabled {
    background: var(--button-primary);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    transform: unset;
    background-color: var(--deep-blue-hover);
    color: #fff;
    border: 1px solid var(--deep-blue-hover);
    box-shadow: unset;
}

:is(.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active) span {
    background-color: transparent;
    box-shadow: unset;
    box-shadow: unset;
}

.btn-secondary {
    background: #092440;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 45px;
    z-index: 20;
}

.btn-secondary svg path {
    stroke: #fff;
    fill: #fff;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: var(--text-base) !important;
    background: #383360;
}

.btn-yellow {
    background: var(--button-primary);
    color: #fff;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:not(:disabled):not(.disabled):active {
    background: rgba(0, 0, 0, 0);
}

.btn-yellow {
    color: var(--text-base);
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:not(:disabled):not(.disabled):active {
    background-color: var(--button-primary-hover);
    color: var(--text-base);
}

.btn-red {
    background: #FFECEC;
    color: #FD4F4F;
    border-color: #FD4F4F;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red:not(:disabled):not(.disabled):active {
    background: #FD4F4F;
    color: #FFECEC;
    border-color: #FD4F4F;
}

.btn-grey {
    background: #D2DDDC;
    color: #161326;
    border-color: #D2DDDC;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey:not(:disabled):not(.disabled):active {
    background: #161326;
    color: #D2DDDC;
}

.btn-deep-blue {
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    background-color: var(--deep-blue);
    color: #fff;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.btn-deep-blue__normilized {
    background-color: var(--deep-blue);
    color: #fff;
    border-radius: 5px;
}

.btn-deep-blue:hover, .btn-deep-blue__normilized:hover {
    background-color: var(--deep-blue-hover);
    color: #fff;
}


.loadable-button {
    position: relative;
}

.loadable-button span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.loadable-button.pending span {
    opacity: 0;
}

.loadable-button.pending::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-left-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.text-purple {
    color: #0083F8 !important;
}

.text-gray-dark {
    color: #2B3144;
}

.dark-mode .text-gray-dark {
    color: #fff;
}

.font-weight-500 {
    font-weight: 500;
}

/* preloader */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-mode #preloader {
    background: #121a28;
}

.lds-spinner {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}

.lds-spinner .loading-dot {
    background-color: var(--text-secondary);
    width: 15px;
    height: 15px;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 40px 0px 0px var(--text-secondary), 0px -40px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary);
    animation: load 3s infinite linear;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
        box-shadow: 0px 40px 0px 0px var(--text-secondary), 0px -40px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary);
    }
    25% {
        box-shadow: 0px 40px 0px 0px var(--text-secondary), 0px -40px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary);
    }
    50% {
        box-shadow: 0px -40px 0px 0px var(--text-secondary), 0px 40px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary);
    }
    70% {
        box-shadow: 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary);
    }
    75% {
        width: 10px;
        height: 10px;
        box-shadow: 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary);
    }
    80% {
        background-color: var(--text-secondary);
        width: 40px;
        height: 40px;
        transform: rotate(360deg);
        box-shadow: 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary);
    }
    85% {
        background-color: var(--text-secondary);
        width: 40px;
        height: 40px;
        transform: rotate(360deg);
        box-shadow: 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary);
    }
    90% {
        background-color: var(--text-secondary);
        width: 10px;
        height: 10px;
        transform: rotate(360deg);
        box-shadow: 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary), 0px 0px 0px 0px var(--text-secondary);
    }
    95% {
        box-shadow: 0px 40px 0px 0px var(--text-secondary), 0px -40px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary);
    }
    100% {
        transform: rotate(360deg);
        box-shadow: 0px 40px 0px 0px var(--text-secondary), 0px -40px 0px 0px var(--text-secondary), 40px 0px 0px 0px var(--text-secondary), -40px 0px 0px 0px var(--text-secondary), 40px 40px 0px 0px var(--text-secondary), -40px -40px 0px 0px var(--text-secondary), 40px -40px 0px 0px var(--text-secondary), -40px 40px 0px 0px var(--text-secondary);
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.badge {
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    align-items: center;
    height: 30px;
    gap: 5px;
}

.badge-danger {
    color: #ff8a8a;
    border: 1px solid #ffc2c2;
    background: rgb(157 10 10 / 10%);
    text-transform: uppercase;
}

.badge-success {
    color: #1E9D0A;
    background: rgba(30, 157, 10, 0.1);
    border: 1px solid #1E9D0A;
    text-transform: uppercase;
}

.badge__big-grey {
    background-color: rgba(168, 171, 185, 0.12);
    padding: 2px 8px;
    border-radius: 3px;
    color: rgb(25, 25, 25);
    font-size: 16px;
    min-height: 28px;
    text-transform: uppercase;
}

.badge__big-green {
    background-color: var(--text-green);
    padding: 2px 8px;
    border-radius: 3px;
    color: var(--text-base);
    font-size: 16px;
    min-height: 28px;
    text-transform: uppercase;
}

.badge__big-green:hover {
    color: var(--text-base);
}


@media screen and (max-width: 991px) {
    .badge {
        padding: 3px 8px;
        font-size: 12px;
        line-height: 14px;
    }
}

/* header */
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
header {
    position: fixed;
    height: 64px;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    z-index: 1002;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background-color: transparent;
}

header.header-fixed {
    position: fixed;
    top: 0;
    z-index: 1002;
    background: #121212;
}

.navbar {
    padding: 0 !important;
}

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

.nav-user-defined {
    display: none !important;
}

header nav a.navbar-brand {
    margin-right: 0;
    display: flex;
    align-items: center;
}

header nav .header__wallet-button-wrapper {
    margin-left: 20px;
}

header nav .header__wallet-button-wrapper a {
    gap: 5px;
    padding: 5px 10px !important
}

header nav .header__wallet-button-wrapper a span {
    font-size: 16px;
    line-height: 20px;
}

.header__logo-wrapper-defined .navbar-brand span {
    color: #fff;
}

.header-fixed .header__logo-wrapper-defined .navbar-brand span {
    color: #FFF;
}

@media screen and (max-width: 767px) {
    header nav .header__wallet-button-wrapper a span {
        display: none;
    }
}

header nav a.navbar-brand {
    padding: 0 !important;
}

header nav a.navbar-brand span {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #fff

}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 4px;
}

.navbar-brand span {
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000
}

header nav,
header nav ul.navbar-nav {
    display: flex;
    align-items: center;
    gap: 10px
}

header nav ul.navbar-nav .header__auth-link img {
    display: none;
}

header nav ul.navbar-nav .header__auth-link span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

#header nav .links > li.nav-wallets-item {
    display: none;
}

header.dark-bb .navbar-light .navbar-toggler {
    border-color: #fff;
}

header.dark-bb .navbar-light .navbar-toggler-line {
    background: #fff;
}

.navbar-header .navbar-brand {
    padding: 0;
    margin-right: 0;
}

.header__logo-wrapper {
    margin-right: 15px;

}

.header__nav-collapse {
    flex-grow: 0;
    margin-left: auto;
}

/* - Navigation Menu Style   //----------------- */
.nav-link .nav-link__collapse .header-user__drop-link {
    background: var(--bg-light-orange) !important;
}

.nav-link .header-user__drop-link .active {

}

nav .navbar-nav.links > li a.nav-link {
    text-decoration: none;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: var(--text-primary);
}

.dark-mode nav .navbar-nav.links > li a.nav-link {
    color: var(--text-primary);
}

#header nav .links > li {
    position: inherit;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.navbar-collapse > ul {
    display: inline-block;
    float: none !important;
    text-align: left;
}

#header .navbar-nav > li > a {
    display: block;
    transition: 0.3s all ease-in-out;
}

#header .navbar-nav > li > a.header__auth-user {
    display: flex;
    align-items: center;
    padding: 0;
}

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
}

.hamburger .line {
    background: #fff;
    display: block;
    height: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 26px;
}

.header__auth-user-image-wrapper {
    margin-right: 5px;
}

.header__auth-user-image-wrapper img {
    width: 38px;
    height: 38px;
}

.header__auth-user-content, .header__auth-user-content > span {
    color: var(--middle-grey);
}

#header.header-fixed .header__nav-collapse .navbar-nav > li > a {
    color: #fff;
}

#header.header-fixed nav a.navbar-brand span {
    color: #fff;
}

#header .header__nav-collapse .navbar-nav > li > a {
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background-color: transparent;
    background-position: 100% 3px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    white-space: nowrap;
    font-weight: 400;
}

#header .header__nav-collapse .navbar-nav > li > a:hover {
    color: var(--text-secondary)
}

#header .navbar-nav.links > li:last-of-type {
    margin-right: 20px;
}

.nav > li:hover a,
nav .links > li:hover a,
#header .header__nav-collapse .navbar-nav > li:hover a {
    opacity: .8;
}

#header .header__nav-collapse .navbar-nav > li:hover > a:after {
    transform: scaleX(100%);
}

.navbar-nav.header-tools > li:last-child > a:not(.header__auth-link) {
    padding-right: 0 !important;
}

.header-tools__info {
    gap: 30px !important;
    padding-right: 20px;
}

.header__user {
    position: relative;

}

.header__user-name {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    background-color: #26272C;
    border-radius: 5px;
    padding: 8px 32px 8px 14px;
    position: relative;
    cursor: pointer;
}

.header__user-name:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 12px;
    height: 7px;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.header__user-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__user-img, .header-menu__user-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #CBC5F0;
    -webkit-box-shadow: 106.429px 121.248px 120.238px -44.4577px rgba(0, 0, 0, 0.4);
    box-shadow: 106.429px 121.248px 120.238px -44.4577px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    position: absolute;
    right: -33px;
    width: 42px;
    height: 40px;
}

.header__user-img {
    cursor: pointer;
    pointer-events: all;
    width: 42px;
    height: 40px;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .header__user {
        padding-right: 30px;
    }

    .header__user-img {
        right: 0;
    }
}

@media (max-width: 600px) {
    .header__user-name {
        display: none;
    }

    .header-menu {
        top: 31px !important;
    }

    .header__user-img {
        right: 0px;
    }
}

.header-menu {
    position: absolute;
    background-color: #18191C;
    top: 48px;
    right: -36px;
    width: 280px;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 11.8239px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 11.8239px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 6px 6px;
    display: none;
    z-index: 2;
}

.header-menu__overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0 14px 0;
    border-bottom: 1px solid #2A2C31;
}

.header-menu__overview-link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #DADADA;
    background: #23262E;
    border: 1px solid #3A3A3A;
    border-radius: 5px;
    min-width: 106px;
    padding: 12px 0;
    text-align: center;
}

.header-menu__overview-link + .header-menu__overview-link {
    margin-left: 6px;
}

.header-menu__overview-link {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #DADADA;
    background: #23262E;
    border: 1px solid #3A3A3A;
    border-radius: 5px;
    min-width: 106px;
    padding: 12px 0;
    text-align: center;
}

.header-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #2A2C31;
}

.header-menu.active {
    display: block;
}

.header-menu__links-link {
    display: -webkit-box;
    display: -ms-flexbox;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    line-height: 15px;
    letter-spacing: 0.02em;
    padding: 10px 32px;
}

.header-menu__links-link:hover {
    color: #fff;
}

.header-menu__links-link:hover {
    background-color: #26272C;
}

.header-menu__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 24px 15px 24px;
}

.header-menu__user-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu__user-exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #23262E;
    border: 1.125px solid #3A3A3A;
    border-radius: 4.5px;
}

.header-menu__user-nickname {
    font-size: 12px;
}

.header-menu__user-mail {
    font-size: 12px;
    color: #777;
}

.header-fixed .header-tools__info a {
    color: #FFF;
}

.header-tools__info a {
    color: #fff;
}

.header-tools__info a:hover {
    color: var(--text-secondary);
}

.side-toggle {
    display: none;
}

.header-custom-icon .nav-link {
    line-height: 0;
}

.header-custom-icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.header-custom-icon button {
    padding: 0 15px;
    margin-top: 5px;
}

.header-img-icon button {
    padding: 0 0 0 15px;
}

.header-custom-icon button:after,
.header-img-icon button:after {
    display: none;
}

.header-custom-icon button:focus,
.header-img-icon button:focus {
    box-shadow: none;
}

.theme-toggle-input {
    display: none;
}

.theme-toggle-input-label {
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dark-mode .theme-toggle-input-label {
    color: #fff;
}

.theme-toggle-input-label i {
    font-size: 30px;
}

.user-avatar-dropdown {
    display: none !important;
}

.user-avatar-dropdown.dropdown-toggle::after {
    display: none;
}

.header-img-icon .dropdown-menu {
    z-index: 1000000;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: slideIn;
    left: auto;
    right: 0;
}

.user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end .dropdown-body {
    padding: 0 !important;
}

.user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end .dropdown-body li a.header-user__drop-link {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dark-mode .user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end .dropdown-body li a.header-user__drop-link {
    color: #fff
}

.user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end .dropdown-body li a.header-user__drop-link--logout {
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dark-mode .user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end .dropdown-body li a.header-user__drop-link--logout {
    border-top-color: #fff;
}

.header__nav-collapse-login {
    display: none;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

.user-avatar-dropdown-wrapper
.dropdown-menu.dropdown-menu-end
.dropdown-header
img {
    height: 80px;
}

.user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end,
.header-dropdown-badge,
.user-avatar-dropdown-wrapper
.dropdown-menu.dropdown-menu-end
.dropdown-body
li
a {
    font-weight: 400;
}

.dark-mode .user-avatar-dropdown-wrapper .dropdown-menu.dropdown-menu-end {
    background: #121318;
}

.user-avatar-dropdown-wrapper
.dropdown-menu.dropdown-menu-end
.dropdown-body
li:last-of-type
a {
    color: #ff231f;
}

.user-avatar-dropdown-wrapper
.dropdown-menu.dropdown-menu-end
.dropdown-body
li
a
i {
    display: inline-block;
    width: 20px;
}

.user-dropdown-badges-wrapper {
    display: flex;
    gap: 5px;
    padding: 0 16px;
}

.header-sidebar {
    position: fixed;
    top: 64px;
    right: 0;
    height: 100%;
    z-index: 10000;
    width: 225px;
    max-height: 600px;
    display: flex;
    transition: .3s ease;
    justify-content: flex-end;
    transform: translateX(100%);
}

.active {
    transform: translateX(0);
}

.header-sidebar.showing {
    z-index: 1003;
}

.header-sidebar__overlay {
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    opacity: 0;
}

.header-sidebar__overlay.show {
    opacity: 1 !important;
    z-index: 1003 !important;
}

.header-sidebar__container {
    background: #18191C;
    width: 100%;
    height: 100%;
    transition: transform .3s, background-color .3s;
    /* transform: translateX(-200%); */
    overflow: auto;
}

.header-sidebar__container-user-exist {
    /* padding: 1rem 15px !important; */
}

.header-sidebar.show .header-sidebar__container {
    transform: translateX(0%);
    transition: 1s ease;
}

.coins__slider-track {
    --x: -2876px;
    animation: scrollCoins 40s linear infinite;
    transform: translateX(-217px);
    display: flex;
}

.coins__slider {
    height: 500px;
}

.coins__slider-track img {
    height: 140px;
    min-width: 2876px;
}

.coins__slider-loader {
    width: 100%;
    margin-top: 50px;
}

.started__card {
    padding: 35px 25px 60px 33px;
    position: relative;
    border-radius: 32px;
    flex: 1;
    min-width: 300px;
}

.started__card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 31.4751px;
    padding: 3px;
    background: radial-gradient(81.43% 127.97% at 50% 0%, #F6FB80 0%, #F9BCFE 18.03%, #9AD9EC 38.08%, #5FE9B9 58.14%, #DCC987 77.46%, #CFA5E9 98.25%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.started__cards {
    margin-top: 90px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.started__card-img {
    width: 120px;
    height: 120px;
    z-index: 10;
    position: relative;
}

.started__card-title {
    font-size: 30px;
    z-index: 12;
    position: relative;
    font-weight: 500;
    color: var(--text-secondary);
}

.started__card-description {
    font-weight: 400;
    font-size: 18.0982px;
    line-height: 27px;
    color: var(--text-list);
    margin-top: 11px;
    position: relative;
    z-index: 12;
}

.started__card:after {
    font-weight: 800;
    font-size: 221.113px;
    line-height: 279px;
    text-align: center;
    background: linear-gradient(180deg, #1D1A3C 0%, rgba(29, 26, 60, 0.21) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 5;
}

.started__card-one:after {
    content: "1";
    position: absolute;
    top: -13px;
    right: 89px;
}

.started__card-two:after {
    content: "2";
    position: absolute;
    top: -13px;
    right: 69px;
}

.started__card-three:after {
    content: "3";
    position: absolute;
    top: -13px;
    right: 65px;
}

.benefits__sub-title {
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    color: #847AE7;
    margin-bottom: 9px;
}

.benefits__title {
    font-weight: 700;
    font-size: 37px;
    color: #FFFFFF;
    line-height: 47px;
    margin-bottom: 29px;
}

.benefits__top-box {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
}

.benefits__bottom-box {
    padding: 0 15px;
}

.benefits__top-left {
    /* max-width: 474px; */
    padding: 157px 0 0 0;
}

.benefits__bottom-img, .benefits__top-img {
    z-index: 1;
}

.benefits__top-img {
    /* position: absolute;
    right: -209px;
    top: -54px;
    width: 992.16px; */
}

.benefits__bottom-right .benefits__des {
    margin-bottom: 33px;
}

.benefits__des {
    font-weight: 400;
    font-size: 18.0982px;
    line-height: 28px;
    color: #868494;
}

.benefits__link:hover {
    background: #221C4D;
}

.benefits__link {
    width: 162px;
    height: 50px;
    border: 2px solid #847AE7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #847AE7;
}

.benefits__link svg {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
}

.benefits__bottom-box {
    position: relative;
}

@media (max-width: 768px) {
    .benefits__top-left,
    .benefits__bottom-right {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}

.benefits__bottom-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.benefits__bottom-right {
    /* max-width: 537px; */
    padding-top: 100px;
}

.benefits__top-left .benefits__des {
    margin-bottom: 60px;
}

.benefits__bottom-img, .benefits__top-img {
    z-index: 1;
}

.benefits__bottom-img-block {
    position: relative;
}

.benefits__bottom-img {
    width: 1023px;
    position: absolute;
    left: -15%;
    top: 0;
}

.benefits__des {
    font-weight: 400;
    font-size: 18.0982px;
    line-height: 28px;
    color: #868494;
}

.partners {
    background: rgba(0, 0, 0, 0.1);
    margin-top: 170px;
    margin-bottom: 102px;
}

.partners__logo {
    min-width: 200px;
}

.partners__logos {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px 0;
}

@keyframes scrollCoins {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(var(--x));
    }
}

.dark-mode .header-sidebar__container {
    background: #161326
}

.header-sidebar__close-button {
    font-size: 20px !important;
    display: none;
    color: var(--text-secondary);
    border: none;
    font-weight: normal;
    font-size: 20px;
    transition: color .3s;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.header-sidebar__close-button:hover {
    color: var(--text-secondary)
}

.header-sidebar__tabs {
    display: flex;
    justify-content: center;
    gap: 15px
}

.header-sidebar__tabs .header-sidebar__tab {
    padding: 0 !important;
    width: auto;
}

.header-sidebar__tab .active {
    background: #FFB000 !important;
    color: #fff;
    border-color: #FFB000 !important;
}

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

.promo-code__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo-code__title {
    font-size: 18px;
    line-height: 18px;
    color: #101828;
}

.promo-code__wrapper {
    margin-left: 23px;
}

.promo-code__description {
    font-size: 12px;
    line-height: 18px;
    color: #667085;
}

.header-sidebar__user-image {
    margin-top: 20px;
    height: 50px;
    width: 50px;
}

.header-sidebar__actions-title-wrapper[aria-expanded=true] {
    background: var(--bg-light-orange) !important;
}

/* .header-sidebar__navigation-title-wrapper[aria-expanded=true] {
    background: var(--bg-light-orange) !important;
}  */
.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper {
    /* border-top: 1px solid #6D6D6D; */
    padding: 0 15px 15px 15px;
}

:is(.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper) :is(.header-sidebar__actions-title-wrapper, .header-sidebar__navigation-title-wrapper) {
    cursor: pointer;
    padding: 16px 10;
}

:is(.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper) :is(.header-sidebar__actions-title-wrapper, .header-sidebar__navigation-title-wrapper) :is(p, i) {
    transition: .3s;
}

:is(.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper)
:is(.header-sidebar__actions-title-wrapper:hover, .header-sidebar__navigation-title-wrapper:hover, .header-sidebar__actions-title-wrapper:not(.collapsed), .header-sidebar__navigation-title-wrapper:not(.collapsed))
p {
    color: var(--text-list);
    font-weight: 500;
}

:is(.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper)
:is(.header-sidebar__actions-title-wrapper:hover, .header-sidebar__navigation-title-wrapper:hover, .header-sidebar__actions-title-wrapper:not(.collapsed), .header-sidebar__navigation-title-wrapper:not(.collapsed))
i {
    color: var(--text-secondary)
}

:is(.header-sidebar__actions-wrapper, .header-sidebar__navigation-wrapper)
:is(.header-sidebar__actions-title-wrapper:not(.collapsed), .header-sidebar__navigation-title-wrapper:not(.collapsed))
i {
    transform: rotateZ(90deg);
}

.header-sidebar__user-content {
    margin-bottom: 10px;
}

.header-sidebar__user-content span {
    color: var(--text-list)
}

.header-sidebar__user-content svg path {
    fill: #6D6D6D;
    transition: .3s all ease;
}

.header-sidebar__user-profile-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* .header-sidebar__user-profile-nav [aria-expanded=true]{
    background: var(--bg-light-orange);
} */
/* .header-sidebar__user-profile-nav [aria-expanded=true] .header-sidebar__user-profile-link-text{
    font-weight: 500;
} */
/* .header-sidebar__user-profile-nav [aria-expanded=true].nav-link::before {
   content: '';
   position: absolute;
   width: 6px;
   left: 0;
   height: 100%;
   top: 0;
   background-color: var(--text-secondary);
   border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
} */
/* .header-sidebar__user-profile-nav .header-sidebar__user-profile-link-text:hover  {
    color: var(--text-secondary);
    padding-left: 10px;
} */
.profile-nav-tab-list-item-icon {
    fill: var(--text-list) !important;
}

.wallet-balance-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px !important;
}

:is(.wallet-balance-actions, .wallet-coins-table) button {
    width: 54px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.wallet-balance-actions, .wallet-coins-table) :is(button:active, button:focus, button:hover) {
    color: var(--text-base);
    background-color: var(--button-primary);
    border: 1px solid var(--button-primary);
}

.header-sidebar__user-profile-nav a {
    padding: 10px;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    position: relative;
}

.header-sidebar__user-profile-nav a:hover {
    opacity: 1;
}

.header-sidebar__user-profile-nav a div:first-of-type {
    gap: 15px
}

/* .nav-link__collapse:hover .header-sidebar__user-profile-link-text {
    padding-left: 5px;
} */
.nav-link .nav-link__collapse .header-user__drop-link {
    background-color: var(--bg-light-orange);

}

.header-sidebar__user-profile-nav a.nav-link__collapse i {
    transition: .3s;
    color: #6D6D6D
}

.header-sidebar__user-profile-nav a.nav-link.nav-link__nested {
    padding-left: 20px;
}

.header-sidebar__user-profile-nav a span {
    transition: .3s all ease;
}

/* .header-sidebar__user-profile-nav a.nav-link.nav-link__nested.active {
    background: var(--bg-light-grey) !important;
} */
/* :is(
.header-sidebar__user-profile-nav a:hover,
.header-sidebar__user-profile-nav a.active,
.header-sidebar__user-profile-nav a.nav-link__collapse:not(.collapsed)
)  span, svg {
    color: var(--text-secondary);

} */
/* :is(
.header-sidebar__user-profile-nav a.active,
)  {
    background: var(--bg-light-grey);
} */
:is(.header-sidebar__user-profile-nav a:hover, .header-sidebar__user-profile-nav a.nav-link__collapse:not(.collapsed)) i {
    color: var(--text-secondary);
}

.header-sidebar__user-profile-nav a:not(.collapsed) i {
    transform: rotateZ(90deg)
}

.header-sidebar__user-profile-nav a .header-sidebar__user-profile-link-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.header-sidebar__user-profile-nav a span {
    color: var(--text-list);
    transition: .3s all ease;
}

.trending-cards {
    /* margin-top: -80px; */
    z-index: 10;
}

.header-sidebar__user-profile-nav a:hover span {
    color: #fff
}

:is(
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a:hover,
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a.active,
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a.nav-link__collapse
) svg path {
    /* fill: var(--text-list) !important; */
}

/* :is(
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a:hover,
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a.active,
    .header-sidebar__user-profile-nav li:not(.nav-item-custom__referral) a.nav-link__collapse:not(.collapsed)
) svg path {
    fill: var(--text-secondary) !important;
} */

/* :is(
    .header-sidebar__user-profile-nav li.nav-item-custom__referral a:hover,
    .header-sidebar__user-profile-nav li.nav-item-custom__referral a.active,
    .header-sidebar__user-profile-nav li.nav-item-custom__referral a.nav-link__collapse:not(.collapsed)
) svg :is(path, g) {
    stroke:   var(--text-secondary) !important;
    fill:   var(--text-secondary) !important;
} */

.header-sidebar__user-profile-nav li.nav-item-custom__logout a span {
    color: #FD4F4F !important
}

#header-sidebar-content form h5 {
    margin-bottom: 20px;
}

#header-sidebar-content .check_auth {
    max-width: 368px;
    height: 36px;
    margin: 15px auto 30px;
    border-radius: 100px;
    background: rgba(88, 189, 125, 0.3);
    display: flex;
    align-items: center;
}

#header-sidebar-content .check_auth .form-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: #58bd7d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-sidebar-content .check_auth .form-text span {
    color: rgb(2, 192, 118);
}

#header-sidebar-content .check_auth .form-text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-left: 34px;
    letter-spacing: 0.1px;
    margin-top: 0;
}

.dark-mode #header-sidebar-content .check_auth .form-text {
    color: #fff
}

.trending-cards-row {
    margin-top: 85px;
}

@media (max-width: 1280px) {
    .trending-cards-row {
        margin-top: 130px;
    }
}

.header-sidebar__terms {
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    text-align: left;
    letter-spacing: -.2px;
    color: #55667e;
}

.header-sidebar__terms a {
    font-size: 14px;
    line-height: 1.35;
    cursor: pointer;
    text-align: left;
    letter-spacing: -.2px;
}

.header-sidebar__forget-pass-link {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: -.2px;
}

@media screen and (min-width: 1200px) {
    .nav-item-responsive {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    header nav.navbar {
        align-items: center;
        height: 100%;
    }

    .navbar-collapse > ul {
        margin: 0;
        flex-direction: row !important;
    }

    header#header.dark-bb .navbar-collapse {
        background: #141416;
        box-shadow: 0px 14px 64px -48px rgb(15 15 15 / 10%)
    }

    nav .navbar-nav.links > li {
        display: inline-block;
        float: none;
        width: 100%;
        padding: 0;
    }


}

@media screen and (max-width: 991px) {
    .header-tools {
        flex-direction: row !important;
        margin-left: auto;
    }

    .user-avatar-dropdown {
        display: flex !important;
        align-items: center;
    }

    .navbar-expand-lg .header__nav-collapse.navbar-collapse {
        display: none !important;
    }

    .header-sidebar__user-profile-nav a .header-sidebar__user-profile-link-text {
        font-size: 12px;
        line-height: 18px;
    }

    .header__logo-wrapper-defined {
        display: none;
    }

    .nav-user-defined {
        display: flex !important;
    }

    .header-sidebar.show {
        transform: translateX(0);
    }

    header nav a.navbar-brand {
        margin-right: 10px;
    }

    .header-sidebar__overlay {
        display: block;
    }

    .header-sidebar__close-button {
        display: block;
    }

    .header__logo-wrapper {
        margin-right: 0;
    }

    .header__auth-user-image-wrapper {
        margin-right: 10px;
    }

    .header__auth-user-image-wrapper img {
        height: 40px;
        width: 40px;
    }

    .header-img-icon .dropdown-menu {
        position: absolute;
    }

    .header-sidebar__user-image {
        height: 50px;
        width: 50px;
    }

    .header-sidebar__user-profile-nav a {
        padding: 5px 10px;
        margin-bottom: 0 !important;
    }

    header nav ul.navbar-nav .header__auth-link {
        padding: 6px 10px !important;
        margin-right: 10px;
        text-decoration: none;
    }

    header nav ul.navbar-nav .header__auth-link img {
        display: block;
        height: 17px;
    }

    header nav ul.navbar-nav .header__auth-link span {
        display: none;
    }

    .benefits__bottom-img-block {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    #header .navbar {
        height: 100%;
    }

    .benefits__bottom-img {
        left: 0;
    }

    #header nav .links > li.nav-wallets-item {
        display: inline-block;
    }

    .header__auth-user-content {
        display: none;
    }

    .header__nav-collapse-login {
        display: block;
        padding: 12px 20px;
    }

    #header .navbar-nav > li > a.header__auth-responsive-link {
        display: none;
    }

    .header-tools {
        margin-right: 0;
    }

    .trending-cards-row {
        gap: 30px;
        margin-top: 60px;
    }
}

@media screen and (max-width: 425px) {
    .benefits__bottom-img-block {
        height: 100px;
    }

    .header-sidebar__remember-me, .header-sidebar__forget-pass-link, .header-sidebar__terms {
        font-size: 12px;
        line-height: 16px;
    }
}


.change-theme-switch {
    padding: 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    margin: 4px 0;
}

.dark-mode .change-theme-switch {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.notauth-change-themer {
    border: none;
}

.change-theme-switch label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
    margin: 4px 1rem;
}

.change-theme-switch label input {
    opacity: 0;
    width: 0;
    height: 0;
}

.change-theme-switch span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}

.change-theme-switch span:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0px 15px #2020203d;
    background: white url('https://i.ibb.co/7JfqXxB/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.profile-settings-wrapper {
    margin-top: 43px;
    width: 100%;
    background-color: #FFFFFF;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    z-index: 5;
}

.settings-link.active {
    background-color: #F8FAFC;
    border: 1px solid #D0D5DD;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    pointer-events: none;
}

.settings-link {
    font-size: 14px;
    line-height: 16px;
    color: #667085;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 8px 27px;
}

@media (max-width: 991px) {
    .profile-settings-wrapper {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        justify-content: center;
        padding: 0;
    }

    .settings-link {
        padding: 8px 10px;
    }
}

@media (max-width: 420px) {
    .profile-settings-tabs-list .nav-item span {
        display: flex;
        flex-direction: column;
        padding: 8px 2px;
    }
}

.change-theme-switch label input:checked + .span {
    background-color: #2196f3;
}

.change-theme-switch label input:focus + span {
    box-shadow: 0 0 1px #2196f3;
}

.change-theme-switch label input:checked + span:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    background: white url('https://i.ibb.co/FxzBYR9/night.png');
    background-repeat: no-repeat;
    background-position: center;
}

.theme-changer-block {
    position: relative;
    width: 30px;
    height: 30px;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 0px 15px #2020203d;
    background: white url('https://i.ibb.co/7JfqXxB/sunny.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}

.traveller-home {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 625px;
    position: relative;
    background-image: url('../images/planets.webp');
    padding-bottom: 50px;
    overflow: hidden;
}

.traveller-home__box {
    display: flex;
    padding-top: 120px;
}

.traveller-home__title {
    margin-bottom: 20px;
    max-width: 702px;
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
}

.traveller-home__slider-wrapper {
    max-width: 1440px;
    margin: -13px auto auto auto;
}

.traveller-home__slider {
    width: 100%;
    padding-left: 20px;
    overflow: hidden;
}

.traveller-home__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(27, 28, 30, 0.8) 47.6%, rgba(30, 31, 32, 0) 95.6%);
    border-radius: 38px;
    padding-left: 5px;
    white-space: nowrap;
}

.traveller-home__card-email {
    font-size: 13px;
    line-height: 34px;
    color: #FFFFFF;
    margin: 0 3px 0 8px;
}

.traveller-home__card-img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.traveller-home__card-earned {
    font-size: 15px;
    line-height: 34px;
    color: #FFFFFF;
    margin-left: 14px;
}

.traveller-home__card-earned span {
    color: var(--text-secondary);
}

#track-one {
    column-gap: 44px;
    --x: -1592px;
    -webkit-animation: scrollCardsOne 30s linear infinite;
    animation: scrollCardsOne 30s linear infinite;
}

@keyframes scrollCardsOne {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(var(--x));
        transform: translateX(var(--x));
        /* --x = width elements + column-gap * elements in partners__cards-track */
    }
}

.traveller-home__cards-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.traveller-home__description {
    font-size: 22px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.traveller-home__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    height: 46px;
    background-color: #6544C6;
    border: 1px solid #6544C6;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.get-commission {
    background-color: #FFFFFF;
}

.get-commission__title {
    font-size: 33px;
    line-height: 60px;
    color: #1B212D;
    text-align: center;
}

.get-commission__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.get-commission__step-title {
    font-size: 20px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    margin: 12px 0 15px 0;
}

.get-commission__step-description {
    font-size: 15px;
    line-height: 18px;
    color: #616161;
}

.get-commission__step-img {
    width: 149px;
}

.theme-changer-block:after {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 0px 15px #2020203d;
    background: white url('https://i.ibb.co/FxzBYR9/night.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transform: translateY(-100%);
    display: block;
}

.theme-changer-block.dark:after {
    transform: translateY(0%);
}


/* currency card */
.currency-card, .settings .currency-card.card {
    padding: 20px;
    background: linear-gradient(0deg, rgb(26 23 56) 0%, rgb(33 37 58) 100%);
    border-radius: 6px;
    border: none;
    transition: .3s;
    margin: 0 4px;
    cursor: pointer;
}

.currency-card.card:hover {
    background: linear-gradient(0deg, rgb(26 23 56) 0%, rgb(48 53 78) 100%);
}

.dark-mode :is(.currency-card, .settings .currency-card.card) {
    background: #121a28;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgb(4 4 4 / 17%), 0px 10.8521px 33.5331px rgb(4 4 4 / 14%), 0px 6.08362px 18.7984px rgb(4 4 4 / 12%), 0px 3.23097px 9.98369px rgb(4 4 4 / 10%), 0px 1.34448px 4.15444px rgb(4 4 4 / 7%);

}

.currency-card-btc .settings .card .currency-card__body-title {
    width: 115px;
}

.currency-card-eth .settings .card .currency-card__body-title {
    width: 115px;
}

.currency-card-bch .settings .card .currency-card__body-title {
    width: 115px;
}

.currency-card-ltc .settings .card .currency-card__body-title {
    width: 115px;
}

.currency-card__header, .settings .card .currency-card__header {
    background: none;
    padding: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.currency-card__header-icon-main {
    border-radius: 50%;
    font-size: 44px !important;

}

.currency-card__header-icon-main::before {
    font-size: 44px;
}

.currency-card__header-icon {


}

.currency-card__header-icon::before {
    font-size: 18px;
}

.currency-card__header-icon, .settings .card .currency-card__header-icon {
    font-size: 30px !important;
    margin-right: 12px;
}

.currency-card__header-name, .settings .card .currency-card__header-name {
    color: #2B3144;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.currency-card__header-abbr, .settings .card .currency-card__header-abbr, .currency-card__header-abbr .full-name {
    font-size: 12px !important;
    color: #121212;
    display: flex;
    gap: 15px;
    align-items: center;
    line-height: 18px;
    background: none;
    padding: 0;
    margin-right: 4px;
}

.currency-card__header-abbr .card-crypto-to {
    min-height: unset;
    font-size: 12px;
    line-height: 1;
}

.currency-card__left-side .currency-card__body--subtitle {
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

.currency-card__price {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}


.currency-card__price .currency-card__body-title {
    font-size: 30px;
    color: #fff;
    display: flex;
    padding: 14px 0;
    justify-content: center;
}

.dark-mode :is(.currency-card__header-abbr, .settings .card .currency-card__header-abbr) {
    background: #121a28;
}

.currency-card__body, .settings .card .currency-card__body {
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* margin-top: 20px; */
    flex-direction: column;
}

.currency-card__left-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.ico-listing-details {
    /* margin-top: 20px; */
}

.currency-card__info-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.totalCoinName,
.totalCoin {
    font-size: 10px !important;
}

.currency-card__body-subtitle {
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .1px;
    color: #98a7c0;
}

.currency-card__body-indicator {
    margin-left: 3px;
}

.currency-card__right-side {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.currency-card__right-side-spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--bg-base);
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease-in;
}

.currency-card--24h_volume {
    font-size: 14px;
    color: #fff
}

.currency-card__right-side .spinner-border {
    color: #FFB000
}

/* footer */

.footer .footer__license {

}

.footer .footer__license-label {
    font-size: 18px;
    color: var(--text-list);
    font-weight: 700;
    border-bottom: 2px solid var(--text-list);
    padding-bottom: 10px;
}

.footer .footer__main .info {
    height: 100%;
    padding: 20px;
    width: 100%;
}

.footer__logo-link {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.footer .footer__main .info .info-wrapper {
    /* max-width: 320px; */
    /* padding-top: 46px; */
}

.dark-mode .footer .footer__main .info {
    border-color: #23262f;
}

@media only screen and (max-width: 1199px) {
    .footer .footer__main .info-wrapper {
        text-align: center;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer__main .info {
        border: none;
    }

    .footer .footer__bottom {
        flex-direction: column;
        align-items: center;
    }
}

.footer .footer__main .info .logo {
    margin-bottom: 26px;
}

.footer .footer__main .info .list {
    /* margin-top: 19px; */
}

.footer .footer__main .info .list li {
    margin-bottom: 21px;
}

.footer__links-wrapper {
    justify-content: space-around;
}

.footer .footer__main p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.footer .footer__main :is(p, a) {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(232, 232, 232, 0.7);
    font-weight: 400;
}

.footer .footer__main :is(a):hover {
    color: #fff;
}

.dark-mode .footer .footer__main :is(p, a) {
    color: var(--text-primary)
}

.footer .footer__main .widget {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .footer .footer__main .widget .footer__links-wrapper {
        gap: 40px
    }
}

@media screen and (max-width: 991px) {
    .footer__links-wrapper ul {
        /* display: flex; */
        gap: 15px;
        justify-content: space-between;
    }
}


.footer .footer__main .widget-link {
    /* padding-top: 46px; */
    padding: 20px;
}

.widget-link {
    width: 100%;
}

.footer .footer__main .widget-link-license {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1200px) {
    .footer .footer__main .widget-link, .footer .footer__main .info {
        padding: 30px 20px;
    }

    .
    .footer .footer__main :is(p, a) {
        /* font-size: 14px; */
    }
}

@media only screen and (max-width: 1280px) {
    .currency-card__price .currency-card__body-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .footer .footer__main .widget {
        justify-content: center;
    }
}

.footer .footer__main .widget-link .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.footer .footer__main .widget-link ul li:first-child{
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.footer .footer__main .widget-link ul li {
    margin-bottom: 10px;
}

.footer .footer__bottom {
    padding: 10px 0;
    border-top: 1px solid rgba(196, 196, 196, 0.75);
    display: flex;
    flex-direction: column;
}

.footer__sub-text {
    line-height: 15px;
    font-weight: 100;
    font-size: 11px;
    color: rgba(232, 232, 232, 0.7);
}

.footer .footer__bottom ul {
    display: flex;
    margin-left: 60px;
    gap: 40px
}

.footer .footer__bottom ul li a {
    border-left: 1px solid #212121;
    padding-left: 20px;
    color: #212121
}

.footer__bottom-title {
    display: flex;
}

.footer__bottom-title div:first-of-type {
    display: flex;
    align-items: center;
}

.footer__bottom-title div:first-of-type img {
    height: 30px;
    width: auto;
}

.footer__bottom-title div:first-of-type span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer__bottom-title div:nth-of-type(2) {
    width: 2px;
    background: var(--text-secondary);
    margin: 0px 15px;
}

.footer__bottom-title div:last-of-type {
    align-self: center;
}

.footer__bottom > p {
    color: #6c7a90;
    font-size: 12px;
    line-height: 1;
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    .footer .footer__main .widget {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .footer .footer__main .widget .widget-link {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }

    .footer__links-wrapper {
        justify-content: space-around;
    }

    .footer .footer__main .info .info-wrapper {
        width: 100%;
        max-width: unset;
    }
}

.footer .footer__main .footer-contact {
    padding-top: 46px;
    padding-bottom: 91px;
    max-width: 320px;
}

footer .footer__main .footer-contact__wrapper {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
    .footer__logo-link {
        justify-content: center;
    }

    .footer .footer__main .footer-contact {
        max-width: unset;
        padding-bottom: 46px;
    }

    .footer .footer__main .footer-contact > :is(h6, p) {
        text-align: center;
    }

    footer.footer .widget-link h6 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer__main .footer-contact__wrapper {
        justify-content: center;
    }

    .footer .footer__main .footer-contact {
        padding: 16px 0 0;
        border: none;
    }
}

.footer .footer__main .footer-contact h6 {
    margin-bottom: 20px;
}

.footer .footer__main .footer-contact p {
    letter-spacing: 0;
}

.footer .footer__main .footer-contact form {
    width: 100%;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.footer .footer__main .footer-contact form .form-group {
    margin-bottom: 0;
}

.footer .footer__main .footer-contact form input {
    flex-grow: 1;
    padding: 15px 10px;
    outline: none;
    margin-right: 5px;
    background: none;
    height: 50px;
    color: #AEB1BF;
    width: inherit;
    background: var(--bg-primary);
    margin-bottom: 0;
    border: 1px solid var(--border-input);
}

.footer {
    /* border-top: #A4A4A9 1px solid; */
    background: #121212;
    position: relative;
}

.footer__label {
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer .footer__main .footer-contact form input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #AEB1BF;
    line-height: 17px !important;
}

.footer .footer__main .footer-contact form button {
    padding: 13px 10px !important;
}

.footer .footer__bottom {
    padding: 14px 0;
    position: relative;
}

.dark-mode .footer .footer__bottom {
    border-color: #23262f;
}

.footer .footer__bottom p {
    color: #fff;
    font-weight: 400;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0.05px;
    text-transform: capitalize;
}

@media screen  and (max-width: 575px) {
    #banner-part::before {
        bottom: -250px !important;
    }

    .currency-card__header-abbr, .settings .card .currency-card__header-abbr, .currency-card__header-abbr .full-name {
        font-size: 10px;
    }

    .services-part__service-img {
        width: 20%;
    }

    .currency-card__header-icon, .settings .card .currency-card__header-icon {
        font-size: 30px !important;
        margin-right: 5px;
    }

    .currency-card__body-subtitle {
        font-size: 12px;
    }

    .currency-card__body-title {
        font-size: 10px;
    }

    .footer .footer__bottom ul {
        margin-left: 0px;
        gap: 20px;
        margin-top: 10px;
    }

    .footer .footer__bottom ul li:first-child a {
        border-left: none;
        padding-left: 0;
    }
}

/* toast */
.jq-toast-wrap {
    top: 56px !important;
}

/* breadcrumb */
.page-title {
    margin-top: 56px;
    padding: 40px 0;
    background: #25212C;
    color: var(--text-tertiary) !important;
    /* border-bottom: 1px dashed var(--text-secondary); */
}

.page-title1 {
    padding: 40px 0;
    background: #25212C;
    color: var(--text-tertiary) !important;
}

.dark-mode .page-title {
    background: #18191d;
}

.page-title .heading {
    font-size: 40px;
    color: #fff !important;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.page-title .breadcrumb {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    height: 100%;
    font-style: oblique;
    color: var(--text-secondary) !important;
    background: transparent;
}

.page-title .breadcrumb li {
    font-size: 16px;
    position: relative;
    margin-left: 13px;
    font-weight: 700;
    color: var(--text-secondary) !important;
    display: flex;
    padding-right: 0;
    color: unset;
}

.page-title .breadcrumb li:last-child {
    margin-right: 0;
    color: var(--text-tertiary) !important;
    padding-right: 0;
}

.page-title .breadcrumb li:after {
    content: "/";
    font-size: 16px;
    margin-left: 13px;
    color: var(--text-secondary) !important;
    font-weight: 700;
}

.page-title .breadcrumb li:last-child:after {
    display: none;
}

.page-title .breadcrumb li a {
    color: var(--text-secondary) !important;
    font-size: 18px;
    font-weight: 500;
}

.dark-mode .page-title .breadcrumb li a {
    color: var(--text-tertiary) !important;
}

.page-title .breadcrumb li a:hover {
    color: var(--primary);
}

.page-title .breadcrumb li p {
    font-size: 18px;
    color: var(--text-secondary) !important;
    font-weight: 700;
}

/* crypto table */
.currency-table-card {
    overflow: auto;
    padding: 0 !important;
}

.currency-table-card .card-body {
    padding: 0;
}

.currency-table-wrapper {
    transition: 0.3s all ease-in-out;
    width: 100%;
    overflow: auto;
}

.currency-table {
    width: 100%;
    overflow: visible;
    border-collapse: collapse;
    background: var(--bg-secondary);
}

.currency-table-2 {
    width: 100%;
    overflow: visible;
    border-collapse: collapse;
    background: transparent;
}

.table-fixed {
    table-layout: fixed;
}

.currency-table > thead {
    padding-bottom: 10px;
}

.currency-table > thead > tr {
    background: #F8FAFC;
    padding: 34px 0;
    /* border-top: 1px solid #D2DDDC;
    border-bottom: 1px solid #D2DDDC; */
}

.currency-table-2 > thead > tr {
    padding: 20px 0;
    /* border-top: 1px solid #D2DDDC;
    border-bottom: 1px solid #D2DDDC; */
}

.currency-table > thead > tr > th {
    transition: all 0.3s ease-in-out;

    font-size: 14px;
    line-height: 16px;
    color: #828282;
    padding: 34px 14px 34px 14px;
    font-weight: normal;
    letter-spacing: 0px;
}

.currency-table > thead > tr > th:first-of-type {
    padding-left: 20px;
}

.currency-table > thead > tr > th:last-of-type {
    /* padding-left: 40px; */
}

.currency-table-2 > thead > tr > th:first-of-type {
    padding: 0;
}

.currency-table-2 > thead > tr > th:last-of-type {
    padding-left: 40px;
}

.currency-table > tbody {
    /* border-bottom: 1px solid #D2DDDC; */
}

.currency-table > tbody > tr {
    font-size: 14px;
    line-height: 19px;
    color: #404053;
    height: 62px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #DADADA;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.currency-table > tbody > tr:hover {
    /* background: var(--row-hover); */
}

/* table#wallet-coins-list tbody tr.active td
.currency-table > tbody > tr:hover td{
    /* background-color: #E2E2E2; */
/* background-color: red; */
/* } */


.currency-table > tbody > tr > td:first-child {
    padding-left: 10px;
}

.currency-table > tbody > tr > td:last-child {
    padding-right: 10px;
    padding-left: 10px;
}

.currency-table > tbody > tr:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    border-radius: 0;
    left: 0px;
    transition: .3s;
    transform: scaleY(0);
}

.text-left {
    text-align: left !important;
}

.currency-table-2 > tbody > tr > td {
    padding: 20px;
}

.currency-table-2 > tbody > tr:hover {
    background-color: #1F1B3E;
}

.currency-table > tbody > tr > td {
    font-size: 16px;
    line-height: 23px;
    padding: 14px;
    min-width: 100px;
    color: #404053;
    vertical-align: middle;
}

.currency-table > tbody > tr > td:nth-child(5) {
    padding-left: 40px;
}

.currency-table-2 > tbody > tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.currency-table-2 > tbody > tr td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.currency-table > tbody > tr > td .center-table-action {
    display: block;
    margin: auto;
    width: fit-content;
}

.currency-cell {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wallet-coin-cell .pricing-thumb .wallet-coin-cell__name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: grey;
}

.currency-table-wrapper--style-2 {
    padding: 0;
    border: 1px solid #DADADA;
}

.currency-table--style-2 {
    /* background: var(--bg-base); */

}

.dark-mode .swal2-container.swal2-center > .swal2-popup {
    /* background: #18191d; */
}

.swal2-styled.swal2-confirm {
    background: #007bff !important;
}

.settings-alert {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: none;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--bg-primary);
    padding: 10px 20px;
    transition-duration: 0s;
    border: 1px solid #DADADA;
    gap: 20px;
}

.settings-alert__img {
    height: 50px;
    width: 50px;
}

.dark-mode .settings-alert {
    background: #080808;
}

.settings-alert__title {
    margin: -2px 0px 0.35em !important;
    font-weight: 500;
    color: #161326;
}

.settings-alert__content {
    font-size: 14px;
    line-height: 21px;
    color: #667085;
    padding-top: 22px;
    border-top: 1px solid rgba(31, 31, 36, 0.1);
}

.settings-alert__content strong {
    color: var(--deep-blue);
}

.settings-alert.alert-info {
    background: rgb(12, 19, 13) !important;
}

.settings-alert.alert-info :is(.settings-alert__title, .settings-alert__content) {
    color: rgb(204, 232, 205) !important;
}

.settings-alert.alert-danger {
    background: #ab112c !important;
    color: #e9a1a1;
    border-color: #e9a1a1;
}

.settings-alert.alert-danger :is(.settings-alert__title, .settings-alert__content) {
    color: rgb(244, 199, 199) !important;
}

.settings-alert.alert-warning {
    background: rgb(25, 18, 7) !important;
}

.settings-alert.alert-warning :is(.settings-alert__title, .settings-alert__content) {
    color: rgb(255, 226, 183) !important;
}

/* cookies */

.cookie-l {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1003;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFB000;
    width: 86%;
    margin: 0 7%;
    padding: 15px 22px;
    color: #fff;
    border-radius: 4px;
    background: rgba(10, 20, 32, .86);
}

.cookie-l .bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease 0s;
    margin-right: auto;
    margin-left: auto;
    gap: 15px
}

.cookie-l .bd .text {
    color: #fff;
    width: 100%;
    max-width: 1170px;
}

.cookie-l .bd .text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.cookie-l .bd .text a:hover {
    color: #2B3144
}

.cookie-l .bd .buttons {
    padding-left: 5px;
}

td.break {
    float: left;
    line-height: 22px;
}

@media screen and (max-width: 768px) {
    .cookie-l .bd {
        flex-direction: column;
    }

    .currency-table > thead > tr > th {
        padding: 5px 20px;
    }

    .currency-table > tbody > tr > td {
        padding: 5px 20px;
    }

    .currency-table-responsive-actions .wallet-balance-actions {
        margin: 0;
        justify-content: space-between;
    }

    .currency-table > tbody > tr > td.wallet-actions-responsive-cell > div {
        margin: auto;
        width: calc(100% - 40px);
    }
}

.slider__controls {
    display: flex;
    gap: 16px;
}

.slider__control {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    /* background: var(--bg-primary); */
    border-radius: 50%;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews__slider-control img {
    fill: var(--text-secondary);
}

.dark-mode .slider__control {
    background: #121a28;
}

.slider__control:last-of-type {
    transform: rotateZ(180deg)
}

.custom-modal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    opacity: .5;
    filter: contrast(0);
}

.custom-modal.modal-content {
    margin-top: 0;
    padding: 24px;
    border-radius: 4px;
    background: var(--bg-secondary);
    width: 100%;
}

.dark-mode .custom-modal.modal-content {
    background: #121a28
}

.custom-modal .modal-header {
    background: none;
    padding: 0;
    border: none;
}

.custom-modal .modal-body {
    padding: 0;
}

.form-group {
    margin-bottom: 20px;
}

.select2-container {
    z-index: 100 !important;
}

.select2-container--open {
    z-index: 100 !important;
}

:is(.exchange-action-card, .deposit-modal, .withdraw-tab) .select2-container .select2-selection--single {
    line-height: 22px;
    font-weight: 400;
    height: 56px;
    font-size: 18px;
    display: block;
    display: flex;
    align-items: center;
    transition: all .3s;
}

:is(.exchange-action-card, .deposit-modal, .withdraw-tab) .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    line-height: 22px;
    color: #2B3144;
    font-size: 16px;
    justify-content: start;
    padding: 0;
    display: flex;
    gap: 10px;
    padding-left: 10px !important;
    align-items: center;
}

:is(.exchange-action-card, .deposit-modal, .withdraw-tab) .select2-container--default .select2-selection--single .select2-selection__rendered i {
    /* margin-right: 15px;
    font-size: 25px;*/

    font-size: 25px;
}

:is(.exchange-action-card, .deposit-modal, .withdraw-tab) .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.custom-modal .modal-footer {
    border-top: none;
    padding: 0;
    gap: 1rem;
}

:is(.profile-options, .profile, .profile-exchange, .profile-staking, .main-page) .select2-container.select2-container--default.select2-container--open ul li {
    padding-left: 19px;
    font-weight: 400;
    line-height: 18px;
    color: #495057;
    font-size: 18px;
}

:is(.profile-options, .profile, .profile-exchange, .profile-staking, .main-page) .select2-container.select2-container--default.select2-container--open ul li:is(.select2-results__option[aria-selected="true"], .select2-results__option--highlighted[aria-selected]) {
    background-color: var(--bg-secondary);
}

.select2-container.select2-container--default.select2-container--open ul li i {
    font-size: 20px;
    margin-right: 3px;
}

#modal-withdraw .info {
    display: flex;
    color: var(--text-tertiary);
    margin-bottom: 10px;
    justify-content: space-between;
}

.WithdrawModal-fee p {
    margin-bottom: 0rem;
}

.WithdrawModal-feeText {
    font-size: 12px;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label, .settings .material-switch > label {
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    color: #404053;
    height: 24px;
    white-space: nowrap;
}

.material-switch > label::before {
    background: rgba(0, 0, 0, 0.38);
    border-radius: 12px;
    content: '';
    height: 16px;
    margin-top: 0;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.material-switch > label::after {
    background: #444;
    border-radius: 16px;
    content: '';
    height: 24px;
    left: 0;
    margin-top: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: #999;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    left: 20px;
    background: var(--text-secondary);
}

.fee-checkbox {
    display: flex;
}

#modal-transfer .modal-tabs-wrapper {
    gap: 10px
}

#modal-transfer .modal-tab-button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFB000;
    border: 1px solid #FFB000 !important;
}

:is(#modal-transfer .modal-tab-button:hover, #modal-transfer .modal-tab-button.active) {
    background-color: #FFB000 !important;
}

#modal-transfer .modal-tab-button {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFB000;
    border: 1px solid #FFB000 !important;
}

:is(#modal-transfer .modal-tab-button:hover, #modal-transfer .modal-tab-button.active) {
    background-color: #FFB000 !important;
}

#modal-transfer .modal-tab-button span {
    color: #FFB000;
    transition: color 0.3s;
}

:is(#modal-transfer .modal-tab-button:hover, #modal-transfer .modal-tab-button.active) span {
    color: #fff;
}

.swal-custom__container .swal2-popup.swal2-modal {
    position: relative;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-top: 0;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 1px 0px, rgb(0 0 0 / 10%) 0px 1px 10px 0px;
}

.dark-mode .swal-custom__container .swal2-popup.swal2-modal {
    background: #121a28;
}

.swal-custom__container .swal2-popup.swal2-modal .swal2-icon {
    margin: 10px auto;
}

.swal-custom__container .swal2-popup.swal2-modal .swal2-title {
    display: block;
    padding: 0;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
}

.swal-custom__container .swal2-popup.swal2-modal .swal2-actions {
    gap: 10px
}

.dark-mode .swal-custom__container .swal2-popup.swal2-modal .swal2- html-container {
    color: #fff
}

.wallet-balance-actions {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

:is(.wallet-balance-actions, .wallet-coins-table) button {
    width: 54px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.wallet-balance-actions, .wallet-coins-table) :is(button:active, button:focus, button:hover, a:hover) svg path {
    fill: #fff
}

.wallet-balance-actions.wallet-balance-actions__header-sidebar :is(button:first-of-type, a:first-of-type) {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.wallet-balance-actions.wallet-balance-actions__header-sidebar :is(button:last-of-type, a:last-of-type) {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.wallet-balance-actions.wallet-balance-actions__header-sidebar :is(button, a) {
    flex-grow: 1;
    border-radius: 0;
    justify-content: center;
}

.heading-part {
    /* padding: 0 30px; */
}

/* services-part */
.services-part__service {
    /* height: 100%; */
}

.services-part__subtitle {
    margin-bottom: 60px;
    color: var(--text-tertiary);
}

.services-part__service {
    padding: 20px;
    align-items: center;
    background-color: var(--bg-primary);
    transition: .3s;
    border-radius: 20px;
    gap: 10px;
    min-height: 100%;
    position: relative;
    margin: 0 15px;
    height: fit-content;
    display: flex;
}

.services-part__service-subtitle {
    font-size: 14px;
}

.services-part__service-content {
    flex: 1;
}

.services-part__service--black {
    background: #161326;
    box-shadow: rgb(157 106 44 / 50%) 0px 3px 8px;
}


.services-part__service--orange {
    background: #0084D4;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 8px;
}

:is(.services-part__service--black) .services-part__service-title {
    color: #fff
}

.services-slider .slick-dots {
    padding-top: 12px;
    display: flex;
    justify-content: center;
    gap: 15px
}

.services-slider .slick-dots li {
    border-radius: 12px;
    height: 10px;
    width: 10px;
    background: var(--bg-light-orange);
    cursor: pointer;
    transition: 0.3s ease;
}

.services-slider .slick-dots li.slick-active {
    width: 24px;
    background-color: var(--text-secondary);
}

.services-slider .slick-dots li button {
    display: none;
}

.services-part__service-img-wrapper {
    margin-bottom: 15px;
    display: flex;
    border-radius: 2px;
    justify-content: center;
}

.services-part__service-title {
    color: var(--text-secondary);
    margin-bottom: 10px;
    font-weight: 700;
}

.services-part__service--orange .services-part__service-subtitle {
    color: #10151e;
}

.services-part__service-img {
    width: 30%;
}

.services-part__service-img img {
    width: 100%;
}

.select-network {
    display: flex;
    justify-content: center;
}

.select-network ul {
    gap: 10px;
    flex-wrap: nowrap;
    display: inline-flex;
    overflow-x: auto;
}

:is(.select-network, .transfer-tabs) ul li a {
    padding: 10px 15px !important;
    color: var(--deep-blue) !important;
    border: 1px solid var(--deep-blue) !important;
    background: none !important;
    white-space: nowrap;
}

:is(.select-network, .transfer-tabs) ul li a.active {
    background: var(--deep-blue) !important;
    color: #fff !important;
    box-shadow: none !important;
}

:is(.select-network, .transfer-tabs) ul li .get-transfer.active #transfer-tab-content > div.sticky-wallet-actions__tab-footer.text-right {
    background-color: red !important;
    display: none !important;
}

/* <div class="main-slider__card">
<div class="main-slider__text">
    <div class="main-slider__label">The more, the wealthier.</div>
    <div class="main-slider__desc">Invite your friends and earn crypto.</div>
</div>
</div> */
.main-slider__content {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-sider {
    display: none;
    flex-basis: 300px;
}

.main-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 1;
}

.main-slider__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 65px 0 65px 60px;
    background-color: rgba(24, 34, 47, 0.03);
}

.main-slider__text {
    display: flex;
    flex-direction: column;
}

.main-slider__label {
    font-size: 36px;
    color: var(--text-tertiary);
}

.main-slider__desc {
    margin-top: 30px;
    font-size: 16px;
    color: var(--text-primary);
}

.main-slider__img img {
    position: absolute;
    right: 0;
    top: 0;
    overflow: visible !important;
}

.main-slider__wrapper {
    position: relative;
    margin-top: 150px;
    display: flex;
    align-items: center;
}

.main_slide {
    margin-bottom: 20px;
}

.main_slide .currency-card {
    margin: 0;
}

.main-slider__wrapper .main-slider__slider-control {
    background: transparent;
    padding: 0 !important;
    flex-shrink: 0;
}


.main-slider__wrapper .slick-slider {
    width: calc(100% - 80px);
}

.main_slide .currency-card {
    margin: auto;
}

.main_slide {
    padding: 20px 0;
}

#banner-part {
    background: linear-gradient(259.03deg, #8B49F7 6.36%, #83E2D7 41.96%, #8395F0 71.23%, #FFA06B 100%);
    position: relative;
    padding-top: 100px;
}

#banner-part::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -168px;
    right: -1px;
    height: 516px;
    background-image: url(../images/about-us/angle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width: 1506px) {
    #banner-part::before {
        bottom: -200px;
        right: -42px;
        height: 100%;
    }
}

.about-us__box {
    display: flex;
    flex-direction: column;
    gap: 300px;
    padding-bottom: 300px;
    /* height: 600px; */
}

.about-us__overlay::after {
    background-image: url('../images/ventures.webp');
    content: "";
    position: absolute;
    top: 100px;
    right: -85px;
    width: 662px;
    height: 1071px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

@media (max-width: 767px) {
    .about-us__overlay::after {
        background-image: unset;
    }
}

.about-us__overlay::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 400px;
    width: 350px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
    background-image: url('../images/arrow-ventures.webp');
}

.about-us__subtitle {
    font-size: 16px;
    line-height: 28px;
    color: #A8A6AB;
}

.ventures-support__title {
    margin-bottom: 48px;
    color: #FFFFFF;
    font-size: 33px;
    line-height: 60px;
    text-align: center;
}

.ventures-support {
    background-color: #000000;
    padding: 19px 0 126px 0;
}

.ventures-support__title {
    margin-bottom: 48px;
    color: #FFFFFF;
}

.ventures-support__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 69px;
}

.ventures-support__card {
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ventures-support__card-img img {
    width: 100%;
}

.ventures-support__card-img {
    min-width: 150px;
    margin-right: 58px;
}

.ventures-support__card-wrapper {
    margin-top: -20px;
}

.ventures-support__card-description {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.6);
}

.ventures-support__card-title {
    font-size: 25px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.form-faq {
    background-color: #FFFFFF !important;
    border: 1px solid #DADADA !important;
    border-radius: 5px;
    gap: 14px;
    display: flex;
    flex-direction: column;
    padding: 34px 33px 35px 34px;
}

.form-faq__question {
    font-size: 15px;
    line-height: 17px;
    color: #101828 !important;
    margin-bottom: 14px;
    font-weight: normal;
}

.form-faq__answer {
    font-size: 13px;
    line-height: 140%;
    color: #667085;
    font-weight: normal;
}

.about-us__title {
    color: #fff !important;
    font-weight: 700;
}

.about-us__cards {
    gap: 30px;
}

.about-us__card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 50px 55px;
    position: relative;
    border-radius: 6px;
    background: var(--bg-light-orange);
    animation-delay: 1s;
    animation-name: bounceInLeft;
}

.about-us__card .label {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.about-us__card .desc {
    color: var(--text-list);
    font-size: 15px;
    text-align: center;
}

.about-us__card .img {
    display: flex;
    justify-content: center;
}

.about-us__card .img svg path {
    stroke: var(--text-secondary) !important;
}

.exchange-slider__wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.exchange__price {
    padding: 10px 0 10px 50px;
    border-bottom: 1px dashed #DADADA;
}

.exchange__form-label {
    font-size: 18px;
    line-height: 160%;
    color: #101828;
    font-weight: normal;
}

.exchange__form-desc {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
    margin-bottom: 11px;
    font-weight: normal;
}

.exchange__step-num {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #7044EE;
    border-radius: 50%;
}

@media (max-width: 830px) {
    .ventures-support__card {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

.about-us__card:hover .hover-border:after,
.about-us__card:hover .hover-border:before,
.about-us__card:hover .hover-border-2:after,
.about-us__card:hover .hover-border-2:before {
    width: 115px;
    height: 115px;
    opacity: 1;
}

.about-us__card .hover-border:before {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-right: 5px solid var(--text-secondary);
    border-top: 5px solid var(--text-secondary);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.about-us__card .hover-border:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid var(--text-secondary);
    border-top: 5px solid var(--text-secondary);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.about-us__card .hover-border-2:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid var(--text-secondary);
    border-bottom: 5px solid var(--text-secondary);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.about-us__card .hover-border-2::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-right: 5px solid var(--text-secondary);
    border-bottom: 5px solid var(--text-secondary);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.rates {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    /* background: var(--bg-base); */
    border: none;
}

.profile-card {
    margin-top: 0;
    width: 100%;
}

.bonus-card {
    background: linear-gradient(0deg, rgb(26 23 56) 0%, rgb(33 37 58) 100%) !important;
    border: unset !important;
    border-radius: unset !important;
}

.bonus-card h3 {
    color: #fff !important;
}

.profile-card .currency-table-wrapper {
    padding: 0;
    overflow: auto;
}

.profile__text {
    padding-top: 110px;
    padding-bottom: 110px;
}

.wallet-coin-cell .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.wallet-coin-cell .pricing-thumb .wallet-coin-cell__full-name {
    margin: 0;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #404053;

}

.wallet-coin-cell .pricing-thumb .wallet-coin-cell__name {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #545766;
}

i.cf.wallet-coin-cell__coin {
    font-size: 44px;
    margin-right: 10px;
}


.wallet-coin-cell__full-name {
    margin: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.wallet-coin-cell__full-name-pair {
    background-color: var(--text-secondary);
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
    color: var(--text-base);
    border-radius: 2px;
    overflow: hidden;
    padding: 2px;
}

.wallet-coin-cell__name {
    font-size: 14px;
    line-height: 17px;
}

.currency-details-chart-cell {
    width: 200px;
    min-width: 200px;
}

.currency-details-chart {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

@keyframes banner-box {
    0% {
        box-shadow: none;
        transform: scale(80%);
    }
    100% {
        transform: scale(100%);
    }
}

.pricing-table--style-table-blurring .pricing-thumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__table {
    border-collapse: separate;
    border-spacing: 0 12px;
    background-color: unset !important;
}

.card_row {
    cursor: pointer;
    position: relative;
    height: 82px !important;
    overflow: hidden;
    border-radius: 10px !important;
    background: var(--bg-secondary) !important;
    z-index: 100;
    transition: 0.1s ease;
}

.card_row:hover {
    transform: scale(1.03);
    transition: 0.1s ease;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    background: var(--bg-secondary) !important;
}

.card_row:hover td {
    background: var(--bg-secondary) !important;
}

.card_row td {
    background: var(--bg-secondary);
    padding: 30px 0;
}

.card_row td:nth-child(2) {
    position: absolute;
    right: 0;
    font-size: 18px !important;
    font-weight: 700 !important;
    top: 3px;
}

.card_row td:nth-child(3) {
    position: absolute;
    right: 0;
    font-size: 14px !important;
    top: 50%;
}

.card_row td:first-child,
.card_row th:first-child {
    border-radius: 10px 0 0 10px;
}

.card_row td:last-child,
.card_row th:last-child {
    border-radius: 0 10px 10px 0;
}

.wallet-alerts-wrapper {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.wallet-alert {
    background-color: var(--bg-primary);
    color: #000;
    position: relative;
    display: flex;
    border-radius: 5px;
    border: 1px solid #dadada;
    flex-direction: column;
    padding: 20px;
}

.wallet-alert .settings-alert__title {
    margin-bottom: 0;
}

.wallet-alert .settings-alert__subtitle {
    color: var(--text-secondary);
}

.wallet-alert .settings-alert__content {
    flex-grow: 1;
}

.wallet-alert :is(a, button) {
    /* width: 100%;
    justify-content: center;
    background-color: transparent;
    height: 48px;
    transition: all .3s ease-out;
    color: var(--button-primary); */
}


.wallet-alert :is(a:hover, button:hover) {
    /* color: var(--button-primary);
    background-color: rgba(0, 129, 235, 0.08);
    border: 1px solid rgb(0, 129, 235); */
}

@media screen and (max-width: 991px) {
    .sing-mobile {
        display: none !important;
    }

    .wallet-alerts-wrapper .bs-component {
        width: 100%
    }

    .main-sider {
        display: block !important;
        flex-basis: 0;
    }

    .header-tools__info {
        display: none !important;
    }
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 33px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 11px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 11px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    right: 4px !important;;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    left: 7px !important;
}

.delivering__info {
    padding-top: 130px;
}

.delivering__img {
    position: relative;
}

.delivering__img::before {
    content: "";
    position: absolute;
    left: -53px;
    top: 212px;
    width: 165.77px;
    height: 280.69px;
    background-image: url('../images/arrows/arrow-one.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

.delivering__img::after {
    content: "";
    position: absolute;
    right: -60px;
    top: 441px;
    width: 185px;
    height: 176px;
    background-image: url('../images/arrows/arrow-two.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

.delivering__item {
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.delivering__text {
    flex: 1;
}

.delivering__image {
    width: 72px;
    height: 72px;
}
.form-profit {
    background-color: #FFFCF2;
    border: 2px dashed #FFD5A5;
    border-radius: 5px;
    padding: 39px 52px 34px 41px;
}
.form-profit__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-profit__wrapper {
    margin-left: 13px;
}
.form-profit__title {
    font-size: 18px;
    line-height: 105%;
    color: #101828;
}
.form-profit__description {
    font-size: 12px;
    line-height: 160%;
    color: #667085;
}
.form-profit__expected, .form-profit__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: #101828;
}
.form-profit__box {
    margin-top: 37px;
    padding-left: 20px;
}
.form-profit__expected {
    padding-bottom: 24px;
    border-bottom: 1px dashed #DADADA;
}
.form-profit__total {
    padding-top: 23px;
}
.form-profit__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    padding-right: 9px;
}
.form-profit__value span {
    color: #0E9B35;
    margin-top: 5px;
}
.payment-systems {
    min-width: 100%;
    margin-top: 35px;
    font-family: 'Roboto', sans-serif;
    max-width: 635px;
    height: fit-content;
    padding: 34px 33px 20px 47px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 5px;
    position: relative;
}

.payment-systems-item {
    display: flex;
    align-items: flex-start;
}

.payment-systems-item a {
    padding-left: 15px;
    width: 250px;
    height: 40px;
    min-width: 210px;
}

.payment-systems-item img {
    border-radius: 5px;
    width: 150px;
    height: 60px;
}

@media (max-width: 767px) {
    .payment-systems-item {
        display: flex;
        flex-direction: column;
    }

    .payment-systems-item a {
        width: 100%;
        margin-top: 15px;
    }

    .payment-systems-item img {
        min-width: 150px;
        width: 100%;
        height: 100%;
        min-height: 60px;
        margin-bottom: 15px;
    }
}

.payment-system-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #667085;
    padding-right: 25px;
}
.buttons__01 {
    background-color: #7044EE;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
}
/* Общие стили */
.container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Секция крипто-адреса */
.crypto-address-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2e8f0;
    background-color: white;
    padding: 24px;
    border-radius: 2px;
}

.crypto-address-header,
.crypto-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.crypto-info,
.deposit-history-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon,
.icon-small {
    display: block;
    color: transparent;
}

.header-text,
.button-text,
.option-label {
    font-size: 16px;
    color: black;
}

.deposit-history-button {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 5px 20px;
}

.deposit-history-button-mobile {
    display: flex;
}

.dropdown-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e2e8f0;
    background-color: white;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.selected-option {
    font-size: 14px;
    font-weight: 500;
    color: #4a5568;
}

.dropdown-icon {
    transition: transform 0.3s;
}

.network-options, .crypto-option {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
}

.network-buttons {
    display: flex;
    gap: 10px;
}

.network-button {
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid black;
    background-color: white;
    color: black;
    cursor: pointer;
}

.network-button.selected {
    background-color: blue;
    color: white;
}

.wallet-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-container {
    display: flex;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: white;
}

.wallet-input {
    flex-grow: 1;
    padding: 10px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #4a5568;
    min-width: 390px;
    outline: none;
}

.copy-button {
    background-color: blue;
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.copy-button img {
    width: 15px;
    height: 15px;
}

/* Секция поддержки */
.support-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border: 1px solid #ecefff;
    background-color: rgba(64, 95, 255, 0.15);
    border-radius: 2px;
}

.support-text,
.support-description,
.support-note {
    font-size: 12px;
}
.underline {
    text-decoration-line: underline;
}
.support-text {
    font-weight: 500;
    color: #718096;
    font-size: 15px;
}

.support-description {
    font-weight: 600;
    color: black;
}

.support-info {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.support-note {
    font-weight: 500;
}

.support-link {
    color: blue;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.contact-support-button {
    background-color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: blue;
    border-radius: 6px;
    cursor: pointer;
    text-wrap: nowrap;
}

.support-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
}

.steps_buy{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
/* Step styling */
.step_buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Icon wrapper styling */
.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 20px;
}

.bg-light-purple {
    background-color: #EFECFE;
}

.bg-light-orange {
    background-color: #FAE4CD;
}

.bg-light-red {
    background-color: #F9DAD7;
}

/* Icon styling */
.steps_buy .icon {
    width: 50px;
    height: 50px;
}

/* Text styling */
.steps_buy .title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: black;
}

.steps_buy .description {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}
