html {
    font-family: Verdana, sans-serif, Arial, Helvetica;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    text-align: center;
    background-color: #000
}

* {
    box-sizing: border-box
}

a {
    color: #f8b713
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

b,
strong {
    font-weight: 700
}

.main {
    background-color: #000;
    width: 100%;
    padding: 10px
}

.alCntr {
    text-align: center
}

.resTable.mFull tr td {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

hr {
    margin: 10px 0
}

.AppDown {
    border: 1px solid #fcdf95;
    color: #000;
    padding: 10px 15px;
    background-color: #f5c549;
    background-image: linear-gradient(90deg, #c69d29, #ce9f33, #a5731c) !important;
    font-size: 22px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 1px 6px #222;
    display: inline-block;
    margin: 15px 0;
    text-decoration: none
}

.AppDown:hover {
    box-shadow: 2px 3px 3px #fcdf95;
    color: #fff !important;
    text-decoration: none
}

.mqTXT {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-style: italic
}

.apkDownl {
    font-weight: 700;
    margin: 10px 15px 5px;
    display: inline-block;
    font-size: 21px
}

.border {
    border: 1px solid #fcdf95;
    margin: 15px 0;
    padding: 15px
}

.clrBoth {
    clear: both;
    height: 0;
    line-height: 0;
    width: 100%
}

.border.mqDv {
    padding: 0
}

.heading {
    color: #fff
}

.commonBorder {
    border: 3px solid #efda9c;
    margin-bottom: 15px
}

.layout {
    margin: 0;
    padding: 0;
    text-align: center
}

.abtHead span {
    color: #ff0808;
    text-shadow: none
}

@media screen and (max-width:420px) {
    .headSatta {
        font-size: 22px
    }

    .kingSubHead {
        font-size: 15px
    }
}

.resTable .jodiMTd.bazL {
    text-align: center
}

.resTable td.currentact {
    font-weight: 700;
    color: #50ff00
}

.resTable td {
    border: 1px solid #aeaeae;
    padding: 10px 1px;
    font-size: 18px;
    letter-spacing: 1px;
    font-style: normal;
    color: #fff;
    text-align: center
}

.Gno {
    color: #50ff00;
    font-size: 22px
}

.resTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 15px
}

.headSatta {
    color: #000;
    padding: 0 0 10px;
    font-size: 28px;
    background: linear-gradient(180deg, #7f530c, #f0bf46, #c58c35)
}

.headSatta.lucky {
    font-size: 22px;
    padding-bottom: 7px;
    padding-top: 5px
}

.headSatta {
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px
}

.playMatkaDv h3.playMatka {
    font-size: 24px;
    color: #fcdf95;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 18px;
    font-weight: 400
}

.playMatkaDv p {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

p.questn {
    font-size: 19px;
    font-weight: 700;
    color: #f8b713;
    line-height: 30px;
    letter-spacing: 1px
}

summary {
    padding: 4px 0;
    cursor: pointer;
    outline: 0;
    border-radius: .3em;
    font-weight: 700;
    margin: 4px 0;
    color: #fff;
    font-size: 16px
}

details[open] summary~* {
    animation: open .8s ease-in-out
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .4375rem;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .2), 0 5px 15px rgba(0, 0, 0, .17);
    outline: 0
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem
}

@media screen and (max-width:1024px) {
    p.questn {
        line-height: 24px;
        padding: 15px 0
    }
}

p.ans {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.lTable {
    margin-top: 0
}

@media screen and (max-width:767px) {
    .playMatkaDv h3.playMatka {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 24px
    }
}

@media screen and (max-width:380px) {
    .playMatkaDv h3.playMatka {
        font-size: 19px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0
}

@keyframes marqueeAnimation {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}