﻿.dialogPolitica-overlay {
    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: 9999;
}

.dialogPolitica-box {
    background-color: #fff;
    border-radius: 16px;
    max-width: 420px;
    width: 90%;
    padding: 24px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
}

.dialogPolitica-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.dialogPolitica-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dialogPolitica-content a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

    .dialogPolitica-content a:hover {
        text-decoration: underline;
    }

.dialogPolitica-buttons {
    margin-top: 20px;
}

.dialogPolitica-btn-confirm {
    background-color: #0083ff;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .dialogPolitica-btn-confirm:hover {
        background-color: #006fd1;
    }

.animate-fade-in {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
.dialogPolitica-overlay {
    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: 9999;
}

.dialogPolitica-box {
    background-color: #fff;
    border-radius: 16px;
    max-width: 420px;
    width: 90%;
    padding: 24px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-align: center;
}

.dialogPolitica-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.dialogPolitica-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.4;
}

.dialogPolitica-content a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.dialogPolitica-content a:hover {
    text-decoration: underline;
}

.dialogPolitica-buttons {
    margin-top: 20px;
}

.dialogPolitica-btn-confirm {
    background-color: #0EA3CE;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dialogPolitica-btn-confirm:hover {
    background-color: #0D0F1E;
}

.animate-fade-in {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}
