body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content-wrapper{
    flex: 1;
}
.file-browser {
    height: 100%;
}

.loader-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    background-color: rgba(0,0,0,0.1);
}

.invalid-feedback {
    margin: 10px 0;
}

.licenses-table.no-tariff-options th[data-field="tariff_options"],
.licenses-table.no-tariff-options tr td:nth-child(3) {
    display: none;
}