﻿

#content {
    padding-bottom: 0;
}

.product-price {
    font-weight: bold;
    font-size: 20px;
    color: #f04124 !important;
}

@media (max-width: 640px) {
    .product-price {
        display: block;
        margin: 4px 0;
    }
}

.article-description {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
}

.attribute-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    overflow-x: hidden;
}

    .attribute-item:nth-child(odd) {
        background-color: #f8f8f8;
    }

.attribute-label {
    flex: 0 0 160px;
    padding: 0 12px;
    font-size: 13px;
}

.attribute-value {
    padding: 0 12px;
    color: #666;
}

    .attribute-value a {
        color: #2e95df;
    }

.detailAd-position {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.detailAd-login-button {
    min-width: 160px;
}

    .detailAd-login-button button {
        text-align: center;
        line-height: 1.4;
    }

/* Check availability modal */
.checkavailability-modal .reveal-modal {
    padding: 0px;
}

.checkavailability-modal table td:first-child {
    text-align: center;
}

.checkavailability-modal table {
    float: left;
    height: 200px;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.checkavailability-modal input {
    margin: 10px 0 0 10px;
    padding: 15px;
    height: auto;
    width: 46%;
    display: inline-block;
}

.checkavailability-modal button {
    margin-top: 10px;
    padding: 15px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.checkavailability-modal form {
    text-align: center;
}

/* Apply microcv modal */
.applymicrocv-modal .reveal-modal {
    padding: 0px;
}

.applymicrocv-modal table td:first-child {
    text-align: center;
}

.applymicrocv-modal table {
    float: left;
    height: 200px;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.applymicrocv-modal input {
    margin: 10px 0 0 10px;
    padding: 15px;
    height: auto;
    width: 46%;
    float: left;
}

.applymicrocv-modal button {
    margin-top: 10px;
    padding: 15px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.applymicrocv-modal form {
    text-align: center;
}

.editmicrocv-modal .firstspan {
    font-weight: bold;
}

.editmicrocv-modal .secondspan {
    display: block;
    margin-top: 15px;
    font-size: 14px
}

.editmicrocv-modal .thirdspan {
    display: block;
    font-size: 12px;
    margin: 5px 0 0 23px;
}

/* Report modal */
.report-modal .reveal-modal {
    padding: 30px;
}

.report-modal h4 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.report-modal label {
    float: left;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

.report-modal textarea {
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-top: 10px;
}

.report-modal input[type=radio] {
    position: relative;
    float: left;
    top: 2px;
    margin: 0 5px 0 0;
    height: auto;
}

.report-modal button {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.report-modal input[type=radio]:checked:before {
    color: #f04124;
}

/* Nps modal */
.nps-modal .reveal-modal,
.nps-modal .reveal-modal .columns {
    padding: 0px !important;
}

/* Detail right */
.detail-right {
    width: 300px;
    float: left;
}

    .detail-right .panel {
        float: left;
        margin-bottom: 20px;
        padding: 16px !important;
        width: 100%;
    }

        .detail-right .panel:last-child {
            margin-bottom: 0px;
        }

        .detail-right .panel form {
            float: left;
            width: 100%;
            margin: 0px;
        }

        .detail-right .panel button {
            font-size: .8125rem;
            width: 100%;
            margin: 0;
            font-weight: bold;
        }

        .detail-right .panel form.call .button {
            height: 54px;
        }

        .detail-right .panel #showPhone > span:nth-of-type(3) {
            border-bottom: 1px dotted #accaee;
            font-size: 11px;
        }

        .detail-right #contactform textarea {
            width: 100%;
            height: 60px;
            margin: 0 0 8px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: #f8f8f8;
            color: #666;
        }

        .detail-right #contactform .tooltip {
            padding: 2px;
            border: 0;
        }

        .detail-right #contactform .tooltiptext {
            padding: 10px;
        }

        .btn-attach {
            display: inline-block;
            padding: 2px 6px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-family: var(--primary-font-family);
            font-size: 12px;
            color: #666;
            cursor: pointer;
        }

        .tooltip-question-mark {
            font-weight: 800;
        }

        .detail-right #contactform .info,
        .detail-right #contactform #uploadSection ul li {
            margin-top: 10px;
            font-size: .8125rem;
        }

        .detail-right #contactform #uploadSection ul {
            margin: 0px;
        }

            .detail-right #contactform #uploadSection ul a {
                font-size: .8125rem;
            }

        .detail-right #contactform #uploadSection input {
            display: none;
        }

        .detail-right #contactform button {
            width: 100%;
            padding: 15px;
            margin: 10px 0 0 0;
            font-weight: normal;
        }

            .detail-right #contactform button.cancel {
                display: none;
            }

    .detail-right .panel.next-prev {
        text-align: center;
        padding: 0px !important;
        background: #fff;
        border: 1px solid #ddd;
        width: 300px;
    }

        .detail-right .panel.next-prev a {
            background: #f2f2f2;
            padding: 15px;
            margin: 0px;
            text-decoration: none;
        }

            .detail-right .panel.next-prev a:hover {
                background: #e8e8e8;
            }

            .detail-right .panel.next-prev a.fa-chevron-left {
                float: left;
                border-right: 1px solid #ddd;
            }

            .detail-right .panel.next-prev a.fa-chevron-right {
                float: right;
                border-left: 1px solid #ddd;
            }

        .detail-right .panel.next-prev span {
            font-size: .875rem;
            color: #666;
            margin-top: 14px;
            display: inline-block;
        }

    .detail-right .big {
        width: 100% !important;
    }

    /* Right panel fix */
    .detail-right .panel.next-prev.secondary {
        position: fixed;
        box-shadow: 0px 0px 0 20px rgba(255,255,255,1);
        top: 59px;
        z-index: 1;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .detail-right .panel.next-prev.secondary a.fa-chevron-left {
            border-top-left-radius: 0px;
        }

        .detail-right .panel.next-prev.secondary a.fa-chevron-right {
            border-top-right-radius: 0px;
        }

.panel-action-buttons {
    width: 100%;
}

.panel-fix.secondary {
    margin-top: 173px;
}

.detail-right .panel ul {
    float: left;
    width: 100%;
}

    .detail-right .panel ul li {
        float: left;
        width: 100%;
        padding: 6px 0;
    }

    .detail-right .panel ul a {
        font-size: .8125rem;
        float: left;
    }

.detail-right .panel ul a span {
    width: 15px;
}

.detail-right .panel.user .columns {
    padding: 0px !important;
}

.detail-right .panel strong {
    width: 100%;
    float: left;
    font-size: 14px;
}

.company-name {
    font-size: 18px;
    font-weight: bold;
}

.company-type {
    font-size: 14px;
}

.company-logo {
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    text-align: center;
}

    .company-logo img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.company-phones-list button {
    width: 100%;
    margin-top: 12px;
}

.sidepanel {
    margin-bottom: 20px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 7px 30px #aaaaaa30;
    border-radius: 12px;
    text-align: center;
}

.share-article-title {
    font-size: 18px;
    font-family: var(--primary-font-family);
    font-weight: 500;
}

.share-item {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 20px 10px 0 10px;
    padding: 15px;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

    .share-item span {
        margin: 0px;
        line-height: 100%;
    }

.share-facebook {
    background: #37599e;
}

.share-messenger {
    background: radial-gradient(circle farthest-corner at 25% 98%, #0078ff 5%, #4b69ff 25%, #af37f0 55%, #ff557d 78%, #fa696e 83%);
}

.share-whatsapp {
    background: #00E676;
}

.share-email {
    background: #f07830;
}

.facebook-messenger {
    position: relative;
    width: 1.3rem;
    right: 3px;
}

    .detail-left .panel {
        padding: 0;
    }

        .similar-searches h5,
        .detail-left .featuredArticles h2 {
            margin: 36px 0 8px 0;
            padding: 0 0 0 5px;
            font-family: var(--primary-font-family);
            font-size: 18px;
            font-weight: 600;
            line-height: 1.3;
        }
            .similar-searches p {
                margin: 0 0 4px;
                padding: 0 0 0 5px;
                font-size: 16px;
                line-height: 1.4;
            }

            .similar-searches a {
                color: #2e95df !important;
            }

            .alert-box .close {
                right: 0.22222rem;
                background: inherit;
                color: #333333 !important;
                font-size: 1.22222rem;
                line-height: .9;
                margin-top: -0.61111rem;
                opacity: 0.3;
                padding: 0 6px 4px;
                position: absolute;
                top: 15px;
            }

.alert-box.successmessage {
    color: #5da423 !important;
    background: #fff;
    line-height: 1.7;
    font-weight: bold;
    font-size: 18px;
}

.vip_diamond {
    width: 35px;
    float: left;
    margin-right: 4px;
    pointer-events: none;
}

.detail-right .panel.user .secondary,
.detail-right .panel.article-detail-adsense .adsense-inner.is-matri-ad.secondary {
    top: 460px;
}

.detail-right .article-detail-adsense .adsense-inner.secondary {
    top: 635px;
    background: none;
    padding: 0px !important;
    border: none !important;
}

.detail-right .panel.article-detail-adsense {
    background: none;
    border: none !important;
    padding: 0px !important;
}

    .detail-right .panel.article-detail-adsense .adsense-inner {
        text-align: center;
        margin: auto;
    }

.detail-right .panel-action-buttons.adsense-inner.secondary {
    box-shadow: none !important;
}

.mapZone {
    position: relative;
}

.mapNeighborhoodsFilter {
    position: absolute;
    top: 10px;
    background: bisque;
    opacity: 0.9;
    padding: 10px;
    display: none;
    border-bottom-right-radius: 8px;
    box-shadow: -2px -2px 6px rgba(154, 168, 192, 0.2), 2px 5px 11px rgba(154, 168, 192, 0.2);
}

    .mapNeighborhoodsFilter li,
    .mapNeighborhoodsFilter div {
        margin-bottom: 10px;
        cursor: pointer;
        font-weight: bold;
        display: inline;
    }

    .mapNeighborhoodsFilter label {
        margin-left: 0 !important;
        font-weight: bold;
    }

    .mapNeighborhoodsFilter input[type=radio]:before {
        background-color: bisque;
    }

    .mapNeighborhoodsFilter input {
        vertical-align: middle;
        margin-right: 4px;
    }

.listing-blocks a.image {
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fbfbfb;
}

.listing-blocks .details {
    border: 1px solid #ddd;
    border-top: 0;
}

.detail-favorite-desktop {
    position: relative;
    height: 44px;
    display: flex;
    justify-content: flex-end;
}

.icon-reload svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #fff;
}

.successcolor {
    color: #5da423 !important;
}

.removecolor {
    color: red;
}

.more-messages-info {
    float: left;
    width: 100%;
    background: #ECF0F1;
    margin-top: 20px;
    padding: 10px 0;
}

    .more-messages-info h1 {
        text-align: center;
        margin-top: 0px;
        font-size: 20px;
        margin-bottom: 8px;
        padding-bottom: 10px;
        border-bottom: 2px solid #DFE1E1;
    }

@media (max-height: 830px) {
    .panel-action-buttons.secondary {
        width: 100%;
        position: relative;
        top: 0;
        z-index: initial;
        padding: 0;
        margin-left: 0;
        box-shadow: none;
        border: 0px solid #bde1f9;
        background: transparent;
    }

    .panel-fix.secondary {
        margin-top: 0;
    }

    .detail-right .panel.user .secondary,
    .detail-right .article-detail-adsense .adsense-inner.secondary {
        top: unset !important;
    }
}

@media (max-width: 1100px) {
    .applymicrocv-modal form p {
        font-size: 0.900rem !important;
    }
}

@media (max-width: 470px) {
    .applymicrocv-modal form p {
        font-size: 0.850rem !important;
    }
}

#external-link {
    margin-top: 10px;
}

.blue {
    background: #17b !important;
}

#followUser form {
    display: block;
}

.detail-right form {
    display: block !important;
}

.capitalize:first-letter {
    text-transform: capitalize;
}

.favorites {
    position: absolute;
    top: 15px;
    right: 0;
}

.favorites .favoriteIcon {
    display: inline-block;
    height: 36px;
    width: 36px;
    margin-right: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 7px 30px rgba(170, 170, 170, 0.5);
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.favoriteIcon .svg-icon {
    margin: 0;
}

.favoriteIcon .icon-heart-active svg {
    fill: #eb445a;
}

.favoriteIcon.inactive .icon-heart-active {
    display: none;
}

.favoriteIcon.active .icon-heart-inactive {
    display: none;
}

.heart-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.popular-sign {
    position: absolute;
    top: -5px;
    right: -1px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    background: #eb445a;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px;
    border: 0.5px solid #ffffff50;
    box-shadow: 0px 3px 5px #00000050;
    user-select: none;
}

@media (min-width: 861px) {
    .popular-sign {
        box-shadow: 0px 3px 15px #00000050;
    }
}

.detail-title .price-statistic .fa {
    font-size: inherit;
}

.detail-title .price-statistic {
    width: 95px;
}

.detail-title span.pricePerSquare {
    display: inline-block;
    color: #222222;
    font-size: .9125rem;
    font-weight: normal;
}

.share-messenger {
    position: relative;
    top: -8px;
}

.share-whatsapp .fa-whatsapp {
    font-size: 1.6rem;
    position: relative;
    right: 3px;
    top: -5px;
}

.copy-url-paperclip .fa-paperclip {
    font-size: 1.5rem;
    position: relative;
    right: 2px;
    top: -5px;
}

.share-messenger-button {
    position: relative;
    top: 32px;
}

.popup-overlay-paperclip {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 180px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.reportedModalReadMore {
    display: inline-block;
    margin-top: 30px;
    font-size: 13px;
    float: right;
}

/* Modal Content */
.popup-content-paperclip {
    background-color: #fefefe;
    margin: auto;
    padding: 10px 20px 30px 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 10px;
}

/* The Close Button */
.close-modal-paperclip {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-modal-paperclip:hover,
    .close-modal-paperclip:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.link-text-paperclip {
    font-size: 14px;
}

.popup-content-paperclip h4 {
    margin-top: 25px;
    color: #1678BA !important;
    font-weight: 600;
}

@media (max-width: 800px) {
    .popup-content-paperclip {
        width: 100%;
    }

    .link-text-paperclip {
        font-size: 12px;
    }
}


@media (max-width:641px) {
    .detail-right .panel form.call {
        width: 100%;
    }
}

.share-facebook .fa-facebook {
    font-size: 1.55rem;
    position: relative;
    top: -5px;
}

.copy-url-paperclip {
    background-color: #FFBC00;
}



.messageButtons {
    margin-top: 5px !important;
}

.skeleton-list .skeleton-loader-background, .skeleton-list a.skeleton-loader-background {
    width: 100% !important;
    min-height: 15px;
    display: block;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100% ), lightgray;
    background-repeat: repeat-y !important;
    background-size: 50px 100px !important;
    background-position: 0 -100px;
    animation: shine 2s infinite;
}

.skeleton-list .details a.skeleton-loader-background {
    margin-bottom: 5px;
}

@keyframes shine {
    to {
        background-position: 200% 0;
    }
}

.applymicrocv-modal .reveal-modal.small {
    width: 50%;
}

.rating-score-svg {
    float: left;
    width: 40%;
}

.add-owner-review p {
    color: #1177BB !important;
    text-align: left;
    font: normal normal bold 13px/15px Arial;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.add-owner-review .rating-description {
    text-align: left;
    font: normal normal normal 13px/15px Arial;
    letter-spacing: 0px;
    color: #000000BF;
}

.line-between {
    color: black;
}

.score-count {
    font: italic normal normal 12px/11px Arial;
    letter-spacing: 0.12px;
    font-weight: 700;
}

.score-count-text {
    font: italic normal normal 11px/11px Arial;
    letter-spacing: 0.12px;
    color: #0A0A0A9A;
    text-transform: lowercase;
}

.telnumber {
    display: inline-block;
    width: 220px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    margin: 0;
    color: #fff;
    background: #5db420;
    border: 0;
    border-radius: 8px;
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
    font-family: var(--primary-font-family);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

    .btn-act .svg-icon {
        position: relative;
        top: -2px;
        width: 18px;
        margin-right: 10px;
    }

        .btn-act .svg-icon svg {
            max-width: 18px;
            width: auto;
            height: 18px;
            fill: #fff;
            margin: 0 auto;
        }

#contactform #sendmessage.btn-act {
    background: #17b;
    font-size: 16px;
    font-weight: 500;
}

.makeoffer {
    background: #17b;
}

.makeoffer.btn-outline {
    border: 1px solid #17b;
    background: #fff;
    color: #17b !important;
}

.makeoffer.btn-outline .svg-icon svg {
    fill: #17b !important;
}

.delivery-help-link {
    width: 100%;
    display: inline-block;
    color: #2e95df;
    font-size: 14px;
    text-align: center;
}

.user-profile-info {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 16px;
    background: #e3edf4;
    border-radius: 12px;
    z-index: 1;
}

.show-phone-number {
    width: 100%;
}

.article-detail .show-phone-number {
    margin-top: 12px;
    margin-bottom: 20px;
    max-width: 300px;
}

.btn-show-phone {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 1;
}

.is-vip {
    background: linear-gradient(to bottom, #777, #111);
    border-top: 4px solid #ffbc00;
    opacity: 0.85;
}

.user-profile-meta {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.user-profile-name {
    margin-bottom: 4px;
    font-size: 20px;
    text-decoration: none;
}

    .user-profile-name a {
        color: #222 !important;
        text-decoration: none;
    }

    .is-vip .user-profile-name a {
        color: #fff !important;
    }

.user-profile-avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    border: 3px solid #fff;
    background-color: #fff;
    border-radius: 50%;
}

    .user-profile-avatar img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.user-vip-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.user-vip-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("/Content/img/vip_logo.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
}

.user-vip-link {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
}

.user-vip-txt {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-family: var(--secondary-font-family);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

    .user-vip-txt a {
        text-decoration: none;
        color: #fff;
    }

.user-profile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.vip-subscription-info {
    margin: 12px 0;
    text-align: center;
    font-size: 16px;
    color: #ffbc00;
}

    .vip-subscription-info a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 30px;
        font-size: 14px;
        font-family: var(--primary-font-family);
        font-weight: 500;
        text-decoration: none;
        color: #38acff;
    }

.follow-user {
    width: 100%;
}

.btn-profile-page {
    height: 24px !important;
    margin-bottom: 12px;
    background: transparent;
    font-size: 14px !important;
    color: #2e95df;
}

.is-vip .btn-profile-page {
    color: #38acff;
}

.btn-follow {
    border: 1px solid #fff;
    background: #fff;
    color: #17b !important;
}

.user-profile-status {
    margin-bottom: 0;
}

.user-status {
    display: none;
}

.user-status.is-online {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4daa57;
    gap: 6px;
}

.is-vip .user-status.is-online {
    color: #fff;
}

.valid-phone {
    margin-bottom: 0;
    font-size: 14px;
    color: #4daa57;
}

.verificated-profile {
    color: #5da423;
    font-weight: bold;
    float: left !important;
    font-size: .8125rem;
}

.is-vip .valid-phone {
    margin-left: 4px;
    color: #fff;
}

.valid-phone.verificated-profile {
    font-weight: normal;
    cursor: pointer;
}

.valid-phone .svg-icon {
    position: relative;
    top: -2px;
    width: 12px;
    margin-right: 1px;
}

.valid-phone .svg-icon svg {
    max-width: 12px;
    width: auto;
    height: 12px;
    fill: #4daa57;
    margin: 0 auto;
}

.is-vip .valid-phone .svg-icon svg {
    fill: #06cb29;
}

.verificated-profile .svg-icon {
    position: relative;
    top: -2px;
    width: 12px;
    margin-right: 1px;
}

    .verificated-profile .svg-icon svg {
        max-width: 12px;
        width: auto;
        height: 12px;
        fill: #4daa57;
        margin: 0 auto;
    }

.is-vip .verificated-profile .svg-icon svg {
    fill: #06cb29;
}


.btn-article-stats {
    display: block;
    height: 28px;
    margin-top: 4px;
    padding: 2px 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: var(--primary-font-family);
    font-weight: 400;
    border-radius: 4px;
    color: #222;
}

    .btn-article-stats a {
        display: inline-block;
        width: 100%;
        color: #2e95df !important;
    }

.article-partners-links {
    margin-top: 20px;
}

.article-detail .article-partners-links {
    max-width: 300px;
}

.article-views-count {
    margin-top: 20px;
}

.article-partners-links .article-views-count {
    margin-top: 4px;
}

.partner-site-link .svg-icon {
    position: relative;
    top: -1px;
    width: 16px;
    margin-right: 1px;
    margin-left: -2px;
}

    .partner-site-link .svg-icon svg {
        max-width: 16px;
        height: 16px;
        fill: #2e95df;
    }

.btn-report-article {
    color: #f04124;
}

    .btn-report-article .svg-icon {
        position: relative;
        top: 0;
        width: 14px;
        margin-right: 2px;
    }

        .btn-report-article .svg-icon svg {
            max-width: 14px;
            height: 14px;
            fill: #f04124;
        }

.make-offer-container {
    margin-top: 16px;
}

.online-circle {
    position: relative;
    box-sizing: content-box;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #4daa57;
}

.is-vip .online-circle {
    background: #0bd320;
    border: 0;
}

    .online-circle:after {
        content: '';
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        animation: circle-pulse 2s infinite;
        border-radius: 50%;
        box-shadow: 0 0 0 0 #4daa57;
    }

    .is-vip .online-circle:after {
        animation: circle-pulse-white 2s infinite;
        background: #0bd320;
        border: 0;
    }

@keyframes circle-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(77,170,87,0.9);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(77,170,87,0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(77,170,87,0);
    }
}

@keyframes circle-pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.9);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(255,255,255,0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

.info-job-already-applied {
    float: left;
    width: 100%;
    background: #5da423;
    margin-top: 10px;
    padding: 12px 8px;
    font-size: 14px;
    border-radius: 8px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}


.M3MedRecNat {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 10px;
    background: #fff3ce;
    box-shadow: -2px -2px 6px rgba(154,168,192,.2), 2px 5px 11px rgba(154,168,192,.2);
    border-radius: 4px;
}

.s-obj-nat {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: visible;
}

    .s-obj-nat a:hover {
        text-decoration: none;
    }

.s-cont-nat {
    display: flex;
    gap: 8px;
}

.s-title-nat {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: bold;
    overflow-x: hidden;
    color: #1177bb;
}

.s-img-nat {
    display: block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.s-desc-nat {
    overflow: hidden;
    height: 20px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #222;
}

.s-url-nat {
    overflow: hidden;
    height: 20px;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    color: #5db420;
    text-decoration: underline;
}
