﻿ .s7screenWidthBackground {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s7[data-state~="mobileView"] {
                        position: absolute !important;
                    }

                    .s7[data-state~="fixedPosition"] {
                        position: fixed !important;
                        left: auto !important;
                        z-index: 50;
                    }

                        .s7[data-state~="fixedPosition"].s7_footer {
                            top: auto;
                            bottom: 0;
                        }

                    .s7_bg {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        background-color: rgba(255, 255, 255, 1);
                        border-top: 0px solid rgba(34, 34, 34, 1);
                        border-bottom: 0px solid rgba(34, 34, 34, 1);
                    }

                    .s7[data-state~="mobileView"] .s7bg {
                        left: 10px;
                        right: 10px;
                    }

                    .s7bg {
                        position: absolute;
                        top: 0px;
                        right: 0;
                        bottom: 0px;
                        left: 0;
                        background-color: white;
                        border-radius: 0;
                    }

                    .s7inlineContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }

                    .s7centeredContent {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }