.marker {
  background-image: url("../../assets/media/marker.png");
  border-radius: 50%;
  width: 43px;
  height: 52px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-marker {
  border-radius: 50%;
  width: 43px;
  height: 52px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.marker_model .rumble-box-top-tag-container {
  position: absolute;
  top: 17px;
  z-index: 1;
  left: 16px;
  width: auto;
}

.marker_model .rumble-box-left img {
  border-radius: 10px 10px 0px 0px;
}

.marker_model .rumble-box-top-tag-container .rumble-box-top-tag {
  width: 100%;
  font-family: "DINRegular";
  background-color: #f5484d;
  font-size: 12px;
  color: #f3f3f3;
  padding: 2px 10px;
  border: 2px solid #f5484d;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  backface-visibility: hidden;
}

.marker_model .mapboxgl-popup {
  max-width: 291px !important;
  pointer-events: visible;
}

.marker_model .mapboxgl-popup-content {
  padding: 0px;
  /* backface-visibility: hidden; */
}

.marker_model .mapboxgl-popup-content .rumble-box {
  margin: 0px;
  width: 100%;
}

.marker_model .mapboxgl-popup-close-button {
  color: white;
  font-size: 30px;
  margin-top: 7px;
}

.rumble-locations-container {
  direction: rtl;
}

.rumble-locations-container > * {
  direction: ltr;
}

.rumble-locations-container::-webkit-scrollbar {
  width: 7px;
}

.rumble-locations-container::-webkit-scrollbar-track {
  background: #f3f3f3;
}

.marker_model .mapboxgl-popup-tip {
  border: 17px solid transparent;
}

.rumble-locations-container::-webkit-scrollbar-thumb {
  background: #e4e7ec;
  border-radius: 10px;
  height: 200px;
}

.bg-img-section {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-img-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 65%);
  z-index: 1;
}

.bg-img-section > * {
  position: relative;
  z-index: 2;
}

.bg-heading-text {
  color: #f3f3f3;
  font-size: 32px;
  font-family: "Revive80";
  text-align: center;
}

.bg-img-section-icon {
  cursor: pointer;
}

.top-text marquee {
  font-family: "Revive80Outline";
  font-size: 96px;
}

.home-first-section {
  display: flex;
  width: 100%;
}

.home-fl-section {
  width: 35%;
}

.search-container {
  display: flex;
}

.home-fr-section {
  width: 65%;
  padding-left: 40px;
}

.home-fr-section img {
  width: 100%;
}

.search-f-icon {
  width: 15%;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 8px 0px 0px 8px;
}

.search-input {
  width: 70%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.search-input input {
  height: 100%;
  width: 100%;
  border: 0;
}

.search-btn {
  width: 15%;
}

.search-btn button {
  width: 100%;
  background-color: #f5484d;
  border: 0;
  height: 100%;
  border-top: 1px solid #f5484d;
  border-bottom: 1px solid #f5484d;
  border-radius: 0px 8px 8px 0px;
}

.home-range-container {
  width: 100%;
  display: flex;
  margin-top: 18px;
}

.home-range-slider {
  width: 85%;
}

.search-filter-icon {
  width: 15%;
}

.search-filter-icon img {
  width: 45%;
  margin: 0px 0px 0px 15px;
  cursor: pointer;
}

.home-range-slider .MuiSlider-root {
  color: #f5484d !important;
  height: 6px !important;
}

.home-range-slider .MuiSlider-thumb::before {
  background: #fff;
  border: 1px solid #f5484d;
}

.rumble-locations-container {
  margin-top: 40px;
  height: 725px;
  overflow: auto;
}

.rumble-box {
  display: flex;
  width: 95%;
  box-shadow: 0px 0px 4px 2px #00000021;
  border-radius: 10px;
  margin: 5px 5px 43px 0px;
  height: 210px;
}

.rumble-box-left {
  width: 40%;
}

.rumble-box-right {
  width: 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rumble-box-right.mapPopup {
  text-align: left;
}

.rumble-box-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.home-mobile-rumbel-box-container {
  display: none;
}

/* slick slider code for img  */
.rumble-box-left .slick-slider {
  height: 100%;
}

.rumble-box-left .slick-list {
  height: 100%;
}

.rumble-box-left .slick-track {
  height: 100%;
}

.rumble-box-left .slick-slide div {
  height: 100%;
}

.rumble-box-left .slick-prev {
  left: 5px;
  z-index: 1;
}

.rumble-box-left .slick-next {
  right: 5px;
}

.rumble-box-tag-tile-container {
  display: flex;
  width: 100%;
}

.rumble-box-title-container {
  /* width: 67%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.rumble-box-title-container-league {
  width: 100%;
}

.rumble-box-title-container-league h3 {
  border: 1px solid #00000021;
  border-radius: 10px;
  padding: 10px;
  margin-top: 3px;
}

.rumble-box-top-tag-container {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.rumble-box-top-tag {
  width: 100%;
  font-family: "DINRegular";
  background-color: #f5484d;
  font-size: 8px;
  color: #f3f3f3;
  padding: 2px 6px;
  border: 2px solid #f5484d;
  border-radius: 4px;
  text-align: center;
}

.rumble-box-title {
  color: #3e4958;
  font-size: 22px;
  font-family: "DINBold";
  margin: 0;
  /* margin-top: 14px; */
}

.rumble-orga {
  color: #3e4958;
  font-size: 12px;
  font-family: "DINLight";
  font-style: italic;
  margin: 0;
}

.rumble-dur {
  color: #3e4958;
  font-size: 14px;
  font-family: "DINLight";
  margin: 0;
  /* margin-top: 10px; */
}

.rumble-dur span {
  font-family: "DINBold";
}

.rumble-start {
  color: #3e4958;
  font-size: 10px;
  font-family: "DINLight";
  font-style: italic;
  margin: 0;
}

.rumble-mood {
  color: #3e4958;
  font-size: 14px;
  font-family: "DINLight";
  margin: 0;
  margin-top: 5px;
}

.rumble-mood span {
  font-family: "DINBold";
}

.rumble-prize {
  color: #3e4958;
  font-size: 14px;
  font-family: "DINLight";
  margin: 0;
}

.rumble-prize span {
  font-family: "DINBold";
}

.rumble-box-btn {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.rumble-avail {
  width: 40%;
  color: #191a23;
  font-size: 12px;
  font-family: "DINBold";
  border-radius: 5px;
  margin: 0;
}

.rumble-join-btn {
  /* width: 60%; */
  width: 140px;
  color: #191a23;
  font-size: 12px;
  font-family: "DINBold";
  background-color: #b9ff66;
  border: 2px solid #88e619;
  border-radius: 5px;
}

.create-rumble-container {
  background-color: #bb8cff;
  margin-top: 75px;
}

.create-rumble-section {
  display: flex;
  align-items: center;
  margin-top: 115px;
}

.create-rumble-left-section {
  width: 60%;
}

.create-rumble-right-section {
  width: 40%;
  display: flex;
  justify-content: end;
}

.create-rumble-left-section h2 {
  width: 60%;
  font-size: 36px;
  font-family: "Revive80";
  line-height: 36px;
}

.create-rumble-left-section p {
  width: 65%;
  font-size: 20px;
  font-family: "SpaceGroteskRegular";
  line-height: 28px;
  color: #000;
  margin: 35px 0px;
}

.create-rumble-section button {
  padding: 20px 35px;
  background-color: #f5484d;
  border: 0;
  border-radius: 14px;
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  font-family: "DINBold";
}

.home-third-section {
  width: 100%;
  display: flex;
  margin-top: 155px;
  background-color: #f3f3f3;
  border-radius: 45px;
  height: 690px;
  background-image: url("../../assets/media/backgroundR.png");
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
}

.home-third-left-sec {
  width: 45%;
  margin: 47px 0px 47px 60px;
}

.what-rum-title {
  color: black;
  font-size: 30px;
  font-family: "DINBold";
  margin: 0;
  margin-bottom: 26px;
}

.what-rum-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";
  margin: 0;
  margin-bottom: 25px;
}

.what-rum-btn {
  color: #191a23;
  font-size: 27px;
  font-family: "DINBold";
  font-weight: 700;
  /* width: 45%; */
  padding: 20px 35px;
  text-decoration: none;
  border-radius: 14px;
  background-color: #b9ff66;
  border: 0;
}

.home-third-right-sec {
  width: 55%;
  align-content: center;
  position: relative;
}

.what-rum-middel-img {
  width: 100%;
}

.what-rum-bostar-img {
  position: absolute;
  right: 0;
  top: -45px;
}

.what-rum-bgstar-img {
  position: absolute;
  right: -20px;
  bottom: 50px;
}

.what-rum-grstar-img {
  position: absolute;
  left: 140px;
  bottom: -35px;
}

.home-four-section {
  /* width: 100%; */
  display: flex;
  align-items: center;
  margin-top: 141px !important;
}

.home-four-left-section {
  width: 50%;
}

.home-four-right-section {
  width: 50%;
  text-align: end;
}

.home-donation-img {
  width: 70%;
}

.home-donation-title {
  color: black;
  font-size: 36px;
  font-family: "Revive80";
  line-height: 36px;
}

.home-donation-content {
  color: black;
  font-size: 20px;
  font-family: "SpaceGroteskRegular";
  line-height: 28px;
  width: 75%;
  margin: 35px 0px;
}

.home-donation-btn {
  color: white;
  font-size: 27px;
  font-family: "DINBold";
  line-height: 28px;
  background-color: #f5484d;
  padding: 20px 35px;
  border-radius: 14px;
  border: 0;
}

.home-five-section {
  /* width: 100%; */
  margin-top: 155px !important;
}

.support-plane-section {
  width: 100%;
  display: flex;
}

.support-plan-title-container {
  width: 20%;
  /* background-color: #B9FF66; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-plan-title {
  color: black;
  font-size: 61px;
  font-family: "Revive80_tall";
  background-color: #b9ff66;
  margin: 0;
}

.support-plan-title h3 {
  height: 61px;
}

.support-plan-content-container {
  width: 80%;
  padding-left: 40px;
  padding-right: 20px;
}

.support-plan-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";
  margin: 0;
}

.home-five-black-container {
  width: 100%;
  display: flex;
  background-color: #191a23;
  border-radius: 45px;
  padding: 70px 60px;
  margin-top: 50px;
}

.home-five-black-container-left-col {
  width: 33.33%;
  padding-right: 64px;
}

.home-five-black-container-center-col {
  width: 33.33%;
  padding: 0 64px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.home-five-black-container-right-col {
  width: 33.33%;
  padding-left: 64px;
}

.home-prize-label {
  color: black;
  font-size: 30px;
  font-family: "DINBold";
  background-color: #b9ff66;
  border-radius: 7px;
  padding: 0 7px;
}

.home-prize-content {
  color: white;
  font-size: 18px;
  font-family: "DINRegular";
  margin: 20px 0px;
}

.home-learnmore-btn {
  color: #b9ff66;
  font-size: 20px;
  font-family: "SpaceGroteskRegular";
  line-height: 28px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
}

.home-learnmore-btn img {
  margin-left: 15px;
}

.home-contact-section {
  /* width: 100%; */
  /* margin-top: 155px !important; */
}

.support-contact-section {
  width: 100%;
  display: flex;
  /* height: 50px; */
}

.support-contact-title-container {
  width: 20%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.support-contact-title {
  color: black;
  font-size: 61px;
  height: 61px;
  font-family: "Revive80_tall";
  margin: 0;
  background-color: #b9ff66;
}

.support-contact-content-container {
  width: 80%;
  padding-left: 40px;
  padding-right: 20px;
}

.support-contact-content {
  color: black;
  font-size: 18px;
  font-family: "DINRegular";
  margin: 0;
}

/* .contact-form-maincontainer {
    display: flex;
    width: 100%;
    margin-top: 75px;
    margin-bottom: 155px;
    background-color: #F3F3F3;
    padding: 60px 0px 60px 100px;
    border-radius: 45px;
    background-image: url("../../assets/media/backgroundR.png");
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center right;
    background-size: contain;
} */
.contact-form-maincontainer {
  display: flex;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 155px;
  background-color: #f3f3f3;
  padding: 60px 0px 60px 100px;
  border-radius: 45px;
  background-image: url("../../assets/media/backgroundR.png");
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center right;
  background-size: contain;
}

.contact-form-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-imgcontainer {
  width: 50%;
  text-align: end;
}

.contact-form-imgcontainer img {
  width: 90%;
}

.contact-input-labels {
  color: black;
  font-size: 16px;
  font-family: "SpaceGroteskRegular";
  line-height: 28px;
  margin: 0;
}

.contact-form-inputs {
  color: #898989;
  font-size: 14px;
  font-family: "SpaceGroteskRegular";
  padding: 14px 30px;
  border-radius: 14px;
  border: 1px solid #000;
}

.contact-form-inputs:focus {
  box-shadow: none;
  border-color: #000;
}

.contact-form-sub-btn {
  color: white;
  font-size: 20px;
  font-family: "SpaceGroteskRegular";
  line-height: 28px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 35px;
  border-radius: 14px;
  background-color: #191a23;
  border: 0;
}

.contact-form-sub-btn:hover {
  background-color: #191a23;
}

.dropdown-basic-home .dropdown-item {
  margin-bottom: 2px;
}

.radiusKm {
  font-family: "DINLight";
  font-size: 16px;
}

.proText {
  font-family: "DINRegular";
  font-weight: bold;
}

.dark-mode-active .support-contact-content-container.modal-p p {
  color: #f3f3f3;
}

.dark-mode-active .contact-us-modal textarea {
  background-color: rgb(255,255,255,0.05);
}

.dark-mode-active .contact-us-modal textarea::placeholder {
  color: rgba(159, 159, 159, 1) !important;
}
.rumble-avail.comp {
  font-family: "DINBold";
  text-transform: uppercase;
}
.rumble-join-btn.see-results {
  background-color: rgba(151, 71, 255, 1) !important;
  border: 2px solid rgba(151, 71, 255, 1) !important;
  color: #fff !important;
  /* width: unset; */
}
.rumble-join-btn.see-view {
  background-color: rgba(196, 196, 196, 1) !important;
  border: 2px solid rgba(196, 196, 196, 1) !important;
  color: #000 !important;
  /* width: unset; */
}
.rumble-avail.booked {
  color: rgba(245, 72, 77, 1);
}
.rumble-join-btn.leave-btn {
  background-color: rgba(245, 72, 77, 1);
  color: #fff;
  border: 2px solid rgba(245, 72, 77, 1);
}
.user-profile-page .create-rumble-box-right button {
  width: 140px !important;
}

@media (max-width: 767px) {
  /* .what-rum-bostar-img, .what-rum-bgstar-img, .what-rum-grstar-img {
        display: none;
    } */
  .createrumble-map-sec-home.mapboxgl-map {
    width: 100% !important;
  }

  .home-mobile-rumbel-box-container {
    display: block;
    margin-top: 30px;
    padding: 20px;
  }

  .mobile-rumble-box {
    width: 99% !important;
    display: flex !important;
    box-shadow: 0px 0px 4px 2px #00000021;
    border-radius: 10px;
    margin: 5px 0;
    height: 210px;
  }

  .search-container {
    display: none;
  }

  .home-range-container {
    display: none;
  }

  .home-first-section {
    display: block;
    /* width: 100%; */
  }

  .home-fr-section {
    width: 100%;
    padding-left: 0;
  }

  .home-fl-section {
    width: 100%;
    display: none;
  }

  .create-rumble-section {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
    padding: 0 20px;
  }

  .create-rumble-left-section {
    width: 100%;
    text-align: center;
  }

  .create-rumble-right-section {
    width: 100%;
    display: block;
    text-align: center;
  }

  .create-rumble-right-section img {
    width: 95%;
  }

  .create-rumble-left-section h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }

  .create-rumble-left-section p {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .create-rumble-section button {
    padding: 10px 35px;
    font-size: 17px;
    margin-bottom: 40px;
  }

  .home-third-main-container {
    padding: 0 20px;
  }

  .home-third-section {
    width: 100%;
    display: block;
    height: auto;
    margin-top: 60px;
  }

  .home-third-left-sec {
    width: 100%;
    margin: 0;
    padding: 35px;
  }

  .home-third-right-sec {
    display: none;
  }

  .home-four-section {
    width: 100%;
    display: block;
    margin-top: 87px;
    padding: 0 20px;
  }

  .home-four-left-section {
    width: 100%;
    text-align: center;
  }

  .home-donation-title {
    text-align: start;
  }

  .home-donation-content {
    text-align: start;
  }

  .home-four-right-section {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .home-donation-img {
    width: 90%;
  }

  .home-five-section {
    width: 100% !important;
    margin-top: 60px !important;
  }

  .support-plane-section {
    width: 100%;
    display: block;
  }

  .home-five-section {
    width: 100%;
    margin-top: 85px;
    padding: 20px;
  }

  .support-plane-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .support-plan-title-container {
    width: 80%;
    /* height: 50px; */
    background-color: #b9ff66;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .support-plan-content-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }

  .support-plan-content {
    text-align: center;
  }

  .home-five-black-container {
    width: 100%;
    display: block;
    padding: 70px 30px;
    margin-top: 60px;
  }

  .home-five-black-container-left-col {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 64px;
  }

  .home-five-black-container-center-col {
    width: 100%;
    padding: 64px 0px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .home-five-black-container-right-col {
    width: 100%;
    padding-left: 0;
    padding-top: 64px;
  }

  .home-contact-section {
    width: 100% !important;
    /* margin-top: 60px !important; */
    padding: 0 20px;
  }

  .support-contact-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .support-contact-title-container {
    width: 60%;
    /* height: 50px; */
    background-color: #b9ff66;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .support-contact-content-container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }

  .support-contact-content {
    text-align: center;
  }

  .contact-form-maincontainer {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 40px 30px;
    border-radius: 45px;
  }

  .contact-form-container {
    width: 100%;
    display: block;
  }

  .contact-form-imgcontainer {
    width: 100%;
    display: none;
  }

  .rumble-avail {
    width: 50%;
  }

  .rumble-join-btn {
    /* width: 50%; */
  }

  .create-rumble-container {
    background-color: #bb8cff;
    margin-top: 40px;
  }

  .what-rum-btn {
    font-size: 20px;
    padding: 15px 35px;
  }
}

:host([theme~="custom-dialog"]) [part="content"] {
  padding: 0;
}
