﻿.grid fluent-text-field {
    width: 100%;
}

.paginator {
    margin-top: 0 !important;
    padding: 0 !important;
}

.inputfile-content {
    width: 100% !important;
}

.ppp-editor-wrapper .ppp-value-wrapper {
    width: 100%;
}

fluent-tabs {
    border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
}

@media screen and (min-width: 767.98px) {
    .mobile-screen {
        display: none;
    }
}

@media screen and (max-width: 767.97px) {
    .desktop-screen {
        display: none !important;
    }
}