.nav-dropdown-list {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.nav-dropdown-list.w--open {
  top: 50px;
  right: 10px;
  z-index: 2;
  max-height: 80vh;
  min-height: 20px;
  margin-top: 0px;
  padding-bottom: 25px;
  border: 1px solid #e9f2f5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(45, 62, 80, 0.12);
  opacity: 1;
}

.navigation-icon {
  width: 20px;
  margin-right: 1em;
  text-align: right;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.top {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbfe;
  box-shadow: 0 0 19px -10px #000;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.rank-pic {
  overflow: hidden;
  max-width: 34px;
  margin-right: 0.75em;
  border-radius: 50%;
}

.navigation-item {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  background-color: transparent;
  opacity: 1;
  color: #1875f0;
  font-weight: 600;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.smaller {
  margin-right: auto;
  margin-left: auto;
  padding: 1px;
}

.navigation-item.logout-link {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 0em;
  padding-top: 1.5em;
  padding-bottom: 0em;
  border-top: 1px solid #f3f3f3;
}

.navigation-item.dropdown-nav-item {
  margin-left: 0em;
}

.webflow-diamond {
  position: absolute;
  top: -5px;
  right: 17px;
  bottom: auto;
  z-index: 0;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(219, 226, 235, 0.5);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.image-15 {
  display: block;
}

.box-copy-1-b {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  color: #333;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.box-hl-3 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.box-vault {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  text-align: center;
}

.dash-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: #1a75f0;
}

.box-hl-2-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 0px;
}

.grey-box {
  width: 95%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 20px;
  background-color: #686868;
  background-image: linear-gradient(315deg, #435466, #accadd);
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.box-sub-line {
  color: #505050;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  text-transform: uppercase;
}

.box-hl-2 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

.box-hl-2.two {
  padding-left: 5px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 150vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafbfe;
  box-shadow: 0 0 19px -10px #000;
}

.box-copy {
  padding-right: 10px;
  color: #333;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: justify;
}

.text-block {
  padding-left: 10px;
  font-family: Inter, sans-serif;
}

.rich-text-block-4 {
  line-height: 22px;
  text-align: left;
}

.box-image-1 {
  display: block;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 15px;
	
}

.box {
  padding: 20px;
  border-radius: 20px;
  font-family: Inter, sans-serif;
  text-align: center;
}

.white-box {
  width: 95%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.white-box.third {
  width: 31%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 20px;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
}

.tabs-content {
  height: 100%;
}

.back-office {
  height: auto;
}

.tab-pane {
  width: auto;
  height: 100%;
}

.box-padding-100 {
  padding: 20px 40px 40px;
  border-radius: 20px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  text-align: center;
}

.box-hl-1-w {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #2a2a2a;
}

.box-head-line {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.box-head-line.currency {
  padding-left: 10px;
}

.box-sl-1-w {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

.container-1 {
  display: block;
  max-width: 1200px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-hl-1-b {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.container-hl-1 {
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.container-hl-1.w {
  color: #fff;
}

.box-button {
  display: block;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: #5e9ef4;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  text-align: left;
}

.box-button:hover {
  background-color: #1a75f0;
}

.box-head-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.planet-box {
  height: 340px;
  padding: 20px;
  border-radius: 20px;
  background-position: 50% 50%;
  background-size: cover;
  font-family: Inter, sans-serif;
  text-align: center;
}
.planet-box-r2 {
  padding: 10px;
  border-radius: 20px;
  background-size: cover;
  font-family: Inter, sans-serif;
  text-align: center;
}

.icon-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}

.icon-name {
  padding-right: 0px;
  color: #333;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
  text-align: center;
}

.icon-name.bold {
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	width:25%;
}

.icon-image {
  /*padding-bottom: 10px;*/
  /*background-image: url('../images/icons8-checked_radio_button.png');*/
  background-position: 0px 0px;
  background-size: auto;
}

.planet-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.in-box {
  padding: 5px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #eee;
  font-family: Inter, sans-serif;
  text-align: center;
}

.icon-name-small {
  padding-right: 0px;
  color: #acacac;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
}

.icon-name-small.bold {
  font-weight: 700;
}

.small-box {
  width: 95%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

.small-box.third {
  width: 31%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-radius: 20px;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
}

.property-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
}

.property-box.grey {
  margin-bottom: 2px;
  background-color: #dadada;
}

.table-property-box {
  margin-bottom: 3px;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
}

.table-property-box.grey {
  margin-bottom: 2px;
  background-color: #dadada;
}



.image-16 {
  position: relative;
  display: block;
  margin-right: -50px;
  margin-bottom: -20px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.value-text {
  width: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.property-text {
  width: 120px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 300;
  text-align: left;
}

.value-text-2 {
  padding-right: 10px;
  padding-left: 10px;
  /*font-size: 20px;*/
	font-size:15px;
  font-weight: 300;
}

.value-text-2.red {
 /* width: 30px;*/
  color: red;
}

.value-text-2.green {
  color: #168300;
}

.history-box {
  width: 95%;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  border-style: none;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 20px;
  background-color: #47596a;
  box-shadow: 0 0 19px -5px rgba(0, 0, 0, 0.1);
  color: #333;
}

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item {
    margin-right: 0em;
    margin-left: 0em;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .box-vault {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .tabs-menu {
    width: 128px;
    height: 250vw;
  }

  .text-block {
    display: none;
  }

  .white-box.third {
    width: 48%;
  }

  .back-office {
    height: 100vw;
  }

  .box-padding-100 {
    padding-right: 20px;
    padding-left: 20px;
	overflow:auto;
  }

  .small-box.third {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-icon {
    min-height: 20px;
    margin-right: 0em;
    margin-bottom: 10px;
    text-align: center;
  }

  .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation-item {
    padding-right: 0.5em;
    padding-left: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }

  .navigation-item.smaller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .box-vault {
    padding-bottom: 5px;
  }

  .tabs-menu {
    width: auto;
    height: 100px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    box-shadow: 0 0 19px -10px #000;
  }

  .text-block {
    display: block;
    padding-left: 0px;
    font-size: 13px;
  }

  .white-box.third {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .planet-box {
    height: 470px;
  }

  .small-box.third {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation-icon {
    z-index: 999;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .top {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navigation-item {
    width: 100%;
    font-size: 12px;
  }

  .box-vault {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .grey-box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .white-box {
    width: 100%;
  }

  .white-box.third {
    width: 100%;
  }

  .small-box {
    width: 100%;
  }

  .small-box.third {
    width: 100%;
  }
}

