﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --activeLinkColor: #DB2057;
    --favouriteStarColor: #DB2057;
    --profilePicBorderColor: #DB2057;
    --tileBorderColorLight: rgba(255, 255, 255, 0.5);
    --featuredRibbonColor: #F9B000;
    --topLinkActiveColor: #DB2057;
    --logoutLinkColor: #DB2057;
    --primaryButtonColor: #DB2057;
    --secondaryButtonColor: #DB2057;
    --tertiaryButtonColor: #b2b2b2;
    --tertiaryButtonHoverColor: #be3632;
    --attendeeTileHeaderBackground: #DB2057;
    --exhibitorTileHeaderBackground: #DB2057;
    --accountHomeTileBackground: transparent;
    --loadingColorOne: #E21A2D;
    --loadingColorTwo: #FFC20E;
    --loadingColorThree: #0057A0;
} 

/*#region Fonts */
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../../fonts/font-awesome/fa-regular.eot');
    src: url('../../fonts/font-awesome/fa-regular.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-regular.woff') format('woff'), url('../../fonts/font-awesome/fa-regular.woff2') format('woff2'), url('../../fonts/font-awesome/fa-regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../../fonts/font-awesome/fa-solid.eot');
    src: url('../../fonts/font-awesome/fa-solid.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-solid.woff') format('woff'), url('../../fonts/font-awesome/fa-solid.woff2') format('woff2'), url('../../fonts/font-awesome/fa-solid.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBook';
    src: url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff2') format('woff2'), url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonLight';
    src: url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff2') format('woff2'), url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
/*#endregion*/

/*#region Html*/
body,
html {
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    color: #303030;
    font-family: "Roboto", serif;
    font-size: 15px;
    line-height: 1.42857;
    color: #303030;
    background-color: #fff;
    text-align: inherit;
    margin: 0;
}
ul li {
    list-style-type: square;
}
input[type=text], input[type=password], textarea {
    font-family: "Roboto", serif;
    color: #303030;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 8px;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
}
select {
    font-family: "Roboto", serif;
    color: #303030;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 5px;
    color: #303030;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
    background-color: #f9f9f9;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
a.button {
    padding: 8px 10px 7px !important;
    font-weight: 500;
    border-radius: 40px !important;
}
/*#endregion*/

/*#region Responsive Layout*/
#header {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 768px) {
    #header {
        width: 738px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 960px) {
    #header {
        width: 930px
    }
}
@media (min-width: 1260px) {
    #header {
        width: 1230px;
    }
}
/*#endregion Responsive Layout*/

/*#region Navigation Top*/
.navigation-top-container {
    background: #fff;
    height: 60px;
    border-bottom: solid 1px #ddd;
}
.navigation-top .icons ul li {
    border-bottom: none !important;
}
.navigation-top .icons ul li:hover {
    color: #8d8f95 !important;
}
.navigation-top .icons ul li a .fa,
.navigation-top .icons ul li a .fas {
    font-weight: 300 !important;
    font-size: 16px;
    color: #303030;
}
.navigation-top .icons ul li a .fa:hover,
.navigation-top .icons ul li a .fas:hover {
    color: var(--activeLinkColor) !important;
}
.navigation-top .user {
    border-right: none;
    border-left: none;
}
.navigation-top .user > div > div > div > div > div.name {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-size: 15px;
    color: #303030;
}
.navigation-top .user > div > div > span {
    color: #303030;
}
.navigation-top .user > div > ul > li > a.log-out {
    color: var(--logoutLinkColor) !important;
}
.navigation-top .user > div > ul, 
.navigation-top #mobile-menu {
    background: #fff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 3px;
}
.navigation-top .user > div > ul > li > a, 
.navigation-top .user > div > ul > li > div, 
.navigation-top #mobile-menu a {
    color: #303030;
    font-weight: 300;
}
.navigation-top .user > div > ul > li > a:hover, 
.navigation-top #mobile-menu a:hover {
    color: var(--activeLinkColor) !important;
}
.navigation-top .user > div > ul > li.seperator {
    background: rgba(0, 0, 0, 0.12);
    margin: 0 15px;
    width: auto;
}
.navigation-top .user > div > ul > li > div select {
    color: #303030 !important;
}
.navigation-top .user > div > ul > li > div select option {
    background-color: #fff !important;
    color: #303030;
}
.navigation-top a.button {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
@media screen and (min-width: 768px) {
    /*.navigation-top-container {
        background: rgba(245, 245, 245, 0.9);
        height: 74px;
    }*/
}
/*#endregion*/

/*#region Availability*/
.availability th {
    font-family: "Roboto", serif;
    font-weight: 500;
}
/*#endregion*/

/*#region Messe Frankfurt Events specific */
.messe-frankfurt-only {
    display: none !important;
}
/*#endregion*/

/*#region Language specific */
#content :lang(de) {
    font-style: italic;
    color: #777;
}

    #content :lang(de) .step-n, #content :lang(de) .step-n a {
        color: #cc3300;
    }
/*#endregion*/

/*#region Primary Colours */
#header,
.event-details-row {
    background: #ffffff;
}

#menu a {
}
/*#endregion*/

/*#region Header*/
#preheader {
}
#preheader .pha1 {
    height: 100%;
    background: url('../../images/messe-frankfurt/MF_logo.jpg') no-repeat center center #fff;
    background-size: 155px 30px;
    margin-top: -6px;
    margin-left: 16px;
}
#header {
    margin-top: 10px;
    background: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 768px) {
    #header {
        margin-top: 65px;
    }
    #header .logo-1 {
        background-image: url(../../images/proudly-sa-buy-local-summit-expo-2025/summit-logo.png);
        background-position: left 15px;
        background-size: 206.5px;
        background-repeat: no-repeat;
        height: 100px;
        padding: 15px 0 15px 0px;
    }
}
@media (min-width: 1260px) {
    #header .logo-1 {
        background-image: url(../../images/proudly-sa-buy-local-summit-expo-2025/summit-logo.png), url(../../images/proudly-sa-buy-local-summit-expo-2025/matchmaking-logo.jpg);
        background-position: left 15px, right 30px;
        background-size: 206.5px, 273px;
    }
}

.event-details-row {
    background: #be3632;
}
.primary-color {
    color: var(--activeLinkColor) !important;
}
.primary-color-background {
    background-color: #be3632 !important;
}
.event-details-box {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}
.event-details-box-title {
    font-family: "Proxima_Nova",Arial;
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 20px;
}
.event-details-box-subtitle {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.event-details-box-button {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    padding: 13px 20px 13px 20px;
    text-transform: uppercase;
    transition-duration: 400ms;
    transition-property: color, background-color, border-color;
    white-space: normal;
    font-weight: 400;
    border: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .event-details-row {
        width: 230px;
        margin-top: -220px;
    }
    .event-details-box {
        padding: 30px 30px 20px 30px;
    }
    .event-details-box-title {
        font-size: 22px;
        line-height: 28px;
    }
    .event-details-box-subtitle {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) {
}
/*#endregion*/

/*#region Menu*/
#menu-wrapper {
    height: 100px;
    margin-top: -110px !important;
    margin-bottom: 60px;
}
#menu {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100px;
}
#menu li {
    display: inline;
    float: left;
    border-collapse: separate;
}
#menu li.vmmlondon08 {
    display: none;
}
#menu a {
    font-family: "Roboto", serif;
    padding: 10px 12px;
    line-height: 40px;
    color: #303030;
    font-weight: 500;
}
#menu a:hover,
#menu a:focus {
    color: var(--activeLinkColor) !important;
    background-color: transparent;
}
#menu a.arbitrary {
    color: var(--activeLinkColor);
}
#menu li.translate {
    display: none;
}
#menu ul {
    margin-left: 200px;
}
@media (min-width: 960px) {
    #menu ul {
        margin-left: 266px;
    }
    #menu a {
        font-size: 16px;
        padding: 14px 16px;
        line-height: 44px;
    }
}
/*#endregion*/

/*#region Footer*/
#footer-cont {
    background: rgba(245, 245, 245, 0.9);
    color: #303030;
    font-size: 12px;
}
#footer {
}
.footer-cont .signage a {
   color: #303030;
}
.footer-cont .signage a:hover {
    color: #8d8f95 !important;
}
/*#endregion*/

/*#region Headings */
.title-container {
    background-color: #be3632;
    margin-top: -46px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

h1, .h1 {
    font-family: "Roboto", serif;
    color: #fff;
    color: #303030;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.4;
}

h2, .h2 {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: .6875rem;
}
/*
@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 20px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 54px;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-size: 36px;
        line-height: 50px;
        margin: 0 0 20px;
    }
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, p {
    width: 100%;
}*/
/*#endregion*/

/*#region Hyperlinks */
a:link,
a:visited {
    color: var(--activeLinkColor);
    text-decoration: none;
}

a:active,
a:hover {
    color: #303030;
    text-decoration: none;
}
/*#endregion*/

/*#region Content*/
#content {
    margin-bottom: 80px;
}

.section-container {
    padding-top: 5px;
    padding-bottom: 5px;
}


#content, .steps-list li.step span.valign {
    clear: both;
    /*font-size: 15px;*/
}

    #content p, .steps-list li.step span.valign, ol.steps-list li.step span.valign {
    }

.info, .success, .warning, .error, .validation {
    background-position-x: 10px !important;
    border-radius: unset;
    padding: 15px 30px 15px 60px !important;
    font-family: "Roboto", serif;
    text-shadow: none !important;
    box-shadow: none;
    border-bottom-width: 0;
    font-size: 15px !important;
    margin: 1.1em 0 1.1em 0;
    vertical-align: middle;
    font-weight: 500 !important;
    color: #303030 !important;
    line-height: 1.2;
    background-color: transparent !important;
    border: none;
}

/*#endregion*/

/*#region Standard Form: Meeting + Note Form */
.standard-form-cont .section-cont table.section td {
    /*border-top: dotted 1px gainsboro;*/
    border-bottom: none;
}

    .standard-form-cont .section-cont table.section td.label {
        padding: 20px 20px 20px 0;
        text-align: left;
        color: #303030000;
        font-weight: 500;
        vertical-align: top;
        line-height: 1.4;
        font-size: 15px;
        width: 22.5%;
    }

    .standard-form-cont .section-cont table.section td.req {
        padding: 5px 20px;
        font-size: 15px;
    }

    .standard-form-cont .section-cont table.section td.value p {
        line-height: 1.4 !important;
    }

    .standard-form-cont .section-cont table.section td.value {
        padding: 15px 20px 15px 0;
        font-size: 15px;
        line-height: 1.4 !important;
        width: 320px;
    }

        .standard-form-cont .section-cont table.section td.value input[type=text] {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value textarea {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value select {
            width: 337px;
            font-size: 15px;
        }

    .standard-form-cont .section-cont table.section td.req {
        color: #cc0000;
        font-size: 15px;
        padding: 15px 20px 15px 0;
    }

    .standard-form-cont .section-cont table.section td.rf {
        padding: 20px;
    }

ul.meeting-list-cont {
    font-size: 15px;
}

    ul.meeting-list-cont li h3 a {
        font-size: 15px;
    }

    ul.meeting-list-cont li {
        padding: 0 10px;
        margin: 60px;
        border: none !important;
    }

        ul.meeting-list-cont li .details-cont td {
            padding: 5px 10px 5px 0;
        }


.standard-form-cont .section-cont table.section td.label {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .standard-form-cont .section-cont table.section td.label {
        padding-left: 15px;
        text-align: left;
    }

    .standard-form-cont .section-cont table.section td.value input[type=text] {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value textarea {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value select {
        width: 455px;
    }
}
/*#endregion*/

/*#region Button and Links Sets*/
ul.button-set-cont li a {
    font-family: "Roboto", serif;
    color: #303030;
    margin: 0;
    padding: 8px 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*box-shadow: 0 2px 1px rgba(0,0,0,.05);*/
    /*border: solid 1px #ccc;*/
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    /*-o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;*/
    font-style: normal;
    cursor: hand;
    cursor: pointer;
}

    ul.button-set-cont li a:hover {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:active {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:visited {
    }

    ul.button-set-cont li a.parent {
        backgound: #f2f2f2;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
        background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
        line-height: normal;
        padding: 6px 10px 6px 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

ul.button-set-cont .sub {
    margin-top: 2px;
}

    ul.button-set-cont .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 160px;
    }

        ul.button-set-cont .sub ul li {
            width: 100%;
            pointer: cursor;
            font-size: 14px;
        }

ul.button-set-cont li input[type=checkbox] {
    margin-top: 2px;
}

ul.small-button-set-cont li a {
    padding: 7px 9px 6px 9px !important;
}

ul.button-set-cont li .sub {
    top: 32px !important;
    background: #b2b2b2 !important;
    color: #ffffff;
    padding: 0px;
    border: none;
}

ul.button-set-cont .sub a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.6em !important;
    padding: 0.1em 0.25em !important;
    color: #50555f !important;
    font-weight: 500 !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

    ul.button-set-cont .sub a:hover, ul.button-set-cont .sub a:active {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        line-height: 1.6em !important;
        padding: 0.1em 0.25em !important;
        color: #50555f !important;
        font-weight: 500 !important;
        font-weight: 500 !important;
        text-shadow: none;
        text-decoration: underline !important;
    }
/*#endregion*/

/*#region Profile Card*/
.qtip-title  {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 16px;
}
.PopupDetails {
    font-family: "Roboto", serif;
    font-weight: 500;

}
/*#endregion*/

/*#region Messe Frankfurt Login Widget */
.mfWidget.content {
    background-color: #f3f3f3;
    padding: 30px 40px 40px 40px;
    margin: 20px 0;
}

    .mfWidget.content #loginboxTitle {
        font-family: "Proxima_Nova",Arial;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

.mfWidget {
    padding: 0;
}

    .mfWidget p {
        margin: 0;
    }

    .mfWidget h2 {
    }

    .mfWidget #messeLogo {
        float: left;
    }

    .mfWidget #mfLoginButton {
        font-family: 'GibsonLight', Arial;
        font-weight: 500;
        font-size: 18px;
        padding-left: 22px;
        line-height: 18px;
    }

    .mfWidget #loginboxSubtitle {
        font-family: 'GibsonLight', Arial;
        font-size: 15px;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
    }

    .mfWidget #buttonLogin {
        font-size: 11px;
        font-weight: 500;
        cursor: default;
        display: none !important;
        margin-bottom: .5em;
        color: #8D8F95 !important;
    }

    .mfWidget #MyAccountLwStatusText,
    .mfWidget a#cancelLogin,
    .mfWidget .customLink,
    .mfWidget #MyAccountLwLogoutButton,
    .mfWidget #MyAccountLwRegisterButton,
    .mfWidget #manageProfile {
        display: none;
    }

    .mfWidget.loggedIn .customLink {
        display: block;
    }

    .mfWidget.loggedIn #MyAccountLwStatusText {
        display: block;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .mfWidget.registration #MyAccountLwRegisterButton {
        display: block;
    }

    .mfWidget input {
        border: 1px solid #8D8F95;
        color: #50555F;
        margin-bottom: .5em;
        padding: 3px;
        width: 150px;
    }

    .mfWidget #MyAccountPassword {
        display: none;
    }

    .mfWidget input:focus {
        display: none;
    }

    .mfWidget input:first-child {
        margin-top: .5em;
    }

    .mfWidget input#MyAccountLwUsername {
        display: none;
    }

    .mfWidget #MyAccountLwLoginButton {
        display: none;
    }

        .mfWidget #MyAccountLwLoginButton:hover {
            display: none;
        }

    .mfWidget #MyAccountLwForgotPasswordButton {
        display: none;
    }

    .mfWidget #loginError {
    }

    .mfWidget input.err {
        border: 1px solid red;
    }

    .mfWidget #MyAccountModalFields {
    }

    .mfWidget.footer {
        width: 175px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .mfWidget .buttonStyles {
        display: inline;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #be3632;
        background-color: transparent;
        border-color: #be3632;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
    }

        .mfWidget .buttonStyles:hover {
            background-color: transparent;
            border-color: #be3632;
            color: #be3632;
        }

    .mfWidget.content .icn:link {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #be3632;
        background-color: transparent;
        border-color: #be3632;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .mfWidget.content .icn:link:hover {
            background-color: transparent;
            border-color: #be3632;
            color: #be3632;
        }

    .mfWidget.context {
        position: absolute;
        top: 0;
        right: 38px;
        height: 70px;
        line-height: 70px;
        max-width: 220px;
        cursor: pointer;
    }

        .mfWidget.context .profile-pic {
            margin: 22px 20px 0 0;
            width: 25px;
            height: 25px;
            display: block;
            float: left;
            background-image: url(../../images/profile-pic.png);
            background-position: center left;
            background-size: 25px 25px;
            background-repeat: no-repeat;
            border-radius: 50%;
        }

        .mfWidget.context #loginboxTitle {
            display: none;
        }

        .mfWidget.context .icn-cont {
            position: absolute;
            top: 60px;
            right: -10px;
            background: #fff;
            text-align: center;
            display: none;
            width: 200px;
            box-shadow: 0 10px 5px 5px rgba(0,0,0,.1);
            padding: 10px 10px 20px 0;
        }

            .mfWidget.context .icn-cont a:before {
                content: "\45";
                font-family: MF-Iconset;
                font-size: 12px;
                margin-right: 5px;
            }

        .mfWidget.context a.icn {
            font-size: 15px;
            line-height: 34px;
            color: #a5a5a5;
            font-weight: 400;
        }

        .mfWidget.context #MyAccountLwStatusText {
            display: none;
            float: left;
            font-size: 15px;
            padding-top: 1px;
        }

#events-programme .tabs {
    border-bottom: 3px solid #b2b2b2;
}

    #events-programme .tabs div {
        background: none;
    }

        #events-programme .tabs div a:hover {
            background-color: var(--activeLinkColor) !important;
        }

.outer {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
}

.inner {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
    cursor: pointer;
}

.sub ul li label {
    cursor: pointer;
    padding: 5px 0 5px 25px;
    display: block;
}

.sub ul li:hover {
    cursor: pointer;
}

.InnerCheckboxChecked {
    background-color: #be3632 !important;
    cursor: pointer;
}

.ContainsCheckbox:hover .inner {
    display: inline-block;
    transition: 0.3s ease-in-out;
}


.ContainsCheckbox:hover {
    padding-right: 17px !important;
}

    .ContainsCheckbox:hover .outer {
        display: inline-block;
        transition: 0.3s ease-in-out;
    }

    .ContainsCheckbox:hover .IconCheckboxDownArrow {
        display: none;
        transition: 0.3s ease-in-out;
    }

.create-button-set-cont-top {
    display: none;
}


.PrimaryButtonStyle {
    background-color: var(--primaryButtonColor) !important;
}

    .PrimaryButtonStyle:hover, .PrimaryButtonStyle:focus {
        color: var(--primaryButtonColor) !important;
        border: solid 1px var(--primaryButtonColor) !important;
    }

.SecondaryButtonStyle {
    background-color: #ffffff !important;
    color: var(--secondaryButtonColor) !important;
    border: solid 1px var(--secondaryButtonColor) !important;
}

    .SecondaryButtonStyle:hover, .SecondaryButtonStyle:focus {
        background-color: var(--secondaryButtonColor) !important;
        color: #ffffff !important;
        border: solid 1px var(--secondaryButtonColor) !important;
    }

.TertiaryButtonStyle {
    background-color: var(--tertiaryButtonColor) !important;
    color: #ffffff !important;
    background-image: none !important;
    border: solid 1px transparent !important;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .TertiaryButtonStyle:hover, .TertiaryButtonStyle:focus {
        background-color: var(--tertiaryButtonHoverColor) !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.EmptyStar::before {
    color: var(--favouriteStarColor);
}

.IconFilledStar::before {
    color: var(--favouriteStarColor);
}

@media screen and (min-width: 768px) {
    .mfWidget.context {
        width: 220px;
    }

        .mfWidget.context #MyAccountLwStatusText {
            display: block;
        }

        .mfWidget.context .icn-cont {
            right: 20px;
        }

        .mfWidget.context a.icn {
        }
}


@media screen and (max-width: 825px) {


    .ViewProfileImage {
        max-width: none;
        padding-bottom: 10px;
    }

    .profile-card {
        max-width: none;
    }

    .profile-details {
        max-width: none;
    }

    .qtip-active {
        width: 95% !important;
    }
}



.country {
    width: 260px;
    word-wrap: break-word;
}

.part-profile-cont {
    padding: 0px;
}

/*#endregion*/

/*#region Video Meeting*/
.video-meeting .header {
}

    .video-meeting .header .logo .imgLogo {
        max-width: 140px;
        margin-left: -10px;
    }

    .video-meeting .header .attendees .item .photo {
        max-width: 125px;
    }

        .video-meeting .header .attendees .item .photo img {
            border-radius: 50%;
        }

    .video-meeting .header .attendees .item .content {
        font-size: 15px;
        text-align: left;
    }

.video-meeting .ad {
    background-color: red;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

    .video-meeting .ad:before {
        content: "Ad space";
    }

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.video-meeting .image-background {
    border: solid 6px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 94px;
    height: 94px;
    margin-left: auto;
    margin-right: auto;
}

.video-meeting .image {
    border: solid 2px #be3632 !important;
    background-color: #f8f8f8;
    vertical-align: middle;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center center;
}
/*#endregion*/

/*#region Countdown Timer*/
.countdownTimer div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 19px;
}

.countdownTimer #timer {
    padding: 0;
}

.countdownTimer span {
    display: block;
    font-size: 16px;
    color: #be3632;
}

.countdownTimer #days {
    font-size: 22px;
    color: #ffffff;
}

.countdownTimer #hours {
    font-size: 22px;
    color: #ffffff;
}

.countdownTimer #minutes {
    font-size: 22px;
    color: #ffffff;
}

.countdownTimer #seconds {
    font-size: 19px;
    color: var(--activeLinkColor);
}

/*#endregion*/

/*#region Session*/
#divSessionCalendar {
    background-color: white;
    border: 1px solid rgb(221, 221, 221);
    margin-top: 10px;
}

#divSessionCalendarTabs {
    width: 100%;
}

.flex-grid {
    display: flex;
}

.colOuter {
    flex: 1;
}

.colInner {
    flex: 3;
}

.table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.leftAlign {
    flex: 1;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.centerAlign {
    flex: 4;
    text-align: left;
    vertical-align: top;
    padding: 20px;
}

.rightAlign {
    flex: 1;
    text-align: right;
    vertical-align: top;
    padding: 10px;
}

.centerRow {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.titleBlock {
    display: flex;
    font-family: "Roboto", serif;
    font-weight: 500 !important;
    font-size: 16.5px;
    line-height: 1.2;
}

.topicBlock {
    background-color: #f1f1f1;
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.calendar-tabs {
    margin-bottom: 0px;
    border-bottom: 2px solid #b2b2b2;
}

    .calendar-tabs .tab-item {
        padding: 0px 10px;
        display: inline-block;
        background-color: #ffffff;
        min-width: 65px;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: #303030000;
        cursor: pointer;
        border: 1px solid rgb(221, 221, 221);
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        margin-bottom: -1px;
        color: #303030;
        padding: 7.5px;
        font-size: 14.5px;
        line-height: 1;
        font-style: normal;
        font-weight: 500;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
	    font-family: "Roboto", serif;
        font-weight: 500;
    }

        .calendar-tabs .tab-item:hover {
            color: white !important;
            background-color: var(--activeLinkColor) !important;
        }

    .calendar-tabs .selected-tab {
        color: var(--activeLinkColor) !important;
    }

.IconAcceptMeeting {
    cursor: pointer;
}

.IconNewMeeting {
    cursor: pointer;
}

.imgLogo {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    /*    padding-right: 15px;
    float: left;*/
}

.SessonComingUpContainer {
}

.LiveCenterRow {
    margin: 5px 0px;
    width: 100%;
    display: inline-block;
}

.LiveCenterRowContributor {
    width: 100%;
    display: flex;
    border-bottom: solid 1px grey;
    padding: 20px 0px;
}

    .LiveCenterRowContributor:last-of-type {
        margin-bottom: 20px !important;
        border-bottom: solid 1px transparent !important;
    }

.topicBlockLive {
    cursor: default;
}

.LiveAcceptMeeting {
    cursor: default;
}

.effectboxouter {
    display: none;
    margin-bottom: 20px;
}

.SessionContainer {
    background-color: white;
    margin: 10px;
    border: 1px solid transparent;
}

.SessionContainer:hover, .SessionContainer:active, .SessionContainer:visited {
    border: dashed 1px var(--tileBorderColorLight) !important;
    transition: 0.3s;
}

.SessionContainerLink {
    color: #303030 !important;
    display: contents;
}

/*#endregion*/

/*#region Sessions */
.session-filter-header {
    font-family: "Roboto", serif;
    font-weight: 500 !important;
}
#divSessionFilter .filter-label {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 14px;
}
/*#endregion*/

/*#region Account Home Page */
.account-home .middle-column {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
}

.account-home .buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
    gap: 16px;
    padding: 16px;
    margin-bottom: 0;
}

    .account-home .buttons .button {
        font-family: "Roboto", serif;
        width: 100% !important;
        margin: 0 !important;
        height: 100px !important;
        background: none;
        background-size: cover !important;
        background-position: center center !important;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
        
    }

    .account-home .buttons .my-event-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/my-event.jpg) !important;
    }

    .account-home .buttons .exhibitors-list-button, .account-home .buttons .products-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/exhibitors.jpg) !important;
    }

    .account-home .buttons .meetings-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/meetings.jpg) !important;
    }

    .account-home .buttons .attendees-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/attendees.jpg) !important;
    }

    .account-home .buttons .availability-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/availability.jpg) !important;
    }

    .account-home .buttons .sessions-list-button, .account-home .buttons .speakers-list-button, .account-home .buttons .videoondemand-list-button {
        background-image: url(../../images/africa-travel-week-2021/home-buttons/schedule.jpg) !important;
    }
/*#endregion*/

/*#region Unknown*/
.profile-details-footer {
    font-weight: 400 !important;
}
@media (max-width: 768px) {
    .flex-grid {
        flex-direction: column;
    }

    .LiveComingUpContainer {
        display: none;
    }

    .LiveSessionSuggestionsContainer {
        display: none;
    }
}

/*-------------------------------*/

.homeCotainer h1 {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .homeCotainer h1 span {
        color: #303030;
    }

.homeCotainer p {
    margin-top: 10px;
}

/*-------------------------------*/
/*------------- Ads -------------*/
/*-------------------------------*/

.adContainer {
    display: flex;
}

    .adContainer .imageAd {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.Schedule {
    max-width: 302px;
    max-height: 533px;
    /*    padding-top: 20px;*/
}

.Session {
    max-width: 302px;
    max-height: 485px;
    padding-bottom: 20px;
}

.VideoMeeting {
    max-width: 366px;
    max-height: 206px;
    padding-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.exhibitorDirectoryContainer .adWrapper {
    width: 287px;
    height: 318px;
}

.exhibitorDirectoryContainer .tile .imageAdContainer {
    display: flex;
    max-width: 287px;
    max-height: 318px;
}

    .exhibitorDirectoryContainer .tile .imageAdContainer .imageAd {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }


/*-------------------------------*/

.SessionFilterText {
    font-size: 15px;
    line-height: 24px;
}

.filterTop {
    padding: 15px 15px 10px 15px;
}

.filterMiddle {
    padding: 0px 15px 10px 15px;
}

.filterBottom {
    padding: 0px 15px 15px 15px;
}

/*#launcher {
    left: auto !important;
    right: 125px;
    bottom: 5px !important;
}*/

.myEventContainer .results .row .title {
    font-family: "Roboto", serif;

}
.myEventContainer .results .row .title:hover {
    color: var(--activeLinkColor);
}

.myEventContainer .results .row .actionsContainer a:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}
.myEventContainer .results .dateHeading {
    font-family: "Roboto", serif;
    font-weight: 500 !important;
    font-size: 16.5px;
    line-height: 1.2;
}
.navMenuContainer .navList .selected {
    color: var(--activeLinkColor);
}

    .navMenuContainer .navList .selected .linkLayout {
        border-left: 3px solid var(--activeLinkColor);
    }



.myEventContainer .results .contactRow .profileImageWrapper .profileImageContainer {
    border: 1px solid rgb(221, 221, 221) !important;
}

.myEventContainer .results .companyRow .companyLogoContainer {
    border: 2px solid var(--profilePicBorderColor);
}

.myEventContainer .results .companyRow .actionsContainer .removeLink:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}

.myEventContainer .results .contactRow .actionsContainer a:hover {
    color: var(--activeLinkColor);
    border: 1px solid var(--activeLinkColor);
}

.myEventContainer .results .companyRow .detailsContainer .companyName:hover {
    color: var(--activeLinkColor);
}

.myEventContainer .results .row .readMoreContainer .readMoreLink:hover {
    color: var(--activeLinkColor);
}

.exhibitorDetailsWrapper .detailsWrapper .websiteLinkWrapper .websiteLinkContainer a:hover {
    color: var(--activeLinkColor) !important;
}

.tile .tileHeader .ribbon span {
    background-color: var(--featuredRibbonColor);
}


.switch-success {
    background-color: var(--activeLinkColor) !important;
}

.myEventContainer .results .row .actionsContainer .unbookSession {
    color: var(--activeLinkColor);
    border-color: var(--activeLinkColor);
}

.myEventContainer .results .row .startingSoonTag {
    background-color: var(--activeLinkColor) !important;
}

.attendee[data-activity-status="Online"] .header,
.attendee[data-activity-status="InMeeting"] .header {
    background: var(--attendeeTileHeaderBackground) !important;
}

.attendee[data-activity-status="Online"] .body .image {
    border-color: var(--profilePicBorderColor) !important;
}


.attendee[data-activity-status="Online"] a {
    /*color: var(--activeLinkColor) !important;*/
}

.attendee .button-meet,
.attendee .button-in-meeting,
.attendee .button-in-meeting:hover,
.attendee .button-in-meeting:focus,
.attendee .button-accept,
.attendee .button-decline,
.attendee .button-cancel {
    background-color: var(--activeLinkColor) !important;
    color: white !important;
    border-color: var(--activeLinkColor) !important;
}

    .attendee .button-meet:hover,
    .attendee .button-accept:hover,
    .attendee .button-decline:hover,
    .attendee .button-cancel:hover {
        background-color: white !important;
        color: var(--activeLinkColor) !important;
        border-color: var(--activeLinkColor) !important;
    }

.attendee .button-block {
    background-color: white !important;
    color: var(--activeLinkColor) !important;
    border-color: var(--activeLinkColor) !important;
}

    .attendee .button-block:hover {
        background-color: var(--activeLinkColor) !important;
        color: white !important;
        border-color: var(--activeLinkColor) !important;
    }

.attendee-search .attendees .list .footer .pager span {
    background: var(--activeLinkColor) !important;
    color: #fff !important;
}

.backgroundLayout {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-attachment: fixed !important;
    background-position: top !important;
}

.documentWithLink:hover, .sessionWithLink:hover {
    border: 2px solid var(--activeLinkColor) !important;
}

.SessonComingUpContainerLink {
    color: #303030 !important;
}

    .SessonComingUpContainerLink:hover, .SessonComingUpContainerLink:active {
        color: var(--activeLinkColor) !important;
    }

.SessonSuggestionsContainerLink {
    color: #303030 !important;
}

    .SessonSuggestionsContainerLink:hover, .SessonSuggestionsContainerLink:active {
        color: var(--activeLinkColor) !important;
    }



.readMoreContainer .readMoreLink:hover {
    color: var(--activeLinkColor);
}

.LiveCenterRowDocument a:hover {
    color: var(--activeLinkColor) !important;
}

.linksWrapper .linkBorderContainer:hover {
    border: 2px solid var(--activeLinkColor) !important;
}


.linksWrapper .fieldDescription .linksContainer .link .linkActionsContainer td a:hover {
    color: var(--activeLinkColor) !important;
}

.LiveCenterRowExhibitor:hover {
    border-bottom: solid 1px var(--primaryButtonColor);
    color: var(--primaryButtonColor) !important;
}

.exhibitorListings .tabsContainer {
}

.exhibitorListings .tabsContainer .tab:hover, .exhibitorListings .tabsContainer .tabActive {
    border-bottom: 3px solid var(--activeLinkColor) !important;
}

.exhibitorListings .tabsContainer .tab:hover {
    padding 9px;
    padding-bottom: 7px;
}
.SessionListViewDetailsButton:hover {
    color: var(--activeLinkColor) !important;
    border: 1px solid var(--activeLinkColor);
    
}
/*#endregion*/

/*#region CM Spinner */
.cm-spinner {
    border-top-color: var(--loadingColorOne);
}
.cm-spinner::before {
    border-top-color: var(--loadingColorTwo);
}
.cm-spinner::after {
    border-top-color: var(--loadingColorThree);
}
.spinner > div {
    background-color: var(--loadingColorOne);
}
.spinner .bounce1 {
    background-color: var(--loadingColorTwo);
}
.spinner .bounce2 {
    background-color: var(--loadingColorThree);
}
/*#endregion*/

/*#region Matching Report*/
.matching-report .results-cont .tabs {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.matching-report .filters-cont .filters .filter .filter-label {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 14px;
}
.matching-report .results-cont .items .content .item .details-wrapper div.name {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 16px;
    color: #303030;
    
}
.matching-report .filters-cont .header div:first-child {
    font-family: "Roboto", serif;
    font-weight: 500 !important; 
}
/*#endregion*/

/*#region Exhibitor Directory*/
.exhibitorListings .tabsContainer .tab {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    box-sizing: content-box;
}
.exhibitorListings .tile .tileHeader {
    background: var(--exhibitorTileHeaderBackground);
}
.exhibitorListings .tile .companyLogoWrapper {
    width: 75%;
    border: solid 6px rgba(255, 255, 255, 0.5);
}
.exhibitorListings .tile .companyLogoWrapper .borderRight,
.exhibitorListings .tile .companyLogoWrapper .borderLeft {
    border: none;
    width: 0;
}
.exhibitorListings .tile .companyLogoWrapper .companyLogoContainer {
    width: auto;
    border: solid 2px var(--profilePicBorderColor);
}
.exhibitorDetailsWrapper .backLinkContainer .returnToList:hover {
    color: var(--activeLinkColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .favourite:hover {
    color: var(--favouriteStarColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .contentHeader .favouriteContainer .solid {
    color: var(--favouriteStarColor) !important;
}
.exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .profileImageWrapper .profileImageContainer {
}
.productContainer .productWithLink:hover {
    border: 2px solid var(--activeLinkColor) !important;
}
.exhibitorDetailsWrapper .contactsWrapper .contactsContainer .contactsContent .actionsContainer a:hover {
    color: var(--activeLinkColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow {
    background-color: var(--activeLinkColor) !important;
    border: 1px solid var(--activeLinkColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .contentHeader .companyNameContainer .meetNow:hover {
    background-color: white !important;
    color: var(--activeLinkColor) !important;
    border: 1px solid var(--activeLinkColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .productDetailsContainer .favouriteContainer .favourite:hover {
    color: var(--favouriteStarColor) !important;
}
.exhibitorDetailsWrapper .detailsWrapper .productDetailsContainer .favouriteContainer .solid {
    color: var(--favouriteStarColor) !important;
}
.exhibitorDetailsWrapper .hall a,
.exhibitorDetailsWrapper .stand-number a {
    color: rgb(88, 89, 91);
    pointer-events: none;
}
.exhibitorListings .tile .companyNameContainer {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(88, 89, 91);
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}
.exhibitorListings .filterContainer {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 14px;
}
.exhibitorListings .filtersHeading {
    font-family: "Roboto", serif;
    font-weight: 500 !important; 
}
/*#endregion*/

/*#region Attendee Tile */
.attendee-tile .body .full-names {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(88, 89, 91);
    line-height: 23px;
}

/*#endregion*/

/*#region Exhibitor Tile */
.company-tile .body .logo {
    width: 75%;
}
.company-tile .body .company-name a {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgb(88, 89, 91) !important;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 8px;
    padding-bottom: 8px;
    display: block;
}
.company-tile .body .company-profile {
    padding-top: 0;
    -webkit-line-clamp: 2;
}

/*#endregion*/

/*#region Default Form */
.default-form .field {
    font-family: "Roboto", serif;
    font-weight: 500; 
    color: #303030;
}

/*#endregion*/

/*#region Nav Menu */
.navMenuContainer .navList .linkLayout td {
    font-family: "Roboto", serif;
    font-weight: 500; 
}
/*#endregion*/

/*#region Meetings Calendar */
.meetings-calendar .date-tabs div a {
    font-family: "Roboto", serif;
    font-weight: 500;
}
.meetings-calendar .programme-cont .day-cont .events-cont .heading-cont {
    font-family: "Roboto", serif;
    font-weight: 500 !important; 
}
.meetings-calendar .programme-cont .day-cont .title {
    font-family: "Roboto", serif;
    font-weight: 500 !important; 
}
.meetings-calendar .filters-cont .header div:first-child {
    font-family: "Roboto", serif;
    font-weight: 500 !important;
}
.meetings-calendar .filters-cont .filters .filter .filter-label {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 14px;
}
.meetings-calendar .tabs .tab {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.meetings-calendar .programme-cont .day-cont .events-cont .item-cont td.event-col .event-cont .subject {
    font-family: "Roboto", serif;
    font-weight: 500;
}
/*#endregion*/

/*#region My Event*/
.myEventContainer .filtersContainer {
    font-family: "Roboto", serif;
    font-weight: 500 !important; 
}
/*#endregion*/

/*#region Popup*/
.popup_window .box .boxtitle .title {
    font-family: "Roboto", serif;
    font-weight: 500 !important;
    font-size: 16px !important;
}
/*#endregion*/

/*#region Notifications*/
.arrow-up {
    display: none;
}
.notification-unread-item,
.notification-list {
    background: #fff !important;
    border-radius: 0 !important;
    color: #303030 !important;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px !important;
    top: 3px !important;
    opacity: 1 !important;
}
.notification-unread {
    border-left: 4px solid #be3632 !important;
}
.notification-list .notification-message:hover, 
.notification-unread-item:hover {
    background: rgba(245, 245, 245, 0.9) !important;
}
.notification-title {
    font-family: "Roboto", serif;
    font-weight: 500 !important;
    font-size: 16.5px !important;
    line-height: 1.2 !important;
    color: #303030 !important;
    padding: 15px 20px 0 !important;
}
.NotificaitonClose {
    padding: 15px 20px 0 !important;
}
.notification-body {
    padding: 15px 20px 0 !important;
}
.notification-unread-item .fa,
.notification-unread-item .fas,
.notification-list .fa,
.notification-list .fas {
    font-weight: 100 !important;
    font-size: 17px !important;
    color: #303030 !important;
}
.notification-time {
    padding: 5px 20px 10px !important;
}
.notification-message {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
/*#endregion*/

/*#region Cookies Concent*/
#c-bns button:first-child, #s-bns button:first-child, .cc_div .c-bn {
    background-color: var(--primaryButtonColor) !important;
}

    #c-bns button:first-child:hover, #s-bns button:first-child:hover {
        background-color: white !important;
        color: var(--primaryButtonColor) !important;
        border: 1px solid var(--primaryButtonColor) !important;
    }

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
    color: var(--primaryButtonColor) !important;
    border: 1px solid var(--primaryButtonColor) !important;
    background-color: white !important;
}

.cc_div .cc-link {
    color: var(--primaryButtonColor) !important;
    border-bottom: 1px solid var(--primaryButtonColor) !important;
}
/*#endregion*/


.linkContainer .linkLabel,
ul.check-list-cont li label {
    font-weight: 300;
}

.navigation-top .icons ul li {
    width: 40px;
}