/*Consent Stylesheet*/
.clientAgLogo {
    margin: 60px 0 20px;
}
.clientAgLogo img {
    max-width: 250px;
}
#consent {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(circle farthest-corner at 200px center, rgba(118,126,134,1) 0%, rgba(44,53,61,1) 99%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 50;
}
#consentQ {
    display: flex;
    flex-direction: column;
}
#nope {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#consent h1 {
    text-align: center;
    font-size: 1.5rem;
}
.btnGroup {
    margin: 30px;
}
#consent .dalogo {
    margin: 0 auto;
    display: block;
}
.btnConsent {
    margin-bottom: 5px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px;
    outline: none;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-family: 'Knockout', sans-serif;
    font-size: 1.2rem;
}