#modalBackdrop.backdrop-visioner {
    position: fixed !important;
    background: black !important;
}

#modalContent.modal-visioner-popup-modal{
    .ctools-modal-dialog {
        .modal-content {
            top: -100px;

            #modal-title {
                display: none !important;
            }

            .modal-body {
                padding: 20px;
            }

            .modal-header {
                padding: 0;
                border: none;
                position: absolute;
                top: 20px;
                right: 20px;
                width: 38px;
                height: 34px;
                background-color: #0f71b7;
                z-index: 1;

                .close {
                    font-size: 40px;
                    color: white;
                    opacity: 1;
                    position: absolute;
                    top: 11px;
                    left: 16px;
                    margin: -17px 0 0 -8px;
                    outline: none;
                }
            }

            #modal-content {
                width: auto !important;
                height: auto !important;
                max-height: none !important;
                min-height: 150px;

                .progress {
                    margin-top: 25px;
                }

                .visioner-popup {
                    display: flex;
                    display: -webkit-flex;
                    font-family: 'Montserrat';
                    background-color: #dcdee8;
                    color: #3c3c3b;

                    a {
                        color: #0f71b7;
                    }

                    & > div {
                        padding: 12px;
                    }

                    .visioner-popup-title {
                        background-color: #0f71b7;
                        flex: 7%;
                        -webkit-flex: 7%;
                        color: white;

                        .visioner-popup-logo {
                            background-image: url(../../images/vis-pop-up-logo.png);
                            width: 69px;
                            height: 69px;
                        }

                        p {
                            font-size: 26px;
                            font-weight: bold;
                            line-height: 27px;
                            margin-top: 12px;
                            margin-bottom: 10px;
                        }
                    }

                    .visioner-popup-first-column {
                        padding: 15px;
                        padding-top: 35px;
                        padding-right: 10px;
                        line-height: 25px;
                        flex: 23%;
                        -webkit-flex: 23%;
                        font-size: 17px;

                        p {
                            line-height: 22px;
                        }

                        p:first-child {
                            font-size: 26px;
                            font-weight: bold;
                            margin-bottom: 12px;
                            line-height: 25px;
                        }

                        p:nth-child(2) {
                            margin-bottom: 0;
                        }

                        p:nth-child(3) {
                            margin-top: 5px;
                            margin-bottom: 17px;
                            padding: 0 5px;

                            img {
                                margin: 5px 17px 0 5px !important;
                            }
                        }
                    }

                    .visioner-popup-second-column {
                        padding: 15px;
                        padding-top: 35px;
                        padding-right: 10px;
                        padding-left: 19px;
                        flex: 10%;
                        -webkit-flex: 10%;
                        font-size: 13px;

                        p {
                            line-height: 16px;
                            margin-bottom: 16px;
                        }

                        p:first-child {
                            font-size: 22px;
                            font-weight: bold;
                            line-height: 22px;
                            margin-top: 16px;
                            margin-bottom: 13px;
                        }

                        p:last-child {
                            margin-bottom: 0;
                        }
                    }
                }
            }
        }
    }
}
