@CHARSET "UTF-8";
body {
	background-color: #000;
    color: #ffffff;
	font-size:1rem;
}
a {
	text-decoration: none !important;
}

.casino_btn {
	position: absolute;
	left: 480px;
	top: 150px;
} 

.casino_banner {
	padding: 15px;
	width: 100%;
	position: relative;
}

.casino_btn_animation {
	position:absolute;
	z-index:2;		
	height: 125px;
	width: 125px;
	border: 2px solid rgb(184, 178, 122);
	border-radius: 105px;
	box-shadow: 1px 1px 1px #f7ed9b;
	animation-name: stretch;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

.sport_btn_animation {
	position:absolute;
	z-index:2;		
	height: 125px;
	width: 125px;
	border: 2px solid rgb(184, 178, 122);
	border-radius: 105px;
	box-shadow: 1px 1px 1px #f7ed9b;
	animation-name: stretch;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

.sport_btn {
	position: absolute;
	left: 480px;
	top: 150px;
}

.nav>li>a:hover{
	text-decoration:none;
	color: #FFFFFF;
	background: #24cbb4 ;
	opacity: 0.5;
    border-color: #000;
	box-shadow:0px 0 0px #310000;
	color: #ffffff;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
}

.sport_banner {
	padding: 15px;
	width: 100%;
	position: relative;
}

.text-green {
    color: #24cbb4;
}

.btn-play-now {
	left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: -25px;
}

.btn-view-all {
    border: 1px solid #445d7c;
    text-align: center;
}

.text-view-all {
	color: #ffffff;
}

.text-view-all:hover {
	color: #002AFC;
}

.home-title-width-left {
	width: 320px;
}
.home-title-width-right {
	width: 88px;
}

.footer-text-lightblue {
	color: #bac2d9;
}

.background-dark {
	background: #000000;
}

.bg-theme-color {
	background: #0c1d37;
}

.btn-theme-color {
	background: linear-gradient(#000000, #181739 30%, #000000);
    color: #ffefc1;
    font-weight: 500;
    border-radius: 20px;
}

.btn-border-beige {
	border: 1px solid #ffefc1;
}

.cursor-pointer {
	cursor: pointer;
}

.text-beige-color {
	color: #ffefc1;
}

.bg-green-light{background-color:#449ef7;}
.bg-green-light2{background-color:#449ef7;}
.border-radius{border-radius: 25px;}
.btn-green-light{
	background-color:#449ef7;
	color:#FFFFFF;
}
.btn-yellow{
	background-color:#fbdc21;
}
.btn-yellow2{
	background-color:#fbdc21;
	color:#0d4135;
}
.btn-yellow2:hover{
	background-color:#f5e588;
	color:#333;
}
.text-small{font-size:.7rem;}
.custom-field {
	background-color: rgba(255, 255, 255, 0.025)!important;
	border: 1px solid #445d7c;
    color: #FFFFFF;
}
.custom-field:focus{
	background-color:#449ef7;
	border: 1px solid #449ef7;
	color:#FFFFFF;
}
.custom-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
}
.custom-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.custom-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.custom-field:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
/* NAV BAR */
.navbar{
     background: #fff;
     padding-top: 0;
     padding-bottom: 0;
     box-shadow: 1px 3px 4px 0 #adadad33;
}
 .navbar-light .navbar-brand {
     color: #2196F3;
}
 .navbar-light .navbar-nav .nav-link {
     color: #1ebdc2;
}
 .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
     color: #1ebdc2;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #fff;
}
 .navbar-light .navbar-nav .nav-link{
     padding-top: 22px;
     padding-bottom: 22px;
     transition: 0.3s;
     padding-left: 24px;
     padding-right: 24px;
         font-size: 14px;
}
 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
     background: #1ebdc2;
     transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
        font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}
/* NAV BAR END */

.navigation-hover{
	color: #FFFFFF;
}
.navigation-hover:hover,.navigation-hover.active {
	border-bottom: 3px solid #24cbb4;
}

.navi{color:#FFFFFF;}
.navi:hover,.navi.active {color:#faf325;}
.bg{
	background: url(../../desktop/images/bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.bottom-20 {
    bottom: 20px!important;
}
.announce-area{
    height: 34px;
    width: 100%;
    display: block;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #000;
    position: absolute;
    z-index: 5;
    color: #fbdc21;
    font-size: 13px;
    line-height: 34px;
    background: rgba(0,0,0,.6);
    -webkit-background: rgb(0,0,0,.6);
    -moz-background: rgb(0,0,0,.6);
    -ms-background: rgb(0,0,0,.6);
}

.vendor-icon{
    filter: grayscale(100%);
    cursor: pointer;
}

.vendor-icon.active, .vendor-icon:hover{
    filter: grayscale(0%);
}











.bg_form {
    border: 2px solid #77e2d07d;
    border-radius: 8px;
    background: linear-gradient(180deg, #1a2937, #121e29 53.65%, #1b2b3a);
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.btn_green {
    background: #24cbb4;
	border: 3px solid #488584;
	color: #000;
}

.btn_green:hover {
	color: #fff;
}

/*layerui end*/

.btn:hover,
.btn:focus,
.form-control,
.form-control:focus,
a,
.accordion-button,
.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}
.layui-layer {
	color: #000 !important;
}