#custom-carousel-container{
    position: relative;
    height : 18em;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#custom-slides{
    position: relative;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.custom-slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.custom-showing{
    opacity: 1;
    z-index: 2;
}
.custom-slide{
    box-sizing: border-box;
    background: #fff;
    color: #fff;
}
.custom-slide a img{
    width:100%
}
.custom-carousel-indicators {
    position:absolute;
    bottom: 2px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.custom-carousel-indicators li {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e2e1e1;
    border: 1px solid #e2e1e1;
    border-radius: 1em;
}
.custom-carousel-indicators li.white{
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 2px;
    ext-indent: -999px;
    cursor: pointer;
    background-color: #4a4a4a !important;
    border: 1px solid #4a4a4a;
    border-radius: 1em;
}
.video-play {
    position: relative;
}
.play-controls {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 75px;
    z-index:999;
}
.play-controls1 {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 12px;
    z-index:999;
}
.uk-grid {
    margin-left: 0px;
}
.fullscreen{
    position:absolute;
    top:0;bottom:0;left:0;right:0;
    width:100%;height:100%;
    overflow: hidden;
    margin-top:56px
}
#element{
    width:320px;
    height:180px;
} 
.new-img {
    width: 0px;
    height: 0px;
}
a{
    text-decoration: auto;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #ea3531;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


	
.custom-navbar{
	background: #ffffff !important;
}
.custom-nav-right{
	background: #dfdfe6;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin: 0px 5px 0px 0px; 
}
.custom-secondary{
	color: #ffffff;
	padding: 0px 5px 0px 5px;
}

.custom-icon-plus{
	font-weight: bold;
	color: #ffffff;
	background-color: #737373;
	padding: 5px 5px 5px 5px;
}

.custom-list-driver>:nth-child(n+2){
	border-top: 1px solid #e5e5e5 !important;
	padding: 10px 0px 0px 0px !important;
}

.custom-slideshow-dot-color .uk-light{
	color: #666 !important;
}

.custom-font-size{
	font-size: 23px;
}
.menu-head{
	font-size: 18px;
}

.curreny-symbol{
	font-size: 20px;
	font-weight: bold;
}



.custom-top-left{
	font-size: 15px;
    margin: 5px 5px 5px 5px;
	
}


.img-border{
	background-color: #d9d9d9;
	padding: 10px 10px 15px 10px;
	margin: 0px 0px 18px 0px;
}

.custom-prizes-bk{
	background-color: #e5e5e5;
}
.custom-prizes-bk-1{
	background-color: #d9d9d9;
}
.custom-result-btn{
	background-color: #666;
	color: #ffffff;
}
.custom-radius{
	border-radius: 4px;
}

.hourly-event{
	margin: 10px 0px 18px 0px;
}



.uk-offcanvas-bar{
	background: #ffffff !important;
	color: #000000 !important;
}
.uk-offcanvas-bar a{
	color: #000000 !important;
}

.uk-close{
	color: #000000 !important;
}
a{
	text-decoration: none !important;
}

.daily-event{
	margin-top: 50px;
}

.img-border-1{
	background-color: #d9d9d9;
	padding: 10px 5px 5px 5px;
}


.cash-back{
	background-color: #f9b90d;
        background-image: url(../img/wallet_bg_Image.png);
        background-size: cover;
}

.cash-back-1{
	background-color: #f5f4f4;
	border-bottom: 1px solid #BFBEBE;
	padding: 15px 10px 15px 10px;
}

.cash-back-2{
	background-color: #f5f4f4;
	border-bottom: 0px solid #BFBEBE;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 15px 0px;
}

.hourly-event-2{
	margin: 10px 0px 18px 0px;
}

.custom-black{
	color: #000000 !important;
}

.custom-white{
	color: #ffffff !important;
}

.custom-grey-btn{
	background-color: #d9d9d9;
	padding: 5px 10px 5px 10px;
	border-radius: 15px;
	color: #000000 !important;
}
.custom-padding{
	padding:0px 5px 0px 5px !important;
}

.custom-border{
	border-bottom: 1px solid #d9d9d9;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
      
}

.custom-btn-fixed{
	position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center; 
}

.custom-tbl-font{
	font-size: 12px;
}

.custom-user-details{
	margin: 3px 0px 0px 0px;
	padding: 13px 0px 13px 0px;
	font-size: 15px;
}

/*  Uikit Changes */

.uk-offcanvas-bar .uk-list-divider>:nth-child(n+2){
	border-top-color: 1px solid #e5e5e5 !important;
}

.uk-tab > .uk-active > a {
	    border-width: 4px !important;
}

.uk-tab > li {
    padding-left: 0px;
}

a{
    color:black;
}

.uk-badge{
    min-width: 15px;
    height: 15px;
    font-size: 0.575rem;
}

.spin-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #ea3531;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.custom-input{
    border-width: 0px !important;
    border-bottom-width: 1px !important;
    border-radius: 0px !important;
}