@font-face {
  font-family: "Bau-Bold";
  src: url("../fonts/Bau-Bold.woff2") format("woff2"),
    url("../fonts/Bau-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Bau-Regular";
  src: url("../fonts/Bau-Regular.woff2") format("woff2"),
    url("../fonts/Bau-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Bau-Medium";
  src: url("../fonts/Bau-Medium.woff2") format("woff2"),
    url("../fonts/Bau-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "BauLF-Bold";
  src: url("../fonts/BauLF-Bold.woff2") format("woff2"),
    url("../fonts/BauLF-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Mulish-Bold";
  src: url("../fonts/Mulish-Bold.woff2") format("woff2"),
    url("../fonts/Mulish-Bold.woff") format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
/* Backend Fonts */
/* Commen CSS Start Here */
/* =============== Media Queries =============== */
body * {
  word-break: break-word;
}

a,
button,
input {
  text-decoration: none;
  box-shadow: none;
  outline: none;
  transition: 0.4s all;
}
a:focus,
a:hover,
button:focus,
button:hover,
input:focus,
input:hover {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.activity-modal-open {
  touch-action: none;
  -ms-touch-action: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

/* Backend Pages Start Here */
.background-gray .site {
  background-color: #f0f3f5;
}

.containerWrapper {
  padding: 0 0 !important;
  margin: auto;
  max-width: 1166px;
}

.buddypress.bp-search .bb-grid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .buddypress.bp-search .bb-grid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .buddypress.bp-search .bb-grid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .buddypress.bp-search .bb-grid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .buddypress.bp-search .bb-grid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .buddypress.bp-search .bb-grid {
    max-width: 1320px;
  }
}

.back-button {
  position: relative;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .back-button {
    display: none;
  }
}
.back-button:before {
  content: "";
  position: relative;
  display: inline-block;
  opacity: 0.1;
  background: #1c4f9c;
  width: 5px;
  height: 14px;
  border-radius: 10px;
  margin-right: 12px;
}
.back-button a {
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07px;
}

select {
  cursor: pointer;
}

.btn-custom,
input[type="submit"],
.tribe-common-c-btn {
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 157px;
  height: auto;
  vertical-align: top;
  transition: 0.4s all;
}
.btn-custom.btn-blue-border,
input[type="submit"].btn-blue-border,
.tribe-common-c-btn.btn-blue-border {
  background-color: transparent;
  border: 1px solid #1c4f9c;
  color: #1c4f9c;
}
.btn-custom.btn-black,
input[type="submit"].btn-black,
.tribe-common-c-btn.btn-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.btn-custom.btn-black-border,
input[type="submit"].btn-black-border,
.tribe-common-c-btn.btn-black-border {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn-custom.btn-pink-border,
input[type="submit"].btn-pink-border,
.tribe-common-c-btn.btn-pink-border {
  background-color: transparent;
  border: 1px solid #af3493;
  color: #af3493;
}
.btn-custom.btn-pink,
input[type="submit"].btn-pink,
.tribe-common-c-btn.btn-pink {
  background-color: #af3493;
  border: 1px solid #af3493;
  color: #ffffff;
}
.btn-custom.btn-grey-border,
input[type="submit"].btn-grey-border,
.tribe-common-c-btn.btn-grey-border {
  background-color: transparent;
  border: 1px solid #848484;
  color: #848484;
}
.btn-custom.btn-blue,
input[type="submit"].btn-blue,
.tribe-common-c-btn.btn-blue {
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
.btn-custom.btn-green,
input[type="submit"].btn-green,
.tribe-common-c-btn.btn-green {
  background-color: #2f7c00;
  border: 1px solid #2f7c00;
  color: #fff;
}
.btn-custom.btn-orange,
input[type="submit"].btn-orange,
.tribe-common-c-btn.btn-orange {
  background-color: #ff7a00;
  border: 1px solid #ff7a00;
  color: #fff;
}
.btn-custom.btn-light-blue,
input[type="submit"].btn-light-blue,
.tribe-common-c-btn.btn-light-blue {
  background-color: rgba(28, 79, 156, 0.1);
  border: 1px solid rgba(28, 79, 156, 0.1);
  color: #1c4f9c;
}
.btn-custom:hover,
input[type="submit"]:hover,
.tribe-common-c-btn:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.tribe-common-c-btn {
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  min-width: 157px;
  height: auto !important;
  vertical-align: top;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
  transition: 0.4s all;
}
.tribe-common-c-btn:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  padding: 10px !important;
}

.single-tribe_events .site {
  background-color: #f0f3f5;
}
@media only screen and (max-width: 767px) {
  .single-tribe_events .container {
    padding: 0;
  }
}

.page-template-create-new-event .site {
  background-color: #f0f3f5;
}

#cover-image-container {
  border-radius: 9px !important;
  border: 1px solid #c3c3c3;
  background: #fff;
  padding: 30px 41px 0;
}
@media only screen and (max-width: 767px) {
  #cover-image-container {
    padding: 30px 30px 0;
    margin: -31px 0 0;
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
}
#cover-image-container #header-cover-image.cover-small {
  height: 178px;
  margin: -30px -41px 0 !important;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container #header-cover-image.cover-small {
    height: 160px;
    margin: -31px -30px 0 !important;
  }
}
#cover-image-container .item-header-wrap #item-header-avatar {
  margin-bottom: 0 !important;
  margin-right: 63px !important;
}
@media only screen and (max-width: 991px) {
  #cover-image-container .item-header-wrap #item-header-avatar {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container .item-header-wrap #item-header-avatar {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -110px !important;
    margin-bottom: 0px !important;
  }
}
#cover-image-container .item-header-wrap #item-header-avatar .member-status {
  right: 5px;
  bottom: 25px;
  top: auto;
}
#cover-image-container .item-header-wrap #item-header-avatar .avatar {
  max-width: 140px !important;
  border-radius: 10px !important;
}
#cover-image-container
  .item-header-wrap
  #item-header-avatar
  .link-change-overlay {
  border-radius: 0 !important;
}
#cover-image-container .item-header-wrap #item-header-content {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  #cover-image-container .item-header-wrap #item-header-content {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container .item-header-wrap #item-header-content {
    margin-top: 10px !important;
    padding: 0 !important;
    text-align: center;
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .bp-group-title-wrap {
  max-width: 100%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .bp-group-title-wrap {
    margin-bottom: 18px;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .bp-group-title-wrap
  .bb-bp-group-title {
  font-family: "Bau-Bold", sans-serif;
  color: #36383a;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 3px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .bp-group-title-wrap
    .bb-bp-group-title {
    text-align: center !important;
    margin-bottom: 13px;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .bp-group-title-wrap
  .bb-bp-group-address {
  display: block;
  font-family: "Inter-Medium", sans-serif;
  color: #686868;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.07px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .bp-group-title-wrap
    .bb-bp-group-address {
    text-align: center;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-description {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-description {
    text-align: center !important;
    margin-bottom: 27px;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-description
  p {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-description
  .bb-more-link {
  display: inline-block;
  font-family: "Inter-Bold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-description
    .bb-more-link {
    margin-left: 0;
    display: block;
    margin-top: 13px;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-actions-absolute {
    width: 100%;
    display: block;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .groups-meta {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-actions-absolute
    .groups-meta {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-actions-absolute
    .groups-meta
    .generic-button {
    width: 100%;
    margin-bottom: 10px;
  }
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .groups-meta
  .generic-button
  .group-button {
  width: 100%;
  max-width: 100%;
  display: block;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 10px;
  min-width: 167px;
  height: auto;
  vertical-align: top;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .groups-meta
  .generic-button
  .group-button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .groups-meta
  .generic-button
  .group-button:before {
  display: none;
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .groups-meta
  .generic-button
  .group-button.subscribed {
  display: none;
}
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .bb_more_options {
  display: none;
}
#cover-image-container.bb-cover-image-container {
  padding: 30px 41px 10px;
}
@media screen and (min-width: 1200px) {
  #cover-image-container.bb-cover-image-container {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container {
    padding: 30px 30px 18px;
  }
}
#cover-image-container.bb-cover-image-container .item-header-wrap {
  padding-bottom: 28px !important;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container .item-header-wrap {
    padding-bottom: 25px !important;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar {
  margin-top: -56px !important;
  margin-right: 44px !important;
}
@media only screen and (max-width: 991px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-avatar {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-avatar {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -110px !important;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar
  .member-status {
  right: 5px;
  bottom: 25px;
  top: auto;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar
  .link-change-profile-image {
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar
  .link-change-overlay {
  border-radius: 100% !important;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  height: calc(100% - 6px);
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar
  .avatar {
  max-width: 140px !important;
  border-radius: 100% !important;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content {
  padding-top: 34px;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex {
  -ms-flex-flow: row !important;
  flex-flow: row !important;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-content
    .flex {
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .bb-user-content-wrap {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-content
    .flex
    .bb-user-content-wrap {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    margin-bottom: 20px;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .bb-user-content-wrap
  .member-title-wrap {
  margin: 0;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .bb-user-content-wrap
  .member-title-wrap
  .user-nicename {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-content
    .flex
    .bb-user-content-wrap
    .member-title-wrap
    .user-nicename {
    text-align: center !important;
    margin-bottom: 0;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .member-header-actions {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #cover-image-container.bb-cover-image-container
    .item-header-wrap
    #item-header-content
    .flex
    .member-header-actions-wrap
    .member-header-actions {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0;
    text-align: left;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .member-header-actions
  .generic-button {
  margin-bottom: 0;
  margin-top: 0;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .bb_more_options {
  margin-top: 0;
  margin-bottom: 0;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .bb_more_options
  .bb_more_options_action {
  border: 0;
  padding-top: 3px;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .bb_more_options
  .bb_more_options_action:hover {
  background-color: transparent;
}
#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-content
  .flex
  .member-header-actions-wrap
  .bb_more_options
  .bb_more_options_list {
  top: 100%;
}
#cover-image-container.bb-cover-image-container .item-header-tags {
  width: 100%;
  max-width: 846px;
  margin: auto;
}
#cover-image-container.bb-cover-image-container .item-header-tags .tags-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container .item-header-tags .tags-wrap {
    display: block;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  label {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  width: 100%;
  display: inline-block;
  margin: 0;
  max-width: 70px;
  min-width: 70px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding-top: 11px;
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags {
    display: block;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag {
  position: relative;
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 4px 23px 4px 12px;
  margin: 0 13px 26px 0;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .tags
    .tag {
    margin: 0 0 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag
  .offer-tag {
  position: absolute;
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #ffffff;
  border-radius: 4px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.17px;
  top: -19px;
  right: 10px;
  padding: 2px 6px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .tags
    .tag
    .offer-tag {
    top: -9px;
    right: 0;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag
  .offer-tag.sale {
  background-color: #2f7c00;
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag
  .offer-tag.offer {
  background-color: #ff7a00;
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag
  .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .tags
  .tag
  .tag-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .tags
    .tag:nth-child(n + 3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .tags
    .tag:nth-child(n + 5) {
    display: none;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .btn-tag-count {
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 9px 8px;
  margin: 0 0 26px;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .btn-tag-count {
    border-radius: 30px;
    padding: 10px 10px;
  }
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .seeMore-btn {
  text-align: center;
}
#cover-image-container.bb-cover-image-container
  .item-header-tags
  .tags-wrap
  .profile-header-tags
  .seeMore-btn
  .btn-tag-count {
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 8px 37px;
  margin: 0 0 26px;
  margin: 0;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #cover-image-container.bb-cover-image-container
    .item-header-tags
    .tags-wrap
    .profile-header-tags
    .seeMore-btn
    .btn-tag-count {
    border-radius: 10px;
    padding: 8px 37px;
  }
}

.tickets-order-body .site {
  background-color: #f0f3f5;
}
.tickets-order-body .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.event-date {
  overflow: hidden;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  min-width: 93px;
  height: 100%;
}
.event-date .redBox {
  height: 10px;
  display: block;
  background-color: #d30000;
  opacity: 0.9;
}
.event-date .date {
  display: block;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  text-align: center;
  font-size: 19px;
  line-height: 20px;
  letter-spacing: 0.08px;
  padding: 8px 5px;
}
.event-date .days {
  display: block;
  font-family: "Mulish-Bold", sans-serif;
  background-color: #eaeaea;
  color: #868686;
  text-align: center;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 3px 5px;
}

.event__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 33px;
}

.checkboxBlock input {
  position: absolute;
  opacity: 0;
}
.checkboxBlock .custom-checkbox {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.checkboxBlock .custom-checkbox:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 16px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  opacity: 0.9;
  background: #f0f3f5;
}
.checkboxBlock .custom-checkbox:after {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  opacity: 0;
  background: #1c4f9c;
}
.checkboxBlock input:checked + label:after {
  opacity: 1;
}

/* Single Event Detail Page Start Here */
@media only screen and (max-width: 991px) {
  .single-tribe_events #tribe-events-pg-template.tribe-events-pg-template {
    padding: 0;
  }
}

.single-event {
  padding: 0 0 44px;
}
@media only screen and (max-width: 991px) {
  .single-event {
    padding: 0 0 45px;
  }
}
.single-event .event__header {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.single-event .event__header .event-stetus-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.single-event .event__header .event-stetus-header .back-button {
  white-space: nowrap;
  margin-top: 7px;
}
.single-event .event__header .event-stetus-header .event-stetus {
  margin-left: 48px;
  margin-right: 10px;
  width: 100%;
  max-width: 657px;
}
.single-event .event__header .event-stetus-header .event-stetus .stetus {
  width: 100%;
  font-family: "Bau-Bold", sans-serif;
  text-align: center;
  color: #373f41;
  border-radius: 5px;
  font-size: 16px;
  line-height: 15px;
  padding: 11px 20px;
}
.single-event .event__header .event-stetus-header .event-stetus .stetus.cancel {
  background-color: rgba(175, 52, 147, 0.33);
}
.single-event
  .event__header
  .event-stetus-header
  .event-stetus
  .stetus.published {
  background-color: rgba(92, 198, 137, 0.33);
}
.single-event .event__header .event-stetus-header .event-stetus .stetus.draft {
  background-color: rgba(28, 79, 156, 0.33);
}
.single-event .event__header .event-stetus-header .event-stetus .cancel-reason {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px 10px 28px 39px;
}
.single-event
  .event__header
  .event-stetus-header
  .event-stetus
  .cancel-reason
  h3 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 18px;
}
.single-event
  .event__header
  .event-stetus-header
  .event-stetus
  .cancel-reason
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  max-width: 550px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.single-event__btnGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.single-event__btnGroup .btn-custom {
  margin-right: 10px;
}
.single-event__btnGroup .btn-custom:last-child {
  margin-right: 0;
}
.single-event__wrapper {
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
  }
}
.single-event__wrapper--coverImage {
  background-color: #868686;
  position: relative;
  padding-bottom: 15.3%;
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--coverImage {
    padding-bottom: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--coverImage {
    padding-bottom: 43%;
  }
}
.single-event__wrapper--coverImage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.single-event__wrapper--detail {
  padding: 0 108px 126px 96px;
}
@media only screen and (max-width: 1499px) {
  .single-event__wrapper--detail {
    padding: 0 50px 100px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail {
    padding: 0 30px 65px;
  }
}
.single-event__wrapper--detail .event-profile {
  position: relative;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-top: -60px;
  border: 5px solid #ffffff;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail .event-profile {
    width: 91px;
    height: 91px;
    margin-top: -70px;
  }
}
.single-event__wrapper--detail .event-profile img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.single-event__wrapper--detail .event-details .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.single-event__wrapper--detail .event-details .customRow .detail {
  width: 100%;
  max-width: 73.6%;
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail .event-details .customRow .detail {
    max-width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .tribe-events-notices {
  margin-top: 20px;
  border-color: #efa806;
  font-family: "Inter-SemiBold", sans-serif;
  color: #efa806;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .tribe-events-notices {
    margin-bottom: 80px;
  }
}
.single-event__wrapper--detail .event-details .customRow .detail .title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 20px 0 23px;
}
.single-event__wrapper--detail .event-details .customRow .detail .title h1 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail .event-details .customRow .detail .title h1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .title
    .event-date {
    display: inline-block;
    position: absolute;
    top: -70px;
    right: 0;
    height: auto;
  }
}
.single-event__wrapper--detail .event-details .customRow .detail .tags .tag {
  position: relative;
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 4px 20px;
  margin: 10px 0 19px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail .event-details .customRow .detail .tags .tag {
    margin: 5px 0 11px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .tags
  .tag:last-child {
  margin-right: 0;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .tags
  .tag
  .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .tags
  .tag
  .tag-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-event__wrapper--detail .event-details .customRow .detail .innerWrap {
  width: 100%;
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail .event-details .customRow .detail .innerWrap {
    max-width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details {
  border-top: 1px solid #c3c3c3;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details {
    border-top: 0;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block {
    width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  height: 78px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items {
    height: auto;
    min-height: 90px;
    padding: 15px 0;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items
  .event-start-end-date {
  text-align: center;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items
  strong {
  display: block;
  width: 31%;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items
    strong {
    width: 50%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items
  div {
  width: 69%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items
    div {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items
  div
  span {
  display: block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 1499px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items
    div
    span {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items
    div
    span {
    padding-right: 0;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .content_block
  .items
  div
  span
  strong {
  width: 100%;
  font-family: "Bau-Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items.location {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items.location
    strong {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .content_block
    .items.location
    div {
    width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups {
  width: 34%;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups {
    width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events {
  border-bottom: 1px solid #c3c3c3;
  padding-left: 55px;
  height: 78px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .btn-item,
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .tribe-events {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .btn-item,
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .tribe-events {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .btn-item,
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .date-address-details
    .btn-groups
    .tribe-events {
    padding-left: 0;
    margin-bottom: 13px;
    height: auto;
    border-bottom: 0;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  a,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  a {
  width: 100%;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown__container,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown__container {
  width: 100%;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown {
  margin: 0;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border {
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 8px 10px 9px;
  min-width: 157px;
  background-color: transparent;
  border: 1px solid #1c4f9c;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  .tribe-events-c-subscribe-dropdown__button-text,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  .tribe-events-c-subscribe-dropdown__button-text {
  font-family: "Bau-Bold", sans-serif;
  color: #1c4f9c;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border:hover,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  svg,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  svg {
  display: none;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item-link,
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item-link {
  padding: 0;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .discription {
  word-break: break-word;
  padding-right: 8px;
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .discription {
    padding-right: 0;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .discription
  h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .discription
    h3 {
    margin-bottom: 21px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .discription
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .event-map {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 55px;
  margin-bottom: 34px;
  margin-top: 95px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .event-map {
    border-top: 1px solid #c3c3c3;
    padding-top: 37px;
    padding-bottom: 53px;
    margin-bottom: 28px;
    margin-top: 35px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .event-map
  h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .event-map
    h3 {
    margin-bottom: 37px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .event-map
  iframe {
  width: 100%;
  height: 322px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .event-map
    iframe {
    height: 166px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    h3 {
    margin-bottom: 22px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items {
    margin: 0 -5px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .img-wrap {
  width: 33.3333%;
  padding: 0 6px;
  margin-bottom: 11px;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .img-wrap:nth-child(n + 7) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items
    .img-wrap {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 8px;
  }
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items
    .img-wrap:nth-child(n + 5) {
    display: none;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .img-wrap
  .aspect-ration {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items
    .img-wrap
    .aspect-ration {
    padding-bottom: 76%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .img-wrap
  .aspect-ration
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .load-more-images {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items
    .load-more-images {
    margin-top: 20px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .load-more-images
  .loadBtn {
  font-family: "Bau-Medium", sans-serif;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 304px;
  font-size: 14px;
  line-height: 17px;
  padding: 9px;
  border-radius: 10px;
  background-color: #dbe3ed;
  color: #1c4f9c;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .detail
    .innerWrap
    .img-gallery
    .items
    .load-more-images
    .loadBtn {
    max-width: 100%;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .detail
  .innerWrap
  .img-gallery
  .items
  .load-more-images
  .loadBtn:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.single-event__wrapper--detail .event-details .customRow .action-btn {
  width: 100%;
  max-width: 16.3%;
  padding-top: 70px;
}
@media only screen and (max-width: 1499px) {
  .single-event__wrapper--detail .event-details .customRow .action-btn {
    padding-top: 70px;
    max-width: 22.2%;
  }
}
@media only screen and (max-width: 991px) {
  .single-event__wrapper--detail .event-details .customRow .action-btn {
    padding-top: 0;
    max-width: 100%;
    margin-top: 13px;
    padding: 30px 0 17px;
    border-bottom: 1px solid #c3c3c3;
  }
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail .event-details .customRow .action-btn {
    border-top: 1px solid #c3c3c3;
  }
}
.single-event__wrapper--detail .event-details .customRow .action-btn .btn-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single-event__wrapper--detail
    .event-details
    .customRow
    .action-btn
    .btn-item {
    margin-bottom: 13px;
  }
}
.single-event__wrapper--detail
  .event-details
  .customRow
  .action-btn
  .btn-item
  a {
  width: 100%;
}

/* Single Event Detail Page End Here */
/* More Events Posts Start Here */
.more-events {
  padding: 44px 0 100px;
}
@media only screen and (max-width: 767px) {
  .more-events {
    padding: 45px 0 50px;
  }
}
.more-events .innerContainer {
  width: 100%;
  margin: auto;
  max-width: 1070px;
}
@media only screen and (max-width: 767px) {
  .more-events .innerContainer {
    padding: 0 16px;
  }
}
.more-events__title {
  padding-left: 53px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .more-events__title {
    padding-left: 16px;
  }
}
.more-events__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.more-events__posts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.more-events__posts .items {
  width: 33.3333%;
  padding: 0 12px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .more-events__posts .items {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items {
    width: 100%;
  }
}
.more-events__posts .items .wrapper {
  height: 100%;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 34px 30px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper {
    padding: 28px 25px;
    border: 1px solid #fff;
  }
}
.more-events__posts .items .wrapper .imgBlock {
  position: relative;
}
.more-events__posts .items .wrapper .imgBlock .aspect-ratio {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 58%;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .imgBlock .aspect-ratio {
    padding-bottom: 70%;
  }
}
.more-events__posts .items .wrapper .imgBlock .aspect-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.more-events__posts .items .wrapper .imgBlock .event-date {
  position: absolute;
  z-index: 1;
  top: -14px;
  right: 10px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .imgBlock .event-date {
    top: -41px;
    right: -10px;
  }
}
.more-events__posts .items .wrapper .imgBlock .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 75px;
  height: 75px;
  border: 7px solid #fff;
  background-color: #fff;
  position: absolute;
  bottom: -29px;
  left: -10px;
}
.more-events__posts .items .wrapper .imgBlock .tag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.more-events__posts .items .wrapper .content {
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content {
    padding-top: 43px;
  }
}
.more-events__posts .items .wrapper .content .tags .tag {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Inter-SemiBold", sans-serif;
  text-transform: uppercase;
  color: #1c4f9c;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 14px;
  margin: 0 0 20px;
}
.more-events__posts .items .wrapper .content .tags .tag:last-child {
  margin-right: 0;
}
.more-events__posts .items .wrapper .content .post-title {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .post-title {
    margin-bottom: 20px;
  }
}
.more-events__posts .items .wrapper .content .date {
  display: block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.07px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .date {
    font-family: "Inter-Medium", sans-serif;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
.more-events__posts .items .wrapper .content .time {
  display: block;
  font-family: "Bau-Medium", sans-serif;
  color: #a3a3a3;
  margin: 0;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-bottom: 22px;
}
.more-events__posts .items .wrapper .content .ticket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .ticket {
    display: block;
    margin-bottom: 29px;
  }
}
.more-events__posts .items .wrapper .content .ticket strong {
  display: block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .ticket strong {
    margin-bottom: 17px;
  }
}
.more-events__posts .items .wrapper .content .ticket span {
  display: block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .ticket span {
    font-family: "Mulish-Bold", sans-serif;
    font-size: 16px;
    line-height: 17px;
  }
}
.more-events__posts .items .wrapper .content .dis {
  margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .dis {
    margin-bottom: 20px;
  }
}
.more-events__posts .items .wrapper .content .dis p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .more-events__posts .items .wrapper .content .dis p {
    font-size: 14px;
  }
}
.more-events__posts .items .wrapper .content .btnGroup .btn-custom {
  width: 100%;
  margin-bottom: 15px;
}
.more-events__posts .items .wrapper .content .btnGroup .btn-custom:last-child {
  margin-bottom: 0;
}
.more-events .load-btn {
  width: 100%;
  text-align: center;
  padding: 0 12px;
  margin-top: 66px;
}
@media only screen and (max-width: 991px) {
  .more-events .load-btn {
    margin-top: 30px;
  }
}
.more-events .load-btn .btn-custom {
  width: 100%;
  margin: auto;
  max-width: 428px;
}
@media only screen and (max-width: 767px) {
  .more-events .load-btn .btn-custom {
    max-width: 100%;
  }
}

/* More Events Posts End Here */
/* Event Popup Start Css */
.popup__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 46px;
}
.popup__title .eventTitle {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.popup__title .eventDateTime {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
}
.popup__title .restractionText {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 28px;
}

.popupBox {
  width: 100%;
  max-width: 640px;
  padding: 64px 64px 54px;
  border-radius: 9px;
}
@media only screen and (max-width: 767px) {
  .popupBox {
    padding: 64px 20px 54px;
  }
}
.popupBox form {
  margin: 0;
}
.popupBox .fancybox-close-small {
  color: #373f41;
  opacity: 1;
  padding: 5px;
  right: 52px;
  top: 22px;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .popupBox .fancybox-close-small {
    right: 10px;
  }
}
.popupBox__table {
  margin-bottom: 26px;
}
.popupBox__table table {
  margin: 0;
  border: 0;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.popupBox__table table tr td {
  padding: 12px 20px 12px 0;
  vertical-align: middle;
  border-bottom: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .popupBox__table table tr td {
    padding: 12px 0 0px 0;
    border-bottom: 0;
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
.popupBox__table table tr td.gstText {
  width: 72%;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox__table table tr td.type {
  width: 10%;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
.popupBox__table table tr td.staticX {
  width: 5%;
  font-family: "Inter-Medium", sans-serif;
  text-transform: uppercase;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
.popupBox__table table tr td.inputItem {
  width: 13%;
  padding-right: 0;
}
.popupBox__table table tr td.inputItem input {
  min-width: auto;
  max-width: 100%;
  width: 100%;
  border: 1px solid #1b459c;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  padding: 14px 0 14px 14px;
  height: auto;
}
.popupBox__table table tr td.pricingBox {
  padding: 31px 0;
}
.popupBox__table table tr td.pricingBox .Pricing {
  width: 100%;
  max-width: 171px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
.popupBox__table table tr td.pricingBox .Pricing:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popupBox__table table tr td.pricingBox .Pricing {
    max-width: 100%;
  }
}
.popupBox__table table tr td.pricingBox .Pricing span {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox__table table tr td.pricingBox .Pricing strong {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox__table table tr td:first-child {
  padding-left: 0;
}
.popupBox__table table tr td:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .popupBox__table table tr td:last-child {
    border-bottom: 1px solid #c3c3c3 !important;
    padding-bottom: 20px;
  }
}
.popupBox .event-tickets.tribe-tickets__tickets-wrapper .tribe-tickets__form {
  padding: 0;
  border: 0;
  margin: 0;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item {
  padding: 12px 0;
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item
  .tribe-tickets__tickets-item-content-title {
  align-self: center;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item
  .tribe-tickets__tickets-item-quantity {
  flex: unset;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item
  .tribe-tickets__tickets-item-quantity
  > button {
  display: none;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item
  .tribe-tickets__tickets-item-quantity
  .tribe-tickets__tickets-item-quantity-number {
  height: auto;
  width: 62px;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-item
  .tribe-tickets__tickets-item-quantity
  .tribe-tickets__tickets-item-quantity-number
  .tribe-tickets__tickets-item-quantity-number-input {
  min-width: auto;
  max-width: 100%;
  width: 100%;
  border: 1px solid #1b459c;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-family: "Inter-Medium", sans-serif;
  padding: 14px;
  height: auto;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer {
  padding: 31px 0;
  border-bottom: 1px solid #c3c3c3;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total {
  width: 100%;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total
  .tribe-tickets__tickets-footer-total-label {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total
  .tribe-currency-prefix
  span {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.Pricing {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.Pricing
  .Pricing {
  min-width: 120px;
  text-align: right;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.event_ticket_booking_charges {
  text-align: right;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.event_ticket_booking_charges
  .tribe-tickets__tickets-footer-total-wrap {
  min-width: 120px;
  text-align: right;
  display: inline-block;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.event_ticket_booking_charges
  .ticket_total_price
  .tribe-tickets__tickets-footer-total-label,
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .tribe-tickets__tickets-footer
  .tribe-tickets__tickets-footer-total.event_ticket_booking_charges
  .ticket_total_price
  .tribe-tickets__tickets-footer-total-wrap
  .tribe-currency-prefix
  span {
  font-family: "Inter-ExtraBold", sans-serif;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .popup__atcBtn {
  padding-top: 26px;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .popup__atcBtn
  .tribe-tickets__tickets-buy {
  margin: 0;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 157px;
  height: auto;
  vertical-align: top;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .popup__atcBtn
  .tribe-tickets__tickets-buy:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.popupBox
  .event-tickets.tribe-tickets__tickets-wrapper
  .tribe-tickets__form
  .popup__atcBtn
  .tribe-tickets__tickets-buy[disabled="disabled"] {
  opacity: 0.5;
}
.popupBox .event-tickets.tribe-tickets__tickets-wrapper div.tribe-dialog {
  z-index: 9999;
}
.popupBox .event-tickets.tribe-tickets__tickets-wrapper .tribe-modal__overlay {
  background-color: #141827;
  opacity: 1;
}
.popupBox__form {
  border-top: 1px solid #c3c3c3;
  padding: 24px 0 0;
}
.popupBox__form.cancelEvent__form {
  padding: 28px 0 47px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .popupBox__form.cancelEvent__form {
    padding: 25px 0 30px;
  }
}
.popupBox__form.cancelEvent__form .inputWrap {
  margin-bottom: 0;
}
.popupBox__form.cancelEvent__form .inputWrap textarea {
  padding: 23px 32px;
  margin: 0;
}
.popupBox__form.cancelConfirmEvent {
  border-bottom: 1px solid #c3c3c3;
  padding: 24px 0 27px;
}
.popupBox__form.cancelConfirmEvent .inputWrap {
  margin-bottom: 0;
}
.popupBox__form.cancelConfirmEvent
  .inputWrap
  .checkboxBlock
  .custom-checkbox:before {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-color: #1b459c;
}
.popupBox__form.cancelConfirmEvent
  .inputWrap
  .checkboxBlock
  .custom-checkbox:after {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.popupBox__form .inputWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .popupBox__form .inputWrap {
    margin-bottom: 20px;
  }
}
.popupBox__form .inputWrap label {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 13px;
}
.popupBox__form .inputWrap label.error {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Inter-Medium", sans-serif;
  order: 3;
}
.popupBox__form .inputWrap .select2 .selection .select2-selection {
  color: #373f41;
  margin: 0;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
  border-radius: 10px !important;
  border: 1px solid #1b459c !important;
  background: #f0f3f5;
  width: 100%;
  padding: 10px 32px 10px;
  height: auto;
}
.popupBox__form
  .inputWrap
  .select2
  .selection
  .select2-selection
  .select2-search
  .select2-search__field {
  height: auto !important;
  border-radius: 0 !important;
}
.popupBox__form .inputWrap textarea {
  color: #373f41;
  margin: 0;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid #1b459c;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.popupBox__form .inputWrap textarea::placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap textarea::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap textarea.error {
  border-color: #db222a;
}
.popupBox__form .inputWrap input {
  color: #373f41;
  margin: 0;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
  border-radius: 10px;
  border: 1px solid #1b459c;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.popupBox__form .inputWrap input::placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap input::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap input::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.popupBox__form .inputWrap input.error {
  border-color: #db222a;
}
.popupBox .confirmEvent .checkboxBlock {
  position: relative;
  margin-top: 13px;
}
.popupBox .confirmEvent .checkboxBlock .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.popupBox .confirmEvent .checkboxBlock .custom-checkbox p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.popupBox .confirmEvent .checkboxBlock .custom-checkbox p a {
  color: #1c4f9c;
  text-decoration: underline;
}
.popupBox .popup__atcBtn label {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 26px;
}

/* Event Popup End Css */
/* Event Edit/Create Page Start Here */
.page-template-create-new-event .flatpickr-am-pm {
  display: none;
}
.page-template-create-new-event .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.select2-container .select2-dropdown .select2-search__field {
  padding: 0 10px;
}

.event-form {
  width: 100%;
  margin: auto;
  max-width: 839px;
  padding: 43px 0 50px;
}
@media only screen and (max-width: 767px) {
  .event-form {
    padding: 20px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .event-form .event__header {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
}
.event-form .event__header--button .btn-custom {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .event-form .event__header--button .btn-custom {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .event-form .event__header--button .btn-custom {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.event-form__wrapper {
  padding: 63px 97px 68px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .event-form__wrapper {
    padding: 63px 45px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .event-form__wrapper {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 20px 20px;
  }
}
.event-form__wrapper h1 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .event-form__wrapper h1 {
    margin-bottom: 10px;
  }
}
.event-form__wrapper h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .event-form__wrapper h3 {
    margin-bottom: 30px;
  }
}
.event-form__form .inputItems {
  position: relative;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .event-form__form .inputItems .col-lg-9 {
    flex: 0 0 auto;
    width: 79%;
  }
}
@media (min-width: 992px) {
  .event-form__form .inputItems .col-lg-3 {
    flex: 0 0 auto;
    width: 21%;
  }
}
.event-form__form .inputItems label {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems label {
    margin-bottom: 10px;
  }
}
.event-form__form .inputItems label.pt-10 {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems label.pt-10 {
    padding-top: 0;
  }
}
.event-form__form .inputItems label.error {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0px;
  background-color: #af3493;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  min-width: 102px;
  top: -15px;
  right: 5px;
  z-index: 1;
}
.event-form__form .inputItems .datePicker-label {
  margin-top: 20px;
}
.event-form__form .inputItems input.text-input,
.event-form__form .inputItems textarea {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.event-form__form .inputItems input.text-input::placeholder,
.event-form__form .inputItems textarea::placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form .inputItems input.text-input::-moz-placeholder,
.event-form__form .inputItems textarea::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form .inputItems input.text-input::-webkit-input-placeholder,
.event-form__form .inputItems textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form .inputItems input.text-input.required.error,
.event-form__form .inputItems textarea.required.error {
  border-color: #af3493;
}
.event-form__form .inputItems .field-error .select2 .select2-selection {
  border-color: #af3493;
}
.event-form__form .inputItems.eventForm {
  margin-top: 0;
}
.event-form__form .inputItems.eventForm .location-label {
  padding-top: 24px;
}
.event-form__form .inputItems .tribe-section-content {
  border: 0;
  margin: 0;
}
.event-form__form .inputItems .tribe-section-content td {
  padding: 0;
  width: 70%;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.event-form__form .inputItems .tribe-section-content td .edit-linked-post-link {
  display: none;
}
.event-form__form .inputItems .tribe-section-content td:first-child {
  display: none;
}
.event-form__form .inputItems .tribe-section-content td input {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.event-form__form .inputItems .tribe-section-content td input::placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form
  .inputItems
  .tribe-section-content
  td
  input::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form
  .inputItems
  .tribe-section-content
  td
  input::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-form__form
  .inputItems
  .tribe-section-content
  .tribe-linked-type-venue-country
  .select2-selection
  .select2-selection__rendered {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.event-form__form .inputItems .tribe-dropdown-created {
  width: 100% !important;
}
.event-form__form .inputItems .tribe-dropdown-created .select2-selection {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.event-form__form
  .inputItems
  .tribe-dropdown-created
  .select2-selection
  .select2-selection__rendered {
  line-height: 18px;
  width: max-content;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
}
.event-form__form
  .inputItems
  .tribe-dropdown-created
  .select2-selection
  .select2-selection__rendered
  .select2-selection__clear {
  line-height: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
  border-radius: 100%;
  letter-spacing: 0;
  margin-left: 8px;
  line-height: 0;
  text-align: center;
}
.event-form__form
  .inputItems
  .tribe-dropdown-created
  .select2-selection
  .select2-selection__arrow {
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.event-form__form .inputItems .datePicker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .datePicker {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.event-form__form .inputItems .datePicker .text-input {
  width: 100%;
  max-width: 33%;
  margin-right: 36px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .datePicker .text-input {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.event-form__form .inputItems .datePicker .checkboxBlock {
  width: 100%;
  max-width: max-content;
  margin-top: 15px;
}
.event-form__form .inputItems .timePicker__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .timePicker__wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.event-form__form .inputItems .timePicker__wrap > label {
  width: 21%;
  padding: 0 15px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .event-form__form .inputItems .timePicker__wrap > label {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .timePicker__wrap > label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.event-form__form .inputItems .timePicker__wrap > label:last-of-type {
  width: 14%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .timePicker__wrap > label:last-of-type {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.event-form__form .inputItems .timePicker__wrap .timePicker {
  width: 29%;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .event-form__form .inputItems .timePicker__wrap .timePicker {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .timePicker__wrap .timePicker {
    width: 100%;
    margin-bottom: 20px;
  }
  .event-form__form .inputItems .timePicker__wrap .timePicker:last-of-type {
    margin-bottom: 0;
  }
}
.event-form__form .inputItems .timePicker__wrap .timePicker .time-picker-input {
  min-width: 100%;
}
.event-form__form .inputItems .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.event-form__form .inputItems .customRadioGroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .customRadioGroup {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.event-form__form
  .inputItems
  .customRadioGroup
  .checkboxBlock
  .custom-checkbox:before,
.event-form__form
  .inputItems
  .customRadioGroup
  .checkboxBlock
  .custom-checkbox:after {
  border-radius: 100%;
}
@media only screen and (max-width: 991px) {
  .event-form__form .inputItems .customRadioGroup .checkboxBlock {
    margin-right: 10px;
  }
  .event-form__form .inputItems .customRadioGroup .checkboxBlock:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .customRadioGroup .checkboxBlock {
    margin-right: 30px;
  }
  .event-form__form .inputItems .customRadioGroup .checkboxBlock:last-child {
    margin-right: 0;
  }
}
.event-form__form .inputItems .customRadioGroup.radioFull {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .customRadioGroup.radioFull {
    flex-wrap: wrap;
  }
}
.event-form__form .inputItems .customRadioGroup.radioFull .checkboxBlock {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .customRadioGroup.radioFull .checkboxBlock {
    margin-right: 20px;
  }
}
.event-form__form
  .inputItems
  .customRadioGroup.radioFull
  .checkboxBlock:last-child {
  margin-right: 0;
}
.event-form__form .inputItems .selectFileBtn {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1e4693;
  display: inline-block;
  height: auto;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 17px;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .selectFileBtn {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.event-form__form .inputItems .dragAndDropBox .dropBox {
  position: relative;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 30px 30px;
  height: auto;
  text-align: center;
}
.event-form__form .inputItems .dragAndDropBox .dropBox p {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 5px;
}
.event-form__form .inputItems .dragAndDropBox .dropBox strong {
  display: block;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 8px;
}
.event-form__form .inputItems .dragAndDropBox .dropBox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-form__form .inputItems .dragAndDropBox .cropContainer {
  display: none;
}
.event-form__form .inputItems .dragAndDropBox .cropContainer .image-container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.event-form__form
  .inputItems
  .dragAndDropBox
  .cropContainer
  .image-container
  h5 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.event-form__form
  .inputItems
  .dragAndDropBox
  .cropContainer
  .image-container
  img {
  width: 100%;
  max-width: 100%;
}
.event-form__form .inputItems .dragAndDropBox .cropContainer .crop-act-button {
  text-align: center;
  margin-top: 20px;
}
.event-form__form
  .inputItems
  .dragAndDropBox
  .cropContainer
  .crop-act-button
  .btn-custom {
  margin: auto;
  margin-bottom: 10px;
}
.event-form__form .inputItems .dragAndDropBox .updated {
  display: none;
  font-family: "Inter-Medium", sans-serif;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  margin: 15px 0;
}
.event-form__form .inputItems .dragAndDropBox .updated.success {
  background-color: #14b550;
  color: #ffffff;
}
.event-form__form .inputItems .uploader .drop-area {
  text-align: center;
  position: relative;
}
.event-form__form .inputItems .uploader .drop-area p {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 5px;
}
.event-form__form .inputItems .uploader .drop-area strong {
  display: block;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 8px;
}
.event-form__form .inputItems .uploader .drop-area input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-form__form .inputItems .uploader .drop-area .link {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1e4693;
  display: inline-block;
  height: auto;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 17px;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
}
.event-form__form .inputItems .uploader .image-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 30px;
}
.event-form__form .inputItems .uploader .image-list .uploaded-image-wrap {
  width: 33.3333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .event-form__form .inputItems .uploader .image-list .uploaded-image-wrap {
    width: 50%;
  }
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 9px;
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  > svg {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotate(-90deg);
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dashoffset 1s linear;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  > svg
  circle {
  stroke: #003399;
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  .cancel-icon {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.event-form__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .cancel-icon.cancel-remove {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.event-form__form hr {
  height: 1px;
  border-top: 1px solid #c3c3c3;
  opacity: 0.9;
  margin: 54px 0 50px;
}
@media only screen and (max-width: 767px) {
  .event-form__form hr {
    margin: 25px 0;
  }
}
.event-form__form .publice-btn {
  text-align: center;
}
.event-form__form .publice-btn .btn-custom {
  width: 100%;
  max-width: 453px;
  margin: auto;
}

/* Event Edit/Create Page End Here */
/* Confirm Ticket Page Start Here */
.confirm-ticket {
  width: 100%;
  margin: auto;
  max-width: 839px;
  padding: 34px 0 100px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket {
    padding: 20px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket .event__header {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
}
.confirm-ticket .event__header--tags .tag {
  display: inline-block;
  background-color: rgba(62, 176, 60, 0.33);
  border-radius: 18px;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  padding: 15px 40px;
}
.confirm-ticket__block {
  padding: 74px 96px 75px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .confirm-ticket__block {
    padding: 63px 45px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    padding: 20px;
  }
}
.confirm-ticket__block .site-logo {
  width: 100%;
  max-width: 182px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .site-logo {
    margin-bottom: 50px;
  }
}
.confirm-ticket__block .site-logo img {
  display: block;
  width: 100%;
}
.confirm-ticket__block .title {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .title {
    margin-bottom: 30px;
  }
}
.confirm-ticket__block .title h1 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .title h1 {
    margin-bottom: 10px;
  }
}
.confirm-ticket__block .title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
  max-width: 520px;
}
.confirm-ticket__block .ticket-block {
  margin-bottom: 69px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .ticket-block {
    margin-bottom: 20px;
  }
}
.confirm-ticket__block .ticket-block .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.confirm-ticket__block .ticket-block .customRow .items {
  width: 100%;
  max-width: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .ticket-block .customRow .items {
    max-width: 100%;
  }
}
.confirm-ticket__block .ticket-block .customRow .items:nth-child(odd) {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .ticket-block .customRow .items:nth-child(odd) {
    padding-right: 0;
  }
}
.confirm-ticket__block .ticket-block .customRow .items .innerWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.confirm-ticket__block .ticket-block .customRow .items .innerWrap label {
  width: 100%;
  max-width: 89px;
  min-width: 89px;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  margin-top: 22px;
}
.confirm-ticket__block
  .ticket-block
  .customRow
  .items
  .innerWrap
  .ticket-number {
  width: 100%;
}
.confirm-ticket__block
  .ticket-block
  .customRow
  .items
  .innerWrap
  .ticket-number
  .box-small {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 21px 20px;
  height: auto;
  margin-bottom: 11px;
  word-break: break-word;
}
.confirm-ticket__block
  .ticket-block
  .customRow
  .items
  .innerWrap
  .ticket-number
  .box-large {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 21px 20px;
  min-height: 99px;
  word-break: break-word;
}
.confirm-ticket__block .date-address-details {
  border-top: 1px solid #c3c3c3;
  margin-bottom: 40px;
}
.confirm-ticket__block .date-address-details .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.confirm-ticket__block .date-address-details .content_block {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block {
    width: 100%;
    order: 1;
  }
}
.confirm-ticket__block .date-address-details .content_block .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  height: 78px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items {
    min-height: 90px;
    height: auto;
    padding: 15px 0;
  }
}
.confirm-ticket__block .date-address-details .content_block .items strong {
  display: block;
  width: 31%;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1499px) {
  .confirm-ticket__block .date-address-details .content_block .items strong {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items strong {
    width: 50%;
  }
}
.confirm-ticket__block .date-address-details .content_block .items div {
  width: 69%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items div {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.confirm-ticket__block .date-address-details .content_block .items div span {
  display: block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 1499px) {
  .confirm-ticket__block .date-address-details .content_block .items div span {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items div span {
    padding-right: 0;
  }
}
.confirm-ticket__block
  .date-address-details
  .content_block
  .items
  div
  span
  strong {
  width: 100%;
  font-family: "Bau-Bold", sans-serif;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items.location {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block
    .date-address-details
    .content_block
    .items.location
    strong {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block
    .date-address-details
    .content_block
    .items.location
    div {
    width: 100%;
  }
}
.confirm-ticket__block .date-address-details .content_block .items.club {
  width: calc(100% + 52%);
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .content_block .items.club {
    width: 100%;
    margin-bottom: 20px;
  }
}
.confirm-ticket__block .date-address-details .content_block .items.club strong {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block
    .date-address-details
    .content_block
    .items.club
    strong {
    width: 100%;
    margin-bottom: 15px;
  }
}
.confirm-ticket__block .date-address-details .content_block .items.club .tags {
  width: auto;
}
.confirm-ticket__block
  .date-address-details
  .content_block
  .items.club
  .tags
  .tag {
  position: relative;
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 4px 23px 4px 12px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block
    .date-address-details
    .content_block
    .items.club
    .tags
    .tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
}
.confirm-ticket__block
  .date-address-details
  .content_block
  .items.club
  .tags
  .tag
  .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.confirm-ticket__block
  .date-address-details
  .content_block
  .items.club
  .tags
  .tag
  .tag-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.confirm-ticket__block .date-address-details .btn-groups {
  width: 34%;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .btn-groups {
    width: 100%;
    order: 3;
  }
}
.confirm-ticket__block .date-address-details .btn-groups .btn-item,
.confirm-ticket__block .date-address-details .btn-groups .tribe-events {
  border-bottom: 1px solid #c3c3c3;
  padding-left: 60px;
  height: 78px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .confirm-ticket__block .date-address-details .btn-groups .btn-item,
  .confirm-ticket__block .date-address-details .btn-groups .tribe-events {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .confirm-ticket__block .date-address-details .btn-groups .btn-item,
  .confirm-ticket__block .date-address-details .btn-groups .tribe-events {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .btn-groups .btn-item,
  .confirm-ticket__block .date-address-details .btn-groups .tribe-events {
    padding-left: 0;
    margin-bottom: 13px;
    height: auto;
    border-bottom: 0;
  }
}
.confirm-ticket__block .date-address-details .btn-groups .btn-item a,
.confirm-ticket__block .date-address-details .btn-groups .tribe-events a {
  width: 100%;
}
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border,
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border {
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  min-width: 157px;
  background-color: transparent;
  border: 1px solid #1c4f9c;
}
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  .tribe-events-c-subscribe-dropdown__button-text,
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  .tribe-events-c-subscribe-dropdown__button-text {
  font-family: "Bau-Bold", sans-serif;
  color: #1c4f9c;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border:hover,
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  svg,
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-common-c-btn-border
  svg {
  display: none;
}
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .btn-item
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item-link,
.confirm-ticket__block
  .date-address-details
  .btn-groups
  .tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item-link {
  padding: 0;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
}
.confirm-ticket__block .date-address-details .clubTag {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  height: 78px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .clubTag {
    height: auto;
    order: 2;
    margin-bottom: 10px;
    border-bottom: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
  }
}
.confirm-ticket__block .date-address-details .clubTag strong {
  display: block;
  width: 20%;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1499px) {
  .confirm-ticket__block .date-address-details .clubTag strong {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .clubTag strong {
    width: 100%;
    margin-bottom: 10px;
  }
}
.confirm-ticket__block .date-address-details .clubTag .tags {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .clubTag .tags {
    width: 100%;
  }
}
.confirm-ticket__block .date-address-details .clubTag .tags .tag {
  position: relative;
  border-radius: 10px;
  background: #f0f3f5;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 4px 20px;
  margin: 10px 0 19px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .date-address-details .clubTag .tags .tag {
    margin: 5px 0 11px;
  }
}
.confirm-ticket__block .date-address-details .clubTag .tags .tag:last-child {
  margin-right: 0;
}
.confirm-ticket__block .date-address-details .clubTag .tags .tag .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
}
.confirm-ticket__block .date-address-details .clubTag .tags .tag .tag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.confirm-ticket__block .discription {
  padding-right: 9px;
}
@media only screen and (max-width: 991px) {
  .confirm-ticket__block .discription {
    padding-right: 0;
  }
}
.confirm-ticket__block .discription h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .discription h3 {
    margin-bottom: 21px;
  }
}
.confirm-ticket__block .discription p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
  margin-bottom: 20px;
}
.confirm-ticket__block .discription hr {
  border-top: 1px solid #c3c3c3;
  margin: 50px 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .confirm-ticket__block .discription hr {
    margin: 30px 0;
  }
}

/* Confirm Ticket Page End Here */
/* Event Listing Page Start Here*/
.page-template-event-list-template .site-content,
.post-type-archive-tribe_events .site-content,
.search-results .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-event-list-template .site-content > .container,
.post-type-archive-tribe_events .site-content > .container,
.search-results .site-content > .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.page-template-event-list-template .site,
.post-type-archive-tribe_events .site,
.search-results .site {
  background-color: #f0f3f5;
}

.event-search {
  background-color: rgba(255, 255, 255, 0.56);
  padding: 44px 0 !important;
  flex: unset;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event-search {
    padding: 35px 0 64px !important;
  }
}
.event-search__wrapper {
  width: 100%;
  margin: auto;
  max-width: 1166px;
}
@media only screen and (max-width: 767px) {
  .event-search__wrapper {
    padding: 0 15px;
  }
}
.event-search__wrapper .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .event-search__wrapper .customRow {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.event-search__wrapper .customRow label {
  width: 22%;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  display: block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1199px) {
  .event-search__wrapper .customRow label {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .event-search__wrapper .customRow label {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .event-search__wrapper .customRow label {
    width: 100%;
    margin-bottom: 23px;
  }
}
.event-search__wrapper .customRow form {
  width: 45.5%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .event-search__wrapper .customRow form {
    width: 56.5%;
  }
}
@media only screen and (max-width: 991px) {
  .event-search__wrapper .customRow form {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .event-search__wrapper .customRow form {
    width: 100%;
  }
}
.event-search__wrapper .customRow form .searchBox {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #1b459c;
  border-radius: 9px;
  padding: 6px 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.event-search__wrapper .customRow form .searchBox.field-error {
  border-color: #af3493;
}
.event-search__wrapper .customRow form .searchBox label {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  background-color: #af3493;
  position: absolute;
  top: -15px;
  left: 5px;
  border-radius: 3px;
  white-space: nowrap;
  padding: 2px 5px;
  width: auto;
}
.event-search__wrapper .customRow form .searchBox input {
  height: auto;
  min-height: unset;
  padding: 0 10px 0 20px;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .event-search__wrapper .customRow form .searchBox input {
    font-size: 14px;
    line-height: 18px;
  }
}
.event-search__wrapper .customRow form .searchBox input::placeholder {
  opacity: 1;
  color: #373f41;
}
.event-search__wrapper .customRow form .searchBox input::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-search__wrapper
  .customRow
  form
  .searchBox
  input::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.event-search__wrapper .customRow form .searchBox input:focus,
.event-search__wrapper .customRow form .searchBox input:hover {
  outline: none;
  box-shadow: none;
  border: 0;
}
.event-search__wrapper .customRow form .searchBox .btn-custom {
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 157px;
  height: auto;
  vertical-align: top;
  min-width: 115px;
}
@media only screen and (max-width: 767px) {
  .event-search__wrapper .customRow form .searchBox .btn-custom {
    min-width: 84px;
  }
}
.event-search__wrapper .customRow form .searchBox .btn-custom:hover,
.event-search__wrapper .customRow form .searchBox .btn-custom:focus {
  background-color: #003399;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}

.event-section {
  padding: 54px 0;
}
.event-section .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.event-section .event {
  width: 67.3%;
}
@media only screen and (max-width: 991px) {
  .event-section .event {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .event-section .event {
    padding: 0 15px;
  }
}
.event-section .recomonded-group {
  width: 27%;
}
@media screen and (max-width: 1199px) {
  .event-section .recomonded-group {
    width: 30%;
  }
}

.event__titleFilter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 60px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter {
    display: block;
    padding-top: 34px;
  }
}
.event__titleFilter:first-of-type {
  padding-top: 0;
}
.event__titleFilter .title h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .event__titleFilter .title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px;
  }
}
.event__titleFilter .title h3 {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.07px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .event__titleFilter .title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.event__titleFilter .title span.postCount {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 1199px) {
  .event__titleFilter .title span.postCount {
    font-size: 18px;
    line-height: 24px;
  }
}
.event__titleFilter .title span.postCount.upcoming-trackday-events-total {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter .title span.postCount.upcoming-trackday-events-total {
    display: none;
  }
}
.event__titleFilter .title .title_link {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #003399;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.2px;
  margin-left: 52px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter .title .title_link {
    margin-left: 0;
  }
}
.event__titleFilter .sortBy {
  border: 1px solid #1c4f9c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 15L12 20L17 15' stroke='%231C4F9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 9L12 4L7 9' stroke='%231C4F9C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-color: transparent;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  padding: 0 10px;
  padding-right: 35px;
  height: 34px;
  width: 100%;
  max-width: 84px;
}
.event__titleFilter.group-event-title {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter.group-event-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .event__titleFilter.group-event-title .title {
    width: 100%;
  }
}
.event__titleFilter.group-event-title .title h2 {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter.group-event-title .btn-groups {
    width: 100%;
    margin-top: 0;
  }
}
.event__titleFilter.group-event-title .btn-groups .btn-custom {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter.group-event-title .btn-groups .btn-custom {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.event__titleFilter.group-event-title.admin-group-event-title {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter.group-event-title.admin-group-event-title {
    margin-bottom: 50px;
  }
}
.event__event-box {
  width: 100% !important;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .event__event-box {
    margin-bottom: 38px;
  }
}
.event__event-box--wrap {
  position: relative;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 25px 47px 42px 31px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap {
    padding: 28px 25px 35px;
  }
}
.event__event-box--wrap .event-date {
  position: absolute;
  height: auto;
  top: -13px;
  right: 21px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-date {
    right: 17px;
  }
}
.event__event-box--wrap .tags .tag {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background: #dbe4ed;
  font-family: "Inter-SemiBold", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 14px;
  margin: 0 0 20px;
}
.event__event-box--wrap .tags .tag:last-child {
  margin-right: 0;
}
.event__event-box--wrap .event-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details {
    margin-bottom: 25px;
  }
}
.event__event-box--wrap .event-details .event-image {
  width: 30%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-image {
    width: 100%;
    margin-bottom: 43px;
  }
}
.event__event-box--wrap .event-details .event-image .aspect-ratio a {
  display: block;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
  padding-bottom: 76%;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-image .aspect-ratio a {
    padding-bottom: 70%;
  }
}
.event__event-box--wrap .event-details .event-image .aspect-ratio a > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.event__event-box--wrap .event-details .event-image .tag-img {
  border-radius: 100%;
  overflow: hidden;
  width: 61px;
  height: 61px;
  border: 5px solid #fff;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 9px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-image .tag-img {
    width: 90px;
    height: 90px;
    border-width: 7px;
    left: -10px;
  }
}
.event__event-box--wrap .event-details .event-image .tag-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event__event-box--wrap .event-details .event-content {
  word-break: break-word;
  width: 70%;
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content {
    width: 100%;
    padding-left: 0;
  }
}
.event__event-box--wrap .event-details .event-content h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  width: calc(100% - 75px);
  word-break: break-word;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content h2 {
    margin-bottom: 15px;
    width: 100%;
  }
}
.event__event-box--wrap .event-details .event-content h2 a {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.event__event-box--wrap .event-details .event-content .event-dateTime {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .event-dateTime {
    margin-bottom: 18px;
  }
}
.event__event-box--wrap .event-details .event-content .event-dateTime span {
  display: inline-block;
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
.event__event-box--wrap
  .event-details
  .event-content
  .event-dateTime
  span:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .event-dateTime span {
    display: block;
    line-height: 22px;
  }
  .event__event-box--wrap
    .event-details
    .event-content
    .event-dateTime
    span:first-child {
    margin-bottom: 17px;
    margin-right: 0;
  }
}
.event__event-box--wrap .event-details .event-content .ticket-detail {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .ticket-detail {
    margin-bottom: 30px;
  }
}
.event__event-box--wrap .event-details .event-content .ticket-detail strong,
.event__event-box--wrap .event-details .event-content .ticket-detail span {
  display: inline-block;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .ticket-detail strong,
  .event__event-box--wrap .event-details .event-content .ticket-detail span {
    display: block;
  }
}
.event__event-box--wrap .event-details .event-content .ticket-detail strong {
  font-family: "Bau-Bold", sans-serif;
  margin-right: 32px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .ticket-detail strong {
    margin-right: 0;
    margin-bottom: 17px;
  }
}
.event__event-box--wrap .event-details .event-content .ticket-detail span {
  font-family: "Mulish-Bold", sans-serif;
}
.event__event-box--wrap .event-details .event-content .dis {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .dis {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}
.event__event-box--wrap .event-details .event-content .dis p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-details .event-content .dis p {
    font-size: 14px;
    letter-spacing: 0.07px;
  }
}
.event__event-box--wrap .event-footer {
  width: 100%;
  max-width: 644px;
  margin: auto;
}
.event__event-box--wrap .event-footer .btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.event__event-box--wrap .event-footer .btn-group .btn-items {
  width: 33.333%;
  padding: 0 7px;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-footer .btn-group .btn-items {
    width: 100%;
    margin-bottom: 14px;
  }
  .event__event-box--wrap .event-footer .btn-group .btn-items:last-child {
    margin-bottom: 0;
  }
}
.event__event-box--wrap .event-footer .btn-group .btn-items .btn-custom {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-footer .btn-group .btn-items .btn-custom {
    width: 100%;
  }
}
.event__event-box--wrap .event-footer hr {
  margin: 40px 0 36px;
  height: auto;
  border-top: 1px solid #c3c3c3;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-footer hr {
    margin: 20px 0;
  }
}
.event__event-box--wrap .event-footer .info-tag span {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background: #e5e5e5;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 34px;
  margin: 0 15px 10px 0;
}
@media only screen and (max-width: 767px) {
  .event__event-box--wrap .event-footer .info-tag span {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 9px 25px;
  }
  .event__event-box--wrap .event-footer .info-tag span:last-child {
    margin-bottom: 0;
  }
}
.event__event-box.group-event-box {
  margin-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .event__event-box.group-event-box {
    margin-bottom: 38px;
  }
}

.recomonded-group__title {
  margin-bottom: 18px;
}
.recomonded-group__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.recomonded-group__wrap {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #c3c3c3;
  border-radius: 9px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
}
.recomonded-group__wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recomonded-group__wrap ul li {
  padding: 22px 16px 22px 22px;
  border-bottom: 1px solid #c3c3c3;
  border-left: 10px solid transparent;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
}
.recomonded-group__wrap ul li:last-child {
  border-bottom: 0;
}
.recomonded-group__wrap ul li a {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
.recomonded-group__wrap ul li a .imgBox {
  width: 50px;
  min-width: 50px;
  margin-right: 18px;
}
.recomonded-group__wrap ul li a .imgBox .aspect-ratio {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}
.recomonded-group__wrap ul li a .imgBox .aspect-ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recomonded-group__wrap ul li:hover {
  border-left-color: #1c4f9c;
}
.recomonded-group__wrap ul li:hover a {
  color: #1c4f9c;
}
.recomonded-group hr {
  border-top: 1px solid #36383a;
  opacity: 0.2;
  height: auto;
  margin: 65px 0 31px;
}
@media only screen and (max-width: 767px) {
  .recomonded-group hr {
    margin: 40px 0 30px;
  }
}

/* Event Listing Page End Here */
/* Registration Page | Add resend button - and back button Start Here*/
.resend-for-register {
  text-align: center;
}
.resend-for-register input {
  width: 100% !important;
}

/* Registration Page | Add resend button - and back button End Here*/
/* Search Results shows relevant feed items UI Start Here*/
.page-template-search-result-all-items .site-content,
.search .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-search-result-all-items .site-content > .container,
.search .site-content > .container {
  max-width: 100% !important;
  padding: 0 !important;
}
.page-template-search-result-all-items .site,
.search .site {
  background-color: #f0f3f5;
}

.search-all-result {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .search-all-result {
    padding: 50px 0;
  }
}
.search-all-result .containerWrapper {
  max-width: 1031px;
}
.search-all-result .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -23px;
}
.search-all-result .customRow .items {
  padding: 0 23px;
  margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .search-all-result .recomonded-group {
    padding: 0 30px;
  }
}
.search-all-result .recomonded-group__title {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .search-all-result .recomonded-group__title {
    margin-bottom: 40px;
  }
}
.search-all-result .recomonded-group__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.search-all-result .recomonded-group__wrap {
  background-color: #ffffff;
}
.search-all-result .recomonded-group__wrap ul li {
  padding: 19px 16px 28px 22px;
}

/* Search Results shows relevant feed items UI End Here*/
/* Backend Header Css Adjustment Start Here */
.sticky-header .site-content,
body.buddypress.sticky-header .site-content,
.bb-buddypanel.sticky-header .site-content,
.single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,
.single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,
.single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1199px) {
  .sticky-header .site-content,
  body.buddypress.sticky-header .site-content,
  .bb-buddypanel.sticky-header .site-content,
  .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content,
  .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content,
  .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
    padding-top: 161px !important;
  }
}

.flatpickr-calendar.hasTime {
  max-width: 166px;
}
.flatpickr-calendar.hasTime .flatpickr-am-pm {
  display: none;
}

.site-header.custom-header .site-header-container {
  height: 100px;
}
@media screen and (min-width: 1201px) {
  .site-header.custom-header .site-header-container {
    max-width: 1115px !important;
  }
}
.site-header.custom-header .site-header-container .site-branding#site-logo {
  padding-right: 0;
  height: 100px;
  padding-bottom: 8px;
}
.site-header.custom-header
  .site-header-container
  .site-branding#site-logo
  .site-title
  a
  img {
  max-height: 35px;
  min-height: 35px;
  padding: 0;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu {
  height: 100px;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item {
  height: 100px;
  line-height: 100px;
  padding: 0 22px;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item
  a {
  height: 100px;
  border-bottom: 0;
  border-top: 8px solid transparent;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  padding: 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding-bottom: 8px;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item
  a:before {
  display: none;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item.current_page_item
  a,
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item.current-menu-item
  a {
  border-top-color: #003399;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item.current_page_item
  a:hover:before,
.site-header.custom-header
  .site-header-container
  .main-navigation
  .primary-menu
  .menu-item.current-menu-item
  a:hover:before {
  display: none;
}
.site-header.custom-header .site-header-container .main-navigation .hasItems {
  display: none;
}
@media only screen and (max-width: 991px) {
  .site-header.custom-header .site-header-container .main-navigation .hasItems {
    display: block;
  }
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .hasItems
  .more-button {
  height: 100px;
}
.site-header.custom-header
  .site-header-container
  .main-navigation
  .hasItems
  .sub-menu
  .wrapper
  .sub-menu-inner
  .car-for-sale {
  display: none;
}
@media screen and (max-width: 799px) {
  .site-header.custom-header
    .site-header-container
    .main-navigation
    .hasItems
    .sub-menu
    .wrapper
    .sub-menu-inner
    .car-for-sale {
    display: block;
  }
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .header-search-link {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  padding: 0;
  background-color: #f0f3f5;
  margin-right: 7px;
}
@media only screen and (max-width: 1199px) {
  .site-header.custom-header
    .site-header-container
    .header-aside
    .header-aside-inner
    .header-search-link {
    display: none;
  }
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .header-search-link
  i {
  margin: auto;
  color: #000000;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .header-search-link
  i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.35 22.35L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .site-header.custom-header
    .site-header-container
    .header-aside
    .header-aside-inner
    .notification-wrap {
    display: none !important;
  }
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  padding: 0;
  background-color: #f0f3f5;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link
  span {
  margin: auto;
  color: #000000;
  display: block;
  line-height: 0;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link
  span
  .count {
  font-family: "Inter-Medium", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  top: -20px;
  right: -20px;
  padding: 0px 8px;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link
  span
  .bb-icon-inbox:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 22C1 22.4045 1.24364 22.7691 1.61732 22.9239C1.99099 23.0787 2.42111 22.9931 2.70711 22.7071L6.85866 18.5556H19.7778C20.6324 18.5556 21.452 18.2161 22.0562 17.6118C22.6605 17.0075 23 16.1879 23 15.3333V4.22222C23 3.36764 22.6605 2.54805 22.0562 1.94377C21.452 1.33948 20.6324 1 19.7778 1H4.22222C3.36764 1 2.54805 1.33948 1.94377 1.94377C1.33948 2.54805 1 3.36764 1 4.22222V22Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 20px;
  width: 20px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link
  span
  .bb-icon-bell {
  color: #000000;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .notification-wrap
  a.notification-link
  span
  .bb-icon-bell:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M24.0854 19.11L24.0866 19.1108L24.0887 19.1122L24.092 19.1145L24.0949 19.1165C24.0952 19.1167 24.0923 19.1146 24.0863 19.1101C24.0742 19.1012 24.0501 19.0827 24.0154 19.0538C23.9461 18.9961 23.8348 18.8967 23.6947 18.7488C23.4151 18.4537 23.0185 17.9628 22.6132 17.2197C21.8053 15.7386 20.9412 13.2154 20.9412 9.17647C20.9412 7.00794 20.0797 4.92822 18.5463 3.39483C17.013 1.86145 14.9332 1 12.7647 1C10.5962 1 8.51645 1.86145 6.98307 3.39483C5.44968 4.92822 4.58824 7.00794 4.58824 9.17647C4.58824 13.2154 3.72411 15.7386 2.91622 17.2197C2.5109 17.9628 2.11428 18.4537 1.83471 18.7488C1.69466 18.8967 1.5833 18.9961 1.514 19.0538C1.47933 19.0827 1.45516 19.1012 1.44315 19.1101C1.43955 19.1128 1.43704 19.1146 1.43567 19.1156C1.07579 19.3616 0.916333 19.8129 1.04291 20.231C1.17061 20.6527 1.55933 20.9412 2 20.9412H23.5294C23.9701 20.9412 24.3588 20.6527 24.4865 20.231C24.6141 19.8097 24.4511 19.3546 24.0854 19.11ZM24.0854 19.11C24.0848 19.1096 24.0841 19.1091 23.5294 19.9412M24.0854 19.11C24.085 19.1097 24.0845 19.1094 24.0841 19.1091L23.5294 19.9412M23.5294 19.9412C22.9747 20.7732 22.974 20.7728 22.9734 20.7723L22.9719 20.7714L22.9688 20.7693L22.9616 20.7643L22.9433 20.7516C22.9294 20.7419 22.9122 20.7295 22.892 20.7144C22.8514 20.6842 22.7985 20.6431 22.735 20.5903C22.6081 20.4845 22.4391 20.3316 22.2428 20.1243C22.1888 20.0674 22.1329 20.0064 22.0752 19.9412H3.45422C3.39654 20.0064 3.34057 20.0674 3.28661 20.1243C3.09027 20.3316 2.9213 20.4845 2.79437 20.5903C2.73091 20.6431 2.678 20.6842 2.63744 20.7144C2.61716 20.7295 2.59998 20.7419 2.58611 20.7516L2.56783 20.7643L2.56061 20.7693L2.55749 20.7714L2.55605 20.7723C2.55537 20.7728 2.5547 20.7732 2 19.9412V18.9412H2.98539C4.04764 17.581 5.58824 14.6625 5.58824 9.17647C5.58824 7.27315 6.34433 5.44779 7.69018 4.10194C9.03602 2.75609 10.8614 2 12.7647 2C14.668 2 16.4934 2.75609 17.8392 4.10194C19.1851 5.44779 19.9412 7.27315 19.9412 9.17647C19.9412 14.6625 21.4818 17.581 22.544 18.9412H23.5294V19.9412Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='path-2-outside-1_213_13642' maskUnits='userSpaceOnUse' x='7.375' y='19.334' width='9' height='7' fill='black'%3E%3Crect fill='white' x='7.375' y='19.334' width='9' height='7'/%3E%3Cpath fill='black' d='M13.9632 22.334C13.7809 22.6978 13.5192 22.9998 13.2043 23.2097C12.8895 23.4196 12.5325 23.5301 12.1691 23.5301C11.8058 23.5301 11.4488 23.4196 11.1339 23.2097C10.819 22.9998 10.5573 22.6978 10.375 22.334'/%3E%3C/mask%3E%3Cpath d='M15.7512 23.2301C16.2462 22.2426 15.8468 21.0409 14.8594 20.546C13.8719 20.0511 12.6701 20.4504 12.1752 21.4379L15.7512 23.2301ZM12.163 21.4379C11.6681 20.4504 10.4664 20.0511 9.47889 20.546C8.49139 21.0409 8.09208 22.2426 8.58699 23.2301L12.163 21.4379ZM12.1752 21.4379C12.1365 21.5152 12.0991 21.5428 12.0949 21.5456L14.3137 24.8738C14.9394 24.4567 15.4254 23.8803 15.7512 23.2301L12.1752 21.4379ZM12.0949 21.5456C12.0933 21.5466 12.0993 21.5424 12.1136 21.538C12.1281 21.5335 12.1472 21.5301 12.1691 21.5301V25.5301C12.9443 25.5301 13.6847 25.2931 14.3137 24.8738L12.0949 21.5456ZM12.1691 21.5301C12.191 21.5301 12.2102 21.5335 12.2246 21.538C12.2389 21.5424 12.2449 21.5466 12.2433 21.5456L10.0245 24.8738C10.6535 25.2931 11.394 25.5301 12.1691 25.5301V21.5301ZM12.2433 21.5456C12.2392 21.5428 12.2018 21.5152 12.163 21.4379L8.58699 23.2301C8.91287 23.8803 9.39888 24.4567 10.0245 24.8738L12.2433 21.5456Z' fill='black' mask='url(%23path-2-outside-1_213_13642)'/%3E%3C/svg%3E");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .user-wrap {
  margin-left: 8px;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .user-wrap
  .user-link:before {
  display: none;
}
.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .user-wrap
  .user-link
  img {
  max-width: 51px;
}
@media only screen and (max-width: 799px) {
  .site-header.custom-header .bb-mobile-header-wrapper .bb-mobile-header {
    height: 100px;
  }
}
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .mobile-logo-wrapper
  .site-title
  a
  img {
  max-height: 35px;
  min-height: 35px;
  padding: 0;
}
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .header-aside
  .user-link {
  padding-right: 24px;
}
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .header-aside
  .user-link
  img {
  max-width: 51px;
}
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .header-aside
  .bb-left-panel-icon-wrap
  .bb-left-panel-mobile {
  margin-left: 0;
}
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .header-aside
  .bb-left-panel-icon-wrap
  .bb-left-panel-mobile
  .bb-icon-bars:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='22' viewBox='0 0 33 22' fill='none'%3E%3Crect opacity='0.9' x='0.5' y='0.5' width='32' height='2.14286' rx='1.07143' fill='%231C4F9C' stroke='%231C4F9C'/%3E%3Crect opacity='0.9' x='0.5' y='9.92773' width='32' height='2.14286' rx='1.07143' fill='%231C4F9C' stroke='%231C4F9C'/%3E%3Crect opacity='0.9' x='0.5' y='19.3574' width='32' height='2.14286' rx='1.07143' fill='%231C4F9C' stroke='%231C4F9C'/%3E%3C/svg%3E");
  background-size: 33px 22px;
  width: 33px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.site-header.custom-header .mb-menu-panel {
  width: 100%;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.7);
  top: 161px;
  height: -webkit-calc(100% - 161px);
  height: calc(100% - 161px);
  background-color: #fff;
  left: -100%;
  display: none;
}
@media only screen and (max-width: 799px) {
  .site-header.custom-header .mb-menu-panel {
    display: block;
  }
}
.site-header.custom-header .mb-menu-panel.open {
  left: 0;
}
.site-header.custom-header .mb-menu-panel .bb-mobile-panel-inner {
  background-color: #f0f3f5;
  padding: 23px 42px 100px;
}
.site-header.custom-header
  .mb-menu-panel
  .bb-mobile-panel-inner
  .bb-mobile-panel-header {
  display: none;
}
.site-header.custom-header
  .mb-menu-panel
  .bb-mobile-panel-inner
  .main-navigation
  .mobile-menu
  .menu-item {
  min-height: auto;
  padding: 24px 0;
  border-bottom: 1px solid #1c4f9c;
}
.site-header.custom-header
  .mb-menu-panel
  .bb-mobile-panel-inner
  .main-navigation
  .mobile-menu
  .menu-item
  a {
  position: relative;
  background-color: transparent;
  color: #36383a;
  font-family: "Bau-Bold", sans-serif;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
  padding: 0 10px;
  border-radius: 0;
}
.site-header.custom-header
  .mb-menu-panel
  .bb-mobile-panel-inner
  .main-navigation
  .mobile-menu
  .menu-item.current-menu-item
  a {
  background-color: transparent;
  color: #36383a;
}

.icon-feed {
  background-color: #003399;
  position: fixed;
  width: 100%;
  top: 100px;
  z-index: 609;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .icon-feed {
    display: block;
  }
}
.icon-feed .header-aside {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.icon-feed .header-aside .push-right {
  margin: 0;
}
.icon-feed .header-aside .header-search-link {
  height: 61px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px;
}
@media screen and (max-width: 420px) {
  .icon-feed .header-aside .header-search-link {
    padding: 0;
    width: 25%;
  }
}
.icon-feed .header-aside .header-search-link i {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 420px) {
  .icon-feed .header-aside .header-search-link i {
    margin: auto;
  }
}
.icon-feed .header-aside .header-search-link i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M11.5686 22.2759C17.4055 22.2759 22.1373 17.5442 22.1373 11.7073C22.1373 5.87041 17.4055 1.13867 11.5686 1.13867C5.73174 1.13867 1 5.87041 1 11.7073C1 17.5442 5.73174 22.2759 11.5686 22.2759Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.3397 26.4783L21.1367 21.2754' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-feed .header-aside .notification-wrap {
  height: 61px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 !important;
  position: relative;
}
@media screen and (max-width: 420px) {
  .icon-feed .header-aside .notification-wrap {
    width: 25%;
    margin: auto;
  }
}
.icon-feed .header-aside .notification-wrap .notification-link {
  height: 61px;
  padding: 0 40px;
}
@media screen and (max-width: 420px) {
  .icon-feed .header-aside .notification-wrap .notification-link {
    padding: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.icon-feed .header-aside .notification-wrap .notification-link span i {
  font-size: 24px;
  color: #fff;
}
.icon-feed
  .header-aside
  .notification-wrap
  .notification-link
  span
  .bb-icon-inbox:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 22C1 22.4045 1.24364 22.7691 1.61732 22.9239C1.99099 23.0787 2.42111 22.9931 2.70711 22.7071L6.85866 18.5556H19.7778C20.6324 18.5556 21.452 18.2161 22.0562 17.6118C22.6605 17.0075 23 16.1879 23 15.3333V4.22222C23 3.36764 22.6605 2.54805 22.0562 1.94377C21.452 1.33948 20.6324 1 19.7778 1H4.22222C3.36764 1 2.54805 1.33948 1.94377 1.94377C1.33948 2.54805 1 3.36764 1 4.22222V22Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-feed
  .header-aside
  .notification-wrap
  .notification-link
  span
  .bb-icon-bell:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='27' viewBox='0 0 26 27' fill='none'%3E%3Cpath d='M24.0854 20.0514L24.0866 20.0522L24.0887 20.0536L24.092 20.0559L24.0949 20.0579C24.0952 20.0581 24.0923 20.056 24.0863 20.0515C24.0742 20.0426 24.0501 20.0241 24.0154 19.9952C23.9461 19.9375 23.8348 19.8381 23.6947 19.6902C23.4151 19.3951 23.0185 18.9042 22.6132 18.1611C21.8053 16.68 20.9412 14.1568 20.9412 10.1179C20.9412 7.94934 20.0797 5.86963 18.5463 4.33624C17.013 2.80285 14.9332 1.94141 12.7647 1.94141C10.5962 1.94141 8.51645 2.80285 6.98307 4.33624C5.44968 5.86963 4.58824 7.94934 4.58824 10.1179C4.58824 14.1568 3.72411 16.68 2.91622 18.1611C2.5109 18.9042 2.11428 19.3951 1.83471 19.6902C1.69466 19.8381 1.5833 19.9375 1.514 19.9952C1.47933 20.0241 1.45516 20.0426 1.44315 20.0515C1.43955 20.0542 1.43704 20.056 1.43567 20.057C1.07579 20.303 0.916333 20.7543 1.04291 21.1724C1.17061 21.5941 1.55933 21.8826 2 21.8826H23.5294C23.9701 21.8826 24.3588 21.5941 24.4865 21.1724C24.6141 20.7511 24.4511 20.296 24.0854 20.0514ZM24.0854 20.0514C24.0848 20.051 24.0841 20.0505 23.5294 20.8826M24.0854 20.0514C24.085 20.0511 24.0845 20.0508 24.0841 20.0505L23.5294 20.8826M23.5294 20.8826C22.9747 21.7146 22.974 21.7142 22.9734 21.7137L22.9719 21.7128L22.9688 21.7107L22.9616 21.7057L22.9433 21.693C22.9294 21.6833 22.9122 21.6709 22.892 21.6558C22.8514 21.6256 22.7985 21.5845 22.735 21.5317C22.6081 21.4259 22.4391 21.273 22.2428 21.0657C22.1888 21.0088 22.1329 20.9478 22.0752 20.8826H3.45422C3.39654 20.9478 3.34057 21.0088 3.28661 21.0657C3.09027 21.273 2.9213 21.4259 2.79437 21.5317C2.73091 21.5845 2.678 21.6256 2.63744 21.6558C2.61716 21.6709 2.59998 21.6833 2.58611 21.693L2.56783 21.7057L2.56061 21.7107L2.55749 21.7128L2.55605 21.7137C2.55537 21.7142 2.5547 21.7146 2 20.8826V19.8826H2.98539C4.04764 18.5224 5.58824 15.6039 5.58824 10.1179C5.58824 8.21456 6.34433 6.3892 7.69018 5.04335C9.03602 3.6975 10.8614 2.94141 12.7647 2.94141C14.668 2.94141 16.4934 3.6975 17.8392 5.04335C19.1851 6.3892 19.9412 8.21456 19.9412 10.1179C19.9412 15.6039 21.4818 18.5224 22.544 19.8826H23.5294V20.8826Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='path-2-outside-1_171_40137' maskUnits='userSpaceOnUse' x='7.375' y='20.2754' width='9' height='7' fill='black'%3E%3Crect fill='white' x='7.375' y='20.2754' width='9' height='7'/%3E%3Cpath d='M13.9632 23.2754C13.7809 23.6392 13.5192 23.9412 13.2043 24.1511C12.8895 24.361 12.5325 24.4715 12.1691 24.4715C11.8058 24.4715 11.4488 24.361 11.1339 24.1511C10.819 23.9412 10.5573 23.6392 10.375 23.2754'/%3E%3C/mask%3E%3Cpath d='M15.7512 24.1715C16.2462 23.184 15.8468 21.9823 14.8594 21.4874C13.8719 20.9925 12.6701 21.3918 12.1752 22.3793L15.7512 24.1715ZM12.163 22.3793C11.6681 21.3918 10.4664 20.9925 9.47889 21.4874C8.49139 21.9823 8.09208 23.184 8.58699 24.1715L12.163 22.3793ZM12.1752 22.3793C12.1365 22.4566 12.0991 22.4842 12.0949 22.487L14.3137 25.8152C14.9394 25.3981 15.4254 24.8217 15.7512 24.1715L12.1752 22.3793ZM12.0949 22.487C12.0933 22.488 12.0993 22.4838 12.1136 22.4794C12.1281 22.4749 12.1472 22.4715 12.1691 22.4715V26.4715C12.9443 26.4715 13.6847 26.2345 14.3137 25.8152L12.0949 22.487ZM12.1691 22.4715C12.191 22.4715 12.2102 22.4749 12.2246 22.4794C12.2389 22.4838 12.2449 22.488 12.2433 22.487L10.0245 25.8152C10.6535 26.2345 11.394 26.4715 12.1691 26.4715V22.4715ZM12.2433 22.487C12.2392 22.4842 12.2018 22.4566 12.163 22.3793L8.58699 24.1715C8.91287 24.8217 9.39888 25.3981 10.0245 25.8152L12.2433 22.487Z' fill='white' mask='url(%23path-2-outside-1_171_40137)'/%3E%3C/svg%3E");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.icon-feed
  .header-aside
  .notification-wrap
  .notification-link
  span
  .bb-icon-flag:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M4.66797 17.4997C4.66797 17.4997 5.83464 16.333 9.33464 16.333C12.8346 16.333 15.168 18.6663 18.668 18.6663C22.168 18.6663 23.3346 17.4997 23.3346 17.4997V3.49967C23.3346 3.49967 22.168 4.66634 18.668 4.66634C15.168 4.66634 12.8346 2.33301 9.33464 2.33301C5.83464 2.33301 4.66797 3.49967 4.66797 3.49967V17.4997Z' stroke='white' stroke-width='2.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66797 25.6667V17.5' stroke='white' stroke-width='2.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 767px) {
  .icon-feed
    .header-aside
    .notification-wrap#header-notifications-dropdown-elem
    .notification-dropdown {
    right: -163px;
  }
}
@media screen and (max-width: 767px) {
  .icon-feed
    .header-aside
    .notification-wrap#header-messages-dropdown-elem
    .notification-dropdown {
    right: -70px;
  }
}

/* Backend Header Css Adjustment End Here */
/* Group Member Page Start here */
.member-tags .btn-tag-count.desk-block {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .member-tags .btn-tag-count.desk-block {
    display: none;
  }
}
.member-tags .btn-tag-count.mb-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .member-tags .btn-tag-count.mb-block {
    display: inline-block;
  }
}

.activity-list .activity-item .activity-header a.desk-block {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .activity-list .activity-item .activity-header a.desk-block {
    display: none;
  }
}

.activity-list .activity-item .activity-header a.mb-block {
  display: none;
}
@media only screen and (max-width: 767px) {
  .activity-list .activity-item .activity-header a.mb-block {
    display: inline-block;
  }
}

#group-about-groups-li {
  display: none !important;
}

.group-members .site {
  background-color: #f0f3f5;
}

#buddypress.buddypress-wrap .bp-wrap {
  margin-top: 37px;
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .bp-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .bp-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#buddypress.buddypress-wrap .bp-wrap .main-navs {
  -ms-flex: 0 0 26.9%;
  flex: 0 0 26.9%;
  padding-right: 0;
  border-radius: 0;
  border: transparent;
  background: unset;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .bp-wrap .main-navs {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .bp-wrap .main-navs {
    display: none;
    order: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0;
  }
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab {
  float: unset;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab a {
  border-left: 10px solid transparent;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 0;
  padding: 32px 28px 32px 24px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab
  a
  .bb-single-nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab
  a
  .bb-single-nav-wrap
  .bb-single-nav-item-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 30px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab
  a
  .bb-single-nav-wrap
  .bb-single-nav-item-icon
  img {
  display: block;
  width: 100%;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab
  a
  .bb-single-nav-wrap
  .bb-single-nav-item-point {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab a .count {
  background-color: #d70000 !important;
  color: #fff !important;
  border: 0;
  border-radius: 50px;
  font-family: "Inter-ExtraBold", sans-serif;
  white-space: nowrap;
  text-align: center;
  padding: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.21px;
  width: auto;
  min-width: 25px;
  margin-left: 10px;
  padding: 0px 5px;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab.selected,
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab:hover {
  border-radius: 0;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab.selected a,
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab:hover a {
  background-color: transparent !important;
  border: 0 !important;
  color: #1c4f9c !important;
  border-left: 10px solid #1c4f9c !important;
  border-bottom: 1px solid #c3c3c3 !important;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab.selected
  a
  .bb-single-nav-item-point,
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab:hover
  a
  .bb-single-nav-item-point {
  color: #1c4f9c;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab.selected
  a:after,
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab:hover
  a:after {
  display: none;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab:last-child a {
  border-bottom: 0;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .menu-item-has-children1 {
  padding: 0;
  width: 100%;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .menu-item-has-children1
  > a.more-button {
  display: none !important;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .menu-item-has-children1
  > ul {
  display: block;
  position: relative;
  border-radius: unset;
  border: unset;
  background: unset;
  box-shadow: unset;
  padding: 0;
  top: 0;
  margin: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs .group-btn {
  margin-top: 34px;
  text-align: center;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs .group-btn .btn-custom {
  margin: auto;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 8px 10px;
  width: 100%;
  max-width: 249px;
  height: auto;
  vertical-align: top;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  .group-btn
  .btn-custom.btn-black-border {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
#buddypress.buddypress-wrap .bp-wrap .main-navs .group-btn .btn-custom:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#buddypress.buddypress-wrap .bp-wrap .item-body {
  padding: 0;
  padding-right: 60px !important;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .bp-wrap .item-body {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .bp-wrap .item-body {
    order: 3;
    padding-right: 0 !important;
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .member-list-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .member-list-header {
    margin-bottom: 28px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .member-list-header:after,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .member-list-header:before {
  display: none;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .member-list-header
  h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 35px 30px 32px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap {
    margin-bottom: 17px;
    padding: 26px 11px 35px 26px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner {
    padding-right: 20px;
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner {
    padding-right: 0;
    flex-direction: row;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item-avatar {
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item-avatar {
    margin-right: 19px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item-avatar
  a
  img {
  max-width: 50px;
  min-width: 50px;
  border-radius: 100%;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item {
  width: 100%;
  -ms-flex: unset;
  flex: unset;
  margin: 0;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block {
    margin: 0;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .list-title {
  margin-top: 10px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block
    .list-title {
    padding-right: 20px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .list-title
  a {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags__boxes {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags__boxes
  .tag-items {
  max-width: 100%;
  display: inline-grid;
  position: relative;
  margin: 5px 23px 5px 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block
    .member-tags__boxes
    .tag-items {
    margin: 3px 12px 3px 0;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags__boxes
  .tag-items:nth-child(n + 3) {
  display: none;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags__boxes
  .tag-items
  a {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags__boxes
  .tag-items
  a:before {
  content: "";
  position: relative;
  display: inline-block;
  border-radius: 10px;
  opacity: 0.1;
  background: #1c4f9c;
  width: 5px;
  height: 13px;
  margin-right: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block
    .member-tags__boxes
    .tag-items
    a:before {
    display: none;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .member-tags
  .btn-tag-count {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  background: #f0f3f5;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  padding: 8px 12px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block
    .member-tags
    .btn-tag-count {
    border-radius: 30px;
    padding: 10px 10px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .bb_more_options {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  right: 15px;
  top: 23px;
  display: none;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .bb_more_options
  .bb_more_options_action {
  padding: 0;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .bb_more_options
  .bb_more_options_action
  i {
  font-size: 17px;
  color: #161616;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .feed-title {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 37px;
  display: block;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .group-event-title {
  margin-bottom: 27px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box {
  margin: 0;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap {
  padding: 61px 103px 92px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap {
    padding: 43px 25px 46px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description {
  width: 100%;
  max-width: 462px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h1,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h2,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h3,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h4,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h5,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  h6,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  b {
  font-family: "Bau-Bold", sans-serif;
  color: #36383a;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  p,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  em,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  li,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  blockquote,
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  a {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap
    .group__description
    p,
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap
    .group__description
    em,
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap
    .group__description
    li,
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap
    .group__description
    blockquote,
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about
    .event__event-box--wrap
    .group__description
    a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.07px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  blockquote {
  color: #848484;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group__description
  a {
  text-decoration: underline;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox.tox-tinymce {
  max-width: 514px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  .tox-tbtn--bespoke {
  background: #f7f7f7;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto !important;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  .tox-tbtn--select
  .tox-tbtn__select-chevron {
  margin-left: 5px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  .tox-tbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  :not(svg):not(rect) {
  background: 0 0;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto !important;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  :not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  .tox-mbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: 0;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  :not(svg):not(rect) {
  background: 0 0;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about
  .event__event-box--wrap
  .group_description-form
  .tox
  :not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}
#buddypress.buddypress-wrap .bp-wrap .item-body .group__about.about__member {
  position: relative;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 36px 36px 92px 103px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .bp-wrap .item-body .group__about.about__member {
    padding: 43px 25px 46px;
  }
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about.about__member
  .group-event-title {
  margin-bottom: 33px;
}
#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group__about.about__member
  .event__event-box--wrap {
  border-radius: unset;
  border: unset;
  background: unset;
  box-shadow: unset;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group__about.about__member
    .event__event-box--wrap {
    padding: 0;
  }
}
#buddypress.buddypress-wrap .bp-wrap > .btn-custom {
  display: none;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 157px;
  height: auto;
  vertical-align: top;
}
#buddypress.buddypress-wrap .bp-wrap > .btn-custom.btn-black-border {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
#buddypress.buddypress-wrap .bp-wrap > .btn-custom:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .bp-wrap > .btn-custom {
    display: block;
    width: 100%;
    margin-bottom: 67px;
    order: 2;
  }
}
#buddypress.buddypress-wrap .activity .activity-list {
  margin: 0;
}
#buddypress.buddypress-wrap .activity .activity-list .activity-item {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .activity .activity-list .activity-item {
    margin-bottom: 22px;
    padding: 26px 11px 15px 26px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bb-activity-more-options-wrap {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head {
  display: flex; /*Made changes here*/
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head {
    padding-right: 20px;
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head {
    padding-right: 0;
    flex-direction: row;
    margin-right: 0;
    flex-wrap: wrap !important;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .item-avatar {
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .item-avatar {
    margin-right: 19px;
    width: 22%;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .item-avatar
  a
  img {
  max-width: 40px;
  min-width: 40px;
  border-radius: 100%;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header {
  width: 100%;
  -ms-flex: unset;
  flex: unset;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 70%;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p {
  margin-top: 10px;
  margin-bottom: 22px;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  color: #686868;
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    p {
    padding-right: 0;
    margin-bottom: 16px;
    padding-right: 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p
  .user-link-in-feed {
  font-family: "Hanken Grotesk", "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-right: 5px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    p
    .user-link-in-feed {
    font-size: 16px;
    line-height: 26px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p
  .created-group-link {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #373f41;
  margin-right: 5px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #003399;
  font-family: "BauLF-Bold", sans-serif;
  color: #8ad5ec;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.27px;
  margin-right: 5px;
  margin-left: 3px;
  bottom: 4px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .member-tags {
    margin-bottom: 33px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags__boxes {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items {
  max-width: 100%;
  display: inline-grid;
  position: relative;
  padding: 0;
  margin: 5px 23px 5px 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .member-tags__boxes
    .tag-items {
    margin: 3px 12px 3px 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items:nth-child(n + 3) {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items
  a {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items
  a:before {
  content: "";
  position: relative;
  display: inline-block;
  border-radius: 10px;
  opacity: 0.1;
  background: #1c4f9c;
  width: 5px;
  height: 13px;
  margin-right: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .member-tags__boxes
    .tag-items
    a:before {
    display: none;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .member-tags
  .btn-tag-count {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  background: #f0f3f5;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  padding: 8px 12px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .member-tags
    .btn-tag-count {
    border-radius: 30px;
    padding: 10px 10px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-date {
  display: block;
  margin: 0;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-date {
    margin-left: -69px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-date
  a {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-date
    a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content {
    margin-left: -69px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .activity-inner {
  margin: 0;
  border: 0 !important;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .activity-inner
  .activity-description {
  max-width: 462px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .activity-inner
    .activity-description {
    max-width: 100%;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-content-wrp {
  background-color: transparent;
  padding: 0;
  margin-bottom: 10px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .activity-discussion-title-wrap {
  margin-bottom: 10px;
  display: block;
  padding: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .activity-discussion-title-wrap
  a {
  display: block;
  margin: 0;
  padding: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.07px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  p
  .activity-read-more {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    p
    .activity-read-more {
    margin-left: 0;
    display: block;
    margin-top: 24px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  p
  .activity-read-more
  a {
  cursor: pointer;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  word-break: normal;
  color: #1c4f9c;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    p
    .activity-read-more
    a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.07px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  li {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.07px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  ul {
  list-style: disc;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  ol {
  list-style: decimal;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-content-inr-wrap {
  padding: 0;
  padding-bottom: 10px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap {
  max-width: 562px;
  margin: 0 -5px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .bb-activity-media-wrap {
    max-width: 100%;
    margin-top: 23px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .bb-activity-media-wrap
    .bb-activity-media-elem {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem
  .bb-open-media-theatre {
  position: relative;
  display: block;
  border-radius: 10px;
  padding-top: 0 !important;
  padding-bottom: 76%;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .bb-activity-media-wrap
    .bb-activity-media-elem
    .bb-open-media-theatre {
    border-radius: 9px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem
  .bb-open-media-theatre
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.hideact-grid-1-2 {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option {
  width: 100% !important;
  max-width: 100% !important;
  flex: 100% !important;
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .bb-activity-media-wrap
    .bb-activity-media-elem.no_more_option {
    margin-top: 13px !important;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre {
  padding: 0;
  display: inline-block;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre:before {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre
  img {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre
  .bb-photos-length {
  position: relative;
  display: block;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 25px;
  height: auto;
  vertical-align: top;
  background-color: #1c4f9c;
  border: 1px solid #1c4f9c;
  color: #fff;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre
  .bb-photos-length:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre
  .bb-photos-length
  span,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap
  .bb-activity-media-elem.no_more_option
  .bb-open-media-theatre
  .bb-photos-length
  strong {
  white-space: nowrap;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-media-wrap.bb-media-length-1
  .bb-activity-media-elem {
  margin: 12px 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-video-wrap
  .bb-video-cover-wrap {
  display: block;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-video-wrap
  div.video-js
  button.vjs-big-play-button {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0;
  padding: 0;
  opacity: 1;
  height: 87px;
  width: 87px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-activity-head
    .activity-header
    .activity-content
    .bb-activity-video-wrap
    div.video-js
    button.vjs-big-play-button {
    height: 55px;
    width: 55px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-video-wrap
  div.video-js
  button.vjs-big-play-button:hover {
  background-color: transparent !important;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .activity-content
  .bb-activity-video-wrap
  div.video-js
  button.vjs-big-play-button:before {
  font-size: 0;
  margin-left: 0;
  background-image: url("../images/backend-pages/play-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta {
  display: flex; /*Made changes here*/
  gap: 24px;                          
  padding-left: 0;
  margin-top: 12px;
  font-size: 14px;
  color: #4d5669;
  font-family: 'Mulish', sans-serif;  
  border-top: 1px solid #eee;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-generic-meta {
    padding-left: 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .bp-generic-meta
    .generic-button {
    margin-right: 14px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px;
  background: #f0f3f5;
  text-align: center;
  width: 100%;
  max-width: 98px;
  min-width: 98px;
  padding: 10px 10px;
}

#buddypress .activity-list .activity-item .activity-meta .bp-share-button
{
  background-color: white !important;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button
  span {
  font-family: "Mulish-Bold", sans-serif;
  color: #4D5669;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button[aria-expanded="true"] {
  opacity: 0.2;
  pointer-events: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button:before {
/*  display: none; */
content: "\ee34";
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.fav {
  background-color: #003399;
  border: 1px solid #003399;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.fav
  span {
  color: #4D5669 !important;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments {
  padding-left: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments {
    padding-left: 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul {
  border: 0;
  border-top: 1px solid #c3c3c3;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul {
    padding-top: 20px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  .show-all
  .text-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px;
  background: #f0f3f5;
  text-align: center;
  padding: 9px 20px;
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 564px;
  margin-left: 0;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li.comment-has-replies:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #1c4f9c;
    left: 64px;
    top: 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li:last-child {
  padding-bottom: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .bb-activity-more-options-wrap {
  display: block;
  top: 10px;
  right: 5px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .bb-activity-more-options-wrap
  .bb-icon-f {
  transform: rotate(90deg);
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .acomment-avatar {
  margin-right: 5px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .acomment-avatar
  a
  img {
  min-width: 40px;
  max-width: 40px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 12px 27px 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box {
    padding: 12px 24px 17px 27px;
    border-radius: 20px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta {
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta
  .author-name {
  font-family: "Hanken Grotesk", "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .author-name {
    font-size: 16px;
    line-height: 24px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta
  .activity-time-since {
  margin-left: 20px !important;
  font-family: "Bau-Regular", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .activity-time-since {
    margin-left: 10px !important;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .activity-time-since
    .time-since {
    line-height: 24px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content {
  margin: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content
  p {
 font-family: "Hanken Grotesk", "Bau-Bold", sans-serif;  
 color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-content
    p {
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content
  p
  .activity-read-more
  a {
  cursor: pointer;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  word-break: normal;
  color: #1c4f9c;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-content
    p
    .activity-read-more
    a {
    font-size: 14px;
    line-height: 22px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 55px;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .comment-count-action {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .comment-count-action
    .activity-state {
    margin-left: 47px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .activity-state-likes,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .ac-state-separator {
  display: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .activity-state-comments {
  margin-right: 33px !important;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  color: #1c4f9c;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .comment-count-action
    .activity-state
    .activity-state-comments {
    font-size: 14px;
    line-height: 22px;
    margin-right: 15px !important;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta {
  padding-left: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .comment-count-action
    .bp-generic-meta {
    flex: unset;
    margin-right: 36px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button {
  margin: 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button
  .acomment-reply {
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  color: #4D5669 !important;
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    .comment-count-action
    .bp-generic-meta
    .generic-button
    .acomment-reply {
    font-size: 14px;
    line-height: 22px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button
  .acomment-reply[aria-expanded="true"] {
  opacity: 0.2;
  pointer-events: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  > ul {
  position: relative;
  margin-left: 0;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul {
    padding-left: 40px;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  > ul
  li {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  > ul
  li:first-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li.comment-has-replies:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #1c4f9c;
    left: 24px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li
    .comment-count-action
    .activity-state {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow {
    background-color: #f2f2f2;
    padding: 10px 20px 3px 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow
    .acomment-avatar
    a
    img {
    min-width: 29px;
    max-width: 29px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow
    .comment-meta-box {
    padding: 3px 0 5px 0px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    > ul
    li
    > ul
    li
    ul {
    padding-left: 0;
  }
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin: 0;
  margin-top: 24px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-avatar {
  margin-right: 5px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-avatar
  img {
  max-width: 40px;
  min-width: 40px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0 15px 0 0;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea {
  margin: 0;
  padding: 0;
  width: 100%;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input {
  border: 0;
  padding: 0;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 21px 15px 21px 47px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input:hover,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input:focus {
  outline: none;
  box-shadow: none;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  input[type="submit"] {
  margin: 21px 0;
  display: none;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2;
  padding: 10px;
  min-width: 89px;
  height: auto;
  vertical-align: top;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  input[type="submit"]:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .cancel__replay--btn {
  display: none;
  text-align: right;
  margin-top: 10px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .cancel__replay--btn
  .ac-reply-cancel {
  font-family: "Inter-Regular", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.07px;
  padding: 0;
  padding-right: 20px;
}
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form.has-content
  .bp-ac-form-cotainer
  input[type="submit"] {
  display: block;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity
    .activity-list
    .activity-item
    .activity-comments
    .ac-form.has-content
    .cancel__replay--btn {
    display: block;
  }
}
#buddypress.buddypress-wrap .profile .screen-heading {
  margin: 0 0 20px;
  padding: 0 0 10px;
}
#buddypress.buddypress-wrap .profile .bp-tables-user {
  border: 0;
}

/* Group Member Page End here */
/* Group Listing Page Start Here*/
@media only screen and (max-width: 767px) {
  body.groups .event__titleFilter.group-event-title .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media only screen and (max-width: 767px) {
  body.groups .event__titleFilter.group-event-title .title h2 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.1px;
  }
}

body.groups.directory .site-content-grid,
body.page-template-track-days .site-content-grid,
body.page-template-meetups .site-content-grid {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.groups.directory .site-content,
body.page-template-track-days .site-content,
body.page-template-meetups .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.groups.directory .site-content > .container,
body.page-template-track-days .site-content > .container,
body.page-template-meetups .site-content > .container {
  max-width: 100% !important;
  padding: 0 !important;
}
body.groups.directory .site-content .content-area,
body.page-template-track-days .site-content .content-area,
body.page-template-meetups .site-content .content-area {
  padding: 0;
}
body.groups.directory .site-content .content-area .type-page > .entry-header,
body.page-template-track-days
  .site-content
  .content-area
  .type-page
  > .entry-header,
body.page-template-meetups
  .site-content
  .content-area
  .type-page
  > .entry-header {
  display: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.groups.directory .entry-content .buddypress-wrap .container,
  body.page-template-track-days .entry-content .buddypress-wrap .container,
  body.page-template-meetups .entry-content .buddypress-wrap .container {
    max-width: 1007px;
  }
}

#buddypress.buddypress-wrap .groups-dir {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir {
    padding: 59px 0;
  }
}
#buddypress.buddypress-wrap .groups-dir .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#buddypress.buddypress-wrap .groups-dir .screen-content {
  width: 67.3%;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups-dir .screen-content {
    width: 65.1%;
  }
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .groups-dir .screen-content {
    width: 100%;
  }
}
#buddypress.buddypress-wrap .groups-dir .recomonded-group {
  width: 27%;
}
@media screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups-dir .recomonded-group {
    width: 31.9%;
  }
}
@media only screen and (max-width: 991px) {
  #buddypress.buddypress-wrap .groups-dir .recomonded-group {
    display: none;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter {
    margin-bottom: 35px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .title {
    margin-bottom: 20px;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .title h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .title h2 {
    margin-right: 10px;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .title h3 {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.07px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .title h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .title span.postCount {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .title span.postCount {
    font-size: 18px;
    line-height: 24px;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn .btn-custom {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn .btn-custom {
    margin-right: 0;
    width: 49%;
    max-width: 100%;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn .sortBy {
  border: 0;
  background-image: unset;
  background-color: rgba(28, 79, 156, 0.1);
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  border-radius: 4px;
  padding: 11px 20px;
  height: 40px;
  width: 100%;
  max-width: 170px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter .action-btn .sortBy {
    width: 49%;
    max-width: 100%;
  }
}
#buddypress.buddypress-wrap .groups-dir__titleFilter.group-event-title {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups-dir__titleFilter.group-event-title {
    margin-bottom: 60px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups-dir__titleFilter.group-event-title
    .title {
    width: 100%;
  }
}
#buddypress.buddypress-wrap
  .groups-dir__titleFilter.group-event-title
  .title
  h2 {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups-dir__titleFilter.group-event-title
    .btn-groups {
    width: 100%;
    margin-top: 30px;
  }
}
#buddypress.buddypress-wrap
  .groups-dir__titleFilter.group-event-title
  .btn-groups
  .btn-custom {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups-dir__titleFilter.group-event-title
    .btn-groups
    .btn-custom {
    width: 100%;
    margin-top: 12px;
    margin-left: 0;
  }
}
#buddypress.buddypress-wrap
  .groups-dir__titleFilter.group-event-title.admin-group-event-title {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups-dir__titleFilter.group-event-title.admin-group-event-title {
    margin-bottom: 50px;
  }
}
#buddypress.buddypress-wrap .groups .groups-list .item-entry {
  margin-bottom: 25px;
}
#buddypress.buddypress-wrap .groups .groups-list .item-entry .list-wrap {
  border-radius: 9px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 40px 40px 45px 56px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .groups .groups-list .item-entry .list-wrap {
    padding: 25px 34px 35px 44px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .groups .groups-list .item-entry .list-wrap {
    padding: 17px 17px 34px 24px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item-avatar {
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item-avatar {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item-avatar {
    width: 100%;
    margin: 0;
    margin-bottom: 14px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item-avatar
  .group-avatar-wrap {
  border-radius: 10px;
  border: 0;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item-avatar
  .group-avatar-wrap
  img {
  max-width: 135px;
  min-width: 135px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item-avatar
    .group-avatar-wrap
    img {
    max-width: 90px;
    min-width: 90px;
  }
}
#buddypress.buddypress-wrap .groups .groups-list .item-entry .list-wrap .item {
  display: block;
  padding: 0;
  margin: 0;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-item-wrap {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-item-wrap {
    margin-bottom: 25px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block {
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-item-wrap
    .item-block {
    margin-bottom: 21px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .list-title {
  margin-bottom: 3px;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .list-title
  .bp-group-home-link {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  word-break: break-all;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .member-count {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .event-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -4px;
  max-width: 302px;
  width: 100%;
  margin-top: 15px;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .event-info
  .btn-info {
  width: 50%;
  padding: 0 4px;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-block
  .event-info
  .btn-info
  .btn-custom {
  min-width: 100%;
  font-family: "Inter-SemiBold", sans-serif;
  padding: 8px 10px;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  border: 0;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-desc {
  word-break: break-word;
  width: 100%;
  max-width: 384px;
  padding-right: 0;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-item-wrap
    .item-desc {
    max-width: 100%;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-desc
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-item-wrap
    .item-desc
    p {
    line-height: 23px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-item-wrap
  .item-desc
  p
  .bb-more-link {
  display: none !important;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap {
  display: block !important;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons
  .bp-generic-meta {
  margin-right: 16px;
  max-width: 167px;
}
@media only screen and (max-width: 575px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-footer-wrap
    .groups-loop-buttons
    .bp-generic-meta {
    max-width: 49%;
    margin-right: 0;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons
  .bp-generic-meta
  .generic-button
  .group-button {
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 167px;
  height: auto;
  vertical-align: top;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-footer-wrap
    .groups-loop-buttons
    .bp-generic-meta
    .generic-button
    .group-button {
    max-width: 49%;
    min-width: 138px;
  }
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons
  .bp-generic-meta
  .generic-button
  .group-button:before {
  display: none;
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons
  .bp-generic-meta
  .generic-button
  .group-button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
#buddypress.buddypress-wrap
  .groups
  .groups-list
  .item-entry
  .list-wrap
  .item
  .group-footer-wrap
  .groups-loop-buttons
  .readmore-btn
  .btn-custom {
  min-width: 167px;
}
@media only screen and (max-width: 575px) {
  #buddypress.buddypress-wrap
    .groups
    .groups-list
    .item-entry
    .list-wrap
    .item
    .group-footer-wrap
    .groups-loop-buttons
    .readmore-btn
    .btn-custom {
    max-width: 49%;
    min-width: 138px;
  }
}
#buddypress.buddypress-wrap .allFeeds {
  padding-top: 48px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .allFeeds {
    width: 100%;
    margin: auto;
    max-width: 785px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .allFeeds {
    padding-top: 19px;
  }
}
#buddypress.buddypress-wrap .allFeeds > .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#buddypress.buddypress-wrap .allFeeds__details {
  width: 73.4%;
  padding-right: 70px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .allFeeds__details {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .allFeeds__details
    .event__titleFilter.group-event-title {
    margin-bottom: 20px;
  }
}
#buddypress.buddypress-wrap
  .allFeeds__details
  .event__titleFilter.group-event-title
  .title
  h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap
    .allFeeds__details
    .event__titleFilter.group-event-title
    .title
    h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .allFeeds__details
    .event__titleFilter.group-event-title
    .title
    h2 {
    display: block;
  }
}
#buddypress.buddypress-wrap
  .allFeeds__details
  .activity
  .activity-list
  .activity-item {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .allFeeds__details
    .activity
    .activity-list
    .activity-item {
    margin-bottom: 22px;
  }
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group {
  width: 26.6%;
}
@media only screen and (max-width: 1199px) {
  #buddypress.buddypress-wrap .allFeeds .recomonded-group {
    width: 100%;
    display: none;
  }
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__wrap {
  margin-bottom: 36px;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__wrap ul li a {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__wrap
  ul
  li
  a
  .content
  h3 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__wrap
  ul
  li
  a
  .content
  .replies_count {
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: inline-block;
  border-radius: 10px;
  background: #f0f3f5;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 11px;
  margin-top: 18px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__wrap.conversations_items
  ul
  li
  a {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__wrap .more_link {
  display: none;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  font-family: "Inter-Medium", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin: 0 25px 24px;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__wrap .more_link:hover {
  text-decoration: underline;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group .search_box {
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input {
  background-color: #ffffff;
  border: 1px solid #1b459c;
  border-radius: 9px;
  height: auto;
  min-height: unset;
  width: 100%;
  padding: 15px 28px;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  background-image: none;
  font-size: 16px;
  line-height: 22px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input::placeholder {
  opacity: 1;
  color: #373f41;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input:focus,
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group
  .search_box
  .search_input:hover {
  outline: none;
  box-shadow: none;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group hr {
  margin-top: 0;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__suggeste-items {
  margin-bottom: 36px;
  margin-top: 0;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__suggeste-items ul {
  margin: 0;
  padding: 0;
}
#buddypress.buddypress-wrap .allFeeds .recomonded-group__suggeste-items ul li {
  list-style: none;
  margin-bottom: 36px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__suggeste-items
  ul
  li:last-child {
  margin-bottom: 0;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__suggeste-items
  ul
  li
  a {
  max-width: 227px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  font-family: "Bau-Medium", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__suggeste-items
  ul
  li
  a
  .badge {
  display: block;
  font-family: "Inter-Regular", sans-serif;
  color: #36383a;
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__suggeste-items
  ul
  li
  a:hover {
  color: #1c4f9c;
  text-decoration: underline;
}
#buddypress.buddypress-wrap
  .allFeeds
  .recomonded-group__suggeste-items
  ul
  li
  a:hover
  .badge {
  color: #36383a;
  text-decoration: none;
}

/* Group Listing Page End Here*/
body.home-page .site-content .content-area {
  padding: 0;
}
body.home-page .site-content .content-area .type-page > .entry-header {
  display: none !important;
}

/* News Feed All Post Form Start Here */
#club-event-groups-li,
#xprofile-personal-li,
#group-drafts-groups-li {
  display: none !important;
}

#buddypress.buddypress-wrap .activity-update-form:not(.modal-popup) {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap .activity-update-form:not(.modal-popup) {
    padding: 11px;
    margin-bottom: 19px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form {
  display: flex; /*Made changes here*/
  justify-content: space-between;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #fff;
  background: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view {
    padding: 8px 10px 13px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header {
    border: 1px solid #1b459c;
    background-color: #fff;
    border-radius: 10px;
    padding: 13px 10px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header
  .bp-activity-huddle {
  padding: 0px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header
    .bp-activity-huddle {
    padding: 0 18px 0 0;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header
  .bp-activity-huddle
  .activity-post-avatar-container
  .activity-post-avatar
  img {
  min-width: 40px;
  margin-right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header
    .bp-activity-huddle
    .activity-post-avatar-container
    .activity-post-avatar
    img {
    min-width: 40px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header
  #whats-new-content
  #whats-new-textarea
  .bp-suggestions {
  min-height: auto;
  padding: 10px 16px;
  border-radius: 8px;
  background: #f5f6f7;
  color: #555;
  font-size: 14px;
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgb(216, 216, 216);
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header
    #whats-new-content
    #whats-new-textarea
    .bp-suggestions {
    min-height: auto;
    border: unset;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header
  #whats-new-content
  #whats-new-textarea
  .bp-suggestions:before {
  content: "Create a post"; /*Made changes here*/
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header
    #whats-new-content
    #whats-new-textarea
    .bp-suggestions:before {
    font-family: "Inter-ExtraBold", sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.07px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  #whats-new-toolbar {
  border: 0;
  background-color: #ffffff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    #whats-new-toolbar {
    padding: 0 10px 15px 40px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  #whats-new-toolbar
  .post-elements-buttons-item {
  width: 46px; /*Made changes here*/
  height: 46px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgb(216, 216, 216);
}
@media only screen and (max-width: 374px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    #whats-new-toolbar
    .post-elements-buttons-item {
    margin-right: 20px;
  }
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  #whats-new-toolbar
  .post-elements-buttons-item:last-child {
  margin-right: 0;
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  #whats-new-toolbar
  .post-elements-buttons-item
  .toolbar-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  #whats-new-toolbar
  .post-elements-buttons-item
  .toolbar-button
  svg {
  display: block;
  width: 24px;
  min-width: 24px;
  margin-right: 0px;
}

#whats-new-toolbar {
  border: 0;
}
#whats-new-toolbar .post-elements-buttons-item {
  margin-right: 40px;
}
#whats-new-toolbar .post-elements-buttons-item .toolbar-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
#whats-new-toolbar .post-elements-buttons-item .toolbar-button svg {
  display: block;
  width: 24px;
  min-width: 24px;
  margin-right: 20px;
}

/* News Feed All Post Form End Here */
body.my-activity .post-grid .hentry {
  margin-bottom: 38px;
}

body.group-admin #buddypress.buddypress-wrap .bp-wrap .item-body {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-left: 0 !important;
}
body.group-admin
  #buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .bp-manage-group-container {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 20px 30px;
}

.tox-notifications-container {
  display: none !important;
}

.tox-tinymce {
  padding: 15px;
  border: 1px solid #1c4f9c;
  background: #f2f2f2;
}

.my-activity
  #buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item {
  margin-bottom: 29px;
}

.post-grid .hentry {
  margin-bottom: 27px;
  width: 100% !important;
}

div.video-js .vjs-poster > img {
  left: 0;
  top: 0;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child {
  padding-left: 10px;
  width: 80%;
  text-align: right;
}

.woocommerce-cart .cart-collaterals table.shop_table th {
  width: 60%;
  text-align: right;
}

.woocommerce-cart .cart-collaterals table.shop_table {
  width: 40%;
}

@media only screen and (max-width: 575px) {
  .whats-new-form-footer #whats-new-toolbar {
    padding: 0 0px 0 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .whats-new-form-footer #whats-new-toolbar .post-elements-buttons-item {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .whats-new-form-footer
    #whats-new-toolbar
    .post-elements-buttons-item
    .toolbar-button {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 575px) {
  .whats-new-form-footer
    #whats-new-toolbar
    .post-elements-buttons-item
    .toolbar-button
    svg {
    margin-right: 0;
  }
}

body.page-tribe-attendee-registration
  .event-tickets
  .tribe-tickets__registration-actions,
body.page-tribe-attendee-registration
  .tribe-common
  .tribe-tickets__registration-actions {
  margin-top: 0 !important;
}

body.page-tribe-attendee-registration
  .event-tickets
  .tribe-tickets__mini-cart
  .tribe-tickets__tickets-item-extra {
  display: none;
}

body.page-tribe-attendee-registration
  .event-tickets
  .tribe-tickets__mini-cart
  .tribe-ticket-quantity {
  text-align: left !important;
}

#content div.product > div,
#content div.product > section {
  min-width: 50%;
}

body.page-tribe-attendee-registration
  .event-tickets
  .tribe-tickets__mini-cart
  a.tribe-tickets__tickets-footer-back-link,
body.page-tribe-attendee-registration
  .tribe-common
  .tribe-tickets__mini-cart
  a.tribe-tickets__tickets-footer-back-link {
  font-family: "Inter-Medium", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
  display: none !important;
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  background-color: #fafbfd;
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  border-bottom: 1em solid #fafbfd;
}

.tribe-checkout-backlink {
  font-family: "Inter-Medium", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
}

.bb-order-review #order_review_heading {
  float: left;
}
.bb-order-review .tribe-checkout-backlinks {
  float: right;
}

/* Add Vehicle Form Page Start Here */
.vehicleForm {
  width: 100%;
  margin: auto;
  max-width: 889px;
  padding: 43px 0 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .vehicleForm {
    padding: 20px 0 50px;
  }
}
.vehicleForm .vehicle__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm .vehicle__header {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm .vehicle__header--button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.vehicleForm .vehicle__header--button .btn-custom {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .vehicleForm .vehicle__header--button .btn-custom {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm .vehicle__header--button .btn-custom {
    margin: 0 10px;
    width: calc(50% - 20px);
    max-width: 100%;
    margin-bottom: 13px;
  }
}
.vehicleForm .vehicle__header--button .btn-custom.btn-pink-border,
.vehicleForm .vehicle__header--button .btn-custom.btn-blue-border {
  background-color: #ffffff;
}
.vehicleForm__wrapper {
  width: 100%;
  max-width: 839px;
  padding: 63px 107px 55px 95px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .vehicleForm__wrapper {
    padding: 63px 45px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm__wrapper {
    padding: 90px 35px 16px;
  }
}
.vehicleForm__wrapper h1 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__wrapper h1 {
    margin-bottom: 40px;
  }
}
.vehicleForm__form {
  margin: 0;
}
.vehicleForm__form .row {
  margin: 0 -5px;
}
.vehicleForm__form .row [class*="col-"] {
  padding: 0 5px;
}
@media (min-width: 992px) {
  .vehicleForm__form .col-lg-9 {
    flex: 0 0 auto;
    width: 73%;
  }
}
@media (min-width: 992px) {
  .vehicleForm__form .col-lg-3 {
    flex: 0 0 auto;
    width: 24%;
  }
}
@media (min-width: 992px) {
  .vehicleForm__form .col-lg-6 {
    flex: 0 0 auto;
    width: 55%;
  }
}
@media (min-width: 992px) {
  .vehicleForm__form .col-lg-2 {
    flex: 0 0 auto;
    width: 21%;
  }
}
.vehicleForm__form .inputItems {
  position: relative;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems {
    margin-bottom: 30px;
  }
}
.vehicleForm__form .inputItems.postType {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.postType {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.postType label {
    margin-bottom: 30px;
  }
}
.vehicleForm__form
  .inputItems.postType
  .customRadioGroup
  .checkboxBlock
  .custom-checkbox {
  margin-bottom: 0;
}
.vehicleForm__form .inputItems label {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems label {
    margin-bottom: 10px;
  }
}
.vehicleForm__form .inputItems label.pt-20 {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems label.pt-20 {
    padding-top: 0;
  }
}
.vehicleForm__form .inputItems label.pt-10 {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems label.pt-10 {
    padding-top: 0;
  }
}
.vehicleForm__form .inputItems label.cpt-5 {
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems label.cpt-5 {
    padding-top: 0;
  }
}
.vehicleForm__form .inputItems label.error {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0px;
  background-color: #af3493;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  min-width: 102px;
  top: -15px;
  right: 15px;
  z-index: 1;
}
.vehicleForm__form .inputItems label.label-title {
  color: #1c4f9c;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.required-field .label-title:after {
    content: "*";
    position: relative;
    font-family: "Bau-Bold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-left: 10px;
  }
}
.vehicleForm__form .inputItems .customRadioGroup {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 19px;
  margin-left: 15px;
}
.vehicleForm__form .inputItems .customRadioGroup:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .customRadioGroup {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 32px;
    margin-left: 0;
  }
}
.vehicleForm__form
  .inputItems
  .customRadioGroup
  .checkboxBlock
  .custom-checkbox:before,
.vehicleForm__form
  .inputItems
  .customRadioGroup
  .checkboxBlock
  .custom-checkbox:after {
  border-radius: 100%;
}
@media only screen and (max-width: 991px) {
  .vehicleForm__form .inputItems .customRadioGroup .checkboxBlock {
    margin-right: 10px;
  }
  .vehicleForm__form .inputItems .customRadioGroup .checkboxBlock:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .customRadioGroup .checkboxBlock {
    margin-right: 30px;
  }
  .vehicleForm__form .inputItems .customRadioGroup .checkboxBlock:last-child {
    margin-right: 0;
  }
}
.vehicleForm__form .inputItems .customRadioGroup .checkboxBlock label {
  font-family: "Inter-Bold", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.vehicleForm__form .inputItems .customRadioGroup .checkboxBlock label > span {
  top: 6px;
  position: relative;
}
.vehicleForm__form
  .inputItems
  .customRadioGroup
  .checkboxBlock
  label
  > span
  span {
  display: inline-block;
  font-family: "Inter-Regular", sans-serif;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form
    .inputItems
    .customRadioGroup
    .checkboxBlock
    label
    > span
    span {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
.vehicleForm__form .inputItems input.text-input,
.vehicleForm__form .inputItems textarea,
.vehicleForm__form .inputItems select.text-input {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  border: 1px solid #1c4f9c;
  background: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.vehicleForm__form .inputItems input.text-input::placeholder,
.vehicleForm__form .inputItems textarea::placeholder,
.vehicleForm__form .inputItems select.text-input::placeholder {
  opacity: 1;
  color: #373f41;
}
.vehicleForm__form .inputItems input.text-input::-moz-placeholder,
.vehicleForm__form .inputItems textarea::-moz-placeholder,
.vehicleForm__form .inputItems select.text-input::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.vehicleForm__form .inputItems input.text-input::-webkit-input-placeholder,
.vehicleForm__form .inputItems textarea::-webkit-input-placeholder,
.vehicleForm__form .inputItems select.text-input::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.vehicleForm__form .inputItems input.text-input.error,
.vehicleForm__form .inputItems textarea.error,
.vehicleForm__form .inputItems select.text-input.error {
  border-color: #af3493;
}
.vehicleForm__form .inputItems select.text-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 15L12 20L17 15' stroke='%23373F41' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 9L12 4L7 9' stroke='%23373F41' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 21px center;
  background-repeat: no-repeat;
  padding-left: 65px;
}
.vehicleForm__form .inputItems select.text-input.disable {
  opacity: 0.5;
  pointer-events: none;
}
.vehicleForm__form .inputItems .required {
  position: relative;
}
.vehicleForm__form .inputItems .required:before {
  content: "*";
  position: absolute;
  font-family: "Bau-Bold", sans-serif;
  color: #1c4f9c;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
  display: block;
  left: -17px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .required:before {
    display: none;
  }
}
.vehicleForm__form .inputItems .field-link {
  text-align: right;
}
.vehicleForm__form .inputItems .field-link .custom-field-link {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-family: "Inter-SemiBold", sans-serif;
  color: #1e4693;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .field-link .custom-field-link {
    margin-top: 10px;
  }
}
.vehicleForm__form .inputItems .addField {
  margin-top: 10px !important;
}
.vehicleForm__form .inputItems.field-error .label-title {
  color: #af3493;
}
.vehicleForm__form .inputItems.field-error .required:before {
  color: #af3493;
}
.vehicleForm__form .inputItems .selectFileLink {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1e4693;
  display: inline-block;
  height: auto;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 17px;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .selectFileLink {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.vehicleForm__form .inputItems.img-uplod-item {
  margin-top: 88px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.img-uplod-item {
    margin-top: 30px;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.img-uplod-item .label-title {
    float: left;
  }
}
.vehicleForm__form .inputItems.img-uplod-item .selectFileLink {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems.img-uplod-item .selectFileLink {
    float: right;
    margin-top: 7px;
  }
}
.vehicleForm__form .inputItems.img-uplod-item.field-error .uploader .drop-area {
  border-color: #af3493;
}
.vehicleForm__form .inputItems .cover-image {
  display: none;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .cover-image {
    margin-top: 20px;
  }
}
.vehicleForm__form .inputItems .cover-image .coverImg-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.vehicleForm__form .inputItems .cover-image .coverImg-box .updateCoverImg {
  width: 98px;
  min-width: 98px;
  height: 78px;
  background-color: #f0f3f5;
  border-radius: 9px;
  padding: 8px;
  position: relative;
  border: 1px dashed #1c4f9c;
}
.vehicleForm__form .inputItems .cover-image .coverImg-box .updateCoverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3px;
}
.vehicleForm__form
  .inputItems
  .cover-image
  .coverImg-box
  .updateCoverImg
  .cancel-cover {
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: -3px;
  background-color: #1c4f9c;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicleForm__form
  .inputItems
  .cover-image
  .coverImg-box
  .updateCoverImg
  .cancel-cover
  svg {
  display: block;
  width: 15px;
}
.vehicleForm__form .inputItems .cover-image .coverImg-box p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-left: 24px;
}
.vehicleForm__form .inputItems .uploader .error-message {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0px;
  background-color: #af3493;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  min-width: 102px;
  display: inline-block !important;
  margin-bottom: 10px !important;
}
.vehicleForm__form .inputItems .uploader .drop-area {
  text-align: center;
  position: relative;
  border-radius: 10px;
  border: 1px solid #1c4f9c;
  background: #f0f3f5;
  width: 100%;
  padding: 30px 30px 34px;
  height: auto;
}
.vehicleForm__form .inputItems .uploader .drop-area.error {
  border-color: #af3493;
}
.vehicleForm__form .inputItems .uploader .drop-area p {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 5px;
}
.vehicleForm__form .inputItems .uploader .drop-area strong {
  display: block;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 8px;
  margin-bottom: 11px;
}
.vehicleForm__form .inputItems .uploader .drop-area input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vehicleForm__form .inputItems .uploader .image-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.vehicleForm__form .inputItems .uploader .image-list.pb-26 {
  margin-bottom: 26px;
}
.vehicleForm__form .inputItems .uploader .image-list .uploaded-image-wrap {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .inputItems .uploader .image-list .uploaded-image-wrap {
    width: 50%;
  }
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap:empty {
  display: none;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image {
  position: relative;
  padding-bottom: 80%;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  > svg {
  width: 50px;
  height: 50px;
  position: absolute;
  transform: rotate(-90deg);
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dashoffset 1s linear;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  > svg
  circle {
  stroke: #003399;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .dz-progress-ring-wrap
  .cancel-icon {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .cancel-icon.cancel-remove {
  position: absolute;
  cursor: pointer;
  top: -4px;
  right: -11px;
  background-color: #1c4f9c;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicleForm__form
  .inputItems
  .uploader
  .image-list
  .uploaded-image-wrap
  .uploaded-image
  .cancel-icon.cancel-remove
  svg {
  display: block;
  width: 15px;
}
.vehicleForm__form .inputItems .custom-field-wrap {
  position: relative;
}
.vehicleForm__form .required-error {
  margin-bottom: 15px;
}
.vehicleForm__form .required-error .error-messages {
  text-align: center;
}
.vehicleForm__form .required-error .error-messages p {
  font-family: "Bau-Bold", sans-serif;
  color: #af3493;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
.vehicleForm__form .required-error .error-messages p span {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #ffffff;
  background-color: #af3493;
  width: 100%;
  max-width: 102px;
  border-radius: 4px;
  margin: 0;
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.17px;
  margin-left: 18px;
}
.vehicleForm__form .publice-btn {
  text-align: center;
}
.vehicleForm__form .publice-btn .btn-custom {
  width: 100%;
  margin: auto;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .vehicle__header--button {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin: 0 0;
    margin-top: 46px;
  }
}
.vehicleForm__form .vehicle__header--button .btn-custom {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .vehicleForm__form .vehicle__header--button .btn-custom {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .vehicleForm__form .vehicle__header--button .btn-custom {
    margin: 0 0;
    width: 100%;
    max-width: 48%;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .vehicleForm__form .vehicle__header--button .btn-custom {
    max-width: 100%;
  }
}

/* Add Vehicle Form Page End Here */
/* My Garege Page Start Here */
body.members-for-sale .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.members-for-sale .site-content .container {
  padding: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.members-for-sale .container {
    max-width: 975px;
    padding: 0;
  }
  body.members-for-sale .site-content-grid {
    max-width: 975px !important;
    padding: 0 !important;
  }
  body.members-for-sale .content-area {
    padding: 0;
  }
  body.members-for-sale #buddypress.buddypress-wrap .bp-wrap .item-body {
    padding-right: 22px !important;
  }
  body.members-for-sale #buddypress.buddypress-wrap .bp-wrap .main-navs {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
body.members-for-sale #buddypress.buddypress-wrap .bp-wrap .item-body {
  padding-right: 95px !important;
}
@media only screen and (max-width: 1199px) {
  body.members-for-sale #buddypress.buddypress-wrap .bp-wrap .item-body {
    padding-right: 22px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.members-for-sale #buddypress.buddypress-wrap .bp-wrap .item-body {
    padding-right: 0 !important;
  }
}

body.buddypress .buddypress-wrap .carSale__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  body.buddypress .buddypress-wrap .carSale__title {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media only screen and (max-width: 767px) {
  body.buddypress .buddypress-wrap .carSale__title {
    margin-bottom: 73px;
  }
}
body.buddypress .buddypress-wrap .carSale__title h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
body.buddypress .buddypress-wrap .carSale__title .btn-custom {
  margin-left: 73px;
  padding: 7px 10px;
  min-width: 146px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1199px) {
  body.buddypress .buddypress-wrap .carSale__title .btn-custom {
    margin-left: 10px;
  }
}

.carSale__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .carSale__title {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__title {
    margin-bottom: 73px;
  }
}
.carSale__title h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.carSale__title .btn-custom {
  margin-left: 73px;
  padding: 7px 10px;
  min-width: 146px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1199px) {
  .carSale__title .btn-custom {
    margin-left: 10px;
  }
}
.carSale .notification p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.carSale__form {
  margin-bottom: 118px;
}
@media only screen and (max-width: 1199px) {
  .carSale__form {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__form {
    margin-bottom: 43px;
  }
}
.carSale__editHeader {
  display: none;
  margin-bottom: 38px;
}
.carSale__editHeader .innerWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  max-width: 699px;
}
@media only screen and (max-width: 767px) {
  .carSale__editHeader .innerWrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.carSale__editHeader .innerWrapper h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.carSale__editHeader .innerWrapper .vehicle-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .carSale__editHeader .innerWrapper .vehicle-title {
    width: 100%;
    margin-top: 20px;
    order: 3;
  }
}
.carSale__editHeader .innerWrapper .vehicle-title .vehicle-img {
  width: 38px;
  min-width: 38px;
  margin-right: 1px;
}
.carSale__editHeader .innerWrapper .vehicle-title .vehicle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carSale__editHeader .innerWrapper .vehicle-title .vehicle-content {
  background-color: #ffffff;
  text-align: left;
  padding: 9px 10px;
}
@media only screen and (max-width: 767px) {
  .carSale__editHeader .innerWrapper .vehicle-title .vehicle-content {
    width: 100%;
  }
}
.carSale__editHeader .innerWrapper .vehicle-title .vehicle-content h3 {
  font-family: "Bau-Medium", sans-serif;
  color: #36383a;
  text-decoration: underline;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
.carSale__editHeader .innerWrapper .swap-link {
  display: inline-block;
  font-family: "Bau-Medium", sans-serif;
  color: #003399;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .carSale__editHeader .innerWrapper .swap-link {
    order: 2;
  }
}
.carSale__editOption {
  display: none;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 42px 68px 30px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .carSale__editOption {
    padding: 34px 25px 48px;
  }
}
.carSale__editOption label.label {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 26px;
}
.carSale__editOption .customRadio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .carSale__editOption .customRadio {
    flex-direction: column;
  }
}
.carSale__editOption .customRadio .items {
  margin-right: 22px;
}
@media only screen and (max-width: 1199px) {
  .carSale__editOption .customRadio .items {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__editOption .customRadio .items {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.carSale__editOption .customRadio .items:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .carSale__editOption .customRadio .items:last-child {
    margin-bottom: 0;
  }
}
.carSale__editOption .customRadio .items label {
  cursor: pointer;
  font-family: "Bau-Bold", sans-serif;
  color: #ffffff;
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
  margin: 0;
  border-radius: 9px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.33px;
  padding: 7px 20px;
}
@media only screen and (max-width: 1199px) {
  .carSale__editOption .customRadio .items label {
    font-size: 16px;
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .carSale__editOption .customRadio .items label {
    font-size: 16px;
    padding: 7px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__editOption .customRadio .items label {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.carSale__editOption .customRadio .items input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.carSale__editOption
  .customRadio
  .items
  input[type="radio"]:checked
  + label.not-for-sale {
  background-color: transparent;
  border-color: #848484;
  color: #848484;
}
.carSale__editOption
  .customRadio
  .items
  input[type="radio"]:checked
  + label.offer {
  background-color: #ff7a00;
  border-color: #ff7a00;
  color: #fff;
}
.carSale__editOption
  .customRadio
  .items
  input[type="radio"]:checked
  + label.sale {
  background-color: #2f7c00;
  border-color: #2f7c00;
  color: #fff;
}
.carSale__editPrice {
  display: none;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 49px 68px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .carSale__editPrice {
    padding: 34px 25px 48px;
    margin-bottom: 50px;
  }
}
.carSale__editPrice .wrapper {
  width: 100%;
  max-width: 585px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 767px) {
  .carSale__editPrice .wrapper {
    flex-direction: column;
    -webkit-align-items: self-start;
    -moz-align-items: self-start;
    -ms-align-items: self-start;
    align-items: self-start;
  }
}
.carSale__editPrice .wrapper label {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .carSale__editPrice .wrapper label {
    display: block;
    margin-bottom: 10px;
  }
}
.carSale__editPrice .wrapper input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 277px;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #f2f2f2;
  color: #373f41;
  font-family: "Inter-SemiBold", sans-serif;
  text-align: right;
  height: auto;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 26px 33px;
}
@media only screen and (max-width: 767px) {
  .carSale__editPrice .wrapper input {
    max-width: 100%;
    padding: 16px 20px;
    text-align: left;
  }
}
.carSale__PubliceAction {
  display: none;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  margin-top: 25px;
  padding: 42px 56px 45px;
}
@media only screen and (max-width: 767px) {
  .carSale__PubliceAction {
    padding: 34px 25px 48px;
  }
}
.carSale__PubliceAction h3 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 25px;
}
.carSale__PubliceAction .checkboxBlock {
  margin-bottom: 25px;
}
.carSale__PubliceAction .checkboxBlock .custom-checkbox {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: fit-content;
}
.carSale__PubliceAction .checkboxBlock .custom-checkbox a {
  display: inline-block;
  color: #4314ff;
}
.carSale__PubliceAction .checkboxBlock .custom-checkbox span {
  margin-top: 5px;
}
@media screen and (max-width: 452px) {
  .carSale__PubliceAction .checkboxBlock .custom-checkbox span {
    margin-top: 0;
  }
}
.carSale__PubliceAction .checkboxBlock .custom-checkbox:before {
  border-color: #3c63b0;
  width: 28px;
  min-width: 28px;
  height: 28px;
  background: #fff;
}
@media screen and (max-width: 452px) {
  .carSale__PubliceAction .checkboxBlock .custom-checkbox:before {
    margin-top: 5px;
  }
}
.carSale__PubliceAction .checkboxBlock .custom-checkbox:after {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
@media screen and (max-width: 452px) {
  .carSale__PubliceAction .checkboxBlock .custom-checkbox:after {
    top: 10px;
  }
}
.carSale__PubliceAction .btn-custom {
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  min-width: 205px !important;
  height: auto !important;
  vertical-align: top !important;
  transition: 0.4s all !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
}
.carSale__PubliceAction .btn-custom:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
}
.carSale__box {
  position: relative;
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 42px 57px 50px 58px;
}
@media only screen and (max-width: 1199px) {
  .carSale__box {
    padding: 42px 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__box {
    padding: 34px 25px 48px;
  }
}
.carSale__box .btn-edit {
  position: absolute;
  top: -31px;
  right: 42px;
  padding: 8px 10px;
  min-width: 205px;
}
@media only screen and (max-width: 767px) {
  .carSale__box .btn-edit {
    right: 10px;
    min-width: 160px;
  }
}
.carSale__product-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__product-title {
    margin-bottom: 31px;
  }
}
.carSale__product-title h2 {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-right: 10px !important;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title h2 {
    margin-bottom: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__product-title h2 {
    margin-bottom: 58px !important;
  }
}
.carSale__product-title .action_items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title .action_items {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__product-title .action_items {
    display: block;
  }
}
.carSale__product-title .action_items .pricing {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-right: 37px;
  margin-top: 7px;
  width: 40%;
}
.carSale__product-title .action_items .action-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title .action_items .action-btn {
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__product-title .action_items .action-btn {
    width: 100%;
    margin-top: 10px;
  }
}
.carSale__product-title .action_items .action-btn .btn-custom {
  cursor: auto;
  min-width: 159px;
  padding: 8px 10px;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title .action_items .action-btn .btn-custom {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .carSale__product-title .action_items .action-btn .btn-custom {
    min-width: 150px;
  }
}
.carSale__product-title .action_items .action-btn .link {
  font-family: "Bau-Medium", sans-serif;
  color: #003399;
  text-decoration: underline;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-right: 10px;
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .carSale__product-title .action_items .action-btn .link {
    order: 1;
    margin-top: 0;
  }
}
.carSale__product .gallery {
  margin: 0;
  margin-bottom: 63px;
}
@media only screen and (max-width: 767px) {
  .carSale__product .gallery {
    margin-bottom: 0;
  }
}
.carSale__product .gallery .row {
  margin: 0 -5px;
}
.carSale__product .gallery .row [class*="col-"] {
  padding: 0 5px;
}
.carSale__product .gallery .gallery-image:nth-child(n + 7) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .carSale__product .gallery .gallery-image:nth-child(n + 5) {
    display: none;
  }
}
.carSale__product .gallery .gallery-image .items {
  margin-bottom: 9px;
}
.carSale__product .gallery .gallery-image .items .aspect-ratio {
  overflow: hidden;
  position: relative;
  padding-bottom: 75%;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .carSale__product .gallery .gallery-image .items .aspect-ratio {
    padding-bottom: 79%;
  }
}
.carSale__product .gallery .gallery-image .items .aspect-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carSale__product .product-info {
  width: 100%;
  max-width: 599px;
}
.carSale__product .product-info .row {
  margin: 0 -34px;
}
@media only screen and (max-width: 1199px) {
  .carSale__product .product-info .row {
    margin: 0 -15px;
  }
}
.carSale__product .product-info .row [class*="col-"] {
  padding: 0 34px;
}
@media only screen and (max-width: 1199px) {
  .carSale__product .product-info .row [class*="col-"] {
    padding: 0 15px;
  }
}
.carSale__product .product-info .product-table {
  border: 0;
  margin: 0;
}
.carSale__product .product-info .product-table tr td {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  vertical-align: middle;
  padding: 16px 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-bottom: 1px solid #e5e5e5;
}
.carSale__product .product-info .product-table tr td:first-child {
  font-family: "Inter-ExtraBold", sans-serif;
  width: 41%;
  padding-right: 10px;
}
/*.carSale__product .product-info .product-table tr:nth-child(n+4) {
      display: none; }*/
.carSale__product .product-info .dis {
  /*display: none;*/
  margin-top: 30px;
}
.carSale__product .product-info .dis h1,
.carSale__product .product-info .dis h2,
.carSale__product .product-info .dis h3,
.carSale__product .product-info .dis h4,
.carSale__product .product-info .dis h5,
.carSale__product .product-info .dis h6,
.carSale__product .product-info .dis b {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
}
.carSale__product .product-info .dis h1,
.carSale__product .product-info .dis h2,
.carSale__product .product-info .dis h3,
.carSale__product .product-info .dis h4,
.carSale__product .product-info .dis h5,
.carSale__product .product-info .dis h6 {
  margin-bottom: 20px;
}
.carSale__product .product-info .dis h1 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}
.carSale__product .product-info .dis h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.carSale__product .product-info .dis h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.carSale__product .product-info .dis h4 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.07px;
}
.carSale__product .product-info .dis h5 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.carSale__product .product-info .dis h6 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.07px;
}
.carSale__product .product-info .dis p,
.carSale__product .product-info .dis em,
.carSale__product .product-info .dis li,
.carSale__product .product-info .dis blockquote,
.carSale__product .product-info .dis a {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}
.carSale__product .product-info .dis blockquote {
  color: #848484;
}
.carSale__product .product-info .dis a {
  text-decoration: underline;
}
.carSale__product .product-info .detail-showbtn {
  margin-top: 57px;
}
@media only screen and (max-width: 767px) {
  .carSale__product .product-info .detail-showbtn {
    margin-top: 31px;
  }
}
.carSale__product .product-info .detail-showbtn .btn-custom {
  min-width: 205px;
}
@media only screen and (max-width: 767px) {
  .carSale__product .product-info .detail-showbtn .btn-custom {
    width: 100%;
    min-width: 100%;
  }
}

/* My Garege Page End Here */
/* Invite Page Start Here */
body.invites .site-content-grid {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.invites .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.invites .site-content .content-area {
  padding: 0;
}

body.buddypress .buddypress-wrap .group-invites-screen {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 29px;
}
@media only screen and (max-width: 1199px) {
  body.buddypress .buddypress-wrap .group-invites-screen {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
body.buddypress .buddypress-wrap .invites {
  margin: 0;
  padding: 0;
}
body.buddypress .buddypress-wrap .invites .invites-list {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  margin: 0;
  margin-bottom: 22px;
  padding: 35px 30px 32px !important;
}
@media only screen and (max-width: 767px) {
  body.buddypress .buddypress-wrap .invites .invites-list {
    margin-bottom: 17px;
    padding: 26px 11px 35px 26px !important;
  }
}
body.buddypress .buddypress-wrap .invites .invites-list .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  body.buddypress .buddypress-wrap .invites .invites-list .wrap {
    padding-right: 20px;
    -ms-flex-wrap: unset !important;
    flex-wrap: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  body.buddypress .buddypress-wrap .invites .invites-list .wrap {
    display: unset;
    padding-right: 0;
    flex-direction: row;
  }
}
body.buddypress .buddypress-wrap .invites .invites-list .wrap .item-avatar {
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  body.buddypress .buddypress-wrap .invites .invites-list .wrap .item-avatar {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.buddypress .buddypress-wrap .invites .invites-list .wrap .item-avatar {
    width: 100%;
    margin: 0;
    margin-bottom: 14px;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item-avatar
  a
  img {
  max-width: 135px;
  min-width: 135px;
}
@media only screen and (max-width: 1199px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item-avatar
    a
    img {
    max-width: 90px;
    min-width: 90px;
  }
}
body.buddypress .buddypress-wrap .invites .invites-list .wrap .item {
  width: 100%;
  -ms-flex: unset;
  flex: unset;
  margin: 0;
  display: unset;
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .list-title {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item
    .list-title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-right: 0 !important;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .list-title
  a {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .group-details {
  display: inline-block;
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
  color: #686868;
}
@media only screen and (max-width: 767px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item
    .group-details {
    display: block;
    text-align: center;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .group-details
  a {
  color: #003399;
}
body.buddypress .buddypress-wrap .invites .invites-list .wrap .item .desc {
  font-family: "Inter-Medium", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body.buddypress .buddypress-wrap .invites .invites-list .wrap .item .desc {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item
    .bp-generic-meta {
    display: block;
    width: 100%;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .bp-generic-meta
  .generic-button {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item
    .bp-generic-meta
    .generic-button {
    display: block;
    width: 100%;
    margin-right: 0 !important;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .bp-generic-meta
  .generic-button
  .button {
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  min-width: 167px !important;
  height: auto !important;
  vertical-align: top !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  body.buddypress
    .buddypress-wrap
    .invites
    .invites-list
    .wrap
    .item
    .bp-generic-meta
    .generic-button
    .button {
    width: 100%;
  }
}
body.buddypress
  .buddypress-wrap
  .invites
  .invites-list
  .wrap
  .item
  .bp-generic-meta
  .generic-button
  .button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}

/* User Verified Genral CSS Start Here */
.user-is-verified:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("../images/user-verified.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 0;
  top: -5px;
}

/* User Verified Genral CSS End Here */
/* Error css Start Here */
#group-create-body label.error {
  top: -10px;
  position: relative;
  margin: 0 0 15px;
  color: #af3493;
}
#group-create-body .required.error {
  border-color: #af3493 !important;
}

/* Error css End Here */
.member-message {
  font-family: "Bau-Medium", sans-serif;
  position: relative;
  font-size: 18px;
}
.member-message .success {
  color: green;
}
.member-message .success svg * {
  fill: green;
}
.member-message svg {
  display: inline-block;
}
.member-message .error {
  color: red;
}
.member-message .error svg * {
  fill: red;
}

.verify-form__wrapper {
  padding: 63px 50px 68px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .verify-form__wrapper {
    padding: 63px 45px 68px;
  }
}
@media only screen and (max-width: 767px) {
  .verify-form__wrapper {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 20px 20px;
  }
}
.verify-form__wrapper h3 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .verify-form__wrapper h3 {
    margin-bottom: 30px;
  }
}
.verify-form__form .inputItems {
  position: relative;
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .verify-form__form .inputItems {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .verify-form__form .inputItems .col-lg-9 {
    flex: 0 0 auto;
    width: 79%;
  }
}
@media (min-width: 992px) {
  .verify-form__form .inputItems .col-lg-3 {
    flex: 0 0 auto;
    width: 21%;
  }
}
.verify-form__form .inputItems label {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .verify-form__form .inputItems label {
    margin-bottom: 10px;
  }
}
.verify-form__form .inputItems label.pt-10 {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .verify-form__form .inputItems label.pt-10 {
    padding-top: 0;
  }
}
.verify-form__form .inputItems label.error {
  font-family: "Inter-Medium", sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: 0px;
  background-color: #af3493;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 5px;
  min-width: 102px;
  top: -15px;
  right: 5px;
  z-index: 1;
}
.verify-form__form .inputItems .text-input,
.verify-form__form .inputItems textarea {
  font-family: "Inter-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background-color: #f0f3f5;
  width: 100%;
  padding: 17px 32px;
  height: auto;
}
.verify-form__form .inputItems .text-input::placeholder,
.verify-form__form .inputItems textarea::placeholder {
  opacity: 1;
  color: #373f41;
}
.verify-form__form .inputItems .text-input::-moz-placeholder,
.verify-form__form .inputItems textarea::-moz-placeholder {
  opacity: 1;
  color: #373f41;
}
.verify-form__form .inputItems .text-input::-webkit-input-placeholder,
.verify-form__form .inputItems textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #373f41;
}
.verify-form__form .inputItems .text-input.required.error,
.verify-form__form .inputItems textarea.required.error {
  border-color: #af3493;
}
.verify-form__form .inputItems .field-error .select2 .select2-selection {
  border-color: #af3493;
}
.verify-form__form .inputItems.eventForm {
  margin-top: 0;
}
.verify-form__form .inputItems.eventForm .location-label {
  padding-top: 24px;
}
.verify-form__form .publice-btn {
  text-align: center;
}
.verify-form__form .publice-btn .btn-custom {
  background-color: #003399 !important;
  width: 100% !important;
  max-width: 453px !important;
  margin: auto;
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  height: auto;
  vertical-align: top !important;
}
.verify-form__form .publice-btn .btn-custom:hover,
.verify-form__form .publice-btn .btn-custom:focus {
  background-color: #003399 !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}

.licenseUpload .dropBox {
  position: relative;
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: #f0f3f5;
  width: 100%;
  padding: 30px 30px;
  height: auto;
  text-align: center;
}
.licenseUpload .dropBox p {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 5px;
}
.licenseUpload .dropBox strong {
  display: block;
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-top: 8px;
}
.licenseUpload .dropBox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.licenseUpload .cropContainer {
  display: none;
}
.licenseUpload .cropContainer .image-container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.licenseUpload .cropContainer .image-container h5 {
  font-family: "Inter-ExtraBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.licenseUpload .cropContainer .image-container img {
  width: 100%;
  max-width: 100%;
}
.licenseUpload .cropContainer .crop-act-button {
  text-align: center;
  margin-top: 20px;
}
.licenseUpload .cropContainer .crop-act-button .btn-custom {
  margin: auto;
  margin-bottom: 10px;
}
.licenseUpload .updated {
  display: none;
  font-family: "Inter-Medium", sans-serif;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  margin: 15px 0;
}
.licenseUpload .updated.success {
  background-color: #14b550;
  color: #ffffff;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  iframe {
  margin: 0 0;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .bb-activity-video-wrap {
  margin-bottom: 20px;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p.bb-video-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.bb-media-model-wrapper.video .bb-media-section {
  position: relative;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  p.bb-video-duration {
  bottom: 16px;
  left: 48px;
  color: #fff;
  background-color: transparent;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-activity-head
  .activity-header
  .bb-open-video-theatre
  p.bb-video-duration {
  left: 10px;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #update_vehicle_form a.btn-draft {
    position: relative !important;
    top: -10px !important;
    right: 0px !important;
    min-width: 100% !important;
  }
}

/* Backend Pages End Here */
/*Akshay Additional Css*/
.inputItems .uploader p.error-message {
  color: #af3493;
}

#vehicle_form .remove_custom_field {
  display: none;
}

#vehicle_form .add_custom_field {
  display: block;
}

/* View Order Page CSS */
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-sub-heading
  h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #1b459c;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  td,
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  padding: 8px 15px;
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  td
  a,
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th
  a {
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07px;
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  td
  a.woocommerce-button,
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th
  a.woocommerce-button {
  font-family: "Bau-Bold", sans-serif;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  min-width: 80px;
  height: auto;
  vertical-align: top;
  transition: 0.4s all;
  background-color: #003399;
  border: 1px solid #003399;
  color: #fff;
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  td
  a.woocommerce-button:hover,
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th
  a.woocommerce-button:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  td
  a.button:last-child,
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th
  a.button:last-child {
  margin-left: 0;
  margin-bottom: 0;
}
.woocommerce-orders
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-orders-table
  tr
  th {
  font-family: "Inter-SemiBold", sans-serif;
  padding: 20px 15px;
}

.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-sub-heading
  h2,
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-sub-heading
  h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #1b459c;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-sub-heading
  p,
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-sub-heading
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-sub-heading
    p,
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-sub-heading
    p {
    font-size: 14px;
  }
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-order-details__title {
  font-family: "Bau-Bold", sans-serif;
  color: #1b459c;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td,
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  th {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-inner-content
    .woocommerce-order-details-wrapper
    .woocommerce-order-details
    .woocommerce-table.order_details_items
    tr
    td,
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-inner-content
    .woocommerce-order-details-wrapper
    .woocommerce-order-details
    .woocommerce-table.order_details_items
    tr
    th {
    font-size: 14px;
  }
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  th {
  font-family: "Inter-SemiBold", sans-serif;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  > a {
  display: none !important;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  a {
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  .tribe-event-details {
  margin-bottom: 20px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  .tribe-event-details
  .event-title {
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.07px;
  margin-bottom: 10px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  .tribe-attendee-meta {
  border: 0;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_items
  tr
  td
  .tribe-attendee-meta
  tr:last-child
  td {
  border-bottom: 0;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_total {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-inner-content
    .woocommerce-order-details-wrapper
    .woocommerce-order-details
    .woocommerce-table.order_details_total {
    width: 100%;
  }
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_total
  tr
  td,
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_total
  tr
  th {
  font-family: "Inter-Regular", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_total
  tr:last-child
  td,
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-table.order_details_total
  tr:last-child
  th {
  font-family: "Inter-Bold", sans-serif;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-customer-details--billwrap {
  display: block;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-customer-details--billwrap
  .woocommerce-customer-details--maincolumn
  .woocommerce-column__title {
  font-family: "Bau-Bold", sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-customer-details--billwrap
  .woocommerce-customer-details--maincolumn
  address {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-inner-content
    .woocommerce-order-details-wrapper
    .woocommerce-customer-details
    .woocommerce-customer-details--billwrap
    .woocommerce-customer-details--maincolumn
    address {
    font-size: 14px;
  }
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-customer-details--billwrap
  .woocommerce-customer-details--subcolumn
  .woocommerce-customer-details--email {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-view-order
    .bsMyAccount
    .woocommerce-MyAccount-content
    .wc-MyAccount-inner-content
    .woocommerce-order-details-wrapper
    .woocommerce-customer-details
    .woocommerce-customer-details--billwrap
    .woocommerce-customer-details--subcolumn
    .woocommerce-customer-details--email {
    font-size: 14px;
  }
}
.woocommerce-view-order
  .bsMyAccount
  .woocommerce-MyAccount-content
  .wc-MyAccount-inner-content
  .woocommerce-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-customer-details--billwrap
  .woocommerce-customer-details--subcolumn
  .woocommerce-customer-details--email:before {
  line-height: 22px;
}

.bb-media-model-wrapper.video
  .bb-media-section
  a.theater-command.bb-next-media {
  right: 0;
}

.bb-media-model-wrapper.video
  .bb-media-section
  a.theater-command.bb-prev-media {
  left: 0;
}

/* Bug Fixes 4-12-23  */
.single-post .event__event-box .event-details .event-image {
  margin-bottom: 20px;
}
.single-post .event__event-box .event-details .event-image .aspect-ratio a {
  display: block;
}
.single-post .event__event-box .event-details .event-image .aspect-ratio a img {
  width: 100%;
}
.single-post .event__event-box .event-details .event-content .entry-title {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
}
.single-post .event__event-box .event-details .event-content .dis {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.07px;
}

/* Register Page */
.bs-bp-container-reg .buddypress-wrap .register-page .bp-messages.info {
  background-color: #99d6ea;
  border-color: #99d6ea;
}
.bs-bp-container-reg
  .buddypress-wrap
  .register-page
  .bp-messages.info
  .bp-icon {
  background-color: #99d6ea;
  color: #000000;
}
.bs-bp-container-reg .buddypress-wrap .register-page .bp-messages.info p {
  color: #000000;
  text-align: left;
}
.bs-bp-container-reg
  .buddypress-wrap
  .register-page
  .signup-form
  .submit
  input {
  width: 100%;
}

body.buddypress.activation .activate-section-logo {
  text-align: center;
}
body.buddypress.activation .bp_activate .entry-content .button {
  width: 100%;
}

div.fancybox-container {
  z-index: 999;
}

#frm-share-event-to-friend .select2-container {
  width: 100% !important;
  z-index: 999999 !important;
}

.my-activity .event__titleFilter.group-event-title .title h2 {
  margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
  .buddypress-wrap .subnav-search.members-search {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .buddypress-wrap .subnav-search.members-search .members-search {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .members-directory-container
    .members-directory-content
    #members-list.item-list:not(.grid)
    .list-wrap.no-primary-buttons
    .list-wrap-inner
    .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.buddypress-wrap.bp-single-vert-nav .friends-request-list .item-entry {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  opacity: 0.9;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 20px 15px !important;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px !important;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry:first-child
  .bp-generic-meta
  div:nth-child(1) {
  order: 1;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry:first-child
  .bp-generic-meta
  div:nth-child(2) {
  order: 3;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry:first-child
  .bp-generic-meta
  div:nth-child(3) {
  order: 2;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry:first-child
  .bp-generic-meta
  div:nth-child(4) {
  order: 4;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry:first-child
  .bp-generic-meta
  div:nth-child(5) {
  order: 5;
}
.buddypress-wrap.bp-single-vert-nav .friends-request-list .item-entry .item {
  display: block;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .item
  .item-title {
  text-align: left;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .item
  .item-title
  a {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .buddypress-wrap.bp-single-vert-nav
    .friends-request-list
    .item-entry
    .item
    .item-title
    a {
    font-size: 16px;
    line-height: 26px;
  }
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .item
  .item-meta
  span {
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #373f41;
  margin-right: 5px;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta {
  width: 100%;
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .buddypress-wrap.bp-single-vert-nav
    .friends-request-list
    .item-entry
    .bp-generic-meta
    .generic-button {
    margin-right: 0 !important;
    width: 100%;
  }
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta
  .generic-button
  a,
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta
  .generic-button
  button {
  font-family: "Bau-Bold", sans-serif !important;
  font-weight: 400 !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
  padding: 10px !important;
  min-width: 130px !important;
  height: auto !important;
  vertical-align: top !important;
  transition: 0.4s all !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
  margin: 5px 0 !important;
}
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta
  .generic-button
  a:hover,
.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta
  .generic-button
  button:hover {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}
@media only screen and (max-width: 767px) {
  .buddypress-wrap.bp-single-vert-nav
    .friends-request-list
    .item-entry
    .bp-generic-meta
    .generic-button
    a,
  .buddypress-wrap.bp-single-vert-nav
    .friends-request-list
    .item-entry
    .bp-generic-meta
    .generic-button
    button {
    width: 100%;
  }
}

.buddypress-wrap.bp-single-vert-nav
  .friends-request-list
  .item-entry
  .bp-generic-meta
  div:last-child {
  margin-right: 15px !important;
}

body.my-account .site-content-grid,
body.my-activity .site-content-grid {
  margin: 0 !important;
  padding: 0 !important;
}
body.my-account .site-content,
body.my-activity .site-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.my-account .site-content > .container,
body.my-activity .site-content > .container {
  padding: 0 !important;
}
body.my-account .site-content .content-area,
body.my-activity .site-content .content-area {
  padding: 0;
}
body.my-account .site-content .content-area .type-page > .entry-header,
body.my-activity .site-content .content-area .type-page > .entry-header {
  display: none !important;
}
body.my-account
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap,
body.my-activity
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap {
  padding: 0 18px;
}

body.my-account.member-profile
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap,
body.my-account.topic
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body.my-account.member-profile
    .site-content
    .content-area
    .type-page
    .buddypress-wrap
    .bp-wrap,
  body.my-account.topic
    .site-content
    .content-area
    .type-page
    .buddypress-wrap
    .bp-wrap {
    padding: 0 18px;
  }
}

/* Profile mobile menu Start Here*/
.profile-mb-menu {
  width: 100%;
  position: fixed;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(18, 43, 70, 0.7);
  top: 161px;
  height: -webkit-calc(100% - 161px);
  height: calc(100% - 161px);
  right: -100%;
  display: none;
}
@media only screen and (max-width: 799px) {
  .profile-mb-menu {
    display: block;
  }
}
.profile-mb-menu.open {
  right: 0;
}
.profile-mb-menu .bb-mobile-panel-inner {
  background-color: #f0f3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  min-height: 100%;
  position: relative;
  z-index: 11;
  padding: 0 42px 100px;
}
.profile-mb-menu .bb-mobile-panel-inner .sub-menu {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a {
  padding: 8px 10px;
  margin: 0 0;
  border-radius: 0;
  font-family: "Inter-Medium", sans-serif;
  color: #868686;
  font-size: 14px;
  line-height: 20px;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a
  .bb-icon-l,
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a
  .bb-icon-car-small {
  color: #373f41;
  font-size: 20px;
  margin-right: 10px;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a
  span.count {
  font-size: 10px;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a.user-link {
  padding: 25px 10px;
  border-bottom: 2px solid #1c4f9c;
  margin-bottom: 20px;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a.user-link
  .user-name {
  color: #373f41;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li.menupop
  .ab-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li.logout-link {
  padding: 15px 0;
  border-top: 2px solid #1c4f9c;
  margin-top: 15px;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li.logout-link
  a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li.logout-link
  a
  .bb-icon-l {
  margin-right: 10px;
}

body.mb-profile-menu {
  overflow-y: hidden;
}

.single-event__wrapper--detail
  .discription
  .type-tribe_events.has-post-thumbnail
  .tribe-events-event-image {
  display: none;
}

/* Profile mobile menu End Here*/
/* Client figma feedback Fixes 12-12-23  */
.buddypress-wrap .subnav-filters {
  margin-bottom: 20px;
}
.buddypress-wrap .subnav-filters .select-wrap {
  margin-right: 0;
}

.bp-activity-head {
  position: relative;
}
.bp-activity-head .activity-date {
  position: absolute;
  right: -42px;
  margin-bottom: 0 !important;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .bp-activity-head .activity-date {
    position: relative;
    margin-bottom: 10px !important;
    right: 0;
    margin-left: 0 !important;
  }
}

.members-list li .list-wrap .item .member-name {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
.members-list li .list-wrap .item .member-name a {
  color: #373f41;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.member-header-actions-wrap div.bb_more_options {
  margin-left: 5px !important;
}
.member-header-actions-wrap div.member-header-actions {
  padding-left: 5px !important;
}
@media only screen and (max-width: 767px) {
  .member-header-actions-wrap div.member-header-actions {
    min-width: 100% !important;
    width: 100%;
    display: block !important;
    padding-left: 0 !important;
    padding-bottom: 5px !important;
  }
}
.member-header-actions-wrap div.member-header-actions .generic-button {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .member-header-actions-wrap div.member-header-actions .generic-button {
    width: 100%;
  }
}
.member-header-actions-wrap div.member-header-actions .generic-button a,
.member-header-actions-wrap div.member-header-actions .generic-button button {
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.16px !important;
  padding: 10px 19px !important;
  height: auto !important;
  vertical-align: top !important;
  transition: 0.4s all !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #ffffff !important;
}
.member-header-actions-wrap div.member-header-actions .generic-button a:hover,
.member-header-actions-wrap
  div.member-header-actions
  .generic-button
  button:hover {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #ffffff !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}
@media only screen and (max-width: 991px) {
  .member-header-actions-wrap div.member-header-actions .generic-button a,
  .member-header-actions-wrap div.member-header-actions .generic-button button {
    min-width: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .member-header-actions-wrap div.member-header-actions .generic-button a,
  .member-header-actions-wrap div.member-header-actions .generic-button button {
    min-width: 100% !important;
    width: 100%;
    display: block !important;
    font-size: 14px !important;
  }
}
.member-header-actions-wrap div.member-header-actions .generic-button a i,
.member-header-actions-wrap div.member-header-actions .generic-button button i {
  display: none !important;
}
.member-header-actions-wrap
  div.member-header-actions
  .generic-button.friendship-button
  button {
  border: 1px solid #1c4f9c !important;
  background-color: #ffffff !important;
  color: #1c4f9c !important;
}
.member-header-actions-wrap
  div.member-header-actions
  .generic-button.friendship-button
  button:hover {
  background-color: #ffffff !important;
  border: 1px solid #1c4f9c !important;
  color: #1c4f9c !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}
@media only screen and (max-width: 767px) {
  .member-header-actions-wrap div:last-child.member-header-actions {
    min-width: calc(100% - 44px) !important;
    width: calc(100% - 44px);
    padding-bottom: 0 !important;
  }
}

nav li#club-cancel-events-groups-li,
nav li#member-cancel-events-personal-li {
  display: none;
}

/* User Img Updates */
.user-custom-profile {
  position: relative;
  background-color: #003399;
  border-radius: 100% !important;
  text-transform: uppercase !important;
  font-family: "BauLF-Bold", sans-serif;
  color: #8ad5ec;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
}

#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar {
  width: 140px;
}

#cover-image-container.bb-cover-image-container
  .item-header-wrap
  #item-header-avatar
  .user-custom-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 140px;
  height: 140px;
  border: 3px solid #fff;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0.27px;
}

.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .user-wrap
  .user-link
  .user-custom-profile,
.site-header.custom-header
  .bb-mobile-header-wrapper
  .bb-mobile-header
  .header-aside
  .user-link
  .user-custom-profile,
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a.user-link
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 51px;
  height: 51px;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.27px;
}

.site-header.custom-header
  .site-header-container
  .header-aside
  .header-aside-inner
  .user-wrap
  .sub-menu
  .user-link
  .user-custom-profile,
.profile-mb-menu
  .bb-mobile-panel-inner
  .sub-menu
  .wrapper
  .sub-menu-inner
  li
  a.user-link
  .user-custom-profile {
  float: left;
  margin-right: 10px;
}

#buddypress.buddypress-wrap
  .bp-wrap
  .main-navs
  ul
  .bp-groups-tab
  a
  .bb-single-nav-wrap
  .bb-single-nav-item-icon
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 24px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.27px;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  > ul
  li
  .customRow
  .acomment-avatar
  .user-custom-profile,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-avatar
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
}

#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item-avatar
  a
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
}

.bp-list li .item-avatar .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
}

#buddypress.buddypress-wrap
  .activity-update-form:not(.modal-popup)
  .activity-form
  .whats-new-scroll-view
  .whats-new-form-header
  .bp-activity-huddle
  .activity-post-avatar-container
  .activity-post-avatar
  .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 56px;
  height: 56px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .activity-update-form:not(.modal-popup)
    .activity-form
    .whats-new-scroll-view
    .whats-new-form-header
    .bp-activity-huddle
    .activity-post-avatar-container
    .activity-post-avatar
    .user-custom-profile {
    width: 43px;
    height: 43px;
  }
}

.bb-onscreen-notification .notification-avatar .user-custom-profile {
  width: 56px;
  height: 56px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
}

.activity-update-form #user-status-huddle .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .activity-update-form #user-status-huddle .user-custom-profile {
    width: 43px;
    height: 43px;
  }
}

.notification-avatar .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
}

.groups-manage-members-list .item-list .member-entry .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.27px;
  margin-right: 15px;
}

.groups-manage-members-list .item-list .members-entry .user-custom-profile {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.27px;
  margin-right: 20px;
}

.groups-manage-members-list ul .member-name {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.groups-manage-members-list ul .member-name a {
  color: #373f41;
}

body.bp-search .bp-search-ac .item-avatar .user-custom-profile {
  width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}

body.bp-search
  .bp-forum-search-ac-header
  > li:not(.bbls-view_all_type-type).bbls-sub-item
  .item-avatar:before,
body.bp-search
  .bp-search-ac-header
  > li:not(.bbls-view_all_type-type).bbls-sub-item
  .item-avatar:before,
body.bp-search
  .bp-search-ac
  > li:not(.bbls-view_all_type-type).bbls-sub-item
  .item-avatar:before {
  z-index: 1;
}

.groups-manage-members-list .members-manage-buttons .button {
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  min-width: 180px !important;
  height: auto !important;
  vertical-align: top !important;
  border: 0 !important;
  min-width: 115px !important;
}
@media only screen and (max-width: 767px) {
  .groups-manage-members-list .members-manage-buttons .button {
    min-width: 100% !important;
  }
}
.groups-manage-members-list .members-manage-buttons .button:hover,
.groups-manage-members-list .members-manage-buttons .button:focus {
  background-color: #003399 !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}

.members-directory-wrapper .members-directory-container {
  width: 100%;
}

@media only screen and (max-width: 374px) {
  #buddypress .members-list > li {
    min-width: 100%;
  }
}

.bb_more_options .bb_more_options_list > .generic-button#send-private-message {
  display: none !important;
}

.sticky-header .site-content .container,
body.buddypress.sticky-header .site-content .container {
  padding: 0 !important;
}
.sticky-header .site-content .container .site-content-grid,
body.buddypress.sticky-header .site-content .container .site-content-grid {
  padding: 0 !important;
}

.activity-update-form
  .activity-form
  .activity-post-name-status
  .activity-post-user-name::after {
  display: none !important;
}
.activity-update-form.modal-popup
  .activity-form
  .activity-post-name-status
  .activity-post-user-name::after {
  display: none !important;
}
.activity-update-form.modal-popup
  .activity-form
  .activity-post-name-status
  .activity-post-user-name.user-is-verified
  .user-name::after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("../images/user-verified.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 0;
  top: -5px;
}

.user-wrap.menu-item-has-children .user-name.user-is-verified:after {
  top: 0px;
}

li#wp-admin-bar-mp-membership > .ab-item:before {
  content: "\ede4";
  position: relative;
  font-family: bb-icons;
  display: inline-block;
  font-size: 18px;
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

.event-tickets .tribe-tickets__rsvp-form-button {
  white-space: nowrap;
}
.event-tickets
  .tribe-tickets__rsvp-form-button.tribe-tickets__rsvp-form-button--cancel {
  margin-left: 0;
}

.event-tickets .tribe-tickets__form .tribe-tickets__form-field:nth-of-type(3) {
  display: none;
}

.compose .bp-messages-recipient > span:first-child {
  word-break: keep-all;
  line-height: 24px;
}

#send_message_form .select2-search.select2-search--inline {
  min-width: 50px;
}

.messages-wrapper {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  body.settings .bp-vertical-navs,
  body.notifications .bp-vertical-navs {
    margin-top: 30px;
  }
}
body.settings .bp-vertical-navs .bp-wrap .item-body,
body.notifications .bp-vertical-navs .bp-wrap .item-body {
  margin-top: 40px !important;
  font-family: "Inter-Regular", sans-serif;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .bp-navs,
body.notifications .bp-vertical-navs .bp-wrap .item-body .bp-navs {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #c3c3c3;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .bp-navs .subnav,
body.notifications .bp-vertical-navs .bp-wrap .item-body .bp-navs .subnav {
  display: block !important;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .bp-navs
  .subnav
  .bp-personal-sub-tab
  a,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .bp-navs
  .subnav
  .bp-personal-sub-tab
  a {
  border: 1px solid #d6d9dd;
  text-align: center;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .subnav_tab,
body.notifications .bp-vertical-navs .bp-wrap .item-body .subnav_tab {
  margin-bottom: 20px !important;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .screen-heading,
body.notifications .bp-vertical-navs .bp-wrap .item-body .screen-heading {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .standard-form,
body.notifications .bp-vertical-navs .bp-wrap .item-body .standard-form {
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 35px 30px 32px 30px;
}
@media only screen and (max-width: 991px) {
  body.settings .bp-vertical-navs .bp-wrap .item-body .standard-form,
  body.notifications .bp-vertical-navs .bp-wrap .item-body .standard-form {
    padding: 35px 20px;
  }
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form#notifications-bulk-management,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form#settings-form,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form#notifications-bulk-management,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form#settings-form {
  overflow: auto;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .profile-settings,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .profile-settings {
  min-width: 650px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_icon
  i,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_icon
  i {
  font-size: 30px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_info
  h3,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_info
  h3 {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.07px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  body.settings
    .bp-vertical-navs
    .bp-wrap
    .item-body
    .standard-form
    .notification_info
    .notification_type
    .notification_type_info
    h3,
  body.notifications
    .bp-vertical-navs
    .bp-wrap
    .item-body
    .standard-form
    .notification_info
    .notification_type
    .notification_type_info
    h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_info
  p,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notification_info
  .notification_type
  .notification_type_info
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.07px;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .standard-form table tr td,
body.settings .bp-vertical-navs .bp-wrap .item-body .standard-form table tr th,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  padding: 10px 20px 10px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.email,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.web,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.email,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.web,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.email,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.web,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.email,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.web {
  min-width: 125px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.title,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.title,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.title,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.title {
  font-family: "Bau-Bold", sans-serif;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td
  label,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th
  label,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td
  label,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th
  label {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  margin: 5px 0 5px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td
  .bs-styled-checkbox:checked
  + label:after,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th
  .bs-styled-checkbox:checked
  + label:after,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td
  .bs-styled-checkbox:checked
  + label:after,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th
  .bs-styled-checkbox:checked
  + label:after {
  top: 1px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.field-visibility,
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.field-visibility,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.field-visibility,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  th.field-visibility {
  min-width: 200px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.title,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  table
  tr
  td.title {
  padding-bottom: 0;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications {
  overflow: visible;
  min-width: 650px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  td.notification-description
  a,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  td.notification-description
  a {
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  td.notification-actions
  a,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  td.notification-actions
  a {
  display: inline-block;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  th.date
  .notifications-order-actions
  a,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications
  tr
  th.date
  .notifications-order-actions
  a {
  display: inline-block;
}
body.settings
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications-options-nav
  .select-wrap,
body.notifications
  .bp-vertical-navs
  .bp-wrap
  .item-body
  .standard-form
  .notifications-options-nav
  .select-wrap {
  float: none;
  display: inline-block;
}
body.settings .bp-vertical-navs .bp-wrap .item-body .subscription-views,
body.notifications .bp-vertical-navs .bp-wrap .item-body .subscription-views {
  border-radius: 10px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 35px 60px 32px 30px;
  margin-bottom: 50px;
}
body.settings .bp-vertical-navs .bp-wrap .js-nav-btn,
body.notifications .bp-vertical-navs .bp-wrap .js-nav-btn {
  margin-bottom: 30px !important;
}

.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bb-activity-more-options-wrap {
  display: none !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head {
  margin-right: 0 !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  p {
  padding-right: 0 !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  p
  .user-link-in-feed {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    p
    .user-link-in-feed {
    font-size: 16px;
    line-height: 26px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .activity-date {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    .activity-date {
    margin-left: -69px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .activity-date
  a {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    .activity-date
    a {
    font-size: 14px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags__boxes {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items {
  max-width: 100%;
  display: inline-grid;
  position: relative;
  margin: 5px 23px 5px 0;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    .member-tags__boxes
    .tag-items {
    margin: 3px 12px 3px 0;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items:nth-child(n + 3) {
  display: none;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items
  a {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags__boxes
  .tag-items
  a:before {
  content: "";
  position: relative;
  display: inline-block;
  border-radius: 10px;
  opacity: 0.1;
  background: #1c4f9c;
  width: 5px;
  height: 13px;
  margin-right: 12px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    .member-tags__boxes
    .tag-items
    a:before {
    display: none;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .member-tags
  .btn-tag-count {
  font-family: "Inter-SemiBold", sans-serif;
  color: #1c4f9c;
  background: #f0f3f5;
  white-space: nowrap;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.07px;
  border-radius: 10px;
  padding: 8px 12px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-activity-head
    .activity-header
    .member-tags
    .btn-tag-count {
    border-radius: 30px;
    padding: 10px 10px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-activity-head
  .activity-header
  .download-media {
  position: relative;
  display: block;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta {
  padding-left: 67px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-generic-meta {
    padding-left: 0;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .bp-generic-meta
    .generic-button {
    margin-right: 14px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px !important;
  background: #f0f3f5 !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 98px !important;
  min-width: 98px !important;
  padding: 10px 10px !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button
  span {
  font-family: "Mulish-Bold", sans-serif !important;
  color: #1c4f9c !important;
  font-size: 14px !important;
  line-height: 17px !important;
  letter-spacing: 0.07px !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button[aria-expanded="true"] {
  opacity: 0.2 !important;
  pointer-events: none !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button:before {
  display: none !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button.fav {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .bp-generic-meta
  .generic-button
  .button.fav
  span {
  color: #fff !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments {
  padding-left: 23px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments {
    padding-left: 0;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul {
  border: 0;
  border-top: 1px solid #c3c3c3;
  background-color: transparent;
  margin: 0;
  padding: 0;
  padding-top: 41px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul {
    padding-top: 20px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  .show-all
  .text-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 10px;
  background: #f0f3f5;
  text-align: center;
  padding: 9px 20px;
  font-family: "Mulish-Bold", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 564px;
  margin-left: 0;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li.comment-has-replies:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #1c4f9c;
    left: 64px;
    top: 0;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li:last-child {
  padding-bottom: 0;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .bb-activity-more-options-wrap {
  display: none;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .acomment-avatar {
  margin-right: 5px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .acomment-avatar
  a
  img {
  min-width: 40px;
  max-width: 40px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box {
  width: 100%;
  background-color: #f2f2f2;
  padding: 12px 27px 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box {
    padding: 12px 24px 17px 27px;
    border-radius: 20px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta {
  margin: 0;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta
  .author-name {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .author-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-meta
  .activity-time-since {
  margin-left: 20px !important;
  font-family: "Bau-Regular", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .activity-time-since {
    margin-left: 10px !important;
    font-family: "Inter-SemiBold", sans-serif;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-meta
    .activity-time-since
    .time-since {
    line-height: 24px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content {
  margin: 0;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content
  p {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-content
    p {
    font-family: "Inter-Regular", sans-serif;
    font-size: 14px;
    line-height: 22px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .customRow
  .comment-meta-box
  .acomment-content
  p
  .activity-read-more
  a {
  cursor: pointer;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  word-break: normal;
  color: #1c4f9c;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .customRow
    .comment-meta-box
    .acomment-content
    p
    .activity-read-more
    a {
    font-size: 14px;
    line-height: 22px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 55px;
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .comment-count-action {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .comment-count-action
    .activity-state {
    margin-left: 47px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .activity-state-likes,
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .ac-state-separator {
  display: none;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .activity-state
  .activity-state-comments {
  margin-right: 33px !important;
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  color: #1c4f9c;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .comment-count-action
    .activity-state
    .activity-state-comments {
    font-size: 14px;
    line-height: 22px;
    margin-right: 15px !important;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta {
  padding-left: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .comment-count-action
    .bp-generic-meta {
    flex: unset;
    margin-right: 36px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button {
  margin: 0;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button
  .acomment-reply {
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  color: #1c4f9c;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    .comment-count-action
    .bp-generic-meta
    .generic-button
    .acomment-reply {
    font-size: 14px;
    line-height: 22px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  .comment-count-action
  .bp-generic-meta
  .generic-button
  .acomment-reply[aria-expanded="true"] {
  opacity: 0.2;
  pointer-events: none;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  > ul {
  position: relative;
  margin-left: 0;
  padding-left: 70px;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul {
    padding-left: 40px;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  > ul
  li {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  > ul
  li
  > ul
  li:first-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li.comment-has-replies:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #1c4f9c;
    left: 24px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li
    .comment-count-action
    .activity-state {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow {
    background-color: #f2f2f2;
    padding: 10px 20px 3px 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow
    .acomment-avatar
    a
    img {
    min-width: 29px;
    max-width: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li
    > .customRow
    .comment-meta-box {
    padding: 3px 0 5px 0px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    > ul
    li
    > ul
    li
    ul {
    padding-left: 0;
  }
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form {
  width: 100%;
  padding: 0;
  background-color: transparent;
  margin: 0;
  margin-top: 24px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-avatar {
  margin-right: 5px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-avatar
  img {
  max-width: 40px;
  min-width: 40px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0 15px 0 0;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea {
  margin: 0;
  padding: 0;
  width: 100%;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input {
  border: 0;
  padding: 0;
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 21px 15px 21px 47px;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input:hover,
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  .ac-textarea
  .ac-input:focus {
  outline: none;
  box-shadow: none;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  input[type="submit"] {
  margin: 21px 0 !important;
  display: none !important;
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  text-align: center;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.2px !important;
  padding: 10px !important;
  min-width: 89px !important;
  height: auto !important;
  vertical-align: top !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .bp-ac-form-cotainer
  .ac-reply-content
  input[type="submit"]:hover {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3) !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .cancel__replay--btn {
  display: none !important;
  text-align: right !important;
  margin-top: 10px !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form
  .cancel__replay--btn
  .ac-reply-cancel {
  font-family: "Inter-Regular", sans-serif !important;
  color: #1c4f9c !important;
  font-size: 14px !important;
  line-height: 23px !important;
  letter-spacing: 0.07px !important;
  padding: 0 !important;
  padding-right: 20px !important;
}
.bb-media-model-wrapper
  .bb-media-model-container
  .bb-media-model-inner
  .bb-media-info-section
  .item-list
  .activity
  .activity-comments
  .ac-form.has-content
  .bp-ac-form-cotainer
  input[type="submit"] {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .bb-media-model-wrapper
    .bb-media-model-container
    .bb-media-model-inner
    .bb-media-info-section
    .item-list
    .activity
    .activity-comments
    .ac-form.has-content
    .cancel__replay--btn {
    display: block !important;
  }
}

#buddypress.buddypress-wrap
  .bp-wrap
  .item-body
  .group_members
  .members-group-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block
  .club-moderator-box
  .club-member-role {
  text-align: left !important;
  margin-top: 12px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  #buddypress.buddypress-wrap
    .bp-wrap
    .item-body
    .group_members
    .members-group-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block
    .club-moderator-box
    .club-member-role {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.club-member-moderator-button {
  margin-bottom: 6px;
}

.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item {
  -webkit-box-flex: 1 important;
  -ms-flex: 1 important;
  flex: 1 !important;
}

/* Event Detail Registration list */
.listing-title {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .listing-title {
    padding: 0 20px;
  }
}
.listing-title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}

.register-list {
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #d6d9dd;
  border-top: 0;
}
.register-list .members-list .item-entry:last-child .list-wrap {
  border-radius: 0 !important;
}
.register-list .members-list .item-entry .list-wrap {
  border-left: 0 !important;
  border-right: 0 !important;
}
.register-list .members-list .item-entry .list-wrap .list-wrap-inner {
  padding-right: 0 !important;
}
@media only screen and (max-width: 1199px) {
  .register-list .members-list .item-entry .list-wrap .list-wrap-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .register-list .members-list .item-entry .list-wrap .list-wrap-inner {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    align-items: center !important;
  }
}
.register-list .members-list .item-entry .list-wrap .list-wrap-inner .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
}
@media only screen and (max-width: 991px) {
  .register-list .members-list .item-entry .list-wrap .list-wrap-inner .item {
    -webkit-box-flex: 0 0 calc(100% - 80px) !important;
    -ms-flex: 0 0 calc(100% - 80px) !important;
    flex: 0 0 calc(100% - 80px) !important;
    margin-bottom: 0 !important;
  }
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block {
  width: 100% !important;
}
@media only screen and (max-width: 1199px) {
  .register-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 20px !important;
  }
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap {
  width: 100% !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  margin: 0 5px !important;
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  > div {
  padding: 0 5px;
  margin: 5px 0;
}
@media only screen and (max-width: 767px) {
  .register-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap
    > div {
    width: 100%;
    padding: 0;
  }
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  .btn-custom {
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .register-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap
    .btn-custom {
    width: 100%;
  }
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  .btn-custom.btn-black-border {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}
.register-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  .tag-btn
  .btn-custom {
  min-width: 180px;
}
.register-list .action-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .register-list .action-button {
    flex-direction: column;
  }
}
.register-list .action-button .btn-custom {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .register-list .action-button .btn-custom {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.register-list .action-button .btn-custom:first-child {
  margin-left: 0;
}
.register-list .action-button .btn-custom:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .register-info-list .members-list .item-entry .list-wrap .list-wrap-inner {
    padding-right: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .register-info-list .members-list .item-entry .list-wrap .list-wrap-inner {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item {
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 66% !important;
  }
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(100% - 80px) !important;
    flex: 0 0 calc(100% - 80px) !important;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .item-block {
  width: -webkit-calc(100% - 420px) !important;
  width: calc(100% - 420px) !important;
}
@media only screen and (max-width: 1199px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block {
    width: -webkit-calc(100% - 310px) !important;
    width: calc(100% - 310px) !important;
  }
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .item-block {
    width: -webkit-calc(100%) !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .item
    .stetus {
    order: 3;
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .item
  .stetus
  .btn-custom {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap {
    -webkit-box-flex: 100% !important;
    -ms-flex: 100% !important;
    flex: 100% !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap {
    margin-left: 78px !important;
  }
}
@media only screen and (max-width: 767px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .generic-button {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap {
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  > div {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap
    > div {
    width: 100%;
    margin: 0;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  > div:first-child {
  margin-left: 0;
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  > div:last-child {
  margin-right: 0;
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  .btn-custom {
  min-width: 148px;
}
@media only screen and (max-width: 991px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap
    .btn-custom {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .register-info-list
    .members-list
    .item-entry
    .list-wrap
    .list-wrap-inner
    .member-buttons-wrap
    .button-wrap
    .btn-custom {
    width: 100%;
  }
}
.register-info-list
  .members-list
  .item-entry
  .list-wrap
  .list-wrap-inner
  .member-buttons-wrap
  .button-wrap
  .btn-custom.btn-black-border {
  background-color: transparent !important;
  border: 1px solid #000000 !important;
}

#attendingTicketDetailsPopup {
  max-width: 900px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup {
    max-width: 400px;
  }
}
#attendingTicketDetailsPopup table {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup table tr {
    border-bottom: 1px solid #d6d9dd;
    display: block;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup table tr:first-child {
    display: none;
  }
}
#attendingTicketDetailsPopup table tr th {
  font-family: "Bau-Bold", sans-serif;
  color: #36383a;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #d6d9dd;
}
#attendingTicketDetailsPopup table tr td {
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #d6d9dd;
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup table tr td {
    display: inline-block;
    padding: 10px 5px;
    width: 100%;
    border-bottom: 0;
  }
}
#attendingTicketDetailsPopup table tr td:first-child {
  font-family: "Inter-ExtraBold", sans-serif;
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup table tr td:first-child {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #attendingTicketDetailsPopup table tr td:nth-child(2) {
    width: calc(100% - 60px);
  }
}

/* User Premium membership Page Start Here */
body.my-account.user-premium-membership
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap {
  padding: 0;
}

body.my-account.user-premium-membership
  .site-content
  .content-area
  .type-page
  #buddypress.buddypress-wrap
  .bp-wrap
  .item-body {
  padding-right: 95px !important;
}
@media only screen and (max-width: 1199px) {
  body.my-account.user-premium-membership
    .site-content
    .content-area
    .type-page
    #buddypress.buddypress-wrap
    .bp-wrap
    .item-body {
    padding-right: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.my-account.user-premium-membership
    .site-content
    .content-area
    .type-page
    #buddypress.buddypress-wrap
    .bp-wrap
    .item-body {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  body.my-account.user-premium-membership
    .site-content
    .content-area
    .type-page
    #buddypress.buddypress-wrap
    .bp-wrap {
    padding: 0 17px;
  }
}

.userPreMember__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 19px 0 55px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__info {
    display: none;
  }
}
.userPreMember__info .btn-link {
  width: 100%;
  max-width: 687px;
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .userPreMember__info .btn-link {
    max-width: 560px;
  }
}
.userPreMember__info .link {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #003399;
  text-decoration: underline;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.2px;
  margin-left: 25px;
}
.userPreMember__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__title {
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    display: none;
  }
}
.userPreMember__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__title h2 {
    margin-bottom: 10px !important;
  }
}
.userPreMember__title p {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-left: 92px;
}
@media only screen and (max-width: 1199px) {
  .userPreMember__title p {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .userPreMember__title p {
    margin-left: 92px;
  }
}
@media only screen and (max-width: 767px) {
  .userPreMember__title p {
    margin-left: 0;
  }
}
.userPreMember__box {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 50px 60px 178px 70px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .userPreMember__box {
    padding: 30px 30px 120px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .userPreMember__box {
    padding: 50px 60px 178px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .userPreMember__box {
    padding: 45px 25px 48px;
    border: 0;
  }
}
.userPreMember__head h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 19px !important;
  max-width: 459px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__head h2 {
    margin-bottom: 16px !important;
    max-width: 280px;
  }
}
.userPreMember__head p {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-bottom: 28px;
}
.userPreMember__head .actionItems {
  width: 100%;
  max-width: 409px;
  text-align: center;
}
.userPreMember__head .actionItems a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__head .actionItems a {
    margin-bottom: 20px;
  }
}
.userPreMember__head .actionItems a svg {
  height: auto;
  float: right;
  display: block;
  position: relative;
  width: 19px;
  top: 2px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__head .actionItems a svg {
    margin-right: 7px;
  }
}
.userPreMember__head .actionItems span {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  opacity: 0.3;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .userPreMember__head .actionItems span {
    margin-bottom: 44px;
  }
}
.userPreMember__body h3 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
  margin-bottom: 28px !important;
}
@media only screen and (max-width: 767px) {
  .userPreMember__body h3 {
    display: none;
  }
}
.userPreMember__body .row {
  margin: 0 -7px;
}
.userPreMember__body .row [class*="col-"] {
  padding: 0 7px;
  margin-bottom: 17px;
}
.userPreMember__body .items {
  border-radius: 10px;
  background: rgba(28, 79, 156, 0.1);
  padding: 25px 10px 19px 30px;
  height: 100%;
}
.userPreMember__body .items .icon {
  width: 100%;
  max-width: 67px;
  margin-bottom: 20px;
}
.userPreMember__body .items .icon .aspect-ratio {
  position: relative;
  padding-bottom: 100%;
}
.userPreMember__body .items .icon .aspect-ratio img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}
.userPreMember__body .items .dis {
  font-family: "Bau-Bold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.userPreMember__body .items .dis p {
  margin: 0;
}

.userNoPreMember__title {
  margin-bottom: 17px;
}
.userNoPreMember__title h2 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0 !important;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .userNoPreMember__title h2 {
    margin-bottom: 10px !important;
  }
}
.userNoPreMember__box {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 41px 54px 276px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .userNoPreMember__box {
    padding: 41px 30px 120px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .userNoPreMember__box {
    padding: 41px 54px 276px;
  }
}
@media only screen and (max-width: 767px) {
  .userNoPreMember__box {
    padding: 41px 25px 48px;
    border: 0;
  }
}
.userNoPreMember__head p {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-bottom: 38px;
}
.userNoPreMember__head .actionItems {
  width: 100%;
  max-width: 292px;
  text-align: center;
}
.userNoPreMember__head .actionItems a {
  display: block;
  width: 100%;
  margin-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .userNoPreMember__head .actionItems a {
    margin-bottom: 40px;
  }
}

/* User Premium membership Page Over Here */
/* Empty State Message UI Start Here*/
.empty-state {
  font-family: "Bau-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 11px 0px 0;
  margin: 0 0 26px;
}
.empty-state a {
  text-decoration: underline;
  color: #1c4f9c;
}

.empty-vehicle-state {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 71px 54px 150px;
}
@media only screen and (max-width: 1199px) {
  .empty-vehicle-state {
    padding: 71px 30px 150px;
  }
}
@media only screen and (max-width: 767px) {
  .empty-vehicle-state {
    padding: 50px 20px 60px;
  }
}
.empty-vehicle-state p {
  font-family: "Bau-Medium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  margin-bottom: 32px;
}

/* Empty State Message UI End Here*/
/* Membership Subscription UI Start Here */
.mepr_page_header {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
  margin-bottom: 17px !important;
}

.mepr-subscriptions-wrapper {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 31px 23px 39px 54px;
}
@media only screen and (max-width: 767px) {
  .mepr-subscriptions-wrapper {
    padding: 31px 20px 39px;
  }
}
.mepr-subscriptions-wrapper .top-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .mepr-subscriptions-wrapper .top-content {
    flex-direction: column;
  }
}
.mepr-subscriptions-wrapper .top-content p {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
@media only screen and (max-width: 767px) {
  .mepr-subscriptions-wrapper .top-content p {
    margin-bottom: 20px;
  }
}
.mepr-subscriptions-wrapper .top-content .btn-custom {
  min-width: 207px;
}
@media only screen and (max-width: 767px) {
  .mepr-subscriptions-wrapper .top-content .btn-custom {
    min-width: 100%;
    width: 100%;
  }
}
.mepr-subscriptions-wrapper .mepr-pro-account-table {
  margin: 0;
  border: 0;
  min-width: 550px;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table thead tr th {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 10px 5px 10px 0;
  vertical-align: middle;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table thead tr th:nth-child(2) {
  text-align: center;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table thead tr th:last-child {
  display: none;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table tbody tr {
  border-bottom: 1px solid #c3c3c3;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table tbody tr:last-child {
  border-bottom: 0;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table tbody tr td {
  vertical-align: middle;
  padding: 22px 5px 22px 0;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__product,
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__subscr,
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__created_at {
  font-family: "Inter-Medium", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td[data-label="Status"] {
  text-align: center;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__badge {
  font-family: "Inter-Bold", sans-serif;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 18px;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__badge.--is-active {
  background-color: #f0f3f5;
  color: #003399;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__rebill {
  color: #1c4f9c;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__rebill
  .datalabel {
  color: #36383a;
}
.mepr-subscriptions-wrapper .mepr-pro-account-table tbody tr td:last-child {
  display: none;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr.subscription-expire
  .mepr-pro-account-table__product,
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr.subscription-expire
  .mepr-pro-account-table__subscr,
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr.subscription-expire
  .mepr-pro-account-table__created_at {
  color: #000;
  opacity: 0.4;
}
.mepr-subscriptions-wrapper
  .mepr-pro-account-table
  tbody
  tr.subscription-expire
  .mepr-pro-account-table__badge {
  background-color: #c3c3c3;
}

.mepr-payments-wrapper {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 31px 20px 39px;
}
.mepr-payments-wrapper .mepr-pro-account-table {
  margin: 0;
  border: 0;
  min-width: 720px;
}
.mepr-payments-wrapper .mepr-pro-account-table thead tr th {
  font-family: "Bau-Medium", sans-serif;
  color: #373f41;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 10px 5px 10px 0;
  vertical-align: middle;
}
.mepr-payments-wrapper .mepr-pro-account-table tbody tr {
  border-bottom: 1px solid #c3c3c3;
}
.mepr-payments-wrapper .mepr-pro-account-table tbody tr:last-child {
  border-bottom: 0;
}
.mepr-payments-wrapper .mepr-pro-account-table tbody tr td {
  vertical-align: middle;
  padding: 22px 5px 22px 0;
  font-family: "Inter-Medium", sans-serif;
  color: #1c4f9c;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.mepr-payments-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__badge {
  font-family: "Inter-Bold", sans-serif;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.07px;
  padding: 9px 18px;
}
.mepr-payments-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__badge.--is-active,
.mepr-payments-wrapper
  .mepr-pro-account-table
  tbody
  tr
  td
  .mepr-pro-account-table__badge.--is-complete {
  background-color: #f0f3f5;
  color: #003399;
}
.mepr-payments-wrapper .mepr-pro-account-table tbody tr td strong {
  font-weight: 400;
}
.mepr-payments-wrapper .mepr-pro-account-table tbody tr td p {
  margin: 0;
}

/* Membership Subscription UI End Here */
/* Fonts For All over page Start Here*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bau-Bold", sans-serif;
  font-weight: 700;
}

p,
span,
table,
td,
th,
label,
div,
input {
  font-family: "Inter-Medium", sans-serif;
}

.notification-header .title,
.user-wrap.menu-item-has-children .user-name,
.bb-template-v2
  .site-header
  .user-wrap.menu-item-has-children
  .user-link
  .user-name,
.bp-search-ajax-item .item-title > a,
.bp-search-ajax-item .item-title .user-link-in-feed,
.header-search-wrap .search-field-top,
.header-search-wrap input.search-field,
.activity-update-form #activity-header h3 {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
}

.bp-search-ajax-item .item-title .user-link-in-feed,
.bp-search-ajax-item .item-title a,
.bp-search-ajax-item .item-title p,
.bp-search-ajax-item .item-title {
  color: #373f41 !important;
}

.bp-search-ajax-item .item-title .user-link-in-feed.user-is-verified:after {
  top: 0;
}

.notification-header .mark-read-all {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #003399;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.2px;
}

.notification-content a,
.bb-template-v2 .site-header .sub-menu a,
.bp-search-ajax-item .item .item-desc,
.bp-search-ajax-item .item .item-tags {
  font-family: "Inter-Medium", sans-serif;
  color: #373f41;
}

.user-wrap.menu-item-has-children .sub-menu-inner .count {
  font-family: "Inter-Medium", sans-serif;
}

.bb-template-v2 .notification-content .posted,
.bb-template-v2 .notification-content .typing-indicator,
.bb-template-v2
  .user-wrap.menu-item-has-children
  .sub-menu-inner
  li
  .user-mention,
.bp-search-ajax-item .item-meta,
.bp-search-ajax-item .item-title {
  font-family: "Bau-Medium", sans-serif;
}

.notification-footer .delete-all {
  font-family: "Bau-Bold", sans-serif;
  color: #003399;
  text-decoration: underline;
  margin: 0;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.2px;
}

.activity-update-form
  .activity-form.focus-in
  .whats-new-form-header
  #user-status-huddle
  .user-name {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

/* Fonts For All over page End Here*/
/* Hide sidebar menu */
#video-personal-li,
#videos-groups-li,
#wp-admin-bar-mp-membership-default #wp-admin-bar-mp-payments,
#friends-personal-li,
#private-message-groups-li,
#group-messages-groups-li {
  display: none !important;
}

/* Hide sidebar menu */
.site-header .sub-menu {
  top: 100%;
}

/* Leave Club group css */
.bb-leave-group-popup .modal-wrapper {
  max-width: 640px;
}
.bb-leave-group-popup .modal-wrapper .modal-container {
  padding: 40px 60px 73px 68px;
}
@media only screen and (max-width: 767px) {
  .bb-leave-group-popup .modal-wrapper .modal-container {
    padding: 30px 25px 50px;
  }
}
.bb-leave-group-popup .modal-wrapper .modal-container .bb-model-header {
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 26px;
}
.bb-leave-group-popup .modal-wrapper .modal-container .bb-model-header h4,
.bb-leave-group-popup .modal-wrapper .modal-container .bb-model-header h4 span {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 24px !important;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-model-header
  .bb-close-leave-group
  span {
  font-size: 34px;
  color: #373f41;
}
.bb-leave-group-popup .modal-wrapper .modal-container .bb-leave-group-content {
  padding: 0;
  margin: 0;
  height: auto;
  max-height: unset;
  border: 0;
  margin-bottom: 25px;
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-leave-group-content
  p {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-leave-group-content
  p
  span {
  display: block;
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-leave-group-content
  p
  span
  a {
  font-family: "Bau-Bold", sans-serif;
  color: #1c4f9c;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.bb-leave-group-popup .modal-wrapper .modal-container .bb-model-footer {
  background-color: transparent;
  margin: 0;
  border-color: #c3c3c3;
  padding: 35px 0 0;
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .bb-leave-group-popup .modal-wrapper .modal-container .bb-model-footer {
    flex-flow: column;
  }
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-model-footer
  .bb-confirm-leave-group {
  font-family: "Bau-Bold", sans-serif !important;
  border-radius: 5px !important;
  display: inline-block !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 10px !important;
  min-width: 255px !important;
  margin: 0 !important;
  height: auto !important;
  vertical-align: top !important;
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  color: #fff !important;
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-model-footer
  .bb-confirm-leave-group:hover {
  background-color: #003399 !important;
  border: 1px solid #003399 !important;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .bb-leave-group-popup
    .modal-wrapper
    .modal-container
    .bb-model-footer
    .bb-confirm-leave-group {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
.bb-leave-group-popup
  .modal-wrapper
  .modal-container
  .bb-model-footer
  .bb-close-leave-group {
  font-family: "Bau-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #1c4f9c;
  width: auto;
  min-width: 217px;
  margin: 0;
  text-align: center;
  padding: 10px;
}

.ac-textarea .ac-input[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}

.ac-textarea .ac-input[placeholder]:empty:focus:before {
  content: "";
}

/* Message button  */
#cover-image-container
  .item-header-wrap
  #item-header-content
  .group-actions-absolute
  .custom-message-button {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #cover-image-container
    .item-header-wrap
    #item-header-content
    .group-actions-absolute
    .custom-message-button {
    margin-left: 0;
    width: 100%;
  }
}
/* Like Button */
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button {
  min-width: 111px;
  max-width: max-content;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.fav,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.unfav {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  display: flex;
  align-items: center;
}

#buddypress.buddypress-wrap .activity .activity-list .activity-item .bp-generic-meta .generic-button .button.acomment-reply
{
  background-color: white;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button
  svg {
  display: block;
  margin-right: 12px;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button
  .like-count {
  display: block;
  margin-right: 5px;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.fav
  span,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.unfav
  span {
  color: #fff;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.fav:before,
#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.unfav:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.86447 7.85681V18M4.86447 7.85681L1 7.85679V18H4.86447M4.86447 7.85681L9.88404 1.70848C10.3603 1.12508 11.1097 0.874276 11.8198 1.06064L11.8656 1.0727C13.162 1.41295 13.7459 2.9988 13.0048 4.16606L10.6612 7.85679H15.0671C16.2864 7.85679 17.2009 9.02794 16.9618 10.2833L15.8025 16.3692C15.6218 17.3175 14.8288 18 13.9077 18H4.86447' stroke='gray' stroke-width='1.65934' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block !important;
  background-repeat: no-repeat;
  position: relative !important;
  top: -1px;
  margin-right: 0px;
}

#buddypress.buddypress-wrap
  .activity
  .activity-list
  .activity-item
  .bp-generic-meta
  .generic-button
  .button.unfav::before {
  margin-right: 0px;
}

/* Club footer issue */
.single-item.groups .bb-footer.style-1 .footer-bottom-left .copyright {
  padding: unset !important;
  background-color: unset;
}

.groups.group-create .buddypress-wrap textarea {
  margin: 0 0 25px;
  padding: 10px 12px !important;
}

.single-item.groups .main-navs #nav-group-address-groups-li {
  display: none;
}

.group-create .copyright {
  background-color: transparent;
}

.custom-clubs-address-fields .row {
  margin: 0;
}
.custom-clubs-address-fields .row > * {
  padding: 0;
}

.page-template-my-garage .content-area {
  padding-top: 0;
}

.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,
.search-form-has-reset .search-form_reset {
  min-height: 34px !important;
  line-height: 34px !important;
  border-radius: 5px !important;
  right: 0;
}

.delete-account .standard-form input#delete-account-understand {
  display: none;
}

.single-item.forum .item-body .bbp-forum-title {
  display: none !important;
}
.single-item.forum .item-body .bs-item-list {
  padding: 0;
}
.single-item.forum .item-body .bs-item-list .bs-header-item {
  padding: 0;
  background: transparent !important;
  border: 0;
  min-height: auto;
  margin-bottom: 37px !important;
}
.single-item.forum .item-body .bs-item-list .bs-header-item .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-item.forum .item-body .bs-item-list .bs-header-item .bs-section-title {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 24px !important;
  line-height: 31px !important;
  letter-spacing: 0.1px !important;
  margin-bottom: 0;
  display: block;
}
.single-item.forum .item-body .bs-item-list .bs-header-item.topic-lead {
  padding: 0;
  background: #ffffff !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #d6d9dd;
  min-height: unset;
  margin-bottom: 0 !important;
}
.single-item.forum .item-body .bs-item-list .bs-header-item.topic-lead .flex-1 {
  display: block !important;
}
.single-item.forum .item-body .bs-item-list .bs-item-wrap .bp-feedback {
  width: 100%;
}
.single-item.forum .item-body .bs-item-list .bs-item-wrap:nth-child(2) {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-top: 1px solid #d6d9dd;
}
.single-item.forum
  .item-body
  .bs-item-list
  .bs-item-wrap.header-total-reply-count {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
}
.single-item.forum .item-body .bs-item-list li:nth-child(2) .bs-item-wrap {
  border-top: 1px solid #d6d9dd !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.single-item.forum
  .item-body
  .bs-item-list
  li
  .bs-item-wrap
  .bb-topic-status-wrapper {
  display: none;
}
.single-item.forum
  .item-body
  .bs-item-list
  li
  .bs-item-wrap
  .item-title
  .bbp-topic-permalink {
  font-family: "Bau-Bold", sans-serif !important;
  color: #373f41;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.1px !important;
}
.single-item.forum
  .item-body
  .bs-item-list
  li
  .bs-item-wrap
  .bs-forums-meta.action {
  display: none !important;
}
.single-item.forum .item-body .bbp-reply-form {
  border-radius: 9px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.18);
  padding: 35px 60px 32px 30px;
}
@media only screen and (max-width: 767px) {
  .single-item.forum .item-body .bbp-reply-form {
    padding: 26px 11px 15px 26px;
  }
}
.single-item.forum .item-body .bbp-reply-form .bbp-form {
  margin-top: 0;
}

.bs-replies-wrapper .bb-grid {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.bs-replies-wrapper .bb-grid .replies-content {
  padding: 0 !important;
}
.bs-replies-wrapper .bb-grid .replies-content .bs-item-list {
  padding: 0;
}
.bs-replies-wrapper
  .bb-grid
  .replies-content
  .bs-item-list
  .item-title
  .bb-reply-topic-title {
  font-family: "Bau-Bold", sans-serif !important;
  color: #373f41;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0.1px !important;
  margin-right: 5px !important;
}
.bs-replies-wrapper
  .bb-grid
  .replies-content
  .bs-item-list
  .item-tags
  .bb-icon-tag {
  top: -2px !important;
}
.bs-replies-wrapper .bb-grid .replies-content .bs-item-list .item-tags ul {
  padding: 0;
}

.buddypress-wrap .register-page .layout-wrap .g-recaptcha {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .not-allowed-event-error {
    padding: 0 18px;
  }
}

@media screen and (min-width: 46.8em) {
  .bp-list li .item-avatar {
    margin-right: 2%;
  }
}
.screen-heading.friendship-requests-screen {
  display: inline-block;
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}

#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab.selected,
#buddypress.buddypress-wrap .bp-wrap .main-navs ul .bp-groups-tab:hover {
  background-color: transparent;
}

/* New My Garage Page */
body.bbp-user-page
  .site-content
  .content-area
  .type-page
  .buddypress-wrap
  .bp-wrap {
  padding: 0;
}

/* Delete Account Page */
.delete-account .standard-form input#delete-account-understand {
  display: none;
}

/* About Page */
.tox.tox-silver-sink.tox-tinymce-aux {
  display: none !important;
}

.custom-clubs-address-fields h2.custom-clubs-title {
  font-family: "Bau-Bold", sans-serif;
  color: #373f41;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.1px;
}
.custom-clubs-address-fields .club_details {
  margin: 0 0 1.6875rem;
}
.custom-clubs-address-fields .club_details label {
  display: inline-block;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.07px;
  width: 100%;
  max-width: 130px;
  margin-right: 10px;
}
.custom-clubs-address-fields .club_details p {
  font-family: "Inter-Regular", sans-serif;
  color: #373f41;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.07px;
  display: inline-block;
  width: auto;
}

.custom-clubs-address-fields .club_edit_field label {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.07px;
  font-family: "Inter-SemiBold", sans-serif;
  color: #373f41;
  margin: 0;
  margin-bottom: 8px;
}
.custom-clubs-address-fields .club_edit_field textarea,
.custom-clubs-address-fields .club_edit_field input {
  padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
  .event__titleFilter .event-filter-options {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.event__titleFilter .event-filter-options .sort_by_state,
.event__titleFilter .event-filter-options .sortby_events {
  width: auto;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  .event__titleFilter .event-filter-options .sort_by_state,
  .event__titleFilter .event-filter-options .sortby_events {
    max-width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .event__titleFilter .event-filter-options .sortBy {
    max-width: 49%;
    min-width: 49%;
  }
}

/* BL */

.whats-new-scroll-view {
  flex-grow: 1;
}

#whats-new-content {
  padding-left: 8px;
  padding-right: 34px;
}

i.bb-icon-thumbs-up::before {
  display: none;
}
