@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h1,
p,
h2 {
  text-transform: initial !important;
}

h3,
h4,
h5,
h6 {
  letter-spacing: 0.8px !important;
}

h2 {
  color: #000;
  font-size: 32px;
  font-family: "Oswald";
}

.text-dark {
  color: #808080 !important;
}

.search_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 15px;
}

.form_control_custom {
  color: #808080;
  background-color: whitesmoke;
  padding: 8px 10px;
  font-size: 14px;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 6px;
  min-height: 45px;
}

.link_text {
  text-transform: initial !important;
  color: blue;
  transition: all 0.2s ease-in-out;
}
.link_text:hover {
  opacity: 0.8;
}

.h2_grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .h2_grid {
    grid-template-columns: repeat(2, auto);
  }
}
.h2_grid span {
  display: flex;
}
.h2_grid span:not(:first-child) {
  border-left: 1px solid rgba(128, 128, 128, 0.6117647059);
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .h2_grid span:nth-child(3) {
    border: none;
    padding: 0;
  }
}

.login_wrapper {
  background-color: whitesmoke;
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .login_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login_wrapper h1,
.login_wrapper p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
}
.login_wrapper .bg_wrapper {
  width: 100%;
  padding: 50px 0 200px 0;
  position: relative;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .login_wrapper .bg_wrapper {
    padding: 50px 0;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.login_wrapper .bg_wrapper img {
  -o-object-position: 0 30%;
     object-position: 0 30%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.login_wrapper .bg_wrapper .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}
.login_wrapper .bg_wrapper h1 {
  font-size: 4vw;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .login_wrapper .bg_wrapper h1 {
    font-size: 26px;
  }
}
.login_wrapper .form_card {
  padding: 30px;
  border-radius: 20px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .login_wrapper .form_card {
    margin-top: 30px;
  }
}
.login_wrapper .form_card h3 {
  text-align: center;
  color: #808080;
  font-size: 20px;
  margin-bottom: 15px;
}
.login_wrapper .form_card h2 {
  text-align: center;
  font-size: 28px;
  max-width: 450px;
  margin: 0 auto;
}

.single_input {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #808080;
}
.single_input i {
  font-size: 18px;
  color: #808080;
}
.single_input i.eye-toggle {
  font-size: 14px;
  cursor: pointer;
}
.single_input input {
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}
.single_input input:focus {
  border: none;
  outline: none;
}

.secondary_header {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .secondary_header .grid {
    display: grid;
    grid-template-columns: 169px auto;
  }
}
@media screen and (max-width: 991px) {
  .secondary_header .navbar-collapse {
    position: absolute;
    background: #3b3b3b;
    left: 0;
    top: 100%;
  }
}
.secondary_header .grid {
  display: grid;
  grid-template-columns: 169px auto;
}
.secondary_header .nav {
  flex-wrap: nowrap;
}
.secondary_header .nav li {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}
.secondary_header .nav li.active {
  color: #fff;
  border-color: #29B6F6;
}
.secondary_header .nav li i {
  font-size: 14px;
}
.secondary_header .nav li a {
  font-size: 16px;
}
.secondary_header .nav li .profil-dropdown i {
  color: #808080;
}
@media screen and (max-width: 991px) {
  .secondary_header .search_header {
    margin-left: 5px;
  }
  .secondary_header .nav-wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .secondary_header nav {
    position: relative;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .secondary_header .nav-wide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .secondary_header nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
  }
}
.secondary_header .search_header {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding-left: 16px;
  max-width: 450px;
  margin-right: 15px;
  margin-top: 8px;
}
.secondary_header .search_header > span {
  padding: 0.35rem 0.5rem;
}
.secondary_header .search_header input {
  border: none;
  box-shadow: none;
  min-height: 35px;
}
.secondary_header .search_header input:focus {
  box-shadow: none;
}
.secondary_header .search_header i {
  font-size: 16px;
  color: #808080;
}
.secondary_header .profil-dropdown h6 {
  margin-bottom: 0 !important;
}
.secondary_header .profil-dropdown i {
  font-size: 14px;
  color: #808080;
}
.secondary_header .profil-dropdown h5 {
  color: #000;
}
.secondary_header .btn-transparent:focus, .secondary_header .btn-transparent:active, .secondary_header .btn-transparent.show {
  outline: none;
  border-color: transparent;
}
.secondary_header .notification-ui {
  margin-left: 20px;
}
.secondary_header .notification-ui h3 {
  color: #000;
  margin-top: 10px;
}
.secondary_header .notification-ui a:after {
  display: none;
}
.secondary_header .notification-ui_icon {
  position: relative;
}
.secondary_header .notification-ui_icon i {
  font-size: 20px;
}
.secondary_header .notification-ui_icon .unread-notification {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #66BB6A;
  position: absolute;
  top: 0;
  left: 10px;
}
.secondary_header .notification-ui_dd {
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  border: 0;
  max-width: 400px;
}
@media (min-width: 900px) {
  .secondary_header .notification-ui_dd {
    min-width: 400px;
    position: absolute;
    left: -192px;
    top: 70px;
  }
}
.secondary_header .notification-ui_dd:after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% - 7px);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.secondary_header .notification-ui_dd_header {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.secondary_header .notification-ui_dd_header h3 {
  margin-bottom: 0;
  color: #000;
}
.secondary_header .notification-ui_dd_content {
  max-height: 500px;
  overflow: auto;
}
.secondary_header .notification-list {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.secondary_header .notification-list--unread {
  position: relative;
  background-color: rgba(112, 204, 247, 0.3019607843);
}
.secondary_header .notification-list--unread:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: calc(100% + 1px);
  border-left: 3px solid #29B6F6;
}
.secondary_header .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 20px;
}
.secondary_header .notification-list_detail p {
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000;
}
.secondary_header .notification-list_feature-img img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  margin-left: 20px;
}

@media screen and (min-width: 575px) {
  .user_toggle i {
    display: none !important;
  }
}

.feed_wrapper {
  background-color: whitesmoke;
  padding: 10px 15px;
}
@media screen and (max-width: 575px) {
  .feed_wrapper .user_col {
    height: 95px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 575px) {
  .feed_wrapper > .row,
  .feed_wrapper .sticky_sec {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    align-items: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .feed_wrapper > .row::-webkit-scrollbar,
  .feed_wrapper .sticky_sec::-webkit-scrollbar {
    display: none;
  }
  .feed_wrapper .sticky_sec {
    position: sticky;
    top: 0;
  }
}
.feed_wrapper .post_container {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  transition: height 0.2s ease;
  margin-bottom: 15px;
}
.feed_wrapper .post_container img {
  cursor: pointer;
}
.feed_wrapper .post {
  padding: 10px 15px 20px 15px;
}
.feed_wrapper .post_h3 {
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  text-transform: initial;
  font-weight: 700;
}
.feed_wrapper .post form .content,
.feed_wrapper .audience .list li .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed_wrapper .post form .content img {
  cursor: default;
  max-width: 52px;
}
.feed_wrapper form .content .details p {
  font-size: 17px;
  font-weight: 500;
}
.feed_wrapper .details .privacy span {
  font-size: 13px;
  margin-top: 1px;
  font-weight: 500;
}
.feed_wrapper .post :where(textarea, button) {
  width: 100%;
  outline: none;
  border: none;
}
.feed_wrapper form textarea {
  font-size: 16px;
  line-height: 1;
  margin-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: auto;
  resize: none;
}
.feed_wrapper .post button {
  display: none;
}
.feed_wrapper form textarea::-moz-placeholder {
  color: #808080;
}
.feed_wrapper form textarea::placeholder {
  color: #808080;
}
.feed_wrapper form textarea:focus::-moz-placeholder {
  color: #000;
}
.feed_wrapper form textarea:focus::placeholder {
  color: #000;
}
.feed_wrapper form .options .list {
  list-style: none;
}
.feed_wrapper .options .list li {
  height: 42px;
  width: 42px;
  margin: 0 -1px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed_wrapper .options .list li img {
  cursor: pointer;
}
.feed_wrapper .options .list li:hover {
  background: #f0f1f4;
}
.feed_wrapper .options .list li img {
  width: 23px;
}
.feed_wrapper .post button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  margin-top: 10px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #BCC0C4;
  border-radius: 7px;
  background: #e2e5e9;
  transition: all 0.3s ease;
  text-align: center;
}
.feed_wrapper form textarea:valid {
  resize: auto;
}
.feed_wrapper .post:has(textarea:valid) form .content {
  align-items: flex-start;
}
.feed_wrapper .post:has(textarea:valid) button {
  color: #fff;
  cursor: pointer;
  background: #4599FF;
  display: flex;
}
.feed_wrapper .post:has(textarea:valid) button:hover {
  background: #1a81ff;
}

.card {
  border-radius: 16px;
  box-shadow: none;
  background: #fff;
}

.new_h3 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.bg-smokey {
  background-color: whitesmoke;
}

.side_nav {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.side_nav a {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
.side_nav a::before {
  content: "";
  height: 100%;
  width: 0;
  background-color: #1a81ff;
  left: -8;
  top: auto;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.side_nav a:has(.members_count) {
  padding-right: 20px;
}
.side_nav a:has(.members_count) .members_count {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  padding: 3px 5px;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.side_nav a i {
  min-width: 20px;
  max-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.side_nav a.active, .side_nav a:hover {
  background-color: rgba(112, 204, 247, 0.2274509804);
}
.side_nav a.active::before, .side_nav a:hover::before {
  width: 8px;
}
.side_nav a.active i, .side_nav a:hover i {
  color: #1a81ff;
}

.new_h2 {
  font-size: 16px !important;
  line-height: 1.2;
  color: #000;
}

.new_h6 {
  font-size: 12px;
  line-height: 1.2;
}

.text-darker {
  color: #000;
}

.post_images {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.post_images img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 200px;
}
.post_images:has(img:nth-child(2)) {
  grid-template-columns: repeat(2, 1fr);
}
.post_images:has(img:nth-child(3)) {
  grid-template-columns: repeat(2, 1fr);
}
.post_images:has(img:nth-child(3)) img:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_details {
  border: 1px solid #808080;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 10px;
}
.club_details img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}
.club_details.second_style {
  border: none;
  border-radius: 0;
  padding: 0 !important;
  margin-top: 0;
}
.club_details.second_style.table_styled {
  padding: 15px !important;
}
.club_details.second_style.table_styled:nth-child(even) {
  background-color: whitesmoke;
}
.club_details.second_style img {
  max-width: 50px;
  border-radius: 8px;
  height: auto;
}
.club_details.second_style p {
  display: flex;
  align-items: center;
}
.club_details.second_style p i {
  margin-right: 3px;
  color: #1a81ff;
  font-size: 14px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons_p p {
  display: flex;
  align-items: center;
}
.icons_p p i {
  margin-right: 3px;
  color: #1a81ff;
  font-size: 14px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.qr_wrapper {
  max-width: 350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 20px auto;
  padding: 20px;
  background-color: #ffffff;
}
.qr_wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 576px) {
  .qr_modal .modal-dialog {
    max-width: 700px;
  }
}
.qr_modal .modal-content {
  background-color: transparent;
  background: none;
  padding: 0;
  width: auto;
  border: none;
}
.qr_modal .login_wrapper {
  background-color: transparent;
  padding-bottom: 0;
}

.images_joined {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.images_joined img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: -3px;
}
.images_joined .number {
  margin-right: 5px;
  margin-left: -3px;
  border: 0.5px solid #808080;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(188, 192, 196, 0.3137254902);
}

.club_avatar {
  border-radius: 8px;
  border: 2px solid #fff;
  margin-top: -40px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
}
.club_avatar img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-tabs button .reg-button {
  border: 1px solid grey;
  transition: all 0.2s ease-in-out;
}
.nav-tabs button:not(.active) .reg-button {
  background-color: #fff;
  color: grey;
}
.nav-tabs button:not(.active) .reg-button:hover {
  background-color: grey;
  color: #fff;
}

@media screen and (max-width: 480px) {
  header .grid {
    grid-template-columns: 80px auto !important;
  }
  header button {
    font-size: 12px !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .member_stack {
    display: grid !important;
    grid-template-columns: 20px auto;
  }
  .member_stack .images_joined {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .member_stack > :last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs {
    background: transparent;
    position: relative;
    box-shadow: none;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0%;
    top: 0.5rem;
    display: flex;
    gap: 15px;
  }
}
.reg-button.invert {
  background-color: #fff;
  color: grey;
  border: 1px solid grey;
}
.reg-button.invert:hover {
  background-color: grey;
  color: #fff;
}

.caret_icon::before {
  line-height: 0.4;
  height: 4px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .new_h3 {
    font-size: 14px;
  }
  .details h6 {
    font-size: 12px !important;
  }
  #mother {
    padding: 0 0 20px 0;
  }
  .comment-input-area input {
    width: 80px;
  }
  header .dropdown-menu {
    right: 0;
  }
  header .dropdown-menu.notification-ui_dd {
    left: 0 !important;
  }
  header .dropdown-menu .secondary_header .search_header {
    margin-right: 0;
  }
  .footertext {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.modal-content {
  text-align: left !important;
}

.img_input_wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background: rgb(234, 242, 254);
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.img_input_wrapper .d-none {
  display: none;
}
.img_input_wrapper:active #img-result {
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.img_input_wrapper #img-result {
  cursor: pointer;
  margin: 0;
  position: relative;
  background: rgb(221, 234, 253);
  background-size: cover;
  background-position: center;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s;
}
.img_input_wrapper #img-result.no-image:before {
  font-family: "Font Awesome 6 Free";
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgb(53, 126, 248);
  font-size: 28px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  font-weight: 900;
}
.img_input_wrapper button {
  margin-top: 20px;
  display: block;
  font-family: "Open Sans Condensed", sans-serif;
  background: rgb(221, 234, 253);
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px;
  letter-spacing: 1.3px;
  font-size: 1.05em;
  border-radius: 5px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  outline: 0;
  transition: box-shadow 0.3s, margin-top 0.3s, padding 0.3s;
}
.img_input_wrapper button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}

.profile_info p,
.profile_info h3 {
  max-width: 400px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label,
input,
textarea,
select {
  font-family: "Inter", serif;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
  font-family: "Inter", serif;
  text-wrap: nowrap;
}

img.img_prize {
  position: absolute;
  transform: translateX(-12px);
}

.text-orange {
  color: #ff4500 !important;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.table_actions {
  --bs-dropdown-min-width: 8rem;
  padding: 0 !important;
}
.table_actions a {
  text-align: center;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}
.table_actions a.text-cancel {
  color: red !important;
}
.table_actions a.text-pending {
  color: #1a81ff !important;
}
.table_actions a.text-approved {
  color: #1bbc00 !important;
}
.table_actions li:not(:last-child) a {
  border-bottom: 1px solid #aaaaaa;
}

table .bg-light.yellow th {
  background: yellow;
  color: #000 !important;
}
table .bg-light tr th:first-child {
  border-radius: 8px 0 0 8px !important;
  overflow: hidden;
}
table .bg-light tr th:last-child {
  border-radius: 0 8px 8px 0 !important;
  overflow: hidden;
}
table .bg-light th {
  color: #808080;
  font-weight: 600;
  font-size: 14px;
}

.badge {
  padding: 5px 12px !important;
  border-radius: 8px !important;
  width: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.badge.bg-cancel {
  background: red !important;
  color: #fff !important;
}
.badge.bg-pending {
  background: #cdcdcd !important;
  color: #000;
}
.badge.bg-approved {
  background: #a8fb9a !important;
  color: #000 !important;
}

.feed_wrapper.no_sticky > .row,
.feed_wrapper.no_sticky .sticky_sec {
  height: auto;
  overflow-y: auto;
  align-items: flex-start;
}

.dashboard_stats .blue i {
  color: rgb(9, 9, 252) !important;
}
.dashboard_stats .blue h3 {
  color: rgb(9, 9, 252) !important;
}
.dashboard_stats .light-blue i {
  color: #29B6F6 !important;
}
.dashboard_stats .light-blue h3 {
  color: #29B6F6 !important;
}
.dashboard_stats .purple i {
  color: rgb(190, 3, 190) !important;
}
.dashboard_stats .purple h3 {
  color: rgb(190, 3, 190) !important;
}

.bg_blue {
  background: #59bbfe;
}

.colored_head .nav-tabs {
  justify-content: space-between;
  max-width: 310px;
  width: 100%;
}
.colored_head .nav-tabs .btn {
  color: #ffffff !important;
  padding-bottom: 3px !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0 !important;
  font-family: "Inter", serif;
  font-weight: 300;
}
.colored_head .nav-tabs .btn.active {
  font-weight: 500;
  border-color: #ffffff !important;
}

.pagination ul {
  display: flex;
  gap: 2px;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
}
.pagination .reg-button {
  border: 1px solid #1a81ff;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 10px !important;
  background-color: transparent;
  color: #1a81ff;
}
.pagination .reg-button.active, .pagination .reg-button:hover {
  color: #ffffff;
  background-color: #1a81ff;
}

.message-area {
  overflow: hidden;
  padding: 0 0 30px 0;
  background: #f5f5f5;
}
.message-area .chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: calc(100vh - 110px);
  overflow: hidden;
}
.message-area .chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 365px;
  float: left;
  padding: 15px;
}
.message-area .chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.message-area .chat-area .modal-dialog-scrollable {
  height: 100% !important;
}
.message-area .chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #ccc;
}
.message-area .chatbox .modal-dialog,
.message-area .chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.message-area .msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.message-area .msg-search .search_header {
  border-bottom: 1px solid #dee2e6;
}
.message-area .chat-area .form-control {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.message-area .chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}
.message-area a.add img {
  height: 36px;
}
.message-area .chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}
.message-area .chat-area .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 0;
}
.message-area .chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: -1px;
  background: 0 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", serif;
}
.message-area .chat-area .nav-tabs .nav-item.show .nav-link,
.message-area .chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: #1bbc00;
}
.message-area .chat-area .nav-tabs .nav-link:focus,
.message-area .chat-area .nav-tabs .nav-link:hover {
  border-color: #1bbc00;
  isolation: isolate;
}
.message-area .chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.message-area .chat-list p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.message-area .chat-list > a {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
  padding: 5px;
}
.message-area .chat-list > a:hover, .message-area .chat-list > a.active {
  background-color: #eee;
}
.message-area .chat-list .user_profile {
  position: relative;
}
.message-area .chat-list .user_profile span {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #aaaaaa;
  border-radius: 50%;
  border: 2px solid #fff;
}
.message-area .chat-list .user_profile span.active {
  background: #00DB75;
}
.message-area .msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.message-area .msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}
.message-area .msg-head {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.message-area .moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}
.message-area .moreoption .navbar {
  padding: 0;
}
.message-area .moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}
.message-area .moreoption .dropdown-toggle::after {
  display: none;
}
.message-area .moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}
.message-area .msg-body ul {
  overflow: hidden;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.message-area .msg-body ul li {
  list-style: none;
  margin: 10px 0;
}
.message-area .msg-body ul li.sender {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  width: 100%;
  position: relative;
}
.message-area .msg-body ul li.sender p {
  color: #434343;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 15px;
  background: transparent;
  border: 1px solid #dadada;
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}
.message-area .msg-body ul li.sender p:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.message-area .msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.message-area .msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}
.message-area .msg-body ul li.repaly p {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 15px;
  background: #eaf1fb;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}
.message-area .msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.message-area .msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}
.message-area .time {
  display: block;
  color: #808080;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.message-area .divider {
  position: relative;
  z-index: 1;
  text-align: center;
}
.message-area .msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #3a3a3a;
  border-radius: 8px;
  background: #f5f5f5;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
}
.message-area .divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #EBEBEB;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.message-area .send-box {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.message-area .send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.message-area .send-box .form-control {
  display: block;
  width: 85%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.message-area .send-box button {
  border: none;
  background: #3867d6;
  padding: 0.375rem 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 24%;
  margin-left: 1%;
}
.message-area .send-box button i {
  margin-right: 5px;
}
.message-area .send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #F6F7FA;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.message-area .send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}
.message-area #upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.message-area .send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #F6F7FA;
  background-clip: padding-box;
  border: 1px solid #F6F7FA;
  border-radius: 3px;
  margin-bottom: 5px;
}
.message-area .send-btns .button-wrapper span.label img {
  margin-right: 5px;
}
.message-area .button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.message-area button:focus {
  outline: 0;
}
.message-area .add-apoint {
  display: inline-block;
  margin-left: 5px;
}
.message-area .add-apoint a {
  text-decoration: none;
  background: #F6F7FA;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}
.message-area .add-apoint a svg {
  margin-right: 5px;
}
.message-area .chat-icon {
  display: none;
}
.message-area .closess i {
  display: none;
}
@media (max-width: 991px) {
  .message-area .chat-icon {
    display: block;
    margin-right: 10px;
    cursor: pointer;
  }
  .message-area .chatlist {
    width: 100%;
  }
  .message-area .chatbox {
    width: 100%;
    position: absolute;
    left: 1000px;
    right: 0;
    background: #fff;
    transition: all 0.5s ease;
    border-left: none;
  }
  .message-area .showbox {
    left: 0 !important;
    transition: all 0.5s ease;
  }
  .message-area .msg-head h3 {
    font-size: 14px;
  }
  .message-area .msg-head p {
    font-size: 12px;
  }
  .message-area .msg-head .flex-shrink-0 img {
    height: 30px;
  }
  .message-area .send-box button {
    width: 28%;
  }
  .message-area .send-box .form-control {
    width: 70%;
  }
  .message-area .chat-list h3 {
    font-size: 14px;
  }
  .message-area .chat-list p {
    font-size: 12px;
  }
  .message-area .msg-body ul li.sender p {
    font-size: 13px;
    padding: 8px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .message-area .msg-body ul li.repaly p {
    font-size: 13px;
    padding: 8px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

p.webkit_p {
  min-height: 42px !important;
}
p.webkit_p.collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
p.webkit_p.collapsing[aria-expanded=true] {
  height: 42px !important;
}
p.webkit_p.collapse[aria-expanded=false]:after {
  content: "...";
}

span.webkit_span {
  font-size: 10px;
}
span.webkit_span.collapsed:after {
  content: "Show More";
}
span.webkit_span:not(.collapsed):after {
  content: "Show Less";
}

.text_label {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(0, 150, 100) !important;
  font-size: 12px !important;
  margin-top: 8px;
  font-weight: 700 !important;
}
.text_label i {
  font-size: 16px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 150, 100) !important;
}

.custom_scroll_bar::-webkit-scrollbar-track,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.custom_scroll_bar::-webkit-scrollbar,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.custom_scroll_bar::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #1bbc00;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
.custom_scroll_bar::-webkit-scrollbar:hover,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar:hover {
  width: 12px;
}
.custom_scroll_bar::-webkit-scrollbar-thumb:hover,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #28a745;
}

.yellow_chat {
  margin-top: 10px;
  margin-bottom: 10px;
}
.yellow_chat .comment-s {
  width: 100%;
}
.yellow_chat .comment-s .comment-area {
  background-color: #ffffff;
  width: 97%;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 0 16px 0 16px;
  border: 1px solid #ffd700;
}
.yellow_chat .comment-s .comment-area .text-gold {
  color: #ffd700 !important;
}
.yellow_chat .comment-s .comment-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yellow_chat .comment-s .icon-comment:hover {
  background-color: transparent;
  scale: 1.1;
}
.yellow_chat .comment-s .comment-input-area {
  background-color: transparent;
}
.yellow_chat .comment-s .comment-input-area input {
  background-color: transparent;
}
.yellow_chat .comment-s .message_sent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
  width: 30px;
  height: 28px;
  border-radius: 8px;
  background-color: #ffd700;
}
.yellow_chat .comment-s .message_sent:hover {
  scale: 1.1;
}
.yellow_chat .comment-s .message_sent i {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .feed_wrapper.no_sticky .user_col.sticky_sec {
    overflow-y: hidden !important;
    height: 95px;
  }
}/*# sourceMappingURL=main_style.css.map */