@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* ------------------Reset--------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
img {
  vertical-align: top;
}
embed {
  vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
textarea,
select {
  margin: 0;
  padding: 0px;
}

/*----------------- global ------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Oswald", sans-serif;
  background-color: #000;
}

.containerPaito {
  /* width: 69%; */
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}

.containerPaito100 {
  /* width: 69%; */
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}

.menu2 {
  background: none 0 0 repeat scroll;
  width: 100% !important;
  position: relative;
  margin: auto;
  text-align: center;
}

#btnn {
  width: 50%;
  padding: 5px 0px 5px 0px;
  border: 1px solid #000;
}

.color {
  float: left;
  height: 25px;
  position: relative;
  text-align: center;
  margin: auto;
  width: 12.5%;
  cursor: -webkit-pointer;
  cursor: pointer;
}

.Paito-Logo {
  width: 320px;
  height: 55px;
}

.Head-Pos {
  margin: auto;
  text-align: center;
}

#color-selector {
  border: 1px solid black;
  width: 50%;
  margin: auto;
  text-align: center;
}

.colorw {
  background-color: white;
}
.colorg {
  background-color: #e8e4e7;
}

#colormenu.fixed {
  position: fixed;
  top: 0;
}

.color.eraser {
  background: none repeat scroll 0 0 #ffffff;
}

.color.Aqua {
  background: none repeat scroll 0 0 #00ffff;
}

.color.Gold {
  background: none repeat scroll 0 0 #ffd700;
}

.color.LightGreen {
  background: none repeat scroll 0 0 #90ee90;
}

.color.DeepPink {
  background: none repeat scroll 0 0 #ff1493;
  color: #ffffff;
}

.color.violet {
  background: none repeat scroll 0 0 #ee82ee;
}

.color.Turquoise {
  background: none repeat scroll 0 0 #46d6db;
}

.color.Orange {
  background: none repeat scroll 0 0 #ffb878;
}

.colorBlue {
  background-color: #b00d1e;
  color: white;
}

.data-history {
  /* display: inline-block; */
  color: black;
  cursor: default;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  margin: -0.15%;
  max-width: 100%;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.data-history th {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  border: 1px solid #4e4e42;
  color: #fff;
  text-transform: uppercase;
  /* background: radial-gradient(circle at bottom, #056676 0%, #090a0f 100%); */
}

.data-history td {
  width: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border: 1px solid #4e4e42;
  margin-left: auto;
  margin-right: auto;
}

.data-history-all {
  display: inline-block;
  color: black;
  cursor: default;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
  margin: -0.15%;
  max-width: 100%;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.data-history-all th {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  border: 1px solid #4e4e42;
  color: #fff;
  text-transform: uppercase;
  /* background: radial-gradient(circle at bottom, #056676 0%, #090a0f 100%); */
}

.data-history-all td {
  width: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  border: 1px solid #4e4e42;
  margin-left: auto;
  margin-right: auto;
}

.width {
  width: 12%;
}

.width5 {
  width: 19%;
}

.width2 {
  /* width: 50%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.width3 {
  /* width: 60%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.width4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.angka {
  text-align: center;
  border: 1px black solid;
  padding: 3px 0px;
  cursor: -webkit-pointer;
  cursor: pointer;
  font-size: 18px;
}

.angkax {
  text-align: center;
  border: 1px black solid;
  padding: 3px 0px;
  cursor: -webkit-pointer;
  cursor: pointer;
}

.fitam {
  /* background: none repeat scroll 0 0 #ffffff; */
  background-color: #e8e4e7;
  color: #666699;
}

.menupilih {
  margin: auto;
  text-align: center;
  padding: 50px 0px 20px 0px;
}

.menupilih select {
  width: 20%;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: inherit;
  background-color: #2c3e50;
  color: white;
  border: none;
  padding: 5px 0px 5px 0px;
  text-align-last: center;
}

.menupilih select > option {
  font-size: 16px;
}

.color input {
  border: 0 none;
  float: right;
  left: 220px;
  position: absolute;
}

.colorpicker_submit {
  color: #ffffff;
}

.colorpicker {
  z-index: 20;
}

.selected {
  border: 0 solid #000000;
}

.tabdate {
  width: 40%;
  background-color: white;
}

.Paito-Logo {
  width: 320px;
  height: 55px;
}

.Title-Paito {
  font-size: 35px;
}

.Head-Pos {
  background-color: #f4f4f4;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .containerPaito {
    /* width: 140%; */
    width: 160%;
    /* width: 100%; */
    display: table;
    text-align: left;
    margin: 0px;
  }

  .containerPaito100 {
    /* width: 140%; */
    /* width: 160%; */
    width: 100%;
    display: table;
    text-align: left;
    margin: 0px;
  }

  .menu2 {
    /* z-index:99999; */
    position: static;
    width: 100%;
  }

  .data-history {
    /* display: inline-block; */
    color: black;
    cursor: default;
    font-weight: bold;
    /* text-align: center; */
    border-spacing: 0px;
    /* margin:0px; */
  }

  .data-history th {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
    border: 1px solid #4e4e42;
    /* border: 1px solid white; */
    width: 30%;
  }

  .data-history td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    border: 1px solid #4e4e42;
    /* border: 1px solid gold; */
  }

  #color-selector {
    border: 1px solid black;
    /* left: 332px; */
    /* width: 548px; */
    width: 100%;
    margin: auto;
    text-align: center;
  }

  .width {
    width: 14%;
    margin: 0px;
  }

  .width2 {
    width: 100%;
    margin: auto;
  }

  .width3 {
    width: 100%;
    margin: 0px;
  }

  .width4 {
    width: 100%;
    margin: auto;
  }

  #btnn {
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  .angka {
    width: 100%;
    /* font-size: 14px; */
  }

  .color {
    height: 30px;
  }

  .menupilih {
    padding: 80px 0px 20px 0px;
  }

  .menupilih select {
    width: 28%;
  }

  .Title-Paito {
    font-size: 22px;
  }

  .Paito-Logo {
    width: 220px;
    height: 40px;
  }
}
