/*Consent Stylesheet*/
.clientAgLogo {
    margin: 60px 0 20px;
}

.clientAgLogo img {
    max-width: 180px;
}

#consent {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(2, 62, 132);
    background: linear-gradient(90deg, rgba(2, 62, 132, 1) 0%, rgba(53, 106, 170, 1) 17%, rgba(87, 136, 193, 1) 23%, rgba(2, 62, 132, 1) 43%, rgba(27, 35, 68, 1) 63%, rgba(28, 34, 64, 1) 100%);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 50;
}

#consentQ {
    display: flex;
    flex-direction: column;
}

#consent .consent-center {
    text-align: center;
}

#consent .consent-center a {
    color: #ffffff;
}

#nope {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#consent h1 {
    text-align: center;
    font-size: 1.5rem;
}

.btnGroup {
    margin: 30px;
}

.dob-input {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.dob-input input {
    height: 50px;
    flex-grow: 1;
    text-align: center;
    font-size: 2em;
    border-radius: 3px;
    border: none;
}

/* Chrome, Safari, Edge, Opera */
.dob-input input::-webkit-outer-spin-button,
.dob-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.dob-input input[type=number] {
    -moz-appearance: textfield;
}

.dob-input label {
    display: none;
}

#consent .dalogo {
    margin: 20px auto 0;
    display: block;
}

.btnSubmit {
    margin-bottom: 10px;
    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: 10px 50px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-family: 'Knockout', sans-serif;
    font-size: 1.5rem;
}

.btnSubmit:focus {
    background: #ffffff44;
}

.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;
}
