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;*/
    font-family: Roboto, "Lexend Deca",Arial,sans-serif;
}

a {
    color: #0091ae;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a.dropdown-item:hover {
    text-decoration: none;
}

.bituled-card-actions > button {
    font-size: 12px;
}

/*Error*/
.error-body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.error-container {
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.error-container h2 {
    color: #d32f2f;
    margin-bottom: 10px;
}

.error-container p {
    color: #333;
    line-height: 1.6;
}

.error-container a {
    color: #d32f2f;
    text-decoration: none;
}

.error-container a:hover {
    text-decoration: underline;
}

.pagination {
    position: fixed;
    top: 10px;
    left: 45%;
}

.bituled-pipeline-column-footer {
    display: none;
}