/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-ngn8mam48z] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ngn8mam48z] {
  color: #0077cc;
}

.btn-primary[b-ngn8mam48z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ngn8mam48z], .nav-pills .show > .nav-link[b-ngn8mam48z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ngn8mam48z] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ngn8mam48z] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ngn8mam48z] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ngn8mam48z] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ngn8mam48z] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/tools/UcmHp.cshtml.rz.scp.css */
/* this css will trigger a lot of warning because it is applying svg attributes not standard css for html */
/* csslint ignore:start */

.bd-placeholder-img[b-4rkoanw7z7] {
    font-size: 1rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    preserveAspectRatio: xMidYMid slice;
    role: img;
    width: 45px;
    height: 45px;
}

.green-circle[b-4rkoanw7z7] {
    fill: green;
    cx: 50%;
    cy: 50%;
    r: 50%;
}

.red-circle[b-4rkoanw7z7] {
    fill: green;
    stroke: red;
    stroke-width: hairline;
    cx: 50%;
    cy: 50%;
    r: 49%;
}

.blank-circle[b-4rkoanw7z7] {
    fill: transparent;
    cx: 50%;
    cy: 50%;
    r: 50%;
}

/* rect starts from x 0 y 0, unlike circle starts from middle */
.green-square[b-4rkoanw7z7] {
    fill: green;
    rx: 10%;
    ry: 10%;
    x: 0;
    y: 0;
    width: 100%;
    height: 100%;
}

.circle-text[b-4rkoanw7z7] {
    fill: #dee2e6;
}

.svg-row[b-4rkoanw7z7] {
    margin: 5px;
}

.circle[b-4rkoanw7z7] {
    /* circle styles */
    /*width: 50px;
    height: 110px;
        */
    border: 5px solid #004a18;
    margin: 5px;
    border-radius: 50%;
    /* become a flex container */
    /* its children will be flex items */
    display: flex;
    /* place items in column */
    flex-direction: column;
    /* center flex items horizontally */
    align-items: center;
    /* center all content vertically */
    justify-content: center;
}

    /* simulate one more item to "balance" dex text */
    .circle[b-4rkoanw7z7]:before {
        content: "\A0";
        visibility: hidden;
    }

.square[b-4rkoanw7z7] {
    border: 5px solid #004a18;
    border-radius: 10%;
    /* become a flex container */
    /* its children will be flex items */
    display: flex;
    /* place items in column */
    flex-direction: column;
    /* center flex items horizontally */
    align-items: center;
    /* center all content vertically */
    justify-content: center;
}
/* csslint ignore:end */
