@charset "UTF-8";
body {
  background: #fff; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: local("SourceSansPro-Regular"), url("./../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: local("SourceSansPro-Light"), url("./../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'SourceSansPro-Semibold';
  src: local("SourceSansPro-Semibold"), url("./../fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'Geometria';
  src: local("Geometria"), url("./../fonts/Geometria/Geometria.otf") format("opentype"); }

@font-face {
  font-family: 'Geometria-Medium';
  src: local("Geometria-Medium"), url("./../fonts/Geometria/Geometria-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'Geometria-Bold';
  src: local("Geometria-Bold"), url("./../fonts/Geometria/Geometria-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'FiraMono-Regular';
  src: local("FiraMono-Regular"), url("../fonts/FiraMono/FiraMono-Regular.woff") format("woff"), url("../fonts/FiraMono/FiraMono-Regular.woff2") format("woff2"), url("../fonts/FiraMono/FiraMono-Regular.eot") format("opentype"), url("../fonts/FiraMono/FiraMono-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'FiraMono-Medium';
  src: local("FiraMono-Medium"), url("../fonts/FiraMono/FiraMono-Medium.woff") format("woff"), url("../fonts/FiraMono/FiraMono-Medium.woff2") format("woff2"), url("../fonts/FiraMono/FiraMono-Medium.eot") format("opentype"), url("../fonts/FiraMono/FiraMono-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'FiraMono-Bold';
  src: local("FiraMono-Bold"), url("../fonts/FiraMono/FiraMono-Bold.woff") format("woff"), url("../fonts/FiraMono/FiraMono-Bold.woff2") format("woff2"), url("../fonts/FiraMono/FiraMono-Bold.eot") format("opentype"), url("../fonts/FiraMono/FiraMono-Bold.ttf") format("truetype"); }

.tabs-block .nav-tabs .nav-link:before, .content--form.blue-form .content-container__body-line.valid:after, .content--form.blue-form .content-container__footer .button:after, .google-authenticator .content-container__body .col:before, .user-name:before, .content-container__head > a[data-toggle='collapse']:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: red; }

/*
  Базовые стили
*/
.flex {
  display: flex !important; }
  .flex-jusify {
    display: flex;
    justify-content: space-between;
    width: 100%; }

.no-flex {
  display: block !important; }

.medium {
  font-family: "Geometria-Medium"; }

.bold {
  font-family: "Geometria-Bold"; }

label {
  font-family: "Geometria-Medium"; }

.light-grey {
  opacity: .64; }

.no-margin {
  margin: 0; }

a {
  color: #0053ff; }
  a:hover {
    color: #0053ff; }

.hidden {
  display: none; }

/*
  КОМПОНЕНТЫ
*/
button {
  outline: none; }

.btn {
  padding: 8px 26px;
  vertical-align: middle;
  border-radius: 0; }
  .btn-blue {
    background: #0053ff;
    font-family: "SourceSansPro-Semibold";
    font-size: 18px;
    color: white; }
    .btn-blue:hover {
      background: #3375ff;
      color: white; }
  .btn-tealish {
    background: #41cfcc;
    font-family: "SourceSansPro-Semibold";
    font-size: 18px;
    color: white; }
    .btn-tealish:hover {
      background: #6ad9d7; }
  .btn-standart {
    border: solid 1px #979797;
    background: transparent;
    font-size: 18px;
    font-family: "SourceSansPro-Regular"; }
    .btn-standart:hover {
      background: #e4e4e4; }
  .btn-standart--blue {
    min-width: 150px;
    border: solid 1px #0053ff;
    color: #0053ff;
    background: transparent;
    font-size: 18px;
    font-family: "SourceSansPro-Semibold"; }
    .btn-standart--blue:hover {
      background: #0053ff;
      color: white; }

.button {
  border: 2px solid #fff;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  text-decoration: none;
  font-family: "FiraMono-Regular";
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  opacity: 1;
  width: 105.6px;
  height: 41px;
  cursor: pointer;
  transition: .2s; }
  .button:hover {
    opacity: .85;
    transition: .2s;
    background: #0053ff;
    color: white;
    text-decoration: none; }
  .button--blue {
    border-color: #0053ff;
    color: #0053ff; }

input {
  height: 45px;
  padding: 14px;
  border: 1px solid #edeef4;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  font-family: "Geometria"; }
  input:focus {
    outline: none;
    border-color: #0053ff; }
  input[type='checkbox'] {
    height: auto; }
  input.form-control {
    border: 1px solid #edeef4; }

.form-control {
  font-family: "Geometria";
  font-size: 14px;
  padding: 10px;
  border-radius: 0; }
  .form-control:focus {
    outline: none;
    border-color: #0053ff;
    box-shadow: none; }

.input-group-text {
  border-color: #edeef4;
  background: transparent;
  font-family: "Geometria";
  font-size: 14px;
  color: #aaaeb6;
  padding: .375rem 1rem; }

select.form-control:not([size]):not([multiple]) {
  height: auto; }

select.form-control {
  border: 1px solid #edeef4;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  font-family: "Geometria"; }
  select.form-control:focus {
    outline: none;
    border-color: #0053ff; }

.tabs-block .content-container__head {
  padding: 0; }

.tabs-block .nav-tabs {
  border-bottom: none; }
  .tabs-block .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #aaaeb6;
    padding: 20px 23px 20px 6px;
    display: flex;
    align-items: center; }
    .tabs-block .nav-tabs .nav-link:before {
      width: 16px;
      height: 20px;
      background: url("./../../../../../../../../bundles/app/img/arrow-grey-up.svg") no-repeat center center;
      margin-right: 14px; }
    .tabs-block .nav-tabs .nav-link.active {
      color: #0053ff;
      border-bottom: 3px solid #0053ff; }
      .tabs-block .nav-tabs .nav-link.active:before {
        background: url("./../../../../../../../../bundles/app/img/arrow-blue-down.svg") no-repeat center center; }
  .tabs-block .nav-tabs .nav-item:first-child .nav-link {
    padding-left: 19px;
    margin-left: 10px; }

.progressbar {
  height: 8px;
  border-radius: 3.5px;
  background-color: rgba(106, 113, 124, 0.17);
  position: relative;
  margin-top: 6px; }

.loaded {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: black;
  height: 8px;
  border-radius: 3.5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .loaded.strong {
    background: #7cc52c;
    width: 100%; }
  .loaded.middle {
    background: #f5a623;
    width: calc(100% - (100%/3)); }
  .loaded.weak {
    background: #f24949;
    width: calc(100% - (100%/3)*2); }

.agreement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-top: 10px; }
  .agreement .checkbox {
    width: auto;
    margin-right: 10px; }

.error {
  font-size: 12px;
  color: #f24949; }

.fake-modal {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.content--form {
  max-width: 500px;
  width: 100%;
  min-width: 300px;
  margin: 6px; }
  @media screen and (width: 320px) {
    .content--form {
      transform: scale(0.9); }
      .content--form iframe {
        transform: scale(0.85);
        margin-left: -21px; }
      .content--form .content-container__footer {
        padding-bottom: 15px; } }
  @media screen and (min-width: 320px) and (max-width: 479px) {
    .content--form {
      max-width: 100%; }
      .content--form .content-container {
        border-color: transparent; } }
  @media screen and (min-width: 320px) and (orientation: landscape) {
    .content--form {
      transform: scale(0.65); } }
  @media screen and (min-width: 700px) and (orientation: landscape) {
    .content--form {
      transform: scale(0.75); } }
  @media screen and (min-width: 768px) {
    .content--form {
      transform: scale(1); } }
  .content--form .content-container {
    margin-bottom: 0; }
    .content--form .content-container__head {
      text-align: center;
      padding: 24px 30px; }
    .content--form .content-container__body {
      padding: 30px; }
      .content--form .content-container__body-line {
        margin-bottom: 16px; }
        .content--form .content-container__body-line .form-link {
          color: #0053ff;
          font-family: "Geometria-Medium"; }
        .content--form .content-container__body-line:last-child {
          margin-bottom: 0; }
        .content--form .content-container__body-line.for-password input {
          margin-bottom: 16px; }
      .content--form .content-container__body .text {
        margin-bottom: 30px; }
    .content--form .content-container__footer {
      border-top: 1px solid #edeef4;
      padding: 30px; }
    .content--form .content-container .flex {
      flex-direction: column; }
  .content--form.blue-form {
    max-width: 400px;
    border: 2px solid #0153ff;
    box-shadow: 0px 14px 60px 0px rgba(0, 83, 255, 0.12); }
    .content--form.blue-form .content-container__head {
      font-size: 28px;
      font-family: "FiraMono-Regular";
      color: #0053ff;
      line-height: 1.714;
      text-align: left; }
    .content--form.blue-form .content-container__body {
      border-top: none; }
      .content--form.blue-form .content-container__body-line {
        position: relative;
        margin-bottom: 26px; }
        .content--form.blue-form .content-container__body-line label {
          font-family: "FiraMono-Regular";
          font-size: 14px;
          color: #0153ff;
          background: white;
          margin-bottom: -11px;
          z-index: 1;
          padding: 0 6px;
          margin-left: 8px;
          display: none; }
        .content--form.blue-form .content-container__body-line input {
          border-color: #7c7c7c;
          border-radius: 0;
          transition: .3s;
          font-family: "FiraMono-Regular";
          font-size: 16px;
          color: #354052; }
          .content--form.blue-form .content-container__body-line input:-moz-placeholder {
            color: #949494; }
          .content--form.blue-form .content-container__body-line input:-ms-input-placeholder {
            color: #949494; }
          .content--form.blue-form .content-container__body-line input::-moz-placeholder {
            color: #949494; }
          .content--form.blue-form .content-container__body-line input::-webkit-input-placeholder {
            color: #949494; }
        .content--form.blue-form .content-container__body-line input + ul {
          position: absolute;
          bottom: -22px;
          right: 0;
          padding-left: 0;
          margin-bottom: 0; }
          .content--form.blue-form .content-container__body-line input + ul li {
            list-style: none;
            color: red;
            font-size: 12px; }
        .content--form.blue-form .content-container__body-line:hover {
          transition: .3s; }
          .content--form.blue-form .content-container__body-line:hover input {
            border-color: #0153ff;
            cursor: pointer; }
        .content--form.blue-form .content-container__body-line.valid:after {
          position: absolute;
          right: 14px;
          top: 27px;
          background: url("./../../../../../../../../bundles/app/img/check.png") no-repeat center center;
          background-size: contain;
          background-position: 0 0; }
        .content--form.blue-form .content-container__body-line.valid label {
          display: inline-block; }
        .content--form.blue-form .content-container__body-line.valid:hover {
          transition: .3s; }
          .content--form.blue-form .content-container__body-line.valid:hover input {
            border-color: #7c7c7c;
            cursor: pointer; }
    .content--form.blue-form .content-container__footer {
      padding-top: 0;
      border-top: none; }
      .content--form.blue-form .content-container__footer .content-container__body-line {
        margin-bottom: 0; }
      .content--form.blue-form .content-container__footer .btn-blue {
        background: #0153ff;
        color: white;
        height: 53px;
        border-color: #0153ff; }
        .content--form.blue-form .content-container__footer .btn-blue:hover {
          opacity: .8; }
      .content--form.blue-form .content-container__footer .button {
        position: relative;
        width: 100%;
        margin: 0;
        height: 45px; }
        .content--form.blue-form .content-container__footer .button:after {
          background: url("./../../../../../../../../bundles/app/img/arrow-bion.svg") no-repeat center center;
          background-position-x: -10px;
          width: 30px;
          position: absolute;
          right: 80px; }
          @media (min-width: 320px) and (max-width: 360px) {
            .content--form.blue-form .content-container__footer .button:after {
              right: 16%; } }
    .content--form.blue-form .jq-selectbox {
      padding: 0;
      border-color: #7c7c7c;
      border-radius: 0;
      font-family: "FiraMono-Regular";
      font-size: 16px;
      color: #354052; }
      .content--form.blue-form .jq-selectbox:-moz-placeholder {
        color: #949494; }
      .content--form.blue-form .jq-selectbox:-ms-input-placeholder {
        color: #949494; }
      .content--form.blue-form .jq-selectbox::-moz-placeholder {
        color: #949494; }
      .content--form.blue-form .jq-selectbox::-webkit-input-placeholder {
        color: #949494; }
      .content--form.blue-form .jq-selectbox__select {
        height: 43px;
        border: none;
        box-shadow: none;
        padding: 0 10px;
        text-shadow: none;
        background: transparent;
        font-family: "FiraMono-Regular";
        font-size: 16px;
        color: #354052; }
        .content--form.blue-form .jq-selectbox__select-text {
          height: 43px;
          line-height: 45px; }
      .content--form.blue-form .jq-selectbox__trigger {
        border-left: none; }
        .content--form.blue-form .jq-selectbox__trigger-arrow {
          top: 19px;
          right: 16px; }
      .content--form.blue-form .jq-selectbox__dropdown {
        box-shadow: none;
        border: 1px solid #7c7c7c;
        border-top: none;
        border-radius: 0;
        box-sizing: content-box;
        margin-left: -1px;
        margin-top: -2px;
        padding: 10px 0;
        font-family: "FiraMono-Regular";
        font-size: 16px;
        color: #354052; }
        .content--form.blue-form .jq-selectbox__dropdown ul li {
          padding: 8px 10px; }
          .content--form.blue-form .jq-selectbox__dropdown ul li.selected {
            background-color: white;
            color: #354052; }
          .content--form.blue-form .jq-selectbox__dropdown ul li:hover {
            background: white;
            color: #0153ff; }

.google-authenticator .content-container__body {
  counter-reset: heading; }
  .google-authenticator .content-container__body .col {
    padding-left: 55px;
    margin-bottom: 40px; }
    .google-authenticator .content-container__body .col:before {
      counter-increment: heading;
      content: counter(heading);
      position: absolute;
      left: -8px;
      top: -5px;
      width: 32px;
      height: 32px;
      border: solid 2px #1991eb;
      background: transparent;
      border-radius: 100%;
      text-align: center;
      line-height: 28px;
      color: #0053ff;
      font-family: "Geometria-Bold"; }
    .google-authenticator .content-container__body .col:last-child {
      margin-bottom: 0; }
  .google-authenticator .content-container__body-line label {
    width: 100%; }
  .google-authenticator .content-container__body-line .download {
    margin-left: 10px;
    width: 45px;
    padding: 0 18px;
    background: url("./../../../../../../../../bundles/app/img/icon-download.svg") no-repeat center center #0053ff; }
    .google-authenticator .content-container__body-line .download:hover {
      background-color: #3375ff;
      color: white; }
    .google-authenticator .content-container__body-line .download-links a {
      margin-right: 6px; }
  .google-authenticator .content-container__body-line .qr {
    width: 128px;
    height: 128px;
    background: black;
    margin-right: 15px;
    padding-top: 10px; }

.button-block {
  padding: 0 15px;
  margin-bottom: 31px; }

.header {
  height: 123px; }

.navbar {
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  background: #fff; }
  .navbar .nav-link {
    font-family: "SourceSansPro-Regular";
    font-size: 16px;
    color: #354052;
    line-height: 25px;
    margin-right: 10px; }
  .navbar-brand img {
    height: 54px; }
  .navbar .button {
    margin-left: 6px; }

.user-name:before {
  background: url("./../../../../../../../../bundles/app/img/icon-user.svg") no-repeat center center;
  background-size: contain;
  margin-right: 9px; }

.sidebar {
  background: #fff;
  margin-bottom: 31px; }
  .sidebar-blocks {
    width: 100%; }
  .sidebar-block {
    border-bottom: 1px solid #d4d6e3;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 64px;
    line-height: 64px; }
    .sidebar-block:first-child {
      padding-bottom: 35px;
      line-height: normal; }
    .sidebar-block .media p {
      margin: 0; }
    .sidebar-block .email {
      font-size: 16px;
      line-height: 16px; }
      .sidebar-block .email-address {
        font-family: "Geometria-Bold";
        font-size: 16px;
        color: #354052;
        word-break: break-all; }
  .sidebar-link {
    font-family: "Geometria-Bold";
    font-size: 14px;
    color: #354052;
    opacity: .59; }
    .sidebar-link.active {
      opacity: 1; }
    .sidebar-link:hover {
      text-decoration: none; }

.content-container {
  background-color: white;
  margin-bottom: 31px;
  border: 1px solid #d8d8d8; }
  .content-container__head {
    font-family: "Geometria-Bold";
    font-size: 18px;
    color: #354052;
    padding: 29px 32px 28px; }
    .content-container__head > a[data-toggle='collapse'] {
      color: #354052;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .content-container__head > a[data-toggle='collapse']:after {
        transition: .3s;
        width: 17px;
        height: 11px;
        background: url("./../../../../../../../../bundles/app/img/arrow.svg") no-repeat center center;
        background-size: contain; }
      .content-container__head > a[data-toggle='collapse']:hover {
        text-decoration: none; }
      .content-container__head > a[data-toggle='collapse'][aria-expanded="false"]:after {
        transform: rotate(-90deg); }
  .content-container__body {
    border-top: 1px solid #edeef4; }
    .content-container__body .default {
      padding: 32px; }
      .content-container__body .default-tabs {
        padding: 32px;
        padding-bottom: 0px; }
        .content-container__body .default-tabs:last-child {
          padding-bottom: 32px; }

table {
  width: 100%; }
  table th, table td {
    padding: 19px 32px; }
  table th {
    padding: 13px 32px 9px;
    font-family: "Geometria-Bold"; }
  table tbody tr {
    border-top: 1px solid #edeef4; }
    table tbody tr.disabled {
      opacity: .5; }
  table.small-space th, table.small-space td {
    padding: 19px 15px; }
    table.small-space th:first-child, table.small-space td:first-child {
      padding-left: 31px; }
    table.small-space th:last-child, table.small-space td:last-child {
      padding-left: 31px; }

.footer {
  background: #242c35;
  color: white;
  font-size: 18px;
  height: 230px;
  padding: 50px 0 20px; }
  .footer .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer video {
    height: 200px; }
  .footer .logo {
    margin-bottom: 30px;
    display: inline-block;
    height: 55px;
    margin-right: 45px; }
    .footer .logo img {
      height: 112%;
      margin-top: -3px; }
  .footer .slogan {
    margin-bottom: 10px; }
  .footer .copyright {
    opacity: 0.39; }
  .footer .social {
    margin: 0; }
    .footer .social-web {
      margin-right: 10px; }
    .footer .social i {
      color: white; }
      .footer .social i.more {
        background: url(../img/more-white.svg) no-repeat center center;
        background-size: 100%;
        background-position-y: 40%; }

.modal-content {
  border-radius: 0;
  border-color: transparent; }

.modal-header {
  font-family: "Geometria-Bold";
  font-size: 18px;
  color: #354052;
  padding: 29px 30px 28px;
  text-align: center;
  border-radius: 0; }
  .modal-header .close {
    position: absolute;
    right: 22px;
    top: 16px;
    opacity: 1;
    padding: .1em;
    font-size: 2em;
    font-family: "SourceSansPro-Regular"; }
    .modal-header .close:hover {
      opacity: .75; }

.modal-title {
  margin: auto;
  line-height: normal; }

.modal-body {
  padding: 30px; }
  .modal-body > div:last-child {
    margin-top: 30px; }
  .modal-body__line {
    margin-bottom: 10px;
    display: flex; }
    .modal-body__line.address-from {
      display: block; }
      .modal-body__line.address-from .data {
        text-align: center; }
    .modal-body__line .label {
      margin-right: 10px; }
    .modal-body__line .data {
      word-break: break-all; }
    .modal-body__line input.data {
      background-color: white;
      border: none;
      width: auto;
      margin: inherit;
      height: auto;
      padding: 0; }
  .modal-body .copy-button {
    margin-top: 15px; }

.modal-footer {
  border-color: transparent;
  padding: 30px;
  padding-top: 0;
  justify-content: center; }
  .modal-footer button {
    min-width: 180px; }

.social {
  font-size: 18px;
  margin-top: 130px;
  margin-bottom: 70px;
  display: flex;
  align-items: center; }
  .social-link {
    margin-left: 30px;
    font-size: 28px;
    color: #354052;
    transition: .2s; }
    .social-link:first-child {
      margin-left: 0; }
    .social-link i {
      transition: .2s; }
    .social-link:hover {
      transition: .2s; }
  .social .fb:hover i {
    color: #3b5998; }
  .social .vk:hover i {
    color: #4a76a8; }
  .social .tw:hover i {
    color: #1da1f2; }
  .social .more:hover {
    opacity: .5; }
  .social .linked:hover i {
    color: #1a72af; }
  .social .telegram:hover i {
    color: #31a9de; }
  .social .medium:hover i {
    color: #17ac6f; }
  .social .more {
    display: inline-block;
    width: 30px;
    height: 40px;
    background: url(../img/more.svg) no-repeat center center;
    background-size: 100%;
    background-position-y: 70%; }

.main-layout {
  font-family: "Geometria";
  font-size: 14px;
  color: #354052;
  /*
      СТРАНИЦЫ
 */ }
  .main-layout .bion {
    height: 142px; }
    .main-layout .bion > div {
      border-right: 1px solid #edeef4;
      align-items: center;
      display: flex; }
      .main-layout .bion > div:last-child {
        border: none; }
    .main-layout .bion-user-info {
      padding: 0 13%;
      width: 100%; }
      .main-layout .bion-user-info .label {
        font-family: "Geometria-Bold";
        font-size: 14px;
        color: #354052; }
      .main-layout .bion-user-info .bions .big {
        font-family: "FiraMono-Regular";
        font-size: 42px;
        color: #0053ff; }
      .main-layout .bion-user-info .bions .bold {
        font-family: "Geometria-Bold";
        font-size: 22px;
        color: #0053ff;
        margin-left: 10px; }
  .main-layout .referal-block {
    padding: 32px; }
    .main-layout .referal-block__line {
      display: flex;
      align-items: center;
      margin-bottom: 11px; }
      .main-layout .referal-block__line > span {
        margin-right: 10px; }
  .main-layout .purse-block {
    padding: 32px; }
    .main-layout .purse-block img {
      width: 150px;
      height: 150px; }
    .main-layout .purse-block .media-body {
      margin-left: 20px; }
  .main-layout .purse .address {
    word-break: break-all; }
  .main-layout .empty-result {
    padding: 20px 30px; }
  .main-layout .e-purse {
    margin-top: 10px; }
    .main-layout .e-purse .delete {
      margin-left: 10px;
      color: #f24949;
      font-size: 12px;
      cursor: pointer; }
    .main-layout .e-purse.disabled {
      margin-top: 10px;
      opacity: 0.5; }
      .main-layout .e-purse.disabled .reestablish {
        margin-left: 10px;
        color: #3ef24e;
        font-size: 12px;
        cursor: pointer; }
    .main-layout .e-purse .purse-num {
      margin-right: 15px; }
  .main-layout .form-select {
    height: 45px;
    padding: 14px;
    width: 100%;
    border: 1px solid #edeef4;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 4px;
    background-color: white; }
  .main-layout .error-count-token {
    width: 100%;
    margin-top: 7px; }
  .main-layout .tab-content .tab-pane .flash-notice {
    border: 3px solid red;
    text-align: center;
    margin: 15px 0;
    padding: 30px 0;
    display: inline-grid;
    width: 100%;
    font-size: 16px;
    color: red; }
  .main-layout .verified-error-page .error {
    border: 1px solid red;
    font-size: 20px;
    padding: 20px;
    text-align: center; }
  .main-layout .select-country label {
    width: 100%;
    text-align: center; }
  .main-layout .select-country .error {
    color: #f24949;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid;
    font-size: 16px; }
  @media (min-width: 320px) {
    .main-layout .container {
      max-width: 92%; } }
  @media (min-width: 1200px) {
    .main-layout .container {
      max-width: 1140px; } }

.empty-layout {
  font-family: "Geometria";
  font-size: 14px;
  color: #354052; }
