﻿/*MasterPage - Start*/
/*Circuler Animation - Start*/
.circuler-header {
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 5px 0px 0px 0px;
    color: #03e9f4 !important;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
}

    .circuler-header:nth-child(1) {
        /*filter: hue-rotate(270deg);*/
    }

    .circuler-header:nth-child(2) {
        /*filter: hue-rotate(110deg);*/
    }

    .circuler-header span {
        position: absolute;
        display: block;
    }

        .circuler-header span:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg,transparent,#03e9f4);
            animation: animate1 1s linear infinite;
        }

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.circuler-header span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#03e9f4);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.circuler-header span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#03e9f4);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.circuler-header span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#03e9f4);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}
/*Circuler Animation - End*/

/*.form-group label {
    font-size:18px;
}
.form-group select {
    font-size:18px;
}*/

/*Digital Clock - Start*/
.clock {
    margin: 0 auto;
    color: greenyellow;
    background: transparent;
    text-shadow: none !important;
}

    .clock ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

        .clock ul li {
            display: inline;
            font-size: 3em;
            text-align: center;
            font-family: "Arial", Helvetica, sans-serif;
        }

#Date {
    font-size: 26px;
    color: #ffffff;
}

#point {
    position: relative;
    -moz-animation: mymove 1s ease infinite;
    -webkit-animation: mymove 1s ease infinite;
    padding-left: 10px;
    padding-right: 10px;
}

@-webkit-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}

@-moz-keyframes mymove {
    0% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }

    50% {
        opacity: 0;
        text-shadow: none;
    }

    100% {
        opacity: 1.0;
        text-shadow: 0 0 20px #00c6ff;
    }
}
/*Digital Clock - End*/
/*MasterPage - End*/
/*Lottery Page - Start*/
.control-container {
    /*border: 5px solid #5080ff;*/
    border: 25px ridge #5080ff;
    background: #ebf6f7;
    padding: 10px;
}

    .control-container label {
        font-weight: 700;
    }
/*Lottery Button -Start*/
.button {
    /*min-width: 311px;
    min-height: 100px;*/
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #4FD1C5;
    background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
    border: none;
    border-radius: 1000px;
    /*box-shadow: 12px 12px 24px rgba(79,209,197,.64);*/
    /*transition: all 0.3s ease-in-out 0s;*/
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

button::before {
    content: '';
    border-radius: 1000px;
    /*min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);*/
    /*border: 6px solid #00FFCB;*/
    /*box-shadow: 0 0 60px rgba(0,255,203,.64);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    /*transition: all .3s ease-in-out 0s;*/
}

.button:hover, .button:focus {
    color: #313133;
    transform: translateY(-6px);
}

button:hover::before, button:focus::before {
    opacity: 1;
}

button::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*border: 6px solid #00FFCB;*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;*/
}

button:hover::after, button:focus::after {
    animation: none;
    display: none;
}

/*@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}*/
/*Lottery Button -End*/
/*Spiner - Start*/
.lds-hourglass {
    /*display: inline-block;*/
    position: relative;
    /*width: 160px;
            height: 160px;*/
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 0px;
        box-sizing: border-box;
        border: 220px solid #fff;
        border-color: #01bafd transparent #0e49a8 transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.cstm-modal-content {
    position: relative !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    pointer-events: auto !important;
    background-color: transparent !important;
    background-clip: padding-box !important;
    outline: 0 !important;
    border: 0px !important;
}
/*Spiner - End*/
/*blinker - Start*/
.info-head {
    /*display: none;*/
    color: orange;
}

/*@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}*/
/*blinker - End*/
/*Modal-Start*/
/*@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1700px !important;
    }
}*/

.modal-header-custom {
    text-align: center;
    font-size: 10vw !important;
    color: #fff;
    padding: 9px 15px;
    /*background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);*/
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}

.modal-body-custom {
    /*border: 5px ridge #7cbc0a;*/
    background-image: url(/App_Themes/rumcNew/img/mdback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.modal-footer-custom {
    /*background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);*/
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding: 0.75rem !important;
}

.vrt-center-holder {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.vrt-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.result-cstm {
    text-align: center;
    font-size: 15vw !important;
    color: chartreuse;
    font-family: "arial";
    /*white-space: nowrap;*/
    overflow: hidden;
    /*width: 100%;*/
    /*animation: animtext 4s steps(80, end);    
    transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);*/
}

/*@keyframes animtext {
    from {
        width: 0;
        transition: all 2s ease-in-out;        
    }
}*/
/*Modal_End*/
/*Lottery Page - End*/
