﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* Estilos para el popup en modo nocturno */
.popup-dark-theme {
    border-radius: 8px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.popup-content-dark {
    background-color: #2d2d30 !important;
    color: #f1f1f1 !important;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0 0 8px 8px;
}

.popup-content-dark p {
    margin: 0;
    color: #f1f1f1 !important;
}

/* Estilos para el botón de cierre del popup */
.popup-dark-theme .dxpc-closeBtn {
    background-color: #3f3f46 !important;
    color: #f1f1f1 !important;
    border: 1px solid #63636a !important;
    border-radius: 4px;
}

    .popup-dark-theme .dxpc-closeBtn:hover {
        background-color: #52525b !important;
        color: #ffffff !important;
    }

/* Estilos para el overlay modal en modo nocturno */
.dxpc-modalBack {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Animación suave para el popup */
.popup-dark-theme {
    transition: all 0.3s ease-in-out !important;
}