<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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-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; 
    background-color: #13181d;
}

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

.sidenav .collapse li:not(:has(&gt; ul)):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://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");
    height: 40px;
}

.nav-custom {
    background-color: #13181d;
    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;
}

@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;
    height: 60px;
}

@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 &gt; .ps__rail-x,
  .ps--active-y &gt; .ps__rail-y {
    display: block;
    background-color: transparent;
  }
  
  .ps:hover &gt; .ps__rail-x,
  .ps:hover &gt; .ps__rail-y,
  .ps--focus &gt; .ps__rail-x,
  .ps--focus &gt; .ps__rail-y,
  .ps--scrolling-x &gt; .ps__rail-x,
  .ps--scrolling-y &gt; .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 &gt; .ps__thumb-x,
  .ps__rail-x:focus &gt; .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #00ff7f;
    height: 11px;
  }
  
  .ps__rail-y:hover &gt; .ps__thumb-y,
  .ps__rail-y:focus &gt; .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;
}
/*
.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;
}

.friends-sidebar {
    display: none;
    position: fixed;
    width: 0px;
    height: calc(100% - 47px);
    right: -0.5rem;
    top: 47px;
    border-left: 1px solid #00ff7f;
    transition: .5s;
    z-index: 1000;
}

.friends-sidebar.opened {
    width: 320px;
}

.friends-sidebar-iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .friends-sidebar {
        /*height: calc(100vh - 55px - 63px);*/
        /*top: 63px;*/
        border-left: unset;
        right: unset;
        transition: unset;
    }    
    .friends-sidebar.opened {
        width: 100%;
    }
}
/* END nav-menu-default-v2 css */
/* START main-global-category-default css */
.bg-gradient {
    background-image: linear-gradient(45deg, springgreen 1%, #314954 50%, #1b1d2c 100%);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

#ScrollTop {
    background-color: transparent;
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 20px;
    right: 20px;
    width: 70px;
}

#ScrollTop svg path {
    fill: #00ff7e;
}


/*
======================================================================================================================

======================================================================================================================
*/

body {
    top: 0;
    overflow-x: hidden;
}


/*
======================================================================================================================
Mis juegos
======================================================================================================================
*/

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

.h-50px {
    height: 50px;
}

.card-img-custom {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.text-overlay-custom {
    position: relative;
    z-index: 1;
}

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

.img-custom-long {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}


/*
======================================================================================================================
Resto de juegos
======================================================================================================================
*/

.gameCard-footer {
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.card-img-overlay {
    z-index: 2;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.gameCard-img-small {
    width: 100%;
    height: 35vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.gameCard-img-big {
    width: 100%;
    height: calc(70vh + 1.5rem);
    -o-object-fit: cover;
    object-fit: cover;
}

.gameCard:hover .gameCard-footer {
    opacity: 1;
    -webkit-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.gameCard:hover .card-img-overlay {
    padding: .5rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.gameCard:hover .overlay {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gameCard:hover .box-shadow {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.shutterOut {
    z-index: 1040;
}

@-webkit-keyframes shutterOut {
    0% {
        display: block;
        opacity: 1;
        background: #00ff7f;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    50% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        display: block;
        opacity: 1;
        background-image: linear-gradient(45deg, springgreen, #1b1d2c);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
}

@keyframes shutterOut {
    0% {
        display: block;
        opacity: 1;
        background: #00ff7f;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    50% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        display: block;
        opacity: 1;
        background-image: linear-gradient(45deg, springgreen, #1b1d2c);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
}

.shutterOut {
    -webkit-animation-name: shutterOut;
    animation-name: shutterOut;
}

.bg-gradient {
    background-image: linear-gradient(45deg, springgreen 1%, #314954 50%, #1b1d2c 100%);
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}


/*
======================================================================================================================
Slider
======================================================================================================================
*/

body {
    position: relative!important;
}

.carousel-top-category {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.carousel-top-category.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.carousel-item {
    overflow-x: hidden;
    max-width: 100%;
}

.carousel-top-category .slick-slide .no-visible {
    opacity: 0;
}

.bg-dark-custom {
    background-color: rgba(27, 29, 44, .95);
}

@media (max-width: 575.98px) {
    .carousel-top-category .slider-layer-2,
    .carousel-top-category .slider-layer-3 {
        height: 355px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .carousel-top-category .slider-layer-2 {
        -o-object-position: right;
        object-position: right;
    }
    .metatitles {
        font-size: 1em;
    }
    .img-logo {
        max-height: 85px;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-top-category .slider-layer-2,
    .carousel-top-category .slider-layer-3 {
        height: 366px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-logo {
        max-height: 115px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-top-category .slider-layer-2,
    .carousel-top-category .slider-layer-3 {
        height: 366px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-logo {
        max-height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-top-category .slider-layer-2 {
        height: 366px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .carousel-top-category .slider-layer-3 {
        height: 366px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-logo {
        max-height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    .carousel-top-category .slider-layer-2 {
        height: 366px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .carousel-top-category .slider-layer-3 {
        height: 366px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .img-logo {
        max-height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.carousel-top-category .slick-next,
.carousel-top-category .slick-prev {
    z-index: 100;
}

.slider-layer-1 {
    z-index: 3;
}

.slider-layer-2 {
    z-index: 2;
    margin-right: -40px !important;
    max-width: calc(100% + 40px)!important;
    min-width: calc(100% + 40px) !important;
}

.slider-layer-3 {
    z-index: 1;
    margin-left: -40px !important;
    max-width: calc(100% + 40px) !important;
    min-width: calc(100% + 40px) !important;
}

.carousel-caption-custom {
    top: 0px;
}

@media (min-width: 992px) {
    .carousel-caption-custom-item {
        width: 40%;
    }
}

@media (max-width: 991.98px) {
    .carousel-caption-custom-item {
        margin: .5rem auto;
    }
}

@-webkit-keyframes slideInLeftCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0);
    }
}

@keyframes slideInLeftCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(-3%, 0, 0);
        transform: translate3d(-3%, 0, 0);
    }
}

.slideInLeftCustom {
    -webkit-animation-name: slideInLeftCustom;
    animation-name: slideInLeftCustom;
}

@-webkit-keyframes slideInRightCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(2%, 0, 0);
        transform: translate3d(2%, 0, 0);
    }
}

@keyframes slideInRightCustom {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(2%, 0, 0);
        transform: translate3d(2%, 0, 0);
    }
}

.slideInRightCustom {
    -webkit-animation-name: slideInRightCustom;
    animation-name: slideInRightCustom;
}

.animated.slowerCustom {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-custom {
        position: -webkit-sticky;
        position: sticky;
        top: 55px;
        z-index: 1020;
    }
}

.dropdown-menu {
    z-index: 1030;
}

.green-custom {
    color: rgba(0, 255, 126, 0.55);
}

.shopping-cart {
    z-index: 990;
    position: fixed;
    border-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-cart span {
    right: 2px;
    top: 2px;
}

@media (max-width: 575.98px) {
    .shopping-cart {
        right: 33px;
        height: 55px;
        width: 55px;
        border-radius: 0 0 55px 55px;
    }
}

@media (min-width: 576px) {
    .shopping-cart {
        right: 85px;
        height: 60px;
        width: 60px;
        border-radius: 0 0 60px 60px;
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.nav-tabs .nav-link {
    color: #495057;
}

.nav-tabs .nav-link.active {
    color: #fff;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: springgreen;
    border-left-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: springgreen;
    border-left-color: transparent;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .long-card {
        height: 443px;
    }
}

@media (min-width: 992px) {
    .long-card {
        height: 459px;
    }
}

.gradient-overlay-7 {
    background-image: linear-gradient(120deg, #314954, rgba(63, 70, 121, 0.7));
}

.gradient-overlay-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.95)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.95) 100%);
}

.card-rectangular-tag {
    display: inline-flex;
}

@media (max-width: 575.98px) {
    .card-title,
    .card-rectangular-tag {
        font-size: .825rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-title,
    .card-rectangular-tag {
        font-size: .85rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-title,
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-title {
        font-size: .95rem;
    }
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

@media (min-width: 1200px) {
    .card-title {
        font-size: .95rem;
    }
    .card-rectangular-tag {
        font-size: .9rem;
    }
}

span.btn.btn-primary.btn-sm.px-2,
.btn-group-sm&gt;span.btn.btn-primary.px-2 {
    padding: 0.05rem 1rem;
}

.small-card .card {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
}

.small-card .card-body {
    height: 95px;
}

.small-card .cart-btn {
    display: none;
}

.small-card .system-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-card .price .h6 {
    margin-top: -4px;
}

.small-card .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.small-card .card-img-overlay {
    padding: 1.5rem;
}

.small-card:hover .system-btns {
    display: none;
}

.small-card:hover .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small-card:hover .logo-overlay {
    padding: 1rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.small-card:hover .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.small-card .gameCard-img {
    height: 132px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.offer.small-card .gameCard-img {
    height: 223px;
}

.small-card .badges {
    top: -24px;
    left: 0;
}

.big-card .card {
    -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.2) !important;
}

.big-card .card-body {
    height: 95px;
}

.big-card .cart-btn {
    display: none;
}

.big-card .system-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-card .price .h6 {
    margin-top: -4px;
}

.big-card .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.big-card .card-img-overlay {
    padding: 1.5rem;
    max-width: 400px;
}

.big-card:hover .system-btns {
    display: none;
}

.big-card:hover .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-card:hover .logo-overlay {
    padding: 1rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.big-card:hover .overlay {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 30%, #000000 100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 991.98px) {
    .big-card .gameCard-img {
        height: 345px;
    }
}

@media (min-width: 992px) {
    .big-card .gameCard-img {
        height: 361px;
    }
}

.big-card .gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.big-card .badges {
    top: -24px;
    left: 0;
}


/*#recommended .small-card .gameCard-img {
height: 160px; }*/

.card.bg-small-card {
    background-image: linear-gradient(100deg, #00ff7f -80%, #314954 110%);
}

.gameCard-footer-inner {
    height: 95px;
    background-image: linear-gradient(100deg, #00ff7f -80%, #314954 110%);
}

.game-card-rectangular {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.game-card-rectangular .cart-btn {
    display: none;
}

.game-card-rectangular span.h6.text-shadow.mb-0 {
    margin-top: -4px;
}

.game-card-rectangular:hover {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
@media (min-width: 576px) {
    .game-card-rectangular:hover {
        background-color: #314954;
        -webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.4);
    } 
}

.game-card-rectangular:hover .cart-btn {
    display: block;
}

.game-card-rectangular:hover .card-img-overlay {
    padding: .25rem;
    -webkit-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.game-card-rectangular:hover .logo-img-container {
    background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5));
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.game-card-rectangular img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 76px;
    min-width: 100%;
}

.game-card-rectangular .bg-img-container {
    height: 76px;
    width: 136px;
}

.game-card-rectangular .logo-img-container {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.game-card-rectangular .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5rem;
    width: 100%
}

@media (max-width: 575.98px) {
    .game-card-rectangular .bg-img-container {
        height: 100px;
        width: 100px;
    }
    .game-card-rectangular .gameCard-img {
        width: 100%;
        height: 100px;
    }
    .game-card-rectangular img.logo-overlay.card-img-overlay {
        height: 55px;
    }
}

.price {
    white-space: nowrap;
}

#featured .left-small img {
    height: 178px;
    width: 100%;
    /* object-fit: cover; */
}

#featured .right-long img {
    height: 360px;
}

#featured .right-long img.gameCard-img {
    width: 100%;
    object-fit: cover;
}

#featured .square-img {
    max-height: 433px;
}

.discovered .img-overflow {
    height: 264px;
}

.discovered img.gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carouselNews img.gameCard-img {
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1399.98px){
    .carouselNews img.gameCard-img {
        height: 235px;
    }
}
@media (min-width: 1400px) {
    .carouselNews img.gameCard-img {
        height: 242px;
    }
}

.slick-dots li.slick-active button:before {
    color: #00ff7f !important;
}

.slick-dots li button:before {
    color: #00ff7f !important;
}

.inCart,
.soon,
.demoBadge {
    display: none;
    white-space: nowrap;
}

.btn-xs {
    font-size: 1rem !important;
    white-space: nowrap;
}

.btn-outline-primary:hover,
a.bg-dark:hover {
    background-color: #00ff7f!important;
}


/* Crop text */

@media (max-width: 575.98px) {
    .datatext {
        --max-lines: 3;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0!important;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .datatext {
        --max-lines: 4;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0!important;
        margin-top: 0!important;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .datatext {
        --max-lines: 6;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .datatext {
        --max-lines: 10;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .datatext {
        --max-lines: 10;
        position: relative;
        max-height: calc(var(--lh) * var(--max-lines));
        overflow: hidden;
        /* space for ellipsis */
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    html {
        --lh: 1.5rem;
        line-height: var(--lh);
    }
    .datatext::before {
        position: absolute;
        content: "   ";
        inset-block-end: 0;
        /* "bottom" */
        inset-inline-end: 0;
        /* "right" */
    }
    .datatext::after {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        /* "right" */
        width: 1rem;
        height: 1rem;
    }
    .datatext p {
        margin-bottom: 0;
    }
}

.text-shadow2 {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .9);
}


/* //wishlist button */

a:focus {
    outline: none;
}

.big-card .wishlist-btn {
    top: -18px;
    right: 0;
    z-index: 999;
}

.small-card .wishlist-btn {
    top: -18px;
    right: 0;
    z-index: 999;
}

button.btn.btn-outline-primary.btn-sm.wishlist-btn.wishlist.px-2.py-0.mr-3 {
    line-height: 1.2;
}

button.btn.btn-sm.wishlist-btn.px-2.py-0.mr-3.wishlisted.btn-primary {
    line-height: 1.2;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.demoBadge {
    color: #fff;
    background-color: #0b2e3e;
}

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

.breadcrumb {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .breadcrumb {
        padding: .5rem 1rem !important;
        margin-bottom: .5rem;
    }
    .breadcrumb .display-2 {
        font-size: calc(1rem + 5.1vw);
    }
}

html[data-useragent*=idclauncher] .breadcrumb h1 {
    font-size: 1.3rem !important;
    line-height: 1.2rem !important;
    font-weight: 500!important;
}

html[data-useragent*=idclauncher] .breadcrumb-nav-post {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 9.5px 0 !important;
    height: 38px !important;
}

html[data-useragent*=idclauncher] .breadcrumb-nav-post * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}

@media (max-width: 991.98px) {
    .grid-btns {
        position: absolute;
        top: .5rem;
        right: 0;
    }
    #menuColapsable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    #menuColapsable li {
        border: 1px solid #314954;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .search-form {
        width: 100%;
    }
}

.search-form button {
    height: 50px;
}
.search-green-lighter{
    border-color: rgba(0, 255, 126, 0.25);
}

.card-rectangular-tag a{
    color: #839298;
    font-weight: 700;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .3);
    font-size: 85%;
    transition: all .1s ease;
  }
.card-rectangular-tag a:hover {
    color: #CDD3D6;
    transition: all .1s ease-in-out;
}
.game-card-rectangular:hover .card-rectangular-tag a {
    color: #fff;
    transition: all .1s ease-in-out;
}
.game-card-rectangular:hover .card-rectangular-tag a:hover {
    color: #CDD3D6;
    transition: all .1s ease-in-out;
}


/* tooltip */

.game-card-rectangular,
.small-card {
    position: relative;
}

.custom-tooltip {
    visibility: hidden;
    z-index: 1000;
    width: 330px;
}

.game-card-rectangular .custom-tooltip {
    left: 103%;
    top: -94%;
}

.small-card .custom-tooltip {
    left: 103%;
    top: -13%;
}


/*Tooltip hidden in small resolutions*/

@media (min-width: 992px){
    .game-card-rectangular:hover .custom-tooltip,
    .big-card-main-div:hover+.custom-tooltip,
    .small-card-main-div:hover+.custom-tooltip,
    .small-card:hover .custom-tooltip {
        visibility: visible;
        pointer-events: none;
    }    
}

.custom-tooltip img {
    height: 150px;
    object-fit: cover;
}

.custom-tooltip::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #314954 transparent transparent;
}

.card-tooltip-tag {
    font-weight: 700;
    font-size: 11px;
    padding: 0rem .3rem .1em;
    color: #00ff7f;
}

@media (max-width: 991.98px) {
    .pickgradient {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.45) 100%);
    }
}

@media (min-width: 992px) {
    .pickgradient {
        background: linear-gradient(to right, rgb(0 0 0 / 75%) 30%, rgb(255 255 255 / 0%) 70%);
    }
}


.animatable-custom-right {
    z-index: -1;
    position: relative;
}

.slick-dots {
    display: none!important;
}

.play-btn {
    width: 150px;
    text-align: center;
    left: unset;
}

@media (min-width: 1500px) {
    .featured-4 .custom-tooltip,
    .featured-3 .custom-tooltip {
        left: -129%!important;
        top: -13%!important;
    }
    .featured-4 .custom-tooltip::after,
    .featured-3 .custom-tooltip::after {
        left: 100%!important;
        border-color: transparent transparent transparent #314954;
    }
    #carousel-news-block {
        min-height: 267px;
    }
    .carouselNews {
        width: 1365px;
    }
}

.bordered-btn {
    margin-left: auto;
    border: 1px solid white;
}


/*&gt;&gt; carousel css define*/

.carousel-left-div,
.carousel-right-div {
    display: inline-block;
    margin: auto;
}

#news-left-btn,
#news-right-btn {
    cursor: pointer;
}

.disabled {
    color: gray;
}

#recommended .vertical-card .small-card .gameCard-img {
    height: 360px;
}

#recommended .small-card .gameCard-img {
    height: 124px;
}

#recommended .big-one-card .custom-tooltip {
    left: 74%;
    top: 0%;
}

#recommended .big-one-card .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .vertical-card .small-card .gameCard-img {
    height: 360px;
}

#recommended .big-three-card .custom-tooltip {
    top: 0%;
    left: 102%;
}

#recommended .big-three-card:nth-child(2) .custom-tooltip {
    left: 102%;
}

#recommended .big-three-card:nth-child(3) .custom-tooltip {
    left: 105%;
}

#recommended .big-three-card:nth-child(3) .custom-tooltip:after {
    left: -6%;
    border-color: transparent #314954 transparent transparent;
}

#recommended .big-three-card:nth-child(4) .custom-tooltip {
    left: -10%;
}

#recommended .big-three-card:nth-child(4) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-four-card .custom-tooltip {
    top: 0%;
}

#recommended .big-four-card:nth-child(3) .custom-tooltip:after {
    left: -6%;
    border-color: transparent #314954 transparent transparent;
}

#recommended .big-four-card:nth-child(5) .custom-tooltip {
    left: -112%;
    top: 0%;
}

#recommended .big-four-card:nth-child(5) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-card-box .big-five-card .custom-tooltip {
    left: 102%;
}

#recommended .small-card-box-2 .big-five-card .custom-tooltip {
    left: -111%;
}

#recommended .small-card-box-2 .big-five-card .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-six-card .custom-tooltip {
    top: -10%;
}

#recommended .big-six-card:nth-child(4) .custom-tooltip,
#recommended .big-six-card:nth-child(7) .custom-tooltip {
    left: -83%;
}

#recommended .big-six-card:nth-child(4) .custom-tooltip:after,
#recommended .big-six-card:nth-child(7) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

#recommended .big-two-card .custom-tooltip {
    left: 102%;
}

#recommended .big-two-card:nth-child(3) .custom-tooltip {
    left: -54%;
}

#recommended .big-two-card:nth-child(3) .custom-tooltip:after {
    left: 100%;
    border-color: transparent transparent transparent #314954;
}

/* tags */
#tagBlock {
    --max-lines: 14;
    position: relative;
    max-height: calc(1.53rem * var(--max-lines));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    text-align: center;
    margin-left: -4px;
    margin-right: -4px;
}
#tagBlock .badge-secondary:hover {
    background-color: #1e2d34;
}

#tagBlock .badge-secondary a {
    color: #fff;
}
#tagBlock .badge {
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 1rem;
}
@media (max-width: 387.98px){
    #tagBlock .badge {
        width: calc(50% - 8px);
    }
}
@media (min-width: 388px) and (max-width: 575.98px) {
    #tagBlock .badge {
        width: calc(33% - 8px);;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #tagBlock .badge {
        width: calc(25% - 8px);;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #tagBlock .badge {
        width: calc(50% - 8px);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #tagBlock .badge {
        width: calc(50% - 8px);
    }
}
@media (min-width: 1200px) and (max-width: 1499.98px){
    #tagBlock .badge {
        width: calc(33% - 8px);;
    }
}
@media (min-width: 1500px){
    #tagBlock .badge {
        width: calc(25% - 8px);;
    }
}


/*
* lazyload css
*/

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 700ms;
}

/*
* Game Search
*/

.not-game-found {
    width: 100%;
    text-align: center;
    padding-right: 10px;
    height: 60px;
    background-color: #314954;
    margin-top: 1px;
}

#searched_div {
    top: 0;
    z-index: 1000;
}
@media (max-width: 575.98px) {
    #searched_div {
        left: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #searched_div {
        left: calc(1rem - 2px);
    }
}

@media (min-width: 768px) {
    #searched_div {
        right: calc(1rem - 2px);
    }
}

.search-card:last-child {
    border-bottom: 1px solid rgba(0,255,126,.25);
}

.search-card {
    background: #13181d;
}

.search-card a {
    color: white;
}

input[type="search" i]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    background: url(https://idcgames.com/cdn/img/iconos-lottie/xmark-solid.svg) no-repeat 50% 50%;
    background-size: contain;
}



#recommended {
    height: 100%!important;
    overflow: unset!important;
}

/* News */
.anchor-news {
    padding-top: 7rem;
    width: 100%;
}

.text-news-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-news-game {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*
======================================================================================================================
Cristina
======================================================================================================================
*/

/*========== start recommended carousel ===========*/


@media (max-width: 991.98px) {
    .carouselRecommended {
        padding: 10px;
    }
}

@media (max-width: 575.98px) {
    .game-card-rectangular .bg-img-container {
        height: unset;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .game-card-rectangular .gameCard-img {
        height: unset;
    }
    .game-card-rectangular img.logo-overlay.card-img-overlay {
        height: unset;
    }
    .big-card .card-img-overlay,
    .small-card .card-img-overlay {
        padding: 0;
    }
    #everything .game-card-rectangular,
    #bestselling .game-card-rectangular,
    #new .game-card-rectangular,
    #upcoming .game-card-rectangular,
    #demo .game-card-rectangular {
        display: block!important;
    }
    .small-card .custom-tooltip,
    .big-card .custom-tooltip,
    .game-card-rectangular .custom-tooltip {
        top: 0;
        left: 0!important;
    }
}


/*========== start news carousel ===========*/

#carousel-news-block {
    position: relative;
}

.carousel-left-div,
.carousel-right-div {
    position: absolute;
    top: -30px;
    font-size: 1.25rem;
    opacity: .25;
    color: #00ff7f;
    transition: opacity .3s ease-in-out;
}
.carousel-left-div:hover,
.carousel-left-div:focus,
.carousel-right-div:hover,
.carousel-right-div:focus {
    opacity: .75;
    transition: opacity .3s ease-in-out;
}

.carousel-left-div {
    right: 55px;
}

.carousel-right-div {
    right: 20px;
}

@media (min-width: 1400px) {
    #carousel-news-block,
    .carouselNews {
        width: 100%;
    }
}


/*========== end news carousel ===========*/

.inset-shadow {
    box-shadow: inset 0 -4px 7px 1px rgb(0 0 0 / 20%), inset 0px 4px 7px 1px rgb(0 0 0 / 20%);
}

/* Container-xl css to make it wider */

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
    /* col:110px */
}
@media (min-width: 1600px) and (max-width: 1899.98px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
    /* col:120 */
}
@media (min-width: 1900px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1560px;
    }
    /* col:130 */
}
/* End container xl css */

/*slick arrows */
.slick-next, 
.slick-prev {
    top: -20px!important;
    width: 30px!important;
    height: 30px!important;
}
.slick-next::before, .slick-prev::before {
    font-size: 23px!important;
    opacity: .25!important;
    color: #00ff7f!important;
    transition: opacity .3s ease-in-out!important;
}
#recommended .slick-next {
    right: 1rem!important;
  }

#recommended .slick-prev {
    right: 50px!important;
    left: unset!important;
  }

#sliderhome .slick-prev {
    right: unset!important;
    left: 1rem!important; 
}
#sliderhome .slick-next {
    left: 50px!important;
} 
.slick-next:focus::before, .slick-next:hover::before, .slick-prev:focus::before, .slick-prev:hover::before {
    transition: opacity .3s ease-in-out!important;
    opacity: .75!important;
}

/* Text SEO at the bottom
This is the only difference in css with new-releases, free to play and featured */
@media (max-width: 991.98px) {
    .gradient-1-seo {
        background-image: radial-gradient(ellipse farthest-side at 30% 50%, rgba(0, 255, 127, 0.15), transparent);
        padding: 3rem 2rem;
    }
}

@media (min-width: 992px) {
    .gradient-1-seo {
        background-image: radial-gradient(ellipse farthest-side at 30% 50%, rgba(0, 255, 127, 0.15), transparent);
    }
    .gradient-2-seo {
        background-image: radial-gradient(ellipse farthest-side at 60% 50%, rgba(0, 255, 127, 0.1), transparent);
    }
    .seo-text-1 {
        text-align: right;
    }
    .seo-text-2 {
        border-left: 1px solid rgba(0,255,126,.25);
    }
}
/* END main-global-category-default css */
/* START modal-purchase-and-prices-v3 css */
/*
======================================================================================================================
Modal Shopping Cart CSS
======================================================================================================================
*/
@media (max-width: 575.98px) {
    .money .h3 {
      font-size: calc(0.9rem + .3vw); }
    .money .h2 {
      font-size: calc(1.275rem + .3vw); } }
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    .money .h3 {
      font-size: calc(1rem + .3vw); }
    .money .h2 {
      font-size: calc(2rem + .3vw); } }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .money .h3 {
      font-size: calc(0.9rem + .3vw); }
    .money .h2 {
      font-size: calc(1.275rem + .3vw); } }
  
  .emailRequiredModal .modal-dialog {
    max-width: 750px !important; }
  
  @media (min-width: 1200px) {
    .shoppingCartModal .modal-sm {
      max-width: 900px; } }

.shoppingCartModal .game-card-rectangular.d-flex.flex-row.border-bottom.border-green-lighter.py-3.cart-item-game:last-of-type {
border-bottom: 0 !important; }
/* END modal-purchase-and-prices-v3 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 */
</pre></body></html>