* {
    scroll-margin: 120px;
}

html {
    scroll-behavior: smooth;
}
:focus-visible {
    outline: 2px auto #000000 !important;
    border-radius: 8px;
}
h1, h2, h3, h4, h5, h6, p {
    line-height: normal;
    color: var(--siwi-blue);
}

h1 {
    font-size: 64px;
    font-weight: 700;
}

h2 {
    font-size: 48px;
    font-weight: 700;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
}

p {
    font-size: 24px;
}

p.emphasis {
    font-size: 36px;
    font-weight: 500;
}

a {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
}

.people {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.person {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 4px 0px var(--shadow);
}

img.profile_picture {
    width: 48px;
    height: 48px !important;
    background-color: var(--siwi-blue);
    border-radius: 48px;
    object-fit: cover;
    object-position: center;
}

.indicators>* {
    background-color: gray;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.indicators {
    display: flex;
    gap: 0.25rem;
    padding: 4px 2px;
}

button.add_to_calendar {
    border: none;
    background-color: var(--siwi-blue);
    color: var(--white);
    border-radius: 4px;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
}
add-to-calendar-button {
    left: -5px;
}
.tag_container>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tag_group .tag {
    border: 1px solid var(--siwi-blue);
    color: var(--siwi-blue);
    padding: 0.25rem 1rem;
    border-radius: 17px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.125rem;
    user-select: none;
}
.tag.Gold_Standard {
    order: -2;
}
.tag.Online {
    order: -1;
}

[data-tag-group] {
    width: 100%;
}

[data-tag-group="special"] {
    order: -1;
}

[data-tag-group="keyword"] {
    order: 1;
}

[data-tag-group]:not([data-tag-group="keyword"]) {
    width: unset;
}

[data-tag-group="interpret"] .tag {
    color: #660000;
    border-color: #660000;
}

[data-tag-group="region"],
[data-tag-group="Region"],
[data-tag-group="focus"],
[data-tag-group="Focus"],
[data-tag-group="format"],
.grid [data-tag-group="keyword"],
.grid [data-tag-group="format2"],
.grid [data-tag-group="interpret"],
[data-tag-group="vimeo"],
[data-tag-group="stream"],
[data-tag-group^="zoom"],
[data-tag-group="chat"],
[data-tag-group="captions"] {
    display: none !important;
}

.card * {
    margin: 0;
}

.card .icon {
    width: 100px;
}

.logo-links {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.logo-links>* {
    max-width: 220px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
    justify-content: center;
}

.card {
    max-width: 220px;
}

html .description {
    min-height: unset;
}

.date_time {
    line-height: 1.5rem;
    font-size: 14px;
}

.short_info {
    display: flex;
    gap: 0.75rem;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.short_info> :not(.activity_name) {
    align-self: flex-end;
}

.short_info .name {
    font-size: 16px;
}

.activity_header,
.description_container,
.description {
    height: 100%;
}

.short_info>* {
    width: 100%;
}

html .thumbnail_container {
    height: auto;
}

.connected_activities_container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 80%);
    padding: 1rem 0;
    margin: 1rem auto;
    border-radius: 4px;
}

html .activity_group_nav {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

.group_nav {
    flex: 1 0 200px;
}

.activities {
    border-radius: 4px;
    overflow: hidden;
}

html .activity {
    position: relative;
    background-color: #fcfcfc;
    padding: 1rem .5rem;
}

html .activity_header {
    gap: .25rem;
}

.filterContainer {
    position: relative;
    padding: 2rem;
    border: 1px solid #888;
    border-radius: 4px;
    width: 265px;
    display: inline-block;
    margin: .5rem;
    background-color: #dedede;
}

.filterContainer h4 {
    margin: 0.5rem 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.filterContainer i {
    font-size: 24px;
    cursor: help;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

#filter>details {
    position: absolute;
    background-color: #dedede;
    width: 100%;
    left: -1px;
    top: 100%;
    transform: translateY(-20px);
    padding: 0rem 1rem 0rem 2rem;
    border: solid #888;
    border-width: 0 1px 1px 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: calc(100% + 2px);
    display: inline-block;
    z-index: 1;
}

details>details:last-of-type {
    padding-bottom: 1rem;
}

details details {
    padding-left: 1rem;
}

html #content .act_img {
    border-radius: 0;
    aspect-ratio: 16/9;
    width: unset;
    height: 90px;
}

.thumbnail_container {
    height: auto;
}

.checkboxContainer {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    padding: 0.25rem 0;
}

[type="checkbox"] {
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    z-index: -1;
}

[type="checkbox"]+label {
    border: 1px solid #444;
    background-color: #dedede;
    color: #444;
    border-radius: 1000px;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 0 !important;
    user-select: none;
    cursor: pointer;
    line-height: normal;
    display: flex;
    padding: 0.25rem 1rem;
}

[type="checkbox"]:focus-visible+label {
    outline: -webkit-focus-ring-color auto 1px;
}

[type="checkbox"]+label:hover {
    border-color: var(--siwi-blue);
    color: var(--siwi-blue);
}

[type="checkbox"]:checked+label {
    border-color: var(--siwi-blue);
    background-color: var(--siwi-blue);
    color: #fff;
}

[type="search"] {
    border-radius: 4px;
    border: 2px solid;
    outline: none;
    padding: 0 1rem;
}

[type="search"]:focus {
    border-color: var(--siwi-blue);
}

[type="search"]+label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    line-height: normal;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}

[type="search"]:focus+label, [type="search"]:not(:placeholder-shown)+label {
    font-size: 12px;
    transform: translateY(-65%);
    color: var(--siwi-blue);
}

input.Search[type=search]::-webkit-search-cancel-button,
input.Search[type=search]::-webkit-search-decoration {
    -webkit-appearance: auto;
    cursor: pointer;
}

input.Search {
    width: 100%;
    font-size: 24px;
    padding: 1rem 2rem 1rem 2rem;
}

.inputContainer {
    position: relative;
    display: inline-block;
}

div#visible-activities {
    position: absolute;
    bottom: 0;
    right: .75rem;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    z-index: 2;
}

summary>h4 {
    display: inline;
}

summary {
    display: list-item;
    cursor: pointer;
    user-select: none;
}

#FAQ summary {
    list-style: none;
}

#FAQ summary:after {
    content: 'Expand_more';
    font-family: 'Material Symbols Outlined' !important;
    font-variation-settings: 'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'48;
    position: absolute;
    right: 0;
    margin: 0 1rem;
    font-size: 30px;
}

#FAQ [open] summary:after {
    content: 'Expand_less';
}

.activity:nth-child(odd) {
    background: #f3f2f2;
}

.heading {
    background-color: rgb(0 79 128 / 74%) !important;
    color: #FFF;
}

.connected_activities_container {
    background: #FFF;
}

.presentationWrapper {
    display: flex;
    flex-wrap: wrap;
}

.presentationWrapper img {
    width: 30px;
    margin: 5px;
    cursor: pointer;
}

div#viewToggle {
    font-size: 24px;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    color: var(--shadow);
}

div#viewToggle button {
    padding: 0;
}

div#viewToggle .active {
    color: var(--primary-color) !important;
    background-color: transparent !important;
}

#viewToggle button:hover i {
    color: var(--primary-color);
    text-shadow: 0 0 3px var(--shadow);
}

.heading {
    width: 100%;
}

.grid [data-start-time] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 10px;
    margin-bottom: 10px;
}

.grid .heading {
    grid-column: 1 / -1;
}

.grid .activity {
    padding: 1rem;
    max-width: unset;
    border: none;
    background-color: rgb(66 125 161 / 15%);
    box-shadow: 0 2px 6px -1px rgb(38 88 119 / 53%);
    border-radius: 4px;
}

.activity:hover {
    background-color: #eaf3fc;
}

.grid .act_img {
    height: unset !important;
    width: 100% !important;
}

.grid .thumbnail_container {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.grid .description_container {
    text-align: center;
    padding: 0 .5rem .5rem .5rem;
}

.grid .description_container .tag_container>* {
    justify-content: center;
}

.nav.navbar-left.navbar-nav .dropdown-menu a {
    height: unset;
    min-height: unset;
    padding: 1.5rem;
}

[data-start-time="0"],
.wrapper .hero,
.date_time .date,
.footer-content {
    display: none;
}

.slideToggle {
    position: relative;
    line-height: normal;
    text-align: center;
    font-size: 10px;
    padding-bottom: 1.25rem;
}

.slideToggle:after {
    content: attr(uncheckedName);
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 10px;
}

.slideToggle:has(:checked):after {
    content: attr(checkedName);
    position: absolute;
    left: 0;
    width: 100%;
}

.slideToggle [type="checkbox"]+label {
    max-width: 200px;
    width: 100%;
    height: 25px;
    background-color: var(--primary-color);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    position: relative;
}

.slideToggle label {
    margin-bottom: 0;
    font-weight: 400;
}

.slideToggle input+label:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.slideToggle input:checked+label:before {
    transform: translateX(100%);
}

.disabled {
    filter: grayscale(1) brightness(3);
    pointer-events: none;
}

.dark, .dark h1, .dark h2,
.dark h3, .dark h4, .dark h5,
.dark h6, .dark p {
    color: #fff !important;
}

div#content {
    padding: 0;
    max-width: unset;
}

.program.container {
    background-image: url(/img/CKEditor/54896_siwi_program_bg.png);
    min-height: calc(100vh - 90px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}

section {
    padding: clamp(3rem, 6vw, 7.5rem) clamp(1.5rem, 4vw, 8rem);
}

.section_wrapper {
    max-width: 1600px;
    width: 100%;
}

section, .section_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

section button:not(.fakeLink, .posterArea button, .list_person), .link_button, #hero .link_button, #guide .temp {
    display: inline-block;
    background-color: var(--siwi-light);
    color: var(--white) !important;
    border: none;
    border-radius: 100px;
    padding: 1.5rem 4rem;
    font-weight: 700;
    font-size: 24px;
    text-decoration: none !important;
    line-height: normal;
    min-width: 300px;
    text-align: center;
    margin: 5rem 0;
}

.fakeLink {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    text-decoration: underline;
    text-align: left;
}

.dark button, .dark .link_button, #guide .temp {
    background-color: var(--white);
    color: var(--siwi-blue) !important;
}

section#website .link_button {
    margin: 0;
}

#hero {
    position: relative;
    background-position: center;
    background-size: cover;
}

#hero .textContent {
    max-width: 640px;
}

#program {
    background-color: var(--siwi-super-light);
}

#program .section_wrapper, #partners .section_wrapper {
    justify-content: center;
}

.carousel {
    position: relative;
}

.carousel .main {
    margin: 0 50px calc(2rem + 18px) 50px;
}

.carousel_prevItem, .carousel_nextItem {
    position: absolute;
    top: 50%;
    font-size: 72px;
    cursor: pointer;
    transform: translateY(-50%);
}

.carousel_prevItem {
    left: -15px;
}

.carousel_nextItem {
    right: -15px;
}

.carousel_item {
    flex-wrap: wrap;
    display: none;
}

.carousel_item.active {
    display: flex;
}

.carousel_indication {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.carousel_indication_item {
    height: 18px;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, .25);
    cursor: pointer;
}

.carousel_indication_item.active {
    background-color: #000;
}

.carousel img {
    flex: 1 1 auto;
    height: 100%;
    width: calc(100% - 460px);
    object-fit: cover;
    object-position: left;
}

.carousel .textContent {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: clamp(2rem, 2vw, 5rem);
    max-width: 100%;
    flex: 0 1 460px;
    width: 460px;
}

.carousel .textContent p {
    flex-grow: 1;
}

.carousel a, .carousel .temp {
    display: flex;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem;
}

[onclick^="changeCarouselItem"] {
    user-select: none;
}

.carousel a i.material-symbols-outlined {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--siwi-light);
    border-radius: 100px;
    color: #fff;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-variation-settings: 'FILL'0, 'wght'700, 'GRAD'0, 'opsz'0;
    padding: 5px;
    font-size: 8px;
}

.hero_content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 1600px;
    width: 100%;
    margin: 5rem auto;
    flex-wrap: wrap;
    gap: 2em;
}
.lc {
    margin-right: auto;
}
.rc {
    order: -1;
}

.rc * {
    margin: 0;
    line-height: 1em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
}

section#guide img {
    position: relative;
    bottom: -5rem;
    width: 480px;
}

section#guide {
    position: relative;
    padding-bottom: 5rem;
}

.devider {
    height: 66px;
    background-repeat: repeat-x;
    background-image: url(/img/CKEditor/54896_footer_pattern-banner.jpg);
    padding: 0 clamp(1.5rem, 4vw, 8rem);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.devider span:last-child:not(:only-child) {
    font-style: italic;
    font-weight: 400;
    font-size: clamp(12px, 3vw, 24px);
}

section#website {
    background-color: var(--siwi-blue);
    padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 8rem);
}

.textContent {
    max-width: 880px;
    flex-basis: 80%;
}

.carousel {
    width: 100%;
}

p:only-of-type {
    margin: 0;
}

section#footer {
    background-color: #143762;
}

section#footer a {
    color: #fff;
    text-decoration: none;
}

.socials {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 14px;
}

.social {
    flex: 1 1 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1em;
}

.socials img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: .5rem;
}

.socials h5 {
    width: 100%;
}

.socials a {
    color: var(--white) !important;
    text-decoration: none !important;
    font-size: inherit;
}

.fCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 2rem;
}

.logo {
    width: 280px;
    flex: 1 1 240px;
    min-width: 280px;
}

#content .logo img {
    max-width: 280px !important;
}

#footer .textContent {
    flex-basis: 520px;
}

.content_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 4rem;
}

.connected_activities_container {
    max-width: 1200px;
}

.group_nav, .activity_name {
    font-size: 20px;
    line-height: normal;
}

.connected_activities_container .activity_name {
    font-size: 16px;
}

.short_info, .date_time {
    font-size: 16px;
}

.card section {
    padding: 0 5px 5rem 5px;
}

.card iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    border: none;
}

.card p {
    font-size: 18px;
}

.card h3 {
    font-size: 24px;
}

section.session {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
}

section.information {
    flex-direction: column;
    align-items: flex-start;
}

section#registration {
    background-color: #e7edef;
}

.registration-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.registration-card {
    background-color: #fff;
    padding: 3rem 2rem 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 340px;
}

.img-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

#content .registration-card .img-container img {
    height: 100px;
}
.registration-card-header h3 {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
.ticketDate {
    color: var(--siwi-light);
}
/*
.registration-card h4 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
}

.registration-card h4+pre {
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 22px;
    padding: 0;
    color: var(--secondary-color);
    font-weight: 400;
}

pre {
    font-family: "KievitOT";
}
*/
.registration-info {
    padding: 0 1rem;
}

.registration-card-container strong,
.registration-card-container p,
.registration-card-container ul {
    font-size: 16px;
}

.registration-card-container ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}

.registration-card-container ul li {
    background: url('/img/CKEditor/55414_checkmark.png') no-repeat left top;
    background-size: 18px;
    padding-left: 20px;
    /* Adjust the padding to make room for the image */
    margin-bottom: 5px;
    color: var(--siwi-blue);
}

hr {
    border-color: #000;
    margin: 5px 0;
}

.registration-link {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    line-height: normal;
    font-weight: 500;
    margin: 2rem 0;
    padding: 1rem;
    border-radius: 100px;
    font-size: 16px;
}
.larger {
    font-size: 1.4em;
}
.popular .registration-link {
    border: 2px solid currentColor;
    padding: 1rem 1rem 1rem 87px;
}

.popular .registration-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: 'MOST POPULAR CHOICE';
    aspect-ratio: 1 / 1;
    background-color: var(--siwi-super-light);
    outline: 2px solid currentColor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 700;
    padding: 1rem;
    word-break: break-word;
    height: 100%;
    transition: all .2s ease-in-out;
    font-size: 12px;
}

.registration-link:hover:before {
    transform: scale(1.25) rotate(-20deg);
}

a.registration-link-small {
    background-color: var(--siwi-light);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 100px;
    line-height: normal;
    transition: all .2s ease-in-out;
    margin-bottom: 2rem;
    font-size: 18px;
    padding: 0.5rem 1rem 0.5rem 2rem;
}

a.registration-link-small:hover {
    background-color: var(--siwi-light-hover);
}

a.registration-link-small i {
    font-size: 14px;
}

.align-center {
    text-align: center;
}

#FAQ h2 {
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.FAQ_group {
    margin: 8rem 0;
}

#FAQ summary {
    font-size: 24px;
    font-weight: 700;
    padding: 3rem 0;
}

#FAQ {
    color: var(--siwi-blue);
}

#FAQ details {
    border-top: 2px solid #b1c1cc;
    position: relative;
    padding-right: 48px;
}

#FAQ details:last-of-type {
    border-bottom: 2px solid #b1c1cc;
}

#FAQ details :last-child {
    margin-bottom: 3rem;
}

ol {
    font-size: 24px;
}

ol li {
    margin: 1rem;
}

.row {
    display: flex;
    gap: clamp(3rem, 5vw, 10rem);
    margin: 0;
    align-items: flex-start;
}

.qlinks {
    position: sticky;
    top: 200px;
    padding: clamp(1rem, 2vw, 3rem);
    background-color: #ebf1f2;
    white-space: nowrap;
    flex: 1 1 800px;
}

.row:before, .row:after {
    content: none;
}

.qlinks a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none !important;
    font-size: clamp(2rem, 2vw, 24px);
    margin: clamp(0rem, 1vw, 2rem) 0;
}

.qlinks a:before {
    content: 'arrow_forward_ios';
    font-family: 'Material Symbols Outlined' !important;
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
    font-size: 16px;
}

.FAQ_group>p {
    margin-bottom: 3rem;
}

.row .text-container {
    flex: 1 1 100%;
}

.activity_overlay {
    color: var(--primary-color);
    font-size: 18px;
}

.group.visible:before {
    content: attr(data-name);
    display: block;

    font-size: 36px;
    padding: 2rem .5rem;
    font-weight: bold;

    font-size: 24px;
    padding: 4rem 0.5rem 2rem 0.5rem;
    font-weight: 500;
    font-family: 'KievitOT';
}

.group.visible {
    display: block !important;
}

button#clearFilter {
    border: 1px solid;
    padding: .5rem 1rem .5rem 2rem;
    line-height: 1rem;
    position: relative;
    font-weight: 500;
}

button#clearFilter:hover {
    color: #000;
}

#clearFilter i {
    top: 50%;
    left: 6px;
    right: unset;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    font-variation-settings:
        'FILL'0,
        'wght'900,
        'GRAD'0,
        'opsz'12;
}

.disabled button.active {
    font-weight: 500;
}

.split {
    gap: 0;
}

.nav a {
    letter-spacing: 0;
    color: #004D7D !important;
    font-weight: 700;
    font-size: 18px !important;
}

.nav a.active {
    color: #000 !important;
}

section#website {
    padding: clamp(3rem, 6vw, 5.5rem) clamp(1.5rem, 4vw, 8rem);
}

div#org_list {
    width: 100%;
}

.org_list_names {
    columns: 3 280px;
    column-gap: 5rem;
}

.org_list_name {
    line-height: 1em;
    margin-bottom: .5em;
    font-size: 24px;
    color: #004d7e;
}

.meetingContainer {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.meetingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 77 126 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease-in-out;
}

section.booking_tags {
    align-items: flex-start;
    text-transform: capitalize;
    padding: 1rem 1.35rem;
}

#content .booking_tag img.profile_picture {
    width: 68px !important;
    height: 68px !important;
}

/*modal*/
#mod_overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
}

#mod {
    position: relative;
    top: 0;
    left: 0;
}

#mod_close {
    display: flex;
    font-size: 22px;
    color: #000;
    background-color: rgb(255 255 255 / 0%);
    border: none;
    margin: 1rem 5rem;
}

#mod_close:before {
    content: 'keyboard_backspace';
    font-family: 'Material Symbols Outlined' !important;
    font-variation-settings: 'FILL' 0,
  'wght' 700,
  'GRAD' 200,
  'opsz' 20;
    margin-right: 1rem;
}

.exhibitor {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem;
    padding-top: 1rem;
    width: 100%;
    overflow: auto;
    max-width: 1200px;
    margin: 0 auto;
    height: unset;
}

#mod {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
#mod .list_person {
    display: flex !important;
    visibility: visible !important;
}
.modal_heading {
    align-items: center;
}

h2.exhibitor_location {
    font-size: 24px;
    font-weight: 500;
    font-variant-numeric: normal;
    display: flex;
    align-items: center;
    margin: 0;
}

h2.exhibitor_location:not(:empty):before {
    content: '';
    background-image: url(/img/CKEditor/55414_marker_dark.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
}

.modal_info, .modal_heading_data {
    flex: 10 10 483px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal_visual, .modal_heading .image_container {
    flex: 2 2 174px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.modal_heading, .modal_content {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

#mod .image_container {
    text-align: center;
    max-height: 180px;
}

#mod .logotype {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    object-position: left;
}

.model_visual .logotype, .modal_visual .logotype {
    max-height: 250px;
}

#mod_content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.model_info_container, .modal_info_container {
    flex: 1 1 100%;
    min-height: 500px;
    background-color: #e7ecf0;
    padding: clamp(5px, 3vw, 5rem);
}

#mod button[data-nav] {
    background-color: #cedcdf;
    color: #054c7d;
    border: none;
    font-size: clamp(14px, 4vw, 24px);
    padding: clamp(.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
    font-weight: 500;
}

#mod button[data-nav].active {
    background-color: #e7ecf0 !important;
    color: #054c7d !important;
    font-weight: 400;
}

#exhibitor_contact {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    gap: 1rem;
}

div#mic_chat {
    display: flex;
    flex-direction: column;
    max-height: 600px;
}
#mic_chat .message:not(.self) .message_bubble {
    background-color: var(--white);
}
.iconContainer {
    flex-wrap: wrap;
}


.model_info_container:not(.active), .modal_info_container:not(.active) {
    display: none !important;
}

.video_items {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
}

.video_previous, .video_next {
    position: absolute;
    top: 50%;
    font-size: clamp(26px, 3vw, 56px);
    cursor: pointer;
}

.video_carousel:has(.video_indication) {
    margin: 25px 50px;
}

.video_carousel {
    position: relative;
    max-width: 600px;
    margin: 25px 0;
}

.info_navigation {
    display: flex;
    gap: .25rem;
}

.video_previous {
    left: 0;
    transform: translate(-100%, -50%);
}

.video_next {
    right: 0;
    transform: translate(100%, -50%);
}

.video_indication {
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 100%;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.video_item {
    background-color: #000;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.video_item.active {
    display: block;
}

.video_indication_item {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #000;
    opacity: .4;
    cursor: pointer;
}

.video_indication_item.active {
    opacity: 1;
}

/*scrollbar*/
body ::-webkit-scrollbar {
    width: 5px;
}

body ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius:8px;
    margin: 2px;
}

body ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

body :-webkit-scrollbar-thumb:hover {
    background: #555;
}

.iconContainer img {
    width: 36px;
}

div#exhibition_floor {
    display: block;
}

.iconContainer {
    display: flex;
    gap: 1rem;
}

.booking_tag_group {
    gap: 1rem;
    width: 100%;
    padding: 0;
    /*display: flex !important;*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.booking_tag_group_header {
    display: none;
}

.card .booking_tag_group_header {
    display: block;
    font-size: 16px;
}

.card .header_session_host, .card .header_talkshow_host {
    font-size: 0;
}

.card .header_session_host:after {
    content: 'Session host';
    font-size: 16px;
}

.card .header_talkshow_host:after {
    content: 'Talkshow host';
    font-size: 16px;
}

section.booking_tags {
    gap: 1.5rem;
    padding: 1.3rem;
}

.booking_tag .name {
    font-size: 14px;
}

.booking_tag .company {
    font-size: 12px;
}

.booking_tag .title {
    font-size: 12px;
    font-style: italic;
}

#content .booking_tag img.profile_picture {
    width: 55px !important;
    height: 55px !important;
}

.session_host .booking_tag {
    border-left: 6px solid #ffb24a;
}

.talkshow_host .booking_tag {
    border-left: 6px solid rgb(67, 184, 40);
}

.booking_tag {
    position: inherit;
    border-left: 5px solid #004d7e;
    flex: 1 0 auto;
}

.booking_tag_group * {
    scroll-margin: unset;
}

div#poster_area {
    flex-direction: column;
}

.business_card {
    border-radius: 50px;
    border: 0;
    background-color: var(--siwi-light);
    color: var(--white);
    font-weight: 500;
    padding: .5em 2em;
    width: max-content;
}

.business_card:hover {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.35);
}

#business_card_form {
    z-index: 999999;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    padding: 3rem 2rem 1rem 2rem;
    border-radius: 4px;
    border: 1px solid;
}

button#bc_close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, .15);
    color: #fff;
    border: navajowhite;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#business_card_form p {
    font-size: 16px;
    margin-bottom: 2rem;
}

#business_card_form label {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
    background-color: #fff;
}

#business_card_form #business_card_comment {
    width: 100%;
    max-width: 100%;
    max-height: 66vh;
    padding: 1rem;
}

.meeting_container {
    aspect-ratio: 16 / 9;
    background-color: var(--siwi-blue);
    display: flex;
    justify-content: center;
    align-items: center;
}

.meeting_container[onclick] {
    cursor: pointer;
}

.meeting_container:empty {
    display: none;
}

.meeting_container[onclick]:empty {
    display: flex;
}

.meeting_container[onclick]:empty:before {
    content: 'Join Meeting';
    padding: 1rem 2.5rem;
    border-radius: 50px;
    background-color: var(--siwi-light);
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}

.meeting_container.meeting_ended[onclick]:empty:before {
    content: 'View Recording';
}

.meeting_container.meeting_ended.wasZoom[onclick]:empty {
    pointer-events: none;
}

.meeting_container.meeting_ended.wasZoom[onclick]:empty:before {
    content: 'Coming Soon';
    filter: grayscale(.9);
}
.activity_overlay .card_header {
    pointer-events: none;
}
.activity_overlay .card_body a {
    font-size: 1em;
}
.activity_overlay .chat-container {
    display: flex;
    flex-direction: column;
    height: 100dvh;
}
.chat_room_container {
    flex: 1;
    height: 100%;
}
.interaction_container {
    flex-basis: 400px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    top: 0;
    align-self: flex-start;
}

.interaction {
    height: calc(100vh - 50px);
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.interaction_controls button {
    border: none;
}

.interaction_controls {
    width: 100%;
    height: 50px;
    display: flex;
    gap: 1px;
    justify-content: space-between;
}

.interaction_controls>* {
    flex: 1 0 50%;
}

.interaction>.active {
    display: block;
}

.interpretation_container {
    background-color: #fff;
}

.interpretation_container iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.overlay.activity_overlay {
    padding-left: 5px;
}

.interaction iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.activity_overlay .interactionWindow,
.activity_overlay .chat_room_container {
    display: none !important;
}
#content .activity_overlay .interactionWindow {
    flex: 1 0 auto;
    height: auto !important;
}
.activity_overlay .interactionWindow.active,
.chat_room_container.active {
    display: flex !important;
    min-width: 350px;
}

.notice {
    font-size: 20px;
}

/*participant_card START*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100dvh;
    background-color: hsla(0, 0%, 0%, 25%);
    z-index: 9999999;
}

.participant_card {
    --_img-size: 240px;
    position: relative;
    height: auto;
    background-color: hsla(0, 0%, 100%, 100%);
    border-radius: 8px;
    font-size: 16px;
    padding: clamp(1.25em, 2vw, 4em) clamp(.75em, 2vw, 3em);
    margin-top: 10vh;
    max-width: 100%;
    max-height: 80dvh;
    min-width: 0;
  }
.close_overlay {
    position: absolute;
    font-size: 1.5em;
    top: .5em;
    right: .5em;
    padding: 0.5em;
    border-radius: 5em;
    font-weight: 700;
    background-color: hsla(0, 0%, 95%, 100%);
    cursor: pointer;
    z-index: 1;
}

.participant_card_header {
    position: absolute;
    width: calc(50% - var(--_img-size) / 2);
    top: 1em;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    padding: 0 1rem;
    justify-content: flex-end;
}
.participant_card_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(25px, 6vw, 250px);
    align-items: center;
    max-width: 100%;
    min-width: 0;
    overflow: auto;
    height: auto;
    max-height: calc(80dvh - 2.5em);
}
.participant_card_header img {
    position: absolute;
    width: var(--_img-size);
    aspect-ratio: 1;
    object-fit: cover;
    right: 0;
    top: 0;
    transform: translate(100%, -60%);
    border-radius: 50%;
    background-color: #fff;
    padding: .5em;
}
.chat_container:has(.chat) {
    flex-shrink: 0;
}

.participant_card_information, .chat_container {
    width: 350px;
    max-width: 100%;
}
.chat_container a {
    font-size: 1em;
}
.participant_card_information {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 6em;
}
.message_container {
    flex: 1 1 300px !important;
}
.participant_card .tag {
    font-size: 16px;
    --_padding-x: 1.5em;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0.5em var(--_padding-x);
    line-height: 1em;
    border-radius: 5em;
}

.participant_name {
    font-size: 1.2em;
    font-weight: bold;
}

.participant_identification {
    font-size: 1.6em;
}
.participant_aio {
    display: flex;
    gap: .25em;
    white-space: nowrap;
    flex-wrap: wrap;
}

.participant_aio .tag {
    font-size: .75em;
    line-height: 1em;
    text-transform: capitalize;
}
.participant_company,
.participant_title {
    font-size: .8em;
}
.user_is_self {padding: 2em}
/*participant_card END*/
/*chat START*/
.active_conversations {
    position: fixed;
    bottom: 6rem;
    right: 7rem;
    border: 1px solid var(--primary-color);
    z-index: 9999999;
}

.active_conversations_icon {
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    background-color: #fff;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    padding: .5em;
}

.total_undread_messages {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    font-family: arial;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    font-size: 14px;
    padding: .25em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    background-color: #ff0000;
    color: #ffffff;
}

ul.active_conversations_list {
    background-color: #fff;
    list-style: none;
    padding: 2px;
    margin: 0;
    max-height: clamp(100px, 500px,calc(80dvh - 6rem));
    overflow: auto;

    &::-webkit-scrollbar {
      width: 6px;
    }
    &::-webkit-scrollbar-track {
      background: #0580bc5c;
    }
    &::-webkit-scrollbar-thumb {
      background: #004d7e;
    }
    &::-webkit-scrollbar-thumb:hover {
      background: #143762;
    }
}

li.active_conversation {
    display: flex;
    padding: .5em;
    gap: .5em;
    user-select: none;
    cursor: pointer;
}

.active_conversation_data {
    font-size: 16px;
    line-height: 1em;
    max-width: 219px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.active_conversation_data .name {
    font-size: 1.1em;
    font-weight: 500;
}

.active_conversation_data .message_preview {
    color: #aaaaaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.active_conversation_data .company {
    margin-bottom: .25em;
}
section#student_tickets {
    font-size: 24px;
}
section#student_tickets ul {
    padding: 0 1.25em;
}
section#student_tickets li::marker {
    color:#a1d5d0;
    font-size: 3rem;
}
section#student_tickets .highlight {
    color: var(--siwi-light);
}
.horizontal-borders {
    border: solid #a1d5d0;
    border-width: 2px 0;
    width: 100%;
    padding: 2rem 0 4rem 0;
}
section#student_tickets .section_wrapper {
    max-width: 1000px;
}
*:has(> .list_person) {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    min-height: unset;
}

.list_person {
    display: flex;
    gap: 1rem;
    flex: 0 1 auto;
    width: 280px;
    border-bottom: 0px;
    border: 1px solid #e1e5f0;
    height: auto;
    min-height: 60px;
    padding: 1em;
    background: #fff;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    align-items: center;
    line-height: 1em;
    text-align: left;
}

.profileContainer {
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
}
.profileContainer img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: top center;
}

.rest {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
}
.attendanceFormat {
    position: absolute;
    top: 0;
    right: .5em;
    transform: translateY(-39%);
    display: flex;
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 16px;
    gap: .125em;
}
.activatedChat .attendanceFormat:after {
    content: '\f086';
    font-family: fontawesome;
    color: var(--siwi-light);
    font-size: 17px;
}
.exhibitor .attendanceFormat {display:none;}
#content .attendanceFormat img {
    max-height: 16px !important;
    max-width: 20px !important;
    object-fit: contain;
}

.list_person .name {
    font-weight: 700;
    color: #000;
}

.list_person .company,
.list_person .title {
    color: #868686;
}
/*chat END*/
div#notification_bar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    justify-content: center;
    background-color: var(--siwi-light-hover);
    padding: .5em;
    color: white;
    font-size: 1.25em;
    transition: all .4s ease-in-out;
    align-items: center;
    gap: 1em;
}
button#notifybar_close {
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25em;
    line-height: 1em;
    width: 1.5em;
    height: 1.5em;
    flex: 0 0 1.5em;
}
div#notification_bar > * {
    margin-left: auto;
}
div#notification_bar:not(.active) {
    translate: 0 -100%;
}
.quick_chat_container {
    position: fixed;
    bottom: 1em;
    right: 1rem;
    max-width: calc(100dvw - 3rem);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    z-index: 9999999;
}

.quick_chat_button {
    background-color: #fff;
    padding: .75em;
    border-radius: 50%;
    width: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    font-size: 1.75em;
    border: 2px solid var(--siwi-blue);
    cursor: pointer;
    z-index: 1;
}

.quick_chat_button i {
    font-weight: bold;
    color: var(--siwi-blue);
    pointer-events: none;
}
.active_chats {
    display: none;
    background-color: #fff;
    width: 300px;
    max-height: 500px;
    min-height: 350px;
    position: relative;
    max-width: 100%;
    top: 3em;
    right: 0;
    border: 2px solid var(--siwi-blue);
    border-radius: 8px;
    justify-content: center;
    align-items: flex-start;
}
.active_chats.active {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    overflow: auto;
    flex-wrap: nowrap;
}

.active_chats:empty:after {
    content: 'You have no active chats!\A Visit "Community - Attendees" to start some conversations!';
    padding: 1em;
    text-align: center;
    font-size: 1.25em;
    white-space: pre-wrap;
    display: flex;
    align-items: center;
    height: 100%;
}
.quick_chat_container .attendanceFormat {
    display: none;
}

.quick_chat_container .list_person {
    width: 100%;
    padding: .25em;
    border: none;
    border-radius: 0;
}

.quick_chat_container .list_person + .list_person {
    border-top: 1px solid #ccc;
}
.quick_chat_container .rest .name,
.quick_chat_container .rest .company,
.quick_chat_container .rest .message_preview {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    min-width: 0;
    max-width: 100%;
}
.quick_chat_container .rest .company {
    font-size: .9em;
    color: black;
}
.quick_chat_container .rest .message_preview {
    font-size: .9em;
    color: #888;
}
.quick_chat_container .rest {
    width: 100%;
    overflow: hidden;
    gap: .2em;
}
.quick_chat_container.loading {
    pointer-events: none;
    animation: loading 5s linear infinite;
}
.quick_chat_header {
    width: 100%;
    text-align: center;
    padding: .25em .5em;
}
.loading i {
    animation: loading 5s reverse linear infinite;
}

.loading button.quick_chat_button {
    border: 5px dotted var(--siwi-blue);
}

@keyframes loading {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}

[data-unread-messages] {
    position: relative;
}

[data-unread-messages]:before {
    content: attr(data-unread-messages);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
    font-size: .75em;
    background-color: var(--siwi-light);
    color: #fff;
    aspect-ratio: 1;
    width: 1.5em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-family: verdana;
}
.active_chats [data-unread-messages]:before {
    top: 1em;
    left: 4em;
}
.favorite-container {
    position: relative;
}

.favorite-container:hover :after {
    content: 'Add to schedule!';
    position: absolute;
    top: -5px;
    right: 0;
    transform: translateY(-100%);
    color: #7d7a7a;
    width: max-content;
    background-color: #ddd;
    padding: .5em;
    font-size: 14px;
    border-radius: 4px;
    font-family: KievitOT;
}

.favorite-container:hover .active:after {
    content: 'Remove from schedule!';
}
@media only screen and (max-width: 767px) {
    .model_visual, .modal_visual {
        order: -1;
        flex: 2 2 312px;
    }

    #mod .logotype {
        object-position: center;
    }
    .chat-container, .open-chat-container {
        display: none !important
    }
    #exhibitor_contact {
        text-align: center;
        align-items: center;
    }
    #mod_close {
        margin: 1rem;
    }
    .exhibitor {
        padding: 5rem 1rem;
    }

    .qlinks {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .interaction_container {
        position: absolute;
        right: 0;
        z-index: 999999;
    }
}