@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500&display=swap");

body {
    height: 100vh;
    background-color: #000;
    margin: 0;
    padding: 0;
    font-family: Lato, sans-serif;
}
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%;
    }
  }
  
.line1{
    height: 10px;
}

@media (min-width: 1400px) {
    .container {
        max-width:1400px
    }
}


.mackbox {
    width: 50%;
    height: 300px;
    background: transparent;
    margin: 0 auto;
    text-align: center;
  }
  
  @media only screen and (max-width: 600px) {
    .mackbox {
      width: 100%;
    }
  }






.ghost{
    font-family: Rubik, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.muted{
    text-align: center;
    color: #b0b0b0;
    font-size: 18px;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-20 {
    margin-top: 5rem;
}
.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}
.flex img{
    width: 120px;
}
.mkbox{

    margin-left: 25px;
    text-align: center;
    color: #fff;
}
a{
    color: #49eacb;
    text-decoration: none;
}

a:hover{
    color: #49eacb;
    text-decoration: underline;
}
.checkbox{
    margin-top: 5px;
    font-size: 20px;
    accent-color: #49eacb;
    transform: scale(1.8);
    border: none;
    outline: none;
    font-size: 1em;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
}

span{
    font-size: 18px;
}

.line2{
    height: 160px;
}

.mackbtn {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding-left: 12px;
    font-weight: 550;
    color: #000;
    width: 400px;
    border: none;
    font-size: 15px;
    outline: none;
    padding-right: 12px;
    background-color: rgb(72, 227, 197);
    height: 55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.mackbtn:hover {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding-left: 12px;
    font-weight: 550;
    color: #000;
    width: 400px;
    border: none;
    font-size: 15px;
    outline: none;
    padding-right: 12px;
    background-color: #8cffe0;
    height: 55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}



.mackbtn1 {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding-left: 12px;
    font-weight: 550;
    color: #8cffe0;
    width: 400px;
    border: 1.5px solid #8cffe0;
    outline: none;
    background: transparent;
    font-size: 15px;
    padding-right: 12px;
    height: 55px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.line3{
    height: 100px;
}
.mkpass{
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 0px;
    margin-right: 90px;
}
.arrow{
    font-size: 35px;
    float: left;
    margin: -10px 30px;
}

.mackinput{
    height: 50px;
    background-color: #131111;
    width: 400px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1.5px solid #393939;
}

@media only screen and (max-width: 600px) {
    .mackinput{
                
                width: 90%;
            }
    }


::placeholder {
    font-size: 18px;
    color: #535353;
    padding: 0px;
}

input{
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
}

.line4{
    height: 200px;
}
.arrow a{
    color: #969696;
}

.arrow a:hover{

    text-decoration: none;
}

.mkimport{
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.line5{
    height: 300px;
}