@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary: #6047e6;
    --primaryDark: #1a1532;
    --light: #f7f3ff;
    --dark: #1a1532;
    --muted: #757575;
}

body {
    background: #f7f7f7;
    font-family: "Outfit", sans-serif;
    margin-top: 65px;
    font-weight: 300;
    overflow-x: hidden
}

.offcanvas-lg,
.offcanvas-lg,
.offcanvas {
    z-index: 11111;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent !important;
}

.btn {
    border-width: 2px;
    outline: none;
}

.btn:focus,
.btn:active {
    border-color: transparent !important;
}

.bg-gray {
    background: #ddd;
}

.bg-primary {
    background: var(--primary) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-muted {
    color: var(--muted) !important;
}

.text-secondary {
    color: #f7f7f7 !important;
    ;
}

.gradient-text {
    background: linear-gradient(120deg, var(--primary), var(--dark), var(--primary));

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}

.form-control,
.form-select {
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
    padding: .6rem .75rem !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary);

}

.form-control.is-invalid {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.input-group .input-group-text {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--dark);
    border-color: var(--dark);
}

.btn-dark {
    background: var(--dark) !important;
    border-color: var(--dark) !important;
}

.btn-dark:hover {
    background: transparent !important;
    color: #000;
    border-color: var(--dark) !important;
}

.bg-dark {
    background: var(--dark) !important;
}

/* pagination */
.pagination {
    gap: 10px;
}

.pagination .page-item .page-link {
    color: var(--primary);
    padding: 10px 15px;

}

.pagination .page-item.active .page-link {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff;
}

.theme-btn {
    background: var(--primary);
    padding: 10px 30px;
    border: 2px solid var(--primary);
    color: #fff;
    border-radius: 15px;
    transition: .2s;
}

.theme-btn:hover {
    background: #fff;
    color: var(--primary);
    ;
}

.theme-btn-outline {
    background: #fff;
    color: var(--primary);
    padding: 10px 30px;
    border: 2px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    transition: .2s;
}

.theme-btn-outline:hover {
    background: var(--primary);
    color: #fff !important;
}

.dropdown-menu {
    border-radius: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.custom-card {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rbga(0, 0, 0, .1);
    padding: 10px;
    border-radius: 20px;
}

.modal {
    z-index: 1111111 !important;
    backdrop-filter: blur(2px);

}

.modal.fade .modal-dialog {
    transform: translate(0, 0);
    transition: .1s;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.dropdown-item:active {
    background: var(--light);
    color: #000;
}

.section-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.app-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 111;

}

header {
    background: #fff;
    padding: 10px 0;
    color: #000;
    transition: .3s;
    border-bottom: 1px solid #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

a {
    color: #000;
    text-decoration: none;
}

header .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

header input::placeholder {
    color: var(--muted);
}

header .search-bar input {
    width: 100%;
    border: none;
    border: 1px solid #ddd;
    padding: 8px 20px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .5);
    transition: .2s;
    outline: none;
    color: #000;
}

header .search-bar input:focus {
    box-shadow: none;
    border: 1px solid var(--primary) !important;
}

header .search-bar button {
    border: none;
    background: none;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 20px;
    border-radius: 50px;
    background: var(--primary);
}

header .search-bar button:hover {
    background: #000;
}

header .search-bar button img {
    width: 25px;
}

header .logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
}


header .location-bar {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .location-bar input {
    width: 100%;
    border: none;
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .5);
    transition: .2s;
    outline: none;
    color: #000;
}

header .location-bar .prefix-icon i {
    font-size: 1.1rem;
    color: var(--primary);
}

header .location-bar i {
    font-size: .9rem;
    margin-left: 10px;
}

header .location-bar .location-dropdown {
    min-width: 300px;
    /*padding: 10px;*/
}


header .location-bar button i:before {
    transition: .2s;
}

header .location-bar input:focus+button i:before {
    transform: rotate(90deg);
    transform-origin: center center;
}

.header-right {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.header-right img {
    width: 24px;
    height: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;

}

.header-right img.invert {
    /*filter: invert();*/
}

.header-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.header-right a {
    font-size: .8rem;
    color: #000;
    text-decoration: none;
}

.header-right a i {
    font-size: 1.1rem;
}

.header-right .dropdown-menu a {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
}

.mobile-nav {
    position: static;
    color: #fff;
    background-color: var(--primary);
}

.mobile-nav .logo img {
    filter: brightness(0) invert(1);
}

.mobile-nav .location-bar i {
    color: #fff !important;
}

.mobile-nav .location-bar svg {
    color: #fff !important;
}

.mobile-nav .mobile-search-wrapper {
    margin-top: -30px;
    transform: translateY(30px);
}

.mobile-nav .mobile-search-wrapper input {
    border: 1px solid #ddd;
}


.notifications,
.messages,
.saved {
    position: relative;
}

.notifications-count,
.messages-count {
    width: 10px;
    height: 10px;
    position: absolute;
    font-size: .75rem;
    color: #fff;
    right: 0;
    top: -2px;
    background: red;
    border-radius: 50%;
    /*padding: 2px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.messages-count {
    left: 10px;
}

.user-dropdown .btn img {
    width: 40px;
    height: 40px;
}

.user-dropdown .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.sell-btn {
    display: flex !important;
    justify-content: flex-start;
    gap: 5px;
    background: var(--primary);
    padding: 7px 20px;
    font-size: 1rem;
    border-radius: 30px;
    border: 2px solid var(--primary);
    transition: .2s;
    color: #fff;
}

.sell-btn:hover {
    background: #fff;
    color: var(--primary);
}

.header-bottom {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.header-bottom .quick-categories {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-bottom .quick-categories ul {
    list-style: none;
    margin: 0;
    padding: 13px;
    display: flex;
    gap: 30px;
    align-items: center;

}

.header-bottom .quick-categories ul a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    transition: .1s;
}

.header-bottom .quick-categories ul a:hover {
    color: #005e53;
}

.slick-arrow {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    background: #000;
    border-radius: 40px;
    color: #fff;
    padding: 20px;

}

.hero-section {
    background-image: linear-gradient(to left,
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 1),
            rgba(171, 171, 171, .3)), url('../images/hero.webp');
    background-size: center;
    background-position: center right;
    height: 50vh;
    backdrop-filter: hue(10);
}

.hero-section .content,
.hero-section .hero-right {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.hero-right .nearby-deal-box {
    background: rgba(255, 255, 255, .95);
    padding: 24px 32px;
    border-radius: 24px;
    border: 1px solid rgba(220, 220, 220, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.hero-right .nearby-deal-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(96, 71, 230, 0.15);
    border-color: rgba(96, 71, 230, 0.25);
}

.hero-right .nearby-deal-box .icon i {
    font-size: 3rem;
    color: var(--primary);
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.hero-right .nearby-deal-box:hover .icon i {
    transform: scale(1.1);
}

.hero-section .content .title {
    font-size: 2.6rem;
}

.hero-section .content .title span {
    color: var(--primary);
    font-weight: 600;
}

.slick-arrow {
    position: absolute;
    z-index: 11;
    top: 47%;
    transform: translateY(-50%);
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-next {
    right: -20px;
}





.categories {
    padding: 30px;
}

.category-slider .category-slider-item {
    padding: 10px;
}

.category-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.category-box .image-box {
    width: 90px;
    height: 90px;
    object-fit: contain;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    transition: .2s;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: .2s;
    display: flex;
    overflow: hidden;
}

.category-box .image-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    padding: 5px;
}

.category-box:hover .image-box {
    transform: translateY(-2px);
}

/* mobile category */
.mobile-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.mobile-category-item {
    text-align: center;
}

.mobile-category-item .image-box {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
    background: var(--light);
    border: 1px solid rgba(220, 220, 220, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    width: 100% !important;
}

.mobile-category-item .image-box i {
    font-size: 25px;
    color: var(--primary);
}

.mobile-category-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.mobile-category-item .category-name {
    font-size: 12px;
}

/*ad card*/
.ad-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(220, 220, 220, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.ad-card.pro {
    border: 1px solid var(--primary) !important;
    background: var(--light);
}

.ad-card .verified {
    display: none;
}

.ad-card.pro .verified {
    content: attr(data-text);
    font-size: .8rem;
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    background: var(--primary);
    color: #fff;
    z-index: 100;
    padding: 2px 15px 2px 5px;
    border-top-left-radius: 10px;
    font-weight: 300;
}

.ad-card img {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(45deg, #ddd, #f7f7f7, #ddd);
    border-radius: 10px;
}

.ad-card .image {
    position: relative;
}

.ad-card .image .wishlist-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.ad-card .image .wishlist-icon:hover {
    transform: scale(1.1);
    background: #fff;
}

.ad-card .image .featured {
    font-size: .8rem;
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 1px 5px;
    border-radius: 5px;
    background: gold;
    color: #867103;
}

.ad-card .content {
    margin-top: 20px;
}

.ad-card .price {
    font-size: 1.3rem;
    font-weight: 500;
}

.ad-card .title {
    font-weight: 300;
    color: #444444;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-card .location {
    font-size: .8rem;
    color: #444444;
    margin-bottom: 2px;
}

.ad-card .time {
    font-size: .75rem;
    color: #757575;
    margin-bottom: 2px;
}

.app-section {
    background: #ddd;
}

/*feature section*/
.features-section {
    background: var(--light);
    border-radius: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, .095);
    padding: 20px;
    margin-bottom: 70px;
    margin-top: 20px;
}

.features-section .featured-card {
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-section .featured-card .feature-icon {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    background: #e9e6fc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-section .featured-card .feature-icon i {
    color: var(--primary);
    font-size: 1.7rem;
}

.feature-subtitle {
    font-size: .9rem;
    color: var(--muted);
}

/*details page*/
.details-page {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.details-page .image-area {
    background: #000;
    border-radius: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);


}

.details-page .image-area img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    overflow: hidden;
}

.details-page .image-area .product-view-slider-thumb {
    margin-top: 20px;
}

.details-page .image-area .slide-thumb img {
    width: 100%;
}

.details-page .ad-title {
    font-size: 1.8rem;
    padding-bottom: 10px;
}

.details-page .ad-price {
    font-size: 2.3rem;
    color: var(--primary);
    font-weight: bold;
    padding-bottom: 10px;
}

.details-page .ad-location {
    font-size: 1rem;
    padding-bottom: 10px;
    color: #757575;
    font-weight: 300;
}

.details-page .ad-description {
    font-size: 1.2rem;
    font-weight: 300;
    color: #757575;
}

.details-page .map-area iframe {
    width: 80%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.details-page .ad-posted-by {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

.details-page .ad-posted-by img {
    width: 60px;
}

.details-page .ad-posted-by .username {
    font-size: 1.1rem;

}

.details-page .ad-posted-by.verified {
    border-color: var(--primary);
}

.details-page .ad-posted-by .verified {
    position: absolute;
    left: 20px;
    bottom: -25px;
    background: var(--primary);
    color: #fff;
    font-size: .6rem;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* chats */
/* =========================
    CHAT AREA
========================= */

.chat-area {
    height: calc(100vh - 65px);
    overflow: hidden;
    background: #fff;
}

.chat-area .row {
    height: 100%;
}

/* =========================
    LEFT AREA
========================= */

.chat-area .left-area {
    border-right: 1px solid #ddd;
    padding-bottom: 20px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-area .left-area .left-area-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.chat-area .left-area .search-area {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.chat-area .left-area .search-area input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 18px;
    outline: none;
    font-size: 14px;
}

/* =========================
    CHAT LIST
========================= */

.chat-list {
    flex: 1;
    overflow-y: auto;
}

.chat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: .2s;
    border-bottom: 1px solid #f3f3f3;
}

.chat-item:hover,
.chat-item.active {
    background: var(--light);
    border-left: 4px solid var(--primary);
}

.chat-item-avatar {
    position: relative;
    margin-right: 12px;
}

.chat-item-avatar .chat-ad-img {
    width: 75px;
    height: 75px;
    border-radius: 12px;
    object-fit: cover;
}

.chat-item-avatar .chat-avatar-img {
    position: absolute;
    right: -5px;
    bottom: -5px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

.chat-item-name {
    font-size: 15px;
    font-weight: 600;
}

.chat-item-ad-title,
.chat-item-last-msg {
    font-size: 13px;
    color: #757575;
}

.chat-item-unread {
    min-width: 22px;
    height: 22px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
}

/* =========================
    EMPTY CHAT
========================= */

.no-chat {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.no-chat img {
    width: 150px;
}

/* =========================
    CHAT ROOM
========================= */

.chat-room {
    position: relative;
    height: calc(100vh - 65px);
    background: #fff;
    display: flex;
    flex-direction: column;
}

.chat-room-header {
    padding: 12px 18px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.chat-room-avatar {
    position: relative;
    margin-right: 10px;
}

.chat-room-avatar .chat-ad-img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
}

.chat-room-avatar .chat-avatar-img {
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.chat-room-name {
    display: block;
    line-height: 1.2;
}

/* =========================
    AD INFO
========================= */

.chat-room-ad-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

/* =========================
    CHAT HISTORY
========================= */

.chat-history {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 15px;
    background: #f8fafc;
}

.chat-bubble {
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    max-width: 75%;
    width: fit-content;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    word-break: break-word;
}

.chat-bubble .message img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.chat-bubble .time-seen {
    margin-top: 5px;
    text-align: right;
    font-size: 11px;
    color: #757575;
}

.chat-bubble.is_me {
    align-self: flex-end;
    border-radius: 20px 20px 0 20px;
    background: var(--light);
}

.chat-bubble:not(.is_me) .seen {
    display: none;
}

/* =========================
    MESSAGE SEND
========================= */

.message-send {
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #ddd;
}

.message-send input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    outline: none;
    border-radius: 30px;
    font-size: 14px;
}

.message-send .send-btn {
    width: 45px;
    height: 45px;
    border: none;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
}

.message-send .attachment-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* =========================
    MOBILE RESPONSIVE
========================= */

@media (max-width: 991px) {



    .chat-area {
        height: 100dvh;
        overflow: hidden;
    }

    .chat-area .left-area {
        height: 100dvh;
        border-right: none;
    }

    .chat-room {
        height: 100dvh;
    }

    .chat-room-header {
        padding: 10px 12px;
    }

    .chat-room-ad-info {
        padding: 10px 12px;
        font-size: 13px;
    }

    .chat-history {
        padding: 12px;
    }

    .chat-bubble {
        max-width: 88%;
        font-size: 14px;
    }

    .message-send {
        padding: 8px 10px;
    }

    .message-send input {
        font-size: 13px;
        padding: 10px 14px;
    }

    .chat-item {
        padding: 12px;
    }

    .chat-item-info {
        width: calc(100vw - 130px);
    }

    .chat-item-name,
    .chat-item-ad-title,
    .chat-item-last-msg {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .chat-item-avatar .chat-ad-img {
        width: 65px;
        height: 65px;
    }

}

/* =========================
    SMALL DEVICES
========================= */

@media (max-width: 576px) {

    .chat-area {
        height: calc(100dvh - 50px);
    }

    .chat-room {
        height: calc(100dvh - 50px);
    }

    .chat-bubble {
        max-width: 92%;
        font-size: 13px;
        padding: 10px 12px;
    }

    .chat-room-name strong {
        font-size: 14px;
    }

    .chat-room-name small {
        font-size: 11px;
    }

    .chat-room-ad-info {
        font-size: 12px;
    }

    .chat-item-name {
        font-size: 14px;
    }

    .chat-item-ad-title,
    .chat-item-last-msg {
        font-size: 12px;
    }

    .chat-item-avatar .chat-ad-img {
        width: 58px;
        height: 58px;
    }

    .chat-item-avatar .chat-avatar-img {
        width: 28px;
        height: 28px;
    }

    .message-send .send-btn {
        width: 42px;
        height: 42px;
    }

    .message-send .attachment-btn {
        width: 40px;
        height: 40px;
    }

}

footer {
    background: var(--primaryDark);
    padding-top: 120px;
    padding-bottom: 25px;
}

footer .footer-divider {
    margin-top: 100px;
    margin-bottom: 20px;
}