/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap'); */
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  word-break: break-word;
}
img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Proxima Nova;
  font-weight: 300;
  src: url(../Assets/Font/ProximaNova-Light.woff2) format('woff2'),
    url(../Assets/Font/ProximaNova-Light.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  font-weight: 500;
  src: url(../Assets/Font/ProximaNova-Regular.woff2) format('woff2'),
    url(../Assets/Font/ProximaNova-Regular.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  font-weight: 700 900;
  src: url(../Assets/Font/ProximaNova-Bold.woff2) format('woff2'),
    url(../Assets/Font/ProximaNova-Bold.woff) format('woff');
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
  /* font-weight: 800; */
}

.navbar {
  height: 64px;
  width: 100%;
  background-color: #017fef;
  display: flex;
  align-items: center;
  padding: 0px;
  padding-left: 200px;
  padding-right: 200px;
  position: fixed;
  z-index: 1000;
  top: 0;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logo {
  height: 100%;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  width: 40px;
}

.logo-img img {
  width: 100%;
}

.logo-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.logo-text p {
  color: #ffffff;
  font-size: 15px;
  padding-left: 4px;
  font-weight: 700;
}

.search-bar {
  height: 100%;
  width: 19.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 26px;
}

/* Bootstrap 4 text input with search icon */
.has-search {
  width: 100%;
  height: 50px;
}

.has-search .form-control {
  padding-left: 10px;
  background-color: #0e86f0;
  border: 1px solid #fff;
  font-size: 15px;
  border-radius: 5px;
  outline: none;
  color: #fff;
  text-align: center;
}

.has-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.has-search .form-control::-moz-placeholder {
  color: #fff;
}
.has-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.has-search .form-control:-moz-placeholder {
  color: #fff;
}

.has-search .form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}

.poloBox {
  max-width: 424px;
  width: 100%;
  border: 1px solid rgba(87, 87, 87, 0.2);
  border-radius: 5px;
  min-height: 320px;
  margin-top: 3rem !important;
}

.container-padding {
  padding-top: 100px;
  padding-left: 80px;
  padding-right: 70px;
}

.has-search input:focus {
  outline: none;
  border: 1px solid rgb(255, 255, 255);
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: rgb(255, 255, 255);
}

.nav-links {
  height: 100%;
  width: 394px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav-links .link a {
  text-decoration: none;
}

.link {
  height: 100%;
  width: 65px;
  padding: 30px 13px 20px 13px;
}

.link.active {
  border-bottom: 2px solid #fff;
  background-color: #0e86f0;
}

.link:hover {
  background-color: #0e86f0;
}

.link svg,
.link img {
  margin-top: -25px;
  fill: white;
}

.sidebarmenu {
  width: 300px;
  height: calc(100vh - 60px);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 64px;
  right: 0px;
  z-index: 100;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
}

.sidebarmenu a {
  text-decoration: none;
  color: inherit;
}

.main-page {
  min-height: 700px;
  width: 100%;
  /* background-color: violet; */
  display: flex;
  padding-top: 85px !important;
}

.main-page.main-news {
  padding-top: 0 !important;
}

.visible-tab {
  display: block !important;
}

.no-result {
  color: rgb(129, 129, 129);
  font-weight: 500;
  font-size: 13px;
}
.left-area {
  min-height: 500px;
  width: 526px;
  /* background-color: wheat; */
  padding-top: 30px;
}

.right-area {
  min-height: 500px;
  width: 380px;
  /* background-color: yellowgreen; */
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.hr-line {
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-area svg {
  fill: #fff;
}

.my-groups {
  height: 125px;
  width: 100%;
  /* background-color: yellow; */
}

.grp-head {
  height: 20%;
  /* background-color: yellowgreen; */
}

.grp-status {
  position: relative;
  height: 80%;
  /* background-color: #4eff5d; */
  display: flex;
  align-items: center;
}

.group {
  /* height: 100px; */
  height: 200px;
  /* width: 108px; */
  margin-right: 4px;
  /* background-color: rgb(247, 184, 102); */
}

.grp-img {
  width: 100%;
  /* height: 72px; */
  height: 150px;
  border-radius: 5px;
  background-color: #fefefe;
  /* background-color: aqua; */
}

.grp-img img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}

.find-more .find-more-img {
  border: 1px solid #313131d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15px;
}

.find-more .find-more-img p {
  font-size: 15px;
}

.grp-text {
  height: 22px;
  text-align: center;
  /* background-color: blueviolet; */
}

.grp-text p {
  white-space: pre;
  padding-top: 4px;
}

p {
  font-size: 17px;
  font-weight: 400;
  color: #313131;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  color: #313131;
}

a {
text-decoration: none !important;

}

.seeall {
  color: #2f96f2;
}

.member-head a {
  text-decoration: none;
}

.next-btn {
  position: absolute;
  top: 40%;
  left: 92%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px -1px 20px rgba(0, 0, 0, 0.26);
  padding-top: 1px;
}

.prev-btn {
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px -1px 20px rgba(0, 0, 0, 0.26);
  padding-top: 1px;
}

.next-btn,
.prev-btn i {
  font-size: 25px;
}

.my-activity {
  width: 100%;
  /* margin-top: 40px; */
  margin-top: 100px;
}

.act-head {
  height: 12%;
  margin-bottom: 10px;
  /* background-color: crimson; */
}

.post-activity {
  width: 92%;
  min-height: 170px;
  /* background-color: rgba(0, 0, 139, 0.582); */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.market-place-post {
  width: 100% !important;
}

.row-one {
  display: flex;
}

.post-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #575757;
}

.post-img svg {
  fill: #fff;
}

.post-content {
  width: 100%;
  min-height: 60px;
  /* background-color: coral; */
}

.post-content input:focus {
  outline: none;
}

.act-menu {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  /* background-color: cyan; */
}

.left-menu {
  width: 40%;
  display: flex;
  /* margin-left: 185px; */
  justify-content: end;
  /* background-color: darkgoldenrod; */
}

.act-box-menu {
  width: 35px;
  height: 35px;
  padding: 5px 5px;
  margin-right: 12px;
  /* background-color: darkcyan; */
}

.act-box-menu svg {
  fill: #427fef;
}

.post-activity-one {
  width: 92%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  padding-top: 10px;
  margin-bottom: 15px;
}

.right-menu button {
  width: 88px;
  height: 40px;
  border-radius: 5px;
  border: none;
  color: white;
  background-color: #247bff;
  font-weight: 700;
}
.arrow-left span {
  color: rgba(1, 127, 239, 1);
}
.arrow-left {
  cursor: pointer;
}
.status-one {
  height: 210px;
  width: 100%;
  background-color: burlywood;
}

.site-info {
  min-height: 200px;
  width: 100%;
  /* background-color: cadetblue; */
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.new-members {
  height: 130px;
  width: 100%;
  margin-bottom: 30px;
  /* background-color: darkcyan; */
}

.member-head {
  display: flex;
  justify-content: space-between;
  /* background-color: brown; */
}

.members {
  position: relative;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  /* background-color: blueviolet; */
}

.memb {
  height: 100px;
  width: 76px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  line-height: 1.3;
  /* background-color: burlywood; */
}

.memb-img {
  height: 70px;
  width: 70px;
  background-color: #575757;
  overflow: hidden;
  border-radius: 50%;
}
.owl-carousel .owl-item img[src='../Assets/Images/profile.svg'],
.owl-carousel .owl-item img[src='./Assets/Images/profile.svg'] {
  padding: 0.5rem;
}

.owl-carousel .owl-nav button.owl-next {
  right: -10px;
}

.memb-img img {
  width: 100%;
  height: 100%;
  background-position: center;
  object-fit: cover;
  border-radius: 50%;
}

.memb-name {
  height: 28px;
  width: 100%;
  text-align: center;
  /* background-color: coral; */
}

.memb-name p {
  font-size: 12px;
}

.library-background {
  margin: 0 auto;
}

.next-btn-2 {
  position: absolute;
  top: 38%;
  left: 95%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px -1px 20px rgba(0, 0, 0, 0.26);
}

.prev-btn-2 {
  position: absolute;
  top: 38%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px -1px 20px rgba(0, 0, 0, 0.26);
}

.next-btn-2,
.prev-btn-2 i {
  font-size: 25px;
}

.pop-up {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-model {
  width: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pop-up a {
  font-size: 12px;
  font-weight: 700;
  color: #868686;
  text-decoration: none;
}

.pop-up span {
  font-size: 20px;
  font-weight: 700;
  color: #868686;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;

  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/* .active, .accordion:hover {
    background-color: #ccc;
} */

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*-----------Library Page----------*/
.common-section {
  min-height: 500px;
  width: 100%;
  /* background-color: yellow; */
}

.common-head {
  height: 22px;
  display: flex;
  text-align: center;
  color: #017fef;
  /* background-color: yellowgreen; */
}

.common-head h5 {
  font-size: 16px;
  color: #017fef;
}

.common-status .my-row .img-wide-col {
  height: 290px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  /* background-color: #444; */
}

.img-wide-col {
  height: 290px;
  width: 100%;
  overflow: hidden;
  /* background-color: #444; */
}

.img-wide-col-groups img {
  height: 165% !important;
  margin-top: -80px;
  object-fit: cover;
}

.img-wide-col img {
  width: 100%;
  height: 100%;
  /* margin-top: -90px; */
  border-radius: 5px;
}

.library-section {
  width: 100%;
  padding-top: 10px;
}

.library-section h4 {
  text-align: center;
  font-weight: 700;
}

.lib-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
  /* background-color: brown; */
}

.lib-img {
  width: 248px;
  max-width: 100%;
  height: 248px;
  border-radius: 5px;
  padding: 0 !important;
  margin: 0.5em 0;
}
.group-new-list-wrap {
  display: flex;
  justify-content: space-between;
}
.group-new-list-wrap a {
  flex: 0 1 45%;
}

.lib-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  object-fit: cover;
}

.lib-img p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

/*----------Events Page----------*/
.comm-my-activity {
  width: 100%;
  /* background-color: rgb(243, 179, 245); */
}

.comm-act-head {
  height: 12%;
  margin-bottom: 10px;
  /* background-color: crimson; */
}

.comm-act-head h5 {
  font-size: 24px;
  font-weight: 700;
}

.comm-act-head p {
  font-size: 16px;
  font-weight: 700;
}

.comm-act-head .year {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 700;
}

.comm-post-activity-one {
  width: 100%;
  /* height: 182px; */
  /* background-color: rgba(0, 0, 139, 0.582); */
  padding: 10px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
/* added for the respond by mijula */
.event__group__wrap {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.respond__wrapper {
  padding: 8px 0;
  /* border-top: 1px solid rgba(87,87,87,0.3); */
}
.respond__wrapper a {
  color: #575757;
  font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
}
.respond__text p {
  margin-bottom: 0;
}
.respond__first_btn {
  text-align: right;
}
.respond__first_btn img {
  width: 16px;
  margin-right: 5px;
}
.respond__first_btn .btn {
  font-weight: 700;
  min-width: 40px;
  max-width: 200px;
  padding: 4px 8px;
}
.event_details .respond__first_btn .btn {
  max-width: none;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
  margin: 0 -8px;
}
.event_details .ed_respond {
  padding: 0;
}
.event_details .respond__first_btn .btn span {
  font-weight: 700;
  min-width: 40px;
  max-width: 200px;
  padding: 4px 8px;
  display: inline-block;
}
.event_details .respond__result_btn .fa {
  text-align: center;
}
.respond__first_btn .btn:hover,
.respond__first_btn .btn:focus {
  box-shadow: none;
  color: #575757;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.respond__click_btn_wrap a {
  color: #fff;
  width: 100%;
  margin-left: 10px;
}
.respond__click_btn_wrap a:first-child {
  margin-left: 0;
}
.respond__click_btn_wrap .fa {
  width: auto;
  margin-right: 5px;
  font-size: 1rem;
  margin-top: 0;
  vertical-align: middle;
}
.respond__result_btn .fa {
  width: 15px;
  padding: 4px 2px;
  background: #257fef;
  color: #fff;
  margin-right: 5px;
  font-size: 8px;
  margin-top: 0;
  vertical-align: middle;
}
/* added for the respond by mijula end*/
.post-act-img {
  width: 160px;
  height: 150px;
  border-radius: 5px;
  /* background-color: turquoise; */
}

.post-act-info {
  width: 330px;
  /* height: 150px; */
  padding: 1px 10px;
  /* background-color: tomato; */
}

.inner-info {
  display: flex;
  align-items: center;
  /* background-color: springgreen; */
}

.inner-info .date {
  width: 130px;
  height: 18px;
  /* background-color: teal; */
  display: flex;
  align-items: center;
}

.comm-icon {
  width: 15px;
  height: 18px;
  /* background-color: tan; */
}
.responsive_post .comm-icon img {
  object-fit: contain !important;
  width: 15px !important;
  height: 18px !important;
}

.comm-icon svg,
i {
  margin-top: -10px;
  width: 100%;
  height: 100%;
}

.comm-icon svg {
  fill: #575757a8;
}

.inner-info .time {
  width: 90px;
  height: 18px;
  display: flex;
  align-items: center;
  /* background-color: rgba(0, 128, 128, 0.397); */
}

.comm-date-time p {
  margin-left: 5px;
  margin-top: 14px;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #575757 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

.address {
  display: flex;
  align-items: flex-start;
}

.comm-address p {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #575757 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
}

.post-act-info h5 {
  font-size: 20px;
  color: #353535;
}

.comm-address {
  width: 260px;
  /* height: 65px; */
  /* background-color: rgb(255, 145, 0); */
}

.event-right {
  padding-top: 10px;
}

/* Search rsult */
.search-result__inner {
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 0.5px 5px rgb(0 0 0 / 8%);
  border-radius: 5px;
}

.image-status {
  margin-left: 5px;
  position: absolute;
  right: 15px;
  top: 40%;
}

.privacy-terms__inner {
  border-top: 1px solid rgba(87, 87, 87, 0.15);
}

.privacy-terms__inner p {
  color: #b3b2b2;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
}

.search-tabs__inner p {
  padding: 6px 22px;
  margin-top: 9px;
  margin-bottom: 0;
  color: #575757;
  cursor: pointer;
  font-size: 17px;
}

.search-tabs__inner p:hover {
  background-color: #a0a0a02d;
  border-radius: unset;
}

.active-class {
  border-bottom: 1px solid rgba(1, 127, 239, 1);
  color: rgba(1, 127, 239, 1) !important;
  border-radius: unset;
  transition: 0.3s;
}

.active-class:hover {
  background-color: rgba(1, 128, 239, 0.151) !important;
}

.arrow-left {
  max-width: 100px;
  width: 100%;
  border-radius: 5px;
  padding: 3px;
  transition: 0.3;
}

.arrow-left:hover {
  background-color: rgba(1, 128, 239, 0.178);
  transition: 0.3;
}

.search-result .column-removed-padding-md {
  padding: 0;
}

.search-tabs__inner {
  border-bottom: 1px solid rgba(87, 87, 87, 0.15);
}

.search-image {
  background-size: cover;
  background-position: 50%;
  min-width: 108px;
  max-width: 108px;
  height: 78px;
  border-radius: 5px;
}

.search-item__inner {
  padding: 7px 45px 7px 13px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.15);
  cursor: pointer;
  color: #353535;
  position: relative;
}
.search-item__inner > a {
  display: flex;
}

.search-item__inner:hover {
  background-color: #a0a0a02d;
}

.search-title {
  margin-left: 12px;
}

.search-title--header {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 6px;
  text-transform: uppercase;
  color: rgba(53, 53, 53, 0.95);
}

.search-title--description {
  font-size: 14px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: rgba(53, 53, 53, 0.87);
}

.search-title--members {
  font-weight: 300;
  font-size: 13px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: rgba(53, 53, 53, 0.95);
}
.search-title--members > span {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.search-title--members > span > img {
  margin-right: 4px;
}
#searchResult .search-item__inner > a .row {
  width: 100%;
}

/* library page */

.library-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

@media (max-width: 1300px) {
  .flex-md {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1200px) {
  .navbar {
    padding-left: 50px;
    padding-right: 50px;
    justify-content: space-around;
  }
  .library-background {
    height: 248px !important;
  }

  .library-background-lg {
    height: 288px !important;
    max-width: 512px;
    margin: 0 auto;
  }

  .nav-links {
    width: 300px;
  }

  .has-search {
    width: 80%;
  }
  .search-tabs__inner p {
    padding: 6px 13px;
  }
}

@media (max-width: 1100px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-around;
  }

  .flex-md {
    display: unset;
    justify-content: unset;
  }
  .responsive_post .row {
    padding: 0px 15px !important;
  }
}

@media (max-width: 900px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-around;
  }
  .main-page {
    flex-wrap: wrap;
  }
  .right-area {
    width: 100%;
  }

  .left-area {
    width: 100%;
    padding-top: 8px !important;
  }

  .left-area .my-groups {
    padding: 0px 16px;
  }

  .grp-status {
    width: fit-content;
  }

  .left-area .next-btn {
    left: 96%;
  }

  .left-area .act-head {
    padding: 0px 16px;
  }

  .post-activity {
    display: none;
  }

  .post-activity-profile {
    display: block !important;
    margin: 0 auto;
    height: inherit !important;
    margin-bottom: 16px !important;
  }

  .profile-arrow-down {
    margin-bottom: 4px !important;
  }

  .responsive_post_2 {
    margin-bottom: 140px !important;
  }

  .responsive_post .row {
    padding: 0px 16px;
    margin-bottom: 64px;
  }

  .main-page {
    min-height: auto;
    padding-bottom: 8em;
  }
  .message_background .main-page {
    padding-top: 25px !important;
    flex-direction: column;
  }
  .message_background .right-area {
    display: block;
  }

  /* .my-activity {
    margin-top: 16px !important;
  } */
}

@media (max-width: 1200) {
  .search-tabs__inner p {
    padding: 6px 13px;
  }
}

@media (max-width: 768px) {
  .arrow-left {
    display: none;
  }

  .back-button {
    display: none;
  }
  .navbar {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    justify-content: space-between;
  }
  .libr__text p {
    margin-bottom: 13px;
    margin-top: 13px;
  }
  .library-background {
    height: 156px !important;
    width: 100% !important;
  }
  .privacy-terms {
    display: none;
  }

  .column-removed-padding-md {
    padding-left: 0;
    padding-right: 0;
  }

  .search-tabs__inner p {
    padding: 6px 17px;
    margin-top: 9px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .search-tabs__inner .active-class {
    border-radius: 0;
    border-bottom: 2px solid;
  }

  .search-title--header {
    font-size: 11px;
  }

  /* .search-title--description {
  font-size: 9px;
} */

  .search-title--members {
    font-size: 12px;
  }

  .container-padding {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .settings_background .push_notification_card {
    padding: 8px 0px !important;
    box-shadow: none;
  }

  .settings_background .push_notification_card p {
    padding: 8px 0px !important;
  }

  .left-area .group_hide {
    display: none;
  }

  .img-wide-col img {
    border-radius: 0px;
  }

  .main-page-freedom {
    padding-top: 0px !important;
  }

  .comm-act-head h5 {
    display: none;
  }

  /* .comm-act-head {
    padding-left: 16px;
  } */

  /* .post-act-info{
    min-height: 160px;
  } */

  .comm-post-activity-one {
    box-shadow: none;
    /* min-height: 190px; */
    border-radius: 0px;
    border-bottom: 1px solid rgb(105, 105, 105);
  }

  .post-act-img img {
    width: 100%;
    height: 70%;
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: none !important;
  } */

  .img-wide-col-about {
    height: 230px;
  }

  .profile-activity {
    width: 100% !important;
    box-shadow: none !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .profile-activity .profile-img {
    left: 15%;
  }

  .profile-activity .profile-name {
    width: 0px;
  }

  .profile-activity .profile-info {
    margin: 0 auto;
    margin-top: 16px !important;
    box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 0.5px 5px rgb(0 0 0 / 8%);
  }

  .message_background .chat_name_div {
    box-shadow: none !important;
  }

  .box-wrapper-absolute {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }

  .custom-padding-mob {
    padding-bottom: 220px;
  }
}

@media (max-width: 600px) {
  .lib-img {
    height: 163px;
    width: 46%;
    max-width: 46%;
  }
}

.left-area .responsive_post .profile,
.profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #575757;
  background-position: center;
  background-image: url(../Assets/Images/profile.svg);
  background-size: cover;
}

.left-area .responsive_post p {
  font-size: 12px;
  color: gray;
}

.bottom_resposnive_nav {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 54px;
  background-color: #427fef;
  z-index: 1000;
}

.bottom_resposnive_nav .nav-links {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
}

.bottom_resposnive_nav .nav-links .link {
  padding: 25px 20px 20px 20px;
}

.plus_icon_responsive {
  width: 60px;
  height: 60px;
  font-size: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #427fef;
  position: fixed;
  bottom: 76px;
  right: 16px;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.plus_icon_responsive i {
  font-size: 28px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 10px;
}

.sidebarmenu_2 {
  width: 100% !important;
  top: 48px;
  height: calc(100vh - 100px);
}

.responsive_create_post {
  position: fixed;
  width: 100%;
  height: calc(100vh - 0px);
  top: 0px;
  background: #fff;
  z-index: 10001;
  flex-direction: column;
  justify-content: space-between;
}

.responsive_create_post .navbar {
  width: 100%;
  height: 54px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.responsive_create_post .row-one {
  margin-top: 74px !important;
  padding-left: 16px;
}

.responsive_create_post .left-menu {
  width: 32%;
  margin-left: 16px !important;
}

.responsive_create_post .act-menu {
  height: 60px !important;
  justify-content: start;
}

.responsive_post .row {
  padding: 0px 16px;
}

.back_btn_div p {
  color: #017fef;
  padding-left: 10px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 700;
}

.back_btn_div {
  width: fit-content;
}

.back_btn_div:hover {
  border-radius: 4px;
  background-color: #0180ef25;
}

/*----------- ----------*/

.owl-carousel .item {
  height: 10rem;
  background: #f04124;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: rgb(255, 255, 255) !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 20px;
}
.owl-carousel1 .owl-nav button.owl-next {
  right: -12px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
  top: 22px;
}
.owl-carousel .owl-nav button span {
  color: #017fef;
}

.owl-carousel1 .owl-nav button.owl-prev,
.owl-carousel1 .owl-nav button.owl-next {
  height: 40px;
  width: 40px;
  /* top: 16px; */
  top: 55px;
}
.owl-carousel1 .owl-nav button.owl-prev span {
  position: relative;
}

.owl-carousel1 .owl-nav button.owl-next {
  right: -18px;
}

.owl-carousel1 .owl-nav button.owl-prev {
  left: -18px;
}

.owl-carousel1 .owl-nav button span {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  /* margin-top: -14px; */
}
.owl-carousel1 .owl-nav button.owl-prev span:after,
.owl-carousel1 .owl-nav button.owl-next span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  font-size: 2rem;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.owl-carousel1 .owl-nav button.owl-prev span:after {
  content: '';
}
.owl-carousel1 .owl-nav button.owl-next span:after {
  content: '';
}
.about img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.about-sec p {
  font-size: 15px;
  line-height: 20px;
}

/* Profile Page */

.profile-activity {
  width: 92%;
  height: 180px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.profile-section {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.gray-section {
  width: 100%;
  height: 75px;
  border-radius: 5px 5px 0 0;
  background-color: #e5e5e5;
}

.white-section {
  width: 100%;
  height: 100px;
}

.white-section h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.white-section h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #353535;
  margin-bottom: 3px;
}

.white-section .inner-profile-info p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: rgba(53, 53, 53, 0.87);
}

.profile-img {
  position: absolute;
  top: 70px;
  left: 12%;
  border-radius: 50%;
  padding: 15px 15px;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #575757;
}

.profile-img img {
  fill: white;
  width: 100%;
}

.profile-name {
  margin-left: 110px;
  width: 350px;
  height: 30px;
}

.profile-info {
  margin-left: 110px;
  width: 350px;
  height: 55px;
  border-radius: 5px;
  border: 1px solid rgba(87, 87, 87, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 1;
}

.inner-profile-info {
  width: 60px;
  height: 90%;
  text-align: center;
  line-height: 8px;
}

.modal_email_address .modal-body h6 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 12px;
}

.modal_email_address .modal-body p {
  font-size: 15px;
  color: #757575;
}

.modal_email_address .modal-footer button {
  font-size: 16px;
  font-weight: 700;
  padding: 0px 8px;
  min-width: 70px;
  border: 1px solid;
}

.modal_email_address .new_btn {
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  font-weight: bold;
  background-color: #427fef;
  border-radius: 4px;
}

.modal_email_address .username_index {
  font-size: 15px !important;
}

.modal_email_address .memeber_card_list:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.modal_email_address h3 {
  font-size: 21px;
}

.modal_email_address h4 {
  font-size: 19px;
}

.modal_email_address .accordion {
  color: #444;
  cursor: pointer;
  padding: 4px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: #fff;
}

.modal_email_address .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  max-height: initial;
}

.modal_email_address .accordion.active img {
  transform: rotate(0deg) !important;
}

.modal_email_address .modal-body .panel p {
  font-size: 13px !important;
}

.modal_email_address .black_panel {
  background-color: #202020;
  color: #fff !important;
  height: 55px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal_email_address .black_panel h5 {
  font-size: 18px !important;
  color: #fff !important;
}

.modal_email_address .black_panel h6 {
  font-size: 12px !important;
  font-weight: 500;
  padding-top: 4px;
}

.notification_bar {
  position: absolute;
  min-width: 380px;
  height: 500px;
  box-shadow: 0 16px 16px rgb(0 0 0 / 7%), 0 0.5px 5px rgb(0 0 0 / 6%);
  background-color: #fff;
  left: -280px;
  top: 64px;
  border-radius: 4px;
}

.notification_bar h4 {
  font-weight: 600;
  font-size: 18px;
  padding: 16px;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.notification_card {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.total_notifications {
  position: absolute !important;
  background-color: #fff;
  border-radius: 15px !important;
  height: 18px !important;
  right: 0;
  top: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 12px;
  padding: 1px 5px !important;
  color: #017fef;
}
.notification_card h5 {
  font-size: 15px;
}

.notification_card_parent {
  overflow: auto;
  height: 445px;
}

.notification_arrow {
  position: absolute;
  right: 54px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -10px;
}

.time_div p {
  font-size: 13px;
  color: rgb(184, 184, 184);
  white-space: pre;
}

.time_div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.time_div .blue_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #427fef !important;
  margin-top: 4px;
}

.message_background .left-area {
  position: relative;
  min-height: auto !important;
  height: auto !important;
}
.message_background .right-area {
  max-width: 380px;
}
.message_background h3 {
  font-size: 20px;
  font-weight: 700;
}

.message_background .blue_circle {
  width: 56px;
  height: 56px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #427fef;
  /* box-shadow: 0 4px 4px rgba(0 0 0 / 5%), 0 0.5px 5px rgb(0 0 0 / 8%); */
}

.message_background .chat_name_div {
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5), 0 0.5px 5px rgba(0, 0, 0, 0.8); */
  height: auto;
  background: #fff;
  width: 100%;
  padding: 16px;
  line-height: 1.2;
  border-top: 1px solid #f1efef;
}
.message_background .chat_name_div:first-child {
  border-top: none;
}
.message_background .chat_name_div > div {
  align-items: flex-start !important;
  width: 80%;
}

.message_background .user_chat_name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  color: #353535;
}

.message_background .chat_name_div span {
  font-size: 14px;
  color: rgb(87 87 87 / 50%);
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.message_background .chat_area {
  height: 100%;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #f1efef;
  margin-top: 2rem;
  position: relative;
}

.message_background .chat_area .heading {
  border-bottom: 1px solid #f1efef;
}

.message_background .chat_area span {
  font-size: 14px;
  color: gray;
}

.message_background .chat_area .chat_right {
  background: #d8ebfc;
  padding: 16px;
  border-radius: 4px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #353535;
}

.message_background .chat_area .chat_left {
  background: #eceded;
  border: 1px solid rgb(226, 226, 226);
  padding: 16px;
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #575757;
}

.message_background .chat_area input {
  border: none;
  width: 95%;
}

.message_background .chat_area input::placeholder {
  color: #353535;
}

.message_background .chat_area input:focus {
  outline: transparent;
  border: 1px solid rgb(255, 255, 255);
}

.message_background .float_chat_names {
  background: #ffffff;
  box-shadow: 0 2px 2px rgb(0 0 0 / 5%), 0 0.5px 5px rgb(0 0 0 / 8%);
  border-radius: 4px;
  position: absolute;
  height: 320px;
  width: 300px;
  top: 40px;
  left: 50px;
  overflow: auto;
}
.type-msg-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  background: #fff;
}
.msg_send_btn {
  cursor: pointer;
}
.chat_responsive {
  margin-bottom: 50px !important;
}
.group_responsive {
  border: 1px solid #f1efef;
  border-radius: 4px;
}
.inner-divs {
  display: flex;
}
.member_div {
  width: auto;
  background: #017fef1a;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
}
.inner-divs input {
  width: 74px;
  margin-right: 0 !important;
}
.inner-divs .fa {
  width: 14px;
  height: 14px;
  background: #000;
  color: #fff;
  font-weight: 100;
  border-radius: 50%;
  font-size: 10px;
  padding-left: 3px;
  padding-top: 2px;
  margin-right: 10px;
}
.contact_class2 {
  color: #060606 !important;
  margin-right: 10px;
  background: transparent;
  padding: 1px 10px;
  font-weight: 600;
}
.responisve_message_bar_header {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 16px;
}
.back-anchor-wrapper {
  max-width: 930px;
  margin: 90px auto 0;
}
.article_page_wrap .right-area {
  padding-left: 0;
  margin-top: 55px;
}
.article_page_wrap .img-wrap.img-wide-col-groups {
  padding: 0 !important;
}
.article_page_wrap p {
  color: #353535;
}
.article_page_wrap .ttile {
  font-size: 1.25rem;
  color: #353535;
}

.btn-secondary:hover {
  background-color: #427fef;
}

.showBox {
  display: block !important;
}

.modal-header--custom h6 {
  padding-bottom: 30px;
  padding-top: 12px;
}

.modal-header--custom p {
  padding-bottom: 30px;
  color: #494848;
  font-weight: 300;
}
.modal-backdrop {
  background-color: #212121;
}

.modal-min-height-sm {
  min-height: 500px;
  background-color: #ffffff;
}

.btn-hide {
  font-size: 33px;
  font-weight: 200;
  opacity: 0.9;
  color: black;
  font-family: ui-rounded;
}

.modal-header-shadow {
  padding: 7px 14px;
  justify-content: unset;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05),
    0 0.5px 5px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 0.5px 5px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: -webkit-transform 0.3s;
}
.inputs__inner input {
  margin-bottom: 15px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid rgba(87, 87, 87, 0.2);
  color: #575757;
  width: 100%;
}

.inputs {
  padding: 17px 17px 5px 17px;
}

.pollHeader {
  font-size: 18px;
}

.add-option-btn button {
  background-color: #ffffff;
  padding: 5px 14px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid rgba(1, 128, 239, 0.808);
}

.poll-settings {
  font-size: 12px;
  margin-left: 6px;
}

.add-option-btn button span {
  color: rgba(1, 128, 239, 0.808);
  font-weight: bold;
  padding-left: 10px;
}

.add-option-btn {
  padding: 0px 19px;
}

.pol-setting-inner {
  padding: 30px 19px 10px 19px;
}
.pol-header {
  padding: 10px 19px;
}
.settings {
  border-top: 1px solid rgba(87, 87, 87, 0.2);
  border-bottom: 1px solid rgba(87, 87, 87, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.gif-box {
  min-height: 300px;
  max-height: 300px;
  width: 400px;
  position: absolute;
  z-index: 99;
  left: -220px;
  border-radius: 5px;
  padding: 15px;
  background-color: #ffffff;
  overflow-y: auto;
  box-shadow: 0 4px 4px rgb(0 0 0 / 5%), 0 0.5px 5px rgb(0 0 0 / 8%);
}

.gif-box__inner input {
  padding: 5px 40px;
  border-radius: 5px;
  border: 1px solid rgba(87, 87, 87, 0.2);
  background-color: rgba(136, 136, 136, 0.089);
}

.gif-image {
  height: 100px;
  width: 100px;
  border-radius: 5px;
}

.gif-image img {
  height: 100%;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.search-loop {
  position: absolute;
  top: 7px;
  left: 10px;
}

.fg-emoji-picker {
  top: 458px !important;
  left: 32% !important;
}

.fg-emoji-picker-categories {
  background: unset;
  padding: 10px;
}

.fg-emoji-picker-categories ul li:last-child {
  display: none !important;
}

.fg-emoji-picker-container-title {
  display: none;
}
.fg-emoji-picker-search {
  padding: 0 18px !important;
  z-index: 99999;
}
.fg-emoji-picker-search input {
  position: absolute;
  width: 95% !important;
  left: 7px !important;
  top: 0;
  border: none;
  padding: 9px 30px 9px 15px !important;
  border-radius: 7px !important;
  outline: none;
  background-color: #dedede4f !important;
  font-size: 12px;
  color: #616161;
}

.fg-emoji-picker-search svg {
  display: none;
}

.fg-emoji-picker-search {
  margin-top: 10px !important;
}

.fg-emoji-picker-categories {
  background: unset !important;
}

.fg-emoji-picker .fg-emoji-picker-all-categories {
  height: 301px;
  overflow-y: auto;
  padding: 0 15px 15px 15px;
  margin-top: 12px;
}

.fg-emoji-picker .fg-emoji-picker-all-categories {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.fg-emoji-picker .fg-emoji-picker-all-categories::-webkit-scrollbar {
  /* display: none; Safari and Chrome */
}
.fg-emoji-picker-categories li.active {
  background-color: unset !important;
  border-bottom: 1px solid rgba(1, 127, 239, 1) !important;
}

.fg-emoji-picker-categories a:hover {
  background-color: unset !important;
}

.fg-emoji-picker-categories ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px sold blue !important;
  border-bottom: 1px solid #5b5bea52 !important;
}

@media (max-width: 1400px) {
  .fg-emoji-picker {
    left: 30% !important;
  }
}

@media (max-width: 1300px) {
  .fg-emoji-picker {
    left: 28% !important;
  }
}

@media (max-width: 1250px) {
  .fg-emoji-picker {
    left: 25% !important;
  }
}

@media (max-width: 991px) {
  .fg-emoji-picker {
    display: none;
  }
}

.animation-arrow {
  transform: rotate(179deg);
  transition: 0.3s;
}

.pol-menu {
  display: none;
}

.active-menu {
  display: block !important;
}

.img-positioning {
  position: absolute;
  right: 10px;
  top: 10px;
}

#dropDown {
  margin-right: 8px;
}

.wrapper-pd {
  padding: 14px 20px;
}

.mod-header p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.toggle-container {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 23px;
  pointer-events: none;
  user-select: none;
}

.toggle-container input {
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(87, 87, 87, 1);
  transition: 0.4s;
  pointer-events: none;
}

.slider::before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.2s;
  pointer-events: none;
}
.slider::after {
  position: absolute;
  content: 'off';
  height: 19px;
  width: 16px;
  right: 14px;
  bottom: 6px;
  transition: 0.2s;
  color: #fff;
  pointer-events: none;
  font-size: 12px;
  line-height: 2.2;
}

.slider-input:checked + .slider {
  background-color: #2196f3;
}

.slider-input:checked + .slider:before {
  transform: translateX(32px);
}

.slider-input:checked + .slider:after {
  content: 'on';
  left: 8px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: unset !important;
  border-color: unset !important;
  color: rgba(1, 127, 239, 1) !important;
}

table {
  border-collapse: unset !important;
}

.daterangepicker .drp-buttons {
  border-top: unset !important;
}

button.applyBtn.btn.btn-sm.btn-primary {
  display: none !important;
}

.daterangepicker .drp-buttons .btn {
  color: rgba(1, 127, 239, 1) !important;
  font-weight: bold;
}

.daterangepicker .calendar-table th {
  color: #b9b7b7 !important;
}

.daterangepicker th.month {
  width: auto;
  font-weight: bold;
  color: black !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #427fef !important;
  border-width: 0 2px 2px 0 !important;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker {
  max-width: 300px !important;
  width: 100% !important;
  -webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%),
    0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 40px !important;
  width: 35px;
  height: 32px !important;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.custom-pd {
  padding-bottom: 31px;
  padding-top: 7px;
}

.text-bold-toggle {
  color: rgba(114, 114, 114, 0.856);
  font-size: 16px;
}

.btn-close {
  background: unset;
  color: #427fef;
  padding: 3px 14px;
  border: 1px solid #427fef;
  font-weight: bold;
}

.btn-open {
  background: #427fef;
  color: #fffffd;
  padding: 3px 9px;
  border: 1px solid #427fef;
  font-weight: bold;
  margin-left: 15px;
}

.select-box {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial',
    sans-serif;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 50%;
  }
}
.select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 11px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #80808059;
}
.select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  top: 25px;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option:hover,
.select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

.select-box__option {
  margin-bottom: 0;
}

.select-box2 {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial',
    sans-serif;
  font-size: 18px;
  color: #60666d;
}
@media (min-width: 768px) {
  .select-box2 {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box2 {
    width: 50%;
  }
}
.select-box__current2 {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.select-box__current2:focus + .select-box__list2 {
  opacity: 1;
  animation-name: none;
}
.select-box__current2:focus + .select-box__list2 .select-box__option2 {
  cursor: pointer;
}
.select-box__current2:focus .select-box__icon2 {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon2 {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value2 {
  display: flex;
}
.select-box__input2 {
  display: none;
}
.select-box__input2:checked + .select-box__input-text2 {
  display: block;
}
.select-box__input-text2 {
  display: none;
  width: 100%;
  margin: 0;
  padding: 8px 11px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #80808059;
}
.select-box__list2 {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  top: 25px;
  animation-name: HideList2;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option2 {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__option2:hover,
.select-box__option2:focus {
  color: #546c84;
  background-color: #fbfbfb;
}
@keyframes HideList2 {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.post-activity-one.responsive_post.d-none.d-md-block.d-lg-block
  .row.m-0.align-items-start.mt-3.pb-3
  .col-2 {
  max-height: 1.3em !important;
}

.select-box__option2 {
  margin-bottom: 0;
}

.final-flex {
  display: flex;
  padding-left: 16px;
  width: 50%;
}

.act-box-menu {
  /* position: relative; */
}
#imageWrapper {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 380px !important;
}

.gif img {
  width: 114px !important;
  height: 114px !important;
}

.dropdown img {
  max-width: 16px !important;
  width: 100%;
  max-height: 16px !important;
}
.gifdata img {
  width: 120px !important;
  height: 90px !important;
}
.post-activity-one > .col-1 > img {
  height: 16px;
}
/* mobile style added */
.added-new .dropdown > img {
  width: 16px !important;
  height: 16px !important;
}
.mpost_img_holder img {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover;
  display: block;
}
.mpost_content {
  width: 83%;
}
.mpost_content textarea {
  width: 100%;
  outline: none;
}
.mpost_content textarea:focus,
.mpost_content textarea:active,
.mpost_content textarea:visited {
  outline: none;
  border: none;
}
.mrow-two .act-menu {
  justify-content: end;
  padding-right: 1em;
}
.mrow-two .act-box-menu svg {
  width: 30px;
}
/* added css for article-2 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  font-family: fontawesome;
}
.detail_wrapper {
  border: 1px solid #eee;
  border-radius: 3px;
}
.img-wrap.img-wide-col-groups {
  background: #ceeffe;
  padding: 2em !important;
  color: #353535;
  font-family: 'Proxima Nova', sans-serif;
  line-height: 1.5;
  font-size: 1.2rem;
  border-radius: 3px;
  overflow: hidden;
}
.img-wrap.img-wide-col-groups img {
  height: auto !important;
  margin-top: 0 !important;
}
.publication-date {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  margin-bottom: 1.5rem;
}
.about-detail-wrap p {
  color: #353535;
  font-family: 'Proxima Nova', sans-serif;
  line-height: 1.5;
  font-size: 1rem;
}
.about-detail-wrap {
}
/* chat */
.chat-wrapper {
  height: 35rem;
  position: relative;
  border: 1px solid #f1efef;
  padding: 0 0 150px 1em;
  box-shadow: 0 2px 5px #eee;
  border-radius: 3px;
}
.chat-hold {
  /* border: 1px solid #f1efef;
    padding: 1em 1em 150px;
    box-shadow: 0 2px 5px #eee; */
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 27rem;
  padding-bottom: 10px;
}
.chat-top-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-top-detail strong {
  font-size: 14px;
}
.chat-item {
  display: flex;
  margin-top: 1em;
  padding-right: 9px;
}
.chat-item:first-child {
  margin-top: 0;
}
.mgs-item-wrap {
  width: 90%;
}
.msg-item {
  font-size: 14px;
  word-break: break-word;
  color: rgba(0, 0, 0, 0.54);
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5em;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-bottom-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}
.reply-text {
  font-weight: bold;
  margin-left: 1em;
}
.ithumb {
  display: flex;
  align-items: baseline;
}
.ithumb .fas {
  margin-left: 10px;
}
.chat-edit-mgs {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
}
.chat-edit-mgs {
  width: 96%;
  height: 130px;
  background: #fff;
}
.chat-edit-mgs textarea {
  padding: 1em 2.5em 2.5em;
  border: none;
  outline: none;
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 2;
  font-size: 13px;
  resize: none;
  color: #575757;
}
.chat-post-wrapper {
  position: absolute;
  width: 100%;
  height: 131px;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 1em 1em 3.5em;
  border-top: 1px solid #eee;
}
.usericon {
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  background: rgba(0, 0, 0, 0.6);
  fill: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
}
.usericon.icon-svg svg {
  width: 20px;
  height: 21px;
  fill: #fff !important;
}
.usericon.icon-svg,
.post-btn-wrap {
  position: relative;
  z-index: 3;
}
.chat-post-wrap .gifdata img {
  object-fit: cover;
  height: 80px !important;
}
.chat-post-wrap .close-btn {
  line-height: 0;
  font-size: 11px;
  color: #fff;
}
.chat-post-wrap .left-menu {
  width: auto;
  min-width: 28%;
  margin-left: auto;
}
.chat-post-wrap .act-box-menu {
  margin: 0;
}
.chat-post-wrap .act-box-menu > a {
  display: block;
}
.chat-items-wrap > img,
.chat-items-wrap video {
  object-fit: cover !important;
  height: auto !important;
}
.chat-items-wrap img[alt='gif'] {
  height: auto !important;
}
.post-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.post-btn-wrap .icon-svg {
  margin: 0 0.5em;
  padding: 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.post-btn-wrap a:hover {
  background: rgba(0, 86, 179, 0.26);
}
.post-btn-wrap a:first-child {
  margin-right: 0;
}
.post-btn-wrap a svg {
  fill: #007bff;
}

.post-btn-wrap .btn {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.post-btn-wrap .btn.disable {
  opacity: 0.5;
}
.svg-icon {
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
  margin-left: 3px;
}
.svg-icon:hover {
  background: rgba(87, 87, 87, 0.15);
}
.svg-icon svg {
  width: 17px;
  height: 17px;
  fill: rgba(0, 0, 0, 0.54);
  display: inline-block;
}
.score,
.reply-text {
  color: #353535;
}
/* poll style */
.progress {
  border-radius: 0;
  background-color: #fff;
}
.general-wrap {
  padding: 0 10px;
}
.progressbar-holder {
  border: 2px solid #017fef;
  border-radius: 4px;
  padding: 1px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #353535;
}
/* old to new style amend */
.svg-img {
  width: 16px;
}
.left-area .responsive_post {
  color: #575757;
}
.left-area .responsive_post p {
  font-size: 1rem;
  color: #575757;
  line-height: 1.3125rem;
  letter-spacing: 0.0071428571em;
  margin-bottom: 12px;
  word-break: break-word;
}
.left-area .post-activity-one .mt-3 {
  margin-top: 12px !important;
}
input#content[placeholder='Share Something...'] {
  display: block !important;
  text-indent: -99999px;
  font-size: 0;
}
.emojionearea {
  border: none !important;
  /* height: 0 !important; */
}
.emojionearea .emojionearea-editor {
  font-size: 17px !important;
  color: #575757 !important;
}
.emojionearea .emojionearea-editor:empty:before {
  color: #575757 !important;
}
.emojionearea-search .search {
  border: none !important;
  outline: none !important;
  color: #353535 !important;
  font-size: 1rem !important;
  padding: 6px 8px;
  box-sizing: border-box;
  border-radius: 8px;
  background: rgb(53 53 53 / 5%);
  width: 100%;
  text-transform: lowercase;
}

.main-page {
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
}
.left-area {
  padding-right: 1rem;
}
.post-activity-one,
.post-activity {
  width: 100%;
  position: relative;
}
.post-activity-one .gallery > a,
.post-activity-one img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.responsive_post img.img-height,
.responsive_post video {
  height: 200px !important;
  object-fit: cover;
  object-position: left center;
}
.post-activity-one .gallery > a img.img-height,
.post-activity-one img.img-height,
.post-activity-one video,
.post-activity-one img,
.post-activity-one iframe {
  /* height: 288px !important; */
  height: 400px !important;
  object-fit: cover;
  width: 100% !important;
  /* border-radius: 15px; */
}
.post-activity-one .img-wrap-bx img {
  object-fit: cover;
  height: auto !important;
  max-height: 300px;
  border-radius: 0;
  /* padding: 2px; */
}
.post-activity-one iframe {
  width: 100%;
  min-height: 250px;
  margin-bottom: 1em;
}
/* .post-activity-one img[alt="gif"]{
    object-fit: contain;
    width: auto !important;
    margin: 0 auto;
  } */
.post-activity-one .micon-more > img,
.post-activity-one img[src='./Assets/Images/more.png'] {
  height: 16px !important;
  width: 16px !important;
}
.post-act-img img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
}
.responsive_post svg {
  fill: #575757;
}
.right-area {
  padding-left: 1.4rem;
}
.site-info {
  padding-left: 0;
  padding-right: 0;
}
.date_text,
.post-activity-one h6 + p {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: #575757 !important;
  letter-spacing: 0 !important;
}
.main-news .left-area .my-activity,
.main-news .right-area .site-info {
  margin-top: 0 !important;
}
.main-news h6,
.left-area h6 {
  color: #353535;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
  line-height: 1.142857143rem;
}
.right-area .site-info {
  text-align: left;
}
.right-area .site-info p {
  font-size: 13.3px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #575757;
}
/* profile page */
.clear:after,
.clear:before {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.profile-page .left-area {
  margin-top: 3.5em;
}
.profile-page .profile-activity,
.profile-page .white-section,
.profile-page .profile-name {
  height: auto;
}
.profile-page .profile-section {
  padding-bottom: 16px;
}
.profile-page .profile-activity {
  width: 100%;
}
.profile-page .profile-img {
  width: 96px;
  height: 96px;
  border: 2px solid #fff;
}
.profile-page .profile-img svg {
  fill: #fff;
}
.profile-page .profile-name,
.profile-page .profile-info {
  width: 100%;
  margin-left: 0;
}
.profile-page .profile-name h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.profile-page .white-section {
  width: 76%;
  margin: 0 0 0 auto;
  padding-right: 16px;
}
.profile-page .profile-info {
  padding: 8px;
  text-transform: lowercase;
}
.profile-page .inner-profile-info {
  height: auto;
  line-height: 1;
}
.profile-page .post-activity-profile .about-sec p {
  color: rgba(53, 53, 53, 0.87);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.profile-page .post-activity-profile .about-sec b {
  display: block;
  font-weight: 700;
}
.profile-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.profile-btn-wrap .btn {
  font-weight: 700;
  width: 100%;
}
.profile-btn-wrap .btn:first-child {
  margin-right: 8px;
}
.profile-btn-wrap .btn svg {
  width: 16px;
  height: 16px;
  fill: #017fef;
}
.profile-btn-wrap .btn-primary svg {
  fill: #fff;
}
.profile-btn-wrap .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.profile-btn-wrap .btn-primary:hover,
.profile-btn-wrap .btn-primary:focus {
  background-color: #298ef1;
  border-color: #298ef1;
}
.profile-btn-wrap .btn.btn-outline-info,
.profile-btn-wrap .btn {
  padding: 7px 12px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-btn-wrap span {
  font-size: 16px;
  margin-left: 8px;
}
/* activity-feed-modal */
.modal_holder a {
  color: inherit;
  outline: none;
}
.activity-feed-dropicon {
  width: 12px;
  height: 12px;
  font-size: 12px;
  margin-top: 4px;
  vertical-align: top;
  margin-left: 5px;
}
.modal_holder a:focus,
.modal_holder a:visited {
  outline: none;
}
.activity-feed-modal {
  max-width: 600px;
}
.activity-feed-modal .modal-title {
  font-size: 18px;
}
.activity-feed-modal .modal-body {
  padding: 0;
  color: #353535;
}
.activity-feed-modal .v-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.1em 15px !important;
  border-bottom: 1px solid rgba(87, 87, 87, 0.1);
  outline: none !important;
}

.activity-feed-modal .v-list-item:hover {
  background-color: #017fef;
  color: #fff;
}
.afeed-holder {
  width: 95%;
  display: flex;
  align-items: center;
}
.activity-feed-modal .active-list {
  background: rgba(87, 87, 87, 0.1);
}
.activity-feed-avatar {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
.activity-feed-avatar .profile,
.activity-feed-avatar img {
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}
.v-list-item__title {
  line-height: 1.2;
}
.list-item-mcount.member-count {
  width: 100%;
  justify-content: flex-start;
}
.list-item-mcount.member-count svg,
.list-item-mcount.member-count p {
  color: inherit;
  fill: #353535;
}
.activity-feed-tick {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #017fef;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.activity-feed-tick svg,
.activity-feed-tick img {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.responsive_post .bsvg-img,
.emoji-style {
  width: 30px !important;
  height: 40px !important;
  object-fit: none;
  display: inline-block;
}
.activity-feed-modal .active-list .activity-feed-tick {
  opacity: 1;
}
.activity-feed-modal .btn-outline-info {
  height: 28px;
}
.btn.btn-outline-info {
  background-color: #fefefe;
  color: #017fef;
  border-color: #017fef;
  border-radius: 5px;
  padding: 0 8px;
  min-width: 64px;
  outline: none !important;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none !important;
}
.btn-outline-info:hover {
  background-color: rgba(1, 127, 239, 0.12) !important;
  color: #017fef;
}

/* header profile wrapper style */
.top-header-profile {
  max-width: 930px;
  padding: 44px 15px;
  margin: 70px auto 0;
}
.header-profile-wrapper {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f1efef;
  box-shadow: 0 2px 5px #eee;
}
.header-profile-image {
  position: relative;
}
.header-profile-image img {
  height: 226px;
  object-fit: cover;
  width: 100%;
}
.header-profile-infos {
  padding: 15px;
  display: flex;
}
.profile-image {
  width: 162px;
  height: 110px;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid #fff;
  position: relative;
  margin-top: -75px;
}
.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
.hprofile-name {
  font-size: 1.5rem;
  color: #353535;
  text-transform: uppercase;
  display: block;
  margin-left: 10px;
  width: 80%;
}
.member-count {
  display: flex;
  align-items: center;
  width: 122px;
  justify-content: flex-end;
}
.member-count svg {
  width: 16px;
  fill: rgba(0, 0, 0, 0.64);
}
.member-count p {
  margin: 0 0 0 3px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 1rem;
}
/* group admin wrapper style */
.my-groups .grp-text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.my-groups .grp-img img {
  object-fit: cover;
}
.group-admin-wrapper {
  text-align: left;
}
.group-admin-header {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1em;
}
.group-admin-image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}
.group-admin-text-wrap {
  width: 72px;
  text-align: center;
  margin-top: -14px;
}
.group-admin-text {
  background: #017fef;
  border-radius: 5px;
  line-height: 12px;
  min-height: 12px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
}
.group-admin-text svg {
  margin-right: 3px;
}
.group-admin-name {
  margin-left: 10px;
  margin-top: 5px;
}
.group-admin-name p {
  color: rgba(0, 0, 0, 0.54);
}
/* post detail wrapper style */
.post-detail-wrapper .right-area {
  padding-left: 10px;
}
.post-detail-wrapper .right-area svg {
  fill: #017fef;
}
.post-detail-wrapper .right-area .post-activity-one {
  border-radius: 5px 5px 0 0;
}
.post-detail-wrapper .right-area .post-activity,
.post-detail-wrapper .right-area .post-activity-one {
  box-shadow: none;
}
.post-detail-wrapper .right-area .site-info {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.post-detail-wrapper ul.thumb-Images:after,
.post-detail-wrapper ul.thumb-Images:before {
  content: ' ';
  display: table;
}
.post-detail-wrapper ul.thumb-Images:after {
  clear: both;
}
.post-detail-wrapper ul.thumb-Images li,
.post-detail-wrapper .gifdata img {
  width: 90px !important;
}
.post-detail-wrapper .gifdata img {
  height: 70px !important;
}
.post-detail-wrapper .post-activity-one img.img-height,
.post-detail-wrapper .post-activity-one video,
.post-detail-wrapper .post-activity-one img {
  height: auto !important;
}
.post_row_holder {
  margin-top: 16px !important;
}
.post_row_holder:first-child {
  margin-top: 0 !important;
}
.comment-write .text-left {
  font-size: 14px;
}
.post-activity.comment-write {
  min-height: 90px;
}
.comment-post-hold {
  padding-bottom: 10px;
  margin-top: 0;
}
.comment-write-post .left-menu {
  margin-left: 0;
  width: 100%;
  justify-content: flex-end;
}
.comment-post-hold .right-menu {
  display: flex;
  align-items: center;
}
.comment-post-hold .right-menu .submit-comment {
  height: 28px;
  min-width: 65px;
  width: auto;
  padding: 0 8px;
}
.disable {
  opacity: 0.5;
}
.sidecomment-bar {
  overflow-y: auto;
  height: 63vh;
}
.delete-poll {
  width: 4%;
  cursor: pointer;
  margin-bottom: 0.8em;
}
/* user edit wrapper */
.user-edit-wrapper {
  color: #353535;
  margin-top: 7em;
  padding-bottom: 5em;
}
.user-edit-holder {
  max-width: 520px;
  width: 100%;
  border: 1px solid #f1efef;
  border-radius: 4px;
  box-shadow: 0 2px 5px #eee;
}
.user-edit-wrap {
  max-width: 382px;
  padding: 16px;
  margin: 0 auto;
}
.user-edit-header-wrap {
  text-align: center;
}
.user-edit-header-wrap h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #353535;
  font-size: 1.25rem;
}
.user-edit-header-wrap .memb-img {
  background-color: #575757;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  padding: 0 !important;
  border: 4px solid #fff;
  border-radius: 50%;
}
.user-edit-header-wrap .memb-img svg {
  width: 128px;
  height: 185px;
  fill: #fff;
}
.user-edit-header-wrap .memb-img:hover img {
  filter: blur(1px);
}
/* .user-edit-header-wrap .memb-img:hover img{
    filter: blur(1.3px)
  } */
.edit-user-avatar {
  margin-bottom: 1.5em;
}
.edit-user-avatar .icon-camera {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  background: #017fef;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.edit-user-avatar .icon-camera svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.edit-user-avatar .open-input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.user-edit-form-wrap {
  opacity: 0.95;
}
.user-edit-form-wrap label {
  font-size: 14px;
}
.user-edit-form-wrap .form-group {
  margin-bottom: 1.5rem;
}
.user-edit-form-wrap .form-control {
  height: calc(1.8em + 0.75rem + 2px);
}
.user-edit-btn-wrap {
  margin: 1.5em 0;
  text-align: center;
}
.user-edit-btn-wrap .btn {
  height: 40px;
  min-width: 90px;
  padding: 6px 16px;
}
.user-edit-btn-wrap .btn:first-child {
  margin-right: 16px;
}
.auto-load svg path {
  fill: #017fef;
}
#exampleModal {
  z-index: 1051;
}
/* added css */
.message_background .chat_name_div div.pl-2 {
  width: 70%;
}

.link_text.link {
  font-size: 10px;
  width: 9vw;
}
.link_text.link a {
  background: #e71313;
  display: block;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
}

@media only screen and (min-width: 1184px) and (max-width: 1234px) {
  .search-bar {
    width: 14.875rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .lib-img{
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  } */
  .link {
    padding: 29px 12px 20px 12px;
  }
  .link.link_text {
    font-size: 16px;
  }
  .link.link_text {
    font-size: 13px !important;
    width: 13vw;
  }
}
.link_text.link {
  padding: 13px 0 0 0;
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-bar {
    width: 260px;
  }
  .lib-img {
    width: 360px;
    height: 360px;
  }
  .group_new_wrapper .left-area {
    padding-left: 1rem;
  }
  .post-activity-one .gallery > a img.img-height,
  .post-activity-one img.img-height,
  .post-activity-one video,
  .post-activity-one img,
  .post-activity-one iframe {
    height: 450px !important;
  }
  .post-activity-one .comm-post-activity-one .post-act-img > img {
    height: auto !important;
  }
  .de_dropdown .dropdown-menu.show {
    left: auto !important;
    right: 0;
    transform: translate3d(0px, 16px, 0px) !important;
  }
  .link {
    width: 80px;
    padding: 25px 10px 15px 10px;
    font-size: 11px;
  }
  .link_text.link {
    padding: 10px 0 0 0;
  }
  .total_notifications {
    height: auto !important;
    font-size: 9px;
  }
  .link_text.link {
    padding: 4px 0 0 0;
    font-size: 11px;
    width: 24vw;
  }
}

@media only screen and (max-width: 767px) {
  .responsive_create_post .act-menu {
    justify-content: end;
    padding-right: 1em;
  }
  .responsive_logo_3 {
    display: block;
  }
  .act-box-menu svg {
    width: 30px;
  }
  /* top header profile */
  .top-header-profile {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 0;
  }
  .header-profile-image img {
    height: 140px;
  }
  .header-profile-infos {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .profile-image {
    margin-top: -55px;
    width: 120px;
    height: 80px;
  }
  .profile-infos {
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
  .member-count {
    width: 100%;
    margin-top: 5px;
    justify-content: center;
  }
  /* profile  */
  .left-area {
    padding-right: 0;
  }
  .profile-page .white-section {
    width: 100%;
    padding-left: 16px;
  }
  .profile-page .left-area {
    margin-top: 1em;
  }
  .profile-page .profile-name {
    margin-left: 29%;
    width: auto;
    margin-bottom: 20px;
  }
  .profile-page .profile-name h5 {
    font-size: 19px;
  }
  .micon-more {
    height: 16px;
  }
  .responsive_post {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 0.8em 0;
  }
  .left-area .responsive_post .date_text {
    line-height: 1.2;
  }
  .img-fluid {
    height: auto !important;
  }
  .link svg,
  .link img,
  .mfriend,
  .mgroup {
    width: 30px;
  }
  .mfriend,
  .mgroup {
    text-align: center;
  }
  .mobile_top_menu_wrap .link a > span {
    font-size: 13px;
    white-space: nowrap;
  }
  .mobile_top_menu_wrap .link a:nth-child(2) {
    display: none;
  }
  /* .sidebarmenu_2 h5 {
    font-size: 10px;
  } */

  .img-wrap .close {
    font-size: 44px !important;
    padding: 5px;
    line-height: 1;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #imageWrapper {
    width: 290px !important;
  }
  .gif img {
    width: 84px !important;
    height: 84px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .lib-img {
    width: 296px;
    height: 296px;
  }
}
.poll-results {
  display: none;
}
.polling-question-wrapper {
  display: block;
}
.poll-result-btn {
  width: 100%;
  margin-bottom: 13px;
  text-align: center;
}
.emojionearea-button-close,
.emojionearea-button-open {
  display: none !important;
  opacity: 0 !important;
}
.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 92px !important;
  right: 126px !important;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  top: 135px !important;
}
.emojionearea
  .emojionearea-picker.emojionearea-picker-position-bottom
  .emojionearea-wrapper:after {
  right: 140px !important;
}
.emojionearea .emojionearea-picker .emojionearea-filters {
  display: flex;
  align-items: flex-end;
}
.poll-result-btn .btn-secondary {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  color: #575757;
}
.poll-result-btn .btn-secondary:hover {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.share-btn {
  color: #909090;
}

.view-btn {
  color: #909090;
}

.responsive_logo_3 {
  display: none;
}

.mlist_title_search_wrap .mtitle + p {
  font-size: 1rem;
}
.mbreadcrumb ul li a {
  font-size: 17px;
}
.nav-links .link a {
  color: #fff;
}
.nav-links .link a .fa {
  display: block;
}

/* sidebar bar widget link */
.right_widget_links ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 15px;
}
.right_widget_links ul li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 1.5em;
  position: relative;
  padding: 0 3px 0 30px;
}
.right_widget_links ul li .fa {
  position: absolute;
  left: 0;
  top: 16px;
  width: 30px;
  font-size: 1.5rem;
}
.right_widget_links ul .fa-users {
  color: #ed0f0f;
}
.right_widget_links ul .fa-comments {
  color: green;
}
.right_widget_links ul .fa-user {
  color: #e55602;
}
.right_widget_links ul .fa-search {
  color: blue;
}

.holder_wrap {
  position: relative;
}
.cholder {
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  align-items: center;
  z-index: 999;
}
.cholder a {
  color: white;
  padding-top: 60px;
}

.live-stream-box {
  width: 65px;
  margin-right: 0;
}
.live-stream-box img {
  width: 100%;
}
.like-btn {
  color: grey;
}

.comment-btn {
  color: grey;
}

.thumb-white {
  color: grey;
}

.thumb-blue {
  color: #017fef;
}

.gif-imageWrapper {
  position: absolute;
  left: -121px;
  z-index: 999;
  width: 400px !important;
}

.gif-imageWrapper .gif-img img {
  width: 118px !important;
  height: 118px !important;
  display: inline-block !important;
}

.color-white {
  color: #ffffff;
}

.color-white:hover {
  color: #ffffff;
}

#comment-list-box .post_row_holder p {
  font-size: 17px !important;
}

@media only screen and (max-width: 576px) {
  .sidebarmenu_2 {
    top: 0 !important;
    bottom: 55px !important;
    height: auto !important;
  }
}
