html,
body {
    min-height: 100%;
    /* color: #212529 !important; */
    -webkit-overflow-scrolling: touch;
}

div.lightbox-gallery-image {
    left: 0 !important;
}

#root {
    height: 100%;
}

.pollLoading {
    font-size: 80px !important;
}

.dom-a {
    cursor: pointer;
    color: #fff !important;
}

    .dom-a:hover {
        text-decoration: none;
    }

@media all and (max-width: 640px) {
    .pollLoading {
        font-size: 40px !important;
    }
}

p {
    word-wrap: break-word;
}

.textforeGroundColor {
    border-bottom: 2px solid !important;
}

.adCloseBtn {
    color: #f2f2f2fe !important;
    background-color: #424242 !important;
}

    .adCloseBtn:hover {
        color: #f2f2f2fe !important;
        background-color: gray !important;
    }

.adText {
    color: white !important
}

    .adText:hover {
        color: white !important
    }
.expired {
    color: #818181fe !important;
}

#completionTextDiv h1 {
    font-size: 1.65rem !important;
}

#completionTextDiv h2 {
    font-size: 1.35rem !important;
}

#completionTextDiv h3 {
    font-size: 1.35rem !important;
}

#completionTextDiv h4 {
    font-size: 1.1rem !important;
}