.slider-box {
    border-radius: 4px;
    background-color: #f4f2f0;
    max-width: 473px;
    margin: 13px auto;
    padding: 20px;
    margin-top: 40px;
}


[class*='-goal'] {
    position: relative;
}

[class*='-goal']::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    display: block;
    background-color: #fff;
    z-index: 0;
    content: "";
}

.donation-box {
    z-index: 2;
    box-shadow: 2px 6px 8px #00000026;
    text-align: center;
    background-color: var(--white-color);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 40em) {
    .slider-box {
        padding: 20px 60px;
    }

    [class*='-goal']:before {
        height: 150px;
    }
}

.donation-box::after {
    content: "";
    position: absolute;
    width: 110%;
    height: 90%;
    top: 5%;
    left: -2%;
    z-index: -1;
    background: url(https://storwukentico03pd.blob.core.windows.net/wucanadamedia/wfuca/media/community/mask-group-2.png) 0 0 repeat;
    transform: rotate(-13deg);
    background-repeat: repeat-x;
    background-position: center center;
}

.donation-box .content-section {
    padding: 0;
}

.donation-box .slider-box .amount input {
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: inherit;
    display: inline-block;
    width: 100%;
    cursor: text;
    text-align: center;
}

.donation-box .slider-box .amount {
    color: #435f26;
    font-size: 70px;
    font-family: "acumin-pro-condensed";
    font-weight: 800;
    font-style: normal;
    letter-spacing: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 40em) {
    .donation-box .slider-box .amount {
        font-size: 90px;
    }

    .donation-box .slider-box .amount input {
        letter-spacing: 10px
    }
}

.donation-box .slider-box .slider {
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    opacity: 1 !important;
    cursor: default !important
}

.donation-box .slider-box .slider-fill {
    background-color: #6f912d;
    height: 20px;
    border-radius: 10px
}

.donation-box .slider-box .slider-fill:after {
    content: "";
    left: 10px;
    right: 10px;
    border-radius: 3px;
    height: 3px;
    top: 7px;
    background-color: #dbe6c4;
    display: block;
    z-index: 1;
    position: absolute;
    opacity: .2
}

.donation-box .slider-box .slider-handle {
    display: none
}

.donation-box .slider-box .slider-per {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 20px 0
}

.donation-box .slider-box .slider-per label {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 800
}

.donation-box .slider-box .slider-per span {
    display: inline-block;
    width: 2px;
    height: 13px;
    background: #d3cdc4
}

.donation-box .date-time {
    color: #9d9d9d;
    font-size: 11px;
    font-family: "acumin-pro";
    font-weight: 500;
    margin-bottom: 2rem;
}
.donation-box .donation-link {
  margin-top: 2rem;
}