﻿/* TAMANHO MODAL */
.custom-modal {
    max-width: 900px;
    width: 95%;
}

/* CARD */
.card {
    border-radius: 10px;
    transition: 0.2s;
}

    .card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }

/* TEXTO OBJETO */
.text-truncate {
    max-height: 60px;
    overflow: hidden;
}

/* HEADER */
.modal-header {
    border-bottom: none;
}

/* FOOTER */
.modal-footer {
    border-top: none;
}

.badge {
    padding: 6px 10px;
    border-radius: 20px;
}

.card-alt {
    background-color: #f8f9fa;
}

.card-alt {
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
}

.card-alt {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.badge-success {
    background-color: #28a745;
    color: #fff;
    padding: 0.4em 0.7em;
    border-radius: 0.25rem;
    font-weight: bold;
}

.badge-danger {
    background-color: #dc3545;
    color: #fff;
    padding: 0.4em 0.7em;
    border-radius: 0.25rem;
    font-weight: bold;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
    padding: 0.4em 0.7em;
    border-radius: 0.25rem;
    font-weight: bold;
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff;
    padding: 0.4em 0.7em;
    border-radius: 0.25rem;
    font-weight: bold;
}

.badge-expired {
    background-color: #343a40; /* preto/cinza escuro */
    color: #fff;
    padding: 0.4em 0.7em;
    border-radius: 0.25rem;
    font-weight: bold;
}

#numero {
    font-family: monospace;
    letter-spacing: 2px;
    padding: 0.4em;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/**/
#myModal .modal-dialog {
    max-width: 80%;
    width: 80%;
    margin: 30px auto;
}

#myModal .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#myModal .modal-body {
    overflow-y: auto;
    flex: 1;
}

/*#myModal label {
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 3px;
}

#myModal .form-control {
    border-radius: 6px;
    font-size: 14px;
}*/

#myModal .modal-header {
    background: #05125b;
    color: #fff;
}

#myModal .modal-title {
    font-weight: 600;
}

.titulo-secao {
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 10px;
}

/*#myModalLista .modal-dialog {
    max-width: 900px;
    width: 900px;
    margin: 30px auto;
}

#myModalLista .modal-content {
    height: 650px;
    display: flex;
    flex-direction: column;
}

#myModalLista .modal-body {
    overflow-y: auto;
    flex: 1;
}

#myModalLista label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 3px;
}

#myModalLista .form-control {
    border-radius: 6px;
    font-size: 14px;
}

#myModalLista .modal-header {
    background: #05125b;
    color: #fff;
}

#myModalLista .modal-title {
    font-weight: 600;
}



*/
