.form-select {
    background-color: #545b62;
    color: #ced4da;
    border: 1px solid rgba(255,255,255,.125);
}
.analysis-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #212529;
    border-top: 1px solid rgba(255,255,255,.125);
}
.accordion-button,
.accordion-button:not(.collapsed){
    color:#e9ecef;
    background-color: transparent;
    box-shadow: none;
    padding:0;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A0A0A0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23A0A0A0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
.accordion-button{
    color:#e9ecef;

}
@media (max-width: 600px) { /*Small Screen*/
    
    .card {
        margin-left: -15px;
        margin-right: -15px;
    }
    .card-body{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    td{
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: small !important;
    }
    th{
        padding-left: 4px !important;
        padding-right: 4px !important;
        font-size: x-small !important;
    }
    .filter-btn {
        padding: 2px !important;
    }
    .badge {
        /* font-size: xx-small !important; */
        /* font-weight: normal !important; */
        white-space: inherit  !important;
    }
    /* .overflow-auto{
        margin-right: 35px;
    } */
    #factionSelection,
    #commanderSelection,
    #tournamentSelection,
    #playerSelection,
    #cardSelection,
    #opposingCardSelection {
        padding-right:35px;
    }
}
@media (min-width: 1570px){
    #statistics-card-body{
        max-height: 675px;
        overflow: auto;
    }
    .col-xxl-1 { flex: 0 0 8% !important; max-width: 8% !important; }
    .col-xxl-2 { flex: 0 0 16% !important; max-width: 16% !important; }
    .col-xxl-3 { flex: 0 0 25% !important; max-width: 25% !important; }
    .col-xxl-4 { flex: 0 0 33% !important; max-width: 33% !important; }
    .col-xxl-5 { flex: 0 0 41% !important; max-width: 41% !important; }
    .col-xxl-6 { flex: 0 0 50% !important; max-width: 50% !important; }
    .col-xxl-7 { flex: 0 0 58% !important; max-width: 58% !important; }
    .col-xxl-8 { flex: 0 0 66% !important; max-width: 66% !important; }
    .col-xxl-9 { flex: 0 0 75% !important; max-width: 75% !important; }
    .col-xxl-10 { flex: 0 0 83% !important; max-width: 83% !important; }
    .col-xxl-11 { flex: 0 0 91% !important; max-width: 91% !important; }
    .col-xxl-12 { flex: 0 0 100% !important; max-width: 100% !important; }
  }