﻿.dg_performance-scores__table tbody tr.score-divider {
    border-bottom: 4px solid var(--color-1);
}

.dg_performance-scores .counter-score {
    color: var(--color-1);
}

.dg_performance-scores__stats-box {
    width: 33%;
    padding-left: 36px !important;
    min-width: 410px;
    position: relative;
}

.dg_performance-scores__graph-title {
    margin-bottom: 20px;
}

.dg_performance-scores__vital-stats .vital-stats__title {
    font-size: 24px;
}

.dg_performance-scores__vital-stats .handicap-index {
    font-weight: normal;
    font-size: 60px;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #BFC4C8;
}

.dg_performance-scores__title {
    color: var(--color-3);
}

.dg_performance-scores__stats-box {
    width: 33%;
    padding-left: 36px !important;
    min-width: 410px;
    position: relative;
}

.dg_performance-scores__vital-stats .vital-stats__title {
    font-size: 24px;
}

.dg_performance-scores__vital-stats .handicap-index {
    font-weight: normal;
    font-size: 60px;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #BFC4C8;
}


.dg_performance-scores__graph-title {
    margin-bottom: 20px;
}

.dg_performance-scores__table thead {
    background-color: var(--color-3);
}

.dg_performance-scores .counter-score:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%2330E0BB'%3E%3Cpath d='M200-120v-680h360l16 80h224v400H520l-16-80H280v280h-80Zm300-440Zm86 160h134v-240H510l-16-80H280v240h290l16 80Z'/%3E%3C/svg%3E") !important;
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translateY(2px);
}

.dg_performance-scores .score-comments button {
    height: 100%;
    border-color: var(--color-1) !important;
    background-color: var(--color-1) !important;
    color: var(--color-3) !important;
}

    .dg_performance-scores .score-comments button:hover {
        border-color: var(--color-1) !important;
        color: #fff !important;
        background-color: var(--color-1) !important;
    }

.dg_performance-scores .score-comments input {
    padding: 22px 10px;
    border: none;
    border-left: 1px solid var(--color-1);
    border-top: 1px solid var(--color-1);
    border-bottom: 1px solid var(--color-1);
}

.dg_performance-scores .dg_performance-scores__graph-filters {
    display: flex;
    align-items: center;
    gap: 13px;
}

.dg_performance-scores .btn-previous,
.dg_performance-scores .btn-next,
.dg_performance-scores__footer-right .btn-primary {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-3);
    border: 1px solid var(--color-3);
    border-radius: 30px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    line-height: normal;
}

    .dg_performance-scores .btn-previous:after,
    .dg_performance-scores .btn-next:after,
    .dg_performance-scores__footer-right .btn-primary:after {
        content: "\e900";
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        transition: transform 0.3s ease-in-out;
    }

.dg_performance-scores nav .btn-previous i, 
.dg_performance-scores nav .btn-next i {
    display: none;
}

.dg_performance-scores nav .btn-previous:after {
    transform: rotate(180deg);
}

.dg_performance-scores .low-handicap-index {
    margin-top: 15px;
    font-size: 16px;
    padding-top: 0px !important;
    margin-bottom: -12px !important;
}

.dg_performance-scores .low-handicap-index-short {
    margin-top: 0px;
    font-size: 16px;
    padding-top: 0px !important;
    margin-bottom: -12px !important;
}

.dg_performance-scores .filter-container {
    justify-content: center !important;
}

    .dg_performance-scores .filter-container .whs-rated {
        display: flex;
        gap: 15px;
    }

    .dg_performance-scores .filter-container .btn-primary {
        border-radius: 100px;
        background-color: #e2e2e2;
        padding: 12px 20px;
    }

        .dg_performance-scores .filter-container .btn-primary.focus {
            background-color: var(--color-1);
        }

        .dg_performance-scores .filter-container .btn-primary:hover {
            background-color: var(--color-1);
        }

        .dg_performance-scores .filter-container .btn-primary:active {
            outline: none;
            box-shadow: none;
        }

.dg_performance-scores .filter-container .facility-types {
    display: none !important;
}

.dg_performance-scores .filter-container .btn-primary.focus {
    background-color: var(--color-1);
}

    .dg_performance-scores .filter-container .whs-rated.focus {
        gap: 15px;
    }

.dg_performance-scores .vital-stats__title {
    color: var(--color-3);
}

.dg_performance-scores .vital-stats__info {
    margin-top: 15px;
    font-size: 16px;
}

    .dg_performance-scores .vital-stats__info + .vital-stats__info {
        margin-top: 2px;
    }

.dg_performance-scores .handicap-index {
    padding-top: 40px;
    border-bottom: 1px solid #BFC4C8;
}

.dg_performance-scores .tile {
    background-color: var(--color-3);
}

.dg_performance-scores .handicap-index span {
    color: var(--color-3);
}

.dg_performance-scores .badge {
    white-space: pre-wrap;
    color: #212529;
}

    .dg_performance-scores .badge.bg-warning {
        background-color: var(--ga-yellow) !important;
    }

.dg_performance-scores .filter-container .btn-primary:hover,
.dg_performance-scores .filter-container .btn-primary.focus {
    background: var(--color-1);
}

.dg_performance-scores__profile--name {
    color: var(--color-3);
}

.dg_performance-scores__table th .fal.fa-question-circle {
    display: none;
}