:root {
  --ow-main-color: #1e9bde;
  --ow-main-hover-color: #3399CC;
  --ow-main-color-rgb: 0, 116, 179;
  --ow-main-border-color: #1e9bde;
  --ow-primary-rgb: 0, 119, 182;
  --ow-link-color: #1e9bde;
  --ow-link-hover-color: #012b62;
  --bs-nav-link-color: #1e9bde;
  --ow-secondary-color: #338080;
  --ow-secondary-hover: #287070;
  --ow-accent-color: #ffd700;
  --ow-accent-hover: #e6c200;
  --ow-disabled-color: #a8c3d4;
  --text-color: #fff;
}

.owlindex-container,
.owlindex-container-fluid,
.owlindex-container-lg,
.owlindex-container-md,
.owlindex-container-sm,
.owlindex-container-xl,
.owlindex-container-xxl {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .owlindex-container,
  .owlindex-container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .owlindex-container,
  .owlindex-container-md,
  .owlindex-container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .owlindex-container,
  .owlindex-container-lg,
  .owlindex-container-md,
  .owlindex-container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .owlindex-container,
  .owlindex-container-lg,
  .owlindex-container-md,
  .owlindex-container-sm,
  .owlindex-container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .owlindex-container,
  .owlindex-container-lg,
  .owlindex-container-md,
  .owlindex-container-sm,
  .owlindex-container-xl,
  .owlindex-container-xxl {
    max-width: 1320px
  }
}

.nav-pills .nav-link-mob-profile.active,
.nav-pills .show>.nav-link-mob-profile {
  color: #000;
  background-color: #ffffff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--ow-main-color);
}

.nav-pills .nav-link-mob-profile {
  background: 0 0;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}


.nav-link-mob-profile {
  text-shadow: .09em .09em 10px black;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #ffffff;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: larger;
}

.nav-link-profile {
  text-shadow: .09em .09em 10px black;
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: larger;
  font-weight: 500;
  font-weight: var(--bs-nav-link-font-weight);
  color: #fff;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link-profile {
    transition: none
  }
}

.nav-link-profile:focus,
.nav-link-profile:hover {
  color: #fff;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link-profile {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link-profile:focus,
.nav-tabs .nav-link-profile:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link-profile.disabled,
.nav-tabs .nav-link-profile:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link-profile.show .nav-link-profile,
.nav-tabs .nav-link-profile.active {
  text-shadow: none;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color)
}

.profile-navs {
  border-bottom: none;
  margin-top: 40px;
  margin-left: 20px
}

.profile-header {
  display: inline-block;
  position: relative;
  width: 100%;
}

.profile-header .profile-navigation {
  padding-bottom: 0;
}

.profile-navigation {
  display: inline-block;
  padding-top: 20px;
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 60px 0 0 0;
}

.profile-navigation-business {
  display: inline-block;
  padding-top: 5px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.profile-navigation>h4 {
  color: #fff;
  display: block;
  max-width: 70%;
  width: 100%;
  font-size: 22px;
}

.profile-header .profile-navigation {
  padding-bottom: 0;
}

.nav-item>span {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  font-size: 10px;
  padding: 0 5px;
  position: absolute;
  right: -5px;
  top: -4px;
}

.profile-header-details {
  display: inline-block;
  position: relative;
  width: 100%;
}

.profile-header-details>figure {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}


.profile-header-details .sharing-options {
  position: absolute;
  right: 6px;
  top: 0;
  width: auto;
}


.profile-header-details-business {
  display: grid;
  position: relative;
  width: 100%;
}

.profile-header-details-business>figure {
  display: flex;
  justify-content: center;
}

.profile-header-details-business .sharing-options {
  position: absolute;
  right: 6px;
  top: 0;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .profile-header-names {
    display: block;
    padding-left: 20px;
    color: #fff;
  }

  .profile-header-names-business {
    display: block;
    color: #fff;
    margin-bottom: 110px;
  }

  a.cover-profile-edit-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 10px;
    transition: all 0.3s linear 0s;
  }

  a.cover-profile-edit-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 10px;
    transition: all 0.3s linear 0s;
  }

  a.cover-profile-edit {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 10px;
    width: 145px;
    transition: all 0.3s linear 0s;
  }

  a.follow-button-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: grid;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s linear 0s;
  }

  a.message-button-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: grid;
    margin-bottom: 10px;
    transition: all 0.3s linear 0s;
  }
}

@media only screen and (min-width: 600px) {
  a.follow-button-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 23px;
    bottom: 20px;
    width: 130px;
    transition: all 0.3s linear 0s;
  }

  a.cover-profile-edit {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 10px;
    width: 145px;
    transition: all 0.3s linear 0s;
  }

  a.message-button-business {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    display: inline-block;
    position: absolute;
    right: 155px;
    bottom: 20px;
    width: 130px;
    transition: all 0.3s linear 0s;
  }

  .profile-header-names {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    color: #fff;
  }

  .profile-header-names-business {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 110px;

  }
}

.profile-header-names>p {
  text-shadow: .1em .1em 10px black;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 0px;
}

.profile-header-names-business>h3 {
  text-shadow: 0.05em 0.05em 5px black;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 0px;
}

.profile-header-details .sharing-options {
  position: absolute;
  right: 6px;
  top: 0;
  width: auto;
}

.profile-header-names>span {
  display: inline-block;
  text-shadow: .09em .09em 10px black;
  color: #fff;
  font-weight: 500;
}

.profile-header-names>a {
  text-shadow: .09em .09em 10px black;
}

.profile-header-names-business>span {
  display: inline-block;
  text-shadow: 0.05em 0.05em 5px black;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.profile-header-names-business>a {
  text-shadow: .09em .09em 10px black;
}

.profile-cover-image {
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.profile-cover-background {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.profile-avatar-vip {
  margin-left: 20px;
  padding: 5px;
  display: inline-block;
  border: 4px solid gold;
  border-radius: 100%;
}

.profile-avatar-vip-business {
  padding: 5px;
  display: inline-block;
  border: 4px solid gold;
  border-radius: 100%;
}

.profile-avatar-vip-company {
  padding: 2px;
  display: inline-block;
  border: 4px solid gold;
  border-radius: 100%;
}

.homepage-avatar-vip {
  padding: 5px;
  display: inline-block;
  border: 4px solid gold;
  border-radius: 100%;
}

.postbox-avatar-vip {
  display: inline-block;
  border: 2px solid gold;
  border-radius: 100%;
}

.postbox-avatar {
  display: inline-block;
  border-radius: 100%;
}

.page-avatar-vip {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid gold;
  border-radius: 100%;
}

.page-avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 100%;
}

.profile-avatar {
  margin-left: 20px;
  padding: 5px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 100%;
}

.profile-business-avatar {
  padding: 5px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 100%;
}

.profile-company-avatar {
  padding: 2px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 100%;
}

.homepage-avatar {
  padding: 5px;
  display: inline-block;
  border: 4px solid #fff;
  border-radius: 100%;
}

.homepage-post-box {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid var(--bs-dark);
  border-radius: 0.5rem !important;
  padding-left: 1rem !important;
}

a.connect-button {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 60px;
  width: 130px;
  transition: all 0.3s linear 0s;
}

a.follow-button {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 110px;
  width: 130px;
  transition: all 0.3s linear 0s;
}

a.message-button {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  display: inline-block;
  position: absolute;
  right: 23px;
  top: 160px;
  width: 130px;
  transition: all 0.3s linear 0s;
}

div.page-button {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  display: inline-block;
  position: absolute;
  border-radius: 0.375rem;
  right: 23px;
  top: 60px;
  width: 145px;
  transition: all 0.3s linear 0s;
}

.btn-group-socials>.btn,
.btn-socials {
  --bs-btn-padding-y: 0.20rem;
  --bs-btn-padding-x: 0.20rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.btn-light-socials {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #e8e9e9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #e8e9e9;
}

.badge-skills {
  background: #e8e9e9;
  color: var(--bs-dark)
}

.message-error-profile {
  --bs-popover-header-bg: var(--bs-dark);
  --bs-popover-header-color: var(--bs-white);
}

.timeline {
  position: relative;
  padding-left: 2.5rem;
  color: var(--bs-dark);
}

.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--bs-dark);
}

.timeline .timeline-container {
  position: relative;
  margin-bottom: 1rem;
}

.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -53px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background: var(--bs-dark);
}

.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.timeline .timeline-container .timeline-body {
  background: #e8e9e9;
  border-radius: 3px;
  padding: 12px 12px 10px;
}

.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}

.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1rem;
}

.timeline_texts_margin {
  margin-bottom: 0.2rem;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  margin-top: 16px;
  font-size: 11px;
}

.timeline .timeline-container.main .badge,
.timeline .timeline-container.main .timeline-icon {
  background: #6c757d !important;
}

.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: #1d8cf8 !important;
}

.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: #11cdef !important;
}

.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: #00bf9a !important;
}

.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}

.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: #fd5d93 !important;
}

.author {
  font-family: inherit;
  padding: 3em;
  text-align: center;
  width: 100%;
  color: white;
}

.author a:link,
.author a:visited {
  color: white;
}

.author a:link:hover,
.author a:visited:hover {
  text-decoration: none;
}

.author .btn:link,
.author .btn:visited {
  margin-top: 1em;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  font-weight: 100;
  color: white;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: black;
  padding: 1.5em 2rem;
  border-radius: 1em;
  transition: 0.5s all;
}

.author .btn:link:hover,
.author .btn:link:focus,
.author .btn:link:active,
.author .btn:visited:hover,
.author .btn:visited:focus,
.author .btn:visited:active {
  background-color: #1a1a1a;
}


@media only screen and (max-width: 600px) {
  .scroll-menu {
    min-width: 200px;
    max-height: 30vh;
    overflow: auto;
  }
}

@media only screen and (min-width: 600px) {
  .scroll-menu {
    min-width: 400px;
    max-height: 30vh;
    overflow: auto;
  }
}

@media only screen and (max-width: 600px) {
  .scroll-menu-special {
    min-width: 200px;
    max-height: 20vh;
    overflow: auto;
  }
}

@media only screen and (min-width: 600px) {
  .scroll-menu-special {
    min-width: 400px;
    max-height: 20vh;
    overflow: auto;
  }
}

.green {
  margin-top: 15px;
}

.green .progress,
.red .progress,
.orange .progress {
  position: relative;
  border-radius: 50%;
}

.green .progress,
.red .progress,
.orange .progress {
  width: 100px;
  height: 100px;
}

.green .progress {
  border: 5px solid #53fc53;
}

.green .progress {
  box-shadow: 0 0 20px #029502;
}

.green .progress,
.red .progress,
.orange .progress {
  transition: all 1s ease;
}

.green .progress .inner,
.red .progress .inner,
.orange .progress .inner {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  border-radius: 50%;
}

.green .progress .inner,
.red .progress .inner,
.orange .progress .inner {
  width: 90px;
  height: 90px;
}

.green .progress .inner,
.red .progress .inner,
.orange .progress .inner {
  border: 5px solid #1a1a1a;
}

.green .progress .inner,
.red .progress .inner,
.orange .progress .inner {
  transition: all 1s ease;
}

.green .progress .inner .water,
.red .progress .inner .water,
.orange .progress .inner .water {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 200%;
  left: -50%;
  border-radius: 40%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  animation-name: spin;
}

.green .progress .inner .water {
  top: 25%;
}

.green .progress .inner .water {
  background: rgba(83, 252, 83, 0.5);
}

.green .progress .inner .water,
.red .progress .inner .water,
.orange .progress .inner .water {
  transition: all 1s ease;
}

.green .progress .inner .water,
.red .progress .inner .water,
.orange .progress .inner .water {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.green .progress .inner .water {
  box-shadow: 0 0 20px #03bc03;
}

.green .progress .inner .glare,
.red .progress .inner .glare,
.orange .progress .inner .glare {
  position: absolute;
  top: -120%;
  left: -120%;
  z-index: 5;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  border-radius: 50%;
}

.green .progress .inner .glare,
.red .progress .inner .glare,
.orange .progress .inner .glare {
  background-color: rgba(255, 255, 255, 0.15);
}

.green .progress .inner .glare,
.red .progress .inner .glare,
.orange .progress .inner .glare {
  transition: all 1s ease;
}

.green .progress .inner .percent,
.red .progress .inner .percent,
.orange .progress .inner .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
}

.green .progress .inner .percent,
.red .progress .inner .percent,
.orange .progress .inner .percent {
  line-height: 80px;
  font-size: 20.3076923076923px;
}

.green .progress .inner .percent {
  color: #000000;
}

.green .progress .inner .percent {
  text-shadow: 0 0 10px #1e9bde
}

.green .progress .inner .percent,
.red .progress .inner .percent,
.orange .progress .inner .percent {
  transition: all 1s ease;
}

.red {
  margin-top: 15px;
}

.red .progress {
  border: 5px solid #e74c3c;
}

.red .progress {
  box-shadow: 0 0 20px #7a0b0b;
}

.red .progress .inner .water {
  top: 75%;
}

.red .progress .inner .water {
  background: rgba(237, 59, 59, 0.5);
}

.red .progress .inner .water {
  box-shadow: 0 0 20px #9b0e0e;
}

.red .progress .inner .percent {
  color: #000000;
}

.red .progress .inner .percent {
  text-shadow: 0 0 10px #7a0b0b;
}

.orange {
  margin-top: 15px;
}

.orange .progress {
  border: 5px solid #f07c3e;
}

.orange .progress {
  box-shadow: 0 0 20px #7e320a;
}

.orange .progress .inner .water {
  top: 50%;
}

.orange .progress .inner .water {
  background: rgba(240, 124, 62, 0.5);
}

.orange .progress .inner .water {
  box-shadow: 0 0 20px #a0400c;
}

.orange .progress .inner .percent {
  color: #000000;
}

.orange .progress .inner .percent {
  text-shadow: 0 0 10px #7e320a;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.btn-share-primary {
  color: var(--bs-dark);
  --bs-btn-color: #fff;
  --bs-btn-bg: #83dfe9;
  --bs-btn-border-color: #83dfe9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18848e;
  --bs-btn-hover-border-color: #1fbdd2;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1fbdd2;
  --bs-btn-active-border-color: #1a98a6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #83dfe9;
  --bs-btn-disabled-border-color: #83dfe9
}


.column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.section-title {
  width: 100%;
  text-align: center;
  padding: 30px 0 30px 0;
}

.section-title::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 5px;
  left: calc(50% - 45px);
  background: #353535;
}

.section-title h1 {
  color: #353535;
  font-size: 30px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.team-9 {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.team-9:hover {
  transform: rotateY(180deg);
}

.team-9 .team-img {
  position: relative;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}

.team-9 .team-img img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.team-9 .team-content {
  text-align: center;
}

.team-9 .team-content h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.team-9 .team-content h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.team-9 .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 5px;
  transform: rotateY(180deg);
}

.team-9 .team-overlay p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

.team-9 .team-social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.team-9 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s;
}

.team-9 .team-social a.social-tw {
  background: #00acee;
}

.team-9 .team-social a.social-fb {
  background: #3b5998;
}

.team-9 .team-social a.social-li {
  background: #0e76a8;
}

.team-9 .team-social a.social-in {
  background: #3f729b;
}

.team-9 .team-social a.social-yt {
  background: #c4302b;
}

.team-9 .team-social a:last-child {
  margin-right: 0;
}

.team-9 .team-social a:hover {
  background: #222222;
}

.card-owlindex {
  --bs-card-owlindex-spacer-y: 1rem;
  --bs-card-owlindex-spacer-x: 1rem;
  --bs-card-owlindex-title-spacer-y: 0.5rem;
  --bs-card-owlindex-border-width: 1px;
  --bs-card-owlindex-border-color: var(--bs-border-color-translucent);
  --bs-card-owlindex-border-radius: 0.375rem;
  --bs-card-owlindex-box-shadow: ;
  --bs-card-owlindex-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-owlindex-cap-padding-y: 0.5rem;
  --bs-card-owlindex-cap-padding-x: 1rem;
  --bs-card-owlindex-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-owlindex-cap-color: ;
  --bs-card-owlindex-height: ;
  --bs-card-owlindex-color: ;
  --bs-card-owlindex-bg: #fff;
  --bs-card-owlindex-img-overlay-padding: 1rem;
  --bs-card-owlindex-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-owlindex-height);
  word-wrap: break-word;
  background-color: var(--bs-card-owlindex-bg);
  background-clip: border-box;
  border: var(--bs-card-owlindex-border-width) solid var(--bs-card-owlindex-border-color);
  border-radius: var(--bs-card-owlindex-border-radius)
}

.card-owlindex>hr {
  margin-right: 0;
  margin-left: 0
}

.card-owlindex>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card-owlindex>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-owlindex-inner-border-radius);
  border-top-right-radius: var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-owlindex-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex>.card-owlindex-header+.list-group,
.card-owlindex>.list-group+.card-owlindex-footer {
  border-top: 0
}

.card-owlindex-body {
  flex: 1 1 auto;
  padding: var(--bs-card-owlindex-spacer-y) var(--bs-card-owlindex-spacer-x);
  color: var(--bs-card-owlindex-color)
}

.card-owlindex-title {
  margin-bottom: var(--bs-card-owlindex-title-spacer-y)
}

.card-owlindex-subtitle {
  margin-top: calc(-.5 * var(--bs-card-owlindex-title-spacer-y));
  margin-bottom: 0
}

.card-owlindex-text:last-child {
  margin-bottom: 0
}

.card-owlindex-link+.card-owlindex-link {
  margin-left: var(--bs-card-owlindex-spacer-x)
}

.card-owlindex-header {
  padding: var(--bs-card-owlindex-cap-padding-y) var(--bs-card-owlindex-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-owlindex-cap-color);
  background-color: var(--bs-card-owlindex-cap-bg);
  border-bottom: var(--bs-card-owlindex-border-width) solid var(--bs-card-owlindex-border-color)
}

.card-owlindex-header:first-child {
  border-radius: var(--bs-card-owlindex-inner-border-radius) var(--bs-card-owlindex-inner-border-radius) 0 0
}

.card-owlindex-footer {
  padding: var(--bs-card-owlindex-cap-padding-y) var(--bs-card-owlindex-cap-padding-x);
  color: var(--bs-card-owlindex-cap-color);
  background-color: var(--bs-card-owlindex-cap-bg);
  border-top: var(--bs-card-owlindex-border-width) solid var(--bs-card-owlindex-border-color)
}

.card-owlindex-footer:last-child {
  border-radius: 0 0 var(--bs-card-owlindex-inner-border-radius) var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-owlindex-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-owlindex-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-owlindex-cap-padding-x));
  border-bottom: 0
}

.card-owlindex-header-tabs .nav-link.active {
  background-color: var(--bs-card-owlindex-bg);
  border-bottom-color: var(--bs-card-owlindex-bg)
}

.card-owlindex-header-pills {
  margin-right: calc(-.5 * var(--bs-card-owlindex-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-owlindex-cap-padding-x))
}

.card-owlindex-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-owlindex-img-overlay-padding);
  border-radius: var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex-img,
.card-owlindex-img-bottom,
.card-owlindex-img-top {
  width: 100%
}

.card-owlindex-img,
.card-owlindex-img-top {
  border-top-left-radius: var(--bs-card-owlindex-inner-border-radius);
  border-top-right-radius: var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex-img,
.card-owlindex-img-bottom {
  border-bottom-right-radius: var(--bs-card-owlindex-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-owlindex-inner-border-radius)
}

.card-owlindex-group>.card-owlindex {
  margin-bottom: var(--bs-card-owlindex-group-margin)
}

@media (min-width:576px) {
  .card-owlindex-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-owlindex-group>.card-owlindex {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-owlindex-group>.card-owlindex+.card-owlindex {
    margin-left: 0;
    border-left: 0
  }

  .card-owlindex-group>.card-owlindex:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-owlindex-group>.card-owlindex:not(:last-child) .card-owlindex-header,
  .card-owlindex-group>.card-owlindex:not(:last-child) .card-owlindex-img-top {
    border-top-right-radius: 0
  }

  .card-owlindex-group>.card-owlindex:not(:last-child) .card-owlindex-footer,
  .card-owlindex-group>.card-owlindex:not(:last-child) .card-owlindex-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-owlindex-group>.card-owlindex:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-owlindex-group>.card-owlindex:not(:first-child) .card-owlindex-header,
  .card-owlindex-group>.card-owlindex:not(:first-child) .card-owlindex-img-top {
    border-top-left-radius: 0
  }

  .card-owlindex-group>.card-owlindex:not(:first-child) .card-owlindex-footer,
  .card-owlindex-group>.card-owlindex:not(:first-child) .card-owlindex-img-bottom {
    border-bottom-left-radius: 0
  }
}

a {
  color: #1e9bde;
  text-decoration: underline;
}

.link-color-owl-brand {
  color: var(--ow-main-color) !important;
}

a:hover {
  color: #012b62;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--ow-primary-rgb), var(--bs-text-opacity)) !important
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1e9bde;
  --bs-btn-border-color: #1e9bde;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3399CC;
  --bs-btn-hover-border-color: #3E9B9B;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3E9B9B;
  --bs-btn-active-border-color: #1e9bde;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1e9bde;
  --bs-btn-disabled-border-color: #1e9bde
}

.btn-outline-primary {
  --bs-btn-color: #1e9bde;
  --bs-btn-border-color: #1e9bde;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e9bde;
  --bs-btn-hover-border-color: #1e9bde;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e9bde;
  --bs-btn-active-border-color: #1e9bde;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1e9bde;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e9bde;
  --bs-gradient: none
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #338080;
  --bs-btn-border-color: #338080;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0056b3;
  --bs-btn-hover-border-color: #0038b3;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0038b3;
  --bs-btn-active-border-color: #0039b3c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #338080;
  --bs-btn-disabled-border-color: #338080
}

.form-check-input:checked {
  background-color: var(--ow-main-color);
  border-color: var(--ow-main-border-color)
}

.form-check-input:focus {
  border-color: #B0D4D4;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--ow-main-color-rgb), var(--bs-bg-opacity, 1)) !important
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--ow-main-color-rgb), var(--bs-bg-opacity)) !important
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--ow-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: var(--ow-link-color);
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius)
}

.btn-outline-success {
  --bs-btn-color: #1e9bde;
  --bs-btn-border-color: #1e9bde;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1e9bde;
  --bs-btn-hover-border-color: #1e9bde;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1e9bde;
  --bs-btn-active-border-color: #1e9bde;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1e9bde;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1e9bde;
  --bs-gradient: none
}

.pointer-owlindex {
  cursor: pointer;
}


.owlindex-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.owlindex-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owlindex-card-options-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Provides space between the buttons */
}

.owlindex-more-options-dropdown {
  position: relative;
  display: inline-block;
}

.owlindex-more-options-button {
  background-color: transparent;
  border: none;
  color: #0073b1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.owlindex-more-options-button:hover {
  color: #005f91;
}

.owlindex-more-options-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 1;
  min-width: 150px;
  right: 0;
}

.owlindex-more-options-item {
  color: #121212;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.owlindex-more-options-item:hover {
  background-color: #f0f0f0;
  color: #0073b1;
}

.owlindex-more-options-dropdown:hover .owlindex-more-options-content {
  display: block;
}

/* New reason and removal section */
.owlindex-card-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #121212;
}

.owlindex-remove-button {
  background-color: transparent;
  border: none;
  color: #0073b1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.owlindex-remove-button:hover {
  color: #005f91;
}

/* Header section */
.owlindex-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 8px;
}

/* Header section */
.owlindex-card-header.owl-auth {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.owlindex-left-section {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.owlindex-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #ddd;
}

.owlindex-avatar.premium {
  border-color: gold;
}

.owlindex-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.owlindex-main-text {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 2px;
  margin-right: 5px
}

.owlindex-subtext {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.owlindex-subtext span {
  margin-right: 5px;
}

.owlindex-icon {
  width: 11px;
  height: 11px;
  opacity: 0.7;
  margin-left: 2px;
}

.owlindex-username,
.owlindex-status,
.owlindex-time {
  align-items: center;
  color: #666
}

.owlindex-dash {
  margin: 0 4px;
  font-weight: bold;
}

.owlindex-h-index {
  font-size: 11px;
  background-color: #f7f7f7;
  padding: 3px 5px;
  border-radius: 6px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 7px;
}

/* Card body section */
.owlindex-card-body {
  padding: 15px;
}

.owlindex-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 10px;
}

.owlindex-card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.owlindex-card-link-image {
  width: 120px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.owlindex-card-body-content {
  display: flex;
  /* Align content horizontally */
  align-items: center;
  /* Vertically center content */
  background-color: #eef5f9;
}

.owlindex-card-description {
  font-size: 14px;
}

/* New Interactions section */
.owlindex-interactions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 14px;
}

.owlindex-interaction-group {
  display: flex;
  align-items: center;
  justify-content: start;
  /* Aligns to the left in footer */
}

.owlindex-icon-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: -5px;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.owlindex-interaction-details {
  margin-left: 10px;
}

.owlindex-card-footer-services {
  padding: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fafafa;
  flex-wrap: wrap;
}

.owlindex-card-footer-services button {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0 5px;
  /* Margin between buttons */
  flex-grow: 1;
  min-width: 80px;
  max-width: 130px;
  /* Optional, to avoid excessive stretching */
  text-align: center;
  white-space: nowrap;
  /* Prevents text wrap */
}

.owlindex-card-footer-services a {
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0 5px;
  /* Margin between buttons */
  flex-grow: 1;
  min-width: 80px;
  max-width: 130px;
  /* Optional, to avoid excessive stretching */
  text-align: center;
  white-space: nowrap;
  /* Prevents text wrap */
}

.owlindex-card-footer-services button:hover {
  color: var(--ow-link-color);
}

.owlindex-card-footer-services button.owlindex-active-comment {
  color: var(--ow-link-color);
}

.owlindex-card-footer-services i {
  font-size: 18px;
  margin-right: 3px;
  display: flex;
  vertical-align: middle;
}

/* Footer section */
.owlindex-card-footer {
  padding: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fafafa;
  flex-wrap: wrap;
}

.owlindex-card-footer button {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0 5px;
  /* Margin between buttons */
  flex-grow: 1;
  flex-basis: calc(33.33% - 10px);
  /* Space for three buttons per row */
  min-width: 80px;
  max-width: 130px;
  /* Optional, to avoid excessive stretching */
  text-align: center;
  white-space: nowrap;
  /* Prevents text wrap */
}

.owlindex-card-footer a {
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin: 0 5px;
  /* Margin between buttons */
  flex-grow: 1;
  flex-basis: calc(33.33% - 10px);
  /* Space for three buttons per row */
  min-width: 80px;
  max-width: 130px;
  /* Optional, to avoid excessive stretching */
  text-align: center;
  white-space: nowrap;
  /* Prevents text wrap */
}

.owlindex-card-footer button:hover {
  color: var(--ow-link-color);
}

.owlindex-card-footer button.owlindex-active-comment {
  color: var(--ow-link-color);
}

.owlindex-footer-icon-img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.owlindex-card-footer i {
  font-size: 18px;
  margin-right: 3px;
  display: flex;
  vertical-align: middle;
}

.owlindex-reaction-container {
  position: relative;
  display: inline-block;
}

.owlindex-dropup-content {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 2px;
  z-index: 1;
}

.owlindex-reaction-icon {
  width: 35px;
  height: 35px;
  margin: 5px;
  cursor: pointer;
}

.owlindex-reaction-icon.active {
  border-radius: 50%;
  border: 2px solid var(--ow-link-color);
  background-color: var(--ow-link-color);
}

.owlindex-reaction-container:hover .owlindex-dropup-content {
  display: flex;
}

@media (max-width: 600px) {
  .owlindex-card-footer {
    flex-direction: row;
    /* Ensure row alignment */
  }

  .owlindex-card-footer button {
    flex-basis: calc(20% - 4px);
  }
}

.owlindex-dropdown {
  position: relative;
  display: inline-block;
}

.owlindex-ellipsis-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.owlindex-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px 0;
  /* Padding for better spacing */
  z-index: 1;
  min-width: 150px;
  /* Ensure consistent width */
}

.owlindex-dropdown-item {
  color: #121212;
  padding: 8px 20px;
  /* Increased padding for better touch targets */
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  /* Smooth transitions */
}

.owlindex-dropdown-item:hover {
  background-color: #f0f0f0;
  /* Light background on hover */
  color: #0073b1;
  /* Highlight color on hover */
}

.owlindex-dropdown:hover .owlindex-dropdown-content {
  display: block;
  /* Show dropdown on hover */
}

@media (max-width: 480px) {
  .owlindex-main-text {
    font-size: 18px;
  }

  .owlindex-subtext {
    font-size: 13px;
  }

  .owlindex-h-index,
  .owlindex-citations {
    font-size: 10px;
  }

  .owlindex-follow-button {
    padding: 5px 8px;
    font-size: 12px;
  }

  .owlindex-card-title {
    font-size: 14px;
  }

  .owlindex-card-description {
    font-size: 12px;
  }

  .owlindex-avatar {
    width: 40px;
    height: 40px;
    margin-right: 6px;
  }

  .owlindex-ellipsis {
    font-size: 16px;
  }

  .owlindex-card-footer button {
    font-size: 13px;
  }
}

.owlindex-right-section {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Add a gap between Follow button and dropdown */
}

.owlindex-primary-button {
  background-color: #1e9bde;
  color: #fff;
  border: none;
  padding: 8px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 5px;
}

.owlindex-primary-button:hover {
  background-color: #3399CC;
  transform: translateY(-1px);
}

.owlindex-outlined-button {
  background-color: #ffffff;
  color: #1e9bde;
  border: 2px solid #1e9bde;
  padding: 8px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  align-items: center;
  text-align: center;
  gap: 5px;
}

.owlindex-outlined-button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

.owlindex-borderless-button {
  background-color: #ffffff;
  color: var(--ow-link-color);
  padding: 8px 8px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  align-items: center;
  text-align: center;
  gap: 5px;
}

.owlindex-borderless-button:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
}

.owlindex-profile-sidebar {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.owlindex-profile-cover-photo {
  width: 100%;
  height: 120px;
  position: relative;
}

.owlindex-profile-profile-border {
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}

.owlindex-profile-profile-border.premium {
  background-color: gold;
  /* Green for premium users */
}

.owlindex-profile-profile-border.free {
  background-color: #ccc;
  /* Grey for free users */
}

.owlindex-profile-profile-pic {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.owlindex-profile-profile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  background-color: #fff;
  text-align: center;
}

.owlindex-profile-profile-section a {
  text-decoration: none;
}

.owlindex-profile-name {
  margin-bottom: 0.2rem;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.owlindex-profile-username {
  font-size: 14px;
  font-weight: 600;
}

.owlindex-profile-stats {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
}

.owlindex-profile-stat-item {
  text-align: center;
}

.owlindex-profile-stat-value {
  font-size: 16px;
  font-weight: bold;
  color: #121212;
}

.owlindex-profile-stat-label {
  font-size: 12px;
}

.owlindex-profile-menu-section {
  padding: 5px;
  background-color: #f7f9fc;
}

.owlindex-profile-menu-item {
  text-decoration: none;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--ow-link-color);
  font-weight: bold;
  margin: 8px 0;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s, transform 0.3s;
}

.owlindex-profile-menu-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owlindex-profile-separator {
  height: 1px;
  background-color: #ddd;
  margin: 10px 0;
}

.owlindex-profile-premium-status {
  border: 2px solid #ffc107;
  font-weight: bold;
  display: flex;
  justify-content: start;
  align-items: center;
}

.owlindex-profile-basic-badge {
  background-color: #6c757d;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
}

.owlindex-profile-silver-badge {
  background-color: silver;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
}

.owlindex-profile-gold-badge {
  background-color: #ffc107;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-left: 5px;
}

.owlindex-profile-platinum-badge {
  background-color: #E5E4E2;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-left: 5px;
}

.owlindex-pages-homepage-page-container {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: max-height 0.4s ease, box-shadow 0.4s ease;
  max-height: 70px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.owlindex-pages-homepage-page-container-none {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: max-height 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.owlindex-pages-homepage-page-container:hover {
  max-height: 300px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.owlindex-pages-homepage-page-container:hover .owlindex-pages-homepage-list {
  opacity: 1;
}

.owlindex-pages-homepage-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}

.owlindex-pages-homepage-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}

.owlindex-pages-homepage-hover-text {
  font-size: 12px;
  color: #999;
  font-style: italic;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.owlindex-pages-homepage-page-container:hover .owlindex-pages-homepage-hover-text {
  opacity: 0;
}

.owlindex-pages-homepage-list {
  opacity: 0;
  transition: opacity 0.4s ease;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 10px;
  padding-right: 10px;
  /* For scroll space */
}

.owlindex-pages-homepage-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.owlindex-pages-homepage-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owlindex-pages-homepage-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owlindex-pages-homepage-logo {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.owlindex-pages-homepage-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owlindex-pages-homepage-info {
  flex-grow: 1;
  padding-left: 10px;
  text-align: left;
}

.owlindex-pages-homepage-info h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.owlindex-pages-homepage-info p {
  font-size: 14px;
  margin-top: 2px;
  /* Slight reduction here */
}

.owlindex-pages-homepage-actions {
  margin-top: 3px;
  text-align: right;
}

.owlindex-pages-homepage-view-link,
.owlindex-pages-homepage-login-link {
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
  transition: color 0.3s;
}

.owlindex-pages-homepage-view-link:hover,
.owlindex-pages-homepage-login-link:hover {
  color: var(--ow-link-hover-color);
}

.owlindex-pages-homepage-no-pages {
  padding-top: 10px;
  font-size: 14px;
  color: #777;
  text-align: center;
}

.owlindex-primary-link {
  text-decoration: none;
  background-color: #1e9bde;
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 5px;
}

.owlindex-primary-link:hover {
  color: #fff;
  background-color: var(--ow-main-hover-color);
}

.owlindex-pages-homepage-create-link i {
  margin-right: 3px;
}

@media screen and (max-width: 480px) {
  .owlindex-pages-homepage-title {
    font-size: 18px;
  }

  .owlindex-pages-homepage-info h3 {
    font-size: 14px;
  }

  .owlindex-pages-homepage-info p,
  .owlindex-pages-homepage-view-link,
  .owlindex-pages-homepage-login-link {
    font-size: 11px;
  }

  /* Adjustments for smaller screens */
  .owlindex-pages-homepage-card {
    padding: 6px;
    margin: 3px 0;
  }

  .owlindex-pages-homepage-actions {
    margin-top: 2px;
    /* Further reduced for compactness */
  }
}


.owlindex-bar-container {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  perspective: 800px;
  /* Adds 3D perspective */
}

.owlindex-bar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  border: 3px solid black;
  /* Black border */
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.4);
  /* Glassy effect */
  backdrop-filter: blur(8px);
  /* For a glass effect */
  transform-style: preserve-3d;
  /* Preserves 3D transformations for children */
  overflow: hidden;
  transition: all 1s ease;
}

.owlindex-bar-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owlindex-bar-fill {
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  border-radius: 45%;
  background: rgba(51, 128, 128, 0.5);
  animation: wave 6s infinite linear;
  transition: all 1s ease;
  transform: translateZ(-1px);
  /* Enhance 3D effect */
}

.owlindex-bar-percent {
  position: absolute;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  font-size: 22px;
  color: #000;
  /* Change to black */
  z-index: 5;
  /* Ensure it's on top */
}

.owlindex-bar-glare {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(45deg) translateZ(1px);
  /* Enhance 3D effect */
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.owlindex-bar-glare-secondary {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4));
  transform: rotate(-45deg) translateZ(1px);
  /* Enhance 3D effect */
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.owlindex-pass-str-container {
  width: 350px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.owlindex-pass-str-input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.owlindex-pass-str-meter {
  position: relative;
  height: 12px;
  width: 100%;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
}

.owlindex-pass-str-bar {
  height: 100%;
  transition: width 0.3s;
}

.owlindex-pass-str-text {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.owlindex-pass-str-weak {
  background-color: #e74c3c;
}

.owlindex-pass-str-fair {
  background-color: #f39c12;
}

.owlindex-pass-str-good {
  background-color: #ffd700;
}

.owlindex-pass-str-strong {
  background-color: #80B918;
}

.owlindex-pass-str-very-strong {
  background-color: #1e9bde;
}

.owlindex-sidebar-menu-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px;
}

.owlindex-sidebar-menu-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owlindex-sidebar-menu-header {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 12px;
  color: #121212;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  /* Vertically centers text and icon */
}

.owlindex-sidebar-menu-header i {
  margin-right: 5px;
  /* Adds space between icon and text */
  font-size: 1.2em;
}

.owlindex-sidebar-menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.owlindex-sidebar-menu-section li {
  margin: 8px 0;
}

.owlindex-sidebar-menu-section a {
  text-decoration: none;
  display: flex;
  font-size: 1em;
  align-items: center;
  /* Centers vertically */
  padding: 2px;
  border-radius: 4px;
}

.owlindex-sidebar-menu-section a:hover {
  color: var(--ow-link-hover-color);
}

.owlindex-sidebar-menu-section i {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
  /* Ensures consistent alignment */
  display: flex;
  justify-content: center;
  /* Centers icon in its box */
}

/* Container wrapping the sidebar sections and the submission button */
.owlindex-sidebar-container {
  transition: width 0.3s ease;
}

.owlindex-sidebar-container.collapsed {
  width: 60px;
}

/* Hide text in collapsed mode */
.owlindex-sidebar-container.collapsed .nav-text,
.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-header span {
  display: none;
}

/* Increase icon sizes when collapsed */
.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-section i {
  font-size: 24px;
}

.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-buttons i {
  font-size: 30px;
}

.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-section a {
  justify-content: center !important;
}

.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-section a i {
  margin-right: 0 !important;
}

.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-header {
  justify-content: center !important;
}

.owlindex-sidebar-container.collapsed .owlindex-sidebar-menu-header i {
  margin-right: 0 !important;
}

/* Toggle button styled as an icon-only button */
#toggleSidebar {
  color: #121212;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 24px;
  display: block;
}

.owlindex-postbox-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.owlindex-postbox-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.owlindex-postbox-header {
  display: flex;
  align-items: center;
  padding: 15px;
}

.owlindex-postbox-profile-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.owlindex-postbox-profile-photo.premium {
  border-color: gold;
  /* Green for premium users */
}

.owlindex-postbox-profile-photo.free {
  border-color: #ccc;
  /* Grey for free users */
}

.owlindex-postbox-button {
  width: 100%;
  border: 2px solid var(--ow-main-color);
  padding: 15px;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  text-align: left;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
}

.owlindex-postbox-button:hover {
  color: var(--ow-main-color);
}

.owlindex-postbox-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 5px;
  flex-wrap: wrap;
}

.owlindex-postbox-footer div {
  flex: 1 1 auto;
  text-align: center;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s, transform 0.3s;
  font-weight: 600;
  font-size: 16px;
  color: var(--ow-main-color);
}

.owlindex-postbox-footer div:hover {
  color: var(--ow-main-hover-color);
  transform: scale(1.05);
  /* Subtle grow effect */
}

.owlindex-postbox-footer a {
  text-decoration: none;
}

.owlindex-postbox-footer img {
  display: block;
  margin: 0 auto 3px;
  width: 35px;
}

.owlindex-postbox-footer i {
  font-size: 16px;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 600px) {
  .owlindex-postbox-footer {
    justify-content: space-between;
    padding: 10px 5px;
  }

  .owlindex-postbox-footer div {
    flex-basis: calc(50% - 10px);
    /* Two items per row */
  }
}

.owlindex-icon-align {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  vertical-align: middle;
}

.owlindex-icon-lg {
  font-size: 18px;
  font-weight: 600;
}

.owlindex-shake-animation {
  display: inline-block;
  animation: bell-shake 0.8s ease-in-out infinite;
  transform-origin: top center;
  /* Ensures the rotation occurs from the top */
}

@keyframes bell-shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.owlindex-bounce-animation {
  animation: bounce 0.8s ease infinite;
  transform-origin: bottom;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Modern Tab Header */
.owlindex-card-payment-header {
  display: flex;
  background-color: #f1f1f1;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.owlindex-payment-header {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.owlindex-tab-button {
  flex: 1;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Active Tab Styling */
.owlindex-tab-button.active {
  background-color: var(--ow-main-color);
  color: white;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
}

.owlindex-tab-button:not(.active):hover {
  background-color: #e1e1e1;
}

.owlindex-tab-content {
  display: none;
}

.owlindex-tab-content.active {
  display: block;
}

.owlindex-form-group {
  margin-bottom: 15px;
}

.owlindex-form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

.owlindex-form-group input,
.owlindex-form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.owlindex-note-container {
  background-color: #f1f1f1;
  /* Light blue background for contrast */
  border-top: 1px solid #eee;
  padding: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  text-align: start;
  color: #4a4a4a;
  line-height: 1.7;
}

.owlindex-note-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #eceff5;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.owlindex-note-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.owlindex-note-icon {
  color: var(--ow-main-color);
  font-size: 18px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owlindex-note-text {
  flex: 1;
  color: #555;
  margin: 0;
  /* Reset margin on paragraphs */
}

.owlindex-note-link {
  color: #4CAF50;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.owlindex-note-link:hover {
  color: #388E3C;
  text-decoration: underline;
}

.owlindex-checkout-left-section {
  position: relative;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 8px;
  text-align: left;
}

.owlindex-checkout-left-section h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.owlindex-checkout-left-section p,
.owlindex-checkout-left-section ul {
  margin: 0;
  font-size: 14px;
}

.owlindex-checkout-left-section ul {
  padding-left: 20px;
}

.owlindex-checkout-left-section-price-tag {
  text-align: center;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  color: #121212;
}

.free-trial-text {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  /* Brighter color for emphasis */
}

.price-text {
  font-size: 14px;
  color: #121212;
}

.owlindex-free-trial-marker {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 20px;
  background-color: var(--ow-main-color);
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  animation: glow 3s ease-out forwards;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
}

.owlindex-free-trial-marker::before,
.owlindex-free-trial-marker::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background-color: var(--ow-main-color);
}

.owlindex-free-trial-marker::before {
  left: -20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
}

.owlindex-free-trial-marker::after {
  right: -20px;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

@media (max-width: 768px) {
  .owlindex-free-trial-marker {
    padding: 4px 16px;
    font-size: 14px;
  }

  .owlindex-checkout-left-section h4 {
    font-size: 14px;
    font-weight: 600;
  }

  .owlindex-checkout-left-section p,
  .owlindex-checkout-left-section ul {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .owlindex-free-trial-marker {
    padding: 3px 12px;
    font-size: 12px;
  }

  .owlindex-checkout-left-section h4 {
    font-size: 14px;
    font-weight: 600;
  }

  .owlindex-checkout-left-section p,
  .owlindex-checkout-left-section ul {
    font-size: 12px;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px var(--ow-main-color);
  }

  50% {
    box-shadow: 0 0 20px var(--ow-main-color);
  }

  100% {
    box-shadow: 0 0 5px var(--ow-main-color);
  }
}

.owlindex-card-icon-header {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 2px;
  margin-right: 5px;
  margin-left: 10px;
}

.trust-message-owlindex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}

.trust-message-owlindex i {
  margin-right: 8px;
  font-size: 14px;
  /* Adjust icon size */
  color: var(--ow-main-color);
}

.owlindex-floating-label {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

.owlindex-floating-label input[type="text"],
.owlindex-floating-label textarea {
  width: 100%;
  padding: 16px 12px 10px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
  background-color: #fff;
  color: #121212;
}

.owlindex-floating-label input:focus,
.owlindex-floating-label textarea:focus {
  border-color: #1e9bde;
  box-shadow: 0 0 5px rgba(0, 86, 179, 0.2);
}

.owlindex-floating-label label {
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 1rem;
  color: #000000;
  background-color: #fff;
  padding: 0 2px;
  transition: color 0.3s ease, font-weight 0.3s ease;
  pointer-events: none;
}

.owlindex-floating-label input:focus+label,
.owlindex-floating-label textarea:focus+label {
  color: #1e9bde;
  font-weight: bold;
}

.owlindex-floating-label input[type="text"]::placeholder,
.owlindex-floating-label textarea::placeholder {
  color: transparent;
}

@media (max-width: 480px) {

  .owlindex-floating-label input[type="text"],
  .owlindex-floating-label textarea {
    padding: 14px 10px 8px;
    font-size: 0.9rem;
  }

  .owlindex-floating-label label {
    font-size: 0.8rem;
  }
}

.owlindex-btn-primary,
.owlindex-btn-secondary {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.owlindex-btn-primary {
  background-color: #0069d9;
  color: white;
}

.owlindex-btn-primary:hover {
  background-color: #0056b3;
}

.owlindex-btn-secondary {
  background-color: #6c757d;
  color: white;
}

.owlindex-btn-secondary:hover {
  background-color: #5a6268;
}

.owlindex-size-toggle {
  margin-top: 20px;
}

.owlindex-size-btn {
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  margin: 5px;
  cursor: pointer;
  background-color: #007bff;
  color: white;
  transition: background-color 0.3s ease;
}

.owlindex-size-btn:hover {
  background-color: #0056b3;
}

/* Common button styles */
.owlindex-button {
  padding: 6px 12px;
  border-radius: 5px;
  border: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  /* Ensure consistent font size across buttons */
  height: 40px;
  /* Ensure consistent height across buttons */
}

/* Specific styles for close button */
.owlindex-close-btn {
  background-color: #308080;
  width: 40px;
  /* Ensure width matches height to be square */
  padding: 0;
  /* Remove extra padding */
}

.owlindex-close-btn:hover,
.owlindex-close-btn:focus {
  background-color: #e9ecef;
}

/* Specific styles for the backdrop button */
.owlindex-toggle-overlay-btn {
  margin-left: 10px;
  background-color: #17a2b8;
  font-size: 16px;
  /* Ensure font size matches close button */
}

.owlindex-toggle-overlay-btn:hover {
  background-color: #138496;
}

.no-scroll {
  overflow: hidden;
}

/* Base Modal Styles */
.owlindex-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.owlindex-modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  /* Ensure the max-width limitations are lifted */
}

.owlindex-modal-content {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 8px;
}

/* Header & Footer Styles */
.owlindex-modal-header,
.owlindex-modal-footer {
  padding: 10px;
  background-color: #f7f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}

.owlindex-modal-header {
  border-radius: 8px 8px 0 0;
}

.owlindex-modal-header .title-container {
  display: flex;
  align-items: center;
}

.owlindex-modal-header .title-container i {
  margin-right: 10px;
  color: #308080;
}

.owlindex-modal-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  flex-grow: 1;
}

/* Button container in header */
.owlindex-modal-header-buttons {
  display: flex;
  gap: 10px;
}

.owlindex-modal-footer {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #dee2e6;
}

/* Modal Body */
.owlindex-modal-body {
  padding: 15px;
  background-color: #fff;
  max-height: 70vh;
  /* Adjust as needed */
  overflow-y: auto;
}

/* Responsive Width Classes */
.owlindex-modal-sm {
  max-width: 300px;
}

.owlindex-modal-md {
  max-width: 500px;
}

.owlindex-modal-lg {
  max-width: 800px;
}

.owlindex-modal-xl {
  max-width: 1140px;
}

.owlindex-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .owlindex-modal-content {
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .owlindex-modal-footer,
.modal-fullscreen .owlindex-modal-header {
  border-radius: 0;
}

.modal-fullscreen .owlindex-modal-body {
  overflow-y: auto;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 576px) {
  .owlindex-modal-dialog {
    margin: 10px;
    max-width: 90%;
  }
}

.owlindex-comment-widget {
  width: 100%;
  background-color: #fff;
  padding: 5px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.owlindex-comment-widget .owlindex-comment-section {
  margin: 1px auto;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
}

.owlindex-comment-widget .owlindex-comment-section h3 {
  text-align: center;
  color: #121212;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.owlindex-comment-widget .owlindex-comment {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.owlindex-comment-widget .owlindex-comment-profile-pic.free {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #ccc;
  object-fit: cover;
  flex-shrink: 0;
}

.owlindex-comment-widget .owlindex-comment-profile-pic.premium {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid gold;
  object-fit: cover;
  flex-shrink: 0;
}

.owlindex-comment-widget .owlindex-comment-content {
  flex: 1;
}

.owlindex-comment-widget .owlindex-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.owlindex-comment-widget .owlindex-comment-header .owlindex-interaction-group {
  flex: 1;
}

.owlindex-comment-widget .owlindex-comment-name {
  font-weight: bold;
  color: var(--ow-link-color);
  font-size: 0.9em;
  flex: 1
}


.owlindex-comment-widget .owlindex-comment-timestamp {
  font-style: italic;
  color: #888;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.8em;
  width: 100px
}

.owlindex-comment-widget .owlindex-comment-text {
  border: 1px solid var(--ow-main-color);
  padding: 6px;
  border-radius: 6px;
  margin: 4px 0;
  font-size: 0.9em;
  word-wrap: break-word;
}

.owlindex-comment-widget .owlindex-comment-actions {
  display: flex;
  /* Use flexbox to lay out the buttons in a row */
  align-items: center;
  /* Center align the buttons vertically */
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-action-button {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  transition: color 0.2s;
  font-size: 14px;
  line-height: 1;
  display: flex;
  /* Use inline-flex for alignment */
  align-items: center;
  /* Center align the items vertically */
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-action-button i {
  display: flex;
  margin-right: 3px;
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-action-button:hover {
  color: #004c99;
}

.owlindex-comment-widget .owlindex-primary-button.owlindex-comment-button {
  background-color: #1e9bde;
  color: #fff;
  border: none;
  padding: 10px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
}

.owlindex-comment-widget .owlindex-primary-button.owlindex-comment-button:hover {
  background-color: #3399CC;
  transform: translateY(-2px);
}

.owlindex-comment-widget .owlindex-comment-replies {
  margin-top: 8px;
  padding-left: 20px;
}

.owlindex-comment-widget .owlindex-comment-reply {
  display: flex;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.owlindex-comment-widget .owlindex-comment-reply .owlindex-comment-content {
  background-color: #eef5f9;
  border-radius: 8px;
  padding: 2px
}

.owlindex-comment-widget .owlindex-comment-reply-input-wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.owlindex-comment-widget .owlindex-comment-reply-input {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.85em;
  resize: vertical;
  box-sizing: border-box;
  overflow: hidden;
  /* Hide the scroll bar */
}

.owlindex-comment-widget .owlindex-comment-add {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.owlindex-comment-widget .owlindex-comment-add textarea {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95em;
  resize: vertical;
  box-sizing: border-box;
  overflow: hidden;
  /* Hide the scroll bar */
}

.owlindex-comment-widget .owlindex-comment-add textarea:focus {
  border: 2px solid var(--ow-main-color);
}

.owlindex-comment-widget .owlindex-load-more {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 4px;
  margin-top: 8px;
}

@media (max-width: 600px) {

  .owlindex-comment-widget .owlindex-comment-content,
  .owlindex-comment-widget .owlindex-comment-add textarea {
    width: 100%;
  }

  .owlindex-comment-widget .owlindex-comment,
  .owlindex-comment-widget .owlindex-comment-reply {
    flex-direction: column;
    align-items: flex-start;
  }

  .owlindex-comment-widget .owlindex-comment-profile-pic {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .owlindex-comment-widget .owlindex-comment-header {
    flex-direction: row;
    align-items: flex-start;
  }

  .owlindex-comment-widget .owlindex-comment-timestamp {
    margin-left: 0;
  }

  .owlindex-comment-widget .owlindex-comment-reply-input-wrapper {
    flex-direction: column;
  }
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-reaction-container {
  display: inline-flex;
  /* Use inline-flex for alignment */
  align-items: center;
  /* Center align the items vertically */
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-reaction-container .owlindex-dropup-content {
  display: none;
  position: absolute;
  bottom: 100%;
}

.owlindex-comment-widget .owlindex-comment-actions .owlindex-reaction-container:hover .owlindex-dropup-content {
  display: flex;
}

.owlindex-link {
  background-color: transparent;
  border: none;
  color: var(--ow-link-color);
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;

}

.owlindex-btn {
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
}

.owlindex-primary {
  color: var(--ow-link-color);
  /* Adjust the color to match your primary theme color */
}

.owlindex-link:hover,
.owlindex-link:focus {
  color: var(--ow-link-hover-color);
  /* Darken the color on hover/focus */
  text-decoration: underline;
}

.owlindex-link:disabled {
  color: #6c757d;
  /* Disabled state color */
  cursor: not-allowed;
  text-decoration: none;
}

.owlindex-scroll-handler {
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px;
  scrollbar-width: thin;
  /* For Firefox support */
  scrollbar-color: var(--ow-main-color) #dfe4ea;
  /* Thumb and track colors */
  -ms-overflow-style: none;
  /* Edge */
}

/* Hide scrollbar for IE, Edge */
.owlindex-scroll-handler::-ms-overflow-style {
  display: none;
}

/* WebKit Browsers (Chrome, Safari) */
.owlindex-scroll-handler::-webkit-scrollbar {
  width: 10px;
}

.owlindex-scroll-handler::-webkit-scrollbar-track {
  background: #dfe4ea;
  border-radius: 10px;
}

.owlindex-scroll-handler::-webkit-scrollbar-thumb {
  background-color: var(--ow-main-color);
  border-radius: 10px;
  border: 2px solid #dfe4ea;
  transition: background-color 0.3s ease, border 0.3s ease;
}

.owlindex-scroll-handler::-webkit-scrollbar-thumb:hover {
  background-color: var(--ow-main-hover-color);
  border: 2px solid #b2bec3;
}

/* Icon-Only Follow/Following Button */
.owlindex-following-faded-button {
  background: none;
  /* No background */
  color: #1e9bde;
  /* Icon color */
  border: none;
  /* No border */
  padding: 0;
  /* Remove padding */
  cursor: pointer;
  font-size: 14px;
  /* Slightly larger font for clarity */
  font-weight: 600;
  display: flex;
  /* Align icon and text */
  align-items: center;
  gap: 6px;
  /* Space between icon and text */
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Optional: Adjust hover effect */
.owlindex-following-faded-button:hover {
  color: #005a8c;
  /* Slightly darker blue on hover */
  transform: translateY(-1px);
  /* Small lift effect */
}

/* Primary Button (Adjusted for Consistency) */
.owlindex-follow-button {
  background-color: #1e9bde;
  color: #fff;
  border: none;
  padding: 4px 8px;
  /* Match padding with outlined button */
  border-radius: 6px;
  /* Match border-radius with outlined button */
  cursor: pointer;
  font-size: 12px;
  /* Match font size with outlined button */
  font-weight: 600;
  line-height: 12px;
  /* Match line-height with outlined button */
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* Match shadow with outlined button */
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 4px;
  /* Match gap with outlined button */
  width: 100px;
  /* Fixed width to match outlined button */
  height: 24px;
  /* Fixed height to match outlined button */
}

.owlindex-follow-button:hover {
  background-color: #3399CC;
  transform: translateY(-1px);
  /* Match hover lift with outlined button */
}

.owlindex-svg-icon-posts {
  width: 16px;
  /* Adjust size */
  height: 16px;
  /* Adjust size */
  vertical-align: middle;
  /* Aligns the icon properly with the text */
}

.owlindex-svg-icon {
  width: 20px;
  /* Adjust size */
  height: 20px;
  /* Adjust size */
  vertical-align: middle;
  /* Aligns the icon properly with the text */
}

.owlindex-floating-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  padding-bottom: 70px;
}

.owlindex-floating-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owlindex-floating-button {
  background-color: var(--ow-main-color);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.owlindex-floating-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.owlindex-floating-button:hover {
  background-color: var(--ow-main-hover-color);
  transform: scale(1.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.35);
}

.owlindex-floating-sub-buttons {
  position: absolute;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}

.owlindex-floating-container.active .owlindex-floating-sub-buttons,
.owlindex-floating-container:hover .owlindex-floating-sub-buttons {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.owlindex-floating-sub-button {
  width: 48px;
  height: 48px;
  background-color: white;
  color: var(--ow-main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  font-size: 20px;
}

.owlindex-floating-sub-button:hover {
  transform: scale(1.15);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .owlindex-floating-wrapper {
    right: 10px;
  }

  .owlindex-floating-button {
    width: 50px;
    height: 50px;
  }

  .owlindex-floating-sub-button {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .owlindex-floating-button img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }
}

#owlindexScrollTopBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 99;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid var(--ow-main-color);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1px);
}

#owlindexScrollTopBtn i {
  font-size: 16px;
  color: var(--ow-main-color);
}

#owlindexScrollTopBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--ow-main-color);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  #owlindexScrollTopBtn {
    left: 10px;
  }
}

/* Container */
.owlindex-subscription-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

/* Header */
.owlindex-subscription-header {
  text-align: center;
  padding: 2rem 0.5rem 1rem;
}

/**************************************************************************
     * PLAN CARDS (Light Mode)
     **************************************************************************/

.owlindex-subscription-plan-card {
  background: #fff;
  border: 2px solid #ccc;
  /* Base border color */
  border-radius: 8px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
}

.owlindex-subscription-plan-card:hover {
  border-color: #ffd700;
  cursor: pointer;
}

/* Selected plan => gold border */
.owlindex-subscription-plan-card.selected {
  border-color: #ffd700;
}

.owlindex-subscription-plan-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.owlindex-subscription-price {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0;
}

.owlindex-subscription-price small {
  font-size: 0.875rem;
  color: #555;
}

.owlindex-subscription-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  color: #444;
  margin-top: 1rem;
  flex-grow: 1;
}

.owlindex-subscription-plan-features li {
  margin-bottom: 0.5rem;
}

/* Tab content / nav pills (Light Mode) */
.owlindex-subscription-tab-content {
  margin-top: 1.5rem;
}

.owlindex-subscription-nav-pills .owlindex-subscription-nav-link {
  border-radius: 9999px;
  margin: 0 5px;
  color: #000;
  background-color: #ddd;
  border: none;
}

.owlindex-subscription-nav-pills .owlindex-subscription-nav-link:hover {
  background-color: #ccc;
  color: #000;
}

.owlindex-subscription-nav-pills .owlindex-subscription-nav-link.active {
  background-color: #ffd700;
  color: #000;
}

/* Footer (Light Mode) */
.owlindex-subscription-footer {
  margin-top: 2rem;
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 2px solid #ccc;
  color: #000;
}

.owlindex-subscribe-btn {
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  display: none;
  border: none;
  outline: none;
}

.owlindex-subscribe-btn:hover {
  background-color: #ffc700;
  cursor: pointer;
}

/* Comparison table (Light Mode) */
.owlindex-subscription-comparison-table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  color: #000;
}

.owlindex-subscription-comparison-table thead {
  background: linear-gradient(to right, #eaeaea, #d5d5d5);
}

.owlindex-subscription-comparison-table thead th {
  color: #000;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

.owlindex-subscription-comparison-table th,
.owlindex-subscription-comparison-table td {
  text-align: center;
  padding: 1rem;
}

.owlindex-subscription-comparison-table tbody tr {
  transition: background-color 0.3s ease;
}

.owlindex-subscription-comparison-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

.owlindex-subscription-comparison-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.owlindex-subscription-comparison-table tbody tr:hover {
  background-color: #e9e9e9;
}

.owlindex-subscription-comparison-table td {
  border-bottom: 1px solid #ccc;
  color: #121212;
}

@media (max-width: 576px) {
  .row-cols-md-3 {
    row-gap: 1.5rem;
  }

  .owlindex-subscription-plan-card {
    margin-bottom: 1rem;
  }
}

/*=========================================================
      DARK THEME OVERRIDES
    =========================================================*/
.dark-theme .owlindex-subscription-plan-card {
  background: #1c1c1e;
  color: #fff;
}

.dark-theme .owlindex-subscription-plan-card:hover {
  border-color: #ffd700;
}

.dark-theme .owlindex-subscription-plan-title {
  color: #fff;
}

.dark-theme .owlindex-subscription-price {
  color: #fff;
}

.dark-theme .owlindex-subscription-price small {
  color: #aaa;
}

.dark-theme .owlindex-subscription-plan-features {
  color: #ccc;
}

.dark-theme .owlindex-subscription-nav-pills .owlindex-subscription-nav-link {
  color: #fff;
  background-color: #555;
}

.dark-theme .owlindex-subscription-nav-pills .owlindex-subscription-nav-link:hover {
  background-color: #666;
}

.dark-theme .owlindex-subscription-nav-pills .owlindex-subscription-nav-link.active {
  background-color: #ffd700;
  color: #000;
}

.dark-theme .owlindex-subscription-footer {
  background: #1c1c1e;
  border-color: #121212;
  color: #fff;
}

.dark-theme .owlindex-subscription-header {
  color: #fff;
}

.dark-theme .owlindex-subscription-comparison-table {
  border-color: #555;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
  background-color: #1c1c1e;
  color: #fff;
}

.dark-theme .owlindex-subscription-comparison-table thead {
  background: linear-gradient(to right, #444, #666);
}

.dark-theme .owlindex-subscription-comparison-table thead th {
  color: #fff;
  border-bottom: 2px solid #555;
}

.dark-theme .owlindex-subscription-comparison-table tbody tr:nth-child(odd) {
  background-color: #111;
}

.dark-theme .owlindex-subscription-comparison-table tbody tr:nth-child(even) {
  background-color: #1a1a1a;
}

.dark-theme .owlindex-subscription-comparison-table tbody tr:hover {
  background-color: #222;
}

.dark-theme .owlindex-subscription-comparison-table td {
  border-bottom: 1px solid #444;
  color: #ccc;
}

body.light-theme {
  background-color: #f3eded;
}

/* Dark Theme Styles */
body.dark-theme {
  background-color: #121212;
}

.dark-theme .owlindex-floating-sub-button {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-card {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-card-header {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-there .conversation-area {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .chat-area-header {
  background-color: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-card-title {
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-interactions {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-card-footer {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-card-footer button {
  color: #999
}

.dark-theme .owlindex-card-footer a {
  color: #999
}

.dark-theme .owlindex-card-footer button:hover {
  color: var(--ow-main-color)
}

.dark-theme .owlindex-card-footer a:hover {
  color: var(--ow-main-color)
}

.dark-theme .owlindex-card-footer-services {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-card-footer-services button {
  color: #999
}

.dark-theme .owlindex-card-footer-services a {
  color: #999
}

.dark-theme .owlindex-card-footer-services button:hover {
  color: var(--ow-main-color)
}

.dark-theme .owlindex-card-footer-services a:hover {
  color: var(--ow-main-color)
}

.dark-theme .owlindex-h-index {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-profile-profile-section {
  background-color: #121212;
  /* dark background */
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-profile-stat-value {
  color: #fff;
  /* light text color on dark bg */
}

.dark-theme .owlindex-profile-menu-section {
  background-color: #121212;
  /* dark background */
  color: #fff;
}

.dark-theme .owlindex-profile-sidebar {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-postbox-container {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme hr {
  color: #fff;
}

.dark-theme .owlindex-sidebar-menu-section {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .card {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .modal-body .form-control,
.dark-theme .modal-header .form-control,
.dark-theme .modal-footer .form-control {
  color: #fff;
  background-color: #121212;
}


.dark-theme .dropdown-menu {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .dropdown-item {
  color: #fff;
}

.dark-theme table {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .dropdown-item:hover {
  color: #121212;
}

.dark-theme .dropdown-menu input {
  background-color: #fff;
  color: #fff
}

.dark-theme .card input {
  background-color: #121212;
}

.dark-theme label{
  color: #fff;
}

.dark-theme h2{
  color: #fff;
}
.dark-theme .form-control {
  background-color: #121212;
  color: #fff;
}

.dark-theme .owlindex-floating-label input[type="text"]{
  background-color: #121212;
  color: #fff;
}

.dark-theme .form-select {
  background-color: #121212;
  color: #fff;
}

.dark-theme .accordion-button {
  background-color: #121212;
  color: #fff;
}

.dark-theme .accordion-body {
  background-color: #121212;
  color: #fff;
}

.dark-theme .chosen-container,
.chosen-select {
  background-color: #121212;
  color: #fff;
}

.dark-theme .owlindex-sidebar-menu-header {
  color: #fff;
}

.dark-theme .owlindex-pages-homepage-page-container {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-pages-homepage-page-container-none {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-pages-homepage-title {
  color: #fff;
}

.dark-theme .btn-outline-dark {
  --bs-btn-border-color: #fff;
  --bs-btn-color: #fff;
}

.dark-theme .owlindex-pages-homepage-card {
  background-color: #121212;
  /* dark background */
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .owlindex-username,
.owlindex-status,
.owlindex-time {
  color: #fff
}

.dark-theme .card-footer {
  background-color: #121212;
}

.dark-theme #toggleSidebar {
  color: #fff
}

.dark-theme .btn-outline-dark.dropdown-toggle {
  color: #121212
}

.dark-theme .btn-outline-dark.dropdown-toggle:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.cover-profile-edit {
  color: #121212
}

.dark-theme .btn-outline-dark.cover-profile-edit:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.follow-button-business {
  color: #121212
}

.dark-theme .btn-outline-dark.follow-button-business:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.follow-button {
  color: #121212
}

.dark-theme .btn-outline-dark.follow-button:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.connect-button {
  color: #121212
}

.dark-theme .btn-outline-dark.connect-button:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.message-button-business {
  color: #121212
}

.dark-theme .btn-outline-dark.message-button-business:hover {
  color: #fff
}

.dark-theme .btn-outline-dark.message-button {
  color: #121212
}

.dark-theme .btn-outline-dark.message-button:hover {
  color: #fff
}

.dark-theme .chat-msg-text {
  background-color: #333;
}

.dark-theme a:hover {
  color: #999;
}

.dark-theme .form-check-input[type=radio] {
  border: 1px solid #fff
}

.dark-theme .form-check-input:checked[type=checkbox] {
  background-color: #222;
  /* Even darker background when checked */
  border-color: #888;
  /* Lighter border */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.dark-theme .owlindex-comment-section {
  background-color: #121212;
  color: #fff;
}

.dark-theme .owlindex-main-text {
  color: #fff
}

.dark-theme .owlindex-card-icon-header {
  color: #fff
}

.dark-theme .modal input {
  background-color: #121212;
  color: #fff
}

.dark-theme .modal textarea {
  background-color: #121212;
  color: #fff
}

.dark-theme .modal .card {
  background-color: #121212;
  color: #fff;
  border: 1px solid #121212;
}

.dark-theme .modal .btn-outline-dark {
  background-color: #fff;
  color: #121212
}

.dark-theme .modal .form-select {
  background-color: #121212;
  color: #fff
}

.dark-theme .modal .form-check-input[type=radio] {
  border: 1px solid #fff;
  background-color: #121212;
}

.dark-theme .modal .form-check-input[type=checkbox] {
  border: 1px solid #fff;
  background-color: #121212;
}

.dark-theme .owlindex-floating-label label{
  background-color: #121212;
  color: #fff
}

.dark-theme .modal {
  background-color: rgba(91, 112, 131, 0.5);

}

.dark-theme .modal-content {
  background-color: #121212;
  color: #ffffff
}

.dark-theme .owlindex-copy-right {
  color: #fff
}

.dark-theme h4{
  color: #fff
}

.dark-theme .owlindex-comment-widget .owlindex-comment-reply .owlindex-comment-content {
  background-color: #121212;
}

.dark-theme .owlindex-checkout-left-section {
  background-color: #121212;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #121212;
}

/* General active link styling */
.nav-link.active {
  color: #ffffff;
  /* White text for contrast */
  font-weight: bold;
  border-radius: 5px;
}

/* Sidebar menu specific active styling */
.owlindex-sidebar-menu-section .nav-link.active {
  background-color: #1e9bde;
  /* Darker blue for sidebar */
  padding: 10px;
  border-left: 4px solid #ffc107;
  /* Highlight with a yellow left border */
}

/* Ensure icons inside active links also get styled */
.owlindex-sidebar-menu-section .nav-link.active i {
  color: #ffc107;
  /* Yellow color for icons in active state */
}

.owlindex-intro-highlight {
  position: absolute;
  border: 3px solid #ffd700;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 87, 34, 0.7);
  background: rgba(255, 87, 34, 0.1);
  z-index: 1000;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.owlindex-tooltip {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  transition: all 0.2s ease-in-out;
  max-width: 280px;
  border-left: 4px solid #ffd700;
  color: #121212;
}

.dark-theme .owlindex-tooltip {
  background: #121212;
  color: #fff;
}

.owlindex-intro-next-btn {
  margin: 10px 0;
  padding: 8px 16px;
  background: var(--ow-main-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  font-weight: bold;
  font-size: 14px;
}

.owlindex-intro-next-btn:hover {
  background: #0056b3;
}

/* Separator with Theme Support */
.owlindex-separator {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  color: #121212;
  font-weight: bold;
  padding-bottom: 5px;
}

.owlindex-separator::before,
.owlindex-separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #121212;
  margin: 0 10px;
}

.dark-theme .owlindex-separator {
  color: #fff;
}

.dark-theme .owlindex-separator::before {
  border-bottom: 1px solid #fff;
}

.dark-theme .owlindex-separator::after {
  border-bottom: 1px solid #fff;
}

/* Container for buttons */
.owlindex-modern-btn.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* Base button styles */
.owlindex-modern-btn.modern-button,
.owlindex-modern-btn.modern-button-outline {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  border: 2px solid;
  background-color: transparent;
  /* Ensure buttons with outline have transparent background */
}

/* Grid layout for button content to align icon and text perfectly */
.owlindex-modern-btn .btn-content {
  display: grid;
  grid-template-columns: var(--icon-width) auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* Icon container */
.owlindex-modern-btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-width);
}

/* Support both icon fonts and PNG images */
.owlindex-modern-btn .btn-icon i,
.owlindex-modern-btn .btn-icon img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Text container */
.owlindex-modern-btn .btn-text {
  text-align: left;
}

/* Solid main button */
.owlindex-modern-btn.modern-button {
  background: var(--ow-main-color);
  color: var(--text-color);
  border-color: var(--ow-main-border-color);
}

.owlindex-modern-btn.modern-button:hover {
  background: var(--ow-main-hover-color);
  transform: translateY(-1px);
}

.owlindex-modern-btn.modern-button:disabled {
  background: var(--ow-disabled-color);
  transform: translateY(-1px);
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none;
}

/* Outline main button */
.owlindex-modern-btn.modern-button-outline {
  color: var(--ow-main-color);
  border-color: var(--ow-main-color);
}

.owlindex-modern-btn.modern-button-outline:hover {
  background: var(--ow-main-color);
  color: var(--text-color);
  transform: translateY(-1px);
}

/* Size classes (renamed to avoid Bootstrap conflicts) with fixed icon widths */
.owlindex-modern-btn.owl-btn-xs {
  padding: 6px 12px;
  font-size: 12px;
  --icon-width: 16px;
}

.owlindex-modern-btn.owl-btn-sm {
  padding: 8px 16px;
  font-size: 14px;
  --icon-width: 18px;
}

.owlindex-modern-btn.owl-btn-md {
  padding: 12px 24px;
  font-size: 16px;
  --icon-width: 20px;
}

.owlindex-modern-btn.owl-btn-lg {
  padding: 16px 32px;
  font-size: 18px;
  --icon-width: 22px;
}

.owlindex-modern-btn.owl-btn-xl {
  padding: 20px 40px;
  font-size: 20px;
  --icon-width: 24px;
}

/* Secondary Variant */
.owlindex-modern-btn.btn-secondary {
  background: var(--ow-secondary-color);
  border-color: var(--ow-secondary-color);
  color: var(--text-color);
}

.owlindex-modern-btn.btn-secondary:hover {
  background: var(--ow-secondary-hover);
  transform: translateY(-1px);
}

.owlindex-modern-btn.btn-secondary-outline {
  color: var(--ow-secondary-color);
  border-color: var(--ow-secondary-color);
}

.owlindex-modern-btn.btn-secondary-outline:hover {
  background: var(--ow-secondary-color);
  color: var(--text-color);
  transform: translateY(-1px);
}

/* Accent Variant */
.owlindex-modern-btn.btn-accent {
  background: var(--ow-accent-color);
  color: #000;
  border-color: var(--ow-accent-color);
}

.owlindex-modern-btn.btn-accent:hover {
  background: var(--ow-accent-hover);
  transform: translateY(-1px);
}

.owlindex-modern-btn.btn-accent-outline {
  color: var(--ow-accent-color);
  border-color: var(--ow-accent-color);
}

.owlindex-modern-btn.btn-accent-outline:hover {
  background: var(--ow-accent-color);
  color: #000;
  transform: translateY(-1px);
}

/* Dark Outline Variants */
.owlindex-modern-btn.btn-dark-outline-121212 {
  background-color: #fff;
  color: #121212;
  border-color: #121212;
}

.owlindex-modern-btn.btn-dark-outline-121212:hover {
  background: #121212;
  color: var(--text-color);
  transform: translateY(-1px);
}

.owlindex-modern-btn.btn-dark-outline-333 {
  color: #333;
  border-color: #333;
}

.owlindex-modern-btn.btn-dark-outline-333:hover {
  background: #333;
  color: var(--text-color);
  transform: translateY(-1px);
}

.dark-theme .owlindex-modern-btn.btn-dark-outline-121212:hover {
  border-color: #fff;
}

/* Solid Dark Variant */
.owlindex-modern-btn.btn-drk {
  background: #121212;
  color: var(--text-color);
  border-color: #121212;
}

.owlindex-modern-btn.btn-drk:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-1px);
}

/* Container for the entire member list */
.owlindex-chat-member-list {
  width: 100%;
  max-width: 600px;
}

/* Each member row (listed underneath each other) */
.owlindex-chat-member-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.owlindex-chat-member-item:last-child {
  border-bottom: none;
}

/* Left side: user image and info */
.owlindex-chat-member-left {
  display: flex;
  align-items: center;
}

.owlindex-chat-member-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.owlindex-chat-member-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.owlindex-chat-member-name {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.dark-theme .owlindex-chat-member-name {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.owlindex-chat-member-headline {
  margin: 0;
  font-size: 12px;
  color: #777;
}
