.validation-summary-valid {
    display: none;
}

.placeholder-list {
    height: 384px;
}

.padding5 {
    padding: 5px;
}

.lower {
    text-transform: lowercase;
}

.plaierButton {
    text-transform: uppercase;
    background-color: var(--bs-theme);
    border-color: var(--bs-theme);
    color: black;
    font-size: 1.21875rem;
    font-weight: 600;
    line-height: 1.2;
}

.allWidthCentered {
    display: block;
    width: 100%;
    text-align: center;
}

.largeTheme {
    color: var(--bs-theme);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.rowNoWidth {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.rowNoWidth > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.greenBg {
    background: #2BF860 !important;
}

.collapse.in {
    display: block;
}

.collapse {
    display: none;
}

table.whiteTable {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.whiteTable td, table.whiteTable th {
    border: 1px solid #FFFFFF;
    padding: 5px 4px;
}

table.whiteTable tbody td {
    border: 1px solid #FFFFFF;
}

table.whiteTable thead {
    background: #FFFFFF;
    color: #000000;
}

table.whiteTable thead th {
    border-color: black;
    text-align: left;
}

.playerPhoto {
    width: 2.5rem;
    height: 2.5rem;
}

.highcharts-tooltip-container {
    z-index: 999999 !important;
}

.divBadgeType {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.divBadgeSummary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    margin-bottom: 1rem;
}

.imgBadgeSummary {
    width: 36px;
    height: 46px;
}
.imgSquadPlanBadge {
    width: 70px;
    height: 89px;
}

.divSquadPlanBadgeRow {
    vertical-align: middle;
    padding: 2px;
    margin-bottom: 1rem !important;
    display: flex;
}

.divSquadPlanBadgeRowLeft {
    float:left
}
.divSquadPlanBadgeRowRight {
    float: right;
    align-self:center;
    margin-left: 1rem !important;
}

.divBadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    margin-bottom: 1rem;
}

.spanBadge {
    padding-top: 1rem;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;
    flex-grow: 1 !important;
    text-align:center;
}

.imgBadge {
    width: 138px;
    height: 177px;
}

.tooltip-inner-no-width {
    max-width: 100% !important;
    width: 200px;
}

.custom-tooltip-fit-content {
    max-width: fit-content !important;
}

.custom-tooltip-fit-content > .tooltip-inner {
    max-width: fit-content !important;
}

.releaseNote {
    text-transform: none;
    margin-bottom: 2rem;
}

.notDisplayBlock.collapse.in {
    display: contents;
}

.hourglass {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    border: solid 2px transparent;
    border-top-color: #000;
    border-left-color: #000;
    border-radius: 10px;
    -webkit-animation: pace-spinner .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite;
}

.improvementMatrixScoreHeader {
    text-align: right;
    right: -15px;
    position: relative;
}

svg  {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.squadPlanOnFieldEfficiencyPlot g[aria-label="y-axis label"]{
    font-size: 15px;
}
.squadPlanOnFieldEfficiencyPlot g[aria-label="x-axis label"] {
    font-size: 15px;
}
