@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese");
@font-face {
    font-family: "controls";
    src: url("materialcontrols.eot");
    src: url("materialcontrols.eot#iefix") format("embedded-opentype"),
    url("fonts/materialcontrols.woff") format("woff"),
    url("fonts/materialcontrols.ttf") format("truetype"),
    url("materialcontrols.svg#basic") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    min-height: 100vh;
    margin: 0;
    background-color: #161414;
    display:flex;
    flex-direction:column;
}

main {
    flex: 1;
}

/* header */
.navbar-brand > img {
    width: 100px;
}

.offcanvas > hr {
    display: none;
}

/* search */
#searchForm {
    align-items: center;
    width: 100%;
    border-radius: 20px;
    padding: 5px;
}

#searchForm > input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-radius: 15px;
    border-color: transparent;
    color: white;
    background-color: transparent;
    background-clip: unset;
    border: none;
}

#searchForm > input:focus {
    border: none !important;
}

#searchForm > button {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    border-color: transparent;
    color: white;
}

.nav-link,
.nav-link:focus {
    color: #FFFFFF;
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.nav-link:hover {
    color: #94fff5;
    opacity: 1;
}

.my-grid > .nav-item {
    font-size: 1.3em;
}

.dropdown-menu > li > a >img {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}

.flag-country {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 5px;
    object-fit: cover;
}

.drop-login > i {
    color: #ff1c89 !important;
    font-size: 1.7em;
}

.drop-language-selected {
    margin-top: 7px;
    width: 100%;
}

.drop-login:after {
    display: none;
}

.my-col {
    flex: 1 0 0%;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Bxslider */
.bx-wrapper {
    border: none;
    box-shadow: none;
    direction: ltr;
}

.bx-wrapper .bx-controls-direction a {
    top: 50%;
    width: unset;
    height: unset;
    margin: 0 auto;
    color: black;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    background-color: rgb(248 249 250 / 80%);
}

/* owlCarrousel */
.container-full {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    padding-left: 3%;
    /*background: linear-gradient(
    217deg,
    rgba(0, 255, 248, 0.8),
    rgba(255, 0, 0, 0) 70.71%
    ), linear-gradient(127deg, rgba(246, 7, 245, 0.8), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(7, 255, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);*/
}

.container-owl-carousel {
    max-width: 95%;
    margin: 0 auto;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-carousel .owl-wrapper-outer{
    padding-bottom: 10px;
    padding-top: 20px;
    height: 350px;
}

#highlights-carrousel-4 .owl-wrapper-outer{
    height: auto !important;
}

.owl-item {
    width: auto !important;
    margin-right: 20px;
    padding: 0 5px;
}

.owl-item .article-hightlight {
    padding: 0px;
    /* border: 1px solid #ddd; 
    background-color: rgb(255 255 255 / 70%);
    box-shadow: 2px 2px 5px #888888;
    border-radius: 10px;*/
}

.owl-item .article-hightlight .descripcion {
    background: none;
}

.owl-item .article-hightlight a  {
    color: black;
    text-decoration: none;
}

.owl-item .article-hightlight a  figure{
    width: auto;
    height: 200px;
}

.page-title{
    display:block;
    margin: 10px 0 20px;
    /*text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;*/
    font-family: 'Inter', sans-serif;
    color: white;
    margin-left: 3%;
}

.page-title .titles{
    display:inline-block;
}

.article {
    width: auto;
    margin: 20px;
    display: inline-block;
    padding: 0;
    border-radius: 10px;
    height: 230px;
}

.article-hightlight {
    margin: 1%;
    /* float: left; */
    /* border: 1px solid #ddd; */
    padding: 5px;
    /* background: white; */
}

.article a, 
.article-hightlight a {
    text-decoration: none;
    color:black;
    z-index: 1;
}

.books .article:nth-child(5n+1){
    clear: both;
}

figure {
    margin: 0;
}

.premium-content > figure,
.article > a > figure,
.article-hightlight > a > figure {
    z-index: 1;
    position: relative;
}

.premium-access > img {
    display: inline-block;
    width: 10%;
    margin-right: 2%;
}

.descripcion {
    padding: 5px 0px 10px 10px;
    position: relative;
    margin-top: 15px;
}

.descripcion .titulo {
    font-size: 1em;
    line-height: 1.2em;
    /* color: black; */
    color: white;
    width: 100%;
}

.subtitulo{
    display: none !important;
}

.descripcion .subtitulo {
    font-size: 0.8em;
    line-height: 1.2em;
    display:inline-block;
    /*color: black;*/
    color: white;
}

.descripcion .creditos{
    font-weight: bold;
}

.descripcion .lanzamiento {
    line-height: 1.46em;
    display:inline-block;
    width: 40%;
    text-align: right;
}

.descripcion .textos {
    line-height: 1.46em;
}

.descripcion-preview .titulo {
    line-height: 1.46em;
    font-weight: bold;
}

.descripcion-preview .subtitulo {
    line-height: 1.46em;
}

.descripcion-preview .textos {
    line-height: 1.46em;
}

.descripcionimg {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 20%;
    display: none;
}

.divmas {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 22%;
    background: black;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding-top: 5px;
}

.descripcion a .divmas{
    text-decoration:none;
    color: white;
}

.favorite-img{
    width: 25px;
    position: absolute;
    z-index: 2;
    left: 85%;
    top: 0px;
}

.favorite-img > img {
    width: 100%;
}

.imagestar{
    z-index: 2;
}

.contenido-free {
    height:72px !important;
    width:72px !important;
    position:absolute;
    display: inline;
    bottom: 0;
    right: 0;
}

.imagen-contenido{
    width: 300px;
    height: 180px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.imagen-contenido-destacado {
    width: auto;
    height: 200px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.imagen-contenido:hover {
    transform: scale(1.1);
}
.imagen-contenido-destacado:hover {
    transform: scale(1.1);
}

.carrousel-controls {
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
}

.carrousel-controls .btn-prev,
.carrousel-controls .btn-next {
    /*position: absolute;
    color: black;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
    background-color: rgb(248 249 250 / 80%);*/
    position: absolute;
    color: #DF85FF;
    cursor: pointer;
    display: inline-block;
    font-size: 2.5em;
    text-shadow: 5px 0px 15px black;
}

.carrousel-controls .btn-prev {
    left: 4%;
}

.carrousel-controls .btn-next {
    right: 4%;
}

.gameColor {
    /*border-radius: 10px;
    background: linear-gradient(
      217deg,
      rgba(0, 255, 248, 0.8),
      rgba(255, 0, 0, 0) 70.71%
    ), linear-gradient(127deg, rgba(246, 7, 245, 0.8), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(7, 255, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);*/
}

/*Login Form */

.container-form {
    /* width: 50%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 3%;
    padding: 3%;
    border-radius: 10px;
    background: linear-gradient(
      217deg,
      rgba(0, 255, 248, 0.8),
      rgba(255, 0, 0, 0) 70.71%
    ), linear-gradient(127deg, rgba(246, 7, 245, 0.8), rgba(0, 255, 0, 0) 70.71%),
    linear-gradient(336deg, rgba(7, 255, 255, 0.8), rgba(0, 0, 255, 0) 70.71%); */
    width: 400px;
    margin: 0 auto;
    border-radius: 10px;
}

.login-cont{
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
}

.login-form {
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    /* background-color: rgb(248 249 250 / 80%); */
    border: solid 2px #DF85FF;
    color: white;
}

.login-form > h2 {
    text-align: center;
    /* font-family: 'Inter', sans-serif;
    color: black;
    text-shadow: -1px 0 pink, 0 1px pink, 1px 0 pink, 0 -1px pink; */
    color: white;
    text-transform: uppercase;
}

.login-form > .form-group > label {
    margin-bottom: 3%;
}

.login-form > .form-group {
    margin-bottom: 15px;
}

.btn-login {
    width: 100%;
    background-color: #8853e2;
    border-color: #8853e2;
}

.btn-login:hover {
    background-color: #DF85FF;
    border-color: #DF85FF;
}

#forgotten-pass {
    text-decoration: none;
    color: #78756E;
    font-size: 13px;
    line-height: normal;
}

#forgotten-pass > p {
    margin-top: 6%;
}

pre {
    background-color: white;
}

/*configuration*/
.container-page {
    max-width: 1048px;
    margin: 0 auto;
    padding: 3%;
    color: white;
}

.user {
    display: flex;
    align-items: center;
}

.user > i {
    font-size: 5em;
    display: inline-block;
    background: -webkit-linear-gradient(#c33b7a, #67b2ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user > p {
    display: inline-block;
    margin: 0;
    margin-left: 1.8em;
}

.container-page > hr {
    color: #eee;
}

.header-game {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #00000052;
    padding: 15px 0px;
}

.game-content {
    display: flex;
    align-items: center;
}

.game-content > a {
    font-size: 1.6em;
    color: white;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.game-content > a:hover {
    color: #DF85FF;
}

.game-content > img {
    max-width: 150px;
    margin: 10px;
    border-radius: 15px;
}

.container-game {
    padding-bottom: 1%;
}

.igame {
    margin-bottom: 2% !important;
    margin-top: 2% !important;
    border: 5px solid #7b38f0;
    border-radius: 5px;
}

.game-info {
    width: 100%;
}

.game-info > .game-name {
    text-align: center;
}

.game-name {
    display: block;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 22px;
    margin: 0 4px 3px 0;
    vertical-align: baseline;
    color: white;
    font-size: 26px;
    padding-bottom: 10px;
}

.container-bgame {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 300px;
    max-width: 300px;
    min-height: 266px;
    margin: 0 auto;
    margin-top: 5%;
    padding: 1%;
    border-radius: 10px;
    border: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    opacity: 1;
}

.container-bgame img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 15px;
}

.btn-play,
.btn-play:hover,
.btn-play:focus {
    background-color: #7b38f0;
    color: white;
    font-weight: bold;
}

.container-bgame .game-info button {
    width: 100%;
    margin-top: 15px;
}

.fullgame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
}

.fullgame > iframe {
    width: 100vh;
    height: 100vh;
}

#game-options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #43b639;
    border-radius: 2px;
    align-items: center;  
    display: none;
}

#game-options img {
    width: 100%;
}

#game-options i {
    display: none;
    background-color: rgb(67, 182, 57);
    width: 100%;
    height: 50px;
    border-left: 1px solid #d1d1d1;
    padding: 15px;
    cursor: pointer;
    color: #d9d2d2;
}

/*FOOTER*/
footer {
    background-color: #000000;
    display: flex;
    border-top: solid 1px white;
    height: 200px;
    margin-top: 40px;
}

footer > img {
    /* max-width: 180px;
    max-height: 180px; */
    padding: 10px;
}

.logo-footer{
    display: flex;
    flex-direction: column;
    width: 70%;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: white;
    margin-left: 50px;
}

.logo-footer img{
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.footer-link {
    /*display: flex;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    flex-wrap: wrap;*/
    display: flex;
    align-content: center;
    width: 30%;
    flex-direction: column;
    justify-content: center;
}

.footer-link > a {
    color: white;
    font-size: 1em;
    text-decoration: underline;
    margin-bottom: 20px;
    white-space: wrap;
}

.footer-link > a:hover {
    color: #DF85FF;
}

.footer-link > .contact {
    order: 1;
    flex: 1 0 100%;
    color: white;
    margin-top: 15px;
}

.float-footer {
    margin-top: -80px;
    min-width: 250px;
    min-height: 257px;
}

.container-error {
    font-size: 2em;
    max-width: 449px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 3%;
    border: 3px solid #8853e2;
    text-align: center;
    color: white;
    padding: 10px;
}

.container-error > a {
    min-width: 200px;
    margin: 0 auto;
    margin-bottom: 2%;
}

.terms {
    background-color: white;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding-bottom: 10px;
}

.btn-white2 {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777;
  background-color: #FFFFFF;
  border-color: #9a9a9a;
  -webkit-transition: background-color .15s ease,border-color .15s ease;
  -o-transition: background-color .15s ease,border-color .15s ease;
  transition: background-color .15s ease,border-color .15s ease;
  border-width: 2px;
  letter-spacing: 1.2px;
  min-width: 130px;
  text-transform: uppercase;
  white-space: normal;
  font-size: 1.5em;
  line-height: 1.2;
  border-radius: 5px;
  padding: 5px 25px 5px;
  text-decoration: none;
  margin: 15px auto 0;
  margin-bottom: 15px;
  min-width: 155px;
}

button a,
button a:hover,
button a:focus {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .my-col {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {

    .wp-icon-container{
        opacity: 1 !important;
    }

    .main-mn-general{
        margin-left: unset !important;
    }

    .mn-lateral{
        display: flex !important;
        flex-direction: column;
        margin-top: 20px;
        margin-left: 20px;

    }

    .categories-mn-cont{
        display: none !important;
        opacity: 0 !important;
    }

    .icons-mn-mobile{
        display: block !important;
        color: white;
        font-size: 1.3em;
    }

    .icons-mn-mobile i:first-child {
        margin-right: 15px;
        cursor: pointer;
    }

    .icos-mn-cont{
        display: none !important;
    }

    .main-logo{
        margin-right: auto !important;
    }

    .offcanvas-body {
        display: block;
    }

    .offcanvas > hr {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    
    .navbar-toggler {
        position: absolute;
    }

    .navbar-brand {
        margin: 0 auto;
    }

    .nav > li {
        width: 100%;
    }

    .dropdown-menu > li > a >img {
        width: 15%;
    }
    .my-col {
        flex: unset !important;
    }

    .drop-login > i {
        font-size: 2em;
    }

    .drop-login:after {
        display: inline-block;
    }

    .bx-wrapper .bx-controls-direction a {
        top: 25%;
    }

    .offcanvas {
        width: 70% !important;
    }

    .container-form {
        width: 95%;
    }

    .igame {
        width: 100% !important;
        min-height: 100vh;
        --bs-aspect-ratio: 100%;
    }

    .container-bgame {
        display: none;
    }
    
    #playButton {
        display: block !important;
        width: 80%;
        margin:  0 auto;
        margin-top: 20px;
    }

    .float-footer {
        display: none;
    }

    footer {
        align-items: center;
    }

    .footer-link {
        display: block;
        margin: 0 auto;
    }

    .footer-link > a {
        display: block;
    }
    
    .article {
        width: 31.33333%;
    }

    .logo-footer{
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: unset;
        text-align: unset;
        align-items: unset;
        color: white;
        margin-left: unset;
    }

    .logo-footer img{
        width: 110px;
        margin-left: 15px;
    }

    .logo-footer span{
        margin-left: 15px;
        font-size: 12px;
    }

    .footer-link > a{
        font-size: 12px;
    }

}

@media screen and (max-width: 800px) {

    .cs-child-container img{
        height: auto !important;
        width: 100% !important;
    }

    .cs-child-container{
        width: 90% !important;
        height: auto !important;
    }

    .cs-child-container{
        padding: 5px !important;
    }
}

@media screen and (max-width: 480px) {
    .article {
        width: 48%;
    }
}

swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

swiper-slide {
    background-position: center;
    background-size: cover;
    width: 95%;
    height: auto;
}

swiper-slide img {
    display: block;
    width: 100%;
}

.title-txt{
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 70px;
}

.game-category-cont{
    display: flex;
    width: 100%;
    margin-left: -10px;
}

.game-category-no-link{
    padding: 5px;
    border-radius: 15px;
    border: solid 2px #DF85FF;
    color: #DF85FF;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.game-category-no-link:hover{
    color: #DF85FF;
}

.game-category-link{
    padding: 5px;
    border-radius: 15px;
    border: solid 2px #DF85FF;
    color: #DF85FF;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.game-category-link:hover{
    background: #DF85FF;
    color: #161414;
}

.carrousel-fix{
    display: flex;
}

.cates-list-home{
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: white !important;
    width: 150px;
    height: 75px;
    background: linear-gradient(
      217deg,
      rgba(255, 146, 19, 0.54),
      rgba(228, 87, 114, 0.7253), rgba(189, 0, 255, 1) 70.71%
    );
    transition: all 0.3s ease;
}

.cates-list-home a{
    color: white !important;
    padding-left: 10px;
    padding-bottom: 5px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
}

.cates-list-home:hover{
    transform: scale(1.1);
}

.form-control::placeholder{
    color: white;
}

.form-control:focus{
    box-shadow: none;
    background-color: transparent;
}

.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white !important;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control input{
    background-color: transparent;
}
.cates-mn{
    color: #DF85FF;
    cursor: pointer;
}

.cates-mn span{
    display: flex;
    flex-wrap: nowrap;
}

.icons-mn{
    font-size: 1.5em;
    transition: all 0.3s ease;
    cursor: pointer;
}

.icons-mn:hover{
    color: #DF85FF;
}

.icon-user-mn{
    margin-right: 10px;
}

.user-mn-list{
    width: 20% !important;
    right: 0;
    left: auto !important;
}

header{
    padding-top: 40px;
    padding-bottom: 60px;
}

.welcome{
    color: white;
    margin-left: 3%;
}

.mn-mobile-icon{
    color: white;
    font-size: 2em;
    border: none;
}

.navbar-toggler:focus{
    box-shadow: unset;
}

.main-logo{
    margin-right: 45px;
}

.icos-mn-cont{
    display: flex;
    width: 400px;
    justify-content: center;
    align-items: center;
}

.icons-mn-mobile{
    display: none;
}

.modal-search-mobile-cont{
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 90%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    z-index: 1000000000;
    transition: all 0.3s ease;
}

.icon-close-search-mobile{
    font-size: 1.5em;
    cursor: pointer;
    padding: 10px;
    float: right;
}

.modal-search-inpt-cont{
    padding-bottom: 10px;
    border-bottom: solid 1px white;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.modal-search-inpt-cont input{
    background: none;
    border: none;
    color: #DF85FF;
    width: 70%;
    margin-left: 20px;
}

.modal-search-inpt-cont input:focus{
    outline: none;
}

.title-cates-search-mobile{
    margin-top: 40px;
    margin-left: 3%;
}

.modal-search-cates{
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
    margin-bottom: 30px;
}

.modal-search-cates a{
    padding: 15px;
    border-radius: 15px;
    border: solid 1px white;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-decoration: none;
    color: white;
}

.modal-search-cates a:hover{
    color: #DF85FF;
    border: solid 1px #DF85FF;
}

.categories-mn-cont{
    display: none;
    flex-direction: column;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    width: max-content;
    position: absolute;
    top: 15%;
    left: 75%;
    border-radius: 15px;
    color: white;
    z-index: 1000000000;
    transition: all 0.3s ease;
    padding: 15px;
    width: 23%;
}

.categories-mn-cont p{
    color: #DF85FF;
    padding-bottom: 10px;
    border-bottom: solid 1px white;
}

.categories-mn-cont a{
    text-decoration: none;
    color: white;
    padding: 5px;
    transition: all 0.3s ease;
}

.categories-mn-cont a:hover{
    color: #DF85FF;
}

.go-to-category-icon-mn{
    float: right;
}

.mn-lateral{
    display: none;
}

/*.mt-5{
    margin-top: 20px;
}*/

.main-mn-general{
    margin-left: 30px;
}

#offcanvasDarkNavbar{
    margin: 10px 0px 10px 10px;
    border-radius: 15px;
}

.dropdown-toggle::after {
    content: none !important;
}

.mn-lat-right-icon{
    float: right;
    margin-right: 15px;
}

.dropdown-menu{
    --bs-dropdown-link-color: white;
    --bs-dropdown-zindex: 1000;
--bs-dropdown-padding-x: 0;
--bs-dropdown-padding-y: 0.5rem;
--bs-dropdown-spacer: 0.125rem;
--bs-dropdown-font-size: 1rem;
--bs-dropdown-color: #212529;
--bs-dropdown-bg: #fff;
--bs-dropdown-border-color: var(--bs-border-color-translucent);
--bs-dropdown-border-radius: 0.375rem;
--bs-dropdown-border-width: 1px;
--bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-dropdown-link-hover-bg: #DF85FF;
--bs-dropdown-link-active-color: #fff;
--bs-dropdown-link-active-bg: #DF85FF;
--bs-dropdown-link-disabled-color: #adb5bd;
--bs-dropdown-item-padding-x: 1rem;
--bs-dropdown-item-padding-y: 0.25rem;
--bs-dropdown-header-color: #6c757d;
--bs-dropdown-header-padding-x: 1rem;
--bs-dropdown-header-padding-y: 0.5rem;
position: absolute;
z-index: var(--bs-dropdown-zindex);
display: none;
min-width: var(--bs-dropdown-min-width);
padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
margin: 0;
font-size: var(--bs-dropdown-font-size);
color: white;
text-align: left;
list-style: none;
width: 100%;
margin-left: -15px;
background: #8080802e;
border-radius: 15px;
}

.title-index-cate{
    text-decoration: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.title-index-cate div h2:hover{
    color: #DF85FF;
}

.open-cates-icon{
    margin-left: 10px;
}

.cate-title{
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 1.6em;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cate-title a{
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    font-weight: bold
}

.cate-title a:hover{
    color: #DF85FF;
}

.cate-title a i{
    margin-right: 3%;
}

.cates-cont-in-pre-game{
    margin-left: 0px !important;
}

.log-out-account-btn{
    display: block !important;
    width: 185px;
    border: solid 1px #7b38f0;
    color: #7b38f0;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
}

.log-out-account-btn:hover{
    background: #7b38f0;
    color: white;
    border: #7b38f0;
}

.select-cty-login{
    width: 25% !important;
    margin-right: 10px;
    border: solid 1px white;
    border-radius: 7px;
    color: white;
    background: #161414;
}

#countries_msdd{
    width: 55% !important;
    margin-right: 10px !important;
}

.main-cont-countries-login{
    display: flex;
}

.main-cont-countries-login .ddChild{
    overflow: auto !important;
}

.header-game-info{
    padding-left: 10px;
}

.btn-search-mobile-inpt{
    border: none;
    background: none;
}


.btn-search-mobile-inpt i {
    color: #DF85FF;
}

.dropdown-item{
    border-radius: 5px;
}

.drop-mn-web{
    top: 15%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    width: max-content;
    border-radius: 15px;
    color: white;
    z-index: 1000000000;
    transition: all 0.3s ease;
    padding: 15px;
    width: 23%;
}

.drop-mn-web p{
    color: #DF85FF;
    padding-bottom: 10px;
    border-bottom: solid 1px white;
}

.drop-mn-web a{
    text-decoration: none;
    color: white;
    padding: 5px;
    transition: all 0.3s ease;
}

.drop-mn-web a:hover{
    color: white;
    background-color: #df85ff !important;
}

.txt-drops{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease;
}

.txt-drops:hover {
    color: #DF85FF;
}

.wp-icon-container{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999999999999;
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-icon-container a{
    color: #25d366;
}

.wp-icon-container:hover {
    opacity: 1;
}

.cs-main-container{
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 10px;
    z-index: 9999999999999999
}

.cs-child-container{
    width: min-content;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    background-color: #262626;
    padding: 11px;
    transition: all 0.2s ease;
    border-radius: 10px;
}

.cs-child-container img{
    height: 100%;
    border-radius: 4px;
}

.cs-child-container:hover {
    box-shadow: inset 0px 0px 2px 2px #fe1664;
    transform: scale(1.06);
}

.close-cs-container{
    background-color: #262626;
    font-size: 12px;
    padding: 2px 8px 4px 8px;
    width: min-content;
    color: white;
    position: absolute;
    top: -30px;
    border-radius: 25px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.close-cs-container:hover{
    box-shadow: inset 0px 0px 1px 1px #fe1664;
    color: #fe1664;
    transform: scale(1.05);
}