* {box-sizing: border-box;}
::placeholder {
  color: #cccccc;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #cccccc;
}
select::-ms-value {
  background: none;
}
select:focus {
    outline: none;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #181818;
  color: #d1d1d1;
  font-size: 14px;
}
.i-video {
  aspect-ratio: 16 / 9;
}
.i-video2 {
  aspect-ratio: 16 / 9;
}
h1 {
  color: #ce9178;
  font-weight: bold;
  font-size:18px;
  margin:10px 0;
  margin-bottom: 5px;
}
h2 {
  color: #ce9178;
  font-weight: bold;
  font-size:18px;
  margin:10px 0;
  margin-bottom: 5px;
}
h3 {
  color: #ce9178;
  font-weight: bold;
  font-size:16px;
  margin:10px 0;
  margin-bottom: 5px;
}
.h5 {
  color: #ce9178;
  font-weight: normal;
  font-size:18px;
  margin:10px 0;
}
.h6 {
  color: #569cd6;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0;
  margin-top: -5px;
}
p {
  font-size: 14px;
}
.sidenav {
  font-weight: bold;
}
.sidenav ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.sidenav i{
  color: #a074c4;
}
.sidenav a, .sidenav span {
  border-left: 1px solid #1f1f1f;
  color: #d1d1d1;
  text-align: left;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

.sidenav li a:hover {
  background-color: #1f1f1f;
  border-left: 1px solid #007ede;
  color: white;
}
.h5 {
  color: #ce9178;
  font-weight: normal;
  font-size:18px;
  margin:10px 0;
}
.h6 {
  color: #569cd6;
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0;
  margin-top: -5px;
}
.topnav {
  overflow: hidden;
  background-color: #181818;
  border: 2px #007ede;
}
.topnav a {
  border: 1px solid transparent;
  float: left;
  display: block;
  color: #fdfdfd;
  text-align: center;
  padding-right: 8px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a.icon {
  display: none;
  padding: 14px 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.topnav a.iconsearch {
  display: none;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  box-sizing: border-box;
  background-color: #1f1f1f;
  border-bottom: 1px solid #007ede;
}
.topnav a.active {
  background-color: #1e3d57;
  color: white;
}
.topnav .logo {
  border: 1px solid transparent;
  float: left;
  display: block;
  color: #fdfdfd;
  text-align: center;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 12px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bolder;
}
.topnav .logo a:hover {
  box-sizing: border-box;
  background: #1f1f1f;
  border: 1px solid #007ede;
}
.search-container {
  float: right;
}
.search-container input[type=text] {
  box-sizing: border-box;
  color: #ffffff;
  border: 1px solid #6d7681;
  border-radius: 4px;
  padding: 9px 9px;
  font-size: 12px;
  background: #2a2a2a;
  outline: none;
  width: 300px;
  margin-left: 6px;
  margin-top: 8px;
}
input[type=text]:focus {
  border: 1px solid #007ede;
}
.search-container button {
  float: right;
  color: #fdfdfd;
  padding: 6px 10px;
  margin-top: 10px;
  margin-right: 6px;
  margin-left: 1px;
  background: #181818;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-container button:hover {
  background: #1f1f1f;
}
.container {
  display: flex;
}
.left-col {
  float: left;
  font-size: 16px;
  /* width: 180px; */
  min-width: 167px; 
  background-color: #181818;
  padding: 0px 0px;
}
.right-col {
  border-left: 1px solid #2a2a2a;
  float: right;
  /* margin-right: -1px;  */
  /* Thank IE */
  background-color: #1f1f1f;
  padding: 0px 15px;
  padding-top: 0px;
  padding-right: 17px;
  width: 100%;
  min-height: 84vh;
}
.right-col a {
  color: #569cd6;
}
.footer {
  font-size: 14px;
  border-top: 1px solid #2a2a2a;
  display: flex;
  background-color: #181818;
  width: 100%;
}
.footer a {
  color: #007ede;
  text-decoration: none;
}
.footer a:hover {
  color: #007ede;
  text-decoration: underline;
}
.footer-link-wrapper{
  display: flex;
  width: 100%;
  padding: 0px;
  padding-top: 5px;
  margin-left: 0px;
  text-align: center;
  justify-content: center;
}
.footer li:first-child{
  border: none;
}
.footer ul {
  padding-top: 8px;
  padding-left: 0px;
}
.footer ul li {
  white-space: nowrap;
  display: inline-block;
  border-left: 2px solid #2a2a2a;
  padding: 0px 8px;
  margin-bottom: 8px;
}
.title {
  display: flex;
  font-size: 18px;
  padding-top: 4px;
  padding-bottom: 1px;
}
.title a{
  font-size: 14px;
  line-height: 20px;
  color: #569cd6;
  text-decoration: none;
}
.title a:hover {
  text-decoration: underline;
}
.a-box {
  font-size: 14px;
  padding: 10px 10px;
  vertical-align: middle;
  background-color: #1f1f1f;
  text-align: center;
}
.a-box a {
    color: #569cd6;
}
.r-box {
  padding: 12px 12px;
  background-color: #1f1f1f;
  border: 1px solid #2a2a2a;
  font-size: 16px;
  border-radius: 4px;
}
.s-box {
  padding: 12px 12px;
  background-color: #1f1f1f;
  border: 1px solid #2a2a2a;
  font-size: 16px;
  border-radius: 4px;
}
.i-box, .i-box2 {
  position: relative;
  padding: 8px 10px;
  padding-bottom: 7px;
  padding-top: 10px;
  background-color: #1f1f1f;
  background-color: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  font-size: 14px;
}

.i-box video{
  aspect-ratio: 16 / 9;
}

.t-box {
  padding: 8px 8px;
  padding-right: 0;
  background-color: #1f1f1f;
  border: 2px solid #2a2a2a;
  font-size: 16px;
}
.card-container{
  margin:auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(8, 1fr);
}
.picture-container{
  padding-top: 5px;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom:-4px;
}
.picture img{
  vertical-align: bottom;
  max-width: 100%;
  border-radius: 2px;
  border: 1px solid #2a2a2a;
}
.picture a{
  display: flex;
}
.card {
  border: 1px solid #2a2a2a;
  overflow: hidden;
  background-color: #181818;
  border-radius: 4px;
}
.card img{
  max-width: 100%;
}
.card-img-container {
  position: relative; 
  max-width: 100%;
  position: relative;
  height: auto; 
  min-height: 100px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 3px;
}
.card-img-container a {
  display: block;
  /* aspect-ratio: 16 / 9; */
}
.card-img-container img, .card-img-container video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-img-container img.one {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
.card-phone-container {
  position: relative; 
  max-width: 100%;
}
.card-phone-container img.one {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.card-username {
  display: flex;
  word-break: break-word;
  padding-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  font-weight: normal;
  height: 17px;
  overflow: hidden; 
}
.card-username a {
  display: block;
  white-space: nowrap;
  text-align: left;
  /* word-break: break-word; */
  font-weight: bold;
  font-size: 16px;
  color: #007ede;
  text-decoration: none;
  overflow-y: hidden;
  line-height: 16px;
  text-overflow: ellipsis;
  max-width: 100%;
  flex-grow: 1;
}
.card-username a:hover {
  text-decoration: underline;
}


.card-user a:hover {
  text-decoration: underline;
}
.f-container {
  margin-left: 5px;
  display: flex;
  float: right;
}
.f-container img{
  max-width: none;
  height: 16px;
  width: 21px;
  border-radius: 2px;
  border:1px solid #2a2a2a;
}
.card-subject {
  /* display: flex; */
  word-break: break-all;
  font-size: 12px;
  color: #659252;
  padding: 2px 5px;
  height: 16px;
  overflow: hidden;
  line-height: 1.2em;
  /* text-overflow: ellipsis; */
}
.card-stats {
  word-break: break-all;
  height: 17px;
  font-size: 11px;
  color: #9d9d9d;
  padding: 2px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-banner, .card-offline-banner, .tag-banner {
  user-select: none;
  padding-left: 0px;
  padding-right: 2px;
  text-align: center;
  
  text-align: center;
  font-weight: none;
}
.tag-banner {
  margin:1px;
  border-radius: 4px;
  display: inline-block;
  line-height:20px;
  padding: 4px 8px;
  border-top: none;
  background-color: #181818;
  display: inline-block;
  color: #569cd6;
}
.tag-banner a{
  color: red;
  text-decoration: none;
}
.tag-banner a:hover{
  text-decoration: none;
}
.card-banner, .card-offline-banner{
  border-radius: 4px;
  -moz-border-radius: 4px;
  background: rgba(31, 31, 31, 0.85);
  position: absolute;
  color: #d1d1d1;
}
.card-banner {
  line-height: 20px;
  font-size: 15px;
  top: 2px;
  left: 2px;
  width: 52px;
  height: 19px;
}
.card-offline-banner {
  line-height: 15px;
  font-weight: bold;
  font-size: 10px;
  bottom: 2px;
  right: 2px;
  width: 50px;
  height: 15px;
}
.card-banner i {
  color: #659252;
}
.card-new-banner {
  user-select: none; 
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 45px;
  height: 19px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #ffd602;
  background: rgba(31, 31, 31, 0.85);
  border-radius: 5px;
}

.card-pf-banner {
  position: absolute;
  top: -2px;
  right: -3px;
  width: 30px;
  height: 30px;
}

.card-sc-banner {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
}
.card-bc-banner {
  position: absolute;
  top: -1px;
  right: 3px;
  width: 31px;
  height: 20px;
}

.card-private-banner {
  user-select: none;
  text-align: center;
  position: absolute;
  font-size: 10px;
  bottom: 2px;
  right: 2px;
  width: 65px;
  height: 15px;
  background: #da3836;
  background: #d22421;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  border-radius: 4px;
  -moz-border-radius: 5px;
}
.bio {
  font-size: 14px;
}
.attribute {
color: #659252;
font-weight: normal;
margin: 2px 0px;
line-height: 18px; 
display: flex;
}
.bio .attribute .label {
  color: #d1d1d1;
  font-size: 14px;
  display: inline-block;
}
.label{
  width: 145px; 
  min-width: 145px;
}
.label .data {
  font-size: 14px;
  display: inline-block;
}
.data {
  overflow: hidden;
}
.data a{
  color: #569cd6;
}
.data2 a{
  color: #569cd6;
  text-decoration: none;
}
.data2 a:hover {
  text-decoration: underline;
}
.data i{
  color: #569cd6;
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 8px;
}
.button-container button {
  margin: 4px 4px;
  padding: 4px 10px;
  color: #d1d1d1;
  appearance: none;
  /* background-color: #1f1f1f; */
  background-color: #181818;
  border: 1px solid black;
  font-weight: bold;
}
.button-container button:hover{
  background-color: #1f1f1f;
  text-decoration: none;
  transition-duration: 0.1s;
  border-color: #2a2a2a;
  color: white;
}
.button-container button:active {
  border-color: #569cd6;
}
.divider-space {
  height: 1px;
  background-color: #2a2a2a;
  /* margin-bottom: 16px; */
  margin: 0px 5px;
}

.signup-btn button {
  /* margin: 4px 4px; */
  padding: 10px 10px;
  color: #d1d1d1;
  appearance: none;
  /* background-color: #1f1f1f; */
  background-color: #181818;
  border: 1px solid black;
  font-weight: bold;
  cursor: pointer;
}
.signup-btn button:hover{
  background-color: #1f1f1f;
  text-decoration: none;
  transition-duration: 0.1s;
  border-color: #2a2a2a;
  color: white;
}
.signup-btn button:active {
  border-color: #569cd6;
}

.pagi {
  font-size: 1x;
  vertical-align: bottom;
  margin: 3px;
  margin-top: 20px;
}
.pagi span {
  vertical-align: bottom;
}
.d-table {
  display:table;
}
.d-table button {
  color: #d1d1d1;
  padding: 4px 4px;
  appearance: none;
  background-color: #181818;
  border: 1px solid black;
}
.d-table button:hover {
  background-color: #1f1f1f;
  transition-duration: 0.1s;
  border-color: #2a2a2a;
  color: white;
}
.d-table button:active {
  border-color: #569cd6;
}
.d-table-cell {
  display:table-cell;
}
.w-100 {
  width: 100%;
}
.tar {
  text-align: right;
}
.trending {
  margin:1px;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  line-height:20px;
  padding: 4px 8px;
  border-top: none;
  background-color: #181818
}
svg.left, svg.social, .svg.online,.svg.stats, .svg.x, svg.bc {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
}
svg.left, .svg.online,.svg.stats{
  fill: #a074c4;
  height: .91em;
  top: .1em;
  vertical-align: baseline;
}
svg.bc {
  height: 2em;
  width: 2em;
}
svg.social{
  fill: #569cd6;
  top: .1em;
}
.svg.online {
  fill: #659252;
  top: .092em;
}
.svg.stats {
  fill: #9d9d9d;
  top: .092em;
}
.svg.x {
  fill: #9d9d9d;
  height: 30px;
  width: 30px;
  padding: 5px;
  top: .1em;
  vertical-align: baseline;
}
.svg.x:hover {
  fill: #d1d1d1;
}
.cb-iframe a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
}
.cb-aframe a {
  position: absolute;
  height: 60%;
  top: 0;
  left: 25%; 
  width: calc(75% - 120px); 
  border: none;
  text-decoration: none;
  background-color: transparent;
  z-index: 10;
}
.containers{
  display: none;
  position: absolute;
  margin-top: 5px;
  /* height: 300px; */
  box-shadow: 0 30px 30px rgba(0, 0, 0, .9);
  z-index:996;
  border-radius:4px;
  border: 1px solid #2a2a2a;
  width: 400px;
}
.filters-top, .filters-bottom {
  display:flex;
  color:#d1d1d1;
  font-size:16px;
  font-weight: 700;
  padding:8px;
  border-bottom:1px solid #2a2a2a;
  display:flex;
  background-color: #181818;
}
.filters-bottom {
  font-weight: normal;
  font-size: 14px;
  border-top:1px solid #2a2a2a;
  padding:8px 10px;
  justify-content: space-between;
  align-items: center;
}
.filters {
  margin-top: 10px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-auto-flow: column;
  column-gap: 15px;
  grid-template-rows: repeat(2, auto);
}
.filters.a {
  grid-template-rows: repeat(3, auto);
}
.filters input[type="checkbox"] {
  appearance: none; 
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.1rem;
  border: 0.15rem solid #007ede;
  border-radius: 0.25rem;
  cursor: pointer;
  margin-right: 15px;
}
.filters input[type="checkbox"]::before {
  content: "";
  width: .6rem;
  height: .6em;
  clip-path: polygon(0 0, 50% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  clip-path: polygon(41% 52%, 26% 35%, 10% 51%, 37% 88%, 37% 88%, 37% 88%, 37% 88%, 37% 88%, 91% 33%, 78% 18%);
  transform: scale(0);
  background-color: #007ede;
  cursor: pointer;
}
.filters input[type="checkbox"]:checked::before {
  transform: scale(1.4);
}
.filters-label {
  display:flex;
  cursor: pointer;
  line-height: 23px;
  align-content: center;
}
.filters-checkbox {
  cursor: pointer;
}
.filters-bottom a {
  line-height: 16px;
  color: #d1d1d1;
  text-decoration: none;
  background-color: #007ede;
  border-radius: 4px;
  padding: 9px 9px;
  border: 1px solid #2a2a2a;
}
.filters-bottom button {
  border: none;
  padding: 8px 18px;
  color: #9d9d9d;
  background-color: #181818;
  cursor: pointer;
}
.filters-bottom button:hover, .btn a:hover {
  color: #d1d1d1;
}
.btn button:hover, .filters-bottom a:hover {
  color: white;
}
.btn {
  display:flex;
  align-items: center;
}
.btn a {
  line-height: 30px;
  padding: 8px 18px;
  color: #9d9d9d;
  text-decoration: none;
}
.filter-container {
  overflow:auto;
  height:300px;
  font-size: 14px;
  padding: 5px 5px;
  background-color: #181818;
}
.btn button {
  padding:9px 9px;
  min-width: 130px;
  color: #d1d1d1;
  background-color: #659252;
  border-radius: 4px;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  display: inline-flex;
  /* display: block; */
  align-items: center;
}
.svg.filter {
  /* display: inline-flex; */
  /* position: relative; */
  /* vertical-align:middle; */
  fill: #007ede;
  height: 20px;
  width: 20px;
  stroke: #007ede;

}
.filter-icon {
  height: 20px;
  width: 20px;
  position: relative;
  margin-right: 5px;
}
.livebox{
  overflow: hidden;
  z-index: 997;
  text-align:left;
  position:absolute;
  top: 50px;
  width: 300px;
  right: 43px;
  display: none;
  font-size: 10px;
}
.livebox ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.livebox li {
  padding: 0px;
}
.livebox li:hover {
  background-color: #2a2c2d;
}
.livebox a {
  vertical-align: middle;
  display: flex;
  padding: 10px;
  text-decoration: none;
  color: #007ede;
  line-height: 20px;
}
.livebox a::hover {
  background-color: white;
}
.livebox span {
  color: #659252;
  font-size: 10px;
}
.livebox span.ital {
  line-height: 20px;
  font-weight: bold;
  font-size: 14;
  color: #9d9d9d;
}
.faspin {
  -webkit-animation-name: faspin;
  animation-name: faspin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.clappr-container .media-control-layer {
  display: none !important;
}

.loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.loading-bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--loading-color, #007ede); /* Default Blue */
  animation: loadingAnimation 1.5s infinite linear;
}

@keyframes loadingAnimation {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}




@media (prefers-reduced-motion: reduce) {
  .faspin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes faspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes faspin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@media all and (max-width: 975px) {
  .livebox{
    top: 86px;
    left: 0px;
    width: 100%;
  }
  .i-box video, .i-video{
    aspect-ratio: 3 / 4;
  }
  .topnav {
    float: none;
  }
.search-container {
  display: none;
}
  .topnav, .topnav a.logo {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top:0px;
  }
  .left-col {
    display: none;
    width: 100%;
  }
  .right-col {
    padding: 0px 5px;
    padding-right: 5px;
  }
  .container {
    display: block;
  }
  .r-box {
    padding: 2px 0px;
    padding-top:1px;
    padding-bottom: 5px;
    border: none;
  }
  .card-container {
    grid-gap: 5px;
    margin-top: 5px;
  }
  .topnav a.icon, .topnav a.iconsearch {
    display: inline-block;
  }
}


@media screen and (max-width: 1800px) {
  .card-container {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (max-width: 1600px) {
  .card-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1400px) {
  .card-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1200px) {
.card-container {
  grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (max-width: 1000px) {
.card-container {
  grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 800px) {
.card-container {
  grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 650px) {
.card-container {
  grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 650px) {
  .i-box, .i-box2 {
    padding: 0px;
    border: none;
    /* background-color: #1f1f1f; */
  }
  .containers {
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0%;

  }
  .filters-bottom {
    position: fixed;
    bottom: 0%;
    width: 100%;
  }
  .filter-container {
    height: 100%;
    overflow: auto;
    scroll-snap-type: x mandatory;
    /* max-height: 100%; */
    /* flex-shrink: 0; */
    /* flex-grow: 1; */
    /* flex-direction: column; */
  }

  }