.contact-window {
    visibility: hidden;
    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: 10;
}

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



.contact-window textarea {
    width: 100%;
    height: 120px;
    resize: none;
    margin-top: 18px;
    margin-bottom: 18px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 16px;
    padding: 12px 13px;
    font-weight: 500;
    border: none;
    outline: none;
    box-sizing: border-box;
}

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

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

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

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

.contact-window .ad-info > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-window .ad-info .ad-title {
    font-weight: 600;
    font-size: 15px;
    color: #ffffffde;
}

.contact-window .ad-info .user-name {
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
}

.contact-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;
}

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

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

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