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

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

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

span.golden {
    background-image: linear-gradient(to right, #fddf63, #f7d051, #f1c03f, #ebb12d, #e5a118) !important;
}

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

.my-profile-headd {
    padding: 0;
    margin: 0;
}
img.card-img-top-tiles {
    height: 220px;
    object-fit: fill;
    width: 100%;
    object-position: center;
}
.my-profile-headd section.profile_header_section .profile_header_start .tabs_option ul {
    gap: 38px !important;
}

.main_heading h2 {
    font-size: 27px;
}

/* *********** my profile-side-bar start here ************************** */
.about-person-active img {
    width: 21px;
    height: 20px;
}

.user_photos .about-person-active {
    display: flex;
    margin: 0;
}
.data-not-found {font-size: 14px !important;color: #000000a3 !important;}
.user_photos .person-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.member-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-profile span {
    color: #00061C;
}

.member-profile a {
    color: #005DA4;
}

.share.this-logout .btn {
    width: 100%;
    padding: 7px 10px !important;
}

section.profile_header_section .profile_header_start .tabs_option .friend button.add_friend {
    border: 0px;
    background-image: unset !important;
    background-color: #005DA4 !important;
}

.last_acitive span {
    display: block;
}

/* ********** *my profile-side-bar end here ************************** */
/* *********** text-editor start here ********************* */
.request-btns .btn {
    padding: 8px !important;
    width: 146px;
}

.vodiapicker {
    display: none;
}

#a {
    position: absolute;
    background: #FFFFFF;
    padding: 0;
    z-index: 2;
}

#a img,
.btn-select img {
    width: 12px;

}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 13px;
    margin-right: 13px;
}

.btn-select {
    background-image: url(../../img/arrow.png);
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    background-position: center right 10px;
}

/* item list */

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;

}

.open {
    display: show !important;
}

.btn-select {
    margin-top: 0;
    width: 100%;
    width: 118px;
    height: 31px;
    border-radius: 5px;
    background-color: #d5edff61;
    border: 1px solid #0362A8;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    font-size: 10px;
    width: 100%;
    align-items: center;
    height: 100%;
    display: flex;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
    outline: none;
}

.post_body textarea.form-control {
    border: 0;
    resize: none;
    color: #1010101e !important;
    font-size: 20px;
    z-index: 1;
}
.person-img img {
	width: 100%;
	height: 45px;
	object-fit: scale-down;
	/* margin-right: 5px; */
}
textarea.form-control::placeholder {
    color: #1010103d;
}

.post_body.form-control:focus {
    color: #101010 !important;
    background-color: #fff;
    border-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
}

.this_reaction span {
    color: #001524 !important;
    font-size: 18px !important;
    font-weight: 500;
}

.this_reaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px;
    border-top: 1px solid #1c00242b;
}

.for_reaction {
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.share .btn {
    color: #FFFFFF !important;
    padding: 12px 33px;
    background-color: #0362A8 !important;
}

.for_reaction svg {
    margin: 0px 10px;
}

@media (max-width: 580px) {
    .this_reaction {
        flex-direction: column;
    }

    .for_reaction {
        flex-direction: column;
        justify-content: center;
        margin: 17px 0;
    }
}

@media (max-width: 768px) {
    .this_reaction {
        flex-direction: column;
    }
}

/* *********** text-editor end here ********************* */
/* ************ friends tab start here  ***************** */
.activity_heade {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 49px 20px 20px 20px;
}

.head-num h4 {
    color: #005DA4;
    font-size: 18px;
}

.req-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accpt-btn .btn {
    background-color: #0362A8 !important;
    padding: 7px 29px;
    font-size: 13px;
    color: white;
    text-transform: capitalize;
}

.rejct .btn {
    background-color: #001524 !important;
    padding: 7px 29px;
    font-size: 13px;
    border: 1px solid #001524;
}

.friends-box {
    padding: 12px 20px;
}

.req-name {
    padding: 5px 0;
}

.req-name h4 {
	color: #00365E;
	font-size: 14px;
}

.friends-remove-box {
    display: flex;
    /* justify-content: space-between; */
    gap: 14px;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}

.remove-friend {
    text-align: center;
    max-width: 18%;
    width: 100%;
}

.friend-btn {
    display: flex;
    justify-content: center;
    padding: 22px 0;
}

.remove-friend .req-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.friends-box-two {
    /* padding-bottom: 208px; */
    padding-left: 21px;
    padding-right: 20px;
}

@media (max-width: 580px) {
    .request-img-box {
        margin: 10px 0;
    }

    .friends-remove-box {
        flex-direction: column;
        justify-content: center;
    }

    .remove-friend .accpt-btn {
        width: 100%;
    }

    .remove-friend .req-btns.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .friends-box-two {
        padding-bottom: 20px;
        padding-left: 21px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .friends-remove-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .remove-friend .accpt-btn {
        width: 100%;
    }

    .remove-friend .req-btns.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .request-img-box .req-btns {
        flex-direction: column;
        justify-content: center;
    }

    .request-img-box button.btn.btn-primary {
        padding: 6px 20px;
    }

    .request-img-box .rejct {
        margin: 10px 0;
    }

    .request-img-box h4 {
        font-size: 17px;
    }
}

/* ************ friends tab end here  ***************** */
/* ************** group click open tab start here****** */
.gp-card p.card-text {
    font-size: 17px !important;
    color: #7B849E !important;
    margin-bottom: 8px;
}

/* ************** group click open tab end here********** */
/* ************ membership tab end here  ***************** */
.level-box {
    width: 38% !important;
    margin-left: 30px;
}

.post-member {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
}

/* ************ membership tab end here  ***************** */

/* ************ stories tab start here  ***************** */
.story-btnss .btn {
    background-color: #0362A8 !important;
    padding: 9px 35px;
    font-size: 14px;
}

.single_post.mt-3.stories-single {
    padding: 43px 40px 70px 15px;
}

.card-fanatics {
    border: 1px solid #00000012;
}

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

/* ************ stories tab end here  ***************** */
/* ************ edit my profile tab start here ***************** */
.edit-pro {
    border-bottom: 0 !important;
}

.edit-pro .activity_heade {
    border-bottom: 1px solid #1c002442;
}

.edit-pro .main_headz {
    border-bottom: 1px solid #1c002442;
    padding-bottom: 15px;
    padding-top: 15px;
}

.edit p {
    margin-bottom: 0;
    color: #A4A4A4;
    font-family: "Poppins-Medium" !important;
    font-size: 14px !important;
}

.process {
    text-align: center;
}

.edit .btn {
    color: #FFFFFF !important;
}

.edit .req-btns {
    margin-top: 10px;
}

/* .select-wrapper {
    margin: 10px 0;
} */

.select-wrapper::after {
    color: black;
    content: '\f0d7';
    font-family: "FontAwesome";
    /* margin-right: 10px; */
    pointer-events: none;
    position: absolute;
    right: 42px;
    top: 15px;
    font-size: 20px;
}



.select-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0;
    cursor: pointer;
    color: #001524;
    font-family: "Poppins-Medium";
    position: relative;
    padding: 9px 10px;
    width: 100%;
    font-size: 13px;
}


.select::-ms-expand {
    display: none;
}

.about-me .form-control {
    margin: 10px 0;
    padding: 12px !important;
    border-radius: 0 !important;
    color: #001524;
    font-family: "Poppins-Medium" !important;
}

.about-me .form-control::placeholder {
    color: #001524;
    font-family: "Poppins-Medium" !important;
    font-size: 13px;
}

.about-me textarea#exampleFormControlTextarea1 {
    resize: none !important;
    height: 117px;
}

/* ************ edit my profile tab end here ***************** */
/****************** group my profile tab start here ******************** */
.this-group .card-extra-text {
    position: absolute;
    bottom: 10px;
    left: 14px;
    padding: 8px 20px;
}

.this-group .search-gp {
    border-bottom: 0 !important;
}

.this-group .search-gp .accpt-btn .btn {
    background-color: #0362A8 !important;
    padding: 10px 31px;
    font-size: 13px;
}

/****************** group my profile tab end here ******************** */
/* *********************** top-tabs allgroup_myprofile start here ***************  */
/* **************** top-tab start here *********** */
.hom-tbss .btn {
    background-color: #0362A8;
    padding: 8px 34px;
    font-size: 14px;
}

.hom-tbss {
    padding-top: 49px;
}

.home-tb {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-right: 2px solid #6389C5;
    padding-right: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #F1F7FE !important;
    background-color: transparent !important;
    /* border-color: transparent; */
    border-bottom: 4px solid white !important;
    border: 0;
    padding: 9px 4px;
    display: flex;
    justify-content: space-between;

    width: 75%;
    margin: 2px 2px;
}

span.home {
    margin-left: 8px;
}

span.media {
    margin-left: 8px;
}

span.member {
    margin-left: 8px;
}

.nav-tabs {
    background: #0362A8;
    border: 0 !important;
}

.nav-tabs .nav-link svg {
    fill: #f1f7feb5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active svg {
    fill: #F1F7FE !important;
}

li.nav-item a {
    color: #f1f7feb5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .hb-noti.active {
    width: 100% !important;
}

/* .nav-tabs .nav-link {
    border: 0 !important;
} */
.nav-tabs .nav-link {
    border: 0 !important;
    padding: 9px 0px !important;
    display: flex;
    align-items: center;
}


.nav-tabs .nav-item {
    /* margin-bottom: -1px; */
    padding: 7px 11px 0 11px !important;
    margin-left: 10px;
}

@media (max-width: 580px) {
    .activity_header {
        margin-top: 10px;
    }

    .nav-tabs .nav-item {
        padding: 1px 0px !important;
    }
}

/* **************** top-tab end here *********** */
/* ************* home tab start here ************ */

.attach-item .for_reaction {
    gap: 11px;
    padding: 0 13px;
    align-items: center;
}

.attach-item .this_reaction span {
    font-size: 14px !important;
}

.attach-item .share .btn {
    padding: 9px 29px;
}

.attach-item .post_body textarea.form-control {
    font-size: 16px;
}

/* ************* home tab end here ************ */
/* ************** member tab  start here ***********/
.member-all {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.group-member {
    padding: 0 10px;
}

.member-name h3 {
    color: #00365E;
    font-size: 21px;
    margin-bottom: 0;
}

.member-name {
    padding: 10px 0;
}

.member-name p {
    color: #001524;
    margin-bottom: 0;
    font-size: 14px;
}

.activity_heade {
    padding: 15px 28px 19px;
}

.activity_heade h2 {
    font-size: 32px;
}

.all-photo-member {
    background: #FFFFFF;
    margin-top: 30px;
    padding-top: 13px;
}

.activity_heade {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-num h4 {
    color: #005DA4;
    font-size: 18px;
}

.member-here .friend-btn {
    padding: 0;
}

.member-here .accpt-btn .btn {
    padding: 9px;
    width: 111px;
}

/* ************** member tab  end here ***********/
/* **************media tab  start here ***********/
.media-img {
    padding: 6px;
}

.media-group .all-media-box {
    background: #FFFFFF;
    margin-top: 17px;
    padding-top: 21px;
}

.media-group .video-icon {
    position: absolute;
    top: 42%;
    left: 45%;
    background: #0362A8;
    padding: 11px 13px;
    border-radius: 28px;
    border: 5px solid white;
}

.media-img-video {
    position: relative;
}

.media-img-last img {
    height: 80%;
}

.media-img-last {
    padding-top: 13px;
}

.media-group {
    padding: 20px;
    background: #ffffff;

}

.media-group .friend-btn {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    padding-bottom: 29px !important;
}

.media-group .accpt-btn .btn {
    padding: 8px 34px;
    font-size: 14px;
}

/* **************media tab  end here ***********/
/* **************notification tab  start here ***********/
.noti-person {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-box .active-persons {
    margin-top: 0;
}

.noti-bar {
    background: #F1F7FE;
    margin: 19px 0;
    padding: 20px;
}

.accept-btn {
    margin-right: 13px;
}

.notification-box {
    background: #FFFFFF;
    padding: 28px 20px;
    margin-top: 23px;
}

.notification-box .person-active {
    display: flex;
    align-items: center;
}

.noti-person .reject-btn .btn {
    width: 111px;
    padding: 9px;
    font-size: 14px;
    background-color: #001524;
}

.noti-person .accept-btn .btn {
    background-color: #0362A8;
    width: 111px;
    padding: 9px;
    font-size: 14px;
}

.noti-bar h5 {
    margin-bottom: 0;
}

.noti-bar p {
    font-size: 14px;
}

.bar-heading h4 {
    color: #230000;
}

.bar-heading {
    padding-bottom: 10px;
}

/* **************notification tab end here ***********/
/* *********************** top-tabs allgroup_myprofile end here ***************  */
/* ************** stories-myprofile tab  start here ***********/
.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px solid #ced4da;
    /* color: #92b0b3; */
    position: relative;
    height: 233px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.dropzone-wrapper h3 {
    color: #00152496;
    font-family: "GTWalsheimPro-Bold";
    font-size: 21px;
    margin-top: 10px;
}

.dropzone-desc h5 {
    color: #0362A8;
    font-family: "GTWalsheimPro-Bold";
}

.dropzone-desc h2 {
    color: #464646;
    font-family: "GTWalsheimPro-Bold";
    text-transform: uppercase;
    font-size: 21px;
}

.desc-info p {
    color: #717171 !important;
    font-size: 16px !important;
}

.desc-info.text-left {
    padding: 14px 20px;
}

.drag .accpt-btn .btn {
    padding: 8px 39px;
    font-size: 15px;
}

.drag .req-btns {
    padding: 22px 0;
}

.about-me input.form-control {
    padding: 19px 12px !important;
}

.toggle-btns {
    position: absolute;
    top: 16px;
    right: 22px;
    width: 134px;
    background: #D8EEFF;
    padding: 7px 0;
    height: 32px;
    justify-content: right;
    display: flex;
    border-radius: 7px;
}

.privy {
    position: relative !important;
}

input#checkbox2 {
    visibility: hidden;
}

.toggle {
    --width: 47px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

.toggle input {
    display: none;
}

label.checkbox-label {
    margin: 0 !important;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-image: linear-gradient(to bottom, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
    transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked+.slider {
    background-image: linear-gradient(to bottom, #008cca, #0081c2, #0076ba, #006cb2, #0061a9, #0065ad, #006ab1, #006eb5, #0082c6, #0097d4, #00abe1, #00c0ed);
}

.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

.toggle .labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    left: -52px;
    color: #001524;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: -50px;
    color: #001524;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.toggle input:checked~.labels::after {
    opacity: 0;
}

.toggle input:checked~.labels::before {
    opacity: 1;
}

/* ************** stories-myprofiletab  end  here ***********/
/* *************** myprofile-media tab start here ******** */
.media-img-las {
    margin-top: 14px;
}

/* .media-last-box .video-icon {
    padding: 8px 10px;
} */

.media-img-couple img {
    height: 339px;
    width: 100%;
    margin-top: 10px;
}

.media-last-box {
    background: #ffffff;
    padding: 20px 30px;
    margin-top: 19px;
}

.media-last-box .req-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 40%; */
}

.media-last-box .activity_heade {
    padding: 15px 0 !important;
}

.all-level-box .main_heading {
    padding-bottom: 0;
}

.all-level-box .main_heading h2 {
    margin-bottom: 0;
}

.all-level-box .activity_heade {
    padding: 25px 28px;
}

.all-level-box .friend-btn {
    display: flex;
    justify-content: center;
    padding: 0;
}

.all-level-box .accpt-btn .btn {
    background-color: #0362A8 !important;
    padding: 9px 27px;
    font-size: 13px;
}

.all-level-box .level-box {
    border: 1px solid #339D07
}

.all-level-box .silver-level a {
    background-color: #D5FFC2 !important;
    border: 0;
}

.about-tis.tect-level-silver.text-center {
    padding: 20px !important;
}

.all-level-box .abut-heading {
    padding: 12px 26px !important;
}

.abut-heading p {
    font-size: 14px;
}

.price {
    padding: 23px 0;
}

.silv h3 {
    color: #9F9F9F !important;
}

.all-level-box .level-heading {
    padding: 10px 0 !important;

}

.all-level-box .single_post {
    background: #FFF;
    padding-bottom: 110px !important;
}

.all-level-box .level-box {
    padding: 8px 0;
}

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

}

@media (max-width: 768px) {
    .media-img-couple img {
        height: 175px;
    }
}

/* *************** myprofile-media tab end here ******** */
/* **********chat now btn start 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: 40px;
} */
.chat-drop {
    position: fixed !important;
    z-index: 99;
    /* bottom: 128px; */
    /* bottom: 0; */
    right: 0;
}
/* **********************like page**************************  */
.like_Friends .btn {
    width: 100%;
    color: #f14646;
    background: #FEDEDE;
    border: 1px solid #f14646;
    padding: 4px 5px;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
}
.like_Friends .btn:hover {
    background: transparent;
    color: #f14646;
    border-color:#f14646 ;

}
.like_Friends  .btn-primary.focus, .like_Friends  .btn-primary:focus {
    box-shadow: none !important;
}
.like_Friends .btn-primary:not(:disabled):not(.disabled).active,.like_Friends  .btn-primary:not(:disabled):not(.disabled):active, .show>.like_Friends  .btn-primary.dropdown-toggle {
    background: transparent;
    color: #f14646;
    border-color:#f14646 ;
}
.user_detail .user_agee {
    font-size: 13px;
}
.user_detail .user_name {
    color: #00365E;
    font-size: 16px;
}

.user_detail p {
    margin: 0;
}

.user_detail {
    text-align: center;
}
.all_posts.like_posts .main_heading {
    padding-bottom: 0;
}

.all_posts.like_posts .main_heading h2{
    text-transform: capitalize;
    font-size: 27px;
}

.all_posts.like_posts .single_post {
    padding-bottom: 35px;
}
/* qa */
.home-tb span {
    line-height: 1;
}
.membership_date {
    text-align: center;
}
.membership_date h4 {
    font-size: 13px;
    text-transform: capitalize;
}
.about-btn a {
    color: #000000;
    width: 138px;
    padding: 5px;
    font-size: 13px;
    text-transform: capitalize;
}
/* tabs */
.group_tabs_Wrapper ul {
    padding: 20px 0 0 30px;
}

.group_tabs_Wrapper li {
    border-bottom: 1px solid #80808045;
}

.group_tabs_Wrapper li.nav-item .nav-link{
    /* width: 120px; */
    border: 0;
    padding-left: 0;
    color: #101010;
    background-color: transparent;
    position: relative;
}
.group_tabs_Wrapper .nav-item button:focus {
    outline:none !important;
}
.group_tabs_wrapper li.nav-item .nav-link.active{
    /* background-color:#0362A8 !important; */
  
    color: #0362A8;
}

button#pills-home-tab::after {
    content: "";
    width: 1px;
    background-color: #E4BEED;
    position: absolute;
    height: 24px;
    right: 7px;
}
.basic_info_heading{
    border-bottom: 1px solid #1c002442;
}
@media (max-width:768px){
    .activity_heade {
        flex-wrap: wrap;
    }
    .all-level-box .main_heading {
        padding-bottom: 16px;
    }
}
.emojis_btn figure {
	overflow: hidden;
	border-radius: 90px;
	background: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.emojis_btn img { width:40px; transition:.2s ease; }
.emojis_btn img:hover { transform:scale(1.5); cursor:pointer; }
.emojis {
    display: none;
}
.emojis.show {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 278px;
	left: 0;
}
.showemoji {
	background-color: transparent;
	border: 0;
}
.all_posts .single_post .add_reaction .for_reaction {
	position: relative;
}
.comment_post_wrapper{
    display: none;
}
.comment_post_wrapper.show{
    display: block;
}


.sent_reply {
    position: absolute;
    right: 16px;
    bottom: 15px;
}
.send-reply_btn {
	background-color: #0362A8 !important;
	padding: 6px 20px;
	font-size: 13px;
	color: white;
	text-transform: capitalize;
	font-family: "GTWalsheimPro-Medium";
	border: 0;
	border-radius: 7px;
}
  .reply_here textarea.form-control {
	position: relative;
	padding-right: 30px;
	/* padding: 16px; */
    resize: none;
	height: 41px;
	border-radius: 7px;
}
  .reply_here {
	position: relative;
	padding-left: 95px;
}
.reply_here .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #0362A8 ;
	outline: 0;
	box-shadow: none;
}
.reply_here{
    display: none;
}
.reply_here.show{
    display: block;
}
/*  */
.remove-friend .request-img-box img {
    width: 100%;
    height: 96px;
    object-fit: contain;
  }
  
.card-fanatic .person-img img {
	width: 50px;
	height: 57px;
	margin-right: 10px;
}
.user_detail .user_name {
	color: #00365E;
	font-size: 12px;
}
.like_Friends .friend_img img {
    width: 100%;
    height: 75px;
    object-fit: contain;
  }
  .user_photos img {
    width: 43px;
    height: 45px;
}
