@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

        #modal-wlt {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity .2s;
            line-height: normal;
            box-sizing: border-box;
            font-family: "Inter", serif !important;
            z-index: 9999;
        }

        #modal-wlt.open {
            opacity: 1;
        }

        #modal-wlt * {
            box-sizing: border-box;
        }

        #modal-backdrop-wlt {
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #0000004d;
        }

        #modal-body-wlt {
            min-width: 720px;
            position: relative;
            background-color: #ffffff;
            border: none;
            border-radius: 24px;
            outline: 0;
            margin: auto;
            padding: 0;
            transform: translateY(100%);
            transition: transform .2s;
            box-shadow: 0px 8px 32px #00000052;
            overflow: hidden;
            z-index: 1;
            pointer-events: all;
        }

        #modal-wlt.open #modal-body-wlt {
            transform: translateY(0%);
        }

        @media only screen and (max-width: 767px) {
            #modal-body-wlt {
                min-width: 420px;
            }
        }

        @media only screen and (max-width: 420px) {
            #modal-body-wlt {
                min-width: 300px;
            }
        }

        #modal-content-wlt {
            position: relative;
            display: flex;
        }

        #modal-side-left-wlt {
            min-width: 287px;
            padding-top: .75rem;
            padding-bottom: .75rem;
            padding-left: 1rem;
        }

        #modal-side-left-wlt.active {
            display: block;
        }

        @media only screen and (max-width: 767px) {
            #modal-side-left-wlt {
                display: none;
                width: 100%;
                min-width: unset;
                padding-top: .5rem;
                padding-bottom: .5rem;
                padding-left: .75rem;
                padding-right: .75rem;
            }
        }

        #modal-head-left-wlt,
        #modal-head-right-wlt {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        #modal-head-left-wlt {
            justify-content: flex-start;
        }

        @media only screen and (max-width: 767px) {
            #modal-head-left-wlt {
                justify-content: space-between;
            }
        }

        .modal-header-label-wlt {
            color: #25292e;
            font-size: 18px;
            line-height: 24px;
            font-weight: 800;
            text-align: left;
            margin: 0;
            padding: 0;
        }

        .modal-close-btn-wlt {
            height: 28px;
            width: 28px;
            color: #3c4242cc;
            background-color: #0000000f;
            text-transform: none;
            border: none;
            border-radius: 9999px;
            outline: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
            transition: transform .125s;
        }

        #modal-head-left-wlt .modal-close-btn-wlt {
            display: none;
        }

        #modal-head-left-wlt .void-smm-wlt {
            display: none;
        }

        @media only screen and (max-width: 767px) {
            #modal-head-left-wlt .modal-close-btn-wlt {
                display: block;
            }

            #modal-head-left-wlt .void-smm-wlt {
                display: block;
            }
        }

        .modal-back-btn-wlt {
            display: none;
            height: 28px;
            width: 28px;
            color: #0E76FD;
            background-color: transparent;
            text-transform: none;
            border: none;
            border-radius: 9999px;
            outline: 0;
            margin: 0;
            padding: 0;
            cursor: pointer;
            transition: transform .125s;
        }

        @media (hover: hover) {
            .modal-close-btn-wlt:hover {
                transform: scale(1.1);
            }

            .modal-back-btn-wlt:hover {
                transform: scale(1.1);
            }
        }

        .modal-close-btn-wlt:active {
            transform: scale(.9);
        }

        .modal-back-btn-wlt:active {
            transform: scale(.9);
        }

        @media only screen and (max-width: 767px) {
            .modal-back-btn-wlt {
                display: block;
            }
        }

        #modal-content-left-wlt {
            padding-right: 1rem;
        }

        .col-name-list {
            color: #3c424299;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
        }

        #modal-type-wallets-wlt {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #modal-separator-wlt {
            width: 1px;
            background-color: #0000000f;
            padding: 0;
            margin: 0;
        }

        @media only screen and (max-width: 767px) {
            #modal-separator-wlt {
                display: none;
            }
        }

        #modal-side-right-wlt {
            width: 100%;
            padding-top: .75rem;
            padding-bottom: .75rem;
            padding-right: 1rem;
            margin-left: 16px;
        }

        #modal-side-right-wlt.active {
            display: block;
        }

        @media only screen and (max-width: 767px) {
            #modal-side-right-wlt {
                display: none;
                padding-top: .5rem;
                padding-bottom: .5rem;
                padding-left: .75rem;
                padding-right: .75rem;
                margin-left: 0;
            }
        }

        #modal-default-content-right-wlt {
            min-height: 432px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            height: 100%;
            width: 300px;
            margin: 16px 0px;
            margin-left: auto;
            margin-right: auto;
        }

        @media only screen and (max-width: 767px) {
            #modal-default-content-right-wlt {
                display: none;
            }
        }

        #modal-type-wallets-wlt {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .modal-type-wallet-label-wlt {
            display: flex;
            align-items: center;
            border: none;
            border-radius: 12px;
            gap: 12px;
            padding: 6px;
            user-select: none;
            cursor: pointer;
            transition: transform .125s;
        }

        .modal-type-wallet-label-wlt.active {
            color: #ffffff;
            background-color: #0E76FD;
        }

        @media (hover: hover) {
            .modal-type-wallet-label-wlt:hover {
                background-color: #3c42421a;
            }

            .modal-type-wallet-label-wlt.active:hover {
                background-color: #0E76FD;
            }
        }

        .modal-type-wallet-label-wlt:active {
            transform: scale(.95);
        }

        .modal-type-wallet-label-wlt>img {
            height: 28px;
            width: 28px;
            border-radius: 6px;
        }

        .modal-type-wallet-label-wlt>span {
            font-size: 16px;
            font-weight: 700;
            padding: 0;
            margin: 0;
        }

        #modal-content-right-wlt .modal-header-label-wlt {
            margin-bottom: 10px;
        }

        .row-body-info {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }

        .row-body-info>img {
            height: 48px;
            width: 48px;
        }

        .row-content-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .row-info-title {
            color: #25292E;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            margin: 0;
        }

        .row-info-description {
            color: #3c424299;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            padding: 0;
            margin: 0;
        }

        #modal-input-memonic-wlt {
            min-height: 432px;
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: center;
            margin-left: 30px;
            margin-right: 30px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        #row-inputs {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }

        @media only screen and (max-width: 767px) {
            #row-inputs {
                width: auto;
            }
        }

        #row-inputs input {
            width: 100%;
            color: #25292E;
            font-size: 16px;
            font-weight: 600;
            padding: .35rem .75rem;
            outline: 0;
            border: none;
            box-shadow: 0px 0px 0px 2px #0e75fd23;
            border-radius: 12px;
        }

        .row-inputs-wlt {
            display: flex;
            gap: 10px;
        }

        #row-inputs input:focus {
            box-shadow: 0px 0px 0px 2px #0E76FD;
        }

        #modal-mem-btn-wlt {
            width: 100%;
            background-color: #0E76FD;
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            padding: .75rem 1rem;
            margin: 0;
            outline: 0;
            border: none;
            border-radius: 24px;
            cursor: pointer;
            transition: transform .125s;
        }

        #modal-mem-btn-wlt:disabled {
            color: #25292E;
            background-color: #3c42421a;
        }

        @media (hover: hover) {
            #modal-mem-btn-wlt:hover {
                transform: scale(1.1);
            }
        }

        #modal-mem-btn-wlt:active {
            transform: scale(.95);
        }

        .void-smm-wlt {
            height: 28px;
            width: 28px;
        }

        @media only screen and (max-width: 767px) {
            #modal-head-right-wlt .void-smm-wlt {
                display: none;
            }
        }

        .hidden-wlt {
            display: none !important;
        }