html {

    overflow-x: hidden;
}

/* Manoj APK and footer polish */
.manoj-apk-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 auto 8px;
    padding: 10px 12px;
    border: 2px solid #ff174c;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #52003a 0%, #e20061 55%, #ffbd2f 100%);
    box-shadow: 0 8px 18px rgba(119, 0, 48, .22);
    font-style: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .65);
}

.manoj-apk-strip span {
    flex: 1;
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
}

.manoj-apk-strip a,
.manoj-footer-apk {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 16px;
    color: #330019 !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff66f 0%, #ffbd2f 50%, #ff5a7e 100%);
    box-shadow: 0 7px 0 rgba(73, 0, 32, .22);
    text-shadow: none;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.manoj-apk-strip a::before,
.manoj-footer-apk::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .45) 48%, transparent 76%);
    transform: translateX(-130%);
    animation: manoj-button-shine 3.4s ease-in-out infinite;
    pointer-events: none;
}

.manoj-apk-strip a:hover,
.manoj-footer-apk:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 10px 18px rgba(94, 0, 45, .24);
}

.manoj-footer {
    margin: 8px auto 4px;
    padding: 13px 12px;
    border: 2px solid #ff174c;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(82, 0, 58, .98), rgba(226, 0, 97, .94) 55%, rgba(255, 189, 47, .92));
    box-shadow: 0 10px 20px rgba(98, 0, 47, .24);
    color: #fff;
    font-style: normal;
    text-align: center;
}

.manoj-footer-brand {
    display: grid;
    gap: 3px;
    margin-bottom: 9px;
}

.manoj-footer-brand strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    text-shadow: 1px 1px 2px #000;
}

.manoj-footer-brand span,
.manoj-footer p {
    color: #fff !important;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .55) !important;
}

.manoj-footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0;
}

.manoj-footer-links a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 7px;
    background: rgba(42, 0, 32, .24);
    text-shadow: 1px 1px 2px #000;
}

@media (max-width: 700px) {
    .manoj-apk-strip {
        flex-direction: column;
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
        box-sizing: border-box;
        text-align: center;
    }

    .manoj-apk-strip span {
        font-size: 13px;
    }

    .manoj-apk-strip a,
    .manoj-footer-apk {
        width: 100%;
        box-sizing: border-box;
    }

    .manoj-footer-brand strong {
        font-size: 20px;
    }
}

/* Manoj mobile menu toggle: keep below every legacy mobile rule. */
.manoj-menu-toggle {
    display: none;
}

.manoj-stats {
    display: none !important;
}

@media (max-width: 700px) {
    .manoj-header {
        grid-template-columns: 1fr !important;
    }

    .manoj-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-height: 42px;
        padding: 8px 14px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .32);
        border-radius: 8px;
        background: rgba(32, 0, 26, .34);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
        font: inherit;
        font-style: normal;
        font-weight: 800;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .62);
    }

    .manoj-menu {
        display: none !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .manoj-menu.is-open {
        display: grid !important;
    }

    .manoj-header-cta {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 701px) {
    .manoj-menu {
        display: flex !important;
    }
}

/* Manoj live theme */
.manoj-shell,
.manoj-chart-shell {
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
    padding: 10px;
    border: 2px solid #ff174c;
    border-radius: 8px;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, .92), rgba(255, 241, 248, .9) 32%, rgba(255, 206, 103, .86) 100%),
        #fff1f6;
    box-shadow: 0 12px 28px rgba(110, 0, 42, .24), inset 0 0 0 1px rgba(255, 255, 255, .65);
    color: #210019;
    font-style: normal;
}

.manoj-shell::before,
.manoj-chart-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .5) 42%, transparent 70%);
    transform: translateX(-120%);
    animation: manoj-sheen 5.5s ease-in-out infinite;
    pointer-events: none;
}

.manoj-header,
.manoj-chartbar {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(160px, auto) 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 23, 76, .35);
    border-radius: 8px;
    background: linear-gradient(135deg, #500034 0%, #b80054 55%, #ffbd2f 100%);
    box-shadow: 0 8px 0 rgba(70, 0, 36, .18);
}

.manoj-brand,
.manoj-chart-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 5px 9px;
    color: #fff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}

.manoj-brand img,
.manoj-chart-brand img {
    width: 122px;
    max-width: 42vw;
    height: auto;
    border-radius: 4px;
    background: #fff3ce;
}

.manoj-brand span,
.manoj-chart-brand span {
    color: #ffe36a;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.manoj-menu,
.manoj-chart-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
}

.manoj-menu a,
.manoj-chart-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 11px;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 7px;
    background: rgba(32, 0, 26, .32);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.manoj-header-cta,
.manoj-chart-cta,
.manoj-action,
.download-app-btn,
.btn_chart,
.live-result-div button,
.fixed-button a,
.fixed-button-1 a,
.blue-div2 a {
    position: relative;
    overflow: hidden;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.manoj-header-cta::before,
.manoj-chart-cta::before,
.manoj-action::before,
.download-app-btn::before,
.btn_chart::before,
.live-result-div button::before,
.fixed-button a::before,
.fixed-button-1 a::before,
.blue-div2 a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, .45) 48%, transparent 76%);
    transform: translateX(-130%);
    animation: manoj-button-shine 3.4s ease-in-out infinite;
    pointer-events: none;
}

.manoj-header-cta,
.manoj-chart-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 15px;
    color: #320018 !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff66f 0%, #ffbd2f 50%, #ff5a7e 100%);
    box-shadow: 0 7px 0 rgba(73, 0, 32, .28), 0 13px 22px rgba(255, 38, 100, .24);
    text-shadow: none;
}

.manoj-menu a:hover,
.manoj-chart-menu a:hover,
.manoj-header-cta:hover,
.manoj-chart-cta:hover,
.manoj-action:hover,
.download-app-btn:hover,
.btn_chart:hover,
.live-result-div button:hover,
.fixed-button a:hover,
.fixed-button-1 a:hover,
.blue-div2 a:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 10px 18px rgba(94, 0, 45, .24);
}

.manoj-hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(320px, 1.14fr);
    gap: 13px;
    align-items: stretch;
    padding-top: 12px;
}

.manoj-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
    padding: 18px;
    border: 1px solid rgba(255, 23, 76, .35);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 234, 243, .8));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
    text-align: left;
}

.manoj-kicker {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 6px 10px;
    border-radius: 7px;
    color: #fff;
    background: linear-gradient(135deg, #4b0040, #e10062);
    box-shadow: 0 5px 14px rgba(160, 0, 78, .25);
    font-size: 13px;
    letter-spacing: 0;
}

.manoj-hero-copy h1 {
    margin: 0;
    color: #260018;
    font-size: clamp(30px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
    text-shadow: 1px 2px 0 #fff, 0 9px 18px rgba(128, 0, 56, .2);
}

.manoj-hero-copy h1 span {
    display: block;
    color: #d30056;
}

.manoj-hero-copy p {
    max-width: 520px;
    margin: 12px 0 0;
    color: #37112c;
    font-size: 17px;
    line-height: 1.42;
    text-shadow: none;
}

.manoj-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.manoj-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 17px;
    border-radius: 8px;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .72);
}

.manoj-action.primary {
    color: #fff !important;
    background: linear-gradient(135deg, #c60050 0%, #ff175d 50%, #6c004d 100%);
    box-shadow: 0 8px 0 rgba(74, 0, 40, .24);
}

.manoj-action.secondary {
    color: #330019 !important;
    background: linear-gradient(135deg, #fff171 0%, #ffc744 55%, #ff8aa8 100%);
    box-shadow: 0 8px 0 rgba(133, 68, 0, .22);
}

.manoj-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.manoj-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 7px;
    color: #4b0031;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 23, 76, .22);
    box-shadow: inset 0 -2px 0 rgba(255, 23, 76, .08);
    font-size: 13px;
}

.manoj-banner-card {
    display: block;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 14px 25px rgba(102, 0, 54, .28);
    transform: translateZ(0);
    animation: manoj-banner-float 4.8s ease-in-out infinite;
}

.manoj-banner-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.manoj-chart-shell {
    margin-bottom: 10px;
}

.manoj-chart-hero {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding: 16px 14px;
    border: 1px solid rgba(255, 23, 76, .35);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(255, 230, 242, .82));
}

.manoj-chart-hero span {
    display: inline-flex;
    margin-bottom: 6px;
    padding: 5px 9px;
    border-radius: 7px;
    color: #fff;
    background: #4c0039;
    font-size: 13px;
}

.manoj-chart-hero h1 {
    margin: 0;
    color: #c90055;
    font-size: clamp(24px, 4vw, 42px);
    letter-spacing: 0;
    line-height: 1.08;
    text-shadow: 1px 2px 0 #fff;
}

.manoj-chart-hero p {
    max-width: 740px;
    margin: 8px auto 0;
    color: #311127;
    font-size: 16px;
    line-height: 1.42;
    text-shadow: none;
}

.panel-heading,
.panel-heading-1 {
    overflow: auto;
    border: 2px solid #ff174c !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #fff8df 0%, #ffe7f1 100%) !important;
    box-shadow: 0 10px 22px rgba(130, 0, 48, .18);
}

.panel-heading h1,
.panel-heading-1 h1 {
    color: #fff !important;
    background: linear-gradient(135deg, #510038, #db005e 62%, #ffbd2f) !important;
    text-shadow: 1px 1px 2px #000;
    border-radius: 7px 7px 0 0;
}

.day-dete,
.day-dete-1 {
    color: #1f0016 !important;
    background: #fffaf0;
    border-color: rgba(255, 23, 76, .35) !important;
}

.panal-day-detels .day-dete {
    color: #fff !important;
    background: linear-gradient(135deg, #52003b, #df005d) !important;
    text-shadow: 1px 1px 2px #000;
}

.chart-list2.ab1 h4,
.blue-div h4,
.live-result h4,
.words-h4,
.f-pti h4 {
    color: #fff !important;
    background: linear-gradient(135deg, #510038 0%, #e50063 62%, #ffbd2f 100%) !important;
    text-shadow: 1px 1px 2px #000 !important;
}

.blue-div2 a {
    display: block;
    color: #fff !important;
    background: linear-gradient(135deg, #0e225f 0%, #024aa4 48%, #db005e 100%) !important;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 7px;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 0 7px 0 rgba(7, 22, 82, .22);
}

.btn_chart {
    color: #fff !important;
    background: linear-gradient(135deg, #d90058 0%, #600044 100%) !important;
    border-color: rgba(255, 255, 255, .55) !important;
    text-shadow: 1px 1px 2px #000;
}

.live-result-div button,
.fixed-button a,
.fixed-button-1 a,
.download-app-btn {
    color: #fff !important;
    background: linear-gradient(135deg, #d90058 0%, #ff3d75 48%, #56003b 100%) !important;
    border: 1px solid rgba(255, 255, 255, .48) !important;
    text-shadow: 1px 1px 2px #000;
}

@keyframes manoj-sheen {
    0%, 56% { transform: translateX(-120%); }
    72%, 100% { transform: translateX(120%); }
}

@keyframes manoj-button-shine {
    0%, 55% { transform: translateX(-130%); }
    75%, 100% { transform: translateX(130%); }
}

@keyframes manoj-banner-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (max-width: 900px) {
    .manoj-header,
    .manoj-chartbar {
        grid-template-columns: 1fr;
    }

    .manoj-menu,
    .manoj-chart-menu {
        justify-content: stretch;
    }

    .manoj-menu a,
    .manoj-chart-menu a,
    .manoj-header-cta,
    .manoj-chart-cta {
        flex: 1 1 calc(50% - 7px);
    }

    .manoj-hero {
        grid-template-columns: 1fr;
    }

    .manoj-hero-copy {
        min-height: auto;
        align-items: center;
        text-align: center;
        padding: 16px 12px;
    }

    .manoj-actions,
    .manoj-stats {
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .manoj-shell,
    .manoj-chart-shell {
        padding: 7px;
    }

    .manoj-brand span,
    .manoj-chart-brand span {
        display: none;
    }

    .manoj-brand img,
    .manoj-chart-brand img {
        width: 150px;
        max-width: 70vw;
    }

    .manoj-menu a,
    .manoj-chart-menu a {
        min-height: 32px;
        padding: 6px 8px;
        font-size: 13px;
    }

    .manoj-hero-copy h1 {
        font-size: 30px;
    }

    .manoj-hero-copy p,
    .manoj-chart-hero p {
        font-size: 14px;
    }

    .manoj-banner-card,
    .manoj-banner-card img {
        min-height: 210px;
    }
}

body {
    background-color: #fc9;
    ;
    text-align: center;
    padding: 3px 10px;
    margin: 0;
    scroll-behavior: smooth;
    font-family: Helvetica, sans-serif;
    overflow-x: hidden;
    font-style: italic;
    font-weight: 700;
}




.logo {
    background: #fc9;
    padding: 0 10px;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 3px solid #ff0016;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

p {
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.logo img {
    /* height: 57px; */
    aspect-ratio: auto 292 / 57;
    width: 165px;
    /* padding: 6px 0 6px; */
    padding: 0px 0 0px;
    margin: 5px 5px;
}
.set-design{

    font-size: 18px;
    color: #000000;
}
.colochanges{

    /* color: #444444 !important; */
    box-shadow: 1px 1px 2px 0px #FFFFFF !important;
    font-size: 10px !important;


}
.wel-frinds {
    display: flex;
    padding: 5px;
    align-items: center;
    border: 2px solid #ff0016;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    border-radius: 10px;
    /* justify-content: space-around; */

    margin-bottom: 2px;
    /* gap: 39px; */
}

.wel-frinds img {
    /* width: 85px; */
    /* height: 72px; */

}

.text_showddow p {

    text-shadow: none !important;
    font-weight: 500;
}

.f-pti {
    border-color: #ff0016;
}

@media(min-width:991px) {

    .wel-frinds p {
        /* width: 75%; */
        margin-left: -22px;
    }
}

.wel-frinds p {
    /* width: 75%; */
    width: 100%;
    color: black;
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    margin-bottom: 5px;
    /* text-shadow: 1px 1px rgb(216, 185, 71); */
}

.matkaplay_btn {
    background: #17227c;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    font-weight: 700;
    padding: 6px 24px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    text-decoration: none;
}


.matkaplay_btn_two {
    background: #17227c;
    color: #fff;
    font-size: 20px;
    line-height: 43px;
    font-weight: 700;
    padding: 6px 24px;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    text-decoration: none;
}

.matkaplay_btn_two:hover {

    text-decoration: none;
}

.matkaplay_btn:hover {

    text-decoration: none;
}

.satta-matka {
    border-width: 3px;
    margin-bottom: 5px;
    border-style: outset;
    border-radius: 10px;
    border: 2px solid #ff182c;
    /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%); */
}

.satta-matka h5 {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
}

.satta-matka h1 {
    font-size: 16px;
    color: #000;
    /* padding-bottom: 3px; */
    font-weight: 700;
    /* margin-top: 8px; */
}
.satta-matka h3 {
    font-size: 16px;
    color: #000;
    /* padding-bottom: 3px; */
    font-weight: 700;
    /* margin-top: 8px; */
}

.satta-matka h1{

    /* text-shadow: 1px 1px 2px #fff; */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    /* color: #000; */
    line-height: 1.2;
    /* margin-top: 8px; */
}

.faq-card {

    border-bottom: 1px solid red;
    padding-bottom: 1px;
    margin-top: 8px;
}

.faq-card .card-body {

    padding: 5px;
}

.satta-matka h3 {
    /* color: #061699 !important; */
    text-shadow: 1px 1px 2px #fff;
    font-size: 14px;
    font-weight: 600;
   margin-bottom: 0;
}

.f-pti {
    border-color: #ff0016;
}

.f-pti .dflex {
    display: flex;
}

.f-pti {
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.f-pti h4 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 23.4px !important;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.f-pti .j52g4 h3 {
   font-size: 18px;
   font-weight: 600 !important;
    color: #001699;
    text-shadow: 1px 1px 2px #fff;
    margin-bottom: 0 !important;
}

.f-pti .amthltg {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 5px;
    height: 40px;
}

.f-pti .amthltg p {
    animation: amthltg 10s linear infinite;
    font-size: 14px;
    margin-top: 20px;
}

@keyframes  amthltg{

    0% {
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}



.f-pti p {
    font-size: 22px;
    text-shadow: none;
    color: #000b65;
}

.live-result {
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.live-result h4 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.live-result i {
    color: red;
}

.live-result h4:hover {
    color: #fff64f;
}
h4{

    font-size: inherit !important;
}
.matka-card h5 {
    font-size: 21px;
    color: #880e4f;
    text-shadow: 1px 1px 2px #fdf3ff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2px;
}

.matka-card h6 {
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 700;
    margin-bottom: 3px;
    font-style: italic;
}

.matka-card h6:not(:first-child) {
    border-top: 1px solid #ff0020;
    margin-top: 5px;
}

.matka-card .live-result-div {
    border-top: 1px solid #ff0020;
    margin-top: 5px;
    /* background: #fff; */
    padding: 5px 0;
}

.matka-card .lv-mc button, .clk1-rld {
    border: 1px solid #e6e6e6;
    background: #522f92;
    color: #fff;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s;
  }

.matka-card .lv-mc .h9 {
    display: block;
    color: #880e4f;
    text-shadow: 1px 1px 2px #ffe2c6;
    font-size: 21px;
    line-height: 1;
    margin: 3px 0;
  }

.matka-card .lv-mc .h8 {
    display: block;
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
  }

.refresh-btn,
.matka-card a {
    border: 2px solid #6b3074;
    background-color: #6b3074;
    color: #fff !important;
    padding: 5px 9px 5px 0px;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}

.matka-card a span {
    margin-right: 10px;
    background: #8c5095;
    padding: 9px 14px 9px 14px;
    margin-left: -2px;
}

.matka-card a i {
    color: #fff;
}

.matka-card a:hover {
    box-shadow: 0px 0px 8px #000000d6;
}

.result_timing_right {

    position: relative;
}

.all-result {
    /* border: 2px solid #eb008b;
  border-radius: 10px 0 10px 10px;
  margin-bottom: 2px;
  border-color: #6f8d9f;
  color: #000;
  line-height: 1.4;
  font-size: 14px;
  padding: 4px 10px;
  text-shadow: 1px 1px #f4e1e1; */
    /* padding: 3px; */
    border-width: 3px;
    /* margin-bottom: 5px; */
    border-style: outset;
    border-radius: 10px;
    border: 1px solid #ff182c;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}
.all-result p{

    font-size: 14px;
}

.words-h4 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    font-style: italic;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.words-h4:hover {
    box-shadow: 0px 0px 6px #000000d6;
}

.satta-result {
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.ab1 {
    border-color: #00189f !important;
}

.ab1 .divider_top {

    border-top: 2px solid #00189f !important;
}

.satta-result.ab1 h4 {

    color: #1a237e;
    font-style: italic;



}

.text-sh {
    text-shadow: 1px 1px 2px #000 !important;

}

.satta-result.ab1 .divider_top h4 {

    text-shadow: 1px 1px #d9d9d9;
}

.live-result2 h4 {

    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.chart-link-list .satta-result {
    border-color: #0f766e !important;
    box-shadow: 0 4px 14px rgb(15 23 42 / 18%);
    margin-bottom: 10px;
    overflow: hidden;
}

.chart-link-list .satta-result > .row:first-child {
    margin: 0;
}

.chart-link-list .live-result2 h4 {
    background: linear-gradient(135deg, #0f3d6e 0%, #087f6f 58%, #d89b22 100%);
    color: #fff !important;
    border: 1px solid #fff7d6;
    border-radius: 8px;
    font-size: 22px !important;
    padding: 6px 10px;
    margin: 3px;
    letter-spacing: .5px;
}

.chart-link-list .satta-result.ab1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
}

.chart-link-list .satta-result.ab1 > .row:first-child {
    grid-column: 1 / -1;
}

.chart-link-list .divider_top {
    border-top: 0 !important;
    margin: 0 !important;
}

.chart-link-list .divider_top .row,
.chart-link-list .divider_top [class*="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.chart-link-list .mt-10 {
    margin-top: 0;
}

.chart-link-list .satta-result.ab1 .divider_top h4 {
    background: linear-gradient(180deg, #fffaf0 0%, #f7d9a9 100%);
    border: 1px solid #d8a348;
    border-left: 5px solid #0f766e;
    border-radius: 7px;
    color: #0b376d;
    font-size: 18px;
    line-height: 1.15;
    padding: 8px 10px;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 0 #fff;
    margin: 0;
}

.chart-link-list .divider_top a {
    display: block;
    text-decoration: none;
}

.chart-link-list .divider_top a:hover h4 {
    background: linear-gradient(180deg, #fff4c2 0%, #efc46e 100%);
    color: #082f49;
}

@media only screen and (max-width: 700px) {
    .chart-link-list .satta-result.ab1 {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 6px;
    }

    .chart-link-list .live-result2 h4 {
        font-size: 19px !important;
    }

    .chart-link-list .satta-result.ab1 .divider_top h4 {
        font-size: 16px;
        min-height: 34px;
        padding: 7px 8px;
    }
}

/* Manoj final overrides: keep below legacy rules. */
.manoj-header-cta,
.manoj-chart-cta,
.manoj-action,
.download-app-btn,
.btn_chart,
.live-result-div button,
.fixed-button a,
.fixed-button-1 a,
.blue-div2 a {
    position: relative !important;
    overflow: hidden !important;
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease !important;
}

.download-app-btn,
.btn_chart,
.live-result-div button,
.fixed-button a,
.fixed-button-1 a {
    color: #fff !important;
    background: linear-gradient(135deg, #d90058 0%, #ff3d75 48%, #56003b 100%) !important;
    border-color: rgba(255, 255, 255, .55) !important;
    text-shadow: 1px 1px 2px #000 !important;
}

.blue-div2 a {
    color: #fff !important;
    background: linear-gradient(135deg, #0e225f 0%, #024aa4 48%, #db005e 100%) !important;
    border: 1px solid rgba(255, 255, 255, .45) !important;
    border-radius: 7px !important;
    text-shadow: 1px 1px 2px #000 !important;
    box-shadow: 0 7px 0 rgba(7, 22, 82, .22) !important;
}

.chart-list2.ab1 h4,
.blue-div h4,
.live-result h4,
.words-h4,
.f-pti h4 {
    color: #fff !important;
    background: linear-gradient(135deg, #510038 0%, #e50063 62%, #ffbd2f 100%) !important;
    text-shadow: 1px 1px 2px #000 !important;
}

.manoj-header-cta:hover,
.manoj-chart-cta:hover,
.manoj-action:hover,
.download-app-btn:hover,
.btn_chart:hover,
.live-result-div button:hover,
.fixed-button a:hover,
.fixed-button-1 a:hover,
.blue-div2 a:hover {
    transform: translateY(-2px) !important;
    filter: saturate(1.08) !important;
    box-shadow: 0 10px 18px rgba(94, 0, 45, .24) !important;
}

@media (max-width: 520px) {
    .manoj-shell,
    .manoj-chart-shell {
        width: calc(100vw - 20px) !important;
        max-width: calc(100vw - 20px) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .manoj-header,
    .manoj-chartbar,
    .manoj-hero,
    .manoj-hero-copy,
    .manoj-banner-card {
        width: calc(100vw - 42px) !important;
        max-width: calc(100vw - 42px) !important;
        box-sizing: border-box !important;
    }

    .manoj-hero {
        width: 100% !important;
        max-width: 100% !important;
    }

    .manoj-header,
    .manoj-chartbar {
        overflow: hidden !important;
    }

    .manoj-menu,
    .manoj-chart-menu {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 7px;
    }

    .manoj-menu a,
    .manoj-chart-menu a,
    .manoj-header-cta,
    .manoj-chart-cta {
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        font-size: 13px !important;
        white-space: normal !important;
    }

    .manoj-hero-copy h1 {
        max-width: 306px !important;
        font-size: 23px !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere;
    }

    .manoj-hero-copy p {
        max-width: 292px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        overflow-wrap: anywhere;
    }

    .manoj-actions {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .manoj-action {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .manoj-stats {
        display: grid !important;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .manoj-stats span {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .manoj-banner-card {
        width: 306px !important;
        max-width: calc(100vw - 74px) !important;
        min-height: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .manoj-banner-card img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        object-fit: contain !important;
        background: #61003f;
    }
}

.wheel-section {
    padding: 6px 0 !important;
    min-height: 0;
}

.wheel-container {
    width: 160px !important;
    height: 160px !important;
    margin: 0 auto;
}

.wheel-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    color: transparent;
    font-size: 0;
}

.spin-center-text {
    font-size: 20px !important;
}

@media only screen and (max-width: 600px) {
    .wheel-container {
        width: 120px !important;
        height: 120px !important;
    }
}

.text2 {
    border-width: 3px;
    border: 2px solid #0014e2;
    margin-bottom: 5px;
    border-style: outset;
    border-radius: 10px;
    border: 2px solid #ff182c;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.satta-result h4 {
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
}

.satta-result h5 {
    font-size: 22px;
    font-style: italic;
    line-height: 1;
    background: -webkit-linear-gradient(#4500bf, #670009);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 5px;
    font-weight: 700;
}

.satta-result h6 {
    font-size: 15px;
    font-style: italic;
    padding: 2px 0;
    margin-bottom: 0;
    color: #000;
    text-shadow: 1px 1px 2px #ffd9d9;
    font-weight: 700;
}

.result_timing {
    left: 14px;
    right: auto;
}

.result_timing_right {
    right: 14px;
    left: auto;
    position: relative;
}

.my-table.mumraj-sl {

    padding: 10px;
}

.satta-resu-main {
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #86a3c3;
}

.result_timing_right {
    color: #7a028d;
    font-size: 15px;
    padding: 2px 0;
    border-bottom: none !important;
}

.btn_chart {
    background-color: #522f92;
    color: #fff;
    font-style: italic;
    padding: 5px 7px;
    border-radius: 8px;
    box-shadow: 0px 0px 1px #000000d6;
    font-size: 12px;
    display: inline-block;
    transition: all 0.3s;
    margin-top: 5px;
}

.refreshbtn {
    border: 1px solid #e6e6e6;
    background: #522f92;
    color: #fff;
    padding: 5px 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0 -1px;
    display: inline-block;
    transition: all .3s;
}

.btn_chart:hover {
    box-shadow: 0px 0px 6px #000000d6;
}

.result_timing {
    color: #7a028d;
    font-size: 15px;
    padding: 2px 0;
    border-bottom: none !important;
}

.paid-gm p,
.satta-result {
    border-bottom: 1px solid #fff;
}

.yellowbg {
    background-color: #fff64f;
    border-bottom: 1px solid #6f8d9f !important;
    border-radius: 9px 0px 9px 9px;
}

.yello-h5 {
    color: #fff !important;
}

.result_timing a:hover {
    color: #fff;
    text-decoration: none;
}

.result_timing_right {
    color: #fff;
    text-decoration: none;
}

.result_timing_right a:hover {
    text-decoration: none;
    color: #fff;
}

/* .fixed-button a:hover {
  left: 5px;
  transform: all 0.5s;
}
.fixed-button-1 a:hover {
  left: 5px;
  transform: all 0.5s;
}

.fixed-button-2 a:hover {
    left: 5px;
    transform: all 0.5s;
  } */
.fixed-button a {
    position: fixed;
    bottom: 1%;
    left: 0px;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #fff;
    text-decoration: none;
    background: linear-gradient(45deg, navy, #005780);
    color: #ffffff;
    border-radius: 5px;
    z-index: 9;
    transition: .5s all;
}

.fixed-button-1 a {
    position: fixed;
    bottom: 1%;
    right: 0px;
    padding: 5px 20px;
    font-size: 14px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #17227c;
    color: #ffffff;
    border-radius: 5px;
    z-index: 9;
    transition: .5s all;
}

.allrssult-cstm {

    background-color: #FFCC99;
    border: 2px solid #fff !important;
}

.allrssult-cstm p {

    color: #fff !important;
    text-shadow: none !important;
}

/* .set-design{
  background: #ff00a2;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: block;
  color: #fff8f8!important;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 0.75em;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0,0,.58,1) , background 150ms cubic-bezier(0,0,.58,1);
} */


.set-design .ff{
font-size: 16px !important;
}
.card_borders {

    background-color: #b80000;
}

.card_borders .today_data {

    color: #fff !important;
    text-shadow: none !important;
}

.fixed-button-2 a {
    position: fixed;
    bottom: 10%;
    left: -98px;
    padding: 8px 0px 7px 23px;
    font-size: 15px;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: #17227c;
    color: #ffffff;
    border-radius: 5px;
    width: 140px;
    z-index: 9;
    transition: .5s all;
}

.fixed-button a span {
    margin-right: 10px;
}

.fixed-button-1 a span {
    margin-right: 10px;
}

.fixed-button-2 a span {
    margin-right: 10px;
}

.card_borders .card-header .row .col-md-8:nth-last-child(1) {

    background: #29a71a;
    border: 2px solid #ffe4cc;
    padding: 4px 1px;
    border-radius: 20px;
}

.button2-go {
    background-color: red;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    margin: 20px auto;
    border-radius: 10px;
    border: 2px solid #0000005c;
    font-weight: 800;
    text-shadow: 1px 1px #00bcd4;
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 19%);
    display: inline-block;
    transition: all 0.3s;
    text-decoration: underline;
}

.panel-heading {
    padding-top: 4px;
    padding-bottom: 2px;
    background: #3f51b5 !important;
    width: 51%;
    border: 1px solid #3f51b5;
    margin: auto;
    font-size: 21px;
    color: #fff;
    /* border-radius: 10px 10px 0px 0px; */

}

.panel-heading h1 {
    text-shadow: 1px 1px 2px #000;
    font-size: 28px;
    font-weight: 700;
}

.panel-info {
    border-radius: 5px;
    width: 50%;
    margin: 0 auto 0;
}

.panal-day-detels {
    /* display: flex;
  justify-content: center; */
    margin-top: 2px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.day-dete {
    background-color: #ffc107;
    text-shadow: 1px 1px 2px #9a7400ab;
    border: solid 1px;
    /* width: 100%; */
    font-size: 16px;
    color: #000;

    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.panal_tb .day-dete {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.panal-day-detels-1 {
    /* display: flex;
  justify-content: center; */

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.day-dete-1 {
    background: #fc9;
    border: solid 1px #000;
    /* width: 100%; */
    font-size: 24px;
    color: #000;
    /* display: flex;
  justify-content: space-around;
  align-items: center; */

    flex: 0 0 14.28%;
    max-width: 14.28%;
}

.panal_tb .day-dete-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 5px 10px;
}

/* .day-dete-1:hover {
  background: #ff00a2;
  color: #fff !important;
} */
.day-dete-2 {
    color: red !important;
}

.spical-daily {
    padding-top: 4px;
    background: #17a2b8 !important;
    width: 51%;
    margin: auto;
    font-size: 22px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.chart-list.ab1 h4 {
    background-color: #ff1731;
    font-weight: 700;
    font-style: italic;
}

.chart-list {
    border: 2px solid #eb008b;
    border-radius: 10px 0 10px 10px;
    margin-bottom: 2px;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 600;
}

.chart-list.ab1 {
    border-color: #ff0016 !important;
}

.chart-list h4 {
    color: #fff;
    padding: 5px 10px 3px;
    font-size: 24px;
    border-top-left-radius: 7px;
    margin: 0;
}

.chart-list.ab1 a {
    border-bottom: 2px solid #ff0016 !important;
    background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #ff0025 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 22px;
    display: block;
    padding: 5px;
}


.chart-list a {
    display: block;
    font-size: 22px;
    padding: 5px 7px 4px;
    text-decoration: none;
}

.panel-heading-1 {
    padding-top: 4px;
    padding-bottom: 2px;
    background: #3f51b5 !important;
    width: 70%;
    margin: auto;
    font-size: 22px;
    color: #fff;
    /* border-radius: 10px 10px 0px 0px; */
    border: 1px solid #3f51b5;
}

.panel-heading-1 h1 {

    text-shadow: 1px 1px 2px #000;
    font-size: 28px;
    font-weight: 700;
}

.conta {
    padding-top: 4px;
    padding-bottom: 7px;
    background-color: #fbe7ff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    margin-bottom: -12px;
    margin-top: -2px;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.conta p {
    font-size: 22px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .result_timing_right a.btn_chart {
    background: #f00;
} */
.conta a {
    background: radial-gradient(#ffe500, #ff9800);
    color: #000;
    padding: 4px 10px 4px;
    border-radius: 80px;
    display: inline-block;
    box-shadow: 0 0 10px -3px #000;
    border: 1px solid #ff0016;
    text-shadow: 1px 1px 2px #fff;
    font-size: 18px;
    margin-left: 10px;
}

.login-div {
    margin: 0 0 0;
    padding: 6px 30px;
    margin-bottom: 10px;
}

.conta a:hover {
    text-decoration: none;
}

.login-div a {
    border-radius: 5px;
    font-size: 14px;
}

.login-div a:nth-child(2),
.nnb8 {
    margin: 0 10px;
}

.login-div a {
    border-radius: 5px;
    font-size: 14px;
}

.login-div a:hover {
    text-decoration: none;
}

.my-table.mumraj-sl h4 {
    background: #ffd902;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #fff;
    display: block;
    color: #000 !important;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.newfooter footer {

    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.sattaM {

    color: #030303;
    text-shadow: 1px 1px 2px #fff;
    font-size: 22px;
    font-weight: 600;
}

.footerL {
    font-size: 16px;
}

.pby-us {
    font-style: initial;
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #ff182c !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.my-table h4 {
    border-bottom-width: 0;
    padding: 3px 5px 2px;
    font-size: 24px !important;
    margin-bottom: 0px;
}

.Mumbai-sec {
    display: flex;
}
.cologbg{

        background-color: #fff;
}
.addedCss .my-table.mumraj-sl:nth-child(2) .aos-init.aos-animate h4{ 

    background: #ff00a2 !important;
    padding: 5px 10px !important;
    text-shadow: 1px 1px 2px #000 !important;
    display: block !important;
    color: #fff8f8 !important; 
    margin-bottom: 5px !important;
    letter-spacing: 1px !important;
    font-weight: 700;
    border: 2px solid #fff !important;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms 
cubic-bezier(0, 0, .58, 1), background 150ms 
cubic-bezier(0, 0, .58, 1);
}

.sec-mumbai-details {
    width: 100%;
    border: 1px solid red;
    font-size: 15px;
    text-shadow: 1px 1px 2px #fff;
}

.sec-mumbai-details-1 {
    color: #9607d1;
}

.sec-mumbai-details-2 {
    color: #000 !important;
}

.mumraj-sl-12 {
    background: #86a3c3 !important;
}

.a-27-title {
    background-color: #9c27b0;
    color: #fff;
    padding: 10px 10px;
    font-size: 26px;
    margin: 10px 0;
    background: linear-gradient(0deg,
            rgba(255, 151, 0, 1) 0%,
            rgba(251, 75, 2, 1) 100%);
    border-radius: 5px;
}

.a-27-title:hover {
    box-shadow: 0px 0px 6px #000000d6;
}

.a-27-title a {
    font-weight: 700;
    color: #fff;
}

.a-27-title a:hover {
    text-decoration: none;
}

#myBtn {
    /* display: none; */
    position: fixed;
    bottom: 37px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 55px;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myBtn:hover {
    background-color: #555;
}

html {
    scroll-behavior: smooth;
}

.panal-side {
    font-size: 13px;
    padding: 3px 0px 2px 0px;
}

.day-dete-123 {
    color: red !important;
}

.day-date-1 {
    font-size: 13px;
    font-weight: 800;
}

.wel-frinds-125 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 15px;
    border: 2px solid #ff0016;
    border-radius: 10px 10 10px 10px;
    margin-bottom: 2px;
    text-align: center;
}

.wel-frinds-125 h3 {
    font-size: 23px;
    font-weight: 700;
}

.wel-frinds-125 p {
    font-size: 13px;
    font-weight: 700;
    padding-top: 6px;
    padding-bottom: 6px;
}

.wel-frinds-126 {
    background: yellow;
    padding: 6px 5px 5px;
    color: #0c0c0c;
    display: block;

    margin: 10px 0 10px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px -5px #000;
}

.wel-frinds-126 h6 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}

.wel-frinds-127 {
    border: 2px solid #ff0016;
    border-radius: 10px 0 10px 10px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
}

.wel-frinds-127 h5 {
    font-size: 16px;
    font-weight: 700;
}

.wel-frinds-128 {
    background: #7268a6 !important;
    color: #fff;
    padding: 13px 30px 5px 30px;
    margin-bottom: 5px;
}

.wel-frinds-128 a {
    color: #fff;
}

.wel-frinds-128a:hover {
    text-decoration: none;
}

.wel-frinds-123 a {
    color: red;
}

.wel-frinds-123 a:hover {
    text-decoration: none;
}

.wel-frinds-129 {
    border: 2px solid #ff0016;
    border-radius: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-align: center;
}

.wel-frinds-129 textarea {
    height: 270px;
    font-size: 16px;
    width: 100%;
    border: solid 3px #ff0016 !important;
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 30px;
}

.wel-frinds-129 textarea:focus-visible {
    border-radius: 15px;
}

.btn123 {
    width: 25%;
    margin: auto;
    padding: 13px 0px;
    background: #17227c;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.wel-frinds-129 .validation-form-container .ui.corner.label {
    top: 0px;
    right: 0px;
    position: absolute;
    border-radius: 0px 13px 0px 0px;
}

.wel-frinds-129 textarea:focus-visible {
    outline: unset;
    border: solid 2px #a1b7b0;
}

#btn_spinner {
    display: none;
}

#btn_spinner2 {
    display: none;
}

#btn_spinner3 {
    display: none;
}

/* .wel-frinds-130 {
  background: #17227c;
  color: #fff;
} */
/* .wel-frinds-130 h3 {
  color: #fff;
}

.wel-frinds-130 h3:hover {
  color: black;
} */

.wel-frinds-130 h3 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    font-size: 25px;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.wel-frinds-131 {
    border-top: 1px solid #000;
    border-radius: 10px 0 10px 10px;
    margin-bottom: 8px;
    margin-top: 10px;
    text-align: center;
    padding: 16px 10px 0px 10px;
}

.validation-form-container {
    padding-left: 15px;
}

.wel-frinds-131 textarea {
    height: 270px;
    font-size: 16px;
    width: 95%;
    border: solid 3px #b6cec7;
    border-radius: 15px;
    margin-bottom: 10px;
}

.wel-frinds-131 input {
    width: 400px;
    padding: 13px 0px;
    background: #7268a6;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.wel-frinds-131 li {
    list-style: none;
}

.wel-frinds-131 a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.wel-frinds-131 a:hover {
    text-decoration: none;
}

.wel-frinds-132 {
    margin-bottom: 5px;
    margin-top: 8px;
    text-align: center;
    border: 2px solid #b6cec7;
    border-radius: 10px 0 10px 10px;
    padding-bottom: 8px;
}

.wel-frinds-133 {
    background: #7268a6;
    padding: 11px 10px 2px 10px;
    margin-bottom: 5px;
}

.wel-frinds-133 h3 {
    color: #fff;
    font-size: 22px;
}

.wel-frinds-133 h3:hover {
    color: #000;
}

.wel-frinds-132 button {
    padding: 6px 15px;
    box-shadow: 0 0 10px -7px #000;
    transition: all 0.3s;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    background: #9c27b0;
}

.wel-frinds-132 a {
    color: #fff;
    font-size: 15px;
}

.wel-frinds-132 a:hover {
    text-decoration: none;
}

.wel-frinds-135 {
    display: flex;
    justify-content: space-between;
    background: #17227c;
    padding: 10px 13px;
    font-size: 18px;
    align-items: end;
}

.wel-frinds-135 a {
    color: #fff;
}

.wel-frinds-135 a:hover {
    text-decoration: none;
}

.wel-frinds-135 h5 {
    text-shadow: 1px 1px 2px #000;
    color: #fff;
    font-size: 12px;
    align-items: center;
}

.wel-frinds-134 {
    margin-bottom: 12px;
    margin-top: 18px;
    text-align: center;
    border: 2px solid #b6cec7;
    border-radius: 2px;
    position: relative;
}

.wel-frinds-134 p {
    padding-bottom: 10px;
    margin-top: 6px;
}

.bottom-bar {
    position: sticky;
    bottom: 0px;
    width: 100%;
}

.bottom-bar .card-footer {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    box-shadow: 0px 4px 14px 8px rgb(51 51 51 / 28%);
}

.bottom-bar .card-footer a {
    color: #fff;
}

.bottom-bar .card-footer a:hover {
    text-decoration: none;
}

.Quote {
    background: #7268a6;
    width: 100%;
    padding: 12px;
    border-radius: 0px 0px 0px 3px;
}

.top {
    background: #e5eded;
    color: #000 !important;
    width: 100%;
    padding: 12px;
}

.down {
    background: #7268a6;
    width: 100%;
    padding: 12px;
    border-radius: 0px 0px 3px 0px;
}

.table-result-123 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.wel-frinds-135-back-sec {
    border-radius: 10px;
    padding: 10px;
}

.wel-frinds-134 p {
    padding-top: 15px;
    border: dashed 1px rgb(51 51 51 / 64%);
    width: 60%;
    border-radius: 10px;
    margin: auto;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}

.page-show-more {
    padding: 10px 30px;
    margin-top: 40px;
    background: #800080;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-bottom: 50px;
}

.satta-img-125a {
    border-radius: 5px;
    margin-bottom: 35px;
}

.login-form {
    width: 80%;
    margin: auto;
    border-radius: 10px;
    /* margin-top: 60px;
  margin-bottom: 40px; */
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 6px;
}

.login-img-sec-1 {
    background-color: #786cb3;
    background: url(../images/info.png)no-repeat;
    background-position: top;
    background-size: cover;
    height: 465px;
}

.login-img-sec-2 {
    background-color: #786cb3;
    background: url(../images/info.png)no-repeat;
    background-position: top;
    background-size: cover;
    height: 550px;
}

label.error {
    position: absolute;
    top: -34px !important;
}

.login-img-sec img {
    width: 100%;
}

/* .login-form-main input::placeholder {
  color: black;
  opacity: 1;
} */

.login-form-main h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.sign-up h3 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.login-form-main .login-form-main li {
    list-style: none;
}

.login-form-main li {
    margin-bottom: 10px;
}

.login-logo-sec {
    display: none;
}

.Quote-123 {
    position: absolute;
    right: 10px;
    bottom: 3px;
    background: #17227c;
    border: none;
    border-radius: 8px 8px 0px 8px;
    padding: 5px 15px;
}

.Quote-123 a {
    font-weight: 600;
}

.ram-2 {
    display: none;
}

.fab-mart-12 {
    background-color: transparent;
    height: 64px;
    width: 64px;
    border-radius: 32px;
    transition: height 300ms;
    transition-timing-function: ease;
    position: absolute;
    right: 35px;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.fab-mart-12:hover {
    height: 190px;
}

.fab-mart-12:hover .mainop {
    transform: rotate(180deg);
}

.mainop {
    margin: auto;
    width: 64px;
    height: 64px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 300ms;
    background-color: #f44336;
    border-radius: 32px;
    z-index: 6;
}

.mainop i {
    margin-top: 16px;
    font-size: 32px;
    color: #fff;
}

.minifab-125 {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    z-index: 5;
    float: left;
    margin-bottom: 8px;
    line-height: 49px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: blue;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.minifab-125:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.minifabIcon {
    height: 24px;
    width: 24px;
    margin-top: 12px;
}

.op1-12 {
    background-color: #2f82fc;
}

.op2-12 {
    background-color: #0f9d58;
}

.op3-12 {
    background-color: #fb0;
}

.op4-12 {
    background-color: #dd5145;
}

.op5-12 {
    background-color: #673ab7;
}

.login-forget {
    list-style: none;
}

.login-button-dont {
    list-style: none;
}

.login-form-sub {
    margin: auto;
    margin-top: 50px;
    padding: 10px;
    border: none;
    border-radius: 6px;
    /* background: #86a5c9; */
    background: #17227c;
    margin-bottom: 18px;
}

.login-form-sub-2 {
    margin: auto;
    width: 28%;
    margin-top: 30px;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: #17227c;
    margin-bottom: 18px;
}

.login-forget a {
    float: right;
    font-size: 13px;
    color: #333;
}

.login-forget a:hover {
    text-decoration: none;
}

.login-submit:hover {
    background: #786cb3;
}

.login-submit a {
    font-size: 22px;
    color: #fff;
}

.login-submit a:hover {
    text-decoration: none;
}

.login-button-dont a {
    color: #333;
}

.login-button-dont a {
    text-decoration: none;
}

.regi {
    color: #f6733b !important;
}

.modal-box-123 h4 {
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
}

.modal-box-123 .modal-header {
    padding: 0px;
    border: none;
}

.just-mobiel-number p {
    max-width: 65%;
    margin: auto;
    color: #5f5f5f;
    font-weight: 400;
}

.passcode-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

.passcode-wrapper input {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 5px;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
}

.passcode-wrapper input:last-child {
    margin-right: 0;
}

.passcode-wrapper input::-webkit-inner-spin-button,
.passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.passcode-wrapper input:focus,
.passcode-wrapper input.focus {
    border-color: green;
    outline: none;
    box-shadow: none;
}

.login-form-main .validation-form-container .ui.corner.label {
    border-radius: 5px;
    top: 0px;
    right: 0px;
}

.login-form-main input:focus-visible {
    outline: unset;
    border: solid 1px rgb(0 106 219 / 50%);
}

.form-group1253 {
    position: relative;
}

.login-form-main .validation-form-container {
    border: none !important;
}

.modal-box-123 li {
    list-style: none;
}

.modal-box-123 li {
    list-style: none;
}

.form-group {
    position: relative;
    /* margin-top:30px; */
    margin-top: 5px;
    margin-top: 25px;
}

.main-row {
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.padd-bor {
    padding: 0px;
}

.validation-form-container {
    padding-left: 15px !important
}

label.error {
    font-size: 13px;
    margin: 10px 0 0;
    font-weight: 600;
    color: var(--danger);
    position: absolute;
    top: 0;
    padding: 0px 3px;
    background: #d95c5c;
    border-radius: 6px;
    color: #fff !important;
    width: auto;
    text-align: center;
    right: 0;
    z-index: 0;
    text-transform: none;
    padding-left: 11px;
    padding-right: 11px;

}

input.error,
select.error,
textarea.error,
select2.error {
    border: 1px solid #d95c5c !important;
    border-left: 5px solid #d95c5c !important;
    background-color: #FFFAFA !important;
}

input.error,
select.error,
textarea.error,
select2.error:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

label.error::before {
    position: absolute;
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-image: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: background 0.1s linear;
    margin-left: -0.3em;
    top: auto;
    background: #d95c5c;
    right: 11px;
    bottom: -4px;
    left: auto;
}

.error_astrick {
    border-color: #d95c5c;
}

input.error #demo1 {
    border-color: #d95c5c !important;
}

.pass_eye {
    position: absolute;
    right: 25px;
    top: 35%;
    cursor: pointer;
    z-index: 4;
}

#errormsg {
    margin: 0 10px 0 12px !important;
}

.livegametime {
    font-size: 15px !important;
    color: revert !important;
}


.sm_date_bx {
    font-size: 0.7rem;
    font-weight: 600;
}

.sm_date_bx strong {
    margin-top: 5px;
    display: block;
    font-size: 1rem;
}



.panal_tb .day-date-1 span {
    display: block;
}

.panal_tb .day-dete-1.panal_tb1 .day-date-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 480px) {
    .conta {
        display: block;
    }
}


@media (max-width: 768px) {
    .chart-list {
        width: 95%;
    }

    .panel-heading {
        width: 100%;
    }

    .day-dete {
        padding: 5px;
    }

    .day-dete-1 {
        padding: 5px;
    }

    .wel-frinds p {
        width: 100%;
        font-size: 13px;
    }

    .day-dete-12 {
        padding: 0px !important;
    }

    .wel-frinds-131 input {
        width: 335px;
    }

    .wel-frinds-132 button {
        margin-bottom: 10px;
    }

    .wel-frinds-134 {
        padding-bottom: 40px;
    }

    .login-img-sec {
        display: none;
    }

    .login-logo-sec {
        display: block;
    }

    .login-logo-sec img {
        padding-left: 10px;
        width: 100%;
        padding-top: 25px;
    }

    .login-form {
        width: 90%;
    }

    .login-form-main ul {
        padding-top: 40px;
    }

    .login-form-main h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .login-forget a {
        margin-right: 0px;
    }

    .login-form-sub input {
        width: 65%;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .login-form-sub {
        /* margin-top:65px;
    width: 90%; */
        margin-top: 35px;
        width: 100%;
    }

    .login-form-main li {
        margin-bottom: 0px;
    }

    .login-form-main {
        /* margin-bottom: 35px; */
        margin-bottom: 20px;
    }

    .btn123 {
        width: 55%;
    }



    .panel-heading-1 {
        width: 100%;
    }


    .panal_tb .day-dete.panal_tb1 {
        flex: 0 0 16%;
        max-width: 16%;
    }

    .panal_tb .day-dete.panal_tb2 {
        flex: 0 0 12%;
        max-width: 12%;
    }

    .panal_tb .day-dete-1 {
        padding: 5px;
    }

    .panal_tb .day-dete-1.panal_tb1 {
        flex: 0 0 16%;
        max-width: 16%;

    }

    .panal_tb .day-dete-1.panal_tb1 .day-date-1 {
        font-size: 9px;
        font-weight: 800;
    }

    .panal_tb .day-dete-1.panal_tb2 {
        flex: 0 0 12%;
        max-width: 12%;
        font-size: 15px;
        padding: 2px !important;
    }

    .panal-side {
        font-size: 11px;
        padding: 0;
    }

}

@media (max-width: 992px) and (min-width: 768px) {
    .login-forget a {
        margin-right: 0px;
    }

    .login-form-sub {
        width: 40%;
    }



    .login-form-sub {
        margin-top: 62px;
    }
}

@media (max-width: 1250px) and (min-width: 992px) {
    .login-img-sec {
        padding-top: 155px;
        padding-bottom: 155px;
    }

    .login-form-sub {
        margin-top: 62px;
    }
}



.divider_top {
    border-top: 1px solid red;
}



[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: unset;
    transform: unset;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: unset;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: unset;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: unset;
    transition-property: unset;
}

[data-aos=fade-up] {
    transform: unset;
}




[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: unset;
    transform: unset;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: unset;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: unset;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: unset;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: unset;
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: unset;
    transition-property: unset;
}

[data-aos=zoom-in] {
    transform: unset;
}

.gifimg_div img {
    max-width: 650px;
    height: auto;
    width: 100%;
    border-radius: 8px 1px 8px 8px;
}

.gifimg_div {
    padding: 0;
}

.margin_top {
    margin-top: 15px;
}



.faq {
    width: calc(100% - 8px);
    padding: 3px 0;
    margin: 5px auto 5px;
    width: auto;
    display: block;
}

.faq label {
    cursor: pointer;
    text-transform: uppercase;
    color: #0013a5;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 3px 0;
    display: block;
}

.faq p {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    opacity: .9;
    line-height: 1.4;
}

.about-us,.new-service-box {
    padding: 5px;
}

.about-us,
.new-service-box,
.disclamer,
.faq,
.ftr-sm {
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border-radius: 10px;
    /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%); */
}

.about-us p, .new-service-box p {
    font-size: 13px;
    margin-bottom: 0;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px solid red;
}

.about-us b, .new-service-box b {
    color: #0013a5;
    text-transform: uppercase;
}

.ftr-sm {
    padding: 5px;
}

.ftr-sm h2 {
    /* color: #bb2833; */
    text-shadow: 1px 1px 2px #fff;
}

.ftr-sm p {
    color: #000000;
    font-size: 13px;
    line-height: 1.4;
}

.ftr-sm h2 {

    color: #030303;
    text-shadow: 1px 1px 2px #fff;
    font-size: 22px;
    font-weight: 600;
}

.disclamer p {
    font-size: 13px;
    color: #340d7a;
    padding: 2px 5px 5px;
    line-height: 1.2;
}
.bg-ylw {
    background-color: #ff0;
 
}
  .colorFoo{

    color: #000b65 !important;
  }
.disclamer h4 {
    /*
  font-size: 18px;
    margin-bottom: 15px;
    padding-top: 4px;
    text-shadow: 1px 1px 3px #000;
    font-weight: 600; */
    font-size: 18px !important;
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}

.blue-div h4 {
    background: #ff1731;
    color: #fff;
    border-radius: 10px;
    font-size: 30px !important;
    padding: 3px 5px;
    text-shadow: 1px 1px 2px #000;
    clip-path: polygon(0 0, 97% 0, 100% 48%, 100% 80%, 100% 100%, 3% 100%, 0 46%, 0 20%);
}
.aaj-pass {
    border: 2px solid red;
    border-radius: 5px;
    margin-bottom: 5px;
}

.aaj-pass .hd1 {
    color: #fff;
    display: block;
    font-size: 20px;
    background: red;
    padding: 5px;
}
.aaj-pass .hd2 {
    padding: 5px;
    display: block;
}

.blue-div2 a {
    background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #ff0025 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 22px;
    display: block;
    padding: 5px;
}

@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}

.custom-border {
    border: 1px solid #17227c;
}

/* .custom-border::placeholder {
  color: rgb(43, 40, 40 / 50%) !important;
}
 */
.satta-image {
    width: 301px;
    height: 125px;
    object-fit: fill;
}



/* New Css */
.my-navigation-menu-bar {
    text-align: left;
    /* left: 50%; */
    top: 50%;
    position: absolute;
    /* transform: translate(-50%,-50%); */
    width: 200px;
    max-width: 350px;
}

.menu-bar ul {
    list-style: none;
    padding: 0;
    background: #17227c;
    max-height: 0;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    visibility: hidden;
    border-radius: 3px;
    opacity: 0;
    transform: rotate(180deg);
}

.menu-bar li a {
    padding: 12px 10px;
    display: block;
    transition: .25s
}

.menu-bar li a:hover {
    background: #6fabbc;
}

.menu-bar a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-bar i {
    padding: 15px;
    background: rgb(23 34 124);
    border-radius: 3px;
    color: #fff;
    transition: .25s;
    animation: 1.25s bounce infinite;
}

.menu-bar i:hover {
    cursor: pointer;
    background: rgb(23 34 124);
    animation-play-state: paused;
}

.menu-bar ul.open {
    max-height: 480px;
    visibility: visible;
    opacity: 1;
    transform: rotate(0);
}

/* animation */
/* @keyframes bounce {
  0% {margin-top:0;}
  50% {margin-top:-15px; margin-bottom:15px;}
  100% {margin-top:0;}
} */

/* Credit */

.my-navigation-menu-bar {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    /* right: 10px; */
    /* transform: translateX(-50%);  */
}

/* .box-border{
  border: 2px solid #6f8d9f;
  border-radius: 10px;
  margin-bottom: 8px;
  margin-top: -2px;
} */

.mt-10 {
    margin-top: 10px;
}

.result-date {
    font-size: 12px !important;
    margin: 0px !important;
    font-style: italic;
}

.fg-div h4 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
}



.fg-main.para-1.bdr.mb-1.p-1 {
    padding: 0;
}

.fg-main.para-1.bdr.mb-1.p-1 * {
    font-style: normal !important;
}

.fgzoc-time {
    border: 2px solid #ff019e;
    margin: 5px 5px 0;
    border-radius: 10px;
}

.fgzoc-time h6 {

    color: #000b65;
    text-shadow: 1px 1px 2px #fff;
}

.fg-div h6 {
    font-size: 20px;
    background-color: transparent;
    color: #1a237e;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 600;
}

.fg-div h5 {
    font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.fg-div .fg-p1 {
    font-size: 20px;
}

.fg-div .fg-main .fgzoc-time h6,
h5,
p {
    margin: 0;
}

.bdr {
    border: 2px solid red;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.p-1 {
    padding: 5px 10px 8px;
}

.mb-1 {
    margin-bottom: 5px;
}

.card-1212 {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.card-1212 .fg-c1:nth-child(1),
.card-1212 .fg-c1:nth-child(2) {
    border-top-width: 2px !important;
}

.fg-c1:nth-child(odd) {
    border-width: 0 1px 2px 2px !important;
    margin: 0;
    border-radius: 0;
}

.fg-c1 {
    width: 50%;
    display: inline-block;
    padding: 5px;
    /* border-color: #009206;
  border-style: solid; */
}

.fg-div .fg-c1 .fg-p2 {
    background: linear-gradient(#00d309, #004503);
    font-size: 22px !important;
    margin-bottom: 5px;
    padding: 7px 0 7px;
    border-radius: 10px;
    clip-path: polygon(0 0, 97% 0, 100% 48%, 100% 80%, 100% 100%, 3% 100%, 0 46%, 0 20%);
    color: #fff;
    text-shadow: 1px 1px 2px red;
}

.fg-div .fg-c1 .fg-p2 {
    /* text-shadow: 1px 1px 0 #fff; */
    letter-spacing: 1px;
}

.fg-div .fg-c1 .fg-p4 {
    font-size: 20px !important;
    line-height: 24px;
}

.fg-div .fg-c1 .fg-p4 {
    font-size: 20px;
}

.card-1212 .fg-c1:nth-child(2) {
    border-top-width: 2px !important;
}

.fg-c1:nth-child(even) {
    border-width: 0 2px 2px 1px !important;
    margin: 0;
    border-radius: 0;
}

.fg-div .fg-c1>div {
    border: 2px solid #009206;
    border-radius: 10px;
    margin: 5px 0;
    padding: 5px;
}

.oc-fg h4 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: .75em;
}

.ocfg.txta-1.rbd.onmb.gpg0 {
    padding: 0;
}

.ocfg.txta-1.rbd.onmb.gpg0 * {
    font-style: normal;
}

.oc-fg h5,
.oc-fg .k2w5 {
    font-size: 22px;
}

.oc-fg h5 {
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.d1635 {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    border-radius: 10px;
    overflow: hidden;
}

.oc-3a-69 {
    width: 50%;
    display: inline-block;
    padding: 5px;
    border-color: #009206;
    border-style: solid;
}

.oc-3a-69:nth-child(odd) {
    border-width: 0 1px 2px 2px;
    margin: 0;
    border-radius: 0;
}

.oc-3a-69:nth-child(even) {
    border-width: 0 2px 2px 1px;
    margin: 0;
    border-radius: 0;
}

.d1635 .oc-3a-69:nth-child(1),
.d1635 .oc-3a-69:nth-child(2) {
    border-top-width: 2px;
}

.oc-fg .oc-3a-69 .g5a1 {
    background: linear-gradient(#00d309, #004503);
    font-size: 22px;
    margin-bottom: 5px;
    padding: 7px 0;
    border-radius: 10px;
    clip-path: polygon(0 0, 97% 0, 100% 48%, 100% 80%, 100% 100%, 3% 100%, 0 46%, 0 20%);
    color: #fff;
    text-shadow: 1px 1px 2px red;
    letter-spacing: 1px;
}

.oc-fg .oc-3a-69 .l9w2v {
    color: #00136e;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-shadow: 1px 1px 2px #fff;
}

@media only screen and (max-width: 600px) {
    .oc-fg .oc-3a-69 .g5a1 {
        font-size: 14px !important;
    }

    .oc-fg .oc-3a-69 .l9w2v {
        font-size: 9px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .image-frame img{

        width: 50% !important;
    }
    .download-btn.mobile-only{

        width: 68%;
    }
    .logo img{

        width: 118px;
    }
    .hero-left h1{

        font-size: 21px !important;
    }
    .steps{

        font-size: 14px !important;
    }

    .wel-frinds p{

        text-align: center !important;
                font-size: 16px !important;
                        line-height: 19px !important;
    }

    .conta {
        display: block;
    }

    .wel-frinds {

        justify-content: space-around;
    }

    .login-div a {
        display: block;
        margin: 10px 0 !important;
    }

    .fg-c1 .fg-p2 {

        font-size: 14px !important;
    }

    .words-h4,
    .fg-div h6,
    .fg-div h5,
    .fg-p1 {

        font-size: 16px;
    }

    .matkaplay_btn {

        font-size: 17px;
    }

    .fg-div h4,
    .live-result h4 {

        font-size: 19px;
    }

    .conta p {

        font-size: 20px;
    }

    .blue-div h4 {
        font-size: 22px;
    }

    .card_borders .today_data {

        font-size: 19px;
    }

    .satta-result.ab1 h4 {

        font-size: 19px;
    }

    .satta-result h4 {

        font-size: 16px;
    }

    .result_timing_right {

        right: 28px;
    }

    .panel-heading {

        font-size: 18px;
    }

    .panel-heading h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .panel-heading-1 h1 {
        font-size: 18px;
        font-weight: 700;
    }

    .chart-list.ab1 a {
        font-size: 15px;
    }

    .chart-list h4 {

        font-size: 15px;
        padding-bottom: 6px;
    }

    .wel-frinds-125 h3 {

        font-size: 15px;
    }

    .wel-frinds-127 h5 {

        font-size: 14px;
    }

    .wel-frinds-130 h3 {

        font-size: 18px;
    }

    .btn123 {

        padding: 6px 0px !important;
    }

    .k_head h4 {

        font-size: 19px !important;
    }

    .c_message {

        font-size: 17px !important;
    }

    .pink-border h2 {

        font-weight: 600;
        font-size: 17px !important;
    }

    h4.violet-bg {

        font-size: 16px;
    }

    .mfnc-ul h2 span {

        font-size: 17px !important;
    }

    .color-change h5 {

        font-size: 17px !important;
    }

    .mfnc-ul h1 {
        font-size: 17px !important;
    }

    .cstm-size .border-b-v big {

        font-size: 17px !important;
    }

    .pink-border h3,
    .pink-border h4 {
        font-size: 19px !important;
    }

    .fav-cards h3 {

        font-size: 19px !important;
    }
}

.Newsection {

    background-color: #eddd24;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 30px 0px 15px 0px;
}


.sun-col .week-result-box {
    border: 2px solid #e71d36;
    border-radius: 10px;
    /* border-color: #e71d36; */
}

.sun-col h4 {
    animation: fajskd 5s infinite;
    border-radius: 10px;
    color: #fff;
    line-height: 1.1;
    padding: 4px 10px 3px;
    text-shadow: 1px 1px 2px #000;
    font-size: 24px !important;
    font-weight: 700 !important; 
}

.sun-col p {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
        color: #000b65;
    text-shadow: 1px 1px 2px #fff;
}
.frcc h4{
font-size: 24px !important;

}
.fs-sett{

    font-size: 13.4px !important;
}
.my-table thead {
    background-color: #fff;
    font-size: 16px;
}
.my-table table {
    border-collapse: collapse;
    width: 100%;
}
.my-table td, .my-table th {
    padding: 2px 0;
    font-size: 15px;
    text-shadow: 1px 1px 2px #fff;
}
.my-table td, .my-table th {
    border: 1px solid #ff0016 !important;
}
.my-table tbody {
    font-size: 16px;
}
.lst-sec p {
    color: #a50031 !important;
    font-size: 10px !important;
    line-height: 1.4 !important;
}
@keyframes fajskd {
    0% {
        background-color: #ff019e
    }

    25% {
        background-color: #ff001d
    }

    50% {
        background-color: #009a07
    }

    75% {
        background-color: #001fad
    }

    100% {
        background-color: #ff019e
    }
}

.l-obj-giv {
    border: #e91e63 solid 2px;
    text-align: center;
    margin-top: 2px;
}

.l-obj-giv td {
    border: 1px solid #e91e63;
}

.v5a25 {
    font-size: 25px;
    background-color: #ff0;
    color: #00f;
}


.about-us h6, .qtn14 h6 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0,0,.58,1),background 150ms cubic-bezier(0,0,.58,1);
}

 .qtn14 h1 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    font-size: 23.4px;
    color: #fff8f8;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0,0,.58,1),background 150ms cubic-bezier(0,0,.58,1);
}

.pby-us1 {
    font-style: initial;
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, .58, 1), background 150ms cubic-bezier(0, 0, .58, 1);
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #fff !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.new-service-box b {
    color: #0013a5;
    text-transform: uppercase;
    padding: 10px;
}

.qtn14 {
    border: 2px solid #003db6;
    border-radius: 10px;
    width: calc(100% - 8px);
    padding: 3px 0;
    margin: 5px auto 5px;
    width: auto;
    display: block;
}

.qtn14 label {
    cursor: pointer;
    text-transform: uppercase;
    color: #0013a5;
    text-shadow: 1px 1px 2px #fff;
    font-weight: 800;
    font-size: 17px;
    padding: 3px 0;
    display: block;
}

.qtn14 .q-crd {
    border-top: 1.5px solid #e0557f;
}

.qtn14 p {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    opacity: .9;
}

.be-stone {
    border: 2px solid #ff0020;
    border-radius: 10px;
    font-style: normal;
    padding: 3px 0;
    margin: 5px auto 5px;
    width: auto;
    display: block;
    font-weight: 600;
    font-family: roboto,sans-serif;
    height: 200px;
    overflow-y: scroll;
}

.be-stone p {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    padding-bottom: 0;
}

.be-stone .c-stone {
cursor: pointer;
text-transform: uppercase;
color: #0013a5;
text-shadow: 1px 1px 2px #fff;
font-weight: 800;
font-size: 17px;
padding: 4px 0 3px;
border-top: 1.5px solid #e0557f;
margin-top: 8px;
font-style: italic;
font-weight: 700;
}

.my-table.cm-sl h4, .my-table.mr-sl h4 {
    background: #ffd902;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #fff;
    display: block;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: .75em;
    transform-style: preserve-3d;
    transition: transform 150ms 
cubic-bezier(0, 0, .58, 1), background 150ms 
cubic-bezier(0, 0, .58, 1);
}
.wheel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
}
.wheel-container {
    position: relative;
    width: 240px;
    height: 240px;
}

.spin-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: #039;
    text-shadow: 0px 0px 4px white;
    z-index: 2;
}
.wheel-image {
    width: 100%;
    height: 100%;
    animation: spin 5s 
linear infinite;
}

@keyframes spin{

    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}




.navbar {
    background: transparent;
    padding: 15px 0;
}

.nav-container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
}

.logo-bg {
    background: #f4a825;
    color: #000;
    border-radius: 50%;
    padding: 10px 16px;
    margin-right: 5px;
    font-weight: bold;
}

.logo-text {
    color: #333;
}


.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
}

.nav-links a:hover,
.nav-links .active {
    color: #ff0016;
    font-weight: 500;
}


.nav-btn a {
    position: relative;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    color: #333;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}


.nav-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1.5px; 
    background: linear-gradient(270deg, #ff0016, #ff7a00, #ff0016);
    background-size: 300% 300%;
    animation: borderMove 4s linear infinite;

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


.nav-btn a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 8px;
    z-index: -1;
}


.nav-btn a:hover {
    color: #fff;
}

.nav-btn a:hover::after {
    background: linear-gradient(270deg, #ff0016, #ff7a00);
}


@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
}




.hero {
    margin-bottom: 30px;
    
}

.hero-container {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    border: 3px solid #ff0016;
    padding:30px 0px;
        border-radius: 0.75em;
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}


.hero-left {
    flex: 1;
}

.brand {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.logo-circle {
    background: #f4a825;
    padding: 10px 15px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
}

.logo-text {
    font-size: 28px;
    font-weight: 600;
}

.subtitle {
    color: #444;
    margin-bottom: 15px;
}

.hero-left h1 {
    font-size: 42px;
    margin: 10px 0;
}

.black {
    color: #111;
}

.gold {
    color: #ff0016;
}

.steps {
    font-size: 20px;
    margin: 20px 0;
}

.download-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    background: linear-gradient(90deg, #f4a825, #ff6a6a);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.download-btn:hover {
    transform: translateY(-2px);
}


.hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
}


.image-frame {
   
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-frame img {
    width: 100%;
    height: 100%;
  
    object-fit: cover;
}


@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-left h1 {
        font-size: 32px;
    }

    .image-frame {
        width: 100%;
        height: 100%;
    }
}

@media(min-width:590px){

    .result_timing_left{

            position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    }
    .result_timing_right{

             position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); 
    }
}

/* Compact non-pink Jodi/Panel chart lists. Keep this at the end to beat legacy pink rules. */
.chart-link-list .satta-result,
.chart-link-list .satta-result.ab1 {
    border-color: #0f766e !important;
}

.chart-link-list .live-result2 h4,
.chart-link-list .frcc h4,
.chart-link-list .text-sh {
    background: linear-gradient(135deg, #0f3d6e 0%, #087f6f 60%, #d89b22 100%) !important;
    color: #fff !important;
    border-color: #fff7d6 !important;
    font-size: 22px !important;
    padding: 6px 10px !important;
    margin: 3px !important;
}

.chart-link-list .satta-result.ab1 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
}

.chart-link-list .satta-result.ab1 > .row:first-child {
    grid-column: 1 / -1;
}

.chart-link-list .divider_top {
    border-top: 0 !important;
    margin: 0 !important;
}

.chart-link-list .divider_top .row,
.chart-link-list .divider_top [class*="col-"],
.chart-link-list .mt-10 {
    margin: 0 !important;
    padding: 0 !important;
}

.chart-link-list .satta-result.ab1 .divider_top h4,
.chart-link-list .satta-result.ab1 .divider_top a h4 {
    background: linear-gradient(180deg, #fffaf0 0%, #f7d9a9 100%) !important;
    border: 1px solid #d8a348 !important;
    border-left: 5px solid #0f766e !important;
    border-radius: 7px !important;
    color: #0b376d !important;
    font-size: 18px !important;
    line-height: 1.15 !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 0 #fff !important;
}

@media only screen and (max-width: 700px) {
    .chart-link-list .satta-result.ab1 {
        grid-template-columns: 1fr;
    }

    .chart-link-list .live-result2 h4,
    .chart-link-list .frcc h4,
    .chart-link-list .text-sh {
        font-size: 19px !important;
    }

    .chart-link-list .satta-result.ab1 .divider_top h4,
    .chart-link-list .satta-result.ab1 .divider_top a h4 {
        font-size: 16px !important;
        min-height: 34px !important;
        padding: 7px 8px !important;
    }
}

/* Final mobile nav override for Manoj header. */
.manoj-menu-toggle {
    display: none !important;
}

.manoj-stats {
    display: none !important;
}

@media (max-width: 700px) {
    .manoj-header {
        grid-template-columns: 1fr !important;
    }

    .manoj-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        min-height: 42px;
        padding: 8px 14px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .32);
        border-radius: 8px;
        background: rgba(32, 0, 26, .34);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
        font: inherit;
        font-style: normal;
        font-weight: 800;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, .62);
    }

    .manoj-menu {
        display: none !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .manoj-menu.is-open {
        display: grid !important;
    }

    .manoj-header-cta {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 701px) {
    .manoj-menu {
        display: flex !important;
    }
}
