
/* styles.css */

.rotateView {
	-webkit-transform: rotate(90deg) !important;
    -webkit-transform-origin: 50% 50% !important;
    transform: rotate(90deg) !important;
    transform-origin: 50% 50% !important;
}

/* body.apple-ios.zone35-bdm-widget-open,
body.apple-ios.zone35-modal {
	position: fixed;
	width: 100%;
} */

.popover.bottom > .arrow {
	top: -11px !important;
}

#safari-only {
    display: none;
}

.overly {
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 10;
}

.overly .overlay-content {
    width: 40%;
    height: 40%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border-radius: 5px;
}

.overly .overlay-content p {
    margin: 24px 0;
    text-align: center;
}

.overly .overlay-content button {
    padding: 10px 60px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
    margin: 20px 0;
}

.tx-zone35-bdm #webcamOuterContainer {
    opacity: .99;
}

@media all and (max-width: 768px) {
    .overly .overlay-content {
        width: 75%;
        justify-content: space-evenly;
    }

    .overly .overlay-content p,
    .overly .overlay-content button {
        margin: inherit;
    }
}

.tx-zone35-bdm .row #outerUserPictureContainer { overflow: visible; }
.fade.in { opacity: 1 !important; }
