
.preview {
    height: 570px;
    width: 350px;
    background-color: black;
    color: white;
    text-align: center;
}

.preview-title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;

    /* Headline 1 */
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 34px; /* 100% */
    letter-spacing: 0.408px;
}

.preview-text {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.168px;
}

.cke_notifications_area {
    display: none;
}
.bi-arrow-right{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.custom-button-url-preview {
    margin-top: 40px;
    padding: 8px 12px;
    display: inline-flex;
    justify-content: center;
    border-radius: 4px;
    background-color: #4200BC;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    line-height: 23px;
}

.preview-form {
    color: white;
    text-align: center;
    padding: 0px 50px;
    position: relative;
}

.no-border-preview {
    position: relative;
    background-color: black;
}

.no-border-preview::before {
    display: block;
    content: '';
    margin: 0;
    min-height: 70vh;
    background: url("../images/preview_background-b520c9c99396012c8344c41e12f703a0.png");
    background-size: cover;
    opacity: 0.3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;

}

.preview-close {
    color: white;
    font-size: 3.5rem;
    position: relative;
}

.preview-image {
    max-width: 50%;
}

.accueil-item:hover > td {
    background-color: #f3f3f3;
}

.ckeditor-custom {
    height: 600px;
    width: 100%;
}