@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
}

html, body {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    overflow: hidden;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px #000000;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.fw-medium {
    font-weight: 600 !important;
}

.data-form {
    padding: 0 !important;
}

.page-footer {
    width: 100%;
    border-top: lightgray;
    border-top-width: 1px;
    border-top-style: solid;
    position: fixed;
    bottom: 0;
    transition: max-height 0.2s ease-out;
}

.page-footer .collapse {
    display: none;
}

.sub-menu {
    position: sticky;
    top: 0;
}

.uppercase-input {
    text-transform: uppercase;
}

.command-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 1rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.scroll-anchor {
}

.hr {
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid var(--bs-secondary);
}

@media screen and (max-width: 576px) {
    .fluid-popup {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        max-width: unset;
    }
}


