﻿.abgo-footer {
    background-color: #0d0d0d;
    width: 100%;
    padding: 10px;
    float:left;
}

.abgo-footer .page-footer-text {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.abgo-footer .page-footer-text p{
    margin:0;
    padding:0;
}

.abgo-footer .page-footer-text a {
    color:white;
    text-decoration:underline;
}

.white-filter {
    filter: brightness(0) invert(1) !important;
}

.captcha_image {
    max-width: 300px;
    width: 100%;
}

.max-h-100 {
    max-height:100%;
}

.max-w-70px {
    max-width: 70px;
}

.text-white {
    color: white !important;
}
.bright-green {
    color: #0ae17d !important;
}
#success {
    color: #198754;
}

.scroll-to-top-of-page {
    cursor:pointer;
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    padding: 3rem;
    border: 1px solid #fff;
    font-family: sans-serif;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    z-index: 10000;
    min-height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.7);
    color: #89CFF0;
}

.cms-details {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#overlay #continue-button {
    background-color: #04AA6D;
    border: none;
    color: white !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 21px;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 15px;
}
#overlay strong {
    font-weight:600;
}
#overlay h1 {
    color: #89CFF0 !important;
}
#overlay h3 {
    font-size: 28px;
    font-weight: bold;
    color: #89CFF0 !important;
}
#overlay h4 {
    font-size: 25px;
    color: #89CFF0 !important;
}

@media (max-width: 768px) {
    #overlay h4 {
        font-size: 22px;
    }
    #overlay h3 {
        font-size: 24px;
    }
}