﻿.draggable-item {
    cursor: move;
}

.list-group-item:nth-child(even) {
    background-color: #f8f9fa;
}

.add-entry {
    margin-top: 10px;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
}

.container-custom {
    width: 50%;
    margin: 0 auto;
}

#accordionMain {
    max-height: 80vh; /* adjust height as needed */
    overflow-y: auto;
    padding-right: 10px; /* optional: prevent content clipping under scrollbar */
}

.entry-text {
    font-size: 25px;
    font-weight: bold;
}

.blindStructuresHeader {
    font-size: 40px;
    font-weight: bold;
    color: white !important;
}

.deleteTournament {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: red;
        color:white;
        font-family: 'Sans Serif Collection';
        font-weight: 800;
}

.startTitle {
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
}

.tournamentTitle {
    font-size: 30px;
}

.missingBlinds {
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    color: red;
    border: 3px solid black;
}

.buttonContainer {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    gap: 10px;
}

.tourButt {
    width: 30vw;
    padding: 20px;
    border: 2px solid white;
    font-size: 25px;
    
}