@charset "utf-8";

/* ------------------ General ---------------- */

.bgpurple {background: #1e1b34;}
.darkbgpurple {background: #0E0D1A;}
.borderpurple {border: 2px solid #0E0D1A;}
.purpletxt {color : #0E0D1A !important; }
.grwhitebg {background: rgba(255,255,255,0.8)}
.grpurplebg {background: rgba(14,13,26,0.8)}
.jumbtronbg {background: url("../img/bg-eifel.jpg") center; background-size: contain;}
.blacktxt {color: #000 !important;}
.notificon { top: 3px;}
.front {z-index: 99999999;}
.borderheader {border-bottom: 5px solid #FFAE00;}
body {padding-top: 128px !important; background: url("../img/bg.jpg") top repeat-x; background-size: cover;}
a:hover {text-decoration: none !important;}
h1, h2, h3, h4, h5, h6 {font-family: "Shojumaru", system-ui;}

@media only screen and (max-width: 600px) {
  body {padding-top: 150px !important; }
}

/* -------------------Font Size--------------------------- */


.font-size-small {font-size: 13px !important;}
.font-size-medium {font-size: 20px !important;}
.font-size-big {font-size: 39px !important;}
.chinesefont {font-family: "Ma Shan Zheng", cursive;}

/* Font Style */
@font-face {
  font-family: chinesefont;
  src: url("/web/20241007153402im_/http://parisianmacaopools.com/templates/fonts/chinesefont.ttf");
}

@font-face {
  font-family: headings;
  src: url("/web/20241007153402im_/http://parisianmacaopools.com/templates/fonts/Shojumaru-Regular.ttf");
}

/* ------------------- Balls --------------------------- */

.balls-1 {
border: solid 6px #1e1b34;
display:inline-block;
width:51px;
height:50px;
line-height:35px;
text-align:center;
color:#000;
font-weight: bold;
margin-right: 2px;
font-size:28px;

-moz-border-radius:100%;
-o-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
}

.balls-2 {
border: solid 6px #1e1b34;
display:inline-block;
width:41px;
height:40px;
line-height:27px;
text-align:center;
color:#000;
font-weight: bold;
margin-right: 2px;
font-size:22px;

-moz-border-radius:100%;
-o-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
}

.balls-3 {
display:inline-block;
width:31px;
height:30px;
line-height:30px;
text-align:center;
color:#fff;
margin-right: 2px;
font-size:16px;

-moz-border-radius:100%;
-o-border-radius:100%;
-webkit-border-radius:100%;
border-radius:100%;
} 

.balls2 {
  
  background-position:left;
  background-repeat:repeat-x;
  width:208px;
  margin:0 auto;
  padding: 0px 0 0px 10px;
  letter-spacing:25px;
  display:block;
  height:30px;
  background-image:url("/web/20241007153402im_/http://parisianmacaopools.com/templates/icons/balls.png");
  color:#fff;
  font-size:19px;
}

/* Livedraw Content Style */

.livedrawcontent {background: url("../img/bg.jpg") center; background-size: cover; width: 100%; height: 100vh; padding: 0 !important;}



/* Scroll Style */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0E0D1A; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1e1b34; 
}