* {
  margin: 0;
  padding: 0;
}
a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: block;
}
input {
  outline: none;
  border: none;
}
html,
body {
  /* height: 100%; */
  width: 100%;
  -webkit-text-size-adjust: auto !important;
  text-size-adjust: auto !important;
  -moz-text-size-adjust: auto !important;
}
button {
  border: none;
  outline: none;
}
#root {
  letter-spacing: initial !important;
  color: #333333;
  max-width: 430px;
  font-family: "Roboto";
  padding-bottom: 100px;
  min-height: 100vh;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:hover {
}
input,
img {
  border: none;
}
li {
  list-style: none;
}

dl,
ol,
ul,
p {
  margin: unset;
  padding: unset;
}
.alert {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes fade-hide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    background-color: red;
  }
}
.mz-uppercase {
  text-transform: uppercase;
}

.mz-relative {
  position: relative;
}

.mz-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.mz-flex-x {
  display: flex;
  align-items: center;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mz-stroke {
  position: relative;
}
.mz-stroke::after {
  content: attr(data-title);
  -webkit-text-stroke: 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.mz-hide {
  display: none;
}

.fix-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: #fff;
  border-top: 1px solid rgba(244, 245, 253, 1);

  display: flex;
  align-items: center;
  font-family: "Roboto";

  flex-shrink: 0;
  z-index: 5;
}
.fix-bottom a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: rgba(111, 115, 132, 1);
  flex: 1;
  cursor: pointer;
}
.fix-bottom a.active p {
  color: rgba(28, 27, 27, 1);
  font-family: "Roboto-Medium";
}
.fix-bottom .fix-icon {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fix-bottom .fix-icon1 {
  background-image: url("../image/home.png");
}
.fix-bottom .fix-icon2 {
  background-image: url("../image/invite.png");
}
.fix-bottom .fix-icon3 {
  background-image: url("../image/team.png");
}
.fix-bottom .fix-icon4 {
  background-image: url("../image/my.png");
}
.fix-bottom a.active .fix-icon1 {
  background-image: url("../image/home.png");
}
.fix-bottom a.active .fix-icon2 {
  background-image: url("../image/invite.png");
}
.fix-bottom a.active .fix-icon3 {
  background-image: url("../image/team.png");
}
.fix-bottom a.active .fix-icon4 {
  background-image: url("../image/my.png");
}

.font-red {
  color: #77b900;
}

.font-medium {
  font-family: "Roboto-Medium";
}
.limit-width {
  padding: 0 25px;
  box-sizing: border-box;
}
.mt-20 {
  margin-top: 20px;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.mz-title-wrap {
  width: 100%;
  height: 55px;
  background-color: #fff;
  position: relative;
}
.page-title {
  font-family: "Roboto";
  font-size: 20px;
  color: rgba(7, 21, 41, 1);
  text-align: center;
  line-height: 55px;
}

.icon-go {
  width: 8px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  flex-shrink: 0;
}
.relative {
  position: relative;
}

/********************** login  start ********************/

.login-page {
  /*background: url("../image/login-bg.png") no-repeat;*/
  background-size: 100% auto;
  padding-top: 50px;
}
.login-bg {
  background: url("../image/login-bg1.png") no-repeat;
  background-size: 100% auto;
}
.register-bg {
  background: url("../image/login-bg2.png") no-repeat;
  background-size: 100% auto;
}
.login-part {
  /* background-color: #fff; */
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  margin-top: -20px;
  padding: 50px 20px 0;
}
.mz-logo-wrap {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 24px;
  font-family: "Roboto-Bold";

  color: rgba(56, 56, 56, 1);
  margin: 0px 0 40px;
}
.mz-logo-circle {
  width: 60px;
  height: 60px;
  border-radius: 12.8px;
  background: #77b900;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}
.mz-logo-circle img {
  width: 30px;
}
.login-page .mz-btn-wrap {
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.5); */
}
.login-page .mz-btn-wrap .mz-btn {
  flex: 1;
  height: 65px;
  border-radius: 20px;
  font-family: "Roboto";
  color: rgba(158, 158, 158, 1);
  font-size: 20px;
  padding-bottom: 20px;
}
.login-page .mz-btn-wrap .mz-btn p {
  position: relative;
}
.login-page .mz-btn-wrap .mz-btn.active p::after {
  content: "";

  /* background: #fff; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 28.8px;
  height: 4.43px;

  border-radius: 126.3px;
  background: #77b900;
}
.login-page .mz-btn-wrap .mz-btn.active {
  font-family: "Roboto-Bold";
  background: #fff;
  color: #77b900;
  border-radius: 20px 20px 0 0;
}
.login-btn {
  width: 100%;
  height: 50px;
  opacity: 1;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(203, 21, 23, 1) 0%,
    rgba(255, 102, 13, 1) 100%
  );
  box-shadow: 0px 9px 20px rgba(219, 171, 171, 0.24);
  margin: 60px auto 15px;
  color: #fff;
}
.login-btn2 {
  color: rgba(203, 21, 23, 1);
  text-align: center;
  font-size: 14px;
}
.login-form {
}
.login-form .form-item {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  border: 1.34px solid rgba(219, 221, 226, 1);
  font-size: 14px;

  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.login-form .icon {
  height: 100%;
  flex-shrink: 0;
}
.login-form input {
  width: 80%;
  height: 100%;
  color: rgba(166, 166, 166, 1);
  margin-left: 20px;
  font-size: 16px;
}
.login-form span {
  margin-left: 13px;
}
.login-form input::placeholder {
  color: rgba(166, 166, 166, 1);
}
.login-form .input-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-form .icon-eye {
  width: 20px;
  flex-shrink: 0;
  cursor: pointer;
}
/********************** login  end ********************/