#wid body{
    height: 100%;
}
#wid{
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 97%;
    margin-top: 0;
    border: 1px solid transparent;
    /*background: #fdfbfb;*/
    /*border-radius: 8px;*/
}
#wid::before{
    content: '...';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    letter-spacing: 0.6em;
    color: #696969;
    font-style: italic;
}
.large.squircle{
    box-shadow: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
}
.large.squircle.one{
    display: none;
}
.two{
    margin-top: 0;
}
#wid .content h1, #wid #card_t, #wid #card_t_rel{
    text-align: center;
    font-size: 18px;
}
#wid #card_t_rel{
    margin: 27px auto 20px;
}
#wid .content h1{
    font-size: 21px;
    margin: 24px 0 13px;
}
#wid #track{
    margin: 0 auto;
    width: 205px;
    box-shadow: none;
    background: #f9f9f9;
}
#wid #handle{
    height: 38px;
    width: 38px;
}
.content{
    padding: 0;
}
.content p{
    display: none;
}
#p{
    display: none;
}
#wid #privacy{
    margin-top: 8px;
    bottom: 5px;
    width: 100%;
    /*background: #f9f9f9;*/
    padding: 5px 0;
    text-align: center;
}
#privacy a{
    font-size: inherit;
    text-decoration: none;
    border: none;
    color: inherit;
    position: relative;
    z-index: 99;
}
#welcome{
    top: 4px;
    margin: 0;
    left: auto;
    position: absolute;
}
#wid #c_1{
    margin-top: -5px;
}
#card_d_rel{
    display: none;
}
#suggestions_cont{
    display: none;
}
#yoursubscriptions{
    text-align: center;
    font-size: 14px;
    margin: -3px 0 26px;
}
#wid #subscribed{
    background: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
#welcome_rel{
    text-align: center;
}
#sub_t{
    text-align: center;
}
#sub_m{
    margin: 25px 0 0;
    font-size: 13px;
    text-align: center;
}
#wid #sub_m a{
    text-decoration: underline;
    color: #6f6f6f;
    text-decoration-color: #dcdcdc;
}
#wid #top{
    display: none;
}
#wid #openinapp{
    top: 7px;
    font-size: 12px;
}
#wid #i_email{
    margin-top: 10px;
    margin: 4px 9px 0 0;
}
#wid #go{
    margin: 0;
    width: 75px;
    width: 14px;
}
#wid .d{
    margin: 5px 0 3px;
    line-height: 15px;
    text-align: center;
}
#wid #card_t{
    text-align: center;
    margin-bottom: 0;
    /*margin-top: 15px;*/
}
#wid #em-c{
    justify-content: center;
}
#wid #openinapp{
    text-align: center;
}
#wid #card_d3{
    display: none;
}
#wid #card_3.opacity{
    margin: 0;
    justify-content: center;
    align-items: center;
}
#wid #card_t3{
    margin: 0;
}
#wid .content{
    width: 100%;
}
#wid #htxt{
    color: #9c9c9c;
}
#wid #card_3 .card-inner.isembed{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    overflow: hidden;
    transform: translateX(24px);
}
#wid #card_3 .card_container{
    transform: scale(0.2);
    margin-bottom: -6px;
    margin-left: -10%;
}
#wid #card_3 .d{
    display: none;
}
#wid #awards{
    display: none;
}
#wid #i_email::placeholder{
    opacity: 0.7;
}
#wid #handle.white{
    background-image: url('https://subscribe.to/assets/img/brand/logo-white.png');
}
#wid #handle.white::after{
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
#wid #handle.black{
    background-image: url('https://subscribe.to/assets/img/brand/logo.png');
}
#wid #handle.black::after{
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
}
.editable{
    user-select: text;
    -webkit-user-select: text;
}
@media (max-width: 400px) {
    #wid .content h1{
        font-size: 18px;
    }
    #settings-bar,
    #settings-container{
        /*display: none;*/
        user-select: initial;
        pointer-events: all;
    }
    /*#welcome{*/
        /*display: initial;*/
    /*}*/
    #privacy{
        bottom: 2px;
    }
    #wid #c_1{
        margin-top: 0;
    }
    #track{
        margin-top: -3px;
    }
}
@media (max-width: 300px) {
    #wid #em-c {
        align-items: center;
    }
    #wid #go{
        margin: 9px 0 0;
        width: 62px;
    }
}