/**
 * Courage Donation Bar & Donor List Styles
 * Extracted from theme styles
 */

/* Donor List Styles */
.donor-container {
    padding-top: 30px;
}

.donor-list > li {
    font-weight: bold;
    color: #393939;
}

/* Courage Bar Container Styles */
.courage-bar-container {
    position: relative;
    padding: 0 0 280px 0;
}

.courage-bar-container .bar-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.courage-bar-container .bar-wrapper .bar-bg {
    background-image: url('../images/event-meter-bg.png');
    background-size: 274px 862px;
    width: 274px;
    height: 862px;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(30px 30px 50px rgba(0, 0, 0, 0.1));
}

.courage-bar-container .bar-wrapper .bar-bg .bar-inner {
    position: relative;
    height: 862px;
    padding-top: 70px;
}

.courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer {
    display: block;
    position: absolute;
    width: 70px;
    margin: 0 auto 0 auto;
    height: 532px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer .bar-filler {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #85388A;
    width: 100%;
    height: 0;
    left: -1px;
}

.courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer .bar-filler[data-height="100"] {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
}

.courage-bar-container .bar-wrapper .bar-circle {
    width: 175px;
    height: 175px;
    border-radius: 100%;
    margin: 0 auto 0 auto;
    background-color: #85388A;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.courage-bar-container .bar-wrapper .bar-circle::before {
    display: block;
    content: "";
    width: 70px;
    height: 54px;
    background-color: #85388A;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 2px solid #FFFFFF;
    margin-left: -1px;
}

.courage-bar-container .bar-wrapper .bar-segment {
    display: block;
    width: 70px;
    height: 90px;
    margin: 0 auto 0 auto;
    background-color: #D0D0D0;
    border-bottom: 2px solid #ffffff;
}

.courage-bar-container .bar-wrapper .bar-segment:first-of-type {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.courage-bar-container .bar-wrapper .bar-right {
    text-align: left;
    padding-left: 231px;
}

.courage-bar-container .bar-wrapper .bar-goal {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 56px;
    color: #393939;
    display: block;
    margin-bottom: 0;
    position: relative;
    top: -20px;
}

.courage-bar-container .bar-wrapper .bar-goal small{
    display: block;
    font-size: 20px;
    line-height: 1;
}

.courage-bar-container .bar-wrapper .line-segment {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    color: #393939;
    position: relative;
    text-align: left;
    height: 90px;
    padding-left: 106px;
}

.courage-bar-container .bar-wrapper .line-segment .amount-number {
    position: relative;
    top: -6px;
}

.courage-bar-container .bar-wrapper .line-segment::before {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 58px;
    height: 2px;
    background-color: #393939;
}

.courage-bar-container .bar-wrapper .line-segment::after {
    display: block;
    content: "";
    top: 57px;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: #393939;
    position: absolute;
}

.courage-bar-container .bar-wrapper .line-segment:last-child::after {
    display: none;
}

.courage-bar-container .bar-container {
    padding-top: 25px;
}

.donation-form-section{
    display: none;
}

/* Responsive Styles - Tablet */
/* @media only screen and (max-width: 1440px) and (min-width: 1024px)  { */
@media screen and (max-width: 1020px) {
    .courage-bar-container{
        zoom: 80%;
    }
}
@media screen and (max-width: 640px) {
    .courage-bar-container{
        zoom: 60%;
    }
}
/*
@media screen and (max-width: 1020px) {
    .courage-bar-container .bar-wrapper .bar-bg {
        height: 431px;
        padding-top: 41px;
    }
    
    .courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer {
        height: 261px;
        width: 35px;
        margin-left: -1px;
    }
    
    .courage-bar-container .bar-wrapper .bar-segment {
        width: 35px;
        height: 40px;
        border-bottom: none;
    }
    
    .courage-bar-container .bar-wrapper .bar-segment:first-of-type {
        height: 40px;
    }
    
    .courage-bar-container .bar-wrapper .bar-circle {
        width: 88px;
        height: 88px;
        bottom: 25px;
    }
    
    .courage-bar-container .bar-wrapper .bar-circle::before {
        width: 35px;
        height: 27px;
        top: -21px;
    }
    
    .courage-bar-container .bar-wrapper .bar-right {
        text-align: left;
        padding-right: 0;
        width: 100%;
        padding-left: 115px;
    }
    
    .courage-bar-container .bar-wrapper .bar-goal {
        font-size: 23px;
        margin-bottom: 24px;
        line-height: 30px;
        margin-bottom: 0;
        top: -10px;
    }
    
    .courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer .bar-filler {
        /* Removed min-height to allow very small percentages to show *//*
        min-height: 0.01% !important;
    }
    
    .courage-bar-container .bar-wrapper .bar-bg .bar-filler-outer .bar-filler[data-height="100"] {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .courage-bar-container {
        padding: 0 0 140px 0;
    }
}

/* Responsive Styles - Mobile */
/*
@media screen and (max-width: 640px) {
    .courage-bar-container .bar-container {
        padding-top: 25px;
    }
}*/ 

