@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;display=swap");
:root {
  --textColor: rgb(203, 208, 252);
  --primaryBackground: #4f2b7a;
  --primaryBackgroudSaturated: #411469;

  --secondaryColor: #fdd900;
}

* {
  border: 0;
  margin: 0;
  box-sizing: border-box;
  color: var(--textColor);
}

.bg-app-secondary {
  background-color: var(--secondaryColor);
}

.progress-bar-background {
  background-color: orange;
}

#image-carousel .slider-wrapper {
  width: 100%;
  /* height: 500px; */
  position: absolute;
  transform: translateY(0%);
  padding: 30px 0;
}

#image-carousel .splide__pagination {
  padding: 12px;
  display: block;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

.splide__pagination button {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
}

.splide__pagination button.is-active {
  background-color: #fdd900;
  height: 5px;
}

/* for mobile devices */
@media only screen and (max-width: 600px) {
  #image-carousel .slider-wrapper {
    padding: 0;
  }
}

.secondary-color {
  color: #4f2b7a;
}

.primary-color {
  color: #fdd900;
}

.text {
  font-size: 20px;
}

.carousel-overlay-image {
  height: 500px;
}

.app-button {
  background-color: #fdd900;
  font-weight: 600;

  color: #4f2b7a;

  border-radius: 5px;
  border: 1px solid #fdd900;
}

/* for mobile devices */
@media only screen and (max-width: 800px) {
  .app-button {
    font-size: smaller;
    padding: 5px;
  }
}

.app-button:hover {
  background-color: #ffdd1a;
  color: #4f2b7a;
  border: 1px solid;
}

.cta-button {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.cta-button:hover {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #333;
  text-decoration: none;
}

.slider-wrapper {
  bottom: 70px;
  width: 100%;
}

.heading {
  font-size: 30px;
  color: #fdd900;
  text-align: center;
}

/* for mobile */

@media only screen and (max-width: 600px) {
  .heading {
    font-size: 20px;
  }
}

.about-jatra-wrapper {
  background-color: #4f2b7a;
  margin: 0;
  padding-bottom: 30px;
  padding-top: 3em;
  margin-top: -2px;
}

.about-jatra-contents {
  margin-top: 50px;
}

.about-jatra-content-body {
  margin-bottom: 20px;
}

.thumbnail-container {
  /* background-image: url("../img/svg/Top Banner 2.svg"); */
  background-size: cover;
  background-position: center;
  height: 250px;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.4);
  /* position: relative; */
}

/* .youtube-thumbnail-container{
  height: 400px;
} */

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* border bax shadow */

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#youtube-video-container {
  height: 250px;
  margin-bottom: 20px;
}

/* min 1200 px */
@media (min-width: 1200px) {
  .thumbnail-container {
    height: 265px;
  }
  .youtube-thumbnail-container {
    height: 230px;
  }
}

.temple-path-wrapper {
  position: relative;
  background-color: #4d207a;
}

.temple-path-roadmap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.roadmap-item {
  padding: 20px;
  color: black;
  width: 100% !important;
}

.roadmap-item-0{
  position: absolute;
  width: 100%;
}

.roadmap-item-1 {
  width: 100%;
  position: absolute;
  top: -245px;
}
.roadmap-item-2 {
  position: absolute;
  width: 100%;
}

.roadmap-item-3 {
  position: absolute;
  width: 100%;
  top: 90px;
}

/* for mobile device */

@media (max-width: 400px) {
  .roadmap-item-0{
    top: -20em;
    left: -10em;
  }
  .roadmap-item-1 {
    top: -115px;
  }
  .roadmap-item-2 {
    top: -52px;
  }
  .roadmap-item-3 {
    top: -20px;
  }
}

@media (min-width: 300px) and (max-width: 500px) {
  .roadmap-item-0{
    top: -20em;
    left: -4em;
  }
  .roadmap-item-1 {
    top: -150px;
  }
  .roadmap-item-2 {
    top: -52px;
  }
  .roadmap-item-3 {
    top: -20px;
  }

  .roadmap-reward-2 {
    left: -50px;
    top: -40px;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  .roadmap-item-0{
    top: -20em;
    left: -6em;
  }
  .roadmap-item-1 {
    top: -170px;
  }
  /* .roadmap-item-2{
    top: -52px;
  }
  */
  .roadmap-item-3 {
    top: 20px;
  }

  .roadmap-reward-2 {
    left: -90px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  .roadmap-item-0{
    top: -20em;
    left: -6em;
  }
  .roadmap-item-1 {
    top: -170px;
  }
  .roadmap-item-2 {
    top: -79px;
  }
  .roadmap-item-3 {
    top: -15px;
  }

  .roadmap-reward-2 {
    left: -65px;
  }
}

@media (min-width: 801px) and (max-width: 1000px) {
  .roadmap-item-0{
    top: -20em;
    left: -10em;
  }
  .roadmap-item-1 {
    top: -215px;
  }
  .roadmap-item-2{
    top: -79px;
  }
  .roadmap-item-3 {
    top: 14px;
  }
}

@media (min-width: 1000px) {
  .roadmap-item-0{
    top: -31em;
  }
  .roadmap-item-1 {
    top: -270px;
  }
  /* .roadmap-item-2{
    top: -79px;
  } */
  /* .roadmap-item-3{
    top: 14px;
  } */
}

@media (min-width: 1200px) {
  .roadmap-item-0{
    top: -31em;
  }
  .roadmap-item-1 {
    top: -300px;
  }
}

/* for mobile devices */

/* for mobile reduce padding */

@media (max-width: 400px) {
  .roadmap-button {
    padding: 1px;
    font-size: 9px !important;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .roadmap-button {
    padding: 2px;
    font-size: 9px !important;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .roadmap-button {
    font-size: 10px !important;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  .roadmap-button {
    font-size: 11px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .roadmap-button {
    font-size: 12px !important;
  }
}

.roadmap-reward {
  position: relative;
  padding: 20px;
  color: black;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roadmap-reward-1 {
  align-items: center;
  left: 60px;
  top: -40px;
}

/* for mobile */

@media (min-width: 800px) {
  .about-jatra-wrapper {
    padding-bottom: 20px;
  }
  .roadmap-reward-1 {
    left: 75px;
    top: 10px;
  }

  .roadmap-reward-2 {
    left: -105px;
  }
}

@media (max-width: 800px) {
  .reward-item-3 {
    height: 100px !important;
    width: 100px !important;
  }
}

@media (min-width: 1000px) {
  .roadmap-reward-0{
    left: -16em;
    bottom: -5em;
  }

  .roadmap-reward-1 {
    left: 143px;
  }
}

@media (min-width: 1000px) {
  .roadmap-reward-1 {
    left: 143px;
  }

  .roadmap-reward-2 {
    left: -159px;
  }
}

.roadmap-reward-2 {
  align-items: center;
}

.roadmap-reward-3 {
  align-items: center;
}

.reward-item-1 {
  width: 20% !important;
  height: 20%;
}

.reward-item-2 {
  height: auto;
  object-fit: contain;
}

.roadmap-reward-item {
  /* position: absolute; */
}
.with-helper-text {
  bottom: -60px;
}

.without-helper-text {
  bottom: -22px;
}

.roadmap-reward h5 {
  font-size: 13px;
  font-weight: 600;
  color: white;
  /* margin: 10px 0; */
}

.roadmap-reward button {
  /* padding:2px !important;
  font-size: 12px !important; */
  width: auto;
}

.roadmap-reward .roadmap-reward-helper-text {
  font-size: 10px;
  color: rgb(208, 208, 208);
}

/*  */

@media (min-width: 300px) and (max-width: 700px){
  .reward-item-0 {
    width: 40px !important;
  }

  .reward-item-2 {
    max-width: 70px;
  }

  .roadmap-reward-3 {
    top: 40px;
  }
}

@media (min-width: 700px) {
  .reward-item-2 {
    max-width: 70px;
  }
}

@media (min-width: 800px) {
  .reward-item-2 {
    max-width: 100px;
  }

  .roadmap-reward-3 {
    top: 0px;
  }
}

@media (min-width: 1000px) {
  .reward-item-2 {
    max-width: 80px;
  }
}

@media (min-width: 1300px) {
  .reward-item-2 {
    max-width: 100px;
  }
}

/*  */

@media (min-width: 300px) {
  .carousel-overlay-image {
    height: 90px !important;
  }
}
@media (min-width: 400px) {
  .carousel-overlay-image {
    height: 120px !important;
  }
}

/* for helper text */
@media (min-width: 500px) {
  .with-helper-text {
    bottom: -60px;
  }

  .without-helper-text {
    bottom: -22px;
  }
}

@media (min-width: 700px) {
  .with-helper-text {
    bottom: -60px;
  }

  .without-helper-text {
    bottom: -22px;
  }
}

@media (min-width: 800px) {
  .with-helper-text {
    bottom: -60px;
  }

  .without-helper-text {
    bottom: -22px;
  }
}

@media (min-width: 1000px) {
  .with-helper-text {
    bottom: -50px;
  }

  .without-helper-text {
    bottom: -10px;
  }
}

@media (min-width: 1300px) {
  .with-helper-text {
    bottom: -45px;
  }

  .without-helper-text {
    bottom: -10px;
  }
}

/* .temple-path-wrapper img {
  width: 100%;
} */

.giveaway-updates-wrapper {
  padding: 40px;
  background-color: var(--primaryBackgroudSaturated);
}

.giveaway-updates-wrapper .splide__arrow {
  top: 44% !important;
}

.theme-text-color {
  color: var(--textColor);
}

.giveaway-cards-wrapper {
  width: 22rem;
  height: auto;
  /* padding: 10px; */
}
#giveaway-carousel {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 420px) {
  #giveaway-carousel {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.giveaway-cards {
  background: white;
  border-radius: 20px;
  height: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: -5px 6px 7px 0px rgba(0, 0, 0, 0.4);
}

.giveaway-cards .splide__slide {
  width: 200px !important;
}

.giveaway-cards img {
  margin: auto;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.giveaway-item-meta {
  padding: 0 20px;
}

.giveaway-item-text {
  font-weight: 600;
}

.giveaway-item-stat {
  font-size: 11px;
  font-weight: 500;
}

.splide__arrow {
  background: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 767px) {
  .about-jatra-wrapper {
    padding: 0;
  }

  .about-jatra-wrapper {
    padding-bottom: 20px;
  }
  .about-jatra-content-body {
    text-align: center;
  }

  .about-jatra-contents a {
    display: block;
    margin: 0 auto;
  }
}

/*  */
@media (min-width: 300px) {
  .carousel-overlay-image {
    height: 90px !important;
  }
}
@media (min-width: 400px) {
  .carousel-overlay-image {
    height: 120px !important;
  }
}

@media (min-width: 500px) {
  .carousel-overlay-image {
    height: 160px !important;
  }
}

@media (min-width: 700px) {
  .carousel-overlay-image {
    height: 200px !important;
  }
}

@media (min-width: 800px) {
  .carousel-overlay-image {
    height: 300px !important;
  }
}

@media (min-width: 1000px) {
  .carousel-overlay-image {
    height: 400px !important;
  }
}

@media (min-width: 1300px) {
  .carousel-overlay-image {
    height: 563px !important;
  }
}

/*  */

.temple-path-wrapper .container {
  position: relative;
}

.payment-yatra-wrapper {
  padding: 10px;
  background: var(--primaryBackground);
  padding-bottom: 50px;
}

#paymentyatra-carousel .splide__arrows {
  display: none;
}

.yatra-cta-btn {
  width: 12rem;
}

.payment-yatra-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

/* .payment-yatra-content-wrapper {
  position: relative;
  background: var(--primaryBackground) !important;

  transition: 0.2s ease;
 

} */
/* for mobvile */

.payment-yatra-item-wrapper {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 300px) {
  .payment-yatra-item-wrapper {
    height: 200px;
  }

  .corner-red {
    top: -34px;
    right: 8px;
    height: 2.8rem;
  }
  .payment-yatra-wrapper h2 {
    margin-bottom: 0px !important;
  }

  .payment-yatra-content-wrapper {
    height: 300px !important;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: 0;
  }
}

@media (max-width: 500px) {
  .payment-yatra-content-wrapper {
    height: 250px !important;
    padding: 30px;
  }
}
@media (min-width: 400px) {
  .payment-yatra-item-wrapper {
    height: 260px;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: -0.5em;
  }

  .payment-yatra-item-wrapper h3 {
    font-size: 21px;
  }

  .corner-red {
    top: -34px;
    right: 8px;
    height: 2.8rem;
  }

  .payment-yatra-content-wrapper {
    height: 295px !important;
  }

  .payment-yatra-wrapper h2 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 500px) {
  .payment-yatra-item-wrapper {
    height: 150px;
    font-size: 12px;
  }

  .payment-yatra-item-wrapper h3 {
    font-size: 23px;
  }

  .corner-red {
    top: -34px;
    right: 6px;
    height: 1.5rem;
  }

  .corner-red h4 {
    font-size: 12px;
  }

  .payment-yatra-wrapper h2 {
    margin-bottom: 0px !important;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: 1.5em;
  }
}

@media (min-width: 700px) {
  .payment-yatra-item-wrapper {
    height: 200px;
  }

  .corner-red {
    top: -27px;
    right: 11px;
    height: 1.5rem;
  }

  .corner-red h4 {
    font-size: 12px;
  }

  .payment-yatra-content-wrapper p {
    font-size: 15px;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: 1.5em;
  }
}

@media (min-width: 800px) {
  .payment-yatra-item-wrapper {
    height: 170px;
  }

  .corner-red {
    top: -26px;
    right: 5px;
    height: 1.5rem;
  }

  .corner-red h4 {
    font-size: 12px;
  }

  .payment-yatra-content-wrapper {
    height: 330px !important;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: -0.5em;
  }
}

@media (min-width: 1000px) {
  .payment-yatra-item-wrapper {
    height: 200px;
  }

  .corner-red {
    top: -27px;
    right: 6px;
    height: 1.9rem;
  }

  .corner-red h4 {
    font-size: 12px;
  }

  .payment-yatra-item-wrapper h3 {
    font-size: 26px;
  }

  .payment-yatra-content-wrapper p {
    font-size: 17px;
  }
  .payment-yatra-content-wrapper {
    height: 360px !important;
  }

  .payment-yatra-wrapper .splide__pagination {
    bottom: -1.5em;
  }
}
@media (min-width: 1100px) {
  .payment-yatra-content-wrapper {
    height: 300px !important;
  }
}

@media (min-width: 1300px) {
  .payment-yatra-item-wrapper {
    height: 230px;
  }

  .corner-red {
    top: -19px;
    right: 16px;
    height: 2.1rem;
  }

  .corner-red h4 {
    font-size: 12px;
  }

  .payment-yatra-item-wrapper h3 {
    font-size: 30px;
  }

  .payment-yatra-wrapper h2 {
    margin-bottom: 30px !important;
  }

  .payment-yatra-content-wrapper {
    height: 310px !important;
  }
}

@media (min-width: 1500px) {
  .payment-yatra-item-wrapper {
    height: 290px;
  }
  .payment-yatra-content-wrapper {
    height: 350px !important;
  }
}

@media (min-width: 1750px) {
  .payment-yatra-content-wrapper {
    height: 370px !important;
  }
}

.payment-yatra-item-details {
  opacity: 0;
  bottom: 20%;
  transition: 0.2s ease;
}
.payment-yatra-content:hover .payment-yatra-item-details {
  opacity: 1;
}

.payment-yatra-content-wrapper {
  height: 400px;
  /* background: blue; */
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
}

.payment-yatra-content {
  transition: 0.1s;
  position: relative;
  border-radius: 20px;

  overflow: hidden;
  width: 100%;
  background-color: var(--primaryBackground);
}
.payment-yatra-content:hover {
  transform: scale(1.04);
  margin-bottom: 10px;
  box-shadow: -2px 3px 10px 10px rgb(58 20 73 / 64%);
}

.payment-yatra-content img {
  transition: 0.1s;
}
.payment-yatra-content:hover img {
  transform: scale(1.04);

  opacity: 0.2;
}

.splide {
  overflow: visible !important; /* Prevent hiding of the card */
}

.payment-yatra-content h3 {
  color: white;

  font-weight: 800;
}

.payment-yatra-content p {
  color: white;
  word-break: break-all;
}

.payment-yatra-content a {
  padding: 5px;
}

.corner-red {
  z-index: 1;

  margin: 5px;
  padding: 0;
  font-size: 18px;
  padding: 0em;
  position: absolute;

  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  background: #e23e89ff;
}
.corner-red:before,
.corner-red:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  width: 200%;
  height: 100%;
  background: #e23e89ff;
}

.corner-red h4 {
  margin-left: 40px;
  position: relative;
  z-index: 2;
}

#social-media-offers-carousel {
  padding-left: 60px;
  padding-right: 60px;
}

/* for mobbile device */
@media only screen and (max-width: 1200px) {
  .social-media-offers-carousel-wrapper {
    padding: 0px;
  }
}

.social-media-offers-wrapper {
  z-index: 1;
  background: var(--primaryBackgroudSaturated);
  margin: 0px;
  padding-bottom: 50px;
  /* padding: 10px; */
}

.social-media-offers-wrapper h2 {
  padding-top: 50px;
  margin-bottom: 30px;
}

.social-media-cards-wrapper {
  background: var(--primaryBackground);

  height: 500px;
  transition: 0.3s;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.social-media-cards-wrapper:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

#social-media-offers-carousel ul {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media (max-width: 1000px) {
  .social-media-cards-wrapper {
    height: 400px;
  }
}

.social-media-cards-wrapper a {
  padding: 5px;
}

.social-media-counter {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 4px 0.9em;
  background: #fdd900;
  min-width: 8rem;
  border-radius: 20px;
  text-align: center;

  font-size: 11px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.is-live {
  color: #4f2b7a;
}

.is-live .time-element {
  color: #4f2b7a;
}

.is-already-live{
  
}

.ends-in-timer {
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 4px 0.9em;
  background: #358783;
  width: auto;
  border-radius: 15px;
  text-align: center;
  font-size: 11px;
  transition: 0.4s;
  overflow: hidden;
}

.ends-in-text {
  /* display: none; */
}

.ends-in-timer:hover .ends-in-text {
  display: inline-block;
}
.time-element {
  display: inline-block;
}

/* add coming from up animation to .time-element */
.time-element {
  animation: opacity-animate 0.5s linear;
}

.ends-in-timer:hover .time-element {
  animation: opacity-animate 0.5s linear;
}

@keyframes coming-from-up {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes opacity-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.social-media-cards-wrapper .splide__slide {
  width: 400px !important;
}

.social-media-cards {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.social-media-cards a {
  width: 12rem;
}

.social-media-cards-wrapper:hover {
  background: white;
}

.jatra-faq-wrapper {
  background: var(--primaryBackground);
  color: white;
}

.popover-heading {
  font-weight: bold;
  font-size: 15px;
  color: var(--primaryBackground);
}

.popover-content {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.temple-path-roadmap .popover-trigger-icon {
  width: 18px !important;

  /* height: auto; */
}

.show-by-default {
  padding: 50px;
}

.temple-path-roadmap .popover-icon-container {
  box-sizing: border-box;
  position: absolute;
  background: none;
  margin-left: 40px;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .temple-path-roadmap .reward-1-popover-icon-container {
    margin-top: -7px;
    margin-left: 20px;
  }
}

.roadmap-reward-3 {
  padding: 0;
}
/* roadmap-reward-image scaling */
.reward-item-0{
  height: 60px;
  width: 60px;
}

.reward-item-3{
  height: 140px;
  width: 140px;
}

.giveaway-winners-meta {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .temple-path-container {
    height: 595px;
  }
}

@media (max-width: 1100px) {
  .temple-path-container {
    height: 595px;
  }
}
@media (max-width: 1000px) {
  .temple-path-container {
    height: 465px;
  }
}

@media (max-width: 900px) {
  .temple-path-container {
    height: 460px;
  }
}

@media (max-width: 1000px) {
  .heading {
    font-size: 22px !important;
  }
}

#giveaway-carousel .splide__pagination {
  margin-bottom: -20px;
}

@media (max-width: 400px) {
  .giveaway-cards-wrapper {
    width: auto;
  }
}

/* for popover responsive */

@media (max-width: 800px) {
  .popover {
  }
  .popover-body {
    padding: 2px;
  }
  .popover-heading {
    font-size: 11px;
  }
  .popover-content {
    font-size: 10px;
    line-height: normal;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 600px) {
  .popover-body {
    padding: 2px;
    height: auto;
  }
  .popover-heading {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .popover-content {
    font-size: 8px;
    line-height: normal;
  }

  .popover-content {
    margin-bottom: 0 !important;
  }
}

.roadmap-button {
  z-index: 9999;
  position: relative;
}