@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");html,body {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #404040;
}

/* Hide scrollbars for all browsers */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
    display: none;
}

html,
body,
* {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

#wrapper .box {
    padding: 20px;
    max-width: 375px;
    height: 100vh;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width: 575px) {
    #wrapper .box {
        max-width:100%
    }
}

#wrapper .box form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#wrapper .box form.import input {
    background: #FFF !important;
    border: 0 !important
}

#wrapper .box form .topex {
    padding-bottom: 20px
}

#wrapper .box form .topex .title {
    text-align: center;
    color: #1e1d1f;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px
}

#wrapper .box form .topex .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

#wrapper .box form .topex .steps span {
    width: 47%;
    background: #e0e0e0;
    height: 6px;
    border-radius: 3px
}

#wrapper .box form .topex .steps span.active {
    background: #ff530b;
}

#wrapper .box form .topex p {
    margin-bottom: 30px
}

#wrapper .box form .topex .nums {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 15px
}

#wrapper .box form .topex .nums button {
    width: 50%;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    border-radius: 5px;
    background: transparent;
    color: #818181;
}

#wrapper .box form .topex .nums button.active {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03),0 1px 6px -1px rgba(0,0,0,0.02),0 2px 4px 0 rgba(0,0,0,0.02);
    color: #1E1D1F
}

#wrapper .box form .topex .options {
    display: flex;
    justify-content: space-between;
    border-radius: 12px
}

#wrapper .box form .topex .options button {
    width: 47%;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    border-radius: 12px;
    background: #f5f5f5;
    transition: all 0.3s
}

#wrapper .box form .topex .options button svg {
    margin-right: 3px
}

#wrapper .box form .topex .options button:hover {
    background: #e8e8e8
}

#wrapper .box form .topex .options button.active {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.03),0 1px 6px -1px rgba(0,0,0,0.02),0 2px 4px 0 rgba(0,0,0,0.02);
    color: #1E1D1F
}

#wrapper .box form .topex .inputs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#wrapper .box form .topex .inputs .input {
    position: relative;
    width: 47%;
    margin-bottom: 20px
}

#wrapper .box form .topex .inputs .input input {
    border: 1px solid #d9d9d9 !important;
    height: 47px;
    border-radius: 12px;
    padding-left: 32px;
    padding-right: 50px;
    color: #1e1d1f;
    font-weight: 700;
    width: 100%;
    box-sizing: border-box;
}

#wrapper .box form .topex .inputs .input input:focus {
    border: 1px solid #1E1D1F;
    box-shadow: none;
    outline: 0
}

#wrapper .box form .topex .inputs .input .num {
    position: absolute;
    left: 12px;
    top: 0;
    height: 47px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #818181
}

#wrapper .box form .topex .inputs .input .eye {
    position: absolute;
    right: 12px;
    top: 0;
    height: 47px;
    display: flex;
    align-items: center;
    font-size: 11px;
    z-index: 9999;
    cursor: pointer;
    color: #818181
}

#wrapper .box form .topex .inputs .input .remove {
    position: absolute;
    right: 33px;
    top: 0;
    height: 47px;
    display: none;
    align-items: center;
    font-size: 12px;
    z-index: 9999;
    cursor: pointer;
    color: #cdcdcd
}

#wrapper .box.bg {
    background-image: url(../images/bg.png);
    background-size: cover
}

#wrapper .box.first {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#wrapper .box .top {
    text-align: center
}

#wrapper .box .mid {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

#wrapper .box .mid .logo img {
    width: 126px
}

#wrapper .box .mid .logo2 img {
    width: 130px
}

#wrapper .box .mid p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #818181;
    font-weight: 600;
    font-size: 16px
}

#wrapper .box .bottom .btns {
    margin-bottom: 10px
}

#wrapper .box .bottom .btns:last-child {
    margin-bottom: 0
}

#wrapper .box .bottom .btns button {
    padding: 12px 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    color: #FFF;
    transition: all 0.3s;
    border: 0;
    width: 100%
}

#wrapper .box .bottom .btns button:last-child {
    margin-bottom: 0
}

#wrapper .box .bottom .btns button[type="submit"] {
    background-color: #ff530b
}

#wrapper .box .bottom .btns button[type="submit"]:hover {
    background: #ff6828
}

#wrapper .box .bottom .btns button[type="button"] {
    background: transparent;
    color: #1e1d1f
}

#wrapper .box .bottom .btns button[type="button"]:hover {
    background: #e8e8e8
}

#wrapper .box .bottom .btns button.disabled {
    color: #818181;
    background: #d2cfcd;
    cursor: not-allowed
}

#wrapper .box .bottom .btns button.disabled:hover {
    background: #d2cfcd
}

#wrapper .box .bottom .btns button.disabled:focus {
    background: #d2cfcd
}

/* Bottom section styles for all pages */
#wrapper .box .bottom {
    flex-shrink: 0;
}

#wrapper .box .btns {
    margin-bottom: 10px;
}

#wrapper .box .btns:last-child {
    margin-bottom: 0;
}

#wrapper .box .btns button {
    padding: 0 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    color: #FFF;
    transition: all 0.3s;
    border: 0;
    width: 100%;
    height: 47px;
    font-size: 14px;
}

#wrapper .box .btns button[type="submit"] {
    background-color: #ff530b;
}

#wrapper .box .btns button[type="submit"]:hover {
    background: #ff6828;
}

#wrapper .box .btns button.disabled {
    color: #818181;
    background: #d2cfcd;
    cursor: not-allowed;
}

#wrapper .box .btns button.disabled:hover {
    background: #d2cfcd;
}

#wrapper .box .bottom .link {
    margin-bottom: 10px
}

#wrapper .box .bottom .link:last-child {
    margin-bottom: 0
}

#wrapper .box .bottom .link a {
    padding: 12px 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    color: #FFF;
    transition: all 0.3s
}

#wrapper .box .bottom .link a:last-child {
    margin-bottom: 0
}

#wrapper .box .bottom .link a.submit {
    background-color: #ff530b
}

#wrapper .box .bottom .link a.submit:hover {
    background: #ff6828
}

#wrapper .box .bottom .link a.button {
    background: transparent;
    color: #1e1d1f
}

#wrapper .box .bottom .link a.button:hover {
    background: #e8e8e8
}

/* Password page specific styles */
.password-fields {
    margin-top: 20px;
}

.password-fields .field-label {
    font-weight: 600;
    font-size: 14px;
    color: #1e1d1f;
    margin-bottom: 8px;
    margin-top: 20px;
}

.password-fields .field-label:first-child {
    margin-top: 0;
}

.password-fields .input {
    position: relative;
    margin-bottom: 15px;
}

.password-fields .input input {
    width: 100%;
    height: 47px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 0 50px 0 15px;
    font-size: 14px;
    color: #1e1d1f;
    background: #fff;
    box-sizing: border-box;
}

.password-fields .input input:focus {
    border: 1px solid #1e1d1f;
    outline: none;
    box-shadow: none;
}

.password-fields .input .eye {
    position: absolute;
    right: 15px;
    top: 0;
    height: 47px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #818181;
    font-size: 16px;
    z-index: 9999;
}

/* Fix for words page layout */
#wrapper .box form .inputs {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 100px;
    padding-bottom: 20px;
}

#wrapper .box form .btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 375px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    flex-shrink: 0;
    z-index: 10000;
}

/* Password page layout fixes */
#wrapper .box.password form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#wrapper .box.password form .topex {
    flex-shrink: 0;
    padding-bottom: 20px;
}

#wrapper .box.password form .password-fields {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 100px;
}

#wrapper .box.password form .btns {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 375px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}
