.nav.nav-tabs.about-btn, .timeline-btn {border-bottom: 0 none;display: inline-block;width: 72%;}
.nav.nav-tabs.about-btn > li, .timeline-btn > li {margin-right: 5px;display: inline-block;margin-bottom: -1px;}
.nav.nav-tabs.about-btn > li a.active, .timeline-btn > li a.active {background: #088dcd none repeat scroll 0 0;color: #fff;border-radius: 5px;font-size: 14px;padding: 7px 10px;display: inline-block;border-bottom: 0px !important;}
.nav.nav-tabs.about-btn > li a, .timeline-btn > li a {background: #f8f8f8 none repeat scroll 0 0;border-radius: 5px;color: #088dcd;font-size: 14px;padding: 7px 10px;display: inline-block;border:1px solid #e1e1e1;}

.btn-create-event {position: fixed; bottom: 20px; right: 20px; z-index: 1000;}
.btn-create-event a {background:#6E03A2; width: 50px; height: 50px; color: #ffffff; border-radius: 50%;line-height: 50px;text-align: center;display: inline-block;position: relative;transition: all .25s ease-in;}
.btn-create-event a span {display: none1; transition: all .25s ease-in;position: absolute; right: 0px; background:#6E03A2; height: 50px; border-radius: 12px; color: #fff; width: 18px; z-index: -1;opacity: 0;}
.btn-create-event a:hover span {display: block;transition: all .25s ease-in; right: 18px; width: 180px;opacity: 1;}
.input-group-append {cursor: pointer;}

.form-control {line-height: 25px;height: 38px;font-size: 14px;display: inline-block;border: 2px #eee solid;}

/*--- setting page --*/
.seting-mode {display: inline-block;margin-top: 20px;width: 100%;}
.seting-mode > label {float: right;}
.seting-mode > i {color: #92929e;font-size: 16px;margin-right: 8px;vertical-align: middle;}
/*--- Simple HTML/CSS switch ---*/


/* Select 2 css */
.select2-container { min-width: 100%; } 
.select2-results__option { padding-right: 20px; vertical-align: middle; } 
.select2-results__option:before { content: ""; display: inline-block; position: relative; height: 20px; width: 20px; border: 2px solid #e9e9e9; border-radius: 4px; background-color: #fff; margin-right: 20px; vertical-align: middle; } 
.select2-results__option[aria-selected=true]:before { font-family:fontAwesome; content: "\f00c"; color: #fff; background-color: #f77750; border: 0; display: inline-block; padding-left: 3px; } 
.select2-container--default .select2-results__option[aria-selected=true] { background-color: #fff; } 
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #eaeaeb; color: #272727; } 
.select2-container--default .select2-selection--multiple { margin-bottom: 10px; border:2px #eee solid !important;} 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-radius: 4px; } 
.select2-container--default.select2-container--focus .select2-selection--multiple { border-color: #f77750; border-width: 2px; } 
.select2-container--default .select2-selection--multiple { border-width: 2px; } 
.select2-container--open .select2-dropdown--below { border-radius: 6px; box-shadow: 0 0 10px rgba(0,0,0,0.5); z-index: 10000;} 
.select2-selection .select2-selection--multiple:after { content: 'hhghgh'; } /* select with icons badges single*/ 
.select-icon .select2-selection__placeholder .badge { display: none; } 
.select-icon .placeholder { display: none; } 
.select-icon .select2-results__option:before, .select-icon .select2-results__option[aria-selected=true]:before { display: none !important; /* content: "" !important; */ } 
.select-icon  .select2-search--dropdown { display: none; }

/*--- setting page --*/
.seting-mode {display: inline-block;margin-top: 20px;width: 100%;}
.seting-mode > label {float: right;}
.seting-mode > i {color: #92929e;font-size: 16px;margin-right: 8px;vertical-align: middle;}
/*--- Simple HTML/CSS switch ---*/
.switch {display: inline-block;position: relative;width: 45px;height: 20px;border-radius: 20px;background: #dfd9ea;transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;cursor: pointer;}
.switch::before {content: '';position: absolute;top: 1px;left: 2px;width: 17px;height: 17px;background: #fafafa !important;transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    border: 0 !important;border-radius: 100% !important;}
.switch:active::before {box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);}
input:checked + .switch {background: #72da67;}
input:checked + .switch::before {left: 27px;background: #fff !important;}
input:checked + .switch:active::before {box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);}

#privacy p { color: #7d7e9e; font-size: 14px; line-height: 24px; font-family: 'Roboto', sans-serif; margin-top: 10px; font-weight: 300; }
.seting-mode > span {font-weight: 500;}

.card-body {position: relative;}
.emoji-wrap {bottom: 40px !important;}

.custom-card {position: relative;margin-top: 30px !important;}
.custom-card .form-group {position: relative;}
.custom-card .form-group button {position: absolute; right: 0px; top:8px; background: none;border:0px;}
.custom-card .form-group button i {color:#fff;font-size: 20px;padding: 9px;border-radius: 0px 3px 3px 0px;}

.comment {position: relative; border-bottom: 1px solid #e1e1e1; padding: 10px 0px;}
.card .comment:last-child {border-bottom: 0px;}

.comment_readonly button {display: none;}
.x_editable_textarea {outline: none;border: none; background: none !important;}
.x_editable_textarea:focus {box-shadow: none !important;}
textarea {resize: none;}

.custom_status_stories {padding-right: 0px !important;}
.custom_status_stories  .modal-dialog {max-width: 100%;margin: 0px;}
.custom_status_stories  .modal-dialog .modal-content {height: 100vh;border-radius: 0px;}
.custom_status_stories  .modal-dialog .modal-content .modal-body {padding: 0px;}
.custom_status_stories  .modal-dialog .modal-content .modal-body .close {position: absolute; right: 20px;top: 20px;background: #fff;border-radius: 13px;width: 26px; height: 26px;text-align: center;line-height: 13px;}

.post-new {display: inline-block;padding-top: 20px;width: 100%;} 
.post-newmeta {display: inline-block;width: 100%;padding-right: 12px;position: relative;}
.post-categoroes {display: inline-block;list-style: outside none none;margin-bottom: 15px;padding-left: 0;width: 100%;}
.post-categoroes > li {background: #f3f5f5 none repeat scroll 0 0;border-radius: 20px;color: #787d98;cursor: pointer;display: inline-block;font-size: 13px;margin-bottom: 8px;padding: 5px 15px;width: 49%;}
.post-categoroes > div {background: #f3f5f5 none repeat scroll 0 0;border-radius: 20px;color: #787d98;cursor: pointer;display: inline-block;font-size: 13px;margin-bottom: 8px;padding: 5px 15px;width: 49%;}
.post-categoroes > div i {color: #b8bdd8;margin-right: 3px;}
.selected-feeling {padding: unset !important; border: unset !important; background: unset !important; display: unset !important;}
.feeling-selector {font-family: unset !important;} 
.post-categoroes > li i {color: #b8bdd8;margin-right: 3px;}
.thumbnails {overflow: scroll;overflow-x: scroll;overflow-x: hidden;max-height: 200px;position: relative;margin-top: 15px;margin-left: 15px;}
.dropzone {border: 1px dashed rgba(0, 0, 0, 0.2);border-radius: 10px;padding: 10px;min-height: 150px;background: #fff;}  
.post-new .c-form textarea, .post-new .c-form input {border: 1px solid #eaeaea;border-radius: 7px;color: #535165;font-size: 13px;margin-bottom: 20px;padding: 12px 20px;width: 100%;}/ background: #fff none repeat scroll 0 0; /wheretopost {position: relative;}
.wheretopost input {padding: 10px !important; width: unset !important;}
.wheretopost label {padding-left: 10px !important;}
.c-form {display: inline-block;position: relative;width: 100%;}
//.post-new .c-form textarea, .post-new .c-form input {background: #fff none repeat scroll 0 0;border: 1px solid #eaeaea;border-radius: 7px;color: #535165;font-size: 13px;margin-bottom: 20px;padding: 12px 20px;width: 100%;}
.c-form .main-btn {border-radius: 5px;padding: 6px;width: 100%;margin-bottom: 20px;}  
.c-form textarea, .post-new .c-form input {background: #fff none repeat scroll 0 0;border: 1px solid #eaeaea;border-radius: 7px;color: #535165;font-size: 13px;margin-bottom: 20px;padding: 12px 20px;width: 100%;}
.select-box {float: right;font-size: 13px;margin-top: 30px;position: relative;vertical-align: middle;width: 45%;}
.main-btn {color: #fff !important;border-color: #0065F5;background: #0065F5;}
.post-new .c-form .main-btn {border-radius: 5px;padding: 6px;width: 100%;margin-bottom: 20px;}  
.compose-option {position: relative;}    
.compose-option span { display: block; padding: 0 8px;} 
.compose-option input {    position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; cursor: pointer;}

.thumbnails {overflow: scroll;overflow-x: hidden;max-height:200px;position: relative;margin-top: 15px;margin-left: 15px;}
.thumbnails .thumbs-img {width:100%;max-width: calc(25% - 10px);height: 130px;object-fit: cover;background: #fff;overflow:hidden;border-radius:10px;border:1px solid #bfbfbf;position: relative;display: inline-block;}
.thumbnails .thumbs-img .thumbActions {position: absolute;right:5px;top:5px;}
.thumbnails .thumbs-img img {object-fit: cover;width:120px;height: 130px;}
.thumbnails .thumbs-img .thumbActions .tb-trash {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-img .thumbActions .tb-edit {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-img .thumbActions .tb-delete {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-img .thumbActions .tb-trash:hover, .thumbnails .thumbs-img .thumbActions .tb-delete:hover, .thumbnails .thumbs-img .thumbActions .tb-edit:hover {background: rgba(255,255,255,1);}
.btn-post {color:#fff;background: #30A7A7;border-color: #30A7A7;padding-left:30px;padding-right:30px;}
.btn-post:hover {color:#fff;background: #30A7A7;border-color: #30A7A7;}

.thumbnails .thumbs-video {width:100%;max-width: calc(25% - 10px);height: 130px;object-fit: cover;background: #fff;overflow:hidden;border-radius:10px;border:1px solid #bfbfbf;position: relative;display: inline-block;}
.thumbnails .thumbs-video video {width: auto;height: 100%;}
.thumbnails .thumbs-video .thumbActions {position: absolute;right:5px;top:5px;}
.thumbnails .thumbs-video .thumbActions .tb-trash {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-video .thumbActions .tb-edit {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-video .thumbActions .tb-delete {background: rgba(255,255,255,.6);width:20px;height:20px;border-radius:20px;line-height: 20px;margin-left: 5px;color:#000;text-align: center;display: inline-block;font-size: 12px;}
.thumbnails .thumbs-video .thumbActions .tb-trash:hover, .thumbnails .thumbs-video .thumbActions .tb-delete:hover, .thumbnails .thumbs-video .thumbActions .tb-edit:hover {background: rgba(255,255,255,1);}

.new-comment span button {background: transparent none repeat scroll 0 0;border: 0 none;cursor: pointer;position: absolute;right: 5px;top: 17px;}
.new-comment span button i {color: #92929e;font-size: 20px;transform: rotate(90deg);}

.comment_readonly button {display: none;}

.x_editable_textarea {outline: none;border: none; background: none !important;}
.x_editable_textarea:focus {box-shadow: none !important;}

.popup-back {position: relative;font-size: 15px;}
.popup-back:before {background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;border-radius: 100%;content: "";height: 30px;left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%) scale(1);transition: all 0.2s linear 0s;width: 30px;}

.custom-popup-head {position:relative;}
.custom-popup-head .btn-checkin {position: absolute; right: 0px;top:-10px;}

.popup-head {display: flex;flex-shrink: 0;align-items: center;justify-content: space-between;padding: 1rem 1rem;border-bottom: 1px solid #e1e1f0;border-top-left-radius: calc(.3rem - 1px);border-top-right-radius: calc(.3rem - 1px);position: relative;text-align: center;}
.popup-head .popup-back {position: absolute;left: 0px;}

#table-scroll a {color: #000;}

//.card-body .owl-carousel .owl-item img {min-height: 400px; object-fit: cover;}
//.card-body .owl-carousel .owl-item .item {overflow: hidden; max-height: 400px;}
.post-edit .owl-carousel .owl-item img {min-height: 400px; object-fit: cover;}
.post-edit .owl-carousel .owl-item .item {overflow: hidden; max-height: 400px;}
.featured-stories-img-size .owl-carousel .owl-item img {min-height: unset;}

.aud-vid {position: relative;}
.aud-vid:before {content:'';display: block;padding-top:400px;}
.audio-player {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}

.search-form-2 button {position: absolute;top: 15px;right: 15px;color: #999;width: 16px;height: 16px;background: none;border: none;cursor:pointer;}
.search-form-2 button i {position: relative;top:-3px;left: 0px;}
.avatar .friends_pic {width: 60px; height: 60px; object-fit: cover;}
.dropdown-menu .card-body {cursor: pointer;}

/* .display-img {max-width: 100%;min-height: 550px;object-fit: cover;} */
.display-img {width: 100%; min-height: 250px; object-fit: cover; border-radius: 7px;}

.group-feed {display: inline-block;width: 100%;position: relative;}
.group-avatar {display: inline-block;position: relative;width: 100%;}
.group-avatar > img {border-radius: 10px;display: inline-block;width: 100%}
.group-avatar > a {background: #fff none repeat scroll 0 0;border-radius: 20px;bottom: 20px;font-size: 13px;padding: 6px 18px;position: absolute;right: 20px;}
.group-avatar > a > i {color: green;margin-right: 5px;}
.group-dp {bottom: 25px;display: inline-block;left: 25px;margin: 0;position: absolute;}
.group-dp > img {border: 3px solid #fff;border-radius: 100%;max-width: 135px;}
.grp-info {display: inline-block;padding: 16px 5px;position: relative;width: 100%;}
.grp-info.about > h4 {display: inline-block;width: auto;font-size: 22px;font-weight: 500;margin-bottom: 20px;vertical-align: middle;}
.grp-info > h4 > span {color: #088dcd;display: block;font-size: 11px;}
.grp-info > ul.joined-info {float: right;margin-top: 10px;list-style: outside none none;margin: 0;padding: 0;}
.grp-info > ul > li {color: #92929e;display: inline-block;font-size: 13px;margin-right: 20px;vertical-align: middle;}
.grp-info > ul > li > span {color: #1f273f;font-weight: 500;}
.custom-cover-icon {position: absolute;right: 20px !important;top: 20px !important;bottom: unset !important;background: #fff;border-radius: 15px;box-sizing: border-box;padding: 5px 10px;font-size: 12px;}
.custom-cover-icon #cover_image {opacity: 0;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;width: 127px;height: 27px;cursor: pointer;}
.edit-profile-pic {position: absolute;right: -5px !important;top: 20px !important;bottom: unset !important;background: #fff;border-radius: 15px;box-sizing: border-box;padding: 7px 10px;font-size: 12px;}
.edit-profile-pic #image {opacity: 0;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;width: 32px;height: 32px;cursor: pointer;}

.evant-profile {font-size: 12px;line-height: 16px;display: inline-block;float: left;}
.evant-profile .eventby {white-space: nowrap;width: 100px;overflow: hidden;text-overflow: ellipsis;margin-bottom: -4px;display: inline-block;position: relative;}
.evant-profile .handlename {display: block;white-space: nowrap;width: 120px;overflow: hidden;text-overflow: ellipsis;margin-bottom: -4px;position: relative;}
.event-img {height: 200px;object-fit: cover;}
.event-by-img {width: 75px !important;height: 75px;object-fit: cover;}

.switch-account {}
.switch-account img {max-width:40px;}
.switch-account a {color:#000;font-size:13px:}
.switch-account .d-flex {margin-bottom:7px;padding-bottom:7px;border-bottom:1px solid #e1e1e1;}
.login-box a {color:#000;}

.ctm-settings-tabs .nav-item {min-width: 120px;text-align: center;}
.ctm-settings-tabs .nav-item i {margin-right: unset !important;margin-bottom: 7px;}

.add-new-stry .avatar img {width: 50px !important; height: 50px !important;}

/* For group page only  */
.fb-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.fb-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fb-header img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.fb-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.fb-profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fb-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fb-fb-profile-info {
    font-size: 14px;
}

.fb-form-group {
    margin-bottom: 20px;
}

.fb-form-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.fb-form-select,
.fb-form-control {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.fb-invite-friends {
    margin-bottom: 20px;
}

.fb-friend-tag {
    background-color: #e4e6eb;
    border-radius: 16px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    margin: 5px;
    position: relative;
}

.fb-friend-tag img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.fb-friend-tag .fb-remove-btn {
    background: none;
    border: none;
    color: #606770;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.fb-create-button {
    width: 100%;
    background-color: #1877f2;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px;
    border-radius: 8px;
}

.fb-create-button:hover {
    background-color: #155ab8;
}

.cover_photo {height: 350px;  width: 100%;  object-fit: cover;}

@media screen and (max-width: 480px)
{
    .post-newmeta {padding-right: 0;width: 100%;}
    .post-new .c-form {margin-top: 15px;padding-left: 0;width: 100%;}
}
@media (max-width: 991.98px)
{
    /*.nav-header {position: unset !important;}*/
}

.earntable {width: 100%;border-collapse: collapse;margin: 20px 0;background-color: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        }
.earntable th, .earntable td {
            padding: 16px;
            text-align: left;
            color: #4b5c6b;
            font-size: 13px;
        }
.earntable th {
            background-color: #f9fbfd;
            font-weight: 600;
            color: #6c757d;
        }
.earntable td {
            border-top: 1px solid #f0f0f0;
        }
.earntable tr:nth-child(even) {
            background-color: #f9fbfd;
        }
.earntable tr:hover {
            background-color: #f1f5fb;
        }
.earntable th, .earntable td {
            text-align: center;
        }

.w45 {width: 45px !important; height: 45px !important;}
.evant-profile {font-size: 12px;line-height: 16px;display: inline-block;float: left;}     
.evant-profile .eventby {white-space: nowrap;width: 100px;overflow: hidden;text-overflow: ellipsis;margin-bottom: -4px;display: inline-block;positionrelative;}   
.evant-profile .handlename {display: block;white-space: nowrap;width: 120px;overflow: hidden;text-overflow: ellipsis;margin-bottom: -4px;positionrelative;}

.sponsored-ads {border: 1px solid #ddd;}
.sponsored-item img {object-fit: cover;border-radius: 5px;}
.sponsored-item p {margin: 5px 0 0 0 !important;}

.ads-table {width: 100%;border-collapse: collapse;margin: 20px 0;background-color: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rg(0, 0, 0, 0.05);}
.ads-table th, .earntable td { padding: 5px; text-align: left; color: #4b5c6b; font-size: 13px;}
.ads-table th { background-color: #f9fbfd; font-weight: 600; color: #6c757d;}
.ads-table td {border-top: 1px solid #f0f0f0;}
.ads-table tr:hover {background-color: #f1f5fb;}
.ads-table th, .ads-table td {text-align: center;}

.add-new-stry .avatar img {width: 50px; height: 50px;}
.card .card-body .avatar img {width: 50px; height: 50px;}
.card .card-body .avatar .w-100 {width: 100px; height: 100px;}
.createpostimg {width: 30px !important; height: 30px !important;}
.card .card-body h4 {text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.h250 img {width: 100%;}

.item .card .card-body .avatar img {width: 45px !important; height: 45px !important;}
.acnt_setting_avatar {width: 125px !important; height: 125px !important;}
.go_live_avatar {width: 75px !important; height: 75px !important;}
.select2-container .select2-results__option {padding:4px 10px; font-size: 13px;}
.select2-container .select2-results__option:before {margin-right: 10px;}
.select2-container--default .select2-selection--multiple {margin-bottom: 0;}
.form-select {border: 2px solid #eee;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {font-size: 13px;}
.select2-container .select2-search--inline .select2-search__field {margin-top: 0;}

#image-container {  position: relative;}
.tag {  position: absolute;  border: 1px solid black;  padding: 5px;  background-color: rgba(0, 0, 0, 0.7);  color: white;  font-size: 12px;}
.tag_list {  position: absolute;  border: 1px solid black;  padding: 5px;  background-color: rgba(0, 0, 0, 0.7);  color: white;  font-size: 12px;  display: none; /* Initially hide the tags */}
.image-container:hover .tag_list {  display: block;}
.tag-input {  border: none;  background: transparent;  color: white;}
.tag-buttons {  display: none;}
.tag:hover .tag-buttons {  display: block;}

.friends_pic {width: 65px !important; height: 65px !important;}

#reportsmodal .modal-body {background: aliceblue;}
.reportstabs {
    display: flex;
}

.reportstab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-right: 5px;
}

#lineChart {width: 100% !important;}

.reportstab.active {
    background-color: #eee;
}
.chart-container { /* Style for both charts */
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    justify-content: space-around; /* Distribute charts evenly */
    width: 90%;
    margin: 20px auto;background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
}

canvas {
    width: 100%; /* Adjust as needed */
    height: 400px;
    margin-bottom: 20px; /* Add some spacing */
}

@media (max-width: 768px) { /* Responsive adjustments */
    canvas {
        width: 90%; /* Make charts full width on smaller screens */
    }
}


@media (max-width:768px) {
    .card-body #share_profile {margin-bottom: 10px; position: relative; left: -50%; margin-left: 180px;}
}

.avatar img {width: 45px; height: 45px; border-radius: 25px; object-fit: cover;}
.modal-body .post-edit .card-body {display: flex;}
.modal-body .post-edit .card-body h4 {font-size: 14px !important;color: #000; padding-left: 10px !important;}
.modal-body .post-edit .card-body h4 span {display: block; font-size: 13px;color: #666;}
.modal-body .post-edit .card-body p.fw-500.text-grey-500.lh-26.font-xssss.w-100 {padding: 10px !important;}
.ads-action {background-color: #f1f1f1;border-radius: 7px;padding: 10px;margin: 10px 0;}
.ads-action .d-flex {display: flex;    width: 100%;}
.ads-action .col-md-8 span:first-child {font-size: 11px;}
.ads-action .col-md-8 span {display: block; width: 100%; font-size: 14px;}
.ads-action .col-md-4 a {background: #673bb7;color: #fff;width: 100%;}

.likshare {width: 100%; margin-bottom: 10px;} 
