.nk-modal-text {
    font-size: 14px;
    color: #333;
    padding: 7px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dark-mode .nk-modal-text { 
    background-color: rgba(16, 25, 36, 0.8);
    color: #fff;
    border-color: #DBDFE4; 
}

.caption-text {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.caption-text::before {
    content: "\2022";
    color: #666;
    position: absolute;
    left: 0;
    top: 6px;
}

.caption-text strong {
    font-weight: bold;
    color: #555;
}

.caption-text em {
    font-style: italic;
    color: #888;
}

#div-cookie{
    width: 450px;
    height: 250px;
    /* background-color: #F8F8FF; */
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: solid 1px #BDC6E3;
}

.texto-justificado {
    text-align: justify;
    padding: 0 15px;
    font-weight: 700;
    margin-top: 20px;
    font-size: 16px;
}
