@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
    font-size: 0.8rem;
    padding: 5px 0;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    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;
    }

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
}

    .title.title-secondary {
        padding-top: 0.313rem;
        padding-bottom: 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0rem;
    padding: 0.3125rem 0;
}

.title-content-text {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: 0rem;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.block-content {
    width: 31.25rem;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 100%;
}

.custom-report-viewer {
    height: 75vh !important; /* 50% of viewport height */
}


@media (max-width: 576px) {
    .custom-report-viewer {
        height: 35vh !important; /* Adjust height for smaller screens */
    }
}



.upload-container,
.upload-container > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

s
.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}


.dxbl-upload .dxbl-upload-container .dxbl-upload-file-list-view {
    max-height: 70vh;
    overflow-y: auto;
}


@media (max-width: 576px) {
    .main-header {
        background-color: #188351;
        color: white;
    }
}

/* Ensure Font Awesome icons display in DevExpress components */
.dxbl-btn-icon.fas,
.dxbl-btn-icon.fa {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

/* Position password toggle button */
.position-relative .btn-link {
    border: none;
    background: transparent;
    cursor: pointer;
}

    .position-relative .btn-link:hover {
        opacity: 0.7;
    }



@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('./icons.css');

html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* MudBlazor Layout - Ensure proper scrolling */
#app {
    height: 100%;
    overflow: hidden;
}

.mud-layout {
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mud-appbar {
    flex-shrink: 0;
}

.mud-main-content {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.main-content-scrollable {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

.title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0;
}

    .title.title-secondary {
        padding: 0.313rem 0 0;
        color: var(--bs-secondary-color);
    }

.title-header-text {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 2.5rem;
}

.title-content-text {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.375rem;
}

.main-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
