 input:focus {
     outline-offset: -2px;
 }

 #submitsearch {
     border: 1px solid rgb(138, 134, 134);
     margin-left: -82px;
     padding: 5px;
     border-radius: 19px;
     cursor: pointer;
     padding-left: 10px;
     padding-right: 8px;
     padding-top: 4px;
     display: none;
     box-shadow: 0 0 1px black;
     margin-right: 110px;
 }

 #searchInput {
     width: 78%;
     margin: 10px !important;
     border: 1px solid #000;
     border-radius: 30px;
     font-size: 16px;
     background-color: white;
     background-image: url('../cdn2.iconfinder.com/data/icons/ios-7-icons/50/477210.png');
     background-position: 10px 7px;
     background-repeat: no-repeat;
     padding: 8px 20px 8px 40px;
     -webkit-transition: width 0.8s ease-in-out;
     transition: width 0.8s ease-in-out;
     outline: none;
     opacity: 0.9;
 }

 .share-img {
     height: 0.55rem;
     margin-top: auto;
     margin-bottom: auto;
 }

 .hide-heading {
     display: none;
 }

 .rounded {
     border-radius: .25rem;
 }

 .items-center {
     align-items: center;
 }

 .inline-flex {
     display: inline-flex;
 }

 .bg-blue-500 {
     --tw-bg-opacity: 1;
     background-color: rgb(63 131 248/var(--tw-bg-opacity));
 }

 .font-semibold {
     font-weight: 600;
 }

 .py-2 {
     padding-bottom: .5rem;
     padding-top: .5rem;
 }

 .px-4 {
     padding-left: 1rem;
     padding-right: 1rem;
 }

 .text-white {
     --tw-text-opacity: 1;
     color: rgb(255 255 255/var(--tw-text-opacity));
 }

 .justify-center {
     justify-content: center;
 }

 .justify-center {
     align-items: center;
 }

 .Dont_Copy_AllRummyApp_Com {
     padding-left: 0.3rem;
     padding-right: 0.3rem;
 }

 .Dont_Copy_AllRummyApp_Com img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 90%;
     height: auto;
     object-fit: fill;
     margin-top: 0.3rem;
 }

 .Dont_Copy_AllRummyApp_Com h1 {
     font-size: 0.45rem;
     text-align: center;
     font-weight: 700;
 }

 .Dont_Copy_AllRummyApp_Com h2 {
     font-size: 0.40rem;
     text-align: center;
     font-weight: 700;
 }

 .Dont_Copy_AllRummyApp_Com h3 {
     font-size: 0.35rem;
     text-align: center;
     font-weight: 700;
 }

 .Dont_Copy_AllRummyApp_Com p {
     font-size: 0.3rem;
     margin-top: 0.1rem;
     margin-bottom: .2rem;
     line-height: 0.48rem;
 }

 .Dont_Copy_AllRummyApp_Com ul {
     padding-left: 0.4rem;
 }

 .Dont_Copy_AllRummyApp_Com li {
     font-size: 0.3rem;
     list-style: decimal;
     margin-top: 0.2rem;
     margin-bottom: -0.2rem;
     padding-left: 0.05rem;
     padding-right: 0.3rem;
 }

 .Dont_Copy_AllRummyApp_Com .devider {
     width: 100%;
     border-bottom: 1px solid #606280;
 }

 .Dont_Copy_AllRummyApp_Com a {
     color: red;
 }

 table,
 th,
 td {
     border: 1px solid black;
     text-align: center;
     font-weight: 700;
 }

 .wrap .all-rummy-app-share-link {
     text-align: center;
     padding-top: 0.06rem;
     padding-bottom: 0.9rem;
     padding-left: 0.1rem;
 }

 .wrap .all-rummy-app-share-link span {
     margin: 0.1rem;
     font-size: 0.3rem;
     width: 30%;
     font-weight: 600;
     color: #fff;
     cursor: pointer;
     border: 1px dotted #ff2525;
 }

 .wrap .all-rummy-app-share-link span:hover {
     color: #e9e9e9;
 }

 .all-rummy-app-share-link span:first-child {
     float: left;
     background-color: #08c;
     border-radius: 0.1rem;
 }

 .all-rummy-app-share-link span:nth-child(2) {
     float: left;
     background-color: #25d366;
     border-radius: 0.1rem;
 }

 .all-rummy-app-share-link span:nth-child(3) {
     float: left;
     background-color: #3b5998;
     border-radius: 0.1rem;
 }

 .recomended h2 {
     color: white;
     background-color: #d10000;
     font-size: 0.35rem;
     font-weight: 600;
     text-align: center;
     margin-top: 0.15rem;
     margin: 0 0.05rem;
     border-radius: 0.1rem;
     border: 2px solid #000;
 }

 .telegram {
     transition: .3s;
 }

 .telegram:hover {
     transform: scale(.93);
 }

 .telegram a p i {
     animation: blinking 0.5s infinite;
 }

 @keyframes blinking {
     0% {
         opacity: .5;
     }
     50% {
         opacity: 1;
     }
     100% {
         opacity: .5;
     }
 }