.klaviyo-layout__notice-list-hide{
    display: none !important;
}

#wpcontent {
    padding-left: 0;
}

.wck-settings {
    height: 100vh;
    width: 100%;
    margin: 0;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

.wck-content-wrapper {
    height: 100%;
    background-color: white;
    width: 100%;
    /*padding-top: 56px;*/
}

.wck-content {
    width: 90%;
    /*margin: 0 auto 0 auto;*/
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    padding: 96px 0px 80px 36px;
    display: flex;
}

.wck-logo {
    margin-top: -16px;
}

.wck-content-wrapper .wck-content-subtitles {
    /*display: block;*/
    padding-left: 58px;
}

.wck-content-subtitles {
    font-family: Proxima Nova, Arial, Helvetica, sans-serif;
    width: 550px;
}

.wck-content-title {
    display: block;
    font-size: 30px;
    line-height: 32px;
    color: #373F47;
    padding-bottom: 16px;
}

.wck-content-subtitle {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #606A72;
}

.wck-content-subtitle a.subtitle-guide-link {
    text-decoration: none;
}

.connect-buttons {
    margin-top: 32px;
}

.connect-buttons .connect-button {
    display: flex;
    height: 32px;
    text-align: center;
}

a.button.button-primary {
    background: #2B98D3;
    border-radius: 2px;
    border-style: none;
    padding: 0px 16px;
    color: #FFFFFF;
    font-size: 14px;
}

a.button.button-primary:hover {
    background: #2B98D3;
}

a.button.create-account {
    border-color: white;
    text-align: center;
    padding: 0px 16px;
    margin-left: 16px;
    background: white;
    font-size: 14px;
    color: #2B98D3;
    border-style: none;
}

a.button.create-account:hover {
    background: white;
    border-style: none;
    color: #2B98D3;
}

.subtitle-guide-link {
    color: #2B98D3;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
}

#loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ew-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.ew-input{
    background-color: #e4e4edd6!important;
    border:none!important;
    padding:3px 11px!important;
    width: 250px!important;
}
.ew-label{
    font-weight: normal!important;
    margin-bottom: 7px!important;
    display: inline-block;
}
.ew-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.ew-close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
.ew-login-button{
    min-width: 200px;
    background-color: #7116ed;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    cursor:pointer;
    border:none;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: bold;
}