nav .profile-menu .profile .picture {
    border-radius: 50%;
}

.profile .profile-container .photo-main img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
}

.profile .profile-container .photo-side {
    justify-content: flex-start;
}

.private-wish-offer .subtitle-error {
    margin-bottom: 4rem;
    color: #ed1c24;
    text-align: center;
    font-size: 18px;
}

.private-wish-offer .subtitle-ok {
    margin-bottom: 4rem;
    color: var(--secondary);
    text-align: center;
    font-size: 18px;
}

.conversation-detail .messaging .chat .message .user {
    flex: 0 0 245px;
    max-width: 245px;
}

.conversation-detail .messaging .chat .message .user .info {
    min-width: 0;
}

.conversation-detail .messaging .chat .message .user .info .name {
    width: auto;
    max-width: 125px;
    overflow-wrap: anywhere;
    line-height: 1.15;
}

.conversation-detail .messaging .chat .message .text {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.conversation-detail .messaging .input textarea {
    font-size: 16px;
    line-height: 1.35;
}

.conversation .chats .chat .product .picture {
    flex: 0 0 115px;
    width: 115px;
    min-width: 115px;
    height: 115px;
}

.conversation .chats .chat .product .picture img[src$="prani.svg"] {
    object-fit: contain;
}

.offer-detail .report-content-link {
    text-align: center;
    margin: 1.5rem 0 3rem;
}

.offer-detail .report-content-link a {
    color: var(--secondary);
    border-bottom: 1px solid var(--secondary);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.dreams-and-wishes .items .item .name-pic {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: center;
    justify-content: flex-start;
    column-gap: 2rem;
    width: auto;
    flex: 1 1 auto;
}

.dreams-and-wishes .items .item .name {
    display: flex;
    align-items: center;
    min-width: 0;
    overflow-wrap: anywhere;
}

.dreams-and-wishes .items .item .info {
    width: auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 970px) {
    .dreams-and-wishes .items .item .name-pic {
        grid-template-columns: 90px minmax(0, 1fr);
        width: 100%;
    }

    .dreams-and-wishes .items .item .picture {
        width: 90px;
        min-width: 90px;
        height: 90px;
        min-height: 90px;
    }
}

.login .form .forgot-password {
    margin-top: 1.5rem;
}

.login .form .forgot-password a {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--secondary);
}

.contact-form .dropdown-info .content input[type="text"] {
    width: 100%;
    border: none;
    background-color: #f4f4f4;
    padding: 1rem;
    font-size: 16px;
    color: #6c737a;
}

.contact-us .options a.option {
    display: block;
    text-decoration: none;
}

.contact-form .dropdown-info .content input[type="text"]:disabled {
    opacity: 0.75;
}

.contact-form .subtitle-error,
.contact-form .subtitle-ok {
    margin: 0 0 2rem;
    text-align: center;
    font-size: 18px;
}

.contact-form .subtitle-error {
    color: #ed1c24;
}

.contact-form .subtitle-ok {
    color: var(--secondary);
}
.cc-project-logo {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
}

.terms-consent .items {
    max-width: 760px;
    margin: 0 auto;
}

.terms-consent .item {
    align-items: flex-start;
}

.terms-consent .item .label {
    flex: 0 0 210px;
    width: 210px;
    text-align: left;
    margin-top: 0;
}

.terms-consent .item .content {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.terms-consent .item .content input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0.2rem 0 0;
    padding: 0;
}

.terms-consent .item-center .content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    text-align: left;
}

.terms-consent .item-center .content label {
    line-height: 1.45;
    margin: 0;
}

.terms-consent .item .content input[type="submit"].btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    max-width: 100%;
    height: 72px;
    margin: 4rem 0 1.5rem;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.terms-consent .btn-link-secondary {
    color: var(--secondary);
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 970px) {
    .terms-consent .items {
        max-width: 100%;
    }

    .terms-consent .item {
        align-items: stretch;
    }

    .terms-consent .item .label,
    .terms-consent .item .content {
        width: 100%;
        text-align: left;
    }

    .terms-consent .item .label {
        flex-basis: auto;
        margin-bottom: 0.25rem;
    }
}

@media screen and (max-width: 970px) {
    .conversation-detail .messaging .input {
        margin-bottom: 2rem;
    }

    .conversation-detail .messaging .chat .message {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr) 44px;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 0.5rem 1rem;
        padding: 1.1rem 0;
    }

    .conversation-detail .messaging .chat .message .user {
        display: contents;
    }

    .conversation-detail .messaging .chat .message .user .profile-pic {
        grid-column: 1;
        grid-row: 1;
        width: 72px;
        min-width: 72px;
        height: 72px;
        min-height: 72px;
    }

    .conversation-detail .messaging .chat .message .user .info {
        grid-column: 2;
        grid-row: 1;
        padding: 0;
        margin-left: 0;
    }

    .conversation-detail .messaging .chat .message .user .info .name {
        font-size: 18px;
        line-height: 1.1;
        max-width: 100%;
    }

    .conversation-detail .messaging .chat .message .user .info .date {
        font-size: 15px;
        line-height: 1.25;
    }

    .conversation-detail .messaging .chat .message .text {
        grid-column: 1 / 3;
        grid-row: 2;
        padding: 0.25rem 0 0;
        font-size: 16px;
        line-height: 1.35;
    }

    .conversation-detail .messaging .chat .message .check,
    .conversation-detail .messaging .chat .message .check-secondary {
        grid-column: 3;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: center;
        margin: 0;
        font-size: 28px;
    }

    .conversation-detail .messaging .chat .message .check-secondary i,
    .conversation-detail .messaging .chat .message .check i {
        margin-bottom: 0;
    }
}
