.adblock-wrapper {
    background: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    top: 0;
    overflow: auto;
}

.adblock-content-wrapper {
    box-shadow: 24px 24px 48px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    max-width: 400px;
    background: var(--modal-preview-vod-background, #1a1d29);
    height: auto;
    width: 90vw;
}

.adblock-content {
    padding: 30px 50px;
}

.adblock-close {
    position: relative;
    top: 0px;
    float: right;
    margin: -10px;
    background: var(--portal-color-secondary, #fa3123);
    color: #fff;
    font-size: 20px;
    padding: 1px 10px;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
}

.image-container {
    width: 100px;
    text-align: center;
    margin-bottom: -20px;
}

.image-container .image h3 {
    font-size: 30px;
    font-weight: 700;
    background: transparent;
    border: 4px dotted var(--portal-color-secondary, #fa3123);
    border-radius: 50%;
    text-align: center;
    color: var(--portal-color-secondary, #fa3123);
    padding: 27px 0px;
    font-family: inherit;
}

.image-container .image .fas {
    float: right;
    font-size: 20px;
    margin: 0px 0px 0px -20px;
    color: rgba(250, 49, 35, 1);
    background: #fff;
    border-radius: 50%;
    padding: 5px 6px 5px 8px;
}

.adblock-text,
.adblock-text h3 {
    text-align: center;
    font-family: inherit;
    font-weight: 700;
}

.adblock-text h3 {
    font-size: 30px;
}

.adblock-text p {
    margin: 20px auto;
    font-weight: 500;
}

.adblock-button .btn {
    line-height: 1em;
    border-radius: 30px;
    border: none;
    padding: 15px 20px;
    width: 100%;
    background: var(--portal-color-secondary, #fa3123);
    color: #fff;
    transition: 0.2s;
    border: 2px solid var(--portal-color-secondary, #fa3123);
}

.adblock-button .btn:hover {
    background: var(--portal-color-hover, #fa3123);
    color: var(--portal-botton-text-color, #ffffff);
    border: 2px solid var(--portal-color-secondary, #fa3123);
}

/*Style for example text*/
.example-page {
    background: #000;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.hidden {
    display: none;
}

#video-blocked-overlay {
    aspect-ratio: 16 / 9;
    background-color: var(--complementary-background-primary-color-video, grey);
    display: flex;
    /* This enables Flexbox layout inside the div */
    justify-content: center;
    /* This centers the content horizontally */
    align-items: center;
    /* This centers the content vertically */
}

#video-blocked-overlay p {
    color: var(--modal-preview-vod-background, black);
    font-size: x-large;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adblock-button button {
    white-space: wrap;
}