/* common */

::-moz-selection {
    background-color: #007bff;
    color: #FFF;
}

::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;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    position: static;
    overflow-x: hidden;
    color: #090A0D;
    background: #fff;
    transition: 0.3s all ease-in-out;
}

body.dark-mode {
    background: #080808;
    color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    color: #090A0D;
}

.dark-mode :is(h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6) {
    color: #fff
}

h2,
.h2 {
    font-size: 60px;
    line-height: 72px;
}

@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: 40px;
        line-height: 48px;
    }
}

h3,
.h3 {
    font-size: 48px;
    line-height: 65px;
    font-weight: 600;
}

@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: 35px;
        line-height: 45px;
    }
}

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: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #545766
}

@media screen and (max-width: 991px) {
    p, span {
        font-size: 16px;
        line-height: 22px;
    }
}

@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: #fff;
}

.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: #2B3144;
    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;
}

.dark-mode a {
    color: #fff;
}

a:hover {
    color: #5367FF
}


/* utilities */
.container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

.min-vh-100 {
    min-height: 100vh;
}


.fs-20 {
    font-size: 20px;
    line-height: 26px;
}

.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-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-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-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;
}

.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-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;
}

.chip-custom {
    background: #E9EAF0;
    border-radius: 5px;
    padding: 5px 15px;
    color: #0083F8;
}

.dark-mode .chip-custom {
    background: #080808;
}

.border-radius-8 {
    border-radius: 8px;
}

.form-control, .form-select {
    box-shadow: none;
    outline: none !important;
    border: 1px solid #CCCED9;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2B3144;
}

.form-control::placeholder, .form-select::placeholder {
    color: #CCCED9
}

.form-control:focus, .form-select:focus {
    border-color: #86b7fe !important;
    box-shadow: none;
    background: #E2F2FF;
}

.dark-mode :is(.form-control:focus, .form-select:focus) {
    background: none;
}

.form-control-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #6C7080;
    margin-bottom: 10px;
}

.dark-mode :is(.form-control, .form-select) {
    border-color: rgba(204, 206, 217, 0.15);
    background-color: #2B3144;
    color: #9295A6
}

.form-check-input:checked {
    background-color: #5367FF !important;
    border-color: #5367FF !important;
}

.nowrap-text {
    white-space: nowrap;
}

.btn,
button,
.btn-primary,
.btn-secondary {
    background-color: transparent;
    padding: 19px 40px !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-flex;
    border: 1px solid;
    position: relative;
}

.btn-small {
    padding: 10px 15px !important;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    .btn,
    button,
    .btn-primary,
    .btn-secondary {
        padding: 15px 25px !important;
    }

    .btn-small {
        padding: 8px 12px !important;
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .btn:not(.btn-small),
    button:not(.btn-small),
    .btn-primary:not(.btn-small),
    .btn-secondary:not(.btn-small) {
        padding: 10px 20px !important;
    }
}


.btn:active,
.btn-primary:focus,
.btn-primary:active,
.btn-primary: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: #5367FF;
    color: #fff;
    position: relative;
    border-color: #5367FF !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: none;
    color: #5367FF;
    background: rgba(0, 0, 0, 0);
}

.btn-primary::after, .btn-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 3px solid #E9EAF0;
    opacity: 0;
    z-index: 9;
    /*transform: scaleX(1.1) scaleY(1.3);*/
    transition: transform 0.3s, opacity 0.3s;
    border-radius: 10px;
}

/*.btn-primary:hover::after, .btn-secondary:hover::after {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
}*/

.btn-secondary {
    background: #E9EAF0;
    color: #2B3144;
    border-color: #E9EAF0;
}

.btn-secondary:hover {
    color: #E9EAF0;
    background: #2B3144;
}

.btn-secondary::after {
    border-color: #6C7080;
}

.btn-yellow {
    background: #F3BA2F;
    color: #fff;
    border-color: #F3BA2F;
}

.btn-yellow:hover {
    background: rgba(0, 0, 0, 0);
    color: #F3BA2F;
}

.btn-green {
    background: #03A66D;
    color: #fff;
    border-color: #03A66D;
}

.btn-green:hover {
    background: rgba(0, 0, 0, 0);
    color: #03A66D;
}

.btn-red {
    background: #EF4444;
    color: #fff;
    border-color: #EF4444;
}

.btn-red:hover {
    background: rgba(0, 0, 0, 0);
    color: #EF4444;
}

.btn-grey {
    background: transparent;
    color: #CCCED9;
    border-color: #CCCED9;
}

.btn-grey:hover {
    background: #CCCED9;
    color: #fff;
}

.text-purple {
    color: #5367FF !important;
}

.text-gray-dark {
    color: #2B3144;
}

.dark-mode .text-gray-dark {
    color: #fff;
}

.font-weight-500 {
    font-weight: 500;
}

/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.dark-mode #preloader {
    background: #23262f;
}

.lds-grid {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3671E9;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* header */
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 124px;
    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: #fff;
}

header.dark-bb {
    background: #080808;
}

header.header-fixed {
    position: fixed;
    top: 0;
    z-index: 1002;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
}

header nav.navbar {
    padding: 0 16px;
}

header nav a.navbar-brand {
    margin-right: 30px;
}

header nav a.navbar-brand {
    padding: 0 !important;
}

header nav,
header nav ul.navbar-nav {
    display: flex;
}

#header nav .links > li.nav-wallets-item {
    display: none;
}

header .navbar-light .navbar-toggler {
    border-color: #23262f;
    display: none;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    width: 40px;
    justify-content: center;
    padding: 10px 5px !important;
}

.navbar-toggler-line {
    display: block;
    background: #23262f;
    height: 1px;
    width: 100%;
}

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;
}

.navbar-logo {
    padding: 9px 0;
}

.header__logo-wrapper {
    display: flex;
    align-items: baseline;
    margin-right: 30px;
}

.header__name-wrapper {
    border-left: 1px solid #AEB1BF;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
}

.header__nav-collapse {
    flex-grow: 0;
}

/* - Navigation Menu Style   //----------------- */

nav .navbar-nav.links > li a.nav-link {
    text-decoration: none;
    padding: 14px 16px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    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: #23262f;
}

.dark-mode nav .navbar-nav.links > li a.nav-link {
    color: #fff;
}

#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;
}

.header__auth-user-image-wrapper {
    margin-right: 20px;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.header__auth-user-image-wrapper img {
    width: 63px;
    height: 63px;
}

.header__auth-user-content {
    color: #6C7080;
}

#header .navbar-nav > li > a.header__wallet-link {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 10px;
    padding: 10px 25px !important;
}

#header .navbar-nav > li > a.header__wallet-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2B3144;
}

#header .navbar-nav > li > a.header__wallet-link:hover span {
    color: #fff
}

#header .header__nav-collapse .navbar-nav > li > a {
    padding-top: 51px;
    padding-bottom: 51px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2B3144
}

.dark-mode #header .navbar-nav > li > a {
    color: #fff
}

#header .header__nav-collapse .navbar-nav > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #5367FF;
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    transition: 0.3s all ease-in-out;
    transform: scaleX(0);
}

#header .navbar-nav > li > a:not(:last-of-type) {
    margin-right: 20px;
}

.nav > li:hover a,
nav .links > li:hover a,
#header .header__nav-collapse .navbar-nav > li:hover a {
    color: #5367FF;
}

#header .header__nav-collapse .navbar-nav > li:hover > a:after {
    transform: scaleX(100%);
}

.header__auth-link{
    padding: 10px 30px !important;
}
.header__reg-link{
    padding: 10px 30px !important;
}
.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__auth-link-mobile{
    display: block;
    width: 100%;
    border-radius: 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.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;
}

@media screen and (max-width: 1199px) {
    header#header {
        height: 105px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    header nav.navbar {
        align-items: center;
        height: 100%;
    }

    #header .navbar-toggler {
        order: 1;
        display: flex;
    }

    .navbar-collapse > ul {
        margin: 0;
        flex-direction: column !important;
    }

    #header .navbar-collapse {
        position: absolute;
        right: 10px !important;
        border-radius: 8px;
        box-shadow: 0px 14px 64px 0px rgb(15 15 15 / 10%);
        top: 101%;
        background: #fff;
        padding: 0;
        transition: 0.3s all ease-in-out;
        width: 200px;
    }

    #header .navbar-collapse.collapse:not(.show) {
        display: none !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;
    }

    .navbar-nav.links > li > a {
        padding: 12px 20px !important;
        font-size: 14px;
        width: 100%;
        text-transform: none;
    }

    .header-tools {
        flex-direction: row !important;
        margin-left: auto;
        margin-right: 20px;
    }

    header .navbar-light .navbar-toggler {
        width: 40px;
    }

}

@media screen and (max-width: 991px) {
    header .navbar-light .navbar-toggler {
        width: 32px;
        padding: 6px 5px !important;
    }

    .header__auth-user-image-wrapper {
        margin-right: 10px;
        display: block;
    }

    .header__auth-user-image-wrapper img {
        height: 40px;
        width: 40px;
    }

    .header-img-icon .dropdown-menu {
        position: absolute;
    }
}

@media screen and (max-width: 768px) {
    #header .navbar {
        height: 100%;
    }

    #header .navbar-nav > li > a.header__wallet-link {
        display: none;
    }

    #header nav .links > li.nav-wallets-item {
        display: inline-block;
    }

    .header__auth-user-content {
        display: none;
    }

    .header__nav-collapse-login {
        display: block;
        padding: 5px 20px;
    }

    #header .navbar-nav > li > a.header__auth-responsive-link {
        display: none;
    }

    .header-tools {
        margin-right: 0;
    }
}

.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%;
}

.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;
}
.currency-card__right-side-spinner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #c4c6cf;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease-in;
}
/* currency card */
.currency-card {
    border: 1px solid #F0F1F5;
    padding: 10px;
    transition: .3s;
    margin: 0px 5px;
    margin-bottom: 35px;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 20.2977px 62.72px rgba(210, 208, 225, 0.172525), 0px 10.8521px 33.5331px rgba(210, 208, 225, 0.143066), 0px 6.08362px 18.7984px rgba(210, 208, 225, 0.12), 0px 3.23097px 9.98369px rgba(210, 208, 225, 0.0969343), 0px 1.34448px 4.15444px rgba(210, 208, 225, 0.0674749);
}

@media screen and (max-width: 575px) {
    .currency-card {
        width: min(320px, 100%);
        margin: 0 auto;
    }
}

.dark-mode .currency-card {
    background: #121318;
    border-color: #23262f;
    box-shadow: 0px 20.2977px 62.72px rgba(4, 4, 4, 0.172525),
    0px 10.8521px 33.5331px rgba(4, 4, 4, 0.143066),
    0px 6.08362px 18.7984px rgba(4, 4, 4, 0.12),
    0px 3.23097px 9.98369px rgba(4, 4, 4, 0.0969343),
    0px 1.34448px 4.15444px rgba(4, 4, 4, 0.0674749);

}

.currency-card-btc .currency-card__body-title {
    width: 115px;
}

.currency-card-eth .currency-card__body-title {
    width: 115px;
}

.currency-card-bch .currency-card__body-title {
    width: 115px;
}

.currency-card-ltc .currency-card__body-title {
    width: 115px;
}

.currency-card__header {
    background: none;
    padding: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.currency-card__header-icon {
    font-size: 50px !important;
    margin-right: 15px;
}

.currency-card__header-name {
    color: #2B3144;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.currency-card__header-abbr {
    background: #E9EAF0;
    border-radius: 5px;
    padding: 5px 15px;
    color: #0083F8;
}

.dark-mode .currency-card__header-abbr {
    background: #080808;
}

.currency-card__body {
    padding: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.currency-card__body-title {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.currency-card__body-indicator {
    margin-left: 3px;
}

/* footer */

.footer {
    background-color: #0D0D2B;
}

.dark-mode .footer {
    background-color: #121318;
}

.footer .footer__main .info {
    height: 100%;
}

.footer__logo-link {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer h6 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.footer .footer__main .info .info-wrapper {
    max-width: 320px;
    padding-top: 46px;
    margin: auto;
}

.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__main .info .logo {
    margin-bottom: 26px;
}

.footer .footer__main .info .list {
    margin-top: 19px;
}

.footer .footer__main .info .list li {
    margin-bottom: 21px;
}

.footer .footer__main p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.footer .footer__main :is(p, a) {
    color: #CCCED9
}

.footer .footer__main li a:hover {
    color: #5367FF
}

.footer .footer__main .widget {
    display: flex;
    justify-content: center;
}

.footer .footer__main .widget .footer__links-wrapper {
    gap: 25px
}

.footer .footer__main .widget-link {
    padding-top: 46px;
}

@media only screen and (max-width: 1200px) {
    .footer .footer__main .widget-link {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.footer .footer__main .widget-link .title {
    margin-bottom: 20px;
}

.footer .footer__main .widget-link ul li {
    margin-bottom: 10px;
}

.footer .footer__bottom {
    max-width: 1410px;
    margin: 0 auto;
    padding: 19px 0;
    display: flex;
    align-items: center;
}

.footer .footer__bottom ul {
    display: flex;
    margin-left: 60px;
    gap: 40px
}

.footer .footer__bottom ul li a {
    border-left: 1px solid #CCCED9;
    padding-left: 15px;
    color: #CCCED9
}

@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;
    }
}

.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;
}

.footer .footer__main .footer-contact form input {
    flex-grow: 1;
    border: 1px solid #8AC8FF;
    border-radius: 5px;
    padding: 15px 10px;
    outline: none;
    margin-right: 5px;
    background: none;
    height: 50px;
    color: #AEB1BF;
    width: inherit;
}

.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: 16px 0;
    border-top: 1px solid #2B3144;
}

.dark-mode .footer .footer__bottom {
    border-color: #23262f;
}

.footer .footer__bottom p {
    font-weight: 400;
    color: #CCCED9;
    font-size: 16px;
    letter-spacing: 0.05px;
    text-transform: capitalize;
}

@media screen  and (max-width: 575px) {
    .footer .footer__bottom {
        flex-direction: column;
        align-items: center;
    }

    .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: 124px;
    padding: 56px 0 57px;
    background: #f7f7f7;
}

.dark-mode .page-title {
    background: #18191d;
}

.page-title .heading {
    font-size: 40px;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}

.page-title .breadcrumb {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-self: center;
    margin-bottom: 0;
    margin-top: 11px;
    background: transparent;
}

.page-title .breadcrumb li {
    font-size: 16px;
    position: relative;
    margin-left: 13px;
    display: flex;
    padding-right: 0;
    color: unset;
}

.page-title .breadcrumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title .breadcrumb li:after {
    content: "/";
    font-size: 16px;
    margin-left: 13px;
    color: unset;
}

.page-title .breadcrumb li:last-child:after {
    display: none;
}

.page-title .breadcrumb li a {
    color: #777e90;
    font-size: 18px;
    font-weight: 400;
}

.dark-mode .page-title .breadcrumb li a {
    color: #b1b5c3;
}

.page-title .breadcrumb li a:hover {
    color: var(--primary);
}

.page-title .breadcrumb li p {
    letter-spacing: 0;
}

/* crypto table */
.currency-table-card .card-body {
    padding: 0;
}

.currency-table-wrapper {
    padding: 40px 0;
    transition: 0.3s all ease-in-out;
    overflow: auto;
}

.currency-table {
    width: 100%;
    overflow: visible;
    border-collapse: collapse;
}

.currency-table > thead > tr {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.currency-table > thead > tr > th {
    transition: all 0.3s ease-in-out;
    padding: 20px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #6C7080;
}

.dark-mode .currency-table > thead > tr > th {
    color: #fff;
}

.currency-table > tbody {
    border-bottom: 1px solid #EFEFEF;
}

.currency-table > tbody > tr {
    color: #c3c9d4;
    border-radius: 12px;
    height: 90px;
    vertical-align: middle;
}

.currency-table > tbody > tr > td {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #212529;
    vertical-align: middle;
}

.dark-mode .currency-table > tbody > tr > td {
    color: #fff;
}

.currency-table > tbody > tr:hover > td {
    background-color: #FEF2F2
}

.dark-mode .currency-table > tbody > tr:hover > td {
    background: #080808;
}

.currency-table-wrapper--style-2 {
    padding: 0;
}

.currency-table--style-2 {
    padding: 0;
}

.dark-mode .currency-table.currency-table--style-2 > thead > tr > th {
    color: #fff;
}

.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;
    border-radius: 4px;
    box-shadow: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    display: flex;
    padding: 16;
    align-items: center;
}

.settings-alert__title {
    margin: -2px 0px 0.35em !important;
    font-weight: 500;
}

.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: rgb(22, 11, 11) !important;
}

.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;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
    top: 39px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 13px !important;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 13px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
    right: 5px !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
    left: 9px !important
}
.protecting-home {
    background-color: #000000;
    padding: 110px 0 137px 0;
}

.protecting-home__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 216px;
    -moz-column-gap: 216px;
    column-gap: 216px;
}

.protecting-home__container {
    max-width: 1276px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-home__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 64px;
    color: #FFFFFF;
}

.protecting-home__title:before {
    content: "";
    position: absolute;
    top: -28px;
    left: 3px;
    width: 42px;
    height: 3px;
    background-color: #7044EE;
}

.protecting-home__description {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin: 74px 0 0 3px;
    max-width: 623px;
}

.protecting-home__img {
    width: 388px;
    height: 371px;
    position: relative;
}

.protecting-home__img:before {
    content: "";
    position: absolute;
    bottom: 48px;
    right: -95px;
    width: 32px;
    height: 4px;
    background-color: #68BC4A;
}

.protecting-home__img picture,
.protecting-home__img img {
    width: 388px;
    height: 371px;
}

@media (max-width: 1200px) {
    .protecting-home__box {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .protecting-home__img:before {
        bottom: 42px;
        right: 0;
    }
}

@media (max-width: 1000px) {
    .protecting-home__description {
        margin-top: 50px;
    }
}

@media (max-width: 830px) {
    .protecting-home__box {
        row-gap: 30px;
        -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;
        text-align: center;
    }

    .protecting-home__title {
        margin: 0 auto;
    }

    .protecting-home__description {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .protecting-home {
        padding: 70px 0 50px 0;
    }
}

@media (max-width: 550px) {
    .protecting-home__description {
        margin-top: 30px;
        font-size: 19px;
    }

    .protecting-home__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 430px) {
    .protecting-home__img,
    .protecting-home__img picture,
    .protecting-home__img img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
}

.protecting-content {
    background-color: #FFFFFF;
    padding: 72px 0 130px 0;
}

.protecting-content__container {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.protecting-content__block + .protecting-content__block {
    margin-top: 41px;
}

.protecting-content__block-title {
    font-size: 28px;
    line-height: 60px;
    color: #404053;
    margin-bottom: 10px;
}

.protecting-content__block-subtitle {
    font-size: 15px;
    line-height: 28px;
    color: #404053;
    margin-top: 30px;
}

.protecting-content__block-description {
    font-size: 16px;
    line-height: 28px;
    color: #404053;
}

.protecting-content__block-description ul {
    margin: 30px 0 0 50px;
}

.protecting-content__block-description ul li {
    list-style: initial;
    font-size: 15px;
    line-height: 28px;
    color: #404053;
}

@media (max-width: 768px) {
    .protecting-content {
        padding: 40px 0 50px;
    }

    .protecting-content__block + .protecting-content__block {
        margin-top: 20px;
    }
}

@media (max-width: 550px) {
    .protecting-content__block-title {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .protecting-content__block-description ul {
        margin: 30px 0 0 30px;
    }

    .protecting-content__block-description {
        font-size: 14px;
    }
}
.chat-wrapper_s .chat-open_s {
    position: fixed;
    right: 2%;
    z-index: 1100;
    border-radius: 100px;
    cursor: pointer;
    padding: 20px 20px;
    transition: all .3s;
    background: #5367FF;
}

.chat-wrapper_s .chat-open_s {
    right: 2%;
    bottom: 20px
}

.chat-wrapper_s.open .chat_s {
    bottom: 15px;
    display: block
}

.chat-wrapper_s .chat_s {
    position: fixed;
    z-index: 10000;
    display: block;
    right: 2%;
    width: 345px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 14px 64px 0px rgb(15 15 15 / 10%);
    bottom: -1000%;
}

.dark-mode .chat-wrapper_s .chat_s {
    box-shadow: 0px 14px 64px -48px rgb(15 15 15 / 10%);
}

.chat-wrapper_s .chat_s .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.dark-mode .chat-wrapper_s .chat_s .header {
    background: #141416;
}

.dark-mode .chat-wrapper_s .chat_s .card-body  {
    background: rgba(47, 50, 65, 1);
}

.chat-wrapper_s .chat_s .header .title {
    height: 55px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    text-align: center;
    float: left
}

.chat-wrapper_s .chat_s .header .title.online::before,
.chat-wrapper_s .chat_s .header .title.offline::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    background: red;
    top: 18px;
    left: 15px
}

.chat-wrapper_s .chat_s .header .title.online::before {
    background: #06f31f
}

.chat-wrapper_s .chat_s.card {
    border-radius: 20px;
}

.dark-mode .chat-wrapper_s .chat_s.card {
    border-color: #23262f;
}

.chat-wrapper_s .chat_s.card .card-body {
    padding: 0;
}

.chat-wrapper_s .chat_s.card .card-body .slimScrollDiv {
    padding: 0;
    background: #f7f7f7;
}

.dark-mode .chat-wrapper_s .chat_s.card .card-body .slimScrollDiv {
    background: #18191d;
}

.chat-wrapper_s .chat_s.card .card-body .footer.panel-body,
.chat-wrapper_s .chat_s .card-body{
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.dark-mode .chat-wrapper_s .chat_s.card .footer.panel-body {
    background: #141416;
}

.chat-wrapper_s .chat_s.card .card-body .footer.panel-body {
    padding: 1.25rem
}

.chat-wrapper_s .chat_s .header .title .name {
    line-height: 55px;
    font-size: 20px;
    font-weight: 600;
    color:#23262f
}

.dark-mode .chat-wrapper_s .chat_s .header .title .name {
    color: #fff
}

.chat-wrapper_s .chat_s .header .close_s {
    display: block;
    text-align: right;
    position: absolute;
    width: 23%;
    right: 16px;
    cursor: pointer;
    float: left
}

.chat-wrapper_s .chat_s .header .close_s i {
    opacity: 1;
    font-size: 18px;
    font-weight: 700
}

.chat-wrapper_s .chat_s .header .close_s .close_i:hover,
.chat-wrapper_s .chat_s .header .close_s .close_i:focus {
    color: #dadada
}

.chat-wrapper_s .chat_s .header .close_s:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.chat-wrapper_s .chat_s .body {
    width: 100%
}

.chat-wrapper_s .chat_s .body .warning {
    background: #f47c3c;
    padding: 10px;
    color: #fff
}

.chat-wrapper_s .chat_s .messages {
    width: 100%;
    position: relative;
    margin: 0
}

.messages .message_chat {
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    margin: 10px 20px;
}

.messages .message_chat.right {
    align-items: flex-end
}

.messages .message_chat.right .message-body{
    border-radius: 1.125rem 1.125rem 0 1.125rem;
}

.messages .message_chat .message-body {
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background: #5367FF;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: fit-content;
    max-width: 70%;
    box-shadow: 0 0 2rem rgb(0 0 0 / 8%), 0rem 1rem 1rem -1rem rgb(0 0 0 / 10%);
}

.messages .message_chat .message-body .avatar {
    width: 30px;
    height: 30px;
    margin-right: 8px
}

.messages .message_chat .message-body .avatar img {
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    color: #fff
}

.messages .message_chat .message-body .text {
    margin-top: 0;
}

.messages .message_chat.right .message-body .text {
    margin-top: 0;
    width: 100%;
}

.messages .message_chat .message-body .text p {
    line-height: 1.5em;
    font-weight: 400;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 13px;
}

.messages .message_chat.right .message-body .text p {
    border-radius: 8px 8px 0 8px;
    width: 100%;
}

.messages .message_chat .message-footer {
    height: 20px;
    display: flex;
    font-size: 14px;
}

.messages .message_chat.right .message-footer {
    text-align: right
}

.messages .message_chat .message-footer p {
    font-size: .8125em;
    line-height: 1.125em;
    font-weight: 400;
    padding-top: 0;
    direction: ltr;
    padding-right: 4px
}

.chat-wrapper_s .chat_s .footer {
    width: 100%;
    position: relative;
    overflow-y: auto;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

.chat-wrapper_s .chat_s .InputBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.chat-wrapper_s .chat_s .text-container {
    width: 85%
}

.chat-wrapper_s .chat_s .text-container .text-holder {
    width: 100%;
    font-size: .9375em;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    position: relative;
    overflow: hidden
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea {
    min-height: 74px;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    line-height: 1.5em;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 74px;
    max-height: 107px;
    min-width: 100%;
    max-width: 100%;
    outline: none !important;
    box-shadow: none;
    border-radius: 8px;
    padding: 10px 19px;
    font-size: 18px;
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea:focus + label {
    top: .125em;
    font-size: .75em;
    background-color: transparent
}

.chat-wrapper_s .chat_s .text-container .text-holder textarea:focus {
    border: .0625em solid #b7bcbf !important
}

.chat-wrapper_s .chat_s .send-button {
    display: flex;
    align-items: center;
    justify-content: center
}

.chat-wrapper_s .chat_s .send-button button {
    width: 40px;
    height: 40px;
    min-width: 0;
    line-height: 10px;
    background-color: #5367FF;
    border: none;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px !important;
    justify-content: center;
    align-items: center;
}
.chat_s .message-box {
    width: 100%;
    padding: 10px;
    position: relative;
}
.chat_s .message-box .message-input {
    border-radius: 1.375rem;
    border: 1px solid rgb(115, 115, 115);
    background: transparent;
    min-height: 2.5rem;
    padding: 0.625rem calc(0px + 2.5rem) 0.625rem 1rem;
    box-shadow: none;
    font-size: 0.875rem;
    scrollbar-width: none;
    appearance: none;
    transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, z-index 0.25s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: inherit;
    line-height: 1.28571;
    color: rgb(47, 57, 65);
    resize: none;
    overflow: auto;
}
.chat_s .message-box .message-submit {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 10px;
    color: #fff;
    border: none;
    background: #5367ff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
    outline: none !important;
    transition: background 0.2s ease;
}
.messages .message.new {
    transform: scale(0);
    transform-origin: 0 0;
    -webkit-animation: bounce 500ms linear both;
    animation: bounce 500ms linear both;
}

.messages .message:last-child {
    margin-bottom: 30px;
}

.messages .message {
    clear: both;
    float: left;
    padding: 6px 10px 7px;
    border-radius: 10px 10px 10px 0;
    background: rgba(0, 0, 0, 0.3);
    margin: 8px 0;
    font-size: 11px;
    line-height: 1.4;
    margin-left: 35px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.messages .message .avatar {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: -35px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 2px solid rgba(255, 255, 255, 0.24);
}

.messages .message.message-personal {
    float: right;
    color: #fff;
    text-align: right;
    background: linear-gradient(120deg, #5367ff, #283ff1);
    border-radius: 10px 10px 0 10px;
}

.messages .message.message-personal::before {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid transparent;
    border-top: 4px solid #257287;
    bottom: -4px;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
#support-app{
    padding: 2px;
}

.custom-currency-table-wrapper {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    border: 1px solid #e3e6f0;
}

.custom-currency-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    color: #4e73df;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    overflow: hidden;
}

.custom-currency-table th,
.custom-currency-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e3e6f0;
    color: #5a5c69;
}

.custom-currency-table th {
    background-color: #f8f9fc;
    font-weight: 600;
    font-size: 14px;
    color: #6e707e;
    text-transform: uppercase;
}

.custom-currency-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.custom-currency-table tbody tr:hover {
    background-color: #f1f3f5;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.wallet-coin-cell__name {
    font-size: 1rem;
    font-weight: 500;
    color: #858796;
    margin-left: 10px;
}

.staking-action {
    background-color: #4e73df;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.staking-action:hover {
    background-color: #2e59d9;
    transform: translateY(-2px);
}

.staking-withdraw {
    background-color: #e74a3b;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.staking-withdraw:hover {
    background-color: #d12e2b;
    transform: translateY(-2px);
}