/* START global css */
html[data-useragent*="idclauncher"] .nolauncher {
  display: none !important;
}

html[data-useragent*="idclauncher"] .noweb-block {
  display: block !important;
}

html[data-useragent*="idclauncher"] .noweb-flex {
  display: flex !important;
}

html[data-useragent*="idclauncher"] footer {
  display: none !important;
}

html[data-useragent*="idclauncher"]
  main
  section:first-child
  .container-fluid.mt-5 {
  margin-top: 0 !important;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 15px rgba(16, 255, 127, 0.2);
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 10px -10px 6px rgb(16, 255, 127);
}

.addComments textarea {
  min-height: 20vh;
}

.addComments textarea:focus {
  outline-color: rgba(0, 255, 126, 0.75);
  outline-style: auto;
  outline-width: 1px;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
  font-display: swap;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-display: swap;
}

.icon_ok::before {
  font-family: FontAwesome;
  content: "\f058";
}

.hidden {
  display: none !important;
}

.left-0 {
  left: 0 !important;
}

.ig-square {
  position: relative;
}

.ig-square-4-3 {
  padding-bottom: calc(3 / 4 * 100%);
}

.ig-square div:first-child {
  position: absolute;
  width: 100%;
  height: 100%;
}

.idc-pt-input-otp input {
  text-align: center;
}

.idc-pt-input-otp input:disabled {
  background-color: #1f272f;
}

.idc-pt-input-otp button {
  left: 0;
}
/* END global css */
/* START nav-game-menu-default-v2 css */
/*
======================================================================================================================
Sidebar-nav -- MenÃÂº lateral de navegaciÃÂ³n en IDC
======================================================================================================================
*/
.sidenav {
    /* height: calc(100vh - 60px);  /If the nav is after is 44px*/
    height: calc(100vh - 44px); 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1020; 
    top: 47px; 
    left: -1px;
    overflow-x: hidden; 
    overflow-y: auto;
    flex-wrap: nowrap;
    margin-left: 0;
    padding-left: 0;    
    transition: 0.5s; 
}

 .sidenav.sidenav-after {
    height: calc(100vh - 44px); 
    top: 47px ;    
    transition: 0.3s;
}

.sidenav .collapse li:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

#language-collapse a {
    background-color: rgba(0,255,126,0);
    transition: 0.3s;
}

#language-collapse a:hover {
    background-color: rgba(0,255,126,.1);
    transition: 0.3s;
}

.sidenav .collapse a {
    display: block;
    transition: 0.3s;
}

.sidenav .collapse a:hover {
    color: #66ffb2;
}

#categoriesBtn .lottie {
    width: 30px;
    height: 30px;
    z-index: 1040;
    cursor: pointer;
}
.nav-custom-after #categoriesBtn .lottie svg path {
    stroke: rgb(0,255,126); 
}

.sidenav-closed {
    width: 0;
}

.sidenav-opened {
    width: 320px;
}

@media (max-width: 575.98px) {
    .sidenav-opened {
        width: 100vw;
    }
}

.bg-gradient {
    background-image: linear-gradient(45deg, rgba(0, 255, 127, 1) 1%, rgba(49, 73, 84, 1) 50%, rgba(27, 29, 44, 1) 100%);
    transition: all ease-out .4s;
}
/*
======================================================================================================================
Menu especiÂ­fico del juego Top
======================================================================================================================
*/
/*
======================================================================================================================
MenÃÂº especÃÂ­fico del juego Top
======================================================================================================================
*/
.navbar li {
    list-style: none;
}

.navbar-brand {
    /* background-image: url("https://cdn6.idcgames.com/img/default/logo-idc-dark.png"); */
    background-image: url(https://cdn6.idcgames.com/img/default/logo-idc-dark.png);
    height: 50px;
    width: 44px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-custom-after .navbar-brand {
    /* background-image: url("https://cdn5.idcgames.com/img/default/logo-idc-light.png"); */
    background-image: url(https://cdn5.idcgames.com/img/default/logo-idc-light.png);
    height: 40px;
}

.nav-custom {
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
    transition: all 1s ease;
    padding: .3rem 1rem;
    height: 60px;
}

.nav-custom a {
    color: black;
}

.nav-custom-after {
    padding: 0rem 1rem;
    border-bottom: 1px solid #00ff7f;
    height: 47px;
}

.nav-custom-after a {
    color: #fff !important;
    transition: all 1s ease;
}

.nav-custom .dropdown-item, .nav-custom .dropdown-menu a{
    color: #fff;
}


.nav-custom .logged  a {
    color: #314954;
}

.nav-custom-after .logged:not(#friends) a {
    color: #00ff7f!important;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
    background-color: #13181d;
    border-top: 1px solid white;
    position: absolute;
    right: 0;
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2); 
    margin-top: .35rem;
}

.navbar-collapse.show .nav-link, .navbar-collapse.collapsing .nav-link {
    padding: 0.5rem 2rem;
}

.nav-custom-after .navbar-collapse.show, .nav-custom-after .navbar-collapse.collapsing {
    margin-top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
@media (max-width: 991px) {
    .navbar-collapse ul {
        display: flex;
        flex-direction: column;
        color: #00ff7f;
    }
    .navbar-collapse ul a{
        color: #00ff7f;
    }
    .navbar-collapse ul li{
        width: 100%;
        padding: 0.25em 0;
        border-bottom: 1px solid rgba(0,255,126,.25);
    }
}

@media (min-width: 992px) and (max-width: 1620px){
    #navbarNav .h6 {
        font-size: 1.05rem;
    }
    #navbarNav ul {
        flex-wrap: nowrap;
    }
    #navbarNav .nav-link {
        padding: 0.5rem 0.55rem;
    }
    #navbarNav .menu-reduced {
        display: none;
    }
}

.nav-custom-after .navbar-toggler i{
    color: #00ff7f;
}

.navbar-toggler {
    outline: none !important;
    top: 0;
    right: 0;
    position: absolute;
    padding: 1.2rem 1rem;
}

.nav-custom-after .navbar-toggler {
    padding: .75rem 1rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/*Menu lateral*/
.featured {
    background: rgba(0,255,126,.2);
}

.btn-cta-small {
    display: none;
    white-space: nowrap;
    padding: 17px 20px;
    font-size: 1.5em;
    line-height: 0.1em;
    border: 5px solid black;
    left: 10%;
    cursor: pointer;
}

@media (max-width: 1040px) {
.btn-cta-small {
    padding: 17px 15px;}
 }

.nav-custom-after a.btn-cta-small {
    color: black!important;
}

.nav-custom-after a:hover.btn-cta-small {
    color: #00ff7f!important;
}

.flag {
    transform: scale(.5);
    margin: -20px;
}

@media (max-width: 575.98px) {
.flag {
    transform: scale(.4);
    margin: -20px;}
}

.language-menu.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    margin-top: .25rem;
    width: 100vw;
    justify-content: flex-end;
    height: auto;
    flex-wrap: wrap;
    box-shadow: none;
}

.language-menu a {
    width: 97px;
}

/*////////////////////////Perfect Scroll bar css
 * Container style
 */
 .ps {
    overflow: hidden !important;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
  }
  
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
  }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
    background-color: #343a40;
    opacity: 0.9;
  }
  
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__thumb-y {
    background-color: #00ff7f;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
  }
  
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #00ff7f;
    height: 11px;
  }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #00ff7f;
    width: 11px;
  }
  
  /* MS supports */
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important;
    }
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important;
    }
  }
  
  /*# sourceMappingURL=main.css.map */
  

  /*
  ======================================================================================================================
  REGISTER/LOGIN CSS IDC GAMES
  ======================================================================================================================
  */
  
  
  .modal-content {
      border: none;
      box-shadow: 1px 3px 9px 3px rgba(0,0,0,0.8);
  }
  
  @media (min-width: 1200px) {
      .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
          max-width: 936px;
      }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
      .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
          max-width: 830px;
      }
  }
  @media (min-width: 768px) and (max-width: 991px) {
      .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
          max-width: 80vw;
      }
  }
  @media (min-width: 576px) and (max-width: 767px) {
      .loginModal .modal-lg, .registerModal .modal-lg, .same_width_with_login_modal .modal-lg {
          max-width: 85vw;
      }
  }
  
  @media (min-width: 768px) {
     .loginModal .close, .registerModal .close, .hide_close_modal .close {
          display: none;
      } 
  }
  @media (max-width: 767px) {
     .loginModal .close, .registerModal .close, .hide_close_modal .close {
          position: absolute;
          top: 20px;
          right: 20px;
      } 
  }
  
  .modal-backdrop {
   position:fixed;
   top:0;
   right:0;
   bottom:0;
   left:0;
   z-index:1040;
  }
  
  .modal-backdrop.fade {
   opacity:0;
  }
  .modal-backdrop.show {
   opacity:.7;
  }
  
  /*
  ================================
  Fonts
  ================================
  */
  .alredyRegistered p, .noYetRegistered p {
      font-size: 0.9rem; 
  }
  
  /*
  ================================
  Upper link
  ================================
  */
  
  .alredyRegistered {
      position: absolute;
      top: 15px;
  }
  
  .noYetRegistered .lineaHorizontalEstrecha {
      width: 45%;
      float: right;
  }
      @media (max-width: 575px) {
         .noYetRegistered .lineaHorizontalEstrecha {
              display: none;
          } 
      }
  
  .alredyRegistered .lineaHorizontalEstrecha {
      width: 40%;
      float: right;
  }
      @media (max-width: 575px) {
         .alredyRegistered .lineaHorizontalEstrecha {
              display: none;
          } 
      }
  
  /*
  ================================
  Main container
  ================================
  */
  .modalMainContentContainer {
      position: relative;
      max-width: 100%;
  }
  
  .loginModal .btn-cta, .registerModal .btn-cta {
      font-size: 1.7rem;
      padding: 1% 5%;
  }
      @media (max-width: 575px) {
          .loginModal .btn-cta, .registerModal .btn-cta {
              font-size: 1.6rem;
              padding: 2% 5%;
          }
      }
  
  /*
  ================================
  Or Register with
  ================================
  */
  .btn-social {
      max-height: 46px;
      width: 182px;
      padding: 10px;
      text-align: center;
      border-radius: 2px;
      white-space: nowrap;
  }
  
  .modal .btn-social {
    max-height: 40px;
	font-size: .7rem;
    line-height: .7rem;
  }
  .modal .btn-social {
    width: 190px;
    }

    @media (max-width: 507px) {
        .modal .btn-social {
            width: 100%; }
    }
  .btn-social:focus {
   outline:0;
   box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
  }
  
  .btn-msn {
        color: #000;
        background-color: #fff;
        max-height: 41px;
        border-color: rgba(0, 0, 0, .2);
  }
  
  .btn-msn svg {
      max-height: 22px;
  }
  .btn-msn path {
    fill: #FFF;
}
  .btn-twitter {
    color: #fff;
    background-color: #00a7e7;
    border-color: rgba(0, 0, 0, .2);
  }
  
  .btn-vk {
      color: #fff;
      background-color: #2787f5;
      border-color: rgba(0, 0, 0, .2);
  }
  
.btn-steam {
    color: #fff;
    background-color: #134b7c;
    border-color: rgba(0, 0, 0, .2);
}
  
  .btn-google {
    color: #fff;
    background-color: #e34133;
    border-color: rgba(0, 0, 0, .2);
  }
  
  .btn-facebook {
      color: #fff;
      background-color: #3b5998;
      border-color: rgba(0, 0, 0, .2);
  }

	.btn-twitch {
		color: #FFF;
		background: #451793;
		border-color: rgba(0, 0, 0, .2);
	}

	.btn-discord {
		color: #fff;
        background-color: #5865f2;
		border-color: rgba(0, 0, 0, .2);
	}

    .x-twitter-small {
        fill: #fff;
        height: 1.33333em;
      }

  /*Responsive basado en la altura de la pantalla y no en el ancho*/
@media (max-height: 740px) {
    .modal .display-4 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .modal .h6 {
        font-size: 1rem;
    }

    .modal h4 {
        font-size: 1.5rem;
    }
    .loginModal .btn-cta.mt-xl-4, .registerModal .btn-cta.mt-xl-4 {
        margin-top: .25rem !important;
    }
    .modalMainContentContainer .mt-xl-5 {
        margin-top: .75rem !important;
    }

    .modalMainContentContainer .pt-xl-4  {
        padding-top: .5rem !important;
    }
}


  /*
  ======================================================================================================================
  Botones de logado/no logado
  ======================================================================================================================
  */
  .unlogged, .logged {
      display: none;
  }
.noscroll {
 overflow: hidden;
}
/*
.alert-transparent {
    height:60px;
}
*/
/* END nav-game-menu-default-v2 css */
/* START post-news-events-default css */
#ScrollTop {
  background-color: transparent;
  display: none;
  position: fixed;
  z-index: 1030;
  bottom: 20px;
  right: 20px;
  width: 70px; }
  #ScrollTop svg path {
  fill: #00ff7e; }

.bg-dark-translucid {
  background-color: rgba(0, 0, 0, 0.8); }

.card-custom {
  min-width: calc(33% - 30px); }

iframe {
  max-width: 100%;
  max-height: 53vw;
  margin-bottom: 1rem!important;
}
.progressItem {
    width: 100%;
    float: left;
    margin: 30px 0;
}
.progressLogo {
    width: calc(64px + 2rem);
    float: left;
    margin: 0;
}
.progressBlock {
    float: right;
    height: 64px;
    width: 100%;      
    text-align: left;
}
.progressTitle {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.progressBox {
    height: 32px;
    padding: 2px 2px 2px 0;
    background: #DDD;
    color: #333;
    box-shadow: inset -3px 2px 6px 1px rgba(0,0,0,.8);
}
.progressBar {
	width: 0;
	height: 29px;
	border-radius: 0 5px 5px 0;
	z-index: 100;
  box-shadow: inset 0 0 3px 0px rgb(0 0 0 / 80%), 1px 0 5px 0px rgb(0 0 0 / 80%);
  background: linear-gradient(to bottom, rgb(102 255 178 / 30%), rgba(255, 255, 255, 0.05));
	transition: width ease 2s;
}
.progressItem[data-open=1] .progressBar {
    display: none;
}
.progressItem[data-open=0] .progressBar {
    width: 100% !important;
}
.progressText {
    position: absolute;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    color: #333;
    z-index: 500;
}

.progressText .text,
.progressText .clock {
      font-size: 1.05rem;
}

.img-user-progress{
    width: 64px !important;
    height: 64px;
}

.bg-nearEnd {
  background: #ff6307!important
}

.bodynews img {
 width: 100%;
}

.bodynews ul{
  list-style: disc;
}

.text-gray-900 {
  color: #13181d!important;
  transition: all ease .2s;
}

/* tags css */
.card-rectangular-tag a{
  color: #839298;
  font-weight: 700;
  text-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
  font-size: 85%;
  transition: all .1s ease;
}
.card-rectangular-tag a:hover {
  color: #CDD3D6;
  transition: all .1s ease-in-out;
}
/* social btns and comments css */
.btn-vote {
  height: 42px;
  width: 42px;
}
.postComments .d-flex:first-child {
  border-top: 1px solid rgba(0, 255, 126, 0.25)!important;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
}
.postComments .d-flex:last-child .border-bottom {
  border-bottom: none!important;
  padding-bottom: .5rem !important;
}
.at-resp-share-element .at-share-btn {
  margin-bottom: 0!important;
}
/* END post-news-events-default css */
/* START footer-default css */
footer { bottom:auto; }
footer button.close, footer { z-index: 666; position:relative; }
.closeCookiesBox { z-index: 666; }

.footer-logo{
	height: 92px;
}
.border-white-lighter{
	border: 1px solid white;
	transition: all ease-in-out .3s;
}
.border-white-lighter:hover{
	border: 1px solid #66ffb2;
	transition: all ease-in-out .3s;
}
.distribute-games-btn:hover {
    border-color: #00ff7f;
    background-color: #00ff7f;
    transition: all ease-in-out .3s;
}
@media (min-width: 1370px)  {
	.border-white-lighter, .no-border-lighter{
		font-size: 10pt;
	}	
	.distribute-games-btn{
		font-size: 14pt;
		height: auto;
	}
	.footer-logo{
		height: 85px;
	}	
}

@media (max-width: 1370px) {
	.border-white-lighter, .no-border-lighter {
		font-size: 9pt;
	} 
	.distribute-games-btn{
		font-size: 13pt;
	}
	.footer-logo{
		height: 85px;
	}	
}
@media (max-width: 768px){
	.border-white-lighter{
	    font-size: 9pt;
	}
}

@media (max-width: 575.98px) {
.a-tag-contents .border-right{
	border-right: 0!important;
}
}
.x-twitter {
	fill: #00ff7f;
	  height: 1em;
	  width: 1em;
	  top: 0.5em;
	  left: 0.75em;
  }
.x-twitter-btn:hover .x-twitter {
    fill: #66ffb2;
}
/* END footer-default css */
