.main-nav {
    background: #fff;
    z-index: 1;
    position: fixed;
    left: 0px;
    right: 0px;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    background-size: 70px 70px;
}
.preloader img{
    display: inline-block;
    width: 70px;
    height: 70px;
    animation: navigate 2s infinite;
    position: absolute;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}
#stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}
@keyframes moves {
    to {
        background-position: -100vw 80%;
    }
}
@keyframes navigate {
    /* 0 & 100% might not be needed */
    10% {
        transform: rotate(3deg) translate(-50px, 2vh);
    }
    50% {
        transform: rotate(-4deg) translate(-2vh, 50px);
    }
    25%,
    75% {
        transform: rotate(6deg) translate(50px, 2vh);
    }
}
.gradient-banner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    border-radius: initial !important;
    background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}
.resultprizelable{
    color: #fff!important;
    font-size: .9rem;
    font-weight: 400;
    background-color: #1477c9;
    background: -webkit-gradient(linear,left top,left bottom,from(#1477c9),color-stop(65%,#09599b),to(#06477c));
    background: linear-gradient(#1477c9,#09599b 65%,#06477c);
    border-color: #0a4678;
}
.resulttop,.resultbottom{
    background: #fff;
    border: 2px solid #1477c9 !important;
}
.gradient-banner::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: initial !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.background_bg1::before{
    background-image: url('images/d1.jpeg') !important;
}
.background_bg2::before{
    background-image: url('images/d2.jpeg') !important;
}
.background_bg3::before{
    background-image: url('images/d3.jpeg') !important;
}
.gradient-banner {
    padding: 0px 0 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

.background_bg2::before {
    background-image: none;
    background: none !important;
}
body {
    background: #cfcfcf;
}
.content-container{
    background: #3881c5;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.main-content {
    position: relative;
}
.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev,
.main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 56px;
    color: inherit;
    border: none;
    z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i,
.main-content .owl-theme .custom-nav .owl-next i {
    font-size: 2.5rem;
    color: #606060;
}
.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}
.owl-dots{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 16px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #0d4f8d;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3881c5;
}
.plan-cards{
    border: 1px solid #fff;
    min-height: 100px;
    color: #fff;
    background-color: #BF1E2E;
    text-align: center;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-cards *{
    color:#fff;
}
.plan-cards div{
    padding-right: 40px;
}
.plan-cards img{
    width: 90px;
}
.plan-cards .name{

}
.plan-cards .amount{
    font-weight: bold;
    /*    -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;*/
    -webkit-animation: heartBeat 1s infinite;
    animation: heartBeat 1s infinite;
}
.draw-detail-table{
    width: 100%;
    background: #000;
    color:#fff;
}
.draw-detail-table td{
    text-align: center;
    padding: 4px;
}
.draw-detail-table td:nth-child(1){
    font-weight: bold;
    color: #ffce3c;
}
.draw-detail-table td:nth-child(2),.draw-detail-table td:nth-child(3){
    font-size: 13px;
}
.plan_detail_container .col-md-4{
    padding-left: 0px;
    padding-right: 0px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: white;
}
.input-group-addon {
    display: flex;
    align-items: center;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0px;
}
.result-date-container{
    background: #000;
    color:#fff;
    padding: 12px 12px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.draw-detail-selected-info-container{
    padding: 12px 12px;
}
.draw-detail-selected-info-table{
    width: 100%;
    background: #fff;
    color:#000;
}
.draw-detail-selected-info-table td{
    text-align: left;
    padding: 4px;
    font-size: 14px;
}
.table-container{
    padding: 8px 20px;
    margin-bottom: 10px;
}
.table-container-bg{
    background: #1d456c;
}
.table-container table,.table-container table tr,.table-container table td{
    border-collapse: collapse;
    border: 1px solid #5985b1;
}
.table-container td{
    font-size: 14px;
}
.table-tr-header td{
    background: #000;
    color:#fff;
    font-size: 13px;
}
.table-tr-content td{
    background: #fff;
    color:#000;
    font-weight: bold;
}
.table-title{
    font-size: 22px !important;
    color:#fff;
    text-transform: uppercase;
}
.table-sub-title{
    color:#fff;
    padding-top: 10px;
}
.td_bg_white{
    background: #fff !important;
    color:#000 !important;
}
.td_bg_black{
    background: #000 !important;
    color:#fff !important;
}
.font-bold{
    font-weight: bold;
}
.unused-column{
    background: #c0c0c0 !important;
}
.place_box-left{
    width: 12px;
    height: 20px;
    background-color: #c0c0c0;
    display: block;
    float: left;
    margin-top: 1px;
    margin-left: 1px;
}
.place_box-right {
    width: 12px;
    height: 20px;
    background-color: #c0c0c0;
    display: block;
    float: right;
    margin-top: 1px;
    margin-right: 1px;
}
.text-align-left{
    text-align: left !important;
}
.text-align-right{
    text-align: right !important;
}
.letter-spacing_3{
    letter-spacing: 3px !important;
    padding-left: 3px;
}
@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

.heartBeat {
    animation-name: heartBeat;
    animation-duration: calc(1 * 1.3);
    animation-timing-function: ease-in-out;
}
.mobile-only{
    display: none !important;
}
.hide_element{
    display: none !important;
}

.main-nav .navbar-nav .nav-item .contact_us_link {
    font-size: 16px !important;
    text-transform: inherit !important;
    font-weight: 600;
    color: #3d77ad !important;
    text-decoration: underline !important;
}
.live-indicator-block {

}
.live-indicator-block .live-indicator {
    font-family: "Roboto", sans-serif;
    background: #fff;
    color: #ea2429;
    padding: 6px 7px;
    line-height: 1;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    width: auto;
}
.live-indicator-block .live-indicator .blink {
    animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: baseline;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.rotate_horse {
    animation: rotate_horse_keyframe 8s infinite linear;
}

@keyframes rotate_horse_keyframe {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-60deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.table-container table, .table-container table tr, .table-container table td {
    border-collapse: collapse;
    border: 1px solid #5985b1;
    padding: 0px;
}

#PrizeListModal .table-tr-header td {
    background: #707070;
    color: #fff;
    font-size: 13px;
    border: 1px solid #8b8b8b !important;
}

.zoom_animation {
    font-weight: bold;
    display: inline-block;
    animation: heartBeat 2s infinite;
}

.prize-heading{
    font-size: 20px;
    font-weight: bold;
    color: #E91E63;
    margin: 0px;
}
.prize-table{
    width: 100%;
    border: 6px solid #3881c4;
    margin-bottom: 12px;
}
.prize-table tr,.prize-table th,.prize-table td{
    padding:4px 8px;
}
.prize-table td{
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.prize-table tr{
    border-bottom: 2px solid #e1dede;
}
@media (max-width:480px){
    .mobile-only{
        display: block !important;
    }
    .resultbottom {
        font-size: 17px;
    }
}

@media (max-width:768px){
    .mobile-only{
        display: block !important;
    }
    .mobile-spin{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mainbox {
        position: relative;
        max-width: 500px;
        width: 300px;
        height: 300px;
    }
    .box {
        width: 300px;
        height: 300px;
        position: relative;
        border-radius: 50%;
        border: 4px solid #ffffff;
        overflow: hidden;
        transition: all ease-in-out 5s;
        transform: rotate(90deg);
    }
    .spin {
        width: 100px;
        height: 100px;
    }
    .box1 .span1 b {
        position: absolute;
        top: 36%;
        right: 78%;
        transform: rotate(290deg);
        text-align: center;
        font-size: 20px;
    }
    .box1 .span2 b {
        position: absolute;
        top: 23%;
        right: 70%;
        transform: rotate(-38deg);
        font-size: 20px;
    }
    .box1 .span3 b {
        position: absolute;
        top: 13%;
        right: 48%;
        transform: rotate(0deg);
        font-size: 20px;
    }
    .box1 .span4 b {
        position: absolute;
        top: 20%;
        right: 26%;
        transform: rotate(37deg);
        font-size: 20px;
    }
    .box1 .span5 b {
        position: absolute;
        top: 36%;
        right: 16%;
        transform: rotate(77deg);
        text-align: center;
        font-size: 20px;
    }
    .box2 .span1 b {
        position: absolute;
        top: 35%;
        right: 80%;
        transform: rotate(-62deg);
        font-size: 20px;
    }
    .box2 .span2 b {
        position: absolute;
        top: 17%;
        right: 69%;
        transform: rotate(-54deg);
        text-align: center;
        font-size: 20px;
    }
    .box2 .span3 b {
        position: absolute;
        top: 10%;
        right: 50%;
        transform: rotate(-4deg);
        font-size: 20px;
    }
    .box2 .span4 b {
        position: absolute;
        top: 20%;
        right: 28%;
        transform: rotate(37deg);
        font-size: 20px;
    }
    .box2 .span5 b {
        position: absolute;
        top: 35%;
        right: 17%;
        transform: rotate(62deg);
        text-align: center;
        font-size: 20px;
    }
    .digit-flipper {
        font-size: 40px;
    }
    .resultbottom {
        font-size: 17px;
    }
    .main-content .owl-theme .custom-nav .owl-prev,
    .main-content .owl-theme .custom-nav .owl-next {
        width: 20px;
        height: 28px;
    }
    .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
        font-size: 18px;
        line-height: 22px;
    }
    .owl-dots {
        bottom: -9px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 11px;
        height: 11px;
    }
}
@media (max-width: 576px){
    .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
}
