.table th[data-v-3bccb542] {
    padding: 16px 0;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700
}

.tablebox1 .table .forblack[data-v-834d47df] {
    background: #000;
    color: #fff
}

.text-sm[data-v-834d47df] {
    font-size: 18px!important
}

.card[data-v-fb03cbbb] {
    margin: 2%;
    padding: 1.25rem;
    border-radius: 20px;
    font-weight: 700;
    box-sizing: border-box;
    text-align: center;
    min-height: 100px;
    border: dashed red;
    background: linear-gradient(pink,#fff)
}

.link[data-v-fb03cbbb] {
    color: #0b3bfa;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .card[data-v-fb03cbbb] {
        margin-inline:0
    }
}

.card[data-v-3741c9c9] {
    margin: 2%;
    padding: 1.25rem;
    border-radius: 20px;
    font-weight: 700;
    box-sizing: border-box;
    text-align: center;
    min-height: 100px;
    border: dashed red;
    background: linear-gradient(pink,#fff)
}

.link[data-v-3741c9c9] {
    color: #0b3bfa;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .card[data-v-3741c9c9] {
        margin-inline:0
    }
}

.card[data-v-d2df084d] {
    margin: 2%;
    padding: 1.25rem;
    border-radius: 20px;
    font-weight: 700;
    box-sizing: border-box;
    text-align: center;
    min-height: 100px;
    border: dashed red;
    background: linear-gradient(#ffd800, #fff);
}

.link[data-v-d2df084d] {
    color: #0b3bfa;
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .card[data-v-d2df084d] {
        margin-inline:0
    }
}

.container-c[data-v-8702143a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px
}

.container-c .clock[data-v-8702143a] {
    display: flex;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 8px 16px #0000001a,0 12px 24px #0000001a;
    position: relative
}

.clock label[data-v-8702143a] {
    position: absolute;
    inset: 8px;
    text-align: center;
    transform: rotate(calc(var(--i) * (360deg / 12)))
}

.clock label span[data-v-8702143a] {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transform: rotate(calc(var(--i) * (-360deg / 12)))
}

.container-c .indicator[data-v-8702143a] {
    position: absolute;
    height: 8px;
    width: 8px;
    display: flex;
    justify-content: center
}

.indicator[data-v-8702143a]:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: 1;
    background: #000;
    bottom: -4px;
    border: 2px solid red
}

.indicator .hand[data-v-8702143a] {
    position: absolute;
    height: 55px;
    width: 2px;
    bottom: 0;
    border-radius: 25px;
    transform-origin: bottom;
    background: red
}

.hand.minute[data-v-8702143a] {
    height: 60px;
    width: 3px;
    background: #000
}

.hand.hour[data-v-8702143a] {
    height: 48px;
    width: 4px;
    background: #000
}

label[data-v-8702143a] {
    margin: 0
}

.clock-cnt[data-v-e02d6fd8] {
    background: pink;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 16px 10%
}

.clock-game[data-v-e02d6fd8] {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.clock-game-strep[data-v-e02d6fd8] {
    min-width: 140px;
    background: #000;
    border-radius: 100px 0 0 100px;
    white-space: nowrap;
    height: 40px;
    padding: 0 10px 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between
}

.clock-game-strep>div[data-v-e02d6fd8] {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.circlebox[data-v-e02d6fd8] {
    background: #000;
    padding: 15px 0;
    margin-bottom: 16px
}

.hintext[data-v-e02d6fd8] {
    color: #fff
}

@media (max-width: 575px) {
    .clock-cnt[data-v-e02d6fd8] {
        padding:16px 0 16px 16px
    }
}

.navbar[data-v-c3ed3ba7] {
    background-color: #000;
    overflow: hidden
}

.navbaropen[data-v-c3ed3ba7] {
    background-color: #000;
    overflow: hidden;
    margin-left: 250px
}

.side-nav[data-v-c3ed3ba7] {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    transition: .3s;
    background-color: #ddd;
    overflow-x: hidden
}

.sidenavopen[data-v-c3ed3ba7] {
    width: 250px;
    z-index: 10;
    background-color: #f5f5f5;
    padding-top: 60px;
    transition: .3s;
    box-shadow: -2px 2px 6px #aaa
}

.side-nav a[data-v-c3ed3ba7] {
    padding: 16px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: .3s
}

.side-nav a[data-v-c3ed3ba7]:hover {
    color: #fff;
    background-color: #aaa
}

.activeNav[data-v-c3ed3ba7] {
    background-color: #ffd800;
}

nav[data-v-c3ed3ba7] {
    transition: margin-left .3s
}

.bar[data-v-c3ed3ba7] {
    display: block;
    height: 5px;
    width: 35px;
    background: rgb(255,255,255);
    margin: 5px auto;
    transition: all .3s ease
}

.midopen[data-v-c3ed3ba7] {
    width: 0
}

.topopen[data-v-c3ed3ba7] {
    transform: translateY(10px) rotate(45deg)
}

.botopen[data-v-c3ed3ba7] {
    transform: translateY(-10px) rotate(-45deg)
}

.blink[data-v-3e7538ab] {
    animation: blinker-3e7538ab 1s linear infinite
}

@keyframes blinker-3e7538ab {
    50% {
        opacity: 0
    }
}

.topboxnew[data-v-3e7538ab] {
    background: #000;
    padding: 30px 0 16px
}

.text_slide[data-v-3e7538ab] {
    color: #fff
}

.newnav[data-v-3e7538ab] {
    column-count: 3;
    margin-bottom: 16px
}

.newnav a[data-v-3e7538ab] {
    display: block;
    list-style: none;
    padding: 12px 30px;
    text-align: center;
    background: #ffd800;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 2px 2px #ffffffe6;
    border: 1px solid #000
}

.newnav a[data-v-3e7538ab]:hover {
    background: #fff;
    color: #000
}

.sattalogo[data-v-3e7538ab] {
    background: #fff;
    padding: 30px 0
}

.sattalogo a[data-v-3e7538ab] {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none
}

.sattalogo h1[data-v-3e7538ab] {
    margin: 0;
    padding: 0
}

.sattalogo img[data-v-3e7538ab] {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width: 768px) {
    .newnav a[data-v-3e7538ab] {
        padding:7px 4px;
        border-radius: 4px;
        box-shadow: none;
        border: none;
        font-size: 13px
    }

    .sattalogo a[data-v-3e7538ab] {
        font-size: 28px
    }

    .sattalogo[data-v-3e7538ab] {
        padding: 20px 0
    }
}

.aboutusbox {
    padding: 60px 0
}

.aboutusbox p {
    line-height: 32px
}

.titlemain {
    color: #3d3b42;
    font-size: 50px;
    font-weight: 700
}

.titlemain span {
    display: block;
    color: #dc2751;
    margin-bottom: 30px
}

.readmore {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 35px;
    background: #dc2751;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px
}

.readmore:hover {
    background: #282834;
    color: #fff;
    text-decoration: none
}

.middivider p {
    color: #fff
}

.middivider h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.middivider2 p {
    color: #fff
}

.middivider2 h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.deviderbtn {
    text-align: right
}

.middivider a {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 15px 40px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 30px
}

.middivider a:hover {
    color: #dc2751;
    border: 1px solid #dc2751;
    background: #fff;
    text-decoration: none
}

.bottomcontact {
    padding: 60px 0
}

.mainbottomform {
    background: #282834;
    min-height: 400px
}

.bottodetail {
    background: #dc2751;
    min-height: 400px;
    padding: 50px 30px;
    position: relative
}

.bottodetail:after {
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    border: 1px solid #fff;
    content: "";
    position: absolute
}

.form-control:not(textarea) {
    height: 45px
}

.form-control {
    border-radius: 0
}

.mainbottomform .form-control {
    background: #13131c;
    border: 1px solid #101013
}

.bottodetail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 2
}

.bottodetail ul li {
    margin-bottom: 15px;
    color: #fff
}

.bottodetail ul li strong {
    font-weight: 700;
    display: block;
    color: #fff
}

.mybottomform {
    padding: 30px
}

.btn-primary {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    border-radius: 35px;
    background: #6dfdff;
    padding: 15px 45px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 10px
}

.btn-primary:hover {
    color: #dc2751;
    border: 1px solid #dc2751;
    background: #fff;
    text-decoration: none
}

.footermain h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700
}

ul.socilabottom {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block
}

ul.socilabottom li {
    padding: 1px;
    width: 50%;
    float: left
}

ul.socilabottom li a {
    background: #dc2751;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px
}

ul.socilabottom li a:hover {
    color: #333;
    text-decoration: none;
    background: #6dfdff
}

.dropdown-menu>li>a {
    padding-top: 5px;
    padding-bottom: 5px
}

.footermain p {
    color: #fff;
    line-height: 32px
}

.footermain .more12 {
    color: #6dfdff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0
}

ul.linksnew {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.linksnew li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

ul.linksnew li:after {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #dc2751;
    content: "\f105";
    top: 0;
    left: 0;
    position: absolute;
    font-family: FontAwesome
}

ul.linksnew li a {
    color: #fff
}

ul.linksnew li a:hover {
    text-decoration: none;
    color: #6dfdff
}

.ourservives {
    padding: 60px 0
}

.middivider2 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.middivider2 ul li {
    position: relative;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 15px
}

.middivider2 ul li:after {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #dc2751;
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-family: FontAwesome
}

.testimonial {
    padding: 20px;
    margin: 20px;
    position: relative
}

.testimonial .pic {
    position: relative
}

.testimonial h4 {
    color: #3d3b42;
    font-size: 18px;
    font-weight: 700
}

.testimonial p {
    line-height: 30px
}

.testimonial a {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    background: #dc2751;
    padding: 8px 20px;
    display: inline-block;
    text-shadow: none;
    border: 1px solid #fff;
    margin-top: 10px
}

.ser_con {
    text-align: center;
    margin-top: 20px
}

.owl-theme .owl-controls {
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: #282834!important;
    opacity: 1!important
}

.owl-prev {
    position: absolute;
    left: -5%
}

.owl-next {
    position: absolute;
    right: -5%
}

.owl-prev:after,.owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1
}

.owl-next:after {
    content: "\f105"
}

.deviderbtn img {
    padding: 10px;
    background: #fff;
    box-shadow: 4px 4px 4px #00000080
}

.top_titlebox h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

ul.pointlist {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.pointlist li:after {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #fff;
    background: #dc2751;
    content: "\f00c";
    top: 0;
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    font-size: 12px
}

ul.pointlist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.active {
    background: #fff!important;
    color: #000;
    text-decoration: none
}

.gamenameeach {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase
}

.waitimg {
    height: 40xp;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: bottom
}

.sattaname p {
    font-size: 33px;
    margin: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.sattaresult span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 39px
}

#clockbox {
    font-weight: 700;
    color: pink;
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px
}

.callbox {
    padding: 50px 0
}

.sattname {
    font-weight: 700;
    color: #000;
    font-size: 22px
}

.loginhead {
    font-weight: 700;
    color: #000;
    font-size: 32px
}

.formbut {
    background: pink;
    color: #000;
    text-center: center
}

.input-group-text {
    background-color: #b80d57;
    color: #fff;
    border: none
}

.hitwo {
    color: #000
}

.hitwo:after {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    content: "";
    border: 1px solid #fff
}

.newnumber {
    color: #000;
    font-weight: 700;
    margin: 10px;
    font-size: 24px
}

.butonnew {
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    background: pink;
    color: #000;
    padding: 0 50px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000
}

.butonnew:hover {
    text-decoration: none;
    color: #000
}

.vailabel {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    display: block;
    margin: 15px
}

.sattadividerr {
    background: pink;
    padding: 0;
    border-top: 2px solid #000
}

.sattadividerr h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 0
}

.sattadividerr p {
    margin: 8px 0;
    color: #000
}

.sattadividerr strong i {
    padding: 10px;
    background: #000;
    color: #fff;
    margin: 0 10px
}

.tablebox1 .table .forblack,.tablebox1 .table .foryellow {
    background: #ffd800;
    color: #000
}

.tablebox1 .table-bordered>thead>tr>th,.tablebox1 .table-bordered>tbody>tr>th,.tablebox1 .table-bordered>tfoot>tr>th,.tablebox1 .table-bordered>thead>tr>td,.tablebox1 .table-bordered>tbody>tr>td,.tablebox1 .table-bordered>tfoot>tr>td {
    border: 1px solid #333
}

.tablebox1 .table td {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    text-align: center;
    vertical-align: middle
}

.tablebox1 .table {
    margin-bottom: 0
}

.nopadding {
    padding: 0
}

.octoberresultchart {
    padding: 20px 0;
    color: #000;
    background: linear-gradient(#ffd800,#fff);
}

.octoberresultchart h1 {
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.forfirtcolor {
    background: #ffd800;
    color: #000;
    font-weight: 700;
    min-width: 120px
}

.table_chart_section_02 {
    text-align: center;
    font-weight: 700;
    color: #000;
    display: block
}

.newtable .table-bordered>thead>tr>th,.newtable .table-bordered>tbody>tr>th,.newtable .table-bordered>tfoot>tr>th,.newtable .table-bordered>thead>tr>td,.newtable .table-bordered>tbody>tr>td,.newtable .table-bordered>tfoot>tr>td {
    border: 1px solid #333
}

.newtable .table {
    margin: 0
}

.table_chart_section2 {
    background: pink;
    color: #000;
    font-weight: 700
}

.table_chart_section a {
    color: #000;
    display: block;
    font-weight: 700;
    text-align: center
}

.somelinks {
    padding: 15px 0;
    background: #000
}

.somelinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.somelinks ul li {
    float: left;
    padding: 0 20px;
    position: relative;
    text-align: center
}

.somelinks ul li a {
    font-weight: 700;
    text-align: justify;
    display: block;
    color: #fff;
}

.somelinks ul li a:hover {
    color: #fff;
    text-decoration: none
}

.somelinks2 {
    padding: 10px 0;
    background: #ffd800;
}

.somelinks2 strong {
    font-weight: 700;
    text-align: center;
    display: block;
    color: #000
}

#frm_user .form-wrapper {
    position: relative
}

#frm_user .form-wrapper i {
    position: absolute;
    top: 8px;
    left: 7px
}

#frm_user .form-wrapper .form-control {
    padding-left: 30px;
    margin-bottom: 15px;
    border: 2px solid #000
}

.clearfix {
    padding-bottom: 10px
}

.login-form {
    text-align: center;
    font-weight: 800;
    color: #3c763d;
    font-size: 20px
}

@media only screen and (max-width: 768px) {
    .sattname {
        font-size:14px
    }

    .butonnew {
        margin-bottom: 10px
    }

    .octoberresultchart h1 {
        font-size: 18px
    }

    .butonnew {
        padding: 0 10px
    }

    .greet {
        width: 105px
    }

    .foryellow {
        background: pink;
        color: #000;
        font-size: 15px!important;
        vertical-align: middle
    }
}

@media only screen and (max-width: 991px) {
    .foryellow {
        background:red;
        color: #000;
        font-size: 15px!important;
        vertical-align: middle
    }
}

:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #303030;
    --vt-c-indigo: #303030;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64)
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-background: var(--vt-c-white);
        --color-background-soft: var(--vt-c-white-soft);
        --color-background-mute: var(--vt-c-white-mute);
        --color-border: var(--vt-c-divider-light-2);
        --color-border-hover: var(--vt-c-divider-light-1);
        --color-heading: var(--vt-c-text-light-1);
        --color-text: var(--vt-c-text-light-1);
        --section-gap: 160px
    }
}

body {
    min-height: 100vh;
    font-family: Avenir,Helvetica,Arial,sans-serif,Segoe UI;
    color: var(--color-text);
    background: var(--color-background);
    transition: color .5s,background-color .5s;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
