html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-size: 13px;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000 !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #636363 !important;
}
.h4 {
  background-color: #dadada !important;
  color: #000 !important;
}

img {
  max-width: 100%;
}

.hbig {
  font-size: 2em;
}

.hsize {
  font-size: 1.7em;
}

.load-more-cams {
  color: white;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #61922f;
  border: none;
  border-radius: 3px !important;
}

.join-show {
  color: white;
  font-size: 17px;
  background-color: #1e9b4b;
  border: none;
  text-transform: uppercase;
}

.cam .btn:hover {
  color: #fff !important;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  padding-top: 54px;
  box-sizing: border-box;
}

.main {
  display: flex;
  flex-grow: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}

.header-container {
  min-height: 54px;
  display: flex;
  background-color: #0a3e65;
}

.header-logo {
  margin: 0 10px;
  align-self: center;
  position: relative;
}

.footer-logo {
  margin-left: -6px;
  display: block;
  width: 150px;
  float: left;
}

.who {
  position: absolute;
  background-color: #3636dd;
  padding: 0px 3px;
  display: block;
  top: -7px;
  right: -22px;
  margin: 0px;
  line-height: 12px;
  font-size: 8px;
  text-transform: uppercase;
}

.in-short {
  border-left: 2px solid #fff;
  padding-left: 15px;
  margin-top: 15px;
}

.in-short-title {
  font-weight: bold;
}
li.my-1 a, li.my-1 a .text-muted{
  color: #000 !important;
}

.header-search {
  width: 100%;
  max-width: 470px;
  align-self: center;
  margin-left: 0 !important;
  border-radius: 5px !important;
}

.header-search-container {
  position: relative;
}

.header-search-input {
  height: 36px;
  padding-right: 36px;
  padding-left: 16px;
  border: 0;
  background-color: #0a3e65 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 5px !important;
}

.header-search-input:focus {
  background-color: #366e99;
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.25);
}

.header-search-input:focus~.header-search-btn {
  color: white;
}

.header-search-input::-moz-placeholder {
  color: #fff;
  opacity: 0.35;
}

.header-search-input::placeholder {
  color: #fff;
  opacity: 0.65;
}

.header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: 0;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}

.header-buttons {
  margin-right: 22px;
}

.header-buttons .btn {
  border-radius: 3px !important;
  color: #000;
  background: linear-gradient(90deg, #FFA500, #ff8400);
  border: none;
}

.header-item {
  padding: 0 22px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.header-item:hover {
  background-color: #0b1d41 !important;
  color: #fff;
}

.header-item:hover .icon-dot {
  color: #fff;
}

.header-item i {
  font-size: 20px;
}

.header-item i+span {
  margin-left: 8px;
}

.header-item .icon-menu,
.header-item .icon-more {
  color: #ff8502;
}

.header-item .icon-dot {
  /* margin-right: 4px;
  font-size: 14px;
  color: #87c63a; */
}
.header-item .icon-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(35, 207, 35);
  animation: blink 4s infinite;
  margin: 0 4px 4px 0;
}

@keyframes blink {
  0%, 50%, 100% {
      opacity: 1;
  }
  25%, 75% {
      opacity: 0;
  }
}

.nav {
  background-color: #f1f1f1;
}

.nav-container {
  flex-grow: 1;
  padding: 0 10px;
}

.nav-search {
  width: 100%;
  max-width: 360px;
}

.nav-search-form {
  position: relative;
}

.nav-search-btn {
  position: absolute;
  top: 0;
  left: 0;
}

.nav-search-close {
  position: absolute;
  top: 0;
  right: 0;
}

.nav-search-toggle {
  display: flex;
  color: black;
}

.nav-search .form-control {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.nav-search.collapsing {
  transition: none;
  display: none;
}

.nav-search.show {
  position: absolute;
  left: 10px;
  right: 10px;
  width: initial;
  max-width: initial;
}

.nav-search.show~.nav-search-toggle {
  display: none !important;
}

.nav-menu {
  height: 42px;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}

.nav-menu li {
  margin: 0 40px 0 0;
  padding: 0 10px;
  list-style: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.nav-menu li:last-child {
  margin-right: 0;
}
.nav-menu li a {
 color: #000;
 padding: 2px 6px;
 border-radius: 3px;
 text-align: center;
}
.nav-menu li.active a {
  position: relative;
  color: #fff;
  background-color: #ff8400
}

/* .nav-menu li.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background-color: #a2252d;
} */

.more-toggle::after {
  display: none;
}

.more-menu {
  width: 280px;
  background-color: #303133;
}

.more-menu .card {
  background-color: #212223;
}

.more-list li i {
  font-size: 18px;
}

.sidebar {
  order: 1;
  position: fixed;
  top: 54px;
  bottom: 0;
  width: 240px;
  flex-shrink: 0;
  background-color: #fff;
  ;
  display: flex;
  flex-direction: column;
  border-right: 2px solid;
  border-image: linear-gradient(to bottom, #cad6e3, #0a3e65, #f7f7f7) 1
}
.count-live {color: #0dae0b;font-size: 14px;}
.sidebar-scrollable {
  height: calc(100% - 96px - 52px);
  padding: 20px 20px 0 20px;
  flex-grow: 1;
  box-sizing: border-box;
}
.sidebar .header-search-container {
  margin: 10px 10px 0 10px;
}

.sidebar-scrollable .simplebar-scrollbar::before {
  background-color: #303133;
}

.sidebar-bottom {
  padding: 10px 20px;
  box-sizing: border-box;
}

.sidebar-bottom .btn {
color: white;
    background-color: #ff8400;
    border-radius: 3px !important;
    border: none;
    font-weight: bold;
}
.sidebar-bottom .btn:hover {
  color: #fff5f5;
  background-color: #383838;
}

.sidebar-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.sidebar-menu {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}

.sidebar-menu li {
  margin: 0 -10px 3px -10px;
  padding: 0;
  list-style: none;
}

.sidebar-menu li.active a,
.sidebar-menu li.active a:hover {
  background-color: #f2f2f2;
  color: #0f0f0f !important;
}

.sidebar-menu li a {
  height: 28px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
}

.sidebar-menu li a:hover {
  background-color: #f2f2f2;
  color: #0f0f0f !important;
}

.sidebar-menu li a i {
  margin-right: 13px;
  font-size: 16px;
}

.sidebar-menu li a em {

  font-style: initial;
 margin-right: 2px;
color: green;
 
}

.sidebar-menu li a span {

  margin-right: 5px;
 

 
}



.sidebar-menu li a .icon-vr-image {
  margin-right: 5px;
}

.sidebar-menu-primary li a {
  height: 32px;
  font-weight: 500;
 
}
.sidebar-menu li a {
  color: #000 !important;
}

.sidebar-overlay {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 98;
  display: none;
}

.border-bottom {
  border-color: #0a3e65 !important;
}

@media screen and (min-width: 992px) {
  .sidebar-toggled .content {
    margin-left: 0px;
  }

  .sidebar-toggled .sidebar {
    width: 56px;
    transition: none !important;
     display: none;
  }

  .sidebar-toggled .sidebar-title {
    display: none;
  }

  .sidebar-toggled .sidebar-menu:not(.sidebar-menu-visible) {
    display: none;
  }

  .sidebar-toggled .sidebar-menu li span,
  .sidebar-toggled .sidebar-menu li em {
    display: none;
  }

  .sidebar-toggled .sidebar-menu li i {
    margin-right: 0;
  }

  .sidebar-toggled .sidebar-menu li .sidebar-icon-new {
    display: none;
  }

  .sidebar-toggled .sidebar-bottom {
    display: none;
  }
}

.content {
  order: 2;
  margin-left: 240px;
  padding: 20px;
  flex-grow: 1;
}

.content-sm {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.grid-item {
  position: relative;
  min-width: 1px;
  display: block;
  color: #fff !important;
}

.grid-item::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33.33%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.5) 100%);
  content: " ";
  display: block;
  pointer-events: none;
}

.grid-item-image {
  position: relative;
  padding-top: 75%;
}

.grid-item-image img {
  position: absolute;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.grid-item-tl {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
  gap: 2px;
}

.grid-item-tr {
  position: absolute;
  top: 2px;
  right: 2px;
  display: flex;
  gap: 2px;
}

.grid-item-icon {
  padding: 3px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
}

.grid-item-b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.grid-item-name {
  font-weight: 700;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item-flag {
  margin-left: 10px;
  flex-shrink: 0;
}

.mobile-blur {
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-blur::before {
  background-color: #202020;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  filter: blur(10px) brightness(.6);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.04);
  transform-origin: center;
}

.model {
  display: flex;
  gap: 10px;
}

.model-category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.model-category .btn {
  border-radius: 3px !important;
  background-color: #f2f2f2;
  color: #0f0f0f;
  border-color: transparent;
  font-weight: 500;
}
.model-category .btn:hover {
  color: #fff5f5;
  background-color: #383838;
}

.model-slider {
  position: relative;
}

.model-slider .swiper-button-next,
.model-slider .swiper-button-prev {
  color: #fff;
}
.mx-auto {
  background-color: black;
}

.model-slider .swiper-button-next::after,
.model-slider .swiper-button-prev::after {
  font-size: 20px;
}

.model-slider .swiper-button-next {
  right: 0;
}

.model-slider .swiper-button-prev {
  left: 0;
}

.model-slider .swiper-slide {
  width: auto;
}

.model-slider img {
  height: 80px;
}

.model-player {
  flex-grow: 1;
  background-color: #0a3e65 !important;
}

.model-player-container {
  position: relative;
  padding-top: 56.25%;
}

.model-player-container iframe,
.model-player-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.model-info {
  width: 33%;
  flex-shrink: 0;
  background-color: #fff !important;
  color: #000 !important;
}
.model-info h1 {
  color: #000 !important;
}

.mp {
padding-top: 4px;
    padding-bottom: 2px;
    margin-top: 3px;
    background-color: #ccc;
    border: none;
    color: black;
}

.model-info-heading {
  display: flex;
  align-items: flex-start;
}

.model-info-avatar {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  border-radius: 40px;
  overflow: hidden;
}

.model-info-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.model-info-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}

.model-info-tags .btn {
  border-radius: 5px !important;
  background-color: #f5f5f5;
  color: #000;
  border: none;
  padding: 4px 8px;
  font-weight: 500;
}

.footer {
  position: relative;
  color: #666;
  background: #f7f7f7;
  z-index: 2;
}
.footer .header-logo img {
  background-color: #666;
  border-radius: 5px;
  padding: 2px 4px;
}
.footer p {
  color: #666;
}

.text-white {
  color: #666 !important;
}
div.row.my-3 .col-6 {
  color: #0a3e65;
  font-weight: 500;
}

.footer a:not(.btn) {
  color: #666;;
}

.footer a:not(.btn):hover {
  color: #a0524a;
}

.footer .btn {
  border-radius: 3px !important;
  color: #0f0f0f;
  background-color: #f2f2f2;
  border: none;
}
.footer .btn:hover {
  color: #fff5f5;
  background-color: #383838;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #000000;
  background-color: #f1f1f1;
  padding: 5px;
  filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, .3)) drop-shadow(0px -6px 20px rgba(0, 0, 0, .2));
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color:orange;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
  background: #ff8502;
  border: none;
}

.not-indexed-company-name:before {
  display: inline;
  content: "Technius Ltd";
}

.not-indexed-company-address:before {
  display: inline;
  content: "Prodromou 75, ONEWORLD PARKVIEW HOUSE, Floor 4, 2063, Nicosia, Cyprus";
}

.contact {
  max-width: 600px;
}

.contact .form-group label {
  color: #fff;
}

.contact .form-control {
  color: #fff;
  background-color: #0a3e65;
}

@media screen and (max-width: 1399px) {
  .grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1366px) {
  .model {
    flex-direction: column;
  }

  .model-info {
    width: 100%;
  }

  .model-info-heading {
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .sidebar {
    transition: transform 0.3s;
    transform: translate(-100%, 0);
  }

  .content {
    margin-left: 0;
  }

  .sidebar-mobile {
    position: relative;
    overflow: hidden;
  }

  .sidebar-mobile .sidebar {
    transform: translate(0, 0);
    z-index: 99;
  }

  .sidebar-mobile .sidebar-overlay {
    display: block;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .header-item {
    padding: 0 10px;
  }

  .header-buttons {
    margin-right: 10px;
  }

  .nav-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-menu li {
    margin-right: 15px;
  }

  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content {
    padding: 10px;
  }
}

.loader-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px
}

.loader-icon div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.loader-icon div:nth-child(1) {
  left: 8px;
  animation: loader-icon1 .6s infinite
}

.loader-icon div:nth-child(2) {
  left: 8px;
  animation: loader-icon2 .6s infinite
}

.loader-icon div:nth-child(3) {
  left: 32px;
  animation: loader-icon2 .6s infinite
}

.loader-icon div:nth-child(4) {
  left: 56px;
  animation: loader-icon3 .6s infinite
}

@keyframes loader-icon1 {
  0% {
    transform: scale(0)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes loader-icon3 {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0)
  }
}

@keyframes loader-icon2 {
  0% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(24px, 0)
  }
}

/*# sourceMappingURL=styles.css.map */