:root {
    --tg-color-white: #F9FAFB;
    --tg-color-black: #202630;
    --tg-color-gray: #637381;
	--tg-body-font-size: 14px;
	--tg-body-line-height: 1.4;
	--tg-color-blue: #0d6efd;
	--tg-color-red: #ff4842;
	--tg-color-orange: #fd7e14;
	--tg-color-green: #10B981;

	--tg-border-1: #19222b;
	--tg-border-2: #22292f;

    --bc-color: rgb(238, 239, 241);

	--bg-common: rgb(30 43 68 / 5%);
    --hover-bg-common: rgb(30 43 68 / 20%);
    
    --tg-shadow: 0px 8px 32px rgb(17 17 26 / 2%), 0px 4px 16px rgb(17 17 26 / 4%);
}
html, body {
	font-family: 'Inter', sans-serif;
  	font-weight: 400;
	font-size: var(--tg-body-font-size);
	color: var(--tg-color-black);
	line-height: var(--tg-body-line-height);
    max-width: 100vw;
    overflow-x: hidden;
	background: var(--tg-color-white);
}

img, .img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a, button {
	color: var(--tg-theme-primary);
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a:focus, .btn:focus, .button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
a:hover {
    color: var(--tg-color-green);
}
b, strong {
    font-weight: 500;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0;
}
.input-cl:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
  caret-color: inherit !important;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.input-cl:-webkit-autofill,
.input-cl:-webkit-autofill:focus,
.input-cl:-webkit-autofill:hover,
.input-cl:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  caret-color: inherit !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

button:disabled {
  opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #e1e4e7;
    color: var(--tg-color-black);
    box-shadow: none;
}
.email_again:disabled {
    background-color: transparent;
    color: var(--tg-color-green);
    border: none;
    cursor: not-allowed;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	color: var(--tg-heading-color);
	margin-top: 0px;
	font-weight: var(--tg-fw-bold);
	line-height: var(--tg-heading-line-height);
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none;
}
p {
	font-family: 'Inter', sans-serif;
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	font-weight: var(--tg-fw-regular);
	color: var(--tg-body-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-common-color-gray);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-heading-color);
	cursor: pointer;
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-fw-regular);
}
input, textarea {
	color: var(--tg-body-color);
}
input[type=color] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	padding: 0;
	border-radius: 50%;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: var(--bg-common);
}
::-webkit-scrollbar {
	width: 8px;
	background-color: var(--bg-common);
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: var(--bg-common);
}
.sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bg-common);
    height: 0px;
}
.sidebar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--bg-common);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-moz-selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
::-moz-selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
::selection {
	background: var(--bg-common);
	color: var(--tg-color-black);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
.sidebar-folded {
    overflow: auto;
}
.main-wrapper {
    display: -webkit-flex;
    display: flex;
    overflow: hidden; 
}

.main-wrapper .page-wrapper {
    min-height: 100vh;
    width: calc(100% - 280px);
    margin-left: 280px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: margin .1s ease, width .1s ease;
    transition: margin .1s ease, width .1s ease;
}
@media (min-width: 991px) and (max-width: 1240px) {
    .main-wrapper .page-wrapper {
        margin-left: 86px;
        width: calc(100% - 86px);
    }
}
.bg-dot-black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='16' height='16' fill='none'%3E%3Ccircle fill='rgba(0,0,0,0.1)' cx='10' cy='10' r='1.6'/%3E%3C/svg%3E");
}
.main-wrapper .page-wrapper .page-content {
    flex-grow: 1;
    padding: 55px 10px 55px 0;
    margin-top: 40px; 
}
@media (max-width: 1240px) {
    .main-wrapper .page-wrapper .page-content {
        padding: 55px 16px 55px 16px;
    } 
}     

@media (min-width: 767px) and (max-width: 991px) {
    .main-wrapper .page-wrapper .page-content {
        padding: 55px 19px 55px 19px;
    }
}
@media (min-width: 991px) and (max-width: 1100px) {
    .main-wrapper .page-wrapper .page-content {
        padding: 55px 16px 55px 16px;
    }
}
@media (max-width: 767px) {
    .main-wrapper .page-wrapper .page-content {
        padding: 56px 16px 56px 16px;
         } 
}
.main-wrapper .page-wrapper.full-page {
    width: 100%;
    margin-left: 0; 
}
.main-wrapper .page-wrapper.full-page .page-content {
    margin-top: 0;
}
@media (max-width: 991px) {
    .main-wrapper .page-wrapper {
        margin-left: 0;
        width: 100%;
    } 
}
.sidebar {
    width: 280px;
    height: 100%;
    position: fixed;
    left: 0;
    background-color: var(--tg-color-white);
    top: 0;
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    z-index: 999;
    overflow: auto;
    border-right: 1px dashed var(--bs-gray-300);
}

@media (max-width: 991px) {
    .sidebar {
        z-index: 999;
        margin-left: -280px;
        visibility: hidden;
        overflow: auto;
    }
}
@media (max-width: 991px) {
    .sidebar-open .sidebar {
        margin-left: 0;
        overflow-x: hidden;
        visibility: visible;
        transition: margin-left 0.4s ease-in-out;
    }
}
.sidebar .sidebar-header {
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 6px;
    z-index: 999;
    width: 280px;
    -webkit-transition: width .1s ease;
    transition: width .1s ease;
    position: relative;
}

.sidebar .sidebar-header .logo {
    width: 42px;
    position: relative;
    left: 16px;
}

.with-sel {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 40px;
    height: 85%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    background: var(--tg-color-white);
    color: var(--tg-color-gray);
    padding: 0;
    margin: 0;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}

.sidebar .sidebar-header .sidebar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgb(145, 158, 171);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media (max-width: 991px) {
    .sidebar .sidebar-header .sidebar-toggler {
        display: none;
    }
}
.sidebar .sidebar-header .sidebar-toggler:hover {
    background-color: rgba(145, 158, 171, 0.08);
}

.coin-dropdown {
    display: block;
    position: absolute;
    top: 104%;
    left: 0px;
    height: 90px;
    width: 100%;
    background: var(--tg-color-white);
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    z-index: 999;
    overflow: auto;
    box-shadow: 0 1px 12px rgb(199 198 198 / 40%);
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.coin-option {
    padding: 10px 12px;
    background: transparent;
    cursor: pointer;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
}
.coin-option span {
    color: var(--tg-color-gray);
    font-size: 12px;
}
.coin-option:hover {
    background: var(--bc-color);
}

.a-coin_add {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 10px 12px;
    background: transparent;
    cursor: pointer;
    height: 44px;
    font-weight: 400;
}
.a-coin_add span{
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    margin-right: 4px;
    min-width: 16px;
}


.select-coin_input {
    position: relative;
    width: 100%;
    height: 54px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    background: transparent;
    margin: 0;
    padding: 8px 42px 8px 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.input-select {
    padding: 14.5px 42px 14.5px 42px;
    height: 54px;
    width: 100%;
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.label-input_select {
    color: var(--tg-color-gray);
    font-weight: 500;
    font-size: 11px;
    background: var(--tg-color-white);
    position: absolute;
    top: -8px;
    left: 14px;
    padding: 0 6px;
}

.absolute_img-select {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.absolute_img-select img {
    width: 20px;
    height: 20px;
}

.sidebar .sidebar-header .sidebar-toggler-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgb(145, 158, 171);
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; 
}
  
.sidebar .sidebar-header .sidebar-toggler span {
    background: transparent;
}

.sidebar .sidebar-header .sidebar-toggler.active span:nth-child(2) {
    background-image: url("../../assets/profile/images/open.svg");
    width: 24px;
    height: 24px;
}
.sidebar .sidebar-header .sidebar-toggler.not-active span:nth-child(1) {
    background-image: url("../../assets/profile/images/close.svg");
    width: 24px;
    height: 24px;
}
.sidebar-folded:not(.open-sidebar-folded) .sidebar {
    width: 87px;
}
.sidebar .sidebar-body {
    position: relative;
    padding: 0 16px;
}

.sidebar .sidebar-body .box-group {
    display: flex;
    padding: 8px 16px;
    border-radius: 12px;
    background-color: var(--tg-color-green);
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sidebar .sidebar-body .box-group .avatar {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

.sidebar .sidebar-body .box-group .avatar .avatar-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    color: var(--tg-color-white);
    background-color: rgb(255 255 255 / 20%);
}

.sidebar .sidebar-body .box-group .box-text {
    white-space: nowrap;
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    margin-left: 16px;
    overflow: hidden;
}

.sidebar .sidebar-body .box-group .box-text .header-box-text {
    margin: 0px;
    line-height: 1.45;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: var(--tg-color-white);
}
.sidebar .sidebar-body .box-group .box-text .header-box-text1 {
    margin: 0px;
    line-height: 1.45;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    color: var(--tg-color-white);
    opacity: .8;
}

.style-line-with-title1 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    color: var(--tg-color-gray);
    position: relative;
    margin-bottom: 26px;
    margin-top: 24px;
}
.style-line-with-title1:before {
    content: "";
    background-color: var(--tg-color-gray);
    height: 1px;
    width: 100%;
    margin-right: 20px;
    opacity: .13;
    font-weight: 500;
}
.style-line-with-title1:after {
    content: "";
    background-color: var(--tg-color-gray);
    height: 1px;
    width: 100%;
    font-weight: 500;
    margin-left: 20px;
    opacity: .13;
}

.sidebar .sidebar-body .box-group .box-text .header-box-text .login-box {
    text-decoration: none;
    color: var(--tg-color-black);
}

.nav-box .nav-categor {
    list-style: none;
    margin: 0px;
    padding: 0px 0px;
    position: relative;
}

.nav-box .nav-categor .listsubheader {
    box-sizing: border-box;
    list-style: none;
    line-height: 1.5;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--tg-color-black);
    padding-top: 24px;
    padding-bottom: 8px;
    padding-left: 4px;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.nav-box .nav-categor .buttonbase {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 0px 2px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    min-width: 0px;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 16px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.57143;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: var(--tg-color-gray);
    height: 48px;
    border-radius: 8px;
    text-transform: capitalize;
    overflow: hidden;
}
.nav-box .nav-categor .buttonbase:hover {
    background-color: var(--bc-color);
    color: var(--tg-color-black);
}
.nav-box .nav-categor .buttonbase.active {
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 0px 2px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    min-width: 0px;
    box-sizing: border-box;
    text-align: left;
    padding: 8px 16px;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    line-height: 1.57143;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: var(--tg-color-black);
    height: 48px;
    border-radius: 8px;
    text-transform: capitalize;
    background-color: var(--bc-color);
}

.nav-box .nav-categor .buttonbase .listitemicon {
    flex-shrink: 0;
    color: inherit;
    min-width: auto;
    margin-right: 12px;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
}

.nav-box .nav-categor .buttonbase .listitemicon svg{
    width: 24px;
    height: 24px;
}

.nav-box .nav-categor .buttonbase .listitemtext {
    flex: 1 1 auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.sidebar-body .socail-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: -4px;
}
.socail-block.mobile {
    display: none;
}
.sidebar-body .socail-block .telegram-chat {
    width: 50%;
    background: rgb(50 180 255 / 8%);
    padding: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 8px;
    cursor: pointer;
}

.sidebar-body .socail-block .telegram-channel {
    width: 50%;
    background: rgb(0 171 81 / 8%);
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.sidebar-body .socail-block .img-social {
    height: 30px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-body .socail-block .content-social {
    display: flex;
    flex-direction: column;
    padding-left: 3px;
}

.sidebar-body .socail-block .content-social .title-social {
    font-size: 14px;
    margin-bottom: -8px;
    color: var(--tg-color-black);
}

.sidebar-body .socail-block .content-social .footer-social {
    font-size: 14px;
    color: var(--tg-color-black);
}

.page-wrapper .navbar {
    width: calc(100% - 280px);
    height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    position: fixed;
    right: 0;
    left: 280px;
    z-index: 978;
    transition: width .1s ease, left .1s ease;
}
@media (max-width: 991px) {
    .page-wrapper .navbar {
        width: 100%;
        left: 0;
        background-color: var(--tg-color-white);
    }
}
@media (max-width: 600px) {
    .page-wrapper .navbar {
        border-bottom: 1px solid var(--bs-gray-200);
    }
}
.navbar .sidebar-toggler {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: none;
    height: 40px;
    width: 40px;
    margin-left: 12px;
    border-radius: 50%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media (max-width: 991px) {
    .navbar .sidebar-toggler {
        display: flex;
        position: relative;
    }
}

.navbar .sidebar-toggler svg {
    width: 24px;
    height: 24px;
    color: var(--tg-color-black);
    margin-left: 9px;
}

.navbar .navbar-content {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991px) {
    .navbar .navbar-content {
        width: calc(100% - 70px - 1px);
    }
}

.navbar-nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    margin-left: auto;
}

.navbar .navbar-content .navbar-nav .nav-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 767px) {
    .navbar .navbar-content .navbar-nav .nav-item.dropdown {
        position: static;
    }
}

.navbar-nav .notifications-box {
    display: inline-flex;
    margin: 0px;
}

.iconbutton-notifications {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    color: rgb(145, 158, 171);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 40px;
    height: 40px;
}

.badge-icon {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
    color: var(--tg-color-black);
}
.badge-icon svg {
    width: 22px;
    height: 22px;
}
.badge-icon .badge-active {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-size: 10px;
    min-width: 18px;
    line-height: 1;
    height: 18px;
    font-weight: 500;
    width: 18px;
    border-radius: 50%;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fa765b;
    color: var(--tg-color-white);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(50%, -50%);
    justify-content: center;
}

.avatar-header {
    margin-left: 12px;
}

.nav-help {
    padding: 16px 16px 36px 16px;
    border-radius: 16px;
    background-color: var(--bc-color);
    margin: 24px 0px 24px;
    position: relative;
    overflow: hidden;
    max-height: 272px;
}
.box-help {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: var(--tg-color-gray);
}
.help-header {
    margin: 0px 0px 6px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    line-height: 1.05;
    font-size: 15px;
    color: var(--tg-color-black);
    display: flex;
    align-items: flex-end;
}
.help-contact {
    margin: 0px 0px 12px;
    line-height: 1.48;
    font-size: 13px;
    margin-top: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-header {
    width: 87px;
    display: flex;
    justify-content: center;
}
.sidebar-folded:not(.open-sidebar-folded) .logo {
    display: none;
}

.sidebar-folded:not(.open-sidebar-folded) .box-group {
    padding: 10.59px 6px;
    justify-content: center;
}

.sidebar-folded:not(.open-sidebar-folded) .listsubheader {
    opacity: 0;
}

.sidebar-folded:not(.open-sidebar-folded) .nav-help .help-header {
    display: none;
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help .help-contact {
    display: none;
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help .item-help-button {
    display: none;
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help .item-help-button2 {
    margin-top: 0;
    display: block;
}
.sidebar-folded:not(.open-sidebar-folded) .exit-button {
    display: none;
}
.sidebar-folded:not(.open-sidebar-folded) .exit-button2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help .circle-ring1 {
    position: absolute;
    bottom: -17px;
    left: -34px;
    width: 60px;
    height: 30px;
    background: #eb8671;
    box-sizing: border-box;
    transform: rotate(9deg);
}
.buttonbase-mobile{
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    color: var(--tg-color-gray);
}
.buttonbase-mobile svg{
    width: 22px;
    height: 22px;
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help .circle-ring2 {
    position: absolute;
    bottom: -20px;
    right: -24px;
    width: 100px;
    height: 30px;
    background: #10b981;
    box-sizing: border-box;
    transform: rotate(350deg);
}
.sidebar-folded:not(.open-sidebar-folded) .nav-help {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 26px 16px;
}

.sidebar-folded:not(.open-sidebar-folded) .box-text {
    display: none;
}
.sidebar-folded:not(.open-sidebar-folded) .circle-ring {
    display: none;
}

.item-help-button {
    margin-top: 14px;
}
.item-help-button .help-button {
    display: flex;
    color: var(--tg-color-black);
    align-items: center;
    font-weight: 500;
    margin-bottom: 8px;
    transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border .3s ease-in-out;
    padding: 10px 16px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-400);
    justify-content: center;
    font-size: 14px;
    position: relative;
}
.item-help-button .help-button:hover {
    border: 1px solid var(--bs-gray-600);
}
.item-help-button .help-button .help-button-svg {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tg-color-white);
    border-radius: 12px;
    color: var(--tg-color-black);
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.arrow-blank {
    position: absolute;
    top: 4px;
    right: 4px;
    color: var(--tg-color-black);
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.item-help-button .help-button:hover .arrow-blank {
    transform: rotate(45deg);
}

.item-help-button2 {
    display: none;
}
.item-help-button2 .help-button {
    display: flex;
    color: var(--tg-color-gray);
    align-items: center;
    font-weight: 500;
    margin-bottom: 8px;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: 1px solid var(--bs-gray-400);
    justify-content: center;
    position: relative;
}

.item-help-button2 .help-button svg {
    width: 22px;
    height: 22px;
    transition: opacity .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.arrow-blank svg g path {
    stroke: var(--tg-color-black);
}

.circle-ring {
    position: absolute;
    top: -14px;
    right: -34px;
    width: 60px;
    height: 60px;
    border: 14px solid #eb8671;
    border-radius: 12px;
    background: transparent;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.circle-ring1 {
    position: absolute;
    bottom: -44px;
    left: -34px;
    width: 120px;
    height: 60px;
    background: #eb8671;
    box-sizing: border-box;
    transform: rotate(5deg);
}

.circle-ring2 {
    position: absolute;
    bottom: -45px;
    right: -24px;
    width: 300px;
    height: 60px;
    background: #10b981;
    box-sizing: border-box;
    transform: rotate(354deg);
}
.exit-button2 {
    display: none;
    margin-top: 24px;
    color: var(--tg-color-black);
    position: relative;
}
.exit-button {
    margin-top: 24px;
    color: var(--tg-color-black);
    position: relative;
}
.exit-button svg {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 14px;
    height: 14px;
}
.buttonbase-logout {
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-400);
}
.locale-btn-aside-mins {
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: var(--tg-color-black);
    font-weight: 500;
    padding: 0px 12px;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    height: 32px;
    transition: opacity .15s ease-in-out, color .15s ease-in-out, background-color .15s ease-in-out, border .15s ease-in-out;
    justify-content: center;
    align-items: center;
}
.locale-btn-aside-mins:hover {
    background-color: var(--bc-color);
}

.overlay-lang {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100vw;
  height: 100vh;
  background: rgb(244 244 244 / 60%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}

.languagePopup-lang {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: var(--tg-color-white);
    padding: 16px;
    width: calc(100% - 32px);
    border-radius: 30px;
    box-shadow: var(--tg-shadow);
    max-width: 600px;
    max-height: 400px;
    height: 100%;
    overflow: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
    .languagePopup-lang {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        width: 100%;
        padding: 0 32px;
        max-width: 100%;
        margin-bottom: 0px;
        padding-bottom: 80px;
    }
}

.languagePopup-lang .languages-lang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 16px;
}
@media (max-width: 472px) {
    .languagePopup-lang .languages-lang {
        grid-template-columns: none;
    }
}
.languagePopup-lang .language-button-lang {
    display: flex;
    align-items: flex-end;
    padding: .75rem 1rem;
    border-radius: 8px;
    position: relative;
    transition: background-color .15s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    gap: 10px;
}

.close-btn-lang {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    color: var(--tg-color-black);
    background-color: var(--bg-common);
    border-radius: 100%;
    transition: color .15s ease-in-out;
    height: 24px;
    line-height: 0;
    cursor: pointer;
}

.hidden-empty {
    padding: 3rem 0 1rem;
    margin: 0 2rem 2rem;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
}
.languagePopup-lang .languages-lang {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 16px;
}
@media (max-width: 472px) {
    .languagePopup-lang .languages-lang {
        grid-template-columns: none;
    }
}
.languagePopup-lang .language-button-lang {
    display: flex;
    align-items: flex-end;
    padding: .75rem 1rem;
    border-radius: 8px;
    position: relative;
    transition: background-color .15s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    gap: 10px;
}
.overlay-lang {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100vw;
  height: 100vh;
  background: rgb(244 244 244 / 60%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}
.language-button-lang span{
    color: #a0a0b5 !important;
    font-size: .75rem !important;
}
.languagePopup-lang .active {
    background: var(--bg-common);
}

.languagePopup-lang .language-button-lang:hover {
    background: var(--bg-common);
}
.text-primary-theme {
    position: absolute;
    right: 16px;
    top: 16px;
}

.languagePopup-lang.show,
.overlay-lang.show {
  display: block;
}

.languagePopup-lang.visible,
.overlay-lang.visible {
  opacity: 1;
}
@keyframes springOpen-lang {
    0% {
        bottom: -100%;
    }
    80% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes springClose-lang {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -100%;
    }
}
.showPopup-lang {
    animation: springOpen-lang 0.25s ease-out forwards;
}
.hidePopup-lang {
    animation: springClose-lang 0.1s ease-in forwards;
}
.dropdown-notification {
    opacity: 0;
    background-color: var(--tg-color-white);
    color: var(--tg-color-black);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-image: none;
    position: absolute;
    max-width: 350px;
    max-height: 474px;
    outline: 0px;
    border-radius: 24px;
    overflow: inherit;
    border: 1px solid rgba(145, 158, 171, 0.08);
    box-shadow: 0 10px 30px rgb(198 199 198 / 50%);
    width: 360px;
    top: 60px;
    left: auto;
    right: -6px;
    visibility: hidden;
}
.dropdown-notification.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 352ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, transform 234ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

@media (max-width: 767px) {
    .dropdown-notification  {
      right: 16px; 
    } 
}

@media (max-width: 419px) {
    .dropdown-notification  {
      right: 16px;
      max-width: 360px;
      width: 100%;
    } 
}

@media (max-width: 382px) {
    .dropdown-notification  {
      right: 16px;
      max-width: 320px;
      width: 100%;
    } 
}

.arrows {
    z-index: 1;
    width: 12px;
    right: 20px;
    height: 12px;
    top: -7px;
    background: var(--tg-color-white);
    border-right: 1px solid rgb(0 0 0 / 9%);
    border-bottom: 1px solid rgb(0 0 0 / 9%);
    position: absolute;
    transform: rotate(-135deg);
    border-radius: 0px 0px 4px;
    content: "";
}

.notification-box {
    position: relative;
    transition: opacity 0.3s ease 0s;
    clear: both;
}

.notifications-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
}

.box-content-flex {
    flex-grow: 1;
}

.notification-subtitle {
    margin: 0px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    color: var(--tg-color-black);
    text-transform: none;
}

.notification-subtitle1 {
    margin: 0px;
    line-height: 1.57143;
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
    margin-top: 2px;
}

.divider-width {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: var(--bs-gray-400);
}

.notifications-content {
    flex-grow: 1;
    overflow: hidden;
    height: 100%;
}

.notifications-item {
    max-height: 100%;
    height: 340px;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.box-clear {
    padding: 8px;
    min-height: 49px;
}

.simplebar-wrapper {
    height: 100%;
    overflow: auto;
}

.simplebar-wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.simplebar-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--bc-color);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.simplebar-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 4px;
    margin-bottom: 4px;
    box-shadow: none;
}
.buttonclear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.71429;
    font-size: 12px;
    text-transform: capitalize;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: var(--tg-color-green);
    width: 100%;
}

.buttonclear:hover {
    box-shadow: none;
    text-decoration: none;
    background-color: rgba(39, 180, 109, 0.08);
}


.content {
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 12px;
}
@media (max-width: 1240px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
}
.content-item {
    background-color: var(--bc-color);
    border-radius: 24px;
    padding: 24px;
}
@media (max-width: 767px) {
    .content-item {
        padding: 24px 16px 24px 16px;
    }
}
.content-items {
    background-color: var(--bc-color);
    border-radius: 24px;
    padding: 24px;
}
@media (max-width: 767px) {
    .content-items {
        padding: 24px 16px 16px 16px;
    }
}
.header-content {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
@media (max-width: 600px) {
    .header-content {
        font-size: 24px;
    }
}
.block-item {
    margin-top: 20px;
    background-color: var(--bc-color);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    box-shadow: 0 1px 12px rgb(199 198 198 / 40%);
}
@media (max-width: 1081px) {
    .block-item {
        padding: 0;
        box-shadow: none;
    }
}
@media (max-width: 790px) {
    .block-item {
        padding: 0;
        box-shadow: none;
        flex-direction: column;
    }
}
.left-block {
    width: 320px;
    min-width: 320px;
    min-height: 190px;
    margin-right: 24px;
    background: var(--tg-color-white);
    border-radius: 16px;
}
@media (max-width: 790px) {
    .left-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
}
.right-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media (max-width: 1021px) {
    .right-block {
        gap: 8px;
    }
}
@media (max-width: 560px) {
    .right-block {
        gap: 16px;
    }
}
.top-column {
    display: flex;
    justify-content: space-between;
}

.balance-content {
    display: block;
}

.title-balance {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.amount-balance {
    color: var(--tg-color-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 77.45px;
}
@media (max-width: 560px) {
    .amount-balance {
        font-size: 40px;
    }
}
.bottom-column {
    display: flex;
    gap: 48px;
}
@media (max-width: 1021px) {
    .bottom-column {
        gap: 16px;
    }
}
@media (max-width: 790px) {
    .bottom-column {
        gap: 48px;
    }
}
@media (max-width: 600px) {
    .bottom-column {
        gap: 24px;
    }
}
@media (max-width: 560px) {
    .bottom-column {
        gap: 16px;
        flex-direction: column;
    }
}
.stat-item {
    width: calc(50% - 24px);
    gap: 16px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1021px) {
    .stat-item {
        width: 50%;
    }
}
@media (max-width: 790px) {
    .stat-item {
        width: calc(50% - 24px);
    }
}
@media (max-width: 600px) {
    .stat-item {
        width: 50%;
    }
}
@media (max-width: 560px) {
    .stat-item {
        width: 100%;
    }
}
.box-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1021px) {
    .box-stat {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    } 
}
@media (max-width: 790px) {
    .box-stat {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    } 
}
.stat-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
    display: flex;
    align-items: center;
}
.stat-text span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
@media (max-width: 1021px) {
    .stat-text span {
        margin-right: 5px;
    } 
}
.stat-text span svg {
    width: 22px;
    height: 22px;
}

.stat-amount {
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-black);
}
.button-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
@media (max-width: 1021px) {
    .button-content {
        gap: 8px;
        flex-direction: column;
    } 
}
@media (max-width: 790px) {
    .button-content {
        gap: 8px;
        flex-direction: row;
    } 
}
@media (max-width: 505px) {
    .button-content {
        gap: 8px;
        flex-direction: column;
    } 
}
.pay-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    padding: 4px 32px;
    border-radius: 12px;
   
    border: 1px solid var(--bs-gray-400);
    font-weight: 500;
    font-size: 14px;
    transition: border 0.2s ease;
}
.pay-button:hover {
    border: 1px solid var(--bs-gray-600);
}
@media (max-width: 1021px) {
    .pay-button {
        width: 100%;
    } 
}
.pay-button-svg {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.pay-button-svg2 {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.pay-button:hover .pay-button-svg {
    transform: rotate(90deg);
}
.pay-button:hover .pay-button-svg2 {
    transform: rotate(-90deg);
}
.volume-card {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  max-width: 880px;
}
.volume-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.volume-title {
  font-size: 12px;
  color: var(--tg-color-gray);
  margin-bottom: 4px;
  font-weight: 500;
}
.volume-value {
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-color-green);
}
.volume-date {
  font-size: 12px;
  font-weight: 500;
  color: var(--tg-color-gray);
}
.volume-filters {
    display: flex;
    align-items: center;
    justify-content: center;
}
.volume-filters button {
    background: transparent;
    border: none;
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 2px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    border-radius: 8px;
    color: var(--tg-color-gray);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.highcharts-tooltip span {
  box-shadow: none !important;
}
.highcharts-tooltip {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08)) !important;
}

.volume-filters button:hover {
    background: linear-gradient(to bottom, #10b981, #49cfa3);
    color: var(--tg-color-white);
}
.volume-filters .active {
  background: linear-gradient(to bottom, #10b981, #49cfa3);
  color: var(--tg-color-white);
}

.block-content {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}
@media (max-width: 911px) {
    .block-content {
        margin-top: 32px;
        margin-bottom: 32px;
    } 
}
@media (max-width: 600px) {
    .block-content {
        align-items: flex-start;
        flex-direction: column;
    } 
}
.block-light {
    display: flex;
    flex-direction: column;
    width: 33%;
    position: relative;
    background-color: var(--bc-color);
    border-radius: 24px;
    padding: 24px;
    border: 2px solid var(--bc-color);
    transition: border 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.block-light:hover {
    border-bottom: 2px solid var(--tg-color-green);
}
@media (max-width: 911px) {
    .block-light {
        border-radius: 16px;
    } 
}
@media (max-width: 767px) {
    .block-light {
        padding: 16px;
    } 
}
@media (max-width: 600px) {
    .block-light {
        width: 100%;
        align-items: center;
        flex-direction: row;
        border-radius: 16px;
    } 
}
.light-svg {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    background-color: var(--tg-color-white);
    color: var(--tg-color-black);
    justify-content: center;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    box-shadow: 0 1px 12px rgb(199 198 198 / 40%);
    border-radius: 12px;
}
@media (max-width: 600px) {
    .light-svg {
        width: 36px;
        min-width: 36px;
        height: 36px;
        margin-right: 14px;
        border-radius: 8px;
    } 
}
.block-light:hover .light-svg {
    color: var(--tg-color-green);
}
.light-svg svg {
    width: 30px;
    height: 30px;
}
@media (max-width: 600px) {
    .light-svg svg {
        width: 24px;
        height: 24px;
    } 
}
.block-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 1.2;
    color: var(--tg-color-black);
    margin-bottom: 8px;
}
@media (max-width: 911px) {
    .block-content .title {
        margin-bottom: 0;
    } 
}
@media (max-width: 767px) {
    .block-content .title {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 12px;
    } 
}
@media (max-width: 600px) {
    .block-content .title {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.6;
    } 
}
.block-content .subtitle {
    font-size: 12px;
    color: var(--tg-color-gray);
    font-weight: 500;
    line-height: 1.4;
}
@media (max-width: 911px) {
    .block-content .subtitle {
        display: none;
    } 
}
@media (max-width: 600px) {
    .block-content .subtitle {
        font-size: 12px;
        display: block;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    } 
}
.absolute-light {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 0.8;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
@media (max-width: 600px) {
    .absolute-light {
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
    } 
}
.block-light:hover .absolute-light {
    transform: rotate(45deg);
    color: var(--tg-color-green);
}

.title-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--tg-color-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .title-content {
        font-size: 18px;
    } 
}
.block-trans {
    
}
@media (max-width: 767px) {
    .block-trans {
        overflow-y: auto;
        padding: 0 0 16px 0;
    } 
}
.block-trans::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.block-trans::-webkit-scrollbar-track {
    background: #10b98117;
}

.block-trans::-webkit-scrollbar-thumb {
    background-color: var(--tg-color-green);
    border-radius: 4px;
}


.icon-success {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 20px;
}
.title-success {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.font-text_success {
    font-size: 12px;
    width: 300px;
    text-align: center;
    font-weight: 400;
    color: var(--tg-color-gray);
    line-height: 22px;
}
.font-text_success span {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    background-color: var(--bc-color);
    border: 1px solid var(--bs-gray-200);
    border-radius: 8px;
}
.font-title_success {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.content-info_trans {
    padding: 8px 16px;
    background-color: var(--bc-color);
    border-radius: 16px;
    margin-bottom: 24px;
}

.item-info_trans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 8px;
}

.left-info_trans {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.right-info_trans {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    display: flex;
    align-items: center;
}

.right-info_trans span img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.usd-info_trans {
    font-size: 10px;
    font-weight: 400;
    color: var(--tg-color-gray);
    margin-right: 4px;
}


.list-trans {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 19px 0 19px 49px;
    min-width: 700px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(180px, 400px) minmax(110px, 400px) minmax(150px, 400px) minmax(130px, 400px) minmax(100px, 400px);
    align-items: center;
    background-color: var(--tg-color-white);
}
@media (max-width: 767px) {
    .list-trans {
        padding: 19px 0 19px 16px;
    } 
}
.list-trans-content {
    border-radius: 12px;
    margin-bottom: 8px;
    padding: 12px 0 12px 49px;
    min-width: 700px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(180px, 400px) minmax(110px, 400px) minmax(150px, 400px) minmax(130px, 400px) minmax(100px, 400px);
    align-items: center;
    background-color: var(--tg-color-white);
}
@media (max-width: 767px) {
    .list-trans-content {
        padding: 19px 0 19px 16px;
    } 
}
.title-trans {
    color: var(--tg-color-black);
    font-size: 14px;
    font-weight: 500;
}

.trans-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.trans-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.trans-item span svg {
    width: 100%;
    height: 100%;
}

.title-box b {
    font-weight: 500;
}

.title-box {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.subtitle-box {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.trans0 {
    color:var(--tg-color-gray);
}
.trans1 {
    color:var(--tg-color-green);
}
.trans2 {
    color:rgb(235, 134, 113);
}

.no-trans {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
    gap: 4px;
    border-radius: 12px;
    background-color: var(--tg-color-white);
}
.no-trans span {
    width: 24px;
    height: 24px;
}

.update-button {
    width: 32px;
    height: 32px;
    border: 1px solid var(--bs-gray-400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    transition: border 0.3s ease-in-out;
}

.update-button:hover {
    border: 1px solid var(--bs-gray-600);
}

.update-button svg {
    width: 20px;
    height: 20px;
}

.amount-coin {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}

@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-5px); }
  80% { transform: translateX(5px); }
  100% { transform: translateX(0); }
}

.modal-form-content.error {
  animation: shake 0.4s ease;
  margin-bottom: 36px;
}

.modal-form-contol {
    width: 100%;
    position: relative;
}

.formcontrol-input {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}

.inputLabel-shrink {
    line-height: 1.4375em;
    font-size: 1rem;
    font-weight: 500;
    padding: 0px 8px;
    color: var(--tg-color-gray);
    display: block;
    transform-origin: left top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(133% - 32px);
    position: absolute;
    left: 0px;
    top: -3px;
    background: var(--tg-color-white);
    transform: translate(14px, -9px) scale(0.75);
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}

.inputLabel-shrink.error {
    color: var(--tg-color-red);
}
.inputLabel-shrink.focus {
    color: var(--tg-color-green);
}
.input-cl:focus + .inputLabel-shrink {
    color: #fff;
}

.modal-form-input-box {
    line-height: 1.4375em;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding-left: 14px;
}

.modal-form-input {
    display: flex;
    height: 0.01em;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
    color: rgb(145, 158, 171);
    margin-right: 8px;
}
.modal-form-input.error {
    color: var(--tg-color-red);
}
.modal-form-input.focus {
    color: var(--tg-color-green);
}
.input-svg {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}

.input-cl {
    font: inherit;
    letter-spacing: inherit;
    color: var(--tg-color-black);
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px 16.5px 0px;
}

.input-select_coin {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: inherit;
    color: var(--tg-color-black);
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px 16.5px 0px;
}

.input-select_coin:focus + .input-notchedoutline {
  border: 2px solid var(--tg-color-green);
}

.input-cl:focus + .inputLabel-shrink {
    color: #fff;
}

.input-cl::placeholder {
    font-size:14px;
    color:#adb0bca1;
}

.input-cl:focus + .input-notchedoutline {
  border: 2px solid var(--tg-color-green);
}

.input-notchedoutline{
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: #919eab52;
}
.input-cl:focus + .input-notchedoutline {
  border: 2px solid var(--tg-color-green);
}

.input-notchedoutline.error {
    border: 2px solid var(--tg-color-red) !important;
}

.error-input {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-red);
    position: absolute;
    bottom: -22px;
    left: 16px;
}

.content-setting {
    margin-top: 40px;
    display: flex;
    gap: 48px;
}
@media (max-width: 839px) {
    .content-setting {
        margin-top: 40px;
        display: flex;
        gap: 24px;
        flex-direction: column;
    } 
}
.right-setting {
    width: 50%;
}
@media (max-width: 839px) {
    .right-setting {
        width: 100%;
    } 
}
.left-setting {
    width: 50%;
}
@media (max-width: 839px) {
    .left-setting {
        width: 100%;
    } 
}
.style-line-with-title {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    color: var(--tg-color-gray);
    position: relative;
    margin-bottom: 16px;
}
.style-line-with-title:before {
    content: "";
    background-color: var(--tg-color-gray);
    height: 1px;
    width: 100%;
    margin-right: 20px;
    opacity: .13;
    font-weight: 500;
}
.style-line-with-title:after {
    content: "";
    background-color: var(--tg-color-gray);
    height: 1px;
    width: 100%;
    font-weight: 500;
    margin-left: 20px;
    opacity: .13;
}

.item-setting {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-bottom: 16px;
}
@media (max-width: 530px) {
    .item-setting {
        display: flex;
        width: 100%;
        gap: 8px;
        margin-bottom: 16px;
        flex-direction: column;
    } 
}
.item-settings {
    margin-bottom: 16px;
}

.box-form {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    position: relative;
    padding: 7px 11px;
    border-radius: 8px;
    background: var(--tg-color-white);
    color: rgb(99 115 129 / 60%);
    width: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border 0.2s ease-in-out;
}
@media (max-width: 530px) {
    .box-form {
        width: 100%;
    } 
}
.box-form div:first-child {
    display: flex;
    align-items: center;
}
.box-form.focus {
    border: 2px solid var(--tg-color-green);
}
.box-forms {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    position: relative;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--tg-color-white);
    color: rgb(99 115 129 / 60%);
    width: 100%;
    overflow: hidden;
}
.box-forms div:first-child {
    display: flex;
    align-items: center;
}

.c-text-sec {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.c-input-sec {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    margin-top: 2px;
    display: flex;
    align-items: flex-start;
}

.change-absolute {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    background: var(--tg-color-white);
    padding: 0;
    margin: 0;
    justify-content: center;
    color: var(--tg-color-black);
    transition: scale 0.2s ease-in-out;
}

.scale-svg {
    width: 18px;
    height: 18px;
    transition: scale 0.05s ease-in-out;
}

.change-absolute:hover .scale-svg{
    scale: 1.04;
}

.tp-margin {
    margin-top: 32px;
}
.tp-margin16 {
    margin-top: 16px;
}

.title-2fa {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.subtitle-2fa {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
    margin-top: 4px;
    line-height: 1.3;
}

.content-2fa {
    margin-top: 24px;
}

.metod-item {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    display: flex;
    align-items: center;
}

.item-2fa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.switch-toggle {
    width: 40px;
    height: 24px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}

.switch-toggle.toggle0 {
    background: #10b981;
}
.switch-toggle.toggle1 {
    background: #dcdddf;
}
.switch-toggle.toggle2 {
    background: #dcdddf;
}

.slider-toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100px;
    background: var(--tg-color-white);
    bottom: 2px;
}

.slider-toggle.togcircle0 {
    right: 2px;
}
.slider-toggle.togcircle1 {
    left: 2px;
}
.slider-toggle.togcircle2 {
    left: 2px;
}

.alert-tg {
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: rgb(249 192 20);
}
.alert-tg span {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.pass-input {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    padding-right: 28px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    color: var(--tg-color-black);
}
.pass-input::placeholder {
    font-size: 12px;
    color: var(--tg-color-gray);
    font-weight: 400;
    opacity: 0.6;
}

.eye-input-on {
    color: rgb(145, 158, 171);
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    display: none;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}
.send-mail {
    color: var(--tg-color-green);
    position: absolute;
    right: 5px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    top: 2px;
    background: transparent;
    border: none;
    font-weight: 400;
}
.eye-input-off {
    color: rgb(145, 158, 171);
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    opacity: 1 !important;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}

.eye-input-on, .eye-input-off {
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.modal-charaster-container {
    padding: 4px 0 0 0;
}

.modal-charaster {
    display: flex;
    align-items: flex-start;
}
.charaster-text {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
.charaster-svg {
    display: none;
    width: 16px;
    color: #10b981;
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.save-content {
    margin-top: 12px;
}

.save-pass {
    background-color: var(--tg-color-green);
    border: none;
    height: 36px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-white);
    border-radius: 10px;
}
.save-pass:hover {
    background-color: #0ea774;
    color: var(--tg-color-white);
}
.auth-history_content {
    position: relative;
}
.history_content {
    background: var(--tg-color-white);
    border-radius: 16px;
    position: relative;
    padding: 0 16px 12px 16px;
}
.overflow-his {
    overflow-x: auto;
}
.overflow-his::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.overflow-his::-webkit-scrollbar-track {
    background: #10b98117;
}

.overflow-his::-webkit-scrollbar-thumb {
    background-color: var(--tg-color-green);
    border-radius: 4px;
}

.coin-dropdown::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.coin-dropdown::-webkit-scrollbar-track {
    background: #10b98117;
}

.coin-dropdown::-webkit-scrollbar-thumb {
    background-color: var(--tg-color-green);
    border-radius: 4px;
}

.list-his {
    margin-bottom: 8px;
    padding: 24px 0 18px 8px;
    min-width: 490px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(90px, 300px) minmax(110px, 400px) minmax(120px, 400px);
    align-items: center;
}
.divider-his {
    width: 100%;
    height: 2px;
    background-color: var(--bc-color);
    left: 0;
    right: 0;
    top: 58px;
    position: absolute;
}
.list-his-content {
    padding: 8px 0 8px 8px;
    min-width: 490px;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(90px, 300px) minmax(110px, 400px) minmax(120px, 400px);
    align-items: center;
    background-color: var(--tg-color-white);
}

.title-his {
    color: var(--tg-color-black);
    font-size: 12px;
    font-weight: 500;
}

.his-item {
    display: block;
}

.title-box-his b {
    font-weight: 500;
}

.title-box-his {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.no-his {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    gap: 4px;
    border-radius: 12px;
    background-color: var(--tg-color-white);
}
.no-his span {
    width: 22px;
    height: 22px;
}

.address-input {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    padding-right: 28px;
    width: 100%;
}
.address-input::placeholder {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.settingsPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: var(--tg-color-white);
    padding: 16px;
    border-radius: 30px;
    box-shadow: var(--tg-shadow);
    max-width: 480px;
    width: calc(100% - 32px);
    max-height: max-content;
    height: 100%;
    overflow: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
.overlay-settings {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100vw;
  height: 100vh;
  background: rgb(244 244 244 / 60%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}
.settingsPopup.show,
.overlay-settings.show {
  display: block;
}

.settingsPopup.visible,
.overlay-settings.visible {
  opacity: 1;
}

.view-input {
    color: rgb(145, 158, 171);
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    display: none;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease;
}

.header-popup {
    padding: 6px 0 32px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.modal-popup {
    margin-bottom: 24px;
}

/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Start Toaster */

.toast-success {
    background-color: var(--tg-color-white) !important;
    border: 1px solid var(--bs-gray-200);
  }

.toast-error {
    background-color: var(--tg-color-white) !important;
    border: 1px solid var(--bs-gray-200);
  }

#toast-container > .toast-success {
    position: relative;
    padding-left: 68px;
}

#toast-container > .toast-success::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 171, 85, 0.16);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%2310b981' fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-.232-5.36l5-6l-1.536-1.28l-4.3 5.159l-2.225-2.226l-1.414 1.414l3 3l.774.774z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

#toast-container > .toast-error {
    position: relative;
    padding-left: 68px;
}

#toast-container > .toast-error::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 72, 66, 0.16);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035q-.016-.005-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093q.019.005.029-.008l.004-.014l-.034-.614q-.005-.018-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23ff4842' d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-9a1 1 0 0 0-.993.883L11 7v6a1 1 0 0 0 1.993.117L13 13V7a1 1 0 0 0-1-1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}
/* End Toaster */

/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */

.send-mail:disabled {
    background-color: transparent;
}

.time-svg {
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    color: #63738194;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.list-notifications {
    margin: 0;
    padding: 0;
}

.list-notifications .listitem-notifications {
    border-bottom: 1px dashed var(--bs-gray-300);
    padding: 12px 16px;
    display: flex;
    align-items: center;
}
.list-notifications .listitem-notifications.cl1 {
    background-color: var(--bc-color);
}

.list-notifications .listitem-notifications.cl0 {
    background-color: transparent;
}

.list-notifications .listitem-notifications:last-of-type {
    border-bottom: none;
}

.listitemsvg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--bc-color);
}

.listitemsvg img {
    width: 20px;
    height: 20px;
}

.title-time {
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-color-black);
    margin-bottom: 3px;
    margin-top: 2px;
}

.subtitle-time {
    font-size: 11px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.typography-caption {
    display: flex;
    align-items: center;
}

.listitemtext-multiline {
    margin-left: 12px;
}

.circle-status {
    width: 5px;
    height: 5px;
    background-color: #fa765b;
    border-radius: 50%;
    margin-right: 8px;
}

/* Start Partners */
/* *************************** */
/* *************************** */
/* *************************** */
.content-ref {
    display: flex;
    gap: 24px;
}
@media (max-width: 1241px) {
    .content-ref {
        gap: 16px;
    }
}
@media (max-width: 901px) {
    .content-ref {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .content-ref {
        gap: 16px;
    }
}
.ref-left {
    width: 100%;
    background-color: var(--bc-color);
    padding: 16px;
    border-radius: 16px;
    height: max-content;
    overflow: hidden;
}
.ref-right {
    width: 448px;
    min-width: 448px;
    background-color: var(--bc-color);
    padding: 16px;
    border-radius: 16px;
    min-height: 289.53px;
}
@media (max-width: 1301px) {
    .ref-right {
        width: 340px;
        min-width: 340px;
    }
}
@media (max-width: 901px) {
    .ref-right {
        width: 100%;
        min-width: 100%;
    }
}
.head-ref_title {
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.header-stat_ref0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-stat_ref {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 540px) {
    .header-stat_ref {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        height: 54px;
    }
}
@media (max-width: 450px) {
    .header-stat_ref {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        height: 84px;
    }
}
.stat-item-ref {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media (max-width: 450px) {
    .stat-item-ref {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
    }
}
.stat-ref {
    display: flex;
    align-items: center;
}
.stat-ref span {
    color: var(--tg-color-gray);
}
.stat-ref span svg{
    width: 20px;
    height: 20px;
}

.subtitle-block {
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-left: 4px;
    margin-right: 2px;
    line-height: 1;
}

.title-block {
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-color-black);
    line-height: 1;
}
.ref-term {
    margin-top: 16px;
    overflow: auto;
    margin-bottom: 8px;
}

.ref-term::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.ref-term::-webkit-scrollbar-track {
    background: #10b98117;
}

.ref-term::-webkit-scrollbar-thumb {
    background-color: var(--tg-color-green);
    border-radius: 4px;
}
.head-ref_term {
    background-color: var(--tg-color-white);
    border-radius: 6px;
    padding: 8px 16px;
    width: 100%;
    min-width: 569px;
    display: grid;
    grid-template-columns: minmax(80px, 125px) minmax(95px, 125px) minmax(95px, 125px) minmax(95px, 125px) minmax(100px, 141px) minmax(86px, 125px);
    align-items: center;
}
.title-ref_term {
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-color-gray);
    display: flex;
    align-items: center;
    position: relative;
}
.info-title {
    color: var(--tg-color-black);
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    right: 0;
    display: none;
    opacity: 0;
    bottom: -50px;
    background: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    padding: 6px 12px;
    width: 160px;
    border-radius: 8px;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}
.info-title2 {
    color: var(--tg-color-black);
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    right: 0;
    display: none;
    opacity: 0;
    bottom: -50px;
    background: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    padding: 6px 12px;
    width: 180px;
    border-radius: 8px;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
}
.title-ref_term:hover .info-title {
    display: block;
    opacity: 1;
}
.title-ref_term:hover .info-title2 {
    display: block;
    opacity: 1;
}

.content-ref_stat {
    margin-top: 8px;
    background-color: var(--tg-color-white);
    border-radius: 6px;
    width: 100%;
    min-width: 569px;
    margin-bottom: 8px;
}
.stat-ref_term {
    padding: 8px 16px;
    border-bottom: 1px dashed var(--bs-gray-200);
    width: 100%;
    min-width: 569px;
    display: grid;
    grid-template-columns: minmax(80px, 125px) minmax(95px, 125px) minmax(95px, 125px) minmax(95px, 125px) minmax(100px, 141px) minmax(86px, 125px);
    align-items: center;
}
.text-ref_term {
    font-size: 13px;
    color: var(--tg-color-black);
    font-weight: 600;
}
.content-ref_stat .stat-ref_term:last-of-type {
    border-bottom: none;
}

.link-item {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .link-item {
        margin-top: 8px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 500px) {
    .link-item {
        margin-top: 4px;
    }
}
.ref-form-svg {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    height: 52px;
    position: relative;
    padding: 7px 11px;
    border-radius: 8px;
    background: var(--tg-color-white);
    color: rgb(99 115 129 / 60%);
    width: 50%;
    border: 2px solid transparent;
    transition: border 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .ref-form-svg {
        width: 75%;
    }
}
@media (max-width: 530px) {
    .ref-form-svg {
        width: 100%;
    }
}
.ref-form-svg div:first-child {
    display: flex;
    align-items: center;
}
.link-input_ref {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    padding-right: 36px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.link-input_ref::placeholder {
    font-size: 12px;
    color: var(--tg-color-black);
    font-weight: 500;
}

.content-ner{
    margin-top: 8px;
}

.user-content {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 16px;
    background-color: var(--tg-color-white);
    border-radius: 8px;
    margin-bottom: 4px;
    justify-content: space-between;
}
.user-content span{
    width: 26px;
    height: 26px;
    color: #6373818a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.subtitle-ner {
    font-size: 11px;
    font-weight: 500;
    color: var(--tg-color-gray);
}
.title-ner {
    max-width: 110px;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio-name {
    margin-left: 12px;
    min-width: 120px;
}
.portfolio-name2 {
    min-width: 60px;
}
.flex_beetwen {
    display: flex;
    align-items: center;
}
.eye-user {
    width: 36px;
    min-width: 36px;
    min-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.eye-svgs {
    width: 20px !important;
    height: 20px !important;
}

.filter {
    display: inline-block;
    position: relative;
}
.head-details_span2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
    border-radius: 8px;
    text-transform: capitalize;
    position: relative;
}
.flag_local2 {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: -6px;
    left: 8px;
}
.button-filter {
    margin: 0;
    padding: 0;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 8px;
    height: 32px;
    background-color: transparent;
    border: 1px solid var(--bs-gray-300);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-gray);
}

.filter-menu {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    margin-top: 8px;
    background: var(--tg-color-white);
    border: none;
    box-shadow: 0 1px 12px rgb(199 198 198 / 65%);
    border-radius: 8px;
    display: none;
    z-index: 999;
    min-width: 180px;
}

.filter-menu.active {
    display: block;
}

.filter-menu button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    color: var(--tg-color-black);
}
@media (max-width: 500px) {
    .filter-menu button {
        padding: 16px;
        border-bottom: 1px solid var(--bs-gray-200);
    }
}

.filter-menu button:hover {
    background-color: rgb(221 223 225);
}
#referralPagination {
    display: flex;
    gap: 6px;
    margin-top: 16px;
    justify-content: center;
    align-items: center;
}

.no-trans_ref {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    gap: 4px;
    border-radius: 12px;
    background-color: var(--tg-color-white);
}
.no-trans_ref span {
    width: 24px;
    height: 24px;
}
.search-ref {
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    padding: 4.22px 16px 4.22px 34px;
    background: transparent;
    width: 200px;
    color: var(--tg-color-black);
    font-size: 13px;
    font-weight: 500;
    height: 36px;
}
.search-ref::placeholder {
    color: var(--tg-color-gray);
    font-size: 13px;
    font-weight: 400;
    opacity: .8;
}
.search-ref:focus {
    border: 1px solid var(--bs-gray-500);
}
.input-refs {
    color: var(--tg-color-gray);
    margin-top: 12px;
    position: relative;
}
.input-refs span {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.search-ref::placeholder {
    font-size: 12px;
    color: var(--tg-color-gray);
}

.pagination-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0 1px 12px rgb(199 198 198 / 77%);
    background: var(--bc-color);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.2s ease-in-out, width 0.2s ease-in-out;
}

.pagination-btn:hover {
    background: var(--hover-bg-common);
}
.pagination-btn.active {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border: 1px solid var(--bs-gray-400);
}

.languagePopup-ref {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: var(--tg-color-white);
    padding: 16px;
    border-radius: 30px;
    box-shadow: var(--tg-shadow);
    max-width: 360px;
    width: calc(100% - 32px);
    height: 100%;
    min-height: 343px;
    max-height: 343px;
    overflow: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
.loader-ref {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-black);
}
.languagePopup-ref.show,
.overlay-lang.show {
  display: block;
}

.languagePopup-ref.visible,
.overlay-lang.visible {
  opacity: 1;
}

.head-details {
    display: flex;
    align-items: center;
    width: 100%;
}
.head-details_span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 8px;
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
    border-radius: 12px;
    text-transform: capitalize;
}

.title-head_details {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    display: flex;
    align-items: center;
}
.flag_local {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.flag_local span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.subtitle-head_details {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}
.title-details {
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-color-black);
    padding: 4px 0 16px 0;
}
.details-content {
    margin-top: 8px;
}
.time-online {
    font-size: 10px;
    font-weight: 400;
    color: var(--tg-color-gray);
    margin-bottom: 2px;
    text-align: end;
}

.list-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.block-info {
    width: 50%;
    background-color: var(--bc-color);
    border-radius: 8px;
    padding: 6px 12px;
}
.block-info2 {
    width: 33%;
    background-color: var(--bc-color);
    border-radius: 8px;
    padding: 6px 12px;  
}
.block-info_subtitle {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
.block-info_title {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.promo-button {
    background-color: transparent;
    margin: 0;
    border: 1px solid var(--bs-gray-400);
    padding: 0;
    height: 52px;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-black);
    position: relative;
    border-radius: 12px;
    margin-left: 16px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .promo-button {
        margin-left: 0px;
        margin-top: 16px;
        width: 75%;
    }
}
@media (max-width: 530px) {
    .promo-button {
        margin-left: 0px;
        margin-top: 16px;
        width: 100%;
    }
}
.promo-button div {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.promo-button:hover {
    border: 1px solid var(--bs-gray-600);
}
.promo-button:hover div {
    transform: rotate(45deg);
}


.img-right_ref {
    width: 300px;
    position: absolute;
    right: 24px;
}
@media (max-width: 768px) {
    .img-right_ref {
        width: 260px;
    } 
}
@media (max-width: 650px) {
    .img-right_ref {
        display: none;
    } 
}

.img-right_ref-mobile {
    width: 140px;
    position: absolute;
    right: 24px;
    display: none;
}
@media (max-width: 650px) {
    .img-right_ref-mobile {
        display: block;
        right: -32px;
    } 
}
@media (max-width: 530px) {
    .img-right_ref-mobile {
        display: block;
        right: -28px;
        width: 106px;
    } 
}
@media (max-width: 395px) {
    .img-right_ref-mobile {
        display: block;
        right: 12px;
        width: 66px;
    } 
}
@media (max-width: 380px) {
    .img-right_ref-mobile {
        display: block;
        right: -8px;
        width: 66px;
    } 
}
@media (max-width: 355px) {
    .img-right_ref-mobile {
        display: none !important;
    } 
}
.promo_ref {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #10b981;
    margin-bottom: 24px;
    border-radius: 24px;
    padding: 24px;
}
@media (max-width: 768px) {
    .promo_ref {
       height: 104px;
    } 
}
@media (max-width: 650px) {
    .promo_ref {
       height: 104px;
       width: 95%;
    } 
}
@media (max-width: 530px) {
    .promo_ref {
        border-radius: 16px;
        padding: 16px;
        width: 95%;
        height: 88px;
    } 
}
@media (max-width: 395px) {
    .promo_ref {
        overflow: hidden;
        width: 100%;
    } 
}
.promo_ref-title {
    font-size: 32px;
    color: var(--tg-color-white);
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
@media (max-width: 768px) {
    .promo_ref-title {
        font-size: 24px;
    } 
}
@media (max-width: 530px) {
    .promo_ref-title {
        font-size: 18px;
    } 
}
.promo_ref-subtitle {
    font-size: 14px;
    color: var(--tg-color-white);
    font-weight: 500;
    opacity: .9;
    line-height: 1.3;
    width: 300px;
    margin-top: 5px;
    font-family: 'Manrope', sans-serif;
}
@media (max-width: 530px) {
    .promo_ref-subtitle {
        font-size: 12px;
        margin-top: 3px;
        width: 240px;
    } 
}
/* End Partners */
/* *************************** */
/* *************************** */
/* *************************** */

/* Start Strategy */
.header-finance {
    padding: 4px;
    border-radius: 14px;
    border: 1px solid var(--bs-gray-200);
    background-color: var(--bc-color);
    margin-top: 32px;
}

.button-pool {
    height: 40px;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    padding: 0 8px;
    font-family: 'Manrope', sans-serif;
    border: none;
    border-radius: 12px;
    background-color: var(--bc-color);
    color: var(--tg-color-black);
    transition: all 0.2s ease;
}

@media (max-width: 500px) {
  .button-pool {
        height: 34px;
        font-size: 14px;
  }
}

.button-pool.active {
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
}

.soon-pool {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    background: linear-gradient(264.28deg, rgb(235 134 113 / 82%) -38.2%, rgb(235 134 113 / 87%) 103.12%), rgb(255, 255, 255);
    top: -12px;
    right: 4px;
    width: max-content;
    padding: 2px 4px;
    border-radius: 4px;
    color: var(--tg-color-black);
    font-family: 'Inter', sans-serif;
}

.item-pool {
    display: flex;
    margin-top: 16px;
    gap: 16px;
}
@media (max-width: 1241px) {
    .item-pool {
        gap: 16px;
    }
}
@media (max-width: 651px) {
    .item-pool {
        gap: 16px;
        flex-direction: column;
    }
}
.left-pool {
    width: 50%;
}
.left-pool2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--bc-color);
    width: 100%;
    gap: 24px;
    padding: 16px;
    border-radius: 16px;
    height: max-content;
}
@media (max-width: 651px) {
    .left-pool {
        width: 100%;
    }
}
.right-pool {
    background: var(--bc-color);
    width: 50%;
    padding: 16px;
    position: relative;
    max-height: max-content;
    border-radius: 16px;
}
@media (max-width: 651px) {
    .right-pool {
        width: 100%;
    }
}
.title-pool {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
}

.title-pool2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    margin-bottom: 12px;
}

.subtitle-pool {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-gray);
    margin-top: 4px;
    line-height: 1.4;
}

.specific-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1000px) {
    .specific-content {
        gap: 8px;
        flex-direction: column;
    }
}

.specific-item {
    display: flex;
    align-items: center;
    background: var(--tg-color-white);
    border-radius: 8px;
    padding: 8px;
    height: 40px;
    width: 50%;
    justify-content: space-between;
}
@media (max-width: 1000px) {
    .specific-item {
        width: 100%;
    }
}
.specific-box {
    display: flex;
    align-items: center;
    color: var(--tg-color-gray);
}

.specific-box p {
    display: flex;
    align-items: center;
    color: var(--tg-color-gray);
    margin: 0;
    margin-left: 4px;
    font-weight: 500
}

.specific-reply {
    font-size: 14px;
    font-weight: 500;
}

.about-specific {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}

.input-content {
    margin-top: 16px;
}

.invest-button {
    display: flex;
    justify-content: flex-end;
}

.invest_button {
    background-color: var(--tg-color-green);
    color: var(--tg-color-white);
    border: none;
    border-radius: 12px;
    height: 40px;
    padding: 0 24px;
    min-width: 110px;
}
.invest_button:hover {
    background-color: #0ea774;
}
.strategy-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
    gap: 4px;
    border-radius: 12px;
    background-color: var(--tg-color-white);
    margin-top: 16px;
}
.strategy-content span {
    width: 24px;
    height: 24px;
}


.pool_stat {
    background: var(--bc-color);
    width: 100%;
    border-radius: 16px;
    margin-top: 16px;
    padding: 16px;
}

.flex-stat_info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media (max-width: 900px) {
    .flex-stat_info {
        flex-direction: column;
        align-items: flex-start;

    }
}

.dis_flex-stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
}

@media (max-width: 900px) {
    .dis_flex-stat {
        width: 100%;
    }
}

@media (max-width: 651px) {
    .dis_flex-stat {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 8px 12px;
    }
}

@media (max-width: 500px) {
    .dis_flex-stat {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 24px;
    }
}

.info_button-stat {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    padding: 4px 24px;
    height: 40px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    position: relative;
    transition: border 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.info_button-stat:hover {
    border: 1px solid var(--bs-gray-500);
    color: var(--tg-color-black);
}

.info_button-stat:hover .arrow-blank {
    transform: rotate(45deg);
}   

.pool_stat-chart {
    max-width: 260px;
    min-width: 120px;
    max-height: 90px;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .pool_stat-chart {
        max-width: 100%;
        width: 100%;
    }
}

.pool_stat-chart canvas {
    border-radius: 24px;
}

.payPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    background: var(--tg-color-white);
    padding: 16px 16px 24px 16px;
    border-radius: 30px;
    box-shadow: var(--tg-shadow);
    max-width: 530px;
    width: calc(100% - 32px);
    max-height: max-content;
    height: 100%;
    overflow: auto;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}
@media (max-width: 530px) {
    .payPopup {
        height: 100%;
        max-height: 100%;
        border-radius: 0;
        width: 100%;
        padding: 16px;
        max-width: 100%;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
}
.overlay-pay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100vw;
  height: 100vh;
  background: rgb(244 244 244 / 60%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}
.payPopup.show,
.overlay-pay.show {
  display: block;
}

.payPopup.visible,
.overlay-pay.visible {
  opacity: 1;
}

.step-block {
    width: max-content;
    margin-right: 8px;
    padding: 0 12px;
    background: var(--tg-color-green);
    color: var(--tg-color-white);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
}

.content-pay_coin {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
@media (max-width: 480px) {
    .content-pay_coin {
        justify-content: flex-start;
    }
}
.coin-pay-block {
    width: calc(33.33% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding: 12px;
    background-color: var(--bc-color);
    border-radius: 12px;
    gap: 4px;
    cursor: pointer;
    position: relative;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
}
@media (max-width: 480px) {
    .coin-pay-block {
        width: calc(50% - 4px);
    }
}
.coin-pay-block.active {
    border: 1px solid var(--tg-color-green);
    background-color: rgb(16 185 129 / 7%);
}

.coin-pay-block:hover {
    border: 1px solid var(--bs-gray-300);
    transform: scale(1.01) translateZ(0);
}

.coin-pay-block.active:hover {
    border: 1px solid var(--tg-color-green);
    background-color: rgb(16 185 129 / 7%);
    transform: scale(1) translateZ(0);
}

.img-coin {
    width: 32px;
}

.name-coin {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.usdt-chain {
    position: absolute;
    font-size: 10px;
    background-color: #d9dadb;
    top: 4px;
    left: 4px;
    padding: 2px 6px;
    border-radius: 6px;
    color: var(--tg-color-black);
    font-weight: 500;
}

.button-pay {
    background-color: var(--tg-color-green);
    border: none;
    height: 40px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-white);
    border-radius: 10px;
    min-width: 110px;
}
.button-pay:hover {
    background-color: #0ea774;
}

.step-content {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.subtext-popup {
    font-size: 12px;
    font-weight: 400;
    color: #b1974a;
    padding: 0;
    margin: 0;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
}

.subtext-popup span {
    width: 14px;
    display: inline-flex;
    justify-content: center;
    height: 20px;
    min-width: 20px;
    margin-right: 8px;
    align-items: center;
}

.content-address {
    display: flex;
    margin-top: 40px;
}
@media (max-width: 520px) {
    .content-address {
        margin-top: 24px;
        flex-direction: column;
    }
}
.qr-address {
    width: 120px;
    height: 120px;
    margin-right: 24px;
    min-width: 120px;
}
@media (max-width: 520px) {
    .qr-address {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 24px;
    }
}
.box-form_address {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    position: relative;
    padding: 7px 11px;
    border-radius: 8px;
    background: var(--bc-color);
    color: rgb(99 115 129 / 60%);
    overflow: hidden;
    border: 2px solid transparent;
    transition: border 0.2s ease-in-out;
    width: 100%;
    margin-top: 14px;
}

.address_input {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    padding-right: 30px;
}

.order-title {
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer-trans {
    width: 60px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bc-color);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    min-width: 60px;
    min-height: 24px;
}

.order-title span{
    font-weight: 600;
}

.subtext-address {
    font-size: 12px;
    color: var(--tg-color-gray);
    font-weight: 400;
    margin-top: 8px;
}

.subtext-address span {
    font-weight: 600;
}

.cope-absolute {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 100%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
    color: var(--tg-color-black);
    transition: scale 0.2s ease-in-out;
}

.c-text-sec span {
    text-transform: uppercase;
}

.art-coin {
    text-transform: uppercase;
}

.warn-amount {
    font-size: 12px;
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #b1974a;
}

.step_with {
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.strategy-content2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 920px) {
    .strategy-content2 {
        flex-direction: column;
    } 
}

@media (max-width: 920px) {
    .content-click_button {
        margin-top: 16px;
    } 
}
@media (max-width: 428px) {
    .content-click_button {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    } 
}

.flex_column-strategy {
    background: var(--tg-color-white);
    border-radius: 16px;
    padding: 24px;
    margin-top: 16px;
    max-width: 360px;
    width: 100%;
}

.flex_column-history {
    background: var(--tg-color-white);
    border-radius: 16px;
    width: 100%;
    padding-bottom: 8px;
    overflow: auto;
}

.flex_column-history::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 4px;
}

.flex_column-history::-webkit-scrollbar-track {
    background: #10b98117;
}

.flex_column-history::-webkit-scrollbar-thumb {
    background-color: var(--tg-color-green);
    border-radius: 4px;
}

.item_column-strategy {
    display: flex;
    flex-direction: column;
    position: relative;
}
.my_title-strategy {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    color: var(--tg-color-black);
    width: 100%;
    position: relative;
}

.my_amount-strategy {
    font-size: 32px;
    font-weight: 800;
    color: var(--tg-color-black);
    font-family: 'Manrope', sans-serif;
    text-align: center;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.click_strategy-left-mobile {
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media (max-width: 920px) {
    .click_strategy-left-mobile {
        display: inline-flex;
    } 
}

.click_strategy-left {
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    padding: 0;
}
@media (max-width: 920px) {
    .click_strategy-left {
        display: none;
    } 
}
.click_strategy-right {
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    padding: 0;
}

@media (max-width: 920px) {
    .click_strategy-right {
        margin-left: 8px;
    } 
}

.info-strategy {
    margin-top: 16px;
    height: 40px;
    border: 1px solid var(--bs-gray-400);
    border-radius: 12px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: var(--tg-color-black);
}

.info-strategy:hover {
    border: 1px solid var(--bs-gray-600);
    color: var(--tg-color-black);
}

.info-strategy:hover .arrow-blank{
    transform: rotate(45deg);
}

.count-strategy_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--tg-color-gray);
    margin-left: 4px;
}
.count-strategy_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    right: -10%;
    transform: translateX(10%);
    margin-bottom: 4px;
    width: 200px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.count-strategy_coin:hover .count-strategy_info {
	opacity: 1;
}
/* End Strategy */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* Start Stat */

.stat-content {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}

@media (max-width: 787px) {
    .stat-content {
        flex-wrap: wrap;
    }
}

.stat-block {
    background-color: var(--bc-color);
    padding: 10px 16px;
    border-radius: 12px;
    width: max-content;
    display: flex;
    align-items: center;

}

@media (max-width: 500px) {
    .stat-block {
        width: calc(50% - 4px);
    }
}

@media (max-width: 440px) {
    .stat-block {
        padding: 8px 10px;
        border-radius: 10px;
    }
}

@media (max-width: 400px) {
    .stat-block {
        padding: 6px 8px;
        border-radius: 10px;
    }
}


.stat-block-svg {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tg-color-white);
    border-radius: 8px;
    color: var(--tg-color-black);
    margin-right: 14px;
}

@media (max-width: 440px) {
    .stat-block-svg {
        width: 32px;
        min-width: 32px;
        height: 32px;
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    .stat-block-svg {
        width: 28px;
        min-width: 28px;
        height: 28px;
        margin-right: 7px;
    }
}

.stat-title-block {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

@media (max-width: 400px) {
    .stat-title-block {
        font-size: 12px;
    }
}

.stat-subtitle-block {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-top: 2px;
}

@media (max-width: 400px) {
    .stat-subtitle-block {
        font-size: 11px;
    }
}

.item_coin-stat {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.price-change {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px;
}

.price-change svg {
    width: 16px;
    height: 16px;
}

.block_coin-stat {
    padding: 16px;
    background-color: var(--bc-color);
    border-radius: 16px;
    width: calc(25% - 7px);
}

@media (max-width: 941px) {
    .block_coin-stat {
        width: calc(33.33% - 6px);
    }
}

@media (max-width: 767px) {
    .block_coin-stat {
        width: calc(50% - 4px);
    }
}

@media (max-width: 531px) {
    .block_coin-stat {
        width: 100%;
    }
}

.flex-stat {
    display: flex;
    align-items: center;
}

.img-coin_stat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.img-coin_stat img {
    width: 22px;
    height: 22px;
    border-radius: 100px;
}

.symbol-coin {
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-color-black);
    font-family: 'Manrope', sans-serif;
}
.title-price_coin {
    font-size: 20px;
    font-weight: 700;
    color: var(--tg-color-black);
    font-family: 'Manrope', sans-serif;
}

.dis-beetween {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6px;
}

.subtitle-stat_coin {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    position: relative;
    display: flex;
    gap: 4px;
}

.title-stat_coin {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.chart-wrappers {
    width: 100%;
    height: 80px;
    margin-top: 16px;
}

.scriner-header {
    margin-bottom: 32px;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title_scriner {
    font-size: 28px;
    font-weight: 700;
    color: var(--tg-color-black);
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    max-width: 800px;
    text-align: center;
    text-transform: lowercase;
}

@media (max-width: 500px) {
    .title_scriner {
       font-size: 24px;
    }
}

.subtitle_scriner {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray);
    max-width: 700px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: lowercase;
    line-height: 1.3;
}

.default-logo {
    display: block;
    transition: opacity 0.3s ease;
}
.default-logo:hover {
    opacity: 0;
}
.hover-logo {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    pointer-events: none;
}
.exchanges-logo:hover .hover-logo {
    opacity: 1;
}
.exchanges-logo {
    position: relative;
    margin-bottom: 16px;
}
@media (max-width: 500px) {
    .exchanges-logo {
       width: 90px;
    }
}
.value_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.value_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    left: 10%;
    transform: translateX(-10%);
    margin-bottom: 4px;
    width: 200px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.value_coin:hover .value_info {
	opacity: 1;
}

.count-trade_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.count-trade_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    width: 200px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.count-trade_coin:hover .count-trade_info {
	opacity: 1;
}

.spike_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.spike_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    left: 40%;
    transform: translateX(-40%);
    margin-bottom: 4px;
    width: 220px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.spike_coin:hover .spike_info {
	opacity: 1;
}

.volatility_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.volatility_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    left: 40%;
    transform: translateX(-40%);
    margin-bottom: 4px;
    width: 220px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.volatility_coin:hover .volatility_info {
	opacity: 1;
}


.correlation_coin {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.correlation_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    left: 40%;
    transform: translateX(-40%);
    margin-bottom: 4px;
    width: 220px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.correlation_coin:hover .correlation_info {
	opacity: 1;
}

.content-histoty_stat {
    margin-top: 80px;
}

.content_trade-stat {
    margin-top: 20px;
}
@media (max-width: 870px) {
    .content_trade-stat {
       display: none;
    }
}

.content_trade-stat-mobile {
    margin-top: 20px;
    display: none;
}
@media (max-width: 870px) {
    .content_trade-stat-mobile {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
}
.item_trade_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_trade_flex2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .item_trade_flex2 {
        justify-content: flex-start;
        gap: 24px;
    }
}
@media (max-width: 485px) {
    .item_trade_flex2 {
        justify-content: space-between;
        gap: 16px;
        flex-wrap: wrap;
    }
}
@media (max-width: 470px) {
    .item_trade_flex2 {
        justify-content: space-between;
        gap: 8px;
        flex-wrap: wrap;
    }
}
.item_trade-stat {
    background: var(--bc-color);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: minmax(220px, 220px) minmax(120px, 400px) minmax(140px, 400px) minmax(140px, 400px) minmax(90px, 400px) minmax(110px, 400px);
    align-items: center;
}

.item_trade-stat-mobile {
    background: var(--bc-color);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 16px;
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 767px) {
    .item_trade-stat-mobile {
        width: 100%;
        padding: 12px 14px;
    }
}

.flex-item_stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.flex-item_stat-mobile {
    display: flex;
    flex-direction: column;
}

.flex-item_stat1 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 200px;
}

.subtitle_trade-stat {
    font-size: 12px;
    color: var(--tg-color-gray);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.title_trade-stat {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.subtitle_trade-stat-mobile {
    font-size: 11px;
    color: var(--tg-color-gray);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .subtitle_trade-stat-mobile {
        font-size: 12px;
    }
}
@media (max-width: 470px) {
    .subtitle_trade-stat-mobile {
        font-size: 11px;
    }
}

.title_trade-stat-mobile {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-black);
}

@media (max-width: 767px) {
    .title_trade-stat-mobile {
        font-size: 14px;
    }
}
@media (max-width: 470px) {
    .title_trade-stat-mobile {
        font-size: 12px;
    }
}

.cursor_time {
    margin-left: 2px;
    height: 19px;
    width: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #637381b5;
    cursor: pointer;
    position: relative;
}

.cursor_time {
    cursor: pointer;
    position: relative;
}
.time_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    right: -10px;
    margin-bottom: 4px;
    width: 170px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.cursor_time:hover .time_info {
	opacity: 1;
}

.time-local {
    color: var(--tg-color-black);
    font-weight: 600;
}

.title_direction-stat {
    color: var(--tg-color-white);
    background-color: #ef4444;
    text-transform: capitalize;
    height: 18px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    border-radius: 6px;
}

.flex_beetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.title_stat-strategy {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-gray);
}
.subtitle_stat-strategy {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.timer_strategy_flex {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bc-color);
    border-radius: 8px;
    padding: 2px 11px 2px 4px;
}

.timer_strategy {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    width: 66px;
    min-width: 66px;
    display: flex;
    justify-content: flex-end;
    margin-right: 4px;
}


.count-strategy_timer {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: var(--tg-color-gray);
}
.count-strategy_timer_info {
    padding: 6px 12px;
    border-radius: 8px;
    opacity: 0;
    font-size: 12px;
    background-color: var(--tg-color-white);
    box-shadow: 0 1px 12px rgb(199 198 198 / 60%);
    color: var(--tg-color-black);
    font-weight: 500;
    bottom: 100%;
    right: -5%;
    transform: translateX(30%);
    margin-bottom: 16px;
    width: 200px;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 20;
    pointer-events: none;
}
.count-strategy_timer:hover .count-strategy_timer_info {
	opacity: 1;
}

.header_history-block {
    display: grid;
    grid-template-columns: minmax(130px, 130px) minmax(150px, 150px) minmax(120px, 200px);
    align-items: center;
    padding: 16px 0 16px 24px;
    border-bottom: 1px solid var(--bs-gray-200);
}
.title-header_history {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}
.content_history-block {
    display: grid;
    grid-template-columns: minmax(130px, 130px) minmax(150px, 150px) minmax(120px, 200px);
    align-items: center;
    padding: 16px 0 16px 24px;
    border-bottom: 1px dashed var(--bs-gray-200);
}
.content_history-block:last-of-type {
    border-bottom: none;
}

.close-button-strategy {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    color: var(--tg-color-gray);
    top: 0;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.footer-popup {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    margin-bottom: 32px;
}

.exit-reason {
    height: 120px;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--bs-gray-300);
    background: transparent;
    text-align: left;
    vertical-align: top;
    resize: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.exit-reason::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray);
}
.reason-content {
    position: relative;
    margin-bottom: 18px;
}

.title_input {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
    padding: 0 0 4px 12px;
}

.content-close_text {
    margin-top: 20px;
}

.close_str {
    font-size: 12px;
    font-weight: 500;
    color: var(--tg-color-gray);
}
/* End Stat */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* *************************** */
/* start promo */

.title-promo {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.gif-promo {
    margin-bottom: 24px;
}
.code-res {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.copy-promo {
    position: relative;
    background: transparent;
    border-radius: 6px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 500;
    border: 1px solid var(--bs-gray-400);
    display: inline-flex;
    justify-content: flex-start;
}
.download-promo {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-green);
}

.change-absolute_promo {
    position: absolute;
    top: 50%;
    right: 0;
    width: 28px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    color: var(--tg-color-black);
    transition: scale 0.2s ease-in-out;
}

.flex-promo {
    display: flex;
    gap: 24px;
}
.overflow-promo {
    overflow: hidden;
    padding-bottom: 40px;
    height: calc(100% - 16px);
    border-radius: 4px;
}
.content-promo {
    overflow: auto;
    height: 100%;
    padding-right: 8px;
    border-radius: 4px;
}

.content-pdf {
    margin-top: 40px;
    padding-bottom: 24px;
}
.header-pdf {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-black);
}

.wrap-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.item-pdf_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 12px);
    height: 90px;
    background-color: var(--bc-color);
    border-radius: 12px;
    padding: 16px;
    position: relative;
    cursor: pointer;
}

.title-pdf {
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-black);
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf-href {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}

.content-email-2fa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 105px;
}    

.item-email-2fa {
    max-width: 410px;
    padding: 16px;
    background: var(--tg-color-white);
    border-radius: 16px;
}

.modal-head {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 40px;
}

.head-title-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.5rem;
}

.modal-auth-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: #000;
    vertical-align: middle;
}

.modal-text-head {
    font-weight: 600;
    font-size: 24px;
    color: var(--tg-color-black);
    margin-bottom: 0px;
    text-transform: none;
    line-height: 1.16;
}

.modal-text-foot {
    color: var(--tg-color-gray);
    font-size: 14px;
    line-height: 1.25;
    display: flex;
    font-weight: 400;
    margin-bottom: 0;
}

.title-head-2fa {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: var(--tg-color-black);
}

.verify-email {
    background-color: var(--tg-color-green);
    border: none;
    height: 40px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-white);
    border-radius: 10px;
}

.verify-email:hover {
    background-color: #0ea774;
    color: var(--tg-color-white);
}



  
    button,sbmt,
input[type="submit"],
.input-button {
  background-color: #007bff; /* Primary blue */
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  display: inline-block;
}

button:hover,
input[type="submit"]:hover,
.input-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

    
    
    input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
  color: #333;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

::placeholder {
  color: #999;
  opacity: 0.7;
  font-style: italic;
}

/* Optional: Styling for error/success states */
input.error {
  border-color: #dc3545;
  background-color: #fff5f5;
}

input.success {
  border-color: #28a745;
  background-color: #f5fff8;
}



#google_translate_element {
	
	color: transparent;
}

#google_translate_element a {
	
  display: none;
}

select.google_translate_element {
	
  color: black;
}

div.goog-te-gadget {
	
  color: transparent;
}

div.goog-te-gadget {
	
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	
    margin: 0px 0 !important;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 500;
    background: #2ee2b9;
    background-size: 300% 100%;
    border: 1px solid #2ee2b9;
    color: #11132d !important;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0px 3px 5px #fff;
    height: 42px;
    display: inline-block;
    position: relative;
    /* top: 6px; */
    width: 200px;
}
