@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.hide-id {
    display: none;
}

.hide-connect {
    display: none;
}

.connect-body {
    padding: 10px 5px 20px;
    color: #f7f7f7;
}

.wallet-close-button {
    text-align: right;
}

.wallet-close-button .far {
    font-size: 25px;
    color: #a3a3a5;
    cursor: pointer;
}

.close-button {
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: space-between;
    background: #141821;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.close-button .far {
    font-size: 21px;
    color: #a3a3a3;
    cursor: pointer;
}

.close-button p {
    color: #1da1f2;
    font-weight: 500;
    font-size: 14px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.connect-body .nav-section {
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: space-between;
    margin: 3px 50px;
    border-radius: 5px;
    padding: 3px 5px;
    background: #acacac;
}

.connect-body .nav-section p {
    color: rgb(65, 65, 244);
    font-weight: 600;
    padding: 3px 45px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
}

.connect-body .nav-section .active-section {
    background: #ffffff;
    border-radius: 5px;
}

.connect-body .qr-box h6 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    margin: 20px 0;
}

.connect-body .qr-box .qr-img {
    padding: 30px 0px;
    text-align: center;
    height: 400px;
    background: url("./images/qr-one.jpeg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.connect-body .qr-box .qr-img p {
    background: #1a1a1ac1;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 10px;
    margin: 8px 0px 0px;
    cursor: pointer;
}

.connect-body .qr-box .qr-img p.error-note {
    margin-top: 100px;
    color: #f53535;
}

.connect-body .qr-box .qr-img p.connect-note {
    color: #5cd754;
}

.connect-body .qr-box .clipboard {
    text-align: center;
    margin: 30px 30px 10px;
    color: #646464;
    font-size: 14px;
    cursor: pointer;
}

.connect-body .wallet-box h6 {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #646464;
    margin: 20px 0;
}

.connect-body .wallet-box .wal-box {
    margin: 20px 0px;
    text-align: center;
}

.connect-body .wallet-box .wal-box p {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    color: #646464;
    margin-top: 8px;
    text-transform: capitalize;
}

.connect-body .wallet-box .wal-box .img-box {
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    margin: auto;
    cursor: pointer;

    box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 0.75);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 0.75);
    -moz-box-shadow: 0px 0px 5px 1px rgba(184, 184, 184, 0.75);
}

.connect-body .wallet-box .wal-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.connect-container {
    padding: 10px 0px;
}

.connect-container h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #717171;
}

.connect-container .button-connect {
    margin: 20px 0 0px;
}

.button-connect .btn {
    background: #1a1c34;
    border: 1px solid #1a1c34;
    padding: 8px 40px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 25px;
    box-shadow: 1px 1px 3px 0px rgba(49, 130, 206, 0.75);
    -webkit-box-shadow: 1px 1px 3px 0px rgba(49, 130, 206, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(49, 130, 206, 0.75);
}

.error-container {
    padding: 20px 10px 10px;
}

.error-connect {
    display: flex;
    flex: auto;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 0px 5px 10px;
    margin-bottom: 0;
}

.error-connect p {
    margin-bottom: 10px;
}

.error-connect p.error-title {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
    text-align: center;
    margin-bottom: 15px;
}

.error-connect p.error-header {
    font-size: 14px;
    font-weight: 500;
    color: #a0aec0;
    text-align: center;
    margin-bottom: 10px;
}

.error-connect p.error-note {
    display: none;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 400;
    color: #f53535;
    text-align: center;
}

.error-connect .btn {
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 15px;
    color: #141821;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 0px;
}

.wallet-image {
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.wallet-img-box.loading {
    border: 3px solid transparent;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    animation: animateBorder 1s linear infinite;
}

.wallet-img-box {
    border: 2px solid #f53535;
    padding: 10px;
    border-radius: 15px;
}

@keyframes animateBorder {
    0% {
        border-color: transparent;
    }

    50% {
        border-color: #3761f9;
    }

    100% {
        border-color: transparent;
    }
}

.wallet-image img {
    width: 60px;
    margin: 0;
    border-radius: 5px;
}

.import-container {
    padding: 5px 5px 20px;
    color: #f7f7f7;
}

.import-note-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.import-note-section .fas {
    color: #f53535;
    margin-left: 8px;
}

.import-note-section p {
    margin-bottom: 8px;
}

.import-note-section p.note-one {
    font-size: 14px;
    font-weight: 400;
    color: #a0aec0;
    text-align: center;
    margin-bottom: 15px;
}

.import-note-section p.note-two {
    font-size: 13px;
    font-weight: 500;
    color: #a0aec0;
    text-align: left;
}

.import-note-section p.note-two .fas {
    font-size: 13px;
}

.import-note-section p.note-two .text-bold {
    font-weight: 600;
    color: #f7f7f7;
}

.import-container .div-display {
    display: none;
}

.import-container .import-nav {
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: space-between;
    margin: 3px 10px;
    border-radius: 10px;
    padding: 3px 5px;
    background: #141821;
}

.import-container .import-nav p {
    color: #a0aec0;
    font-weight: 600;
    padding: 3px 45px;
    margin: 0px;
    font-size: 14px;
    cursor: pointer;
}

.import-container .import-nav .active-section {
    background: #1a202c;
    border-radius: 10px;
}

.import-container .import-header p {
    font-size: 12px;
    font-weight: 500;
    color: #86888d;
    padding: 0;
}

.import-container .form-group {
    padding: 10px 0px 20px;
}

.import-container .form-group textarea {
    text-align: center;
    background: #141821;
    border: 0 solid transparent;
    color: #f7f7f7;
    font-weight: 500;
    font-size: 14px;
    padding: 30px 20px;
    border-radius: 15px;
}

.import-container .form-group textarea::placeholder {
    color: #718096;
}

.import-container .form-group textarea:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #3d4145;
    background: transparent;
}

.import-container .form-group textarea.error {
    animation: shake 0.2s ease-in-out 0s 2;
    box-shadow: 0 0 0.2em #ff0000;
    border: 1px solid #ff0000;
}

@keyframes shake {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

.import-container .button-container .btn {
    width: 70%;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
}

.import-container .button-container .btn.btn-primary {
    border: 2px solid #3761f9;
    color: #ffffff;
    background-color: #3761f9;
}

.import-container .word-counter {
    font-size: 12px;
    color: #717171;
    font-weight: 500;
}

.connect-window {
    position: fixed;
    z-index: 1030;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #01070f;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

/*connect Content/Box */
.connect-window-content {
    color: #f7f7f7;
    background: #1a202c;
    border: 1px solid #2d37488e;
    margin: auto;
    padding: 15px 10px;
    overflow: auto;
    max-height: 98vh;
    overflow-x: hidden;
    border-radius: 20px;
    width: 33%;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
        rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
}

.connect-window-content::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 900px) {
    .connect-body {
        padding: 10px 5px 20px;
        color: #ffffff;
    }

    .wallet-close-button {
        text-align: right;
    }

    .wallet-close-button .far {
        font-size: 25px;
        color: #a3a3a3;
        cursor: pointer;
    }

    .close-button {
        display: flex;
        flex: auto;
        flex-direction: row;
        justify-content: space-between;
        background: #222528;
        padding: 10px 20px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

    .close-button .far {
        font-size: 21px;
        color: #a3a3a3;
        cursor: pointer;
    }

    .close-button p {
        color: #4141f4;
        font-weight: 500;
        font-size: 14px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        letter-spacing: 0.5px;
        cursor: pointer;
    }

    .connect-body .nav-section {
        display: flex;
        flex: auto;
        flex-direction: row;
        justify-content: space-between;
        margin: 3px 50px;
        border-radius: 5px;
        padding: 3px 5px;
        background: #acacac;
    }

    .connect-body .nav-section p {
        color: rgb(65, 65, 244);
        font-weight: 600;
        padding: 3px 45px;
        margin: 0px;
        font-size: 14px;
        cursor: pointer;
    }

    .connect-body .nav-section .active-section {
        background: #ffffff;
        border-radius: 5px;
    }

    .connect-body .qr-box h6 {
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        color: #646464;
        margin: 20px 0;
    }

    .connect-body .qr-box .qr-img {
        padding: 30px 0px;
        text-align: center;
        height: 400px;
        background: url("./images/qr-one.jpeg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    .connect-body .qr-box .qr-img p {
        background: #1a1a1ac1;
        font-size: 17px;
        font-weight: 500;
        padding: 5px 10px;
        margin: 8px 0px 0px;
        cursor: pointer;
    }

    .connect-body .qr-box .clipboard {
        text-align: center;
        margin: 30px 30px 10px;
        font-size: 14px;
    }

    .connect-body .wallet-box h6 {
        text-align: center;
        font-size: 15px;
        margin: 20px 0;
    }

    .connect-body .wallet-box .wal-box {
        margin: 20px 0px;
        text-align: center;
    }

    .connect-body .wallet-box .wal-box p {
        font-size: 11px;
        margin-top: 8px;
    }

    .connect-body .wallet-box .wal-box .img-box {
        height: 40px;
        width: 40px;
    }

    .connect-container {
        padding: 10px 0px;
    }

    .connect-container h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .connect-container .button-connect {
        margin: 20px 0 0px;
    }

    .button-connect .btn {
        padding: 8px 40px;
        font-size: 14px;
    }

    .error-container {
        padding: 20px 10px 10px;
    }

    .error-connect {
        display: flex;
        flex: auto;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
        padding: 0px 5px 10px;
        margin-bottom: 0;
    }

    .error-connect p {
        margin-bottom: 10px;
    }

    .error-connect p.error-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .error-connect p.error-header {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .error-connect p.error-note {
        display: none;
        margin: 8px 0;
        font-size: 13px;
    }

    .error-connect .btn {
        margin-top: 10px;
        font-size: 14px;
    }

    .wallet-image img {
        width: 50px;
        margin: 0;
        border-radius: 5px;
    }

    .import-container {
        padding: 5px 5px 20px;
        color: #ffffff;
    }

    .import-note-section {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .import-note-section p.note-one {
        font-size: 13px;
        font-weight: 400;
        color: #aaaaaa;
        text-align: center;
        margin-bottom: 15px;
    }

    .import-note-section p.note-two {
        font-size: 13px;
        font-weight: 500;
        color: #a3a3a3;
        text-align: left;
    }

    .import-note-section p.note-two .text-bold {
        font-weight: 600;
        color: #ffffff;
    }

    .import-container .import-nav {
        margin: 3px 10px;
        border-radius: 10px;
        padding: 3px 5px;
        background: #222528;
    }

    .import-container .import-nav p {
        padding: 3px 25px;
        margin: 0px;
        font-size: 14px;
        cursor: pointer;
    }

    .import-container .import-header p {
        font-size: 12px;
        font-weight: 500;
        color: #86888d;
        padding: 0;
    }

    .import-container .form-group {
        padding: 10px 0px 20px;
    }

    .import-container .button-container .btn {
        width: 70%;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
    }

    /*connect Content/Box */
    .connect-window-content {
        margin: auto;
        padding: 20px 15px;
        overflow: auto;
        max-height: 98vh;
        overflow-x: hidden;
        border-radius: 20px;
        width: 55%;
    }
}

@media only screen and (max-width: 767px) {

    /*connect Content/Box */
    .connect-window-content {
        margin: auto;
        padding: 15px 10px;
        overflow: auto;
        max-height: 98vh;
        overflow-x: hidden;
        border-radius: 20px;
        width: 65%;
    }
}

@media only screen and (max-width: 540px) {

    /*connect Content/Box */
    .connect-window-content {
        margin: auto;
        padding: 15px 10px;
        overflow: auto;
        max-height: 98vh;
        overflow-x: hidden;
        border-radius: 20px;
        width: 80%;
    }
}

@media only screen and (max-width: 414px) {

    /*connect Content/Box */
    .connect-window-content {
        margin: auto;
        padding: 20px 5px;
        overflow: auto;
        max-height: 98vh;
        overflow-x: hidden;
        border-radius: 20px;
        width: 90%;
    }
}