.account-intercept {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 1;
    transition: all 0.25s ease;
}

.account-intercept.hide {
    opacity: 0;
    transition: all 0.25s ease;
}

.account-intercept>.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#070c11+0,132743+50,2a0c2e+100&1+0,0.95+50,1+100 */
    background: -moz-linear-gradient(45deg, rgba(7, 12, 17, 1) 0%, rgba(19, 39, 67, 0.95) 50%, rgba(42, 12, 46, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(7, 12, 17, 1) 0%, rgba(19, 39, 67, 0.95) 50%, rgba(42, 12, 46, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(7, 12, 17, 1) 0%, rgba(19, 39, 67, 0.95) 50%, rgba(42, 12, 46, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070c11', endColorstr='#2a0c2e', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.account-intercept>.fg {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    height: 100%;
}

.account-intercept>.fg>.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.account-intercept>.fg>.inner>.intercept {
    position: relative;
    z-index: 1;
    text-align: center;
}

.account-intercept>.fg>.inner>.intercept--wide {
    width: 350px;
}

.account-intercept>.fg h1,
.account-intercept>.fg h2,
.account-intercept>.fg h3,
.account-intercept>.fg p {
    color: #fff !important;
    text-align: center;
}

.account-intercept>.fg h2 {
    margin: 0 0 20px 0;
    line-height: 1.1em;
    text-transform: none;
    font-size: 25px;
}

.account-intercept>.fg p {
    margin: 0 0 20px 0;
    line-height: 1.4em;
}


.account-intercept .btn-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #ccc !important;
    z-index: 5;
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    transform: scaleY(0.8);
    transition: all 0.25s ease;
}

.account-intercept .btn-close:hover {
    color: #fff !important;
    transition: all 0.25s ease;
}

.account-intercept .img-media {
    max-width: 300px;
    margin: 0 auto 20px auto;
}

.account-intercept .img-media-placeholder {
    width: 300px;
    height: 300px;
    background: black;
    margin: 0 auto;
}

.account-intercept .img-media img {
    width: 100%;
}

.intercept .btn-signup {
    display: block;
    color: #333 !important;
    padding: 10px 35px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin-left: 0;
    text-align: center;
    transition: all 0.25s ease;
    background: #366bb4;
    border: 2px solid #366bb4;
    color: #fff !important;
    transition: all 0.25s ease;
}

.intercept .btn-signup:hover {
    background: #2e83f9;
    border: 2px solid #2e83f9;
}

.intercept .btn-intercept-login {
    font-size: 16px;
    color: white;
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    transition: all 0.25s ease;
}

.intercept .btn-intercept-login:hover {
    color: #5eb1ff;
}



/* share overlay */

.intercept .broadcast_share-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intercept .broadcast_share-btn {
    color: white ! important;
    border-top: 0.5px solid #2d539e;
    padding: 14px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.intercept .broadcast_share-btn:hover {
    transform: scale(1.1);
}

.intercept .broadcast_share-btn a {
    color: white ! important;
    font-size: 18px;
    text-decoration: none;
}

.broadcast_share-btn button {
    background: none;
    outline: none;
    border: none;
    color: white;
}

.intercept .broadcast_share-btn i {
    font-size: 22px;
}

.intercept .broadcast_close-btn {
    width: 150px;
    padding: 10px;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 20px;
    box-shadow: #ffffff45 -1px 0px 12px;
    border: none;
    outline: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.intercept .broadcast_close-btn:hover {
    transform: scale(1.1);
}

.account-intercept>.fg .intercept--wide h2 {
    font-size: 40px;
}