.sf-rounded {
    border-radius: 20px;
    overflow: hidden;
}

.sf-widget {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: Metropolis, sans-serif;
    overflow: hidden;
    position: relative;
    border: 0;
    box-shadow: 0px 0px 3px 3px #e2e2e2;
}

.sf-popup-widget {
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: Metropolis, sans-serif;
    overflow: hidden;
    position: relative;
    border: 0;
}

.sf-plugin-container {
    overflow: hidden; 
    max-height: 100%;   
}

.sf-plugin-image {
    width: 100%;
}

.sf-popup-container {
    max-height: 400px;
    overflow: scroll;
    overscroll-behavior: contain;
}

.sf-header {
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    background: linear-gradient(to right, #1A9AF1, #0047B1);
    padding: 10px;
}

.sf-bg-orange {
    background-color: rgba(251, 151, 45, 1.00);
}

#sf-daily-progress {
    background-color: #f9f9f9;
    height: 2px;
    width: 100%;
    padding: 10px;
    background-clip: content-box;
    box-sizing: content-box;
}

#sf-daily-progress-bug {
    background-color: #f9f9f9;
    height: 10px;
    width: 10px;
    background-clip: content-box;
    display: block;
    border-radius: 50%;
    position: relative;
    top: -4px;
}


.sf-px-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.sf-p-2 {
    padding: 10px;
}

.sf-icon {
    width: 30px;
    margin-right: 10px;
}

.sf-grey {
    background-color: #ccc;
    padding: 10px;
    border-radius: 18px;
    color: white;
    font-weight: bold;
}

.sf-w-100 {
    width: 100%;
}

.sf-btn-orange {
    background-color: rgba(251, 151, 45, 1.00);
    color: black;
    padding: 10px;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
}

.sf-btn-red {
    background-color: hsl(360, 95%, 62%);
    color: whitesmoke;
    padding: 10px;
    border: none;
    border-radius: 11px;
    cursor: pointer;
    text-decoration: none;
}

.sf-decoration-none {
    text-decoration: none;
}

.sf-ml-2 {
    margin-left: 15px;
}

.sf-text-white {
    color: white;
}

.sf-grow {
    flex-grow: 1;
}

.sf-m-0 {
    margin: 0;
}

.sf-heavy {
    font-weight: bold;
    color: hsla(203, 100%, 37%, 1.00);
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 0;
}

.sf-text {
    margin: 0;
}

.sf-lighter {
    font-weight: lighter;
    font-style: italic;
    opacity: 0.6;
    margin: 0;
    margin-bottom: 7px;
}

.sf-flex {
    display: flex;
    justify-content: space-between;
}

.sf-flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sf-flex-center {
    display: flex;
    justify-content: center;
}

.sf-align-items-center {
    align-items: center;
}

.sf-justify-content-between {
    width: 100%;
    justify-content: space-between;
    font-size: 0.8em;
}

.sf-space-around {
    justify-content: space-around;
}

.sf-logo img {
    max-width: 100px;
}

.sf-strap img {
    max-width: 100%;
}

.sf-flex-left {
    justify-content: space-around;
}

.sf-align-center {
    align-items: center;
}

.sf-widget-heading {
    font-size: 1.2em;
    font-weight: bold;
}

.sf-widget-heading span {
    font-weight: lighter;
}

.sf-my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sf-footer {
    margin:0;
    padding: 0;
}

#sf-popup-open {
    margin-top: 10px;
    margin-bottom: 15px;
}

#sf-popup-close i {
    color: hsl(360, 95%, 62%);
}

.sf-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

blockquote.sf-scripture-reading {
    background-color: hsl(43, 90%, 94%);
    padding: 15px 20px;
    font-family: Metropolis, sans-serif;
    margin-top: 20px;
    border-radius: 15px
}

.sf-popup {
    border-radius: 10px;
    max-width: 600px;
    max-height: 800px;
    overflow: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.sf-bg-red {
    background-color: #ff0000;
}

#sf-daily-play, #sf-daily-minus-ten, #sf-daily-plus-ten {
    font-size: 18px;
    color: white;
}
