@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,700&subset=cyrillic");
.dashboard {
  width: 310px;
  width: 230px;
  height: 100vh;
  float: left;
  box-sizing: border-box;
  padding: 10px 0px;
  background: none;
  position: fixed;
  z-index: 5;
  background: #f7f7f7;
  background: #f4f4f4;
  overflow-y: auto;
}
.dashboard::-webkit-scrollbar {
  width: 0px;
}
.dashboard:hover::-webkit-scrollbar {
  width: 3px;
}
.dashboard::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
}
.dashboard::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 0px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 720px) {
  .dashboard {
    width: 100%;
    padding: 12px 0px;
    -webkit-overflow-scrolling: touch;
  }
}
.dashboard .wwl-dashboard-brand-name {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-size: 14px;
}
.dashboard .wwl-balance-text {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}
.dashboard .wwl-balance-sum {
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
}
.dashboard .wwl-balance-sum-special {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 0;
  line-height: 32px;
}
.dashboard .balance {
  background: #08c;
  background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: -webkit-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: linear-gradient(45deg, #01679a 0%, #035ebb 48%, #08c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#276fc6", endColorstr="#79b7e0",GradientType=1 );
  border-radius: 4px;
  color: white;
  text-align: center;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  padding: 5px 17px;
  transition: all 0.1s linear 0s;
  transform: translateX(0) scale(1, 1);
  margin-top: 0;
  box-sizing: border-box;
  width: 93%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 40px 0px;
  width: 93%;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 20px 0px;
  margin-left: 11px;
  margin-right: auto;
  z-index: 100;
  float: left;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  background: #f4f4f4;
  box-shadow: none;
  padding: 0;
}
.dashboard .nav {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 14px;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
}
.dashboard .nav ul {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  border-radius: 7px;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 0px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 720px) {
  .dashboard .nav ul {
    /*display: none;*/
  }
}
.dashboard .nav ul li {
  list-style-type: none;
}
.dashboard .nav ul li a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s linear 0.1s;
  transform: translateX(0) scale(1, 1);
  padding: 1px 10px;
  display: flex;
  align-items: center;
  border-bottom: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  display: inline-flex;
  padding-right: 50px;
}
@media screen and (max-width: 720px) {
  .dashboard .nav ul li a {
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    padding-right: 50px;
  }
}
.dashboard .nav ul li a:hover {
  transition: all 0.2s linear 0.1s;
  background: rgba(0, 0, 0, 0.03);
}
.dashboard .nav ul li .nav-disabled {
  opacity: 0.5;
}
.dashboard .nav ul li .current, .dashboard .nav ul li .current:hover {
  color: #000000;
  background: rgba(0, 0, 0, 0.03);
}
.dashboard .dashboard-header {
  font-size: 10px;
  color: rgba(160, 160, 160, 0.7);
  font-weight: 700;
  padding-top: 12px;
  padding: 0px 10px;
  text-transform: uppercase;
}

.dashboard-remove {
  display: none;
}

.wwl-dashboard-brand {
  display: block;
  width: 100%;
  float: left;
  padding: 0 12px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  position: absolute;
  margin-top: 67px;
  margin-top: 116px;
}
.wwl-dashboard-brand .wwl-dashboard-brand-img {
  width: 74px;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.3;
}
.wwl-dashboard-brand .wwl-dashboard-brand-img img {
  width: 100%;
}

.wwl-dashboard-container {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

/*.balance-invisible {
  .balance {
    transform: translate3d(0,-130px,0);
    transition: transform 0.3s;
  }
  .wwl-dashboard-container {
    transform: translate3d(0, -90px, 0);
    transition: transform 0.3s;
  }
}*/
.ze-brand {
  padding: 20px 0px;
  width: 70px;
  padding-top: 10px;
}
.ze-brand img {
  width: 90px;
}

.ze-account-container {
  width: 100%;
  float: left;
}
.ze-account-container .balance {
  margin-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  margin-bottom: -25px;
  transform: rotateX(-10deg);
}
.ze-account-container .balance:last-child {
  height: 160px;
}
.ze-account-container .ze-brand {
  text-align: left;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}

.ze-add-account-container {
  width: 100%;
  float: left;
}

.ze-add-account {
  margin-top: 20px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  width: 80%;
  /* float: left; */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 12px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
.ze-add-account:hover {
  transition: all 0.2s ease-in-out 0s;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.8);
}

.ze-subscriptions {
  width: 100%;
  float: left;
  padding-top: 4px;
}
.ze-subscriptions a {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
  margin-top: 10px;
  align-items: center;
  border: none;
}
.ze-subscriptions a:hover {
  color: black;
  transition: all 0.2s ease-in-out 0s;
}

.ze-subscription-icon {
  width: 26px;
  height: 26px;
  float: left;
  background-size: cover;
  background-position: 50%;
  margin-right: 10px;
  border-radius: 4px;
  margin-left: 7px;
}

.ze-subscription-name {
  font-size: 16px;
  line-height: 0;
  padding-top: 1px;
}

.ze-subscription-container {
  width: 100%;
  float: left;
}

.ze-add-currencies-container {
  width: 100%;
  float: left;
}

.ze-currencies {
  width: 100%;
  float: left;
  padding-top: 4px;
}
.ze-currencies a {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
  margin-top: 5px;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: 7px;
}
.ze-currencies a:hover {
  color: black;
  transition: all 0.2s ease-in-out 0s;
}

.ze-nav-container {
  width: 100%;
  float: left;
}

#window_dashboard_account_holder {
  perspective: 1000px;
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
#window_dashboard_account_holder .wwl-balance-sum {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}

.ze-wallet-dashboard-type {
  font-size: 12px;
}

.ze-wallet-dashboard-name {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.navbar {
  width: 100%;
  height: 60px;
  float: left;
  background: #f4f4f4;
  position: fixed;
  z-index: 5;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-bottom: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0;
}
.navbar .menuToggle {
  /*display: none;*/
  display: block;
  position: relative;
  float: left;
  background-image: url("../images/web/hc-menu-dark.png");
  width: 40px;
  height: 40px;
  background-size: 17px 16px;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
  z-index: 10;
  left: 14px;
  background-position: 50%;
  border-radius: 100%;
}
@media screen and (max-width: 720px) {
  .navbar .menuToggle {
    display: block;
    left: 0;
  }
}
.navbar .nav-nav {
  float: left;
  display: flex;
}
@media screen and (max-width: 720px) {
  .navbar .nav-nav {
    padding-left: 0;
  }
}
.navbar .nav-nav .nav-button {
  display: block;
  margin: 0 10px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  color: black;
  cursor: pointer;
  align-items: baseline;
}
.navbar .nav-nav .nav-button:hover {
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease-in-out 0s;
}
.navbar .nav-nav .nav-button .nav-button-back {
  background-image: url(../images/web/ze-left-arrow-b.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  top: -1px;
  position: relative;
  margin-top: 4px;
}
.navbar .nav-nav .nav-current {
  color: #000000;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .nav-moved {
  padding-left: 0 !important;
}
.navbar #windows_dashboard_auth_buttons {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.navbar #windows_dashboard_auth_buttons .wwl-button-primary {
  height: 32px !important;
  padding: 4px 20px;
  line-height: 23px !important;
}
.navbar #windows_dashboard_auth_buttons .wwl-button {
  color: black !important;
  padding: 4px 20px;
  height: 32px !important;
  line-height: 23px !important;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.navbar #windows_dashboard_auth_buttons .wwl-button:hover {
  color: rgba(0, 0, 0, 0.7) !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .user {
  float: right;
  position: relative;
  cursor: pointer;
}
.navbar .user .avatar {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 0;
  border-radius: 100%;
  padding-top: 8px;
}
@media screen and (max-width: 720px) {
  .navbar .user .avatar {
    left: 0;
  }
}
.navbar .user .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.navbar .user .userName {
  color: black;
  padding-top: 14px;
  float: right;
  text-align: right;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .user .userName:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .user .dropdown {
  width: 200px;
  background: white;
  position: absolute;
  right: 10px;
  top: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(36, 98, 165, 0.14);
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}
.navbar .user .dropdown .container {
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.navbar .user .dropdown .container ul {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  border-radius: 7px;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.navbar .user .dropdown .container ul li {
  list-style-type: none;
}
.navbar .user .dropdown .container ul li a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
  transform: translateX(0) scale(1, 1);
  display: block;
  padding: 10px 16px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}
.navbar .user .dropdown .container ul li a:hover {
  color: #ffffff;
  background: #289dda;
  transition: all 0.2s linear 0.1s;
}
.navbar .user .dropdown .container ul li .current, .navbar .user .dropdown .container ul li .current:hover {
  color: #ffffff;
  background: #1568a9;
}
.navbar .user .dropdown .container .divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(36, 98, 165, 0.14);
}

.user {
  float: right;
  position: relative;
  cursor: pointer;
}
.user .avatar {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 20px;
  border-radius: 100%;
  padding-top: 8px;
}
.user .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.user .userName {
  color: rgba(0, 0, 0, 0.5);
  padding-top: 15px;
  float: right;
  text-align: right;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
.user .userName:hover {
  color: #2d77c1;
  transition: all 0.2s ease-in-out 0s;
}
.user .dropdown {
  width: 200px;
  background: white;
  position: absolute;
  right: 10px;
  top: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(36, 98, 165, 0.14);
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}
.user .dropdown .container {
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.user .dropdown .container ul {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  border-radius: 7px;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.user .dropdown .container ul li {
  list-style-type: none;
}
.user .dropdown .container ul li a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
  transform: translateX(0) scale(1, 1);
  display: block;
  padding: 10px 16px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}
.user .dropdown .container ul li a:hover {
  color: #ffffff;
  background: #289dda;
  transition: all 0.2s linear 0.1s;
}
.user .dropdown .container ul li .current, .user .dropdown .container ul li .current:hover {
  color: #ffffff;
  background: #1568a9;
}
.user .dropdown .container .divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(36, 98, 165, 0.14);
}

.ze-color-scheme-light #windows_dashboard_auth_buttons .wwl-button {
  color: white !important;
  padding: 4px 20px;
  height: 32px !important;
  line-height: 23px !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.ze-color-scheme-light #windows_dashboard_auth_buttons .wwl-button:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid white;
}
.ze-color-scheme-light #windows_dashboard_auth_buttons .wwl-button-primary {
  background: white !important;
  border: 1px solid white !important;
  color: black !important;
}
.ze-color-scheme-light #windows_dashboard_auth_buttons .wwl-button-primary:hover {
  background: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.layout {
  box-sizing: border-box;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.layout .layout-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
}
.layout .page {
  float: left;
  /*padding-left: 310px;*/
  /*font-family: 'Open Sans', sans-serif;*/
  width: 100%;
  box-sizing: border-box;
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .layout .page {
    padding-left: 0;
    /*padding-right: 10px;*/
  }
}
.layout .page ul, .layout .page ol {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.area {
  display: flex;
  margin-left: 0;
}
@media screen and (max-width: 720px) {
  .area {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}
.area .column {
  background: white;
  padding: 0px 0;
  border-radius: 4px;
  border-radius: 7px;
  margin-bottom: 16px;
  border: none;
  box-shadow: none;
  width: 50%;
  margin-left: 0px !important;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto !important;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 720px) {
  .area .column {
    margin-left: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.area .column .wwl-container {
  width: 100%;
  max-width: 100%;
  padding: 16px 20px;
  min-width: 100%;
}
@media screen and (max-width: 720px) {
  .area .unpadding-column {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
}

.ze-header-container {
  width: 100%;
  display: flex;
  background: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ze-header-container .wwl-container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.header, .subheader {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
  cursor: default;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: none;
  padding-bottom: 0;
  line-height: 26px;
  text-transform: uppercase;
  padding-top: 0px;
}

.wwl-area-text {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  cursor: default;
}

.subheader {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 0;
}

.container-inner {
  max-width: 100%;
  width: 860px;
}

.wll-page-layout-info {
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.7);
}

.ze-link-container {
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: black;
  background: white;
  min-height: 36px;
  margin-top: 60px;
  margin-bottom: -10px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  border: 2px dashed rgba(0, 0, 0, 0.7);
  border: none;
}
.ze-link-container .ze-link-label {
  font-size: 10px;
  text-align: left;
  padding-left: 9px;
  padding-top: 4px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 10px;
}
.ze-link-container .ze-link-link {
  color: #261d4e;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 16px;
}

.ze-rocket-icon-like {
  background-image: url("../images/web/ze-rocket-like.svg");
}

.recieveAdress {
  font-size: 18px;
  text-align: center;
  color: #2d77c1;
  border: 1px dashed #1972dc;
  padding: 15px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
  cursor: pointer;
}

input, textarea {
  color: rgba(0, 0, 0, 0.85);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

/*.wwl-input, select {
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  z-index: 1;
  height: 40px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: white;
  border-radius: 0px;
  outline: none;
  padding: 5px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  &:focus {
    outline: none;
  }
}
.wwl-input input {
  -webkit-appearance: none;
  border: 0px solid rgba(255,255,255,1);
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}*/
.wwl-input-currency {
  box-sizing: border-box;
  padding-top: 3px;
  padding-left: 5px;
}

.wwl-button-primary {
  border: 1px solid rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: -webkit-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#276fc6", endColorstr="#79b7e0",GradientType=1 );
  background: #214877;
  background: #565bff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
  color: white !important;
  height: 40px !important;
  line-height: 30px !important;
  transition: all 0.2s ease-in-out 0s !important;
  color: white !important;
  text-decoration: none;
  padding: 5px 50px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.1s linear 0s;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
  margin-right: 0;
}
.wwl-button-primary:hover {
  background: #565bffd9;
}

.wwl-button, .wwl-button-normal {
  background: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.55) !important;
  height: 40px !important;
  /*line-height: 30px !important;*/
  transition: all 0.2s ease-in-out 0s !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: none;
  padding: 4px 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-right: 20px;
  transition: all 0.1s linear 0s;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.form {
  padding-top: 60px;
}

/*.wwl-input-container {
  position: relative;
  textarea {
    resize: none;
  }

  input,
  textarea {
    background: none;
    color: #000;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: $width;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid $muted-color;
    outline: none;
    box-shadow: none;
    &:focus {
      outline: none;
    }
    &:focus ~ label,
    &:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: $hl-color;
    }
    &:focus ~ .wwl-input-bar:before {
      width: $width;
    }
  }

  input[type="password"] {
    letter-spacing: 0.3em;
  }

  label {
    color: $muted-color;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: $trans-time ease all;
  }

  .wwl-input-bar {
    position: relative;
    display: block;
    width: $width;
    &:before {
      content: '';
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: $hl-color;
      transition: $trans-time ease all;
      left: 0%;
    }
  }
}*/
.ze-navOption {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.ze-navOption .ze-navOption-option {
  cursor: pointer;
  padding: 8px 50px;
  border-radius: 0;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
  margin-left: -1px;
  font-weight: 100;
}
.ze-navOption .ze-navOption-option:hover {
  color: black;
  background-color: rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease-in-out 0s;
}
.ze-navOption .ze-navOption-option:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.ze-navOption .ze-navOption-option:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.ze-navOption .ze-navOption-option-selected, .ze-navOption .ze-navOption-option-selected:hover {
  color: white;
  background: #08c;
  border: 1px solid #08c !important;
  transition: all 0.2s ease-in-out 0s;
}

#window_splash_loader {
  margin-top: 40px;
  width: 80px;
  height: 80px;
}

.wwl-balance-sum .modul {
  display: inline-block;
  margin-right: 5px;
}

.main-liq .liq-button, .main-liq .liq-body .liq-dropdown .liq-dropdown-container .liq-control-dropdown-element .liq-control-button {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  height: 28px !important;
  line-height: 28px !important;
  transition: all 0.2s ease-in-out 0s !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: none;
  padding: 2px 16px;
  display: inline-block;
  font-size: 13px;
  align-self: flex-end;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.main-liq .liq-subheader {
  font-weight: 200;
  font-size: 13px;
  margin-bottom: 6px;
  cursor: default;
  color: #b3b3b3;
  border-bottom: 0;
}
.main-liq .liq-body {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  display: flex;
}
.main-liq .liq-body .liq-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
}
.main-liq .liq-body .liq-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDU0IDU0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NCA1NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjcsMkMxMy4yLDIsMiwxMy4yLDIsMjdzMTEuMiwyNSwyNSwyNXMyNS0xMS4yLDI1LTI1UzQwLjgsMiwyNywyeiBNMzYuOCwyMS41bC04LjcsMTUuMQoJYy0wLjMsMC41LTAuOSwwLjgtMS41LDAuOGMtMC42LDAtMS4yLTAuMy0xLjUtMC44bC04LjctMTUuMWMtMC4zLTAuNS0wLjMtMS4yLDAtMS43YzAuMy0wLjUsMC45LTAuOCwxLjUtMC44aDE3LjQKCWMwLjYsMCwxLjIsMC4zLDEuNSwwLjhDMzcuMSwyMC40LDM3LjEsMjEsMzYuOCwyMS41eiIvPgo8L3N2Zz4K");
  background-size: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.main-liq .liq-body .liq-control-selected {
  background-color: #2d77c1;
}
.main-liq .liq-body .liq-dropdown {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  position: absolute;
  z-index: 2;
  display: none;
}
.main-liq .liq-body .liq-dropdown .liq-dropdown-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.main-liq .liq-body .liq-dropdown .liq-dropdown-container .liq-control-dropdown-element {
  display: flex;
  text-align: center;
}
.main-liq .liq-body .liq-dropdown .liq-dropdown-container .liq-control-dropdown-element span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.main-liq .liq-body .liq-dropdown .liq-dropdown-container .liq-control-dropdown-element .liq-control-button {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
}
.main-liq .liq-body .liq-dropdown .liq-dropdown-container .liq-control-dropdown-element .liq-control-button:hover {
  border: 1px solid black;
  color: black !important;
}
.main-liq .liq-body .liq-content {
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 0px 20px;
  padding-top: 30px;
  padding-bottom: 12px;
  box-sizing: border-box;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  align-items: flex-end;
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}
.main-liq .liq-body .liq-content .liq-header {
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
  float: left;
  flex: 1 100%;
}
.main-liq .liq-body .liq-content .liq-description {
  font-size: 14px;
  padding-right: 20px;
  letter-spacing: 0.5px;
  flex-grow: 5;
  flex-shrink: 5;
  flex-basis: 0;
}

.bboard {
  width: 100%;
  float: left;
  padding-top: 18px;
}
.bboard .bboard-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.bboard .bboard-container .bboard-ad, .bboard .bboard-container .bboard-add {
  width: 30%;
  min-height: 400px;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.1);
  border-radius: 7px;
  background-color: #fff;
  transition: box-shadow 225ms;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.bboard .bboard-container .bboard-ad:hover, .bboard .bboard-container .bboard-add:hover {
  box-shadow: 0 20px 35px 0 rgba(36, 50, 66, 0.1);
}
@media screen and (max-width: 1260px) {
  .bboard .bboard-container .bboard-ad, .bboard .bboard-container .bboard-add {
    width: 31%;
  }
}
@media screen and (max-width: 950px) {
  .bboard .bboard-container .bboard-ad, .bboard .bboard-container .bboard-add {
    width: 48%;
  }
}
@media screen and (max-width: 570px) {
  .bboard .bboard-container .bboard-ad, .bboard .bboard-container .bboard-add {
    width: 100%;
  }
}
.bboard .bboard-container .bboard-ad .bboard-img, .bboard .bboard-container .bboard-add .bboard-img {
  width: 100%;
  float: left;
  height: 170px;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bboard .bboard-container .bboard-ad .bboard-img img, .bboard .bboard-container .bboard-add .bboard-img img {
  max-width: 100%;
  max-height: 100%;
}
.bboard .bboard-container .bboard-ad .bboard-header, .bboard .bboard-container .bboard-add .bboard-header {
  font-size: 22px;
  width: 100%;
  float: left;
  padding: 20px 20px;
  box-sizing: border-box;
}
.bboard .bboard-container .bboard-ad .bboard-description, .bboard .bboard-container .bboard-add .bboard-description {
  font-size: 16px;
  width: 100%;
  float: left;
  padding: 20px 20px;
  box-sizing: border-box;
  padding-top: 0;
}
.bboard .bboard-container .bboard-ad .bboard-link, .bboard .bboard-container .bboard-add .bboard-link {
  font-size: 16px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
  padding-top: 0;
}
.bboard .bboard-container .bboard-ad .bboard-link a, .bboard .bboard-container .bboard-add .bboard-link a {
  font-size: 16px;
  color: #12afff;
  text-decoration: none;
}
.bboard .bboard-container .bboard-ad .bboard-link a:hover, .bboard .bboard-container .bboard-add .bboard-link a:hover {
  color: #00a9ff;
}
.bboard .bboard-container .bboard-add {
  text-align: center;
}
.bboard .bboard-container .bboard-add .bboard-add-icon {
  background-image: url("../images/web/hc-advertising.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
.bboard .bboard-container .bboard-add .bboard-add-text {
  text-align: center;
  margin-top: 34px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.bboard .bboard-container .bboard-add .bboard-add-plus {
  /*background-image: url('../images/web/hc-plus-button.svg');

  width: 150px;
  height: 150px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;*/
  margin-top: 30px;
  margin-right: 0;
}

.send_invoice .send_invoice_option {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  padding-top: 15px;
}
.send_invoice .send_invoice_option .send_invoice_option_label {
  display: inline-block;
  float: left;
}
.send_invoice .send_invoice_option .send_invoice_option_input {
  display: inline-block;
  float: right;
}
.send_invoice .send_invoice_protected_checked {
  display: none;
}
.send_invoice .send_invoice_protected_UNchecked {
  display: block;
}

.send_invoice_protected {
  display: block;
}
.send_invoice_protected .send_invoice_protected_checked {
  display: block;
}
.send_invoice_protected .send_invoice_protected_UNchecked {
  display: none;
}

.wwl-modal {
  position: fixed;
  z-index: 4;
  background: #f4f4f4;
  width: 100%;
  display: none;
  padding-top: 60px;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100vh;
  top: 0;
}
@media screen and (max-width: 720px) {
  .wwl-modal {
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
  }
}
.wwl-modal .wwl-container {
  max-width: 100%;
  min-width: auto;
}
.wwl-modal .modal-body {
  width: 100%;
  float: left;
  padding-bottom: 160px;
}
.wwl-modal .content {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.wwl-modal .title {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
}
.wwl-modal .modal-controls-right {
  float: right;
  margin-right: 0;
}
.wwl-modal .modal-body-icon {
  width: 105px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  margin-top: 10px;
  background-size: 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.modal-show {
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s;
  display: block;
}
@media screen and (max-width: 720px) {
  .modal-show {
    transform: translate3d(0, 0, 0);
  }
}

.modal-hide {
  transform: translate3d(100vw, 0, 0);
  transition: transform 0.2s;
  display: block;
}

input, textarea {
  border-bottom: 1px solid #e6e6e6 !important;
}

.input-field > label {
  font-size: 0.9rem;
}

.input-field {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal-container {
  width: 430px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  padding: 20px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 30px;
}
.modal-container .modal-description {
  margin-bottom: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}
.modal-container .modal-controls {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  height: auto;
}

.modal-endMessage-icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-endMessage-text {
  margin-top: 30px;
  text-align: center;
}

.wwl-tutorial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wwl-tutorial .wwl-tutorial-slide {
  width: 100vw;
  height: 100vh;
  transform: translate3d(100vw, 0, 0);
  transition: transform 0.7s;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 21;
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow-y: auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-img {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-img {
    width: 200px;
    height: 200px;
  }
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-img img {
  width: 200px;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-img img {
    width: 150px;
  }
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-header {
  text-align: center;
  font-size: 30px;
  margin-top: 80px;
  line-height: 46px;
  box-sizing: border-box;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-header {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-text {
  margin-top: 40px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-text {
    margin-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-text p {
  line-height: 26px;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-mainField {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-mainField .input-field-name {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-addressField .input-field-name {
  display: flex;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-addressField .wwl-tutorial-field-address {
  display: inline-block;
  margin-top: 12px;
  margin-right: 3px;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-addressField label {
  margin-left: 126px;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-button {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  width: 100%;
  float: left;
}
.wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-button .wwl-button-primary {
  margin-bottom: 20px;
}
@media screen and (max-width: 330px) {
  .wwl-tutorial .wwl-tutorial-slide .wwl-tutorial-button .wwl-button-primary {
    margin-right: 0;
  }
}
.wwl-tutorial .slide-show {
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.wwl-tutorial .slide-right {
  transform: translate3d(100vw, 0, 0);
  transition: transform 0.7s;
}
.wwl-tutorial .slide-right {
  transform: translate3d(-100vw, 0, 0);
  transition: transform 0.7s;
}
.wwl-tutorial .wwl-tutorial-control-left, .wwl-tutorial .wwl-tutorial-control-right {
  width: 100px;
  position: fixed;
  height: 100vh;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-control-left, .wwl-tutorial .wwl-tutorial-control-right {
    width: 40px;
  }
}
.wwl-tutorial .wwl-tutorial-control-left .wwl-tutorial-control-button, .wwl-tutorial .wwl-tutorial-control-right .wwl-tutorial-control-button {
  width: 60px;
  height: 60px;
  background-size: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-control-left .wwl-tutorial-control-button, .wwl-tutorial .wwl-tutorial-control-right .wwl-tutorial-control-button {
    background-size: 20px;
    width: 40px;
    height: 40px;
  }
}
.wwl-tutorial .wwl-tutorial-control-left {
  left: 0;
}
.wwl-tutorial .wwl-tutorial-control-left .wwl-tutorial-control-button {
  background-image: url("/images/web/halykcoin-back.svg");
}
.wwl-tutorial .wwl-tutorial-control-right {
  right: 0;
}
.wwl-tutorial .wwl-tutorial-control-right .wwl-tutorial-control-button {
  background-image: url("/images/web/halykcoin-next.svg");
}
.wwl-tutorial .wwl-tutorial-skip {
  position: fixed;
  z-index: 23;
  right: 20px;
  top: 5px;
  background-size: 22px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("/images/web/halykcoin-close.svg");
  width: 60px;
  height: 60px;
  opacity: 0.3;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .wwl-tutorial .wwl-tutorial-skip {
    background-size: 12px;
    width: 40px;
    height: 40px;
    right: 5px;
  }
}

.ze-survey-container {
  max-width: 500px;
}
@media screen and (max-width: 720px) {
  .ze-survey-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wwl-slider .ze-feed-itemsRow-item {
  background: rgba(64, 73, 134, 0.05);
}

.wwl-overview {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(45deg, #01679a 0%, #035ebb 48%, #08c 100%);
  background-color: #214db5;
  background-color: rgba(25, 28, 35, 0.85);
  background: none;
  background-size: cover;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 0px;
  color: white;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  z-index: 4;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
  min-height: 140px;
}
.wwl-overview .ze-overview-edit {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.wwl-overview .ze-overview-bg {
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.wwl-overview .feed-post-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 0;
}
.wwl-overview .wwl-balance-header {
  display: flex;
  flex-wrap: nowrap;
  z-index: 2;
  position: relative;
  margin-left: -20px;
}
@media screen and (max-width: 720px) {
  .wwl-overview .wwl-balance-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    margin-left: 0;
  }
}
.wwl-overview .wwl-brand {
  box-sizing: border-box;
  margin-left: 5%;
  /* margin-right: auto; */
  color: white;
  text-align: center;
  width: 110px;
  margin-right: 30px;
  position: absolute;
}
.wwl-overview .wwl-brand img {
  width: 70px;
}
.wwl-overview .wwl-brand .wwl-logo-name {
  font-size: 20px;
}
@media screen and (max-width: 720px) {
  .wwl-overview .wwl-brand {
    position: relative;
    zoom: 80%;
    padding-bottom: 0;
    padding-top: 17px;
  }
}
.wwl-overview .wwl-overview-header {
  font-size: 32px;
  box-sizing: border-box;
  color: white;
  text-align: left;
  font-weight: 400;
  width: 75%;
  flex-shrink: 1;
  flex-basis: auto;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (max-width: 720px) {
  .wwl-overview .wwl-overview-header {
    order: 0;
    margin-bottom: 20px;
    margin-top: 34px;
    width: 100%;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wwl-overview .wwl-overview-header-wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  flex-direction: column;
  max-width: 100%;
}
.wwl-overview .wwl-overview-header-wrapper .wwl-overview-header-content {
  display: inline;
  /* background: rgba(0,0,0,.35); */
  font-size: 22px;
  color: white;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  line-height: 46px;
  text-shadow: none;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .wwl-overview .wwl-overview-header-wrapper .wwl-overview-header-content {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
  }
}
.wwl-overview .wwl-overview-header-wrapper .wwl-overview-header-description {
  color: white;
  font-size: 14px;
  text-align: center;
  width: 100%;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 400;
  margin-top: 12px;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif;
}
@media screen and (max-width: 720px) {
  .wwl-overview .wwl-overview-header-wrapper .wwl-overview-header-description {
    text-align: center;
  }
}
.wwl-overview .wwl-overview-navbar {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  margin-top: 0px;
  margin-left: -35px;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
.wwl-overview .wwl-overview-navbar .wwl-overview-navbar-overgroup {
  display: flex;
  justify-content: space-around;
  flex-basis: 0;
  flex-grow: 1;
}
.wwl-overview .wwl-overview-navbar .wwl-overview-navbar-group {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
}
.wwl-overview .wwl-overview-navbar .wwl-overview-navbar-group .wwl-overview-navbar-button {
  display: block;
  text-align: center;
  margin-left: 30px;
  text-decoration: none;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 60px;
}
.wwl-overview .wwl-overview-navbar .wwl-overview-navbar-group .wwl-overview-navbar-button .wwl-overview-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.wwl-overview .wwl-overview-navbar .wwl-overview-navbar-group .wwl-overview-navbar-button .wwl-overview-navbar-name {
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}
.wwl-overview .ze-color-scheme-dark .wwl-icon-edit-w {
  background-image: url(../images/web/woololo-edit-icon-black.svg);
}
.wwl-overview .ze-color-scheme-dark .wwl-overview-header-content {
  color: black;
}
.wwl-overview .ze-color-scheme-dark .wwl-overview-header-description {
  color: black;
}
.wwl-overview .ze-color-scheme-dark .wwl-overview-header-button .wwl-button-normal {
  color: white !important;
  border: 1px solid #262626;
  background: #262626;
  margin-right: 0;
}
.wwl-overview .ze-color-scheme-dark .wwl-overview-header-button .wwl-button-normal:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.wwl-overview-empty {
  width: 100%;
  float: left;
}
.wwl-overview-empty .wwl-overview-sign {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wwl-overview-empty .wwl-overview-sign img {
  width: 80px;
}
.wwl-overview-empty .wwl-overview-message {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 30px;
}

.navbar-overview {
  background: none;
  background: #212121;
  position: absolute;
}
.navbar-overview .menuToggle {
  background-image: url(../images/web/hc-menu-light.png) !important;
}
.navbar-overview .ze-color-scheme-dark .menuToggle {
  background-image: url(../images/web/ze-menu-b.svg) !important;
}
.navbar-overview .ze-color-scheme-dark .ze-nav-nav-title {
  color: black;
}
.navbar-overview .ze-color-scheme-dark .user .userName {
  color: black;
  padding-top: 14px;
  float: right;
  text-align: right;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-overview .ze-color-scheme-dark .nav-nav .nav-button .nav-button-back {
  background-image: url(../images/web/ze-left-arrow-b.svg);
}

.ze-navbar-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .ze-navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.navbar-overview .user, .wwl-overview .user {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 0;
}
.navbar-overview .user .avatar, .wwl-overview .user .avatar {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 20px;
  border-radius: 100%;
  padding-top: 8px;
}
.navbar-overview .user .avatar img, .wwl-overview .user .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.navbar-overview .user .userName, .wwl-overview .user .userName {
  color: white;
  padding-top: 15px;
  float: right;
  text-align: right;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-overview .user .userName:hover, .wwl-overview .user .userName:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-overview .user .dropdown, .wwl-overview .user .dropdown {
  width: 200px;
  background: white;
  position: absolute;
  right: 10px;
  top: 50px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(36, 98, 165, 0.14);
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}
.navbar-overview .user .dropdown .container, .wwl-overview .user .dropdown .container {
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.navbar-overview .user .dropdown .container ul, .wwl-overview .user .dropdown .container ul {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 0;
  border-radius: 7px;
  padding: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
}
.navbar-overview .user .dropdown .container ul li, .wwl-overview .user .dropdown .container ul li {
  list-style-type: none;
}
.navbar-overview .user .dropdown .container ul li a, .wwl-overview .user .dropdown .container ul li a {
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.2s linear 0.1s;
  transform: translateX(0) scale(1, 1);
  display: block;
  padding: 10px 16px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}
.navbar-overview .user .dropdown .container ul li a:hover, .wwl-overview .user .dropdown .container ul li a:hover {
  color: #ffffff;
  background: #289dda;
  transition: all 0.2s linear 0.1s;
}
.navbar-overview .user .dropdown .container ul li .current, .navbar-overview .user .dropdown .container ul li .current:hover, .wwl-overview .user .dropdown .container ul li .current, .wwl-overview .user .dropdown .container ul li .current:hover {
  color: #ffffff;
  background: #1568a9;
}
.navbar-overview .user .dropdown .container .divider, .wwl-overview .user .dropdown .container .divider {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(36, 98, 165, 0.14);
}

.wwl-overview-invoices {
  display: flex;
  flex-wrap: wrap;
}
.wwl-overview-invoices .wwl-transfer {
  min-width: 524px;
  max-width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 720px) {
  .wwl-overview-invoices .wwl-transfer {
    min-width: 100%;
  }
}

.wwl-overview-invoices-container {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .wwl-overview-invoices-container .column {
    width: 100% !important;
  }
}

@media screen and (max-width: 1360px) {
  .wwl-overview-invoices-container .area {
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 720px) {
  .services-ad-container {
    order: -1;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .services-ad-container .services {
    padding-top: 0;
  }
}

.wwl-overview-widget-invoices {
  padding-right: 0px !important;
}
@media screen and (max-width: 720px) {
  .wwl-overview-widget-invoices {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.wwl-overview-container {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.wwl-overview-message {
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.57);
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}

#window_overview_message {
  padding: 0;
}

.ze-feed-feed-s {
  box-shadow: none;
  width: 50%;
  height: 600px;
  background-color: #214db5;
  background-image: url(/images/web/ze-bg-create.svg);
  background-size: cover;
  padding: 40px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-feed-feed-s .ze-feed-feed-s-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ze-feed-feed-s .ze-feed-s-header {
  font-size: 32px;
  line-height: 38px;
}
.ze-feed-feed-s .ze-feed-s-content {
  margin-top: 20px;
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-content .ze-feed-s-container {
    flex-wrap: wrap;
  }
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-li {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  width: 50%;
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: 30px;
  border-radius: 100%;
  border: 1px solid white;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-li-li {
  margin-top: 20px;
}
.ze-feed-feed-s .ze-feed-s-content-p {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.7;
  text-transform: none;
}
.ze-feed-feed-s .ze-feed-button {
  margin-top: 40px;
}
.ze-feed-feed-s .ze-feed-s-button {
  margin-top: 40px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  /*color: black !important;
  background: #ffffff;
  border: 1px solid #fff !important;*/
}
.ze-feed-feed-s .ze-feed-s-button:hover {
  /*background: rgba(255,255,255,.8);*/
}

.ze-feed-feed-s {
  box-shadow: none;
  width: 80%;
  height: auto;
  background-color: #214db5;
  background-image: url(/images/web/ze-bg-create.svg);
  background-size: cover;
  padding: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  min-height: 170px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-left: 20px;
  margin-bottom: 0;
  background: none;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 380px;
  }
}
.ze-feed-feed-s .ze-feed-feed-s-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 170px;
  transition: all 0.8s ease-in-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-feed-s-container {
    flex-wrap: wrap;
  }
}
.ze-feed-feed-s .ze-invisible {
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  z-index: 1;
}
.ze-feed-feed-s .ze-visible {
  opacity: 1;
  transition: all 0.8s ease-in-out 0s;
  z-index: 2;
}
.ze-feed-feed-s #window_overview_page_bonus_timer {
  margin-left: auto;
  margin-right: auto;
}
.ze-feed-feed-s #window_overview_page_bonus_timer span {
  font-size: 42px;
}
.ze-feed-feed-s .ze-feed-s-icon {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  background-size: 50px;
  border-radius: 100%;
  border: 1px solid white;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 40px;
}
.ze-feed-feed-s .ze-feed-s-header {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-header {
    font-size: 17px;
    line-height: 30px;
    padding-right: 20px;
  }
}
.ze-feed-feed-s .ze-feed-s-content {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}
.ze-feed-feed-s .ze-feed-s-content .hl-community-socialButtons {
  justify-content: space-evenly;
}
.ze-feed-feed-s .ze-feed-s-content .hl-community-socialButtons .hl-social-button {
  background-color: rgba(0, 0, 0, 0);
}
.ze-feed-feed-s .ze-feed-s-content .hl-community-socialButtons .caret {
  fill: rgba(0, 0, 0, 0.85);
}
.ze-feed-feed-s .ze-feed-s-content .recieveAdress {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  border: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 15px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  word-wrap: break-word;
  word-break: break-all;
  cursor: pointer;
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-content-p {
  font-size: 14px;
  margin-top: 0;
  opacity: 0.55;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-content .ze-feed-s-content-p {
    margin-top: 0;
  }
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-container {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-content .ze-feed-s-container {
    flex-wrap: wrap;
  }
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-li {
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-content .ze-feed-s-li {
    margin-top: 0;
    font-size: 14px;
    padding: 0px 10px;
  }
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  background-size: 30px;
  border-radius: 100%;
  border: 1px solid white;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .ze-feed-feed-s .ze-feed-s-content .ze-feed-s-icon {
    width: 50px;
    height: 50px;
    background-size: 24px;
  }
}
.ze-feed-feed-s .ze-feed-s-content .ze-feed-s-li-li {
  margin-top: 20px;
}
.ze-feed-feed-s .ze-feed-button {
  margin-top: 40px;
}
.ze-feed-feed-s .ze-feed-s-button {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.85) !important;
}
.ze-feed-feed-s .ze-feed-s-button:hover {
  background: black;
}

.ze-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 720px) {
  .ze-divider {
    width: 100%;
    float: left;
  }
}

.ze-divider .tabs {
  margin-top: 0;
  padding-top: 30px;
  margin-bottom: 12px !important;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-left: -24px;
}
@media screen and (max-width: 720px) {
  .ze-divider .tabs {
    margin-left: 0;
  }
}
.ze-divider .tabs .indicator {
  display: none;
}

.wwl-overview-header-button {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wwl-overview-header-button .wwl-button-normal {
  color: black !important;
  border: 1px solid white;
  background: white;
  margin-right: 0;
  transform: scale(1);
}
.wwl-overview-header-button .wwl-button-normal:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}

.ze-overview-bonus-container {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 30px;
}
@media screen and (max-width: 720px) {
  .ze-overview-bonus-container {
    width: 100%;
    margin-left: 0;
  }
}
.ze-overview-bonus-container .ze-overview-bonus-item {
  width: 100%;
}
.ze-overview-bonus-container .ze-overview-bonus-item .ze-overview-bonus-item-pic {
  width: 100%;
  text-align: center;
}
.ze-overview-bonus-container .ze-overview-bonus-item .ze-overview-bonus-item-pic img {
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.ze-overview-bonus-container .ze-overview-bonus-item .ze-overview-bonus-item-header {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.65);
}
.ze-overview-bonus-container .ze-overview-bonus-item .ze-overview-bonus-item-price {
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.ze-feed-bonRow {
  margin-top: 0px;
  margin-bottom: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}

.ze-overview-owner-container {
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.ze-overview-owner-container .ze-overview-owner-pic {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  height: 90px;
}
.ze-overview-owner-container .ze-overview-owner-pic img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ze-overview-owner-container .ze-overview-owner-name {
  font-size: 22px;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 14px;
}

.ze-feed-items-controller {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (max-width: 720px) {
  .ze-feed-items-controller {
    width: 96%;
  }
}
.ze-feed-items-controller .wwl-button-primary, .ze-feed-items-controller .wwl-button {
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 32px;
}

.ze-feed-link-container {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-left: auto;
  margin-right: auto;
  background: #6c73a9;
  padding: 16px;
  border-radius: 7px;
}
.ze-feed-link-container .wwl-button {
  height: 26px !important;
  padding: 0 12px;
  line-height: 26px !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  border-radius: 32px;
}

.ze-link-link-container {
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 32px;
  width: 100%;
  padding: 7px 5px;
  align-items: center;
  position: relative;
}
.ze-link-link-container .wwl-button {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ze-feed-link-tip {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  font-size: 14px;
}

.ze-link-unwrapper {
  display: flex;
}

.ze-link-link {
  font-weight: bold;
}

.wwl-control-header {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  height: 60px;
  z-index: 22;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 720px) {
  .wwl-control-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wwl-control-header .wwl-control-unwrapper .wwl-button-primary {
  line-height: 37px !important;
  height: 36px !important;
  padding: 0 26px;
}
.wwl-control-header .wwl-control-unwrapper .wwl-control-left {
  cursor: pointer;
}
.wwl-control-header .wwl-control-unwrapper .wwl-control-left .material-icons {
  position: relative;
  top: 7px;
  padding: 0;
}

.ze-feed-delete {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-size: 14px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  left: 12px;
}

.ze-feed-item-edit {
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-size: cover;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-left: 7px;
}

.ze-link-bg {
  background: #6c73a9;
  padding-top: 4px;
}
@media screen and (max-width: 720px) {
  .ze-link-bg {
    padding-top: 40px;
  }
}

.marketplace-wwl {
  width: 100%;
  float: left;
  padding-top: 18px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.marketplace-wwl .bboard-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: flex-start;
}
.marketplace-wwl .bboard-container .bboard-ad, .marketplace-wwl .bboard-container .bboard-add {
  width: 220px;
  min-height: 270px;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 3px 26px 0 rgba(36, 50, 66, 0.15);
  border-radius: 7px;
  background-color: #fff;
  transition: box-shadow 225ms;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
.marketplace-wwl .bboard-container .bboard-ad:hover, .marketplace-wwl .bboard-container .bboard-add:hover {
  box-shadow: 0 20px 35px 0 rgba(36, 50, 66, 0.1);
}
@media screen and (max-width: 1260px) {
  .marketplace-wwl .bboard-container .bboard-ad, .marketplace-wwl .bboard-container .bboard-add {
    width: 31%;
  }
}
@media screen and (max-width: 950px) {
  .marketplace-wwl .bboard-container .bboard-ad, .marketplace-wwl .bboard-container .bboard-add {
    width: 48%;
  }
}
@media screen and (max-width: 570px) {
  .marketplace-wwl .bboard-container .bboard-ad, .marketplace-wwl .bboard-container .bboard-add {
    width: 100%;
  }
}
.marketplace-wwl .bboard-container .bboard-ad .ze-feed-status, .marketplace-wwl .bboard-container .bboard-add .ze-feed-status {
  width: 100%;
  float: left;
  padding: 18px 20px;
  padding-top: 0px;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-ad-delete, .marketplace-wwl .bboard-container .bboard-add .bboard-ad-delete {
  position: absolute;
  right: 10px;
  top: 48px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-ad-delete:hover, .marketplace-wwl .bboard-container .bboard-add .bboard-ad-delete:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-ad-edit, .marketplace-wwl .bboard-container .bboard-add .bboard-ad-edit {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-ad-edit:hover, .marketplace-wwl .bboard-container .bboard-add .bboard-ad-edit:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-img, .marketplace-wwl .bboard-container .bboard-add .bboard-img {
  width: 100%;
  float: left;
  height: 170px;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  padding-bottom: 0;
  box-sizing: border-box;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-img img, .marketplace-wwl .bboard-container .bboard-add .bboard-img img {
  max-width: 100%;
  max-height: 100%;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-header, .marketplace-wwl .bboard-container .bboard-add .bboard-header {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 18px 20px;
  box-sizing: border-box;
  font-weight: 400;
  padding-bottom: 0;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-description, .marketplace-wwl .bboard-container .bboard-add .bboard-description {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 10px 20px;
  box-sizing: border-box;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-link, .marketplace-wwl .bboard-container .bboard-add .bboard-link {
  font-size: 16px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
  padding-top: 0;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-link a, .marketplace-wwl .bboard-container .bboard-add .bboard-link a {
  font-size: 16px;
  color: #12afff;
  text-decoration: none;
}
.marketplace-wwl .bboard-container .bboard-ad .bboard-link a:hover, .marketplace-wwl .bboard-container .bboard-add .bboard-link a:hover {
  color: #00a9ff;
}
.marketplace-wwl .bboard-container .bboard-ad .marketplace-price, .marketplace-wwl .bboard-container .bboard-add .marketplace-price {
  font-size: 18px;
  width: 100%;
  float: left;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: right;
}
.marketplace-wwl .bboard-container .bboard-ad .marketplace-price .marketplace-price-button, .marketplace-wwl .bboard-container .bboard-add .marketplace-price .marketplace-price-button {
  display: inline-block;
  color: white;
  background: #08c;
  margin-top: 10px;
  border-radius: 16px;
  padding: 6px 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.1s linear 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .marketplace-price .marketplace-price-button:hover, .marketplace-wwl .bboard-container .bboard-add .marketplace-price .marketplace-price-button:hover {
  background: #1a5eb1;
  transition: all 0.1s linear 0s;
}
.marketplace-wwl .bboard-container .bboard-ad .marketplace-price span, .marketplace-wwl .bboard-container .bboard-add .marketplace-price span {
  font-size: 11px;
}
.marketplace-wwl .bboard-container .bboard-add {
  text-align: center;
}
.marketplace-wwl .bboard-container .bboard-add .bboard-add-icon {
  background-image: url("../images/web/hc-advertising.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.marketplace-wwl .bboard-container .bboard-add .bboard-add-text {
  text-align: center;
  margin-top: 34px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.marketplace-wwl .bboard-container .bboard-add .bboard-add-plus {
  /*background-image: url('../images/web/hc-plus-button.svg');

  width: 150px;
  height: 150px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;*/
  margin-top: 30px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.marketplace-wwl .bboard-ad, .marketplace .bboard-container .marketplace-wwl .bboard-add, .bboard .bboard-container .marketplace-wwl .bboard-add, .marketplace-wwl .bboard-container .bboard-add {
  background: none;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.marketplace-wwl .bboard-ad:hover, .marketplace .bboard-container .marketplace-wwl .bboard-add:hover, .bboard .bboard-container .marketplace-wwl .bboard-add:hover, .marketplace-wwl .bboard-container .bboard-add:hover {
  box-shadow: none;
}
.marketplace-wwl .bboard-ad .bboard-img, .marketplace .bboard-container .marketplace-wwl .bboard-add .bboard-img, .bboard .bboard-container .marketplace-wwl .bboard-add .bboard-img, .marketplace-wwl .bboard-container .bboard-add .bboard-img {
  background: white;
  box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.marketplace-wwl .bboard-ad .bboard-header, .marketplace .bboard-container .marketplace-wwl .bboard-add .bboard-header, .bboard .bboard-container .marketplace-wwl .bboard-add .bboard-header, .marketplace-wwl .bboard-container .bboard-add .bboard-header {
  color: white;
  text-align: center;
}

.marketplace {
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 720px) {
  .marketplace {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.marketplace .ze-feed-feed-s {
  width: 50%;
  height: 100vh;
  position: fixed;
  top: 0px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 720px) {
  .marketplace .ze-feed-feed-s {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.marketplace .ze-marketplace-itemsContainer {
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .marketplace .ze-marketplace-itemsContainer {
    width: 100%;
    order: 1;
  }
}
.marketplace .bboard-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
}
.marketplace .bboard-container .bboard-ad, .marketplace .bboard-container .bboard-add {
  width: 31%;
  min-height: 200px;
  margin-bottom: 30px;
  box-shadow: none;
  border-radius: 0;
  background-color: none;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 18px 22px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1260px) {
  .marketplace .bboard-container .bboard-ad, .marketplace .bboard-container .bboard-add {
    width: 31%;
  }
}
@media screen and (max-width: 950px) {
  .marketplace .bboard-container .bboard-ad, .marketplace .bboard-container .bboard-add {
    width: 48%;
  }
}
@media screen and (max-width: 570px) {
  .marketplace .bboard-container .bboard-ad, .marketplace .bboard-container .bboard-add {
    width: 100%;
  }
}
.marketplace .bboard-container .bboard-ad .ze-market-locked, .marketplace .bboard-container .bboard-add .ze-market-locked {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  border-radius: 12px;
}
.marketplace .bboard-container .bboard-ad .ze-market-locked .ze-market-locked-container, .marketplace .bboard-container .bboard-add .ze-market-locked .ze-market-locked-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.marketplace .bboard-container .bboard-ad .ze-market-locked .ze-market-locked-container .ze-market-locked-lock, .marketplace .bboard-container .bboard-add .ze-market-locked .ze-market-locked-container .ze-market-locked-lock {
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  border-radius: 100%;
  flex-shrink: 0;
}
.marketplace .bboard-container .bboard-ad .ze-market-locked .ze-market-locked-container .ze-market-locked-remain, .marketplace .bboard-container .bboard-add .ze-market-locked .ze-market-locked-container .ze-market-locked-remain {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  color: white;
  font-weight: 700;
  font-size: 14px;
}
.marketplace .bboard-container .bboard-ad .ze-feed-status, .marketplace .bboard-container .bboard-add .ze-feed-status {
  width: 100%;
  float: left;
  padding: 18px 0;
  padding-top: 0px;
  color: rgba(0, 0, 0, 0.55);
}
.marketplace .bboard-container .bboard-ad .ze-feed-status .input-field, .marketplace .bboard-container .bboard-add .ze-feed-status .input-field {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}
.marketplace .bboard-container .bboard-ad .ze-feed-status .select-wrapper input.select-dropdown, .marketplace .bboard-container .bboard-add .ze-feed-status .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 2rem;
  line-height: 3rem;
  width: 100%;
  font-size: 14px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
  margin-bottom: 0;
}
.marketplace .bboard-container .bboard-ad .bboard-ad-delete, .marketplace .bboard-container .bboard-add .bboard-ad-delete {
  position: absolute;
  right: 10px;
  top: 48px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
.marketplace .bboard-container .bboard-ad .bboard-ad-delete:hover, .marketplace .bboard-container .bboard-add .bboard-ad-delete:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace .bboard-container .bboard-ad .bboard-ad-edit, .marketplace .bboard-container .bboard-add .bboard-ad-edit {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
.marketplace .bboard-container .bboard-ad .bboard-ad-edit:hover, .marketplace .bboard-container .bboard-add .bboard-ad-edit:hover {
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.marketplace .bboard-container .bboard-ad .bboard-img, .marketplace .bboard-container .bboard-add .bboard-img {
  width: 100%;
  float: left;
  height: 180px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  top: 0;
  z-index: 1;
}
.marketplace .bboard-container .bboard-ad .bboard-img a, .marketplace .bboard-container .bboard-add .bboard-img a {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  display: flex;
  background-position: 50%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.marketplace .bboard-container .bboard-ad .bboard-img img, .marketplace .bboard-container .bboard-add .bboard-img img {
  max-width: 100%;
  max-height: 100%;
}
.marketplace .bboard-container .bboard-ad .bboard-header, .marketplace .bboard-container .bboard-add .bboard-header {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 18px 20px;
  box-sizing: border-box;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  flex-grow: 2;
  flex-basis: auto;
  line-height: 20px;
  padding-left: 0;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.marketplace .bboard-container .bboard-ad .bboard-description, .marketplace .bboard-container .bboard-add .bboard-description {
  font-size: 14px;
  width: 100%;
  float: left;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-left: 0;
}
.marketplace .bboard-container .bboard-ad .bboard-link, .marketplace .bboard-container .bboard-add .bboard-link {
  font-size: 16px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
  padding-top: 0;
}
.marketplace .bboard-container .bboard-ad .bboard-link a, .marketplace .bboard-container .bboard-add .bboard-link a {
  font-size: 16px;
  color: #12afff;
  text-decoration: none;
}
.marketplace .bboard-container .bboard-ad .bboard-link a:hover, .marketplace .bboard-container .bboard-add .bboard-link a:hover {
  color: #00a9ff;
}
.marketplace .bboard-container .bboard-ad .marketplace-price, .marketplace .bboard-container .bboard-add .marketplace-price {
  font-size: 18px;
  width: 100%;
  float: left;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: 500;
  text-align: right;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-basis: 0;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.marketplace .bboard-container .bboard-ad .marketplace-price .marketplace-price-button, .marketplace .bboard-container .bboard-add .marketplace-price .marketplace-price-button {
  display: inline-block;
  color: black;
  margin-top: 10px;
  border-radius: 16px;
  padding: 6px 0;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.1s linear 0s;
  flex-shrink: 0;
  padding-right: 0;
  padding-left: 0;
}
.marketplace .bboard-container .bboard-ad .marketplace-price .marketplace-price-button:hover, .marketplace .bboard-container .bboard-add .marketplace-price .marketplace-price-button:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.1s linear 0s;
}
.marketplace .bboard-container .bboard-ad .marketplace-price span, .marketplace .bboard-container .bboard-add .marketplace-price span {
  font-size: 11px;
}
.marketplace .bboard-container .bboard-add {
  text-align: center;
}
.marketplace .bboard-container .bboard-add .bboard-add-icon {
  background-image: url("../images/web/hc-advertising.svg");
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.marketplace .bboard-container .bboard-add .bboard-add-text {
  text-align: center;
  margin-top: 34px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}
.marketplace .bboard-container .bboard-add .bboard-add-plus {
  /*background-image: url('../images/web/hc-plus-button.svg');

  width: 150px;
  height: 150px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;*/
  margin-top: 30px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.marketplace .ze-bboard-meta {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: none;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.marketplace .ze-bboard-meta .ze-bboard-sub-meta {
  width: 100%;
  float: left;
  display: flex;
  align-items: baseline;
}
.marketplace .bboard-ad:hover, .bboard .bboard-container .marketplace .bboard-add:hover, .marketplace-wwl .bboard-container .marketplace .bboard-add:hover, .marketplace .bboard-container .bboard-add:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.marketplace .bboard-ad .bboard-header, .bboard .bboard-container .marketplace .bboard-add .bboard-header, .marketplace-wwl .bboard-container .marketplace .bboard-add .bboard-header, .marketplace .bboard-container .bboard-add .bboard-header {
  color: rgba(0, 0, 0, 0.88);
  font-size: 22px;
  font-weight: 700;
}

#window_page_market {
  width: 100%;
  float: left;
}

.ze-marketplace-macroHeader {
  width: 50%;
}
@media screen and (max-width: 720px) {
  .ze-marketplace-macroHeader {
    width: 100%;
    order: 2;
  }
}

.ze-marketplace-sell {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  position: relative;
  padding: 20px;
  padding-right: 0;
}

.marketplace-container {
  flex-wrap: wrap;
}

.ze-post-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 34px;
  text-align: center;
  width: 100%;
}

.ze-post-description {
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.ze-post-img {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.ze-post-img img {
  width: 100%;
}

.ze-post-metaHeader {
  width: 100%;
}

.ze-market-select-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
.ze-market-select-container::-webkit-scrollbar {
  width: 0px;
  height: 4px;
}
.ze-market-select-container:hover::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}
.ze-market-select-container::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
}
.ze-market-select-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 0px solid rgba(0, 0, 0, 0.1);
  height: 4px;
}
.ze-market-select-container .ze-market-select-icon {
  margin-right: 17px;
  margin-left: 3px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid #4f8fe000;
  border-radius: 7px;
  opacity: 0.3;
  cursor: pointer;
}
.ze-market-select-container .ze-market-select-icon img {
  width: 67%;
}
.ze-market-select-container .ze-market-icon-selected {
  background: white;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.services {
  width: 100%;
  float: left;
  padding-top: 0px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: -8px;
}
.services .services-container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding-top: 8px;
  align-items: baseline;
}
.services .services-container .services-ad {
  width: 450px;
  height: 90px;
  margin-bottom: 30px;
  box-shadow: 0 3px 26px 0 rgba(36, 50, 66, 0.15);
  border-radius: 7px;
  background-color: #fff;
  transition: box-shadow 225ms;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.services .services-container .services-ad:hover {
  box-shadow: 0 20px 35px 0 rgba(36, 50, 66, 0.1);
}
@media screen and (max-width: 950px) {
  .services .services-container .services-ad {
    width: 48%;
  }
}
@media screen and (max-width: 570px) {
  .services .services-container .services-ad {
    width: 100%;
  }
}
.services .services-container .services-ad .services-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 50%;
  padding-left: 12px;
  box-sizing: border-box;
  padding-right: 0;
  flex-shrink: 0;
  padding-top: 6px;
}
.services .services-container .services-ad .services-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
.services .services-container .services-ad .services-body {
  height: 55px;
  overflow: hidden;
  margin-bottom: 5px;
}
.services .services-container .services-ad .services-body .services-header {
  font-size: 14px;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 400;
  padding-top: 0px;
}
.services .services-container .services-ad .services-body .services-description {
  font-size: 13px;
  padding: 10px 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 1px;
  line-height: 16px;
}
.services .services-container .services-ad .services-price {
  font-size: 18px;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: 400;
  padding-bottom: 24px;
  padding-top: 3px;
  align-self: start;
}
.services .services-container .services-ad .services-price span {
  font-size: 11px;
}

.wwl-promo-img {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.02);
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.wwl-promo-img img {
  width: 150px;
}

.wwl-security {
  padding-top: 20px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
}
.wwl-security .wwl-security-row {
  display: flex;
  width: 100%;
  float: left;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 20px;
}
.wwl-security .wwl-security-row .wwl-security-container {
  display: flex;
  flex-wrap: nowrap;
}
.wwl-security .wwl-security-row .wwl-security-container .wwl-security-icon {
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid black;
  opacity: 0.5;
  float: left;
  margin-right: 20px;
  margin-top: 7px;
  flex-shrink: 0;
}
.wwl-security .wwl-security-row .wwl-security-container .wwl-security-content {
  float: left;
}
.wwl-security .wwl-security-row .wwl-security-container .wwl-security-content .wwl-security-header {
  width: 100%;
  float: left;
  font-size: 18px;
}
.wwl-security .wwl-security-row .wwl-security-container .wwl-security-content .wwl-security-description {
  width: 100%;
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.wwl-security .wwl-security-row .wwl-security-switcher {
  justify-self: end;
}

.wwl-verification-multiple {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 20px;
  padding-bottom: 60px;
}
.wwl-verification-multiple input {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: 50px !important;
  flex-shrink: 0;
  text-align: center;
  font-size: 24px !important;
}

.ze-feed, .ze-emails-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow-x: hidden;
  width: 100%;
}
.ze-feed .ze-feed-add, .ze-emails-feed .ze-feed-add {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-bottom: 20px;
}
.ze-feed .ze-feed-add .ze-feed-button, .ze-emails-feed .ze-feed-add .ze-feed-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.ze-feed .ze-feed-add .ze-feed-text, .ze-emails-feed .ze-feed-add .ze-feed-text {
  color: rgba(0, 0, 0, 0.35);
  font-size: 15px;
  width: 100%;
}
.ze-feed .ze-feed-container, .ze-emails-feed .ze-feed-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*margin-left: -20px;*/
  /*width: 100%;*/
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-container, .ze-emails-feed .ze-feed-container {
    margin-left: 0;
  }
}
.ze-feed .ze-feed-feed, .ze-emails-feed .ze-feed-feed {
  /*margin-top: 16px;
  margin-bottom: 20px;
  border-radius: 7px;*/
  background-color: white;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.ze-feed .ze-feed-feed:nth-child(1) .ze-feed-user, .ze-emails-feed .ze-feed-feed:nth-child(1) .ze-feed-user {
  top: 48px;
}
.ze-feed .ze-feed-feed .feed-post-filter, .ze-emails-feed .ze-feed-feed .feed-post-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 1;
}
.ze-feed .ze-feed-feed .ze-feed-delete, .ze-emails-feed .ze-feed-feed .ze-feed-delete {
  position: absolute;
  right: 20px;
  top: 64px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
.ze-feed .ze-feed-feed .ze-feed-delete:hover, .ze-emails-feed .ze-feed-feed .ze-feed-delete:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed .ze-feed-feed .ze-feed-edit, .ze-emails-feed .ze-feed-feed .ze-feed-edit {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
.ze-feed .ze-feed-feed .ze-feed-edit:hover, .ze-emails-feed .ze-feed-feed .ze-feed-edit:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed .ze-feed-feed .ze-feed-user, .ze-emails-feed .ze-feed-feed .ze-feed-user {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  padding: 20px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  flex-shrink: 0;
  padding-top: 0;
}
.ze-feed .ze-feed-feed .ze-feed-user .ze-feed-user-img, .ze-emails-feed .ze-feed-feed .ze-feed-user .ze-feed-user-img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  margin-right: 7px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ze-feed .ze-feed-feed .ze-feed-user .ze-feed-user-name, .ze-emails-feed .ze-feed-feed .ze-feed-user .ze-feed-user-name {
  font-size: 13px;
  color: white;
  font-weight: 500;
}
.ze-feed .ze-feed-feed .ze-feed-user .ze-feed-date, .ze-emails-feed .ze-feed-feed .ze-feed-user .ze-feed-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 14px;
}
.ze-feed .ze-feed-feed .ze-feed-status, .ze-emails-feed .ze-feed-feed .ze-feed-status {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  padding: 0 20px;
  width: 100%;
  float: left;
}
.ze-feed .ze-feed-feed .ze-feed-status .input-field, .ze-emails-feed .ze-feed-feed .ze-feed-status .input-field {
  display: inline-block;
  margin: 0;
}
.ze-feed .ze-feed-feed .ze-feed-status .input-field input, .ze-emails-feed .ze-feed-feed .ze-feed-status .input-field input {
  margin: 0;
  border: 0;
  font-style: italic;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.ze-feed .ze-feed-feed .ze-feed-status .input-field .select-wrapper .caret, .ze-emails-feed .ze-feed-feed .ze-feed-status .input-field .select-wrapper .caret {
  fill: rgba(0, 0, 0, 0.4);
}
.ze-feed .ze-feed-feed .ze-feed-img, .ze-emails-feed .ze-feed-feed .ze-feed-img {
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}
.ze-feed .ze-feed-feed .ze-feed-header, .ze-emails-feed .ze-feed-feed .ze-feed-header {
  font-size: 22px;
  width: 100%;
  float: left;
  padding: 20px 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 28px;
  position: relative;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ze-feed .ze-feed-feed .ze-feed-header a, .ze-emails-feed .ze-feed-feed .ze-feed-header a {
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
}
.ze-feed .ze-feed-feed .ze-feed-description, .ze-emails-feed .ze-feed-feed .ze-feed-description {
  font-size: 15px;
  width: 100%;
  float: left;
  padding: 20px 20px;
  box-sizing: border-box;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.ze-feed .ze-feed-feed .ze-feed-social, .ze-emails-feed .ze-feed-feed .ze-feed-social {
  display: none;
  flex-wrap: nowrap;
  width: 100%;
  float: left;
  justify-content: flex-end;
  padding: 20px 20px;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}
.ze-feed .ze-feed-feed .ze-feed-social-share, .ze-emails-feed .ze-feed-feed .ze-feed-social-share {
  width: 26px;
  height: 26px;
  cursor: pointer;
  opacity: 0.4;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
  transition: all 0.2s ease-in-out 0s;
  margin-left: 20px;
}
.ze-feed .ze-feed-feed .ze-feed-social-share:hover, .ze-emails-feed .ze-feed-feed .ze-feed-social-share:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed .ze-feed-feed-1, .ze-emails-feed .ze-feed-feed-1 {
  width: 1080px;
  max-width: 100%;
  width: 30%;
  max-width: auto;
  box-shadow: none;
  background: none;
  height: auto;
  display: flex;
  /*margin-left: 20px;*/
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-1, .ze-emails-feed .ze-feed-feed-1 {
    width: 100%;
    margin-left: 0;
  }
}
.ze-feed .ze-feed-feed-1 .wwl-icon-share-w, .ze-emails-feed .ze-feed-feed-1 .wwl-icon-share-w {
  background-image: url(../images/web/woololo-share.svg);
}
.ze-feed .ze-feed-feed-1 .ze-social-t-w, .ze-emails-feed .ze-feed-feed-1 .ze-social-t-w {
  background-image: url(../images/web/ze-social-t.svg);
}
.ze-feed .ze-feed-feed-1 .ze-social-vk-w, .ze-emails-feed .ze-feed-feed-1 .ze-social-vk-w {
  background-image: url(../images/web/ze-social-vk.svg);
}
.ze-feed .ze-feed-feed-1 .ze-social-f-w, .ze-emails-feed .ze-feed-feed-1 .ze-social-f-w {
  background-image: url(../images/web/ze-social-f.svg);
}
.ze-feed .ze-feed-feed-1 .ze-feed-user, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user {
  position: relative;
  top: 0 !important;
}
.ze-feed .ze-feed-feed-1 .ze-feed-user .ze-feed-user-name, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user .ze-feed-user-name {
  color: rgba(0, 0, 0, 0.7);
}
.ze-feed .ze-feed-feed-1 .ze-feed-user .ze-feed-date, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user .ze-feed-date {
  color: rgba(0, 0, 0, 0.5);
}
.ze-feed .ze-feed-feed-1 .feed-post-filter, .ze-emails-feed .ze-feed-feed-1 .feed-post-filter {
  display: none;
}
.ze-feed .ze-feed-feed-1 .ze-feed-img, .ze-emails-feed .ze-feed-feed-1 .ze-feed-img {
  height: 200px;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-1 .ze-feed-img, .ze-emails-feed .ze-feed-feed-1 .ze-feed-img {
    border-radius: 0;
  }
}
.ze-feed .ze-feed-feed-1 .ze-feed-social, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social {
  position: relative;
  padding-top: 20px;
  opacity: 1;
}
.ze-feed .ze-feed-feed-1 .ze-feed-social a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social a {
  border: none;
  border-radius: 100%;
  padding: 20px;
}
.ze-feed .ze-feed-feed-1 .ze-feed-social-share, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social-share {
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-position-x: 100%;
}
.ze-feed .ze-feed-feed-1 .ze-feed-header, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header, .ze-feed .ze-feed-feed-1 .ze-feed-user, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user, .ze-feed .ze-feed-feed-1 .ze-feed-description, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description, .ze-feed .ze-feed-feed-1 .ze-feed-social, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social, .ze-feed .ze-feed-feed-1 .ze-feed-status, .ze-emails-feed .ze-feed-feed-1 .ze-feed-status {
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-1 .ze-feed-header, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header, .ze-feed .ze-feed-feed-1 .ze-feed-user, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user, .ze-feed .ze-feed-feed-1 .ze-feed-description, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description, .ze-feed .ze-feed-feed-1 .ze-feed-social, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social, .ze-feed .ze-feed-feed-1 .ze-feed-status, .ze-emails-feed .ze-feed-feed-1 .ze-feed-status {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ze-feed .ze-feed-feed-1 .ze-feed-header a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header a, .ze-feed .ze-feed-feed-1 .ze-feed-user a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-user a, .ze-feed .ze-feed-feed-1 .ze-feed-description a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description a, .ze-feed .ze-feed-feed-1 .ze-feed-social a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-social a, .ze-feed .ze-feed-feed-1 .ze-feed-status a, .ze-emails-feed .ze-feed-feed-1 .ze-feed-status a {
  color: rgba(0, 0, 0, 0.85);
}
.ze-feed .ze-feed-feed-1 .ze-feed-header, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header, .ze-feed .ze-feed-feed-1 .ze-feed-description, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description {
  text-align: center;
  text-shadow: none;
}
.ze-feed .ze-feed-feed-1 .ze-feed-header, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  word-break: break-word;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 12px;
  padding-top: 0;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-1 .ze-feed-header, .ze-emails-feed .ze-feed-feed-1 .ze-feed-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ze-feed .ze-feed-feed-1 .ze-feed-description, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description {
  font-size: 16px;
  margin-top: 14px;
  line-height: 28px;
  font-size: 15px;
  margin-top: 0px;
  line-height: 26px;
  padding-bottom: 4px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-1 .ze-feed-description, .ze-emails-feed .ze-feed-feed-1 .ze-feed-description {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
  }
}
.ze-feed .ze-feed-feed-5, .ze-emails-feed .ze-feed-feed-5 {
  width: 40%;
  width: 100%;
  box-shadow: none;
  background: none;
  height: 600px;
  align-content: center;
}
.ze-feed .ze-feed-feed-5 .ze-feed-img, .ze-emails-feed .ze-feed-feed-5 .ze-feed-img {
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 1;
}
.ze-feed .ze-feed-feed-5 .ze-feed-header, .ze-emails-feed .ze-feed-feed-5 .ze-feed-header, .ze-feed .ze-feed-feed-5 .ze-feed-user, .ze-emails-feed .ze-feed-feed-5 .ze-feed-user, .ze-feed .ze-feed-feed-5 .ze-feed-description, .ze-emails-feed .ze-feed-feed-5 .ze-feed-description, .ze-feed .ze-feed-feed-5 .ze-feed-social, .ze-emails-feed .ze-feed-feed-5 .ze-feed-social, .ze-feed .ze-feed-feed-5 .ze-feed-status, .ze-emails-feed .ze-feed-feed-5 .ze-feed-status {
  padding-left: 80px;
  padding-right: 80px;
  z-index: 2;
  color: white;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-5 .ze-feed-header, .ze-emails-feed .ze-feed-feed-5 .ze-feed-header, .ze-feed .ze-feed-feed-5 .ze-feed-user, .ze-emails-feed .ze-feed-feed-5 .ze-feed-user, .ze-feed .ze-feed-feed-5 .ze-feed-description, .ze-emails-feed .ze-feed-feed-5 .ze-feed-description, .ze-feed .ze-feed-feed-5 .ze-feed-social, .ze-emails-feed .ze-feed-feed-5 .ze-feed-social, .ze-feed .ze-feed-feed-5 .ze-feed-status, .ze-emails-feed .ze-feed-feed-5 .ze-feed-status {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ze-feed .ze-feed-feed-5 .ze-feed-header, .ze-emails-feed .ze-feed-feed-5 .ze-feed-header, .ze-feed .ze-feed-feed-5 .ze-feed-description, .ze-emails-feed .ze-feed-feed-5 .ze-feed-description {
  text-align: center;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
}
.ze-feed .ze-feed-feed-5 .ze-feed-header, .ze-emails-feed .ze-feed-feed-5 .ze-feed-header {
  font-size: 68px;
  font-weight: 700;
  line-height: 74px;
  word-break: break-word;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-5 .ze-feed-header, .ze-emails-feed .ze-feed-feed-5 .ze-feed-header {
    font-size: 32px;
    line-height: 38px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ze-feed .ze-feed-feed-5 .ze-feed-description, .ze-emails-feed .ze-feed-feed-5 .ze-feed-description {
  font-size: 16px;
  margin-top: 24px;
  line-height: 28px;
}
.ze-feed .ze-feed-feed-4, .ze-emails-feed .ze-feed-feed-4 {
  width: 90%;
  box-shadow: 0 0px 20px 0 rgba(36, 50, 66, 0.2);
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-4, .ze-emails-feed .ze-feed-feed-4 {
    width: 100%;
  }
}
.ze-feed .ze-feed-feed-4:hover, .ze-emails-feed .ze-feed-feed-4:hover {
  box-shadow: 0 0px 50px 0 rgba(36, 50, 66, 0.3);
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed .ze-feed-feed-4 .ze-feed-img, .ze-emails-feed .ze-feed-feed-4 .ze-feed-img {
  height: 400px;
}
.ze-feed .ze-feed-feed-2, .ze-emails-feed .ze-feed-feed-2 {
  width: 30%;
  transition: all 0.2s ease-in-out 0s;
  align-content: initial;
  margin-bottom: 60px;
  /*margin-left: 20px;*/
  flex-shrink: 0;
  flex-basis: auto;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-2, .ze-emails-feed .ze-feed-feed-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-feed .ze-feed-feed-2:hover, .ze-emails-feed .ze-feed-feed-2:hover {
  box-shadow: none;
  transition: none;
}
.ze-feed .ze-feed-feed-2 .feed-post-filter, .ze-emails-feed .ze-feed-feed-2 .feed-post-filter {
  display: none;
}
.ze-feed .ze-feed-feed-2 .wwl-icon-share-w, .ze-emails-feed .ze-feed-feed-2 .wwl-icon-share-w {
  background-image: url(../images/web/woololo-share.svg);
}
.ze-feed .ze-feed-feed-2 .ze-social-t-w, .ze-emails-feed .ze-feed-feed-2 .ze-social-t-w {
  background-image: url(../images/web/ze-social-t.svg);
}
.ze-feed .ze-feed-feed-2 .ze-social-vk-w, .ze-emails-feed .ze-feed-feed-2 .ze-social-vk-w {
  background-image: url(../images/web/ze-social-vk.svg);
}
.ze-feed .ze-feed-feed-2 .ze-social-f-w, .ze-emails-feed .ze-feed-feed-2 .ze-social-f-w {
  background-image: url(../images/web/ze-social-f.svg);
}
.ze-feed .ze-feed-feed-2 .ze-feed-user, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user {
  position: relative;
  top: 0 !important;
}
.ze-feed .ze-feed-feed-2 .ze-feed-img, .ze-emails-feed .ze-feed-feed-2 .ze-feed-img {
  height: 460px;
  height: 200px;
  position: relative;
  z-index: 1;
  /*border-top-left-radius: 7px;
  border-top-right-radius: 7px;*/
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-2 .ze-feed-img, .ze-emails-feed .ze-feed-feed-2 .ze-feed-img {
    border-radius: 0;
  }
}
.ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header, .ze-feed .ze-feed-feed-2 .ze-feed-user, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user, .ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description, .ze-feed .ze-feed-feed-2 .ze-feed-social, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social, .ze-feed .ze-feed-feed-2 .ze-feed-status, .ze-emails-feed .ze-feed-feed-2 .ze-feed-status {
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  color: rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header, .ze-feed .ze-feed-feed-2 .ze-feed-user, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user, .ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description, .ze-feed .ze-feed-feed-2 .ze-feed-social, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social, .ze-feed .ze-feed-feed-2 .ze-feed-status, .ze-emails-feed .ze-feed-feed-2 .ze-feed-status {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header, .ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description {
  text-align: left;
  text-shadow: none;
}
.ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header {
  font-size: 34px;
  font-weight: 400;
  line-height: 44px;
  word-break: break-word;
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 12px;
  padding-top: 0;
}
.ze-feed .ze-feed-feed-2 .ze-feed-header a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header a {
  color: rgba(0, 0, 0, 0.85);
}
.ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description {
  font-size: 16px;
  margin-top: 14px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  margin-top: 0px;
  line-height: 26px;
  text-align: left;
}
.ze-feed .ze-feed-feed-2 .ze-feed-social, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social {
  position: relative;
  padding-top: 20px;
  opacity: 1;
}
.ze-feed .ze-feed-feed-2 .ze-feed-social a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social a {
  border: none;
  border-radius: 100%;
  padding: 20px;
}
.ze-feed .ze-feed-feed-2 .ze-feed-social-share, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social-share {
  width: 18px;
  height: 18px;
  background-size: 18px;
}
.ze-feed .ze-feed-feed-2 .ze-feed-user .ze-feed-user-name, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user .ze-feed-user-name {
  color: rgba(0, 0, 0, 0.7);
}
.ze-feed .ze-feed-feed-2 .ze-feed-user .ze-feed-date, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user .ze-feed-date {
  color: rgba(0, 0, 0, 0.5);
}
.ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header, .ze-feed .ze-feed-feed-2 .ze-feed-user, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user, .ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description, .ze-feed .ze-feed-feed-2 .ze-feed-social, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social, .ze-feed .ze-feed-feed-2 .ze-feed-status, .ze-emails-feed .ze-feed-feed-2 .ze-feed-status {
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0;
  padding-bottom: 4px;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-2 .ze-feed-header, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header, .ze-feed .ze-feed-feed-2 .ze-feed-user, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user, .ze-feed .ze-feed-feed-2 .ze-feed-description, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description, .ze-feed .ze-feed-feed-2 .ze-feed-social, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social, .ze-feed .ze-feed-feed-2 .ze-feed-status, .ze-emails-feed .ze-feed-feed-2 .ze-feed-status {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ze-feed .ze-feed-feed-2 .ze-feed-header a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-header a, .ze-feed .ze-feed-feed-2 .ze-feed-user a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-user a, .ze-feed .ze-feed-feed-2 .ze-feed-description a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-description a, .ze-feed .ze-feed-feed-2 .ze-feed-social a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-social a, .ze-feed .ze-feed-feed-2 .ze-feed-status a, .ze-emails-feed .ze-feed-feed-2 .ze-feed-status a {
  color: rgba(0, 0, 0, 0.85);
}
.ze-feed .ze-feed-feed-21, .ze-emails-feed .ze-feed-feed-21 {
  width: 48%;
  height: 460px;
  transition: all 0.2s ease-in-out 0s;
  align-content: center;
  margin-bottom: 60px;
  margin-left: 20px;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-21, .ze-emails-feed .ze-feed-feed-21 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ze-feed .ze-feed-feed-21:hover, .ze-emails-feed .ze-feed-feed-21:hover {
  box-shadow: 0 0px 50px 0 rgba(36, 50, 66, 0.1);
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed .ze-feed-feed-21 .ze-feed-img, .ze-emails-feed .ze-feed-feed-21 .ze-feed-img {
  height: 100%;
  position: absolute;
  z-index: 1;
  /*border-top-left-radius: 7px;
  border-top-right-radius: 7px;*/
}
.ze-feed .ze-feed-feed-21 .ze-feed-header, .ze-emails-feed .ze-feed-feed-21 .ze-feed-header, .ze-feed .ze-feed-feed-21 .ze-feed-user, .ze-emails-feed .ze-feed-feed-21 .ze-feed-user, .ze-feed .ze-feed-feed-21 .ze-feed-description, .ze-emails-feed .ze-feed-feed-21 .ze-feed-description, .ze-feed .ze-feed-feed-21 .ze-feed-social, .ze-emails-feed .ze-feed-feed-21 .ze-feed-social, .ze-feed .ze-feed-feed-21 .ze-feed-status, .ze-emails-feed .ze-feed-feed-21 .ze-feed-status {
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
  color: black;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-21 .ze-feed-header, .ze-emails-feed .ze-feed-feed-21 .ze-feed-header, .ze-feed .ze-feed-feed-21 .ze-feed-user, .ze-emails-feed .ze-feed-feed-21 .ze-feed-user, .ze-feed .ze-feed-feed-21 .ze-feed-description, .ze-emails-feed .ze-feed-feed-21 .ze-feed-description, .ze-feed .ze-feed-feed-21 .ze-feed-social, .ze-emails-feed .ze-feed-feed-21 .ze-feed-social, .ze-feed .ze-feed-feed-21 .ze-feed-status, .ze-emails-feed .ze-feed-feed-21 .ze-feed-status {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ze-feed .ze-feed-feed-21 .ze-feed-header, .ze-emails-feed .ze-feed-feed-21 .ze-feed-header, .ze-feed .ze-feed-feed-21 .ze-feed-description, .ze-emails-feed .ze-feed-feed-21 .ze-feed-description {
  text-align: left;
  text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
}
.ze-feed .ze-feed-feed-21 .ze-feed-header, .ze-emails-feed .ze-feed-feed-21 .ze-feed-header {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.ze-feed .ze-feed-feed-21 .ze-feed-description, .ze-emails-feed .ze-feed-feed-21 .ze-feed-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 28px;
}
.ze-feed .ze-feed-feed-3, .ze-emails-feed .ze-feed-feed-3 {
  width: 30%;
  box-shadow: none;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-feed-3, .ze-emails-feed .ze-feed-feed-3 {
    width: 90%;
  }
}
.ze-feed .ze-feed-feed-3 .ze-feed-img, .ze-emails-feed .ze-feed-feed-3 .ze-feed-img {
  height: 170px;
}
.ze-feed .ze-feed-label, .ze-emails-feed .ze-feed-label {
  display: inline-block;
  position: relative;
  bottom: 5px;
  font-size: 12px;
}
.ze-feed #window_feed_tab, .ze-emails-feed #window_feed_tab, .ze-feed #window_user_feed_tab, .ze-emails-feed #window_user_feed_tab {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ze-feed .ze-feed-items, .ze-emails-feed .ze-feed-items {
  color: white;
  width: 50%;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  .ze-feed .ze-feed-items, .ze-emails-feed .ze-feed-items {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
  }
}
.ze-feed .ze-feed-items .wwl-tutorial, .ze-emails-feed .ze-feed-items .wwl-tutorial {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  overflow-x: hidden;
  box-sizing: border-box;
}
.ze-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-slide, .ze-emails-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-slide {
  width: 100%;
  height: 100%;
  transform: translate3d(100vw, 0, 0);
  transition: transform 0.7s;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 2;
  padding-bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  justify-content: normal;
  align-items: normal;
}
.ze-feed .ze-feed-items .wwl-tutorial .slide-show, .ze-emails-feed .ze-feed-items .wwl-tutorial .slide-show {
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.ze-feed .ze-feed-items .wwl-tutorial .slide-right, .ze-emails-feed .ze-feed-items .wwl-tutorial .slide-right {
  transform: translate3d(100%, 0, 0);
  transition: transform 0.7s;
}
.ze-feed .ze-feed-items .wwl-tutorial .slide-right, .ze-emails-feed .ze-feed-items .wwl-tutorial .slide-right {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.7s;
}
.ze-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-control-left, .ze-emails-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-control-left, .ze-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-control-right, .ze-emails-feed .ze-feed-items .wwl-tutorial .wwl-tutorial-control-right {
  width: 100px;
  position: absolute;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ze-feed .ze-feed-items .marketplace, .ze-emails-feed .ze-feed-items .marketplace {
  height: 100%;
}
.ze-feed .ze-feed-items .marketplace .bboard-container, .ze-emails-feed .ze-feed-items .marketplace .bboard-container {
  height: 100%;
  width: 100%;
}
.ze-feed .ze-feed-items #window_overview_slider, .ze-emails-feed .ze-feed-items #window_overview_slider {
  height: 100% !important;
}
.ze-feed .ze-feed-items .bboard-ad, .ze-emails-feed .ze-feed-items .bboard-ad, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add {
  width: 100%;
  height: 100%;
}
.ze-feed .ze-feed-items .bboard-ad:hover, .ze-emails-feed .ze-feed-items .bboard-ad:hover, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add:hover, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add:hover, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add:hover, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add:hover, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add:hover, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add:hover, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add:hover, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add:hover, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add:hover, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add:hover, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add:hover, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add:hover {
  box-shadow: none;
}
.ze-feed .ze-feed-items .bboard-ad .bboard-header, .ze-emails-feed .ze-feed-items .bboard-ad .bboard-header, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add .bboard-header, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add .bboard-header, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-header, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-header, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .bboard-header, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .bboard-header, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-header, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-header, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add .bboard-header, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add .bboard-header, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-header, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-header {
  font-size: 22px;
  padding-bottom: 20px;
}
.ze-feed .ze-feed-items .bboard-ad .bboard-img, .ze-emails-feed .ze-feed-items .bboard-ad .bboard-img, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add .bboard-img, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add .bboard-img, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-img, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-img, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .bboard-img, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .bboard-img, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-img, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-img, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add .bboard-img, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add .bboard-img, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add .bboard-img, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .bboard-img {
  background: white;
  box-shadow: 0 3px 26px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.ze-feed .ze-feed-items .bboard-ad .marketplace-price, .ze-emails-feed .ze-feed-items .bboard-ad .marketplace-price, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add .marketplace-price, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add .marketplace-price, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .marketplace-price, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .marketplace-price, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add .marketplace-price, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add .marketplace-price, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price {
  padding-bottom: 0px;
  padding-right: 0px;
}
.ze-feed .ze-feed-items .bboard-ad .marketplace-price .marketplace-price-button, .ze-emails-feed .ze-feed-items .bboard-ad .marketplace-price .marketplace-price-button, .ze-feed .ze-feed-items .bboard .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .ze-emails-feed .ze-feed-items .bboard .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .bboard .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button, .bboard .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button, .ze-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .ze-emails-feed .ze-feed-items .marketplace-wwl .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .marketplace-wwl .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button, .marketplace-wwl .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button, .ze-feed .ze-feed-items .marketplace .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .ze-emails-feed .ze-feed-items .marketplace .bboard-container .bboard-add .marketplace-price .marketplace-price-button, .marketplace .bboard-container .ze-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button, .marketplace .bboard-container .ze-emails-feed .ze-feed-items .bboard-add .marketplace-price .marketplace-price-button {
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
}
.ze-feed .ze-feed-items-text, .ze-emails-feed .ze-feed-items-text {
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  width: 100%;
}
.ze-feed .tabs, .ze-emails-feed .tabs {
  background: none;
  color: white;
  margin-bottom: -48px;
  z-index: 2;
  left: 80px;
}
@media screen and (max-width: 720px) {
  .ze-feed .tabs, .ze-emails-feed .tabs {
    left: 0;
  }
}
.ze-feed .tabs a, .ze-emails-feed .tabs a {
  color: white !important;
  font-size: 12px;
  font-weight: 700;
}
.ze-feed .tabs .active, .ze-emails-feed .tabs .active {
  color: white !important;
}
.ze-feed .tabs .indicator, .ze-emails-feed .tabs .indicator {
  background-color: white;
}

.ze-feed-actionBlock {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .ze-feed-actionBlock {
    flex-wrap: wrap;
  }
}

.ze-feed-itemsRow {
  display: flex;
  flex-wrap: nowrap;
  /*width: 100%;*/
  overflow-x: auto;
  z-index: 2;
  position: relative;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  margin-top: 12px;
}
.ze-feed-itemsRow::-webkit-scrollbar {
  height: 3px;
}
.ze-feed-itemsRow:hover::-webkit-scrollbar {
  height: 3px;
}
.ze-feed-itemsRow::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
}
.ze-feed-itemsRow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 0px solid rgba(0, 0, 0, 0.1);
}
.ze-feed-itemsRow .ze-feed-itemsRow-container {
  width: 100%;
  min-width: min-content;
  margin-left: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 720px) {
  .ze-feed-itemsRow .ze-feed-itemsRow-container {
    justify-content: space-between;
    width: 95%;
  }
}

.wwl-overview-balance {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  background: none;
  margin-bottom: 0;
  width: 20%;
  box-sizing: border-box;
  background: none;
  padding: 0;
  border-radius: 4px;
  margin-left: 0;
  padding-top: 0;
}
@media screen and (max-width: 720px) {
  .wwl-overview-balance {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.wwl-balance-balance, .wwl-balance-available {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 720px) {
  .wwl-balance-balance, .wwl-balance-available {
    text-align: center;
    justify-content: center;
  }
}

.wwl-balance-text {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 720px) {
  .wwl-balance-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.wwl-balance-available .wwl-balance-sum {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: -3px;
  line-height: 32px;
}
@media screen and (max-width: 720px) {
  .wwl-balance-available .wwl-balance-sum {
    text-align: center;
  }
}

.wwl-balance-sum {
  margin-bottom: 0px;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  line-height: 50px;
}
@media screen and (max-width: 720px) {
  .wwl-balance-sum {
    text-align: center;
  }
}

.wwl-balance-sum span {
  font-size: 14px;
}

.ze-feed-user-social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-basis: auto;
  justify-items: baseline;
  width: 100%;
  float: left;
}

.ze-feed-user-social-unwrapped .ze-feed-social {
  display: flex !important;
}
.ze-feed-user-social-unwrapped .ze-feed-user {
  display: none !important;
}

.ze-feed-social-more {
  width: 40px;
  height: 80px;
  background-size: 20px;
  background-position: 100% 50%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  padding-top: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  margin-left: 10px;
}
.ze-feed-social-more:hover {
  opacity: 0.77;
  transition: all 0.2s ease-in-out 0s;
}

.ze-feed-itemsRow-item {
  margin-left: auto;
  margin-bottom: 0;
  align-content: flex-start;
  margin-right: auto;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  min-height: 60px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  background: white;
  border-radius: 7px;
  padding: 9px 12px;
  box-sizing: border-box;
  margin-top: 12px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .ze-feed-itemsRow-item {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
  }
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-img {
  background: rgba(0, 0, 0, 0.01);
  width: 100%;
  height: 140px;
  display: flex;
  flex-basis: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  /* border-radius: 7px; */
  box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 50px -24px;
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  flex-grow: 0;
  /* margin-right: 14px; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out 0s;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-img:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 32px 50px -24px;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 720px) {
  .ze-feed-itemsRow-item .ze-feed-itemsRow-item-img {
    height: 120px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-img img {
  max-height: 100%;
  max-width: 100%;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-headerPrice {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex-basis: auto;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  width: 100%;
  align-items: center;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-headerPrice .ze-items-item-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  top: 4px;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-headerPrice .ze-feed-itemsRow-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-headerPrice .ze-feed-itemsRow-icon img {
  width: 100%;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-header {
  text-align: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.79);
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
  font-family: "Montserrat", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  margin-left: 8px;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-price {
  margin-top: 0;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  width: auto;
  text-align: center;
  padding-bottom: 0;
  text-align: left;
  display: flex;
}
.ze-feed-itemsRow-item .ze-feed-itemsRow-item-price span {
  font-size: 18px;
}
.ze-rewards-list {
  padding-top: 0;
  padding-bottom: 0px;
  width: 100%;
  float: left;
}
.ze-rewards-list .caret {
  fill: #0062e8;
  width: 24px;
  height: 24px;
}
.ze-rewards-list .ze-rewards-row {
  display: flex;
  width: 100%;
  float: left;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 20px;
}
.ze-rewards-list .ze-rewards-row .ze-rewards-amount {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.ze-rewards-list .ze-rewards-row .ze-rewards-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-icon {
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid #0062e8;
  opacity: 0.5;
  float: left;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-content {
  float: left;
}
.ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-content .ze-rewards-text {
  width: 100%;
  float: left;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-content .ze-rewards-description {
  width: 100%;
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.ze-flash-content {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 720px) {
  .ze-flash-content {
    margin: 40px auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ze-flash-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 30px;
  cursor: default;
  color: black;
  margin-top: 1.5em;
}
.ze-flash-content p {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  -webkit-margin-before: 1.2em;
  -webkit-margin-after: 1.2em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.ze-flash-content h3 {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 27px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
  margin-top: 0;
  color: black;
}
.ze-flash-content li {
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 31px;
  color: rgba(0, 0, 0, 0.8);
}
.ze-flash-content blockquote {
  display: block;
  -webkit-margin-before: 1.2em;
  -webkit-margin-after: 1.2em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  border-left: 3px solid rgba(0, 0, 0, 0.7);
  color: black;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 31px;
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
}
.ze-flash-content img {
  max-width: 100%;
  display: block;
  -webkit-margin-before: 2.2em;
  -webkit-margin-after: 2.2em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.2em;
  margin-bottom: 2.2em;
}

.ze-flash-header {
  border-bottom: none;
  height: 680px;
  align-items: center;
  margin-bottom: 50px;
}
.ze-flash-header .wwl-overview-header-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.ze-flash-header .wwl-overview-header-wrapper .wwl-overview-header-content {
  text-align: left;
}

.ze-flash-footer {
  box-shadow: none;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 40px;
  text-align: center;
  color: white;
  min-height: 400px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.ze-flash-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ze-night .layout-bg {
  background: rgba(0, 0, 0, 0.88);
}
.ze-night .page ul, .ze-night .page ol {
  color: rgba(255, 255, 255, 0.8);
}
.ze-night .page h1 {
  color: rgba(255, 255, 255, 0.7);
}
.ze-night .page h3 {
  color: rgba(255, 255, 255, 0.7);
}
.ze-night .navbar {
  background: none;
  position: fixed;
}
.ze-night .navbar .userName {
  color: white;
  padding-top: 15px;
  float: right;
  text-align: right;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0s;
}
.ze-night .navbar .menuToggle {
  background-image: url(../images/web/hc-menu-light.png) !important;
}
.ze-night .area .column {
  color: white;
}
.ze-night .area .column .header, .ze-night .area .column .subheader {
  color: white;
}
.ze-night .area .wwl-area-text {
  color: rgba(255, 255, 255, 0.65);
}
.ze-night p {
  color: rgba(255, 255, 255, 0.65);
}
.ze-night .ze-rewards-list .caret {
  fill: #0062e8;
}
.ze-night .ze-rewards-list .ze-rewards-row .ze-rewards-amount {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.ze-night .ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-icon {
  border: 1px solid #0062e8;
}
.ze-night .ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-content .ze-rewards-text {
  color: rgba(255, 255, 255, 0.7);
}
.ze-night .ze-rewards-list .ze-rewards-row .ze-rewards-container .ze-rewards-content .ze-rewards-description {
  color: rgba(255, 255, 255, 0.5);
}
.ze-night .wwl-security .wwl-security-row .wwl-security-container .wwl-security-icon {
  border: 1px solid white;
}
.ze-night .wwl-security .wwl-security-row .wwl-security-container .wwl-security-content .wwl-security-description {
  color: rgba(255, 255, 255, 0.5);
}
.ze-night .wwl-field {
  color: rgba(255, 255, 255, 0.5);
}
.ze-night .recieveAdress {
  background: rgba(255, 255, 255, 0);
}
.ze-night .area .column {
  background: rgba(0, 80, 119, 0.02);
}
.ze-night .header, .ze-night .subheader {
  color: rgba(255, 255, 255, 0.8);
}
.ze-night .wwl-area-text {
  color: rgba(255, 255, 255, 0.65);
}
.ze-night .ze-feed .ze-feed-add, .ze-night .ze-emails-feed .ze-feed-add {
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.ze-night .ze-feed .ze-feed-text, .ze-night .ze-emails-feed .ze-feed-text {
  color: rgba(255, 255, 255, 0.35);
}
.ze-night .wwl-transfer-paymentOption {
  color: rgba(255, 255, 255, 0.5);
}
.ze-night .select-dropdown {
  color: white;
}
.ze-night .input-field .caret {
  fill: white;
}
.ze-night .wwl-button, .ze-night .wwl-button-normal {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5) !important;
}
.ze-night .wwl-transfer {
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
}
.ze-night .wwl-transfer:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ze-goodday .layout-bg {
  background: #f4f4f4;
}

.ze-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding-bottom: 110px;
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 110px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 720px) {
  .ze-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ze-footer .ze-footer-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .ze-footer .ze-footer-container {
    align-items: start;
  }
}
.ze-footer .ze-footer-container .ze-footer-brand {
  width: 30px;
  height: 30px;
  background-image: url(../images/web/ze-symbol-b.svg);
  background-size: 40%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 200px;
  flex-basis: auto;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 720px) {
  .ze-footer .ze-footer-container .ze-footer-brand {
    margin-right: 60px;
  }
}
.ze-footer .ze-footer-container .ze-footer-links {
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .ze-footer .ze-footer-container .ze-footer-links {
    flex-wrap: wrap;
  }
}
.ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link {
  margin-left: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 720px) {
  .ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link {
    width: 100%;
  }
}
.ze-footer .ze-footer-container .ze-footer-links .ze-footer-links-link a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.ze-getStarted {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  height: 70vh;
  background: #f9f9f9;
  background: white;
  position: relative;
  z-index: 4;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.85);
  box-sizing: border-box;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  top: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.ze-getStarted:nth-last-child(1) {
  border-bottom: none;
}
.ze-getStarted .ze-getStarted-container {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.ze-getStarted .ze-getStarted-container .ze-getStarted-header {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.ze-getStarted .ze-getStarted-container .ze-getStarted-description {
  text-align: center;
  padding-top: 30px;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.ze-getStarted .ze-getStarted-container .ze-getStarted-button {
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.ze-getStarted .ze-getStarted-container .ze-getStarted-button .wwl-button-primary {
  margin-right: 0;
}

.ze-getStarted-line {
  height: 220px;
}
.ze-getStarted-line .ze-getStarted-container {
  flex-wrap: nowrap;
}
@media screen and (max-width: 720px) {
  .ze-getStarted-line .ze-getStarted-container {
    flex-wrap: wrap;
  }
}
.ze-getStarted-line .ze-getStarted-container .ze-getStarted-header {
  text-align: left;
}
@media screen and (max-width: 720px) {
  .ze-getStarted-line .ze-getStarted-container .ze-getStarted-header {
    text-align: center;
  }
}
.ze-getStarted-line .ze-getStarted-container .ze-getStarted-button {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .ze-getStarted-line .ze-getStarted-container .ze-getStarted-button {
    text-align: center;
  }
}
.ze-getStarted-line .ze-getStarted-description {
  padding-top: 0;
}
.ze-getStarted-line .ze-getStarted-button {
  padding-top: 0;
}

@media screen and (max-width: 720px) {
  .ze-emails-feed {
    margin-left: 0 !important;
  }
}
.ze-emails-feed .ze-feed-feed .ze-feed-user {
  position: relative;
  top: 0;
  flex-basis: auto;
  flex-shrink: 0;
  padding-top: 0;
  min-width: 50%;
}
.ze-emails-feed .ze-feed-feed .ze-feed-user .ze-feed-user-name {
  color: rgba(0, 0, 0, 0.5);
}
.ze-emails-feed .ze-feed-feed .ze-feed-user .ze-feed-date {
  color: rgba(0, 0, 0, 0.5);
}
.ze-emails-feed .ze-feed-feed .ze-feed-header {
  line-height: 22px;
  padding-top: 12px;
}
.ze-emails-feed .ze-feed-feed .ze-feed-header a {
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
}
.ze-emails-feed .ze-feed-feed .ze-feed-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}
.ze-emails-feed .ze-feed-feed-3 {
  border: 0px solid rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  border-radius: 4px;
}
.ze-emails-feed .ze-feed-feed-3 .ze-feed-img {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ze-emails-feed .ze-feed-feed-3 .statistic {
  padding-left: 20px;
  padding-right: 20px;
}
.ze-emails-feed .ze-feed-feed-3 .statistic a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.65);
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  font-size: 14px;
}
.ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-OPEN, .ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-GOAL, .ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-EXIT {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  display: inline-block;
  margin-right: 10px;
}
.ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-OPEN:before, .ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-GOAL:before, .ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-EXIT:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background-size: cover;
  background-image: url(../images/web/ze-open-mail.svg);
  float: left;
  margin-right: 5px;
  top: 0;
  position: relative;
  opacity: 0.5;
}
.ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-EXIT:before {
  background-image: url(../images/web/ze-exit.svg);
}
.ze-emails-feed .ze-feed-feed-3 .statistic .ze-bucket-statistic-GOAL:before {
  background-image: url(../images/web/ze-goal.svg);
}
.ze-emails-feed .ze-feed-user-date-container {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 5px;
}
.ze-emails-feed .ze-bucket-status-PROCESS, .ze-emails-feed .ze-bucket-status-DONE, .ze-emails-feed .ze-bucket-status-PENDING, .ze-emails-feed .ze-bucket-status-ERROR {
  width: 100%;
  float: left;
  padding: 20px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.ze-emails-feed .ze-bucket-status-PROCESS:before, .ze-emails-feed .ze-bucket-status-DONE:before, .ze-emails-feed .ze-bucket-status-PENDING:before, .ze-emails-feed .ze-bucket-status-ERROR:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #81dc86;
  background-image: none;
  display: inline-block;
  margin-right: 2px;
}
.ze-emails-feed .ze-bucket-status-ERROR:before {
  background-color: #dc8181;
  background-image: none;
}
.ze-emails-feed .ze-bucket-status-PENDING:before {
  background-color: #f3f06a;
  background-image: none;
}
.ze-emails-feed .ze-bucket-status-DONE:before {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/web/ze-tick.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  opacity: 0.5;
}
.ze-emails-feed .ze-feed-feed:nth-child(1) .ze-feed-user {
  top: 0;
}
.ze-emails-feed .ze-bucket-title {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ze-emails-feed .ze-bucket-title .ze-bucket-title-button a {
  display: inline-block;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.ze-bucket-container-row {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.ze-bucket-title-label {
  display: inline-block;
  margin-right: 3px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

.ze-bucket-title-title {
  color: rgba(0, 0, 0, 0.85);
}

.ze-emails-preview {
  height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 0px solid rgba(255, 255, 255, 0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  -webkit-overflow-scrolling: touch;
}
.ze-emails-preview::-webkit-scrollbar {
  width: 3px;
}
.ze-emails-preview:hover::-webkit-scrollbar {
  width: 3px;
}
.ze-emails-preview::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
}
.ze-emails-preview::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 0px solid rgba(0, 0, 0, 0.1);
}
.ze-emails-preview .ze-emails-preview-metadata {
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.02);
  padding: 20px;
}
.ze-emails-preview .ze-emails-preview-container {
  width: 100%;
  float: left;
}
.ze-emails-preview .ze-emails-preview-container .woololo-header {
  min-height: 300px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-size: cover;
  background-position: 50%;
}
.ze-emails-preview .ze-emails-preview-container .woololo-header h1 {
  font-size: 24px;
  line-height: 34px;
  padding-left: 0;
  padding-right: 0;
}
.ze-emails-preview .ze-emails-preview-container .woololo-block {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.ze-emails-preview .ze-emails-preview-container .woololo-block img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dashboard .nav ul li .current, .dashboard .nav ul li .current:hover {
  color: rgba(0, 0, 0, 0.64);
  background: rgba(0, 0, 0, 0.03);
  font-weight: 600;
  border-bottom: none;
}

body {
  background: none !important;
}

.wwl-brand {
  padding: 7px 0px;
  width: 64px;
}

.column-info {
  box-shadow: -1px 2px 10px 1px rgba(36, 50, 66, 0.1) !important;
  margin: 0px;
  padding: 0px 30px;
  max-width: 120%;
  box-sizing: border-box;
  padding-top: 18px;
  padding-bottom: 40px;
  margin-left: -24px;
  margin-bottom: -40px;
  margin-right: -12px;
  display: block;
  margin-top: 40px;
}

.wwl-lot-user-avatar {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  float: left;
}

p {
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  cursor: default;
}

/*.dashboard .nav {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 14px;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
  width: 85%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 7px;
}*/
.wll-dashboard-icon {
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 100%;
  position: relative;
  /* top: 8px; */
}

.wll-page-icon {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 10px;
  /* background-color: #4168ff; */
  /* border-radius: 100%; */
  position: relative;
  /* top: 8px; */
}

.wwl-balance-info {
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 20px;
  cursor: pointer;
  opacity: 1;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0.3);
}
.wwl-balance-info:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out 0s;
}

.wwl-icon-add {
  background-image: url(/images/web/halykcoin-plus-white.svg);
}

.wwl-icon-add-b {
  background-image: url(/images/web/halykcoin-plus.svg);
}

.wwl-icon-send {
  background-image: url(/images/web/halykcoin-out-white.svg);
}

.wwl-icon-receive {
  background-image: url(/images/web/halykcoin-in-white.svg);
}

.wwl-icon-transactions {
  background-image: url(/images/web/halykcoin-history-white.svg);
}

.wwl-icon-invoices {
  background-image: url(/images/web/halykcoin-invoices-white.svg);
}

.wwl-icon-convert {
  background-image: url(/images/web/halykcoin-convert-white.svg);
}

.wwl-icon-info {
  background-image: url(/images/web/halykcoin-info-white.svg);
}

.wwl-icon-send-b {
  background-image: url(/images/web/halykcoin-out.svg);
}

.wwl-icon-receive-b {
  background-image: url(/images/web/halykcoin-in.svg);
}

.wwl-icon-transactions-b {
  background-image: url(/images/web/halykcoin-history.svg);
}

.wwl-icon-invoices-b {
  background-image: url(/images/web/halykcoin-invoices.svg);
}

.wwl-icon-subscription-b {
  background-image: url(/images/web/ze-icon-subscription.svg);
}

.wwl-icon-convert-b {
  background-image: url(/images/web/halykcoin-convert.svg);
}

.wwl-icon-info-b {
  background-image: url(/images/web/halykcoin-info.svg);
}

.wwl-icon-mining-b {
  background-image: url(/images/web/halykcoin-mining.svg);
}

.wwl-icon-buy-b {
  background-image: url(/images/web/halykcoin-buy.svg);
}

.wwl-icon-bonus-b {
  background-image: url(/images/web/halykcoin-bonus.svg);
}

.wwl-icon-bonus-w {
  background-image: url(/images/web/halykcoin-bonus-w.svg);
}

.wwl-icon-home-b {
  background-image: url(/images/web/halykcoin-home.svg);
}

.ze-icon-bank-b {
  background-image: url(/images/web/ze-icon-bank.svg);
}

.ze-icon-edit-b {
  background-image: url(/images/web/ze-icon-pencil.svg);
}

.ze-icon-trash-b {
  background-image: url(/images/web/ze-icon-trash.svg);
}

.wwl-icon-rocket-b {
  background-image: url(/images/web/ze-rocket-b.svg);
}

.wwl-icon-security-b {
  background-image: url(/images/web/halykcoin-security.svg);
}

.wwl-icon-security-w {
  background-image: url(/images/web/halykcoin-security-w.svg);
}

.wwl-icon-user-b {
  background-image: url(/images/web/ze-user.svg);
}

.wwl-icon-down-arrow-w {
  background-image: url(/images/web/ze-down-arrow.svg);
}

.wwl-icon-hlc {
  background-image: url(/images/web/halykcoin-logo-b.svg);
}

.wwl-icon-btc {
  background-image: url(/images/web/hc-btc.png);
}

.wwl-icon-ltc {
  background-image: url(/images/web/hc-ltc.png);
}

.wwl-icon-eth {
  background-image: url(/images/web/hc-eth.png);
}

.wwl-icon-usd-b {
  background-image: url(/images/web/ze-dollar-symbol.svg);
}

.wwl-icon-kzt-b {
  background-image: url(/images/web/ze-kzt-symbol.svg);
}

.wwl-icon-rub-b {
  background-image: url(/images/web/ze-rub-symbol.svg);
}

.wwl-icon-phone-b {
  background-image: url(/images/web/ze-icon-phone.svg);
}

.wwl-icon-phone-w {
  background-image: url(/images/web/ze-icon-phone-w.svg);
}

.wwl-icon-email-b {
  background-image: url(/images/web/ze-icon-email.svg);
}

.wwl-icon-key-b {
  background-image: url(/images/web/ze-icon-key.svg);
}

.wwl-icon-email-filled-b {
  background-image: url(/images/web/ze-icon-email-filled.svg);
}

.wwl-icon-email-w {
  background-image: url(/images/web/ze-icon-email-w.svg);
}

.wwl-icon-gift-w {
  background-image: url(/images/web/ze-icon-gift-w.svg);
}

.wwl-icon-gift-w {
  background-image: url(/images/web/ze-icon-gift-b.svg);
}

.wwl-icon-share-b {
  background-image: url(../images/web/woololo-share.svg);
}

.wwl-icon-share-w {
  background-image: url(../images/web/woololo-share-w.svg);
}

.wwl-icon-f-b {
  background-image: url(../images/web/hc-social-f-b.png);
}

.wwl-icon-t-b {
  background-image: url(../images/web/hc-social-t-b.png);
}

.wwl-icon-vk-b {
  background-image: url(../images/web/hc-social-vk-b.png);
}

.wwl-icon-inst-b {
  background-image: url(../images/web/hc-social-inst-b.svg);
}

.wwl-icon-edit-w {
  background-image: url(../images/web/woololo-edit-icon-white.svg);
}

.wwl-icon-edit-b {
  background-image: url(../images/web/woololo-edit-icon-black.svg);
}

.wwl-icon-delete-w {
  background-image: url(../images/web/halykcoin-close-w.svg);
}

.wwl-icon-delete-b {
  background-image: url(../images/web/halykcoin-close.svg);
}

.ze-social-t-w {
  background-image: url(../images/web/ze-social-t-w.svg);
}

.ze-social-vk-w {
  background-image: url(../images/web/ze-social-vk-w.svg);
}

.ze-social-f-w {
  background-image: url(../images/web/ze-social-f-w.svg);
}

.ze-social-ok-w {
  background-image: url(../images/web/ze-social-ok-w.svg);
}

.ze-icon-more {
  background-image: url(../images/web/ze-more-options.svg);
}

.ze-feed, .ze-emails-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow-x: hidden;
}

.ze-feed .tabs, .ze-emails-feed .tabs, .ze-divider .tabs {
  background: none;
  color: white;
  margin-bottom: 0px;
  z-index: 2;
  left: 0;
}

.ze-feed .tabs .active, .ze-emails-feed .tabs .active, .ze-divider .tabs .active {
  color: rgba(0, 0, 0, 0.8) !important;
}

.ze-feed .tabs a, .ze-emails-feed .tabs a, .ze-divider .tabs a {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 10px;
  font-weight: 700;
}

.ze-feed .ze-feed-feed-5, .ze-emails-feed .ze-feed-feed-5 {
  width: 100%;
  box-shadow: none;
  background: none;
  height: 460px;
  align-content: center;
  margin-bottom: 20px;
  margin-left: 20px;
}

.navbar-overview {
  background: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  height: 60px;
  background: none;
}

.navbar-overview .menuToggle {
  background-image: url(../images/web/ze-menu-w.svg) !important;
}

.navbar-overview .user .userName, .wwl-overview .user .userName {
  color: black;
  padding-top: 14px;
  float: right;
  text-align: right;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}

.navbar-overview .nav-nav .nav-button .nav-button-back {
  background-image: url(../images/web/ze-left-arrow-w.svg);
}

#window_navbar_back_button {
  margin-left: 0;
  margin-right: 0;
}

.navbar-overview .user .userName:hover, .wwl-overview .user .userName:hover {
  opacity: 0.8;
}

.navbar .menuToggle {
  /* display: none; */
  display: block;
  position: relative;
  float: left;
  background-image: url(../images/web/ze-menu-b.svg);
  width: 18px;
  height: 40px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-top: 4px;
  cursor: pointer;
  z-index: 10;
  left: 0;
  background-position: 50%;
  border-radius: 100%;
}
.navbar .menuToggle:hover {
  opacity: 0.8;
}

.wwl-overview .navbar .menuToggle {
  /* display: none; */
  display: block;
  position: relative;
  float: left;
  background-image: url(../images/web/ze-menu-w.svg);
  width: 26px;
  height: 40px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-top: 4px;
  cursor: pointer;
  z-index: 10;
  left: 0;
  background-position: 50%;
  border-radius: 100%;
}
.wwl-overview .navbar .menuToggle:hover {
  opacity: 0.8;
}

.navbar-overview .user, .wwl-overview .user {
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 0;
}

.navbar-overview .user .avatar, .wwl-overview .user .avatar {
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 0;
  border-radius: 100%;
  padding-top: 8px;
}

.wwl-overview .wwl-overview-header .wwl-overview-header-wrapper {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.navbar-overview .ze-nav-nav-title {
  color: white;
}

.ze-nav-nav-title {
  color: black;
  margin-left: 10px;
  margin-top: 14px;
  font-size: 15px;
}

.navbar-overview .user, .wwl-overview .user {
  position: relative;
  cursor: pointer;
  top: 0px;
  right: 0;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}

.navbar-overview .nav-nav .nav-button {
  color: white;
}

.ze-nav-nav-logo {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}

.ze-nav-nav-menu {
  flex-basis: auto;
  flex-grow: 3;
  flex-shrink: 0;
  justify-content: space-evenly;
  align-items: center;
}

.navbar-overview .user .userName, .wwl-overview .user .userName {
  color: white;
  padding-top: 14px;
  float: right;
  text-align: right;
  font-size: 15px;
  margin-right: 10px;
  font-weight: 400;
  transition: all 0.2s ease-in-out 0s;
}

.navbar-overview .user .avatar, .wwl-overview .user .avatar {
  width: 28px;
  height: 28px;
  float: right;
  margin-right: 0;
  border-radius: 100%;
  padding-top: 9px;
}

.navbar-overview .user .avatar img, .wwl-overview .user .avatar img {
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 32px;
}

.ze-u-d-container {
  width: 102%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -2%;
  box-sizing: border-box;
}
.ze-u-d-container .ze-u-d-b-col-1 {
  width: 32%;
}
.ze-u-d-container .ze-u-d-b-col-2 {
  width: 48%;
}
.ze-u-d-container .ze-u-d-b-col-3 {
  width: 64%;
}
.ze-u-d-container .ze-u-d-b {
  background: white;
  border-radius: 7px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  padding: 23px 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 2%;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-header {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-header .ze-u-d-b-header-i {
  width: 40px;
  height: 40px;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-header .ze-u-d-b-header-i img {
  width: 100%;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-header .ze-u-d-b-header-t {
  margin-left: 12px;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-text {
  font-size: 14px;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 14px;
  line-height: 24px;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-controller {
  width: 100%;
  margin-top: 20px;
}
.ze-u-d-container .ze-u-d-b .ze-u-d-b-controller .wwl-button-primary {
  height: 36px !important;
  padding: 4px 40px;
}

.ze-tips {
  display: flex;
}
.ze-tips .ze-tips-icon {
  width: 26px;
  height: 26px;
  background-size: cover;
  flex-shrink: 0;
  margin-top: 5px;
  opacity: 0.6;
}
.ze-tips .ze-tips-text {
  font-size: 13.5px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.8);
}

*,
:before,
:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: radial-gradient(circle at right top, #fdfeff 0%, #ececec 15%, #f7f7f7 32%, #efefef 49%, #fef8ff 63%, #f4f9ff 78%, #fcf7ff 100%), radial-gradient(circle at center, #fdfeff 0%, #ececec 15%, #f7f7f7 32%, #efefef 49%, #fef8ff 63%, #f4f9ff 78%, #fcf7ff 100%);
  background-position: 50% 50%;
  background-size: cover;
  min-height: auto;
  background: rgba(149, 123, 173, 0.05);
  z-index: 1;
}

.wwl-mobile-flex-show {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .wwl-mobile-flex-show {
    display: flex !important;
  }
}

.wwl-mobile-flex-hidden {
  display: flex !important;
}
@media screen and (max-width: 720px) {
  .wwl-mobile-flex-hidden {
    display: none !important;
  }
}

.ze-tips {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  background: #ebeef1;
  border-radius: 7px;
  padding: 16px 16px;
  font-family: "Noto Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*# sourceMappingURL=scss.css.map */
