@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #fff;
    color:#54565b;
    
}

nav {
    padding: 0.5em;
    background: #fff;
    border-bottom: 1px solid #aaa;
    text-align: right;
}

a {
    color:#ee7624;

}

main {
    margin: 0 auto;
    max-width: 1020px;
    
}

main > .update {
    padding: 0.5em;
    background: #fff;
    border: 1px solid #aaa;
    margin-bottom: 1em;
}

#update-form {
    text-align: right;
    margin-bottom: 1em;
}

#update-form textarea {
    width: 100%;
    margin-bottom: 0.5em;
    resize: vertical;
}
/* Leapforce Logo */
.leapforce-logo {

    max-width:200px!important;
    padding:1rem;
    margin-left: auto;
    margin-right:auto;
}
.w-100 {
    width:100%;
}

/* Consent Content */
.container2 {
    display:flex;
    /*height:100vh;*/
    justify-content: center;
    align-items: center;
}
.consent {
    text-align: center;
}
.consent > *{
    margin-bottom:1rem;
}

.consent-desc {
    margin-bottom:1.5rem;
}

/* Consent Buttons */
button {
    cursor:pointer;
}
.btn-wrapper {
    display:flex;
    justify-content: center;
}
/*.consent-buttons-group {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:1rem;
}*/
.consent-btn {
    margin-top: 1rem;
    display: inline-block;
    width:300px;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    text-decoration:none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    box-sizing:border-box;
    padding: .75rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.bi {
    
    vertical-align:middle;
    margin-bottom:1px;
}
.btn-twitter {
    background-color: #1DA1F2;
    color:#fff;
    
}
.btn-youtube {
    background-color: #FF0000;
    color:#fff;
}
.btn-googleanalytics {
    color: rgb(249, 171, 0);
    border: 1px solid;
}
.btn-linkedin {
    background-color: #0077b7;
    color:#fff;
}
.btn-linkedinads {
    background-color: #fff;
    color:#000;
    border: 1px solid #aaa;
}
.btn-googleads{
    background-color: #5f6368;
    color:#fff;
}
.btn-googlesearchconsole{
    background-color: #cfd8dc;
}
.btn-facebook,.btn-facebookads {
    background-color: #fff;
    color:#000;
    border: 1px solid #aaa;
}
.btn-instagram {
    background-color: #fff;
    color:#000;
    border: 1px solid #aaa;
}
.btn-googlereviews {
    background-color: #fff;
    color:#000;
    border: 1px solid #aaa;
}
.btn-tiktok {
    border: 1px solid #aaa;
}
.btn-pinterest {
    border: 1px solid #aaa;
}

.btn-leapforce {
    background-color:#ee7624;
    color:#fff;
}
.consent-btn:not(.btn-hidden):hover {
    opacity:.8;
}

.btn-hidden {
	opacity: 0;
}

/* Error Alert */
.alert-error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


