/* 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, .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, .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; 
    }

    .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%; 
    }


/* END global css */
/* START nav-menu-default-v2 css */
html[data-useragent*='idclauncher'] header{margin-bottom: 3rem!important;}
/*
======================================================================================================================
Sidebar-nav -- MenÃº lateral de navegaciÃ³n en IDC
======================================================================================================================
*/
.sidenav {
    height: calc(100vh - 60px); 
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; 
    z-index: 1020; 
    top: 60px; 
    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
======================================================================================================================
*/
.navbar li {
    list-style: none;
}

.navbar-brand {
    background-image: url("https://cdn5.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://cdn4.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 a {
    color: #00ff7f!important;
}

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

.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 30px;
    font-size: 1.5em;
    line-height: 0.1em;
    border: 5px solid black;
    left: 10%;
    cursor: pointer;
    height: 46px;
}

@media (max-width: 767.98px) {
.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: .1rem;
    width: 97vw;
    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, .otp_verification_modal .modal-lg {
        max-width: 936px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .otp_verification_modal .modal-lg {
        max-width: 830px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .otp_verification_modal .modal-lg {
        max-width: 80vw;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .loginModal .modal-lg, .registerModal .modal-lg, .otp_verification_modal .modal-lg {
        max-width: 85vw;
    }
}

@media (min-width: 768px) {
   .loginModal .close, .registerModal .close, .otp_verification_modal .close {
        display: none;
    } 
}
@media (max-width: 767px) {
   .loginModal .close, .registerModal .close, .otp_verification_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;
}
/*
.alert-transparent {
    height:60px;
}
*/
#searchForm .search-control {
    padding-left: 2.375rem;
}

#searchForm .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.email-otp-input {
    text-align: center;
}

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

#register_verify {
    left: 0;
}

/* END nav-menu-default-v2 css */
/* START post-news-plays-default css */
/* ELIMINAR CUANDO SE HABILITE EL SOCIAL
.sinsocial {
display: none !important;
}
*/

#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;
}

.bodynews img {
 width: 100%;
}

/* 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-plays-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 */
