* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  background: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #fff;
}

.etc {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.bb {
  border-bottom: 2px solid #222;
}

.b {
  border: 1px solid #222;
}

.bg-custom {
  background: #111;
}

.bg-dark {
  background: #10131c !important;
}

.ovsc {
  overflow: scroll;
  padding-bottom: 300px !important;
}

.c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spb {
  justify-content: space-between;
}

.tsh {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.pointer {
  cursor: pointer;
  user-select: none;
}

body {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#share-page {
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  border-top: 1px solid #222;
  flex-direction: column;
  padding-bottom: 95px !important;
}

#close-share-page {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  right: 0;
  font-size: 1.2em;
}

#share-page .session-box {
  width: 80%;
}

.hide {
  position: relative;
}

.hide:before {
  content: '';
  position: absolute;
  z-index: 4;
  height: 35px;
  width: 30px;
  top: 0;
  right: 35px;
  background: rgba(0, 0, 0, 0.8);
}

.hide:after {
  content: '';
  position: absolute;
  z-index: 4;
  height: 35px;
  width: 30px;
  top: 0;
  right: 65px;
  background: rgba(0, 0, 0, 0.5);
}

#copy-link {
  width: calc(100% - 40px);
  height: 35px;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}

#copy-icon {
  width: 35px;
  height: 35px;
  font-size: 1em;
}

#share-social {
  height: 120px;
  width: 100%;
}

#share-social > div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
}


#share-social > div > div {
  width: 50px;
  height: 50px;
  background: linear-gradient(145deg, #285887, #162447);
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  color: #884dff;
  flex: none;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}

#form {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#form #box {
  width: 80%;
  height: ;
  flex-direction: column;
}

#box img {
  width: 60%;
}

#box > div {
  height: 45px;
  width: 100%;
  display: flex;
  border: 1px solid #222;
  position: relative;
  margin-top: 12px;
}

#box > div i {
  height: 100%;
  width: 45px;
  border-right: 1px solid #222;
  font-size: 1em;
  color: #5621cf;
}

#box > div input {
  width: 100%;
  background: ;
  padding: 0 8px;
  color: white;
  z-index: 2;
}

#box > div label {
  position: absolute;
  left: 48px;
  top: 13px;
  transition: all .5s;
  font-size: .8em;
  z-index: 1;
}

#box > div .labelup {
  top: -10px;
  padding: 0 4px;
  transform: scale(.8);
  letter-spacing: 1px;
  z-index: 3;
  background: #10131c;
}

#login {
  width: 100%;
  height: 45px;
}

#container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

nav {
  height: 55px;
  width: 100%;
  justify-content: space-between !important;
}

#brand {
  width: 40%;
  z-index: 100;
}

main {
  height: calc(100% - 55px);
  width: 100%;
}

.ads-alert {
  position: fixed !important;
  width: calc(100% - 16px);
  z-index: 99999;
}

.ads-alert i {
  right: 0;
  top: 0;
  font-size: 1em;
  font-weight: 700;
  z-index: 1;
}

.ad-img {
  width: 100%;
  border: 1px solid #222;
  filter: drop-shadow(1px 1px 1px red);
}

.session-wrapper {
  width: 100%;
}

.session-body, #session-body-hlss { /* hlss = history love save search*/
  overflow-x: scroll;
}

.session-box {
  width: 46%;
  flex: none;
  border-radius: 2px;
  font-size: .9em;
  position: relative;
  z-index: 3;
}

.all-videos .session-box {
  width: calc(50% - 2px);
  margin-right: 0 !important;
}

.session-box a {
  width: 100%;
}

.session-box a img {
  width: 100%;
  opacity: ;
}

.session-box div {
  width: 100%;
}

.session-box div > small {
  width: 50%;
  margin-left: 8px;
}

.share {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px !important;
  font-size: 1em;
  z-index: 4;
  background: rgba(0, 0, 0, 0.3);
}

#footer-ad {
  width: 100%;
  position: fixed;
  bottom: 8px;
  z-index: 9999;
  background: #10131c;
}

#loading {
  width: 70px;
  height: 70px;
  position: fixed;
  padding: 2px;
  overflow: hidden;
  z-index: 999999999;
  border-radius: 50%;
  background: #5621cf;
}

#loading:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  animation: rotate 2s linear infinite;
  background-image: conic-gradient(transparent, transparent, #f23b3b);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(-360deg);
  }
}

#loading img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 50%;
}

@media (min-width: 700px) {
  #container {
    width: 360px;
  }
  #footer-ad {
    width: 360px;
  }
  .ads-alert {
    width: calc(360px - 130px);
  }
}