/* PDFtrack - estilos */

body {
    background: #f5f6f8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card {
    border-radius: .6rem;
}

.card-img-top {
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background: #fff;
}

.btn-danger {
    background: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    background: #b02a37;
    border-color: #b02a37;
}

.btn-copy.copied {
    background: #198754 !important;
    color: #fff !important;
    border-color: #198754 !important;
}

.navbar-brand i {
    font-size: 1.3rem;
}

.form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .15);
}

code {
    background: #f1f3f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: .85em;
    color: #495057;
}
