body {
  font-family: Poppins, sans-serif;
  min-width: 320px;
}

a.btn{
  text-decoration: none;
  color:white;
}

form input.form-control:hover {
  border-bottom: 2px solid var(--primary);
  border-radius: 0px !important;
  outline-color: var(--red);
}

form input.form-control {
  border: none;
  border-radius: 0px !important;
  border-bottom: 2px solid var(--dark);
  outline-color: var(--red);
}

.card-control{
  padding:0.5rem;
  border: none;
  border-bottom: 2px solid var(--dark);
  outline-color: var(--red);
}
.card-control:hover {
  border-bottom: 2px solid var(--primary);
  outline-color: var(--red);
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: var(--primary);
}

.tooltip {
  margin-bottom: -10px;
  background: red;
}

.sideNav {
  transition: width 0.3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background: white;
  z-index: 1000;
  box-shadow: 2px 82px 5px rgba(30,30,30,0.37);
  overflow: auto;
}

.topBottomNav {
  position: fixed;
  top: 0;
  left: 300px;
  right: 0;
  z-index: 998;
  background: white;
  height: 80px;
  box-shadow: 0px 2px 5px rgba(30,30,30,0.37);
}

@media (max-width: 991px) {
  .topBottomNav {
    top: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    background: white;
    height: 50px;
    padding-top: 7px;
    box-shadow: none;
  }
}

.hamburger {
  display: none;
  z-index: 1001;
}

@media (max-width: 991px) {
  .sideNav.open {
    width: 100%;
    max-width: 320px;
    transition: width 0.3s;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .sideNav {
    max-width: 320px;
    overflow: hidden;
    width: 0;
    z-index: 4;/*Bring it behind top bar*/
  }
}

@media (max-width: 991px) {
  .hamburger {
    display: block;
  }
}

.navBrand {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
  text-decoration: none;
  margin-left: 10px;
}

.navBrand h6 {
  margin: 0px;
  margin-left: 2px;
}

.sideNav .navList {
  list-style: none;
  padding: 0px;
  padding-bottom:50px;
}

.navList .navItem {
  padding: 10px;
  height: 45px;
  margin-right: 10px;
  margin-left: 20px;
  margin-top: 20px;
}

.navItem .navRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navItem .langSelect {
  display: inline-block;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: uppercase;
  font-size: 11px;
  background: white;
  border-radius: 25px;
  cursor:pointer;
}

.langSelect.langSelected {
  background: rgb(227,227,227);
}

.toggle[data-checked="false"] {
  justify-content: flex-start;
  background-color: #ccc;
}

.toggle[data-checked="true"] {
  justify-content: flex-end;
  background-color: #c32226;
  transition: background-color 0.5s linear;
}

.toggle input[type="checkbox"] {
  display: none;
}

.toggle .fa-circle {
  height: 100%;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
  font-size: 24px;
  padding-bottom: 5px;
  transition: background-color 2s linear;
}

.toggle {
  width: 45px;
  height: 26px;
  cursor: pointer;
}

.navListHorizontal {
  float: right;
  width: 100%;
  max-width: 600px;
  margin-top: 25px;
  margin-right: 25px;
  list-style: none;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .navListHorizontal {
    float: none;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .navListHorizontal .navItem {
    font-size: 10px;
    text-align: center;
  }
}

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

.navItem a:hover {
  color: var(--primary);
  transition: color 0.2s;
}

a.navBrand:hover {
  color: var(--primary);
  transition: color 0.6s;
  text-decoration: none;
}

.navItem.active {
  font-weight: 700;
}

.navItem {
  font-size: 1.1rem;
}

.mainContent {
  width: 100%;
  padding: 20px;
  padding-left: 350px;
  margin-top: 80px;
  overflow-wrap: anywhere;
}

.mainContent section{
  max-width: 900px;
  margin-left:auto;
  margin-right:auto;
}

@media (max-width: 991px) {
  .mainContent {
    padding: 20px;
    padding-left: 20px;
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.topMobileNav {
  display: none;
  position: fixed;
  z-index: 5;
  background: white;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .topMobileNav {
    display: flex;
  }
}

.topMobileNav img {
  background: black;
  border-radius: 100%;
  padding: 2px;
  width: 45px;
  height: 45px;
}

.topMobileNav h5 {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.navListHorizontal .navItem i {
  font-size: 20px;
  margin-bottom: 5px;
  display: none;
}

@media (max-width: 991px) {
  .navListHorizontal .navItem i {
    display: block;
  }
}

.pageTitle {
  font-size: 1.25rem;
  font-weight: 400;
}

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

.memberCardRotateToggle {
  width: fit-content;
  float: right;
  font-size: 26px;
}

.memberCard {
  background-color: #121414;
  background-image: url("../img/ccfrMemberCardBackground.svg");
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  /*width: 100%;*/
  width:320px;
  max-width: 320px;
  height: 201px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 2px 2px 5px rgba(30,30,30,0.37);
  /* Animation   */
  transition: transform 1.5s cubic-bezier(0.66, 1.75, 0.56, 0.8);
}

.memberCard::before {
  display: block;
  content: '';
  width: 200px;
  left: -200px;
  height: 100%;
  background: linear-gradient(88deg, rgba(255,255,255,0), rgba(255,255,255,0.1) 49%, rgba(255,255,255,0));
  position: absolute;
  animation: sheen 1s 1s linear;
}

@keyframes sheen {
  0% {
    left: -200px;
  }
  100% {
    left: 110%;
  }
}

.memberCard .cardLogo {
  z-index: 2;
  position: absolute;
  height: 38px;
  left: 25px;
  top: 40px;
}

.memberCard .status {
  font-weight: 500;
  color: red;
  position: absolute;
  z-index: 2;
  font-size: 1.15rem;
  right: 20px;
  top: 10px;
}

.memberCard .status.active {
  color: greenyellow;
}

.memberCard .memberDetails {
  display: flex;
  position: absolute;
  top: 105px;
  justify-content: center;
  z-index: 3;
}

.memberCard .memberDetails .lhs {
  color: #c4141c;
  text-align: right;
  padding-right: 4px;
  min-width: 140px;
}

.memberCard .memberDetails .rhs {
  color: white;
  text-align: left;
  padding-left: 4px;
  max-width: 150px;
}

.memberCard .memberDetails p {
  margin: 0px;
  line-height: 1;
  font-size: 0.8rem;
}

.membershipCardParent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: transform 2s;
}

.membershipCardParent .memberCard .validityCheck{
  position: absolute;
  bottom: 5px;
  color: #a99c9c;
  right: 13px;
  font-size: 9px;
}

.memberDiscounts {
  padding-top: 45px;
  padding-bottom: 100px;
}

.companyCard {
  padding: 18px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 2px -1px 5px rgba(0,0,0,0.26);
  display: flex;
  max-width: 333px;
  width: 100%;
  position: relative;
  margin-top: 45px;
  min-width: 301px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 73px 0px 0px 73px;
}

.companyCardContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.companyCard img {
  object-fit: contain;
}

.companyCard .companyViewDetails {
  display: block;
  position: absolute;
  bottom: 13px;
  right: 13px;
  font-weight: 300;
  font-size: 0.8rem;
}

.companyCard a {
  text-decoration: none;
}

.companyCard h6 {
  font-weight: 300;
  font-size: 0.81rem;
  line-height: 0.95rem;
  margin-bottom: 0px;
  padding: 0px;
}

.companyCard .companyURL {
  color: #5c5c5c;
  font-size: 0.44rem;
  letter-spacing: -0.005rem;
  display: inline-block;
  margin-top: 0.2rem;
  width: 100%;
}

.divLink {
  cursor: pointer;
}

.companyCard:hover a {
  color: var(--primary);
}

.memberDiscountCompanies > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.companyCard div {
  padding-left: 20px;
}

section.membershipRenew {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

section.membershipRenew a {
  min-width: 200px;
}

@media (max-width: 1000px){
  section.membershipRenew {
    justify-content: center;
  }
}

.modalOverlay {
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.membershipCardParent.rotated {
  transform: rotate(90deg);
  z-index: 11;
  position: relative;
}

.memberCardRotateToggle.rotated {
  position: absolute;
  right: calc(50% - 120px);
  transform: rotate(90deg);
  top: 400px;
  z-index: 11;
  color: white;
  animation: appear 3s linear;
}

.memberCard.rotated {
  z-index: 2001;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media (min-width: 769px) {
  .memberCard.rotated {
    -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(203%);
    transform:translate(-50%, -50%) rotate(90deg) scale(203%);
  }
}

@media (max-width: 768px) {
  .memberCard.rotated {
    -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(203%);
    transform:translate(-50%, -50%) rotate(90deg) scale(203%);
  }
}

@media (max-width: 425px) {
  .memberCard.rotated {
    -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(185%);
    transform:translate(-50%, -50%) rotate(90deg) scale(185%);
  }
}

@media (max-width: 375px) {
  .memberCard.rotated {
    -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(157%);
    transform:translate(-50%, -50%) rotate(90deg) scale(157%);
  }
}

@media (max-width: 320px) {
  .memberCard.rotated {
    -webkit-transform:translate(-50%, -50%) rotate(90deg) scale(150%);
    transform:translate(-50%, -50%) rotate(90deg) scale(150%);
  }
}

.memberCard.rotated::before{
  animation: sheen 1s 4s linear;
}

.cardsContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cardParent{
  min-width: 320px;
  margin-left: 10px;
  margin-right: 10px;
}

@keyframes appear {
  0% {
    transform: rotate(1deg);
    opacity: 0;
  }
  50% {
    transform: rotate(1deg);
    opacity: 0;
  }
  75% {
    transform: rotate(365deg);
    opacity: 1;
  }
  100% {
    transform: rotate(455deg);
    opacity: 1;
  }
}

@media (min-width: 500px) {
  .discountDetails {
    padding: 50px;
  }
}

.companyDetails {
  position: relative;
  box-shadow: 2px 2px 5px rgba(30,30,30,0.37);
  padding: 10px;
  width: 330px;
  padding-top: 15px;
  padding-bottom: 40px;
}

.companyDetails img.business-icon {
  display: block;
  margin: auto;
  box-shadow: 0 0 10px 0 rgba(169, 169, 169, .8);
}

.companyDetails .companyURL {
  color: #5c5c5c;
  font-size: 0.44rem;
  letter-spacing: -0.005rem;
  display: block;
  margin-top: 0.2rem;
  width: 100%;
}

.companyDetails h5 {
  font-size: 0.9rem;
  line-height: 0.81rem;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 0px;
}

.companyDetails p {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: -0.02rem;
  font-weight: 300;
}

.companyDetails hr {
  width: 90%;
  border: none;
  background: #000;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.companyDetails h6 {
  font-weight: 300;
  font-size: 0.8rem;
}

.discountCode {
  display: block;
  width: fit-content;
  padding: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #e2e2e2;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 310px;
}

.companyLocation iframe {
  height: 256px;
}

.companyLocation {
  max-width: 330px;
}

.companyLocation .companyAddress {
  font-size: 0.8rem;
}

.companyLocation .btn {
  color: white;
}

.companyLocation h4 {
  font-size: 0.9rem;
}

.companyLocation .row {
  margin-top: 25px;
}

.discountDetails .row {
  width: 100%;
}

section.mainContent h6 {
  text-transform: uppercase;
  margin-bottom: 0.08rem;
  font-size: 0.9rem;
}

section.mainContent p {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.podcastEpisode {
  max-width: 450px;
  width: 100%;
  margin-top: 50px;
}

.podcastEpisode h3 {
  font-size: 1.1rem;
  margin-top: 1.2rem;
}

.podcastEpisodes p {
  font-size: 0.75rem;
  color: #666;
}

.podcastEpisode .podcastDate {
  font-size: 0.8rem;
  color: #666;
}

.podcastEpisode .podcastTime {
  font-size: 0.8rem;
  color: #666;
}

.podcastEpisode .upperRow {
  display: flex;
  align-items: center;
  width: 100%;
}

.podcastEpisode .upperRow > div {
  width: 100%;
}

.podcastEpisode .upperRow > div:last-child {
  text-align: right;
  max-width: fit-content;
}

.podcastEpisode img {
  border-radius: 2px;
  border: none;
  width: 100%;
  background: transparent;
  object-fit: cover;
}


.podcastEpisode .lowerRow {
  display: flex;
  align-items: center;
  justify-content: end;
}

.podcastEpisode .lowerRow > div {
  max-width: 215px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.podcastEpisode .lowerRow > div:last-child {
  text-align: right;
}

.podcastEpisode:hover h3, .podcastEpisode:hover span {
  color: var(--red);
  transition: color 0.5s;
}

.podcastEpisodes {
  display: flex;
  justify-content: center;
}

.podcastEpisodes > div {
  max-width: 450px;
}

.podcastRead {
  font-size: 0.88rem;
  font-weight: 400;
}

iframe.fullEmbed {
  width: 100%;
  height: 80vh;
  border: none;
  margin: auto;
}

.podcastToggles {
  display: flex;
  width: 80%;
  max-width: 360px;
  height: 40px;
  align-items: center;
  border-radius: 100px;
  margin: auto;
  justify-content: space-between;
  position: relative;
}

.podcastToggle {
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -o-moz-appearance: none;
  width: 44%;
  border-radius: 60px;
  height: 45px;
  background: transparent;
  z-index: 3;
  transition: color 1s ease;
  color: white;
}

.podcastToggles::before {
  content: '';
  display: block;
  width: 44%;
  position: absolute;
  left: 0%;
  height: 45px;
  border-radius: 100px;
  background: var(--primary);
  z-index: 2;
  transition: left 0.5s cubic-bezier(0.68, -0.02, 0.25, 1);
}

.podcastToggles[data-toggle="audio"]::before {
  left: 0%;
}

.podcastToggles[data-toggle="video"]::before {
  left: 56%;
}

.podcastToggles[data-toggle="audio"] .podcastToggle:last-child {
  color: #333;
  transition: color 1s linear;
}

.podcastToggles[data-toggle="audio"] .podcastToggle:first-child {
  color: #fff;
  transition: color 1s linear;
}

.podcastToggles[data-toggle="video"] .podcastToggle:first-child {
  color: #333;
  transition: color 1s linear;
}

.podcastToggles[data-toggle="video"] .podcastToggle:last-child {
  color: #fff;
  transition: color 1s linear;
}

.podcastToggle:focus {
  outline: none;
}

@keyframes recoil {
  0%, 10% { transform: translate(0) rotateZ(0deg) rotateY(180deg); }
  5% { transform: translateX(-5px) rotateZ(-5deg) rotateY(180deg); }
  10%, 50% { transform: translate(0) rotateZ(0deg) rotateY(180deg); }
  55%, 65%, 75% { transform: translateX(-5px) rotateZ(-5deg) rotateY(180deg); }
  60%, 70%, 80% { transform: translate(0) rotateZ(0deg) rotateY(180deg); }
  100% { transform: translate(0) rotateZ(0deg) rotateY(180deg); }
}


@keyframes flash {
  0%, 10% { opacity: 0; }
  5% {
    opacity: 0.5; }
  10%, 50% { opacity: 0; }
  55%, 65%, 75% { opacity: 0.5; }
  60%, 70%, 80% { opacity: 0; }
  100% { opacity: 0; }
}

.loading-indicator{
  width: 100%;
  height:100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-color:rgba(200,200,200,0.4);
  backdrop-filter: blur(2px);
  z-index: 20;
}
.loading-indicator.htmx-request{
  display: flex;
}

.loading-indicator div{
  position: relative;
  height: 150px;
  width: 150px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
  border: 2px solid var(--red);
}

.loading-indicator svg#gun {
  transform: rotateY(180deg);
  animation: recoil 2s ease infinite;
  zoom:0.2;
}
.loading-indicator svg#gun path {
  fill: var(--primary) !important;
}

.loading-indicator .gunshot-flash {
  width: 20px;
  height: 20px;
  background: linear-gradient(to top right, transparent 49%, rgb(255 0 204 / 0%) 50%) bottom left, linear-gradient(to top left, transparent 49%, rgb(255 255 0 / 0%) 50%) bottom right, linear-gradient(to bottom right, transparent 49%, rgba(255, 255, 0, 0.04) 50%) top left, linear-gradient(to bottom left, transparent 49%, rgba(255, 204, 0, 1) 50%) top right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(40deg);
  filter: blur(3px);
  position: absolute;
  top: 42px;
  right: 20px;
  z-index: 11111;
  animation: flash 2s ease infinite;
}

.mainContent .loginRegisterUI{
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainContent .loginRegisterUI form{
    max-width: 600px;
}

.audioControl {
  position: fixed;
  z-index: 99999;
  bottom: 55px;
  left: 10px;
  right: 10px;
  transition: opacity 1s linear;
  opacity: 1;
}

@media (min-width: 992px) {
  .audioControl {
    width: 280px;
    bottom: 10px;
  }
}

.audio-player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 100%;
}

.audio-player .toggle-play {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 12px;
  cursor: pointer;
  appearance: none;
  outline: none;
  background: var(--red);
  color: white;
  border-radius: 50px;
  min-width: 30px;
  min-height: 30px;
}

.audio-player .mute {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.slider {
  flex-grow: 1;
  margin: 0 20px;
}

.progress {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  overflow: visible;
}

.progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
  top: -4px;
  position: relative;
  z-index: 99999;
}

.progress::-o-moz-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}

.progress::slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}

.progress::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
}

.progress::slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
}

.progress::-o-moz-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
}

.current-time {
  margin-left: 15px;
}

.closeAudio {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #e1e1e1;
  color: #333;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.playButton{
  /**The Button on podcast details page**/
  width:50px;
  font-size: 20px;
  height: 50px;
  border:none;
  border-radius: 100%;
  color:white;
  background-color:var(--red);
  margin-right:25px;
}

.card{
  margin-top:20px;
}

.dialogue {
  width: 320px;
  height: 201px;
  z-index: 11;
  background-color: #121414;
  background-image: url("../img/ccfrMemberCardBackground.svg");
  border-color: #6c757d;
  border-style: solid;
  border-width: thin;
  text-align: center;
  border-radius: 25px;
}
.close-btn{
  z-index: 11;
  position: fixed;
  top: 5%;
  right: 50px;
  font-size: xxx-large;
  color: black;
}

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

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

.business-image {
  height: 10rem;
}

.business-email p {
  float: left;
}

.business-email .fa {
  float: left;
}

.contact-info {
  min-width: 350px;
}

.business-location {
  min-width: 300px;
}

.business-info {
  min-width: 300px;
}

.discounts-container {
  flex-flow: wrap;
}

.companyDetails .fa.fa-pencil {
  position: absolute;
  left: -6px;
  top: -5px;
}

.companyDetails.new {
  min-height: 390px;
}

.companyDetails .delete-btn {
  text-align: center;
  padding:0px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.companyDetails .delete-btn svg{
  font-size: 16px;
  color:white;
}

.companyDetails .edit-btn {
  text-align: center;
  padding:0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color:white;
}
.companyDetails .edit-btn svg{
  font-size: 16px;
  color:white;
}

.newCard-btn {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

section.discountDetails{
  max-width: none;
  width: 100%;

}
div.business-info-container{
  max-width: none;
  width: 100%;

}

.title-image{
  border-radius: 15px;
}

textarea{
  font-size: 1rem;
  letter-spacing: -0.02rem;
  font-weight: 300;
  width: 100%;
}

div.business-icon {
  height: 48px;
  position: relative;
  top: -24px;
}

section.business-name{
  max-width: none;
  width: 100%;
  margin-bottom: 40px;
}

.business-image{
  color: transparent;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s ease;
}

.business-image img{
  position: absolute;
  object-fit: cover;
  border-radius: 15px;
  z-index: 0;
  box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
}
.business-icon{
  color: transparent;
  transition: all .3s ease;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  position: relative;
  transition: all .3s ease;
}

img.business-icon{
  width: 150px;
  object-fit: cover;
  border-radius: 100%;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(255,255,255,.35);
  aspect-ratio: 1 / 1;
}

.business-phone p{
  float: left;
}

.businessNameSwapTarget input {
  font-size: 4.5vb;
}
.businessNameSwapTarget form{
  margin-top: 1rem;
}
.business-icon input{
  display: none;
}

.business-icon .-label{
  position: absolute;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.business-icon:hover .-label{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.8);
  z-index: 10000;
  color: rgb(250,250,250);
  transition: background-color .2s ease-in-out;
  border-radius: 100%;
  margin-bottom: 0;
}

.business-icon span {
  display: inline-flex;
  padding: .2em;
  height: 2em;
}

.business-image input{
  display: none;
}

.business-image .-label{
  cursor: pointer;
  height: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 16px;
}

.business-image:hover .-label{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  color: rgb(250,250,250);
  transition: background-color .2s ease-in-out;
  border-radius: 15px;
  margin-bottom: 0;
}

.business-image span {
  display: inline-flex;
  padding: .2em;
  height: 2em;
}

.companyDetails .save-btn{
  text-align: center;
  padding:0px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.companyDetails .save-btn svg{
  font-size: 12px;
  color:white;
}

#banner{
  transform: rotate(0deg);
  background-color: rgb(255 0 0 / 83%);
  backdrop-filter: blur(2px);
  text-align: center;
  position: absolute;
  top: 18%;
  left: calc(0% - 10px);
  width: calc(100% + 20px);
  color:white;
  height: 36px;
  border-radius: 3px;
  z-index: 4;
  /*
  transform: rotate(45deg);
  background-color: rgba(169, 169, 169, .8);
  text-align: center;
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  border-radius: 5px;
  z-index: 4;
  */
}

.companyCard img.business-icon {
  display: block;
  margin: auto;
  margin-left: 0;
  height: 110px;
  width: 110px;
  box-shadow: 0 0 10px 0 rgba(169, 169, 169, 1);
}

form label.amountSelector{
  border-style: solid;
  border-width: 1px;
  width:200px;
  margin: 0px;
}
form label.amountSelector:hover {
  background: red;
}
.amountSelector input[type="radio"] {
  appearance: none;
}

.amountSelector input[type="radio"]:checked + label {
  background:yellow;
}

.small-input div {
  width: 100%;
}

.small-input div form {
  width: 100%;
}

.small-input div form textarea {
  height: 30px;
}

.small-input div form .btn[type="submit"] {
  height: 30px;
  width: auto;
}

.large-input div{
  height: 100%;
}

.large-input div form{
  flex-direction: column !important;
}

.large-input div form textarea{
  height: 100%;
}

.large-input div form .btn[type="submit"]{
  width: 100%;
  max-width: none;
}

.custom-table{
  overflow-x: auto;
}

@media (max-width: 576px) {
  /*Small*/
  img.business-icon {
    width: 100px;
  }
  .business-icon label.-label {
    width: 100px;
  }
  section.business-name {
    margin-bottom: 0px;
    flex-direction: column;
  }


}

@media (max-width: 1500px) {
  td input.form-control{
    min-width: max-content;
  }

}

#checkout{
  margin-top: 72px;
  /*padding-bottom: 10px;*/
  overflow-y: auto;
  max-height: 90vh;
  min-width: 310px;
  border-radius: 10px;
}

div.discount-icon {
  height: 48px;
  position: relative;
  top: 100px;
}

.discount-icon {
  color: transparent;
  transition: all .3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all .3s ease;
}

.discount-icon .-label {
  position: absolute;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  width: 150px;
}

.discount-icon span {
  display: inline-flex;
  padding: .2em;
  height: 2em;
}

.discount-icon input {
  display: none;
}

.discount-icon:hover .-label{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.8);
  z-index: 10000;
  color: rgb(250,250,250);
  transition: background-color .2s ease-in-out;
  border-radius: 100%;
  margin-bottom: 0;
}

.business-icon.discount-img {
  height: 150px;
  top: 0;
}

.navItem.disabled span {
  color: grey; /* Ensure text is grey */
}

.navAlert{
  font-size: 0.9Rem;
  color: red;
  line-height: .2Rem;
}

.langSelector .langSelect.langSelected{
  background: rgb(227, 227, 227);
}

.langSelector .langSelect{
  display: inline-block;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: uppercase;
  font-size: 11px;
  /* background: white; */
  border-radius: 25px;
  cursor: pointer;
}

.loginFormFooter{
  justify-content: space-between;
}

.horizontal-spacer-10{
  width:10px
}

.centerLoginRegisterForm{
  width: 100%;
  max-width: 550px;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}

.contentDiv{
  height: 100vh;
  align-content: center;
  margin-left: 10px;
  margin-right: 10px;
}

.unreadMenu{
  font-size: 10px;
  cursor: pointer;
  margin-left: 6px;
}

.unreadMenuDiv{
  position: absolute;
  top: 6px;
  right:4px;
  font-size: 10px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.mockNotification.unread{
  background-color: #ffd5d5;
}

.notifications{
  max-width: 400px;
  margin: auto;
}

.notification{
  position: relative;
}

.mark-as-read{
  min-width: 100%;
  white-space: nowrap;
  background: #bcbcbc;
  border-color: #bcbcbc;
  font-size: 10px;
  height: 12px;
  line-height: 1px;
}

.notification-dropdown-menu{
  padding: 3px 3px 2px 3px;
  width: min-content;
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.notification-dropdown-menu-parent{
  width: 100%;
  position: absolute;
  right: 5px;
  top: 21px;
  overflow: hidden;
  background-color: transparent;
  height: 0px;
  transition: height .5s ease;
  display: flex;
  justify-content: flex-end;
}

.profile-button{
  min-width: 290px;
}

.mockNotification {
  position: relative;
  background: rgba(230, 230, 230, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 10px;
}

.mockNotification img{
  padding:2px;
  width:40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  background:#333;
  border-radius: 15px;
}

.mockNotification > div{
  margin-left: 5px;
  padding-top:5px;
}

.mockNotification > div p{
  margin:0;
  font-size: 12px;
}


.mockNotification > div h6{
  font-size:14px;
  margin-bottom:2px;
}

.mockNotification span.time{
  position: absolute;
  top:5px;
  right:20px;
  font-size:10px;
  color:gray;
}

.email-notification {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

.email-notification.show {
  display: block; /* Show when the class is added */
  opacity: 1;
}

a.notification-alert::after{
  display: inline-block;
  border-radius: 100%;
  border: #c4141c solid;
  content: '';
  width: 10px;
  aspect-ratio: 1;
  background-color: #c4141c;
  transform: translate(4px);
}

.search-container {
  display: flex;
  border: 2px solid #ccc;
  border-radius: 9px;
  overflow: hidden;
  background-color: white;
  width: 100%;
  margin-bottom: 16px;
}

.search-container .dropdown{
  border: none;
  padding: 10px;
  border-right: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 16px;
  outline: none;
  width: 150px;
  appearance: none;
  cursor: pointer;
}

.search-container .search-input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-container button.btn[type="submit"] {
  margin: 0;
}

p#faq{
  margin-top: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------------Dark Mode----------------------------------------------------------------------------------------------------------*/

body[dark-mode="true"] {
  background: #404040;
  color: #B8B8B9;
}

body[dark-mode="true"] .sideNav {
  background: #404040;
}

body[dark-mode="true"] .langSelect.langSelected {
  background: #B8B8B9;
  color: #333;
}

body[dark-mode="true"] .langSelect {
  background: #808080;
  color: #B8B8B9;
}

body[dark-mode="true"] .topMobileNav {
  background: #404040;
}

body[dark-mode="true"] .topBottomNav {
  background: #404040;
}

body[dark-mode="true"] .companyDetails {
  background-color: #333;
  color: #B8B8B9;
  box-shadow: 2px 2px 5px rgb(191 191 191 / 37%);
}

body[dark-mode="true"] .companyDetails a{
  background-color: #333;
  color: #B8B8B9;
}

body[dark-mode="true"] .companyCard {
  color: #B8B8B9;
  background: #333333;
  box-shadow: 2px -1px 5px rgb(255 255 255 / 26%);
}

body[dark-mode="true"] .companyCard .companyURL {
  color: #B8B8B9;
}

body[dark-mode="true"] .discountCode {
  background: #B8B8B9;
  color: #333;
}

body[dark-mode="true"] .businessAboutUsSwapTarget p span {
  color: #B8B8B9;
}

body[dark-mode="true"] .companyURL {
  color: #333333;
}

body[dark-mode="true"] .podcastEpisode .podcastDate {
  color: #B8B8B9;
}

body[dark-mode="true"] .podcastEpisode .podcastTime {
  color: #B8B8B9;
}

body[dark-mode="true"] .podcastToggles[data-toggle="video"] .podcastToggle:first-child {
  color: #fff;
  transition: color 1s linear;
}

body[dark-mode="true"] .podcastToggles[data-toggle="audio"] .podcastToggle:last-child {
  color: #fff;
  transition: color 1s linear;
}

body[dark-mode="true"] .audio-player{
  background-color:#333;
  color:#B8B8B9;
}

body[dark-mode="true"] .card{
  background-color:#404040;
  color:#B8B8B9;
}

body[dark-mode="true"] #enableDarkModeDiv[enableDarkMode="off"]{
  color:#212529;
  background-color: #fff;
}

body[dark-mode="true"] .table{
  color:#B8B8B9;
}

body[dark-mode="true"] main .jumbotron.bg-light{
  background-color: #333333 !important;
}

body[dark-mode="true"] .form-control {
  background-color: transparent;
  color:#B8B8B9;
  border-color:#B8B8B9;
}

body[dark-mode="true"] .form-select {
  background-color: #B8B8B9;
  color:#495057;
}

body[dark-mode="true"] input.discountStartDate {
  background-color: #B8B8B9;
  color:black;
}

body[dark-mode="true"] input.discountEndDate {
  background-color: #B8B8B9;
  color:black;
}

body[dark-mode="true"] textarea {
  color: #B8B8B9;
  background-color: #333;
}

body[dark-mode="true"] button.SubmitButton.SubmitButton--incompletet {
  background-color: #B8B8B9;
  color:black;
}

body[dark-mode="true"] .sideNav .navBrand{
  filter: brightness(90);
}

body[dark-mode="true"] .sideNav .navBrand:hover {
  filter: brightness(1);
  transition: filter 0.2s ease;
}

/*----------------------------------------------------------------Forms-----------------------------------------*/
.loginRegisterUI {
  padding: 0px;
}

.loginRegisterUI > section > div:last-child {
  background-image: url("../../assets/img/Images/woman_gun.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  .loginRegisterUI > section > div:first-child {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .loginRegisterUI > section > div:last-child {
    display: none;
  }
}

.loginRegisterUI > section {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
}

.ccfrLogoSmall {
  padding: 5px;
  background: #000;
  border-radius: 100%;
}

.loginRegisterNav {
  position: absolute;
  top: 0px;
  z-index: 99;
  padding-left: 6vw;
  padding-top: 20px;
}

.loginRegisterUI > section > div {
  width: 50%;
  display: flex;
  justify-content: center;
}

.loginRegisterUI > section > div:first-child form {
  width: 100%;
  max-width: 550px;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}

.loginRegisterUI form h3 {
  text-transform: uppercase;
}

.loginRegisterUI form label {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

form .form-footer a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

form .form-footer {
  margin-top: 30px;
  font-size: 0.90rem;
  font-weight: 300;
}

form .form-header {
  margin-top: 30px;
  font-size: 0.90rem;
  font-weight: 300;
}

form .form-footer a:hover {
  color: var(--primary);
}

form .btn[type="submit"] {
  display: block;
  width: 80%;
  max-width: 220px;
  text-transform: uppercase;
  margin: auto;
  margin-top: 30px;
  margin-bottom:32px;
}

.membershipSelector select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 210px;
  border: 2px solid var(--dark);
  border-radius: 0.2rem;
  padding: 5px;
}

.membershipSelector .caret {
  position: absolute;
  left: 180px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--dark);
  border-radius: 100%;
  pointer-events: none;
}

.membershipSelector {
  position: relative;
}

.loginRegisterUI .form-check label {
  font-size: 0.8rem;
  margin: 0px;
}

.loginRegisterUI .form-check {
  margin-top: 10px;
}

form .form-select {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--dark);
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 5px;
}

form .form-select:hover {
  border-bottom: 2px solid var(--primary);
}

form .row > div {
  margin-top: 25px;
}

#donate .donateButton{
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height:100px;
  background-color:var(--primary);
  color:white;
  transition: all 0.2s linear;
}

#donate .donateButton.sm{
  height:50px;
}


#donate .donateButton.selected{
  background:white;
  border:2px solid var(--primary);
  color:var(--primary);
}
#donate .donateButton.selected::after{
  content: '✓';
  position: absolute;
  transform: translateY(17px);
  font-size: 9px;
  color: gray;
  opacity: 0.5;
}

#donate .donateButton:hover{
  cursor: pointer;
  background:white;
  color:var(--primary);
}

#donate .donateButton input[type="radio"]{
  display: none;
}

#donate .donateButton i.fa, #donate .donateButton i.fas{
  position: absolute;
  opacity: 0.2;
  font-size: 60px;
  color:#ddd;
}
@media screen and (max-width: 500px) {
  #donate .donateButton {
    font-size: 13px;
    height:50px;
  }
  #donate .donateButton i.fa,#donate .donateButton i.fas{
    font-size: 50px;
  }
}

section#announcementBanner{
  max-width: none;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  right: 0px;
  left: 300px;
}
@media screen and (max-width: 991px){
  section#announcementBanner {
    bottom:50px;
    left: 0px;
  }
}

section#announcementBanner > a.theAnnouncement{
  min-height:40px;
  background:rgba(60,60,60,0.8);
  backdrop-filter: blur(2px);
  color:white;
  padding:5px;
  border-top:2px solid var(--primary);
  padding-left:20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

section#announcementBanner > a.theAnnouncement[href]:hover{
  background: rgba(160,60,60,0.8);
  transition:background 1s linear;
}

body[dark-mode="true"] section#announcementBanner > a.theAnnouncement{
  background:white;
  color:rgb(60,60,60);
}
body[dark-mode="true"] section#announcementBanner > a.theAnnouncement[href]:hover {
  background:rgba(260,160,160,0.8);
}

section#announcementBanner > a.theAnnouncement .theText{
  width:100%;
}
section#announcementBanner > a.theAnnouncement .theActions{
  width: 40px;
}