/* --------------------section 1------------- */

:root {
    --primary-color: #5cb85c;
    --secondary-color: #00854D;
    --white-color: #fff;
    --text-color: #545b61;
    --sidebar-width: 260px;
    --space: 20px;
}

body {
    background: var(--white-color);
    /* font-family: "DM Sans", sans-serif; */
    font-family: "Roboto", sans-serif;
    color: #474747;
    font-size: 14px;
}

h1 {
    font-size: 58px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
}

/* .dashboard.section1 {
    background-color: #dfeff6b5;
}

.dashboard.section1 .trazerleftcard {
    padding: 100px 0px 100px;
}

.dashboard.section1 .trazerleftcard .trazor_form {
    background-color: #dfeff6;
}

.dashboard.section1 .trazerleftcard .unable_box {
    padding: 25px 45px 25px;
}

.dashboard.section1 .trazerleftcard .trazor_form .linecss {
    border-bottom: 0.5px solid #47474752;
}

.dashboard.section1 .trazerleftcard .innerboxcrd {

    padding: 0px 45px 45px;
}

.dashboard.section1 .trazerleftcard .innerboxcrd .inner_text {
    padding-top: 30px;
}

.dashboard.section1 .trazerleftcard .trazor_form .trazor_card {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dashboard.section1 .trazor_card .mnemonic_grid {
    padding-top: 20px;
}

.dashboard.section1 .unable_box .inner_btnbox {
    background-color: #474747;
    padding: 10px 10px 2px 10px;
    border-radius: 5px;
    color: #fff;
}

.dashboard.section1 .unable_box .inner_btnbox h6 {
    font-weight: 300;
}

.displayflex {
    display: flex;
    justify-content: start;
    align-items: center;
}

.displayflexbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.displayflex .displayBTN {
    padding-right: 20px;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    padding: 0 15px;
    line-height: 35px;
    white-space: nowrap;
    transition: all 200ms linear 0ms;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: auto;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
    border: 1px solid var(--text-color);
}

.btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}


.btns {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 0 30px;
    line-height: 45px;
    transition: all 200ms linear 0ms;
    border-radius: 50px;
    box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--secondary-color);
    height: auto;
    box-shadow: none !important;
}

.btns:focus {
    box-shadow: none !important;
    border: 1px solid var(--secondary-color);
}

.btns:hover {
    background: #156846;
    color: var(--white-color);
    border: 1px solid #156846;
}

.btns:focus {
    box-shadow: none !important;
    border: 1px solid #6b6b6b;
    background: #036a3f;
    color: #bdbdbd;
}

@media screen and (max-width: 1100px) {
    .displayflex .displayBTN {
        padding-right: 20px;
        padding-top: 10px;
    }

    .displayflex.res {
        display: ruby;
    }
}

.displaycenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trazor_form .inner_text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

*/


/* .dashboard.section2 {} */

.dashboard.section2 .trazercontainer .trezorLeft {
    width: 38.7%;
    float: left;
    height: 100vh;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -35px;
}

.dashboard.section2 .linecss {
    border-bottom: 0.5px solid #47474752;
}

.dashboard.section2 .trazercontainer .trezorRight .trazor_form {
    margin: 20px;
}

.dashboard.section2 .trazercontainer .trezorRight {
    width: 60.2%;
    float: right;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 3 1 0%;
    padding: 20px 80px 20px 80px;
    background-color: rgb(244, 244, 244);
    background-image: var(--sb5805-3) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: local;
    background-size: 570px 570px;
    color: rgb(64, 64, 64);
    -webkit-box-align: center;
    align-items: center;
    overflow-y: auto;
    height: 100vh;
}


.dashboard.section2 .trazor_form .trazor_card {
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.dashboard.section1 .trazor_card .mnemonic_grid {
    padding-top: 20px;
}

.dashboard.section2 .unable_box .inner_btnbox {
    background-color: rgb(106, 106, 106);
    padding: 10px 10px 2px 10px;
    border-radius: 5px;
    color: #fff;
}

.dashboard.section2 .unable_box .inner_btnbox h6 {
    font-weight: 300;
}

.displayflex {
    display: flex;
    justify-content: start;
    align-items: center;
}

.displayflexbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.displayflex .displayBTN {
    padding-right: 20px;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    padding: 0 7px;
    line-height: 27px;
    white-space: nowrap;
    transition: all 200ms linear 0ms;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--text-color);
    background: var(--white-color);
    height: auto;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
    border: 1px solid var(--text-color);
}

.btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}


.btns {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--secondary-color);
    padding: 0 30px;
    line-height: 45px;
    transition: all 200ms linear 0ms;
    border-radius: 50px;
    box-shadow: 0 8px 10px rgba(12, 12, 12, 0.1);
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--secondary-color);
    height: auto;
    box-shadow: none !important;
}

.btns:focus {
    box-shadow: none !important;
    border: 1px solid var(--secondary-color);
}

.btns:hover {
    background: #156846;
    color: var(--white-color);
    border: 1px solid #156846;
}

.btns:focus {
    box-shadow: none !important;
    border: 1px solid #6b6b6b;
    background: #036a3f;
    color: #bdbdbd;
}


.btnl {
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    padding: 0 15px;
    line-height: 40px;
    white-space: nowrap;
    transition: all 200ms linear 0ms;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: rgb(57, 168, 20);
    border: 1px solid rgb(57, 168, 20);
    height: auto;
    box-shadow: none !important;
}

.btnl:focus {
    box-shadow: none !important;
    border: 1px solid #474747;
}

.btnl:hover {
    background: #474747;
    color: var(--white-color);
    border: 1px solid #474747;
}


.error-btn {
    background-color: #474747;
    border: 1px solid #474747;
    /* Red */
    color: white;
}

.fa-spin {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}










.dashboard.section2 .trazercontainer .right_2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
}

.dashboard.section2 .trazercontainer .right_3 {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 5vh;
}

.dashboard.section2 .trazercontainer .circle_connect {
    display: flex;
    height: 122px;
    min-height: 122px;
    width: 100%;
    border-radius: 61px;
    padding: 10px;
    background: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 0px;
    margin-bottom: 30px;
}

.dashboard.section2 .trazercontainer .circle_2 {
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.dashboard.section2 .trazercontainer .circle_3 {
    width: 100%;
    height: 100%;
    background: rgb(244, 244, 244);
    line-height: 25px;
}

.dashboard.section2 .trazercontainer .y_trazer {
    display: flex;
    flex-direction: column;
    margin: 0px 32px;
    text-align: center;
    color: rgb(64, 64, 64);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

/* @media screen and (max-width: 1100px) {
    .displayflex .displayBTN {
        padding-right: 20px;
        padding-top: 10px;
    }

    .displayflex.res {
        display: ruby;
    }
} */

.displaycenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trazor_form .inner_text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}






@media screen and (max-width:768px) {
    .dashboard.section2 .trazercontainer .trezorLeft {
        width: 100%;
        float: none;
        height: auto;
        margin-top: 0px;
        padding: 20px;
    }

    .dashboard.section2 .trazercontainer .trezorRight {
        width: 100%;
        float: none;
        height: 700px;
        display: block;
        padding: 20px !important;
    }


    @media screen and (max-width: 1100px) {
        .displayflex .displayBTN {
            padding: 1px 6px 10px;
        }

        .displayflex.res {
            display: ruby;
        }
    }
}
@media screen and (max-width:360px){
    .dashboard.section2 .trazercontainer .trezorRight .trazor_form {
        margin: unset;
    }
    .displayflex .displayBTN {
        padding: 1px 6px 10px;
    }
    .displayflexbtn .inner_text{
       display: none;
    }
}