// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------

.o_RtcInvitations {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: map-get($spacers, 2);
    z-index: $zindex-modal;
}
