html, body {
}

#zmmtg-root {
    display: none;
    z-index: 9999;
}

#foot-bar {
    justify-content: flex-end;
}

#foot-bar .footer__btns-container {
    display: none;
}

#wc-footer .last-chat-message-tip__container {
    visibility: visible;
    pointer-events: auto;
}

#wc-container-right {
    height: calc(100dvh - 5.5rem)
}

.ReactModalPortal {
    position: relative;
    z-index: 9999;
}

#zoom-editform {
    margin-top: 1rem;
}

#wc-content,
#content_container,
.single-main-container__main-view,
.video-share-layout {
    background: url("../images/background/bg2.png"), #43B2F0 !important; /*TODO Zasim: dark theme*/
    background-size: 150% !important;
}

#wc-footer > div, #wc-footer span.mud-button-label {
    display: flex;
}

.single-main-container__video-frame {
    top: 0 !important;
    height: calc(100dvh - 4.87rem - 2rem) !important;
    margin: 1rem 0 !important;
}

.meeting-header.zoom-meetingsdk-meeting-header {
    background-color: transparent;
}

.video-share-layout {
    top: 0 !important;
    height: 100% !important;
}

.video-share-layout > .horizontal {
    height: calc(100dvh - 4.87rem - .5rem) !important;
    min-height: unset !important;
    margin-top: .2rem;
    padding-top: .2rem;
}

.video-share-layout > .horizontal .speaker-bar-container__horizontal-view-wrap {
    margin-bottom: .3rem;
}

.gallery-video-container__main-view {
    height: calc(100dvh - 4.87rem - 2rem) !important;
    background-color: transparent;
}

.gallery-video-container__main-view > div {
    height: calc(100dvh - 4.87rem - 2rem) !important;
}

.multi-view,
.speaker-bar-container__horizontal-view-wrap {
    background-color: transparent;
}

.multi-view,
.multi-view > div:not(.speaker-bar-container__horizontal-view-wrap):not(.gallery-video-container__main-view):nth-child(2) {
    height: calc(100dvh - 4.87rem - .5rem) !important;
}

.multi-view > div:not(.speaker-bar-container__horizontal-view-wrap):nth-child(3),
.multi-view > div:not(.speaker-bar-container__horizontal-view-wrap):nth-child(3) .speaker-active-container__video-frame {
    height: calc(100dvh - 10.13rem - .5rem) !important;
}

.main-layout__canvas,
.multi-view__canvas {
    margin-top: -3.45rem;
}

.speaker-active-container__video-frame .video-avatar__avatar-footer {
    bottom: 14px !important;
}

footer.footer {
    width: 100vw;
    padding: 0 1.2rem;
    height: 4.87rem;
    top: calc(100dvh - 4.87rem);
    left: 0;
    background: transparent;
    z-index: 10000;
}

.zoom-footer-component {
    height: 4.3125rem;
    padding: 0 .44rem;
    background-color: #030724;
    border-radius: 3.75rem;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.zoom-footer-component.mud-button:hover {
    background-color: #0069b6;
}

.zoom-footer-component {
    margin-right: .62rem;
}

.vivo-logo,
.volume {
    width: 4.3125rem;
}

.vivo-logo .vivo-img {
    width: 2rem;
    height: 2.4375rem;
}

.clock-logo {
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: #0069B6;
    border-radius: 3.75rem;
}

.clock-logo img {
    width: 1.71875rem;
    height: 1.71875rem;
}

.time {
    width: 6.5rem;
    /*font-variant-numeric: tabular-nums;*/
}

.time.right {
    text-align: right;
}

.duration-progress {
    padding-left: 1.06rem;
    padding-right: 1.88rem;
    flex: 1;
    align-items: center
}

.heart-rate {
    width: 12rem;
}

.heart-rate-img {
    width: 3.4375rem;
    height: 3.4375rem;
    background-color: #FE3C3C;
    border-radius: 3.75rem;
    color: var(--mud-palette-tertiary-text);
}

.heart-rate-icon {
    width: 1.7rem;
    height: 1.4rem;
    background: url(../images/icon-heart-rate.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.rate {
    padding-left: 1.06rem;
}

.volume {
    color: var(--mud-palette-tertiary-text);
}

.volume-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.footer-button__wrapper {
    margin-right: .62rem;
}

.footer-button__wrapper .footer-button-base__button:not(.footer-sub-toggle-base) {
    width: 4.3125rem;
    min-width: unset;
    max-width: unset;
    height: 4.3125rem;
    padding: 0 .44rem;
    background-color: #030724;
    border-radius: 3.75rem;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.footer-button__wrapper .footer-button-base__button:not(.footer-sub-toggle-base):hover {
    background-color: #0069b6;
}

.footer-button__wrapper .footer-button-base__button .footer-button-base__button-label {
    display: none;
}

#wc-footer .join-audio-container__btn span,
#wc-footer .send-video-container__btn span {
    display: none;
}

.join-audio-container__btn svg,
.send-video-container__btn svg {
    width: 2rem;
    height: 2rem;
}

.send-video-container__btn svg {
    margin-top: .24rem;
}

.footer-button-base__button .footer-button-base__img-layer {
    margin: unset;
}

.btn-group .footer-sub-toggle-base {
    margin: unset;
    background-color: #f2f9fe;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    max-width: unset;
    max-height: unset;
    min-height: unset;
    min-width: unset;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.btn-group .footer-sub-toggle-base path {
    fill: #030724;
    opacity: unset;
}

.btn-group .footer-sub-toggle-base:hover {
    background-color: #2196f3;
}

.footer-sub-toggle-base svg {
    width: 1.5rem;
    height: 1.5rem;
}

.footer-button-base__button.ax-outline:focus {
    outline: 2px solid #0e71eb;
    outline-offset: 1px;
}

#foot-bar .footer-button-base__button:hover path {
    fill-opacity: 1;
}

/*Leave button*/
#foot-bar .footer__leave-btn-container {
    max-width: unset;
    align-items: baseline;
}

.footer__leave-btn-container button {
    width: 9.5rem;
    max-width: unset;
    height: 4.3125rem;
    margin: unset;
    border-radius: 3.75rem;
    color: var(--mud-palette-tertiary-text);
    background-color: var(--mud-palette-tertiary);
}

.footer__leave-btn-container button:hover {
    color: var(--mud-palette-tertiary-text);
    background-color: var(--mud-palette-tertiary-darken);
}

.footer__leave-btn-container button .footer-button-base__img-layer {
    display: none;
}

.footer__leave-btn-container button .footer-button-base__button-label {
    font-family: var(--mud-typography-subtitle2-family);
    font-size: var(--mud-typography-button-size);
    font-weight: var(--mud-typography-button-weight);
    line-height: var(--mud-typography-button-lineheight);
    letter-spacing: var(--mud-typography-button-letterspacing);
    text-transform: var(--mud-typography-button-text-transform);
}

/*#region Gallery View*/
.dropdown.open .dropdown-menu {
    display: block;
    width: max-content;
    border-radius: unset;
}

.avatar-more .dropdown-menu {
    background-color: unset;
}

.meeting-info-container .dropdown.open .dropdown-menu {
    background-color: rgba(0,0,0,.8);
}

.meeting-info-container .dropdown.open .full-screen-widget__pop-menu > li > a {
    display: block;
}

.meeting-info-container .dropdown.open .full-screen-widget__pop-menu--icon {
    position: unset;
    margin-left: 12px;
}

.meeting-info-container .dropdown.open .full-screen-widget__pop-menu--checked > a::before {
    top: 12px;
}
/*#endregion Gallery View*/

.avatar-more .dropdown-menu.dark-dropdown {
    height: max-content;
    padding-top: 9px;
    padding-bottom: 9px;
}

.avatar-more .dropdown-menu.dark-dropdown .dropdown-item {
    white-space: pre-wrap;
}

/*#region Overlay for 'This meeting is being recorded.' disclaimer */
#zoom2modal .disclaimer-content > div:first-child {
    width: 100%;
}
#zoom2modal .disclaimer-content__title[title="This meeting is being recorded."] {
    width: 100%;
    position: relative;
    color: transparent; /* Hides the original text */
}
    #zoom2modal .disclaimer-content__title[title="This meeting is being recorded."]::before {
        content: "This meeting is being recorded. Please click OK to enable your audio and video."; /* Replacement text */
        position: absolute;
        top: 0;
        left: 0;
        color: white;
    }
#zoom2modal .disclaimer-content .zmicon.zmicon-acc-no-outline {
    display: none;
}
#zoom2modal .consent-banner[role="alert"] {
    animation: alertBackgroundChange 4s ease-in-out 1s infinite normal;
}
@keyframes alertBackgroundChange {
    0% {
        background: #1a1a1a;
    }
    50% {
        background: var(--mud-palette-tertiary);
    }
    100% {
        background: #1a1a1a;
    }
}
/*#endregion Overlay for 'This meeting is being recorded.' disclaimer*/