/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset */

/* start theme */
body {
    overflow: hidden;
}
#model {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
}
#liveCamContainer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#liveCamContainerIn {
    overflow: hidden;
    position: relative;
}
#canvasforHeight {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: -1;
    top: 0;
    left: 0;
}
#jeelizFaceFilterFace {
    background: url('./../img/faceline.svg');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease-out;
    top: 0;
}
#jeelizFaceFilterPreloader {
    z-index: 2;
    opacity: 1;
    color: #ddd;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
}
#makeupLive,
#makeupLiveNew,
#LorushLiveGlasses {
    z-index: 1;
    position: absolute;
    top: 0;
    background: transparent;
}
#makeupLiveNew {
    z-index: 0;
}
#bgcanvasVideoID1 {
    height: 1px;
}
#canvasVideoID1,
#canvasVideoID1Front {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    z-index: 0;
    height: 98%;
    position: absolute;
    top: 0;
    left: -38%;
   /* filter: saturate(103%) brightness(103%);*/
    filter: contrast(1.05) saturate(1.1) brightness(1.03);
}
#canvasVideoID1,
#canvasVideoID1Front,
#makeupLive,
#makeupLiveNew,
#LorushLiveGlasses {
    left: 0 !important;
}

@media (max-aspect-ratio: 640/480) {
    #canvasVideoID1,
    #canvasVideoID1Front,
    #makeupLive,
    #makeupLiveNew,
    #LorushLiveGlasses {
        height: 100vh !important;
        width: auto !important;
        transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2));
    }
}

@media (min-aspect-ratio: 640/480) {
    #LorushLiveGlasses {
        width: 100vw !important;
        height: auto !important;
        transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2));
    }
}

@media (min-aspect-ratio: 640/480) {
    #canvasVideoID1,
    #canvasVideoID1Front,
    #makeupLive,
    #makeupLiveNew {
        width: 100vw !important;
        height: auto !important;
        transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2));
    }
}

@media (max-aspect-ratio: 600/800) {
    #model {
        height: 100vh !important;
        width: auto !important;
        transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2));
    }
}

@media (min-aspect-ratio: 600/800) {
    #model {
        width: 100vw !important;
        height: auto !important;
        transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2));
    }
}

@media (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {
    #canvasVideoID1,
    #canvasVideoID1Front,
    #makeupLive,
    #makeupLiveNew,
    #LorushLiveGlasses {
       transform: translateX(calc(-50% + 100vw / 2)) translateY(calc(-50% + 100vh / 2)) scale(1.0);
    }
}
/*end theme */

/* preloader */
#lorush-preloader {
    position: absolute;
    /* background: #000000; */
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lorush-preloader .lorush-preloader {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
}
#lorush-preloader .lorush-preloader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lorush-preloader-animation 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
#lorush-preloader .lorush-preloader div:nth-child(1) {
    animation-delay: -0.45s;
}
#lorush-preloader .lorush-preloader div:nth-child(2) {
    animation-delay: -0.3s;
}
#lorush-preloader .lorush-preloader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lorush-preloader-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.participants_item_loading .loader {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}