@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

body {
    font-family: 'Inter', sans-serif!important;
    background-color: #FFFAEB;
}

.PageBackground {
    background-position: center 0;
    background-color: #FFFAEB;
    opacity: 20%;
}

.LobbyHeaderWrapper {
    background: #202945;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    height: 130px;
    position: relative;
}

.LobbyHeaderImage {
    display: none;
}

.btn-outline-primary.btn-demo.Show svg {
    color: #009ade;
}

.LobbyHeaderContainer {
    background-image: url(https://wrextdesign.william-reed.com/oe/ma/The_morning_advertiser_logo-white.svg);
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: center;
}

#ReflowRow0 {
    display: none;
}

.PageContent {
    background-color: #202945;
}

.SpaceMessageText {
    color: #ffffff!important;    
}

.SectionTitle{
    color: #009ade!important;
}

.PageContent.EventDescription .SpaceMessageText {
    color: #18181b!important;    
}

#BuildIndex10 .SectionTitle {
    color: #0A0A0A!important;
}

.countdown .container .label span:first-of-type {
    color: #009ade!important;
}

.countdown .container .label span:nth-of-type(2) {
    color: #ffffff!important;
}

.btn-calendar {
	background-color: #ffb200!important;
}

.btn-calendar:hover {
	background-color: #009ade!important;
}

.btn-calendar span.calendar-btn-bg {
    filter: brightness(0%)!important;
}

.btn-calendar span {
    color: #000000!important;
}

.PageContent.PageUsers .BoothUserContainer .UserList .UserRow .UserImgDiv .UserName, .PageContent.PageUsers .BoothUserContainer .UserList .UserRow .UserImgDiv .JobDescription, .PageContent.PageUsers.Reflow50 .BoothUserContainer .UserList .UserRow .UserImgDiv .CompanyName {
    color: #ffffff!important;
}

.ModeratedQA .StudioModeratedChatInputWrap input.AxiomInput, .ModeratedQA .StudioModeratedChatItem .StudioModeratedChatItemQuestionText, .ModeratedQA .StudioModeratedChatItemMoreInfo .StudioModeratedChatItem .StudioModeratedChatItemQuestionText, .ModeratedQA .StudioModeratedChatSubmitBtnText {
    color: #ffffff;
}

.ModeratedQA .StudioModeratedChatInputWrap input.AxiomInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081736!important;
    opacity: 1; /* Firefox */
  }
  
  .ModeratedQA .StudioModeratedChatInputWrap input.AxiomInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #081736!important;
  }
  
  .ModeratedQA .StudioModeratedChatInputWrap input.AxiomInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #081736!important;
  }

.ModeratedQA .StudioModeratedChatInputWrap input.AxiomInput {
    color: #081736!important;   
}

.ModeratedQA .StudioModeratedChatSubmitBtnWithText {
    background: #009ade;
}

.ModeratedQA .StudioModeratedChatInputWrap {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.List.Attachments .AttachmentRow .AttachmentTitle, .List.Attachments .AttachmentRow .AttachmentDescription .Text {
    color: #ffffff!important;
}

.List.Attachments .AttachmentRow:hover {
    background: #202945!important;
}

.PageContent.PageUsers .BoothUserContainer .UserList .UserRow:hover {
    background: #009ade!important;
}

.PageContent.Twitter .SpaceMessageContainer {
    margin-bottom: 2.5rem;
}

.twitter-timeline {
    background-color: #202945;
    border-radius: 13px;
    border: 2px solid #009ade;
}

.PageContent.HasTitle.Survey .IframeContainer {
    background: #081736!important;
}

input.ShowSurveySubmit {
    background: #202945!important;
    color: #ffffff!important;
}

.card:hover {
    background: #202945!important;
}

.FlexTabWrapper {
    box-shadow: inset 0px -5px 0 #081736;
}

.FlexTabWrapper .SectionTitle.Active {
    box-shadow: 0 4px 0 #202945;
}

.card-body, .card-date {
    color: #ffffff;
}

.SpaceCarbonSavings .feature-box-value-top-text {
    color: #ffffff;
}

.feature-box-header, .feature-text-blocked, .SpaceCarbonSavings #SavingsMessage {
    color: #ffffff;
}

.FooterCopyrightLogoSection {
    border-top: 1px solid #081736;
    color: #081736;
}

.ShareIcons a {
    filter: invert(100%);
}