/* Lato Regular */
@font-face {
    font-family: "Lato";
    src: url("../fonts/lato-regular-webfont.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lato Bold */
@font-face {
    font-family: "Lato";
    src: url("../fonts/lato-bold-webfont.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bebas Neue Regular */
@font-face {
    font-family: "Oswald";
    src: url("../fonts/Oswald-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "Lato", sans-serif;
    background-color: #f4f4f4;
    color: #5d5d5d;
    margin: 0;
    background-image: url('../images/fondo.jpg');
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 100px;
}
header{
    top: 0;
    width: 100%;
    display: table;
}#contenido-header{
    width: calc(100% - 350px);
    height: 90px;
    float: right;
    background: rgb(255, 158, 44);
    background: linear-gradient(90deg, rgba(255, 158, 44, 1) 0%, rgba(244, 112, 25, 1) 100%);
    border-bottom-left-radius: 70px;
    margin-bottom: 30px;
}
h1{
    text-align: center;
    font-family: "Oswald";
    color: #2C3746;
}h2{
    font-size: 22px;
    font-family: "Oswald";
    color: #2C3746;
}
.complete{
    width: 100%;
}
.half{
    width: 50%;
}.quarter{
    width: 66%;
}
.hidden {
    display: none !important;
}
#logo-electrosilvania{
    width: 220px;
    margin: 15px;
    margin-left: 80px;
    padding: 15px 73px;
    margin: 0;
    border: 0;
    position: absolute;
    background-image: url(../images/corner.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90px auto;
}#logo-login-electrosilvania{
    width: 200px;
    margin: 16px auto;
    float: none;
}
.documents-grid{
    display: contents;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search-button {
    position: absolute;
    right: 14px;
    top: 64%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0.5;
}
.search-button:hover{
    background: none;
    opacity: 1;
}
#search-icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #666;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
#search-icon:hover {
    stroke: #333;
}
.search-message {
    font-size: 14px;
    color: #fdd8bd;
    padding: 0;
    float: right;
    margin-right: 22px;
    margin-top: 3px;
}

.user_data{
    float: right;
    color: #323E4F;
    text-align: right;
    margin-right: 20px;
}.user_text{
    float: left;
    margin: 10px;
    margin-top: 10px;
}.user_img{
    float: right;
    border-left: 1px solid #323E4F;
    padding-left: 15px;
    margin: 12px 10px;
}.user_img img{
    width: 60px !important;
    height: 60px !important;
}.user_name{
    font-family: "Oswald";
    font-size: 20px;
    margin: 0;
}.user_profile{
    margin: 0;
    font-family: lato;
    font-size: 15px;
}.user_text a{
    text-decoration: none;
    color: #323E4F;
    font-family: lato;
    font-weight: 100;
    font-size: 12px;
}
.login-container {
    width: 400px;
    height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffffa6;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    text-align: center;
}
.login-container h1 {
    margin-bottom: 20px;
}
.login-container input[type="text"], .login-container input[type="password"] {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius:10px;
}
.login-container input[type="submit"] {
    width: 40%;
    padding: 10px;
    background: rgb(255,158,44);
background: linear-gradient(90deg, rgba(255,158,44,1) 0%, rgba(244,112,25,1) 100%);
    border: none;
    border-radius:10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.login-container input[type="submit"]:hover { 
    background: rgb(255,158,44);
    background: linear-gradient(90deg, rgb(253, 149, 31) 0%, rgb(247, 108, 16) 100%);
}
.error-message {
    color: red;
    margin-top: 10px;
}
/* CONTENIDO */
    .contenido{
        max-width: 1400px;
        width: 100%;
        padding: 30px;
        border-radius: 20px;
        margin: auto;
        display: flex;
    }
    
    #empresa-input{
        width: 440px;
    }
    #nit-input{
        width: 300px;;
    }
    #telefono-input{
        width: 160px;
    }
    #correo-input, #contacto-input{
        width: 280px;
    }
    .botones-ventas{
        margin-top: 40px;
        text-align: center;
    }
    
    
/* Desplegables */

    .campo {
        position: relative;
        margin: 10px auto;
        border-radius: 15px;
    }

    /* Estilo del input */
    input {
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 5px;
        transition: border-color 0.3s ease;
        position: relative;
    }

    #empresa-input:focus {
        border-color: #007BFF;
        outline: none;
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
    }

    /* Estilo del desplegable */
    .autocomplete-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 5px;
        padding: 0;
        list-style: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        z-index: 999999;
    }

    .autocomplete-option {
        padding: 10px 15px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .autocomplete-option:hover {
        background-color: #007BFF;
        color: #fff;
    }
/* ORDEN DE PRODUCCIÓN */
    .orden-content{
        max-width: 1300px; 
        width: 100%;
        margin: auto;
        display: table;
        padding-bottom: 60px;
    }
    .left-fabrica{
        float: left;
        width: 450px;
        margin-top: 30px;

        background: rgba(255, 255, 255, 0.6);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
    .right-fabrica{
        float: right;
        width: 800px;
        margin-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        padding: 20px 0;
        padding-top: 0;
    }
    .detalles-form{
        width: 450px;
        box-shadow: none;
        padding: 0;
        float: left;
        margin: 30px auto;
        margin-left: 0;
    }
    .detalles-form td{
        max-width: 20px;
    }
    #editor-asignado{
        width: 0;
    }
    .opciones-asignado {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        margin-top: 4px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        opacity: 0;
        position: absolute;
        padding: 4px 0;
        min-width: 194px;
    }

.opciones-asignado.activo {
    max-height: 200px;
    opacity: 1;
}

.opcion {
    padding: 6px 12px;
    cursor: pointer;
}

.opcion:hover {
    background: #f0f0f0;
}
    .key-tittle{
        background-color: #E47817;
        color: white;
        font-weight: bold;
        text-transform: capitalize;
        padding: 10px 10px;
    }

#archivos-adjuntos{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    width: auto;
    margin-top: 30px;
    float: right;
    padding: 10px 29px;
}
    /* Estilos generales para tablas */
table{
    width: 100%;
    max-width: 1300px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #fff;
    animation-duration: 1s;
}
thead {
    background-color: #E47817; /* Color del encabezado */
    color: white;
    font-weight: bold;
    text-transform: capitalize;
}

thead th {
    padding: 20px 12px;
    text-align: left;
    border: none;
    text-align: center;
}
tbody td {
    padding: 10px 12px;
    border: none;
    border-bottom: 1px #e0e0e0 solid !important;
    text-align: center;
}
/* Estilos específicos para el borde final de la tabla */
tbody tr:last-child td {
    border-bottom: none !important;
}

/* Estilos de las celdas de "Ver" para que sean más visibles */
tbody td a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

tbody td a:hover {
    color: #d1732d;
}

tbody tr:hover {
    background-color: #f5f5f5;
}

/* Bordes redondeados en la parte superior */
thead th:first-child {
    border-top-left-radius: 10px;
    padding-left: 30px;
}

thead th:last-child {
    border-top-right-radius: 10px;
}

/* Bordes redondeados en la parte inferior */


@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Colores alternativos en tablas */
tbody tr:nth-child(odd) {
    background-color: #ffffff; /* Blanco */
}
tbody tr:nth-child(even) {
    background-color: #f3f3f3; /* Gris claro */
}

.form-detalle{
    float: left;
    display: grid;
}
#table-asignado{
    margin-bottom: 0;
}
#table-asignado td{
    padding: 0;
}
/* Estilos de columnas de tablas */
.columna-fecha{
    width: 150px;
}.columna-usuario{
    width: 170px;
}.columna-mensaje{
    text-align: left;
}
.table-home{
    margin: 30px auto;
}
.fila-nueva {
    animation: slideDown 0.5s ease-out;
    background-color: #e0ffe0; /* Color de fondo temporal para resaltar */
    transition: background-color 2s ease;
}

.fila-nueva:hover {
    background-color: #f5f5f5; /* Cambia al hover normal */
}
.text-rojo {
    color: red;
    font-weight: bold;
}



.left-section, .right-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 48%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
label {
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
    color: #0000008c;
    font-family: lato;
}
input, select, textarea {
    width: 100%;
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #ddd;
    border-radius:10px;
}
button {
    background-color: #E47817;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius:10px;
    cursor: pointer !important;
    transition-duration: 0.5s;
}

button:hover {
    background-color: #b55f14;
    cursor: pointer !important;
}

.crear-otra {
    background-color: #f39c12;
}

.crear-otra:hover {
    background-color: #d48810;
}


#empresa-suggestions {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    list-style: none;
    padding: 0;
    z-index: 1000;
}
#empresa-suggestions li {
    padding: 5px;
    cursor: pointer;
}
#empresa-suggestions li:hover {
    background-color: #eee;
}

/* Estilos de formularios en ventas */

#forms-content{
    margin: auto;
    max-width: 600px;
    width: 90%;
}


.image-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.image-preview {
    position: relative;
    width: 150px;
}

.image-preview img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.image-name {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#mensaje-form textarea{
    float: left;
    width: 754px;
    margin: 20px;
    height: 40px;
}
#mensaje-form button{
    margin: 15px 0 0 18px;
}

/* Glass */
.fila {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.campo {
    flex: 1;
    display: flex;  
}

.campo-grande {
    flex: 2;
    display: flex;
    flex-direction: column;
}

.adjuntos {
    margin-top: 30px;
}

.botones {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.boton-texto{
    color: #E47817;
}.boton-texto:hover{
    color: #9a4f0e;
}
/* Imágenes de Orden */

.section-images {
    margin: 20px 0;
}

.images-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #999;
    border-radius: 10px;
    width: 700px;
    margin: 10px 0;
    display: inline-grid;
}
#images-grid-origen2{
    width: 545px;
    float: right;
}#images-grid-origen3{
    float: left;
    width: auto;
    text-align: center;
    padding: 15px 15px;
}#adjuntar-plano{
    font-size: 16px;
    font-family: lato;
}
.image-container {
    width: 100px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.order-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
}

.image-description {
    padding: 10px;
    margin: 0;
    background: #f8f9fa;
    font-size: 0.9em;
    color: #666;
}

.pdf-thumbnail object {
    width: 100%;
    height: 100%;
}
.close {
    position: absolute;
    right: -20px;
    top: -20px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pdf-object {
    border: none;
    width: 100%;
    height: 100%;
}

.pdf-preview-canvas {
    

    display: block;
    width: 100%;
    height: auto;
    max-width: 240px;   /* opcional */
    max-height: 320px;  /* opcional */
}

.pdf-modal {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(44 44 44 / 84%);
}

.modal-content {
    position: relative;
    width: 90%;
    height: 90%;
    margin: 2% auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

#pdf-canvas {
    margin: auto;
    max-width: 100%;
    max-height: calc(100% - 50px);
}

.pdf-controls {
    text-align: center;
    padding: 10px;
    background: white;
}

.pdf-controls button {
    margin: 0 10px;
    padding: 5px 15px;
}
.tabla-mensajes {
    max-height: 400px;
    overflow-y: auto;
}
.notif-cell {
    width: 40px;
    text-align: center;
}

.notif-dot {
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
}
.notificacion {
    animation: pulse 1.2s ease-in-out;
    display: inline-block;
}
.zip-thumb img{
    border-radius: 8px;
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 60px !important;
    max-height: 60px !important;
    opacity: .8;
}.file-name{
    margin-top: 0 !important;
    font-size: 10px !important;
    text-align: center !important;
    word-break: break-word !important;
    padding: 0 3px !important;
}
.document-container{
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
/* Contenedor fijo 150x150 con fondo blanco */
.document-container .pdf-thumbnail {
    background: #fff;
    border: none;
    border-radius: 8px;
    display: grid;
    align-items: center;
}
.document-container a{
    text-decoration: none;
    color: #000;
    font-family: lato;
    text-align: center;
}
/* El canvas ocupa 100% en altura y ajusta ancho automáticamente */
.document-container .pdf-preview-canvas {
  display: block;
  height: 100%;      /* 150px del contenedor */
  width: auto;       /* se ajusta en proporción */
  max-width: 100%;   /* no desborda horizontal */
  max-height: 100%;  /* seguridad extra */
  background: #fff;  /* por si el PDF tiene transparencias */
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}
.mensajes-seccion{
    float: left;
    border-radius: 20px;
    background: #fff;
    margin-top: 30px;
    padding-bottom: 30px;
}
.mensajes-seccion thead{
    color: #86868B;
    background-color: #e1e1e1;
}
.mensajes-seccion thead th:first-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.fabrica{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    margin-bottom: 20px;
    width: 800px;
    float: right;
}
.fabrica-botones{
    text-align: center;
}
#descripcion-fabrica-content{

}
#descripcion-fabrica{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    width: 470px;
    margin-top: 30px;
    float: left;
    height: 100px;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}
#hipot-fabrica{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    width: 260px;
    margin-top: 30px;
    float: right;
    height: 100px;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}

#form-ficha-tecnica-produccion{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0;
    width: 800px;
    margin-top: 30px;
    float: right;
}
#form-ficha-tecnica-produccion h2{
    text-align: center;
}#form-ficha-tecnica-produccion label{
    width: 100px;
    text-align: left;
}
#btn-asignar{
    float: right;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/* Botón para agregar imágenes */
.order-add-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 2px dashed #E47817;
    border-radius: 10px;
    font-size: 2rem;
    color: #E47817;
    background: none;
    cursor: pointer;
}

#trp{
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    width: 800px;
    float: right;
    margin-top: 0;
    display: ruby;
}
#trp table{
    width: 120px;
    max-width: 1300px;
    margin: 0 15px ;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    background-color: #fff;
    animation-duration: 1s;
    padding: 0 8px;
}

.order-add-button:hover {
    color: #ccc;
    border-color: #ccc;
}

/* Overlay del modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1050;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.modal-overlay.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

/* Contenedor del modal */
.modal {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 1055;
    width: 500px;
    max-width: 90%;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease-out;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: inline-table;
}

.modal-overlay.show .modal {
    opacity: 1;
    transform: scale(1);
}

/* Encabezado del modal */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.modal-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-close:hover {
    color: #000;
}

/* Cuerpo del modal */
.modal-body {
    position: relative;
    padding: 1rem;
    flex: 1 1 auto;
}

/* Pie del modal */
.modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    gap: 0.5rem;
}

/* Estilos para elementos de formulario dentro del modal */

.modal-body textarea {
    min-height: 100px;
    resize: vertical;
}

/* Estilos para Orden creada exitosamente */

.success-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin: auto;
}

.success-message {
    text-align: center;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.success-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.success-message h3 {
    color: #28a745;
    margin-bottom: 1.5rem;
}
/* Botón Imprimir */
#btn-imprimir{
    position: absolute;
    right: 25px;
    top: 110px;
    font-size: 40px;
    padding: 15px 30px;
}

/* Media queries para responsividad */
@media (max-width: 576px) {
    .modal {
        width: 95%;
        margin: 0.5rem;
    }
    
    .modal-footer {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .modal-btn {
        width: 100%;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-container {
        flex-direction: column;
    }

    .left-section, .right-section {
        width: 100%;
    }
}