.negotiate-window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black;
    border-radius: 6px;
    color: white;
    width: 500px;
    overflow: hidden;
    border: 1px solid #ffffff2b;
    z-index: 2;
    visibility: hidden;
}

.negotiate-window .container {
    padding: 29px;
}





.negotiate-window input[type="text"] {
    width: 100%;
    height: 46px;
    resize: none;
    margin-top: 25px;
    margin-bottom: 24px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    padding: 12px 13px;
    box-sizing: border-box;
    font-weight: 500;
    border: none;
    outline: none;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.685);

    font-size: 15px;
    font-weight: 600;
    

  }


.negotiate-window .ad-info {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 17px;
}

.negotiate-window .buttons button {
    font-size: 14px;
    padding: 14px 21px;
    width: 100%;
    border-radius: 3px;
    background: #ffffff29;
    border: none;
    cursor: pointer;
    color: white;
    font-weight: 700;
    }

.negotiate-window .buttons {
    display: flex;
    gap: 7px;
    justify-content: end;
}

.negotiate-window button.send {
    background: #00ffb7;
    color: black;
}

.negotiate-window .ad-info > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.negotiate-window .ad-info .ad-title {
    font-weight: 700;
    font-size: 16px;
}

.negotiate-window .ad-info .user-name {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.negotiate-window .top {
    padding: 15px 21px;
    background: #ffffff1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #ffffffde;
}

.negotiate-window .top button {
    border: none;
    background: white;
    border-radius: 0px;
    color: black;
    padding: 0px;
    background: none;
}

.negotiate-window .top button img {
    width: 12px;
    filter: invert(1);
}

.negotiate-window .ad-info > img {
    width: 76px;
    height: 76px;
    border-radius: 6px;
}
