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;
    
}
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;
}
img#logo-img {
    width: 90%;
    max-width: 520px;
    max-height: 88px;
    margin: auto;
}
div#navbar {
    width: 100%;
    text-align: center;
    margin: 4px 0;
    font-size: 1em;
}
div.nav-link {
    width: 96%;
    max-width: 960px;
    margin: 8px auto;
    border: 1px solid #039;
    background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);

}
h4.nav-text {
    padding: 10px 4px;
    line-height: 20px;
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
div#section {
    width: 100%;
    text-align: center;
    margin: 4px 0 12px;
}
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;
}
.adss{
    padding:0px;
    font-weight: 800;
    margin:8px 0;
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
table.game-table {
    width: 100%;
}
tr.game-date,
tr#login-head {
    width: 100%;
    height: 40px;
    border: 1px solid #396;
    background-color: #3c9;
}
tr.game-date td.date,
td#login-head {
    vertical-align: middle;
    font-size: 1em;
    color: #fff;
}
tr.game-result,
tr.holder {
    width: 100%;
    height: 60px;
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    background-color: rgb(255, 165, 0);
    border: 1px solid rgb(15, 2, 2);
}
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: #f79414;
}
td.e-link:hover,
div.nav-link:hover,
input#direct-chart:hover,
input.log:hover,
input.post:hover {
    background-color: rgb(207, 213, 226);
}
input.filledBox,
input.blankBox {
    width: 60px;
    margin: 8px;
    padding-left: 8px;
    height: 40px;
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(238, 180, 22);
}
input.filledBox {
    border: 1px solid #396;
    background-color: #3c9;
}
input.blankBox {
    border: 1px solid #da040c;
    background-color: #da8b15;
}
div#footer {
    width: 100%;
    text-align: center;
    margin: 4px auto 8px;
    display: inline-block;
}
div#chart-form {
    width: 96%;
    max-width: 960px;
    margin: auto;
    color: rgb(27, 2, 2);
    border: 1px solid #000000;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    display: inline-block;
    padding: 8px 4px;
}
h2#chart-text {
    padding: 2px;
    color: rgb(0, 0, 0);
    line-height: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
}
select#month,
select#year,
input#direct-chart {
    width: 30%;
    min-width: 180px;
    max-width: 320px;
    margin: 8px 1%;
    height: 40px;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    padding: 8px;
    background-color: #f8f9d2;
    background-image: linear-gradient(315deg, #f8f9d2 0%, #e8dbfc 74%);
}
input.text,
input.log {
    width: 84%;
    margin: 8px auto;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 4px;
}
input.post,
input.value {
    width: 30%;
    min-width: 120px;
    max-width: 320px;
    margin: 8px 1%;
    font-size: 1em;
    font-weight: 700;
    padding: 8px 4px;
}
tr.holder {
    border: 1px solid #e7aa26;
    background-color: #fbc503;
}
td.row {
    vertical-align: middle;
}
input#direct-chart,
input.log,
input.post {
    border: 1px solid rgb(233, 236, 240);
    background-color: #36096d;
    background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%);
    color: rgb(0, 0, 0);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: larger;

}
a:link,
a:hover,
a:active,
a:visited {
    color: #ffffff;
    text-decoration: none;
}
textarea {
    resize: vertical;
    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 #ef6983;
    background-color: #fddde2;
}
div#success {
    border: 1px solid #02c77c;
    background-color: #bdefc1;
}
div#error {
    border: 1px solid #d7d446;
    background-color: #f4f3a9;
}
div#info {
    border: 1px solid #1ad4ec;
    background-color: #c1f2f9;
}
table tr.day-number {
    background-color: #f0f1f7;
    background: linear-gradient(360deg, #040b4e  0% , #004e92 74%);
}
/* table tr.day-number:nth-child(odd) {
    background-color: #0c1cb1;
    background: linear-gradient(10deg #0818a7, #004e92);
} */
table.chart-table {
    width: 100%;
}
tr.chart-head {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(10, 10, 10);
    background-color: orange;
    color: #000;
}
td.month {
    vertical-align: middle;
    border: 2px solid white;
    font-size: 1em;
    color: rgb(15, 15, 15);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.date-name {
    width: 100%;
    height: 36px;
    background-color: #030303;
    border: 1px solid #fffffe;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.date-name td.date,
tr.date-name th.name {
    border-right: 1px solid #ffffff;
    vertical-align: middle;
    color: white;
    font-size: 13px;
}
tr.day-number {
    width: 100%;
    height: 32px;
    border: 1px solid #ccc;
}
tr.day-number td.day,
tr.day-number td.number {
    border-right: 1px solid #ccc;
    vertical-align: middle;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.date-name td.date,
tr.day-number td.day {
   font-weight: 700;
    color: rgb(0, 0, 0);
}
td.day div {
    min-width: 60px;
    max-width: 180px;
}
td.e-link {
    vertical-align: middle;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(243, 244, 247);
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   

    
}
.aero .p {
    color: rgb(3, 0, 0);
    font-size: larger;
    font-weight: 800;
  
}
td.d-link {
    vertical-align: middle;
    color: #fff;
    background-color: #6f6c6c;
    border: 1px solid #3b3b3c;
}
tr.option {
    font-size: 1em;
    color: #fff;
    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: 700;
    padding: 8px 4px;
}
div.main-content {
    width: 98%;
    margin: -3px 1% -28px;
    display: inline-block;
}
table.quick-result-board {
    width: 100%;
    margin-bottom: 36px;
}
tr.board-title {
    width: 100%;
    height: 60px;
    border: 2px solid rgb(248, 252, 250);
    background-color: rgb(0, 0, 0);
    line-height: 1.4;

}
tr.board-title > th {
    vertical-align: middle;
    font-size: 1.2em;
    color: #fff;
    margin: 0 8px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.board-head {
    width: 100%;
    height: 40px;
    border: 1px solid #212121;
    background-color: #bf3a30;
    background-image: linear-gradient(315deg, #bf3a30 0%, #864ba2 74%);
    box-shadow: -4px -4px 8px #292525fb , 4px 4px 6px rgba(94, 104, 121, 288);
   
}
tr.board-head > th {
    vertical-align: middle;
    font-size: 1.1em;
    color: #fff;
    line-height: 24px;
    margin: 4px 2px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.board-head a {
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.games-name {
    width: 64%;
    text-align: left;
    padding: 4px 8px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.today-date,
.yesterday-date {
    width: 18%;
    text-align: center;
    text-align: right;
    padding: 4px 12px;
}
.game-details {
    vertical-align: middle;
    text-align: left;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.game-details > .game-name {
    font-size: 1.1em;
    font-weight: bold;
    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 > h6,
.yesterday-number > h6 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 4px 8px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
tr.highlight {
    background-color: #fbc503;
}

.privacy{
    display:flex;
    color:blue;
    justify-content: center;
}
.policy{
    border:2px solid aqua;
    text-align:center;
    background-color: gray;
    margin:4px;
    font-weight:bold;
    font-size:0.8em;
    padding: 5px;
    
}