.chart-source {
  margin-bottom: 10px !important;
}

.chart-source span {
  cursor: pointer;
}

.chart-source span.active {
  color: #A747EB;
}

.cust-full-block-fields {
  margin-bottom: 2rem;
}

.cust-full-block-fields .cust-components-filter__item {
  width: 100%;
}

.cust-full-block-fields .network-select {
  padding: 16px 18px;
}

.cust-full-block-fields ul {
  list-style-type: none !important;
}

.cust-full-block-fields .qr-container img {
  border-radius: 10px;
  border: 2px solid var(--white-color);
  padding: 5px;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: -moz-min-content;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  flex-grow: 0;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.widget-market-trades__list-item__time-larger {
  width: 42%;
}

.widget-market-trades__title-time-larger {
  width: 42%;
}

.custom-auth-block {
  display: flex;
}

.custom-auth-block .cust-block-button {
  position: relative;
  width: calc(50% - 10px);
  margin-top: 1rem;
}

.custom-auth-block .cust-block-button a {
  width: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid var(--tr-hover-color);
  border-radius: 9999px;
  outline: none;
  padding: 1rem 1rem !important;
}

body.dark .modal-container .bg-white {
  background-color: var(--purple-third-color) !important;
  color: var(--white-color);
}

body.dark .custom-auth-block .cust-block-button a {
  color: var(--white-color);
  background-color: var(--purple-fourth-color);
  border: 1px solid var(--purple-fourth-color);
}

body.dark .custom-auth-block .twitter-auth-btn svg path {
  fill: #ffffff;
}

.cust-module-orderopen__navigation_v2 .cust-module-orderopen__navigation-title:hover {
  color: inherit;
}

.cust-module-orderopen__navigation_v2 .cust-module-orderopen__navigation-active {
  border-bottom-color: #B8D3FA;
}

.cust-table-list__value-v2 {
  display: block;
}

.cust-table-list__value-v2 .table-list__text-smaller {
  font-size: 13px;
  margin-top: 5px;
  color: var(--second-fourth-color);
}

.slogan-text-bottom {
  margin-top: 15px;
  font-size: 14px;
}

.btn-add {
  margin-right: 10px;
  padding: 6px 14px;
  display: block;
  min-width: 100px;
  text-align: center;
  background: #D4E8FF1A !important;
  color: #D4E8FF !important;
  border-radius: 0 !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  cursor: pointer;
}

.btn-add svg {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.btn-add span {
  display: inline-block;
}

.btn-add:hover {
  opacity: 0.8;
}

.btn-add-label {
  padding: 6px 8px;
  background: var(--btn-secondary-color);
  color: var(--btn-secondary-text-color);
  padding-left: 15px;
}

.btn-add-label svg {
  margin-left: 15px;
}

.cust-components-filter__item-v2 {
  width: 100% !important;
}

.btn-delete {
  transform: rotate(35deg);
}

.payment-method-wrapper-modal {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 15px;
}

.checkbox-select-group {
  margin: 15px 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--border-select-color);
}

.dark .payment-method-title {
  color: var(--white-color);
}

.payment-method-label {
  box-sizing: border-box;
  min-width: 0;
  border-radius: 2px;
  flex-shrink: 0;
  width: 3px;
  height: 14px;
  margin-top: 3px;
  margin-right: 8px;
}

.payment-method-label.blue {
  background: #0c3299;
}

input[type=checkbox],
input[type=radio] {
  --tw-shadow: none !important;
  box-shadow: none !important;
}

input[type=checkbox] {
  background: var(--checkbox-bg);
  border: 1px solid var(--checkbox-border);
}

input[type=checkbox][disabled] {
  background: var(--disabled-checkbox);
}

.filter-textarea {
  min-height: 100px;
  padding: 1rem !important;
  height: 100px !important;
}

.user-status__item a {
  max-width: 150px;
  text-align: center;
  margin: 30px auto;
  display: block;
}

.cust-btn-wrapper {
  margin-right: 15px;
}

.cust-components-filter__button:hover {
  background: #A747EB;
  opacity: 0.7;
}

.cust-components-filter__button-v2 {
  background-color: #A747EB;
}

.cust-components-filter__button-v2:hover {
  background-color: #A747EB;
  opacity: 0.7;
}

.user-sub-menu {
  margin: 5.2rem 0 0;
}

.user-sub-menu .user-sub-menu-item {
  padding: 10px 0;
  position: relative;
  display: flex;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
  margin-left: 0;
}

.user-sub-menu .user-sub-menu-item:hover {
  color: #A747EB;
}

.user-sub-menu .user-sub-menu-item:hover .user-sub-menu-icon path:hover,
.user-sub-menu .user-sub-menu-item:hover .user-sub-menu-icon circle:hover,
.user-sub-menu .user-sub-menu-item:hover .user-sub-menu-icon rect:hover {
  stroke: #A747EB;
}

.user-sub-menu .user-sub-menu-item .user-sub-menu-icon {
  margin-right: 5px;
}

.user-sub-menu .user-sub-menu-item .user-sub-menu-icon path,
.user-sub-menu .user-sub-menu-item .user-sub-menu-icon rect,
.user-sub-menu .user-sub-menu-item .user-sub-menu-icon cirlce {
  stroke: var(--first-text-color);
}

.user-sub-menu .user-sub-menu-item .user-sub-menu-icon-thin {
  margin-top: 2px;
  margin-right: 5px;
}

.user-sub-menu .user-sub-menu-item .user-sub-menu-icon-thin .fill-must {
  fill: var(--first-text-color);
}

.user-sub-menu .user-sub-menu-item .cust-header-dropdown__list {
  background-color: #f5f5f5;
  top: 44px;
}

.user-sub-menu .user-sub-menu-item .cust-header-dropdown__list a:hover {
  background-color: #ebebeb;
}

.user-sub-menu .user-sub-menu-item .cust-header-dropdown__list .cust-header-dropdown__list-color {
  stroke: var(--blue-dark-color);
}

.user-sub-menu .user-sub-menu-item .cust-header-dropdown__list .cust-header-dropdown__list-title {
  color: var(--blue-dark-color);
}

body.dark .user-sub-menu-item .cust-header-dropdown__list {
  background-color: var(--blue-dark-second-color);
}

body.dark .user-sub-menu-item .cust-header-dropdown__list a:hover {
  background-color: var(--dark-body-color);
}

body.dark .user-sub-menu-item .cust-header-dropdown__list .cust-header-dropdown__list-color {
  stroke: var(--dark-text-color);
}

body.dark .user-sub-menu-item .cust-header-dropdown__list .cust-header-dropdown__list-title {
  color: var(--dark-text-color);
}

.cust-filter-group {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.cust-filter-top-group {
  display: flex;
  align-items: center;
}

.cust-mobile-body .cust-filter-group {
  margin-bottom: 10px;
}

.cust-mobile-body .cust-filter-group .cust-filter-top-group {
  flex-direction: column;
}

.cust-mobile-body .cust-filter-group .cust-filter-top-group .filter-top-right {
  margin-left: 0 !important;
  margin-top: 15px;
}

.components-filter__form .components-filter__item .filter-select__option {
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03 !important;
  color: var(--second-text-color);
  padding: 0.8rem;
}

.components-filter__item .filter-select__option {
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03 !important;
  color: var(--second-text-color);
  padding: 0.8rem;
}

.filter-dropdown-group .filter-select__option {
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03 !important;
  color: var(--second-text-color);
  min-width: 300px;
  padding: 0.8rem;
}

.components-filter__item8 .filter-select__option {
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03 !important;
  color: var(--second-text-color);
  padding: 0.8rem;
}

.cust-filter-dropdown-group .filter-select__option {
  min-width: 300px;
  padding: 0.8rem;
  color: var(--second-text-color);
  background-color: #010513 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border: 1px solid #D4E8FF03 !important;
}

.cust-filter-dropdown-group .filter-select__option input {

  background-color: #010513 !important;
  border: 1px solid #D4E8FF03 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-filter-dropdown-group {
  height: 56px;
  margin-top: 0px !important;
  align-items: center;
  margin-right: 15px;
  padding: 0.2rem 0.7rem;
  display: flex;

  background-color: #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

}

.cust-filter-dropdown-group .filter-select {
  min-width: 120px;
  margin-top: 0;
  background: transparent !important;
  border: none !important;
}

.cust-filter-dropdown-group .filter-select:focus,
.cust-filter-dropdown-group .filter-select:hover {
  box-shadow: none;
}

.cust-filter-dropdown-group .filter-select img {
  width: 25px;
  height: 25px;
}

.filter-top-right {
  display: flex;
  margin-left: 50px;
  align-items: center;
}

.filter-top-right .filter-top-item-list {
  cursor: pointer;
  display: flex;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: 500;
  opacity: 0.8;
}

.filter-top-right .filter-top-item-list.active {
  color: #A747EB !important;
  opacity: 1;
}

#body .svg-icon-label svg {
  fill: #D4E8FF !important;
}

.text-gray-600 {
  color: #D4E8FF !important;
}

.cust-filter-button-group {
  display: flex;
  border-radius: 9999px;
  max-width: 200px;
  min-width: 200px;
  padding: 0;
  width: 100%;
}

.cust-filter-button-group .cust-filter-button-items {
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 0px !important;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}

.cust-filter-button-group .cust-filter-button-left-group.active {
  background: #D4E8FF1A;
  color: white;
  font-weight: 600;
  border: 0.8px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.cust-filter-button-group .cust-filter-button-right-group.active {
  background: #D4E8FF1A;
  color: white;
  font-weight: 600;
  border: 0.8px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.btn-action {
  min-width: 150px;
  padding: 10px 20px;
  border-radius: 9999px;
  text-align: center;
}

.btn-action:after {
  display: none !important;
}

.btn-action:hover {
  opacity: 0.9;
}

.p2pmodal {
  display: flex;
}

.p2pmodal .modal-col-1 {
  width: 50%;
}

.p2pmodal .modal-user {
  margin-bottom: 30px;
  display: flex;
}

.p2pmodal .modal-user-info {
  margin-left: 15px;
}

.p2pmodal .modal-user-info-top {
  display: flex;
  padding-top: 2px;
  margin-bottom: 3px;
}

.p2pmodal .modal-user-info-bottom {
  display: flex;
}

.p2pmodal .modal-user-info-bottom-text span {
  font-weight: bold;
}

.p2pmodal .modal-ad-timeline {
  display: flex;
  justify-content: space-between;
}

.p2pmodal .modal-ad-timeline .modal-text {
  margin-right: 30px;
}

.p2pmodal .modal-ad-timeline .modal-text:last-child {
  margin-right: 0;
}

.p2pmodal .modal-text-footer {
  font-size: 12px;
}

.p2pmodal .modal-ad-comment {
  margin-top: 30px;
}

.p2pmodal .modal-ad-comment .modal-text-header {
  font-weight: bold;
}

.p2pmodal .modal-ad-comment .modal-text-footer {
  margin-top: 10px;
}

.p2pmodal .modal-right-top {
  margin-bottom: 15px;
}

.p2pmodal .modal-input-group-v2 {
  border: 1px solid var(--border-line-color-v2);
  padding: 0 20px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.p2pmodal .modal-input-group-v2 .cust-components-filter__item {
  width: 100%;
}

.p2pmodal .modal-input-group-v2 .cust-components-filter__item button {
  margin-top: 0;
  border: 0;
}

.p2pmodal .modal-input-group-v2 .cust-components-filter__item .filter-select {
  padding: 0.9rem 0;
}

.p2pmodal .modal-input-group-v2 .cust-components-filter__item .filter-select:focus {
  border: 0;
}

.p2pmodal .p2p-form-error {
  border: 1px solid var(--red-color) !important;
}

.p2pmodal .modal-input-error {
  color: var(--red-color);
  font-size: 13px;
  margin-bottom: 10px;
}

.p2pmodal .modal-input-group {
  border: 1px solid var(--border-line-color-v2);
  padding: 10px 20px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.p2pmodal .modal-input-group .modal-input-group-label {
  margin-bottom: 5px;
  margin-top: 10px;
}

.p2pmodal .modal-input-group .modal-input-group-btn {
  display: flex;
}

.p2pmodal .modal-input-group .modal-input-group-field-placeholder {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 120px;
  justify-content: flex-end;
}

.p2pmodal .modal-input-group .modal-input-group-field-asset {
  display: flex;
}

.p2pmodal .modal-input-group .modal-input-group-field {
  width: 100%;
}

.p2pmodal .modal-input-group .modal-input-group-field input {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p2pmodal .modal-input-group .modal-input-group-field input:focus,
.p2pmodal .modal-input-group .modal-input-group-field input:active {
  outline: none;
  border: none;
  box-shadow: none;
}

.p2pmodal .modal-input-group .modal-input-group-field-text {
  margin-right: 5px;
}

.p2pmodal .modal-input-group .modal-input-group-field-asset-img {
  margin-right: 5px;
}

.p2pmodal .modal-input-group .modal-input-group-field-asset-img img {
  margin-right: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.modal-user-photo {
  width: 50px;
  height: 50px;
  background: var(--blue-dark-fourth-color);
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
  padding-top: 9px;
  font-weight: bold;
}

.chat-component {
  border: 1px solid var(--border-line-color);
  border-radius: 15px;
}

.chat-component .chat-header {
  border-bottom: 1px solid var(--border-line-color);
}

.chat-component .chat-footer {
  border-top: 1px solid var(--border-line-color);
}

.chat-component .chat-dialog {
  height: 50vh;
}

.chat-component .chat-message-input {
  height: 40px;
  overflow: hidden;
  background: transparent;
  border: none;
  border-width: 2px;
}

.chat-component .chat-message-input:focus,
.chat-component .chat-message-input:hover {
  outline: none;
  box-shadow: none;
}

.chat-component .chat-message-input:focus {
  border-width: 2px;
}

.chat-component .chat-message-search {
  border-width: 2px;
}

.chat-component .chat-message-search:focus {
  border-width: 2px;
}

.chat-component .chat-conversation-list {
  height: 75vh;
}

.chat-component .chat-conversation-history {
  height: 75vh;
}

.chat-component .chat-text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 300px;
}

.chat-component .chat-message-text-system {
  display: block;
  margin-top: 10px;
  font-size: 0.6rem;
  text-align: right;
  white-space: initial;
  opacity: 0.6;
}

.chat-component .chat-message-text {
  white-space: pre-line;
}

.chat-component .chat-message-text a {
  text-decoration: underline;
  font-weight: bold;
}

.chat-component .btn-icon {
  cursor: pointer;
}

.chat-component .btn-icon path {
  stroke: var(--btn-stroke-color);
}

.chat-component .btn-icon:hover {
  opacity: 0.8;
}

.chat-component .file-input-wrapper {
  border: none !important;
}

.offline-badge {
  left: 8px;
  bottom: 0;
}

.offline-badge:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #919090;
  display: block;
  border-radius: 50%;
}

.online-badge {
  left: 8px;
  bottom: 0;
}

.online-badge:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: var(--green-color);
  display: block;
  border-radius: 50%;
}

@keyframes blink {
  50% {
    fill: transparent;
  }
}

.dot {
  animation: 1s blink infinite;
  fill: var(--indigo-color);
}

.dot:nth-child(2) {
  animation-delay: 250ms;
}

.dot:nth-child(3) {
  animation-delay: 500ms;
}

.loader {
  color: var(--indigo-color);
}

.cust-p2p-user-profile {
  margin-top: 2rem;
  border: 1.06px solid #D4E8FF1A;

  padding: 20px 22px;
  background: #D4E8FF03;

  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

}

.cust-p2p-user-profile-right {
  display: flex;
  justify-content: center;
}

.cust-p2p-user-profile-right h3 {
  font-size: 20px;
  font-weight: 600;
  color: #D8E7FE;
  margin-bottom: 10px;
}

.cust-p2p-user-profile-right p,
.cust-p2p-user-profile-right small {
  font-size: 20px;
  font-weight: 600;
  color: #D8E7FE;
}

.p2p-profile-top {
  padding-bottom: 3rem;
  color: var(--dark-text-color);
}

.p2p-step-pointer {
  background: #A747EB;
  color: #000;
}

.p2p-step-divider {
  margin-top: 80px;
  background-color: var(--border-line-color);
}

body.dark .cust-p2p-user-profile-stats-item {
  border: 1px solid var(--strict-border-color);
}

body.dark .cust-p2p-user-profile-text-headline svg {
  fill: var(--dark-text-color);
}

.cust-p2p-user-profile-stats-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cust-p2p-user-profile-stats-item {

  background: #D8E7FE03;
  padding: 24px;

  flex-direction: column;
  justify-content: start;
  min-height: 132px;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.cust-p2p-user-profile-stats-item .cust-p2p-user-profile-stats-item-title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-weight: 600;
  color: #D8E7FE;
}

.cust-p2p-user-profile-stats-item .cust-p2p-user-profile-stats-item-text {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.cust-p2p-user-profile-stats-item .cust-p2p-user-profile-stats-item-text .cust-p2p-user-profile-stats-item-text-bottom {
  font-size: 12px;
  margin-top: 5px;
}

.cust-p2p-user-profile-info {
  display: flex;
  align-items: center;
}

.cust-p2p-user-profile-avatar {
  box-sizing: border-box;
  margin: 0px 16px 0px 0px;
  min-width: 0px;
  flex-shrink: 0;
  height: 120px;
  width: 120px;
  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  display: flex;
  align-items: center;
  justify-content: center;
}

.cust-p2p-user-profile-avatar div {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  position: relative;
  border-radius: 50%;
  background-color: rgb(70, 83, 200);
  font-size: 20px;
  text-align: center;
  color: #D8E7FE;
  width: 52px;
  height: 52px;
  line-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.cust-profile-p2p-estimated-val {
  background: #D4E8FF03;

  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 0.21px solid #D4E8FF03;
  padding: 8px 20px;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-p2p-user-profile-text-stats {
  flex-direction: row;
  -webkit-box-align: center;
  box-sizing: border-box;
  margin: 10px 0px 0px;
  min-width: 0px;
  display: flex;
  gap: 16px;
}

.cust-p2p-user-profile-text-stats-item {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 8px 20px;

  background: #D4E8FF03;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

}

.cust-p2p-user-profile-text-stats-item .cust-p2p-user-profile-text-stats-item-label {
  box-sizing: border-box;
  margin: 0px 4px 0px 0px;
  min-width: 0px;
  font-size: 14px;
  display: inline-block;
}

.cust-p2p-user-profile-text-stats-item img {
  width: 15px;
  height: 15px;
}

.cust-p2p-user-profile-text-headline {
  font-weight: 700;
  font-size: 16px;
}

.cust-p2p-user-profile-text-headline svg {
  fill: var(--dark-body-color);
  cursor: pointer;
}

.cust-p2p-user-profile-text-headline svg:hover {
  fill: #A747EB;
}

.p2p-user-center {
  margin-top: 5rem;
}

.cust-profile-tab {
  width: 100%;

}

.cust-profile-tab .cust-profile-tab-inner {
  box-sizing: border-box;

  min-width: 0px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  flex-direction: row;
  overflow-x: auto;

}

.cust-profile-tab .cust-profile-tab-inner .cust-profile-tab-item {
  box-sizing: border-box;
  margin: 0px;
  cursor: pointer;
  min-width: auto;
}

.cust-profile-tab .cust-profile-tab-inner .cust-profile-tab-item .cust-profile-tab-item-label {
  box-sizing: border-box;
  margin: 0px 16px 0px 0px;
  min-width: 0px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

}

.cust-profile-tab-inner {
  color: #D8E7FE;
  border-bottom: 1px solid #2A2A33;
}

.cust-profile-tab-item .active {
  color: #D8E7FE;
  font-weight: 700;
  border-bottom: 1px solid #B8D3FA;

}

.payment-tabs-nav__item {
  color: white;

  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;

}

.payment-tabs-nav__active {
  color: #D8E7FE;
  border-bottom: 1px solid #B8D3FA;
}

.cust-peer-payment-method h2 {
  font-size: 18px;
}

.cust-peer-payment-method-headline {
  margin-top: 10px;
}

.cust-peer-payment-method-headline .cust-peer-payment-method-headline-left {
  max-width: 700px;
  font-size: 20px;
  text-align: center;
}

.box-tip {
  box-sizing: border-box;
  margin: 0px 0px 16px;
  min-width: 0px;
  display: flex;
  padding: 12px 16px;
  color: rgb(240, 185, 11);
  border-radius: 4px;
  font-size: 14px;
  background: rgba(216, 159, 0, 0.08);
  align-items: flex-start;
  width: 100%;
  margin-bottom: 35px;
}

.box-tip .box-tip-wrapper {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex: 1 1 0%;
  align-items: flex-start;
}

.box-tip .box-tip-wrapper .box-tip-icon {
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  min-width: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.box-tip .box-tip-wrapper .box-tip-icon svg {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  color: currentcolor;
  font-size: 20px;
  fill: currentcolor;
  width: 1em;
  height: 1em;
}

.box-tip .box-tip-wrapper .box-tip-text {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  word-break: break-word;
  flex-shrink: 1;
  height: auto;
  line-height: 24px;
  width: 100%;
  color: rgb(30, 35, 41);
}

.box-tip .box-tip-wrapper .box-tip-text div {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgb(216, 159, 0);
}

.cust-form-search__result-p2p .cust-components-filter__item {
  width: 100% !important;
  margin-right: 0 !important;
}

.p2p-tab-two-rows {
  box-sizing: border-box;
  margin: 16px 0px;
  min-width: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
}

.p2p-tab-two-rows button {
  display: inline-flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
}

.p2p-tab-two-rows .cust-components-filter__button-gray {
  background-color: var(--gray-color-secondary);
  color: #000;
}

.dark .vue-simple-progress-text {
  color: #fff !important;
}

.dark .cust-peer-payment-method-content-item-head {
  background-color: var(--blue-dark-color);
}

.cust-peer-payment-method-content {
  margin-top: 50px;
}

.cust-peer-payment-method-content .peer-card-title {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  flex-grow: 1;
}

.cust-peer-payment-method-content .peer-card-label {
  color: var(--second-text-color);
}

.cust-peer-payment-method-content .peer-card-action-button {
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 6px 0px;
  line-height: 20px;
  min-width: 52px;
  word-break: keep-all;
  color: #D8E7FE !important;
  border-radius: 4px;
  min-height: 24px;
  border: none;
  background-color: transparent;
}

.cust-peer-payment-method-content .peer-card-action-button:hover {
  opacity: 0.7;
}

.cust-peer-payment-method-content .cust-peer-payment-method-content-item {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  border-radius: 4px;

  border: 1px solid #D4E8FF1A;
  transition: boxShadow 0.3s ease 0s;
  margin-bottom: 30px;
}

.cust-peer-payment-method-content .cust-peer-payment-method-content-item .cust-peer-payment-method-content-item-head {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;

  background: #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.cust-peer-payment-method-content .cust-peer-payment-method-content-item .cust-peer-payment-method-content-item-body .cust-peer-payment-method-content-item-body-container {
  padding: 20px 24px;
}

.cust-peer-payment-method-content .cust-peer-payment-method-content-item .cust-peer-payment-method-content-item-body .cust-peer-payment-method-content-item-body-item-grid {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cust-feedback-stats {
  box-sizing: border-box;
  margin-top: 10px;
  min-width: 0px;
  display: flex;
  align-items: center;
  border: 1px solid #D4E8FF1A;
  background: #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 10px 12px;
}

.cust-feedback-stats .cust-feedback-stats-left {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
}

.cust-feedback-stats .cust-feedback-stats-left-top {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: inline-block;
  position: relative;
}

.cust-feedback-stats .cust-feedback-stats-left-top .cust-feedback-stats-left-top-content .cust-feedback-stats-left-top-content-label {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
}

.cust-feedback-stats .cust-feedback-stats-left-top .cust-feedback-stats-left-top-content .cust-feedback-stats-left-bottom {
  box-sizing: border-box;
  margin: 4px 0px 0px;
  min-width: 0px;
}

.cust-feedback-stats .cust-feedback-stats-right {
  box-sizing: border-box;
  margin: 0px 0px 0px 32px;
  min-width: 0px;
  display: flex;
  gap: 10px;

}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  align-items: center;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top .cust-feedback-stats-right-top-left {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top .cust-feedback-stats-right-top-left svg path {
  fill: var(--green-color);
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top .cust-feedback-stats-right-top-middle {
  box-sizing: border-box;
  margin: 0px 6px;
  min-width: 0px;
  overflow: hidden;
  height: 8px;
  border-radius: 4px;
  background-color: var(--border-line-color);
  width: 136px;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top .cust-feedback-stats-right-top-middle .feedback-progressbar {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 99.7586%;
  height: 100%;
  border-radius: 4px;
  background: var(--green-color);
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-top .cust-feedback-stats-right-top-right {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-bottom {
  box-sizing: border-box;
  margin: 6px 0px 0px;
  min-width: 0px;
  display: flex;
  align-items: center;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-bottom .cust-feedback-stats-right-top-middle .feedback-progressbar {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 99.7586%;
  height: 100%;
  border-radius: 4px;
  background: var(--red-color) !important;
}

.cust-feedback-stats .cust-feedback-stats-right .cust-feedback-stats-right-bottom .cust-feedback-stats-right-bottom-left svg path {
  fill: var(--red-color) !important;
}

.feedback-cust-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feedback-list .feedback-list-item {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  border-bottom: 1px solid var(--border-line-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.feedback-list .feedback-list-item .feedback-list-item-top {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-left {
  background: var(--purple-second-color);
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  position: relative;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: white;
  width: 24px;
  height: 24px;
  line-height: 24px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-middle {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-middle-2 {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-size: 14px;
  opacity: 0.7;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-right {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 190px;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-right .feedback-list-item-top-right-inner {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
  background: var(--label-bubble-color);
  border-radius: 10px;
  padding: 5px 10px;
}

.feedback-list .feedback-list-item .feedback-list-item-top .feedback-list-item-top-right .feedback-list-item-top-right-inner .feedback-list-item-top-right-innner-content {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.feedback-list .feedback-list-item .feedback-list-item-bottom {
  box-sizing: border-box;
  margin: 16px 0px 0px;
  min-width: 0px;
  display: flex;
}

.feedback-list .feedback-list-item .feedback-list-item-bottom .feedback-list-item-bottom-top {
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  min-width: 0px;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.feedback-list .feedback-list-item .feedback-list-item-bottom .feedback-list-item-bottom-top svg {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-size: 14px;
  width: 1em;
  height: 1em;
}

.feedback-list .feedback-list-item .feedback-list-item-bottom .feedback-list-item-bottom-top .good path {
  fill: var(--green-color);
}

.feedback-list .feedback-list-item .feedback-list-item-bottom .feedback-list-item-bottom-top .bad path {
  fill: var(--red-color);
}

.feedback-list .feedback-list-item .feedback-list-item-bottom .feedback-list-item-bottom-bottom {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  line-height: 24px;
  font-size: 16px;
}

.p2p-ads-table .cust-table-list tr:hover {
  background-color: transparent;
}

.p2p-ads-table thead tr {
  border-bottom: 1px solid var(--border-line-color);
}

.p2p-ads-table thead th {
  background: inherit;
  color: var(--color-TertiaryText);
  font-size: var(--default-font__size);
  font-weight: 400;
  line-height: 18px;
  padding: 12px 16px;
  position: relative;
  text-align: start;
  white-space: normal;
  word-break: break-word;
}

.p2p-ads-table thead .text-right {
  text-align: right !important;
}

.p2p-ads-table thead .pl-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p2p-ads-table thead .pr-0 {
  padding-right: 0 !important;
}

.p2p-ads-table .p2p-flex {
  display: flex;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.p2p-ads-table .flex-col {
  flex-direction: column;
}

.p2p-ads-table .p2p-avatar {
  background-color: var(--purple-second-color);
  color: var(--white-color);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
}

.p2p-ads-table .p2p-avatar .user-status-badge {
  width: 7px;
  height: 7px;
  max-height: 10px;
  max-width: 10px;
  background-color: var(--gray-color);
  border-color: var(--gray-color);
  border-width: 1px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
}

.p2p-ads-table .p2p-avatar .online {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

.p2p-ads-table .p2p-avatar-lg {
  width: 40px;
  height: 40px;
}

.p2p-ads-table tbody td {
  padding: 18px 16px;
  background: inherit;
  font-size: var(--h3-font__size);
  font-weight: 400;
  line-height: 22px;
  position: relative;
  white-space: normal;
  word-break: break-word;
}

.p2p-ads-table tbody td hr {
  height: 10px;
  background-color: var(--border-line-color);
  border-style: none;
  width: 1px;
}

.p2p-ads-table tbody td .w-15 {
  width: 15px;
}

.p2p-ads-table tbody td .h-15 {
  height: 15px;
}

.p2p-ads-table tbody .cust-table-list__value-text {
  align-items: baseline;
  display: flex;
  flex-direction: row;
}

.p2p-ads-table tbody .cust-table-list__value-text .cust-table-list__value-text-headline {
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  margin-right: 4px;
  opacity: 0.8;
}

.p2p-ads-table tbody .cust-table-list__value-text .cust-table-list__value-text-subline {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 22px;
  opacity: 0.8;
}

.p2p-ads-table tbody .cust-table-list__value-text .cust-table-list__value-text-normal {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.p2p-ads-table tbody .cust-table-list__value-text .mx-4xs {
  margin-left: 4px;
  margin-right: 4px;
}

.p2p-ads-table tbody .cust-table-list__value-text-v2 {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}

.p2p-ads-table tbody .cust-table-list__value-text-v2 .cust-table-list__value-text-normal {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.p2p-payment-item {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.p2p-payment-badge {
  width: 3px;
  height: 10px;
  box-sizing: border-box;
  margin: 0px 8px 0px 0px;
  margin-right: 4px;
  min-width: 0px;
  border-radius: 4px;
  background-color: rgb(216, 159, 0);
  flex: 0 0 auto;
}

.cust-table-list__value-end {
  justify-content: flex-end;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p2p-text-small {
  font-size: var(--default-font__size);
}

.max-500 {
  max-width: 500px;
}

.p2p-payment-method-card {
  border: 1px solid var(--border-line-color);
  border-radius: 15px;
  padding: 20px 20px;
}

.p2p-payment-method-card .p2p-payment-method-card-element {
  margin-bottom: 20px;
}

.p2p-payment-method-card .p2p-payment-method-card-element:last-child {
  margin-bottom: 0;
}

.p2p-payment-method-card .p2p-payment-method-card-element .p2p-payment-method-card-right {
  display: flex;
}

.p2p-payment-method-card-mini {
  padding: 9px 9px;
}

.p2p-payment-method-card-mini .p2p-payment-method-card-element {
  margin-bottom: 10px;
}

.p2p-payment-method-card-mini-head {
  margin-bottom: 5px;
}

.p2p-payment-method-card-no-border {
  border: 0;
}

.max-width-200 {
  max-width: 100px;
}

.headline-text {
  color: var(--second-fourth-color);
}

.copy-icon {
  position: relative;
  display: block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.copy-icon svg path,
.copy-icon svg rect {
  stroke: var(--second-text-color);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.copy-icon svg:hover path,
.copy-icon svg:hover rect {
  stroke: var(--hover-v1-color);
}

.action-link {
  align-items: center;
  color: var(--yellow-secondary-color);
  cursor: pointer;
}

.action-link:hover {
  opacity: 0.7;
}

.action-link svg {
  fill: var(--yellow-secondary-color);
}

.cust-components-filter__button-cancel {
  background-color: var(--yellow-darker-color);
}

.cust-components-filter__button-cancel:hover {
  background-color: var(--yellow-darker-color);
  opacity: 0.7;
}

.cust-btn-action-mini {
  cursor: pointer;
  min-width: 250px;
  padding: 10px 20px;

  text-align: center;
  display: flex;
  justify-content: center;
}

.cust-btn-action-mini:after {
  display: none !important;
}

.cust-btn-action-mini:hover {
  opacity: 0.9;
}

.cust-btn-action-mini svg {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  margin-left: 12px;
  margin-top: 2px;
}

.btn-action-xs {
  min-width: 150px;
  display: block;
}

.btn-action-green {
  background: var(--green-color);
  color: var(--white-color) !important;
}

.cust-btn-action-yellow {
  background: #D4E8FF1A;
  color: #D8E7FE !important;
  font-weight: 600;
  border: 1.06px solid #D4E8FF33;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.btn-action-red {
  background: var(--red-color);
  color: var(--white-color) !important;
}

.card-bordered {
  border: 1px solid var(--border-line-color);
  border-radius: 15px;
  padding: 10px 10px;
}

.text-important {
  color: #A747EB;
  text-transform: uppercase;
}

.cust-table-div {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

  padding: 26.5px;
}

.cust-table-div .cust-table-div-head {
  display: inherit;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;

  font-size: 14px;
  align-items: center;
  flex-direction: row;
  font-weight: 600;
  background-color: #D4E8FF03;

  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-table-div .cust-table-div-head .cust-table-div-head-column {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 0px;
  text-align: left;
  padding-right: 4px;
  display: block;
}

.cust-table-div .cust-table-div-head .cust-table-div-head-column:first-child {
  padding-left: 25px;
}

.cust-table-div .cust-table-div-body {
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: column;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  flex-direction: column;
  height: auto;
  width: 100%;
  border-bottom: 1px solid var(--border-line-color);
  position: relative;
  display: flex;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  width: 100%;
  display: flex;
  font-size: 14px;
  min-height: 115px;
  position: relative;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 0px;
  font-size: 14px;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column:first-child {
  padding-left: 25px;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column .div-items-center {
  grid-gap: 6px;
  gap: 6px;
  box-sizing: border-box;
  min-width: 0px;
  display: flex;
  align-items: center;
  text-align: left;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column .cust-table-div-body-column-container {
  box-sizing: border-box;
  margin: 0px 0px 0px 0;
  min-width: 0px;
  display: flex;
  flex-direction: column;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column .cust-table-div-body-column-container .cust-table-div-body-column-container-action {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: inline-block;
  position: relative;
}

.cust-table-div .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner-tiny {
  min-height: 90px;
}

.font-500 {
  font-weight: 500;
}

.fill-red {
  fill: var(--red-color);
}

.stroke-red {
  stroke: var(--red-color);
}

.stroke-gray {
  stroke: var(--dark-gray);
}

.stroke-gray path {
  stroke: var(--dark-gray);
}

.fill-gray {
  fill: var(--dark-gray);
}

.fill-gray path {
  fill: var(--dark-gray);
}

.cust-table-div-mobile {
  display: none;
}

.grayed-text {
  color: var(--gray-color);
  font-size: 12px;
}

.bigger-text {
  font-size: 16px;
}

.cust-table-div-mobile .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner {
  min-height: auto;
}

.cust-table-div-mobile .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  padding-left: 0;
  display: block;
}

.cust-table-div-mobile .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column:first-child {
  padding-left: 0;
}

.cust-table-div-mobile .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column .cust-table-div-body-column-container {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cust-table-div-mobile .cust-table-div-body .cust-table-div-body-rows .cust-table-div-body-rows-inner .cust-table-div-body-column .cust-table-div-body-column-container .left .opacity-80 {
  color: var(--gray-color-third);
}

.p2p-order-feedback {
  margin-top: 20px;
}

.p2p-order-feedback .p2p-order-feedback-headline {
  font-size: var(--big-font__size);
  font-weight: 500;
}

.p2p-order-feedback .cust-p2p-order-feedback-body {
  margin-bottom: 20px;
  margin-top: 20px;
}

.p2p-order-feedback .p2p-order-feedback-date {
  display: flex;
}

.p2p-order-feedback .p2p-order-feedback-date div {
  margin-right: 10px;
}

.p2p-order-feedback .p2p-order-feedback-date div:last-child {
  margin-right: 0;
}

.p2p-order-feedback .p2p-order-feedback-actions {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 25px;
}

.p2p-order-feedback .btn-large {
  display: flex;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  min-height: 48px;
  min-width: 80px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  background-color: transparent;
  border: 1px solid var(--border-line-color);
}

.p2p-order-feedback .btn-large svg {
  height: 20px;
  width: 20px;
}

.p2p-order-feedback .btn-large:hover {
  opacity: 0.7;
}

.p2p-order-feedback-modal {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p2p-order-feedback-modal .p2p-order-feedback-actions {
  display: flex;
  margin-top: 15px;
}

.p2p-order-feedback-modal .p2p-order-feedback-actions .btn-large {
  display: flex;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  min-height: 48px;
  min-width: 80px;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--modal-border-line-color);
}

.p2p-order-feedback-modal .p2p-order-feedback-actions .btn-large svg {
  height: 20px;
  width: 20px;
}

.p2p-order-feedback-modal .p2p-order-feedback-actions .btn-large:hover {
  opacity: 0.7;
}

.p2p-order-feedback-modal .cust-p2p-order-feedback-body {
  margin-top: 30px;
}

.p2p-order-feedback-modal .cust-p2p-order-feedback-body textarea {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  max-height: 200px;
  background: red;
  border: 1px solid var(--modal-border-line-color);
}

.p2p-order-feedback-modal .cust-p2p-order-feedback-body textarea:focus {
  border: 2px solid var(--modal-border-line-color);
  box-shadow: none;
}

.p2p-order-feedback-modal .cust-p2p-order-feedback-body .block-checkbox__group {
  margin-top: 20px;
  justify-content: normal;
}

.p2p-order-feedback-modal .cust-p2p-order-feedback-body .block-checkbox__group label {
  margin-left: 5px;
}

body {
  overflow-x: hidden;
}

.cust-main-section {
  padding-top: 90px;
  color: white;  
}

.cust-main-section .btn-large-green {
  border: 2px solid var(--green-color) !important;
  color: var(--green-color);
}

.cust-main-section .btn-large-green:hover {
  opacity: 1;
}

.cust-main-section .btn-large-red {
  border: 2px solid var(--red-color) !important;
  color: var(--red-color);
}

.cust-main-section .btn-large-red:hover {
  opacity: 1;
}

.cust-p2p-form-modal .cust-components-filter__item {
  width: 70%;
}

.bottom-border {
  border-bottom: 1px solid var(--border-line-color);
}

.cust-components-filter__item .rounded {

  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.relative-left {
  display: flex;
  justify-content: center;
  align-self: center;
}

body [multiple],
body [type=date],
body [type=email],
body [type=month],
body [type=number],
body [type=password],
body [type=search],
body [type=text],
body [type=time],
body [type=url],
body [type=week],
body select,
body textarea {
  font-size: var(--default-font__size);
}

.cust-components-filter__item-multiple .filter-select button svg {
  display: none;
}

.cust-components-filter__item-multiple .filter-select div:first-child {
  overflow: hidden;
  white-space: nowrap;
}

.cust-components-filter__item-multiple .filter-select div:first-child button span:first-child::after {
  content: ",";
}

.cust-components-filter__item-multiple .filter-select div:first-child button:last-child span:first-child::after {
  content: "";
}

.cust-components-filter__item-multiple .filter-select button {
  margin-right: 5px;
}

.cust-components-filter__item-multiple .filter-select button:focus,
.cust-components-filter__item-multiple .filter-select button:active {
  outline: none;
  border: none;
}

.modal-right-top {
  display: flex;
}

.refresh-icon {
  margin-left: 10px;
  margin-top: 2px;
}

.refresh-icon svg {
  width: 15px;
  height: 15px;
}

.margin-left-custom {
  margin-left: 56px;
}

.margin-top-custom {
  margin-top: 52px;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.rotate-element {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.text-yellow {
  color: #A747EB;
}

.opacity-60 {
  opacity: 0.6;
}

.textarea-counter {
  position: absolute;
  bottom: 3px;
  right: 7px;
  font-size: 12px;
}

.prev-button {
  background-color: var(--blue-dark-color);
  border: 1px solid var(--blue-dark-color);
}

.prev-button:hover {
  background-color: var(--blue-dark-color);
  border: 1px solid var(--blue-dark-color);
  opacity: 0.7;
}

.column-badge.default {
  background: #0c8a60;
}

.column-badge.l-green {
  background: #32CD32;
}

.column-badge.green {
  background: #3CB371;
}

.column-badge.d-green {
  background: #3CB371;
}

.column-badge.red {
  background: #DC143C;
}

.column-badge.l-red {
  background: #CD5C5C;
}

.column-badge.d-red {
  background: #8B0000;
}

.column-badge.yellow {
  background: #FFD700;
}

.column-badge.l-yellow {
  background: #FFE4B5;
}

.column-badge.d-yellow {
  background: #BDB76B;
}

.column-badge.gray {
  background: #A9A9A9;
}

.column-badge.l-gray {
  background: #DCDCDC;
}

.column-badge.d-gray {
  background: #708090;
}

.column-badge.orange {
  background: #FF6347;
}

.column-badge.l-orange {
  background: #FFA07A;
}

.column-badge.d-orange {
  background: #D8E7FE !important;
}

.column-badge.brown {
  background: #FFEBCD;
}

.column-badge.l-brown {
  background: #DEB887;
}

.column-badge.d-brown {
  background: #8B4513;
}

.column-badge.purple {
  background: #DA70D6;
}

.column-badge.l-purple {
  background: #D8BFD8;
}

.column-badge.d-purple {
  background: #9370DB;
}

.column-badge.pink {
  background: #FF69B4;
}

.column-badge.l-pink {
  background: #FFC0CB;
}

.column-badge.d-pink {
  background: #C71585;
}

.max-width-80 {
  max-width: 80%;
}

.block-message-bubble-author {
  text-align: left;
}

.text-cover .block-message-bubble-author {
  color: #fff;
}

.chat-component .block-type-media-message {
  padding: 0 !important;
  background: none !important;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: #2f2f2f;
}

.chat-component .block-type-media-message svg path {
  fill: #2f2f2f;
}

body.dark .chat-component .text-cover .block-message-bubble-counterparty {
  color: var(--dark-text-color);
  background: #212833;
}

body.dark .chat-component .text-cover .block-message-bubble-counterparty svg path {
  fill: #2f2f2f;
}

body.dark .chat-component .block-type-media-message {
  color: var(--dark-text-color) !important;
}

body.dark .chat-component .block-type-media-message svg path {
  fill: var(--dark-text-color) !important;
}

body .text-cover .block-message-bubble-counterparty svg path {
  fill: #2f2f2f;
}

.system-message {
  justify-content: center;
}

.system-message .place-bubble {
  width: 100%;
}

.system-message .block-message-bubble {
  border-radius: 15px;
  text-align: center;
  background: transparent;
  color: var(--first-text-color);
  border: 1px solid var(--border-line-color);
  font-size: 12px;
  padding-top: 15px;
}

.order-info-container {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-line-color);
  padding-bottom: 25px;
}

.order-info-container .order-info-container-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.order-info-container .order-info-container-subtitle span {
  opacity: 0.7;
}

.no-mt {
  margin-top: 0 !important;
}

.textarea-modal {
  border-radius: 10px;
  width: 100%;
  height: 150px;
  max-height: 200px;
  background: transparent;
  border: 1px solid var(--modal-border-line-color);
}

.textarea-modal:focus {
  border: 2px solid var(--modal-border-line-color);
  box-shadow: none;
}

.button-disabled {
  opacity: 0.2;
}

.button-disabled:hover {
  opacity: 0.2;
}

.p2pmodal-information {
  background: var(--modal-information-color);
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.p2pmodal-information .p2pmodal-information-item {
  display: flex;
  margin-bottom: 15px;
}

.p2pmodal-information .p2pmodal-information-item:first-child {
  margin-top: 15px;
}

.p2pmodal-information .p2pmodal-information-item .p2pmodal-information-item-icon {
  margin-right: 6px;
}

.p2pmodal-information .p2pmodal-information-item .p2pmodal-information-item-icon svg {
  fill: var(--green-color);
}

.p2pmodal-information-checkbox {
  margin-top: 25px;
  margin-bottom: 15px;
}

.width64 {
  width: 64px;
  height: 64px;
}

body.dark .p2pmodal-information-warning {
  background: var(--modal-information-warning-color);
}

body.dark .p2pmodal-information-warning .p2pmodal-information-item .p2pmodal-information-item-icon {
  background: var(--modal-information-warning-color-label);
}

.p2pmodal-information-warning .p2pmodal-information-item .p2pmodal-information-item-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  padding-right: 1px;
}

.p2pmodal-information-warning .p2pmodal-information-item .p2pmodal-information-item-text {
  margin-top: 2px;
}

.text-small {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.text-small ul li {
  margin-bottom: 5px;
  display: flex;
}

.text-small ul li svg {
  stroke: var(--green-color);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.text-small ul li .close-fill {
  stroke: none;
  width: 20px;
  height: 20px;
}

.text-small ul li .close-fill path {
  fill: var(--red-color);
}

#file-uploader-form.file-uploader-form-modal .vue-file-agent {
  width: 100%;
  text-align: left;
}

#file-uploader-form.file-uploader-form-modal .file-preview-wrapper {
  width: 50px;
}

.chat-component .file-preview-wrapper {
  min-width: auto !important;
  width: auto !important;
  border: 0 !important;
}

.chat-component .file-preview-wrapper:before {
  display: none !important;
  content: "" !important;
}

.chat-component .file-uploading {
  background: #e1ffda;
  text-align: center;
  opacity: 0.8;
  padding: 1px 0;
}

body.dark .chat-component .file-uploading {
  background: #45593f;
  color: #fff;
}

.order-link a {
  color: #A747EB;
}

.appeal-container .cust-p2p-create-steps {
  margin-bottom: 40px;
}

.appeal-container .appeal-container-item {
  margin-bottom: 50px;
  border: 1px solid var(--border-line-color);
  padding: 20px 20px;
  border-radius: 15px;
}

.appeal-container .appeal-container-item .appeal-container-item-date {
  margin-bottom: 15px;
  opacity: 0.7;
}

.appeal-container .appeal-container-item .appeal-container-item-user {
  margin-bottom: 35px;
}

.appeal-container .appeal-container-item .appeal-container-item-details .appeal-label {
  opacity: 0.7;
  margin-bottom: 10px;
}

.attachments-container {
  display: flex;
  margin-bottom: 10px;
}

.attachments-container div svg {
  height: 32px;
  margin-right: 15px;
}

.attachments-container div svg path {
  fill: var(--purple-color);
}

.attachments-container .attachment-link {
  align-items: center;
  align-self: center;
  text-decoration: underline;
  cursor: pointer;
}

.cust-components-filter__button-w-200 {
  width: 200px;
}

.cust-block-title {
  font-size: 22px;
  font-weight: 600;
}

.cust-block-title-app {
  font-weight: 500;
  font-size: 1rem;
}

.color-yellow-text {
  color: #A747EB;
  font-weight: 500;
}

.appeal-textarea {
  height: 300px;
  border: 2px solid var(--border-line-color);
  width: 100%;
  background: transparent;
  border-radius: 8px;
}

.appeal-textarea:focus {
  text-shadow: none;
  outline: none;
  box-shadow: none;
}

.review-active-logo svg {
  width: 42px;
  height: 42px;
}

.review-active-logo svg path {
  stroke: #A747EB;
  fill: #A747EB;
}

.system-active-logo svg {
  margin-right: 5px;
  width: 42px;
  height: 42px;
}

.system-active-logo svg #Core {
  fill: #A747EB;
}

.profile-ads-header {
  font-size: 1.2rem;
}

.w-18 {
  width: 18px;
}

.h-18 {
  height: 18px;
}

.link-action {
  font-weight: normal;
  color: #A747EB;
  cursor: pointer;
}

.fluid-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.fluid-width-colored {
  background-color: var(--dark-profile-body-color);
}

.line-separator {
  box-sizing: border-box;
  margin: 0px 12px;
  min-width: 0px;
  margin-top: 4px;
  display: flex;
  height: 16px;
  width: 1px;
  border: none;
  background-color: var(--strict-border-color);
}

.feedback-list-item-reply {
  margin-top: 15px;
  margin-left: 32px;
}

.feedback-list-item-reply .feedback-list-item-reply-title {
  opacity: 0.7;
  margin-bottom: 10px;
  margin-right: 10px;
}

#body .cust-main-section .img-strict img {
  width: 25px !important;
  height: 25px !important;
  min-height: auto !important;
  border-radius: 50%;
}

#body .cust-main-section .img-strict2 img {
  width: 25px !important;
  height: 25px !important;
  min-height: auto !important;
  border-radius: 50%;
}

#body .components-filter__item3 .filter-select {
  padding: 0.8rem 1rem;
}

#body .components-filter__item4 {
  width: -moz-fit-content;
  width: fit-content;
}

#body .svg-icon-label svg {
  width: 18px;
  height: 18px;
  fill: var(--dark-text-color2);
}

#body .svg-icon-container {
  position: relative;
}

#body .svg-icon-container .svg-icon-label {
  position: absolute;
  top: 23px;
  left: 20px;
}

#body .svg-icon-text .inline-block .block {
  padding-left: 35px;
}

#body .cust-components-filter__item8 .relative {
  width: 100%;
}

#body .cust-component-filter {
  position: relative;

}

#body .cust-component-filter .cust-component-filter-content {
  cursor: pointer;

  min-width: 56px;
  height: 56px;
  display: flex;
}

#body .cust-component-filter .cust-component-filter-content svg {
  margin: 0 auto;
}

#body .cust-component-filter .svg-filter-icon {
  fill: var(--dark-text-color2);
}

.cust-component-filter {
  position: relative;

}

#body .cust-component-filter .cust-component-popover {
  z-index: 1;
  display: none;
  position: absolute;
  top: 70px;
  right: 10px;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--white-color);
  max-height: -moz-fit-content;
  max-height: fit-content;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.08), 0px 0px 6px rgba(0, 0, 0, 0.08);
  min-width: 300px;
  padding: 15px 15px;
  border-radius: 10px;
}

#body .cust-component-filter .cust-component-popover.active {
  display: block;
}

#body .cust-component-filter .cust-component-popover .cust-component-popover-label {
  font-size: 0.7rem;
}

#body .cust-component-filter .cust-component-popover .cust-component-popover-content input {
  padding: 0.5rem;
}

#body .cust-component-filter .cust-component-popover .cust-component-popover-content input:not(:checked) {
  background-color: var(--second-text-color);
}

.dark .cust-component-popover {
  background-color: var(--blue-dark-thir-color) !important;
}

.mb-0-fixed {
  margin-bottom: 0 !important;
}

.cust-all-container {
  margin: 0 auto;

  padding: 0 40px;

  max-width: 1200px;

}

#body .cust-main__container .svg-ml-1 {
  margin-left: 4px;
}

.flex-icon-orange {
  border-radius: 50%;
  background: #d18709;
  color: var(--white-color);
  width: 20px;
  height: 20px;
  line-height: 21px;
  font-size: 0.7rem;
  margin-left: 5px;
  text-align: center;
}

.max-width-300 {
  width: 200px;
}

.chat-image-frame {
  border: 1px solid var(--border-line-color);
  padding: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.chat-icon {
  cursor: pointer;
}

.chat-icon path {
  fill: var(--dark-body-color);
}

body.dark .chat-icon path {
  fill: var(--dark-text-color);
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 8px 15px 7px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.more-arrow svg {
  height: 20px;
}

.more-arrow svg path {
  fill: var(--blue-dark-color);
}

body.dark .more-arrow svg path {
  fill: var(--dark-text-color);
}

body.dark .chat-connecting {
  background-color: var(--blue-dark-color);
  color: var(--dark-text-color);
}

.chat-connecting {
  background: #e1e1e1;
  opacity: 0.9;
  text-align: center;
  padding: 10px 10px;
}

#body .p2p-component-title {
  margin-bottom: 5rem;
}

#body .p2p-component-title .h2-headline {
  margin: 5rem 0 0;
}

.btn-icon-attach path {
  fill: var(--btn-stroke-color);
}

.btn-icon-attach:hover {
  opacity: 0.8;
  cursor: pointer;
}

.btn-icon-attach-message path {
  fill: #f9f9f9;
}

.conditional-sub-menu {
  display: none;
}

.cust-header-btn span:first-child {
  margin-top: 0px;
}

.cust-components-filter-mobile {
  display: none;
}

.mobile-visible {
  display: none;
}

.closeChat {
  display: none;
}

body.dark .cust-mobile-body .chat-component-mob .chat-active {
  background-color: var(--dark-body-color);
}

body.dark .cust-mobile-body .conditional-sub-menu .cust-header-dropdown__list {
  background-color: var(--blue-dark-second-color);
}

.desktop-visible {
  display: block;
}

.cust-mobile-body .cust-p2p-user-profile-info {
  display: flex;
  flex-direction: column;
}

.cust-mobile-body .cust-p2p-user-profile-info .cust-p2p-user-profile-text {
  margin-top: 10px;
}

.cust-mobile-body .cust-tabs-right-mob {
  display: flex;
  flex-direction: column;
  align-items: normal;
}

.cust-mobile-body .cust-tabs-right-mob .peer-profile-merchant {
  margin-top: 15px;
}

.cust-mobile-body .p2p-step-pointer {
  z-index: 0;
}

.cust-mobile-body .cust-components-filter__item-mob .btn-add-label {
  margin-bottom: 5px;
}

.cust-mobile-body .desktop-visible {
  display: none;
}

.cust-mobile-body .btn-action-max {
  max-width: 250px;
}

.cust-mobile-body .cust-peer-payment-method-items-mob .cust-peer-payment-method-content-item-body-item-grid {
  display: flex !important;
  flex-direction: column;
}

.cust-mobile-body .cust-peer-payment-method-items-mob .cust-peer-payment-method-headline {
  flex-direction: column;
}

.cust-mobile-body .cust-peer-payment-method-items-mob .cust-peer-payment-method-headline .cust-peer-payment-method-headline-left {
  margin-bottom: 15px;
}

.cust-mobile-body .table-ads-mob .cust-table-div-head {
  display: none;
}

.cust-mobile-body .table-ads-mob .cust-table-div-body .cust-table-div-body-column {
  padding-left: 0 !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.cust-mobile-body .table-ads-mob .cust-table-div-body .cust-table-div-body-rows-inner {
  flex-direction: column;
  padding-top: 15px !important;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile {
  flex-direction: column;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile .cust-p2p-user-profile-left {
  margin-bottom: 25px;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile-stats {
  display: flex;
  flex-direction: column;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile-stats .cust-p2p-user-profile-stats-item {
  min-height: auto;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile-stats .cust-p2p-user-profile-stats-item .cust-p2p-user-profile-stats-item-title {
  margin-bottom: 5px;
}

.cust-mobile-body .profile-mob .cust-p2p-user-profile-stats .cust-p2p-user-profile-stats-item .cust-p2p-user-profile-stats-item-text-top {
  align-self: end;
}

.cust-mobile-body .cust-p2p-create-steps-mob {
  flex-direction: column;
}

.cust-mobile-body .cust-p2p-create-steps-mob .p2p-steps-step {
  padding: 8px !important;
}

.cust-mobile-body .cust-p2p-create-steps-mob .p2p-steps-step-inner {
  flex-direction: row;
}

.p2p-steps-step-marker-text {
  color: white;
}

.cust-mobile-body .cust-p2p-create-steps-mob .p2p-steps-step-inner .cust-p2p-steps-step-marker-text {
  order: 2;
  margin-left: 10px;
}

.cust-mobile-body .cust-p2p-create-steps-mob .p2p-steps-step-inner .p2p-steps-step-marker {
  order: 1;
  margin-top: 0;
}

.cust-mobile-body .cust-p2p-create-steps-mob .p2p-steps-step-inner .p2p-steps-step-marker span:after {
  content: none;
}

.cust-mobile-body .chat-component-mob {
  border: none;
}

.cust-mobile-body .chat-component-mob .chat-dialog-container {
  display: none;
}

.cust-mobile-body .chat-component-mob .closeChat {
  display: block;
  cursor: pointer;
}

.cust-mobile-body .chat-component-mob .closeChat svg path {
  fill: var(--dark-text-color);
}

.cust-mobile-body .chat-component-mob .chat-active {
  display: block;
  position: fixed;
  top: 0;
  background-color: var(--white-color);
  z-index: 999;
  height: 100vh;
  margin-left: -15px;
  width: 100%;
}

.cust-mobile-body .chat-component-mob .chat-dialog {
  height: 80vh;
}

.cust-mobile-body .chat-component-mob .chat-bottom-wrapper {
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.cust-mobile-body .p2p-order-mob {
  flex-direction: column;
}

.cust-mobile-body .p2p-order-mob .p2p-step-pointer {
  margin-top: 0;
}

.cust-mobile-body .p2p-order-mob .w-full-mob {
  width: 100%;
}

.cust-mobile-body .flex-col-mob {
  flex-direction: column;
}

.cust-mobile-body .flex-col-mob .w-full {
  margin-bottom: 5px;
}

.cust-mobile-body .btn-add-mob {
  margin-top: 10px;
  border-radius: 9999px;
}

.cust-mobile-body .cust-components-filter-mob {
  margin-bottom: 0;
}

.cust-mobile-body .mt-mob-no {
  margin-top: 0;
}

.cust-mobile-body .mb-mob-no {
  margin-bottom: 0;
}

.cust-mobile-body .margin-left-custom-mob {
  margin-left: 0;
}

.cust-mobile-body .p2pmodal-mob {
  flex-wrap: wrap;
}

.cust-mobile-body .p2pmodal-mob .modal-ad-timeline {
  flex-direction: column;
}

.cust-mobile-body .p2pmodal-mob .modal-ad-timeline .modal-text {
  margin-bottom: 10px;
  margin-right: 0;
}

.cust-mobile-body .p2pmodal-mob .modal-ad-timeline .modal-text:last-child {
  margin-bottom: 0;
}

.cust-mobile-body .p2pmodal-mob .modal-input-group {
  padding: 5px 12px;
}

.cust-mobile-body .p2pmodal-mob .modal-input-group .modal-input-group-field {
  width: 100%;
}

.cust-mobile-body .p2pmodal-mob .modal-input-group .modal-input-group-field-placeholder {
  justify-content: flex-start;
  padding-right: 10px;
}

.cust-mobile-body .p2pmodal-mob .modal-col-1 {
  width: 100%;
  order: 2;
}

.cust-mobile-body .p2pmodal-mob .modal-col-2 {
  order: 1;
}

.cust-mobile-body .cust-table-result__notfound-mob {
  padding: 1rem 0;
}

.cust-mobile-body .cust-table-components-mob {
  margin: 2rem 0;
}

.cust-mobile-body .p2p-component-title-mob {
  margin-bottom: 3rem !important;
}

.cust-mobile-body .btn-action-mobile {
  min-width: 120px;
  padding: 5px 5px;
  text-align: center;
  font-size: 0.9rem;
}

.cust-mobile-body .p2p-flex-row-mobile {
  padding: 0;
}

.cust-mobile-body .p2p-flex-row-mobile .cust-table-list__value {
  padding: 0;
}

.cust-mobile-body .mobile-visible {
  display: block;
}

.cust-mobile-body .cust-table-list__value-text-normal-mobile {
  margin-top: 0.5rem;
}

.cust-mobile-body .cust-components-filter-mobile {
  display: block;
  margin-bottom: 3rem;
}

.cust-mobile-body .p2p-flex-column-mobile {
  margin-left: 0;
}

.cust-mobile-body .relative-left-mobile {
  width: 100%;
}

.cust-mobile-body .cust-p2p-components-filter-desktop {
  display: none;
}

.cust-mobile-body .cust-filter-group .filter-top-right {
  margin-left: 30px;
  overflow-x: auto;
}

.cust-mobile-body .cust-filter-button-group {
  max-width: 150px;
  min-width: 150px;
}

.cust-mobile-body .cust-filter-button-group .cust-filter-button-items {
  padding: 5px;
}

.cust-mobile-body .conditional-user-menu {
  display: none;
}

.cust-mobile-body .conditional-headline {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cust-mobile-body .conditional-sub-menu {
  display: block;
}

.cust-mobile-body .conditional-sub-menu .cust-header-dropdown__list-color3 {
  fill: var(--dark-text-color);
}

.cust-mobile-body .conditional-sub-menu .cust-header-dropdown__list-icon2 {
  margin-left: 4px;
  margin-right: 6px;
  padding-top: 3px;
}

.cust-mobile-body .conditional-sub-menu .header-dropdown {
  margin-top: 10px;
}

.cust-mobile-body .conditional-sub-menu .user-sub-menu-icon path,
.cust-mobile-body .conditional-sub-menu .user-sub-menu-icon rect,
.cust-mobile-body .conditional-sub-menu .user-sub-menu-icon circle,
.cust-mobile-body .conditional-sub-menu .user-sub-menu-icon g {
  stroke: var(--first-text-color);
}

.cust-mobile-body .conditional-sub-menu .user-sub-menu-icon .cust-header-dropdown__list-color3 g {
  fill: var(--first-text-color);
}

.cust-mobile-body .conditional-sub-menu .cust-header-dropdown__list {
  top: 2rem;
  left: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #f1f1f1;
}

.cust-mobile-body .p2p-component-title {
  flex-direction: column;
}

.cust-mobile-body .p2p-component-title .h2-headline,
.cust-mobile-body .p2p-component-title .user-sub-menu {
  margin: 2rem 0 0 !important;
}

.flex-col-list .input-radio {
  margin-bottom: 5px;
}

body.dark .form-merchant-container .form-disabled input {
  background: #0f1218;
}

.form-merchant-container .form-disabled input {
  opacity: 1;
  background: #eaebed;
  cursor: not-allowed;
}

body#body .admin-layout .vue-portal-target .modal-container .bg-white {
  background-color: var(--white-color) !important;
  color: var(--dark-body-color) !important;
}

.form-search__result-color {
  stroke: #A747EB !important;
}

.cust-button-style {
  background-color: #D4E8FF1A;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset !important;
  padding: 10px 20px;
  border-radius: 0 !important;

}

.capitalize {
  text-transform: capitalize;
}

.user-badge svg {
  outline: none;
}

.user-badge:active svg,
.user-badge:focus svg {
  outline: none;
}

.file-uploader-form-kyc .vue-file-agent {
  float: none !important;
}

.options-module .m-form-no button {
  margin-top: 5px !important;
}

.options-module .cust-module-orderform__sell-forms__button {
  border: 1px solid #A747EB;
  background-color: #A747EB;
}

.options-module .filter-select {
  color: var(--blue-dark-color);
}

.form-text-group {
  font-size: 0.9rem;
}

.form-group-highlight {
  font-size: 1rem;
  padding: 10px 17px;
  margin-top: 10px;
  border-radius: 9999px;
  border: 1px solid #f4f6f9;
  background-color: #f4f6f9;
}

body.dark .options-module .form-group-highlight {
  border: 1px solid #0b0c16;
  background-color: #0b0c16;
}

body.dark .options-module .filter-select {
  color: var(--dark-text-color);
}

body.dark .cust-components-filter__picker .datepicker-dropdown {

  background-color: #010513;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

}

.cust-components-filter__picker .datepicker-dropdown .picker-today {
  border-color: #d4e8ff14;
}

.cust-components-filter__picker .datepicker-dropdown .picker-today:hover {
  color: var(--white-color);
  background-color: #d4e8ff14;
}

.cust-components-filter__picker .datepicker-dropdown .picker-hover:hover {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__picker .datepicker-dropdown .picker-range {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__picker .datepicker-dropdown .picker-range-wrapper {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__picker .bg-purple {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__picker .bg-purple-hover:hover {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__picker .bg-purple-hover-white:hover {
  color: var(--white-color);
}

.cust-components-filter__picker .bg-purple-hover-white:hover svg {
  fill: var(--white-color);
}

.text-transition {
  transition: 0.5s;
}

.flex-col-desktop .cust-components-filter__item {
  width: 50%;
}

.sub-cust-tabs {
  display: flex;
  gap: 1rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #2A2A33;
  margin-bottom: 15px;
}

.sub-cust-tabs .sub-cust-tabs-nav__item {
  cursor: pointer;
  padding: 5px 10px;
}

.sub-cust-tabs .sub-cust-tabs-nav__item.sub-cust-tabs-nav__active {
  color: #A747EB;
  text-align: center;
  border-bottom: 1px solid #A747EB;
}

.cust-components-title-v2 .h2-headline {
  font-size: 1.5rem;
}

.cust-mobile-body .cust-header-nav .cust-header-dropdown__list {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: var(--blue-dark-color);
}

header.cust-mobile-body {
  padding-left: 0;
  padding-right: 0;
}

.mt-0-5 {
  margin-top: 0.1rem;
}

.pre-wrap {
  white-space: pre-wrap;
}

.svg-absolute {
  display: none;
  position: absolute;
  right: -15px;
  top: 0;
}

.relative-p .svg-absolute {
  right: -20px;
  top: -2px;
}

.mkt-color-buy {
  background-color: #22C55E1A;

  padding: 5px 10px;
  font-weight: 500;
  color: #22C55E;
}

.color-buy svg {
  display: block;
}

.color-buy svg path {
  stroke: var(--green-color);
}

.cust-color-sell {
  color: #EF4444;
}

.cust-color-buy {
  color: #22C55E;
}

.mkt-color-sell {
  background-color: #EF44441A;

  padding: 5px 10px;
  font-weight: 500;
  color: #EF4444;
}

.table-list__image img {
  border-radius: 0 !important;
}

.color-sell svg {
  display: block;
  transform: rotateX(180deg);
}

.color-sell svg path {
  stroke: var(--red-color);
}

.cust-market-trends {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cust-market-trends-buynow {
  display: grid;
  gap: 20px;
}

.cust-market-trends-item {
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.8), rgba(32, 24, 37, 1));
  border: 1px solid rgba(167, 71, 235, 0.3);
  border-radius: 10px;
  overflow: hidden;
}

.cust-mt-header {
  font-weight: 600;
  color: #fafafa;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(167, 71, 235, 0.4);
}

.mt-body {
  display: flex;
  flex-direction: column;
}

.mt-body-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  align-items: center;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid rgba(167, 71, 235, 0.3);

}

.mt-body-item:last-child {
  border-bottom: none;
}

.mt-body-item-column {
  padding: 10px 12px;
  border-right: 1px solid rgba(167, 71, 235, 0.3);

}

.mt-body-item-column:last-child {
  border-right: none;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-img img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-img img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item:hover {
  opacity: 0.8;
  background-color: #D4E8FF03 !important;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item:hover {
  opacity: 0.8;
  background-color: #D4E8FF03 !important;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item:last-child {
  margin-bottom: 0;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item:last-child {
  margin-bottom: 0;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item .mt-body-item-column {
  align-items: center !important;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item .mt-body-item-column {
  align-items: center !important;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-price {
  width: 85px;
  flex: 85 1 0%;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-price {
  width: 85px;
  flex: 85 1 0%;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-name {
  width: 95px;

}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-name {
  width: 95px;

}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-change {
  display: flex;
  flex: 52 1 0%;
  justify-content: flex-end;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-item .mt-body-content-change {
  display: flex;
  flex: 52 1 0%;
  justify-content: flex-end;
}

.cust-market-trends .cust-market-trends-item .mt-body .mt-body-headline {
  font-size: 0.8rem;
  display: block;
  min-height: 20px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.cust-market-trends-buynow .cust-market-trends-item .mt-body .mt-body-headline {
  font-size: 0.8rem;
  display: block;
  min-height: 20px;
  margin-bottom: 15px;
  opacity: 0.7;
}

.cust-mobile-body .cust-market-trends {
  display: none;
}

#cust-marquee-slide {
  border-top: 1px solid var(--tr-hover-color);
  display: flex !important;
  background-color: var(--white-color);
  position: fixed;
  bottom: 0;
  width: 100% !important;
  padding: 5px 0;
}

#cust-marquee-slide>div {
  margin-right: 0 !important;
}

.cust-mobile-body #cust-marquee-slide {
  display: none !important;
}

body.dark #cust-marquee-slide {
  background-color: var(--dark-body-color);
}

.mbr {
  width: 100%;
  animation-name: animation;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

@keyframes animation {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.cust-text-slider-item-m {
  display: flex;
  white-space: nowrap;
}

.cust-text-slider-item-m img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
}

.cust-module-orderbook__buy-sell-stats {
  width: 100%;
  margin-top: 15px;
  padding: 5px 5px;
  align-items: center;
  display: flex;
  font-size: 12px;
  height: 16px;
  justify-content: space-between;
  line-height: 16px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare {
  width: 100%;
  margin-top: 15px;
  align-items: center;
  display: flex;
  font-size: 12px;
  height: 16px;
  justify-content: space-between;
  line-height: 16px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-direction {
  align-items: center;
  display: flex;
  line-height: 18px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-direction .compare-percent-buy {
  color: var(--green-color);
  margin-left: 2px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-direction .compare-percent-sell {
  color: var(--red-color);
  margin-left: 2px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-bar {
  align-items: center;
  display: flex;
  flex: 1 1;
  padding: 0 8px;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-bids-bar {
  align-items: center;
  background-color: var(--green-color);
  border-radius: 2px 0 0 2px;
  height: 4px;
  margin-right: 2px;
  width: 50%;
}

.cust-module-orderbook__buy-sell-stats .orderbook-compare .compare-asks-bar {
  align-items: center;
  background-color: var(--red-color);
  border-radius: 0 2px 2px 0;
  height: 4px;
  width: 50%;
}

.cust-mobile-body .copyright {
  padding: 5px;
}

.admin-layout .period-block .block {
  margin-top: 0 !important;
}

.admin-layout .period-block .bg-purple-hover {
  top: 2px !important;
}

.flex-qr img {
  background: #fff;
  margin: 0 auto;
  border: 1px solid var(--tr-hover-color-second);
  padding: 8px;
  border-radius: 15px;
  margin-left: 20px;
}

.flex-qr .img-screen img {
  background: transparent;
  margin-left: 0px;
  height: 168px;
}

.svg-qr-code {
  margin-top: 7px;
  padding: 5px;
  border-radius: 8px;
  background: var(--purple-color);
}

.svg-qr-code svg {
  cursor: pointer;
}

.svg-qr-code svg path {
  fill: var(--white-color);
}

.svg-qr-code svg:hover {
  opacity: 0.8;
}

body.dark .svg-qr-code svg path {
  fill: var(--white-color);
}

.qrApproved {
  position: absolute;
  top: 40%;
  background: rgba(167, 255, 167, 0.93);
  left: 52px;
  color: #373333;
  padding: 8px 8px;
  border-radius: 8px;
}

.qrApproved svg path {
  fill: var(--green-color);
}

.cust-mobile-body button,
.cust-mobile-body input,
.cust-mobile-body optgroup,
.cust-mobile-body select,
.cust-mobile-body textarea {
  font-size: small;
}

.cust-components-filter__row .rounded {}

.components-filter__button {
  background: #D4E8FF1A !important;
  border: 1px solid #D7E7FE1A !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border-radius: 0 !important;
}

.modal-container button {
  border-radius: 0px !important;
}

.filter-select .swap-label .pt-1 {
  padding-top: 0 !important;
}

.filter-select .swap-label img {
  width: 22px !important;
  height: 22px !important;
}

.cust-components-filter-desktop .swap-label {
  padding-top: 4px;
}

.chartDisabled {
  opacity: 0;
  height: 120px;
}

.chartActive {
  opacity: 1;
  height: 438px;
}

.chart-height {
  min-height: 438px;
}

.loader-img {
  margin: 0 auto;
  margin-top: 150px;
}

.cust-mobile-body .loader-img {
  margin-top: 50px;
}

.cust-mobile-body .chartActive {
  height: 250px;
}

.cust-mobile-body .chart-height {
  min-height: 250px;
}

.cust-mobile-body .cust-module-orderform {
  width: 100%;
}

.cust-mobile-body .cust-module-orderopen__table-list .table-list__item-value {
  padding: 0.2rem 0;
}

.cust-mobile-body .cust-trade-head__right iframe {
  padding-right: 0 !important;
}

.width-180 {
  min-width: 180px;
}

.cust-form-components__block-button {
  background-color: #A747EB;
}

.cust-form-components__block-button-v2 {
  max-width: 200px;
  margin: 0 auto;
}

.widget-stats__block-3 {
  margin-right: 0 !important;
  align-self: center;
  margin-bottom: 5px;
}

.widget-stats__block-3 .cust-widget-stats__list-item {
  margin-right: 15px !important;
}

.widget-stats__block-3 .cust-widget-stats__list-item .social-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.widget-stats__block-3 .cust-widget-stats__list-item .social-icon .social-icon__color {
  fill: #515152;
}

.widget-stats__block-3 .cust-widget-stats__list-item .social-icon2 {
  margin-top: -2px;
  width: 22px;
  height: 20px;
}

.widget-stats__block-3 .cust-widget-stats__list-item .social-icon3 {
  margin-top: -3px;
  width: 24px;
  height: 20px;
}

.dark .cust-widget-stats__list-item .social-icon__color {
  fill: var(--white-color) !important;
}

#cust-marquee-slide {
  border-top: 1px solid #180F20;
  display: flex !important;
  background-color: #180F20;
  width: 100% !important;
  box-shadow: 0px -2px 4px 0px #00000040;
}

#cust-marquee-slide>div {
  margin-right: 0 !important;
}

.cust-mobile-body #cust-marquee-slide {
  display: none !important;
}

body.dark #cust-marquee-slide {
  background-color: #180F20;
}

.cust-section-footer__row {
  width: 100%;
  margin: 0 auto;
  background-color: #010513;

  background-image: url('/images/Footer-bg.png');
  background-repeat: no-repeat;

  padding: 5rem 1rem 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cust-footer {
  max-width: 1128px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}

.cust-footer-left {
  width: 179px;

}

.cust-footer-logo img {
  max-width: 150px;
  margin-bottom: 1rem;
}

.cust-footer-left p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.cust-footer-social {
  display: flex;
  gap: 10px;
}

.cust-footer-social img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.cust-footer-social img:hover {
  transform: scale(1.1);
}

.cust-footer-right {
  display: contents;
}

.cust-footer-column {
  min-width: 150px;
}

.footer-header-text {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 15px;
  background: #D4E8FF03;
  box-shadow:
    inset 0px 0px 0px 1px #D4E8FF14;
  margin-bottom: 1rem;
}

.cust-footer-column h4 {
  font-size: 12px;

  color: #B8D3FA;
}

.cust-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cust-footer-column li {
  margin-bottom: 0.5rem;
}

.cust-footer-column a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
  transition: color 0.2s ease;
}

.cust-footer-column a:hover {
  color: #fff;
}

.cust-footer-copyright {
  max-width: 1128px;
  margin: 2rem auto 0;
  padding: 12px 0;
  border-top: 1px solid #D4E8FF14;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #aaa;
}

.cust-footer-copyright-left p {
  margin: 0;
  color: #D8E7FEB2;
  font-size: 14px;
}

.cust-footer-copyright-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cust-footer-copyright-right span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.online-status-icon {
  font-size: 10px;
  color: #22c55e;
}

.cust-components-title h2 {
  margin: 2rem 0;
  font-size: 48px;

  font-weight: 700;
  color: #FAFAFA;
  text-align: center;
}

.cust-user-status__title {
  margin: 1rem 0;
  font-size: 48px;

  font-weight: 700;
  color: #FAFAFA;
  text-align: left;
}

.wall-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.cust-wall-tabs-left {
  display: flex;

  gap: 20px;
}

.cust-wall-tabs-left h2 {
  font-weight: 700;
  font-size: 48px;

  color: #FAFAFA;
}

.cust-wall-tabs-left h3 {
  font-weight: 700;
  font-size: 30px;

  color: #D4D4DA;
}

.cust-wall-deposit h2 {
  font-weight: 700;
  font-size: 48px;

  color: #FAFAFA;
  margin-top: 2rem;
}

.cust-wall-convert {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.cust-wall-convert-usdt {
  background-color: #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;

  padding: 6px 14px;

  color: white;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.cust-tabs {
  display: flex;
  justify-content: space-between;

  padding: 1rem 0;

}

.cust-tabs-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cust-order-tabs-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-order-table-result {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.cust-order-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #2A2A33;
}

.cust-tabs-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cust-tabs-right .cust-tabs-balance {
  display: block;
}

.cust-tabs-right .cust-tabs-balance p {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.2rem;

}

.cust-tabs-right .cust-tabs-balance small {
  margin-top: 10px;
  font-size: 0.9rem;
  display: block;
}

.cust-tabs-nav {
  display: flex;
  justify-content: flex-start;
  color: white;
  cursor: pointer;
}

.cust-tabs-nav__item {
  position: relative;
  margin-right: 1.5rem;
  padding: 0.5rem 0;
}

.cust-tabs-nav__active {
  color: white;
  background-color: #A747EB;
  font-weight: 700;
  border-radius: 60px;
  padding: 8px 16px;
}

.cust-order-tabs-nav__active {
  color: #A747EB;
  border-bottom: 1px solid #A747EB;
}

.cust-tabs-nav__item sup {
  color: white;
  background-color: #A747EB;
  border-radius: 9999px;
  padding: 2px 6px;
  font-weight: 600;
}

.cust-tabs-search {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #A747EB;

  padding: 0 10px;

}

.cust-tabs-search input {
  display: block;
  width: 100%;
  padding: 0.4rem 0.5rem 0.4rem 0;
  font-size: var(--default-font__size);
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}

.cust-tabs-search input:focus {
  outline: none;
  box-shadow: none;
}

.cust-tabs-search input::-moz-placeholder {
  color: white;
}

.cust-tabs-search input::placeholder {
  color: white;
}

.cust-tabs-search__icon {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 4px;
}

.cust-tabs-search__color {
  stroke: white;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.components-label {
  display: inline-block;
  padding: 5px 10px !important;
  width: auto !important;
  text-align: center;
  font-size: var(--small-font__size);
  border-radius: 9999px;
  background-color: var(--border-line-color);
  color: black;

}

.label-red {
  background-color: rgba(238, 40, 68, 0.16);
  color: var(--red-color);
}

.label-red span {
  cursor: pointer;
  color: var(--red-color) !important;
}

.label-green {
  background-color: rgba(34, 158, 107, 0.16);
  color: var(--green-color);
}

.label-orange {
  background-color: #D4E8FF03 !important;
  color: #D8E7FEB2 !important;
}

.cust-card-warning.active {
  background: #A747EB;
  border: 1px solid #A747EB;
}

.cust-card-warning:not(.active):hover {
  background: #0b0c16;
}

body.dark .site-layout .table-form-container-item {
  border-color: #A747EB;
}

body.dark .site-layout .cust-card-warning {
  border-color: #A747EB;
}

body.dark .site-layout .cust-card-warning h2 {
  color: white;
}

body.dark .site-layout .cust-card-warning div {
  background: var(--third-text-color);
  color: var(--second-text-color);
}

body.dark .site-layout .cust-card-warning.active {
  background: var(--blue-dark-fourth-color);
  border: 1px solid var(--blue-dark-fourth-color);
}

body.dark .site-layout .cust-card-warning:hover {
  background: var(--blue-dark-fourth-color);
  border: 1px solid var(--blue-dark-fourth-color);
}

body.dark .site-layout #card-element {
  border-color: var(--border-line-color);
}

.cust-table-components {
  margin: 2rem 0;
  background: #D4E8FF03;

  box-shadow: 0px 1.06px 2.12px 0px #0000000D;

  padding: 26.5px;
  gap: 25.44px;
  color: white;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

}

.cust-tables-subtitle {
  font-weight: 600;
  color: #FAFAFA;
  font-size: 25px;
  margin-bottom: 10px;
}

.cust-table-components table {
  width: 100%;
}

.cust-table-components table thead,
.cust-table-components table tbody {
  padding: 0;
  text-align: left;
}

.cust-table-components table tr {
  padding: 0;
  text-align: left;
}

/* .cust-table-components table th {
  padding: 1rem;
} */

.cust-table-components .table-filter .filter-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cust-table-components .table-list__cursor {
  cursor: pointer;
}

.cust-table-components .no-cursor .table-sort__value {
  cursor: default !important;
}

.table-sort__value {
  justify-content: center !important;
}

body.dark .site-layout .cust-form-search__result .cust-form-search__result-icon svg .cust-form-search__result-color,
body.dark .site-layout .cust-form-search__result .cust-form-search__result-icon svg .cust-form-search__result-color2 {
  stroke: var(--second-text-color);
}

body.dark .site-layout .cust-form-search__result .cust-form-search__result-icon svg:hover .cust-form-search__result-color,
body.dark .site-layout .cust-form-search__result .cust-form-search__result-icon svg:hover .cust-form-search__result-color2 {
  stroke: #A747EB;
}

.form-border {
  border: 0px solid var(--border-line-color) !important;
}

.cust-components-filter__form {
  border: 1px solid #A747EB;
  border-radius: 12px;

  padding: 1.5rem;

  width: 100%;

}

.cust-components-filter__form .form-row .cust-components-filter__item {
  width: 100% !important;
}

.cust-components-filter__form .cust-components-filter__row {
  justify-content: space-between !important;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.cust-components-filter__form .cust-components-filter__item {

  margin-right: 0;
}

.cust-components-filter__form .cust-components-filter__item input,
.cust-components-filter__form .cust-components-filter__item select {

  height: 56px;
  margin-top: 0px !important;
  padding: 0.8rem;
  font-size: var(--small-font__size);

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.cust-components-filter__form .cust-components-filter__item input:focus,
.cust-components-filter__form .cust-components-filter__item select:focus {

  outline: none;
  box-shadow: none;

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.cust-components-filter__form .cust-components-filter__item input option,
.cust-components-filter__form .cust-components-filter__item select option {
  outline: none;
  background-color: var(--select-option);
  border: var(--border-line-color);
}

.cust-components-filter__form .cust-components-filter__item label {
  font-size: var(--default-font__size);
  color: #D4E8FF;
}

.cust-components-filter__form .cust-components-filter__item .filter-select {
  padding: 0.9rem 1.5rem;
  font-size: var(--default-font__size);

  border-radius: 8px;
  background-color: transparent !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__form .cust-components-filter__item .filter-select:focus {
  border: 1.06px solid #D4E8FF1A;
  outline: none;
  box-shadow: none;
}

.cust-components-filter__form .cust-components-filter__item .filter-select__option {
  padding: 0.8rem;
  color: white;
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

}

.cust-components-filter__form .cust-components-filter__item .filter-hover {
  color: #fff;
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__form .cust-components-filter__item .filter-active {
  background-color: #010513 !important;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__form .cust-components-filter__item .bth-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: 14px;
}

.cust-components-filter__form .cust-components-filter__button {
  outline: 0px solid #F00;
  display: block;

  padding: 1rem 0;
  position: relative;
  background-color: #010513;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__form .cust-components-filter__button:hover {
  background-color: var(--purple-color);
}

.cust-components-filter {}

.cust-components-filter__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
}

.cust-components-filter__item {
  width: 100%;
  margin-right: 1rem;
}

.cust-components-filter__item input,
.cust-components-filter__item select {

  padding: 0.8rem;
  height: 56px;
  margin-top: 0px !important;
  font-size: var(--small-font__size);

  background-color: transparent !important;

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__item input::-moz-placeholder, .cust-components-filter__item textarea::-moz-placeholder {
  color: white;
}

.cust-components-filter__item input::placeholder,
.cust-components-filter__item textarea::placeholder {
  color: white;
}

.cust-components-filter__item input:focus,
.cust-components-filter__item select:focus {
  border: 1px solid #D4E8FF1A;
  outline: none;
  box-shadow: none;
}

.cust-components-filter__item input option,
.cust-components-filter__item select option {
  outline: none;
  background-color: #010513;
  border: 1.06px solid #D4E8FF1A;
}

.cust-components-filter__item label {
  font-size: var(--default-font__size);
}

.rounded {
  border-radius: 0 !important;
}

.cust-components-filter__item .filter-select {
  padding: 0.9rem 1.5rem;
  font-size: var(--default-font__size);

  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: transparent !important;
  height: 56px !important;
  margin: 0 !important;

}

.cust-components-filter__item .filter-select:focus {
  border: 1.06px solid #D4E8FF1A;
  outline: none;
  box-shadow: none;
}

.cust-components-filter__item .filter-select__option {
  padding: 0.8rem;
  color: white;
  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.cust-components-filter__item .filter-hover {
  color: #fff;
  background-color: var(--purple-second-color);
}

.cust-components-filter__item .filter-active {

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.cust-components-filter__item .bth-clear {
  top: 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cust-components-filter__item .bth-clear:hover {
  color: var(--white-color);
  background-color: var(--purple-color);
}

.cust-components-filter__item8 {
  margin-right: 1rem;
}

.cust-components-filter__item8 input,
.cust-components-filter__item8 select {
  border: 1px solid #D4E8FF14;
  background-color: transparent;
  padding: 0.8rem;
  font-size: var(--small-font__size);
}

.cust-components-filter__item8 input:focus,
.cust-components-filter__item8 select:focus {

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
  outline: none;
  box-shadow: none;
}

.cust-components-filter__item8 input option,
.cust-components-filter__item8 select option {
  outline: none;

  border: 1.06px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #010513 !important;
}

.cust-components-filter__item8 label {
  font-size: var(--default-font__size);
}

.cust-components-filter__item8 .filter-select {

  height: 56px;
  margin-top: 0 !important;
  padding: 0.9rem 1.5rem;
  font-size: var(--default-font__size);
  border: 1px solid #D4E8FF03;
  background-color: #D4E8FF03 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__item8 .filter-select:focus {
  border: 1px solid #D4E8FF03;
  outline: none;
  box-shadow: none;
}

.cust-components-filter__item8 .filter-select__option {
  padding: 0.8rem;
  color: white;
  background-color: #010513;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__item8 .filter-hover {
  color: #fff;

  background-color: #010513;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__item8 .filter-active {

  background-color: #010513;
  border: 1px solid #D4E8FF03;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-components-filter__item8 .bth-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: 14px;
}

.cust-components-filter__item8 .bth-clear:hover {
  color: white;
  background-color: #D4E8FF03;
}

.cust-components-filter__button {
  outline: none;
  display: block;

  position: relative;
  background-color: #D4E8FF03 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  color: white;
  border-radius: 12px;
  text-align: center;
}

.cust-components-filter__button:hover {
  background-color: #D4E8FF03;
}

.form-search {
  margin-top: 2rem;
}

.cust-depo-form-search__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;

}

.cust-form-search__container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;

  background: #D4E8FF03;

  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.form-search__block {
  width: 30%;
  padding: 0 1rem 0 0;
  align-items: stretch;
}

.form-search__block-title {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.form-search__block button {
  margin-top: 1.4rem;
}

.cust-form-search__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;

  background: #D4E8FF03;

  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-form-search__info h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.cust-form-search__info p {
  font-size: 0.9rem;
  line-height: 150%;
}

.cust-form-search__info-icon {
  width: 50px;
  height: 50px;
  margin-right: 2rem;
}

.cust-form-search__result {
  display: flex;
  gap: 40px;
}

.form-search__result {
  width: 100% !important;
}

.form-search__result-item {
  width: auto !important;
}

.cust-flex-row {
  flex-direction: row !important;
}

.fill-gray {
  color: #D4E8FF !important;
}

.cust-form-search__result-block {

  font-size: 0.9rem;
}

.deposite-notes-class {
  padding: 20px;
}

.cust-form-search__result-block ul {
  list-style-type: circle;
  list-style-position: inside;
}

.cust-form-search__result .result-block {
  display: flex;
  justify-content: space-between;
}

.cust-form-search__result-title {
  color: white;
  font-weight: 700;
  font-size: 20px;
}

.cust-form-search__result-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cust-form-search__result-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  cursor: pointer;
}

.cust-form-search__result-color {
  stroke: #A747EB;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cust-form-search__result-color2 {
  fill: #A747EB;
}

.cust-form-search__result-item {
  width: 50%;
  padding-right: 1rem;
}

.cust-form-search__result-item.w-full {
  width: 100% !important;
}

.cust-form-search__result-item span {
  color: var(--second-text-color);
}

.cust-pagenav {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cust-pagenav a {
  outline: none;

  border: 1px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background: #D4E8FF03;
  color: #D4E8FF;
}

.cust-pagenav a:hover {
  background: #1D172233;
}

.cust-pagenav a:focus {
  color: white;
  border: 1px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border-image-slice: 1;
}

.cust-pagenav div {
  outline: none;

  border: 1px solid #D4E8FF1A;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  background-color: #D4E8FF03;

  cursor: pointer;
}

.cust-pagenav .bg-white {
  background-color: #1D172233;
}

.staking_header {
  font-weight: 600;
  color: #CDE0FC;
  margin-top: 1rem;
}

.cust-bg {
  background: #D4E8FF03;
  box-shadow:
    0px 1.06px 2.12px 0px #0000000D,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  -webkit-backdrop-filter: blur(10.59880256652832px);
          backdrop-filter: blur(10.59880256652832px);

}

.input-field input {
  color: white !important;
}

.full-block-fields ul {
  text-align: center !important;
}

.cust-p2p-table-components {
  margin-top: 2rem;
}

.cust-p2p-components-filter-desktop {

  background: #D4E8FF03;

  padding: 20px 12px;
  box-shadow:
    0px 1.06px 2.12px 0px #0000000D,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  -webkit-backdrop-filter: blur(10.59880256652832px);
          backdrop-filter: blur(10.59880256652832px);
}

#cust-marquee-slider {
  background: #D4E8FF03;
  box-shadow:
    0px -2px 4px 0px #00000040,
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

#cust-marquee-slider .cust-text-slider-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 0;
  margin-right: 10px;
}

#cust-marquee-slider .cust-text-slider-item+.cust-text-slider-item {
  margin-left: 0;
}

.cust-block-button button {
  background-color: #D4E8FF1A;
  border: 1.06px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;

  color: white;
  display: block;
  outline: none;
  padding: 1rem 0;
  text-align: center;
  padding: 10px 20px;

}

.cust-block-button button:focus,
.cust-block-button button:hover {
  background-color: #D4E8FF1A;
}

.cust-block-button button:active {
  background-color: #D4E8FF1A;
}

.cust-loadingio-eclipse {
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}

@keyframes cust-ldio-rpinwye8j0b {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.cust-ldio-rpinwye8j0b div {
  animation: cust-ldio-rpinwye8j0b 1s linear infinite;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #303254;
  height: 60px;
  left: 20px;
  position: absolute;
  top: 20px;
  transform-origin: 30px 32px;
  width: 60px;
}

.cust-ldio-rpinwye8j0b {
  backface-visibility: hidden;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  transform-origin: 0 0;
  width: 100%;
}

.cust-ldio-rpinwye8j0b div {
  box-sizing: content-box;
}

.dark #swap-container #orderProcessing {
  background: #010513;

  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.dark .cust-ldio-rpinwye8j0b div {
  box-shadow: 0 4px 0 0 #fff;
}

#swap-container #orderProcessing {
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  height: auto;

  background: #010513;
  border: 1.06px solid #D4E8FF14;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.form-container {
  border-radius: 0 !important;
  background: #010513 !important;
  border: 1.06px solid #D4E8FF14 !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.launchpad-inner .components-filter__item button,
.block-button button {
  border-radius: 0 !important;
  background-color: #D4E8FF1A !important;
  border: 0.84px solid #D4E8FF14 !important;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.components-filter__item {
  width: 100% !important;
}

.components-filter__form {
  max-width: 100% !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border: none !important;
}

.components-filter__form .components-filter__item input,
.components-filter__form .components-filter__item select {
  border: 0.84px solid #D4E8FF14 !important;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.start_new_order-btn {
  display: flex;
  margin-top: 10px;
  color: white;
  background-color: #010513;
  padding: 10px 20px;

  justify-self: center;
  font-size: 16px;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-orderProcessingText {
  text-align: center;
  max-width: 450px;
}

.cust-orderProcessingText h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.cust-orderProcessingText span {
  font-size: 1rem;
  max-width: 400;
}

.cust-you-get-text {
  border: 1.06px solid #D4E8FF1A;
  background-color: transparent !important;
  box-shadow:
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 1px 3px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
}

.cust-section-header {
  font-size: 48px;
  color: #CDE0FC;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.form-search__container {
  justify-content: center !important;
}

.components-filter__item .filter-select {
  border-radius: 0 !important;
  border: 1.06px solid #D4E8FF33 !important;
  background-color: #D4E8FF1A !important;
  box-shadow:
    0px 3px 12px 0px #d4e8ff14 inset,
    0px 1px 3px 0px #d4e8ff14 inset,
    0px 0.5px 0.5px 0px #d4e8ff1f inset,
    0px 0px 0px 1px #d4e8ff14 inset;
}

.page-section-content p {
  color: #b8d3fa !important;
}

.btn-warning {
  border-radius: 0px !important;
  color: #D4E8FF !important;
  background-color: #D4E8FF03 !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border: none !important;
}

.btn-warning:hover {
  background-color: #D4E8FF03 !important;
  color: #D4E8FF !important;
  border: none !important;
}

.user-status__item svg {
  color: #D4E8FF !important;
}

.check-button {
  border-radius: 0px !important;
  color: #D4E8FF !important;
  background-color: #D4E8FF03 !important;
  box-shadow:
    0px -16px 32px 0px #D4E8FF14 inset,
    0px 3px 12px 0px #D4E8FF14 inset,
    0px 0.5px 0.5px 0px #D4E8FF1F inset,
    0px 0px 0px 1px #D4E8FF14 inset;
  border: none !important;
  max-width: 200px !important;
}

.not-found-cust {
  display: flex !important;
  justify-content: center !important;
  margin-top: 2rem !important;
}

.p2p-tab-two-rows .components-filter__button-gray {
  color: #D4E8FF !important;
}

.temp-header {
  background-color: #1A1F3A !important;
}

.temp-text-header {
  text-align: center;
  font-size: 16px !important;
  color: #A78BFA !important;
  font-weight: 500 !important;
}

@media screen and (max-width: 600px) {
  .custom-auth-block {
    display: block;
  }

  .custom-auth-block .cust-block-button {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .option-w-full-container {
    display: block !important;
  }

  .option-no-padding {
    padding-top: 20px;
  }

  .option-no-padding .cust-module-orderopen {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .cust-filter-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .cust-form-components__block,
  .cust-myorder-mob-class {
    display: flex;
    flex-direction: column;
  }

  .cust-p2p-field-width {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .cust-block-title {
    margin: 1rem 0 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .cust-table-div-body-column {
    font-size: 13px !important;
  }
  .cust-table-div-desktop {
    display: none;
  }

  .cust-table-div-mobile {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .cust-all-container {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .cust-all-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .cust-all-container {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .cust-market-trends {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cust-market-trends {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 400px) and (max-width: 1260px) {
  .mt-body-content-price {
    display: none;
  }
}

@media (max-width: 1024px) {
  .cust-footer-column a {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .cust-footer-column a {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cust-footer-column a {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cust-footer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0 !important;
  }

  .cust-footer-left,
  .cust-footer-column {
    text-align: left;
  }

  .cust-footer-copyright-right,
  .cust-footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 1200px) {

  .cust-user-status__title h2,
  .cust-components-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {

  .cust-user-status__title h2,
  .cust-components-title h2 {
    font-size: 34px;
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {

  .cust-user-status__title h2,
  .cust-components-title h2 {
    font-size: 28px;
    margin: 1.2rem 0;
    text-align: left;
  }
}

@media (max-width: 480px) {

  .cust-user-status__title h2,
  .cust-components-title h2 {
    font-size: 22px;
    margin: 1rem 0;
  }
}

@media (max-width: 992px) {
  .wall-container {
    gap: 1.5rem;

    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .wall-container {
    flex-direction: column;

    align-items: left;

    gap: 1rem;
  }

  .cust-wall-tabs-left {
    flex-direction: column;
  }

}

@media (max-width: 1200px) {

  .cust-wall-tabs-left h2,
  .cust-wall-deposit h2 {
    font-size: 40px;
  }

  .cust-wall-tabs-left h3 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {

  .cust-wall-tabs-left h2,
  .cust-wall-deposit h2 {
    font-size: 34px;
  }

  .cust-wall-tabs-left h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {

  .cust-wall-tabs-left h2,
  .cust-wall-deposit h2 {
    font-size: 28px;
  }

  .cust-wall-tabs-left h3 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {

  .cust-wall-tabs-left h2,
  .cust-wall-deposit h2 {
    font-size: 22px;
  }

  .cust-wall-tabs-left h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .cust-tabs-nav {
    flex-direction: column;
  }

  .cust-tabs-nav__item:hover:after {
    height: 0px;
  }

  .cust-tabs-nav__active:after {
    height: 0px;
  }

  .cust-components-filter__form {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 770px) {

  .cust-components-filter__row {
    display: block;
  }

  .cust-components-filter__item {
    width: 100% !important;
    margin-bottom: 1.2rem;
  }

}

@media screen and (max-width: 670px) {

  .cust-components-filter__form .cust-components-filter__row {
    display: block;
  }

  .cust-components-filter__form .cust-components-filter__item {
    width: 100%;
    margin-bottom: 1rem;
  }

}

@media (max-width: 768px) {
  .cust-form-search__result {
    flex-direction: column !important;
    gap: 6px;
  }
}

@media screen and (max-width: 1000px) {
  .cust-form-search__info {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  .cust-form-search__info {
    display: block;
  }

  .cust-form-search__info-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  #swap-container #orderProcessing {
    width: 65% !important;
  }
}
