.page-advertises .sticky-top {
    top: 100px;
    z-index: 99;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
    width: 260px;
}

.advertiseBox {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 1rem;
    position: relative;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075);
}

.advertiseBox .badge {
    font-weight: 600;
    font-size: 0.797rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.advertiseBox:hover {
    box-shadow: 1px 1px 17px #0000001c;
}

.advertiseBox a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
}

.advertiseBox a .advertiseItem {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: space-between;
    margin-left: 2px;
    flex: 1;
}

.advertiseBox a .advertiseItem h2 {
    font-weight: 700;
    font-size: 0.9rem;
    color: #545353;
    line-height: 1.6;
}

.advertiseBox a .advertiseItem h2 {
    display: -webkit-box;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.advertiseBox a .advertiseMeta {
    font-weight: 600;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, .56);
    line-height: 1.7;
}

.advertiseBox a .advertiseDate,
.advertiseBox a .advertiseCat {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.advertiseBox .no-img {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: rgba(0, 0, 0, .04);
    color: rgba(0, 0, 0, .32);
    flex: none !important;
    border-radius: 5px;
}

.advertiseBox .no-img i {
    font-size: 29px;
}

.advertiseBox img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}

.advertiseSidebar .advertiseCategory li {
    margin: 0 auto 6px;
    list-style: none;
}

.advertiseSidebar .advertiseCategory li a {
    display: flex;
    align-items: center;
    color: #414141;
}

.advertiseCategory li a i {
    font-size: 1rem;
    color: var(--primary);
    margin-left: 1rem;
    width: 1rem;
}


.advertiseCategory li a img {
    border: 0;
    width: 2rem;
    height: 2rem;
    margin-left: 1rem;
}

.advertiseSidebar .advertiseCategory li a .title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    white-space: normal;
    color: #5c5c5c;
}

.advertiseSidebar .advertiseCategory li a.active .title {
    color: var(--primary);
}

.advertiseSidebar .advertiseCategory li a:hover .title {
    color: var(--primary);
}

.advertises_search__body {
    position: relative;
    z-index: 1;
}

.advertises_search__form {
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.advertises_search__button {
    border: none;
    padding: 0;
    background: #f1f1f1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 42px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: fill .15s;
    color: #bfbfbf;
    font-size: 16px;
    position: relative;
}

.advertiseCity {
    cursor: pointer;
}

.advertiseCity .advertises_search__body {
    pointer-events: none;
}

.advertises_search__input {
    border: none;
    padding: 0 17px;
    background: #f1f1f1;
    width: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.85rem;
    transition: color .15s;
    color: inherit;
    font-weight: 500;
}

.advertises_search__border {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .15s, background .15s;
}

.advertises_search__input~.advertises_search__border {
    background: transparent;
    box-shadow: inset 0 0 0 2px #e5e5e5;
}

.advertises_search__button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: calc(100% - 24px);
    background: #d8d8d8;
}

@media only screen and (max-width: 768px) {
    .advertiseSidebar .advertiseCategory ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-top: 15px;
        flex-wrap: wrap;
        padding: 7px;
        white-space: nowrap;
    }

    .advertiseSidebar .advertiseCategory li {
        margin: 0 1% 0 1%;
        max-width: unset;
        min-width: unset;
        width: 23%;
        text-align: center;
        padding-bottom: 20px;
    }

    .advertiseSidebar .advertiseCategory li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .advertiseSidebar .advertiseCategory li a .title {
        font-size: 0.75rem;
    }

    .advertiseSidebar .advertiseCategory li a i {
        margin: 0 0 4px 0;
        height: 48px;
        width: 48px;
        position: relative;
        border-radius: 11px;
        font-size: 24px;
        background-color: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .advertiseCategory li a img {
        margin: 0 0 4px 0;
        height: 48px;
        width: 48px;
        position: relative;
        border-radius: 11px;
        font-size: 24px;
        background-color: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #advertiseCitiesModal .modal-header {
        height: 80px;
    }

    #advertiseCitiesModal .modal-header.p-2 {
        height: 60px;
    }

    #advertiseCitiesModal .modal-body {
        max-height: calc(100vh - 80px - 60px);
    }

    .addAdvertiseBtn {
        width: 100%;
        height: 55px;
        font-size: 1.2rem;
    }

    .addAdvertiseBtn span {
        font-size: 1.2rem;
    }
    .addAdvertiseBtn i{
        font-size: 1.5rem;
    }
}