body {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3%, rgba(224, 224, 224, 1) 23%, rgba(194, 194, 194, 1) 51%, rgba(224, 224, 224, 1) 80%, rgba(255, 255, 255, 1) 97%, rgba(255, 255, 255, 1) 100%) !important;
}

.ebookingFilterContainer {
    max-width: 1200px;
    margin: auto;
    align-items: center;
}

.timezoneFilterContainer, .sectorFilterContainer {
    margin-top: 0;
}

.eventTypeLabelFireside {
    color: grey;
    font-size: 12px;
}

.eventTypeLabel {
    color: #e39746;
    font-size: 12px;
}

.bookButtonSmall {
    height: 20px !important;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.detailMeeting {
    color: #00915A;
    text-decoration: underline;
    text-align: center;
    font-size: 11PX;
    cursor: pointer;
}

.nextMeetingContainer .bookButton {
    flex-direction: column;
    font-size: 11px;
    width: 110px;
    height: 40px;
}

.smallBookButton {
    width: 60px;
    height: 20px;
}

.corpoDaySlotSpeakerName {
    max-width: 220px;
}

.specificClientInformation {
    margin-top: 3px;
    font-size: 15px;
}

.contactContainer, .ebookingFilterContainer, .contentContainer, .footer {
    padding-top: 10px;
    background-color: white;
}

.noMeetingWithUs {
    padding: 20px 0;
    font-style: italic;
    color: grey;
}

/* Live */
.companyName {
    font-size: 12px;
}

.companyName:hover {
    text-decoration: underline;
    color: black;
}

.liveLink {
    width: 240px;
    text-align: center;
    border: 2px solid #384f4e;
    border-radius: 5px;
    margin-top: 5px;
    padding: 5px;
    font-size: 14px;
}

.liveLink:hover {
    cursor: pointer;
    color: black;
    background-color: #00CB9F;
}

.boxLive .selectedtimezoneClick {
    display: none;
}

.boxLive .popuptz {
    display: none;
}

.howToConnectLink {
    cursor: pointer;
    text-decoration: underline;
    font-size: 10px;
    color: #00915A;
}

.ebookingExcludeEmptySlotContainer {
    align-items: center;
}

.excludeEmptySlotCheckbox {
    color: grey;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}