/* /Pages/Shared/Components/CultureSelector/default.cshtml.rz.scp.css */
.language[b-w8xcfxvkoa]{color:#fff;margin-left:5px;min-width:70px;padding-right:20px;position:relative}
.language[b-w8xcfxvkoa]:after{border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;content:"";display:block;height:0;line-height:0;position:absolute;right:10px;top:50%;width:0}
.language ul[b-w8xcfxvkoa]{background:#1d1d1b;left:0;margin-bottom:0;padding:10px;position:absolute;top:0;width:100%}
.language ul:hover li[b-w8xcfxvkoa]{display:block}
.language li[b-w8xcfxvkoa]{cursor:pointer;display:none;line-height:30px}
.language .selected[b-w8xcfxvkoa]{display:block}
@media (max-width:767.98px){.language.desktop[b-w8xcfxvkoa]{display:none}}
.language.mobile[b-w8xcfxvkoa], .language.nologin[b-w8xcfxvkoa]{height:50px;position:absolute;right:10px;top:13px}
@media (min-width:768px){.language.mobile[b-w8xcfxvkoa]{display:none}}

ul[b-w8xcfxvkoa] {margin-top: 0;}
/* /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-eg1ecltv6k] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-eg1ecltv6k] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Pages/UserManagement.cshtml.rz.scp.css */

*[b-knf00zx0c3] {box-sizing: border-box}

/* Set height of body and the document to 100% */
body[b-knf00zx0c3], html[b-knf00zx0c3] {
    height: 100%;
    margin: 0;
    font-family: Arial;
}

/* Style tab links */
.tablink[b-knf00zx0c3] {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 50%;
}

.tablink:hover[b-knf00zx0c3] {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent[b-knf00zx0c3] {
    color: black;
    display: none;
    padding: 100px 20px;
    height: 100%;
}

.logout-link[b-knf00zx0c3] {
    text-align: end;
}
