html {
    font-size: clamp(14px, 13.296px + 0.1408vw, 16px);
}

*,
ul,
li::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-control::placeholder {
    opacity: 0.5;
    font-size: 14px;
}

.btn-close:focus {
    box-shadow: none !important;
}

body {
    font-family: Helvetica;
    color: #000;
    font-weight: 400;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
    min-height: 100vh;
    background: #fff url('../images/bg.png') no-repeat 0% calc(100% - 35px)/100%;
    /* background-attachment: fixed; */
}

:root {
    --theme: #72b257;
    --yellow: #f9dc5c;
}

/* primary class */
.theme_btn {
    background-color: var(--yellow);
    color: #72706C;
    border: none;
    height: 3.25rem;
    gap: .75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.375rem;
    border-radius: .8125rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0px 3px 6px #00000029;
    white-space: nowrap;
}
.theme_btn[disabled] {
    opacity: 0.5;
}

.text_theme {
    color: var(--theme) !important;
}

.para {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 400;
}

.bg_theme {
    background-color: var(--theme) !important;
    color: #fff !important;
}

.border_theme_btn {
    padding: .5rem 1.2rem;
    font-size: 0.8rem;
    color: var(--theme);
    border: 1px solid var(--theme);
    border-radius: 10px;
    background-color: #fff0;
    display: inline-block;
    text-decoration: none;
}

.pp_para p {
    font-size: 1rem;
    letter-spacing: .02rem;
    line-height: 1.6875rem;
    color: rgba(0, 0, 0, 0.5);
}

.position_lg_sticky {
    position: sticky;
}

/* \ primary class */


/* login page elements style */

.log_side {
    background-color: var(--theme);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log_side img {
    max-width: 29.625rem;
    width: 100%;
}

.logside_img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.logo_login {
    width: 100%;
    max-width: 8.4375rem;
    margin-bottom: 1.875rem;
}

.login_form h2 {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: .0262rem;
    margin-bottom: 1.875rem;
    text-align: center;

}

.login_form h5 {
    font-size: 1.125rem;
    color: #979797;
    line-height: 2.0625rem;
    margin-bottom: 3.125rem;
}

.label_form {
    font-size: .9375rem;
    margin-bottom: 0.325rem;
    font-weight: 500;
    display: block;
}

.inputGroup {
    margin-bottom: 0.863rem;
    position: relative;
}

.inputGroup .inputControl {
    border: 1px solid #CECECE;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    padding: 0 1.25rem;
    height: 3.25rem;
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inputGroup .inputControl.sm_inputControl {
    height: 2.375rem;
    font-size: .875rem;
    border-radius: .3125rem;
}

.inputGroup:has(.right_int_ico) .inputControl {
    padding-right: 3.125rem;
}

.inputGroup .right_int_ico {
    position: absolute;
    top: 1.15rem;   
    right: .9375rem;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: #000;
    opacity: 0.5;
    font-size: 1.125rem;
}

.inputGroup.sm_inputControl .right_int_ico {
    top: 0.538rem;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.inputGroup .right_int_ico:hover {
    opacity: 1;
}

.inputGroup .inputControl:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--yellow);
}

.inputControl[disabled] {
    background-color: #ddd;
    color: rgba(0, 0, 0, 0.5);
}



.form-switch .form-check-input {
    height: 1.4375rem;
    width: 2.5625rem;
}


.form-switch .form-check-input:focus {
    box-shadow: none;
    border-color: var(--theme);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}


.int_error {
    position: relative;
}

.int_error label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
}


.int_error:has(label.error){
    margin-bottom: 20px;
}

.forgot_link {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
}


.login_social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    margin-top: 2rem;
}

.login_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CECECE;
    border-radius: .625rem;
    height: 3.125rem;
    text-decoration: none;
    gap: .8125rem;
    padding: 8px .8125rem;
    color: rgba(0, 0, 0, 0.5);
}

.login_social a img {
    height: 80%;
}

.login_form p {
    font-size: .9375rem;
    line-height: 17px;
    margin-bottom: 0;
}

.login_form p a {
    text-decoration: underline;
    color: var(--theme);
}

.log_footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    font-size: 1.25rem;
}

.log_footer a {
    font-weight: 400;
    text-decoration: none;
    color: var(--theme);
}

.delete_icon {
    position: absolute;
    right: 0px;
    background: #f00;
    border: none;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    padding: 2px 0px;
    top: 0px;
    font-size: 9px;
}

.up_img .delete_icon {
    right: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 4px;
}

.upload_imgs .delete_icon i {
    color: #fff;
    font-size: 11px;
    opacity: 1;
}
.up_img button.delete_icon i {
    color: #fff;
    font-size: 12px;
    opacity: 1;
}

.upload_imgs video[src=""] {
    display: none;
}

.upload_imgs .upvidicon {
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.7;
}

/* upload img circle  */
.up_img {
    max-width: 7.9rem;
    width: 100%;
    height: 7.9rem;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
}

.up_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    object-fit: cover;
}

.up_img label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #888;
}

.up_img label.error {
    color: red;
    font-size: 14px;
    text-align: center;
    height: auto;
    width: auto;
    text-align: center;
}

label.error {
    color: red;
    font-size: 12px;
}


.iti__selected-flag {
    height: 3.1rem;
}

/*  \ upload img circle  */

/* \ login page elements style */


/* navbar */
nav.navbar {
    background-color: #fff;
    box-shadow: 0px 1px 2px #00000033;
    border-radius: 8px;
    padding: 0 0.188rem;
    margin-bottom: 1.3125rem;
}

nav .navbar-brand {
    display: block;
}

nav .navbar-brand img {
    width: 8.125rem;
    background-color: #72b257;
    padding: 6px;
    border-radius: 6px;
}

.searchForm {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 10px 0;
}

.nav_search {
    width: 80%;
    max-width: 50rem;
    position: relative;
}

.nav_search input {
    /* box-shadow: 0px 3px 6px #00000029; */
    border-radius: 50px;
    border: none;
    padding: 0 1rem 0 3rem;
    height: 49px;
    width: 100%;
    background: #f5f5f5;
}

.nav_search button {
    width: 100%;
    max-width: 2.15rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #606770;
    font-size: 1.375rem;
    border: none;
    position: absolute;
    top: .5rem;
    left: .625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adv_search {
    position: relative;
    width: 100%;
    max-width: 18.75rem;
}

.adv_search input {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0.65rem;
    border: none;
    padding: 0 1.4rem;
    height: 3.75rem;
    width: 100%;
}

.adv_search i {
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 2;
}


.nav_r_btn,
.noti_drop_btn {
    max-width: 2.5rem;
    min-width: 2.5rem;
    width: 100%;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e4e6eb;
    color: #000000;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: .625rem;
    position: relative;
}

.top_badge {
    position: absolute;
    z-index: 2;
    background-color: #f12849;
    padding: .125rem .4375rem;
    border-radius: 50%;
    color: #fff;
    font-size: .625rem;
    position: absolute;
    top: -0.3125rem;
    right: -0.1875rem;
    display: inline-block;
}

.user_drop_btn {
    width: 100%;
    border: none;
    margin-left: .625rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.user_drop_btn img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border-radius: 100%;
    border-radius: 50%;
}

.user_drop_btn span {
    font-size: 1rem;
    color: #000;
}

.user_drop_btn i {
    color: var(--theme);
}

.user_drop .dropdown-menu {
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 10px;
    border: none;
    padding: 10px;
    width: 100vw;
    max-width: 12.625rem;
    top: 3.25rem;
}

.user_drop .dropdown-menu a {
    font-size: 1rem;
    font-weight: 500;
    padding: .5625rem .75rem;
    color: #000;
    text-decoration: none;
    display: block;
}

/* notify dropdown */
.notify_dorp .dropdown-menu {
    width: 100vw;
    max-width: 400px;
    box-shadow: 0px 1px 6px #00000029;
    border-radius: .625rem;
    padding: 1.325rem;
    border: none;
    background: #f5f5f5;
    top: 3.25rem;
    max-height: 350px;
    overflow: auto;
}

.notify_dorp .dropdown-menu h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin-bottom: .9375rem;
}

.noti_btn {
    border-radius: 50px;
    padding: 0.175rem .9375rem;
    color: #000;
    font-size: 0.875rem;
    background-color: transparent;
    border: none;
}

.noti_btn.active_btn {
    background-color: var(--theme);
    color: #fff;
}

.notify_list_link {
    display: none;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e1e1e1;
    padding: .8125rem 0;
}

.notify_list_link:first-child {
    padding-top: 0;
}

.notify_list_link:last-child {
    border: none;
}

.notify_list_link img {
    width: 100%;
    max-width: 3.125rem;
    aspect-ratio: 1/1;
    border-radius: 9px;
    object-fit: cover;
    min-width: 3rem;
}

.notify_list_link small {
    font-size: .5625rem;
    color: #929292;
}

.notify_list_link h5 {
    font-size: 1.025rem;
    letter-spacing: .0225rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 12px;
}

.notify_list_link p {
    margin-bottom: 0;
    color: #929292;
    font-size: 12px;
    letter-spacing: .015rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notify_list_link.show_noti {
    display: flex;
}

.noti_drop_content {
    width: calc(100% - 3.125rem);
}

/* \ notify dropdown */

/* \ navbar */

/* main */
main.main {
    padding: 1.5rem 3.125rem 4.5rem;
}

/* \ main */

/* sidebar elements stryle */
.web_sidebar {
    background-color: #f5f5f5;
    border-radius: 20px 20px 0 0;
}

.sidebar_header {
    border-radius: 20px 20px 0 0;
    background-color: var(--theme);
    padding: 2.8rem 2.8125rem 10rem;
    text-align: center;
}

.sidebar_header img {
    width: 70%;
    max-width: 270px;
}

.sidebar_body {
    padding: 2.1875rem;
    border: 1px solid #F6F6F6;
    border-radius: 0;
    background-color: transparent;
}

.side_img {
    max-width: 18.5625rem;
    width: 80%;
    margin: -6.25rem auto 3rem;
    background-color: #fff;
    box-shadow: 0px 3px 27px #00000026;
    border-radius: .625rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    flex-direction: column;
    gap: .625rem;
}

.side_img::before {
    content: '';
    box-shadow: 0px 3px 27px #00000026;
    border-radius: .625rem;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -2;
}

.side_img::after {
    content: '';
    box-shadow: 0px 3px 27px #00000026;
    border-radius: .625rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0%;
    height: 100%;
    z-index: -1;
}

.side_img img {
    width: 134px;
    height: 134px;
    border-radius: 50%; 
    object-fit: cover; 
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
}

.side_img span {
    color: var(--theme);
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
}

.side_tabs {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.side_tab_link {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    min-height: 6.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .625rem;
    text-decoration: none;
    color: #BFBFBF;
    transition: all 0.1s;
}

.side_tab_link:hover {
    background-color: #ddd;
    color: #000;
}

.side_tab_link.active {
    background-color: #72706C;
    color: var(--yellow);
}

.side_tab_link i {
    font-size: 1.5rem;
}

.side_tab_link span {
    font-size: 10px;
    letter-spacing: .0187rem;
    text-align: center;
}


/* \ sidebar elements stryle */


/* categories_card elements style */

/* .swiper-wrapper.appenddata{
    height: 150px !important;
} */

.swiper-slide {
    height: calc((100% - 10) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories_card {
    box-shadow: 0px 1px 2px #00000033;
    border-radius: 8px;
    padding: 20px;
}

.under_l_heading {
    font-size: 1.0625rem;
    letter-spacing: .0213rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
}

i.bx.bx-dots-horizontal-rounded {
    color: black;
}

.under_l_heading::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 86px;
    width: 100%;
    height: 3px;
    background-color: var(--theme);
}

.categ_link {
    border-radius: 10px;
    padding: .625rem .9375rem;
    background-color: #f5f5f5;
   display: block;
    text-decoration: none;
    color: #000;
    font-size: .875rem;
    margin: 20px 0;
}

.categ_l_head{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    width: 100%;
}

.categ_l_head span{
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.categ_link.active {
    background-color: var(--catg_color);
    color: #fff;
}

.categ_link i,
.categ_link img {
    color: var(--catg_color);
    background-color: transparent;
    max-width: 1.1875rem;
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 100px;
    object-fit: contain;
}

.categ_link p {
    width: 100%;
    font-size: 10px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    margin-bottom: 0;
}


.cat_arrows {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #fff;
}

.cat_arrow_right {
    left: auto;
    right: 0;
}

/* \ categories_card elements style */


/* .day_message */
.day_message h4 {
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.34px;
    margin-bottom: 0;
}

.day_message p {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.24px;
    font-size: 1.00rem;
}

/* .day_message */

.post_head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    padding-bottom: .9375rem;
}

.post_circle_sm_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* prevents shrinking in flex containers */
}

.post_circle_sm_img > img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}




.post_head h6 {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0;
}

.post_head span {
    letter-spacing: .015rem;
    font-size: .75rem;
    color: #606770;
    display: block;
}

.post_dorp_btn {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: #9b9b9b;
    margin-bottom: 0;
    display: block;
}

.post_dorp_btn i {
    display: block;
}

.post_drop .dropdown-menu {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    border: none;
}

.dropdown-item:active {
    background-color: var(--theme);
}


.post_card {
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 0.5rem;
    padding: 1.5625rem;
    background-color: #fff;
    margin-bottom: 1.875rem;
    max-width: 900px;       /* optional container max width */
    margin-left: auto;
    margin-right: auto;
}

.post_img {
    width: 100%;
    height: 310px;          /* fixed height */
    position: relative;
    border-radius: 0.863rem;
    overflow: hidden;       /* keeps corners rounded */
    background: #eee;       /* shows if image doesn’t fill container */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;    /* centers container and adds bottom spacing */
}

.post_img img,
.post_img video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;    /* fits image/video inside without cropping */
    border-radius: inherit; /* match container rounded corners */
    display: block;
}

.post_content {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}


.swiper-button-next, .swiper-button-prev {
    color: var(--theme);
}

.favourit_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #d6d6d6;
    cursor: pointer;
    background-color: #fff;
}

input:checked+label.favourit_btn {
    color: red;
}

.like_area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: .625rem 0;
    border-top: 1px solid #D1D2D6;
    border-bottom: 1px solid #D1D2D6;
}

.likeUnlike label {
    cursor: pointer;
    display: block;
}

.likeUnlike label i {
    font-size: 1.5rem;
    display: block;
    color: #888;
}

.likeUnlike label i.like,
.likeUnlike input[type="checkbox"]:checked+label i.unlike {
    display: none;
}

.likeUnlike input[type="checkbox"]:checked+label i.like {
    color: var(--theme);
    display: block;
    animation: like 0.5s 1;
}

@keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes like {
    0% {
        transform: scale(1);
    }

    90% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

.like_area span {
    color: #888;
    letter-spacing: 0.28px;
    font-size: 0.975rem;
    display: flex;
    gap: 10px;
    font-weight: 400;
}

.like_area span i {
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.like_count {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

.members_list {

    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #F7FAFF;
}

.members_list img {
    width: 30px;
    margin: 0 -7px;
    transition: 0.5s;
}

.members_list img:hover {
    transform: scale(1.3);
}

.view_allcom_bnt {
    font-size: .875rem;
    letter-spacing: 0.3px;
    color: var(--theme);
    background-color: transparent;
    border: none;
    text-decoration: underline;
}


.comment_box {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0.625rem;
    /* box-shadow: 0 0 3px #9f9f9f; */
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 20px; */
}

.swiper-pagination-bullet-active {
    background-color: var(--theme);
}


.comment_box img {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ddd;
}


.comment_box p {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding: 10px;
    border-radius: 6px;
    background-color: #f3f3f3;
    margin-bottom: 0;
    font-weight: 400;
}

.comment_box p strong {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.comment_box small {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 10px;
}

.comment_typearea {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    position: relative;
    margin-top: .625rem;
}

.comment_typearea textarea {
    height: 2.5rem;
    width: 100%;
    border-radius: 1.25rem;
    padding: 0.638rem 4.713rem 0.638rem 1.013rem;
    border: none;
    background-color: #F0F2F5;
    font-size: .8125rem;
    resize: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.comment_typearea textarea:focus-visible {
    outline: none !important;
}

.com_sub_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5rem;
    width: fit-content;
    padding: 0.638rem 1.013rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3125rem;
}

.com_sub_btn i {
    font-size: 1.25rem;
    color: #a8a9ab;
    cursor: pointer;
}

.com_sub_btn button {
    background-color: transparent;
    border: none;
    display: flex;
}

.com_sub_btn button i {
    color: var(--theme);
}

.comment_received {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: .625rem;
    margin-top: .625rem;
}

.comment_received h6 {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0;
}

.comment_received span {
    display: block;
    font-size: .75rem;
    color: #606770;
}

.comment_received p {
    color: #606770;
    font-size: .75rem;
    margin-bottom: 0;
}

.com_rec_footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: .3125rem;
    padding: .625rem 0 0;
}

.com_rec_footer .likeUnlike label i {
    font-size: 1.2rem;
}

.com_rec_footer .members_list img {
    width: 20px;
    margin: 0 -5px;
}

.com_rec_footer .like_count span {
    font-size: .6875rem;
    color: #888;
}

.reply_btn {
    border: none;
    background-color: transparent;
    color: #606770;
    font-size: .75rem;
}

.post_discretion {
    padding: 13px 0px;
}

.post_discretion p {
    font-size: 15px;
    letter-spacing: 0.26px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.tag_spans {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: .75rem;
}

.tag_span {
    padding: 5px 10px;
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.5);
    font-size: .6875rem;
    letter-spacing: 0.22px;
    font-weight: 500;
    border-radius: 3.125rem;
}

/* \ post boxs */


/* upcoming_events */
.upcoming_events h3 {
    font-size: 1.1875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.event_list_card {
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: .9375rem;
}

.elc_head {
    background-color: var(--elcbg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 5.6219rem;
    border-radius: 8px;
    min-width: 5.6219rem;
    min-height: 5.625rem;
}

.elc_head h6 {
    font-size: 16px;
    letter-spacing: 0.38px;
    font-weight: 700;
    margin-bottom: 0;
}

.elc_body {
    width: 100%;
}

.elc_body small {
    font-size: .825rem;
    letter-spacing: 0.18px;
    color: #929292;
    line-height: 16px;
}

.elc_body h5 {
    font-size: 1.1875rem;
    letter-spacing: 0.38px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}

.elc_body p {
    font-size: .875rem;
    letter-spacing: 0.28px;
    color: #929292;
    line-height: 18px;
    margin-bottom: 0;
}


/* \ upcoming_events */

/* events elements style */
.event_time .elc_head h6 span {
    font-size: 42px;
}

.event_time .dropdown.post_drop {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #e6e6e6;
    border-radius: 50%;
    padding: 2px;
    color: #444 !important;
}

.fillter_btn {
    color: var(--theme);
    text-decoration: underline;
    font-size: .875rem;
    letter-spacing: 0.28px;
    line-height: 16px;
    border: none;
    background-color: transparent;
}

.eve_box {
    box-shadow: 0px 1px 4px #dbdbdb;
    border-radius: 1.5rem;
    padding: 15px;
    position: relative;
    margin-top: 60px;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: .9375rem;
}

.top_span_shap {
    position: absolute;
    background: url('../images/Path11.png') no-repeat top / 100% 100%;
    display: inline-block;
    padding: .5rem 2.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    bottom: calc(100% - 22px);
    left: 0;
    z-index: -1;
}

.eve_img {
    max-width: 6.4375rem;
    width: 100%;
    height: 6.4375rem;
    border: 1px solid #E4E6EB;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eve_img img {
    width: 60%;
}

.eve_body {
    width: 100%;
}

.eve_body h3 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    margin-bottom: .375rem;
}

.eve_body h3 small {
    font-size: .825rem;
    letter-spacing: 0.2px;
    color: #A1A1A1;
}

.eve_body h6 {
    font-size: .875rem;
    letter-spacing: .0175rem;
    color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .625rem;
    margin-bottom: .0625rem;
}

.eve_body p {
    font-size: .8125rem;
    letter-spacing: 0.26px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.eve_body i {
    display: flex;
    font-size: 20px;
    color: var(--theme);
}

/* \ events elements style */


/* create Post */
.creat_post h3 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .03rem;
    margin-bottom: .9375rem;
    text-align: center;
}


.sm_img {
    border: 1px solid #CECECE;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1/1;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.sm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload_imgs i {
    font-size: 30px;
    color: #000000;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.upload_imgs.up_img i {
    font-size: 16px;
}

.upload_imgs label img {
    opacity: 0.5;
}

/* \ create Post */

/* edit profile */
.edti_pro_card {
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    padding: 3rem;
}

/* \ edit profile */


/* profile element style */
.e_pro_imgs {
    width: 100%;
}

.e_pro_imgs img {
    width: 100%;
    border-radius: .9375rem;
    object-fit: cover;
    opacity: 0.4;
    aspect-ratio: var(--apratio);
    transition: all 0.2s ease-in-out;
}

.e_pro_imgs img:hover {
    opacity: 1;
}

.profile_box {
    box-shadow: 0px 0px 3px #00000033;
    border-radius: 8px;
    padding: 2rem 3rem;
    background: #fff;
}

.pro_deltail {
    padding-bottom: .9375rem;
    border-bottom: 1px solid #dde1e5;
    width: calc(100% - 10px);
    margin-bottom: 1.25rem;
}

.pro_deltail small {
    font-size: .875rem;
    letter-spacing: 0.28px;
    line-height: 2.375rem;
    color: rgba(0, 0, 0, 0.5);
}

.pro_deltail p {
    font-size: 1.125rem;
    letter-spacing: 0.36px;
    line-height: 25px;
    margin-bottom: 0;
    color: #1D1F23;
}

/* \ profile element style */


/* supports */
.sup_info_card {
    box-shadow: 0px 3px 6px #0000001F;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    min-height: 6.375rem;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}


.sup_info_card p {
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 0;
}

.sup_info_card span {
    font-size: 12px;
    color: #858585;
}

.ico_sup {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: var(--theme);
    font-size: 1.75rem;
}

/* \ supports */

/* Message Board */
.mess_board_card {
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    padding: 1.25rem;
}

.mbc_img {
    width: 100%;
    position: relative;
}

.mbc_img img {
    width: 100%;
    border-radius: .5rem;
    height: 250px;
    object-fit: cover;
}

.mess_board_card h3 {
    font-size: 1.5rem;
    margin: .8125rem 0;
}

.mess_board_card small {
    font-size: .875rem;
    color: #AEAEAE;
    font-weight: 500;
    display: inline-block;
}

.mess_board_card p {
    font-size: 1rem;
    color: #AEAEAE;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

/* \ Message Board */

/* Groups  */
.grou_card {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 1.25rem;
}

.green_btn {
    border-radius: 5px;
    padding: 5px 8px;
    color: #fff;
    background-color: var(--theme);
    font-size: .9375rem;
    letter-spacing: 0.3px;
    border: none;
    text-decoration: none;
}

.gro_head {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .75rem;
}

.gro_head span {
    background-color: #E9F0FF;
    color: #406BD1;
    padding: 3px 8px;
    font-size: .6875rem;
    letter-spacing: 0.22px;
    border-radius: 50px;
}

.gro_head .post_drop {
    margin-top: -10px;
    margin-left: auto;
}

.grou_card h6 {
    font-size: .9375rem;
    color: #9A9A9A;
    letter-spacing: 0.3px;
    margin: .75rem 0;
}

.grou_card small {
    font-size: .6875rem;
    color: #C8C8C8;
    letter-spacing: 0.22px;
    display: inline-block;
    margin-bottom: .9375rem;
}

.grou_card p {
    font-size: .75rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 17px;
}

.day_message .gd_dorp {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 30px;
}

/* \ Groups  */

/* delete modal */

.modal-content {
    border-radius: 20px;
    border: none;
}

.delete_modal {
    text-align: center;
}

.delete_modal i {
    font-size: 70px;
    color: #FF0000;
    display: inline-block;
    margin-bottom: .75rem;
}


.delete_modal h4 {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
    font-weight: 500;
}

.delete_modal p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #AEAEAE;
}

/* \ delete modal */

/* verify modal */
.verify_input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .625rem;

}

.verify_input input {
    border: 1px solid #CECECE;
    border-radius: 10px;
    width: calc(100% - 4 - 10px);
    text-align: center;
}

/* \ verify modal */

/* Received Requests  */
.rr_box {
    border: 1px solid #dfdfdf;
    border-radius: .5rem;
    padding: .8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    background: #fff;
}

.rr_img {
    max-width: 60px;
    width: 100%;
    aspect-ratio: 1/1;
}

.rr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
}

.rr_body h4 {
    font-size: 1rem;
    letter-spacing: 0.32px;
    color: #1D1D1D;
    margin-bottom: 0;
}

.rr_body p {
    font-size: .75rem;
    letter-spacing: 0.24px;
    line-height: 14px;
    color: #C1C1C1;
    margin-bottom: 0;
}

.rr_foot {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: .3125rem;
}

.re_ac_btn {
    border-radius: 7px;
    background-color: #EBEBEB;
    padding: 8px 12px;
    font-size: 13px;
    display: inline-block;
    border: none;
    text-decoration: none;
    letter-spacing: 0.26px;
    min-width: 81px;
    color: var(--theme);
    font-weight: 500;
}

.rr_foot span {
    color: #FF0C0C;
    font-size: 0.8rem;
    letter-spacing: 0.32px;
    white-space: nowrap;
}

.btn-check+.btn {
    font-size: 0.775rem !important;
    letter-spacing: .0175rem !important;
}

.btn-check:checked+.btn-outline-info {
    background-color: #89d3df !important;
    color: #fff;
}

.btn-check:not(:checked)+.btn {
    border-color: #CECECE !important;
    color: #BEBEBE !important;
}

/* \ Received Requests  */

/* select Categories */
.sel_cat_box {
    background-color: #F5F5F5;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .625rem;
    min-height: 8.125rem;
    font-size: 1.0625rem;
    letter-spacing: 0.34px;
    color: #BEBEBE;
    text-align: center;
    cursor: pointer;
}

input:checked+.sel_cat_box {
    background-color: var(--theme);
    color: #fff;
}

.sel_cat_box p{
    word-break: break-word;
    padding: 0 3px;
}

.sel_cat_box i {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

.sel_cat_box i img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.categ_link img {
    width: 35px;
    border-radius: 2px;
}

/* \ select Categories */

/* footer */
footer {
    background-color: #fff;
    padding: 25px 30px;
    margin-top: auto;
}

.footer_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .9375rem;
    list-style-type: none;
    color: rgba(0, 0, 0, 0.5);
}

.footer_ul a,
.footer_ul li {
    color: rgba(0, 0, 0, 0.5);
    font-size: .8125rem;
    text-decoration: none;
    letter-spacing: .0163rem;
}

.footer_ul i {
    font-size: .625rem;
    display: flex;

}

/* \ footer */

.iti__country-list--,
.iti__country-list {
    width: 280px;
    border-radius: 10px;
}

.iti__country {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* pages tabs */
.page_tabs {
    background-color: #ECECEC;
    border-radius: 10px;
    width: 100%;
}

.page_tab_link {
    width: 95%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.625rem;
    color: rgba(0, 0, 0, 0.2);
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .0163rem;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

.page_tab_link.active_tab {
    background-color: var(--theme);
    color: #fff;
}

/* \ pages tabs */

.postarrow{
    position: absolute;
    z-index: 3;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.postarrow.postarrowleft{
    left: 10px;
}

.swiper-button-disabled{
    cursor: no-drop;
}

.uptoscrool400{
    max-height: 280px;
    overflow-y: auto;   
}

/* loader section css */

.loader_back{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000008f;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.loader_section {
    font-size: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
  }
  @keyframes mulShdSpin {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
  }

/* loader section css */

.follow_btn {
    padding: 1px 11px;
    border: 1px solid var(--theme);
    color:  var(--theme);
    font-size: 10px;
    border-radius: 60px;
    font-weight: 600;
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
    /* margin-left: 40px; */
}


@media (max-width:1399.98px) {
    .side_img {
        width: 100%;
    }
}

@media (max-width:1199.98) {
    main.main {
        padding: 1.5rem .125rem;
    }

}

@media (max-width:991.98px) {
    .position_lg_sticky {
        position: static;
    }

    .log_side {
        height: auto;
    }

    .searchForm {
        justify-content: center;
    }

    nav.navbar {
        background-color: var(--theme);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        border-radius: 0;
    }

    .user_drop_btn i {
        color: #fff;
    }

    main.main {
        padding: 7.5rem 3.125rem 1.5rem;
    }

    .searchForm {
        transform: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: #fff;
        left: 0;
        padding: 0px 10px;
        border-radius: 0 0px 10px 10px;
        box-shadow: 0 4px 8px #0000004a;
        z-index: 10;
        width: 100%;
    }
}

@media (max-width:767.98px) {
    .user_drop_btn span {
        display: none;
    }

    .searchForm {
        flex-direction: column;
        align-items: stretch;
    }

    .nav_search {
        width: 100%;
        max-width: 100%;
    }

    .adv_search {
        max-width: 100%;
    }

    main.main {
        padding: 6rem 0.625rem 0.625rem;
    }

    .contact_card img {
        max-width: 35px;
    }

    nav.navbar {
        padding: 0 0.188rem;
    }

    nav .navbar-brand img {
        width: 6.125rem;
    }

    .sidebar_body {
        padding: 10px;
    }

    .post_img img {
        aspect-ratio: 1/0.8;
        border-radius: 1rem;
    }
    .post_img img, .post_img video{

        height: 190px !important;
    }

    .post_circle_sm_img {
        max-width: 34px;
        height: 34px;
    }

    .like_area span span {
        /* display: none; */
    }

    .profile_links_card,
    .profile_right_box {
        padding: 30px 10px;
    }

    .page_tab_link {
        width: calc(100% - 10px);
        margin: 5px auto;
    }

    .profile_box {
        box-shadow: none;
        padding: 0;
    }

    .theme_btn {
        padding: 0 1.375rem;
        font-size: 0.9rem;
    }

    .sidebar_header {
        padding: 1.8rem 1.813rem 7rem;
        text-align: center;
    }
}

@media (max-width:575.98px) {

    .footer_ul a,
    .footer_ul li {
        font-size: 0.625rem;
    }

    .footer_ul {
        gap: 0.438rem;
    }

    .footer_ul i {
        font-size: 0.425rem;
    }

    .notify_dorp .dropdown-menu {
        width: 95vw;
        max-width: 309px;
        right: calc(-10%);
    }
}