:root {
    --bs-body-font-family: 'Inter', "Adjusted Arial", Tahoma, Geneva, sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.relatorio-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.relatorio-item {
    background-color: white;
    padding: 1rem;
    border-left: 5px solid #4CAF50;
    border-radius: 5px;
}

    .relatorio-item h5 {
        margin: 0;
        font-size: 1.1rem;
        color: #333;
    }

    .relatorio-item p {
        font-size: 1.5rem;
        font-weight: bold;
        color: #000;
    }

    .logo {
        width: 140px;
        height: auto;
        padding-left: 10px;
        padding-right: 20px;
    }

.container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    body{
        padding-top: 20px;
    }

.testimonial-avatar-initial {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.4rem;
    margin-right: 12px;
    background: linear-gradient(135deg, #007bff 60%, #00c6ff 100%);
}

.min-height-80px {
    min-height: 80px;
}

.h-2px {
    height: 2px !important;
}