.progress-bar-funds {
    width: calc(100% - 6px);
    height: 2em;
    background: #e0e0e0;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    margin-left: 25%;
}

.progress-bar-fill {
    display: block;
    height: 2em;
    border-radius: 3px;
}

g#scale path {
    stroke: white;
    stroke-width: 0.7;
}

.progress-percentage {
    color: black;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 50%;
    top: 35%;
    bottom: 0px;
    z-index: 1;
    width: 100%;
}

.pull-right{
    float:right
}
.pull-left{
    float:left
}

.custom-give-online {
    z-index: 1;
}

.relative-z1 {
    position:relative;
    z-index: 1;
}

/* Class just for links generated by Quill */
.ql-link {
    /*color: #007bff !important; */
    text-decoration: none;
}

.ql-link:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}
