﻿.table-column-alt {
    background: #f2f2f2;
}

.maxheight-modalfullscreen-tabs {
    height: calc(100vh - 65px);
}

.custom-table {
    border: solid 1px black;
}
    .custom-table tr {
        border: solid 1px black;
    }
    .custom-table tr td{
        border: solid 1px black;
        padding: 10px;
    }
.mud-paper {
    border-radius: 22px;
    padding: 6px;
}
.json-block {
    background-color: #e9e9e9;
    max-height: 300px;
    overflow-y: auto;
    max-width:1200px;
}

.mud-button-filled {
    height: 30px !important;
    padding: 4px 10px;
    font-size: 13px;
}

@media(min-width: 960px) {
    .custom-table-width {
        width: 200px
    }
}

@media(max-width: 600px) {
    .custom-justify-content {
        justify-content: normal !important;
    }
}

/* Shared file upload styles */
.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

.mud-border-primary {
    border-color: var(--mud-palette-primary) !important;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05);
}