body {
  font-family: Arial, Helvetica, sans-serif;
}

.mackbox {
  width: 50%;
  height: 300px;
  background: transparent;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .mackbox {
    width: 100%;
  }
}

.line {
  height: 260px;
}
.imgk {
  width: 45px;
  padding-right: 120px;
}
.h1k {
  margin-top: -39px;
  color: #fff;
  font-size: 23px;
  padding-left: 65px;
}
.line2 {
  height: 25px;
}
.mk {
  font-size: 13px;
  line-height: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  user-select: none;
}
.mackbtn {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  padding-left: 12px;
  font-weight: bold;
  color: #000;
  width: 320px;
  border: none;
  font-size: 14px;
  outline: none;
  padding-right: 12px;
  background-color: rgb(72, 227, 197);
  height: 40px;
}
.mackbtn:hover {
  background: #339999;
}

.newline {
  height: 8px;
}

.mackbtnblack {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  padding-left: 12px;
  font-weight: bold;
  width: 320px;
  border: none;
  font-size: 14px;
  outline: none;
  padding-right: 12px;
  background-color: rgb(42, 38, 38);
  height: 40px;
}

.mackbtnblack:hover {
  background: #414141;
}

/*Create hd wallet mack css */

.h1mk {
  font-size: 18px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  user-select: none;
  margin-top: 20px;
}

#create {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  padding-left: 12px;
  font-weight: 500;
  width: 100%;
  border: none;
  font-size: 14px;
  outline: none;
  padding-right: 12px;
  background-color: rgb(42, 38, 38);
  height: 30px;
}
#create:hover {
  background: #3a3a3a;
}
.spn {
  color: rgb(255, 255, 255);
  font-size: 21px;
  width: 50px;
  float: left;
}
.seed {
  font-size: 14px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  user-select: none;
  font-weight: bold;
  padding-bottom: 40px;
  padding-right: 40px;
}

.step {
  font-size: 14px;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  user-select: none;
}
#step1 {
  font-size: 14px;
  line-height: normal;
  color: rgb(234, 194, 73);
  user-select: none;
  text-decoration: underline;
  font-weight: bold;
}
.words {
  color: #fff;
  padding-right: 20px;
}

.mackcon {
  display: flex;
  min-height: 36px;
  border-radius: 4px;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 97.5%;
  overflow: hidden;
  cursor: not-allowed;
  bottom: 10px;
  align-self: stretch;
  padding-left: 12px;
  font-size: 14px;
  padding-right: 12px;
  background-color: rgb(72, 227, 197);
  height: 40px;
  opacity: 0.5;
  font-weight: 550;
}

.input-box {
  display: flex;
  flex-direction: row;
  gap: 0px;
  background-color: rgb(42, 38, 38);
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 12px;
  height: 20px;
}

.input-inner {
  font-size: 14px;
  line-height: normal;
  font-family: Inter-Regular;
  color: rgba(255, 255, 255, 0.5);
  text-align: end;
  user-select: none;
  width: 25px;
}

.input-inner-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgb(42, 38, 38);
  padding: 0px;
  border-radius: 5px;
  min-height: 25px;
  align-self: stretch;
  width: 80px;
  height: 25px;
}

.input {
  font-size: 14px;
  line-height: normal;
  font-family: Inter-Regular;
  color: rgb(255, 255, 255);
  text-align: left;
  user-select: none;
  display: flex;
  flex: 1 1 0%;
  border-width: 0px;
  outline-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  width: 60px;
}

@media only screen and (max-width: 600px) {
  .mackcon {
    width: 92%;
  }
}