.modal-content {
    border: 1px solid #212121;
    border-radius: 20px;
    outline: 0;
}
.modal-header {
    border: none;
    padding: 28px 32px 6px 32px;
}
.modal-body {
    padding: 0 32px 8px 32px;
}
.modal-footer {
    justify-content: flex-start;
    padding: 0 0 32px 32px;
    border: none;
    gap: 10px;
    margin: 0;
}
.modal-footer-user {
    justify-content: space-between;
    padding: 0 32px 32px 32px;
}
.modal-footer button {
    margin: 0;
}
.modal-body .form-select {
    max-width: 250px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #212121;
    border: 0;
    border-radius: 0.25rem;
}

.modal-header .btn-close {
    position: absolute;
    top: 14px;
    right: 12px;
    padding: 0;
    margin: 0;
}

.robot-button {
    position: absolute;
    bottom: 5px;
    right: 5px;
}