.wrapper {
    flex: 2;
    position: relative;
    border: 1px solid black;
    border-radius: 10px;
    padding: 1rem;
    min-height: 60vh;
}
.close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    min-width: 0 !important;
    position: absolute;
    top: 5px;
    right: 5px;
}