<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.targetselect {width: 100% !important;}
#detailfields {display: none;}
#pushContent, #pushContentEn {min-height: 150px;}
.previewuploadedfile {display: block;}
.preview-container {border:1px solid #ccc; display: inline-block; padding:10px}
.preview-container2 {min-height: 120px;}





.notification-success {
    background-color: lightgreen;
    padding: 10px;
    font-size: 13px;
    text-align: justify;
}
.notification-text {
    position: absolute;
    padding-top: 350px;
    font-size: 12px;
}
.notification-title {
    padding-left: 38px;
    font-weight: 700;
}
.notification-message {
    padding-left: 38px;
    margin-top: -10px;
    max-width: 250px;
    max-height: 55px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.notification-image {
    display: none;
    max-width: 300px;
    padding-left: 38px;
}
.mockup {
    background-image: url('../Images/mockup.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    border-left: 25px solid #fff;
    margin-top: 30px;
    height: 700px;
}
.notification-preview-title {
    border-left: 25px solid #fff;
}
h3 {
    padding-top: 20px;
}
.tox-statusbar__branding {
    display: none;
}
#title, #titleEn, #pushContent, #pushContentEn, #mailContent, #mailContentEn {
    padding: 6px 25px 5px 10px;
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    width: 100%;
}
#preview-container2 {
    display: none;
}


/*
@media screen and (max-width: 1192px) {
    .mockup {
        background-image: url('../Images/mockup_deactivated.jpg') !important;
    }
    .notification-text {
        display: none;
    }
}

@media screen and (max-width: 749px) {
    .notification-preview, .notification-preview-title {
        display: none !important;
    }
}
*/


@media screen and (max-width: 1199px) {
    #preview-container {
        display: none;
    }
    #preview-container2 {
        display: block;
    }
}</pre></body></html>