
*, ::after, ::before { box-sizing: border-box; }

html { max-width: 100%; overflow-x: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; }
html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { overflow-y: auto; -webkit-overflow-scrolling: touch; max-width: 100%; overflow-x: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; border: 0; vertical-align: top; margin: 0; padding: 0; background: #f8f9f9; }
body::-webkit-scrollbar { width: 0 !important; }
body { overflow: -moz-scrollbars-none; }
body { -ms-overflow-style: none; }

.d-none { display: none; }
.d-inline-flex { display: inline-flex !important; }

.respViewPage { text-align: center; overflow: auto; height: 100%; display: flex; align-items: center; justify-content: center; }
.hdrView { position: fixed; background-color: #000; top: calc(50% - 100px); right: 30px; z-index: 999 !important; padding: 10px; margin: auto; border-radius: 50px; display: flex; align-items: center; justify-content: center; }
.hdrViewLogo { display: inline-block; font-size: 0; }
.hdrViewLogo a { display: inline-block; }
.hdrViewLogo img { height: 40px; width: auto; }
.hdrViewDvc { display: flex; align-items: center; flex-direction: column; justify-content: center; }
.hdrViewDvc ul { margin: 0; padding: 0; display: flex; align-items: center; flex-direction: column; }
.hdrViewDvc ul li { display: inline-flex; margin-top: 10px; width: 35px; height: 35px; border-radius: 50px; transition: all 0.3s; align-items: center; }
.hdrViewDvc ul:not(.devicemode) li:first-child { margin-top: 0px; }
.hdrViewDvc ul li:hover span { color: #fff; }
.hdrViewDvc ul li.active span { color: #fff; }
.hdrViewDvc ul li span { color: #ffffff; display: inline-flex; cursor: pointer; text-align: center; width: 100%; height: 100%; transition: all 0.3s; align-items: center; justify-content: center; }

.hdrViewDvc ul li:hover,
.hdrViewDvc ul li.active { background-color: #F54336; border-color: #F54336; }
.hdrViewDvc ul li:hover span svg,
.hdrViewDvc ul li.active span svg { opacity: 1; }

.hdrViewDvc ul li span .fa.fa-mobile { }
.hdrViewDvc ul li span .fa-desktop { font-size: 17px; }
.hdrViewDvc ul li span img { max-width: 20px; opacity: 1; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.hdrViewDvc ul li span svg { fill: white; opacity: .5; }

.hdrViewDvc ul li:hover img,
.hdrViewDvc ul li.active img { }
.hdrViewDvc .devicemode { display: none; }
.hdrView.icnRotate #mobile.active span { transform: rotate(-90deg); }
.hdrView.icnRotate #tablet.active span { transform: rotate(-90deg); }

/*Preview Iframe*/
.prvFrame { background: #fff; width: 100%; height: calc((100vh) - 100px); box-shadow: 0px 0px 20px 10px #e4e4e569; border: 1px solid #e4e4e5; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.desktop { width: 100%; border: none; margin: 0; height: 100vh; }
.laptop { width: 1290px; min-width: 1290px; max-height: 800px; }
.mobile { width: 385px; min-width: 385px; max-height: 800px; }
.mobile.landscape { width: 677px; min-width: 677px; height: 375px; min-height: 375px; max-height: 375px; }
.tablet { width: 778px; min-width: 778px; max-height: 1024px; }
.tablet.landscape { width: 1035px; min-width: 1035px; max-height: 768px; }

@media screen and (max-width:1199px) {
 .hdrView { display: none; }
 .desktop { }

 .hdrViewDvc ul li#desktop,
 .hdrViewDvc ul li#laptop { }

 .respViewPage .prvFrame { margin: 0; width: 100%; height: 100vh; max-height: 100%; box-shadow: none; border: none; }
}

@media screen and (width:768px) {
 .respViewPage .prvFrame.tablet { }
}

@media screen and (max-width:767px) {
 .hdrView { }
 .desktop { }
}
