h1:focus {
    outline: none;
}
h1 {
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}
.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
header {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 600;
}
footer {
    background-color: rgb(50, 88, 88);
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    font-family: 'Open Sans';
}
footer a {
    color: #fff;
    font-weight: 600;
}
main {
    background-color: #eaeaea;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #aaa;
    flex-grow: 1;
    font-family: 'Open Sans';
}
fluent-progress-ring {
    margin: 0 auto;
}
.fluent-dialog-body {
    overflow-x: auto;
}
hr {
    height: 1px;
    background-color: #eaeaea;
    border:none;
}
main > div {
    text-align: center;
    background: white;
    border-radius: 0em;
    padding: 0em;
    border: solid 1px #aaa;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
workflow-details-content {
    font-weight: 600;
}
.file-details-admin {
    width: auto;
    position: relative;
    background-color: #f5f5f5;
    height: 100%;
    display: contents;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    text-align: left;
    font-size: 32px;
    color: #003130;
    font-family: 'Open Sans';
    font-weight: 400;
}

.titlelogo {
    width: 100%;
    position: relative;
    height: 121px;
}
.customer-logo-icon {
    width: 121.5px;
    position: relative;
    height: 48px;
    object-fit: cover;
}
.customer-logo {
    width: 180px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.proarc-logo {
    width: 180px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.proarc-logo-icon {
    width: 126.3px;
    position: relative;
    height: 32px;
    object-fit: cover;
}
.logo {
    width: 100%;
    background-color: #fff;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 32px;
    box-sizing: border-box;
}
.title-header {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 8px;
    gap: 16px;
}
.inbox {
    background-color: rgba(255, 255, 255, 0.15);
    height: 52px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 16px;
}

.inbox2 {
    height: 52px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 16px;
}

.title {
    align-self: stretch;
    background-color: #003130;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 32px;
    gap: 32px;
    font-size: 24px;
    color: #fff;
}

.transmittal-administration {
    position: relative;
}

.details {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: block;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px 32px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
}
.terms-content {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    box-sizing: border-box;
}
.terms {
    width: 658px;
    position: relative;
    height: 40px;
}
.terms1 {
    position: absolute;
    top: 5px;
    left: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 4px;
    gap: 4px;
    font-size: 16px;
}
.terms-and-conditions {
    color: #336699;
}

fluent-button :hover {
    background-color: #336699 !important;
    border-color: #336699 !important;
    color: #ffffff !important;
}

.column-header {
    background-color: rgba(0, 48, 48, 0.8);
    height: 42px;
    border-radius: 0px;
    color: white;
}

fluent-data-grid-row:nth-child(odd) {
    background-color: #f8f8f8;
}

fluent-data-grid {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.primary-button-web-react.accent::part(control) {
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: #336699 !important;
    background: #ffffff !important;
    font-family: 'Open Sans';
    cursor: pointer;
    border: 1px solid #333669;
}

.primary-button-web-react.accent svg {
    fill: #336699 !important;
}

.primary-button-web-react.accent:hover svg {
    fill: #ffffff !important;
}

.primary-button-web-react.accent::part(control):disabled {
    cursor: not-allowed;
    color: lightgray !important;
    border: 1px solid lightgray;
}

.primary-button-web-react.accent::part(control):disabled:hover {
    cursor: not-allowed;
    color: lightgray !important;
    border: 1px solid lightgray;
    background: #ffffff !important;
}

.primary-button-web-react.accent::part(control):not(:disabled):hover {
    border-color: #336699 !important;
    color: #ffffff !important;
    background: #336699 !important;
    fill: #ffffff;
}

.login-button {
    width: 80%;
    margin-bottom: 10px;
    border: 0px;
    height: 30px;
    background: #4096ff 10px 5px no-repeat;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}

.login {
    width: 400px;
    height: 405px;
    background-color: #fff;
    position: absolute;
    top: 30%;
    left: 42%;
    margin-top: -50px;
    margin-left: -50px;
}
.login-header {
    background: #ffffff;
    background-size: auto;
    height: 150px;
    background-size: 65%;
    position: initial;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.login-header img {
    width: 100%;
}
.login-header-powered {
    background-size: auto;
    height: 20px;
    background-size: 33%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.login-header-powered img {
    height: 100%;
    width: auto;
    margin-left: auto;
    display: block;
}
.login-contact-us {
    font-size: 12px;
    text-align: center;
    color: rgb(50, 88, 88);
}
.login-contact-us a {
    font-size: 12px;
    font-weight: 600;
    color: rgb(50, 88, 88);
}
.login-error {
    font-size: 14px;
    text-align: center;
    color: rgb(255, 88, 88);
}
.login-error-link-expired {
    font-size: 18px;
    text-align: center;
    color: rgb(255, 88, 88);
    animation-name: blink;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: Infinite;
}
@keyframes blink {
    0% {
        color: red;
    }
    25% {
        color: blue;
    }
    50% {
        color: white;
    }
    75% {
        color: green;
    }
    100% {
        color: red;
    }
}

.login-button-disabled {
    width: 80%;
    margin-bottom: 10px;
    border: 0px;
    height: 30px;
    background: gray 10px 5px no-repeat;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}

@media print {

    body, fluent-dialog, .fluent-dialog-body, .positioning-region {
        display: block !important;
        position: relative !important;
        width: auto !important;
        overflow: visible !important;
        margin-left: 0 !important;
        visibility: hidden !important;
        top: 0;
        left: 0;
    }

    fluent-dialog, .fluent-dialog-body {
        height: auto !important;
    }

    fluent-dialog::part(positioning-region) {
        display: block !important;
        position: relative !important;
    }

    #printableContent {
        display: inline !important;
        position: relative !important;
        width: auto !important;
        height: 100% !important;
        overflow: visible !important;
        margin-left: 0 !important;
        visibility: visible;
    }

    #printableContent * {
        height: auto !important;
    }

    fluent-dialog {
        z-index: -1 !important;
        top: 0 !important;
        left: 0 !important;
        --dialog-width: 100% !important;
        --dialog-height: 100% !important;
    }
     
    * {
        height: 0px !important;
        min-height: 0px !important;
    }

    * {
        overflow: visible !important;
    }

    * {
        display: block !important;
    }

    * {
        float: none !important;
    }
}