/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2025 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
/* GUILD PROFILES */
.profiles_guild_card {
	width: 100%;
	background: rgba(0, 0, 0, 0.6) url('../img/profiles/guild.jpg') no-repeat;
	background-size: cover;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	padding: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
	backdrop-filter: blur(5px);
}
	.profiles_guild_card .guild_logo img {
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
		border: 1px solid rgba(255, 255, 255, 0.15);
	}
	.profiles_guild_card .guild_name {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		color: #ffffff;
		font-weight: bold;
		text-shadow: 0 0 10px rgba(104, 24, 202, 0.7);
	}
	.profiles_guild_card table {
		table-layout: fixed;
		background-color: rgba(20, 20, 20, 0.7);
		border-radius: 5px;
	}
	.profiles_guild_card hr {
		border-top: 1px solid rgba(255, 255, 255, 0.15);
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.profiles_guild_card .guild_members {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		color: #6818ca;
		font-weight: bold;
		text-shadow: 0 0 10px rgba(104, 24, 202, 0.7);
	}
	.profiles_guild_card .guild_members_list {
		margin-top: 30px;
		background-color: rgba(20, 20, 20, 0.7);
		border-radius: 5px;
		padding: 10px;
	}

/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	padding: 25px;
	backdrop-filter: blur(5px);
	color: #e0e0e0;
	transition: all 0.3s ease;
}

.profiles_player_card:hover {
    box-shadow: 0 0 25px rgba(104, 24, 202, 0.3);
    transform: translateY(-3px);
}

/* Classe específica para cada tipo de personagem */
.DW.profiles_player_card, .SM.profiles_player_card, .GM.profiles_player_card, .SW.profiles_player_card, .DSW.profiles_player_card { 
    background: url('../img/profiles/wiz.jpg') no-repeat center center; 
    background-size: cover; 
}
.DK.profiles_player_card, .BK.profiles_player_card, .BM.profiles_player_card, .DGK.profiles_player_card, .IGK.profiles_player_card { 
    background: url('../img/profiles/knight.jpg') no-repeat center center; 
    background-size: cover; 
}
.ELF.profiles_player_card, .ME.profiles_player_card, .HE.profiles_player_card, .NE.profiles_player_card, .RYE.profiles_player_card { 
    background: url('../img/profiles/elf.jpg') no-repeat center center; 
    background-size: cover; 
}
.MG.profiles_player_card, .DM.profiles_player_card, .MK.profiles_player_card, .DPK.profiles_player_card { 
    background: url('../img/profiles/mg.jpg') no-repeat center center; 
    background-size: cover; 
}
.DL.profiles_player_card, .LE.profiles_player_card, .EL.profiles_player_card, .FCE.profiles_player_card { 
    background: url('../img/profiles/dl.jpg') no-repeat center center; 
    background-size: cover; 
}
.SUM.profiles_player_card, .BS.profiles_player_card, .DSM.profiles_player_card, .DS.profiles_player_card, .ESUM.profiles_player_card { 
    background: url('../img/profiles/sum.jpg') no-repeat center center; 
    background-size: cover; 
}
.RF.profiles_player_card, .FM.profiles_player_card, .FB.profiles_player_card, .BF.profiles_player_card { 
    background: url('../img/profiles/rf.jpg') no-repeat center center; 
    background-size: cover; 
}
.GL.profiles_player_card, .ML.profiles_player_card, .SL.profiles_player_card, .AL.profiles_player_card { 
    background: url('../img/profiles/gl.jpg') no-repeat center center; 
    background-size: cover; 
}
.RW.profiles_player_card, .RSM.profiles_player_card, .GRM.profiles_player_card, .MRW.profiles_player_card, .IRW.profiles_player_card { 
    background: url('../img/profiles/rw.jpg') no-repeat center center; 
    background-size: cover; 
}
.SLR.profiles_player_card, .SLRR.profiles_player_card, .MSLR.profiles_player_card, .SLTR.profiles_player_card, .RS.profiles_player_card { 
    background: url('../img/profiles/sl.jpg') no-repeat center center; 
    background-size: cover; 
}
.GC.profiles_player_card, .GB.profiles_player_card, .MGB.profiles_player_card, .HGC.profiles_player_card, .MGC.profiles_player_card { 
    background: url('../img/profiles/gc.jpg') no-repeat center center; 
    background-size: cover; 
}
.LIW.profiles_player_card, .LIM.profiles_player_card, .SHW.profiles_player_card, .LUW.profiles_player_card, .GLW.profiles_player_card { 
    background: url('../img/profiles/liw.jpg') no-repeat center center; 
    background-size: cover; 
}
.LEM.profiles_player_card, .WAM.profiles_player_card, .ARM.profiles_player_card, .MYM.profiles_player_card, .BAM.profiles_player_card { 
    background: url('../img/profiles/lem.jpg') no-repeat center center; 
    background-size: cover; 
}
.IK.profiles_player_card, .MIK.profiles_player_card, .IM.profiles_player_card, .MYK.profiles_player_card, .PPK.profiles_player_card { 
    background: url('../img/profiles/ik.jpg') no-repeat center center; 
    background-size: cover; 
}
.ALC.profiles_player_card, .ALMN.profiles_player_card, .ALMTR.profiles_player_card, .ALFC.profiles_player_card, .CRE.profiles_player_card { 
    background: url('../img/profiles/alc.jpg') no-repeat center center; 
    background-size: cover; 
}

.profiles_player_content {
	float: right;
	width: 60%;
	color: #fff;
	background-color: rgba(20, 20, 20, 0.7);
	border-radius: 8px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.profiles_player_table {
	width: 100%;
	background-color: rgba(30, 30, 30, 0.7);
	border-radius: 5px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.profiles_player_table .cname {
	font-family: 'Cinzel', serif;
	text-align: center;
	font-size: 26px;
	color: #8a46e5;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(138, 70, 229, 0.7);
	padding: 10px 0;
	letter-spacing: 1px;
}

.profiles_player_table .cclass {
	text-align: center;
	font-size: 14px;
	color: #f0f0f0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profiles_player_table .isoffline {
	color: #ff5555;
	text-shadow: 0 0 5px rgba(255, 85, 85, 0.7);
	font-weight: bold;
}

.profiles_player_table .isonline {
	color: #05fa0e;
	text-shadow: 0 0 5px rgba(76, 175, 80, 0.7);
	font-weight: bold;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 15px;
	background-color: rgba(30, 30, 30, 0.7);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.profiles_player_table_info tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.profiles_player_table_info tr td {
	padding: 10px 15px;
	color: #e0e0e0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profiles_player_table_info tr:last-child td {
    border-bottom: none;
}

.profiles_player_table_info tr td:first-child {
	text-align: right;
	color: #aaaaaa;
	font-weight: bold;
	width: 40%;
}

.profiles_player_table_info tr td:last-child {
    text-align: left;
    color: #ffffff;
}

/* Responsividade */
@media (max-width: 768px) {
    .profiles_player_card {
        padding: 15px;
    }
    
    .profiles_player_content {
        float: none;
        width: 100%;
        padding: 15px;
    }
    
    .profiles_player_table .cname {
        font-size: 22px;
    }
    
    .profiles_player_table .cclass {
        font-size: 12px;
    }
    
    .profiles_player_table_info tr td {
        padding: 8px 10px;
    }
}
