@font-face {
    font-family: "Refreshment Stand";
    src: url("../../font/refreshment_stand/33d58e90715bb2440da4b2676154425b.eot") format("embedded-opentype"),
    url("../../font/refreshment_stand/33d58e90715bb2440da4b2676154425b.woff2") format("woff2"),
    url("../../font/refreshment_stand/33d58e90715bb2440da4b2676154425b.woff") format("woff"),
    url("../../font/refreshment_stand/33d58e90715bb2440da4b2676154425b.ttf") format("truetype"),
    url("../../font/refreshment_stand/33d58e90715bb2440da4b2676154425b.svg#Refreshment Stand") format("svg");
}

* {
    touch-action: manipulation;
}

/*div#rsvpBlock,*/
/*div#register {*/
/*    height: calc(100vh - 120px - 1rem);*/
/*    height: calc(var(--vh, 1vh) * 100 - 120px - 1rem);*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*}*/

.eventLobbyContainer,
.eventEndContainer,
.eventLiveContainer {
    padding: 0;
    margin-bottom: 0;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);

    height: calc(var(--vh, 1vh) * 100 - 40px);
    max-height:calc(var(--vh, 1vh) * 100 - 40px);

    box-sizing: border-box;

    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f20: 20px;
    --f21: 21px;
    --f24: 24px;
    --f25: 25px;
    --f34: 34px;
    --f36: 36px;
    --f110: 110px;
    --footer-height: 40px;
    --live-header-height: 76px;
    --live-header-padding: 10px;
    --live-right-event-container: 0px;
}

.eventMainContentBlock {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.eventNameStart {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.eventNameEnd {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.main-container {
    margin: 0;
    height: calc(100vh - 180px);
    flex-direction: row;
}

.chat-wrapper .chat-container {
    padding-right: 0;
}

/* Chat section start */
#chatContainer {
    display: block;
}

.chat-wrapper {
    flex: 1;
    height: 100%;
}

.chat-wrapper .chat-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    border-radius: 10px;
    /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.04);*/
}

.chat-wrapper .chatCard {
    height: 100%;
}

.chat-wrapper .card-title {
    font-family: "Roboto";
    background: #F5F5F5;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    border-radius: 10px 10px 0 0;
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: black;
    box-sizing: border-box;
}

.chat-wrapper .chat-container .msg_container {
    background-color: #f8f8f8;
}

.chat-wrapper .chat-container .msg_container.admin {
    background-color: rgba(0, 128, 0, 0.15);
}

.chat.send_btn {
    background-color: #F2F2F4!important;
    background: url("../../img/svg/virtual-event/send.svg") center center no-repeat;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    cursor: pointer;
    border:0 !important;
}

.chat-wrapper .chatCard {
    background: none;
    border: 1px solid rgba(0,0,0, 0.05);
    border-radius: 10px;
}

.chat-wrapper .chatCard.not-live {
    box-shadow: none;
}

.chat-input-container {
    background: #F2F2F4;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;

    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#messageFormAdditional .chat-input-container {
    background: none;
    padding: 1px;
    box-sizing: border-box;

    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#messageFormAdditional .chat.send_btn {
    background-color: #F2F2F4!important;
    border-radius: 0 6px 6px 0!important;
}

#messageTextAdditional.messageInput,
#messageTextAdditional.messageInput:focus {
    border-radius: 6px 0 0 6px;
}

.chat-button:before {
    content: "";
    display: block;
    float: left;
    background: url("../../img/svg/virtual-event/chat-small.svg") center center no-repeat;
    height: 15px;
    width: 15px;
    margin: 2px 2px 0 0;
}

.messageInput,
.messageInput:focus {
    font-size: 15px;
    border: 1px solid #F2F2F4;
    background: #fff;
    box-sizing: border-box;
    line-height: 36px;
    border-radius: 6px;
    height: 36px;
    padding: 0 36px 0 10px;
    resize: none;
    color: #000;
    width: 100%!important;
}

.actionButton {
    margin-left: 0;
}
/* Chat section end */

.time-container {
    padding: 0;
    color: #000;
    background: none;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
    line-height: 1.2;
}

.event-time {
    display: inline-block;
    font-size: 25px;
}

.event-countdown span.text {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #FE5353;
}

.event-time div.important {
    color: #FE5353;
}


.event-countdown .now {
    line-height: 1.2;
    font-size: 25px;
}

/* Countdown section start */
.countdown {
    /* need to be changed, temporary solution
    block need to have some width to display properly in case when countdown is over and 'Starting soon ' is displayed
    */
    min-width: 250px;
}

.event-countdown .countdown .holder {
    color: #C9CACF;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    margin: 0 5px;
}

.event-countdown .countdown .holder span {
    width: 54px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: black;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.event-countdown .countdown .holder:first-of-type {
    margin-left: 0;
}

.event-countdown .countdown .holder:last-of-type {
    margin-right: 0;
}

/* Countdown section start */
/* TODO: need to be replaced with .vEventNavImage from veventstyles */
.org-icon {
    max-height: 3.5rem;
    width: auto;
    height: auto;
    margin: 0.3rem 1vw 0.5rem;
}

.organization-logo {
    flex: 0 0 60px;
    padding: 0;
}

/* Message toast start */
.message-toast {
    background: #F2F2F4;
    padding: 9px;
    min-height: 34px;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 6px;
    border-radius: 8px;
}

.message-toast.success {
    background: #28a745;
    color: #fff;
}

.message-toast.error {
    background: #FE5353;
    color: #fff;
}

.message-toast.info {
    background: #F5F5F5;
    color: #000;
}

.message-toast.warning {
    background: #ffc107;
    color: #000;
}

.message-toast span:before {
    content: "";
    display: block;
    width: 16px;
    height:16px;
    float: left;
    margin: 0 10px 0 0;
}

.message-toast.success span:before {
    background: url("../../img/svg/virtual-event/chair.svg") no-repeat;
}

.message-toast.error span:before {
    background: url("../../img/svg/virtual-event/alert.svg") no-repeat;
}

.message-toast.info span:before {
    background: url("../../img/svg/virtual-event/chair.svg") no-repeat;
}

.message-toast.warning span:before {
    background: url("../../img/svg/virtual-event/chair.svg") no-repeat;
}

.message-toast. span:before {
    background: url("../../img/svg/virtual-event/alert.svg") no-repeat;
}
/* Message toast end */

.virtualEventBottomNav {
    background: rgb(250, 251, 252);
    box-shadow: none;
    padding: 0;
}

/* Carousel slider section start */
.slider-wrapper {
    max-width: 100%;
    max-height: calc(100vh - 360px); /*viewport height minus all the rest containers heights*/
}
.slider-block {
    padding-left: 0!important;
    padding-right: 0!important;
}

#eventSlidesCarousel {
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0, 0.05);
    height: 100%;
}

#eventSlidesCarousel .carousel-inner {
    height: inherit;
}

#eventSlidesCarousel .carousel-item {
    height: inherit;
    overflow: hidden;
}

#eventSlidesCarousel .carousel-item img {
    display: block;
    max-height: calc(100vh - 360px); /*viewport height minus all the rest containers heights*/
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
/* Slider section end */

/* Sponsors styles start */
.mdb-lightbox [class*=col] {
    display: inline-block;
    margin: 0 10px 0 10px;
    max-width: 120px;
    padding: 8px;
    background: white;
}

.mdb-lightbox [class*=col] img {
    height: 54px;
    width: 108px;
}

.sponsors-block {
    background: #fff;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid #F1F2F5;
    padding: 10px;
    max-height: 120px;
}

/* styles only for live page */
#eventLiveBlock .sponsors-block {
    margin-bottom: 1rem;
}

.mdb-lightbox .col:first-child {
    margin-left: 0;
}

.mdb-lightbox .col:last-child {
    margin-right: 0;
}

.sponsors-block div.title {
    color: #000026;
    opacity: .15;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

.mdb-lightbox {
    position: relative;
    height: 80px;
    width: 100%;
    overflow: hidden;
    --animated-width: 0;
    --animation-duration: '60s';
}

.sponsors-items {
    position: absolute;
    left: 0;
    top: 0;
    width: max-content;
    animation: var(--animation-duration) linear infinite reverse swingParent;
    white-space: nowrap;
    margin-bottom: 0;
    min-width: 100%;
    text-align: center;
}

.eventStartSponsorImage {
    width: auto;
    max-height: 3.375rem;
}

@keyframes swingParent {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(var(--animated-width));
    }
}

.mdb-lightbox [class*=col-] {
    display: inline-block;
    padding: 0 .5rem;
    float: none;
}

.sponsor-header {
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}
/* Sponsors styles end */

.img-responsive {
    width: 100%;
}

/* Emoji picker styles override */
.emojiPickerIcon.transparent {
    background-color: transparent!important;
    background: url("../../img/svg/virtual-event/emoji.svg") center center no-repeat;
    height: 18px;
    width: 18px;
}

.emojiPickerIconWrap {
    width: 100%;
    margin-right: 5px;
    box-sizing: border-box;
}

#messageFormAdditional .emojiPickerIconWrap {
    margin-right: 0;
}

.emojiPicker {
    border: 1px solid #eee;
    box-shadow: none;
    outline: none;
    z-index: 1!important;
}

/* Custom audio player start*/
.audio-player {
    height: 100%;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0 11px 20px;
}

.audio-player .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
    background: url("../../img/svg/virtual-event/volume_up.svg") no-repeat;
    height: 18px;
    width: 18px;
}

.audio-player .controls .volume-container .volume-button.muted {
    background: url("../../img/svg/virtual-event/volume_off.svg") no-repeat;
}


.audio-player .controls .play-button .fas.fa-play,
.audio-player .controls .play-button .fas.fa-stop  {
   font-size: 12px;
   margin-left: 10px;
    cursor: pointer;
}


.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: -5px;
    width: 0;
    overflow: hidden;
    transition: .25s;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -105px;
    width: 100px;
}

.custom-range {
    height: 100%;
}

/* Custom audio player end */

 /* end page styles start */
.gratitude div {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 21px;
    padding: 0;
    text-align: center;
}

.gratitude div.special {
    font-family: "Refreshment Stand";
    font-size: 110px;  /* 6.875rem */
    line-height: 134px;
}

.total-raised-value {
    min-width: 250px;
    font-size: 36px; /* 2.25rem */
    font-weight: 500;
    line-height: 42px;
    font-family: "Roboto", sans-serif;
}

.total-raised-text {
    font-size: 14px; /* 0.875rem */
    line-height: 1.2;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #FE5353;
    padding: 0;
    text-transform: uppercase;
}

.vEventBlockFS {
    border-color: #efefef;
    border-radius: 7px;
    padding: 30px;
}

.donate-title {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.donate-btn-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.donate-btn-wrapper > .donate-btn {
    border-radius: 4px;
    padding: .65rem 1.6rem;
}
/* end page styles start */

/* Live screen */
.chat-wrapper.fullscreen {
    height: 100%;
    max-height: 100%;
}

.msg_header {
    margin: 0;
    min-width: 10rem;
    max-width: 100%;
}

.msg_time_send {
    white-space: nowrap;
    padding: 0;
    text-align: right;
    min-width: 1.5rem;
}


#videoContainerCol.fullscreen {
    margin-bottom: 20px;
    flex: 1;
}

.additional-chat-wrapper.chatContainerModal {
    width: 100%;
    max-width: 100%;
}

.additional-chat-wrapper .msg_head {
    padding: 0!important;
    border: none;
}


.recentActivityTable {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    margin: var(--recent-activity-padding) var(--recent-activity-padding) 0; /* 16 px vw */
    overflow-y: auto;

    height: calc(100vh
    - var(--footer-height)
    - var(--live-header-height)
    - var(--live-header-padding)
    - var(--live-header-padding)
    - var(--live-right-event-container)
    - 28px
    );

    height: calc(var(--vh, 1vh) * 100
    - var(--footer-height)
    - var(--live-header-height)
    - var(--live-header-padding)
    - var(--live-header-padding)
    - var(--live-right-event-container)
    - 28px
    );
}

.recentActivityTable .main-table {
    width: 100%;
}

.recentActivityTable table thead tr th {
    position: sticky;
    top: 0;
    /*font-size: 1.72vmax !important; !* 14 px vw *!*/
    background: #fff;

    font-weight: 500;
    text-align: left;
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 0;
}

.recentActivityTable table tbody tr td {
    font-weight: 400;
    font-size: 13px;
}

.recentActivityTable table tbody tr td.empty {
    padding-top: 0;
    opacity: 0.39;
}

.recentActivityTable table tbody tr td.icon {
    width: 50px;
    overflow: hidden;
    display: table-cell;
    background: #F8F9FC;
}

.recentActivityTable table tbody tr td.icon div.virtual {
    height: 40px;
    width: 40px;

    background: transparent url("../../img/svg/virtual-event/virtual.svg") no-repeat center center;
    background-size: 25px;
}

.recentActivityTable table tbody tr td.icon div.in-person {
    height: 25px;
    width: 25px;

    background: transparent url("../../img/svg/virtual-event/in-person.svg") no-repeat center center;
    background-size: 25px;
}

.recentActivityTable table tbody tr td div {
    font-size: 13px!important;  /* 13 px vw */
}

.recentActivityTable table tbody tr td div.text-muted {
    font-size: 12px!important;  /* 12px vw */
}

.donate-notification {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 320px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    border-radius: 10px 0 0 10px;
    background-color: rgba(0, 0, 0, .36);
    backdrop-filter: blur(50px) saturate(1%);
    font-weight: 400;
    z-index: 8;
}

.donate-notification span {
    font-weight: 500;
}

.donate-notification-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: rgba(37,193, 87, 0.57);
    backdrop-filter: opacity(0.57);
    color: #25C157;
    margin: 10px;
    text-align: center;
    line-height: 24px;
}

.additional-chat-wrapper .msg_container.notification,
.chat-wrapper .chat-container .msg_container.notification {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.msg_container.notification .donate-notification-icon {
    margin: 0;
}

.msg_container.notification span {
    font-weight: 500;
}

.username {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0.5rem 0 0;
}

.rsvp-done-text {
    font-size: 15px;
    font-family: 'Roboto';
    line-height: 1.3;
    text-align: left;
    font-weight: 400;
    align-self: center;
}

.additional-info .help-text {
    text-align: justify;
    font-size: 13px;
    padding-bottom: 5px;
    color: #757575;
    font-weight: 400;
}


@media (max-width: 575px) {
    .eventNameStart,
    .eventNameEnd {
        font-size: 20px;
        line-height: 1.2;
    }

    .main-content {
        margin-bottom: 20px;
        overflow-y: auto;
    }

    .chat-wrapper .chat-container {
        padding-right: 15px;
    }

    .event-time {
        font-size: 20px;
    }

    .audio-player .controls .volume-container:hover .volume-slider {
        left: -65px;
        width: 60px;
    }

    .event-countdown .now {
        font-size: 20px;
    }
}

@media (max-width: 767px){

    #emoji-picker-button-additional,
    #emoji-picker-button {
        display: none;
    }

    #chatContainer {
        display: none;
    }

    #videoContainerCol.fullscreen {
        flex: 0;
    }

    .slider-wrapper {
        max-height: 25vh;
    }

    .main-content {
        margin-bottom: 10px;
        flex: unset;
    }

    .chat-wrapper .chat-container {
        padding-right: 15px;
    }

    .sponsors-block {
        max-height: 85px;
        padding: 10px 5px;
    }

    .sponsors-block div.title {
        max-width: 35px;
        text-align: center;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: inline-block;
        padding-right: 10px;
        box-sizing: border-box;
        font-size: 12px;
        /*height: 100%;*/
        margin: 0;
    }

    .mdb-lightbox {
        width: calc(100% - 35px);
        display: inline-block;
        height: 60px;
    }

    .mdb-lightbox [class*=col] {
        max-width: 105px;
    }

    .mdb-lightbox [class*=col] img {
        height: 44px;
        width: 88px;
    }

    #eventSlidesCarousel .carousel-item img {
        max-height: 25vh;
    }

    .main-container {
        flex-direction: column;
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    .eventLiveContainer:not(.fullscreen) #eventLiveBlock.main-container {
        flex-direction: column;
        overflow-y: auto;
        flex-wrap: nowrap;
    }

    #rightActionBlock,
    #videoContainerCol {
        flex: none;
    }

    .chat-wrapper #chatCard {
        min-height: 220px;
    }

    #fullVideoDonateBlock {
        z-index:1031;
        bottom: 0!important;
    }
}

/* most of phones in landscape orientation */
@media (max-width: 767px) and (orientation:landscape) {
    .slider-wrapper {
        max-width: 100%;
        max-height: calc(100vh - 180px);  /*full height minus footer and header and message box */
    }

    .eventNameStart {
        font-size: 20px;
    }

    .eventStartTime {
        font-size: 20px;
    }

    .event-header {
        max-height: 110px;
    }

    p.youtubeInstruct {
        display: none;
    }

    /*.sponsors-block {*/
    /*    display: none!important;*/
    /*}*/

    .event-countdown .now {
        font-size: 20px;
    }

    .eventLiveContainer.fullscreen #eventLiveBlock.main-container,
    .eventLobbyContainer #eventLobbyBlock.main-container,
    .eventEndContainer #eventEndBlock.main-container {
        flex-wrap: nowrap;
    }

    #fullVideoDonateBlock {
        z-index:1031;
        right: 2rem!important;
        bottom: 0!important;
    }

    .chat-wrapper .chatCard {
        height: 230px;
        max-height: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation:landscape) {
    .main-container {
        height: calc(100vh - 140px);
    }

    .slider-wrapper {
        max-width: 100%;
        max-height: calc(100vh - 180px);  /*full height minus footer and header and message box */
        max-height: calc(var(--vh, 1vh) * 100 - 180px);
    }

    .eventNameStart {
        font-size: 20px;
    }

    .eventStartTime {
        font-size: 20px;
    }

    .event-header {
        max-height: 110px;
    }
    
    /*p.youtubeInstruct {*/
    /*    display: none;*/
    /*}*/

    /*.sponsors-block {*/
    /*    display: none!important;*/
    /*}*/

    .event-countdown .now {
        font-size: 20px;
    }

    .eventLiveContainer.fullscreen #eventLiveBlock.main-container,
    .eventLobbyContainer #eventLobbyBlock.main-container,
    .eventEndContainer #eventEndBlock.main-container {
        flex-wrap: nowrap;
    }

    #fullVideoDonateBlock {
        z-index:1031;
        right: 2rem!important;
        bottom: 0!important;
    }

    #fullVideoDonateBlock {
        z-index:1031;
        right: 2rem!important;
        bottom: 0!important;
    }
}

@media (min-width: 768px) {
    .additional-chat-wrapper.chatContainerModal {
        width: 58.33vw;
        max-width: 100%;
    }

    .additional-chat-wrapper.chatContainerModal.hybrid-gala {
        margin-left: 20.84vw;
    }
}


/*chat related classes*/
.chatContainerModal {
    height: calc(40vh - 40px);
}

@media (max-width: 576px){
    .chatContainerModal {
        height: calc(40vh - 40px);
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .chatContainerModal {
        height: calc(40vh - 70px);
    }
}

/* Styles for  confirmation button*/
.confirmation-button {
    --button-height: 44px;
    --button-line-height: 1.4;

    position: relative;
    display: inline-block;
    width: 100%;
    height: var(--button-height);
    line-height: var(--button-height);
    cursor: pointer;
    background: #27cc5c;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.confirmation-button .first-state, .confirmation-button .second-state, .confirmation-button .confirm-state, .confirmation-button .cancel-state {
    position: absolute;
    height: var(--button-height);
    width: 100%;
}
.confirmation-button .first-state {
    top: 0;
    left: 0;
    background: #27cc5c;
}

.confirmation-button.sell-more .first-state {
    top: 0;
    left: 0;
    background: #000;
}

.confirmation-button .first-state .text-container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0 0 5px;
}
.confirmation-button .first-state .text-container .text {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: var(--button-line-height);
}
.confirmation-button .second-state {
    top: 0;
    left: -100%;
    background: #000;
}
.confirmation-button .second-state .text-container {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    /*height: var(--button-height);*/
    padding: 5px 0 0 5px;
    margin-left: -40px;
    cursor: default;
}
.confirmation-button .second-state .text-container .text {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: var(--button-line-height);
}
.confirmation-button .second-state .text-container .sub-text {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: var(--button-line-height);
    text-transform: none;
    opacity: 0.64;
}
.confirmation-button .cancel-state {
    top: 0;
    right: -100%;
    background: #b71c1c;
}
.confirmation-button .confirm-state {
    top: 0;
    left: -100%;
    background: #1B9A43;
}
.confirmation-button .confirm-state, .confirmation-button .cancel-state {
    display: flex;
    text-align: left;
    cursor: pointer;
    align-items: center;
}
.confirmation-button .confirm-state .icon-container, .confirmation-button .cancel-state .icon-container {
    display: inline-table;
    text-align: center;
    height: 40px;
    width: 40px;
}
.confirmation-button .confirm-state .icon-container.confirm-button {
    background: transparent url("../../img/svg/confirmation/checkmark-circle.svg") no-repeat center center;
    background-size: 18px;
}

.confirmation-button .cancel-state .icon-container.cancel-button {
    background: transparent url("../../img/svg/confirmation/xmark-circle.svg") no-repeat center center;
    background-size: 18px;
}

.confirmation-button .confirm-state .icon-container.confirm-button.full {
    background: transparent url("../../img/svg/confirmation/checkmark-circle-fill.svg") no-repeat center center;
    background-size: 18px;
}

.confirmation-button .cancel-state .icon-container.cancel-button.full {
    background: transparent url("../../img/svg/confirmation/xmark-circle-fill.svg") no-repeat center center;
    background-size: 18px;
}

.confirmation-button .confirm-state .text-container, .confirmation-button .cancel-state .text-container {
    /* width: 100%; */
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-align: left;
}
.confirmation-button.active-state .second-state {
    top: 0;
    left: 0;
    animation: second-state-show 0.3s ease-in-out;
}
.confirmation-button.active-state .cancel-state {
    right: calc(-100% + 40px);
    animation: cancel-button-show 0.3s ease-in-out;
}
.confirmation-button.active-state .confirm-state {
    left: calc(100% - 2 * 40px);
    animation: confirm-button-show 0.3s ease-in-out;
}

.confirmation-button.active-state.confirmed .second-state {
    top: 0;
    left: -100%;
    background: #000;
    transition: left .3s ease-in-out .3s;
}

.confirmation-button.active-state.confirmed .confirm-state {
    left: 0;
    animation: confirmed-full 0.3s ease-in-out, fadeOut .4s ease-in-out 1s;
    cursor: default;
}

.confirmation-button.active-state.confirmed .cancel-state {
    top: 0;
    right: -100%;
    background: #b71c1c;
}

.confirmation-button.active-state.canceled .second-state {
    top: 0;
    left: -100%;
    background: #000;
    transition: left .3s ease-in-out .3s;
}

.confirmation-button.active-state.canceled .confirm-state {
    top: 0;
    left: -100%;
    background: #1B9A43;
    transition: left .3s ease-in-out .3s;
}

.confirmation-button.active-state.canceled .cancel-state {
    right: 0;
    cursor: default;
    animation: canceled-full 0.3s ease-in-out, fadeOut .4s ease-in-out .75s;
}
@keyframes second-state-show {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}
@keyframes cancel-button-show {
    from {
        right: -100%;
    }
    to {
        right: calc(-100% + 40px);
    }
}
@keyframes confirm-button-show {
    from {
        left: 100%;
    }
    to {
        left: calc(100% - 2 * 40px);
    }
}
@keyframes confirmed-full {
    from {
        left: calc(100% - 2 * 40px);
    }
    to {
        left: 0;
    }
}
@keyframes confirmed-full-cancel-button {
    from {
        right: calc(-100% + 40px);
    }
    to {
        right: -100%;
    }
}
@keyframes canceled-full {
    from {
        right: calc(-100% + 40px);
    }
    to {
        right: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes leaves {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

/* Styles for  confirmation button end */

.chatCard .wrapper {
    left: auto!important;
    top: auto!important;
    transform: unset!important;
    inset: auto 0px 60px auto !important;

    right: 0!important;
    bottom: 60px!important;
}

#chatCardAdditional.chatCard {
    border-radius: 6px;
}

#chatCardAdditional.chatCard .wrapper {
    inset: auto 0px 36px auto !important;
}

.emoji-picker__category-name {
    font-size: 0.01rem!important;
}


.emojiPickerIconWrap {
    position: relative;
}

.messageInput {
    padding-right: 36px;
}

.emoji-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url("../../img/svg/virtual-event/emoji.svg") no-repeat center center;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

/* Display */
.warning-message {
    font-size: 11px;
    color: #FE5353;
    font-weight: 700;
}

span.msgSender.blocked:before {
    background: url("../../img/svg/virtual-event/blocked-red.svg") no-repeat;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    margin: 2px 10px 2px 0;
}

.scroll-to-button,
.scroll-to-button-additional {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 50%;

    width: 130px;
    height: 28px;
    margin-left: -65px;

    background: #0BBB00;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.13);

    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.scroll-to-button-additional {
    bottom: 50px;
}

.fa-custom {
    color: #fff;
    margin-right: 5px;
}

.pledgeCart {
    display: inline-block;
}

#rightActionBlock.hybrid-gala-container {
    /*flex: 0 0 100%;*/
    flex: auto;
}

.dropdown-menu.modes.show {
    right: 0;
    left: auto;
    bottom: 30px;
}

/* new design for right panel on live page start */
.pledgeBlock,
.winningBidBlock,
.closeSilentAuctionBlock,
.actionView {
    box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(3, 3, 3, 0.04);
    border-radius: 15px;
    margin-bottom: 28px;
}

.noActionBlock {
    margin-bottom: 28px;
}

.carousel-item .view {
    border-radius: 15px 15px 0 0;
    background: #fff;
}

.modal-content .view {
    border-radius: 0;
}

/*.closeSilentAuctionBlock .carousel-item .bottom-info-container .auctionText {*/
/*    flex-direction: column;*/
/*}*/

/*.closeSilentAuctionBlock .carousel-item .bottom-info-container .auctionText h3 {*/
/*    font-size: 1.9vmax;*/
/*    line-height: 1.2;*/

/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2;*/
/*}*/

/*.closeSilentAuctionBlock .carousel-item .bottom-info-container .desc-text {*/
/*    font-family: Roboto, "Helvetica Neue", sans-serif;*/
/*    font-size: 1.36vmax;*/
/*    color: rgb(255, 255, 255);*/
/*    font-weight: 400;*/
/*    line-height: 1.2;*/
/*}*/

/*.closeSilentAuctionBlock .carousel-item .bottom-info-container .auctionText .title {*/
/*    font-family: 'Roboto';*/
/*    line-height: 1;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    padding: 1.29vh 0;*/
/*    color: #56e14e;*/
/*    font-size: 2.18vmax;*/
/*    text-transform: uppercase;*/
/*}*/

.actionView .carousel-indicators {
    display: none;
}

.actionButtonRow {
    margin: 0 20px 20px 0;
    padding: 0;
}

.actionButtonRow .button-col {
    padding: 20px 0 0 20px;
    margin: 0;
}

.actionButtonRow button,
.virtual-event-button {
    margin: 0;
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;

    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto, Helvetica Neue, sans-serif;
    text-transform: none;
    box-shadow: none;
}

.actionButtonRow button:hover,
.virtual-event-button:hover {
    box-shadow: none;
    outline: 0;
}

.virtual-event-button.small {
    height: unset;
}

.bottom-info-container {
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 20px;
    right: 20px;

    display: flex;
    flex-direction: column;
}

.bottom-info-container .auctionText {
    text-align: left;
}

.bottom-info-container .auction-type {
    width: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.bottom-info-container .auctionText {
    display: flex;
    justify-content: flex-start;
}

.bottom-info-container .auctionText h3 {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgb(255, 255, 255);
}

.bottom-info-container .auctionText .more-button {
    min-width: 86px;
    height: 26px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    color: #FFF;
    margin-left: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-info-container .auction-option-desc {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: Roboto, Helvetica Neue, sans-serif;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;


    /* add three dots after 2 lines of text*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
 }

.bottom-info-container .auction-option-name {
    /* add three dots after 2 lines of text*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bottom-info-container .auctionText .more-button a {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px;
    color: #ffffff;
}

.eventLiveContainer .carousel-control-next,
.eventLiveContainer .carousel-control-prev {
    bottom: auto;
    height: 20px;
    width: 20px;
    opacity: 1;
}

.eventLiveContainer .carousel-control-next {
    left: auto;
    right: 15px;
    top: 20px;
}

.eventLiveContainer .carousel-control-prev {
    left: auto;
    right: 125px;
    top: 20px;
}

.eventLiveContainer #rightActionBlock .sponsors-block div.title {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    text-transform: none;
}

/*.eventLiveContainer .current-option-price {*/
/*    display: none;*/
/*}*/

.carousel-inner .slide-number {
    position: absolute;
    top: 21px;
    right: 35px;
    width: 90px;
    text-align: center;

    z-index: 1;
    margin: 0;

    font-size: 12px;
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-weight: 500;
    color: #fff;
}

.carousel-inner .slide-number.hidden {
    display: none;
}

.eventLiveContainer  .carousel-item .view:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0, 0.0) 0%, rgba(0,0,0, 0.4) 75%, rgba(0,0,0, 1) 100%);
}

.eventLiveContainer .winningBidBlock .carousel-item {
    padding-bottom: 75px;
    background: #000;
    border-radius: 15px;
}

.eventLiveContainer .winningBidBlock .carousel-item .mask-image {
    border-radius: 15px 15px 0 0;
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    /*background: url("../../img/svg/virtual-event/inverted-balloons-white-filled.svg") top center no-repeat;*/
    /*background-size: contain;*/
}


.eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText {
    padding: 0;
    text-align: center;
    top: auto;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.eventLiveContainer .winningBidBlock.other-win .carousel-item .carousel-caption.auctionText {
    top: calc(50% - 50px);
}

.eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText .winner-title {
    padding: 15px 0;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.eventLiveContainer .winningBidBlock.other-win .carousel-item .carousel-caption.auctionText .winner-title {
    text-transform: none;
}

.eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText .winner-description {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText .winner-description span {
    font-weight: 700;
}

.eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText .winner-description a {
    text-decoration: underline;
}

.eventLiveContainer #rightActionBlock .sponsors-block {
    border: none;
    padding: 0;
}

p.youtubeInstruct {
    text-align: left;
    background: #F5F5F5;
    color: #000026;
    /*height: min(4.64vh, 36px);*/
    /*line-height: min(4.64vh, 36px);*/
    /*margin-bottom: .5rem;*/
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
    height: min(4.64vh, 30px);
    line-height: min(4.64vh, 30px);
}

p.youtubeInstruct i {
    padding: 0 10px;
}

/* new design for right panel on live page end */
@media (min-width: 768px) {
    .h3-responsive.auction-option-name {
        font-size: 80%;
    }
}

@media (min-width: 992px) {
    .h3-responsive.auction-option-name {
        font-size: 110%
    }

    .eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText {
        bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .h3-responsive.auction-option-name {
        font-size: 145%
    }

    .eventLiveContainer .bottom-info-container {
        bottom: 40px;
    }

    .eventLiveContainer .bottom-info-container .auctionText {
        padding-bottom: 10px;
    }

    .eventLiveContainer .winningBidBlock .carousel-item .carousel-caption.auctionText {
        bottom: 70px;
    }
}

#register label.form-check-label {
    padding-left: 28px;
    color: #757575;
}

.popover-info {
    cursor: pointer;
    margin-left: 5px;
    color: #757575;
}

#register .register-title {
    max-width: min(calc(100% - 2rem), 25rem);
    min-width: 20rem;
}

#register .register-card {
    max-width: min(calc(100% - 2rem), 25rem);
    display: flex;
    justify-content: center;
}

/*.campaignCard {*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/


.additional-action-container {
    width: 100%;
    height: 54px;
    display: flex;
    background: rgba(0, 0, 0, .72);
    flex-direction: row;
    padding: 13px 15px;
}

.additional-action-container img {
    height: 27px;
    width: 54px;
    margin-right: 15px;
    /*padding: 13px 15px 14px 15px;*/
}

.additional-action-container .title {
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    color: #fff;
    line-height: 16px;
    max-height: 32px;
}

.change-orientation {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: #fff url("../../img/png/rotation-image-white.png") center center no-repeat;
    background-size: contain;
}

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

@media (min-width: 768px) {
    .wide-screen {
        display: block;
    }

    .mobile-screen {
        display: none;
    }

    .eventLiveContainer .event-header {
        position: relative;
        /*margin-top: 10px;*/
        /*padding-bottom: 10px;*/
        /*padding: 10px 15px;*/
        /*height: 74px;*/

        padding: 10px 15px;
        /*height: 94px;*/
        min-height: 96px;
    }

    .eventLiveContainer .event-header .cart-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 15px;
        /*min-height: 56px;*/
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .eventLiveContainer .event-header .cart-wrapper .cart {
        font-family: 'Roboto';
        background: #000;
        display: flex;
        align-items: center;
        border-radius: 8px;

        height: 36px;
        width: 134px;

        color: #fff;
        /*font-size: 12px;*/
        /*padding: 15px;*/
        font-size: 14px;
        padding: 10px;
        font-weight: 500;
    }

    .eventLiveContainer .pledgeCart {
        position: relative;
    }

    .eventLiveContainer .pledgeCart:after {
        position: absolute;
        content: attr(data-count);
        border-radius: 50%;
        color: white;
        font-family: 'Roboto';
        font-weight: 500;
        background: rgb(255,0,0);
        text-align: center;

        /*font-size: 13px;*/
        /*left: -14px;*/
        /*top: -14px;*/
        /*line-height: 28px;*/
        /*height: 28px;*/
        /*width: 28px;*/

        font-size: 10px;
        left: -7px;
        top: -7px;
        line-height: 20px;
        height: 20px;
        width: 20px;
    }

    /*.eventLiveContainer .pledgeCart[data-count='0']:after {*/
    /*    content: none;*/
    /*}*/

    .pledgeCart[data-count='0']:after {
        content: none;
    }

    .eventLiveContainer .org-logo#eventIcon {
        position: absolute;
        display: flex;
        align-items: center;
        left: 0;
        margin-left: 15px;
        padding: 8px;
        border: 0.5px solid rgba(0, 0, 0, 0.06);
        box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.06);
        border-radius: 10px;
    }

    .eventLiveContainer .org-icon {
        margin: 0;
        height: 56px;
        width: 56px;
    }

    .eventLiveContainer .header-info {
        padding-left: 90px;
        padding-right: 170px;
        /*align-items: center;*/
        /*min-height: 56px;*/
        line-height: 1;
        text-align: left;
        display: flex;
    }

    .eventLiveContainer .title-wrapper {
        /*padding: 0 15px;*/
        padding-left: 15px;
        flex-direction: column;
        max-width: 65%;
    }

    .eventLiveContainer .event-progress {
        margin: 0;
        /*padding: 5px 0 10px 15px;*/
        max-width: 35%;
        min-width: 30%;

        display: flex;
        /*justify-content: space-between;*/
        justify-content: space-around;
        flex-direction: column;
    }

    .eventLiveContainer .event-progress .progress {
        border-radius: 3px;
        height: max(0.51vh, 7px);
        /*height: 7px;*/
        /*margin: 10px 0 0 0;*/
    }

    .eventLiveContainer .event-progress .progress .progress-bar {
        background-color: #25C157;
        border-radius: 3px;
        /*height: 7px; !* 6 px vh *!*/
        height: max(0.51vh, 7px);
    }

    .eventLiveContainer .event-progress .progress-value {
        color: #000000;
        /*font-size: 19px; !* 19 px vw *!*/
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-weight: 900;
        padding: 0;
        text-align: left;
        line-height: 1;
        font-size: max(min(1.73vw, 25px), 19px);  /* min 19 px max 25px *!*/
    }

    .eventLiveContainer .event-progress .progress-value div {
        color: #000000;
        /*font-size: 14px;*/
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-weight: 400;
        padding: 3px 0;
        opacity: .34;
        line-height: 1.2;
        /*font-size: min(1.73vw, 19px);*/
        font-size: max(min(1.27vw, 17px), 14px);
    }

    .eventLiveContainer .vl {
        width: 1px;
        display: inline-block;
        background: #000;
        height: 100%;
        opacity: .11;
        margin: 0 24px;
    }

    .eventLiveContainer i.statusIcon {
        font-size: 14px!important;
    }

    .eventLiveContainer .runStatus {
        font-size: 14px!important;
    }

    .eventLiveContainer .eventTitle {
        /*font-size: 19px;*/
        font-weight: 900;
        line-height: 1.2;
        font-size: min(1.73vw, 19px);
    }

    .eventLiveContainer .vEventOrg {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        opacity: .35;
        line-height: 1.2;
    }

    .eventLiveContainer .veventStatus {
        line-height: 1.2;
    }

    /*.bottom-menu {*/
    /*    display: flex;*/
    /*    justify-content: flex-end;*/
    /*    align-items: center;*/
    /*    max-height: 40px;*/
    /*    padding: 0 15px 0 0;*/
    /*    margin: 0;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item:hover {*/
    /*    background: transparent;*/
    /*    box-shadow: none;*/
    /*    color: #007AFF!important;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item i {*/
    /*    visibility: hidden;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item {*/
    /*    font-size: 1.82vh; !* 14px *!*/
    /*    padding: 1vmin;*/
    /*    font-weight: 500;*/
    /*    font-family: Roboto, "Helvetica Neue", sans-serif;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item.selected i {*/
    /*    visibility: visible;*/
    /*    margin-right: 1.33vw;*/
    /*    color: #007AFF;*/
    /*}*/
    /*.bottom-menu .nav-tabs .dropup .nav-link.dropdown-toggle {*/
    /*    border: none;*/
    /*    color: #000026;*/
    /*    opacity: .4;*/
    /*    font-size: 1.82vh;*/
    /*    font-family: Roboto, "Helvetica Neue", sans-serif;*/
    /*    font-weight: 500;*/
    /*}*/

    /*.bottom-menu .nav-tabs .dropup .dropdown-menu-right {*/
    /*    margin-bottom: 0;*/
    /*    border: 1px solid rgba(0,0,0,.06);*/
    /*}*/

    /*.dropup .nav-link.dropdown-toggle::after {*/
    /*    content: none;*/
    /*}*/
}


/*// Extra small devices (portrait phones, less than 576px)*/
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) {
    body {
        position: relative;
    }
    .wide-screen {
        display: none;
    }



    /*.bottom-menu {*/
    /*    display: flex;*/
    /*    justify-content: flex-end;*/
    /*    align-items: center;*/
    /*    max-height: 40px;*/
    /*    padding: 0 15px 0 0;*/
    /*    margin: 0;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item:hover {*/
    /*    background: transparent;*/
    /*    box-shadow: none;*/
    /*    color: #007AFF!important;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item i {*/
    /*    visibility: hidden;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item {*/
    /*    font-size: 1.82vh; !* 14px *!*/
    /*    padding: 1vmin;*/
    /*    font-weight: 500;*/
    /*    font-family: Roboto, "Helvetica Neue", sans-serif;*/
    /*}*/

    /*.bottom-menu .dropup .dropdown-menu a.dropdown-item.selected i {*/
    /*    visibility: visible;*/
    /*    margin-right: 1.33vw;*/
    /*    color: #007AFF;*/
    /*}*/

    /*.bottom-menu .nav-tabs .dropup .nav-link.dropdown-toggle {*/
    /*    border: none;*/
    /*    color: #000026;*/
    /*    opacity: .4;*/
    /*    font-size: 1.82vh;*/
    /*    font-family: Roboto, "Helvetica Neue", sans-serif;*/
    /*    font-weight: 500;*/
    /*}*/

    /*.bottom-menu .nav-tabs .dropup .dropdown-menu-right {*/
    /*    margin-bottom: 0;*/
    /*    border: 1px solid rgba(0,0,0,.06);*/
    /*}*/

    /*.dropup .nav-link.dropdown-toggle::after {*/
    /*    content: none;*/
    /*}*/


    /*.bottom-menu {*/
    /*    display: none!important;*/
    /*}*/

    .mobile-screen {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;

        --party-header-height-sm: 5.42vh; /* 44 px vh */
        --party-header-icon-height-sm: 5.42vh; /* 44 px vh */
        --footer-height-sm: 40px;
        --party-button-height-sm: 26px; /* 40 px vh */
        --progress-bar-height-sm: 6px; /* 6 px vh */
        --event-progress-height-sm: calc(5.79vh + .74vh);
        --party-padding15: 1.85vh;
        --quick-pledge-height-sm:  11.084vh;  /* 90 px vh */
        --event-tabs-menu-height: 4.68vh; /* 38 px vh */
        --chat-input-height-sm: 7.39vh; /* 60px */
        --video-player-height-sm: 45vh;
        --action-card-height-sm: 45vh;
        --party-margin16: 1.97vh;
        --recent-activity-padding: 4.26vmin;
    }

    .mobile-screen.general-container {
        overflow: hidden;
    }

    .safari.keyboard .mobile-screen.general-container {
        -webkit-overflow-scrolling: touch;
        bottom: 270px;
    }

    /*To prevent auto-zoom in Safari*/
    .safari input[type='text'] {
        font-size: 16px;
    }

    /* level 1 header row*/
    .general-container .event-header {
        position: relative;
        /*margin: 0 4vw; !* 15 px vw *!*/
        min-height: var(--party-header-icon-height-sm);
        /* 15 px vh */
        margin: var(--party-padding15) 4vw 0;
    }

    .general-container .event-header .title-wrapper {
        display: block;
        width: 100%;
        padding-right: 14.4vw; /* 54 px vw */
        padding-left: 14.4vw;
        line-height: 2.7vmax; /* 22 px vw */
    }

    .general-container .event-header .title-wrapper .vEventOrg {
        font-size: 1.72vmax; /* 14 px vh */
        font-weight: 500;
        color: #B3B3B3;
        line-height: 1.2;
        margin-top: 4px;
    }

    .general-container .event-header .title-wrapper .event-title {
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-size: 2.09vmax; /* 17 px vh */
        font-weight: 900;
        color: #000000;
    }

    .general-container .event-header .org-logo {
        position: absolute;
        left: 0;
        top: 0;
    }

    .general-container .event-header .org-logo .org-icon {
        margin: 0;
        height: var(--party-header-icon-height-sm);
        width: var(--party-header-icon-height-sm);
    }

    .general-container .event-header .cart-wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }

    .general-container .event-header .cart-wrapper .cart {
        background: #000;
        display: flex;
        height: var(--party-header-icon-height-sm);
        width: var(--party-header-icon-height-sm);
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    /* level 2 progress bar */
    .general-container .event-progress {
        /*padding-bottom: 1.97vh; !* 16 px vh *!*/
        margin: 0 4vw var(--party-margin16) 4vw; /* 15 px vw */
        height: var(--event-progress-height-sm);
    }

    .general-container .event-progress .progress-value {
        color: #25C157;
        font-size: 2.09vmax; /* 17 px vw */
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-weight: 900;
        padding: 1.6vh 0; /* 13 px vh */
    }

    .general-container .event-progress .progress {
        margin: 0;
        border-radius: 3px;
        height: .74vh; /* 6 px vh */
    }

    .general-container .event-progress .progress .progress-bar {
        background-color: #25C157;
        border-radius: 3px;
        height: .74vh; /* 6 px vh */
    }

    /* level 3 - tabs */
    .general-container .event-tabs {
        height: calc(100vh
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - var(--party-margin16)
        );

        height: calc(var(--vh, 1vh) * 100
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - calc(var(--vh, 1vh) * 1.97)
        );

        /*height: calc(100vh - var(--party-header-height-sm) - 73px - var(--footer-height-sm) - 1.85vh);*/
        position: relative;
    }

    .general-container .event-tabs .nav-tabs {
        border: none;
        margin: 0 4vw;
        height: var(--event-tabs-menu-height);

    }

    .general-container .event-tabs .nav-tabs .nav-item {
        padding: 0 2.67vw;
        width: 30%;
        text-align: center;
    }

    .general-container .event-tabs .nav-tabs .nav-item:last-of-type {
        width: 10%;
        text-align: right;
    }

    .general-container .event-tabs .nav-tabs .nav-item .dropdown-toggle::after {
        content: none;
    }

    .nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
        background: transparent;
        box-shadow: none;
        color: #007AFF!important;
    }

    .nav-item.dropdown .dropdown-menu a.dropdown-item i {
        visibility: hidden;
    }

    .nav-item.dropdown .dropdown-menu a.dropdown-item {
        font-size: 1.72vmax; /* 14px */
        padding: 1vmin;
        font-weight: 500;
        font-family: Roboto, "Helvetica Neue", sans-serif;
    }

    .nav-item.dropdown .dropdown-menu a.dropdown-item.selected i {
        visibility: visible;
        margin-right: 1.33vw;
        color: #007AFF;
    }

    .general-container .event-tabs .nav-tabs .nav-link {
        border: none;
        color: #000026;
        opacity: .4;
        font-size: 1.72vmax; /* 14 px vw */
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-weight: 500;
        padding: .5rem 0;
    }

    .general-container .event-tabs .nav-tabs .nav-link.active {
        opacity: 1;
        border-bottom: 3px solid #000;
    }
    /* level 3 - each tab view */

    /* chat 3-d view   */
    .general-container .event-tabs .tab-content {
        padding: var(--party-margin16) 0 0 0;
        position: relative;

        height: calc(100vh
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - var(--party-padding15)
        - var(--event-tabs-menu-height)
        );

        height: calc(var(--vh, 1vh) * 100
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - var(--party-padding15)
        - var(--event-tabs-menu-height)
        );
    }

    .general-container .event-tabs .tab-content > .tab-pane {
        position: absolute;
        display: block!important;
        z-index: 10;
        opacity: 1!important;
        background: #fff;
    }

    .general-container .event-tabs .tab-content > .active {
        z-index: 11;
        position: absolute;
        left: 0!important;
        bottom: 0;
        right: 0;
        top: var(--party-margin16)!important;
    }

    .general-container .event-tabs .tab-content .chat-container {
        height: calc(100vh
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - var(--party-padding15)
        - var(--quick-pledge-height-sm)
        - var(--event-tabs-menu-height)
        - var(--chat-input-height-sm)
        );
        max-width: 100%;

        height: calc(var(--vh, 1vh) * 100
        - var(--party-header-height-sm)
        - var(--footer-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-padding15)
        - var(--party-padding15)
        - var(--quick-pledge-height-sm)
        - var(--event-tabs-menu-height)
        - var(--chat-input-height-sm)
        );

    /*    temp solution*/
        position: absolute;
        left: 0;
        right: 0;
    }

    /* temp solution*/


    /*override styles for recent activity container START */
    .general-container .recentActivityTable {
        box-shadow: none;
        border: none;
        margin: var(--recent-activity-padding) var(--recent-activity-padding) 0; /* 16 px vw */
        overflow-y: auto;

    }

    .general-container .recentActivityTable {
        font-size: 1.97vmax;
    }

    .general-container #watch-tab-content .recentActivityTable {
        height: calc(100vh
        - var(--party-padding15)
        - var(--party-header-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-margin16)
        - var(--event-tabs-menu-height)
        - var(--party-margin16)
        - var(--video-player-height-sm)
        - var(--quick-pledge-height-sm)
        - var(--recent-activity-padding)
        - var(--footer-height-sm)
        );

        height: calc(var(--vh, 1vh) * 100
        - var(--party-padding15)
        - var(--party-header-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-margin16)
        - var(--event-tabs-menu-height)
        - var(--party-margin16)
        - var(--video-player-height-sm)
        - var(--quick-pledge-height-sm)
        - var(--recent-activity-padding)
        - var(--footer-height-sm)
        );
    }

    .general-container #pledge-tab-content .recentActivityTable {
        height: calc(100vh
        - var(--party-padding15)
        - var(--party-header-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-margin16)
        - var(--event-tabs-menu-height)
        - var(--party-margin16)
        - var(--action-card-height-sm)
        - var(--recent-activity-padding)
        - var(--footer-height-sm)
        );

        height: calc(var(--vh, 1vh) * 100
        - var(--party-padding15)
        - var(--party-header-height-sm)
        - var(--event-progress-height-sm)
        - var(--party-margin16)
        - var(--event-tabs-menu-height)
        - var(--party-margin16)
        - var(--action-card-height-sm)
        - var(--recent-activity-padding)
        - var(--footer-height-sm)
        );
    }

    .general-container .recentActivityTable table thead tr th {
        position: sticky;
        top: 0;
        font-size: 1.72vmax!important;  /* 14 px vw */
        background: #fff;
    }

    .general-container .recentActivityTable table tbody tr td {
        font-size: 1.6vmax!important;  /* 13px vw */
    }

    .general-container .recentActivityTable table tbody tr td div {
        font-size: 1.6vmax!important;  /* 13 px vw */
    }

    .general-container .recentActivityTable table tbody tr td div.text-muted {
        font-size: 1.48vmax!important;  /* 12px vw */
    }

    .general-container .recentActivityTable table tbody tr td.icon {
        width: 50px;
        overflow: hidden;
        display: table-cell;
        /*background: #F8F9FC;*/
    }

    .general-container .recentActivityTable table tbody tr td.icon div.virtual {
        height: 40px;
        width: 40px;

        background: transparent url("../../img/svg/virtual-event/virtual.svg") no-repeat center center;
        background-size: 25px;
    }

    .general-container .recentActivityTable table tbody tr td.icon div.in-person {
        height: 40px;
        width: 40px;

        background: transparent url("../../img/svg/virtual-event/in-person.svg") no-repeat center center;
        background-size: 25px;
    }

    .general-container .pledgeBlock,
    .general-container .winningBidBlock,
    .general-container .closeSilentAuctionBlock,
    .general-container .actionView {
        position: relative;
        margin-bottom: 0;
        font-size: 1.97vmax;
    }

    .modal-header {
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 999;
        color: white;
        border: none;
        margin: 0;
    }

    .modal-content .carousel {
        padding-top: 50px;
    }

    /*override styles for recent activity container END */

    .general-container .event-tabs #smallMessageForm .chat-input-container{
        /*position: absolute;*/
        /*bottom: 0;*/
        /*left: 0;*/
        /*border-radius: 0;*/
        height: var(--chat-input-height-sm);
        padding: 1.48vmax; /* 12px */
        width: 100%;
    }

    .general-container .event-tabs #smallMessageForm {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .general-container .event-tabs .tab-content > .active#chat-tab-content #smallMessageForm {
        display: block;
    }

    .general-container .event-tabs #smallMessageForm .chat-input-container .messageInput,
    .general-container .event-tabs #smallMessageForm .chat-input-container .messageInput:focus {
        height: 4.43vh;  /* 36px */
        line-height: 4.43vh;  /* 36px */
        padding: 0 9.6vw 0 2.67vw; /* 36px 10px vw */
        font-size: 1.85vmax; /* 15px */
    }

    .general-container .event-tabs .tab-content .chatCard {
        height: 100%;
    }

    .general-container .event-tabs .tab-content .card-title {
        font-family: "Roboto";
        background: #F5F5F5;
        height: 4.43vh; /* 36 px vh */
        line-height: 4.43vh; /* 36 px vh */
        white-space: nowrap;
        border-radius: 10px 10px 0 0;
        padding-left: 4vw;
        text-transform: uppercase;
        font-size: 1.72vmax; /* 14 px vw */
        font-weight: 500;
        color: black;
        box-sizing: border-box;
    }

    .general-container .event-tabs .tab-content .chat-container .msg_container {
        background-color: #ffffff;
     }

    .general-container .event-tabs .tab-content .chat-container .msg_container.admin {
        background-color: rgba(0, 128, 0, 0.15);
    }

    .general-container .event-tabs .tab-content .chat.send_btn {
        /*background-color: #F2F2F4!important;*/
        background-color: unset!important;
        background: url("../../img/svg/virtual-event/send.svg") center center no-repeat;
        width: 4.43vh;
        height: 4.43vh;
        border-radius: 6px;
        cursor: pointer;
        border:0 !important;
    }

    .general-container .event-tabs .tab-content .chatCard {
        background: #F1F2F5;
        border: 0;
     }

    .general-container .event-tabs .tab-content .chatCard.not-live {
        box-shadow: none;
     }

    .general-container .event-tabs .tab-content .chat-input-container {
        background: #F2F2F4;
        padding: 3.2vmin;  /* 12 px vw */
        box-sizing: border-box;
        border-radius: 0 0 10px 10px;

        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .general-container .event-tabs .tab-content .chat-button:before {
        content: "";
        display: block;
        float: left;
        background: url("../../img/svg/virtual-event/chat-small.svg") center center no-repeat;
        height: 1.85vh; /* 15 px vh */
        width: 1.85vh;
        margin: 2px 2px 0 0;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content {
        padding: 0 4vw;
    }

    .general-container .event-tabs .tab-content .tab-pane .sponsors-block {
        border: none;
        margin-top: 1.23vh; /* 10px */
        /*margin-top:  1.85vh; !* 15px vh*!*/
    }

    .general-container .event-tabs .tab-content .bottom-info-container .auctionText h3 {
        font-size: 2.09vmax; /* 17px vh*/
    }


        /* Override styles for bid, pledge, sold buttons for small screen view START */
    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .actionButtonRow {
        margin: 0 1.85vh 1.85vh 0;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .actionButtonRow .button-col {
        padding: 1.85vh 0 0 1.85vh;
        font-size: 1.72vmax;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .actionButtonRow .button-col button {
        height:  4.43vh; /* 36px vh*/
        font-size: 1.72vmax; /* 14px vh*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .actionButtonRow .confirmation-button {
        --button-height: 4.43vh; /* 36px vh*/
        --button-line-height: 1.8;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .confirmation-button .text-container span.text {
        font-size: 1.72vmax; /* 12 px vh */
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .confirmation-button .second-state .text-container span.sub-text {
        display: none;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .noActionBlock {
        margin-bottom: 0;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .recentActivityTable {
        margin: 0;
        border-radius: 0;
        border: none;
        box-shadow: unset;
    }

    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .auctionBlock,
    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .liveAuctionMultiBlock,
    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .pledgeBlock,
    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .winningBidBlock,
    .general-container .event-tabs .tab-content .tab-pane#pledge-tab-content .closeSilentAuctionBlock {
        margin-bottom: 1rem;
    }

    button#fullVideoDonateBtn {
        display: none;
    }

    /* Override styles for bid, pledge, sold buttons for small screen view  END*/


    .cartItemCount:after {
        position: absolute;
        right: 0%;
        top: 1%;
        content: attr(data-count);
        border-radius: 50%;
        line-height: 0.74vh;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 8px;
        background: rgba(255,0,0);
        height: 16px;
        width: 16px;
        line-height: 16px;
    }

    .pledgeCart[data-count='0'] .cartItemCount:after {
        content: none;
    }

    div#chatContainerAdditional {
        display: none;
    }

    #smallChatContainer .scroll-to-button {
        bottom: 20px;
    }

    /* styles for small container with buttons, name and images displayed on watch and chat tabs START*/
    .quick-pledge-wrapper {
        padding: 1.85vmax; /* 15 px vw */
        background: #ECEDF0;
        display: flex;
        justify-content: space-between;
        height: var(--quick-pledge-height-sm);
    }

    .quick-pledge-wrapper .carouselWrapper {
        height: 7.39vmax;  /* 15 px vh */
        width: 14.77vmax;
        margin: 0 auto;
        display: inline-flex;
        min-height: 60px;

    }

    .quick-pledge-wrapper .carouselWrapper .pledgeBlock,
    .quick-pledge-wrapper .carouselWrapper .actionView {
        width: 100%;
        box-shadow: none;
        border: 0;
    }

    .quick-pledge-wrapper .content-wrapper {
        width: calc(100% - 32vw - 4vw);
        display: flex;
        flex-direction: column;
        margin-left: 4vw;
    }

    .quick-pledge-wrapper .carouselWrapper .bottom-info-container,
    .quick-pledge-wrapper .carouselWrapper .slide-number {
        display: none;
    }

    .quick-pledge-wrapper .carouselWrapper .carousel-item .view {
        border-radius: 0;
    }

    .quick-pledge-wrapper .carouselWrapper .carousel-item .view:after {
        content: none;
    }

    .quick-pledge-wrapper .event-title {
        font-size: 1.6vmax; /* 13 px vw */
        font-family: Roboto, "Helvetica Neue", sans-serif;
        font-weight: 500;
        color: #000026;
        line-height: 2.33vmax; /* 19 px vw */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-height: 2.34vh;  /* 19 px vh */

        margin-top: .37vh;
        margin-bottom: 1.35vh;
    }

    .quick-pledge-wrapper .carouselWrapper .winningBidBlock .carousel-item {
        padding-bottom: 0;
    }

    .quick-pledge-wrapper .content-wrapper .silentAuctionClosed.event-title,
    .quick-pledge-wrapper .content-wrapper .currentWinnerTitle.event-title {
        overflow: visible;
        text-overflow: unset;
        white-space: unset;
    }

    .quick-pledge-wrapper .buttons {
        height: 3.2vh;  /* 26 px vh */
    }

    .quick-pledge-wrapper .buttons .actionButtonRow {
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        justify-content: center;
    }

    .quick-pledge-wrapper .buttons  .actionButtonRow button {
        height: 3.57vh;  /* 26 px vh */
        text-align: center;
        padding: .615vh 0;
        font-size: 1.48vmax; /* 12 px vh */
        /*line-height: 1.48vmax;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* override confirmation buttons for small screen quick pledge*/
    .quick-pledge-wrapper .buttons .confirmation-button {
        --button-height: 3.57vh;
        --button-line-height: 1.7;
        font-size: 1.48vmax; /* 12 px vh */
    }

    .quick-pledge-wrapper .buttons .confirmation-button .text-container {
        font-size: 1.48vmax; /* 12 px vh */
    }

    .quick-pledge-wrapper .buttons .confirmation-button .text-container span.text {
        font-size: 1.48vmax; /* 12 px vh */
    }

    .quick-pledge-wrapper .buttons .confirmation-button .second-state .text-container span.sub-text {
        display: none;
    }

    .quick-pledge-wrapper .carousel-control-prev,
    .quick-pledge-wrapper .carousel-control-next {
        display: none!important;
    }
    /* styles for small container with buttons, name and images displayed on watch and chat tabs END */
}

.bottom-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-height: 40px;
    padding: 0 15px 0 0;
    margin: 0;
}

.bottom-menu .dropup .dropdown-menu a.dropdown-item:hover {
    background: transparent;
    box-shadow: none;
    color: #007AFF!important;
}

.bottom-menu .dropup .dropdown-menu a.dropdown-item i {
    visibility: hidden;
}

.bottom-menu .dropup .dropdown-menu a.dropdown-item {
    font-size: 1.82vh; /* 14px */
    padding: 1vmin;
    font-weight: 500;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.bottom-menu .dropup .dropdown-menu a.dropdown-item.selected i {
    visibility: visible;
    margin-right: 1.33vw;
    color: #007AFF;
}

.bottom-menu .nav-tabs .dropup .nav-link.dropdown-toggle {
    border: none;
    color: #000026;
    opacity: .4;
    font-size: 1.82vh;
    font-family: Roboto, "Helvetica Neue", sans-serif;
    font-weight: 500;
}

.bottom-menu .nav-tabs .dropup .dropdown-menu-right {
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.06);
}

.dropup .nav-link.dropdown-toggle::after {
    content: none;
}

#new-toast-container {
    position: fixed;
    z-index: 999999;
}

/* override styles for toastr start */
#new-toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 60px;
    width: 18.75rem;
    background-position: 15px center;
    background-repeat: no-repeat;
}

#new-toast-container .paybee-toast {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0,.20);
}

#new-toast-container .paybee-toast .md-toast-title {
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

#new-toast-container .md-toast-success .md-toast-title {
    background:  #00c851 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") no-repeat center center!important;
    background-size: 15px!important;
}

#new-toast-container .md-toast-error .md-toast-title {
    background: #ffffff url("data:image/svg+xml;base64,IDxzdmcgd2lkdGg9IjMwcHgiIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDMwIDMwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgPgogICAgICAgICAgPGcgaWQ9IlN0eWxlLUd1aWRlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICAgICAgICA8ZyBpZD0iTWlzYyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3Ny4wMDAwMDAsIC01MzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgIDxnIGlkPSJJY29ucyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTAuMDAwMDAwLCA0NTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNjguMDAwMDAwKSIgaWQ9Ikljb25zLS8tRXJyb3IiPgogICAgICAgICAgICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYyNy4yMDkzMDIsIDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb2xvciI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjguNzk5MjM5OSwyMS4wNzA1MTYgTDE3Ljk1MDI1MzQsMS45Mzc2NDEyOCBDMTcuMjcwMTg1OCwwLjczODUyNTc5OSAxNi4wMTQ0NDI2LDQuOTczNzk5MTVlLTE0IDE0LjY1NDMwNzQsNC45NzM3OTkxNWUtMTQgQzEzLjI5NDE3MjMsNC45NzM3OTkxNWUtMTQgMTIuMDM4MDkxMiwwLjczODE4MTgxOCAxMS4zNTgwMjM2LDEuOTM3NjQxMjggTDAuNTEwMDUwNjc2LDIxLjA3MDUxNiBDLTAuMTcwMDE2ODkyLDIyLjI2OTI4NzUgLTAuMTcwMDE2ODkyLDIzLjc0NjY4MyAwLjUxMDA1MDY3NiwyNC45NDYxNDI1IEMxLjE4OTc4MDQxLDI2LjE0NDU3IDIuNDQ1ODYxNDksMjYuODgzNDM5OCAzLjgwNTk5NjYyLDI2Ljg4MzQzOTggTDI1LjUwMzI5MzksMjYuODgzNDM5OCBDMjYuODYzMDkxMiwyNi44ODM0Mzk4IDI4LjExOTUxMDEsMjYuMTQ0OTE0IDI4Ljc5OTU3NzcsMjQuOTQ2MTQyNSBDMjkuNDc5MzA3NCwyMy43NDY2ODMgMjkuNDc5MzA3NCwyMi4yNjkyODc1IDI4Ljc5OTIzOTksMjEuMDcwNTE2IFogTTE1LjgxMDM4ODUsMjEuNTkzMzY2MSBDMTUuODEwMzg4NSwyMi4yMTAxMjI5IDE1LjMxOTE3MjMsMjIuNzA5OTI2MyAxNC43MTM3NjY5LDIyLjcwOTkyNjMgTDE0LjY1NDMwNzQsMjIuNzA5OTI2MyBDMTQuMDQ4OTAyLDIyLjcwOTkyNjMgMTMuNTU4MDIzNiwyMi4yMTAxMjI5IDEzLjU1ODAyMzYsMjEuNTkzMzY2MSBMMTMuNTU4MDIzNiwyMS41MzMxNjk1IEMxMy41NTgwMjM2LDIwLjkxNjQxMjggMTQuMDQ4OTAyLDIwLjQxNjk1MzMgMTQuNjU0MzA3NCwyMC40MTY5NTMzIEwxNC43MTM3NjY5LDIwLjQxNjk1MzMgQzE1LjMxOTE3MjMsMjAuNDE2OTUzMyAxNS44MTAzODg1LDIwLjkxNjQxMjggMTUuODEwMzg4NSwyMS41MzMxNjk1IEwxNS44MTAzODg1LDIxLjU5MzM2NjEgWiBNMTUuNzUwNTkxMiwxOC4xNTM5MDY2IEMxNS43NTA1OTEyLDE4Ljc3MDY2MzQgMTUuMjYwMDUwNywxOS4yNzA0NjY4IDE0LjY1NDMwNzQsMTkuMjcwNDY2OCBDMTQuMDQ4OTAyLDE5LjI3MDQ2NjggMTMuNTU4MDIzNiwxOC43NzA2NjM0IDEzLjU1ODAyMzYsMTguMTUzOTA2NiBMMTIuODQ3MjEyOCw4LjAxNjExNzk0IEMxMi44NDcyMTI4LDcuMzk5NzA1MTYgMTQuMDQ5MjM5OSw2LjY1ODQyNzUyIDE0LjY1NDY0NTMsNi42NTg0Mjc1MiBDMTUuMjYwMzg4NSw2LjY1ODQyNzUyIDE2LjQ2MjQxNTUsNy4zOTk3MDUxNiAxNi40NjI0MTU1LDguMDE2MTE3OTQgTDE1Ljc1MDU5MTIsMTguMTUzOTA2NiBaIiBpZD0iU2hhcGUiIGZpbGw9IiNmZTUzNTMiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgPC9nPgogICAgICA8L3N2Zz4=") no-repeat center center!important;
    border-radius: unset;
}


#new-toast-container .md-toast-message {
    font-size: 14px;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.md-toast-message div {
    font-weight: bold;
}
/* override styles for toastr end */


.eventLiveContainer {
    --keyboard-up-full-height: 100vh;
    --keyboard-up-full-height: calc(var(--vh, 1vh) * 100);
    --keyboard-up-header-height: 100px;
    --keyboard-up-progress-height: 50px;
    --keyboard-up-chat-tab-height: 100%;
    --keyboard-up-chat-input-height: 60px;

    --party-padding15: calc(var(--vh, 1vh) * 1.85);
    /*--party-header-icon-height-sm: calc(var(--vh, 1vh) * 5.42); !* 44 px vh *!*/
    --event-progress-height-sm: calc(var(--vh, 1vh) * 6.53);
    --event-tabs-menu-height: calc(var(--vh, 1vh) * 4.68); /* 38 px vh */
    /*--chat-input-height-sm: calc(var(--vh, 1vh) * 7.39); !* 60px *!*/
}

.safari.fixfixed .general-container .event-tabs {
    height: calc(var(--keyboard-up-full-height) - var(--keyboard-up-header-height) - var(--keyboard-up-progress-height))
}

.safari.fixfixed .eventLiveContainer {
    /*height: auto;*/
    /*max-height: var(--keyboard-up-full-height);*/
}

.safari.fixfixed .general-container .event-tabs .tab-content .chat-container {
    /*position: static;*/
    height: calc(var(--keyboard-up-full-height)
    - var(--party-header-height-sm)
    - var(--event-progress-height-sm)
    - var(--party-padding15)
    - var(--party-padding15)
    - var(--party-padding15)
    - var(--event-tabs-menu-height)
    - var(--chat-input-height-sm)
    );

    max-height: 100%;
}

.safari.fixfixed .general-container .event-tabs .tab-content #chat-tab-content.tab-pane {
    display: flex!important;
    flex-direction: column;
    align-items: stretch;
}

.safari.fixfixed .general-container .event-tabs #smallMessageForm {
    /*position: static;*/
    background: #F2F2F4;
    top: calc(var(--keyboard-up-full-height)
    - var(--party-header-height-sm)
    - var(--event-progress-height-sm)
    - var(--party-padding15)
    - var(--party-padding15)
    - var(--party-padding15)
    - var(--event-tabs-menu-height)
    - var(--chat-input-height-sm)
    );
}

.safari.fixfixed .quick-pledge-wrapper {
    display: none;
}

.safari.fixfixed .virtualEventBottomNav {
    display: none;
}

.safari.fixfixed .smallMessageForm {
    display: none;
}

.recentActivity .attendee-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.recentActivity .attendee-type .in-person-paddle-number {
    color: #00e15b;
    font-size: 12px!important;
    font-weight: 600;
}

video {
    z-index: 1;
    background: black!important;
}

iframe.liveStreamFrame.embed-responsive-item {
    z-index: 4;
}

.video-play-button {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 18px);
    z-index: 7;
    font-size: 40px;
    color: #cecece;
    cursor: pointer;
}

.video-play-button-small {
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 10px);
    z-index: 7;
    font-size: 24px;
    color: #cecece;
    cursor: pointer;
}


video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls:not(.audio-only) [pseudo="-webkit-media-controls-panel"] [pseudo="-webkit-media-controls-fullscreen-button"] {
    display: none;
}
/*video::-webkit-media-controls-play-button {}*/
/*video::-webkit-media-controls-play-button {}*/
/*video::-webkit-media-controls-timeline {}*/
/*video::-webkit-media-controls-current-time-display{}*/
/*video::-webkit-media-controls-time-remaining-display {}*/
/*video::-webkit-media-controls-time-remaining-display {}*/
/*video::-webkit-media-controls-mute-button {}*/
/*video::-webkit-media-controls-toggle-closed-captions-button {}*/
/*video::-webkit-media-controls-volume-slider {}*/


.banner-wrapper {
    display: none;
    position: fixed;
    z-index: 1099;
    left: 0;
    right: 0;
    bottom: 35px;
    min-height: 100px;
    /*width: 100%;*/
    max-width: 650px;
    margin: 0 auto;
}

.banner-wrapper .banner-container {
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    height: 100%;
    background: #fac832;
    border-radius: 5px;
    padding: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #363636;
    overflow-y: auto;
}

.banner-wrapper .banner-container span {
    color: #363636!important;
}

.banner-wrapper .banner-container p {
    margin-bottom: 0!important;
}

.banner-wrapper .banner-container .banner-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;

    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;
}

@media (max-width: 767px) {
    .banner-wrapper .banner-container {
        max-width: 100%;
    }
}
