.admin-header nav{
    min-height: 60px;
}

.admin-main-body{
    margin-right: 250px;
}

.admin-body{
    padding-top: 60px;
}

.chart-holder{
    height: 300px;
    direction: ltr;
}

.chart-holder .recharts-responsive-container{
    max-width: 90vw;
}

.chart-holder tspan{
    font-size: 11px;
}

.aside-holder{
    height: 100%;
    position: fixed;
}

.recharts-legend-item-text{
    font-size: 14px;
}

.dashboard-report-item{
    background-color: #c9550033;
    border-radius: 14px;
    padding: 24px;
}

.recharts-tooltip-wrapper{
    border-radius: 12px !important;
    overflow: hidden;
}

.reject-notification{
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(236, 139, 122, 0.623);
    color: black;
    font-size: 15px;
    text-align: center;
}
.reject-notification p{
    text-align: center;
    font-weight: bold;
    font-size: 20px;

}

.refereeSelectionBox {
    background-color: #45f7d912;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.marketingScoreBox {
    appearance: "textfield";
    background-color: #20d53487;
    font-weight: "bold";
}

.professionalScoreBox {
    background-color: #20d5ba87;
    appearance: "textfield";
    font-weight: "bold";
}

.marketingScoreBoxReadOnly {
    appearance: "textfield";
    background-color: #20d5354f;
    font-weight: "bold";
}

.professionalScoreBoxReadOnly {
    background-color: #20d5ba48;
    appearance: "textfield";
    font-weight: "bold";
}

.proTable {
    background-color: #20d5ba7a !important;
}
.marTable{
    background-color: #32aa407a !important;
}
.sumTable{
    background-color: #d5ba204f !important;
}