/* _content/Tunicious/Pages/Index.cshtml.rz.scp.css */

h2[b-eev7ripmzy] {
    color: #333;
    font-weight: bold;
    margin-top: 30px;
}


table[b-eev7ripmzy] {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

th[b-eev7ripmzy], td[b-eev7ripmzy] {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

th[b-eev7ripmzy] {
    background-color: #f7f7f7;
}


.flex-container[b-eev7ripmzy] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
}


.flex-container > div[b-eev7ripmzy] {
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    width: 200px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.flex-container > div:hover[b-eev7ripmzy] {
    transform: scale(1.05);
}

.flex-container p[b-eev7ripmzy] {
    margin: 5px 0;
    font-size: 14px;
}
/* _content/Tunicious/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-h9yqpe0tdk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

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