body {
	background-color: rgb(24, 26, 27);
	background-repeat: no-repeat;
	background: url(../../assets/images/wallaper.jpg) no-repeat center center fixed;
	background-size: 100% 100%;
}

* {
	outline: none;
}

.containerGame {
	user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Utilizamos transform para centrar el contenedor */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    background-color: black;
    /* width: 928px; */
    /* width: 728px; */
    border: 3px solid rgba(0, 0, 0, 0.8);
    height: 555px;
    background: url(../../assets/images/wallaper2.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.panel_left {
	width: 198px;
	/* height: 565px; */
	height: 547px;
	max-width: 198px;
	padding: 1px;
	background-color: #55360bc7;
	border-radius: 0px;
	margin-right: 0px;

}

.panel_right {
	width: 198px;
	/* height: 565px; */
	height: 547px;
	max-width: 198px;
	padding: 1px;
	background-color: #55360bc7;
	/* background-color: #ccc; */
	border-radius: 0px;
	margin-left: 0px;
}

#chat-area {
	width: 170px;
	height: 149px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: -3px;
	resize: none;
	font-family: Arial, sans-serif;
}

#input-message {
	width: 170px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.profileImg {
	position: relative;
	background-color: black;
	width: 170px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.profileImg img {
	max-width: 100%;
	max-height: 100%;
}


.carta {
	/* background-color: #ffffff;
     */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
padding: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lifePoints {
	width: 170px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, sans-serif;
	background-color: black;
	padding: 1px;
	border-radius: 2px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	overflow-x: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lifePoints p {
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold; /* Añade grosor al texto */
}

.enemy-hand-container::-webkit-scrollbar,
.player-hand-container::-webkit-scrollbar {
	width: 1px;
	/* Establece el ancho de la barra de desplazamiento en Webkit */
}


.monster-zone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}
.spell-trap-zone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}
.deck-graveyard {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}
.field-zone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

.enemy-field, .player-field {
	border-radius:5px;
}

.enemy-hand-container {
	height: 105px;
	margin-bottom: 2px;
	background-color: #ffffff42;
	border-radius:5px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: auto;
	max-width: 485px;
	scrollbar-width: thin;
	margin-top:2px;

}
	
.player-hand-container {
	height: 105px;
	margin-bottom: 2px;
	background-color: #ffffff42;
	border-radius:5px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: auto;
	max-width: 485px;
	scrollbar-width: thin;
	margin-top:2px;

}

.removedDiv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:2px;
	margin-top:2px;
}

.removedBtn1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left:2.6px;
	opacity: 0.8;
}

.removedBtn2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right:2.6px;
	opacity: 0.8;
}

.time-text {
	color:#ffffffa6;
	 font-weight: bold; /* Añade grosor al texto */
}

.player-name-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: black;
    font-size: 13px;
    font-weight: bold; /* Añade grosor al texto */
}


.hand-card {
	/* flex: 0 0 auto;
 /* margin-right: -30px; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	cursor: pointer;
}

.hand-card img {
	max-width: 100%;
	max-height: 100%;
}

.card-text {
	width:185.27px; 
	height:100%; 
	margin-top:2px;
	resize: none;
	font-family: Arial, sans-serif;
}

.cardInfo {
	padding: 5px;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardInfo img {
	width:185.27px; 
}

.hand-card img {
	
}
	
.hand-card img:hover {
   transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.cardmodal {
	border-color: rgb(0, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.9);
	background-color: #cccccc40;
	width: 65px;
	height: 70px;
	/* border-radius: 10px; */
	margin-right: 2.5px;
	margin-left: 2.5px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1000px;
}

.cardmodal img {
	width: auto;
	height: 95%;
	border-radius: 0px;
	transition: transform 0.5s ease;
}

.cardygo {
	border-color: rgb(0, 255, 0);
	border: 1px solid rgba(0, 0, 0, 0.9);
	background-color: #cccccc40;
	width: 65px;
	height: 70px;
	/* border-radius: 10px; */
	margin-right: 2.5px;
	margin-left: 2.5px;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	perspective: 1000px;
}

.cardygo:hover {
	background-color: #123;
}

.cardygo img {
	width: auto;
	height: 95%;
	border-radius: 0px;
	transition: transform 0.5s ease;
}

.cardygo img:hover {
	/* transform: rotateY(180deg); */
	transform: rotateZ(90deg);
}

.enemy_banish {
	margin-bottom: 93px;
	margin-right: 3px;
}

.player_banish {
	margin-top: 93px;
	margin-left: 3px;
}
.banish-zone {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}


.phases-area {
	display: flex;
	flex-direction: column; /* Cambio para organizar en columna */
	align-items: center; /* Centra los botones horizontalmente dentro del contenedor */
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
	width:30px;
}

.btn-image {
	/* Añade espacio entre los botones */
	margin: 1px 0;
	width:auto; 
	/* Elimina el padding del botón */
	padding: 0;
	/* Elimina el borde del botón */
	border: none;
 background: none; /* Elimina el fondo del botón */
            cursor: pointer; /* Cambia el cursor a pointer cuando pasa sobre el botón */
        }
		
.centerGame {
	display: flex;
	align-items: center;
	justify-content: center;
}






















.dropdown-menu {
	display: none;
	/* Inicialmente oculto */
	position: absolute;
	z-index: 1000;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: center;
	list-style: none;
	background-color: #000;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
