/* Universal Start Here */
/* .notification-icon span {
    position: absolute;
    right: -2px;
    font-size: 7px;
    top: -3px;
    color: white;
    border-radius: 23px;
    background: #0362A8;
    padding: 0px 3px;
} */


.notification-icon span {
    position: absolute;
    /* left: -3px; */
    right: -6px;
    font-size: 7px;
    top: 0;
    color: white;
    border-radius: 23px;
    background: #0362a8;
    padding: 1px 4px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure {
    margin-bottom: 0px;
}

.form_row {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
    margin-top: 17px;
}

.form_row label {
    display: block;
    width: 100%;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1px;
}

.form_row select,
.form_row input {
    display: block;
    width: 100%;
    border: 1px solid #A5A5A5;
    border-radius: 6px;
    height: 44px;
    padding: 0px 15px;
    font-size: 13px;
    color: #00152482;
    font-weight: 500;
}

.form_row select {
    background-image: url(../../img/select.png);
    background-repeat: no-repeat;
    background-size: 10px;
    appearance: none;
    background-position: center right 15px;
}

.form_row .normal_input {
    width: 100%;
}

.form_row .single_input {
    width: 49%;
}

button.black_btn {
    display: block;
    border: 0px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 9px 0px;
    border-radius: 4px;
    font-weight: 500;
    background: #001524;
    width: 100%;
}

h6.box_heading {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}

.card-fanatic {
    padding: 12px;
    background: white;
    border: 1px solid #0000001a;
    border-radius: 9px;
}

.card-fanatic:hover {
    box-shadow: 5px 8px 14px -4px #dedee1 !important;
}

/* Header Start Here */
section.profile_header_section {
    background: #FFFFFF;
    padding: 14px 0px;
}

section.profile_header_section .profile_header_start .tabs_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.profile_header_section .profile_header_start .tabs_option ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 47px;
}

section.profile_header_section .profile_header_start .tabs_option ul li {
    list-style-type: none;
}

section.profile_header_section .profile_header_start .tabs_option ul li a {
    color: #101010;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

section.profile_header_section .profile_header_start .tabs_option ul li.active a.all-data {
    color: #0362a8 !important;
}

section.profile_header_section .profile_header_start .tabs_option ul li.active a.all-data svg {
    fill: #0362a8 !important;
}

section.profile_header_section .profile_header_start .tabs_option ul li a.all-data svg {
    fill: #001524 !important;
}

.header-banner h2 {
    font-size: 53px;
}

section.profile_header_section .profile_header_start .tabs_option ul li a span {
    padding-right: 5px;
}

section.profile_header_section .profile_header_start .tabs_option ul li:not(:first-child) a::before {
    content: '';
    height: 21px;
    display: block;
    position: absolute;
    width: 1px;
    background: #E4BEED;
    left: -23px;
    top: -10%;
    opacity: 0.5;
}
section.profile_header_section .profile_header_start .tabs_option.like_add ul li:not(:first-child) a::before {
    content: '';
    height: 21px;
    display: block;
    position: absolute;
    width: 1px;
    background: #E4BEED;
    left: -14px;
    top: -10%;
    opacity: 0.5;
}
section.profile_header_section .profile_header_start .tabs_option.like_add ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 22px !important;
}
section.profile_header_section .profile_header_start .tabs_option .friend button.add_friend {
    border: 0px;
    background-image: linear-gradient(to bottom, #008CCA, #01539D, #00C0ED);
    padding: 10px 41px;
    color: #FFFFFF;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 11px;
}

section.profile_header_section .profile_header_start .tabs_option .friend button.add-fri {
    padding: 3px 41px !important;
}

section.profile_header_section .profile_header_start .tabs_option .friend button.add_friend span {
    display: block;
    height: 31px;
}

section.profile_section {
    background: #F1F7FE;
    padding-bottom: 52px;
}

@media (max-width: 1200px) {
    section.profile_header_section .profile_header_start .tabs_option ul {
        gap: 25px;
    }

    section.profile_header_section .profile_header_start .tabs_option .friend button.add_friend {
        padding: 4px 25px;
    }

    section.profile_header_section .profile_header_start .tabs_option ul li:not(:first-child) a::before {
        left: -13px;
    }
}

/* Side Bar CSS Start Here */
section.profile_section .profile_start_here .left_side_bar {
    background: #FFF;
    padding: 14px 13px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    top: -131px;
    border-radius: 5px;
}

section.profile_section .profile_start_here .left_side_bar .text_side .user_name h5 {
    font-size: 19px;
    font-family: "GTWalsheimPro-Medium";
    font-weight: 800;
    margin-bottom: 0px;
}

section.profile_section .profile_start_here .left_side_bar .text_side .user_name span.gold {
    background: #FDDF63;
    border: 1px solid #FFEBB0;
    padding: 5px 23px 4px;
    color: #412C00;
    font-size: 12px;
    font-weight: 500;
}

section.profile_section .profile_start_here .left_side_bar .text_side .user_name {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

section.profile_section .profile_start_here .left_side_bar .text_side .last_acitive.text-center span {
    color: #434343;
    font-size: 12px;
    font-weight: 500;
}

section.profile_section .profile_start_here .left_side_bar .text_side p.intro {
    color: #001524;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 13px;
    word-wrap: break-word;
}

section.profile_section .profile_start_here .left_side_bar .chat_option button {
    display: block;
    border: 0px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 500;
}

section.profile_section .profile_start_here .left_side_bar .chat_option {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

section.profile_section .profile_start_here .left_side_bar .chat_option button.call {
    background: #0362A8;
}

section.profile_section .profile_start_here .left_side_bar .chat_option button.message {
    background: #001524;
}

section.profile_section .profile_start_here .left_side_bar .user_photos {
    padding-top: 22px;
}

section.profile_section .profile_start_here .left_side_bar .user_photos span {
    text-transform: capitalize;
    padding-bottom: 6px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #00061C;
}

section.profile_section .profile_start_here .left_side_bar .user_photos figure img {
    border-radius: 3px;
}

@media (max-width: 1200px) {
    section.profile_section .profile_start_here .left_side_bar .text_side .user_name h5 {
        font-size: 16px;
    }

    section.profile_section .profile_start_here .left_side_bar .text_side .user_name span.gold {
        padding: 4px 19px 3px;
        font-size: 11px;
    }
}


/* Right Side Bar */
/* Love Form Start Here */
.right_side_bar .the_box {
    background: #FFF;
}

.box_body {
    padding: 1px 18px 20px;
}

.top_heading {
    padding: 14px 18px;
    border-bottom: 1px solid #1c002442;
}

/* Persons Css Start Here */
.the_box.mt-4 .persons .top_heading.for_person {
    display: flex;
    justify-content: space-between;
}

.the_box.mt-4 .persons .top_heading.for_person .tags_filter {
    display: flex;
    gap: 12px;
}

.the_box.mt-4 .persons .top_heading.for_person .tags_filter span {
    color: #989898;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.the_box.mt-4 .persons .top_heading.for_person .tags_filter span.active {
    color: #0362A8;
}

.persons .person_list {
    display: flex;
    flex-direction: column;
}

.persons .person_list .single_person {
    display: flex;
    align-items: center;
    padding: 17px 18px;
    gap: 15px;
}

.persons .person_list .single_person figure img {
    max-width: 53px;
    max-height: 53px;
    border-radius: 50%;
}

.persons .person_list .single_person .about_person span {
    display: block;
}

.persons .person_list .single_person .about_person span.user_name {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.persons .person_list .single_person .about_person span.recent {
    color: #101010;
    font-size: 13px;
    font-weight: 400;
}

.persons .person_list .single_person:not(:last-child) {
    border-bottom: 1px solid #1c002442;
}

.persons .person_list .single_person figure.active::after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #2CD174;
    border-radius: 50%;
    border: 3px solid #FFF;
}

.persons .person_list .single_person figure.inactive::after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: hsl(0 0% 62% / 1);
    border-radius: 50%;
    border: 3px solid #FFF;
}

.persons .person_list .single_person figure.active {
    position: relative;
}
.persons .person_list .single_person figure.inactive {
    position: relative;
}

@media (max-width: 1200px) {
    .persons .person_list .single_person figure img {
        width: 42px;
        height: 42px;
    }

    .persons .person_list .single_person .about_person span.user_name {
        font-size: 14px;
    }

    .persons .person_list .single_person .about_person span.recent {
        font-size: 11px;
    }

    .persons .person_list .single_person {
        gap: 8px;
    }

    h6.box_heading {
        font-size: 14px;
    }

    .the_box.mt-4 .persons .top_heading.for_person .tags_filter span {
        font-size: 11px;
    }

    .form_row select,
    .form_row input {
        height: 34px;
    }
}

/* Right Side End Here */

/* Post Start Here */
.all_posts .single_post {
    background: #FFF;
}

.all_posts .single_post .post_header {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 25px 25px 18px;
    position: relative;
}

.all_posts .single_post .post_header figure img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.all_posts .single_post .post_header .user_details span {
    display: block;
}

.all_posts .single_post .post_header .user_details span.name {
    font-size: 16px;
    font-weight: 500;
    color: #101010;
}

.all_posts .single_post .post_header .user_details span.about {
    color: #101010;
    font-size: 13px;
    font-weight: 400;
}

.all_posts .single_post .post_body {
    padding: 15px;
}

.all_posts .single_post .post_body p {
    margin-bottom: 4px;
    color: #4B596D;
    font-size: 11px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}

.all_posts .single_post .total_activities .total_reaction {
    display: flex;
    align-items: center;
    gap: 12px;
}

.all_posts .single_post .total_activities {
    display: flex;
    justify-content: space-between;
    padding: 14px 25px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #E3E0E4;
}

span.normal_text {
    color: #001524;
    font-size: 14px;
    font-weight: 500;
}

.all_posts .single_post .add_reaction {
    display: flex;
    justify-content: space-between;
    padding: 14px 19px 14px 12px;
}

.all_posts .single_post .add_reaction .for_reaction {
    display: flex;
    gap: 27px;
    align-items: center;
}

.all_posts .single_post .add_reaction .for_reaction span {
    display: block;
    cursor: pointer;
}

.all_posts .single_post .add_reaction .for_reaction span.add_like.normal_text.active {
    color: #0362A8;
}

.all_posts .single_post .add_reaction .for_reaction span i {
    font-size: 15px;
    padding-right: 3px;
}

.all_posts .single_post .add_reaction .share span.share_this.normal_text i {
    font-size: 16px;
    padding-right: 4px;
}

.all_posts .single_post .add_reaction .share span.share_this.normal_text {
    cursor: pointer;
}

@media (max-width: 991px) {
    .all_posts .single_post .post_body p {
        font-size: 10px;
    }

    .all_posts .single_post .post_header figure img {
        height: 44px;
        width: 44px;
    }

    .all_posts .single_post .post_header .user_details span.name {
        font-size: 14px;
    }

    .all_posts .single_post .post_header .user_details span.about {
        font-size: 12px;
    }

    span.normal_text {
        font-size: 12px;
    }

}

/* Comment Css Start Here */
.all_posts .single_post .post_comments {
    padding: 22px 25px 19px;
    border-top: 1px solid #E3E0E4;
}

.all_posts .single_post .post_comments .single_comment .the_comment {
    /* display: flex; */
    gap: 20px;
}

.all_posts .single_post .post_comments .single_comment:not(:first-child) {
    padding-top: 27px;
}

.all_posts .single_post .post_comments .single_comment .the_comment figure img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border-radius: 50%;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body {
    background: #F1F7FE;
    padding: 20px;
    border-radius: 14px;
    width: 100%;
}
span.time-span {
    font-size: 11px;
}
.top {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.top a i.fa.fa-trash {
    color: red;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body .top span.user_name {
    color: #001524;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body .comment_body p {
    color: #1F3550;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Comment Reply Start Here */
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity {
    display: flex;
    gap: 18px;
    padding: 6px 26px 12px;
    align-items: center;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span {
    font-weight: 500;
    font-size: 11px;
    display: block;
    color: #242424;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span.reply_option {
    font-size: 13px;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span.reply_option:hover:after {
    width: 100%;
    transition: all 0.5s;

}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span.reply_option:after {
    font-size: 13px;
    transition: all 0.5s;
    cursor: pointer;
    width: 0%;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #242424;
    display: flex;
    align-items: end;
    justify-content: end;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span.reply_option:hover {
    color: #1F3550;
    transition: all 0.5s;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply {
    display: flex;
    gap: 17px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply figure img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    object-fit: scale-down;
}
.flex-wrapper-main {
    display: flex;
    align-items: start;
    gap: 10px;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body span.reply_top span.reply_time i.fa.fa-trash {
    color: red;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body {
    width: 100%;
    padding: 10px;
    position: relative;
    border-radius: 7px;
    background: #f5f5f5;
}
.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body span.reply_top {
    display: block;
    color: #242424;
    font-size: 13px;
    font-weight: 500;
    position: relative;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body span.reply_top span.reply_time {
    position: absolute;
    right: 1px;
    color: #242424;
    font-size: 11px;
    opacity: 0.81;
}

.all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body p.the_body {
    color: #1F3550;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.76;
    margin-bottom: 2px;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body .comment_body p {
        font-size: 11px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body .top span.user_name {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* Comment End Here */
@media(max-width: 991px) {
    .profile_post_row :nth-child(1) {
        order: 0;
    }

    .profile_post_row :nth-child(2) {
        order: 2;
    }

    .profile_post_row :nth-child(3) {
        order: 1;
    }
}

@media (max-width: 991px) {
    section.profile_section .profile_start_here .left_side_bar {
        top: 18px;
    }
}

@media (max-width: 576px) {
    .for_small_responsive {
        max-width: 33%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    span.normal_text {
        font-size: 9px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment figure img {
        width: 30px;
        height: 30px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body span.reply_top {
        font-size: 11px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body p.the_body {
        font-size: 10px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body .comment_body p {
        font-size: 10px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_comment_body {
        padding: 15px 21px 15px 16px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply {
        gap: 7px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_reply .reply_body span.reply_top span.reply_time {
        right: 0px;
        font-size: 10px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment .comment_box .the_activity span.reply_option {
        font-size: 11px;
    }

    .all_posts .single_post .post_comments .single_comment .the_comment {
        gap: 12px;
    }

    .all_posts .single_post .total_activities .total_reaction {
        gap: 6px;
    }
}

.show_profile_header {
    display: none;
}

@media (max-width: 768px) {
    section.profile_header_section .profile_header_start .tabs_option ul {
        display: none !important;
    }f

    .show_profile_header {
        display: block;
        cursor: pointer;
    }
}

/* header.the_profile_header {
    position: fixed;
    top: 0px;
    width: 30%;
    height: 100%;
    padding-left: 35px;
    background: #FFF;
    left: 0px;
    transform: translate(-100%);
    transition: 1s all;
    z-index: 99;
} */
header.the_profile_header {
    position: fixed;
    top: 0px;
    width: 88%;
    padding-top: 40px;
    height: 100%;
    overflow-y: scroll;
    padding-left: 35px;
    background: #FFF;
    left: 0px;
    transform: translate(-100%);
    transition: 1s all;
    z-index: 109;
}

header.the_profile_header ul.mobile-nav.navbar-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header.the_profile_header .profile-header.navbar-dark .profile_cancel {
    position: absolute;
    right: 10px;
    top: 13px;
}

header.the_profile_header .profile-header.navbar-dark {
    height: 100%;
}

header.the_profile_header.show {
    transform: unset;
}

/* ****************** Profile End Here ****************** */
/* ****************** Activities Start Here ****************** */
.complete_activity_page .single_activity {
    background: #FFFFFF;
    margin-top: 14px;
    border-radius: 5px;
}

.create_group_page .complete_activity_page .single_activity {
    padding: 2rem;
}

/* .complete_activity_page .single_activity .activity_header {
    padding: 0px 24px 15px;
    border-bottom: 1px solid #1c002442;
} */
.complete_activity_page .single_activity .activity_header {
    padding: 15px 20px 13px;
    border-bottom: 1px solid #1c002442;
}
.share_story_page .complete_activity_page .single_activity {
    padding: 2rem;
}

.share_story_page .complete_activity_page .single_activity .activity_header {
    padding: unset;
}

.share_story_page .complete_activity_page .single_activity .activity_body {
    padding: unset;
}

section.profile_section.create_group_page .complete_activity_page .single_activity .activity_header {
    padding: unset;
}

.complete_activity_page .single_activity .activity_body {
    padding: 18px 24px 15px;
}

section.profile_section.create_group_page .complete_activity_page .single_activity .activity_body {
    padding: unset;
}

.complete_activity_page .single_activity .activity_header h6 {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.complete_activity_page .single_activity .activity_body p {
    font-size: 11px;
    color: #4B596D;
}

.complete_activity_page .single_activity .activity_body .qa_activity .single_row {
    display: flex;
    justify-content: space-between;
}

.complete_activity_page .single_activity .activity_body .qa_activity .single_row span {
    display: block;
    color: #101010;
    font-size: 14px;
}

.complete_activity_page .single_activity .activity_body .qa_activity .single_row span.quest {
    width: 40%;
}

.complete_activity_page .single_activity .activity_body .qa_activity {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.fanatic-cards .groups_card .card-fanatic {
    background: #F1F7FE;
    /* transform: scale(.96); */
}

.complete_activity_page .single_activity .activity_body .qa_activity .single_row span.answer {
    width: 57%;
}

.complete_activity_page .single_activity .activity_body .qa_activity .single_row.disabled span {
    color: #DADDDF;
}

@media (max-width: 1200px) {
    .complete_activity_page .single_activity .activity_body .qa_activity .single_row span {
        font-size: 12px;
    }
}

@media (max-width: 676px) {
    .complete_activity_page .single_activity .activity_body .qa_activity .single_row span {
        font-size: 10px;
    }
    /* .ul.my-profile-headd{
        display: none !important;
    } */
    .delete_icon {
        position: absolute;
        right: 51px;
    }
    .activity_heade {
        flex-wrap: wrap;
    }
    .activity_heade h2 {
        font-size: 23px;
    }
    .group-member {
        padding: 0 10px;
        text-align: center;
    }
    .searxh.search-gp {
        justify-content: center;
        gap: 10px;
    }
    
    
    .accpt-btn {
        width: 100%;
    }
    
    .friend-btns {
        width: 100%;
        text-align: center;
    }
    .friend_img img {
        width: 100%;
        margin: 10px 0;
    }
    .media-img img {
        width: 100%;
    }
    
    .media-img-couple img {
        width: 100%;
    }
    .single_post.mt-3.stories-single {
        padding: 43px 15px 35px 15px;
    }
}

/* ****************** Activities End Here ****************** */
/* ******************* group start here  ******************* */

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 1px solid #8e8e8e4f;
    padding: 5px;
    font-family: "GTWalsheimPro-Medium";
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #616161;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: 33px;
    height: 29px;
    border: 1px solid #0362A8;
    background: #0362A8;
    text-align: center;
    color: #fff;

    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-left: -38px;
    margin-top: 4px;
}

select#exampleFormControlSelect1 {
    color: #616161;
    font-family: "GTWalsheimPro-Medium";
}

.searxh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #7070702b;
}

.sort {
    display: flex;
    justify-content: space-evenly;
}

.fanatic-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.card-extra-text {
    position: absolute;
    bottom: 10px;
    background-color: #0362A8;
    left: 14px;
    padding: 5px 10px;
}

.card-extra-text p {
    color: #FFFFFF;
    font-family: "GTWalsheimPro-Regular";
    margin-bottom: 0;
}

.fanatic-cards .card-extra-text p {
    color: #FFFFFF !important;
}

.single_group .activity_body {
    padding: 18px 8px 15px;
}

.card-fanatic.wow.animate__.animate__fadeInDown.animated {
    padding: 10px 11px;
}

.card-fanatic {
    /* width: 30%; */
    box-shadow: unset !important;
}

.card-fanatic .card-body {
    padding: 8px 4px;
}

.card-fanatic .about-person-active img {
    width: 22px;
}

.card-fanatic .about-person-active {
    display: flex;
    margin-top: 0 !important;
}

.card-fanatic .person-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.person-img span {
    color: #101010;
}

h5.card-title {
    color: #001524;
    font-size: 24px;
}

.extra span {
    color: #FFFFFF;
    font-family: "GTWalsheimPro-Regular";
    font-size: 9px;
}

.extra {
    background: #0362A8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 24px;
}

.card-fanatic {
    padding: 10px;
    background: #F1F7FE;
}


.load-btn {
    text-align: center;
    padding-top: 30px;
}

.load-btn .btn {
    color: #FFFFFF !important;
    background-color: #0362A8 !important;
}

/* ******************* group end here  ******************* */
/* ***************** stories start here ******************* */
.fanatic-cards .card-fanatics:hover {
    box-shadow: 5px 8px 14px -4px #dedee1;
}

.story-profile-group {

    padding: 0 27px 69px 27px;
}

.complete_activity_page .single_activity .activity_body .stories .fanatic-cards p.card-text {
    font-size: 17px !important;
    color: #9D9D9D !important;
}

.complete_activity_page .single_activity .activity_body .stories .fanatic-cards .about-person-actives {
    margin-left: 10px;
}

.stories-card-heading {
    padding: 30px 38px;
}

.stories-card-heading h2 {
    font-size: 34px;
}

.person-actives {
	display: flex;
	align-items: center;
	gap: 10px;
}
.about-person-actives p {
    margin-bottom: 0;
    color: #230000 !important;
}

.about-person-actives span {
    color: #23000085;
    font-size: 12px;
}

.card-fanatics p {
    font-size: 15px !important;
    color: #230000 !important;
}

/* ***************** stories end here ******************* */
/* ***************** media start here ****************** */
.media-video {
    padding: 20px 0;
}

.media-photo {
    padding: 22px 0px;
}

.img-medias {
    position: relative;
}
.video-icon {
    position: absolute;
    top: 42%;
    left: 45%;
    background: #0362A8;
    padding: 7px 13px;
    border-radius: 50%;
    border: 5px solid white;
    display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    justify-content: center;
}
.video-icon .fa {
    color: #fbfbfb;
    font-size: 15px;
}
/* .video-icon {
    position: absolute;
    top: 42%;
    left: 45%;
    background: #0362A8;
    padding: 7px 13px;
    border-radius: 28px;
    border: 5px solid white;
} */

.big-img {
    padding: 10px 0;
}

.big-imgs {
    padding-top: 26px;
    padding-bottom: 10px;
}

.loads .btn {
    padding: 6px 38px;
    color: #FFFFFF !important;
    background-color: #0362A8 !important;
}

.load-btns.loads {
    text-align: center;
    padding-bottom: 30px;
}

.media-gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
}

.stories .card-fanatics .card-text {
    font-size: 15px !important;
    color: #9D9D9D !important;
}

@media (max-width: 580px) {
    .media_body {
        text-align: center;
    }

    .img-media {
        padding: 10px;
    }
}


/* ***************** media end here ****************** */
/* last active hover here */
.chat-btn {
    background-image: linear-gradient(to bottom, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    width: 178px;
    padding: 4px 0px !important;
    /* height: 54px; */
    border-radius: 36px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    border-color: transparent !important;
}

.msg-icon {
    background: white;
    padding: 6px;
    border-radius: 100%;
    border: 5px solid #4dbbe12e;
}

.chat-drop {
    position: fixed;
}

.chat-drop-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(to bottom, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    padding: 11px 20px;
    margin: 0;
    width: 288px;
}

.name-heading h5 {
    font-family: "GTWalsheimPro-Medium";
    text-transform: capitalize;
    color: white;
    font-size: 17px;
    margin-bottom: 0;
}

.icon-this-heading svg {
    fill: white;
}

.chat-person {
    position: relative;
}

.chat-content-box {
    display: flex;
    justify-content: space-evenly;
    padding: 0 36px;
    align-items: center;
}

.chat-menu {
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 5px solid #008CCA !important;
}

.second-chat {
    background-color: #E1E1E1;
}

.chat-content-box .about-person-active {
    margin-top: 1px !important;
    margin-left: 1px !important;
}

.chat-menu a {
    text-decoration: none !important;
    color: unset !important;
}
.chat-drop {
    position: fixed !important;
    z-index: 99;
    /* bottom: 128px; */
    bottom: 0;
    right: 0;
}


/*  */
.delete_icon {
    position: absolute;
    right: 11px;
    top: 10px;
    z-index: 1000;
}
.position-relative-wrapper {
    position: relative;
}
.media-img {
    position: relative;
}

.delete_icon .fa {
    font-size: 13px;
    color: #d40a0a;
}

.edit_about_my_pro label {
    color: #272727;
    font-family: "GTWalsheimPro-Regular";
    font-size: 13px;
    margin-top: 15px;
    text-transform: capitalize;
}

.edit_about_my_pro  .about-me .form-control , .edit_about_my_pro .select-wrapper .select {
    margin: 0;
    padding: 10px !important;
    border: 0;
    color: #272727;
    font-family: "GTWalsheimPro-Regular";
    border-bottom: 1px solid #C5C5C5;
    height: 42px;
    padding-left: 7px !important;
    font-size: 14px;
}

.edit_about_my_pro .select-wrapper::after {
    top: 56px;
}
.edit_about_my_pro   .form-control::placeholder{
     color: #272727;
    font-family: "GTWalsheimPro-Medium";
    font-size: 13px;
}
.edit_about_my_pro  textarea#exampleFormControlTextarea1 {
    border: 1px solid #C5C5C5 !important;
}
.add_extra_interest_info {
    margin-top: 42px;
}

.comment-img figure {
    width: 70px;
}

.comment-img figure img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border-radius: 50%;
}

.comment-img  .reply_body {
    width: calc(100% - 76px);
}
.back{
    background: #F1F7FE;
}


#container {
    position: absolute;
    right: 20px;
}
  #container .text {
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
  }
  
  #container #menu-wrap {
    position: relative;
    height: 25px;
    width: 25px;
  }
  
  #container #menu-wrap .dots {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  
  #container #menu-wrap .dots > div,
  #container #menu-wrap .dots > div:after,
  #container #menu-wrap .dots > div:before {
    height: 6px;
    width: 6px;
    background-color: rgba(49, 49, 49, 0.8);
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  #container #menu-wrap .dots > div {
    position: relative;
  }
  
  #container #menu-wrap .dots > div:after {
    content: "";
    position: absolute;
    bottom: calc((25px / 2) - (6px / 2));
    left: 0;
  }
  
  #container #menu-wrap .dots > div:before {
    content: "";
    position: absolute;
    top: calc((25px / 2) - (6px / 2));
    left: 0;
  }
  
  #container #menu-wrap .menu {
    position: absolute;
    right: -10px;
    top: calc(-12px + 50px);
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 15px;
    -webkit-box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
    box-shadow: 2px 4px 6px rgba(49, 49, 49, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
  }
  
  #container #menu-wrap .menu ul {
    list-style: none;
    padding: 0;
}
  
  #container #menu-wrap .menu ul li {
    margin: 10px 0;
  }
  
  #container #menu-wrap .menu ul li .link {
    text-decoration: none;
    color: #000;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
}
  
  #container #menu-wrap .toggler {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
  }
  
  #container #menu-wrap .toggler:hover + .dots > div,
  #container #menu-wrap .toggler:hover + .dots > div:after,
  #container #menu-wrap .toggler:hover + .dots > div:before {
    background-color: rgba(49, 49, 49, 0.6);
  }
  
  #container #menu-wrap .toggler:checked + .dots > div {
    -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
    -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
    transform: translateX(calc(((25px / 2) - (6px / 2)) * -0.7071067812))
      translateY(calc(((25px / 2) - (6px / 2)) * -0.7071067812));
  }
  
  #container #menu-wrap .toggler:checked + .dots > div:after {
    -webkit-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
    -ms-transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
    transform: translateX(calc(((25px / 2) - (6px / 2)) * 0.7071067812))
      translateY(calc((2 * (25px / 2) - (6px / 2)) * 0.7071067812));
  }
  
  #container #menu-wrap .toggler:checked + .dots > div:before {
    -webkit-transform: translateX(
        calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812))
      )
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
    -ms-transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
    transform: translateX(calc(2 * (((25px / 2) - (6px / 2)) * 0.7071067812)))
      translateY(
        calc(((25px / 2) - (6px / 2)) - (((25px / 2) - (6px / 2)) * 0.7071067812))
      );
  }
  
  #container #menu-wrap .toggler:checked:hover + .dots > div,
  #container #menu-wrap .toggler:checked:hover + .dots > div:after,
  #container #menu-wrap .toggler:checked:hover + .dots > div:before {
    background-color: rgba(49, 49, 49, 0.6);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  #container #menu-wrap .toggler:checked ~ .menu {
    opacity: 1;
    visibility: visible;
    width: 200px;
    height: auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    z-index: 9;
    padding: 5px 20px;
}
  
  #container #menu-wrap .toggler:checked ~ .menu ul .link {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s ease 0.3s;
    -o-transition: 0.5s ease 0.3s;
    transition: 0.5s ease 0.3s;
  }
  
  #container #menu-wrap .toggler:checked ~ .menu ul .link:hover {
    color: #2980b9;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  #container #menu-wrap .toggler:not(:checked) ~ .menu {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  
  #container #menu-wrap .toggler:not(:checked) ~ .menu ul .link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  
  @media (max-width: 600px) {
    #container {
      position: absolute;
      top: 50px;
      width: calc(100% - 40px);
      margin: 0;
    }
  }
  /* .for_small_responsive img {
	width: 100%;
	height: 45px;
	object-fit: contain;
} */
.for_small_responsive img {
	width: 100%;
	height: 45px;
	object-fit: fill;
}
.all_posts .carousel_wrapper .carousel-item img {
    width: 100%;
    height: 254px;
    object-fit: contain;
  }
  


  .fanatic-stories-cards button.slick-next.slick-arrow {
	color: transparent;
	border: 0;
	background: transparent;
}

.fanatic-stories-cards button.slick-prev.slick-arrow.slick-disabled {
	border: 0;
	background: transparent;
	color: transparent;
}

.fanatic-stories-cards .slick-prev:before {
	content: "\f104" !important;
	font-family: "FontAwesome";
	line-height: 1;
	opacity: 2;
	position: absolute;
	top: 50%;
	right: 0;
	color: #0362a8 !important;
}

.fanatic-stories-cards .slick-prev:before,
.fanatic-stories-cards .slick-next:before {
	font-size: 51px !important;
	position: absolute;
}

.fanatic-stories-cards .slick-next:before {
	font-family: "FontAwesome";
	content: "\f105" !important;
	opacity: 2;
	position: absolute;
	right: -23px;
	top: 50%;
	color: #0362a8 !important;
}

/* .fanatic-cards .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
} */
.fanatic-cards:hover {
	box-shadow: 5px 8px 14px -4px #dedee1;
}
.stories_cards_Wrapper {
	padding: 0 20px 0 25px;
}
.fanatic-stories-cards .card-fanatic {

	background: transparent;
}
.fanatic-stories-cards p.card-text {
	color: #717171;
	font-family: "GTWalsheimPro-Regular";
	font-size: 14px;
	word-break: break-word;
}
/*  */

.carousel_wrapper .slick-prev::before {
    content: "\f104" !important;
    font-family: "FontAwesome";
    line-height: 1;
    opacity: 2;
    position: absolute;
    top: 50%;
    right: 24px;
    color: #0362a8 !important;
    font-size: 80px;
  }
  .carousel_wrapper .slick-prev{
    left:50px;
  }
  
  .carousel_wrapper .slick-next::before {
    content: "\f105" !important;
    font-family: "FontAwesome";
    line-height: 1;
    opacity: 2;
    position: absolute;
    top: 50%;
    right: 24px;
    color: #0362a8 !important;
    font-size: 80px;
  }
  .carousel_wrapper .slick-next{
    right:50px;
  }