﻿.errmsg {
    color: #ff0000;
    text-shadow: 0 0 5px #ff1414,0 6px 6px #fd1616;
}
.sucmsg {
    color: #00ff00;
    text-shadow: 0 0 5px #14ff25,0 6px 6px #16fd4c;
}
.pendmsg {
    color: #f7941d;
    text-shadow: 0 0 5px #ffc514,0 6px 6px #fdbe16;
}

.languages input[type=image] {
    height: 2rem;
    width: 2.5rem;
    border-radius: 5px;
    border: 0;
    margin: 0;
    padding: 0;
}

.dumbutt {
    font-size: 0px;
    background-color: transparent;
    border: 0px solid;
}
#jackpot-label {
    font-size: 2rem !important;
}

.odometer-inside {
    display: flex !important;
}

.divSEO {
    display: block;
    padding: 1rem;
    color: #fff;
}
.divSEO a {
    color: #3299cc;
}
ol.seo {
    margin-top: 1rem;
    margin-left: 1rem;
}
ol.seo li {
    margin-bottom: 1rem;
}

.checkin-button {
    background: linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(0,0,0,0.25)),#04c35e;
    box-shadow: 0 0 10px 0 #04c35e,inset 0 0 5px 0 #04c35e,inset 0 0 5px 0 rgba(0,0,0,0.75);
    color: #FFF
}

    .checkin-button:hover {
        box-shadow: 0 1px 5px 3px #04c35e,inset 0 0 2px 2px #04c35e,inset 0 0 5px 0 rgba(0,0,0,0.75)
    }

    .checkin-button:active {
        box-shadow: 0 0 5px 0 #04c35e,inset 0 0 0 0 #04c35e,inset 0 0 15px 0 rgba(0,0,0,0.75)
    }

    .checkin-button:disabled {
        background: linear-gradient(to bottom, rgba(255,255,255,0.25), rgba(0,0,0,0.25)),#555555;
        box-shadow: 0 0 5px 0 #555555,inset 0 0 0 0 #555555,inset 0 0 15px 0 rgba(0,0,0,0.75)
    }