/* /Views/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-jqe5hex4ng] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-jqe5hex4ng] {
  color: #0077cc;
}

.btn-primary[b-jqe5hex4ng] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-jqe5hex4ng], .nav-pills .show > .nav-link[b-jqe5hex4ng] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-jqe5hex4ng] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-jqe5hex4ng] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-jqe5hex4ng] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-jqe5hex4ng] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-jqe5hex4ng] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*/// INIZIO PERSONALIZZAZIONI*/
.pagination[b-jqe5hex4ng] {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}

.pagination a[b-jqe5hex4ng], .pagination span[b-jqe5hex4ng] {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(45deg, #ff6b6b, #ff4757);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .pagination a:hover[b-jqe5hex4ng] {
        transform: scale(1.1);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    }

.pagination .active span[b-jqe5hex4ng] {
    background: linear-gradient(45deg, #1dd1a1, #10ac84);
}

.pagination .disabled span[b-jqe5hex4ng] {
    background: #ccc;
    color: #666;
}

