::-webkit-scrollbar {
  width: 7px
}

::-webkit-scrollbar-track {
  background: #000e33
}

::-webkit-scrollbar-thumb {
  background: #ff0
}

::-webkit-scrollbar-thumb:hover {
  background: #ff0
}

body,
html {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  color: #000e33
}

.parent {
  background-color: #fff;
  height: 99vh;
  display: grid;
  grid-template-columns: auto auto
}

.frame {
  width: 100vw;
  height: 107vh;
  transform: scale( 0.8 );
  overflow: hidden;
  margin: -2vh auto;
  box-shadow: 11px 11px 50px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)
}

.myiframe {
  width: 100%;
  height: 100%
}

img {
  vertical-align: middle
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto
}

.next,
.prev {
  position: absolute;
  cursor: pointer;
  width: auto;
  margin-top: -53vh;
  color: #d8d8d8;
  font-weight: 700;
  font-size: 3vw;
  text-decoration: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  right: 4%;
}

.prev {
  left: 4%
}

.next:hover,
.prev:hover {
  color: #000e33
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0
}

.dot {
  cursor: pointer;
  display: block;
  transition: width .5s ease;
  padding: 8px;
  width: 80%;
  font-size: 13px;
  color: #d6d6d6;
}

.active {
  color: #ff0;
  animation-name: bounceInLeft;
  animation-duration: .5s
}

.dot:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 95%
}

.zoom {
  -webkit-animation-name: zoomIn;
  -webkit-animation-duration: .5s;
  animation-name: zoomIn;
  animation-duration: .5s
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

.name {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0
}

.left-side {

  background: #000e33;
  width: 15vw;
  position: relative;
  overflow-y: scroll;
  height: 83vh;
  margin-top: 17vh;

}

.right-side {
  width: 85vw;
  background: #fff;
  position: relative;
  overflow-y: hidden
}

#data1 {
  height: 100vh;
  display: flex
}

#data2 {
  margin: 8px;
}

.loading {
  height: 107vh;
  background: azure;
  z-index: 10000000000000;
  display: flex
}

.logo {
  width: 26%;
  margin: 3vh 6vw 3vh 1vw;
  filter: invert(1) brightness(100);
}

.media {
  position: absolute;
  top: 3vh;
  right: 3vw;
  transform: scale(1.3);
  z-index: 1
}

#desktop,
#phone,
#tablet {
  cursor: pointer
}

.top-info {
  position: absolute;
  margin-left: 2vw;
  display: flex
}

#view-screen {
  position: absolute;
  top: 3vh
}

#template-name {
  text-transform: uppercase
}

iframe {
  overflow: hidden
}

.full {
  position: absolute;
  bottom: 18px;
  width: 2vw;
  left: 2vw;
  cursor: pointer
}

.line {
  width: 100%;
  padding: 14px;
  background: #fff;
 
}

.fixed {
  position: fixed;
  background: #000e33;
  height: 17vh
}

#loading-front {
  display: flex;
  width: 100vw;
  height: 100vh
}

.margin-center {
    margin: auto;
    animation-name: pulse;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 25px;
}

#app{
  display: none;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.loading-cont{
  width: 100%;
  height: 5px;
  margin: 0;
  padding: 0;
}

#loading-bar{
  background: #000e33;
  width: 0%;
  height: 5px;

}














.tawkto{
  height: 100vh;
  width: 100%;
}

.notif-float{
  background: #000e33;
  position: fixed;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0;
  padding: 7px;
  color: white;
  border-radius: 100%;
  cursor: pointer;
  font-size: 31px;
  right: 30px;
  bottom: 30px;
  animation: horizontal-shaking 0.5s infinite;
  /*display: none;*/
}



.offcanvas-start {
  width: 100%;
  max-width: 500px;
}
















