table button.btn {
	margin-top: 0;
	margin-bottom: 0;
}

.listdiv {
	padding: 4px 12px;
	margin-bottom: 6px;
	border: 1px solid #888;
	border-radius: 12px;
	font-size: 1.1em;
}

.field-error {
	border-color: #ff0000;
}

select:disabled {
	color: #b0b0b0;
}

.table-hide-head thead {
	display:none;
}

.campaign-gamechar-status {
	border: 2px solid #03a9f4;
	font-size: 0.5em;
	margin-left: 1em;
	padding: 0 1em;
}

.campaign-gamechar-status a {
	font-weight: bold;
}

#home-campaignevents-div .campaignevent-div {
	background-color: white;
	min-height: 10em;
	border-top: 1px solid #f0f0f0;
}
#home-campaignevents-div .campaignevent-div.even {
	background-color: #fafafa;
}

.campaignevent-table {
	width: 100%;
	border-collapse: collapse;
}

.campaignevent-table td {
	padding: 0.25em;
}

.dkprewardtemplate, .linktemplate, .lottery-recent-item {
	border-radius: 4px;
	border: 1px solid #a0a0a0;
	padding: 0.25em;
	margin-bottom: 0.25em;
	cursor: pointer;
}

.text-default {
	color: #424242;
}
.text-earned {
	color: #00a999;
}
.text-spent {
	color: #a0a0b0;
}
.text-gamechar {
	color: #5209ab;
}
.text-reward {
	color: #a0a0b0;
}
.text-lottery {
    color: #612fec;
}
.text-lottery-drawn {
    color: #727272;
}

.text-inverse {
	color: #3f51b5;
}

.text-ismine {
	color: green !important;
	font-weight: 500;
}

.dkp-span {
	background-color: #00a999;
	color: white;
	padding: 0.25em 1em;
	border-radius: 4px;
}
.dkp-span:hover {
	color: white;
}

.characterfontsize {
	font-size: 1.3em;
}

.dkpicon {
	width: 1em;
	height:1em;
	margin-top: -0.18em;
}

a .material-symbols-outlined,
a:hover .material-symbols-outlined,
a:focus .material-symbols-outlined {
	vertical-align: middle;
}

.gameserver {
	color: black;
}

.campaignbell li:hover {
	background-color: #f5f5fa;
}
.campaignbell li a {
	display: block;
	height: 4.2em;
	line-height: 4.2em;
}
.campaignbell li a i.fa {
	font-size: 2em;
	vertical-align: middle;
	margin-right: 0.4em;
}
.campaignbell li a span {
	vertical-align: middle;
}

#home-campaigns-panel div.list-group-item {
	border-top: 1px solid #f0f0f0;
}
#home-campaigns-panel div.list-group-item.even {
	background-color: #fafafa;
}

.btn-link {
	color: #fff;
	background-color: #821ae8;
	border-color: #821ae8;
}
.btn.btn-raised.btn-link,
.input-group-btn .btn.btn-raised.btn-link,
.btn.btn-fab.btn-link,
.input-group-btn .btn.btn-fab.btn-link,
.btn-group-raised .btn.btn-link,
.btn-group-raised .input-group-btn .btn.btn-link {
	background-color: #821ae8;
	color: rgba(255,255,255, 0.84);
}

.auction-card {
    position: relative;
    background-color: rgb(232,242,209);
    border-radius: 8px;
    padding: 16px;
}

.auction-card .auction-text {
    color: #424242;
}

/* Badge LIVE en haut à droite */
.live-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Layout horizontal */
.auction-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Icône marteau */
.active-auction-gavel {
    font-size: 40px;
    color: #4CAF50;
}

/* Texte */
.auction-text .title {
    font-weight: bold;
    letter-spacing: 1px;
}

.auction-text .subtitle {
    font-size: 12px;
    opacity: 0.8;
}

.active-auction-gavel {
    animation: hammerHit 3s infinite;
    transform-origin: top right;
}

@keyframes hammerHit {
    0%   { transform: rotate(-25deg); }
    40%  { transform: rotate(0deg); }
    55%  { transform: rotate(-10deg); }
    70%  { transform: rotate(0deg); }
    100% { transform: rotate(-25deg); }
}

.auction-card {
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.4);
}

.auction-item-card {
    background: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.auction-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auction-name {
    font-weight: 500;
    color: #424242;
}

.auction-item-status {
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 12px;
}

.auction-item-status.bidding {
    background-color: #d4edda;
    color: #2e7d32;
}

.auction-item-status.waiting {
    background-color: #eee;
    color: #666;
}
