#twitter-section {
    width: 100%;
    /*max-height: 100px;*/
}

.twitter-embed {
    background-color: white;
    width: 100%;
}

.tweet-container {
    background-color: white;
    display: flex;
    flex: 0 0 25em;
    margin-bottom: 1em;
}

.profile-picture-container {
    margin-right: 2em;
}

.profile-picture {
    height: 3.5em;
}

.quote-container-alt {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid lightgray;
    border-radius: 1em;
}

.profile-picture-container-alt {
    display: flex;
}

.profile-picture-alt {
    height: 1.5em;
    padding-right: .3em;
}

.user-name {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: .1em;
}

.verified {
    color: dodgerblue;
    height: 1em;
    margin-right: .5em;
}

.tweet-stats {
    display: flex;
    justify-content: space-between;
}

.tweet-stats-components {
    display: flex;
    align-items: center;
}

.tweet-stats-figures {
    padding-left: 1em;
}
/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
.iframe-container {
    position: relative;
    z-index: 10;
    top: 0;
    width: 100%;
    background: red;
    padding: 1em;
}

#pref-parent {
    background: rgba(0,0,0, 0.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#pref-container {
    max-width: 500px;
    height: 100vh;
    overflow: auto;
    background: white;
    padding: 0 0.5em;
    z-index: 200000;
}

#pref-section {
    padding: 0.5em 1em;
    text-align: justify;
}

#pref-buttons {
    display: flex;
    padding: 1em;
    justify-content: space-between;
    background: white;
    position: sticky;
    bottom: 0;
    width:inherit;
    border: 1px solid lightgray;
}

#accept-all-pref-btn {
    padding: 1em;
    border-radius: .35em;
    border: none;
    background: #01aef0;
    color: white;
    cursor: pointer;
}

#reject-all-pref-btn {
    padding: 1em;
    border-radius: .35em;
    border: none;
    cursor: pointer;
}

#save-current-pref-btn {
    padding: 1em;
    border-radius: .35em;
    border: none;
    /*background: #01aef0;*/
    /*color: white;*/
    cursor: pointer;
}

.cookie-sections {
    padding: 0.5em 1em;
    text-align: justify;
}


#cookie-container {
    display: flex;
    gap: 2em;
    background-color: white;
    position: fixed;
    max-width: 50em;
    margin: 0 auto 1.5em;
    text-align: justify;
    left: 1em;
    right: 1em;
    bottom: 0;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset;
    box-shadow: 0 0.625em 1.875em rgb(2 2 3 / 28%);
    z-index: 10;
    border-radius: .35em;
    font: inherit;
    font-size: 1em;
}

#cookie-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1em;
    /*justify-content: center;*/
}

#accept-btn {
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    font-weight: 600;
    background: #01aef0;
    border: none;
    border-radius: .35em;
    color: white;
    text-align: center;
    border-radius: 4px;
}

#reject-btn{
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    font-weight: 600;
    background: #e74c3c;
    border: none;
    border-radius: .35em;
    color: white;
    text-align: center;
    border-radius: 4px;
}

#preference-btn {
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: .82em;
    font-weight: 600;
    background: whitesmoke;
    border: none;
    border-radius: .35em;
    text-align: center;
    border-radius: 4px;
}

.title-toggle {
    display: flex;
    justify-content: space-between;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked#necessary-toggle + .slider {
    background-color: rgba(33, 150, 243, 0.4);
}

label:after {
    content: "";
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.blur-background {
    display: flex;
    flex-direction: column;
    background-image: url("/img/blur.jpg");
    justify-content: center;
    padding: 1em;
    color: white;
    width: 100%;
    min-height: 300px;
    height: 100%;
    text-align: center;
}

.consent-btn {
    margin-top: 1.5em;
    background-color: #2196F3;
    color: white;
    padding: 0.3em 1em;
    border: none;
    border-radius: 0.3em;
}