.sun-preview-component-wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000cf;
    z-index: 99999;
    padding: 20px;
}

.sun-preview-component .close-preview {
    position: absolute;
    top: 50px;
    right: 50px;
}

.sun-preview-component .close-preview span {
    width: 40px;
    font-size: 40px;
    height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.sun-preview-component .templates-preview img {
    max-height: 50vh;
    width: auto;
    height: auto;
}
