html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #444;
  font-family: sans-serif;
  overflow: hidden;
}

:focus {
  outline: 0;
}

#container {
  height: 100%;
}

#sidebar {
  position: absolute;
  left: -300px;
  top: 0;
  width: 370px;
  height: 100%;
  box-shadow: 2px 0 20px 0 black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: left 0.2s, background-color 0.1s;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 100;
}

#sidebar:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#sidebar.focused {
  left: 0;
}

#sidebar.focused:after {
  content: "";
  background: linear-gradient(270deg, rgba(9, 9, 12, 0), rgba(9, 9, 12, .4) 0, rgba(9, 9, 12, .5) 10%, rgba(9, 9, 12, .6) 18.76%, rgba(9, 9, 12, .7) 28.48%, rgba(9, 9, 12, .75) 38.19%, rgba(9, 9, 12, .8) 47.75%, rgba(9, 9, 12, .85) 56.99%, rgba(9, 9, 12, .88) 65.75%, rgba(9, 9, 12, .9) 73.87%, rgba(9, 9, 12, .92) 81.18%, rgba(9, 9, 12, .94) 87.52%, rgba(9, 9, 12, .96) 92.74%, rgba(9, 9, 12, .97) 96.66%, rgba(9, 9, 12, .99) 99%, #09090c);
  width: calc(100vw - 0px);
	height: 100vh;
	position: absolute;
	left: 370px;
  transition: left 0.05s, background-color 0.05s;
}

#icons {
  margin-right: 22px;
  transition: opacity 0.1s;
  z-index: 10;
}

#icons .active .fa {
  color: #b4fd64 !important;
}

#icons div {
  text-align: center;
  margin: 30px 0;
}

#icons .fa {
  color: #ccc;
  font-size: 30px;
}

#sidebar.focused #icons {
  opacity: 0;
}

#menu {
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s;
  box-sizing: border-box;
  padding-top: 70px;
}

#sidebar.focused #menu {
  opacity: 1;
}

#menu .item {
  height: 70px;
  line-height: 70px;
  color: white;
  font-size: 25px;
  padding-left: 90px;
  box-sizing: border-box;
  cursor: default;
  display: none;
  cursor: pointer;
}

#menu .item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

#menu .item-focus {
  background-color: #4e4e4e;
  color: #b4fd64 !important;
}

/*#menu .item-will-focus {
  background-color: #3c3c3c;
  color: #cdf99e !important;
}*/

#menu .item .fa {
  width: 40px;
}

#sidebar.focused #menu .item {
  display: block;
}

.mainbox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 40px 0 120px;
}

#search-box-placeholder {
  width: 70%;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  box-sizing: border-box;
  padding-left: 15px;
  cursor: pointer;
  font-size: 25px;
  color: #aaa;
}

#search-box-placeholder:hover,
.search-box-placeholder-focus {
  color: black !important;
  background-color: white !important;
}

#content {
  height: 100%;
  position: relative;
}

#content .content .hz-list {
  display: flex !important;
	align-items: center !important;
}

#content .content .hz-list > span {
  padding: 6px;
  height: 290px;
	display: flex;
	align-items: center;
} 

#content .content {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 50px;
  margin: -50px;
}

#content h1 {
  font-size: 30px;
  height: 80px;
  padding: 0;
  margin: 0;
  line-height: 80px;
  color: #ccc;
}

#content .item {
  position: relative;
  display: inline-block;
  min-width: 190px;
	min-height: 240px;
  padding-bottom: 50px;
  background-color: #666;
  font-size: 1rem;
  margin-right: 14px;
  border-radius: 12px;
  cursor: pointer;
}

#content .item img {
  position: absolute;
	width: 100%;
	height: 100%;
  border-radius: 12px;
}

#content .item-focus {
  /* background-color: white;
  transform: scale(1.08); */
  transition: all .2s ease-in-out;
  width: 184px;
	height: 225px;
}

#content .item-focus:after {
	border: 3px solid #b4fd64;
	border-radius: 18px;
	box-sizing: content-box;
	content: "";
	height: calc(100% + 6px);
	left: -6px;
	pointer-events: none;
	position: absolute;
	top: -6px;
	width: calc(100% + 6px);
	z-index: 2;
}

#content .animate {
  width: 25%;
  padding-bottom: 0;
  transition: padding-bottom 0.3s ease;
}

#content .placeholder {
  width: 25%;
  padding-bottom: calc(30% + 80px);
}

.contentgroup {
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.contentgroup.fading-out {
  opacity: 0;
  display: none;
}

.loading {
  position: fixed;
  top: 50%;
  left: calc(50% + 120px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  z-index: 99999;
}

.loading .text {
  margin: 5px auto;
  color: #ccc;    
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 14px;
}

.loading .filmstrip {
  position: relative;
  width: 56px;
  height: 70px;
  background: #b4fd64;
  border-radius: 6px;
}

.loading .filmstrip:before, .loading .filmstrip:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5.5px dashed #0e0f11;
  animation: roll 150ms infinite;
}

.loading .filmstrip:before {left: 5px;}
.loading .filmstrip:after {right: 5px;}

@keyframes roll {
    0% {top: 15px;}
    100% {top: -15px;}
}

#modal .background {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(9, 9, 12, 0), rgba(9, 9, 12, .4) 0, rgba(9, 9, 12, .5) 10%, rgba(9, 9, 12, .6) 18.76%, rgba(9, 9, 12, .7) 28.48%, rgba(9, 9, 12, .75) 38.19%, rgba(9, 9, 12, .8) 47.75%, rgba(9, 9, 12, .85) 56.99%, rgba(9, 9, 12, .88) 65.75%, rgba(9, 9, 12, .9) 73.87%, rgba(9, 9, 12, .92) 81.18%, rgba(9, 9, 12, .94) 87.52%, rgba(9, 9, 12, .96) 92.74%, rgba(9, 9, 12, .97) 96.66%, rgba(9, 9, 12, .99) 99%, #09090c);
	width: 100vw;
  height: 100vh;
  z-index: 8888;
}

#modal .content {
  background-color: #2f2f2f;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 704px;
  height: 90vh;
  z-index: 9988;
  border-radius: 12px;
}

#modal .content .back {
  position: absolute;
	left: 14px;
	top: 14px;
	font-size: 20px;
	background-color: #b4fd64;
  padding: 6px;
  border-radius: 12px;
  display: flex;
}

#modal .content .back .fa {
  margin-right: 4px;
}

#modal .content .cover {
  width: 100%;
  height: 250px;
  border-radius: 12px 12px 0 0;
  z-index: 1;
  object-fit: cover;
	object-position: center;
}

#modal .content .logo {
  position: absolute;
  top: 140px;
	left: 14px;
  height: 100px;
  max-width: 225px;
  width: 100% !important;
  z-index: 2;
  object-fit: contain !important;
	object-position: left bottom;
}

#modal .content .row {
  display: flex;
}

#modal .content .text {
  color: #ccc;
  margin: 14px 18px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

#modal .content .text.qr {
  display: flex;
	justify-content: center;
}

#modal .content .text.qr svg {
  margin-top: 6px;
}

#modal .content .text p {
  font-size: 20px;
	font-weight: 600;
  margin-block-end: 6px;
  border-bottom: 1px solid #b4fd64;
}