/* /Components/GoogleBotonAuthComponent.razor.rz.scp.css */
/* Botón principal */
.btn-primary[b-hlvnwbxpto] {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
}

/* Botón de Google */
.btn-google[b-hlvnwbxpto] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #444;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%; /* hace que el botón sea largo y ocupe todo el ancho */
}

    .btn-google:hover[b-hlvnwbxpto] {
        background-color: #f7f7f7;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .btn-google:focus[b-hlvnwbxpto] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(66,133,244,0.3); /* halo azul */
    }

/* Ícono de Google */
.google-icon-wrapper[b-hlvnwbxpto] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-icon-svg[b-hlvnwbxpto] {
    width: 22px;
    height: 22px;
}

/* Texto dentro del botón */
.btn-google .btn-text[b-hlvnwbxpto] {
    font-size: 15px;
    line-height: 1.2;
}

.google-btn:disabled[b-hlvnwbxpto] {
    background-color: #a0a0a0;
    cursor: not-allowed;
    opacity: 0.7;
}
/* /Components/HistorialPacienteComponent.razor.rz.scp.css */

.formato-detalle[b-w6tjzbhud1] {
    white-space:pre-line
}
/* /Components/ModalConfirmacionComponent.razor.rz.scp.css */
/* Fondo oscuro detrás del modal */
.custom-modal-backdrop[b-8iep1xl5z3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; /* encima de Bootstrap */
}

/* Contenedor principal del modal */
.custom-modal-container[b-8iep1xl5z3] {
    background: #fff;
    border-radius: 8px;
    width: 420px;
    max-width: 90%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: fadeInScale-b-8iep1xl5z3 0.3s ease-out;
}

/* Encabezado del modal */
.custom-modal-header[b-8iep1xl5z3] {
    padding: 12px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Título */
.custom-modal-title[b-8iep1xl5z3] {
    margin: 0;
    font-weight: 600;
    color: #fff; /* letras blancas */
    text-shadow: 0 0 2px rgba(0,0,0,0.9); /* contorno mínimo */
}

/* Cuerpo del modal */
.custom-modal-body[b-8iep1xl5z3] {
    padding: 20px;
    font-size: 0.95rem;
    color: #495057;
}

/* Pie del modal con botones */
.custom-modal-footer[b-8iep1xl5z3] {
    border-top: 1px solid #dee2e6;
    padding: 12px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Animación de entrada */
@keyframes fadeInScale-b-8iep1xl5z3 {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Components/TablaComponent.razor.rz.scp.css */
.modal-content[b-ylflpnuplx] {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.modal-header[b-ylflpnuplx] {
    border-bottom: none;
}

.modal-footer[b-ylflpnuplx] {
    border-top: none;
}
/* /Layout/Navegacion/TopBar.razor.rz.scp.css */
/* Contenedor principal de la búsqueda */
.custom-select-container[b-gj0fs8rcix] {
    /* Ajusta este valor al ancho que desees (ej. 400px o 500px) */
    min-width: 500px !important;
    margin-left: 20px;
}

/* Estilo específico para el Select */
.custom-select-unach[b-gj0fs8rcix] {
    background-color: #f1f3fa !important;
    border: none !important;
    padding-left: 40px !important; /* Espacio para que el icono no tape el texto */
    cursor: pointer;
    width: 100% !important;
}

.navbar-custom .app-search form[b-gj0fs8rcix] {
    max-width:500px !important;
}
/* Ajuste del icono dentro del select ancho */
.custom-select-container .search-icon[b-gj0fs8rcix] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    font-size: 18px;
    color: #6c757d;
}

/* Adaptabilidad para tablets y laptops pequeñas */
@media (max-width: 1200px) {
    .custom-select-container[b-gj0fs8rcix] {
        min-width: 300px !important;
    }
}

/* Adaptabilidad para móviles (evita que se rompa el diseño) */
@media (max-width: 767px) {
    .custom-select-container[b-gj0fs8rcix] {
        display: none; /* Se oculta porque ya tienes el buscador móvil arriba */
    }
}
/* /Pages/AccesoPage/GoogleOAuth2.razor.rz.scp.css */
.auth-loader[b-sq0rr590c3] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
}

/* Efecto de pulso suave detrás del spinner */
.loader-circle[b-sq0rr590c3] {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(10, 207, 151, 0.2);
    border-radius: 50%;
    animation: auth-pulse-b-sq0rr590c3 2s infinite ease-in-out;
}

@keyframes auth-pulse-b-sq0rr590c3 {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.card[b-sq0rr590c3] {
    border-radius: 10px;
    overflow: hidden;
}

.bg-primary[b-sq0rr590c3] {
    background-color: #4285f4 !important; /* Color azul Google */
}
/* /Pages/AccesoPage/LogIn.razor.rz.scp.css */
/* Botón principal */
.btn-primary[b-szyjzvqzi6] {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
}

/* Botón de Google */
.btn-google[b-szyjzvqzi6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #444;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%; /* hace que el botón sea largo y ocupe todo el ancho */
}

    .btn-google:hover[b-szyjzvqzi6] {
        background-color: #f7f7f7;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .btn-google:focus[b-szyjzvqzi6] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(66,133,244,0.3); /* halo azul */
    }

/* Ícono de Google */
.google-icon-wrapper[b-szyjzvqzi6] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-icon-svg[b-szyjzvqzi6] {
    width: 22px;
    height: 22px;
}

/* Texto dentro del botón */
.btn-google .btn-text[b-szyjzvqzi6] {
    font-size: 15px;
    line-height: 1.2;
}



.separator-container[b-szyjzvqzi6] {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.line[b-szyjzvqzi6] {
    flex: 1;
    height: 1px;
    background-color: #dee2e6; /* Gris claro */
}

.text[b-szyjzvqzi6] {
    padding: 0 15px;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: bold;
    /*text-transform: uppercase;*/
}
/* /Pages/ConsultaPage/Consultas.razor.rz.scp.css */
#interactivo[b-t59b0xcrlk] {
    cursor: pointer;
}


.card.widget-flat:hover[b-t59b0xcrlk] {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}
/* /Pages/ConsultaPage/NuevaConsulta.razor.rz.scp.css */
/*######################### mis estilos #####################################*/

.mi-textareaNuevaConsulta[b-wvg0bjyjxf] {
    min-height: 150px !important;
    max-height: 400px !important;
    resize: vertical !important;
    width: 100% !important;
    white-space: pre-line !important;
}


.autocomplete-input[b-wvg0bjyjxf] {
    width: 300px;
    padding: 8px;
    font-size: 14px;
}

.autocomplete-list[b-wvg0bjyjxf] {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background: white;
    width: 300px;
    z-index: 1000;
}

.autocomplete-item[b-wvg0bjyjxf] {
    padding: 8px;
    cursor: pointer;
}

    .autocomplete-item:hover[b-wvg0bjyjxf] {
        background-color: #f0f0f0;
    }


.modal-backdrop-custom[b-wvg0bjyjxf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* fondo oscuro */
    z-index: 1040;

}
.no-scroll[b-wvg0bjyjxf] {
    overflow: hidden;
}

.modal.show.d-block[b-wvg0bjyjxf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-dialog[b-wvg0bjyjxf] {
    margin: auto;
    max-height: 90vh;
}

.modal-body[b-wvg0bjyjxf] {
    overflow-y: auto;
    max-height: 70vh;
}


.salto[b-wvg0bjyjxf] {
    white-space: pre-line;
}


/* Contenedor del historial */
.custom-historial[b-wvg0bjyjxf] {
    display: flex;
    flex-direction: column;
}

/* Scroll configurable */
.custom-historial-scroll[b-wvg0bjyjxf] {
    max-height: 200px; /* Ajusta el tamaño según lo que necesites */
    overflow-y: auto;
    padding-right: 5px;
}

/* Campo de fecha */
.custom-date-input[b-wvg0bjyjxf] {
    max-width: 250px; /* Controla el ancho del InputDate */
    font-weight: bold;
    background-color: #f9f9f9;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
/* /Pages/PacientePage/Pacientes.razor.rz.scp.css */
/* Buscador responsivo */
form[role="search"][b-n9dk5hic8k] {
    max-width: 100%;
}

/* Cards compactas y modernas */
.patient-card[b-n9dk5hic8k] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 0.75rem;
}

    .patient-card:hover[b-n9dk5hic8k] {
        transform: translateY(-3px);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.08);
    }

    .patient-card .card-body[b-n9dk5hic8k] {
        padding: 0.75rem;
    }

    .patient-card h6[b-n9dk5hic8k] {
        font-size: 0.95rem;
    }

    .patient-card small[b-n9dk5hic8k] {
        font-size: 0.8rem;
    }

    /* Badges */
    .patient-card .badge[b-n9dk5hic8k] {
        border-radius: 50rem;
        font-size: 0.75rem;
        white-space: nowrap;
    }
/* /Pages/RecetaPage/Receta-print.razor.rz.scp.css */


/*.receta-unach {
    max-width: 800px;
    margin: auto;
    background: white;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.receta-unach-membrete {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .receta-unach-membrete img {
        width: 170px;
    }

.receta-unach-membrete-texto {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
}

    .receta-unach-membrete-texto h5 {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .receta-unach-membrete-texto p {
        margin: 0;
    }

.receta-unach-title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.receta-unach-etiqueta {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
}

.receta-unach-campo {
    margin-bottom: 0;
    font-size: 14px;
}

    .receta-unach-campo strong {
        font-weight: bold;
    }

.receta-unach-detalle {
    border: 1px dashed #999;
    min-height: 150px;
    padding: 5px;
    margin-top: 4px;
    font-size: 14px;
    white-space: pre-line;
}

.receta-unach-firma {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

    .receta-unach-firma::before {
        content: "";
        display: block;
        border-top: 1px solid #333;
        margin-bottom: 4px;
        width: 100%;
        min-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .receta-unach-firma p {
        margin: 0;
        font-size: 13px;
        text-align: center;
        margin-right: 30px;
    }

.receta-unach-footer p {
    margin: 0;
    font-size: 12px;
    text-align: justify;
}

.receta-unach-leyenda {
    font-size: 10px;
    text-align: left;
    margin-top: 0;
}

.receta-unach-separador {
    border-top: 1px dashed #000;
    margin: 10px auto;
    width: 100%;
}

.receta-unach-qr img {
    width: 90px;
    height: 90px;
    margin-top:2px;
    margin-bottom: 3px;
}

@media print {
    body {
        margin: 0;
        padding: 0;
        background: white;
        transform: scale(0.95);*/ /* Escala el contenido al 95% */
        /*transform-origin: top center;
    }

    .receta-unach {
        box-shadow: none;
        border: none;
        margin-bottom: 0;
    }

    .receta-unach-no-imprimir {
        display: none !important;
    }

    @page {
        size: letter;
        margin: 0;
        padding:0;
    }
}*/




.receta-unach[b-nicvzu5lny] {
    max-width: 800px;
    margin: auto;
    background: white;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    page-break-inside: avoid; /* evita que se corte dentro de la receta */
}

.receta-unach-membrete[b-nicvzu5lny] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    .receta-unach-membrete img[b-nicvzu5lny] {
        width: 170px;
    }

.receta-unach-membrete-texto[b-nicvzu5lny] {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
}

    .receta-unach-membrete-texto h5[b-nicvzu5lny] {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .receta-unach-membrete-texto p[b-nicvzu5lny] {
        margin: 0;
    }

.receta-unach-title[b-nicvzu5lny] {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.receta-unach-etiqueta[b-nicvzu5lny] {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0px;
}

.receta-unach-campo[b-nicvzu5lny] {
    margin-bottom: 0;
    font-size: 14px;
}

    .receta-unach-campo strong[b-nicvzu5lny] {
        font-weight: bold;
    }

.receta-unach-detalle[b-nicvzu5lny] {
    border: 1px dashed #999;
    min-height: 150px;
    padding: 5px;
    margin-top: 4px;
    font-size: 14px;
    white-space: pre-line;
}

.receta-unach-firma[b-nicvzu5lny] {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

    .receta-unach-firma[b-nicvzu5lny]::before {
        content: "";
        display: block;
        border-top: 1px solid #333;
        margin-bottom: 4px;
        width: 100%;
        min-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .receta-unach-firma p[b-nicvzu5lny] {
        margin: 0;
        font-size: 13px;
        text-align: center;
        margin-right: 30px;
    }

.receta-unach-footer p[b-nicvzu5lny] {
    margin: 0;
    font-size: 12px;
    text-align: justify;
}

.receta-unach-leyenda[b-nicvzu5lny] {
    font-size: 10px;
    text-align: left;
    margin-top: 0;
}

.receta-unach-separador[b-nicvzu5lny] {
    border-top: 1px dashed #000;
    margin: 10px auto;
    width: 100%;
}

.receta-unach-qr img[b-nicvzu5lny] {
    width: 90px;
    height: 90px;
    margin-top: 2px;
    margin-bottom: 3px;
}

/* ===== Impresión ===== */
@media print {
    body[b-nicvzu5lny] {
        /*margin: 0;
        padding: 0;
        background: #fff;*/
        visibility: hidden;
    }

    .receta-unach[b-nicvzu5lny] {
        margin: 0;
        padding:0; /* margen interno visual */
        border: none;
        box-shadow: none;
        background: #fff;
    }

    /* Línea separadora opcional: puedes dejarla o quitarla */
    .receta-unach-separador[b-nicvzu5lny] {
        border-top: 1px dashed #000;
        margin: 10px auto;
        width: 100%;
    }

    /* Botón imprimir oculto */
    .receta-unach-no-imprimir[b-nicvzu5lny] {
        display: none !important;
    }

    @page {
        size: letter; /* tamaño carta */
        margin: 0.5cm; /* márgenes externos fijos */
        margin-bottom: 0.1cm;
    }

    /* IMPORTANTE: no forzar salto entre recetas  */
    /* .receta-unach + .receta-unach { page-break-before: always; } --> esta regla se elimina para que ambas salgan en la misma hoja si caben */
    
}
/* /Pages/RecetaPage/Receta-verificador.razor.rz.scp.css */
.card[b-6ol60qpj5b] {
    border-radius: 12px;
}

.section-title[b-6ol60qpj5b] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.info-label[b-6ol60qpj5b] {
    font-weight: 500;
    color: #495057;
}

.info-value[b-6ol60qpj5b] {
    color: #212529;
}

.receta-detalle[b-6ol60qpj5b] {
    white-space: pre-line;
    background-color: #fff;
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid #dee2e6;
    white-space: pre-line;
}

.alert-info[b-6ol60qpj5b] {
    font-size: 0.95rem;
}
/* /Pages/ReferenciaMedicaPage/ReferenciaMedica-print.razor.rz.scp.css */
/* ===== Estilo base ===== */
#ref-medica[b-jyryjfkqdj] {
    font-size: 9px;
    line-height: 1.3;
    display: flex;
    justify-content: center; /* centra horizontalmente en navegador */
}

    #ref-medica .ref-container[b-jyryjfkqdj] {
        max-width: 21.59cm; /* ancho carta en pantalla */
        max-height: 27.94cm; /* alto carta */
        margin: auto; /* centra horizontalmente */
        padding: 0.5cm; /* espacio interno visual */
        background: #fff;
        box-sizing: border-box;
    }

    /* Tablas */
    #ref-medica table[b-jyryjfkqdj] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0.3rem;
        border: 1px solid #000;
    }

    #ref-medica td[b-jyryjfkqdj] {
        padding: 2px;
        border: 1px solid #000;
        vertical-align: middle;
    }

/* Valores estáticos */
.ref-value[b-jyryjfkqdj] {
    display: inline-block;
    width: 100%;
    font-size: 9px;
    padding: 1px 2px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
}

    /* Para textos con saltos de línea */
    .ref-value.multiline[b-jyryjfkqdj] {
        white-space: pre-line; /* respeta saltos de línea */
    }

/* Encabezado */
.ref-encabezado[b-jyryjfkqdj] {
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

    .ref-encabezado strong[b-jyryjfkqdj] {
        font-size: 13px;
    }

    .ref-encabezado i[b-jyryjfkqdj] {
        font-size: 14px;
        margin-right: 4px;
    }

/* Títulos de sección */
.ref-section-title[b-jyryjfkqdj] {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 4px;
    background: #f0f0f0;
    border: 1px solid #000;
    padding: 3px;
    display: flex;
    align-items: center;
}

    .ref-section-title i[b-jyryjfkqdj] {
        margin-right: 4px;
        font-size: 10px;
    }

/* Firmas */
.ref-signature-line[b-jyryjfkqdj] {
    font-size: 9px;
    font-style: italic;
    margin-top: 2px;
}

.ref-firma-table[b-jyryjfkqdj] {
    page-break-inside: avoid;
}

    .ref-firma-table td[b-jyryjfkqdj] {
        height: 80px;
        text-align: center;
        vertical-align: bottom;
    }

.ref-firma-cell[b-jyryjfkqdj] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .ref-firma-cell .ref-value[b-jyryjfkqdj] {
        text-align: center;
        margin: 0;
        width: 90%;
        display: block;
    }

/* Botón imprimir */
.ref-no-print[b-jyryjfkqdj] {
    text-align: center;
    margin-top: 0.5rem;
}

/* Responsividad */
@media screen and (max-width: 768px) {
    #ref-medica[b-jyryjfkqdj] {
        font-size: 11px;
    }

        #ref-medica table[b-jyryjfkqdj] {
            display: block;
            overflow-x: auto;
        }

        #ref-medica td[b-jyryjfkqdj] {
            min-width: 120px;
        }

    .ref-section-title[b-jyryjfkqdj] {
        font-size: 11px;
    }
}

/* ===== Áreas especiales ===== */
.ref-resumen-clinico[b-jyryjfkqdj] {
    min-height: 170px; /* altura mínima */
    border: 1px dotted #000; /* borde punteado */
    box-sizing: border-box;
    white-space: pre-line; /* respeta saltos de línea */
}

.ref-diagnostico[b-jyryjfkqdj] {
    border: 1px dotted #000;
    box-sizing: border-box;
    white-space: pre-line;
}

/* ===== Impresión ===== */
@media print {
    body *[b-jyryjfkqdj] {
        visibility: hidden;
    }

    #ref-medica[b-jyryjfkqdj], #ref-medica *[b-jyryjfkqdj] {
        visibility: visible;
    }

    #ref-medica[b-jyryjfkqdj] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; /* ocupa todo el ancho disponible */
        margin: 0; /* evita márgenes extra */
        background: #fff;
    }

        #ref-medica .ref-container[b-jyryjfkqdj] {
            width: 100%; /* ocupa todo el ancho de la hoja */
            max-width: none; /* elimina límite fijo */
            padding: 0; /* sin padding interno extra */
            margin: 0;
        }

    @page {
        size: letter; /* tamaño carta */
        margin: 0.5cm; /* margen externo fijo */
        margin-bottom : 0.1cm;
    }

    .ref-no-print[b-jyryjfkqdj] {
        display: none !important;
    }

    .ref-section-title[b-jyryjfkqdj] {
        background: #fff;
    }

    .ref-resumen-clinico[b-jyryjfkqdj],
    .ref-diagnostico[b-jyryjfkqdj] {
        border: 1px dotted #000;
    }
}
