@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;

1,100..900&display=swap);:root {
  --bs-body-font-size: .98rem;
  --bs-link-color: #444684;
  --bs-body-line-height: 1.4;
}

body {
  background-color: #f6f6f6;
  color: #141115;
}

.ms-10 {
  margin-left: 10px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.m-left-5 {
  margin-left: 5px !important;
}

.m-right-5 {
  margin-right: 5px !important;
}

.grid-gap-5 {
  grid-gap: 5px;
  /* Safari 10-11 */
  gap: 5px;
}

.grid-gap-10 {
  grid-gap: 10px;
  /* Safari 10-11 */
  gap: 10px;
}

.text-secondary-500 {
  color: #6A027F !important;
}

.text-secondary-600 {
  color: #540264 !important;
}

.text-primary-500 {
  color: #0CAC8E !important;
}

.text-primary-600 {
  color: #0A8A73 !important;
}

.text-primary-700 {
  color: #076957 !important;
}

.text-global-300 {
  color: #79677F !important;
}

.text-global-400 {
  color: #463B49 !important;
}

.text-global-500 {
  color: #141115 !important;
}

.text-global-600 {
  color: #100E11 !important;
}

.text-global-700 {
  color: #0D0B0E !important;
}

.dropify-preview .dropify-render img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.rounded {
  border-radius: 15px !important;
}

.text-warning {
  color: #FF4400 !important;
}

.text-primary {
  color: #444684 !important;
}

.text-purple {
  color: #6A027F !important;
}

.text-secondary {
  color: #989898;
}

.bg-primary-2 {
  background-color: #444684;
}

.bg-primary {
  background-color: #6A027F !important;
}

.rounded-full {
  border-radius: 200px;
}

a {
  color: #444684;
  text-decoration: none;
}

a:hover {
  color: #363768;
}

.rotate {
  transform: rotate(180deg);
}

.radius-15 {
  border-radius: 15px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-full {
  border-radius: 500px !important;
}

img {
  max-width: 100%;
  height: auto;
}

.text-blue-500 {
  color: #444684;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media (max-width: 991.8px) {
  .py-8 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.grid-space-10 {
  --bs-gutter-x: 10px;
}

.main-sidebar {
  margin-bottom: 20px !important;
}

.advrt-wrap {
  position: sticky;
  left: 0;
  top: 74px;
  z-index: 12;
}

.advrt-wrap .advertisement {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.advrt-section {
  margin-bottom: 20px;
}

.middle-content.mb-4 {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 992px) {
  .custom-row {
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-row .advrt-section {
    width: 100%;
  }

  .layout-row .advrt-section .advrt-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    padding: 20px 10px;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 10px;
  }

  .layout-row .advrt-section .advertisement {
    margin-right: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 0 !important;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 0 !important;
  }

  .layout-row .advrt-section .advertisement img {
    max-height: 294px;
    width: auto;
  }

  .layout-row .advrt-section .advertisement:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .layout-row .advrt-section {
    overflow-x: auto;
  }

  .layout-row .advrt-section .advrt-wrap {
    padding: 0;
    padding-bottom: 15px;
    min-width: 430px;
    background: transparent;
  }

  .layout-row .advrt-section .advertisement {
    min-width: auto;
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 9/16;
  }

  .layout-row .advrt-section .advertisement img {
    max-height: unset;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .main-sidebar,
  .middle-content,
  .advertisement-section {
    width: 100%;
  }

  .header-search-container {
    display: none;
  }

  .advrt-section {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .main-sidebar,
  .middle-content,
  .advertisement-section {
    min-width: 100%;
  }
}

h1,
.h1 {
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #6A027F;
}

h1.regular,
.h1.regular {
  font-weight: 400;
}

h1.medium,
.h1.medium {
  font-weight: 500;
}

h1.semibold,
.h1.semibold {
  font-weight: 600;
}

h1.bold,
.h1.bold {
  font-weight: 700;
}

h2,
.h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.875rem;
  color: #6A027F;
}

h2.regular,
.h2.regular {
  font-weight: 400;
}

h2.medium,
.h2.medium {
  font-weight: 500;
}

h2.semibold,
.h2.semibold {
  font-weight: 600;
}

h2.bold,
.h2.bold {
  font-weight: 700;
}

h3,
.h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #6A027F;
}

h3.regular,
.h3.regular {
  font-weight: 400;
}

h3.medium,
.h3.medium {
  font-weight: 500;
}

h3.semibold,
.h3.semibold {
  font-weight: 600;
}

h3.bold,
.h3.bold {
  font-weight: 700;
}

h4,
.h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #6A027F;
}

h4.regular,
.h4.regular {
  font-weight: 400;
}

h4.medium,
.h4.medium {
  font-weight: 500;
}

h4.semibold,
.h4.semibold {
  font-weight: 600;
}

h4.bold,
.h4.bold {
  font-weight: 700;
}

h5,
.h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #6A027F;
}

h5.regular,
.h5.regular {
  font-weight: 400;
}

h5.medium,
.h5.medium {
  font-weight: 500;
}

h5.semibold,
.h5.semibold {
  font-weight: 600;
}

h5.bold,
.h5.bold {
  font-weight: 700;
}

h6,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #6A027F;
}

h6.regular,
.h6.regular {
  font-weight: 400;
}

h6.medium,
.h6.medium {
  font-weight: 500;
}

h6.semibold,
.h6.semibold {
  font-weight: 600;
}

h6.bold,
.h6.bold {
  font-weight: 700;
}

.body-large {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

.body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

.body-small {
  font-family: "Work Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.caption {
  font-family: "Work Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #141115;
  font-weight: 400;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.125rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  body {
    font-size: 1rem;
  }

  .body-small {
    font-size: 0.875rem;
  }

  .caption {
    font-size: 0.75rem;
  }
}

.opensearch {
  top: 62px;
}

nav .nav-link {
  color: #262626;
}

nav .nav-link:hover {
  border-bottom: 2px solid #444684;
}

nav .nav-link.active {
  font-weight: 600;
  color: #444684 !important;
  border-bottom: 2px solid #444684;
}

.header-search {
  position: relative;
}

.header-search .icon {
  position: absolute;
  left: 14px;
  top: 10px;
}

.header-search .form-control {
  padding: 8px;
  background-color: #f6f6f6;
  border-radius: 14px;
  padding: 10px 80px 10px 43px;
}

.search-btn {
  font-size: 11px;
  border-radius: 8px;
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 5;
  color: #fff;
  background-color: #5E6060;
}

.search-btn:hover {
  background-color: #6A027F;
  color: #fff;
}

.notification-item {
  position: absolute;
  top: -8px;
  right: -12px;
  z-index: 5;
  font-weight: 600;
  border-radius: 50px;
  padding: 3px;
  background: #F74107;
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-search-container.active {
  display: block;
  /* Show when active */
}

.btn.add-btn {
  font-weight: 500;
}

.btn.add-btn .plus-text {
  font-size: 25px;
}

header .navbar {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

@media screen and (min-width: 992px) {
  .navbar-brand {
    min-width: 100px;
    margin-right: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-nav .nav-item.mx-3 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}

.header-search {
  display: flex;
  align-items: center;
}

@media (max-width: 991.8px) {
  .header-search {
    margin-left: 10px;
  }
}

.header-search .btn-search {
  border-bottom: 0;
  padding: 0;
}

.header-search .btn-search:hover {
  text-decoration: none;
  border-bottom: 0;
}

@media (max-width: 992px) {
  .header-right-cols .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

header .navbar-toggler {
  border: 0;
  border: none;
  outline: 0;
  border-radius: 3px;
  padding: 0 0px 0 8px;
  cursor: pointer;
}

header .navbar-toggler .line-1,
header .navbar-toggler .line-2,
header .navbar-toggler .line-3 {
  width: 24px;
  height: 2px;
  background-color: #141115;
  margin: 6px 0;
  transition: 0.4s;
}

header .navbar-toggler.active .line-1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

header .navbar-toggler.active .line-2 {
  opacity: 0;
}

header .navbar-toggler.active .line-3 {
  transform: rotate(45deg) translate(-5px, -5px);
}

@media only screen and (max-width: 991.8px) {
  .nav-wrap {
    height: 100vh;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: -100%;
    position: fixed;
    overflow: auto;
    will-change: transform;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
    width: 100%;
    max-width: 80%;
    background: #fff;
    padding: 20px;
  }

  .nav-wrap.openNav {
    box-shadow: 0 8px 8px rgba(50, 50, 50, 0.4);
    transform: translate(0);
    right: 0;
  }

  .nav-wrap .nav-link {
    display: inline-block;
  }

  .navbar-toggler.active::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    will-change: transform;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav .nav-item.mx-3 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .header-search-container {
    display: none;
  }
}

.btn {
  gap: 0.5rem;
}

.btn.xs {
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.btn.sm {
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  line-height: 20px;
}

.btn.md {
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.btn.lg {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  line-height: 22px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
}

.btn-primary {
  background-color: #0A8A73;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #087463;
  color: #fff;
}

.btn-primary:disabled {
  background-color: rgba(8, 116, 99, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-primary.active,
.btn-primary:active,
.btn-check:checked + .btn-primary,
.btn-primary:focus-visible {
  background-color: #087463 !important;
  border-color: #087463 !important;
  color: #fff !important;
}

.btn-secondary {
  background-color: #540264;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-secondary:hover {
  background-color: #430152;
  color: #fff;
}

.btn-secondary:disabled {
  background-color: rgba(67, 1, 82, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-check:checked + .btn-secondary,
.btn-secondary:focus-visible {
  background-color: #430152 !important;
  border-color: #430152 !important;
  color: #fff !important;
}

.btn-pastel-blue {
  background-color: #363768;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-pastel-blue:hover {
  background-color: #2A2B51;
  color: #fff;
}

.btn-pastel-blue:disabled {
  background-color: rgba(42, 43, 81, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-pastel-blue.active,
.btn-pastel-blue:active,
.btn-check:checked + .btn-pastel-blue,
.btn-pastel-blue:focus-visible {
  background-color: #2A2B51 !important;
  border-color: #2A2B51 !important;
  color: #fff !important;
}

.btn-primary-rounded {
  background-color: #0A8A73;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-primary-rounded:hover {
  background-color: #087463;
  color: #fff;
}

.btn-primary-rounded:disabled {
  background-color: rgba(8, 116, 99, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-primary-rounded.active,
.btn-primary-rounded:active,
.btn-check:checked + .btn-primary-rounded,
.btn-primary-rounded:focus-visible {
  background-color: #087463 !important;
  border-color: #087463 !important;
  color: #fff !important;
}

.btn-secondary-rounded {
  background-color: #540264;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-secondary-rounded:hover {
  background-color: #430152;
  color: #fff;
}

.btn-secondary-rounded:disabled {
  background-color: rgba(67, 1, 82, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-secondary-rounded.active,
.btn-secondary-rounded:active,
.btn-check:checked + .btn-secondary-rounded,
.btn-secondary-rounded:focus-visible {
  background-color: #430152 !important;
  border-color: #430152 !important;
  color: #fff !important;
}

.btn-pastel-blue-rounded {
  background-color: #363768;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-pastel-blue-rounded:hover {
  background-color: #2A2B51;
  color: #fff;
}

.btn-pastel-blue-rounded:disabled {
  background-color: rgba(42, 43, 81, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-pastel-blue-rounded.active,
.btn-pastel-blue-rounded:active,
.btn-check:checked + .btn-pastel-blue-rounded,
.btn-pastel-blue-rounded:focus-visible {
  background-color: #2A2B51 !important;
  border-color: #2A2B51 !important;
  color: #fff !important;
}

.btn-outline-primary {
  border: 1px solid #0A8A73;
  background-color: transparent;
  color: #0A8A73;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: #0A8A73;
  color: #fff;
}

.btn-outline-primary:disabled {
  background-color: rgba(8, 116, 99, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:focus-visible {
  background-color: #0A8A73 !important;
  border-color: #0A8A73 !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border: 1px solid #540264;
  background-color: transparent;
  color: #540264;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-secondary:hover {
  background-color: #540264;
  color: #fff;
}

.btn-outline-secondary:disabled {
  background-color: rgba(67, 1, 82, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary:focus-visible {
  background-color: #540264 !important;
  border-color: #540264 !important;
  color: #fff !important;
}

.btn-outline-pastel-blue {
  border: 1px solid #363768;
  background-color: transparent;
  color: #363768;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-pastel-blue:hover {
  background-color: #363768;
  color: #fff;
}

.btn-outline-pastel-blue:disabled {
  background-color: rgba(42, 43, 81, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-pastel-blue.active,
.btn-outline-pastel-blue:active,
.btn-check:checked + .btn-outline-pastel-blue,
.btn-outline-pastel-blue:focus-visible {
  background-color: #363768 !important;
  border-color: #363768 !important;
  color: #fff !important;
}

.btn-outline-primary-rounded {
  border: 1px solid #0A8A73;
  background-color: transparent;
  color: #0A8A73;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-primary-rounded:hover {
  background-color: #0A8A73;
  color: #fff;
}

.btn-outline-primary-rounded:disabled {
  background-color: rgba(8, 116, 99, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-primary-rounded.active,
.btn-outline-primary-rounded:active,
.btn-check:checked + .btn-outline-primary-rounded,
.btn-outline-primary-rounded:focus-visible {
  background-color: #0A8A73 !important;
  border-color: #0A8A73 !important;
  color: #fff !important;
}

.btn-outline-secondary-rounded {
  border: 1px solid #540264;
  background-color: transparent;
  color: #540264;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-secondary-rounded:hover {
  background-color: #540264;
  color: #fff;
}

.btn-outline-secondary-rounded:disabled {
  background-color: rgba(67, 1, 82, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-secondary-rounded.active,
.btn-outline-secondary-rounded:active,
.btn-check:checked + .btn-outline-secondary-rounded,
.btn-outline-secondary-rounded:focus-visible {
  background-color: #540264 !important;
  border-color: #540264 !important;
  color: #fff !important;
}

.btn-outline-pastel-blue-rounded {
  border: 1px solid #363768;
  background-color: transparent;
  color: #363768;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-outline-pastel-blue-rounded:hover {
  background-color: #363768;
  color: #fff;
}

.btn-outline-pastel-blue-rounded:disabled {
  background-color: rgba(42, 43, 81, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-outline-pastel-blue-rounded.active,
.btn-outline-pastel-blue-rounded:active,
.btn-check:checked + .btn-outline-pastel-blue-rounded,
.btn-outline-pastel-blue-rounded:focus-visible {
  background-color: #363768 !important;
  border-color: #363768 !important;
  color: #fff !important;
}

.btn-primary-2 {
  background-color: #363768;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn-primary-2:hover {
  background-color: #2A2B51;
  color: #fff;
}

.btn-primary-2:disabled {
  background-color: rgba(42, 43, 81, 0.4);
  cursor: not-allowed;
  opacity: 0.62;
}

.btn-primary-2.active,
.btn-primary-2:active,
.btn-check:checked + .btn-primary-2,
.btn-primary-2:focus-visible {
  background-color: #2A2B51 !important;
  border-color: #2A2B51 !important;
  color: #fff !important;
}

.link-btn {
  font-size: 18px;
  padding: 10px 20px;
  line-height: 23px;
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-btn.active {
  background-color: #f6f6f6;
  font-weight: 600;
}

.link-btn:hover,
.link-btn:focus {
  background-color: #f6f6f6;
}

.btn-outline {
  border: 1px solid #444684;
  color: #444684;
  background-color: #fff;
}

.btn-outline:hover,
.btn-outline:focus {
  border: 1px solid #444684;
  color: #444684;
  background-color: #fff;
}

.btn-outline-filled {
  background-color: #444684;
  border: 1px solid #444684;
  color: #fff;
}

.btn-outline-filled:hover {
  border: 1px solid #444684;
  color: #444684;
  background-color: #fff;
}

footer li.item {
  margin-bottom: 9px;
}

footer li.item a:hover {
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.form-check-input {
  background-color: #fff;
}

.page-title {
  font-size: 24px;
  line-height: 26px;
  color: #444684;
}

@media (max-width: 575px) {
  .page-title {
    margin-bottom: 8px !important;
    font-size: 20px;
  }
}

.sticky-sidebar-wrap {
  position: sticky;
  left: 0;
  top: 74px;
  z-index: 1;
}

@media (min-width: 576px) {
  .form-select.select-custom {
    background: transparent;
    box-shadow: none;
    font-weight: 600;
    background-image: url("/assets/front/images/svg/custom-carate.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
  }
}

.input-inside-icon {
  margin-top: -1px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.inside-icon .form-control {
  padding-left: 38px;
}

.one-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.four-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.five-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#video_audio .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
}

#video_audio .image-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#video_audio .image-wrapper img {
  border-radius: 15px;
  width: 400px;
}

#video_audio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.audio-container {
  display: flex;
  align-items: center;
}

.audio-container .audio-wrap {
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  min-width: 120px;
  border-radius: 10px;
  flex: 1;
  max-width: 120px;
}

.audio-container .audio-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  .audio-container {
    flex-direction: column;
  }

  .audio-container .audio-wrap {
    min-height: 120px;
    margin-bottom: 15px;
  }
}

h3,
.h3 {
  font-size: calc(0.9rem + 0.39vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.15rem;
  }
}

.card {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: none;
  padding: 1.25em;
  color: #141115;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  box-shadow: none;
}

.card.text-decoration-none {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: none;
  padding: 1.25em;
  color: #141115;
  transition: all 0.3s ease-in-out;
  border: 1px solid #A697AB;
  padding: 0;
}

.card.text-decoration-none:hover {
  box-shadow: none;
}

.sidebar-card {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sidebar-card {
    padding: 15px 15px;
  }

  .sidebar-card .link-btn {
    font-size: 18px;
    padding: 6px 10px;
  }
}

.sidebar-card:last-child {
  margin-bottom: 0;
}

.sidebar-card .title {
  font-size: 20px;
  margin-bottom: 18px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.table-row .value {
  padding: 0 7px;
  font-weight: 600;
}

.icon-list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.icon-list-item .icon {
  position: absolute;
  left: 0;
  top: 3;
  z-index: 1;
}

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

.dropdown-button {
  padding: 5px 17px 5px 15px;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  background-color: #f9f9f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px;
  font-weight: 600;
}

.dropdown-button .arrow {
  margin-left: 15px;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 7px 0;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 10px;
}

.dropdown-content .option {
  padding: 5px 16px;
  cursor: pointer;
}

.dropdown-content .option:hover {
  background-color: #f6f6f6;
}

.dropdown-content.show {
  display: block;
  max-height: 200px;
  /* Adjust as needed */
  opacity: 1;
}

@media (max-width: 575px) {
  .card.rounded {
    background-color: lightblue;
  }
}

@media (min-width: 576px) {
  .card.rounded {
    background-color: red;
  }
}

.user-img {
  min-width: 60px;
  width: 60px;
}

.post-image-container {
  display: grid;
  gap: 10px;
  position: relative;
  aspect-ratio: 16/9;
}

.post-image-container .post-image {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(132deg, #810A99 0%, #0CAC8E 100%);
  border-radius: 8px;
}

.post-image-container.two {
  grid-template-columns: repeat(2, 1fr);
}

.post-image-container.three {
  grid-template-columns: repeat(2, 1fr);
  aspect-ratio: 1/1;
}

.post-image-container.three .post-image:nth-child(3) {
  grid-column: span 2;
}

.post-image-container.four {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .post-image-container.four .post-image {
    min-height: 220px;
  }
}

.post-image-container.more {
  grid-template-columns: repeat(2, 1fr);
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  .post-image-container.more .post-image {
    min-height: 220px;
  }
}

.post-image-container.more .see-more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.post-image-container.more .post-image:last-child {
  filter: brightness(0.5);
}

.feed-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.feed-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.feed-wrap img {
  min-height: 170px;
  max-height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-feed-slider .feed-wrap img {
  min-height: 270px;
  max-height: 270px;
}

.feed-title {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  padding: 4px 6px 0;
  color: #fff;
  text-align: center;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.62));
}

.form-control {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: #141115;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  width: 100%;
}

.form-control:focus {
  border-color: #D7D7EA;
  background-color: #fff;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #A697AB;
  opacity: 1;
}

.form-control::placeholder {
  color: #A697AB;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #A697AB;
}

.form-select {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: #141115;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

.form-select:focus {
  border-color: #D7D7EA;
  background-color: #fff;
  box-shadow: none;
}

.form-select::-moz-placeholder {
  color: #A697AB;
  opacity: 1;
}

.form-select::placeholder {
  color: #A697AB;
  opacity: 1;
}

.form-select::-ms-input-placeholder {
  color: #A697AB;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.search-container .search-input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  color: #141115;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.3s ease-in-out;
  line-height: 1.4;
  padding-left: 40px;
  width: 100%;
}

.search-container .search-input:focus {
  border-color: #D7D7EA;
  background-color: #fff;
  box-shadow: none;
}

.search-container .search-input::-moz-placeholder {
  color: #A697AB;
  opacity: 1;
}

.search-container .search-input::placeholder {
  color: #A697AB;
  opacity: 1;
}

.search-container .search-input::-ms-input-placeholder {
  color: #A697AB;
}

.search-container .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #555;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input-wrapper {
  position: relative;
}

.icon-left input {
  padding-left: 30px;
}

.icon-left .icon {
  left: 10px;
  top: 9px;
  position: absolute;
  z-index: 1;
}

/* Right Icon */

.icon-right input {
  padding-right: 30px;
}

.icon-right .icon {
  right: 10px;
  top: 8px;
  position: absolute;
  z-index: 2;
}

.field-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #463B49;
  margin-bottom: 10px;
}

.field-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #A697AB;
}

.filter-item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .filter-item {
    margin-bottom: 16px;
  }
}

.filter-radio-buttons input[type=radio] {
  display: none;
}

.filter-radio-buttons {
  border: 1px solid #D4CCD6;
  display: inline-flex;
  flex-wrap: wrap;
}

.filter-radio-buttons label {
  display: inline-block;
  padding: 5px 16px;
  border-right: 1px solid #D4CCD6;
  color: #141115;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.filter-radio-buttons label:last-child {
  border-right: 0;
}

.filter-radio-buttons label:hover {
  background: #6A027F;
  color: white;
}

@media (max-width: 767px) {
  .filter-radio-buttons label {
    padding: 3px 10px;
    font-size: 14px;
  }
}

.filter-radio-buttons input[type=radio]:checked + label {
  background: #6A027F;
  color: white;
}

.custom-checkbox-wrap {
  padding-left: 10px;
}

.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-checkbox .check-label {
  display: inline-block;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.custom-checkbox .check-label::before {
  content: "";
  background-image: url("/assets/front/images/svg/checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
}

.custom-checkbox input[type=checkbox]:checked + .check-label::before {
  background-image: url("/assets/front/images/svg/check-active.svg");
}

.form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #79677F;
  margin-bottom: 2px;
}

.btn-group-items {
  display: flex;
  align-items: center;
}

.btn-group-items.rsvp-button-group a.active {
  background-color: #6A027F;
  color: #fff;
  font-weight: 600;
}

.btn-group-items .btn-item {
  flex: 1;
  text-align: center;
  padding: 7px 18px;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #f6f6f6;
  color: #141115;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.btn-group-items .btn-item.active {
  color: #6A027F;
  font-weight: 600;
  background-color: #fff;
}

.btn-group-items .btn-item:hover {
  background-color: #6A027F;
  color: #fff;
}

.btn-group-items .btn-item:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-left: 1px solid #ccc;
}

.btn-group-items .btn-item:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 575px) {
  .btn-group-items {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}

.btn-tabs {
  border-radius: 200px;
  padding: 8px 16px;
  border: 1px solid #444684;
  background-color: #fff;
  line-height: 1;
  font-size: 16px;
}

.btn-tabs.active {
  background-color: #444684;
  color: #fff;
}

.btn-tabs:hover {
  background-color: #1d2068;
  color: #fff;
}

@media (max-width: 991.8px) {
  .btn-tabs {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.select-miles {
  max-width: calc(100% - 155px);
}

.sidebar-nav-tabs .btn-tabs {
  margin-right: 10px;
}

.sidebar-nav-tabs .nav-item:last-child .btn-tabs {
  margin-right: 0;
}

.badge-btn {
  padding: 3px 7px;
  border-radius: 200px;
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-top: -9px;
  margin-right: -7px;
  height: 27px;
}

.badge-btn.online {
  background-color: #EFCA08;
}

.badge-btn.inperson {
  background-color: #90A2E0;
}

.tab-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 10px 15px 15px;
  background-color: #FAF3F0;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  cursor: pointer;
}

.tab-card:last-child {
  margin-bottom: 0;
}

.tab-card .title-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  flex-grow: 1;
}

.tab-card .tab-title {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0;
}

.tab-card .card-img {
  max-width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 10px;
  border-radius: 8px;
}

.tab-card .card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.tab-card.group-item {
  position: relative;
}

.tab-card.group-item .badge-btn {
  margin-top: 0;
  margin-right: 0;
  height: 23px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 12;
}

.info-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.info-card .content-info {
  font-size: 14px;
  line-height: 20px;
  flex: 1;
  padding: 0;
}

.info-card .card-image {
  width: 90px;
  height: 90px;
  min-width: 90px;
  overflow: hidden;
}

.info-card .card-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0;
}

.info-card .time {
  font-size: 14px;
  padding-right: 10px;
}

.info-card .time .day {
  color: #6A027F;
  font-weight: 600;
  text-transform: uppercase;
}

.event-tabs .nav-item {
  margin-right: 20px;
}

.event-tabs .nav-item:last-child {
  margin-right: 0;
}

.event-tabs .item-link {
  text-decoration: none;
}

.event-tabs .item-link.active {
  color: #6A027F;
  text-decoration: underline;
}

.user-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .user-card .join-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

.user-event-info {
  display: flex;
  gap: 15px;
}

.user-event-info .time {
  font-size: 13px;
}

.user-event-info .event-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.user-event-info .event-image .profile {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin: 0 !important;
}

.user-event-info .title {
  font-weight: 600;
  font-size: 1rem;
}

@media (max-width: 991.8px) {
  .user-event-info .title {
    font-size: 15px;
  }

  .user-event-info .event-image {
    width: 44px;
    height: 44px;
  }
}

.event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-details {
  display: flex;
  flex-direction: column;
}

.event-details .comments {
  font-size: 15px;
}

.dot-before {
  position: relative;
  display: inline-block;
}

.dot-before::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background-color: #141115;
}

.group-container {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.group-container .profile {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: -11px;
  border: 2px solid white;
  z-index: 1;
}

.group-container .profile img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.group-container .profile:first-child {
  margin-left: 0;
}

.filter-wrap .label-within {
  line-height: 35px;
}

@media (max-width: 479px) {
  .filter-wrap {
    flex-direction: column;
  }

  .filter-wrap .label-within {
    line-height: 20px;
  }

  .filter-wrap .select-miles {
    max-width: 100%;
  }
}

.event-card {
  display: flex;
  gap: 12px;
  padding: 15px;
  border-radius: 12px;
  background: #ECF0F0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}

.event-card:last-child {
  margin-bottom: 0;
}

.event-card .image {
  flex-shrink: 0;
}

.event-card .image img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.event-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.event-card .content .date {
  font-size: 14px;
  font-weight: 600;
  color: #6A027F;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.event-card .content .location {
  font-size: 14px;
  color: #4F4F4F;
  font-weight: 600;
  margin-bottom: 0;
}

.event-card .content .title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.event-card .content .description {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0;
}

.event-card .content .description p {
  margin-bottom: 0px;
}

.event-card .content .badge-btn {
  margin-right: -10px;
}

.live-dot {
  position: relative;
  width: 8px;
  /* Small dot size */
  height: 8px;
  background-color: #26E200;
  /* Red live dot color */
  border-radius: 50%;
  /* Makes it circular */
  box-shadow: 0 0 6px rgba(17, 199, 0, 0.8);
  /* Glowing shadow */
  /* Ripple Effect */
}

.live-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(16, 189, 0, 0.3);
  /* Semi-transparent red */
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 1.5s infinite ease-out;
}

.happening-now {
  font-size: 13px;
  margin: 5px 0px;
  font-weight: 700;
  color: green;
}

/* Keyframes for Smooth Ripple */

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.no-member {
  font-size: 16px;
  background-color: #FAE6FF;
  color: #6A027F;
  padding: 4px 8px;
  margin-right: 6px;
  font-weight: 600;
  border-radius: 5px;
  line-height: 1.2;
  display: inline-block;
}

.inner-scroll {
  overflow-y: auto;
  max-height: 60vh;
  padding-bottom: 8px;
  padding-right: 5px;
}

.inner-scroll::-webkit-scrollbar {
  width: 6px;
}

.inner-scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.inner-scroll::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.text-secondary02 {
  color: #554D4D;
}

.fs-24 {
  font-size: 24px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

@media (max-width: 575px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fw-600 {
  font-weight: 600;
}

.tab-button-active {
  background: #6A027F !important;
  color: #fff !important;
}

@media (max-width: 479px) {
  .w-xs-100 {
    width: 100% !important;
  }
}

.product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (max-width: 767px) {
  .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .product-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 114px;
}

.product-image-wrapper.advrt-img {
  padding-bottom: 244px;
}

.product-image-wrapper.advrt-img .add-img {
  width: 100%;
}

.product-image-wrapper .produt-image {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.reward-slider-item .swiper-slide {
  height: auto;
}

.reward-slider-item .item {
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reward-slider-item .product-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reward-slider-item .content-info {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.reward-slider-item .content-info .points {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.reward-slider-item .btn {
  margin-top: auto;
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: .200rem;
}

.reward-slider-item .btn-wrap {
  margin-top: auto;
}

.reward-slider-item .swiper-button-next,
.reward-slider-item .swiper-button-prev {
  margin-top: -22px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .reward-slider-item .swiper-button-next,
  .reward-slider-item .swiper-button-prev {
    display: none;
  }
}

.reward-slider-item .swiper-button-next::after,
.reward-slider-item .swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}

.reward-slider-item .swiper-button-next.swiper-button-disabled,
.reward-slider-item .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.reward-slider-item .swiper-button-next::after {
  background-image: url("/assets/front/images/arrow-next.svg");
  content: "";
}

.reward-slider-item .swiper-button-prev::after {
  content: "";
  background-image: url("/assets/front/images/arrow-prev.svg");
}

.category-name {
  font-weight: 600;
  font-size: 14px;
}

.centered-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ircs-slide-item .brands-top-cols {
  padding: 8px 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ircs-slide-item .brands-top-cols .brand-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 5px;
  flex: 1;
}

.ircs-slide-item .brands-top-cols .brand-img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
  -o-object-fit: contain;
  min-width: 24px;
}

.ircs-slide-item .product-image-wrapper {
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), lightgray 50%/cover no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.ircs-slide-item .product-image-wrapper .product-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}

.my-silos {
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background-image: url("/assets/front/images/silo-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 10px -4px;
  overflow: hidden;
}

.my-silos .silo-link {
  text-decoration: none;
  padding: 12px;
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.1);
}

.my-silos .silo-link.active {
  font-weight: 600;
  background-color: #f6f6f6;
}

.my-silos .silo-link:hover {
  background-color: #f6f6f6;
}

.my-silos .rewards-points-pot {
  margin-top: auto;
}

.my-silos .silo-img {
  max-width: 137px;
  height: auto;
}

.score-wrpper {
  background-image: url("/assets/front/images/DayflowAbstract.png");
  background-size: cover;
  background-position: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  min-height: 358px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.score-wrpper .label {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}

.score-wrpper .score-number {
  font-size: 90px;
  font-weight: 800;
  line-height: 62px;
}

@media (max-width: 991.8px) {
  .score-wrpper {
    max-width: 370px;
    min-height: 303px;
    margin-bottom: 15px;
  }

  .score-wrpper .score-number {
    font-size: 66px;
  }

  .score-wrpper .label {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .score-wrpper {
    max-width: 280px;
    min-height: 228px;
    margin-bottom: 15px;
  }
}

.score-wrpper.irc-background {
  background-image: url("/assets/front/images/coupon-image-bg.png");
  margin-bottom: 40px;
}

.reward-modal .point-desc {
  font-size: 22px;
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-modal .point-desc::before {
  content: "";
  background-image: url("/assets/front/images/creck-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
  display: inline-block;
  min-width: 44px;
  margin-right: 6px;
  transform: translateY(-7px);
}

@media (max-width: 991.8px) {
  .reward-modal .point-desc {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .reward-modal .point-desc {
    max-width: 100%;
  }
}

/* Gold Coin Style */

.gold-coin {
  position: absolute;
  width: 20px;
  height: 20px;
  /* background: radial-gradient(circle, #ffd700, #f0c420); */
  background-image: url("/assets/front/images/gold-coin.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 1;
}

.gold-coin.coupon {
  background-image: url("/assets/front/images/coupon.png");
  box-shadow: none;
}

@keyframes fly-to-silo {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(300px, 100px);
    /* Adjust based on your layout */
    opacity: 0;
  }
}

.item-slide {
  position: relative;
  margin-bottom: 10px;
}

.item-slide .like-icon {
  width: 30px;
  text-align: end;
}

.item-slide .swiper-slide {
  padding-bottom: 10px;
  height: auto;
  display: flex;
}

.item-slide .item {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.item-slide .item .image-wrap .thumb-img {
  width: 100%;
}

.item-slide .swiper-button-next.swiper-button-disabled,
.item-slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.item-slide .swiper-button-next {
  right: -25px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
}

.item-slide .swiper-button-next::after {
  font-size: 14px;
  width: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6A027F;
  border-radius: 4px;
}

.item-slide .swiper-button-prev {
  left: -24px;
  margin-top: -12px;
}

.item-slide .swiper-button-prev::after {
  font-size: 14px;
  width: 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6A027F;
  border-radius: 4px;
}

.item-slide .title {
  font-size: 18px;
  margin-bottom: 0;
}

.content-info {
  padding: 10px;
}

.TabButtonSilder .swiper-slide {
  width: auto !important;
}

.tab-button {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 4px 0px;
  background-color: #fff;
  color: #141115;
}

.tab-button:hover {
  background: #6A027F;
  color: #fff;
}

.image-wrap {
  position: relative;
}

.image-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
}

.podcasts-view .swiper-button-prev {
  margin-top: -24px;
}

.podcasts-view .swiper-button-next {
  margin-top: 0;
}

.podcasts-view .item-slide .title {
  font-size: 16px;
}

@media (max-width: 767px) {
  .podcasts-view .item-slide .title {
    font-size: 14px;
  }
}

.podcasts-view .content-info {
  flex: 1;
  font-size: 14px;
}

.podcasts-view .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.podcasts-view .image-wrap {
  overflow: hidden;
  width: 100%;
  min-height: 136px;
}

.podcasts-view .thumb-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-podcasts-view-div .item .image-wrap {
  aspect-ratio: 224/126;
}

.video-podcasts-view-div .item .thumb-img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.toptab-slider .swiper-wrapper {
  padding-left: 3px;
  padding-right: 3px;
}

.toptab-slider .swiper-button-next:after,
.toptab-slider .swiper-button-prev:after {
  font-size: 15px;
  color: #141115;
}

.toptab-slider .swiper-button-next,
.toptab-slider .swiper-button-prev {
  border-radius: 200px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -17px;
  background-color: #f6f6f6;
  z-index: 12;
  padding: 9px 17px 9px 9px;
}

.toptab-slider .swiper-button-next:hover,
.toptab-slider .swiper-button-prev:hover {
  background-color: #f6f6f6;
}

.toptab-slider .swiper-button-next:hover::after,
.toptab-slider .swiper-button-prev:hover::after {
  color: #6A027F;
}

.toptab-slider .swiper-button-prev {
  left: -9px;
  box-shadow: 5px 0 50px 3px #f6f6f6, -1px 0px 5px 14px #f6f6f6;
}

.toptab-slider .swiper-button-next {
  right: -9px;
  box-shadow: 5px 0 50px 3px #f6f6f6, -1px 0px 5px 14px #f6f6f6;
}

.toptab-slider .swiper-button-next.swiper-button-disabled,
.toptab-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.reels-slider-wrap .item {
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
}

.reels-slider-wrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-details {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-details .user-image {
  width: 42px;
  height: 42px;
  min-height: 42px;
  min-width: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  border: 1px solid #E9E6EA;
  overflow: hidden;
  border-radius: 200px;
  display: flex;
  align-items: center;
}

.user-details .content {
  flex: 1;
}

.user-details .content .title {
  margin-bottom: 4px;
  font-size: 15px;
}

.user-details .content .description {
  margin-bottom: 0;
  font-size: 14px;
}

.mysilos-page .card-cols {
  margin-bottom: 16px;
  flex-direction: column;
}

.top-points-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.top-points-wrap .point-label {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .top-points-wrap .point-label {
    font-size: 20px;
  }
}

.top-points-wrap .point-label span {
  color: #6A027F;
  /* margin-right: 5px; */
}

.top-points-wrap .small {
  font-size: 0.9em;
  font-weight: 600;
}

.top-points-wrap .trophy-img {
  margin-right: 15px;
}

.bg-green {
  background-color: #087762;
}

.card-total-points {
  padding: 20px 30px;
  border-radius: 10px;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 4px 6px 0px;
  min-width: 190px;
}

.card-total-points .label {
  font-size: 16px;
  margin-bottom: 10px;
}

.card-total-points .value {
  font-size: 24px;
  font-weight: 600;
}

.points-card {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

.points-card .leaves {
  height: 38px;
  width: 38px;
  right: 0px;
  top: 4px;
}

.points-card .list-group-item {
  padding: 18px 24px;
}

@media (max-width: 575px) {
  .points-card .list-group-item {
    padding: 12px 15px;
  }
}

.points-card .icon {
  margin-bottom: 6px;
  color: #6A027F;
  font-size: 23px;
}

.points-card .points-balance {
  font-size: 40px;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 9px;
  color: #6A027F;
}

.points-card .points-text {
  margin-bottom: 6px;
  font-weight: 600;
}

.points-card .view-more {
  text-align: center;
  margin-top: 10px;
}

.points-card .list-group {
  max-height: 400px;
  min-height: 236px;
  overflow-y: auto;
  padding-right: 8px;
}

.points-card .list-group::-webkit-scrollbar {
  width: 6px;
}

.points-card .list-group::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

.points-card .list-group::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.card-cols .card-title {
  margin-bottom: 12px;
}

.earn-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 575px) {
  .earn-item {
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }
}

.earn-item .contents {
  margin-bottom: 5px;
}

.earn-item img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #6A027F;
  border-radius: 5px;
}

.earn-item .points {
  font-weight: 600;
}

.earn-item .points .coin {
  color: #ffc83e;
}

.redeem-now {
  padding: 7px 15px;
  line-height: 1;
  font-size: 14px;
}

@media (max-width: 575px) {
  .redeem-now {
    position: absolute;
    right: 13px;
    top: 18px;
    z-index: 12;
  }
}

.table-cell.circle-value {
  background-color: #444684;
  border-radius: 200px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.js-apply-btn:disabled {
  background: rgba(68, 70, 132, 0.4);
  border-color: rgba(68, 70, 132, 0.4);
  color: #fff;
  border: 0;
}

.list-bullet-item {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.list-bullet-item .item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px;
}

.list-bullet-item .item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 200px;
  background: #554D4D;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}

.list-bullet-item .item.offer-transport {
  padding-left: 20px;
}

.list-bullet-item .item.offer-transport::before {
  content: "\F207";
  font-family: "FontAwesome";
  background: transparent;
  top: 0;
}

.list-bullet-item .item.harvest-partner {
  padding-left: 24px;
}

.list-bullet-item .item.harvest-partner::before {
  content: "";
  background-image: url("/assets/front/images/leaves.svg") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 19px;
  height: 19px;
  display: inline-block;
  top: 0;
  background: transparent;
}

.job-item .btn-success {
  min-width: 130px;
}

.job-item .stepper .btn-success {
  min-width: auto;
}

.job-item .btn:active {
  border-color: transparent;
}

.jobs-top-cols .time {
  margin-bottom: 8px;
}

.jobs-top-cols .title {
  font-size: 22px;
  font-weight: 600;
}

.jobs-top-cols .job-salary {
  font-weight: 800;
}

@media (max-width: 991.8px) {
  .jobs-top-cols .title {
    font-size: 20px;
  }
}

.btn-save-link {
  color: #3490dc;
}

.view-more {
  color: #444684;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
}

.view-more:active {
  border: 0;
  box-shadow: none;
}

.em-text {
  color: #444684;
}

@media (max-width: 991.8px) {
  .myjob-card .leaves,
  .job-item .leaves {
    right: 0px;
    top: -23px;
  }
}

@media (max-width: 991.8px) {
  .all-jobs-card .leaves {
    right: 0px;
    top: -23px;
  }
}

.stepper {
  color: #878282;
}

.stepper .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.stepper .item .icon {
  margin-right: 5px;
}

.stepper .item .btn {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.stepper .item .btn.active {
  color: #fff;
  border: 0;
  box-shadow: none;
}

.stepper .item:last-child {
  padding-right: 0;
}

.stepper .item .line {
  width: 46px;
  height: 1px;
  background: #667085;
  transition: background 0.5s linear;
}

@media (max-width: 767px) {
  .stepper {
    overflow-x: auto;
    padding-bottom: 8px;
  }
}

.review-step.active {
  background-color: #FF845E;
  color: #fff;
}

.review-step.active:hover {
  background-color: #f65f31;
}

.offer-step.active {
  background-color: #6A027F;
  color: #fff;
}

.offer-step.active:hover {
  background-color: #6A027F;
}

.job-desc {
  color: #3490dc;
}

.modal-backdrop.active {
  z-index: 1057;
}

.offer-transport-img {
  width: 19px;
}

.ratio-2x1 {
  aspect-ratio: 2/1;
}

.as-ratio-1x1 {
  aspect-ratio: 1/1;
}

.as-ratio-16x9 {
  aspect-ratio: 16/9;
}

.as-ratio-9x16 {
  aspect-ratio: 9/16;
}

.map-ratio.as-ratio-1x1 {
  aspect-ratio: 2/1;
}

.rounded-12 {
  border-radius: 12px !important;
}

.ratio-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.set-16x9 {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.housing-main .swiper-button-next,
.housing-main .swiper-button-prev {
  color: #6A027F;
}

.housing-main .swiper-button-next::after,
.housing-main .swiper-button-prev::after {
  font-size: 22px;
}

.housing-main .inner-scroll {
  overflow: auto;
  height: calc(100vh - 186px);
  max-height: none;
}

.price-range-wrap.gap-30 {
  gap: 30px;
}

@media (max-width: 991.8px) {
  .price-range-wrap.gap-30 {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .price-range-wrap.gap-30 {
    gap: 16px;
  }
}

.housing-map-wrap {
  border: 1px solid #0CAC8E;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
}

.housing-map-wrap .map-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#map-type-div {
  display: none;
  pointer-events: auto;
  position: absolute;
  background: white;
  padding: 0;
  right: 0;
  top: 40px;
  color: rgb(42, 42, 51);
  border: 1px solid #ccc;
  border-color: rgb(167, 166, 171);
  z-index: 50;
}

.form-check-label {
  white-space: nowrap;
}

.overlap-div {
  pointer-events: none;
  position: relative;
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.zoom-in-out-btn {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  pointer-events: auto;
  outline: none;
  box-shadow: none;
  position: relative;
  color: rgb(42, 42, 51);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Open Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  border-color: rgb(167, 166, 171);
  color: rgb(42, 42, 51);
}

.zoom-in-out-btn span > svg {
  display: block;
  height: 18px;
  width: 18px;
}

.jEgIhC {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

#toggle-map-options {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px 16px;
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  pointer-events: auto;
  outline: none;
  box-shadow: none;
  width: auto;
  position: relative;
  color: rgb(42, 42, 51);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Open Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  height: auto;
  background-color: rgb(255, 255, 255);
  border-color: rgb(167, 166, 171);
  color: rgb(42, 42, 51);
}

.kBwUlC {
  margin-left: 8px;
}

.kBwUlC > svg {
  display: block;
  height: 16px;
  width: 16px;
}

/* Property item styling */

.property-item {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  width: 45%;
  float: left;
  margin: 7px;
  cursor: pointer;
}

#property-search-input {
  width: 550px;
}

#property-search-clear {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  height: 100%;
  width: 35px;
  text-align: center;
  vertical-align: middle;
  line-height: 34px;
  transition: all 0.2s ease;
  z-index: 9;
}

#property-search-clear:hover {
  background: rgba(218, 218, 218, 0.5);
}

#property-search-clear i {
  border-radius: 50%;
  background: black;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
}

#property-type {
  width: auto;
}

#suggestions {
  display: none;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  background-color: white;
  width: 100%;
  /* Adjust width based on padding */
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.suggestion-item.highlighted {
  background: #e2f4ff;
}

.suggestion-item p {
  margin-bottom: 5px;
}

.suggestion-item img {
  width: 20px;
  margin-right: 10px;
}

.map-button-wrapper {
  /* #property-search-div {
    position: relative;
    display: inline-block;
  } */
}

.map-button-wrapper .slider {
  position: relative;
  width: 120px;
  height: 120px;
}

.map-button-wrapper .slide {
  display: none;
}

.map-button-wrapper .prev,
.map-button-wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -10px;
  padding: 6px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 2px;
}

.map-button-wrapper .prev {
  left: 0;
}

.map-button-wrapper .next {
  right: 0;
}

.map-button-wrapper .gm-style-iw-chr {
  display: none;
}

.map-button-wrapper .gm-style .gm-style-iw-c {
  padding: 0;
  max-width: 250px !important;
}

.map-button-wrapper .gm-style-iw-d {
  overflow: hidden !important;
}

.map-button-wrapper .gm-style-iw-d img {
  width: 100%;
}

.map-button-wrapper .home-details {
  padding: 8px;
}

.map-button-wrapper .swiper-button-next,
.map-button-wrapper .swiper-button-prev {
  color: white;
}

.map-button-wrapper .swiper-button-next:after,
.map-button-wrapper .swiper-button-prev:after {
  font-size: 25px;
}

.map-button-wrapper .home-details .price {
  font-size: 20px;
}

.map-button-wrapper .suggestion-item {
  padding: 10px;
  cursor: pointer;
}

.map-button-wrapper .suggestion-item.highlighted {
  background: #e2f4ff;
}

.map-button-wrapper .suggestion-item p {
  margin-bottom: 5px;
}

.map-button-wrapper .suggestion-item img {
  width: 20px;
  margin-right: 10px;
}

.map-button-wrapper .remove-boundry-btn {
  font-family: "Open Sans", Gotham, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 16px;
  background: rgb(242, 250, 255);
  border: 2px solid rgb(0, 106, 255);
  cursor: pointer;
  border-radius: 4px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: auto;
  display: none;
}

.map-button-wrapper .recenter-map-btn {
  font-family: "Open Sans", Gotham, Tahoma, Geneva, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 5px 16px;
  background: rgb(242, 250, 255);
  border: 2px solid rgb(0, 106, 255);
  cursor: pointer;
  border-radius: 4px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: auto;
  display: none;
  background-color: rgb(0, 106, 255);
  border-color: rgb(0, 106, 255);
  color: rgb(255, 255, 255);
}

.map-button-wrapper .remove-boundry-btn span {
  margin-left: 8px;
}

.map-button-wrapper .remove-boundry-btn span svg {
  height: 14px;
  width: 14px;
  /* display: block; */
}

.gallery-view {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.gallery-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-view li {
  position: relative;
  overflow: hidden;
}

.gallery-view li:first-child {
  grid-column: span 2;
}

.gallery-view li:nth-of-type(1) {
  grid-area: 1/1/3/3;
}

.gallery-view li:nth-of-type(2) {
  grid-area: 1/3/2/4;
}

.gallery-view li:nth-of-type(3) {
  grid-area: 1/4/2/5;
}

.gallery-view li:nth-of-type(4) {
  grid-area: 2/3/3/4;
}

.gallery-view li:nth-of-type(5) {
  grid-area: 2/4/3/5;
}

.see-all {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.label-btn-ui {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  background-color: #F5F5F5;
  font-size: 14px;
  line-height: 18px;
  border-radius: 6px;
  color: #141115;
  text-decoration: none;
}

.label-btn-ui:hover {
  color: #141115;
}

.label-btn-ui .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.global-filter-modal {
  --bs-modal-bg: #fff;
  --bs-modal-border-radius: 10px;
}

.global-filter-modal .modal-body {
  padding: 30px;
}

@media (max-width: 767px) {
  .global-filter-modal .modal-body {
    padding: 16px;
  }
}

