:root {
    --primary-color: #1787FF;
    --black: #000;
    --white: #fff;
    --lightGray: #595959;
    --charcoalGray: #555;
    --softGray: #F8F8F8;
    --lightBlue: #D3ECFF;
    --themeBlue: #1687FF;
    --lighBlue: #D3ECFF;
    --themeGreen: #1EC9B7;
    --themeRed: #DA1E28;
    --borderColor: #E5E5E5;
    --theme-font-family: "Roboto", sans-serif;
    --bg-body-color: #FCFBFC;
    --box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
    --bs-pagination-color: #696969
}

body {
    font-family: var(--theme-font-family);
    color: var(--black);
    font-size: 1rem;
    /* background-color: var(--bg-body-color); */
}

.pt-40 {
    padding-top: 40px !important;
}


.w-15 {
    width: 15%;
}

.w-85 {
    width: 85%;
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.color-lightGray {
    color: var(--lightGray);
}


#main_header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.menu-vertical .menu-inner>.menu-item .menu-link:hover {
    color: var(--black);
}

header .navbar-nav .navbar-dropdown>.dropdown-menu>li>.dropdown-item .avatar.avatar-online img {
    width: 40px;
    height: 40px;
}

header .navbar-nav .navbar-dropdown>.dropdown-menu>li>.dropdown-item {
    display: flex;
    gap: 10px;
}

header .navbar-nav .dropdown-user>.dropdown-menu>li>.dropdown-item img {
    width: 24px;
    height: 24px;
}


.search-box {
    max-width: 800px;
    width: 100%;
}


.searchBar .search {
    width: calc(100% - 120px);
}

.searchBar .input-group {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.searchBar .input-group select {
    color: #000;
    width: max-content;
    border: none;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #e5e5e5;
}

.searchBar .search {
    display: flex;
    gap: 10px;
    padding-right: 0px;
}

.searchBar .search button {
    background-color: transparent;
    border: none;
    padding: 0 15px;
    transition: .5s ease-in-out;
}

.searchBar .search button:hover {
    background-color: #eee;
}

.searchBar input.form-control {
    border: none;
    border-left: 1px solid #e5e5e5;
    border-radius: 0px 10px 10px 0px;
}

.searchBar input.form-control:focus-within {
    border-color: inherit;
}

header .navbar-nav .nav-item>.nav-link {
    transition: .5s ease-in-out;
    border-radius: 50%;
}

header .navbar-nav .nav-item:last-child>.nav-link:hover {
    background-color: transparent;
}

header .navbar-nav .nav-item>.nav-link:hover {
    background-color: #eee;
}

main {
    display: flex;
    width: 100%;
    justify-content: start;
    gap: 47px;
    padding: 0 1rem;
}

main aside .menu-inner {
    padding: 17px 8px 17px 12px;
}

.menu-vertical .menu-inner>.menu-item a .aside-menu-icon {
    position: relative;
    z-index: 1;
    width: 32px;
    display: flex;
    justify-content: center;
}

.menu-vertical .menu-inner>.menu-item.active a .aside-menu-icon:before {
    content: "";
    background-color: var(--lighBlue);
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

.overview-date select {
    width: 100%;
    min-width: 250px;
    padding-left: 40px;
    padding: 8px 40px 8px 40px;
    border: none;
    background-color: var(--softGray);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
    transition: .5s ease-in-out;
}

.overview-date select:hover {
    background-color: #eee;
}

.overview-date img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 20px;
}

.overview-stats .box {
    box-shadow: var(--box-shadow);
    width: calc(100% / 3 - 8px);
}

.comment-replies img {
    width: 18px;
    height: 18px;
}

.comment-replies p {
    font-weight: 500;
    line-height: 20px;
}

.ai-chart-card {
    height: 350px;
    background: var(--white);
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 25px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.chart-title {
    color: var(--black);
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 20px;
    animation: fadeInDown 0.5s ease;
}

.pr-2 {
    padding-right: .5rem;
}

.pl-2 {
    padding-left: .5rem;
}


.aside-footer {
    height: max-content;
    width: 15%;
    max-width: calc(15% - 14px);
    position: sticky;
    top: 97px;
    bottom: 0;
    left: 0;
}


.sorting label {
    min-width: max-content;
}

.sorting select {
    border: none;
    background-color: transparent;
    color: var(--black);
    padding-right: 40px;
    transition: .5s ease-in-out;
}

.sorting select:hover {
    /* box-shadow:0 0 0.25rem 0.05rem rgba(105, 108, 255, 0.1) */
    background-color: #eee;
}

.card-datatable .card .social-icon {
    position: absolute;
    top: 32px;
    right: 27px;
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.card-datatable .card .social-icon img {
    width: 20px;
    height: 20px;
}

.card-datatable .card .card-body {
    padding: 10px 15px 22px;
}

.card-datatable .card .card-body .notificaion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--lightGray);
    margin-bottom: 10px;
}

.card-datatable .card .card-body .notificaion p {
    margin-bottom: 0;
}

.card-datatable .card .card-body .notificaion .notify {
    display: flex;
    gap: 20px;
}

.card-datatable .card .card-body .notificaion .notify .comment {
    display: flex;
    align-items: center;
    gap: 7px;
}

.card-datatable .card .card-body .notificaion .notify .comment .comment-img {
    position: relative;
}

.card-datatable .card .card-body .notificaion .notify .comment .comment-img .notification-point {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--themeRed);
    border-radius: 50px;
    top: 2px;
    right: 0px;
}

.card-datatable .card .card-body .notificaion .notify .comment img {
    width: 18px;
    height: 18px;
}

.card-datatable .card .card-body .notificaion .notify .replies {
    display: flex;
    align-items: center;
    gap: 7px;
}

.card-datatable .card .card-body .notificaion .notify .replies img {
    width: 18px;
    height: 18px;
}

.card-datatable .card .card-body .card-text {
    margin: 10px 0;
    overflow: hidden;
    /* max-height: 115px; */
}

.card-datatable .card .card-body .card-text p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}

.card-datatable .card .card-body .card-text p.strong {
    font-weight: 500;
}

#paginationLinks .pagination {
    gap: 10px;
    align-items: center;
}

.page-item .page-link {
    background-color: transparent;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active>a:not(.page-link),
.pagination li.active>a:not(.page-link):hover,
.pagination li.active>a:not(.page-link):focus {
    border-color: #000000;
    background-color: #000000;
    box-shadow: none;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.page-link,
.page-link>a {
    color: var(--bs-pagination-color);
}

.list-view.card-datatable .card .social-icon {
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    height: 40px;
}

.list-view.card-datatable .card .social-icon img {
    width: 20px;
    height: 20px;
}

.list-view .card.d-flex {
    flex-direction: row;
    align-items: center;
}

/* .card.d-flex .card-img{
    position: relative;
} */

.list-view .card.d-flex>img {
    height: 250px;
    width: 30%;

}

.list-view .card.d-flex .card-img img,
.list-view .card.d-flex .card-img video {
    height: 100%;
    max-height: 300px;
}


img.card-img-top {
    height: 500px;
    object-fit: cover;
    transition: .5s ease-in-out;
    scale: 1;
}

.card-img {
    overflow: hidden;
}

.card:hover .card-img img {
    scale: 1.1;
}

video.card-img-top {
    height: 500px !important;
    object-fit: cover;
}

.list-view .card-img {
    width: 30%;
    height: 100%;
}

.list-view .card-body {
    width: 70%;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drop-content {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.375rem 0 rgb(0 0 0 / 12%) !important;
    width: 350px;
    display: none;
    transition: .5s ease-in-out;
    transform: translateY(0px);
}

.drop-content.active {
    display: block;
    transform: translateY(20px);
}

.form-control,
.form-select {
    border-radius: 10px;
    padding: 0.6rem 1rem;
}

.btn-group button {
    flex: 1;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 5px !important;
}

.export.dropdown .drop-content {
    padding: 0;
    width: 180px;
    overflow: hidden;
}

.export.dropdown .drop-content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.export.dropdown .drop-content ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition: .5s ease-in-out;
}

.export.dropdown .drop-content ul li:hover {
    background-color: #eee;
}

.export.dropdown .drop-content ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
}


.export.dropdown .drop-content ul li a img {
    width: 20px;
}

.heading-and-view .list-and-grid div img {
    opacity: .3;
    /* background-color: red; */
}

.heading-and-view .list-and-grid>div.active,
.heading-and-view .list-and-grid>div:hover {
    background-color: #eee;
}

.heading-and-view .list-and-grid>div {
    width: 30px;
    height: 30px;
    /* background: #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

.heading-and-view .list-and-grid>div img {
    width: 20px;
    height: 20px;
}


.heading-and-view .list-and-grid div.active img {
    opacity: 1;
}

.heading-and-view .filter,
.heading-and-view .export {
    width: 30px;
    height: 30px;
    /* background: #eee; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    box-sizing: border-box;
}

.heading-and-view .filter:hover,
.heading-and-view .export:hover {
    background: #eee;

}

/* #postsByPlatformChart .apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
    top: 0 !important;
    left: 78% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
} */



/* .card-text {
    min-height: 125px;
} */

.btn-primary {
    color: #fff !important;
    background-color: var(--black) !important;
    border-color: var(--black) !important;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white) !important;
    transform: none !important;
}

.btn-secondary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white) !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: var(--black) !important;
    border-color: var(--black) !important;
}

.card-datatable .card .btn-primary {
    width: 100%;
}

.primary-color {
    color: #004785 !important;
}

.secondary-color {
    color: #ed1c2e !important;
}

.btn-view-details {
    border: 1px solid #004785;
    color: #004785;
    font-size: 1rem;
    display: flex;
    width: max-content;
    gap: 5px;
    transition: .5s ease-in-out;
}

.btn-view-details:hover {
    background-color: #004785;
    color: #fff;
    border-color: #004785;
}

.chat .author {
    color: #004785 !important;
}

.chat-bubble .author {
    color: #fff !important;
}

.chat .comment-content .text-wrapper {
    color: #000;
}

.bg-reply {
    background: #004785 !important;
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

body {
    color: #000;
}

.user-img {
    width: 20px;
    height: 20px;
}


.chat-group {
    width: auto;
    max-width: 80%;
    background-color: #fff !important;
    position: relative;
    transition: all 0.2s ease;
    border: none !important;
}

.chat-group .comment-content {
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
}

.chat-group:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.text-muted {
    min-width: 100px;
    text-align: right;
}

.btn {
    white-space: nowrap;
}


.layout-navbar {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 0.125rem 0.375rem 0 rgba(161, 172, 184, 0.12) !important;

}


.comment-card {
    position: relative;
}

.badge.bg-success {
    background-color: #60af2b !important;
}


.insta-img {
    width: 15px;
}

.w-30 {
    width: 30%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-70 {
    width: 70%;
}

.post-details .post-card .card-header {
    padding: 0;
    position: relative;
}


.post-details .post-card .card-header video {
    border-radius: 10px 0 0 10px !important;
    height: calc(100vh - 121px) !important;
}

.post-details .post-card .card-header .back-icon-post {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    background: #646464;
    padding: 8px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: .5s ease-in-out;
}

.post-details .post-card .card-header .back-icon-post:hover {
    background-color: #322E2E;
}


.post-details .post-card .card-header .back-icon-post img {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}

.post-details .post-card .card-header .back-icon-post img:hover {
    opacity: .7;
}

.post-details .post-card .card-header .social-icon-post {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
}


.post-details .post-card .card-header .social-icon-post img {
    width: 100%;
    height: 100%;
}

.post-details .post-card .card-body {
    padding: 30px 16px 30px 25px;
    overflow-y: scroll;
    height: calc(100vh - 120px);
}


.post-details .post-card .card-body .post-content {
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    color: var(--charcoalGray);
}

.chat-container {

    margin-bottom: 35px;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.comment-header .username {
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    color: #000;
    margin-bottom: 5px;
}

.comment-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-body {
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 7px;
}

.comment-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
}

.comment-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.comment-footer .text-muted {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    min-width: auto;
}

.comment-footer .badge-status {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 26px;
    padding: 1px 10px !important;
    border-radius: 5px !important;
    display: flex;
    gap: 10px;

}

.comment-footer .badge-status.pending-reply {
    color: #A54B4C;
    background-color: #FFE4E4 !important;
}

.comment-footer .badge-status.responded {
    color: #187833;
    background-color: #C1EECE !important;
}

/* .comment-footer .show-replies{
    min-width: 120px;
} */

.comment-footer .show-replies h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    color: #000;
    padding: 0 10px;
    border-left: 1px solid #CBCBCB;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.comment-footer .show-replies h3:hover {
    /* color: #eee; */
    text-decoration: underline;
}


.comment-footer .show-replies .hide-reply {
    display: none;
}

.comment-footer .reply-btn {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 10px !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #060606;
    border: 1px solid #000;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.comment-footer .reply-btn:hover {
    background-color: #eee;
    border: 1px solid #eee;
}

.comment-footer .reply-btn img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.comment-footer .cancel-reply {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 26px;
    padding: 1px 10px !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #322E2E;
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
    display: none;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.comment-footer .cancel-reply:hover {
    background-color: #fff;
}


.comment-footer .cancel-reply img {
    width: 15px;
    height: 15px;
}

.all-replies {
    flex: 100%;
    padding: 11px 15px;
    border-radius: 5px;
    background: #D3ECFF;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    display: none;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 35px;
}

.modal {
    z-index: 9999;
}

.all-replies .message-reply {
    border-bottom: 1px solid #A3C6E7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.all-replies .message-reply:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.all-replies .comment-card {
    margin-bottom: 0;
}

.comment-footer .all-replies .reply-bubble .reply-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.reply-options {
    position: absolute;
    right: 15px;
    top: 0;
}

.reply-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.reply-options ul li {
    width: 28px;
    height: 28px;
    border-radius: 5px;
    background: rgba(33, 39, 42, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.reply-options ul li:hover {
    background-color: var(--black);

}

.reply-options ul li:hover img {
    filter: invert(100%);
}

.reply-options ul li.ai-reply-btn {
    background: rgba(23, 135, 255, 0.20);

}

.reply-options ul li.ai-reply-btn:hover {
    background-color: #1787FF;
}


.reply-options ul li.manual-reply-btn {
    background: rgba(0, 21, 255, 0.10);
}

.reply-options ul li.manual-reply-btn:hover {
    background-color: #0015FF
}

.comment-footer .all-replies .reply-bubble .reply-text {
    margin: 5px 0;
}

.comment-footer .all-replies .reply-bubble .reply-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.comment-footer .all-replies .reply-bubble .reply-time {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: var(--lightGray);
}

.reply-input-area {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: none
}

.reply-input-area .btns {
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
}

.reply-input-area .btns .btn {
    display: flex;
    gap: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
    padding: 5px 15px;
}

.reply-input-area .btns .btn img {
    width: 24px;
    height: 24px;
}

.reply-input-area textarea {
    min-height: 110px;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;

}


.btn-rounded {
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
}

.post-details .card-body .notificaion {
    display: flex;
    justify-content: start;
    gap: 30px;
    width: 100%;
    color: var(--lightGray);
    margin-bottom: 10px;
}

.post-details .card-body .notificaion p {
    margin-bottom: 0;
}

.post-details .card-body .notificaion .notify {
    display: flex;
    gap: 20px;
}


.post-details .card-body .notificaion .notify .comment {
    display: flex;
    align-items: center;
    gap: 7px;
}

.post-details .card-body .notificaion .notify .comment .comment-img {
    position: relative;
}

.post-details .card-body .notificaion .notify .comment .comment-img .notification-point {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--themeRed);
    border-radius: 50px;
    top: 2px;
    right: 0px;
}

.post-details .card-body .notificaion .notify .comment img {
    width: 18px;
    height: 18px;
}

.post-details .card-body .notificaion .notify .replies {
    display: flex;
    align-items: center;
    gap: 7px;
}

.post-details .card-body .notificaion .notify .replies img {
    width: 18px;
    height: 18px;
}

.detailed-comment {
    border: none;
    background-color: var(--softGray);
    display: inline;
    width: max-content;
    margin-bottom: 20px;
    padding-right: 35px;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    transition: .5s ease-in-out;
}

.detailed-comment:hover,
.detailed-comment:active,
.detailed-comment:focus,
.detailed-comment:focus-visible,
.detailed-comment:focus-within {
    box-shadow: 0px 0px 1px 2px #0000000f;
}

.social-details-layout {
    min-height: calc(100vh - 90px);
}

.social-details-layout .layout-page {
    height: calc(100vh - 90px);
    overflow: hidden;
}

.badge-status img {
    width: auto;
    height: auto;
    margin-right: 0;
}

.hashtag {
    color: var(--charcoalGray);
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.login {
    padding: 0;
}

.login .layout-page {
    width: 100%;
    max-width: 100%;

}

.login .layout-page .content-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    flex-direction: row;
}

.login .layout-page .content-wrapper .login_img {
    width: 35%;
    overflow: hidden;
}

.authentication-wrapper.authentication-basic .authentication-inner {
    max-width: 500px;
}


.login .authentication-wrapper {
    flex: 1;
    background: url(../img/login-bg.jpg);
    height: 100%;
    background-size: 100% 100%;

}

.login .layout-page .content-wrapper .login_img img {
    height: 100vh;
    ;
}

.light-style .authentication-wrapper.authentication-basic .authentication-inner:after,
.authentication-wrapper.authentication-basic .authentication-inner:before {
    display: none
}

@media (max-width: 576px) {
    .reply-input-area {
        flex-direction: column;
    }
}


@media(max-width:767px) {

    header {
        width: 100%;
    }

    header .layout-navbar a.w-15 {
        width: 120px;
    }

    header .layout-navbar a.w-15 img {
        width: 120px;
    }

    header .layout-navbar .w-85 {
        width: calc(100% - 120px);
    }

    header .search-box {
        max-width: max-content;
    }

    header .search-box a img {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }

    header .navbar-nav .dropdown-notifications a img {
        width: 18px;
        height: 18px
    }

    header .navbar-nav .style-switcher-toggle img {
        width: 18px;
        height: 18px;
    }

    header .navbar-nav .navbar-dropdown>.nav-link>.avatar {
        width: 28px;
        height: 28px;
    }

    header .navbar-nav .navbar-dropdown>.dropdown-item>.avatar.avatar-online {
        width: 40px;
        height: 40px;
    }

    .layout-menu-expanded aside {
        width: 50% !important;
    }

    main .aside-footer {
        width: 100%;
        max-width: calc(100% - 0px);
        position: absolute;
    }


    header .searchBar {
        position: absolute;
        left: 50%;
        top: 100%;
        width: 90%;
        transform: translateX(-50%) translateY(10px);
        transition: .5s ease-in-out;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 1px 2px #0000000d;
    }

    header .searchBar.d-none {
        transform: translateY(0px);
    }


    .menu-icon {
        width: 30px;
    }

    .layout-content-navbar .layout-page {
        max-width: 100%;
        flex-basis: 100%;
    }

    main .layout-page .content-wrapper .container-fluid {
        padding: 0;
    }

    .heading-and-view {
        flex-wrap: wrap;
    }

    .heading-and-view .d-flex.gap-4 {
        gap: 10px !important;
    }

    .heading-and-view .sorting select {
        padding-left: 10px;
    }



    img.card-img-top {
        height: 300px;
    }

    video.card-img-top {
        height: 500px;
    }

    .card-datatable .card .social-icon {
        top: 15px;
        right: 15px;
    }

    .list-view.card-datatable .card.d-flex>img {
        height: 220px;
        width: 30%;
    }

    .list-view.card-datatable .card .card-body .notificaion {
        flex-direction: column;
        gap: 5px;
    }

    .card-datatable.pb-100 {
        padding-bottom: 0 !important;
    }

    #paginationLinks .pagination {
        gap: 0;
    }

    .page-item .page-link span {
        display: none;
    }

    footer {

        text-align: center;
    }

    .drop-content {
        width: 100%;
        max-width: 300px;
        min-width: 240px;
    }



    .social-details-layout .layout-page {
        height: auto;
    }

    .post-details .post-card .card-header {
        width: 100%;
    }

    .post-details .post-card {
        flex-direction: column !important;
    }

    .post-details .post-card .card-header video {
        border-radius: 10px !important;
        height: 500px;
        object-fit: contain;
    }

    .post-details .post-card .card-body {
        height: 100%;
        width: 100%;
    }


    .overview-stats .box {
        box-shadow: var(--box-shadow);
        width: calc(100% / 1 - 0px);
    }

    .login .layout-page .content-wrapper{
        flex-direction: column;
    }

    .login .layout-page .content-wrapper .login_img{
        width: 100%;
    }

    .login .layout-page .content-wrapper .login_img img{
        width: 100%;
        height: 350px;
    }
    .authentication-wrapper{
        padding: 20px;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    header .layout-navbar .w-15 {
        width: 25%;
    }

    .layout-navbar.navbar-detached {
        width: 100% !important;
    }

    header .layout-navbar .w-85 {
        width: 75%;
    }

    header .layout-navbar .search-box {
        margin-right: 10px;
    }

    header .layout-navbar .layout-menu-toggle {
        padding-left: 10px;
    }

    header .layout-navbar .layout-menu-toggle .menu-icon {
        width: 30px;
    }

    .layout-content-navbar .layout-page {
        flex-basis: 100%;
        max-width: 100%;
    }

    main {
        padding: 0;
    }

    main .layout-page>.content-wrapper>.container-fluid {
        padding: 20px 20px 0 !important;
    }

    .aside-footer {
        height: max-content;
        width: 100%;
        max-width: calc(100% - 0px);
        position: absolute;

    }

    .layout-menu-expanded aside {
        width: 50% !important;
    }

    .layout-menu-100vh .layout-menu {
        width: 50%;
        top: 60px !important;
    }

    .card-datatable .card .social-icon {
        top: 15px;
        right: 15px;
    }
}

.list-view .card-body {
    width: 70%;
    min-height: 300px;
    justify-content: center !important;
}

.dataTables_length .form-select {
    min-width: 80px;
}

.table:not(.table-dark) th {
    background: #566a7f;
    color: #fff;
}
.comment-list .comment-card .comment-body{
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}