.v-gated-content {
    display: flex;
    flex-direction: row;
    gap: clamp(20px, 3.5rem, 40px);
}

.v-gated-content-description {
    width: 60%;
}

.v-gated-content-form-container {
    display: flex;
    flex-direction: column;
    background-color: #FDFCFC;
    padding: 2vw 2vw;
    border-radius: 1vw;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-items: center;
    height: fit-content;
}

.v-gated-content-checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.v-gated-content-form {
    display: flex;
    flex-direction: column;

    p:empty {
        display: none;
    }

    br {
        display: none;
    }

    height: fit-content;
}

.v-gated-content-form-field {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    align-items: center;
    padding-bottom: 0.6em;
}

.v-gated-content-checkboxes {
    margin-top: 1em;
}

.v-gated-content-checkbox-text {
    font-size: 0.9em;
    line-height: 125%;
}

.v-form-label {
    color: #33357D;
    text-wrap: nowrap;
    font-family: "zilla_slabregular";
    margin: 0;
    display: flex;
    width: 30%;
}

.v-form-control {
    border: 1px solid #F5F5F5 !important;
    border-radius: 1vw !important;
    box-shadow: 0 3px 3px rgba(0.1, 0, 0.1, 0.1);
    width: clamp(120px, 65%, 420px);
    height: clamp(30px, 2rem, 35px);
    display: flex;
    font-family: "mulishregular" !important;
    border: 0px !important;
    font-size: 14px !important;
}

.v-gated-content-form-select {
    height: clamp(30px, 2rem, 35px);
}

.v-gated-content-form-select option {
    padding-right: 10px;
    box-sizing: padding-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-gated-content-form-submit {
    display: flex;
    margin-top: 1rem;
}

.v-form-text {
    color: #6c757d;
}

.v-gated-content-form-submit-btn {
    background-color: #D26F5D;
    color: white;
    border-radius: 4vw;
    border: none;
    width: fit-content;
    padding-inline: 2vw;
    position: relative;
    height: 56px;
    font-family: mulishregular;
    font-size: medium;
    margin: 0 auto;
}

@media (max-width: 425px) {
    .v-gated-content {
        flex-direction: column;
    }

    .v-gated-content-description {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .v-form-label {
        width: 37%;
    }
}

@media (max-width: 325px) {
    .v-form-label {
        width: 47%;
    }
}

.v-devday-form-container {
    width: clamp(440px, 60%, 800px);
    background: #FDFCFC;
    flex-direction: column;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.v-devday-form {
    background-color: #FDFCFC;
    padding: 2vw 2vw;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.v-devday-title {
    font-size: clamp(25px, 1.35vw, 27px);
    color: #33357d;
    font-weight: 600;
    /*     font-family: "ZillaSlab-SemiBold"; */
    display: flex;
}

.v-devday-topic-title {
    font-size: clamp(20px, 1.1vw, 22px);
    font-weight: 600;
    color: #33357d;
}

.v-devday-topic-details {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: clamp(20px, 1.1vw, 22px);
}

.v-devday-logo-sm {
    font-family: "triple-dot-digital";
    font-size: 1.3rem;
    color: var(--primary);
    margin-bottom: 1.75rem;
}

.v-devday-logo-md {
    font-family: "triple-dot-digital";
    font-size: clamp(16px, 0.9vw, 24px);
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.v-devday-logo-xl {
    font-family: "triple-dot-digital";
    font-size: 3.5rem;
    color: var(--primary);
    line-height: 0;
    margin: 0;
    padding-top: 20px;
}

.v-devday-form-label {
    color: #33357D;
    text-wrap: wrap;
    font-family: "zilla_slabregular";
    margin: 0;
    display: flex;
    width: 30%;
}

.v-devday-form-label-text-area,
.v-devday-form-label-checkbox {
    color: #33357D;
    font-family: "zilla_slabregular";
    margin: 0;
    display: flex;
    width: 100%;
}

.v-devday-form-label-toggle {
    color: #33357D;
    /*text-wrap: nowrap;*/
    font-family: "zilla_slabregular";
    margin-right: 0.5rem;
}

.v-areas-of-interest {
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

@media (max-width: 420px) {
    .v-devday-form-label {
        width: 37%;
    }
}

@media (max-width: 325px) {
    .v-devday-form-label {
        width: 47%;
    }
}

.v-devday-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.v-devday-close-registration {
    color: #d26f5d;
    font-size: 1.5rem;
    font-family: 'mulishregular';
    font-weight: normal;
    padding: 10px;
    text-align: center;
}

.v-devday-center-flex {
    flex: 1;
    display: flex;
    justify-content: center;
}

.v-devday-register {
    color: #33357D;
    font-family: "zilla_slabsemibold";
    margin-top: 1vw;
    display: flex;
    font-size: 1.05em;
}

.v-devday-form-field {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.v-devday-form-field-panel-participation {
    gap: 2vh;
    flex-wrap: wrap;
}

.v-devday-form-field #about-me {
    display: flex;
    flex-direction: row;
    height: 10vh;
    align-items: center;
}

#area-of-interest {
    height: 10vh;
    width: 100%;
    /*margin-right: 1rem;*/
    text-wrap: wrap;
}

.v-devday-form-control {
    border: 1px solid #F5F5F5 !important;
    border-radius: 0.4vw !important;
    display: flex;
    box-shadow: 0 3px 3px rgba(0.1, 0, 0.1, 0.1);
    width: clamp(120px, 65%, 420px);
    height: clamp(30px, 2rem, 35px);
    font-family: "mulishregular" !important;
    border: 0px !important;
    font-size: 14px !important;
    padding: 10px;
}

.panel-participation {
    margin: 1vh;
}

.v-devday-form-select {
    height: auto !important;
}

.v-devday-form-select option {
    padding-right: 10px;
    box-sizing: padding-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-devday-register-button {
    padding-inline: 16px;
    margin: 2vw auto 0 auto;
    color: white;
    cursor: pointer;
    position: relative;
    border-radius: 25px;
    padding-block: 8px;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 1.1em;
    padding-right: 1.11em;
    border-radius: 9999px;
    border: none;
}

.v-devday-register-button:disabled {
    background-color: #ffbdb2;
    cursor: not-allowed;
}

.v-devday-form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.v-devday-register-button {
    padding-inline: 16px;
    padding-block: 8px;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 1.1em;
    padding-right: 1.11em;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    margin: 2vw;
}

.v-linkedin-button-style {
    margin-right: 2vw;
    height: 50px;
    width: auto;
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 9999px;
    object-fit: contain;
    cursor: pointer;
    display: none;
}

.v-form-close-btn {
    margin-left: auto;
    font-size: 25px;
    background: #FDFCFC;
    line-height: 80%;
    align-self: flex-end;
}

.v-devday-consent-checkboxes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "mulishregular";
    font-size: 16px;
    line-height: 2;
    gap: 20px;
}

.v-devday-consent-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.v-devday-consent-checkboxes input {
    appearance: none;
    min-width: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #8D8D8D !important;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: white;
    margin-top: 0.2rem;
}

.v-devday-consent-checkboxes input:checked {
    background-color: white;
    border-color: #d26f5e;
}

.v-devday-consent-checkboxes input:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid #d26f5e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.v-devday-card {
    display: flex;
    width: 100%;
    padding: 4rem;
    background: #FDFCFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    border-radius: 0.7rem;
    margin-bottom: 5rem;
}

.v-devday-card-title {
    width: 50%;
}

.v-devday-registration-text {
    display: flex;
    text-align: center;
    font-family: "mulishregular";
    font-size: small;
}

.v-devday-checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.v-policy-hyperlink {
    font-style: italic;
    font-size: 12px;
}

.v-gated-content-form-container a {
    text-decoration: none !important;
    color: #0d6efd !important;
}

.v-devday-checkbox {
    margin-right: 2px;
}

.v-faded {
    opacity: 0.5;
    cursor: not-allowed;
}

.v-faded-label {
    color: #8D8D8D;
}

.v-devday-main-container {
    padding: 0;
    padding-top: 1em;
}

/*.v-devday-header {*/
/*    display: flex; */
/*    justify-content: space; */
/*    align-items: center; */
/*    width: 100%; */
/*    height: 100%; */
/*    align-items: center;*/
/*}*/
.v-devday-header-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.v-devday-contact-banner {
    position: relative;
    min-height: clamp(120px, 13vw, 300px);
    margin-top: 4rem;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.v-devday-contact-text-container {
    position: absolute;
    z-index: 2;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.v-devday-contact-text {
    font-size: clamp(15px, 1.35vw, 30vw);
    color: white;
}

.v-devday-contact-mail {
    font-weight: 600;
    font-size: clamp(20px, 1.6vw, 35px);
    color: white;
}

.v-devday-contact-svg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #74b0c3;
    position: absolute;
    align-items: center;
}

.v-devday-footer {
    padding-bottom: 2.5em;
}

.v-devday-footer-brand-text {
    font-size: clamp(25px, 2.5vw, 50px);
    font-family: 'Triple-Dot-Digital';
    font-weight: 100;
    padding-top: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.v-devday-footer-text {
    line-height: clamp(20px, 2vw, 40px);
    font-size: clamp(12px, 1.1vw, 20px);
    text-align: justify;
    font-weight: 100;
    font-family: mulishlight;
    display: flex;
    align-items: center;
}

.v-devday-footer-container {
    display: flex;
    padding-top: 3rem;
}

.v-devday-speaker-list {
    display: flex;
    gap: 0.4em;
    font-size: 18px !important;
}

.v-devday-speakers-section {
    padding-top: 3em;
}

.v-devday-speakers-section-title {
    font-size: clamp(32px, 1.9vw, 40px);
    color: #33357d;
    font-weight: 600;
    font-family: "ZillaSlab-SemiBold";
    justify-content: center;
    display: flex;
}

.v-devday-single-speaker {
    margin-bottom: 0.75em;
    display: flex;
    padding-top: 1.00em;
    align-items: flex-start;
    justify-items: flex-start;
}

@media screen and (max-width: 630px) {
    .v-devday-single-speaker {
        flex-direction: column;
    }
}

.v-devday-speaker-image-container {
    margin-top: 1em;
    margin-right: 3em;
    height: auto;
}

@media screen and (min-width: 1200px) {
    .v-devday-speaker-metadata-container {
        width: 80%;
    }
}

.v-devday-speaker-image {
    border-radius: 9999px;
    width: clamp(120px, 13vw, 200px);
    height: clamp(120px, 13vw, 200px);
    max-width: none !important;
    object-fit: cover;
    object-position: top;
}

.v-devday-speaker-name {
    font-size: clamp(26px, 1.5vw, 30px) !important;
    color: #715397;
    font-family: "mulishbold";
}

.v-devday-speaker-title {
    margin: 0 0 !important;
    font-size: clamp(20px, 1.25vw, 24px) !important;
    color: #79B8CC;
    font-family: "mulishbold";
    padding-top: 0.3em;
}

.v-devday-speaker-description {
    font-weight: 400;
    color: #000000;

    font-family: "mulishregular";
    text-align: justify;
    padding-top: 0.5em;
    line-height: 1.6em;
}

.v-devday-metadata-tags-group {
    margin-top: 2.5em;
    color: #ffffff;
    margin-bottom: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.v-devday-metadata-tag {
    --tw-bg-opacity: 0.5 !important;
    background-color: rgb(113 83 151 / var(--tw-bg-opacity)) !important;
    font-size: 0.78em !important;
}

.v-devday-metadata-location {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 8px;
}

.v-devday-metadata-schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: mulishmedium;
}

.v-devday-metadata-schedule-time {
    margin: 0;
    font-size: 2rem !important;
}

.v-devday-metadata-schedule-date {
    margin: 0;
    font-size: clamp(20px, 1.1vw, 22px) !important;
}

.v-devday-metadata-address {
    display: flex;
    padding-top: 0.65em;
    gap: 0.75em;
    align-items: center;
}

.v-devday-metadata-address-icon {
    width: 2.5em;
    height: 2.5em;
}

.v-devday-metadata-address-text {
    font-weight: 400;
    font-size: clamp(20px, 1.1vw, 22px) !important;
    font-family: "mulishmedium";
    line-height: 1.55em;
}

.v-devday-event-description {
    font-size: 1.11em !important;
    font-weight: 500;
    text-align: justify;
    font-family: "mulishregular";
    padding-top: 1em;
}

.v-devday-event-description-success {
    font-size: 1.31em !important;
    font-weight: 500;
    text-align: justify;
    font-family: "mulishsemibold";
}

.v-devday-register-width {
    width: 10% !important;
}

.v-devday-register {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v-devday-confirmation-failure {
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #FDFCFC;
    width: 70vh;
}

.v-devday-form-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.v-devday-form-header-text {
    color: #33357d;
    font-size: 1.55em;
    line-height: 100%;
    /*flex-grow: 1;*/
    text-align: center;
    /*padding-left: 25%;*/
}

.v-devday-form-close {
    display: flex;
}

.v-devday-location-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
}

.v-devday-location-map-container {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.v-devday-location-map-container-text {
    text-decoration: none;
    color: #79b8cc;
    font-weight: 400;
    font-size: clamp(20px, 1.1vw, 22px) !important;
    font-family: "mulishbold";
}

.v-devday-popup-success {
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #FDFCFC;
    width: 80vh;
    font-size: 80%;
}

.v-gatedcontent-popup-success {
    padding: 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #FDFCFC;
    width: 50vw;
    height: 40vh;
}

.v-devday-popup-success-container {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
    flex-direction: column;
    width: 100%;
}

.v-devday-popup-success-content {
    display: flex;
    padding-bottom: 1.25rem;
    flex-direction: column;
    width: 100%;
}

.v-devday-popup-success-attendee-details {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.v-devday-popup-success-title {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 0.5rem;
}

.v-devday-popup-success-details {
    display: flex;
    margin-top: 0.75rem;
    gap: 1rem;
}

.v-devday-popup-location {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    width: 50%;
}

.v-devday-location-icon {
    width: 10rem;
    height: 10rem;
}

.v-devday-popup-schedule {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    width: fit-content;
}

.v-devday-popup-schedule-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.v-devday-popup-schedule-details {
    display: flex;
    flex-direction: column;
}

.v-devday-popup-success-footer {
    font-family: 'Triple-Dot-Digital';
    font-weight: 100;
    padding-top: 2rem;
    font-size: 2em;
}

.v-devday-popup-location-details {
    color: #33357d;
}

.v-devday-checklist-item {
    line-height: 125%;
    font-size: 0.9em;
    text-wrap: wrap;
}

.v-devday-confirmation-failure-header {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: row-reverse;
    width: 100%;
}

.v-devday-popup-failure-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.v-devday-popup-failure-content-icon-container {
    display: flex;
    margin-bottom: 2.5rem;
    justify-content: center;
}

.v-devday-popup-failure-content-icon {
    width: 7rem;
    height: 7rem;
}

.v-devday-popup-failure-content-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.v-devday-popup-failure-content-details-text {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.875em;
    color: #33357d;
}

@media (max-width: 1000px) {
    .v-devday-metadata-address-icon {
        height: 2.3em;
        width: 4.5em;
    }

    .v-devday-metadata-address {
        width: 100%;
    }

    .v-devday-speaker-image-container {
        width: 35%;
        margin-right: 1.1em;
    }

    .v-devday-card {
        display: block !important;
    }

    .v-devday-card-title {
        width: 100%;
    }

    .v-devday-metadata-location {
        width: 100% !important;
        padding: 0 !important
    }

    .v-devday-register-width {
        width: 100% !important
    }

    .v-devday-footer-container {
        display: block !important;
    }

    .v-devday-footer-brand-text {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .v-devday-metadata-tags-group {
        gap: 0.5em;
    }

    .v-devday-form-header-text {
        padding-left: 0%;
    }
}

@media (max-width: 1200px) {
    .v-devday-contact-svg {
        display: none;
    }

    .v-devday-contact-banner {
        background-color: #74b0c3;
        position: relative;
        min-height: clamp(120px, 13vw, 300px);
        margin-top: 4rem;
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }
}

.v-borderless {

    button,
    dialog {
        border: 0;
    }
}

.v-button-text {
    color: #ffffff;
    font-family: "zilla_slabsemibold";
}

.v-button--loading .v-button-text {
    visibility: hidden;
}

.v-button--loading::after {
    content: "";
    width: 24px;
    height: 24px;
    border: 4px solid white;
    border-top: 3px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: 45%;
    animation: button-loading-spinner 1.5s ease infinite;
}

.v-devday-button--loading .v-button-text {
    visibility: hidden;
}

.v-devday-button--loading::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    bottom: 25%;
    animation: button-loading-spinner 1.4s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

body:has(dialog[open]) {
    overflow: hidden;
}

dialog {
    transition: opacity .3s;
}

dialog[open] {
    animation: dialogAnimateIn .3s forwards;
}

@keyframes dialogAnimateIn {
    from {
        transform: scale(30%);
        opacity: 0;
    }

    to {
        transform: scale(100%);
        opacity: 1;
    }
}

.v-toggle-switch {
    position: relative;
    display: inline-block;
    min-width: 45px;
    height: 20px;
    margin-right: 10px;
}

.v-toggle-switch input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

.v-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    transition: 0.4s ease;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.v-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s ease;
    border-radius: 50%;
}

.v-toggle-switch input:checked+.v-slider {
    background-color: #9B51E0;
}

.v-toggle-switch input:checked+.v-slider:before {
    transform: translateX(25px);
}

.v-toggle-label {
    font-size: 9px;
    font-weight: bold;
    color: white;
    opacity: 0.6;
    transition: 0.4s ease;
}

.v-toggle-label.v-yes {
    position: absolute;
    left: 6px;
}

.v-toggle-label.v-no {
    position: absolute;
    right: 6px;
}

.v-toggle-switch input:checked+.v-slider .v-yes {
    opacity: 1;
}

.v-toggle-switch input:checked+.v-slider .v-no {
    opacity: 0.3;
}

.v-toggle-switch input:not(:checked)+.v-slider .v-yes {
    opacity: 0.3;
}

.v-toggle-switch input:not(:checked)+.v-slider .v-no {
    opacity: 1;
}

.v-slider:hover {
    background-color: #b0b0b0;
}

.v-toggle-switch input:focus+.v-slider {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.v-devday-event-description tr {
    border-bottom: 2px solid #cbd5e1 !important;
}

.v-devday-event-description tr,
.v-devday-event-description th {
    vertical-align: top !important;
    padding: 8px !important;
    text-align: left !important;
    background-color: #fff !important;
    font-size: inherit !important;
}

.v-devday-event-description td {
    border-width: 0px !important;
}

.v-marquee-devday .v-linkedin-button-style {
    display: none !important;
}

.v-marquee-devday .v-devday-register-form-header-text {
    padding-left: 0% !important;
}

.v-marquee-devday .v-devday-speaker-list {
    display: none !important;
}

.v-marquee-devday~section .v-devday-metadata-tags-group {
    display: none !important;
}


.speaker-profile {
    display: flex !important;
    flex-direction: row !important;
}

.speaker-profile h3 {
    text-wrap: nowrap !important;
}

.speaker-profile img {
    width: 1.8rem !important;
    margin-left: 0.4rem !important;
    margin-top: 1rem !important;
}


.hljs-code {
    color: #000;
    font-style: normal !important;
}

pre,
code {
    font-family: 'Courier New', Courier, monospace !important;
    unicode-bidi: isolate !important;
    white-space: pre !important;
}

.required-field {
    color: red;
    margin-left: 4px;
}

body {
    font-synthesis: inherit !important;
}

h3 {
    line-height: normal !important;
}

.v-devday-metadata-address-text {
    white-space: pre-line;
}
