body {
    --base-color: #000;
    --event-time-right-bg-color: #fff;
}


/*.navBackground {*/
/*    box-shadow: none;*/
/*    border-bottom: 1px solid #efefef;*/
/*    background: rgb(250, 251, 252);*/
/*}*/

/*.virtualEventBottomNav {*/
/*    background: rgb(250, 251, 252);*/
/*    border-top: 1px solid #efefef;*/
/*    box-shadow: none;*/
/*    padding: 0;*/
/*}*/

div#rsvpBlock,
div#register {
    height: calc(100vh - 73px - 1rem);
    height: calc(var(--vh, 1vh) * 100 - 73px - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(0,0,0, 0.05);
}

.header {
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    /*background: #000;*/
    /*background: rgba(0,0,0, 0.1);*/
    background: rgb(250, 251, 252);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06), 0 0.5px 0 0 #ededed;
}

.header .org-logo img {
    max-height: 40px;
    margin: 0.3rem .5vw 0.5rem;
}

.header__title {
    display: flex;
    text-align: left;
    align-items: center;
}

.header__title .eventTitle {
    font-size: 16px;
    font-weight: 400;
    /*color: #fff;*/
}

.footer {
    height:40px;
    padding-top: 0;
    padding-bottom: 0;
    /*background-color: #000;*/
    /*background: rgba(0,0,0, 0.1);*/
    background: rgb(250, 251, 252);
}

.anonymous-container {
    text-align: left;
    white-space: nowrap;
}

.left-side {
    /*background: white;*/
    /*background: rgb(250, 251, 252);*/
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/

    padding: 2rem 3rem;
    background-size: cover!important;
    /*height: 100%;*/
}

.left-side__title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
}

.left-side__desc {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}

.left-side__date {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.left-side__time {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
}



.right-side h3 {
    width: 100%;
    font-size: 24px!important;
}

.right-side__line,
.right-side .md-form {
    width: 100%;
}

@media (max-width: 767px) {
    .left-side {
        padding: 3rem 2rem
    }

    .right-side {
        padding: 1rem;
    }

    .left-side__title {
        font-size: 21px;
    }


    .left-side__date {
        font-size: 16px;
    }

    .left-side__time {
        font-size: 16px;
    }
}

div#headerDonateBlock {
    display: flex;
}
