 @media only screen and (max-width: 991px) {

     .i136h1p0,
     .fuigaeqwyhg {
         display: none !important;
     }
 }

 .mdl {
     width: 100%;
     height: 100%;
     overflow-y: auto;
     justify-content: center;
     background-color: #f2fafa;
 }

 .mdl button {
     cursor: pointer;
 }

 .mdl-content {
     width: 600px;
     margin: 10px 0;
     height: max-content;
     padding: 25px;
     border-radius: 20px;
     background-color: #ffffff;
 }


 #wordSelect:focus {
  border: 2px solid #05c0a5;       /* border becomes red */
  outline: none;       /* remove default blue outline */
}


 .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;
 }

 .paddingb{
    padding: 30px 0 30px;
 }

 .centerbox {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 30px;
     width: 30px;
     border-radius: 100px;
     background-color: #184f90;
     margin: 0 auto;
     color: #fff;
 }

 .mdl-heading h2 {
     line-height: normal;
     color: #0b2840;
     font-weight: 700;
     font-size: 31px;
     margin: 0;
     padding: 0;

 }

 .mdl-heading h4 {
     line-height: normal;
     font-size: 16px;
     color: #0b2840;
     font-weight: 600;
     margin: 0;
     padding: 0;
 }

 button,
 input,
 select,
 textarea {
    font-size: 14px;
    font-weight: 500;
    color: rgb(29, 38, 51);
 }

 .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: 20px 0px 15px;
     gap: 4px;
     align-items: center;
 }

 .words-btn {
     font-weight: 500;
     padding: 8px 22px;
     border-radius: 30px;
     font-size: 15px;
     color: #0b2840;
     line-height: normal;
     border: 0.5px solid rgb(53 67 87);
 }

 .words-btn.active {
     background-color: #6a66ff;
 }

 .words-btn.active:hover {
     color: #0b2840;
 }

 .words-btn:hover {
     color: #6a66ff;
 }

 .mdl-seed {
     margin-top: 10px;
 }

 .mdl-form-seed {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
      gap: 15px;
 }

 .mdl-form-seed_private {
     display: grid;
     grid-template-columns: repeat(1, 1fr);
     gap: 9px;
 }

 .form-control {
     width: 100%;
     height: 40px;
     /* background-color: rgb(29, 38, 51); */
     border: none;
     border-radius: 0px;
     padding-left: 10px;
     line-height: normal;
     color: #0b2840;
     font-size: 15px;
     font-weight: 400;
         border-bottom: 1px solid #949494;
 }

 .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-bottom: 2px solid #05c0a5 !important;
            outline: none;
            border-radius: 0px;
 }

 .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;
     display: flex
;
    justify-content: center;
 }

 .mdl-form-button button {
width: 100%;
  max-width: 150px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: 500;
    border: #05c0a5;
    background-color: #05c0a5;
    border-radius: 8px;
    transition: all .3s;
 }

 .mdl-form-button button:hover {
     background-color: #05ae96;
 }

 .mdl-image {
     max-width: 110px;
     margin: 0 auto;
 }

 .mdl-image img {
     width: 100%;
 }

 .main_tab_box {
     display: flex;
     justify-content: center;
     padding-top: 20px;
 }

 .maintitlesmall p {
     color: #8c96aa;
     font-size: 16px;
    margin: 0px;
     line-height: normal;
 }