.PayeePortal-labels {
    height: 100%;

    &-main-title {
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0;
        text-transform: capitalize;
    }

    &-label-block {
        margin-bottom: 20px;
    }

    &-nav {
        background-color: $mouse;
        padding: 25px 0 10px 0;
    }

    &-body {
        border: 1px solid #d9d2d0;
        padding: 20px 25px 25px 25px;
    }
}

.LabelsModal {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-size: 13px;
    justify-content: center;
    pointer-events: none;

    &-container {
        pointer-events: auto;
    }

    &-header {
        display: flex;
        flex-flow: row nowrap;
        padding: 11px 0;
    }

    &-heading {
        flex: 1;
        font-weight: 500;
    }

    &-close {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 15px;
    }

    &-info {
        font-style: italic;
        margin-bottom: 10px;
        overflow: hidden;
    }
}
