﻿.Menu--Administrador {
    width: 220px;
    background-color: #1C3B68;
    min-height: 100vh;
    padding-top: 20px;
    float: left;
}

.Opciones--Adminsitrador {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Opcion--Administrador {
    margin-bottom: 10px;
}

.Option--li {
    display: block;
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: 600;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

    .Option--li:hover {
        background-color: #234C56;
        border-left: 4px solid #fff;
    }

.Administrador--Vista {
    margin-left: 240px;
    padding: 20px;
    font-family: 'Arial', sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.ColH {
    background-color: #1F445F;
    color: white;
    text-align: left;
    padding: 12px;
}

.ColB {
    border-bottom: 1px solid #ccc;
    padding: 12px;
}

.Ver {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .Ver img.img--btn {
        width: 24px;
        height: 24px;
    }

dialog {
}

    dialog::backdrop {
        background: rgba(0, 0, 0, 0.4);
    }

    dialog button {
        padding: 10px 16px;
        margin: 10px 5px 0 5px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        transition: background-color 0.3s ease;
    }

        dialog button.cerrar {
            background-color: #e74c3c;
            color: white;
        }

            dialog button.cerrar:hover {
                opacity: 0.9;
            }

        dialog button.aceptar {
            background-color: #2ecc71;
            color: white;
        }

            dialog button.aceptar:hover {
                opacity: 0.9;
            }

tr {
    align-items: center;
}

#tablaSolicitudes, #tablaEmpresas {
    border-collapse: collapse;
}

    #tablaSolicitudes th,
    #tablaSolicitudes td, #tablaEmpresas th, #tablaEmpresas td {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
    }

dialog {
    border: none;
    padding: 0;
    background: transparent;
}

.dialog {
    width: 600px;
    max-width: 90%;
    background-color: #fefefe;
    border-radius: 10px;
    padding: 25px 35px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    font-family: Arial, sans-serif;
    position: relative;
}

    .dialog h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 22px;
        color: #333;
        text-align: center;
    }

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .form-group label {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-group input,
    .form-group textarea {
        padding: 8px;
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box;
    }

textarea {
    resize: vertical;
    min-height: 60px;
}

.logo-group {
    align-items: center;
}

.logo {
    max-width: 200px;
    max-height: 200px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

    .button-group button {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        transition: 0.2s;
    }

        .button-group button:hover {
            opacity: 0.9;
        }

#btnAceptar {
    background-color: #4CAF50;
    color: white;
}

#btnRechazar {
    background-color: #f44336;
    color: white;
}

#btnRegresar {
    background-color: #777;
    color: white;
}
.VerEnt {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

    .VerEnt img.img--btn {
        width: 24px;
        height: 24px;
    }

#btnAceptarEnt {
    background-color: #4CAF50;
    color: white;
}

#btnRechazarEnt {
    background-color: #f44336;
    color: white;
}

#btnRegresarEnt {
    background-color: #777;
    color: white;
}