a.link-default{
	color: #1f3dd0;
}
.create-account-container .mpass-text{
	width: 150px !important;
}
.user-lock-container .ptitle{
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.user-lock-nav {
    padding: 0;
}
.top-winner-list-box img{
	display: block;
	margin: 0 auto;
	
}
.mini-stats-wid{
	margin-bottom: 12px;
}
.fixture-nav.upcoming-fixure{
	display: block;
	flex: none;
	overflow: hidden;
	border-radius: 8px;
	width: 400px;
}
.fixture-nav .fixure-title{
	border-radius: 8px 0px 0px 8px;
	background-color: #434343;
}
.fixture-nav .fixure-title::after{
	border-left: 20px solid #434343;
}
.fixture-nav.upcoming-fixure .f-title{
	white-space: nowrap;
	width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.loader-overlay {
    display: block;
    position: fixed;
    z-index: 9999;
    background-image: url('../img/loader.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: 100px 100px;
} 
.inside-loader-overlay {
    display: block;
    position: fixed;
    z-index: 9999;
    background-image: url('../img/loader.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: 100px 100px;
}
#loader-full {
    display: block;
    position: fixed;
    z-index: 9999;
    background-image: url('../img/loader.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: 100px 100px;
}
@media (max-width: 1279px) {
	.fixture-nav.upcoming-fixure{
		width: 100%;
	}
	.fixture-nav.upcoming-fixure .f-title{
		width: 100%;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .fixture-nav.upcoming-fixure{
    	width: 350px;
    }
}
.site-searchbox{
	width: 250px;
}
/*.login-banner .carousel-item{
	width: 100%;
    padding-top: 23.47%;
    background-size: cover !important;    
    background-position: center !important;
}*/

.shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px; 
  display: inline-block;
  position: relative; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  }

/*box {
  height: 104px;
  width: 100px;
}

div {
  display: inline-flex;
  flex-direction: column; 
  margin-left: 25px;
  margin-top: 15px;
  vertical-align: top; 
}

lines {
  height: 10px;
  margin-top: 10px;
  width: 200px; 
}

photo {
  display: block!important;
  width: 325px; 
  height: 100px; 
  margin-top: 15px;
}
*/
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  
  100% {
    background-position: 468px 0; 
  }
}
.bodymovinanim {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: var(--bg-body);
    z-index: 999999999;
}
.bodymovinanim > svg{
  width: 50% !important;
  height: 50% !important;
}

.live-bets-report .report-event-title
{
    background-color: #e2e2e2;
    padding: 6px;
    color: #333;
    font-weight: 500;
}
.live-bets-report .table
{
    table-layout: unset;
}
.live-bets-report .report-table{
    min-height:unset;
}

.casino-video-last-results-top{
  height: 245px;
}
.casino-video-last-results-top.hide-lr {
    height: 0;
    transition: 1s;
    padding-top: 0;
    padding-bottom: 0;
}
/*.grecaptcha-badge{
    display: none !important;
}*/
.andar-bahar2 .card-inner{
  min-height: 45px;
}

.home-modal .modal-content {
    background-color: transparent;
}

.home-modal .modal-header {
    padding: 0;
}

.home-modal .close-home-modal {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: 50%;
    background-color: red;
    color: var(--text-white);
    font-size: 24px;
    cursor: pointer;
}

.home-modal-title {
    width: 100%;
    background-color: #ff0000;
    padding: 10px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.home-modal-title>div {
    width: calc(100% - 50px);
}

.home-modal-title img {
    height: 30px;
    -moz-animation: blinkwarning normal 1s infinite ease-in-out;
    -webkit-animation: blinkwarning normal 1s infinite ease-in-out;
    -ms-animation: blinkwarning normal 1s infinite ease-in-out;
    animation: blinkwarning normal 1s infinite ease-in-out;
}

@-moz-keyframes blinkwarning {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blinkwarning {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blinkwarning {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
    }
}

@keyframes blinkwarning {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
    }
}

.home-modal-title h4 {
    color: var(--text-highlight);
    font-weight: bold;
    text-transform: uppercase;
}

.home-main-banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.home-main-banner img {
    width: 400px;
    max-width: 80%;
}

.home-modal .modal-footer {
    padding: 0;
}

.home-sub-banners {
    margin-top: 10px;
}

.home-sub-banners img {
    max-width: 45%;
    margin-right: 10px;
}

.home-sub-banners img:last-child {
    margin-right: 0;
}

.home-modal .modal-body {
    padding: 0;
    background-color: transparent;
    box-shadow: 0px 0px 20px #a9a9a9;
}
.slick-list {
    overflow: hidden;
}

.dum-card {
    width: 35px;
}
@media only screen and (max-width: 767px) { 
    .dum-card {
        width: 28px;
    }
}
.top-msg {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 5px 20px;
    /* color: #ff2a2a; */
    font-size: 14px;
    border-radius: 8px;
    background: #7c0d0d;
    font-weight: bold;
}