@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 {
        padding: 68px 30px 75px 30px;
        max-height: 95vh;
        overflow-y: auto;
        max-width: 100%;
        background: $white-color;
        @include mq($until: tablet) {
            width: calc(100% - 20px);
        }
        @include mq($from: tablet) {
            min-width: 616px;
            padding-left: 77px;
            padding-right: 77px;
        }
    }
