html, body{
    background: url('images/bg_autumn.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: arial;
    color: #FFFFFF;
    user-select: none;
    -webkit-user-select: none; /* Voor Safari */
    -moz-user-select: none;    /* Voor Firefox */
    -ms-user-select: none;     /* Voor oudere IE */
    margin:0;
    padding:0;
}
@font-face {
    font-family: 'Trajan Pro';
    src: url('/fonts/TrajanPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

.we{
    z-index: -10;
}
.discurl{
    color: #FFFFFF;
    background-color: #1F1C40;
    padding:3px;
    text-decoration: none;
    font-weight: bold;
}
.discurl:hover{
    background-color: #5865F2;
}
#discord{
    background: url('images/discord_icon.png');
    background-repeat: no-repeat;
    background-size:24px;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;  
}
.linkie{
    color: violet;  
}
.linkie:hover{
    color:purple;
}
#fc{
    background: url('images/Friends_Chat_icon.png');
    background-repeat: no-repeat;
    background-size:24px;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;    
}
h3{
    text-align:center;
    background-image: url('images/h3_header2.png');
    /*background-size: cover; /* Zorgt ervoor dat de afbeelding de hele ruimte bedekt */
    /*background-position: center; /* Centreert de afbeelding */
    padding:5px;
    margin:0;
    text-shadow: 2px 2px 2px purple;
    font-size:10pt;
}
P{
    color: #e1bb34;
}
#bossname{
    color: #e1bb34;
    font-weight: bold;
    font-size:11pt;
    display: block;
    margin-bottom:-15px;
}
#massinfo{
    font-size:8pt;

}
#refreshinfo{
    font-size:8pt;
    margin-top:15px;
    display: block;
    text-align:center;
}
.top{
    background: rgba(0,0,0,0.5);
    font-size:9pt;
    width:100%;
}
#world{
    background: url('images/world.png');
    background-repeat: no-repeat;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;
}
#clock{
    background: url('images/clock.png');
    background-repeat: no-repeat;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;
}
#time{
    background: url('images/time.png');
    background-repeat: no-repeat;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;
}
#host{
    background: url('images/host.png');
    background-repeat: no-repeat;
    height:24px;
    padding-left:25px;
    line-height: 24px;
    display: inline-block;
}

.mass-frame {
    display: flex;
    width: 100%;
}

.frame-left, .frame-right {
    width: 24px;
    background-size: cover;
    background-repeat: no-repeat;
}

.frame-left {
    background-image: url('images/temp-left.png');
}

.frame-right {
    background-image: url('images/temp-right.png');
}

.frame-middle {
    flex: 1;
    background-image: url('images/temp-middle.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding: 6px 0;
    width:260px;
}

.content-row {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    position:relative;
}

.boss-img {
    width: 40px;
    height: auto;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7));
}

.info-block {
    color: white;
    font-size: 10pt;
}
.infoicon{
    position:absolute;
    right:0px;
    top:35px;
    width:24px;
    height:24px;
    background-image: url('images/info.png');
    background-repeat: repeat-x;
}
.chesticon{
    position:absolute;
    right:-2px;
    top:60px;
    width:30px;
    height:30px;
    background-image: url('images/chest.png');
    background-repeat: repeat-x;
}
.chest-drop-box {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    padding: 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    white-space: wrap;
    min-width: 230px;
    z-index: 9999 !important;
    font-size:8pt;
    box-shadow: 1px 1px 5px black;
}
.info-box {
    display: none;
    position: absolute;
    top: 100%;
    right: -20px;
    padding: 10px;
    background-color: #333;
    color: white;
    border-radius: 5px;
    white-space: wrap;
    min-width: 230px;
    z-index: 9999 !important;
    font-size:8pt;
    box-shadow: 1px 1px 5px black;
}
  .infoicon:hover .info-box {
    display: block;
  }
  .chesticon:hover .chest-drop-box {
    display: block;
  }  
#bullet{
    width: 24px;
    height: 24px;
    background-image: url('images/bullet.webp');
    background-size: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-left:15px;
    line-height: 17px;
}
.friend_icon{
    background-image: url('images/Friend_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.recruit_icon{
    background-image: url('images/Recruit_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.corporal_icon{
    background-image: url('images/Corporal_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.sergeant_icon{
    background-image: url('images/Sergeant_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.lieutenant_icon{
    background-image: url('images/Lieutenant_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.captain_icon{
    background-image: url('images/Captain_icon.png');
    background-repeat: no-repeat;
    width:15px;
    height:15px;
    padding-left:16px;
}
.General_icon{
    display: inline-block;
    background-image: url('images/General_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:10px;
    height:10px;
    padding-left:6px;
  
}
.droplist {
    display: flex;
    flex-wrap: wrap; /* >>> laat iconen naar nieuwe rij springen als nodig */
    gap: 6px; /* ruimte tussen iconen */
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 8px;
    width: fit-content;
}

.dropicon{
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.7); /* zelfde kleur als achtergrond, optioneel */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dropicon img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.droptitle{
    font-family: 'Trajan Pro';
    color: #e1bb34;
    display:block;
    padding-bottom:5px;
    font-weight: bold;
}
.compactbtn{
    padding:0;
    margin:0;
    border:0;
    background-image: url('images/compact_btn.png');
    background-repeat: no-repeat;
    width:30px;
    height:24px;    
}
.compactbtn:hover{
    cursor:pointer;
}