/*************************************/

.no-scrollbar::-webkit-scrollbar { width: 0 !important }

.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  -webkit-scrollbar:none;
}

/* .hidden-scrollbar::-webkit-scrollbar-thumb { 
  width: 3px;
  scrollbar-color: #007 #bada55;
}
.hidden-scrollbar::-webkit-scrollbar-track { 
  width: 3px;
  scrollbar-color: #f0f2f5;
} */
.hidden-scrollbar{
  overflow-y: auto;
/*  width: 10px;*/
}
::-webkit-scrollbar {
  width: 8px;
}

.hidden-scrollbar::-webkit-scrollbar-thumb
{
	border-radius: 10px;
  width: 10px !important;
	-webkit-box-shadow: inset 0 0 6px #f0f2f5;
	background-color: #f0f2f5;
}
.hidden-scrollbar:hover::-webkit-scrollbar-thumb
{
	border-radius: 10px;
  width: 10px !important;
	-webkit-box-shadow: inset 0 0 6px #f0f2f5;
	background-color: #c1c1c1;
}
/* .hidden-scrollbar::-webkit-scrollbar { width: 3px;display: none; } */
/* .hidden-scrollbar:hover::-webkit-scrollbar { width: 3px; } */




/**************sidebar****************/
.sidebar {
width: 300px;
background-color: #f9fafb;
-webkit-transition: all 300ms 0s ease-in-out;
transition: all 300ms 0s ease-in-out;
/*position: fixed;*/
/*top: 0;*/
left: 0;
height: 100%;
z-index: 11;
padding-bottom: 30px;
overflow: hidden;
border-right-width: 1px;
/* simplebar scrollbar */
/*sidebar Overly for mobi */
}

.sidebar .sidebar_inner {
padding: 0 12px;
height: calc(100% - 40px);
/*footer links */
}

.sidebar .sidebar_inner ul {
list-style: none;
border-top-width: 1px;
padding: 10px 0;
margin-top: 12px;
}

.sidebar .sidebar_inner ul:first-child {
margin: 0;
padding-top: 5px;
border: 0;
}

.sidebar .sidebar_inner ul:before {
content: attr(data-sub-title);
padding: 0 12px;
margin-bottom: 8px;
display: block;
color: #333333;
font-weight: 600;
font-size: 1.125rem;
line-height: 1.75rem;
}

.sidebar .sidebar_inner ul li {
/* active state */
/* hover state */
}

.sidebar .sidebar_inner ul li a {
border-radius: 10px;
font-size: 16px;
color: #585757;
padding: 10px 12px;
-webkit-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
position: relative;
font-weight: 600;
margin-bottom: 4px;
width: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.sidebar .sidebar_inner ul li a i {
padding-right: 10px;
font-size: 25px;
color: #909090;
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative;
top: 2px;
}

.sidebar .sidebar_inner ul li a svg {
width: 26px;
height: 26px;
margin-right: 10px;
}

.sidebar .sidebar_inner ul li a .side-icon {
margin-right: 0.75rem;
font-size: 1.3rem;
line-height: 2rem;
}

.sidebar .sidebar_inner ul li span.nav-tag {
display: inline-block;
font-weight: 700;
height: 19px;
width: 19px;
line-height: 19px;
text-align: center;
color: #fff;
font-size: 11px;
background-color: #2a41e8;
border-radius: 50%;
position: relative;
margin: 0 0 0 4px;
top: -2px;
}

.sidebar .sidebar_inner ul li.active a,
.sidebar .sidebar_inner ul li.uk-active a {
background-color: rgba(42, 65, 232, 0.07);
color: #2a41e8;
}

.sidebar .sidebar_inner ul li a:hover,
.sidebar .sidebar_inner ul li.active-submenu a:hover {
background-color: #f3f4f6;
}

.sidebar .sidebar_inner ul li.active, .sidebar .sidebar_inner ul li.uk-active {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}

.sidebar .sidebar_inner ul li a:after {
font-family: "Feather-Icons";
content: '\e92e';
opacity: 1;
font-size: 22px;
-webkit-transition: 0.3s;
transition: 0.3s;
opacity: 1;
width: 18px;
height: 26px;
color: #a8a8a8;
position: absolute;
right: 12px;
top: 4px;
}

.sidebar .sidebar_inner ul li span.soon, .sidebar .sidebar_inner ul li span.new {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
right: 0.5rem;
font-weight: 600;
}

.sidebar .sidebar_inner ul li span.soon {
line-height: 1.25rem;
font-size: 0.75rem;
padding: 0.13rem 0.5rem;
border-radius: 3rem;
color: #e07f06;
background-color: #fef3c7;
}

.sidebar .sidebar_inner ul li span.new {
font-size: 11.5px;
padding: 0.5px 5px;
border-radius: 3px;
color: #ef4444;
background-color: #fcdfdf;
}

.sidebar .sidebar_inner ul li ul {
padding: 0;
margin: 0;
border: 0;
display: none;
max-height: 0;
opacity: 0;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.sidebar .sidebar_inner ul li.active-submenu ul {
padding: 0 0 10px 35px;
opacity: 1;
max-height: inherit;
pointer-events: all;
display: inherit;
}

.sidebar .sidebar_inner ul li.active-submenu ul:before {
display: none;
}

.sidebar .sidebar_inner ul li.active-submenu ul a {
color: #585757;
border-radius: 8px;
background-color: transparent;
}

.sidebar .sidebar_inner ul li.active-submenu a:after {
-webkit-transform: rotate(180deg);
        transform: rotate(180deg);
top: 9px;
right: 8px;
}

.sidebar .sidebar_inner ul li.active-submenu a:after {
opacity: 0.8;
}

.sidebar .sidebar_inner ul li ul:before,
.sidebar .sidebar_inner ul li a:only-child:after {
content: '';
display: none;
}

.sidebar .sidebar_inner ul.side_links li a {
padding-top: 8px;
padding-bottom: 8px;
margin-bottom: 3px;
border-radius: 7px;
font-size: 15.5px;
}

.sidebar .sidebar_inner .side-title {
margin: 12px  2px 0;
padding: 12px 12px 0;
border-top-width: 1px;
color: #333333;
font-weight: 600;
font-size: 1.125rem;
line-height: 1.75rem;
}

.sidebar .sidebar_inner a.see-mover {
display: block;
color: #4b5563;
height: 2.5rem;
font-weight: 500;
margin-top: -8px;
padding: 5px 8px;
margin-bottom: 5px;
}

.sidebar .sidebar_inner a.see-mover span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
width: 100%;
}

.sidebar .sidebar_inner a.see-mover svg {
width: 1.75rem;
padding: 0.125rem;
margin-right: 0.5rem;
font-size: 1.125rem;
line-height: 1.75rem;
border-radius: 9999px;
background-color: #f3f4f6;
}

.sidebar .sidebar_inner .footer-links {
padding: 8px 5px 15px;
}

.sidebar .sidebar_inner .footer-links a {
color: #6f6f6f;
line-height: 15px;
position: relative;
padding: 3px 0;
padding-right: 10px;
font-size: 13.4px;
font-weight: 500;
}

.sidebar .sidebar_inner .footer-links a:hover {
color: #000;
text-decoration: underline;
background-color: transparent;
}

.sidebar .sidebar_inner .footer-links a::after {
content: '';
position: absolute;
background: #cccccc;
margin-left: -6px;
margin-top: 12px;
left: 0;
width: 3px;
height: 3px;
border-radius: 100%;
}

.sidebar .sidebar_inner .footer-links > :last-child {
padding: 0;
}

.sidebar .sidebar_inner .footer-links > :first-child::after {
background: transparent;
}

.sidebar .sidebar_inner ul.contact-list a {
margin-bottom: 0px !important;
padding-top: 7px !important;
padding-bottom: 7px !important;
}

.sidebar .sidebar_inner ul.contact-list a .contact-avatar {
width: 34px;
height: 34px;
margin-right: 12px;
}

.sidebar .simplebar-scrollbar {
right: 4px !important;
width: 5px;
}

.sidebar .simplebar-scrollbar:before {
background-color: #d0d0d0;
}

.sidebar .side_overly {
background-color: rgba(0, 0, 0, 0.1);
position: fixed;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
}

/*main content*/
@media (min-width: 1200px) {
  .main_content {
    margin-left: 300px;
  }
  .container,
  .mcontainer {
    max-width: 1000px;
    padding: 30px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************/

/*story*/


.single_story {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 10px;
position: relative;
overflow: hidden;
height: 170px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}

.single_story:before {
position: absolute;
content: '';
z-index: 1;
bottom: 0;
left: 0;
width: 100%;
height: 44%;
opacity: 0.5;
border-radius: inherit;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(60%, #2b2b2b));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 60%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 60%);
background-blend-mode: color-burn;
}

.single_story img {
width: 100%;
height: 100%;
position: absolute;
-o-object-fit: cover;
   object-fit: cover;
}

.single_story .story-avatar {
position: absolute;
top: 10px;
left: 10px;
}

.single_story .story-avatar img {
width: 35px;
height: 35px;
border-radius: 100%;
position: relative;
border: 2px solid white;
}

.single_story .story-content {
position: relative;
width: 100%;
padding: 12px 13px;
z-index: 2;
}

.single_story .story-content h4 {
color: white;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 600;
}

.story-prev {
position: fixed;
background: #f1f3f4;
z-index: 12;
width: 100%;
margin-top: 65px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-top: 1px solid #f1f3f4;
visibility: hidden;
display: none;
top: 0;
}

.story-prev .story-sidebar {
width: 25%;
padding: 12px;
background-color: #ffffff;
}

.story-prev .story-sidebar .story-sidebar-scrollbar {
height: calc(100vh - 140px);
padding-left: 0.625rem;
padding-right: 0.625rem;
margin-left: -0.625rem;
margin-right: -0.625rem;
}

.story-prev .story-sidebar .story-sidebar-scrollbar .simplebar-scrollbar {
width: 6px;
z-index: 1000;
}

.story-prev .story-content {
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
min-width: 1px;
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;
}

.story-prev .story-btn-close {
z-index: 100;
border-radius: 100%;
background: #dcdcdc;
width: 40px;
height: 40px;
position: absolute;
top: 0;
right: 0;
margin: 20px;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
cursor: pointer;
display: none;
}
/* story clicked */
body.story-active {
overflow: hidden;
}

body.story-active .story-prev {
visibility: visible;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}

body.story-active .story-prev .story-btn-close {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}

body.story-active header {
border-bottom-width: 1px;
-webkit-box-shadow: none;
        box-shadow: none;
}

body.story-active header .left_side .slide_menu,
body.story-active header .header_search,
body.story-active header .header_widgets .is_link {
display: none;
}

.story-users-list a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 8px 0;
border-radius: 10px;
padding-left: 6px;
}

.story-users-list a:hover, .story-users-list a.uk-active {
background: #f0f2f5;
}

.story-users-list a .story-media {
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 15px;
border: 3px solid blue;
}

.story-users-list a .story-media img {
width: 100%;
height: 100%;
position: absolute;
-o-object-fit: cover;
   object-fit: cover;
border-radius: 50%;
border: solid white 2px;
}

.story-users-list a .story-text {
-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
font-size: 16px;
font-weight: 500;
color: #2d2d2d;
}

.story-users-list a .story-text .story-username {
margin-bottom: 0;
font-size: 16px;
line-height: 1.2;
}

.story-users-list a .story-text .story-count {
margin-right: 9px;
color: #2a41e8;
}

.story-users-list a .story-text .story-time {
color: #929292;
}

.story-users-list a .story-text p {
font-size: 14px;
}

.slider-icon {
width: 47px;
height: 47px;
background: white;
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
border-radius: 100%;
position: absolute;
z-index: 1;
top: 50%;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.slider-icon::before {
font-family: "Feather-Icons";
font-size: 26px;
line-height: 30px;
-webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
top: 50%;
left: 50%;
position: absolute;
}

.slider-icon.is-left {
left: 0%;
}

.slider-icon.is-left::before {
content: '\e92f';
}

.slider-icon.is-right {
right: -10%;
}

.slider-icon.is-right::before {
content: '\e930';
}

.story-slider-image,
.story-slider-placeholder {
-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
max-width: none;
max-height: 100%;
position: relative;
width: 450px;
height: 540px;
border-radius: 8px;
-o-object-fit: cover;
   object-fit: cover;
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 992px) {
.story-prev {
  background: #ffffff;
  z-index: 99;
  height: 100%;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.story-prev .story-sidebar {
  width: 100%;
  background-color: transparent;
}
.story-prev .story-sidebar .story-sidebar-scrollbar {
  height: auto !important;
}
.story-prev .story-users-list {
  overflow-y: hidden;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-left: 10px;
}
.story-prev .story-users-list a .story-text {
  display: none;
}
.story-prev .story-users-list a:hover {
  background: transparent;
}
.story-prev .story-users-list a .story-media {
  margin-right: 8px;
}
.story-active header, .story-active .start-chat {
  display: none;
}
.story-slider-image, .story-slider-placeholder {
  width: 100%;
  height: calc(100vh - 210px);
}
}

@media (max-width: 768px) {
  .user_story .story:nth-child(3),
  .user_story .story:nth-child(4) {
    display: none;
  }
}

.create-post {
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
padding-top: 60px;
padding-bottom: 0;
display: none;
/* modal body */
/* select dropdown */
}

.create-post .uk-modal-dialog {
position: relative;
width: 660px;
padding: 0px;
border-radius: 0.5rem;
}

.create-post.uk-open {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}

.create-post .create-post-modal-body {
height: 500px;
padding: 1.25rem;
overflow-x: hidden;
margin-right: 0.25rem;
}

.create-post .bootstrap-select.btn-group button {
height: 38px;
max-width: 168px !important;
-webkit-box-shadow: none;
        box-shadow: none;
padding: 0;
border: 1px solid #d8d8d8;
padding-left: 6px;
}

.create-post .bootstrap-select.btn-group .dropdown-toggle .filter-option {
line-height: 35px;
height: 35px;
padding-left: 8px !important;
max-width: 100%;
}

.create-post .bootstrap-select:before {
background: transparent;
}

.create-post .dropdown-menu.open {
width: 210px !important;
min-width: 300px;
border: 1px solid #f1f3f4;
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px, rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
}

.create-post.is-story {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
padding: 0;
}

.create-post.is-story .uk-modal-dialog {
width: 500px;
}

@media (max-width: 767px) {
.create-post .uk-modal-body {
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  top: 0;
  position: fixed;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.create-post .create-post-modal-body {
  height: 100%;
}
.create-post .dropdown-menu.open {
  bottom: 100% !important;
  top: auto !important;
}
.create-post #veiw-more {
  display: block !important;
  margin-right: 8px;
}
.create-post #veiw-more:last-child {
  visibility: hidden;
  width: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
}