@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    opacity: 1;
    overflow-y: scroll;
    margin: 0;
}

/* Layout for admin dashboard skeleton */
body {
    background-color: var(--bg-color);
}

.mood-icon {
    color: var(--text-color);
}


.form-control{
    font-size: .9rem;
}

.hidden {
    display: none;
}

.toggle-mode {
    cursor: pointer;
}

.toggle-mode i {
    display: none;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 16.25rem;
    min-width: 16.25rem;
    background: var(--white-color);
    box-shadow: var(--shadow-color);
    transition: all 0.35s ease-in-out;
    position: fixed;
    height: 100vh;
    z-index: 1000;
}

.sidebar-from-check {
    min-height: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-from-check-input[type=checkbox] {
    border-radius: 50%;
}

.sidebar-from-check-input {
    width: 16px;
    height: 16px;
    margin-right: 28px;
    background-color: var(--white-color);
}

.sidebar-from-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.sidebar-from-check-input:focus {
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: none;
}


.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
    padding-left: 16.25rem;
    padding-top: 80px;
}



/* Sidebar Elements Style */
.app-brand {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    line-height: 1;
    min-height: 1px;
    align-items: center;
}

.sidebar-logo {
    padding: 23px;
    display: flex;
    align-items: center;
}

.sidebar-logo span {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}

.sidebar-logo img {
    width: 35px;
}


.sidebar-nav {
    flex-grow: 1;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

/* .sidebar-nav .sidebar-dropdown {
    padding: 0.25rem 0;
} */

ul.sidebar-nav li {
    margin: 0.25rem 0;
}

ul.sidebar-nav li a {
    padding: 0.5rem 15px;
    border-radius: 8px;
    margin: 0px 15px 0px 15px;
    color: var(--text-color);
    position: relative;
    font-size: 15px;
    transition: all .5s ease-in-out;
    display: flex;
    align-content: center;
    align-items: center;
}
ul.sidebar-nav  li li a{
    padding: 0.5rem 21px;
}

ul.sidebar-nav li a:hover {
    background-color: var(--hover-color);
}

ul.sidebar-nav li>a.menu-toggle.side-menu-open {
    background: var(--primary-color);
    color: var(--white-color-2);
}

ul.sidebar-nav li.active>a:not(.menu-toggle) {
    background-color: var(--hover-color);
}

ul.sidebar-submenu li i {
    font-size: 8px;
    opacity: 80%;
    margin-right: 10px;
}

ul.sidebar-nav li a.menu-toggle::after {
    border: solid;
    border-width: 1.2px 1.2px 0px 0px;
    content: "";
    display: inline-block;
    padding: 2.5px;
    position: absolute;
    right: 15px;
    top: 17px;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

ul.sidebar-nav li a.menu-toggle.side-menu-open::after {
    transform: rotate(135deg);
    transition: all .2s ease-out;
}
.sidebar-submenu {
    display: none;
}
.sidebar-submenu-open {
    display: block;
}


.sidebar-nav .sidebar-header {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 30px 5px;
}


.badge {
    padding: 5px 12px;
    border-radius: 20px;
    margin-left: 40px;
}

.badge-2 {
    padding: 5px 12px;
    border-radius: 20px;
}

.badge-color-1 {
    background-color: var(--secondary-color);
}

.badge-color-2 {
    background-color: var(--bage-color);
}

.sidebar-button {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 0px 15px 5px 15px;
    color: var(--white-color-2);
    display: block;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.content-wrapper {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
}

.header-wrapper {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 264px;
}

.layout-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    margin-top: 15px;
    padding: 0px 25px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    background-color: var(--white-color);
    box-shadow: var(--shadow-color-2)
}

.toggle-btn {
    border: none;
    background-color: transparent;
    font-size: 20px;
    /* opacity: 50%; */
}

.most-right-part {
    margin-bottom: 0;
    padding-left: 0;
}

.most-right-part li button {
    margin: 9px 5px;
}


.user-dropdown .dropdown-menu {
    min-width: 224px;
}

.notification-dropdown .dropdown-menu {
    min-width: 352px;
    overflow: hidden;
}

/* .most-right-part button {
    margin: 9px 0px;
} */

.dropdown-menu {
    box-shadow: var(--shadow-color-3);
    border: none;
}

.navbar-search-wrapper i {
    color: var(--text-color);
}

.navbar-search-wrapper {
    display: none;
}

.navbar-search-wrapper.active-search {
    display: block;
}

.search-form-control {
    background-color: transparent;
}

.search-form-control:focus {
    color: var(--text-color);
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.search-icon {
    color: var(--text-color);
}

.avater-btn {
    border: none;
    background-color: transparent;
}

.avater-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avater-btn::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px var(--white-color);
    background-color: #28c76f;
}

.avater-btn::after {
    display: none;
}

.notification {
    border: none;
    background-color: transparent;
}

.most-right-part li i {
    color: var(--text-color);
    font-size: 23px;
}

.notification::after {
    display: none;
}

.notification .badge-notifications {
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -48%);
    font-size: 10px;
    padding: 2px 7px;
    color: var(--white-color-2);
}

.dropdown-toggle::after {
    color: var(--text-color);
}

.dropdown-menu {
    background-color: var(--white-color);
}

.dropdown-notifications-read {
    display: block;
    color: #7367f0;
}

.dropdown-notifications-read .badge-dot {
    background-color: #7367f0;
}

.badge.badge-dot {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    vertical-align: middle;
}

.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #c9c8ce;
    font-weight: 500;
}

.bg-label-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important;
}

.bg-label-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important;
}

.dropdown-notifications-list {
    max-height: 385.28px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.toggle-btn i {
    color: var(--text-color);
}

.copyright {
    color: var(--text-color);
}

.all-footer-link a {
    color: var(--text-color);
}
.all-footer-link a:hover {
    color: var(--secondary-color-2);
}


.notification-dropdown li {
    margin: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 16px;
    color: rgb(33, 37, 41);
    text-decoration: none;
    background-color: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.dropdown-menu li h6 {
    color: var(--text-color-2);
    font-weight: 500;
}

.dropdown-menu li h5 {
    color: var(--text-color-2);
    font-weight: 500;
}

.dropdown-menu li p {
    color: var(--text-color);
}

.view-all-notofocation-btn {
    color: var(--secondary-color);
}

.view-all-notofocation-btn:hover {
    color: var(--secondary-color);
    background-color: var(--bg-color);
}

.dropdown-item span {
    color: var(--text-color-2);
}

.dropdown-item small {
    color: var(--offWhite-color);
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    text-decoration: none;
    background-color: var(--bg-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bg-color);
    color: var(--offWhite-color);
}

.dashboard-dropdown .dropdown-menu {
    min-width: 352px;
    overflow: hidden;
}

.menu-inner {
    padding-bottom: 100px;
}

.menu-inner-shadow {
    background: var(--shadow-color-4);
    position: absolute;
    top: 3.6rem;
    height: 2rem;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}

.dropdown-shortcuts-list {
    max-height: 385.28px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dashboard-dropdown .dropdown-menu {
    padding: 0 0 0 0;
}

.row-borderd .col-border {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-left: none;
    border-top: none;
}

.row-borderd .col-border:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.row-borderd .col-border:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.row-borderd .col-border:nth-child(2n) {
    border-right: none !important;
}

.row-borderd .col-border:nth-last-child(-n+2) {
    border-bottom: none;
}

.single-shortcut {
    padding: 20px 0;
}

.single-shortcut:hover {
    background-color: var(--bg-color);
}

.single-shortcut .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-shortcut a {
    color: var(--text-color-2);
}

.page-layout:before {
    content: "";
    width: 100%;
    height: 4.875rem;
    position: fixed;
    top: 0px;
    z-index: 0;
    backdrop-filter: saturate(200%) blur(10px);
    background: var(--backdrop-filter-color-1);
    -webkit-mask: var(--backdrop-filter-color-2);
    mask: var(--backdrop-filter-color-2);
    z-index: 5;
}

.demo-text {
    color: var(--text-color);
}

.user-details-list li span {
    color: var(--text-color);
}

/* Header Search  */

.navbar-search {
    position: relative;
}
.search-list {
    position: absolute;
    top: 100%;
    background-color: var(--white-color);
    width: 100%;
    z-index: 99;
    max-height: 310px;
    overflow: auto;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 12px 0px 0px 30px;
    padding: 0px;
    border: 1px solid var(--offWhite-color-2);
}
.search-list li {
    padding: 8px 8px 8px 15px;
    border-bottom: 1px solid var(--offWhite-color-2);
}
.search-list li a {
    color: var(--text-color);
    font-size: 13px;
}

.shortcut.active{
    background-color: var(--offWhite-color-3);
}



/*Custom Modal*/
/*Scroll bar design*/
/* width */
.custom-modal::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.custom-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-modal::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* Handle on hover */
.custom-modal::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*Scroll bar design*/
.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    z-index: 10000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
    border-radius: 5px;
    background-color: #fff;
}

.custom-modal-sm {
    max-width: 450px;
}

.custom-modal-md {
    max-width: 600px;
}

.custom-modal-lg {
    max-width: 700px;
}

.custom-modal-xl {
    max-width: 1200px;
}

.custom-modal-xxl {
    max-width: 1500px;
    height: 100%;
}

.alert-modal {
    max-width: 400px !important;
}

.custom-modal .custom-modal-title {
    padding: 5px 10px;
    background-color: var(--white-color);
    margin: 0px;
    color: var(--text-color-2);
    font-weight: bold;
    padding: 25px 24px;
}

.custom-modal-show {
    visibility: visible;
}

.custom-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background: #00000078;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.custom-modal-show~.custom-modal-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.custom-modal-content {
    color: #333;
    background: var(--white-color);
    padding: 0px 5px;
    height: auto;
}

.custom-modal-content .custom-modal-closed {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00233300 !important;
    color: #000;
    border: 0;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    z-index: 11000;
    height: 34px;
    width: 34px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
}

.custom-modal-body-loader {
    text-align: center;
    padding: 100px 50px;
}

.custom-modal-body {
    min-height: 200px;
}

/* Effect 1: Fade in and scale up */
.custom-modal-effect-1 .custom-modal-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.custom-modal-show.custom-modal-effect-1 .custom-modal-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .custom-modal {
        max-height: 100% !important;
        overflow-y: auto;
        height: 100%;
    }

    .custom-modal-content .custom-modal-closed {
        color: #585858;
    }

    .custom-modal-content div div div {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 768px) {
    .custom-modal {
        max-height: 100% !important;
        overflow-y: auto;
    }
}

/*End custom modal*/

.profile-pic{
    text-align: center;
}
.edit-cover {
    position: absolute;
    z-index: 11;
    right: 10px;
    top: 10px;
}

.rib{
    position: relative;
    overflow: hidden;
    border-radius: .25rem;
}
.rib img{
    position: absolute;
    max-width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.pib{
    width: 120px;
    height: 120px;
}
.checkSluggp{
    position: relative;
}
.checkStatus{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}
.checkStatus.fa-check{
    color: var(--secondary-color);
}
.checkStatus.fa-xmark{
    color: var(--bage-color)
}

.reply-comment-form form{
    width: 98%;
    margin-left: auto;
}
.hidden-on-shared-view{
    display: none !important;
}


/* post modal css  */

.message-box .modal-inner {
    overflow-x: hidden;
    max-height: 500px;
    padding-bottom: 70px;
}

.message-box .modal-inner::-webkit-scrollbar {
    width: 5px;
}
  
.message-box .modal-inner::-webkit-scrollbar-track {
    background: var(--body-color);
}
  
.message-box .modal-inner::-webkit-scrollbar-thumb {
    background: var(--bs-primary);
    border-radius: 5px;
}
  
.message-box .modal-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.modal .modal-header {
    display: block;
    padding: 1.3rem
}

.modal .modal-header .h5,.modal .modal-header h5 {
    font-size: 20px;
    /* font-family: segoe-ui-bold */
}

.modal .modal-header button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--bg-color);
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    outline: 0 none;
    opacity: 1;
    color: var(--text-color-2)
}

.modal .modal-dialog {
    max-width: 600px
}

.modal textarea {
    border: none;
    min-height: 70px;
    width: 100%;
}

.modal .modal-footer button.btn {
    display: inline-block;
    margin: 5px;
    text-transform: capitalize;
    padding: 11px 19px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

.modal .modal-footer button.btn img {
    margin-right: 8px
}

.post-inner {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    display: none
}

.post-inner.file-tab {
    background-color: #f3f3f3
}

.post-inner.current {
    display: block
}

.post-inner .h5.h4,.post-inner h4.h5 {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    padding: 15px 0
}

.post-inner .h5.h4 .prev-btn,.post-inner h4.h5 .prev-btn {
    position: absolute;
    left: 12px
}

.post-inner span.close-btn {
    position: absolute;
    right: 12px;
    width: 25px;
    top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    background: #d9d9d9;
    text-align: center;
    line-height: 25px;
    z-index: 11;
    cursor: pointer;
}

.post-inner span.search-icon {
    position: absolute;
    left: 50px;
    top: 10px
}

.post-inner .media-inner input {
    display: none
}

.post-inner .media-card {
    text-align: center
}

.post-inner .media-card .h4,.post-inner .media-card h4 {
    margin: 20px 0 0
}

.post-inner .tag-wrap .tag-card {
    border-radius: 5px;
    padding: 10px
}

.post-inner .tag-wrap .tag-card,.post-inner .tag-wrap .tag-card a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px
}

.post-inner .tag-wrap .tag-card a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;

    background: var(--bg-color);
    color: var(--text-color-2);
}

.post-inner .tag-wrap .tag-card a:before {
    content: "x";
    background: var(--bg-color);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    left: 90%;
    text-align: center;
    line-height: 20px;
    color: var(--text-color-2);
    top: -7px;
    font-size: 9px;
    position: absolute;
}

.post-inner .tag-wrap form {
    position: relative
}

.post-inner .tag-wrap form input {
    border: 0;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 42px
}

.post-inner .tag-wrap form span {
    left: 17px;
    top: 12px
}

.post-inner .tag-wrap .h4,.post-inner .tag-wrap h4 {
    padding: 15px 10px
}

.feeling-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.feeling-list ul li a {
    padding: 10px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: block
}

.feeling-list ul li a img {
    margin-right: 8px
}

.feeling-list ul li a:hover {
    background-color: #fafafa
}

.feeling-list.feeling-alt ul {
    width: 45%
}

.feeling-list.feeling-alt ul:first-child {
    margin-right: 40px
}

.feeling-list.feeling-alt ul li a {
    padding: 5px 15px
}

.feeling-list.feeling-alt ul li a span {
    background: #fafafa;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin-right: 5px
}

.feeling-list.feeling-alt ul li a img {
    margin: 0
}

.tag-peoples .d-flex {
    padding: 3px 10px;
    align-items: center;
    margin-bottom: 5px
}

.tag-peoples .d-flex:before {
    background-color: #fafafa;
    border-left: 3px solid var(--bs-primary);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0)
}

.tag-peoples .d-flex:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.tag-peoples .d-flex .h4,.tag-peoples .d-flex h4 {
    font-size: 14px
}

.dotted .dropdown-toggle:after {
    content: "...";
    border: none;
    color: var(--text-color);
    font-size: 26px
}

#story-modal .modal-dialog {
    max-width: 760px
}

.position-relative {
    position: relative !important;
}
.post-edit-img-del {
    position: absolute;
    color: var(--secondary-color);
    right: 5px;
    font-size: 12px;
    z-index: 20;
    top: -3px;
}
.editing-items:before {
    content: "";
    position: absolute;
    background: #44444447;
    width: -webkit-fill-available;
    height: 60px;
    border-radius: 5px;
    right: 0px;
    left: 0px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    a.navbar-brand {
        position:relative;
        top: -5px;
        left: 8px
    }
}

.react-list {
    position: absolute;
    top: -60px;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 4px 12px 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    visibility: hidden;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.react-list,.react-list li {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.react-list li {
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.post-react {
    position: relative;
    z-index: 1
}

.post-react:hover .react-list {
    visibility: visible
}

.post-react:hover .react-list,.post-react:hover .react-list li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.file-uploader{
    border: 0;
    box-shadow: var(--shadow-color-2);
    background-color: var(--bg-color);
    border-radius: 0px;
}


.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: var(--bg-color);
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.progress-bar{
    height: 4px;
}

.progress .indeterminate {
    background-color:  var(--offWhite-color);
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

/*End loading bar*/
.single-photo .photo-delete-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 14px;
    display: none;
    width: 30px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}
.single-photo:hover .photo-delete-btn, .single-photo:focus .photo-delete-btn {
    display: block;
}

table.dataTable, .buttons-collection, .dt-button, .dt-info, .dt-paging-button, .dt-input{
    color: var(--text-color) !important;
}

.timeline-post-list{
    display: table;
    width: 100%;
}
.single-mpost{
    width: 33.33%;
    float: left;
}

.avatar-info {
    min-width: 90px;
}


/* resume css  */

.cvtpc {
    position: relative;
}
  
.cvtpc .image {
    opacity: 1;
    display: block;
    width: 100%;
    /* height: auto; */
    transition: .5s ease;
    backface-visibility: hidden;
}

.cvtpc .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100px;
    height: 50px;
    text-align: center;
    z-index: 2;
}

.cvtpc:hover .image {
    opacity: 0.3;
}

.cvtpc:hover .middle {
    opacity: 1;
}

.cvtpc.active .image{
    opacity: 0.3;
}
.cvtpc.active{
    position: relative;
}
.cvtpc.active::after{
    content: "Selected";
    width: 70px;
    height: 30px;
    position: absolute;
    top: -20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-color: var(--secondary-color);
    color: var(--offWhite-color);
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.cvtpc .text {
    background-color: var(--secondary-color);
    color: var(--offWhite-color);
    font-size: 14px;
    padding: 10px;
}

.pp-img-box-150 {
    height: 150px;
    width: 150px;
}
.nmwbox {
    border-radius: 50%;
    background-color: var(--secondary-color);
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--body-color);
    overflow: hidden;
    letter-spacing: 1px;
}
.resume-dp img, .woi {
    height: 150px;
    width: 150px;
}

.nmwbox-name {
    color: var(--offWhite-color-2);
    text-shadow: 0px 0px 4px var(--custom-blue);
}

.woi .fwd {
    font-size: 45px;
}
.note-toolbar, .note-btn{
    background: var(--white-color);
    color: var(--text-color);
    border-color: var(--offWhite-color-2);
}
.note-frame, .custom-modal-content h6{
    color: var(--text-color);
}
.progress-bar{
    background-color: var(--secondary-color);
}

.select2-container-default .select2-selection-single{
    background: var(--white-color);
    color: var(--text-color);
    border-color: var(--offWhite-color-2);
    height: 36px;
    padding: 3px;
}
.select2-container-default .select2-selection-single .select2-selection-arrow{
    height: 34px;
    right: 4px;
}

.select2-container-default .select2-selection-single .select2-selection-rendered {
    color: var(--text-color);
}
.select2-dropdown{
    background: var(--white-color);
    border: 1px solid var(--offWhite-color-2);
}
.select2-container-default .select2-search--dropdown .select2-search__field{
    background-color: var(--white-color);
    border: 1px solid var(--offWhite-color-2);
    color: var(--text-color);
}
.select2-container-default .select2-results-option--selected{
    background: var(--primary-color);
    color: var(--white-color-2);
}
.select2-container-default .select2-results-option-highlighted.select2-results-option--selectable {
    background: var(--primary-color);
    color: var(--white-color-2);
}

.select2-results-option--selectable, .select2-results-option {
    color: var(--text-color);
}

/* blog css start here  */

.blog-feature {
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.blog-feature-img{
    width: 100%;
    border-radius: 5px;
}

.recent-post .post-thumb{
    width: 40%;
}
.recent-post .post-txt{
    width: 70%;
}


/* blog css end here  */

/* chat css start*/
.avatar {
    position: relative;
    z-index: 1;
    flex-shrink: 1;
}
.avatar-lg {
    width: 45px;
    height: 45px;
}
.avatar-sm {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.avatar, .sponsor-txt {
    display: table;
}
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rounded-circle {
    border-radius: 50% !important;
}
.chat-bdr-clr{
    border: 1px solid var(--offWhite-color-2);
}
.chat-user-list{
    display: table;
    width: 100%;
}
.single-user-chat-item{
    display: inline-block;
}
.pp-img-box-120{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.pp-img-box-120 img{
    width: 120px;
    height: 120px;
}
/* chat css end*/


/* 404 page css  */
.error-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}
.error-content {
    width: 613px;
    margin: auto;
    text-align: center;
}

.notify-type{
    position: absolute;
    right: -8px;
    top: 0px;
    border: 1px solid;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: var(--secondary-color);
}


/* main resume css  start*/
/* New Resume Design start here  */
.cvsize{
    margin: auto;
    padding: 96px;
}
#nav-information .cv_contact_info span{
    display: inline-block;
    width: 90px;
}
.cvcontent .progress{
    margin-top: 11px !important;
}
.seinfo ul, .seinfo li, .seinfo ol, .seinfo p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.nr-cmn-mt .seinfo:last-child{
    margin-bottom: 0px !important;
}

.name_title h2{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
}
.name_title p{
    margin-bottom: 10px;
    font-size: 16px;
}
.head-1 .mtitlel{
    font-size: 16px;
}
.cvsection .title-box .title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.cvsection hr{
    margin: 5px 0px;
}

.ncd-5{
    font-family: 'Times-Roman', sans-serif;
}
.ncd-5 .seinfo{
    color: var(--cv-black);
}
.ncd-5 .name_title{}
.ncd-5 .name_title h2{
    font-weight: 600;
    color: var(--cv-black);
    margin-bottom: 5px;
    font-size: 24px;
}
.ncd-5 .name_title p{
    color: var(--cv-black);
    margin-bottom: 10px;
    font-size: 16px;
}

.ncd-5 .cv_contact_info p{
    color: var(--cv-black);
    margin-bottom: 1px !important;
}

.ncd-5 .cv_contact_info p .pplabel{
    display: inline-block;
    width: 85px;
    font-weight: bold;
}
.ncd-5 .cv_contact_info p .ppinfo a{
    color: #03366b;
}
.ncd-5 .cmn-cv-color-1{
    color: var(--cv-black);
    margin: 0px;
    font-size: 20px;
}
.ncd-5 hr.new1 {
    border-top: 2px solid var(--cv-black);
    margin: 5px 0;
    opacity: 100%;
}
.ncd-5 .resume-paragraph-2{
    color: var(--cv-black);
}
.ncd-5 .resume-paragraph-2.head-2 b{
    font-size: 16px;
}
.ncd-5 .nr-cmn-mt {
    margin-top: 35px;
}

.ncd-5 .seinfo .head-1{
    color: var(--cv-black);
}
.seinfo .head-1 strong{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.cprogress-bar{
    width: 13px;
    height: 13px;
    background: #dfdfdf;
    border-radius: 3px;
    margin: 2px;
}
.cprogress-bar.active{
    background: #333;
}
p b{
    font-size: 13px;
}

.nr-section-title {
    font-size: 20px;
  }

.ncd-51 .nr-section-title {
    background-color: #d1e4e2;
    margin-left: -20px;
    margin-right: -20px;
    padding: 5px 20px;
  }
.seinfo ul, .seinfo ul li{
    list-style: disc;
}
.seinfo ol, .seinfo ol li{
    list-style: auto;
}
/* new resume design end here  */
/* main resume css  end*/



.gsidebar {
    height: 100vh;
    min-height: 200px;
    overflow: auto;
    background: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    font-size: 16px;
}
