@font-face {
    font-family: roboto;
    src: url(https://crazygames.mudgames.in/app/store/fonts/roboto/Roboto-Regular.ttf);
}


html {
  font-family: roboto;
}
body {
  font-family: roboto;
}
#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;
    margin-right: 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: 0px solid #e5e5e5 !important;
    padding: 10px 20px !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;
}



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;
}

.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;
}

.invitebar{
    padding:10px;
    max-width:100%;
    background-color: #fff;
}
.invitebar > .imgstart {
    display: inline-flex;
    
}

.invitebar > .imgstart  > .imgProp {
position: relative;
border: 4px solid #fff;
border-radius: 50%;
overflow: hidden;
height: 30px;
    width: 30px;
}

.invitebar > .imgstart > .imgProp:not(:last-child) {
margin-left: -20px;
}
.invitebar > .imgstart  > .imgProp img {
object-fit: cover;
display: block;
height: 30px;
width: 30px;
}
.invitebar > .hoho > .uk-button{

     border-radius: 20px;
     background-color:#3b61eb;
     color:white;
     line-height: 20px;
     font-size: 12px;
    font-weight: 100;
    text-transform: none;
}
.invitebar > .hoho{   
   max-height:50px;
   font-size: 10px;
   padding: 0px;
}

.friendsicons > ul > li > h5{
margin-top:0px;
font-family:sans-serif;
font-size: 10px;
margin-bottom:0px;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.friendsicons > ul > li > img{
  object-fit: cover;
  height: 50px;
  width: 50px;
}
.profile{
           margin-top:20px;
        }
        .profile > .uk-section{
          padding:10px;
        }
        .profile > .uk-section>img{
          object-fit: cover;
          height: 250px;
          width: 250px;
        }
        .profile > .uk-section>h3,h4{
          margin-top:0px;
          margin-bottom:0px;
        }
.label-alter{
	text-transform: none;
    color: black;
    background: white;
    width: 100%;
    white-space: break-spaces;
        border-radius: 8px;
    padding: 0px 4px;
}
.infocard > .uk-grid>* {
 padding-left:0px;
}

.infocard > .uk-grid {
 margin-top :5px;
}


.uk-flex-inline > span {
	padding:2px;
	padding-left:5px;
}
.footer > .uk-tab > * > a {
    padding: 5px 5px;
    font-size: 0.675rem;
}

