@import './styles/<!--partnerName--settings-->';
@import './styles/tools';

:host {
    @include fill-parent(fixed);
    background: transparentize($black-color, 0.3);
    z-index: $layer-top;
}

    .c-modal__content {
        min-width: 616px;
        max-height: 95vh;
        overflow-y: scroll;
        padding: 68px 77px 75px 77px;
        background: $white-color;
    }
