/* --------------------------------------------------------------------------
 * OktaMedia Framework
 * --------------------------------------------------------------------------
 * Copyright (C) 2018 OktaMediaCentre. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: OktaMedia.com
 * Websites:  http://www.oktatheme.com -  http://www.oktamedia.com
 * This file may not be redistributed in whole or significant part.
 * --------------------------------------------------------------------------*/

@charset "UTF-8";
@import "vendor/bootstrap/bootstrap.min.css";
@import "vendor/sweetalert/sweetalert.css";
@import "vendor/swiper/swiper.min.css";
@import "../fonts/font-awesome/css/font-awesome.min.css";
@import "../fonts/Roboto/roboto.css";
@import "offcanvas.css";

body {
	background-color: #efefef;
	font-family: Roboto;
	padding: 0;
	margin: 0;
}
body.layout-boxed {
	background-color: #efefef;
}
.site.layout-boxed .okta-wrapper {
	max-width: 1040px;
	margin: 0 auto 1rem;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,0.05);
}
.container {
    max-width: 1040px;
}
a.logout {
	cursor: pointer !important;
}
a:hover, a:focus {
    text-decoration: none !important;
}

.text-shadow {
	text-shadow: 1px 1px 2px #000;
}
.font-weight-6 {
	font-weight: 600;
}


/*************************************************
	ROW COL 
*************************************************/
.okta-row {
	margin-right: -5px;
	margin-left: -5px;
}
.okta-col {
	padding-right: 5px;
	padding-left: 5px;
}

.row {
	margin-right: -5px;
	margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px;
}


/*************************************************
	RESULT
*************************************************/
.result-title {
	font-size: 85%;
	font-weight: 400;
	text-shadow: 1px 1px 5px #000;
}
.result-date {
	font-size: 1rem;
	margin-bottom: .5rem;
	text-shadow: 1px 1px 5px #000;
}
.result-date span {
	font-weight: 700;
}
.prize-title {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 70px;
	padding-left: 70px;
	text-shadow: 1px 1px 5px #fff;
}
.prize-title.prize1 {
	background: url("../../assets/images/prize1.png") no-repeat center left;
}
.prize-title.prize2 {
	background: url("../../assets/images/prize2.png") no-repeat center left;
}
.prize-title.prize3 {
	background: url("../../assets/images/prize3.png") no-repeat center left;
}
.prize-counts .lotto-ball {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 2em;
	font-weight: 700;
	text-shadow: 1px 1px 5px #595959;
}
.all-result {
    min-height: 65px;
}
@media only screen and (min-width: 768px) {
	.okta-livedraw {
		min-height: 357px;
	}
}

.button-yellow {
    background: url("../../assets/images/arrow.png") #fc0 right center no-repeat;
    background: url("../../assets/images/arrow.png") right center no-repeat,-moz-linear-gradient(top,#ffde00 0%,#ffa200 97%,#ffd800 97%);
    background: url("../../assets/images/arrow.png") right center no-repeat,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffde00),color-stop(97%,#ffa200),color-stop(97%,#ffd800));
    background: url("../../assets/images/arrow.png") right center no-repeat,-webkit-linear-gradient(top,#ffde00 0%,#ffa200 97%,#ffd800 97%);
    background: url("../../assets/images/arrow.png") right center no-repeat,linear-gradient(to bottom,#ffde00 0%,#ffa200 97%,#ffd800 97%);
    position: relative;
	display: block;
	line-height: 20px;
    padding: 12px 50px;
    border-bottom: 5px solid #ba4a00;
    border-radius: 8px;
    outline: none;
    text-decoration: none !important;
    text-align: center;
    color: #333 !important;
    text-shadow: #ff0 0 1px 0;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    word-spacing: -1px;
    cursor: pointer;
}
.button-yellow:hover {
    border-bottom: 3px solid #ba4a00;
    box-shadow: #333 0 3px 4px -4px;
    color: #333 !important;
}
.live-title {
	font-weight: 500;
	text-shadow: 1px 1px 5px #000;
}
.live-prize{
	padding-left: 59px;
	line-height: 49px;
}
.live-prize.prize1 {
	background: url("../../assets/images/prize-1.png") no-repeat center left;
}
.live-prize.prize2 {
	background: url("../../assets/images/prize-2.png") no-repeat center left;
}
.live-prize.prize3 {
	background: url("../../assets/images/prize-3.png") no-repeat center left;
}
.live-prize-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
}
.live-counts .lotto-ball {
	width: 28px;
	height: 28px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 28px;
	padding: 0 8px;
	margin-right: 2px;
	text-shadow: 1px 1px 5px #000;
}


/*************************************************
	HEADER
*************************************************/
.okta-header {
	position: relative;
}

/*************************************************
	LOGO
*************************************************/
.okta-logo img {
	max-width: 100%;
	height: auto;
	max-height: 80px;
}

/*************************************************
	MODULE
*************************************************/
.okta-module {
	position: relative;
}

.livedraw-title,
.module-title {
	font-size: 1.3rem;
	font-weight: 600;
}
@media only screen and (min-width: 768px) {
	.okta-sidebar .okta-module.module-menu .module-inner {
		min-height: 405px;
	}
	.okta-module-content-bottom .okta-module {
		min-height: 250px;
	}
}
.okta-module-content-bottom .module-title {
	color: #093e87;
}
.okta-module-content-bottom .module-inner {
	font-size: 14px;
}


/*************************************************
	MODULE MENU
*************************************************/
.okta-nav.flex-column .nav-link {
    color: #fff;
	margin-bottom: 2px;
}
.okta-nav.flex-column .nav-link .fa {
    margin-right: 10px;
}
.okta-nav-login .nav-link {
    color: #fff;
	padding: .2rem 1rem;
}
.okta-nav-login a:not([href]):not([tabindex]) {
    color: #fff;
}
.okta-nav-login a:not([href]):not([tabindex]):hover,
.okta-nav-login .nav-link:focus, 
.okta-nav-login .nav-link:hover,
.okta-nav-login .nav-link.active {
    color: #ccc;
}

.okta-nav-result > li {
	padding: 0 .2rem;
}
.okta-nav-result .nav-link.link-result {
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.okta-nav-result .nav-link.link-livedraw {
	color: #004987;
	border-radius: 10px 10px 0 0;
}
.okta-nav-result .nav-link.link-result:hover,
.okta-nav-result .nav-link.link-livedraw:hover {
	color: #000;
}
@media only screen and (min-width: 768px) {
	.okta-nav-login {
		border-radius: 0 0 6px 6px;
		overflow: hidden;
	}
	.okta-nav-result .nav-link {
		padding: .9rem 2rem;
	}
}

/*************************************************
	MENU NAVBAR
*************************************************/
.okta-mainnav .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.okta-mainnav .navbar-nav .nav-link:focus, 
.okta-mainnav .navbar-nav .nav-link:hover,
.okta-mainnav .navbar-nav .active > .nav-link, 
.okta-mainnav .navbar-nav .nav-link.active, 
.okta-mainnav .navbar-nav .nav-link.show, 
.okta-mainnav .navbar-nav .show > .nav-link {
    color: #fff;
}

@media only screen and (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem;
		border-right: 1px solid rgba(255,255,255,.2);
	}
	.navbar-nav.okta-nav > li:last-child  .nav-link {
		border-right: none;
	}
}

/*************************************************
	NAVBAR FIXED
*************************************************/
.scrollDown .okta-mainnav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
	transition: transform 400ms,padding-top 400ms;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.scrollUp .okta-mainnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: transform 400ms,padding-top 400ms;
}

/*************************************************
	MENU DROPDOWN
*************************************************/
.dropdown-menu {
	min-width: 15rem;
}
.navbar-nav .active > .nav-link, 
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show, 
.navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-nav .dropdown-menu  .nav-link {
	color: #212529;
}
.navbar-nav .dropdown-menu  .nav-link:focus, 
.navbar-nav .dropdown-menu  .nav-link:hover {
    color: #007bff;
}
.navbar-nav .dropdown-menu .active > .nav-link, 
.navbar-nav .dropdown-menu .nav-link.active, 
.navbar-nav .dropdown-menu .nav-link.show, 
.navbar-nav .dropdown-menu .show > .nav-link {
    color: #0056b3;
}
@media only screen and (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {display: block;}
}


/*************************************************
	MAIN BODY
*************************************************/
.okta-mainbody {
	padding-top: .5rem;
}


/*************************************************
	PAGE HEADER
*************************************************/
.page-header {
    margin: 0 0 15px;
}
.page-title, .page-header h1 {
    line-height: 1;
    margin: 0;
	font-weight: 700;
	font-size: 2rem;
}


/*************************************************
	ARTIKEL HEADER
*************************************************/
.article-header {
    font-size: 24px;
}
.article-title, .article-header h1 {
    font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

/*************************************************
	ARTIKEL META
*************************************************/
.article-aside {
    color: #999999;
    font-size: 12px;
}
.article-info dd {
    display: inline-block;
    margin-right: .5rem;
    white-space: nowrap;
}

/*************************************************
	RELATED ARTIKEL
*************************************************/
.okta-related {
	position: relative;
}


/*************************************************
	MODULE PLAYER VIDEO
*************************************************/
.okta-video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.okta-video-player .btn-play {
    position: absolute;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 56px;
    margin-top: -30px;
    margin-left: -30px;
    text-align: center;
    padding: 0;
}
.okta-video-player:hover img {
    -webkit-filter: brightness(75%);
}
.okta-video-player:hover .btn-play {
	border: 2px solid #0056b3;
    color: #0056b3;
}


/*************************************************
	FOOTER
*************************************************/
.footer-logo img {
	max-width: 100%;
	height: auto;
	max-height: 50px;
}
.okta-footer-menu {
	margin-bottom: 1rem;
}
.okta-footer-menu .okta-nav .nav-link {
	padding: 0rem 1rem;
	color: #fff;
	line-height: 14px;
}
.okta-copyright {
	color: rgba(255,255,255, 0.6)
}


/*************************************************
	HIDDEN PONSEL
*************************************************/
@media (max-width: 766px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


/************************************************
	FOOTER TO TOP
*************************************************/
.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 15px;
    z-index: 10;
}
.back-to-top .btn {
    padding: 0;
    height: 50px;
    width: 50px;
    border: none;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.back-to-top.affix .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*************************************************
	PRELOAD
*************************************************/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1031;
}
#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;

	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;

	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}
@keyframes spin {
	0%   { 
		-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(0deg);  /* IE 9 */
		transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
	}
	100% {
		-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: rotate(360deg);  /* IE 9 */
		transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(33, 37, 41, 0.9);
	z-index: 1000;
	-webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(0);  /* IE 9 */
	transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}