body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

.con1 {
    background: #7084ff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.con1_cont_main_block {
    display: flex;
}

.con1_cont_header_block {
    cursor: pointer;
}

.con1_cont {
    width: 95%;
    max-width: 400px;

    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: rgba(43, 57, 143, 0.4) 0px 40px 80px 0px;
    padding: 0px 20px 20px;
    margin: auto;
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.con1_cont_block {
    padding: 20px 16px;
    background-color: #F2F4F7;
    border: 1px solid transparent;
    border-radius: 6px;
}

.con1_cont_block img {
    width: 24px;
    height: 24px;
}

.me-12 {
    margin-right: 12px;
}

.con1_cont_block, .seep_phase > div {
    cursor: pointer;
}

.seep_phase_block_options {
    min-width: 320px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: white;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 14px;
    color: #43495e;
    z-index: 2;
}

.seep_phase_block_options_onekey {
    min-width: unset;
    border-radius: 10px;
    width: 50%;
}

.seep_phase_block_options_option {
    padding: 8px 8px;

}

.seep_phase_block_options_option:hover {
    background-color: #eef1ff;
}

.seep_phase_col_block_input {
    height: 50px;
}

.seep_phase_col_block_input:focus {
    box-shadow: none;
    border: 1px solid #7084ff;
}

seep_phase_col_block_input_onekey::placeholder {
    color: #cccccc;
}

seep_phase_col_block_input_onekey::-webkit-input-placeholder {
    color: #cccccc;
}

.seep_phase_row {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.seep_phase_col {
    flex: 1 0 30%;
    position: relative;
}

.seep_phase_sb_btn {
    background-color: #697cea;
    border: 0;
    height: 56px;
    font-size: 17px;

}

.seep_phase_sb_btn:hover {
    background-color: #5f72ea;

}

.con1_cont_header_block3 {
    transform: translateX(-10%);
}

.trezor_container_col1 {
    background-color: #f9f9f9;
    border-right: 1px solid #e3e3e3
}

.seep_phase_col_number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #3e495e;
    margin: 5px;
}

.trezor_container_col1_block3 {
    background-color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.spinner {

    width: 30%;

    max-width: 300px;
    max-height: 300px;

    border: 7px solid #f3f3f3;
    border-top: 7px solid #009546;
    border-radius: 100%;
    margin: auto;
    animation: spin 1s infinite linear;
}

.trezor_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.62);
    display: flex;
    flex-direction: column;

}

.trezor_popup_main {
    width: 95%;
    max-width: 700px;

    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: rgba(43, 57, 143, 0.4) 0px 40px 80px 0px;
    padding: 0px 20px 20px;
    margin: auto;
    min-height: 520px;
    display: flex;
    flex-direction: column;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 998px) {
    .trezor_container_col {
        height: fit-content;
    }

    .trezor_container_col2 {
        flex-grow: 1;
    }

}

.ledger_container, .ledger2_container {
    background-color: #131214;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ledger_col {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid transparent;
    font-family: 'Inter', sans-serif !important;
    color: white;
    padding: 20px 0;
}

.ledger_col_block img {
    transition: .2s;
    width: 100%;
    max-width: 200px !important;
}

.ledger_col_block {
    text-align: center;
}

.ledger_col:hover {
    background-color: #191919;
    border: 1px solid #3c3c3c;

    .ledger_col_block img {
        transform: translateY(-20px);
    }

    .ledger_col_block_btn {
        opacity: 1;
    }
}

.ledger_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "DM Mono", serif;
}
.ff-mono {
    font-family: "DM Mono", serif;
}

.ledger_col_block_btn {
    width: 100px;
    height: 40px;
    border-radius: 40px;
    border: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
}
.ledger_col_block_btn2 {
    width: fit-content;
    height: 40px;
    padding: 0 15px;
    border-radius: 40px;
    border: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
    display: flex;
    gap: 10px;
    align-items: center;
}
.ledger2_container_col2 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
.ledger_col_block_btn3 {
    width: fit-content;
    height: 40px;
    padding: 0 15px;
    border-radius: 40px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;

    opacity: 0;
    transition: .3s;
}

.needblock {
    display: flex;
}


.trezor_container {
    display: flex;

    min-height: 100vh;

}

.ledger2_container_col {

    max-width: 350px;
    width: 100%;
    background-color: #bbb0ff;
    background-image: url('/file/images/img/1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.progress {
    background-color: #3c3c3c;
    height: 4px;
    width: 100%;
    position: relative;
    overflow: unset;
}
.step_progress {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px;
    gap: 4px;
}
.num {
    background-color: black;
    color: white;
    padding: 1px 5px;
}
.checkboxblock {
    border: 1px solid #3c3c3c;
    width: fit-content;
}

.textarr_block {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
.textarr {

    background-clip: padding-box;
    background-color: #1b1c1e;
    border: 1px solid #323335;
    border-radius: .25rem;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 400;
    height: calc(3em + 2rem + 4px);
    line-height: 1.5;

    outline: 0;
    overflow: auto;
    padding: .375rem .75rem;
    resize: vertical;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    min-height: 150px !important;
}
.step_progress2 {
    width: 0%;
    left: 0;
    top: 0;
    height: 4px;
    background-color: white;
    border-radius: 0.375rem;
}
.textbtn {
    margin: 0 auto;
    padding: 0;
    font-family: Inter, sans-serif;
    align-items: center;
    background-color: #6257b7;
    border-radius: 8px;
    color: #fafafa;
    cursor: pointer;
    display: flex
;
    font-size: 1rem;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    margin-top: 20px;
    transition: background-color, .2s ease-out;
    width: 50%;
}
.textarr:focus {
    background-color: #1b1c1e;
    box-shadow: none;
    border: 1px solid #323335;

}
.textarr::placeholder {
    color: #575759;
}
.squer {
    padding: 20px 30px;
    border: 1px solid #3c3c3c;
}
@media (max-width: 1200px) {
    .ledger_header {
        position: static;
    }
}

