.pd-modal {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}

.pd-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.pd-text {
    font-size: 14px;
    color: #525c69;
    margin-bottom: 20px;
}

.pd-text a {
    color: #26619f;
    text-decoration: none;
}

.pd-agreement {
    height: 280px;
    overflow-y: auto;
    border: 1px solid #dce3e8;
    border-radius: 15px;
    background: #fafbfc;
    padding: 12px;
    color: #333;
    margin-bottom: 20px;
}

.pd-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 15px;
}

.pd-checkbox input {
    width: 18px;
    height: 18px;
}

#pd-confirm {
    border: none;
    min-width: 120px;
    color: white;
    background-color: #1a2033;
}

#pd-confirm:disabled {
    opacity: .5;
    cursor: not-allowed;
}