.new_footer_copyright_line_tour {
    width: 97%;
    height: 1px;
    background: #818181;
}

.tour_new_footer_copyright {
    font-family: Regular;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.author-image-big {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover;
}

.author-image-small {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.author-info-main {
    margin-top: 15px;
}

.tag_content {
    display: flex;
}

.article-category-wrapper .category__background {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    border-radius: 50%;
}

.title-article-category {
    margin-bottom: 0;
}

#snapshotContainer {
    position: relative;
    height: inherit;
}

.click_to_map {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: transparent;
    border-radius: 3px;
    text-transform: capitalize;
    z-index: 1000;
    border: none;
    color: white;
    letter-spacing: 1px;
    font-size: 23px;
    text-decoration: underline;
    cursor: pointer;
}

.background_opacity {
    height: 100%;
}

#snapshotContainer:hover .background_opacity {
    opacity: 0.3;
}

#snapshotContainer:hover .click_to_map {
    display: block;
}

#snapshotImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .content-description-min-desc {
        margin-bottom: 0 !important;
    }
    .card__content {
        max-width: 55% !important;
    }
}

@media (max-width: 480px) {
    .post-card-mobile {
        flex-direction: column;
    }
    .card__content {
        max-width: 90% !important;
    }
}

.order_summery_border {
    border-top: 1px solid #000 !important;
}

.padding_20 {
    padding: 0 20px;
}

.services_list {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}

.tourPriceTitle {
    text-align: end;
}

.service_item {
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.border_right {
    width: 2px;
    height: 14px;
    background-color: #ddd;
}

.blade_banner_web_title {
    left: 10px;
}

.order_text_desktop {
    display: block;
}

.order_text_mobile {
    display: none;
}

.user_profile_element {
    display: none;
}

@media (max-width: 1100px) {
    .new_navigation_header_order_tour_wrapper {
        width: 76px;
        height: 32px;
    }

    .new_navigation_header_order_tour_li {
        display: flex;
    }

    .order_text_desktop {
        display: none;
    }

    .order_text_mobile {
        display: block;
        font-size: 14px;
    }

    .user_profile_element {
        display: block;
    }
}

.user_options_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.delete_tour_alert {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 18px !important;
    color: #101828 !important;
    line-height: 28px;
}

.confirm_button_delete_alert {
    background-color: #ffdb11 !important;
    border-color: #ffdb11 !important;
    color: #1a1a1a !important;
    margin: 0 !important;
}
