.findarep__modal {
    .page__findarep {
        .page__findarep--header {
            .page__title {
                font-size: 25px;
                margin-bottom: 20px;
                text-align: center;
            }
            .page__description {
                font-size: 14px;
                line-height: 25px;
                margin-bottom: 30px;
            }
        }
        .page_findarep-results {
            .no__results {
                margin-bottom: 50px;
            }
            .has__results {
                display: none;
            }
        }
        .smosc__tab {
            margin-bottom: 50px;
        }
        .page__findarep--content .page_findarep-results {
            margin-top: 0;
        }
        .page__findarep--content {
            .smosc__tab .smosc__tab-contents {
                border-width: 1px 0 0 0;
                border-radius: 0;
            }
            .button-group {
                .btn_cancel {
                    margin-right: 10px;
                }
            }
        }
        &.show_results {
            padding-right: 15px;
            .page__findarep--header,
            .page__findarep--content .smosc__tab, .page__findarep--content .content-title {
                display: none;
            }
            .back__to-search {
                display: flex;
            }
            .page_findarep-results .has__results {
                display: block;
            }
        }
        .back__to-search {
            display: none;
            align-items: center;
            justify-content: flex-end;
            margin: 50px 0;
            svg {
                margin-left: 10px;
            }
        }
    }
    &.modal-content__scoll .modal-content {
        padding: 50px 30px;
    }
    @media (max-width: 575.98px) {
        &.modal-content__scoll .modal-content {
            padding: 50px 10px;
        }
        .page__findarep--header {
            display: none;
        }
        .content-title {
            text-align: center;
        }
        .page__findarep .smosc__tab {
            margin-bottom: 30px;
        }
        .page__findarep .page__findarep--content {
            .smosc__tab .smosc__tab-headers {
                ul {
                    // margin: 0 0 20px 0;
                    padding-bottom: 15px;
                    li {
                        padding: 0;
                        width: 100%;
                        a {
                            background: transparent;
                            text-align: left;
                            padding: 0;
                            display: block;
                            width: 100%;
                            font-size: 14px;
                            border: none;
                            font-weight: normal;
                            color: #2035C7;
                            text-decoration: underline;
                            &.active {
                                color: #9DA9FA;
                            }
                        }
                    }
                }
            }
            .button-group {
                display: flex;
                flex-direction: column;
                position: relative;
                box-shadow: none;
                top: 0;
                left: 0;
                padding: 0;
                bottom: 0;
                margin: 20px 0 0;
                .btn-cancel {
                    margin-top: 10px;
                }
            }
        }
        .page__findarep .back__to-search {
            justify-content: flex-start;
            margin: 0 0 20px 0;
        }
    }
}
