/* _content/LabSid.GrandeAbc.App/Pages/Shared/Partials/_Footer.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-rhyso9n66u] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-rhyso9n66u] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/LabSid.GrandeAbc.App/Pages/Shared/Partials/_Header.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-23msq4qww4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-23msq4qww4] {
  color: #0077cc;
}

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

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

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

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

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

.footer[b-23msq4qww4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/LabSid.GrandeAbc.App/Pages/Shared/_DeleteModal.cshtml.rz.scp.css */
/* _content/LabSid.GrandeAbc.App/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-y31hduutzf] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-y31hduutzf] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/LabSid.GrandeAbc.App/Pages/Shared/_SearchOnMap.cshtml.rz.scp.css */
#map[b-hy1cx4n8ww] {
    width: 100%;
    height: 300px;
}

#loading-layer[b-hy1cx4n8ww] {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: darkgray;
    opacity: 0.7;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#search-bar[b-hy1cx4n8ww] {
    display: flex;
    gap: 12px;
}

#search-address-btn[b-hy1cx4n8ww] {
    width: 40px;
    height: 40px;
    display: flex;
}

    #search-address-btn > i[b-hy1cx4n8ww] {
        margin: auto;
    }

.spinner[b-hy1cx4n8ww] {
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin-b-hy1cx4n8ww 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin-b-hy1cx4n8ww {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
