/* _content/taborhrebec.cz/Pages/Shared/_Alert.cshtml.rz.scp.css */
/* Alert základ */
.custom-alert[b-wihb0fa9ow] {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    min-width: 320px;
    max-width: 600px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

    /* Animace */
    .custom-alert.show[b-wihb0fa9ow] {
        opacity: 1;
        top: 40px;
        pointer-events: auto;
    }

    .custom-alert.hide[b-wihb0fa9ow] {
        opacity: 0;
        top: 20px;
        pointer-events: none;
    }

/* Ikony */
.alert-icon[b-wihb0fa9ow] {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

/* Varianty */
.alert-success-custom[b-wihb0fa9ow] {
    background: linear-gradient(135deg, #28a745, #218838);
}

.alert-error-custom[b-wihb0fa9ow] {
    background: linear-gradient(135deg, #dc3545, #bd2130);
}

.alert-info-custom[b-wihb0fa9ow] {
    background: linear-gradient(135deg, #ffc107, #e0a800);
    color: #212529;
}

.alert-secondary-custom[b-wihb0fa9ow] {
    background: linear-gradient(135deg, #6c757d, #5a6268);
}
/* _content/taborhrebec.cz/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-1nutnge31l] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

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