:root {
  --transparency: 0.5;
  --color: #f2f2f2;
  --active-color: #ffffff;
  --nav-bar-bg-color: #000000;
  --nav-bar-bg-color-rgba: rgba(0, 0, 0, var(--transparency));
}

body {
  font-size: 14px;
  color: var(--color);
  font-family: 'EurostileLTStd', 'Roboto', sans-serif;

  background-size: cover;
}
.left-container {
  position: relative;
  borderright: 0px solid #e3e3e3;
  background: #ececec;
  height: 100vh;
}
.left-right-arrow {
  position: absolute;
  left: 5px;
  top: 50%;
  color: rgb(221 222 224);
  cursor: pointer;
  border: none;
  z-index: 10;
  background: transparent;
}
.arrow-svg {
  width: 45px;
  height: 45px;
}
.menu-toggle {
  left: 340px;
  transform: rotate(180deg);
}
#wrapperdiv {
  max-height: 100%;
  height: 100vh;
}

.wrapper {
  min-height: 100%;
}

.flexstretch {
  position: relative;
  background: var(--nav-bar-bg-color-rgba);
}

#portrait-banner {
  margin: 0;
  padding: 0;
  font-family: 'EurostileLTStd-BoldEx2', 'Roboto', sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#countdown {
  padding: 15px 0 15px 25px;
  display: flex;
  align-self: center;
  align-items: center;
}

#countdown .time-label {
  width: 113px;
  max-width: 113px;
  padding-right: 0;
}

#countdown .time {
  display: inline-block;
  line-height: 30px;
  height: 30px;
}

.float_left {
  position: absolute;
  right: 21px;
  top: calc(50% - 30px);
  z-index: 55;
}

#content {
  background: #303030;
  color: var(--color);
  background: none;
}

.sidebar.left .logo {
  padding: 10px 0 10px 8px;
  cursor: default;
}

.sidebar.left .list-sidebar.bg-defoult {
  background: none;
  overflow: hidden;
}

.sidebar ul a {
  border-left: 10px solid;
  border-color: transparent;
  font-size: 14px;
}

.sidebar.left .float_left a.button-left {
  width: 21px;
  display: block;
  height: 60px;
  background: var(--nav-bar-bg-color-rgba);
}

a.button-left.close-btn .button_collapse {
  background: url(../images/close.png) no-repeat left;
  width: 21px;
  display: block;
  height: 60px;
  margin-left: 4px;
}

a.button-left.open-btn .button_collapse {
  background: url(../images/open.png) no-repeat left;
  width: 21px;
  display: block;
  height: 60px;
  margin-left: 4px;
}

.sidebar.left ul li .nav-label {
  padding-right: 25px;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  /* width: 160px; */
  white-space: nowrap;
  line-height: 30px;
}

.sidebar.left ul li a.logo .nav-label {
  padding-left: 15px;
  height: 45px;
}

a:hover {
  text-decoration: none;
}

/***********************  TOP Bar ********************/
.sidebar li a.logo:hover {
  background: none !important;
  border-left: 10px solid transparent;
}

#sidebar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 340px;
}

.sidebar {
  width: auto;
  height: 100vh;
  max-height: 100%;
  background: none;
  overflow-y: auto;
  /* transition: width 0.3s ease-in-out; */
}

.show {
  display: block !important;
  /* height: 20vh !important; */
}

.sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.bg-defoult {
  background-color: var(--nav-bar-bg-color);
}

.sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.sidebar ul li .img-icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.sidebar ul li .img-icon > img {
  vertical-align: baseline;
}

.sidebar li a.collapsed.active {
  display: block;
  padding: 15px 0 15px 15px;
  color: var(--active-color);
  text-decoration: none;
}

.sidebar li a {
  display: flex;
  padding: 15px 0 15px 15px;
  color: var(--color);
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  align-items: center;
}

.sidebar li.active a {
  background: var(--nav-bar-bg-color-rgba);
  color: var(--active-color);
  /* transition: all 0.3s ease-in-out; */
  border-left: 10px solid var(--nav-bar-bg-color);
  font-size: 16px;
}

.sidebar li a:hover {
  background: var(--nav-bar-bg-color-rgba);
  color: var(--active-color);
  border-left: 10px solid var(--nav-bar-bg-color);
}

.sidebar li a i {
  padding-right: 5px;
}

.sidebar li a .nav-label,
.sidebar li a .nav-label + span {
  transition: display 0.3s ease-in-out;
}

.sidebar.flip li a .nav-label,
.sidebar.flip li a .nav-label + span {
  transition: display 0.3s ease-in-out;
  display: none;
}

.sidebar.flip {
  width: 80px;
  transition: all 0.3s ease-in-out;
}

.sidebar.flip li {
  position: relative;
}

#content {
  /* padding-top: 10px !important;
	padding-left: 35px !important; */
  width: 100%;
}

.full-screen-btn {
  display: inline-block;
  border-bottom: 10px solid transparent;
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 0;
}

.full-screen-btn:hover {
  color: var(--active-color);
  text-decoration: none;
  background: var(--nav-bar-bg-color-rgba);
  border-bottom: 10px solid var(--nav-bar-bg-color);
  display: inline-block;
}

.footer-icon {
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-position: center;
  float: left;
  display: inline-block;
}

.full-screen-btn > .fullscreen-icon {
  background: url(../images/full_screen.svg) no-repeat;
}

.full-screen-btn > .minimize-icon {
  background: url(../images/minimize.svg) no-repeat;
}

@media (max-width: 980px) {
  .sidebar.left a.logo {
    padding: 10px 0 10px 10px;
  }

  .sidebar a {
    font-size: 20px;
  }
}

.loader {
  height: 100vh;
  width: 100%;
  font-family: 'EurostileLTStd-BoldEx2', 'Roboto', sans-serif;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: var(--color);
  margin: 0 auto;
  position: absolute;
  z-index: 40;
  top: 0;
  left: 0;
}

.loader > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader > div:not(:last-child) {
  margin-bottom: 120px;
  /* height: 30%; */
}

/* .loader > div:last-child {
	height: 20%;
} */

.loader-header {
  height: auto;
}

.loader-header > img {
  height: 160px;
  width: 280px;
}

.loader-content {
  height: auto;
}

.loader-content > img {
  height: 150px;
  width: 200px;
}

.loader-content > .img-play {
  height: 150px;
  width: 150px;
}

.loader-content > img.lg {
  height: 100px;
  width: 200px;
}

.loader-content > img.md {
  height: 75px;
  width: 150px;
}

.loader-content > img.sm {
  height: 60px;
  width: 120px;
}

.loader-content > img.xs {
  height: 40px;
  width: 80px;
}

.loader-footer {
  height: auto;
  flex-direction: column;
}

.loader-footer > p.sm-msg {
  font-size: 14px;
}

.loader-footer > p > span {
  font-size: 18px;
  font-family: 'EurostileLTStd', 'Roboto', sans-serif;
}

/* @media (orientation: landscape) and (max-width: 700px) {
	#ck-fullscreen {
		display: none;
	}
} */
/* @media screen and (max-width: 995px) , screen and (max-height: 700px) */
@media screen and (max-width: 700px), screen and (max-height: 600px) {
  .loader > div:not(:last-child) {
    margin-bottom: 50px;
  }

  #ck-fullscreen {
    display: none;
  }
}

@media screen and (max-width: 700px), screen and (max-height: 465px) {
  .loader > div:not(:last-child) {
    margin-bottom: 20px;
  }

  .loader-header > img {
    height: 140px;
    width: 250px;
  }

  .loader-content > img {
    height: 130px;
    width: 170px;
  }

  .loader-content > .img-play {
    height: 130px;
    width: 130px;
  }

  .loader-content > img.lg {
    height: 90px;
    width: 180px;
  }

  .loader-content > img.md {
    height: 65px;
    width: 130px;
  }

  .loader-content > img.sm {
    height: 50px;
    width: 100px;
  }

  .loader-content > img.xs {
    height: 30px;
    width: 60px;
  }

  #ck-fullscreen {
    display: none;
  }
}

.iframeStyle {
  position: absolute;
  top: 0px;
  left: 50%;
}

.closeButtonOfIframe {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

/** hour glass begin **/
.icon__hourglass {
  --size: 50px;
  --color: white;
  --topfill: 30%;
  transform-origin: bottom right;
  box-sizing: border-box;
  position: relative;
  width: var(--size);
  height: var(--size);
  margin: -50px 25px 0px -25px;
  transform: rotate(45deg) scale(0.5);
  background: radial-gradient(#ffffff44, transparent 50%),
    linear-gradient(
      135deg,
      transparent var(--topfill),
      var(--color) calc(var(--topfill) + 20px)
    ),
    linear-gradient(135deg, transparent 40%, #00000033 0%);
  animation: anim__hourglass-fill 2s linear infinite;
}

.icon__hourglass::after {
  content: '';
  position: absolute;
  width: calc(var(--size) * 1.5);
  height: var(--size);
  border-top: 12.5px solid var(--color);
  border-bottom: 12.5px solid var(--color);
  border-radius: 5px;
  transform: rotate(-45deg) scaleY(1.5) translate(-1.5px, 10px);
}

.icon__hourglass::before {
  content: '';
  --bottomfill: calc((var(--topfill) + 20%));
  position: absolute;
  width: var(--size);
  height: var(--size);
  transform: rotate(180deg) translateX(-45px) translateY(-45px);
  background: radial-gradient(#ffffff88, transparent 50%),
    linear-gradient(
      135deg,
      transparent 40%,
      var(--color) 40%,
      transparent var(--bottomfill)
    ),
    linear-gradient(135deg, transparent 40%, #00000033 0%),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 47%,
      #00000022 47%,
      #00000022 53%,
      transparent 53%
    );
  background-repeat: no-repeat;
  background-position-y: 0px, 0px, 0px, 25px;
  background-position-x: 0px, 0px, 0px, 25px;
}

@keyframes anim__hourglass-fill {
  0% {
    --topfill: 30%;
    transform: rotate(45deg) scale(0.5);
  }

  10% {
    --topfill: 40%;
    transform: rotate(45deg) scale(0.5);
  }

  20% {
    --topfill: 50%;
    transform: rotate(45deg) scale(0.5);
  }

  30% {
    --topfill: 60%;
    transform: rotate(45deg) scale(0.5);
  }

  40% {
    --topfill: 70%;
    transform: rotate(45deg) scale(0.5);
  }

  50% {
    --topfill: 80%;
    transform: rotate(45deg) scale(0.5);
  }

  85% {
    --topfill: 90%;
    transform: rotate(45deg) scale(0.5);
  }

  95% {
    --topfill: 100%;
    transform: rotate(160deg) scale(0.5);
  }

  100% {
    --topfill: 100%;
    transform: rotate(225deg) scale(0.5);
  }
}

/** hour glass end  **/
