.send_title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.send_table {
    position: relative;
    width: 400px;
    padding: 35px;
    border-radius: 10px;
    background: #fff;
}

.send_item, .send_item input {
    width: 100%;
}

.send_item {
    margin-bottom: 10px;
}

.send_item input {
    height: 50px;
    line-height: 30px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    background: var(--lightGray);
}

.close_1 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .send_table {
        position: relative;
        width: 300px;
        padding: 35px;
        border-radius: 10px;
        background: #fff;
    }
}