#Dashboard {
    font-weight: 400;
}

#Dashboard h2 {
}

#Dashboard .dashboard-top {
}

#Dashboard .dashboard-top-flavorimage {
    width: 100%;
    border: 2px solid white;
    margin-bottom: 1rem;    
}

#Dashboard strong {
    font-weight: 700;
}

#Dashboard select {
    width: 100%;
    border: 1px solid #CCCCCC;
}

#Dashboard .goal-number-and-name {
    display: flex;
}
#Dashboard .goal-number-and-name div:first-child div {
    border-radius: 4px;
    background: #33505e;
    color: white;
    padding: .25rem 1rem;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    white-space: nowrap;
}
#Dashboard .goal-number-and-name div:last-child {
    font-size: 22px;
    padding-left: 1.25rem;
    padding-top: .125rem;
}

#Dashboard .metric-number-and-name {
    display: flex;
}
#Dashboard .metric-number-and-name div:first-child div {
    border-radius: 4px;
    background: #33505e;
    color: white;
    padding: .25rem 1rem;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    white-space: nowrap;
}
#Dashboard .metric-number-and-name div:last-child {
    font-size: 18px;
    padding-left: 1rem;
    padding-top: .125rem;
}

#Dashboard .text-large {
    font-size: 22px;
}
#Dashboard .text-small {
    font-size: 16px;
}
#Dashboard .text-xsmall {
    font-size: 14px;
}
#Dashboard .text-xxsmall {
    font-size: 12px;
}

#Dashboard div.row {
    margin-bottom: 0;
}
#Dashboard .col {
    padding: 0;
    float: none;
}

#Dashboard .goal-card {
    background: #33505e;
    color: white;
    border-radius: 4px;
    min-width: 150px;
}
#Dashboard .goal-card a {
    color: white;
    text-decoration: underline;
}
#Dashboard .goal-card p:first-child {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}

#Dashboard .bg-darkblue {
    background: #33505e;
}
#Dashboard .bg-beige {
    background: #e6e5e0;
}

#Dashboard #countypicker-map {
    width: 100%;
    height: 300px;
    background: transparent;
    z-index: 0;  /* site style, navbar can be occluded by vector features on map */
}

#Dashboard #linkages-map,
#Dashboard #largelandscape-map {
    min-width: 130px;
    width: 315px;
    height: 346px;
    background: transparent;
    z-index: 0;  /* site style, navbar can be occluded by vector features on map */
}

#Dashboard div.gradient {
    line-height: 0;
}
#Dashboard div.gradient span {
    display: inline-block;
    width: 11.111111%;
    height: 25px;
}

#Dashboard .donutchart {
}
@media (max-width: 991.98px) {
    #Dashboard .donutchart {
        text-align: center;
    }
}
#Dashboard .donutchart-chart {
    height: 175px;
}


#Dashboard .map-percentindicator-wrapper {
    position: relative;
}
#Dashboard .map-percentindicator-arrow {
    display: inline-block;
    background-color: black;
    border: 1px solid white;
    position: absolute;
    top: -6px;
    left: 0%;
    height: 36px;
    width: 5px;
}

#Dashboard .barchart {
}
#Dashboard .barchart.barchart-disabled {
    opacity: 0.15;
}
#Dashboard .barchart .barchart-bars {
    display: flex;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar {
    display: inline-block;
    height: 20px;
    width: 33.333333%;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-achieved {
    background-color: #b0bc22;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-difference {
    background: url(dashboard/hatchfill-bluegreen.png);
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-remaining {
    background-color: #32599d;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-achieved {
    z-index: 1;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-difference {
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-remaining {
}

#Dashboard .barchart .barchart-bars .barchart-bars-bar-achieved {
    position: relative;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-remaining {
    position: relative;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-achieved img {
    position: absolute;
    right: -5px;
    top: 5px;
}
#Dashboard .barchart .barchart-bars .barchart-bars-bar-remaining img {
    position: absolute;
    left: -4px;
    top: 1px;
}

#Dashboard #goal1,
#Dashboard #goal2,
#Dashboard #goal3,
#Dashboard #goal4,
#Dashboard #goal5 {
    scroll-margin-top: 100px;
}

#Dashboard a[data-tooltip-content] {
    text-decoration: underline;
}
#tooltip_contents {  /* storage area for HTML tooltips */
    display: none;
}
.tooltipster-base {
    pointer-events: auto;
}
.tooltipster-box {
    border-radius: 0 !important;
    border: 1px solid #CCCCCC !important;
    background: #33505e !important;
    color: #fff !important;
    padding: 5px !important;
    font-size: 14px !important;
}
.tooltipster-box a {
    color: white !important;
    font-weight: bold;
}
.tooltipster-arrow-border, .tooltipster-arrow-background {
    border-right-color: #33505e !important;
}


/**
 * crib the relevant bits of Bootstrap, which was used in the design of this Dashboard but is not present on the site
 */

#Dashboard button {
    border: 1px solid #645d21;
    background-color: white;
    color: #645d21;
    padding: 7px 9px;
    border-radius: 4px;
}

#Dashboard .d-none {
    display: none !important;
}

#Dashboard .text-center {
    text-align: center;
}
#Dashboard .text-left {
    text-align: left;
}
#Dashboard .text-right {
    text-align: right;
}

#Dashboard .card {
    border: 1px solid #DDD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#Dashboard .row {
    display: flex;
    flex-wrap: wrap;
}

#Dashboard .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

#Dashboard .col {
    flex: 1 0 0%;
}
#Dashboard .col-auto {
    width: fit-content;
}
#Dashboard .col-flex {
    flex: auto!important;
}
#Dashboard .col-1 {
    flex: 0 0 auto;
    width: 8.3333333%;
}
#Dashboard .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
#Dashboard .col-3 {
    flex: 0 0 auto;
    width: 25%;
}
#Dashboard .col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}
#Dashboard .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
#Dashboard .col-6 {
    flex: 0 0 auto;
    width: 50%;
}
#Dashboard .col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}
#Dashboard .col-8 {
    flex: 0 0 auto;
    width: 66.666666%;
}
#Dashboard .col-9 {
    flex: 0 0 auto;
    width: 75%;
}
#Dashboard .col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}
#Dashboard .col-11 {
    flex: 0 0 auto;
    width: 91.666666%;
}
#Dashboard .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    #Dashboard .col-lg {
        flex: 1 0 0%;
    }
    #Dashboard .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333%;
    }
    #Dashboard .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #Dashboard .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #Dashboard .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    #Dashboard .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #Dashboard .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #Dashboard .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    #Dashboard .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }
    #Dashboard .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #Dashboard .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    #Dashboard .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666666%;
    }
    #Dashboard .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #Dashboard .col-md {
        flex: 1 0 0%;
    }
    #Dashboard .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333%;
    }
    #Dashboard .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #Dashboard .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #Dashboard .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    #Dashboard .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #Dashboard .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #Dashboard .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    #Dashboard .col-md-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }
    #Dashboard .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #Dashboard .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    #Dashboard .col-md-11 {
        flex: 0 0 auto;
        width: 91.666666%;
    }
    #Dashboard .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 576px) {
    #Dashboard .col-sm {
        flex: 1 0 0%;
    }
    #Dashboard .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333%;
    }
    #Dashboard .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    #Dashboard .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    #Dashboard .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    #Dashboard .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    #Dashboard .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #Dashboard .col-sm-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    #Dashboard .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666666%;
    }
    #Dashboard .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    #Dashboard .col-sm-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    #Dashboard .col-sm-11 {
        flex: 0 0 auto;
        width: 91.666666%;
    }
    #Dashboard .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

#Dashboard .m-1 {
    margin: 0 !important;
}
#Dashboard .m-1 {
    margin: .25rem !important;
}
#Dashboard .m-2 {
    margin: .5rem !important;
}
#Dashboard .m-3 {
    margin: 1rem !important;
}
#Dashboard .m-4 {
    margin: 1.5rem !important;
}
#Dashboard .m-5 {
    margin: 3rem !important;
}

#Dashboard .mb-0 {
    margin-bottom: 0 !important;
}
#Dashboard .mb-1 {
    margin-bottom: .25rem !important;
}
#Dashboard .mb-2 {
    margin-bottom: .5rem !important;
}
#Dashboard .mb-3 {
    margin-bottom: 1rem !important;
}
#Dashboard .mb-4 {
    margin-bottom: 1.5rem !important;
}
#Dashboard .mb-5 {
    margin-bottom: 3rem !important;
}

#Dashboard .mt-0 {
    margin-top: 0 !important;
}
#Dashboard .mt-1 {
    margin-top: .25rem !important;
}
#Dashboard .mt-2 {
    margin-top: .5rem !important;
}
#Dashboard .mt-3 {
    margin-top: 1rem !important;
}
#Dashboard .mt-4 {
    margin-top: 1.5rem !important;
}
#Dashboard .mt-5 {
    margin-top: 3rem !important;
}

#Dashboard .ml-0 {
    margin-left: 0 !important;
}
#Dashboard .ml-1 {
    margin-left: .25rem !important;
}
#Dashboard .ml-2 {
    margin-left: .5rem !important;
}
#Dashboard .ml-3 {
    margin-left: 1rem !important;
}
#Dashboard .ml-4 {
    margin-left: 1.5rem !important;
}
#Dashboard .ml-5 {
    margin-left: 3rem !important;
}

#Dashboard .mr-0 {
    margin-right: 0 !important;
}
#Dashboard .mr-1 {
    margin-right: .25rem !important;
}
#Dashboard .mr-2 {
    margin-right: .5rem !important;
}
#Dashboard .mr-3 {
    margin-right: 1rem !important;
}
#Dashboard .mr-4 {
    margin-right: 1.5rem !important;
}
#Dashboard .mr-5 {
    margin-right: 3rem !important;
}

#Dashboard .p-0 {
    padding: 0 !important;
}
#Dashboard .p-1 {
    padding: .25rem !important;
}
#Dashboard .p-2 {
    padding: .5rem !important;
}
#Dashboard .p-3 {
    padding: 1rem !important;
}
#Dashboard .p-4 {
    padding: 1.5rem !important;
}
#Dashboard .p-5 {
    padding: 3rem !important;
}

#Dashboard .pb-0 {
    padding-bottom: 0 !important;
}
#Dashboard .pb-1 {
    padding-bottom: .25rem !important;
}
#Dashboard .pb-2 {
    padding-bottom: .5rem !important;
}
#Dashboard .pb-3 {
    padding-bottom: 1rem !important;
}
#Dashboard .pb-4 {
    padding-bottom: 1.5rem !important;
}
#Dashboard .pb-5 {
    padding-bottom: 3rem !important;
}

#Dashboard .pt-0 {
    padding-top: 0 !important;
}
#Dashboard .pt-1 {
    padding-top: .25rem !important;
}
#Dashboard .pt-2 {
    padding-top: .5rem !important;
}
#Dashboard .pt-3 {
    padding-top: 1rem !important;
}
#Dashboard .pt-4 {
    padding-top: 1.5rem !important;
}
#Dashboard .pt-5 {
    padding-top: 3rem !important;
}

#Dashboard .pl-0 {
    padding-left: 0 !important;
}
#Dashboard .pl-1 {
    padding-left: .25rem !important;
}
#Dashboard .pl-2 {
    padding-left: .5rem !important;
}
#Dashboard .pl-3 {
    padding-left: 1rem !important;
}
#Dashboard .pl-4 {
    padding-left: 1.5rem !important;
}
#Dashboard .pl-5 {
    padding-left: 3rem !important;
}

#Dashboard .pr-0 {
    padding-right: 0 !important;
}
#Dashboard .pr-1 {
    padding-right: .25rem !important;
}
#Dashboard .pr-2 {
    padding-right: .5rem !important;
}
#Dashboard .pr-3 {
    padding-right: 1rem !important;
}
#Dashboard .pr-4 {
    padding-right: 1.5rem !important;
}
#Dashboard .pr-5 {
    padding-right: 3rem !important;
}

@media (min-width: 576px) {
    #Dashboard .m-sm-1 {
        margin: 0 !important;
    }
    #Dashboard .m-sm-1 {
        margin: .25rem !important;
    }
    #Dashboard .m-sm-2 {
        margin: .5rem !important;
    }
    #Dashboard .m-sm-3 {
        margin: 1rem !important;
    }
    #Dashboard .m-sm-4 {
        margin: 1.5rem !important;
    }
    #Dashboard .m-sm-5 {
        margin: 3rem !important;
    }

    #Dashboard .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    #Dashboard .mb-sm-1 {
        margin-bottom: .25rem !important;
    }
    #Dashboard .mb-sm-2 {
        margin-bottom: .5rem !important;
    }
    #Dashboard .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    #Dashboard .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    #Dashboard .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    #Dashboard .mt-sm-0 {
        margin-top: 0 !important;
    }
    #Dashboard .mt-sm-1 {
        margin-top: .25rem !important;
    }
    #Dashboard .mt-sm-2 {
        margin-top: .5rem !important;
    }
    #Dashboard .mt-sm-3 {
        margin-top: 1rem !important;
    }
    #Dashboard .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    #Dashboard .mt-sm-5 {
        margin-top: 3rem !important;
    }

    #Dashboard .ml-sm-0 {
        margin-left: 0 !important;
    }
    #Dashboard .ml-sm-1 {
        margin-left: .25rem !important;
    }
    #Dashboard .ml-sm-2 {
        margin-left: .5rem !important;
    }
    #Dashboard .ml-sm-3 {
        margin-left: 1rem !important;
    }
    #Dashboard .ml-sm-4 {
        margin-left: 1.5rem !important;
    }
    #Dashboard .ml-sm-5 {
        margin-left: 3rem !important;
    }

    #Dashboard .mr-sm-0 {
        margin-right: 0 !important;
    }
    #Dashboard .mr-sm-1 {
        margin-right: .25rem !important;
    }
    #Dashboard .mr-sm-2 {
        margin-right: .5rem !important;
    }
    #Dashboard .mr-sm-3 {
        margin-right: 1rem !important;
    }
    #Dashboard .mr-sm-4 {
        margin-right: 1.5rem !important;
    }
    #Dashboard .mr-sm-5 {
        margin-right: 3rem !important;
    }

    #Dashboard .p-sm-0 {
        padding: 0 !important;
    }
    #Dashboard .p-sm-1 {
        padding: .25rem !important;
    }
    #Dashboard .p-sm-2 {
        padding: .5rem !important;
    }
    #Dashboard .p-sm-3 {
        padding: 1rem !important;
    }
    #Dashboard .p-sm-4 {
        padding: 1.5rem !important;
    }
    #Dashboard .p-sm-5 {
        padding: 3rem !important;
    }

    #Dashboard .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    #Dashboard .pb-sm-1 {
        padding-bottom: .25rem !important;
    }
    #Dashboard .pb-sm-2 {
        padding-bottom: .5rem !important;
    }
    #Dashboard .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    #Dashboard .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    #Dashboard .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    #Dashboard .pt-sm-0 {
        padding-top: 0 !important;
    }
    #Dashboard .pt-sm-1 {
        padding-top: .25rem !important;
    }
    #Dashboard .pt-sm-2 {
        padding-top: .5rem !important;
    }
    #Dashboard .pt-sm-3 {
        padding-top: 1rem !important;
    }
    #Dashboard .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    #Dashboard .pt-sm-5 {
        padding-top: 3rem !important;
    }

    #Dashboard .pl-sm-0 {
        padding-left: 0 !important;
    }
    #Dashboard .pl-sm-1 {
        padding-left: .25rem !important;
    }
    #Dashboard .pl-sm-2 {
        padding-left: .5rem !important;
    }
    #Dashboard .pl-sm-3 {
        padding-left: 1rem !important;
    }
    #Dashboard .pl-sm-4 {
        padding-left: 1.5rem !important;
    }
    #Dashboard .pl-sm-5 {
        padding-left: 3rem !important;
    }

    #Dashboard .pr-sm-0 {
        padding-right: 0 !important;
    }
    #Dashboard .pr-sm-1 {
        padding-right: .25rem !important;
    }
    #Dashboard .pr-sm-2 {
        padding-right: .5rem !important;
    }
    #Dashboard .pr-sm-3 {
        padding-right: 1rem !important;
    }
    #Dashboard .pr-sm-4 {
        padding-right: 1.5rem !important;
    }
    #Dashboard .pr-sm-5 {
        padding-right: 3rem !important;
    }
    #Dashboard .d-sm-none {
        display: none;
    }
    #Dashboard .d-sm-block {
        display: block;
    }
}

@media (min-width: 768px) {
    #Dashboard .m-md-1 {
        margin: 0 !important;
    }
    #Dashboard .m-md-1 {
        margin: .25rem !important;
    }
    #Dashboard .m-md-2 {
        margin: .5rem !important;
    }
    #Dashboard .m-md-3 {
        margin: 1rem !important;
    }
    #Dashboard .m-md-4 {
        margin: 1.5rem !important;
    }
    #Dashboard .m-md-5 {
        margin: 3rem !important;
    }

    #Dashboard .mb-md-0 {
        margin-bottom: 0 !important;
    }
    #Dashboard .mb-md-1 {
        margin-bottom: .25rem !important;
    }
    #Dashboard .mb-md-2 {
        margin-bottom: .5rem !important;
    }
    #Dashboard .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    #Dashboard .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    #Dashboard .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    #Dashboard .mt-md-0 {
        margin-top: 0 !important;
    }
    #Dashboard .mt-md-1 {
        margin-top: .25rem !important;
    }
    #Dashboard .mt-md-2 {
        margin-top: .5rem !important;
    }
    #Dashboard .mt-md-3 {
        margin-top: 1rem !important;
    }
    #Dashboard .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    #Dashboard .mt-md-5 {
        margin-top: 3rem !important;
    }

    #Dashboard .ml-md-0 {
        margin-left: 0 !important;
    }
    #Dashboard .ml-md-1 {
        margin-left: .25rem !important;
    }
    #Dashboard .ml-md-2 {
        margin-left: .5rem !important;
    }
    #Dashboard .ml-md-3 {
        margin-left: 1rem !important;
    }
    #Dashboard .ml-md-4 {
        margin-left: 1.5rem !important;
    }
    #Dashboard .ml-md-5 {
        margin-left: 3rem !important;
    }

    #Dashboard .mr-md-0 {
        margin-right: 0 !important;
    }
    #Dashboard .mr-md-1 {
        margin-right: .25rem !important;
    }
    #Dashboard .mr-md-2 {
        margin-right: .5rem !important;
    }
    #Dashboard .mr-md-3 {
        margin-right: 1rem !important;
    }
    #Dashboard .mr-md-4 {
        margin-right: 1.5rem !important;
    }
    #Dashboard .mr-md-5 {
        margin-right: 3rem !important;
    }

    #Dashboard .p-md-0 {
        padding: 0 !important;
    }
    #Dashboard .p-md-1 {
        padding: .25rem !important;
    }
    #Dashboard .p-md-2 {
        padding: .5rem !important;
    }
    #Dashboard .p-md-3 {
        padding: 1rem !important;
    }
    #Dashboard .p-md-4 {
        padding: 1.5rem !important;
    }
    #Dashboard .p-md-5 {
        padding: 3rem !important;
    }

    #Dashboard .pb-md-0 {
        padding-bottom: 0 !important;
    }
    #Dashboard .pb-md-1 {
        padding-bottom: .25rem !important;
    }
    #Dashboard .pb-md-2 {
        padding-bottom: .5rem !important;
    }
    #Dashboard .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    #Dashboard .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    #Dashboard .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    #Dashboard .pt-md-0 {
        padding-top: 0 !important;
    }
    #Dashboard .pt-md-1 {
        padding-top: .25rem !important;
    }
    #Dashboard .pt-md-2 {
        padding-top: .5rem !important;
    }
    #Dashboard .pt-md-3 {
        padding-top: 1rem !important;
    }
    #Dashboard .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    #Dashboard .pt-md-5 {
        padding-top: 3rem !important;
    }

    #Dashboard .pl-md-0 {
        padding-left: 0 !important;
    }
    #Dashboard .pl-md-1 {
        padding-left: .25rem !important;
    }
    #Dashboard .pl-md-2 {
        padding-left: .5rem !important;
    }
    #Dashboard .pl-md-3 {
        padding-left: 1rem !important;
    }
    #Dashboard .pl-md-4 {
        padding-left: 1.5rem !important;
    }
    #Dashboard .pl-md-5 {
        padding-left: 3rem !important;
    }

    #Dashboard .pr-md-0 {
        padding-right: 0 !important;
    }
    #Dashboard .pr-md-1 {
        padding-right: .25rem !important;
    }
    #Dashboard .pr-md-2 {
        padding-right: .5rem !important;
    }
    #Dashboard .pr-md-3 {
        padding-right: 1rem !important;
    }
    #Dashboard .pr-md-4 {
        padding-right: 1.5rem !important;
    }
    #Dashboard .pr-md-5 {
        padding-right: 3rem !important;
    }
    #Dashboard .d-md-none {
        display: none;
    }
    #Dashboard .d-md-block {
        display: block;
    }
}

@media (min-width: 992px) {
    #Dashboard .m-lg-1 {
        margin: 0 !important;
    }
    #Dashboard .m-lg-1 {
        margin: .25rem !important;
    }
    #Dashboard .m-lg-2 {
        margin: .5rem !important;
    }
    #Dashboard .m-lg-3 {
        margin: 1rem !important;
    }
    #Dashboard .m-lg-4 {
        margin: 1.5rem !important;
    }
    #Dashboard .m-lg-5 {
        margin: 3rem !important;
    }

    #Dashboard .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    #Dashboard .mb-lg-1 {
        margin-bottom: .25rem !important;
    }
    #Dashboard .mb-lg-2 {
        margin-bottom: .5rem !important;
    }
    #Dashboard .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    #Dashboard .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    #Dashboard .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    #Dashboard .mt-lg-0 {
        margin-top: 0 !important;
    }
    #Dashboard .mt-lg-1 {
        margin-top: .25rem !important;
    }
    #Dashboard .mt-lg-2 {
        margin-top: .5rem !important;
    }
    #Dashboard .mt-lg-3 {
        margin-top: 1rem !important;
    }
    #Dashboard .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    #Dashboard .mt-lg-5 {
        margin-top: 3rem !important;
    }

    #Dashboard .ml-lg-0 {
        margin-left: 0 !important;
    }
    #Dashboard .ml-lg-1 {
        margin-left: .25rem !important;
    }
    #Dashboard .ml-lg-2 {
        margin-left: .5rem !important;
    }
    #Dashboard .ml-lg-3 {
        margin-left: 1rem !important;
    }
    #Dashboard .ml-lg-4 {
        margin-left: 1.5rem !important;
    }
    #Dashboard .ml-lg-5 {
        margin-left: 3rem !important;
    }

    #Dashboard .mr-lg-0 {
        margin-right: 0 !important;
    }
    #Dashboard .mr-lg-1 {
        margin-right: .25rem !important;
    }
    #Dashboard .mr-lg-2 {
        margin-right: .5rem !important;
    }
    #Dashboard .mr-lg-3 {
        margin-right: 1rem !important;
    }
    #Dashboard .mr-lg-4 {
        margin-right: 1.5rem !important;
    }
    #Dashboard .mr-lg-5 {
        margin-right: 3rem !important;
    }

    #Dashboard .p-lg-0 {
        padding: 0 !important;
    }
    #Dashboard .p-lg-1 {
        padding: .25rem !important;
    }
    #Dashboard .p-lg-2 {
        padding: .5rem !important;
    }
    #Dashboard .p-lg-3 {
        padding: 1rem !important;
    }
    #Dashboard .p-lg-4 {
        padding: 1.5rem !important;
    }
    #Dashboard .p-lg-5 {
        padding: 3rem !important;
    }

    #Dashboard .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    #Dashboard .pb-lg-1 {
        padding-bottom: .25rem !important;
    }
    #Dashboard .pb-lg-2 {
        padding-bottom: .5rem !important;
    }
    #Dashboard .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    #Dashboard .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    #Dashboard .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    #Dashboard .pt-lg-0 {
        padding-top: 0 !important;
    }
    #Dashboard .pt-lg-1 {
        padding-top: .25rem !important;
    }
    #Dashboard .pt-lg-2 {
        padding-top: .5rem !important;
    }
    #Dashboard .pt-lg-3 {
        padding-top: 1rem !important;
    }
    #Dashboard .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    #Dashboard .pt-lg-5 {
        padding-top: 3rem !important;
    }

    #Dashboard .pl-lg-0 {
        padding-left: 0 !important;
    }
    #Dashboard .pl-lg-1 {
        padding-left: .25rem !important;
    }
    #Dashboard .pl-lg-2 {
        padding-left: .5rem !important;
    }
    #Dashboard .pl-lg-3 {
        padding-left: 1rem !important;
    }
    #Dashboard .pl-lg-4 {
        padding-left: 1.5rem !important;
    }
    #Dashboard .pl-lg-5 {
        padding-left: 3rem !important;
    }

    #Dashboard .pr-lg-0 {
        padding-right: 0 !important;
    }
    #Dashboard .pr-lg-1 {
        padding-right: .25rem !important;
    }
    #Dashboard .pr-lg-2 {
        padding-right: .5rem !important;
    }
    #Dashboard .pr-lg-3 {
        padding-right: 1rem !important;
    }
    #Dashboard .pr-lg-4 {
        padding-right: 1.5rem !important;
    }
    #Dashboard .pr-lg-5 {
        padding-right: 3rem !important;
    }
    #Dashboard .d-lg-none {
        display: none;
    }
    #Dashboard .d-lg-block {
        display: block;
    }
}