html, body {
    overflow-x: hidden;
}

body {
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100vh;
    font-family: "proxima-nova", Arial, Verdana, sans-serif !important;
    margin: 0;
    padding: 0;
}


main {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: start;
    margin: 0 50px;
    padding-top:15px;
    padding-left:20px;
    padding-right: 20px;
}

main.consumer {
    margin: 0 auto;
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}


main h1 {
    font-size: 1rem;
    justify-content: center;
    width: 100%;
}

#tos ol {
    font-size: smaller;
    padding-left: 20px;
}

#tos ol li {
    margin-top: 10px;
}

#privacy-policy ol {
    font-size: smaller;
    padding-left: 20px;
    margin-bottom: 50px;
}

#privacy-policy ol li {
    margin-top: 10px;
}

#privacy-policy h2 {
    font-size: smaller;
}

#privacy-policy p {
    font-size: smaller;
}


div.content {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

label {
    display: block;
}

input,
textarea {
    box-sizing: border-box;
    font: inherit;
    border: 1px solid rgb(136, 145, 170);
    border-radius: 4px;
    padding: 0.6rem;
}

@media screen and (max-width: 300px) {
    input,
    input[type='text'],
    textarea {
    }
}

header {
    background-color: rgb(39, 53, 73);
}

header nav {
    padding-left: 24px;
}

.page-top {
    background-color: rgb(39, 53, 73) !important;
    color: rgb(39, 53, 73) !important;
}

.form-field {
    padding: 1rem 0;
}

.status {
    color: #fff;
    padding: 0.6rem;
    border-radius: 4px;
}

.status.success {
    background-color: rgb(20, 176, 83);
}

.status.error {
    background-color: rgb(214, 31, 31);
}

.sessionId .sessionDetails {
    font-size: smaller;
    margin-left: 40px;
}

#brandLogo {
    text-align: center;
}

#language {
    margin-top: 20px;
    text-align: center;
}

/*#terms {*/
/*  color: grey;*/
/*  font-size:10px;*/
/*  text-align: center;*/
/*}*/

/*#terms a {*/
/*  text-decoration: underline;*/
/*  cursor: pointer;*/
/*}*/

p.notice {
    color: grey;
    font-size: 10px;
    text-align: center;
    line-height: 1.6;
}

p.notice a {
    text-decoration: underline;
    cursor: pointer;
}

/* Links */
a {
    text-decoration: none;
    color: #679bde;
    cursor: pointer;
}

a:hover {
    color: #4a7fc4;
}

/* Large phone number on thanks/no-thanks views */
#thanks a[href^="tel:"],
#noThanks a[href^="tel:"] {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.button-consent {
    width: 100%;
}

.button-revoke {
    width: 100%;
    background-color: #679bde;
    border-color: #679BDEFF;
    color: #fbf9f9;
    box-shadow: 0 0 0 1px #679BDEFF;
}

.button-reconsent {
    width: 100%;
    background-color: rgba(103, 155, 222, 0.1);
    border-color: #679bde;
    color: #679bde;
    box-shadow: 0 0 0 1px #679bde;
}

button:disabled,
button[disabled] {
    background-color: #cccccc;
    border-color: #cccccc;
    box-shadow: #cccccc 0px 0px 0px 1px;
    color: #666666;
    cursor: not-allowed;
    pointer-events: none;
}

#language {
    text-align: center;
}

.phone {
    font-weight: bold;
}

.company {
    font-weight: bold;
}

.cta {
    font-weight: bold;
}

#thanks,
#noThanks {
    text-align: center;
}

#done {
    font-weight: bold;
    padding-top: 20px;
}

.actions {
    margin-top: 50px;
}

/* Fixed button for legal views */
.actions-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 24px;
    background: linear-gradient(transparent, white 30%);
    margin-top: 0;
    box-sizing: border-box;
}

.legal-view {
    padding-bottom: 80px;
}

footer {
    background-color: rgb(39, 53, 73);
    color: rgb(200, 175, 240);
    font-size: smaller;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin:0;
    padding-top: 3px;
    padding-bottom: 0;
    line-height: 18px;
    height: 100px !important;
}

footer.consumer {
    flex-direction: row;
    justify-content: center;
    background-color: white;
    color: black;
    box-shadow: none;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

footer #badge {
    text-align: center;
    font-size: 9px;
    color: #3c3c3c;
    flex-direction: column;
    justify-content: end;
    margin: 0 auto;
    align-items: center;
}

footer #badge p {
    margin: 0;
    padding: 0;
}

footer #badgeText {
    text-align: center;
    font-size: 10px;
    color: grey;
    line-height: 1.6;
    display: inline-block;
    width: 170px;
    margin: 0;
    padding: 0;
}


footer #badge .badgeIcon {
    width: 50px !important;
    height: 50px !important;
}

footer a:link {
    color: #E8E1F8FF;
    text-decoration: none;
}

footer a:visited {
    color: #E8E1F8FF;
}

footer a:focus {
    color: #E8E1F8FF;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo {
    padding-left: 13px;
    padding-right: 13px;
    width: 40px;
    height: 40px;
}

#messages-list {
    font-size: smaller;
}

#messages-list .event-message {
    display: inline-block;
    line-height: 1.25rem;
    font-size: 11px;
    height: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: top;
}

#messages-list .event-message pre {
    margin-top: 1px;
}

#messages-list .event-message code {
    font-size: 10px;
    margin-left: 15px;
    display: block;
}

#messages-list .message:before {
    vertical-align: top;
}

#messages-list .event-source {
    vertical-align: top;
}

#messages-list .event-detail {
    vertical-align: top;
}

#messages-list .event-detail {
    display: inline-block;
    line-height: 1.25rem;
    font-size: 11px;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    word-break: break-word;
    vertical-align: top;
}

.pill {
    align-items: center;
    font-family: "proxima-nova", Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    width: auto;

    position: relative;
    border-radius: 100px;
    line-height: 1;
    overflow: hidden;
    padding: 0px 12px 0px 20px;
    text-overflow: ellipsis;
    line-height: 1.25rem;
    color: #595959;

    word-break: break-word;

    &:before {
        border-radius: 50%;
        content: '';
        height: 10px;
        left: 6px;
        margin-top: -5px;
        position: absolute;
        top: 50%;
        width: 10px;
    }
}

.pill-success {
    background: #b4eda0;
}

.pill-success:before {
    background: #6BC167;
}

.pill-warning {
    background: #ffebb6;
}

.pill-warning:before {
    background: #ffc400;
}

.pill-danger {
    background: #ffd5d1;
}

.pill-danger:before {
    background: #ff4436;
}

#waiting {
    width: 100%;
    margin-top: 40px;
}


/*SPINNER*/
.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

