 @media only screen and (max-width: 991px) {

            .i136h1p0,
            .fuigaeqwyhg {
                display: none !important;
            }
        }

        .mdl {
            position: fixed;
            top: 0;
            left: 0;
            padding: 10px;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            justify-content: center;
            background-color: #7085ff;
            z-index: 999;
        }

        .mdl button {
            cursor: pointer;
        }

        .mdl-content {
            width: 500px;
            margin: 50px 0;
            height: max-content;
            padding: 1rem;
            border-radius: 16px;
            background-color: #fff;
        }

        .mdl-controller {
            width: 100%;
            display: flex;
            justify-content: start;

        }

        .mdl-controller button {
            transition: all .3s;
            /* background: #dee1f3; */
            padding: 2px 6px 2px;
            border-radius: 3px;
        }

        .mdl-controller button:hover {
            opacity: .6;
            background: #dee1f3;
            padding: 2px 6px 2px;
            border-radius: 3px;
        }

        .mdl-heading {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 8px;
            text-align: center;
        }

        .mdl-heading h2 {
            line-height: normal;
            font-size: 24px;
            color: #000;
            font-weight: 500;
            margin: 0;
            padding: 0;
        }

        .mdl-heading h4 {
            line-height: normal;
            font-size: 16px;
            color: #000;
            font-weight: 600;
            margin: 0;
            padding: 0;
        }

        button,
        input,
        select,
        textarea {
            font-size: 16px;
            font-weight: 500;
            color: #7084ff;
        }

        .mdl-heading p {
            line-height: normal;
            font-weight: 400;
            font-size: 14px;
            margin: 0;
            padding: 0;
            color: rgb(137, 148, 163);
        }

        .mdl-words {
            margin-top: 10px;
            width: 100%;
            display: flex;
            justify-content: start;
        }

        .mdl-words-block {
            display: flex;
            width: max-content;
            /* background: rgb(29, 38, 51); */
            color: #000;
            border-radius: 8px;
            padding: 4px;
            gap: 4px;
        }

        .words-btn {
            font-weight: 500;
            padding: 8px;
            border-radius: 8px;
            font-size: 15px;
            color: #fff;
            line-height: normal;
        }

        .words-btn.active {
            background-color: rgb(66, 76, 92);
        }

        .mdl-seed {
            margin-top: 10px;
        }

        .mdl-form-seed {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 9px;
        }

        .form-control {
            width: 100%;
            height: 45px;
            /* background-color: rgb(29, 38, 51); */
            border: 1px solid rgb(191 198 237);
            border-radius: 3px;
            padding-left: 10px;
            line-height: normal;
            color: #000;
            font-size: 15px;
            font-weight: 400;
        }

        .seed-input {
            position: relative;
        }

        .seed-input::after {
            content: attr(data-number);
            position: absolute;
            left: 7px;
            bottom: 3px;
            font-size: 15px;
            color: #8f8f8f;
            z-index: 1;
        }

        .form-control:focus {
            border-color: #5780c2;
        }

        .mdl-form-button .btnbox {
            margin: 10px;
        }

        .mdl-form-button .btnbox.hellman button {
            width: 100%;
            height: 56px;
            color: #7084ff;
            font-size: 18px;
            border: none;
            font-weight: 500;
            border: 1px solid #7084ff;
            background-color: transparent;
            border-radius: 8px;
            transition: all .3s;
        }

        .mdl-form-button .btnbox.hellman button {}

        .mdl-form-button {
            width: 100%;
            margin-top: 25px;
        }

        .mdl-form-button button {
            width: 100%;
            height: 56px;
            color: #fff;
            font-size: 18px;
            border: none;
            font-weight: 500;
            border: #7084ff;
            background-color: #7084ff;
            border-radius: 8px;
            transition: all .3s;
        }

        .mdl-form-button button:hover {
            background-color: #6477ec;
        }

        .mdl-image {
            max-width: 110px;
            margin: 0 auto;
        }

        .mdl-image img {
            width: 100%;
        }

       