* {
  padding: 0;
  margin: 0
}

body {
  color: #000;
  background-color: #f1f1f1;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  font-family: Geneva, Tahoma, Verdana, Helvetica, arial, sans-serif;
}

.container {
  width: 98%;
  max-width: 960px;
  margin: auto
}

/* .highlight {
    background-color: #eae4fe!important
} */

.news {
  margin-block: 1em
}

.table {
  border-collapse: collapse;
  width: 100%
}

.table td,
.table th {
  border: 1px solid #ddd;
  padding: 8px;
  width: 20%;

}

/* .table tr:nth-child(odd) {
    background-color: #fff
} */

/* .table tr:nth-child(2n) {
    background-color: #f5f5f5
} */



.text-center,
.number {
  text-align: center
}

.text-left {
  text-align: left
}

.fs-3 {
  font-size: 25px;
  font-weight: 700
}

.fs-5 {
  font-size: 20px
}

.small {
  font-size: 13px;
  display: flex;
  gap: 10px
}

.date {

  /* width: 45px; */
  /* background-color: #673de5; */
  color: red;
}

#goToTopBtn {
  color: #fff;
  cursor: pointer;
  width: 40px;
  background: #222;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  height: 40px;
  border: 2px solid #d8d5e2;
  border-radius: 50%
}

#goToTopBtn:hover {
  background-color: #131d3a
}

.refresh {
  color: #fff;
  cursor: pointer;
  background: #f47721;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 1px solid #f85a40;
  border-radius: 5px;
  padding: 5px 10px
}

footer {
  padding: 1em;
  background-color: #000;
  color: #fff
}

.pagelinks {
  display: flex;
  align-items: center;
  gap: 5px 1em;
  flex-wrap: wrap;
  margin-block: 1em
}

.pagelinks a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2a195f;
  border: 1px solid #202020
}

.pagelink {
  background-color: #673de5 !important
}

.pagelinks a:hover {
  background-color: #e1306c
}

.social {
  margin-block: 10px;
  display: flex;
  align-items: center;
  gap: 1em
}

.social_link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px
}

.twitter {
  background-color: #505050
}

.facebook {
  background-color: #1877f2
}

.youtube {
  background-color: red
}

.instagram {
  background-color: #e1306c
}

.social_link:hover {
  transform: scale(1.1)
}

.iamflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.copyrights {
  border-top: 1px solid #222;
  margin-top: 10px;
  padding-top: 10px
}

/* .day {
  font-weight: 700
} */

.rc {
  text-decoration: none;
  color: #a51890;
  font-weight: 700
}

.thmain {
  width: 70%
}

.navbar-brand {
  background-color: #000;
  padding: 10px;
  display: block
}

.heading {
  color: #fff;
  font-weight: 500;
  font-size: 1em;
  text-align: center
}

.content {
  padding: 1em
}

.content table {
  border-collapse: collapse;
  width: 100%
}

.content table td,
.content table th {
  border: 1px solid #ddd;
  padding: 8px
}

.content table tr:nth-child(odd) {
  background-color: #fff
}

.content table tr:nth-child(2n) {
  background-color: #f5f5f5
}

.content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #222;
  color: #fff
}

.blogcontainer {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 10px;
  place-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 1em;
  margin-block: 1em
}

.blog_list,
.post_list {
  text-decoration: none;
  color: #000
}

.blog_post div {
  font-size: 1.1em;
  font-weight: 700
}

.blog_img img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
  border-radius: 5px
}

.rounded {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px
}

.blogsidebar {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: .5em;
  margin-block: 1em
}

.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 1em
}

.content li {
  margin-bottom: 10px
}

.content ul,
.content ol {
  list-style-position: inside;
  margin-block: 1em
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 1em
}

.yesflex {
  display: flex;
  align-items: center;
  gap: 10px
}

.page_404 {
  max-width: 500px;
  margin: auto
}

input[type=month] {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #0000001a;
  transition: border-color .3s ease
}

input[type=month]:focus {
  border-color: #007bff;
  outline: none
}

input[type=month]:hover {
  border-color: #0056b3
}

.oldResult {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #dbebfa;
  padding: 10px
}

.cmbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-block: 1em
}

.cmbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 1%;
  background-color: #673de5;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  width: 200px
}

.updated {
  padding: 1em;
  background-color: #dbebfa
}

@media only screen and (max-width: 768px) {
  .cmbtn a {
    width: 45%
  }

  .thmain {
    width: 55%
  }

  .blogcontainer {
    grid-template-columns: 100%
  }

  .heading {
    font-size: .9em
  }

  h1 {
    font-size: 1.2em;
    padding: 1em
  }

  .small {
    flex-direction: column;
    gap: 2px
  }

  .fs-5 {
    font-size: 17px
  }

  .fs-3 {
    font-size: 21px
  }

  .table th,
  .name,
  .date {
    font-weight: 500;
    font-size: 13px
  }

  .date {
    width: 35px
  }
}

.card-body {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem .5rem;
  border: dashed black;
  border-radius: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center
}

.card-body p {
  color: #000
}

.circlebox2 {
  background: #fff;
  text-align: center;
  margin: 0;
  padding: 0 0 20px;
  min-width: 3rem
}

.sattaresult {
  padding-top: 1rem;
  padding-bottom: 1rem
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

html,
body {
  background-color: #F1F1F1;
  font-family: Geneva, Tahoma, Verdana, Helvetica, arial, sans-serif;
}

div#header {
  width: 100%;
  text-align: center;
  padding: 8px 0 2px 0;
}

img#logo-img {
  width: 90%;
  max-width: 520px;
  max-height: 88px;
  margin: auto;
}

div#navbar {
  width: 100%;
  text-align: center;
  margin: 4px 0px;
  font-size: 1em;
}

div.nav-link {
  width: 99.8%;
  max-width: 960px;
  margin: 8px auto;
  border: 1px solid #003399;
  background-color: rgb(23, 108, 238);
}

h1.nav-text {
  padding: 10px 4px;
  line-height: 20px;
  color: white;
}

div#section {
  width: 100%;
  text-align: center;
  margin: 4px 0px 12px 0px;
}

div#container {
  width: 98%;
  max-width: 960px;
  margin: auto;
  display: inline-block;
}

div.content {
  width: 96%;
  max-width: 424px;
  margin: 8px 2%;
  display: inline-block;
}

table#login-form {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

table.game-table {
  width: 100%;
}

tr.game-date,
tr#login-head {
  width: 100%;
  height: 40px;
  border: 1px solid #339966;
  background-color: #33CC99;
}

tr.game-date td.date,
td#login-head {
  vertical-align: middle;
  font-size: 1em;
  color: white;
}

tr.game-result,
tr.holder {
  width: 100%;
  height: 60px;
  background-color: white;
  border: 1px solid #CCCCCC;
}

td.game-time {
  vertical-align: middle;
  text-align: left;
}

h2.game {
  font-size: 1em;
  margin: 4px 8px;
}

h2.time {
  font-size: 0.8em;
  margin: 4px 8px;
  float: left
}

td.game-number {
  vertical-align: middle;
  text-align: right;
  padding-right: 8px;
}

h3.number {
  font-size: 2em;
  margin: 4px 8px;
}

tr.space {
  width: 100%;
  height: 12px;
}

h2.logRow {
  margin: 8px;
  text-align: left;
  line-height: 24px;
}

h1.logRow {
  margin: 8px;
  text-align: left;
  color: blue;
}

.game-result:hover {
  background-color: #F1F1F1;
  border: #CCCCCC 1px solid;
}

td.e-link:hover,
div.nav-link:hover,
input#direct-chart:hover,
input.log:hover,
input.post:hover {
  background-color: #003399;
}

input.filledBox,
input.blankBox {
  width: 60px;
  margin: 8px;
  padding-left: 8px;
  height: 40px;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}

input.filledBox {
  border: 1px solid #339966;
  background-color: #33CC99;
}

input.blankBox {
  border: 1px solid #DA040C;
  background-color: #F7435E;
}

div#footer {
  width: 100%;
  text-align: center;
  margin: 4px auto 8px auto;
  display: inline-block;
}

div#chart-form {
  width: 96%;
  max-width: 960px;
  margin: auto;
  color: white;
  border: 1px solid rgb(231, 170, 38);
  background-color: #FBC503;
  display: inline-block;
  padding: 8px 4px;
}

h2#chart-text {
  padding: 2px;
  color: black;
  line-height: 20px;
}

select#month,
select#year,
input#direct-chart {
  width: 30%;
  min-width: 180px;
  max-width: 320px;
  margin: 8px 1%;
  font-size: 1em;
  font-weight: bold;
  padding: 8px;
}
input#direct-chart {
  text-align: center;
}

input.text,
input.log {
  width: 84%;
  margin: 8px auto;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 4px;
}

input.post,
input.value {
  width: 30%;
  min-width: 120px;
  max-width: 320px;
  margin: 8px 1%;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 4px;
}

tr.holder {
  border: 1px solid rgb(231, 170, 38);
  background-color: #FBC503;
}

td.row {
  vertical-align: middle;
}

input#direct-chart,
input.log,
input.post {
  border: 1px solid #003399;
  background-color: rgb(23, 108, 238);
  color: white;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

textarea {
  resize: vertical;
  width: 84%;
  height: 60px;
  margin: 8px auto;
}

div.message {
  padding: 4px 2px;
  display: inline-block;
  margin: 12px auto;
  width: 96%;
  max-width: 480px;
  min-height: 32px;
}

h4.message {
  text-align: left;
  line-height: 24px;
  padding: 0.5em;
  font-size: 1em;
  float: left;
}

div#failed {
  border: 1px solid rgb(239, 105, 131);
  background-color: rgb(253, 221, 226);
}

div#success {
  border: 1px solid rgb(2, 199, 124);
  background-color: rgb(189, 239, 193);
}

div#error {
  border: 1px solid rgb(215, 212, 70);
  background-color: rgb(244, 243, 169);
}

div#info {
  border: 1px solid rgb(26, 212, 236);
  background-color: rgb(193, 242, 249);
}

table tr.day-number:nth-child(even) {
  background-color: #F9F9F9;
}

table tr.day-number:nth-child(odd) {
  background-color: #fff;
}

table.chart-table {
  width: 100%;
}

tr.chart-head {
  width: 100%;
  height: 40px;
  border: 1px solid #339966;
  background-color: #33CC99;
}

td.month {
  vertical-align: middle;
  font-size: 1em;
  color: white;
}

tr.date-name {
  width: 100%;
  height: 36px;
  background-color: #FBC503;
  border: 1px solid rgb(231, 170, 38);
}

tr.date-name td.date,
tr.date-name th.name {
  border-right: 1px solid rgb(231, 170, 38);
  vertical-align: middle;
}

tr.day-number {
  width: 100%;
  height: 32px;
  border: 1px solid #CCCCCC;
}

tr.day-number td.day,
tr.day-number td.number {
  border-right: 1px solid #CCCCCC;
  vertical-align: middle;
}

tr.date-name td.date,
tr.day-number td.day {
  color: red;
  text-align: center;
}

td.day div {
  min-width: 60px;
  max-width: 180px;
}

td.e-link {
  vertical-align: middle;
  color: white;
  background-color: rgb(23, 108, 238);
  border: 1px solid #003399;
}

h1.aero {
  color: white;
}

td.d-link {
  vertical-align: middle;
  color: white;
  background-color: #6F6C6C;
  border: 1px solid #3B3B3C;
}

tr.option {
  font-size: 1em;
  color: white;
  border: 2px solid #F1F1F1;
  height: 40px;
}

table tr.day-number:hover {
  background-color: #F0F0F0;
  color: red;
}

input #DT {
  width: 40%;
}

input #DT,
input #HR,
input #MN {
  margin: 8px auto;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 4px;
}

/* added new code*/
div.main-content {
  width: 98%;
  margin: 8px 1%;
  display: inline-block;
}

table.quick-result-board {
  width: 100%;
  margin-bottom: 36px;
}

tr.board-title {
  width: 100%;
  height: 60px;
  border: 1px solid #396;
  background-color: #3c9;
  line-height: 1.4;
}

tr.board-title>th {
  vertical-align: middle;
  font-size: 1.2em;
  color: #fff;
  margin: 0 8px;
}

tr.board-head {
  width: 100%;
  height: 40px;
  border: 1px solid #212121;
  background-color: #424242
}

tr.board-head>th {
  vertical-align: middle;
  font-size: 1.1em;
  color: #fff;
  line-height: 24px;
  margin: 4px 2px;
}

tr.board-head a {
  color: #fff;
}

.games-name {
  width: 64%;
  text-align: left;
  padding: 4px 8px 4px 8px;
}

.today-date,
.yesterday-date {
  width: 18%;
  text-align: center;
  text-align: right;
  padding: 4px 12px;
}

.game-details {
  vertical-align: middle;
  text-align: left;
}

.game-details>.game-name {
  font-size: 1.1em;
  font-weight: 500;
  margin: 4px 8px
}

.game-details>.game-time {
  font-size: 0.8em;
  padding: 2px 8px;
  float: left;
}

.game-details>.game-link {
  font-size: 0.8em;
  padding: 2px 8px;
}

.today-number,
.yesterday-number {
  vertical-align: middle;
  text-align: right;
  padding-right: 8px;
}

.today-number>h3,
.yesterday-number>h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 4px 8px;
}

tr.highlight {
  background-color: #fbc503;
  border: #bf8302 1px solid
}

label {
  text-align: left;
  display: block;
  font-weight: bold;
  width: 84%;
  margin: 8px auto auto auto;
}

.profile-data {
  text-align: left;
  width: 84%;
  margin: 4px auto;
}