/**
* Template Name: Medicio - v2.0.0
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


@font-face {
    font-family: 'arialBlack';
    src: url('../fonts/arial/arialblack.eot');
    src: url('../fonts/arial/arialblack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial/arialblack.woff') format('woff'),
         url('../fonts/arial/arialblack.ttf') format('truetype'),
         url('../fonts/arial/arialblack.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franklinGothicDemi';
    src: url('../fonts/franklingothic/franklingothicdemi.eot');
    src: url('../fonts/franklingothic/franklingothicdemi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franklingothic/franklingothicdemi.woff') format('woff'),
         url('../fonts/franklingothic/franklingothicdemi.ttf') format('truetype'),
         url('../fonts/franklingothic/franklingothicdemi.svg#franklingothicdemi') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'impact';
    src: url('../fonts/impact/impact.eot');
    src: url('../fonts/impact/impact.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact/impact.woff') format('woff'),
         url('../fonts/impact/impact.ttf') format('truetype'),
         url('../fonts/impact/impact.svg#impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'malgun';
    src: url('../fonts/malgun/malgun.eot');
    src: url('../fonts/malgun/malgun.eot?#iefix') format('embedded-opentype'),
         url('../fonts/malgun/malgun.woff') format('woff'),
         url('../fonts/malgun/malgun.ttf') format('truetype'),
         url('../fonts/malgun/malgun.svg#malgun') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'malgunBold';
    src: url('../fonts/malgun/malgunbd.eot');
    src: url('../fonts/malgun/malgunbd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/malgun/malgunbd.woff') format('woff'),
         url('../fonts/malgun/malgunbd.ttf') format('truetype'),
         url('../fonts/malgun/malgunbd.svg#malgunbd') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #222;
  margin: 0; padding: 0;
  background: url(../img/bgbody.jpg?v=2) center bottom no-repeat;
  background-color: #000066;
}

a {
  color: #337ab7;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

.hovertrans:hover {
  opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

p, li {
	color: #333;
}

.bgcontainer {
  background: rgba(0,0,0,0.7);
  padding: 1rem 0;
}

.mt1 {
  margin-top:1rem !important;
}

.mt2 {
  margin-top:2rem !important;
}

.mt3 {
  margin-top:3rem !important;
}

.mb1 {
  margin-bottom:1rem !important;
}

.mb2 {
  margin-bottom:2rem !important;
}

.mb3 {
  margin-bottom:3rem !important;
}

.mr1 {
  margin-right:1rem !important;
}

.mr2 {
  margin-right:2rem !important;
}

.mr3 {
  margin-right:3rem !important;
}

.ml1 {
  margin-left:1rem !important;
}

.ml2 {
  margin-left:2rem !important;
}

.ml3 {
  margin-left:3rem !important;
}

.justify-content-center {
  justify-content: center;
}

.align-item-center {
  align-items: center;
} 

.centers {
  display: table;
  margin-left:auto;
  margin-right: auto;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #d9534f;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #005fa9;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #de2910;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #801b0d;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 1.5rem 0 1.5rem 0;
  top: 40px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff000+0,ffa800+100 */
background: #fff000; /* Old browsers */
background: -moz-linear-gradient(top,  #fff000 0%, #ffa800 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff000 0%,#ffa800 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff000 0%,#ffa800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff000', endColorstr='#ffa800',GradientType=0 ); /* IE6-9 */
}

.top-header {
  background-color: #2D3030;
  height: 40px;
  z-index: 400;
  display: block;
  width: 100%;
  z-index: 400;
  position: relative;
  margin-bottom:20px;
}

.top-header-content {
	display: flex;
	line-height: 40px;
	justify-content: flex-end;
}

.top-header-content div:first-child {
	margin-right: 1rem;
}

.top-header-text a {
  color: #A5B6B4 !important;
  font-size: 13px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 400;
}

.top-header-icon a {
  color: #A5B6B4 !important;
  font-size: 18px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 400;
}

#header .logo img {
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

#header .logo a {
  color: #555555;
}

.countdown-wrapper {
  background: rgba(255,255,255,0.5);
  border-radius: 0 0 10px 10px;
  display: table;
  padding: 1rem;
  margin-left: auto;
  display: block;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  text-align: center;
}

.title-countdown {
  font-size: 31px;
  font-weight: bold;
}

.draw-count-down {
  font-size: 50px;
  font-weight: bold;
}

.draw-count-down .menit:after {
  content: ":";
  margin-left:5px;
}

.draw-count-down .menit:before {
  content: ":";
  margin-right:5px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.navwrapper {
}

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

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  flex:1 1 20%;
  text-align: center;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #a40003;
  transition: 0.3s;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  padding: 18px 15px;
  background-repeat: no-repeat;
  background-position: center left;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: #6f180c;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #003d6c;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  background-image: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  background: #005fa9;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Appointment Button */
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top: 46px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #de2910;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3fbbc0;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-top:2rem;
}

@media (min-width: 992px) {
  #hero {
    height: 368px;
  }
}

.slideshow-border {
  padding:30px;
  background: #fff;
  border-radius:10px 10px 0 0;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero .container {
  text-align: center;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.4);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(63, 187, 192, 0.6);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 368px;
  }
  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    /*height: 160vh;*/
    height: 368px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Center section
--------------------------------------------------------------*/

.centerheading {
  background: #de2910;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: normal;
  font-family:malgunBold;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.centerheading2 {
  padding:0;
  background: none;
  color: #de2910;
  font-weight: normal;
  font-family:malgunBold;
  font-size: 30px;
  line-height: 26px;
}

.centercontent {
  padding: 2rem;
  background: rgba(255,255,255,0.8);
}

.hdg-home {
  color: #1f1f1f;
  font-size:30px;
  font-family: malgunBold;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom:2rem;
}

.cta {
  background: #1f1f1f;
  background-size: cover;
  padding: 60px 0;
}

.bg-homeresult-wrapper {
}

.hdg-home-main-result {
  background: #a40003;
  color: #fff !important;
  background-size: auto 100%;
  text-shadow: 0px 1px 2px #000;
  border-bottom: 2px solid #444;
  padding:1rem;
  text-align: center;
}

.panel-heading, .panel-footer {
    padding: 15px 30px;
}

.panel-title {
	font-size: 36px;
  font-weight: bold;
}

.body-homeresult {
	padding:10px 20px 20px 20px;
	text-align: center;
  color: #eee;
}

.body-main-result {
  border-radius: 0 0 10px 10px;
}

.body-main-result .prizeNum {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-prize {
  font-size: 24px;
  font-weight: bold;
}

.date {
  font-size:26px;
}

.result-periode {
  padding:0.5rem 1rem;
  background: #de2910;
  color: #fff;
  border-radius: 20px;
  display: table;
}

.ball {
  background: url(../img/ball2.png?v=0) no-repeat;
  width: 232px;
  height: 57px;
  line-height: 57px;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  /*font-weight: normal;*/
  color: #000;
  display: block;
  margin:0 auto;
  box-sizing: border-box;
  letter-spacing: 41px;
  padding-left: 20px;
}

.ball .xxx {
	letter-spacing: 37.8px;
}

.first-prize .ball {
	font-size: 48px;
	background: none;
	width: 498px;
	height: 117px;
	line-height: 117px;
	background: url(../img/bigball.png?v=0) no-repeat;
	color: #670000;
	letter-spacing: 100px;
	padding-left: 45px;
	/*font-weight: normal;*/
}

.results-main-wrap .ball {
	width: 348px;
	letter-spacing: 41px;
	padding-left: 20px;
	font-size: 20px;
	height: 57px;
	line-height: 57px;
}

.results-main-wrap .ball .xxx {
	letter-spacing: 18px;
	padding-left: 0;
}

.prizeNum {
	margin-top:10px;
}

.ticket {
	background: #666;
	color: #fff;
	font-size: smaller;
	text-align: center;
	padding:5px;
}

.pageLeft {
	background: #fff;	
}

.pageRight {
	background: #666;
	padding:30px;
}

.pageRight img {
	margin-top:30px;
}

.pageRight img:first-child {
	margin-top:0;
}

.pageHeader, .pageContent {
	padding: 50px 50px 20px 50px !important;
}

.pageContent {
	background: #f8f9f9;
}

.panel, .panelWhite, .results-main-wrap, .entriesWrapper {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 12%);
  border: none;
  margin: 30px 0;
}

.results-main-wrap {
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
}

.results-main-wrap .body-homeresult {
	padding: 10px;
}

.results-main-wrap .panel-heading {
	padding: 15px;
}

.results-main-wrap .panel-title {
	font-size: 20px;
}

.results-main-wrap .hdg-home-main-result {
	font-size: 11px;
}

.last-result table tr th {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background:#de2910;
  padding: 10px 20px;
  margin: 0;
  text-align: center;  
}

.last-result table tr td {
  text-align: center;
  border: 1px solid #de2910;
}

tr.last-result-date:hover td {
  background: #f5f5f5;
}

.last-result table tr td {
  padding: 1rem 1.5rem;
  background: #fff;
}

.last-result-ball td {
  background: #fffbf2;
  border-top: 1px solid #fff0cc;
  border-bottom: 1px solid #fff0cc;
}

#frmperiode {
  display: flex;
  margin:0 auto;
  justify-content: center;
}

#frmperiode input, #frmperiode select {
  margin:0 3px;
  padding:3px 5px;
  cursor: pointer;
}

#frmperiode input {
  padding: 3px 2rem;
}

table.table-style {
  border: 1px solid #005fa9;
  /*padding: 10px;*/
  margin-bottom: 20px;
}

table.table-style th {
  border-bottom: 1px solid #005fa9;
}

.bdr-right {
  border-right: 1px solid #005fa9;
}

.bdr-top {
  border-top: 1px solid #005fa9;
}

.bdr-bottom {
  border-bottom: 1px solid #005fa9;
}



.pagination {
    text-align: center;
    margin: 20px;
    display: flex;
    justify-content: center;
}
.pagination a, .pagination strong {
    background: #0192e3;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
  line-height: 1.5em;
  color: #fff;
  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    background-color: #BEBEBE;
    color: #fff;
}
.pagination a:active {
  background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
  background: #535353;
    color: #fff;
}

.l247-btn-primary, .btn, .btn-primary, button.quick-add, button.btn.btn-default, html input[type="button"], input[type=submit], a#play_continue_button, .customer-service input[type="button"], .customer-service input[type="submit"], .live-btn {
  background-color: #0089ff;
  background-image: -webkit-gradient(linear, from(#0089ff), to(#001fff));
  background-image: -webkit-linear-gradient(#0089ff, #001fff);
  background-image: -moz-linear-gradient(#0089ff, #001fff);
  background-image: -o-linear-gradient(#0089ff, #001fff);
  background-image: linear-gradient(#002aff, #001fff);
  border: none;
  text-transform: uppercase;
  font-weight: bold !important;
  padding: 0 30px;
  font-size: 14px !important;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 20px 0;
  border-radius: 27px;
  text-align: center;
  font-style: normal;
  font-stretch: normal;
  border-bottom: none !important;
}

.l247-btn-primary:hover, .btn:hover, .btn-primary:hover, button.btn.btn-quickpick:hover, button.quick-add:hover, button.btn.btn-default:hover, html input[type="button"]:hover, input[type=submit]:hover, a#play_continue_button:hover, .live-btn:hover, .progress-button button:hover {
  background-color: #0089ff;
  background-image: -webkit-gradient(linear, from(#002aff), to(#0089ff));
  background-image: -webkit-linear-gradient(#002aff, #0089ff);
  background-image: -moz-linear-gradient(#002aff, #0089ff);
  background-image: -o-linear-gradient(#002aff, #0089ff);
  background-image: linear-gradient(#002aff, #0089ff);
  border: none;
  color: #fff;
  outline: none;
}

.btns {
  background: #005fa9;
  color: #fff;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  width: 70%;
  margin-top: 8px;
  cursor: pointer;
}


.btns:hover {
  background: #003c6b;
}

.btns a {
  color: #fff;
  margin-top: 10px;
  padding-top: 20px;
}

.red-ball {
  background: url("../img/bg-red-ball.png") no-repeat;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: #5d0000;
}

#hot-lottos, #wild-card-2, #twobytwos {
background: #005fa9;  /* fallback for old browsers */
  padding: 20px;
  padding-bottom: 20px;
  /*width: 805px;*/
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prize {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

#powerballs {
background: #ee1d25;  /* fallback for old browsers */
  padding: 20px 10px;
  width: 46.45%;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
  margin: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}

#fullname, #email, #message {
  padding:10px;
  width:95%;
  border:none;
  border:1px solid #ccc;
}

#simpan {
  background:none;
  border:none;
  width:89px;
  height:39px;
  background:url(../img/but_submit.png) no-repeat top;
  cursor:pointer;
}

#simpan:hover {
  background-position:bottom;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #a40003;
  padding: 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
	margin-top:3rem;
  background: rgba(0,0,0,0.5);
  padding: 30px 0 30px 0;
}

#footer .footer-top p {
	margin-top: 1rem;
	text-align: center;
}

#footer .footer-top p a {
	font-size:24px;
	color: #FFB400;
}

#footer .footer-top p a:hover {
	color: #de2910;
}

#footer .footer-top p a i {
	opacity: 0.5;
}

.copyright {
  padding: 1rem 0;
  text-align: center;
}

.footnav a {
  color: #fff;
  font-size: 16px;
  margin-left: 2rem;
}

.footnav a:first-child {
  margin-left: 0;
}

#footer .copyright {
  color: #6A6E6E;
  padding:37px 0 0 0;
  font-size:11px;
}

.foottext {
  height: 69px;
  overflow: hidden;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #65c9cd;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
