.main_paywall_block {
    color: white;
    display: flex;
}

.paywall_header {
    font-weight: 700;
    font-size: 2.4vh;
}



.pink_text {color: #ff6aff;}

.paywall_list {list-style-type: none;padding: 0;margin-bottom: 3vh;}

.paywall_item {margin: 1.2vh 0vh;font-size: 2vh;font-weight: 600;}

.paywall_bottom_text {
    font-weight: 700;
    font-size: 2.4vh;
}

.buttons_paywall {display: flex;}

#log_in_paywall {text-decoration: none;margin-right:2vh;background: linear-gradient(198deg, #FF6B81 24.03%, #ff6aff 199.29%);box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);border-radius: 0.3vh;outline: none;border: none;font-family: 'Avenir Next';font-style: normal;font-weight: 600;font-size: 2vh;margin-top: 2.2vh;color: #292929;width: 12vh;height: 4.6vh;display: flex;cursor:pointer;justify-content: center;align-items: center;}

#patreon_paywall {width: 22vh;box-shadow: 0px 0.3vh 0.4vh rgb(0 0 0 / 14%), 0px 0.2vh 0.8vh rgb(0 0 0 / 12%), 0px 0.2vh 0.3vh rgb(0 0 0 / 20%);height: 5vh;cursor: pointer;background-position: center;background-size: 92%;border-radius: 0.5vh;margin-top: 2vh;background-image: url(../../static/images/become_a_patron_button.webp);}

.main_paywall_image {
    height: 48vh;
}

.paywall_main {display:none;position: absolute;width: 156vh;height: 54vh;bottom: 27vh;box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);left: 11vh;background-color: #474757;}

.paywall_container {
    margin: 3.5vh 0vh 0  4.5vh;
}

.logline {
    width: 62vh;
    line-height: 3.6vh;
    font-weight: 600;
    font-size: 2vh;
    margin-top: 1.5vh;
}