.MonitorPage {
    .PageToolbar,
    &-switcher {
        display: block;
        margin-bottom: 20px;
        color: var(--gray-800);
    }

    .OrderIdSearchDropdown,
    .StoresDropdown {
        display: inline-block;
        margin-right: 0.5rem;
        width: 150px;
        max-width: 100%;
        font-size: 1rem;
    }

    .DeliveryTypeDropdown {
        display: inline-block;
        margin-right: 0.5rem;
        width: 180px;
        max-width: 100%;
        font-size: 1rem;
    }

    &-switcher-orders,
    &-switcher-products {
        border-radius: 12px;
        text-transform: capitalize;
        font-weight: 100;
        margin-left: 10px;
        margin-right: 10px;

        .CheckGlyphIcon {
            margin-right: 5px;
        }
    }

    .btn-info:not(:disabled):not(.disabled).active {
        background-color: #dae9f7;
        border-color: #dae9f7;
        color: var(--gray-800);
    }

    .ProductsTable {
        &-empty {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 180px 0;

            &-title {
                font-style: normal;
                font-weight: 400;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                padding-bottom: 7px;
            }

            &-body {
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                width: 320px;
            }
        }
    }
}
