

.container_for_modal_with_document .button_close_modal {
    margin-top: 10px;
    padding: 12px;
    background-color: #ED8C33;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.container_for_modal_with_document .container_for_documents{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.container_for_modal_with_document .container_for_documents a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #181717;
}

.container_for_modal_with_document .container_for_documents a:hover{
    opacity: 0.8;
    color: #ED8C33;
}

.container_for_modal_with_document .container_for_documents p{
    margin: 0px;
    padding: 0px;
}

.container_for_modal_with_document .container_for_documents img{
    width: 40px;
    height: 40px;
}

