footer {
    /* Navigation */
    flex-shrink: 0;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 21px;
    border-radius: 24px 24px 0px 0px;
    background: #FFF;
    box-shadow: 0px -2px 10px 0px rgba(158, 158, 158, 0.15);
    margin: auto;
    margin-bottom: 0;
}


.progress-viz {
    
    /* width: 63px; */
    height: 24px;

    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    /* identical to box height */
    text-align: center;

    color: #F4A484;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#prev {
    border: 1px solid #344563;
    border-radius: 61px;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background: #FEF9FA;
    margin-right: 4px;
}

#prev.available{
    background: #FFF;
}

#next.unavailable{
    background: #FEF9FA;
    border: 1px solid #F4A484;
}
/* Frame 2 */

.svg-overlay {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.withform{
    position:relative;
}

label#next-submit-label {
  position: relative;
  padding-top: 0em;
}

label#next-submit-label:before {
    content: "";
    position: absolute;
    left: 21px;
    top: 18px;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml, %3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24L20 16L12 8' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;

}

#next-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

#next{
/* Auto layout */

    border: 1px solid #344563;
    border-radius: 61px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    margin-left: 4px;
    background: #344563;

}


body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;



}


@media screen and (min-width: 1200px) {
    /* This is a bad idea b/c we don't distinguish really between aras of content */


    /* #main-content-container.activity_mcc.read_book {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
    }

    #main-content-container #story-title{
        padding: 1em;
    } */
}

#story-title{
    color:#344563;
}

#main-content-container.activity_mcc {
    overflow-y: auto;
}

#main-page-container{
    flex-grow: 1;
    overflow: auto;
    height:1000px;


    background-color: #FDF1EC;
    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;

    /* Text Secondary */
    color: #344563;
}

.celebration-container{
    display: flex;
    justify-content: center;
    position:relative;
}

.celebration-container-number{
/* 3 */
    position: absolute;

    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);

    /* width: 76px; */
    /* height: 130px; */

    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;

    font-size: 80px;
    /* line-height: 118px; */

    color: #FFFFFF;

    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);

}

.foobar{
    /* Ellipse 62 */
    display:flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;

    width: 256px;
    height: 256px;
    border-radius: 256px;

    background: #FFFFFF;
    border: 16px solid #6AC0B6;
}

.special-streak-message {
    /* 3 days special streak! */
    padding:12px;
    display:block; 
    height: 84px;
    left: 0px;
    top: 550px;

    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    text-align: center;

    color: #F4A484;
}

.blur {
    filter: blur(3.5px);
}

h1 {
    /* color: var(--paloma-green); */
    font-family: 'Lexend';
    color: var(--dre-paloma-black1);
    font-size: 1.1em;
}


pre p {
    font-size: 1em;
}

.streak-row{
    /* Frame 254 */
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 22px;
    gap: 28px;

    width: 299px;
    height: 52px;

    background: #FFFFFF;
    border: 1px solid #DAE4ED;
    border-radius: 26px;
    margin:auto;
}

.streak-row-label{
    /* This week */
    
        width: 110px;
        height: 14px;
        left: 59px;
        top: 442px;
    
        font-family: 'Sofia Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        /* identical to box height */
    
        /* Text Extra */
        color: #5E6C84;
}

.special-streak-challenge{
    /* Can you keep it for 5 days? See you tomorrow! */
    
    display:block; 
    /* width: 375px; */
    padding:20px;
    height: 50px;
    left: 0px;
    top: 651px;

    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    /* or 125% */
    text-align: center;

    /* Text Secondary */
    color: #344563;
}


.css-8e576385b2,h2{
    text-align: center;
    color: #344563;

}

header {
    flex-shrink: 0;
    display: flex;
    /* background-color: #FDF1EC; */
    padding: 0.5em 1em;
    align-items: center;
}
.hamburger img{
    height: 52px;
}
.hamburger {
    /* Frame 270 */
    
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
    justify-content: center;
    gap: 10px;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 32px;

    border: 1px solid #DAE4ED;
    box-shadow: 0px 2px 0px #DAE4ED;
}

.streak-number{
    position: relative;
    right: 8px;
    top: 2px;

    /* 3 */

    width: 11px;
    height: 21px;

    font-family: 'Sofia Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 104%;
    /* identical to box height, or 21px */
    text-align: center;

    color: #486284;


    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

    /* position: absolute;
    top: 32px;
    left:32px; */
}

.streak-container-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px;
    gap: 3px;

    width: 36px;
    height: 34px;

    background: #FFFFFF;
    border-radius: 46px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;


    /* border-radius: 32px; */

}

.streak-header{
/* Frame 247 */

    position: relative;
    box-sizing: border-box;
/* Auto layout */
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;

    padding: 6px;
    gap: 3px;

    width: 52px;
    height: 52px;


    background: #FFFFFF;
    border-radius: 46px;


    border: 1px solid #DAE4ED;
    box-shadow: 0px 2px 0px #DAE4ED;

}