/*
Theme Name:     AISHIT
Template:       icos
*/

@import url("../icos/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.lottery-result {
    background: #3221ad;
    padding: 20px;
}

.lottery-result.lottery-success {

}

.lottery-result.lottery-error, .lottery-result.lottery-error p {
    color: #eb9099 !important;
}

svg > g > g.google-visualization-tooltip { pointer-events: none; }

@media (max-width: 768px) {
    .token-stage-info {
        height: auto;
    }
}

@media (min-width: 768px) {
    .token-stage-info {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .token-stage-info {
        height: 230px;
    }
}

.error-content {
    margin-top: 0 !important;
}