/* _content/VerifierApp/Pages/Index.cshtml.rz.scp.css */
.upload-container[b-an3bz1ze4w] {
    display: flex;
    position: relative;
}

.upload-block[b-an3bz1ze4w] {
    position: relative;
    background-color: #F0F5FA;
    padding: 2.5rem 3.125rem;
    border-radius: 0.25rem;
    width: 45rem;
}

.alert-container[b-an3bz1ze4w] {
    position: relative;
}

.upload-icon[b-an3bz1ze4w] {
    width: 4.75rem;
}

.upload-title[b-an3bz1ze4w] {
    color: #002C6C;
    font-size: 1.625rem;
    padding-bottom: 2rem;
}

.upload-text[b-an3bz1ze4w] {
    font-size: 1.125rem;
    color: #002C6C;
}

.footer[b-an3bz1ze4w] {
    position: relative;
}


.alert-danger[b-an3bz1ze4w] {
    padding: 2.5rem 3.125rem;
    border-radius: 0.25rem;
    width: 45rem;
}

.alert-close-button[b-an3bz1ze4w] {
    background-color: transparent;
    border: none;
    top: 0;
    right: 0;
    position: absolute;
}

.refresh-button[b-an3bz1ze4w] {
    background-color: transparent;
    border: none;
    color: #002C6C;
}


.check[b-an3bz1ze4w] {
    color: green;
    font-size: 10em;
}

.cross[b-an3bz1ze4w] {
    color: red;
    font-size: 10em;
}

.check-mark[b-an3bz1ze4w] {
    position: absolute;
    top: -150px;
    right: -100px;
    z-index: 1;
}

.check-container[b-an3bz1ze4w] {
    position: absolute;
}
.fade-in[b-an3bz1ze4w] {
    opacity: 0;
    animation: fadeIn-b-an3bz1ze4w 3s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn-b-an3bz1ze4w {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* _content/VerifierApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-4c1apozela] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4c1apozela] {
  color: #0077cc;
}

.btn-primary[b-4c1apozela] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4c1apozela], .nav-pills .show > .nav-link[b-4c1apozela] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4c1apozela] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4c1apozela] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4c1apozela] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4c1apozela] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4c1apozela] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.paragraph[b-4c1apozela] {
    white-space: pre-line;
}
