/*
*  theme overwrite 
=================================
=================================
=================================*/
/**! user style **/
/**! ----- font family init ---- **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

p {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.blockquote h4 {
  line-height: 3rem;
}

.blockquote h5 {
  line-height: 2.8rem;
}

/**! ----- font Setting (size & line height, spacing etc) ---- **/
.h1-font,
h1 {
  font-size: 2.25rem;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {
  .h1-font,
  h1 {
    font-size: 3.75rem;
    line-height: 1.16;
  }
}

.h2-font,
h2 {
  font-size: 2.25rem;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {
  .h2-font,
  h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.h3-font,
h3 {
  font-size: 2.25rem;
  line-height: 1.35;
}

.h4-font,
h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.h5-font,
h5 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.h6-font,
h6,
.blockquote {
  font-size: 1.125rem;
  line-height: 1.65;
}

.body-font,
p {
  font-size: 1.0625rem;
  line-height: 1.75;
}

/**! ----- Theme Common colors (Also Used as extend in SCSS ) ---- **/
mark,
ins,
.bg-color--primary,
[class*="bg-color--primary-opacity-"]::before,
.btn-bg--primary,
.btn-bg--primary--05::after,
.btn-hover--primary:hover,
.card-hover--bg--primary-shadow.focused,
.card-hover--bg--primary-shadow:hover,
.preloader .blobs .blob-center,
.preloader .blob,
.form--v8:after,
.ico-progress--v2 .ico-progress__stages:after,
.decor,
.carosuel-slider--v1 .slick-dots .slick-active button,
.carosuel-triangle:hover,
.label-bg--light--200::before,
.pagination .page-item.active .page-link,
.sticky .card,
.sticky .article__thumbnail-image::before,
.widget_calendar tbody a,
.post-navigation .meta-nav::before,
.navbar-sticky--moved-up.sticky-bg-color--primary,
.roadmap--v4 .roadmap-item--current .timeline-line:before {
  background: #3965f4;
}

.color--primary,
.card--v2 .card.focused .card__title,
.card--v2 .card:hover .card__title,
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item:focus,
.text-hover--primary:hover,
.section--dark .text-hover--primary:hover,
.section--darkblue .text-hover--primary:hover,
.icon-rounded-color--gray i:hover,
.carosuel-arrow,
.carosuel-cursor--dark i:hover,
.dropdown-module__item:focus,
.dropdown-module__item:hover,
.dropdown-module--dark .dropdown-module__item:focus,
.dropdown-module--dark .dropdown-module__item:hover,
.label-bg--primary,
.pagination .page-item:not(.active) .page-link,
.breadcrumb--v1 .breadcrumb,
.breadcrumb--v1 .breadcrumb a,
.blog-details .article-content a,
.blog-details .comment-content a,
.article-author__name:hover,
.article__title h2:hover,
.blog-details .entry-header .entry-author .url:hover,
.blog-details .entry-meta .post-categories a,
.blog-sidebar .widget-title,
.blog-sidebar .widget li a:hover,
.blog-sidebar .widget li a:focus,
.blog-sidebar .widget li a:hover i,
.blog-sidebar .widget li a:focus i,
.blog-sidebar .widget_tag_cloud ul li a:hover,
.blog-sidebar .widget_nav .menu li .current_page_item > a,
.blog-sidebar .widget_nav .menu li .current-menu-item > a,
.widget_calendar tfoot a,
.widget_rss .widget-title .rsswidget,
.post-navigation .meta-nav,
.post-navigation .post-title:hover,
.tags-links a,
.comments-area .comment-reply-link,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.footer.section--light a:hover {
  color: #3965f4;
}

.fill--primary rect,
.fill--primary path,
.fill--primary polygon,
.fill--primary circle {
  fill: #3965f4;
}

.btn-border--color--primary,
.btn-hover--primary.btn-border--color--dark:hover,
.btn-hover--primary.btn-border--color--light:hover,
.icon-rounded-color--primary,
.icon-rounded-color--gray i:hover,
.carosuel-arrow {
  border-color: #3965f4;
}

/*---- Boxed Layout Init----*/
body.boxed-layout .main,
body.boxed-layout .navbar {
  max-width: 1366px;
}

/*! Place your custom styles here (below). 
      This will make it much easier to update the template later - you'll only need to preserve "this file
  ===================================================================================================*/

.token-sale-details--v1.section--dark .token-calculator__coin {
  background: #24305b;
}

.token-buttons {
  display: flex;
  column-gap: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  border-radius: 0.9375rem;
}

.token-buttons > * {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.token-buttons > .active {
  background-color: rgb(91, 127, 236);
}

.token-wrapper {
  display: none;
}

.token-wrapper.active {
  display: block;
}

.token-currency-wrapper {
  display: flex;
  column-gap: 20px;
}

.token-currency-column {
  width: 50%;
  column-gap: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.token-sale-details--v1.section--dark .token-calculator__coin {
  margin: 0;
  width: 100%;
}

.token-submit {
  width: 100%;
}

/* token info */
.token-info {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 30px;
  /* margin-top: 30px; */
}

.token-info__block {
  width: calc(50% - 10px);
  text-align: left;
}

.token-info__item {
}

.token-info__name {
  color: #7c7d8d;
  margin-bottom: 0.2125rem;
  font-size: 0.8rem;
}

.token-value {
  color: #fff;
  font-size: 1rem;
}

/* login */
.login-custom {
  color: #cdcdd9;
}

.theme-royal-blue .login-custom {
  background-color: rgb(30, 32, 45);
}

.theme-royal-blue .login-custom .form--v5 {
  background: rgba(57, 101, 244, 0.1);
}

.login-custom a.text-color--200:hover {
  opacity: 1;
}

/* ============================= select ============================= */
.select {
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: none;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  background-color: #182447;
  cursor: pointer;
  width: 100%;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 30px; */
  gap: 10px;
  border-radius: 2px;
  padding: 0.625rem 0.9375rem;
}

.select__value > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  -webkit-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

._select-open .select__value:after {
  transform: scale(1, -1);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: 100%;
  border-radius: 2px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: inherit;
  padding: 0.625rem 0.9375rem;
  background-color: #1c2a53;
  color: #fff;
  font-weight: 500;
  color: #fff;
}

.select__option:hover {
}

.select__option._select-selected {
  /* background-color: #eee */
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #182447;
    color: #fff;
  }
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select._select-open {
  z-index: 8;
}

._select-tag {
  cursor: pointer;
}

.select_crypto {
}

.select_add {
  margin-top: 5px;
}

/* ============================ */

.token-payment__add {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  background: none;
}

.token--margins {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 15px;
}

.token--margins .token-payment__title {
  margin-bottom: 0;
}

.add-wallet {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 10px;
  padding: 16px;
  border: 1px solid #0e4de8;
}

.add-wallet textarea {
  display: block;
}

.numbers .token-payment__add {
  margin-bottom: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  margin-top: 2rem;
}

/* ========== bills ============= */
.bills dd,
.bills dl {
  margin: 0;
}

.bills__item {
  padding: 16px 50px 16px 16px;
  display: flex;
  flex-direction: column;
  column-gap: 15px;
  row-gap: 5px;
  position: relative;
}
.bills__item dd {
  white-space: normal;
  overflow-wrap: anywhere;
}

.bills__item:nth-child(2n + 2) {
  background: #162445;
  border-radius: 4px;
}

.bills dl {
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  column-gap: 20px;
  display: flex;
  align-items: flex-end;
}

.bills dt {
  width: 100%;
}

.token-wrapper--buy .bills dt {
  max-width: 135px;
}

.token-wrapper--sell .bills dt {
  max-width: 115px;
}

.bills dl:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 5px;
}

.bills__delete {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  background: none;
  display: block;
  line-height: 1;
  transform: translateY(-50%);
}

.bills__delete:hover {
  color: #ffffff;
}

/* dashboard */

.dashboard header {
  background: rgb(33 39 65);
}

.token-address label {
  width: 100%;
}

.dashboard {
  display: flex;
  overflow: inherit;
}

.aside,
.aside .navbar-inner--custom {
  z-index: 1;
  position: initial;
}

.aside {
  background: rgb(33 39 65);
  flex: 1 1 23rem;
  align-items: start;
  padding-left: 35px;
  padding-top: 0;
  padding-right: 35px;
  min-height: calc(100vh - 68px);
}

.aside-admin {
  min-height: 100vh;
}

.aside .navbar-inner--custom {
  top: 96px;
  width: 100%;
  padding: 0;
  position: sticky;
}

.aside .navbar-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside .navbar-inner--custom .nav-link {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  background: none;
  position: relative;
  text-align-last: left;
}
.aside .navbar-inner--custom .nav-link i {
  text-align: left;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.aside .navbar-inner--custom .nav-link i + span {
  margin-left: 40px;
  text-align-last: left;
}
@media (max-width: 767px) {
  .aside .navbar-inner--custom .nav-link i + span {
    margin-left: 32px;
  }
}
.aside .navbar-inner--custom .nav-item--sub .nav-link:not(.nav-link--sub) {
  border: none;
  padding-bottom: 0.25rem;
}

.aside .navbar-inner--custom .nav-item--sub .nav-link--sub {
  padding: 8px 20px 0.25rem 32px;
  font-size: 1rem;
  border: none;
}
.aside .navbar-inner--custom .nav-item--sub .nav-link--sub i {
  left: 40px;
  top: 25%;
  transform: translateY(0);
}
.aside .navbar-inner--custom .nav-item--sub .nav-link--sub:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.75rem;
}

.aside .navbar-inner--custom .nav-link.active,
.aside .navbar-inner--custom .nav-link.active i {
  color: rgb(91, 127, 236);
}

.content-dashboard {
  width: 100%;
  height: 100%;
  position: relative;
}

.dashboard__message {
  color: #fff;
  padding: 16px;
  border: 1px solid red;
  margin-top: 26px;
  width: 100%;
}

.content-dashboard__tab {
  margin-top: 96px;
  padding: 2rem 2rem 2rem 2rem;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  display: none;
  display: flex;
}

.content-dashboard__block {
  flex: 0 1 calc(33.3333% - 5px);
  min-width: 320px;
}

.content-dashboard__block--wide,
.content-dashboard__block--full {
  flex: 0 1 calc(66.6666% - 10px);
}
.content-dashboard__block--full {
  flex: 1 1 100%;
}

.content-dashboard__block--full-100 {
  flex: 1 1 100%;
  max-width: 1020px;
}

@media (max-width: 891px) {
  .content-dashboard__block--wide {
    flex: 1 1 100%;
  }
}

@media (max-width: 1450px) {
  .content-dashboard__block--full {
    flex: 1 1 100%;
  }
}

@media (max-width: 767px) {
  .admin-status.admin-status--titles {
    display: none;
  }
}

.token-calc {
  flex: 0 1 500px;
}

/* =================  =============== */

.partition {
  border-radius: 0.9375rem;
  background: rgba(57, 101, 244, 0.1);
  padding: 2.5rem;
  align-self: flex-start;
}

.partition__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.0625rem;
}

.partition__see-all {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  margin-top: 2rem;
  font-weight: 700;
  /* font-size: 1.0625rem; */
  text-align: center;
  color: rgb(91, 127, 236);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partition__see-all:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.partition__text {
  padding-bottom: 0.7rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.7rem;
}

a.partition__text {
  color: #fff;
}

a.partition__text:hover,
a.partition__text:focus {
  color: rgb(91, 127, 236);
}

.partition__text i {
  color: rgb(91, 127, 236);
}

.partition__text--bold {
  font-weight: 700;
}

.partition__change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
}

.partition__change:not(:last-child) {
  margin-bottom: 0.7rem;
}

/* ------------------------------- */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  /* display: none; */
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  opacity: 0;
  cursor: pointer;
}

/* The slider */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #212741;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgb(91, 127, 236);
}

input:focus + .slider {
  box-shadow: 0 0 1px rgb(91, 127, 236);
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ------------- */

.partition__buy {
}

.activity-buy {
}

.activity-buy__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  padding-bottom: 2rem;
}

.activity-buy__title {
  color: #ffdf00;
  font-weight: 700;
}

.activity-operation {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.activity-operation:not(:last-child) {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.activity-operation__currency {
  position: relative;
  padding-left: 2rem;
}

.activity-operation__currency:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  top: 11px;
  bottom: 9px;
  background: #7c7d8d;
}

.activity-operation__currency-item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  position: relative;
  text-transform: uppercase;
}

.activity-operation__currency-item i {
  color: rgb(91, 127, 236);
}

.activity-operation__currency-item svg {
  max-height: 30px;
  max-width: 30px;
  color: rgb(91, 127, 236);
}

.activity-operation__currency-item svg path {
  fill: rgb(91, 127, 236);
}

.activity-operation__currency-item svg rect {
  fill: rgb(91, 127, 236);
}

.activity-operation__currency-item:before {
  left: -2rem;
  top: 0;
  position: absolute;
  color: #7c7d8d;
}

.activity-operation__currency-shipment {
}

.activity-operation__currency-shipment:before {
  content: "—";
}

.activity-operation__currency-receipt {
}

.activity-operation__currency-receipt:before {
  content: "→";
  /* color: rgb(91, 127, 236); */
}

.activity-operation__station {
  padding-left: 1rem;
  position: relative;
}

.activity-operation__station:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0;
  top: calc(50% - 0.25rem);
  border-radius: 50%;
  background: #fff;
}

.activity-operation__station--failed:before {
  background: red;
}

.activity-operation__station--success:before {
  background: green;
}

/* ------empty-------- */

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.empty__img {
  margin-bottom: 1rem;
}

.empty__img i {
  font-size: 4rem;
  color: rgb(91, 127, 236);
  text-align: center;
}

.empty__title {
  font-weight: 700;
}

.empty__description {
}

.empty__button {
  margin-top: 1rem;
  cursor: pointer;
}

/* ---------balance----------- */
.balance {
}

.balance__title {
  font-size: 2.25rem;
  line-height: 1.35;
  display: flex;
  column-gap: 0.5rem;
}

.balance__title i {
  font-size: 1.5rem;
  color: #979ea5;
}

.balance__subtitle {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #979ea5;
  margin-bottom: 1.5rem;
}

.balance__buttons {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 2rem;
}

.balance__button {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.balance__button--transparent {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
}

.accounts {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.accounts__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 2.5rem;
}

.accounts__title {
  font-weight: 700;
}

.accounts__button {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  padding-top: 5px;
  padding-bottom: 5px;
}

.accounts__search {
  margin-bottom: 2.5rem;
}

.accounts__input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 600;
  border-radius: 2px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.1);
}

.accounts__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.accounts__item {
  display: flex;
  column-gap: 1rem;
}

.item-account {
}

.item-account__img {
  margin-top: 5px;
}

.item-account__texts {
  font-size: 14.4px;
}

.text-acoount {
}

.text-acoount__title {
  font-weight: 700;
}

.text-acoount__subtitle {
}

.text-acoount__description {
  font-size: 0.8rem;
  color: #7c7d8d;
}

.item-account__state {
  margin-left: auto;
  align-self: center;
  color: #7c7d8d;
  font-size: 0.8rem;
  border: 1px solid #7c7d8d;
  border-radius: 5px;
  padding: 0 4px;
}

.item-account__state--orange {
  color: orange;
  border-color: orange;
}

.item-account__state--red {
  color: red;
  border-color: red;
}

/* ------------ */
html .carosuel-slider--v6 .slide__title {
  width: 110px;
}

/* --------------- */
.token-calculator-wrapper {
  position: relative;
}

.token-calculator-wrapper__overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 118px);
  background: rgb(30 32 45 / 85%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .token-calculator-wrapper__overflow {
    height: calc(100% - 95px);
  }
}

.token-calculator-wrapper__text {
  color: #fff;
}

.entry-content > *:not(:last-child) {
  padding-bottom: 1rem;
}

.page-template-default h1,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  font-weight: 700;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3 {
  padding-top: 1.5rem;
}

.section-title h1 {
  padding-top: 1.5rem;
}

.section--dark
  .entry-content
  p:not([class*="text-color-"]):not([class*="color-"]),
.section--dark .entry-content {
  color: #e2e7f8;
}

.token-content {
  margin-top: 30px;
}

.token-content__change {
  border: none;
  padding: 0;
  justify-content: start;
  column-gap: 16px;
}

.token-content__text {
  font-size: 14px;
}

.token-address {
}

.token-address textarea {
  margin-top: 5px;
  resize: none;
  width: 100%;
  padding: 0.75rem 1.25rem;
  height: auto;
  position: relative;
  font-size: 16px;
  border-color: #ececec;
  border-radius: 0.3125rem;
  color: #12141f;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #1a2037;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

/* payment */
.token-payment {
  margin-top: 30px;
}

.token-payment__title {
  font-weight: 500;
  font-size: 1.0625rem;
  margin-bottom: 16px;
}

.token-payment__wrapper {
  display: flex;
  column-gap: 8px;
}

.token-payment__item {
  width: 50%;
  padding: 12px;
  display: flex;
  column-gap: 14px;
  align-items: center;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  cursor: pointer;
  transition: background-color 250ms ease-in-out;
  overflow: inherit;
}

.token-payment__item.active {
  background-color: rgb(91, 127, 236);
}

.token-payment__img {
  max-width: 30px;
  position: relative;
}

.token-payment__sepa-instant {
  position: relative;
  top: -5px;
}

.token-payment__img span {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  bottom: 2px;
  left: 0;
}

.token-payment__img i {
  font-size: 30px;
}

.token-payment__img img {
  width: 50px;
  margin-left: -7px;
}

.token-payment__text {
  font-size: 12px;
}

.token-payment__text > *:not(:last-child) {
  margin-bottom: 4px;
}

/* ----------- */
.token-parts {
  display: flex;
  column-gap: 2px;
  margin-bottom: 30px;
}

.token-parts__item {
  width: 100%;
  padding: 8px;
  position: relative;
  display: inline-block;
  text-align: center;
  color: #7c7d8d;
  font-size: 0.8rem;
}

.token-parts__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(57, 101, 244, 0.15);
  transition: background-color 250ms ease-in-out;
}

.token-parts__item:not(.active) {
  color: transparent;
}

.token-parts__item.active:before {
  background-color: rgb(91, 127, 236);
}

/* --------- */

.token-details {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.token-details__hide {
  color: rgb(91, 127, 236);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  html .carosuel-slider--v6 .slide__title {
    width: 160px;
  }

  html .d-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .entry-content > h2,
  .entry-content > h3 {
    font-size: 1.75rem;
  }
}

.carosuel-slider--v6 .slick-slide {
  margin: 30px 0;
}

/* 
.carosuel-slider--v6 .slick-track {
	height: 100%;
} */
.footer-links-custom {
  column-gap: 1.25rem;
}

.footer-links-custom > li {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .carosuel-slider--v6 .slide ul li p {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media only screen and (min-width: 992px) {
  .carosuel-slider--v6 .slide ul li p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 1451px) {
  .carosuel-slider--v6 .slide ul li p {
    font-size: 17px;
    line-height: 1.6;
  }
}

/* --------------- */

@media only screen and (max-width: 1420px) {
  .aside {
    padding-left: 19px;
    padding-right: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .aside {
    padding-left: 0;
    padding-right: 0;
    flex: 1 1 12rem;
  }
}

@media only screen and (max-width: 991px) {
  .dashboard {
    flex-direction: column;
  }

  .aside {
    min-height: auto;
    padding-bottom: 0;
    margin-top: 53px;
    padding-bottom: 14px;
  }

  .content-dashboard__tab {
    margin-top: 0;
    padding: 1rem;
  }

  .page-template-dashboard .navbar-toggler {
    display: none;
  }

  .mr-5 {
    margin-right: 0 !important;
  }

  .dashboard__message {
    margin: 14px;
    padding: 10px;
    width: auto;
  }
}

/* footer-login */

.footer-links-custom {
  margin-bottom: 0;
}

.footer-links-custom a {
  font-size: 14px;
}

/* login */
.h-min-100vh--custom {
  min-height: calc(100vh - 68px);
}

.btn-width--full {
  width: 100%;
}

.form-numeric {
  border-radius: 0.3125rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.form-numeric__item {
  height: 58px;
  position: relative;
}
.form-numeric__item input {
  color: black !important;
}
.form-numeric__item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  height: 40%;
  width: 1px;
  background: rgb(99 105 113);
  top: 50%;
  transform: translateY(-50%);
}

.form-numeric__item:first-child .form-numeric__input {
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem;
}

.form-numeric__item:last-child .form-numeric__input {
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.form-numeric .form-numeric__input {
  width: 50px;
  padding: 8px;
  text-align: center;
  outline: none;
  border: none;
  height: 100%;
}

/* backdrop */
.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  transition: opacity var(--transition-duration) var(--transition-function),
    visibility var(--transition-duration) var(--transition-function);
}

.backdrop.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.dashboard-modal {
  display: block;
  width: 100%;
  transition: transform var(--transition-duration) var(--transition-function);
}

.dashboard-modal p {
  color: #12141f;
}

.dashboard-modal .form--v5 {
  background: #7584a4;
}

.is-hidden .modal {
  transform: scale3d(0, 0, 0);
}

.backdrop:not(.is-hidden) .modal {
  transform: scale3d(1, 1, 1);
}

.navbar .btn.btn-header {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  html,
  body,
  .wrapper {
    height: 100%;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }

  main {
    flex-grow: 1;
    background-color: rgb(30 32 43);
  }

  .h-min-100vh--custom,
  .aside {
    min-height: auto;
  }

  .footer-links-custom {
    justify-content: center;
    margin-bottom: 10px;
  }

  .dashboard .navbar {
    position: inherit;
  }

  .dashboard .aside {
    margin-top: 0;
  }
}

@media only screen and (max-width: 420px) {
  .form-numeric .form-numeric__input {
    width: 100%;
  }
}

.form-timer:empty {
  height: 0;
  margin: 0 !important;
}

.error-input {
  color: red;
  margin-top: 10px;
  padding: 5px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.3125rem;
  font-weight: 500;
  margin-top: 10px;
}

.error-input:empty {
  background: none;
  padding: 0;
  margin: 0;
}

.error-form {
  color: red;
  margin-top: 20px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0.3125rem;
  font-weight: 500;
}

.form-numeric ~ .error-form {
  margin-bottom: 30px;
}

.error-form:empty {
  background: none;
  padding: 0;
  margin: 0;
}

.form-numeric ~ .error-form:empty {
  margin-bottom: 0;
}

.preloader .loader-canvas {
  background: rgb(33 39 65);
}

.theme-gradient-1 .preloader .blobs .blob-center,
.preloader .blobs .theme-gradient-1 .blob-center,
.theme-gradient-1 .preloader .blob,
.preloader .theme-gradient-1 .blob,
.theme-royal-blue .preloader .blobs .blob-center,
.preloader .blobs .theme-royal-blue .blob-center,
.theme-royal-blue .preloader .blob,
.preloader .theme-royal-blue .blob {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5179f5),
    to(#fff)
  );
  background: -o-linear-gradient(left, #5179f5 0%, #fff 100%);
  background: linear-gradient(to right, #5179f5 0%, #fff 100%);
  background-size: 105% 105%;
}

.theme-gradient-1 .preloader .blobs .btn-bg--primary.blob-center,
.preloader .blobs .theme-gradient-1 .btn-bg--primary.blob-center,
.theme-gradient-1 .preloader .blobs .btn-hover--primary.blob-center,
.preloader .blobs .theme-royal-blue .btn-hover--primary.blob-center,
.theme-royal-blue .preloader .btn-hover--primary.blob,
.preloader .theme-royal-blue .btn-hover--primary.blob {
  background: #fff;
}

.preloader .blobs .blob-center {
  -webkit-box-shadow: 0 -10px 40px -5px #fff;
  box-shadow: 0 -10px 40px -5px #fff;
}

.form {
  width: 100%;
}

.form-validate {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.form-validate .field input {
  margin-bottom: auto;
}

.field {
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
}

.field-full {
  width: 100%;
}

.form-validate .field-height input {
  margin-bottom: 0;
}

.form__input {
  margin-top: 5px;
  width: 100%;
  padding: 0.75rem 1.25rem;
  height: auto;
  position: relative;
  font-size: 16px;
  border-color: #ececec;
  border-radius: 0.3125rem;
  color: #12141f;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #1a2037;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.content-dashboard__block--form {
  flex: 0 1 calc(66.6666% - 10px);
  max-width: 600px;
}

.field__error {
  color: red;

  display: block;
}

.field__error:not(:empty) {
  margin-top: 3px;
  padding-left: 7px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.6;
  filter: invert(0.8);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.field-radio > span:not(.field__error) {
  display: block;
}

.field-radio label {
  cursor: pointer;
  padding: 0.75rem 1.25rem;
  font-size: 16px;
  border-radius: 0.3125rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}

.field-radio input {
  opacity: 0.7;
}

.field-radio input + span {
  color: #7c7d8d;
}

.field-radio input:checked {
  opacity: 1;
}

.field-radio input:checked + span {
  color: #fff;
}

.status {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.status__item {
  display: none;
  color: #fff;
  position: relative;
  padding-left: 20px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #7c7d8d;
  border-radius: 5px;
  color: #7c7d8d;
  font-size: 13px;
  column-gap: 5px;
  flex-wrap: wrap;
}

.status__item-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
}

.status__item-title span {
  font-weight: 500;
}

.status__item--different-data {
  width: 100%;
  flex-direction: column;
  row-gap: 10px;
  align-items: start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.different-data {
  font-size: 15px;
  margin-bottom: 5px;
}

.status__item i {
  font-size: 15px;
}

.status__item.active {
  display: flex;
}

.status__button {
  padding: 8px 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1;
}

.status__item--orange.active {
  color: orange;
  border-color: orange;
}

.status__item--green.active {
  color: green;
  border-color: green;
}

.status__item--red.active {
  color: red;
  border-color: red;
}

@media only screen and (max-width: 991px) {
  .field {
    max-width: 100%;
  }

  .status {
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
}

/* ============ transactions =========== */

.transactions {
}

.transactions__item {
  border-radius: 2px;
  padding: 0.625rem 0.9375rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: outset 0 -1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: outset 0 -1px 1px rgba(255, 255, 255, 0.1);
}

.transactions__item:not(:last-child) {
  margin-bottom: 15px;
}

.transactions__block {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 0.425rem; */
  margin-bottom: 0.425rem;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
}

.transactions__currency {
}

.transactions__for {
  display: flex;
  align-items: center;
  gap: 5px;
}

.transactions__for-name {
  font-weight: 500;
  min-width: 65px;
  color: #fff;
}

.transactions__for .svg {
  color: rgb(91, 127, 236);
  height: auto;
  flex-shrink: 0;
  width: 30px;
}

.transactions__for path,
.transactions__for rect {
  fill: currentColor;
}

.transactions__for-currency {
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
}

.transactions__for-currency {
  color: rgb(91, 127, 236);
}

.transactions__for-currency span {
  color: #ffffff;
  font-size: 18px;
}

.transactions__date-time {
  color: rgba(255, 255, 255, 0.75);
}

.transactions__date-time i {
  color: rgba(91, 127, 236, 0.75);
}

.transactions__date,
.transactions__time {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 13px;
  justify-content: end;
}

.transactions__date {
  margin-bottom: 3px;
}

.transactions__time {
}

.transactions__info {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 5px;
  justify-content: space-between;
}

.transactions__number {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}
.deal .transactions__for {
  justify-content: space-between;
}

.deal .transactions__for-currency {
  flex-shrink: 0;
}
.deal .transactions__for > *:first-child {
  margin-right: auto;
}

.transactions__number i {
  color: rgba(91, 127, 236, 0.75);
}

.transactions__button {
  padding: 0.225rem 0.9375rem;
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
}

.transactions__button--details {
  color: #ffffff;
  background: #182447;
  margin-right: auto;
  margin-left: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
}

.transactions__button--details:hover {
  color: #ffffff;
  background: #264eee;
}

.transactions__status {
  font-size: 11px;
  padding: 1px 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  width: 100%;
  max-width: 80px;
  text-align: center;
}

.transactions__status.faild {
  background-color: red;
  color: #fff;
  border-color: red;
}

.transactions__status.succeeded {
  background-color: #2ba02b;
  color: #fff;
  border-color: #2ba02b;
}

.transactions__status.waiting {
  background-color: #0e4de8;
  color: #fff;
  border-color: #0e4de8;
}

.transactions__status.processning {
  background-color: #833083;
  color: #fff;
  border-color: #833083;
}

.transactions__status.hold {
  background-color: yellow;
  color: #000;
  border-color: yellow;
}
.deal .transactions__block--data .transactions__for {
  background-color: #202849;
  padding: 10px;
  margin: 10px;
}
.deal .transactions__block--data .transactions__subtitle {
  margin: 10px 10px 10px;
  padding: 10px;
  background-color: #242f5c;
  text-align: center;
  font-weight: 600;
  border: 2px solid #434f72;
}
.deal .transactions__block--data .transactions__for .transactions__for-name {
  color: #6f85d4;
}
.transactions__subtitle-description {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  /* border-bottom: 1px solid #0e4de850; */
  /* padding-bottom: 10px; */
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .transactions__for-currency span {
    font-size: 14px;
  }
  .content-dashboard__block--wide {
    padding: 1rem;
  }
  .deal .partition__title + .transactions__block {
    flex-direction: column-reverse;
  }
  .deal .partition__title + .transactions__block .transactions__statusArray {
    align-self: flex-end;
  }
  .transactions__block {
    column-gap: 5px;
  }

  .transactions__currency {
    width: 100%;
  }

  .transactions__date,
  .transactions__time {
    justify-content: inherit;
  }

  .transactions__for .svg {
    width: 20px;
  }

  .transactions__info {
    flex-wrap: wrap;
  }

  .transactions__button {
    order: 3;
  }

  .transactions__number {
    width: calc(100% - 100px);
  }
}

/* ====================== .deal --------------------- */
.deal .partition__title {
  display: flex;
  column-gap: 20px;
  margin-bottom: 1rem;
  position: relative;
}

.deal .partition__title span {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 40px;
}

.deal .partition__title i {
  color: rgba(91, 127, 236, 0.75);
}

.deal__dates-times {
  display: flex;
  column-gap: 40px;
  flex-wrap: wrap;
}

.deal .transactions__date-time {
  display: flex;
  column-gap: 5px;
}

.deal__dates-mane {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}

.transactions__block--second .transactions__for-currency {
  font-weight: 400;
  margin-left: 20px;
}

.deal .transactions__status {
  align-self: baseline;
}

.deal__block-dates {
  margin-bottom: 0.425rem;
}

.deal .transactions__info {
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: start;
}
.pressing-buttons {
  margin-top: 15px;
  margin-bottom: 10px;
}
.deal .transactions__info > * {
  margin: 0;
}

.deal__text-block {
  padding: 0.425rem 0.6rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.deal__text-block--border {
  border: 2px solid #0e4de8;
  padding: 0.8rem 1rem;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.deal__description {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.deal__text-block .transactions__for {
  flex-direction: column;
  align-items: start;
}
.deal .transactions__block {
  flex-direction: column-reverse;
  gap: 10px;
}
.deal .transactions__block--data {
  gap: 0;
}
.deal .transactions__status {
  align-self: flex-end;
  max-width: max-content;
}
@media (max-width: 767px) {
  .deal__text-block--border {
    font-size: 14px;
  }
  .deal .transactions__status {
    align-self: flex-end;
    max-width: none;
  }
}

.deal__button-update {
  display: block;

  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
}

.deal__button-update i {
  color: rgba(91, 127, 236, 0.75);
  font-size: 20px;
  transition: transform 250ms ease-in-out;
}

.deal__button-update:hover i {
  color: rgb(91, 127, 236);
  transform: rotate(90deg);
}

.deal-data {
  display: inherit;
}

.deal-data dt {
  width: auto;
  font-weight: 500;
  align-self: baseline;
}

.deal-data .bills__item {
  padding: 10px 10px 5px 16px;
}
/* ----------- */

.deal .deal-data .bills__item {
  padding: 0;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.deal .deal-data dl {
  background-color: #202849;
  justify-content: space-between;
  padding: 10px;
}
.deal .deal-data dt {
  background-color: #202849;
  width: auto;
  color: #6f85d4;
}
.deal .deal-data dd {
  background-color: #202849;
  text-align: right;
}
.preloader-parrent {
  position: relative;
  border: none;
}

.preloader-block {
  border-radius: 0.9375rem;
  overflow: hidden;
  z-index: 9;
  display: none;
}

.preloader-block .blobs {
  z-index: 996;
}

.preloader-block,
.preloader-block .loader-canvas {
  position: absolute;
}

.preloader-block .wrapper {
  height: 100%;
}

.preloader-block .loader-canvas {
  background: none;
  backdrop-filter: blur(32px);
  z-index: 995;
  left: 0;
  right: 0;
  width: 100%;
}

.hidden-element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.token-error-form {
  color: red;
}

.token-error-form:not(:empty) {
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid red;
}

.content-dashboard__block--half {
  flex: 0 1 calc(50% - 10px);
}

@media (max-width: 767px) {
  .token-error-form:not(:empty) {
    padding: 12px;
  }

  .content-dashboard__block--half {
    flex: 0 1 100%;
  }
}

.dashboard-modal.modal-dialog {
  text-align: center;
}

.dashboard-modal .modal-content {
  width: auto;
  max-width: max-content;
  background: none;
}

.dashboard-modal button {
  background: none;
}

.dashboard-modal button:hover {
  opacity: 0.8;
}

.dashboard-modal .button-group {
  column-gap: 16px;
}

.form .btn {
  z-index: 7;
}

@media (min-width: 768px) {
  [data-popup] {
    position: relative;
  }

  [data-popup]::after {
    content: attr(data-popup);
    position: absolute;
    max-width: 220px;
    width: 230px;
    font-size: 12px;
    left: 30%;
    font-weight: 400;
    top: 80%;
    background: #181922;
    color: #fff;
    padding: 7px 9px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: 9;
    border-radius: 0.15rem;
  }

  [data-popup]:hover::after {
    opacity: 1;
  }
}

.select_currency_id,
.select_crypto_network_id {
  margin-top: 5px;
}

#contacts b {
  color: #cdcdd9;
}

#contacts .partition__title {
  margin-bottom: 20px;
}

.form__label {
  margin-bottom: 0.5rem;
}

.admin-status {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  font-size: 13px;
  column-gap: 16px;
}

.token-field {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}

.admin-status:not(.admin-status--titles) {
  margin-top: 0;
  margin-bottom: 0;
  /* padding-right: 15px; */
  padding-top: 20px;
}

.token-field__reason {
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid red;
  max-width: max-content;
  border-radius: 5px;
}

.token-field__reason-item {
  display: flex;
  align-items: center;
  line-height: 1;
  column-gap: 5px;
}

.token-field__reason {
  color: red;
  font-weight: 600;
  flex-direction: column;
  margin-top: 10px;
}

.token-field__reason span {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.token-field__for {
  font-size: 13px;
  margin-left: auto;
  max-width: max-content;
  margin-top: 10px;
}

.input-for {
  border: none;
  font-size: 13px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  background-color: #182447;
  padding: 5px 10px;
}

.input-for::placeholder {
  font-size: 13px;
}

.token-field__for label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.token-field__for .token-field__reason span {
  color: #fff;
  font-weight: 400;
}

.token-field__button {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  color: red;
  cursor: pointer;
  line-height: 1;
}

.token-field__button:hover {
  color: #ffffff;
  background-color: red;
}

.admin-status--titles {
  margin-bottom: 20px;
}

.admin-status > * {
  width: 100%;
  max-width: 100%;
}

.admin-status__number {
  max-width: 150px;
  overflow-wrap: anywhere;
}

.admin-status__email {
  overflow-wrap: anywhere;
}

.admin-status__currency {
  max-width: 120px;
}

.select_admin-status {
  max-width: 200px;
  position: relative;
}

.admin-status__button {
  max-width: 80px;
}

.admin-status__title,
.commission__name-input {
  color: #ffdf00;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 767px) {
  .commission__name-input {
    display: none;
  }
}
.admin-status-success .admin-status__currency {
  color: #00ff00;
}

.admin-status-failed .admin-status__currency {
  color: red;
}

.admin-status-waiting .admin-status__currency {
  color: #0e4de8;
}

.admin-status-processning .admin-status__currency {
  color: #833083;
}

.admin-status-hold .admin-status__currency {
  color: yellow;
}

.token-field__description {
  font-size: 13px;
  margin-top: 5px;
  color: #ffdf00c4;
  font-weight: 500;
}

@media (max-width: 767px) {
  .token-field__reason-item:not(:last-child) {
    margin-bottom: 5px;
  }

  .admin-status {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .admin-status > * {
  }

  .admin-status__number {
    max-width: 100%;
  }

  .admin-status__currency {
    max-width: 120px;
  }

  .select_admin-status {
    max-width: 149px;
  }
}

.modal-for .form__label {
  color: #12141f;
  font-size: 20px;
  font-weight: 500;
}

.modal-for .form__input {
  background-color: #a6b1c4;
  color: #12141f;
  border-color: #1a2037;
}

.modal-for .border--bottom {
  border-color: #1a2037;
}

.crypto-account-block--admin-users .admin-status-failed .admin-status__email {
  color: red;
}

.crypto-account-block--admin-users .admin-status-success .admin-status__email {
  color: #00ff00;
}

.crypto-account-block--admin-users .admin-status-waiting .admin-status__email {
  color: #0e4de8;
}

.crypto-account-block--admin-users
  .admin-status-processning
  .admin-status__email {
  color: #833083;
}

.crypto-account-block--admin-users .admin-status-hold .admin-status__email {
  color: yellow;
}

.crypto-account-block--admin-users .admin-status {
  column-gap: 24px;
}

@media (min-width: 768px) {
  .crypto-account-block--admin-users .admin-status:not(.admin-status--titles) {
    font-size: 16px;
  }

  .crypto-account-block--admin-users .select_admin-status,
  .crypto-account-block--admin-users .select_admin-blocked {
    max-width: 250px;
    font-size: 16px;
  }

  .crypto-account-block--admin-users .admin-status__button {
    max-width: 120px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .crypto-account-block--admin-users .transactions__button {
    padding: 0.625rem 2.25rem;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .crypto-account-block--admin-users .select_admin-status {
    max-width: 100%;
  }

  .token-payment__wrapper {
    flex-direction: column;
  }

  .token-payment__item {
    width: 100%;
  }
}

.title-with-search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}

.admin-search {
  width: 100%;
  max-width: 395px;
}

.admin-search .form-control {
  border-radius: 2px;
  padding: 0.625rem 0.9375rem;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  background-color: #182447;
  border: none;
}

.admin-search .btn {
  padding: 0.625rem 2.25rem;
}

@media (max-width: 767px) {
  .admin-search .form-control {
    font-size: 13px;
  }

  .admin-search .btn {
    padding: 0.625rem 0.9375rem;
  }

  .title-with-search {
    margin-bottom: 0;
  }

  .theme-royal-blue .login-custom {
    padding-top: 100px !important;
  }

  #hcaptcha > iframe {
    max-width: 100%;
  }

  .admin-status__button {
    padding: 0.225rem 0.9375rem;
    font-size: 13px;
    font-weight: 500;
  }

  .preloader-parrent {
    padding: 0;
  }
}

.pagination {
  margin-top: 30px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15) inset;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
}

.theme-royal-blue .pagination .page-item .page-link {
  color: #fff;
  background: none;
  padding: 0.625rem 0.9375rem;
  border: none;
  background-color: none;
  font-weight: 400;
  font-size: 13px;
}

.theme-royal-blue .pagination .page-item:not(.active) .page-link {
  color: #fff;
}

.pagination .page-item--page-gap {
  padding: 0 0.9375rem;
  color: #fff;
  background: none;
  border: none;
  background-color: none;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.theme-royal-blue .pagination .page-item:not(.active) .page-link:hover {
  color: #fff;
  background-color: #264eee;
}

/*=================partition 2FA===============*/
.partition__2fa {
  flex-direction: column;
}

.partition__2fa a {
  display: inline;
}

.partition__2fa p span {
  font-weight: 600;
}

.partition__2fa img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.partition__2fa .form-numeric__input {
  color: #12141f;
}

.partition__2fa form {
  margin-top: 10px;
}

/* =================  =============== */

.copy-button {
  background: none;
  font-size: 20px;
  color: rgba(91, 127, 236, 0.75);
}

.copy-button:hover,
.copy-button:focus {
  color: rgb(91, 127, 236);
}

/* commission */
.commission {
}

.commission__wrapper-titles {
  display: flex;
  padding-left: 16px;
  padding-right: 50px;
  gap: 15px;
}

.commission__title {
  flex: 0 1 33.333%;
}
.commission__apply {
  margin-top: 20px;
}

.commission__apply--min {
  margin-top: 0;
  align-self: center;
}
.commission-min .commission__wrapper-filds {
  padding: 16px 16px 16px 16px;
}
.commission-min .commission__title {
  flex: 1 1 100%;
}
@media (max-width: 767px) {
  .commission__apply--min {
    align-self: flex-start;
  }
}
.commission__error.field__error:not(:empty) {
  padding: 16px;
  border: 1px solid red;
}
.commission__wrapper-filds {
  display: flex;
  flex-direction: row;
  padding: 16px 50px 16px 16px;
  /* flex-wrap: wrap; */
}
.commission__wrapper-filds > label {
  flex: 0 1 33.333%;
}
.bills__delete--plus {
  right: auto;
  top: auto;
  position: relative;
  transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  margin-left: 16px;
}
.commission__input {
}

@media (max-width: 767px) {
  .commission .token-field:not(.bills) {
    display: none;
  }
  .commission__wrapper-filds {
    flex-direction: column;
  }

  .commission .bills__delete {
    top: auto;
    bottom: 6px;
  }
}

.partition__2fa__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.commission-wrapper .token-field:not(.bills) {
  display: block;
  text-transform: uppercase;
  padding-bottom: 0;
  border: none;
}
.commission-wrapper > * {
  width: 100%;
}
.commission-wrapper {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
@media (min-width: 768px) {
  .commission-wrapper {
    display: flex;
    width: 100%;
  }
  .commission-wrapper .commission__wrapper-titles {
    margin-top: 0;
  }
  .commission-wrapper .commission__wrapper-filds > label {
    flex: 1 1 100%;
  }
  .commission-wrapper .commission__wrapper-filds {
    padding: 16px 0 0 16px;
  }
}

@media (max-width: 767px) {
  .commission-wrapper .commission__wrapper-filds {
    padding: 0 16px 0 16px;
    border: none;
  }
  .commission-wrapper .token-field:not(.bills) {
    border: none;
    padding-bottom: 0;
  }
}

.fees .commission__title:nth-last-of-type(1),
.fees .commission__wrapper-filds > label:nth-last-of-type(1) {
  flex: 0 0 120px;
}
.fees .commission__title:nth-last-of-type(2),
.fees .commission__wrapper-filds > label:nth-last-of-type(2) {
  flex: 1 1 auto;
}
.fees .commission__title:nth-last-of-type(3),
.fees .commission__wrapper-filds > label:nth-last-of-type(3) {
  flex: 0 0 130px;
}
.fees .token-field {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fees .commission__wrapper-titles {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.fees .commission__wrapper-filds {
  align-items: center;
  padding: 0;
}
.fees .commission__title {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .fees .commission__wrapper-filds {
    flex-direction: row;
  }
  .fees .commission__title:nth-last-of-type(3),
  .fees .commission__wrapper-filds > label:nth-last-of-type(3) {
    flex: 0 0 70px;
  }
  .fees .commission__title:nth-last-of-type(1),
  .fees .commission__wrapper-filds > label:nth-last-of-type(1) {
    flex: 0 0 105px;
  }
}
.transactions__for-name-bold {
  font-weight: 600;
}
.second.deal__text-block--border {
  margin-bottom: 15px;
  margin-top: 15px;
}
.transactions__order {
  color: #0e4de8;
}
