﻿.process-modal-backdrop {
    background: #A3A3A373;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.process-modal-content {
    background: white;
    border-radius: 16px;
    padding: 50px 40px 20px 40px;
    text-align: center;
    width: 450px;
    height: 461px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    position: relative;
}

.process-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.process-modal-img-container {
    margin-bottom: 30px;
}

.process-modal-img {
    width: 152px;
    height: auto;
}

.process-modal-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.process-modal-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}

.process-modal-button {
    border: solid dashed #000000 1px;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    background: white;
    font-weight: 500;
}
