body{
    background-color: #2b2f32;
}
.role-icon{
    width: 68px;
    height: 68px;
}
.summoner-spell-icon{
    width: 45px;
    height: 45px;
}
.champion-icon{
    width: 100px;
    height: 100px;
}
.build-container {
    background-color: #f8f9fa;
    min-height: 120px;
    display: inline-flex;
}

.build-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.build-label {
    font-weight: bold;
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 8px;
}

.item-slot {
    width: 64px;
    height: 64px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.item-slot img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

.item-slot.empty {
    background-color: #f8f9fa;
    border-style: dashed;
}

.build-arrow {
    font-size: 1.5em;
    color: #6c757d;
    font-weight: bold;
}

.item-tooltip {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8em;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.item-slot:hover .item-tooltip {
    opacity: 1;
}

.rune-keystone{
    height: 96px;
    width: 96px;
}
.rune-icon{
    height: 48px;
    width: 48px;
}



.shard-icon{
    height: 32px;
    width: 32px;
}

.disclaimer{
    font-size: 10px;
    color: white;
}
/*00081c*/
.div-background{
    background-color: #111e33;
    border-style: solid;
    border-color: #bc9a55;
    border-width: 5px;
    border-radius: 8px;
    padding: 20px;

    color:white;
}

.champ-runes-div{
    display: inline-block;
}

.white-text{
    color: white;
}

