.menu-mb{background: #1c1c1c; position: fixed; width: 100%; height: 100vh; left: -100%;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; z-index: 5; max-width: 600px; left: 0; right: 0; margin: auto; bottom: -100%;}
.menu-mb.open{bottom: 0;}
.menu-mb li{border-bottom: 1px solid #2e2e2e;}
.menu-mb li a{color: #fff; display: flex; align-items: center!important; padding: 15px 15px;}
.menu-mb li a:hover, .menu-mb li a.activ{background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%); color: #000;}
.menu-mb li a:hover .icon img, .menu-mb li a.activ .icon img{filter: brightness(0) invert(0); }
.menu-mb li a .icon{min-width: 30px;}
.menu-mb li a .icon img{filter: brightness(0) invert(1); height: 18px;}
.menu-mb .title-top{background: #292929; padding: 15px;}
.menu-mb .title-top .logo img{height: 40px;}
.menu-mb .title-top .icon-close img{height: 24px;}
#show-menu-mb{cursor: pointer;}
@media screen and (max-width: 767px){
    .custom-padd-default{padding-left: 15px; padding-right: 15px;}
    .title-page h1.custom.text-uppercase{font-size: 20px;}
    .title-page .link{gap: 10px;}
}

.icon-heder a {
margin-top: 5px
}

.page-app .link-add-user {
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    bottom: 90px;
    right: 20px;
    background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%);
    border-radius: 100%;
    overflow: hidden;
    left: 0;
    right: inherit;
}

.page-app .link-add-user .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%);
    border-radius: 100%;
    overflow: hidden;
}

.page-app .link-add-user .icon img {
    filter: brightness(0) invert(0);
}

/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

@media (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px; } }

@media (min-width: 320px) and (max-width: 479px) {
  body {
    font-size: 12px; } }

button:active {
  transform: translateY(1px); }

.btn:focus {
  box-shadow: none; }

a {
  text-decoration: none !important; }

::-webkit-scrollbar {
  display: none; }

#backtop {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  color: #FE6612;
  cursor: pointer;
  /* Add a mouse pointer on hover */
  font-size: 18px;
  /* Increase font size */
  background: transparent;
  border: 0;
  width: 50px; }
  #backtop img {
    height: 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    #backtop {
      right: 15px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    #backtop {
      bottom: 10px;
      right: 10px; } }

#backtop:hover {
  color: #FE6612;
  /* Add a dark-grey background on hover */ }

.img-logo {
  width: 170px; }

.lh-0 {
  line-height: 0 !important; }

.text-title {
  font-size: 4.5rem; }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .text-title {
      font-size: 3.5rem; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .text-title {
      font-size: 2.5rem; } }

.form-control:focus {
  box-shadow: none; }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.floating {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

.hvr-bounce-to-right:before {
  background: white; }

.modal {
  background: rgba(0, 0, 0, 0.7); }

.popover-body {
  color: #489406; }

#app {
  /*menu*/ }
  #app .bg-loading {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(224, 248, 190, 0.9);
    -moz-box-shadow: 0px 0px 20px 0px rgba(224, 248, 190, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(224, 248, 190, 0.9);
    background: rgba(41, 102, 3, 0.26);
    border-radius: 20px; }

.page-app {
  max-width: 600px;
  margin: auto;
  min-height: 100vh;
  background: #000;
  color: #fff; }

.link-gradient-sm {
  font-size: 12px;
  color: #000;
  padding: 6px 15px;
  min-width: 96px;
  text-align: center;
  background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%);
  border-radius: 100px;
  display: inline-block;
  background-position: 100% 0;
  transition: background-position .5s; }
  .link-gradient-sm.custom-lg {
    height: 55px;
    font-size: 16px; }
  .link-gradient-sm.custom-icon {
    position: relative;
    font-size: 16px;
    padding: 15px 10px; }
    .link-gradient-sm.custom-icon .icon {
      right: 9px;
      position: absolute;
      content: "";
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .link-gradient-sm.custom-icon .icon img {
        height: 37px; }
  .link-gradient-sm:hover, .link-gradient-sm.active, .link-gradient-sm:focus {
    background: linear-gradient(90deg, #FBDD48 0%, #9a8417 100%);
    background-position: 0 0;
    color: #000 !important; }

.text-yellow {
  color: #FBDD48; }

.text-green {
  color: #07CC1D; }

img {
  max-width: 100%; }

.page-home {
  background: url(../images/bg-home.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh; }
  .page-home .logo img {
    width: 130px; }

.custom-padd-default {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px; }

.box-copylink {
  background: #1C1C1C;
  border: 1px solid #2E2E2E;
  min-height: 82px;
  padding: 10px 0px 5px 20px;
  border-radius: 10px;
  margin-bottom: 25px; }
  .box-copylink .title {
    font-size: 18px;
    font-weight: bold; }
    .box-copylink .title .c-left img {
      width: 27px;
      margin-right: 5px; }
    .box-copylink .title .btn-copy {
      border: 0;
      background: transparent;
      padding: 0;
      height: 28px;
      width: 28px;
      text-align: center; }
      .box-copylink .title .btn-copy img {
        height: 12px; }
  .box-copylink .form-control.custom {
    padding-left: 0;
    background: transparent;
    color: #fff;
    border: 0; }

.title-page {
  position: relative;
  margin-top: 40px; }
  .title-page h1.custom.text-uppercase {
    font-size: 24px;
    font-weight: bold;
    color: #FCD408; }
  .title-page .link {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    gap: 24px; }
    .title-page .link img {
      height: 19px; }
  .title-page .link-back {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
    .title-page .link-back img {
      width: 10px; }

.block-nav-bg .nav-pills.custom-nav {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 27px; }
  .block-nav-bg .nav-pills.custom-nav .nav-item {
    padding-left: 3px;
    padding-right: 3px; }
    .block-nav-bg .nav-pills.custom-nav .nav-item .nav-link {
      background: #1C1C1C;
      min-height: 48px;
      border-radius: 8px;
      color: #6F6F6F;
      width: 100%;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px; }
      .block-nav-bg .nav-pills.custom-nav .nav-item .nav-link:hover, .block-nav-bg .nav-pills.custom-nav .nav-item .nav-link.active {
        background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%);
        color: #000; }
  .block-nav-bg .nav-pills.custom-nav.sm .nav-item .nav-link {
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px; }
    .block-nav-bg .nav-pills.custom-nav.sm .nav-item .nav-link:hover, .block-nav-bg .nav-pills.custom-nav.sm .nav-item .nav-link.active {
      background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%);
      color: #000; }

.item-overview-sm {
  background: #1C1C1C;
  border: 1px solid #2E2E2E;
  min-height: 82px;
  padding: 10px 20px 5px 20px;
  border-radius: 10px;
  margin-bottom: 27px; }
  .item-overview-sm .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }
    .item-overview-sm .title img {
      width: 27px;
      margin-right: 5px; }
  .item-overview-sm .price {
    font-size: 15px;
    color: #FADD4B; }

.menu-main-bottom {
  background: #181818;
  border-radius: 100px;
  min-height: 67px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3px;
  text-align: center;
  width: calc(100% - 60px);
  max-width: 540px;
  margin: auto; }
  .menu-main-bottom a .icon {
    height: 61px;
    width: 61px;
    line-height: 61px;
    border-radius: 100%; }
    .menu-main-bottom a .icon img {
      height: 18px;
      filter: brightness(0) invert(1);
      margin: auto; }
  .menu-main-bottom a:hover .icon, .menu-main-bottom a.active .icon {
    background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%); }
    .menu-main-bottom a:hover .icon img, .menu-main-bottom a.active .icon img {
      height: 18px;
      filter: brightness(0) invert(0); }

.item-tree-sm {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 34px; }
  .item-tree-sm .text {
    min-width: 33.333%;
    text-align: left; }
    .item-tree-sm .text span {
      display: inline-block;
      margin-right: 13px; }
  .item-tree-sm .number {
    color: #FDE776;
    min-width: 33.333%;
    text-align: center; }
  .item-tree-sm .price {
    min-width: 33.333%;
    text-align: right; }
    .item-tree-sm .price span {
      display: inline-block;
      text-align: left;
      min-width: 75px; }
    .item-tree-sm .price .icon.custom {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .item-tree-sm .price .icon.custom img {
        width: 68px; }
  .item-tree-sm img.node-img {
    width: 23px;
    height: 32px; }
  .item-tree-sm .box-tree-sm {
    position: relative; }
  .item-tree-sm .tree-level {
    margin: auto;
    display: flex;
    justify-content: center !important;
    gap: 8px;
    border-top: 1px solid #fff; }
    .item-tree-sm .tree-level a {
      position: relative;
      top: -1px; }
    .item-tree-sm .tree-level a:first-child {
      position: relative;
      left: -11px; }
    .item-tree-sm .tree-level a:last-child {
      position: relative;
      right: -11px; }
  .item-tree-sm .node-sm {
    width: 23px;
    height: 23px;
    background: linear-gradient(90deg, #FBDD48 0%, #FDE776 100%); }

.table-tree {
  line-height: 32px;
  font-size: 12px; }
  .table-tree tbody tr td {
    background: transparent;
    padding: 0;
    padding: 0;
    color: #fff;
    border: 0; }

.table .free-w {
  width: 190px; }

.table .tree-img {
  width: 15px; }

.table .block-end {
  transform: translateX(50%); }

.table .block-star {
  transform: translateX(-50%); }

.table .branch-w {
  width: 190px; }

.table .color-bar {
  border-color: #FBDD48 !important; }

.block-table {
  background: #1C1C1C;
  border: 1px solid #2E2E2E;
  border-radius: 10px;
  overflow: hidden; }
  .block-table .table-default {
    font-size: 12px;
    font-weight: 600;
    color: #C9C9C9;
    margin-bottom: 0; }
    .block-table .table-default thead tr th {
      background: transparent;
      color: #FBDD48;
      padding: 11px 5px;
      border: 0; }
      .block-table .table-default thead tr th:first-child {
        padding-left: 20px; }
    .block-table .table-default tbody tr td {
      background: #292929;
      color: #C9C9C9;
      border: 0; }
      .block-table .table-default tbody tr td:first-child {
        padding-left: 20px; }
    .block-table .table-default tbody tr:nth-child(even) td {
      background: #1C1C1C; }

.block-report-list {
  background: #1C1C1C;
  border: 1px solid #2E2E2E;
  min-height: 535px;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 25px;
  font-size: 12px; }
  .block-report-list .item-report-sm {
    border-bottom: 1px solid #FCD408;
    padding: 13px; }
    .block-report-list .item-report-sm .text-hash span {
      display: inline-block;
      padding-right: 10px; }
    .block-report-list .item-report-sm .text-note span {
      display: inline-block;
      padding-right: 10px; }
    .block-report-list .item-report-sm .code {
      text-overflow: ellipsis;
      position: relative;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      word-break: break-all; }

.block-pack-list .item-pack:nth-child(even) {
  background: #333333; }

.item-pack {
  background: #1C1C1C;
  border: 1px solid #2E2E2E;
  border-radius: 10px;
  padding: 3px;
  min-height: 90px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 16px; }
  .item-pack .icon {
    width: 52px;
    height: 82px;
    background: #2F2F2F;
    border-radius: 8px;
    text-align: center;
    justify-content: center !important;
    display: flex;
    align-items: center !important;
    position: absolute;
    left: 3px; }
    .item-pack .icon img {
      height: 53px; }
  .item-pack .content {
    font-size: 12px; }
    .item-pack .content .value {
      font-size: 18px;
      color: #FCD408;
      font-weight: 600; }
    .item-pack .content .info {
      font-size: 13px;
      margin-bottom: 5px; }
      .item-pack .content .info .c-right {
        min-width: 96px;
        text-align: left; }

.page-register {
  position: relative;
  height: 100vh;
  padding-top: 0;
  overflow: hidden; }
  .page-register .title-page {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 20px; }
  .page-register .block-form {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    /*bottom: 80px;*/
    margin: auto;
    left: 0;
    right: 0;
    padding-bottom: 0px; }
  .page-register .banner-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    .page-register .banner-main img {
      max-width: 425px;
      display: block;
      margin: auto;
      max-height: calc(100vh - 440px); }
  @media screen and (max-height: 600px) {
    .page-register {
      height: inherit;
      padding-bottom: 10px; }
      .page-register .block-form {
        position: relative;
        /*bottom: 40px;*/ }
      .page-register .banner-main {
        position: static; }
        .page-register .banner-main img {
          max-height: inherit; } }

.form-default .custom-label {
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px; }

.box-form-sm {
  position: relative; }
  .box-form-sm .form-control.custom-input {
    height: 55px;
    background: #1C1C1C;
    border: 0;
    border-radius: 100px;
    color: #fff;
    padding-right: 55px; }
    .box-form-sm .form-control.custom-input::-webkit-input-placeholder {
      color: #4D4D4D;
      font-style: italic; }
    .box-form-sm .form-control.custom-input::-moz-placeholder {
      color: #4D4D4D;
      font-style: italic; }
    .box-form-sm .form-control.custom-input:-ms-input-placeholder {
      color: #4D4D4D;
      font-style: italic; }
    .box-form-sm .form-control.custom-input:-moz-placeholder {
      color: #4D4D4D;
      font-style: italic; }
  .box-form-sm .icon-right {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    text-align: center; }
    .box-form-sm .icon-right img {
      height: 12px; }

.title-form {
  margin-bottom: 15px; }
  .title-form h3.custom {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold; }
  .title-form .desc-sm {
    font-size: 15px;
    color: #938F8F; }

.page-welcome {
  position: relative;
  min-height: 100vh; }
  .page-welcome .block-min {
    padding: 40px 0; }
    .page-welcome .block-min .title-page {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      padding-top: 67px; }
      .page-welcome .block-min .title-page h1.custom {
        font-size: 36px;
        margin: 0; }
      .page-welcome .block-min .title-page .desc {
        font-size: 20px; }
    .page-welcome .block-min .banner-main img {
      max-height: calc(100vh - 150px); }
  .page-welcome .link-bttom {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    padding: 0 30px; }
  @media screen and (max-height: 600px) {
    .page-welcome .block-min .banner-main img {
      max-height: inherit; }
    .page-welcome .link-bttom {
      position: static;
      margin-bottom: 20px; } }

.preloader {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  display: flex;
  background: #000; }
  .preloader img {
    width: 50px; }

.block-profile .info-top {
  margin-bottom: 28px; }
  .block-profile .info-top .avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: auto auto 8px;
    border-radius: 100%; }
    .block-profile .info-top .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .block-profile .info-top .name {
    font-size: 18px;
    font-weight: 600; }

.block-profile .list-menu {
  border-radius: 10px;
  background: #1C1C1C;
  overflow: hidden; }
  .block-profile .list-menu a .item {
    padding: 20px 18px;
    color: #FFFFFF;
    border-bottom: 1px solid #6F6F6F;
    background: #1C1C1C;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .block-profile .list-menu a .item .icon {
      width: 40px; }
      .block-profile .list-menu a .item .icon img {
        height: 17px;
        filter: brightness(0) invert(1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
  .block-profile .list-menu a:last-child .item {
    border-bottom: 0; }
  .block-profile .list-menu a:hover .item, .block-profile .list-menu a.active .item {
    background: #333333; }
    .block-profile .list-menu a:hover .item .icon img, .block-profile .list-menu a.active .item .icon img {
      filter: inherit; }

.block-profile .content-form {
  background: #1C1C1C;
  border-radius: 10px;
  padding: 20px 15px; }
  .block-profile .content-form .title-sm h3.custom {
    margin-bottom: 20px;
    color: #FADD4B;
    font-size: 14px; }

.form-default .form-control.form-input {
  background: #1C1C1C;
  border-radius: 100px;
  height: 54px;
  color: #fff;
  border: 1px solid #2E2E2E; }
  .form-default .form-control.form-input::-webkit-input-placeholder {
    color: #fff; }
  .form-default .form-control.form-input::-moz-placeholder {
    color: #fff; }
  .form-default .form-control.form-input:-ms-input-placeholder {
    color: #fff; }
  .form-default .form-control.form-input:-moz-placeholder {
    color: #fff; }

.form-default .box-eye-password .form-input {
  padding-right: 60px; }

.form-default .box-eye-password .btn-eye {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  height: 46px;
  right: 5px;
  background: #333333;
  border-radius: 100px;
  width: 46px;
  text-align: center; }
  .form-default .box-eye-password .btn-eye:hover, .form-default .box-eye-password .btn-eye:focus {
    background: #1c1c1c; }
  .form-default .box-eye-password .btn-eye img {
    width: 18px; }
  .form-default .box-eye-password .btn-eye span {
    position: absolute;
    display: inline-block;
    opacity: 0;
    width: 100%;
    left: 0;
    text-align: center; }
  .form-default .box-eye-password .btn-eye.active img.show {
    opacity: 0; }
  .form-default .box-eye-password .btn-eye.active span {
    opacity: 1; }

.form-default .box-form-coin .icon {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 18px; }
  .form-default .box-form-coin .icon img {
    height: 28px; }

.form-default .box-form-coin .form-input {
  padding-left: 65px; }

.form-default .box-form-copy .btn-copy {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  height: 46px;
  right: 5px;
  background: #333333;
  border-radius: 100px;
  width: 46px;
  text-align: center; }
  .form-default .box-form-copy .btn-copy img {
    width: 14px; }

.form-default .box-form-copy .form-input {
  padding-right: 65px;
  color: #FADD4B; }

.form-default .box-form-text-coin .text {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FADD4B;
  left: 17px; }

.form-default .box-form-text-coin .form-input {
  height: 52px;
  border: 1px solid #FADD4B;
  border-radius: 10px;
  background: #000000;
  text-align: right;
  padding-right: 55px; }

.form-default .box-form-text-coin .icon {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px; }
  .form-default .box-form-text-coin .icon img {
    height: 28px; }

.qr-code-img img {
  width: 150px; }

.block-form-select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/down-line.svg) no-repeat center center;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  right: 10px; }

.block-form-select .custom-select .text-select {
  color: #707070; }

.block-form-select .custom-select .show-item-select .item-select {
  padding: 0px 15px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background: #1C1C1C;
  border-radius: 100px;
  height: 54px;
  color: #fff;
  border: 1px solid #2E2E2E;
  padding-left: 18px; }
  .block-form-select .custom-select .show-item-select .item-select .icon {
    margin-right: 19px; }
    .block-form-select .custom-select .show-item-select .item-select .icon img {
      height: 28px; }
  .block-form-select .custom-select .show-item-select .item-select .coin-name {
    font-size: 14px; }
  .block-form-select .custom-select .show-item-select .item-select .content .total {
    font-size: 14px; }

.block-form-select .custom-select .show-item-select .icon-right {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px; }
  .block-form-select .custom-select .show-item-select .icon-right img {
    width: 10px; }

.list-select-coin {
  background: #373737;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  z-index: 5;
  top: 54px;
  display: none;
  overflow: auto; }
  .list-select-coin .item-select {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    border: 1px solid #2E2E2E;
    padding: 12px 18px;
    height: 54px; }
    .list-select-coin .item-select .icon {
      margin-right: 19px; }
      .list-select-coin .item-select .icon img {
        height: 28px; }
    .list-select-coin .item-select .coin-name {
      font-size: 14px; }
    .list-select-coin .item-select .content .total {
      font-size: 14px; }
    .list-select-coin .item-select:last-child {
      border: 0; }
    .list-select-coin .item-select:hover {
      background: #1C1C1C; }
