section.browser {
  margin: var(--margin) 0;
}
section.browser .grid.main {
  grid-template-columns: 1fr;
}
section.browser .grid.main .button {
  padding-top: 18px;
}
section.browser .exchanges {
  line-height: 14px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 99px;
}
section.browser .select2-image,
.select2-option img {
  height: 20px !important;
  width: 20px !important;
  object-fit: contain;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
section.browser main .grid {
  grid-template-columns: repeat(5, 1fr);
}
section.browser main {
  min-height: 200px;
}
section.browser main .loading {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: var(--color);
  font-size: 50px;
  line-height: 50px;
  padding-top: 50px;
}
section.browser main .loading.active {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  opacity: 1;
  visibility: visible;
}
section.browser aside {
  padding: 10px 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
}
section.browser aside .input {
  margin: unset;
}
section.browser .inputs {
  display: grid;
  grid-template-columns: repeat(6, 1fr) 82px;
  grid-gap: 5px;
  margin: var(--margin) 0;
}
section.browser .inputs .button {
  padding-top: 21px;
  text-align: right;
}
section.browser .inputs .button i {
  display: block;
  ;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}
section.browser .inputs label {
  padding-left: 5px;
  font-family: var(--font2);
  font-size: 15px;
  color: var(--color);
  margin-bottom: 6px;
}
section.browser .top {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 10px;
}
section.browser .content {
  padding: 15px 20px 5px;
}
section.browser .pro-badge {
  font-size: 10px;
  padding: 1px 7px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
section.browser .name {
  color: var(--color);
  font-weight: 800;
  font-size: 17px;
  line-height: 14px;
}
section.browser .name .name-inner {
  width: 172px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.browser .row,
section.browser .header {
  display: grid;
  grid-template-columns: 44px 1fr 125px 54px 112px 120px 68px 58px 66px 45px 45px 54px 94px 94px;
  padding: 15px 10px 15px 0;
  grid-gap: 12px;
  font-size: 14px;
  line-height: 14px;
  width: calc(100% - 30px);
  position: relative;
  margin-bottom: 2px;
  background: var(--dark);
  width: 100%;
  border-radius: var(--border-radius);
  height: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.browser .header {
  color: var(--color);
}
section.browser .row>div {
  position: relative;
}
section.browser .row>.image img {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 11px;
  top: -10px;
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  border: var(--border);
}
section.browser .row:hover {
  color: var(--color);
  background: var(--darker);
}
section.browser .row .exchange {
  padding-left: 23px;
}
section.browser .row .exchange img,
section.browser .row .asset img {
  position: absolute;
  height: 19px;
  width: 19px;
  object-fit: contain;
  left: 0;
  top: -4px;
  background: black;
  border-radius: 50%;
}
section.browser .row .asset>div {
  display: inline-block;
}
section.browser .row .asset .symbol {
  padding-left: 23px;
}
section.browser .row .asset span {
  font-size: 10px;
  opacity: 0.60;
}
section.browser .none {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  text-align: center;
  font-size: 32px;
  color: var(--color);
  line-height: 100px;
  background: var(--dark);
}
section.browser .none.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
section.browser .select2-container {
    width: 194px!important;
}

@media all and (max-width: 1320px) {
  section.browser .select2-container {
    max-width: 161px;
  }
  section.browser .name .name-inner {
    width: 120px;
  }

  section.browser .inputs label {
    font-size: 14px;
  }

  section.browser .row,
  section.browser .header {
    grid-gap: 2px;
  }

  section.browser .row>.image img {
    width: 28px;
    height: 28px;
    top: -6px;
  }

}
@media all and (max-width: 1140px) {
  section.browser .select2-container {
    max-width: 129px;
  }

  section.browser .row,
  section.browser .header {
    grid-template-columns: 44px 1fr 125px 72px 81px 68px 58px 66px 45px 45px 54px 94px;
  }
  section.browser .header {
    height: 56px;
  }

  section.browser .row .asset span {
    display: none;
  }

  section.browser .hide-1140 {
    display: none;
  }
}
@media (max-width: 960px) {
  section.browser .select2-container {
    max-width: 191px;
  }

  section.browser .inputs {
    grid-template-columns: 1fr 1fr 1fr 82px;
  }

  section.browser .row,
  section.browser .header {
    grid-template-columns: 44px 1fr 97px 56px 64px 68px 58px 66px 100px;
    height: 54px;
    font-size: 12px;
    line-height: 14px;
  }

  section.browser .hide-960 {
    display: none;
  }
  section.browser .row>div {
    font-size: 14px;
  }
  section.browser .row>div.name {
    font-size: 16px;
  }
  section.browser .text-center-960 {
    text-align: center;
  }
  section.browser .row>.image img {
    top: -2px;
  }

  section.browser .row .exchange {
    padding: unset;
    text-align: center;
  }
  section.browser .row .exchange img,
  section.browser .row .asset img {
    position: relative;
    width: 16px;
    height: 16px;
  }
  section.browser .row .asset>div {
    display: block;
    text-align: center;
  }
  section.browser .row .asset .symbol {
    padding: unset;
    text-align: center;
  }


}
@media (max-width: 720px) {
  section.browser .select2-container {
    max-width: 100%;
    width: 100% !important;
  }
  section.browser .name .name-inner {
    width: 135px;
  }

  section.browser .inputs {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 16px;
  }
  section.browser .inputs .button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    text-align: center;
    bottom: -8px;
    z-index: 2;
  }
  section.browser .inputs .button .btn {
    line-height: 24px;
    padding: 0 12px
  }

  section.browser .row,
  section.browser .header {
    height: 44px;
    grid-template-columns: 44px 1fr 18px 18px 18px 70px 58px 66px 100px;
    grid-gap: 4px;
  }

  section.browser .row>.image img {
    height: 18px;
    width: 18px;
  }

  .hide-720 {
    display: none !important;
  }

}
@media (max-width: 576px) {

  section.browser .name .name-inner {
    width: 94px;
  }
  section.browser .row>div.name {
    font-size: 14px;
    line-height: 16px;
  }

  section.browser .inputs {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  section.browser .inputs label {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px;
    display: none;
  }
  section.browser .inputs .input {
    margin-bottom: 3px;
  }

  section.browser .row,
  section.browser .header {
    grid-template-columns: 36px 1fr 18px 18px 18px 70px 78px;
    grid-gap: 0;
  }

  section.browser .hide-576 {
    display: none;
  }
  section.browser .row>div.text-small {
    font-size: 11px;
    line-height: 12px;
    padding-top: 1px;
  }

  section.browser .row .exchange img,
  section.browser .row .asset img {
    top: -2px;
  }
  section.browser .table-space .last {
    text-align: right;
  }
}