@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
    --yellow: #f5ec58;
    --black: #000;
}
body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.2px;
    color: var(--gray-dark);
    background-color: var(--white);
    overflow-x: hidden;
}

p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #212121;
    margin-bottom: 20px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #000;
}
a {
    color: var(--blue);
    text-decoration: none;
}
a:hover {
    color: var(--dark-blue);
    text-decoration: none;
}
.container {
    max-width: 1250px;
}
.text-yellow {
    color: var(--yellow);
}
.bg-black {
    background: #000000;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.section-100 {
    padding: 100px 0;
}
.section-70 {
    padding: 70px 0;
}
.fs-7{
    font-size: 0.9rem !important;
}
.btn {
    font-weight: 500;
    transition: all 200ms linear !important;
    padding: 10px 20px;
    display: inline-flex
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
    box-shadow: none;
}
.btn-white {
    color: var(--gold);
    background-color: var(--white);
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    color: var(--gold-dark) !important;
}
.btn-black {
    color: var(--white);
    background-color: var(--black);
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: var(--white) !important;
}
.btn-yellow {
    color: var(--black);
    background-color: var(--yellow);
}
.btn-yellow:active,
.btn-yellow:focus,
.btn-yellow:hover {
    color: var(--black) !important;
    background-color: var(--yellow) !important;
}
.btn-outline-black {
    color: var(--black);
    border: 2px var(--black) solid;
    background-color: transparent;
}
.btn-outline-black:active,
.btn-outline-black:focus,
.btn-outline-black:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}
.btn-header {
    border-radius: 20px;
    height: 35px;
    text-transform: uppercase;
    font-size: 11px;
}
.btn-text{
    color: #000;
    border-bottom: 2px #000 solid;
    border-radius: 0px;
    text-align: center;
    font-size: 15px;
}

.rifa-main{
    background-color: blue;
    min-height: 100vh;
    padding: 70px 0;
    background: rgb(0,0,102);
    background: -moz-linear-gradient(180deg, rgba(0,0,102,1) 0%, rgba(0,29,134,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,102,1) 0%, rgba(0,29,134,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,102,1) 0%, rgba(0,29,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000066",endColorstr="#001d86",GradientType=1);
}
.rifa-main-navideno{
    background-color: blue;
    min-height: 100vh;
    padding: 70px 0;
    background: linear-gradient(180deg, #014cad, rgb(32 0 0) 100%);
}
.rifa-item{
    width: 100%;
    height: 40px;
    background-color: #cccccc;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}
.rifa-people-item .ticket_number,
.rifa-item .ticket_number{
    position: absolute;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #d6aa00;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
}
.bussy,
.payment{
    width: 100%;
    height: 100%;
    pointer-events: none !important;
    touch-action: none !important;
}
.payment .rifa-item{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #000;
}

.rifa-people-item{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    background-color: #00d064;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}
.bussy .rifa-people-item{
    background-color: red;
}

label{
    color: #fff;
    font-size: 15px;
}
.form-group{
    margin-bottom: 15px;
}
.form-control {
    height: 55px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
}
.image-main{
    position: relative;
}
.count1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    text-align: center;
}
.count{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.eapps-countdown-timer-has-background {
    padding: 0 !important;
}
.rifa-header h1{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.rifa-body h2{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.scratchpad{
    width: 100%;
    border-radius: 8px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.scratchpad .price{
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
}
.scratchpad .price.showing{
    color: #000 !important;
}
body {
    background:#efefef;
}
.scratch-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%;
}
@media (max-width: 991px) {

}

