@font-face {
  font-family: 'Maven_Pro';
  src: url('../fonts/Maven_Pro/MavenPro-VariableFont_wght.ttf');
}

html, body{
font-size: 16px;
position: relative;  
scroll-behavior: smooth;
overflow-x: hidden;
}
body{
margin: 0;
padding: 0;
min-height: 100vh;
background-image: url('../img/main/bg_tiled.png');
background-size: contain;
background-repeat: repeat;
font-family:'Maven_Pro', Arial, Helvetica, sans-serif;
color: #fff !important;
text-align: center;
position:relative;
overscroll-behavior: contain;
overflow-x:hidden;
}
.container{
padding:0;
position:relative;
}
.resendVerification{
  cursor: pointer;
  color: #ff4d01;
}
.betaMsg{
  width: fit-content;
  display: flex;
  background-color: #c29700b3;
  margin: auto;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 10px;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*footer*/
.legalTerms{
  margin: auto;
  padding-bottom: 2rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.legalTerms p a{
  margin-bottom: 2rem;
  text-decoration: none;
  color: #fff;
}
.legalTerms p a:hover{
  text-decoration: none;
  color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.footer_block{
background: -o-radial-gradient(#404040, #404040, #282828);
background: radial-gradient(#404040, #404040, #282828);
padding: 2rem 2rem 0rem 2rem !important;
overflow-x: hidden;
}
.footer_menu__header {
font-weight: normal;
margin-bottom: 0.6rem;
font-size: 1.25rem;
color: #fff;
text-align: center;
cursor: pointer;
}
.footer_menu__body {
margin-bottom: 1.5rem;
margin-top: 1.5rem;
overflow: hidden;
color: #fff;
font-weight: 400;
font-size: 20px;
text-align: center;
}
.hide { 
-webkit-animation: hide .5s ease 0s 1 normal forwards;
          animation: hide .5s ease 0s 1 normal forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.showDD { 
    -webkit-animation: show .5s ease 0s 1 normal forwards;
            animation: show .5s ease 0s 1 normal forwards;    
    -webkit-transform-origin: center;    
        -ms-transform-origin: center;    
            transform-origin: center;
}

.footer_menu__item:not(.footer_menu__item_show) .footer_menu__body {
 -webkit-animation: hide .5s ease 0s 1 normal forwards;
          animation: hide .5s ease 0s 1 normal forwards;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.footer_menu__body{
 -webkit-animation: show .5s ease 0s 1 normal forwards;
            animation: show .5s ease 0s 1 normal forwards;    
    -webkit-transform-origin: center;    
        -ms-transform-origin: center;    
            transform-origin: center;	
}

@-webkit-keyframes hide {
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}

@keyframes hide {
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);        
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);        
    width: 0;
    height: 0;
    margin: 0;
  }
}
@-webkit-keyframes showDD {
  0%{
    -webkit-transform: scale(0);
            transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}
@keyframes showDD {
  0%{
    -webkit-transform: scale(0);
            transform: scale(0);     
    width: 0;
    height: 0;
    margin: 0;   
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);    
  }
}


.block-1 p span:first-child{
  color: #FF4D01;
  font-size:14px;
}

.block-1 p span:last-child{
  color: #FFFFFF;
  font-size:14px;
}

#block-2 h5, #block-3 h5, #block-4 h5, #block-5 h5 {
  color: #FAFAFA;
  font-size:1.4rem;
  margin-bottom:0.5rem;
}

#block-2 p, #block-3 p, #block-4 p, #block-5 p {
  color: #B3B3B3;
  font-size:1rem;
  margin-bottom:0.1rem;
}

#block-6 p {
  color:#FF4D01;
  font-size:1rem;
}

#block-6 img {
  margin: 0px 5px;
}

.logoFooter {
width:25%;
padding-bottom: 10px;
display: block;
max-width: 341px;
}
/*account*/
.logout_img{
display: inline-block;
border-radius: 50%;
height: 2rem;
width: 2rem;
margin-left: 0.625rem;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
cursor: pointer;
margin-top: 0px !important;
}
.sent_requests_img{
  display: inline-block;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  margin-left: 0.625rem;
  margin-right: 0.75rem;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; 
  cursor: pointer;
  margin-top: 0px !important;
  }  

/****** Estilos del menu superior *******/

.account_owner.user_credentials a{
  margin: 0px 10px;
}

/* New underline effect for menu text in header */
.underline_animation {
	color: #fff; 
	margin: 0px 16px 0px 8px;		
	text-decoration: none;
	position: relative;
}

.underline_animation:after {
	bottom: -4px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	background: #ff4d01;
	opacity: 0.6;
	transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
	width: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.underline_animation:hover:after {
	width: 100%;
	opacity: 1;
}

.logo {
width: 194px;
max-width: 7rem;
margin-left: 2rem;
margin-top: 2rem;
}
.logo-small {
width: 194px;
max-width: 5rem;
margin-left: 1rem;
margin-top: 1rem;
}
.account_page_start{
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
margin-top: 3rem;
}
.profile_img{
display: inline-block;
max-width: 3.125rem;
border-radius: 0%;
margin-left: 1.875rem;
margin-top: 0.625rem;
}

.dropdown {
  position: relative;
  display: inline-block;
  float:right;
}

.menu-content2 .dropdown {
  display:flex;
  gap:20px;
}

.tooltip-popper {
  background: #333;
  color: white;
  font-weight: bold;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  display: none;
  z-index: 9999999;
}

.tooltip-popper[data-show] {
  display: block;
}

.arrow,
.arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.arrow {
  visibility: hidden;
}

.arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}

.tooltip-popper[data-popper-placement^='top'] > .arrow {
  bottom: -4px;
}

.tooltip-popper[data-popper-placement^='bottom'] > .arrow {
  top: -4px;
}

.tooltip-popper[data-popper-placement^='left'] > .arrow {
  right: -4px;
}

.tooltip-popper[data-popper-placement^='right'] > .arrow {
  left: -4px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: #1a1a1a 0% 0% no-repeat padding-box;
  min-width: 248px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  right: 0; /* Alinea el menú a la izquierda */
  border: 1px solid #FF4D01;
  border-radius: 24px;
  padding: 1rem;
}

.dropdown-content a {
  color: #FFFFFF;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
  text-align:left;
}

.dropdown-content a:last-child {
  border-top: 1px solid #232323;
  color: #e51717;
}

.dropdown-content a:last-child:hover {
  color: #e51717;
  opacity: 0.7;
}

.dropdown-content a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration:underline;
}

#home_black_24dp {
  width: 30.66px;
  height: 30.66px;
}


#card_black_24dp {
  width: 28.9px;
  height: 22.859px;
}

.dropdown-content #user_pic {
  width:40px;
  height:40px;
}

#dropdownContentMobile {
  top: 4vh;
}

#dropdownContentMobile .account_lolipop:hover{
  border-bottom:none !important;
}

#dropdownContentMobile .account_lolipop {
  margin-left:0px;
}
/****** Fin Estilos del menu superior *******/

.user_credentials{
float: right;
}
.logout_img:hover{
opacity: 0.6;
}
::-webkit-input-placeholder { 
color: #fff;
}
:-moz-placeholder { 
color: #fff;

}
::-moz-placeholder { 
color: #fff;
opacity:  1;
}
:-ms-input-placeholder { 
color: #fff;
}
::-ms-input-placeholder {
color: #fff;
}

::placeholder { 
color: #fff;
}
.alert {

width: 100%;
height: fit-content !important;
font-size:1rem;
padding:0.5rem 1rem;
}

.alert-error {
color: var(--text-white);
background-color: var(--bg-alert);
border: none;
border-radius: 0.75rem;
}
.alert_success {
color: var(--text-white);
background-color: var(--bg-success);
border: none;
border-radius: 0.75rem;
}
.alert-warning {
color: var(--text-white);
background-color: var(--bg-warning);
border: none;
border-radius: 0.75rem;
}

.col-md-3,
.col-md-4,
.col-md-6{
padding-right: 0.9rem;
padding-left: 0.9rem;
}

.brown_button {
border: 2px solid #ff4d01;
background-color: #953b16;
padding: 0.5rem 1rem;
color: #eeeeee;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
cursor: pointer;
}
.brown_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eeeeee;
}
.black_button {
border-radius: 10px;
border: 2px solid #000;
background-color: #000;
padding: 0.5rem 1rem;
color: #eeeeee;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
cursor: pointer;
text-transform: uppercase;
-webkit-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out; 
text-decoration: none;
text-align: center;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
}
.black_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eee;
}
.red_button {
cursor: pointer;    
background-color: #000;
border: 2px solid #000;
color: #eeeeee;
padding: 0.5rem 1rem;
font-weight: bold;
font-size: 1rem;
margin: auto;
margin-top: 1rem;
display: block;
clear: both;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; 
text-decoration: none;
text-align: center;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
}
.red_button:hover{
opacity: 0.8;
text-decoration: none;
color: #eee;
}
.red_button.inlined,
.brown_button.inlined,
.black_button.inlined{
display: inline-block;
}

.current_with,
.current_time{
display: block;
font-size: 0.9rem;
}
#games_select{
width: 80%;
display: block;
margin: 0 auto;
margin-bottom: 2rem;
margin-top: 2rem;
}
#select_modal_inner{
background-color: #383838;
color: #eeeeee;
padding: 0.5rem;
border-radius: 20px;
margin: 0 auto;
width: 300px;
position: absolute;
bottom: 1rem;
right: 1rem;
text-align: center;
display: none;
z-index: 1200;
}
.buttons_container_round{
position: absolute;
left: 0;
bottom: 0;
right: 0;   
}

.footer_question{
font-style: italic;
margin-bottom: 1rem;
}
.footer_answer{
  font-weight: 400;
width: 80%;
margin: 0 auto;
margin-bottom: 2rem;
}
.account_owner.user_credentials.game_data{
display: none;
}
#final {
position: absolute;
height: 100vh;
width: 100%;
z-index: 10000;
background-image: url('/../img/main/bg_tiled.png');
background-size: contain;
background-repeat: repeat;
display: none;
top: 0;
left: 0;
right: 0;
}
.directing_process_block {
display: none;
}
#pass_move.unselected{
cursor: not-allowed;
opacity: 0.5;
}
.game_buttons {
background-color: #bb3801;
text-align: center;
position: relative;
margin-bottom: 0.5rem;
color: #fff;
padding: 0.3125rem 2.1875rem;
text-transform: uppercase;
border: 2px solid #ff4d01;
-webkit-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
-moz-box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 0.3125rem rgba(255, 255, 255, 0.3);
display: block;
}

.btnCreate{
margin: auto;
border-radius: 5px;
border: 2px solid #ff4d01;
background-color: rgba(248, 100, 14, 0.52);
width: 15rem;
display:inline-block;
color: #fff;
font-weight: bolder;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
padding: 0.5rem 1rem;
text-align:center;
}
.btnCreate:hover{
box-shadow: 0px 0px 15px 3px #ff4c004d;
background-color: #ff4d01db;
text-decoration:none;
color:#fff;
}
.btnCreate a{
text-decoration: none;
color: #fff;
}
#email_verification, #ban_block{
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  border-radius: 20px;
  border-width: 2px;
  border-color: #232323;
  text-align: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#ban_block{
z-index:25;
}
.email_verification_inner, .ban_inner{
  background-color: var(--color-neutral-900);
  padding: 2rem;
  color: #ffffff;
  position: absolute;
  right: 0;
  left: 0;
  top: 40%;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 20rem;
  border: 2px solid #232323;
}
.ban_inner{
background-color:red;
}
.email_verification_inner.login_page{
position:relative;
}
#email_popup_text,
.ban_text{
color:#ffffff;
font-size:1rem;
text-align:center;
margin-bottom:1rem; 
}
a.block_logout_link{
margin-top:2rem;
float:right;
font-size:1rem;
font-weight:700;
color:#fff;
text-transform:uppercase;
text-decoration:none;
opacity:0.9;
}
a.block_logout_link:hover{
opacity: 1;
color:#fff;
}
.btnBig {
border-radius: 10px;
border: 2px solid #ff4d01;
background-color: #ff4d01b3;
padding: 15px 55px 15px 55px;
color: #fff;
font-weight: bolder;
font-size: 20px;
margin: auto;
margin-top: 3rem;
display: block;
max-width: 430px;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; 
text-decoration: none;
text-align: center;
cursor:pointer;
}
.btnBig:hover{
box-shadow: 0px 0px 15px 3px #ff4c004d;
background-color: #ff4d01db;
}

#canvas{
background-image: none;
}

@media (min-width:441) and (max-width:767px){
  .login_field {
    margin-left: 0px;
    margin-top: 0px;
    width: 80%;
  }
}

@media only screen and (max-width:767px) {
  .betaMsg{
    font-size: 0.9rem;
  }
  .dynamic_text_game{
  text-align: center;
  font-weight: normal;
  padding: 0.2rem;
  font-size: 0.6rem;
  }
  .logo {
  max-width: 5rem;
  margin-left: 1rem;
  }
  .legalTerms {
  margin: auto;
  padding-bottom: 1rem;
  width: 90%;
  display: block;
  }
  .footer_menu__header {
  font-size: 1.125rem;
  }
  .input {
  padding: 0.2rem;
  margin: 0;
  min-height: 3rem;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  }
  #notification_box {
  padding: 0.625rem;
  font-size: 1rem;
  }
  #information_board {
  position: absolute;
  left: auto;
  margin: 0 auto;
  max-width: 6rem;
  z-index: 57;
  }
  #cards_container{
  height:100vh;
  }
  .logo {
  margin-top:1rem;
  }
 
  .menu-button, .menu-button::before, .menu-button::after {
  width: 28px;
  }
  .current_with, .current_time {
    font-size: 0.5rem;
    }
    .footer_answer {
    font-style: normal;
    width: 85%;
    margin-bottom: 1rem;
    font-weight:0.9rem;
    }
  .dashContainer{
    max-width:98vw;
  }
  #home_black_24dp {
    width: 14.66px;
    height: 14.66px;
    margin-right: 10px !important;
  }
  #card_black_24dp {
    width: 14.9px;
    height: 14.859px;
    margin-right: 10px !important;
  }
}

@media (min-width:768px) {
  .show { 
    margin-top: .5rem !important;
  }
  .dashContainer{
    max-width:55vw;
  }
}

@media (min-width:768px) and (max-width:991px){
  .login_field {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width:991px){
  .block-1, #block-2, #block-3, #block-4, #block-5 {
    text-align:center;
    cursor:pointer;
    margin-bottom:15px;
  }
  
  .block-1 {
    order: 6; 
  }

  .block-1 .logoFooter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #block-6 {
    margin-top:50px;
    text-align:center;
  }

  #list-block-2, #list-block-3, #list-block-4, #list-block-5 {
    display:none;
  }
  .dashContainer{
    max-width:85vw;
  }
}

@media (min-width:992px){
  .block-1, #block-2, #block-3, #block-4, #block-5, #block-6 {
    text-align:left;
  }

  #list-block-2, #list-block-3, #list-block-4, #list-block-5 {
    display:block;
  }
  .login_field {
     display: flex;
     flex-wrap: wrap;
     justify-content: right;
     align-content: flex-start;
     padding: 0;
   }
}
