.mx_AuthHeader {
    width: 266px;
}

.cpd-theme-light {
    --cpd-color-gray-300: rgba(240, 242, 245, .80);
}

.cpd-theme-dark {
    --cpd-color-theme-bg: #160033;
    --cpd-color-gray-300: rgba(33, 0, 77, .80);
    --cpd-color-gray-400: #2c0066;
}

.cpd-theme-light .mx_SpaceRoomView_landing .mx_SpaceHierarchy_list li.mx_SpaceHierarchy_roomTileWrapper .mx_SpaceHierarchy_roomTile:hover {
    background-color: rgba(240, 242, 245, 0.8);
}

.cpd-theme-dark .mx_SpaceRoomView_landing .mx_SpaceHierarchy_list li.mx_SpaceHierarchy_roomTileWrapper .mx_SpaceHierarchy_roomTile:hover {
    background-color: rgba(33, 0, 77, 0.8);
}

.cpd-theme-light .mx_RoomView_body, 
.cpd-theme-light .mx_SpaceRoomView {
    background-image: url('/images/pyramids-light.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}

.cpd-theme-dark .mx_RoomView_body, 
.cpd-theme-dark .mx_SpaceRoomView {
    background-image: url('/images/pyramids-dark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
}
