
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
    z-index: 110;
}

.audit_template_change_log_modal {
    width: calc(100% - 14px);
    border: 1px solid var(--color-light);
    height: calc(100% - 20px);
    margin: auto;
    top: 10px;
    left: 10px;
    border-radius: 14px;
    padding: 20px 16px;
    box-sizing: border-box;
}