.infoMsg {
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.infoMain {
    width: 100%;
    flex: 1;
}

.infoImg {
    width: 150px;
    margin-right: 20px;
}

.infoImg_right {
    width: 150px;
    margin-left: 20px;
}

.categoryDropDown::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 20px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
}

.categoryDropDown {
    padding: 10px 0px;
    box-shadow: 0 3px 10px 1px rgb(0 0 0 / 5%);
    width: 300px;
}

.catDropMain {
    max-height: 350px;
    overflow-y: auto;
}

.indexCateIcon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexCateIcon i {
    font-size: 30px;
}

.frontCat {
    min-width: 120px;
    width: 120px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frontCat img {
    width: 103px !important;
}

.swiper-button-disabled {
    display: none !important;
}

.indexNewAdsGallery {
    display: flex;
    flex-wrap: wrap;
}

.indexNewAdsGalleryItem {
    margin-bottom: 15px;
    width: calc(25% - 9px);
    margin-right: 12px;
}

#adImgSlider {
    background-color: black;
    margin-bottom: 10px;
}

#adImgSlider .carousel-item {
    text-align: center;
}

.adImgs {
    height: 440px;
    max-width: 100%;
    object-fit: cover;
}

.adImgs:hover {
    cursor: pointer;
    transform: scale(1.03);
    transition: 0.5s;
}

.imgCountStatus {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 10;
    color: white;
    font-weight: 600;
}

.closeFullScreen {
    position: absolute;
    top: 30px;
    right: 45px;
    font-size: 25px;
    color: white;
    z-index: 10;
}

.closeFullScreen:hover {
    cursor: pointer;
}

.fullScreenSlider {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

.fullScreenSlider .adImgs {
    height: 100vh !important;
}

.fullScreenSlider .adImgs:hover {
    transform: none !important;
}

.arrowWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 30px;
    height: 30px;
    color: red;
    border-radius: 50%;
    background-color: white;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next:hover .arrowWrap,
.carousel-control-prev:hover .arrowWrap {
    background-color: rgb(149, 149, 149);
}

.adPageTitle {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.adMeta {
    margin-bottom: 5px;
    display: flex;
}

.metaKey {
    width: 140px;
}

.metaVal {
    width: calc(100% - 140px);
    font-weight: 600;
}

#adPageMap {
    height: 220px;
}

.adPageUserDetail {
    position: sticky;
    top: 140px;
}

.businessLinks {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.businessLinks span img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-right: 10px;
}

.printBtn {
    padding: 3px !important;
    height: fit-content !important;
}

.adProfile {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 10px;
}

.adProfilImg {
    width: 63px;
    height: 63px;
    object-fit: cover;
    border-radius: 50%;
}

.adProfilverify {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    right: -3px;
}

.adPageModalItem {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
    border-radius: 5px;
    background: #f3f3f3;
    cursor: pointer;
}

.adPageModalItemImg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.captcha-container {
    border: 1px #d9d6d6 solid;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

#captchCode {
    width: 210px;
    height: 70px;
    background: url(../img/captcha.png);
    font-size: 41px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 12px;
    color: #96b3e7;
    cursor: pointer;
}

#captchaInput {
    font-size: 30px;
    border: none !important;
    width: 170px;
    padding: 7px 10px;
    outline: none;
    letter-spacing: 7px;
}

.adPageRandAd {
    background: white;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.adPageRandAd img {
    width: 100%;
    height: 73px;
    object-fit: cover;
}

#buyUsingCoin .modal-dialog {
    max-width: 400px;
}

.coinImgMain {
    position: absolute;
    left: calc(50% - 65px);
    top: 20px;
}

.coinModalMainImg {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}

.coinModalMark {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 0px;
}

.mostContainer {
    background: linear-gradient(346deg, white 53%, #ffebee 100%);
    border: 1px solid #ef9a9a;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.mostPartIcon {
    font-weight: 600;
}

.mostPartIcon img {
    width: 25px;
    height: auto;
    margin-right: 7px;
}

.mostPartViewAll {
    background: #f02139;
    font-size: .929em;
    line-height: 1.308;
    padding: 3px 15px 4px;
    display: inline-block;
    cursor: pointer;
    border-radius: 6px !important;
    text-decoration: none;
    color: #fff;
    outline: 0;
    border: none;
    font-weight: 600;
}

.mostProfileImg {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.mostMark {
    position: absolute;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    background: #f02139;
    border-radius: 4px;
    top: 6px;
    right: 12px;
    font-size: 12px;
    color: white;
}

.mostMark img {
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.mostProfileLink {
    color: #000;
    text-decoration: none;
}

.mostProfileLink:hover .mostProfileImg {
    filter: brightness(1.1);
}

.printImageContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.printImageContainer img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 10px;
}

.catList {
    position: relative;
    margin-left: 20px;
}

.catLink {
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.catImage {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    object-fit: contain;
}

.catLink i {
    font-size: 18px;
    width: 25px;
    margin-right: 7px;
    color: black;
}

@media (max-width: 540px) {
    .infoImg {
        width: 100%;
        margin: 0px 0px 20px 0px;
        object-fit: contain;
        max-height: 150px;
    }

    .infoImg_right {
        max-height: 150px;
        width: 100%;
        object-fit: contain;
        margin: 20px 0px 0px 0px;
    }

    .infoMsg {
        flex-direction: column;
    }

    .carousel-control-next:hover .arrowWrap,
    .carousel-control-prev:hover .arrowWrap {
        background-color: white;
    }

    .fullScreenSlider .adImgs {
        width: 100vh !important;
        height: auto !important;
    }

    #adImgSlider {
        display: flex;
        align-items: center;
    }

    .frontCat {
        margin-right: 20px;
    }

    .adImgs {
        height: 250px;
    }

    .indexNewAdsGalleryItem {
        width: calc(50% - 10px);
        margin: 0px 5px 10px 5px;
    }

    .mostProfileImg {
        height: 80px;
    }

}

@media (min-width: 576px) {
    #imprintModal .modal-dialog {
        max-width: 800px !important;
    }
}