/* //////need to be change  */
* {
  box-sizing: border-box;

}

.template {
  /* background: url("../img/dashboard/background-desktop.jpg"); */
  /* background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  color: white;
}

.dashboardHistoryTabs {
  overflow: hidden;

  background: linear-gradient(150deg,
      rgba(85, 93, 97, 0.4) 0%,
      rgba(131, 140, 147, 0.4) 34%);
  border-radius: 13px;
}

.dashboardHistoryTabs .dashboardHistoryTab,
.dashboardBookmarksTab {
  color: #fff;
  /* background-color: #848484; */
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 11px;
  width: 33.3%;
  border-radius: 0;
}

.dashboardHistoryTabs .dashboardHistoryTab:hover {
  background-color: #ddd;
}

.dashboardHistoryTabs .dashboardHistoryTab.active {
  background-color: #ccc;
}

.hidden {
  display: none;
}

.dashboardMainContainer {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 10px;
}

.desktopRowContainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  column-gap: 15px;
  margin-bottom: 15px;
  /* height: 70vh; */
}

.desktopRow {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: stretch;
}

.backgroundIMGCompatibilityChart,
.backgroundIMGAstrolabe,
.backgroundIMGConsult {
  height: 33.3%;
  border-radius: 10px;
}

.dashboardContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.dashboardMoreBirthChart {
  background-image: url(../img/dashboard/birthchartright15.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}

.backgroundIMGMoreBirthChart {
  background: linear-gradient(90deg,
      rgba(85, 93, 97, 0.4) 0%,
      rgba(131, 140, 147, 0.4) 34%);
}

.backgroundIMGFreeBirthChart {
  background: linear-gradient(90deg,
      rgba(0, 151, 157, 1) 0%,
      rgba(0, 201, 209, 1) 34%);
}

.dashboardFreeBirthChart {
  background-image: url(../img/dashboard/birthchartleft15.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.backgroundIMGCompatibilityChart {
  background: linear-gradient(90deg,
      rgba(81, 18, 127, 1) 0%,
      rgba(215, 10, 132, 1) 100%);
}

.backgroundIMGCompatibilityChart.backgroundIMGCompatibilityChartStar1 {
  background: linear-gradient(90deg,
      rgba(81, 18, 127, 1) 0%,
      rgba(215, 10, 132, 1) 100%);
}

.dashboardCompatibilityChart {
  background-image: url(../img/dashboard/Pic.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.backgroundIMGConsult {
  background: linear-gradient(90deg,
      rgba(71, 80, 154, 1) 0%,
      rgba(103, 113, 230, 1) 34%);
}

.dashboardConsult {
  background-image: url(../img/dashboard/Pic3.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.backgroundIMGAstrolabe {
  background: linear-gradient(90deg,
      rgba(0, 26, 27, 1) 0%,
      rgba(0, 84, 86, 1) 34%);
}

.dashboardAstrolabe {
  background-image: url(../img/dashboard/Pic11.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 100%;
}

.dashboardUserDataInfoUnknown {
  margin-bottom: 17px;
}

.dashboardUserDataUnknown {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-around;
  /* background-image: url(../img/dashboard/information.png);
  background-position-x: 90%;
  background-position-y: 50%; */
  padding: 25px;
  background-repeat: no-repeat;
  background-size: auto 70%;
}

.backgroundIMGUserDataUnknown {
  background: linear-gradient(150deg,
      rgba(85, 93, 97, 0.4) 0%,
      rgba(131, 140, 147, 0.4) 34%);
  height: 66.6%;
  border-radius: 10px;
}

.dashboardAstroInsight {
  font-size: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
}

.dashboardComingSoon {
  font-size: 14px;

}

.dashboardUserDataUpgrade {

  text-transform: uppercase;
  background: linear-gradient(90deg,
      rgba(179, 156, 74, 1) 0%,
      rgba(255, 233, 130, 1) 51%,
      rgba(179, 156, 74, 1) 100%);
  text-transform: uppercase;
  color: black;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
}

.dashboardAstrolabe,
.dashboardCompatibilityChart,
.dashboardConsult {
  height: 100%;
}

.dashboardMoreBirthChart,
.dashboardFreeBirthChart,
.dashboardCompatibilityChart,
.dashboardUserData,
.dashboardCompatibilityChart,
.dashboardConsult,
.dashboardAstrolabe {
  border-radius: 10px;
  padding: 35px 25px;
}

.dashboardFlexRow {
  display: flex;
  column-gap: 2px;
  align-items: center;
}

.dashboardSmalltext {
  color: #fff;
  font-size: 12px;

  margin: 0;
}

.dashboardBigtext {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.dashboardPlus {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.dashboardFreeBirthChart.dashboardFlexRow,
.dashboardMoreBirthChart.dashboardFlexRow {
  height: 100%;
  padding: 3px 5px 3px 20px;
}

.dashboardBirthChart {
  display: flex;
  justify-content: center;
  height: 33.3%;
}

.backgroundIMGFreeBirthChart,
.backgroundIMGMoreBirthChart {
  width: 100%;
  height: 100%;
  align-self: normal;

  border-radius: 10px;
}

.dashboardAstrolabe,
.dashboardConsult {
  display: flex;
  justify-content: space-between;
  position: relative;
}

a.dashboardButton {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  width: max-content;
  border: white solid 1px;
  padding: 3px 30px;
  border-radius: 16px;
  line-height: 1;
}

img.dashboardEnterIcon {
  width: 21px;
}

img.dashboardNewIcon {
  width: 21px;
}

.dashboardHistoryTabs {
  display: flex;
  flex-direction: row;
  column-gap: 1px;
  position: relative;
  z-index: 9;
}

.dashboardHistoryTabContent table {
  width: 100%;
  text-align: center;
  border-spacing: unset;

}

.dashboardHistoryTabContent td,
.dashboardHistoryTabContent th {
  border: 0.5px solid rgb(0, 0, 0);
  padding: 5px;
  vertical-align: middle;
}

.dashboardHistoryTabContent td {
  color: #000;
}

.dashboardHistoryTabContent th {
  background-color: #00696b !important;
  color: #fff !important;
}

.dashboardHistoryTabContent tr:nth-child(even) {
  background: #fff;
}

.dashboardHistoryTabContent tr:nth-child(odd) {
  background: #e7e7e7;
}

.dashboardCaroselImg {
  width: 250px;
  border-radius: 10px !important;
  box-shadow: 0 0 50px 13px #000 !important;
  position: relative;
  /* align-self: center; */
}

.dasboardProductCarousel .carousel {
  flex-direction: column;
  padding-bottom: 20px;
  /* margin-top:50px; */
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  font-family: Arial;
}

.dasboardProductCarousel .carousel__list {
  display: flex;
  list-style: none;
  position: relative;
  width: 100%;
  height: 130px;
  justify-content: center;
  perspective: 300px;
  padding: 0;
  margin-bottom: 20px;
}

button.dashboardAllProductBtn {
  margin: 100px auto 50px auto;
  border-radius: 25px;
  padding: 5px 26px;
  font-size: 8px;
  background: #00696b;
  color: #fff;
  border: unset;
  z-index: 9;
  display: none;
}

.dasboardProductCarousel .carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0px;
  width: 300px;
  height: 250px;
  border-radius: 12px;
  /* box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5); */
  position: absolute;
  transition: all 0.3s ease-in;
  flex-direction: column;
  background: #093b3d;
}

.dasboardProductCarousel .carousel__item[data-pos="0"] {
  z-index: 5;
}

.dasboardProductCarousel .carousel__item[data-pos="-1"] {
  transform: translateX(-40%) scale(0.9);
  z-index: 4;
}

.dasboardProductCarousel .carousel__item[data-pos="1"] {
  transform: translateX(40%) scale(0.9);
  z-index: 4;
}

.dasboardProductCarousel .carousel__item[data-pos="-2"] {
  transform: translateX(-70%) scale(0.8);
  z-index: 3;
}

.dasboardProductCarousel .carousel__item[data-pos="2"] {
  transform: translateX(70%) scale(0.8);
  z-index: 3;
}

.dasboardProductCarousel {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 63px;
}

.moveSlideBtn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  color: #fff;
}

.prevSlide {
  left: calc(50% - 100px);
  z-index: 99;
  display: none;
}

.nextSlide {
  right: calc(50% - 172px);
  z-index: 99;
  display: none;
}

.dasboardProductCarousel .productName {
  z-index: 9;
  font-size: 14px;
  color: #00f0fc;
  margin: 15px;
  text-align: center;
  background: unset;
  /* position: absolute; */
  /* bottom: -5%; */
  /* width: 100%; */
}

.dasboardProductCarousel .carousel__item[data-pos="-1"] .productName,
.dasboardProductCarousel .carousel__item[data-pos="-2"] .productName,
.dasboardProductCarousel .carousel__item[data-pos="1"] .productName,
.dasboardProductCarousel .carousel__item[data-pos="2"] .productName,
.dasboardProductCarousel .carousel__item[data-pos="-1"] .carouselDiscount,
.dasboardProductCarousel .carousel__item[data-pos="-2"] .carouselDiscount,
.dasboardProductCarousel .carousel__item[data-pos="1"] .carouselDiscount,
.dasboardProductCarousel .carousel__item[data-pos="2"] .carouselDiscount {
  display: none;
}

.dasboardProductCarouselAfter {
  width: 10%;
}

.dashboardQuickAccess {
  position: fixed;
  bottom: 0;
  align-items: flex-start;
  width: 10%;
  display: flex;
  flex-direction: column;

  margin-left: 5px;
}

.dashboardQuickAccess a div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dashboardFooter {
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}

.dashboardQuickAccess img {
  width: 40px;
  margin-bottom: 5px;
}

.dashboardQuickAccess p {
  font-size: 11px;
  margin: auto;
}

.dashboardQuickAccess div {
  margin-bottom: 10px;
}

.dashboardUserDataInfoUnknown .dashboardAstroInsight p,
.dashboardComingSoon.dashboardNoDataComingSoon {
  color: #dbdbdb;
}

.backgroundIMGMoreBirthChart.dashboardNoData {

  color: #dbdbdb;
}

/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
/* ///////////////////////////////////////////////// */
.dashboardUserDataBasic .dashboardUserDataInfoBasic {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-evenly;

  margin-bottom: 17px;

}

.backgroundIMGUserDataBasic {
  background: linear-gradient(150deg,
      rgba(85, 93, 97, 0.4) 0%,
      rgba(131, 140, 147, 0.4) 34%);
  height: 66.6%;
  border-radius: 10px;
}

.dashboardUserDataBasic {
  background-image: url(../img/dashboard/Logo.png);
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  height: 100%;
  padding: 10px;
}

.backgroundIMGUserDataBasic {
  border: 1px solid transparent;

  border-radius: 10px;
  background-image: linear-gradient(#005456, #001a1b),
    linear-gradient(30deg, #001a1b, #00f2ff, #001a1b);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.backgroundIMGMoreBirthChart {
  background: linear-gradient(90deg,
      rgba(1, 94, 234, 1) 0%,
      rgba(0, 192, 250, 1) 50%);
}

.dashboardAstroInsight p {
  font-size: 24px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #00c9d1),
      color-stop(1, #008f94));
  background-image: gradient(linear,
      left top,
      right top,
      color-stop(0, #00c9d1),
      color-stop(1, #008f94));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}

.discount p {
  margin-bottom: 0;
}

.discount {

  background: black;
  position: absolute;
  top: 0;
  right: 4%;
  padding: 4px 20px;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  box-shadow: rgb(0 0 0 / 70%) 0px 4px 16px;

}

.discount p {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #b39c4a),
      color-stop(1, #ffe982),
      color-stop(3, #b39c4a));
  background-image: gradient(linear,
      left top,
      right top,
      color-stop(0, #b39c4a),
      color-stop(1, #ffe982),
      color-stop(3, #b39c4a));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
}

.dashboardCompatibilityChart.dashboardFlexRow {
  position: relative;
}

.backgroundIMGUserDataStar1 {
  border-top: 1px solid transparent;
  padding: 0;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #b39c4a 30%, #ffe982 70%, #b39c4a),
    linear-gradient(45deg,
      #b39c4a 0%,
      #b39c4a 10%,
      #ffe982 10%,
      #b39c4a 23%,
      #b39c4a 29%,
      #ffe982 29%,
      #b39c4a 38%,
      #b39c4a 45%,
      #ffe982 45%,
      #b39c4a 55%,
      #b39c4a 65%,
      #ffe982 65%,
      #b39c4a 75%,
      #b39c4a 80%,
      #ffe982 80%,
      #b39c4a 90%,
      #b39c4a 10%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.dashboardUserDataStar1 .dashboardUserDataInfoStar1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  /* justify-content: space-evenly; */
  /* margin-bottom: 17px; */
  color: #7f6300;
}

.backgroundIMGUserDataStar1 {
  height: 66.6%;
  border-radius: 10px;
}

.dashboardUserDataStar1 {
  background-image: url(../img/dashboard/Logo\ gold.png);
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  height: 100%;
  padding: 10px 0 0 0;
}

.dashboardUserDataPlanStar1 {
  background: #494949;
  border-radius: 25px;
  padding: 3px 0px;
  font-weight: bold;
  font-size: 12px;
}

.dashboardUserDataPlanFisrt {
  padding: 5px 14px;
  border-radius: 25px;
  background: linear-gradient(#f2dc78, #ffe982, #f2dc78);
  color: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}

.dashboardUserDataPlanSecound {
  padding: 4px 16px 4px 5px;
  color: #f7e17c;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}

.dashboardUserDataInfoStar1 .dashboardAstroInsight p {
  font-size: 26px;
  color: #7f6300;
  line-height: 1;
}

.dashboardHistoryTabs.dashboardHistoryTabsStar1 .dashboardHistoryTab {
  background: #00696b;
}

.dashboardHistoryTabs.dashboardHistoryTabsStar1 .dashboardHistoryTab:hover {
  background: #004b4c;
}

button.moveSlideBtn:hover,
button.moveSlideBtn:focus {
  background: transparent;
  border: none;
  outline: none;
}

.dashboardFlexRow {
  column-gap: 15px;
}

.dashboardMemeberData p {
  margin: 0;
  font-size: 12px;
}

.dashboardMemeberData {
  margin-bottom: 10px;
}

.carouselDiscount {
  position: absolute;
  top: 0;
  font-size: 8px;
  background: black;
  position: absolute;
  top: 0;
  left: auto;
  padding: 2px 5px;
  border-radius: 0 0 5px 5px;
  font-weight: 900;
  box-shadow: rgb(0 0 0 / 70%) 0px 4px 16px;
}

.carouselOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    0deg,
    rgb(0 26 27 / 85%) 0%,
    rgb(0 84 86 / 0%) 24%
  ); */
  display: none;
}

.carouselDiscount p {
  margin: 0;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #b39c4a),
      color-stop(1, #ffe982),
      color-stop(3, #b39c4a));
  background-image: gradient(linear,
      left top,
      right top,
      color-stop(0, #b39c4a),
      color-stop(1, #ffe982),
      color-stop(3, #b39c4a));
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.dashboardHistoryTabs.dashboardHistoryTabsStar1 .dashboardHistoryTab.active {
  background: #002122;
}

.dashboardAstroInsight svg {
  vertical-align: middle;
  margin: 0px 0px 1px 4px;
  width: 36px !important;
}

button.dashboardHistoryTab.dasboardBookmarks svg {
  width: 13px !important;
  fill: #fff;
  stop-color: #fff;
  padding-right: 2px;
  vertical-align: middle;
}

.dashboardUserDataPlanStar1 {
  height: min-content;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: row;
  align-items: center;
}

span.dashboardUserDataPlanFisrt {
  padding: 3px 7px 3px 7px;
}

span.dashboardUserDataPlanSecound {
  padding: 3px 7px 3px 5px;
}

.dashboardAllProductBtn:hover {
  background: #004b4c !important;
}

@media screen and (max-width: 768px) {
  .dasboardProductCarousel .carousel__item {
    width: 100px;
    height: 200px;
  }

  .dasboardProductCarousel .productName {
    font-size: 10px;
    margin: 5px;
  }

  .dashboardFreeBirthChart.dashboardFreeBirthChartBasic.dashboardFlexRow,
  .dashboardFreeBirthChart.dashboardFreeBirthChartStar.dashboardFlexRow {
    justify-content: space-around;
  }

  span.dashboardBigtextJustDesktop {
    display: none;
  }

  span.dashboardBigtextInner {
    display: block;
    font-size: 9px;
  }



  button.dashboardAllProductBtn:hover {
    background: #004b4c;
  }

  .dashboardAstroInsight svg {
    width: 33px !important;
  }

  .backgroundIMGFreeBirthChart,
  .backgroundIMGMoreBirthChart {
    height: unset;
  }

  .dashboardUserDataInfoStar1 .dashboardAstroInsight p {
    font-size: 22px;
  }

  button.dashboardHistoryTab.dasboardBookmarks svg {
    width: 10px !important;
    margin-bottom: -2px;
  }

  .dashboardAstroInsight {
    font-size: 22px;
  }

  .dashboardFlexRow {
    column-gap: 10px;
  }

  /* .dashboardFreeBirthChart {
    background-image: url(../img/dashboard/birthchartleft10.png);
  }
  .dashboardMoreBirthChart {
    background-image: url(../img/dashboard/birthchartright10.png);
  } */
  .dashboardComingSoon {
    font-size: 10px;
    font-weight: 500;
  }

  .dashboardMemeberData p {
    font-size: 8px;
  }

  .carousel__item {
    width: 85px;
  }

  .dashboardMoreBirthChart,
  .dashboardFreeBirthChart,
  .dashboardCompatibilityChart,
  .dashboardUserData,
  .dashboardCompatibilityChart,
  .dashboardConsult,
  .dashboardAstrolabe {
    min-height: 85px;
    padding: 7px 14px;
  }

  a.dashboardButton {
    color: #fff;
    font-size: 5px;
    padding: 4px 20px 2px 20px;
    width: max-content;
    /* line-height: initial; */
  }

  .dashboardSmalltext {
    font-size: 7px;
    margin: 0;
    line-height: 1.2;
  }

  .dashboardBigtext {
    font-size: 11px;
    margin: 0;
    line-height: 1.2;
  }

  .dashboardUserDataInfoUnknown .dashboardAstroInsight p,
  .dashboardComingSoon.dashboardNoDataComingSoon {
    color: #dbdbdb;
  }

  .backgroundIMGUserDataUnknown {
    border: 1px solid transparent;
    background-image: linear-gradient(150deg,
        rgba(85, 93, 97, 0.4) 0%,
        rgba(131, 140, 147, 0.4) 34%);
    background-origin: border-box;
    background-clip: padding-box, border-box;

    /* background: linear-gradient(60deg, #5b6366 50%, #838c93 80%); */
    height: 66.6%;
    border-radius: 10px;
  }

  .desktopRowContainer {
    flex-direction: column !important;
    height: unset;
    row-gap: 15px;
  }

  .desktopRow {
    width: 100%;
    /* height: 50%; */
  }

  .dashboardMainContainer {
    width: 80%;
  }

  .dashboardCaroselImg {
    width: 160px;
    position: relative;
  }

  .carousel__item[data-pos="-1"] {
    transform: translateX(-50%) scale(0.9);
    z-index: 4;
  }

  .carousel__item[data-pos="1"] {
    transform: translateX(50%) scale(0.9);
    z-index: 4;
  }

  .carousel__item[data-pos="-2"] {
    transform: translateX(-100%) scale(0.8);
    z-index: 3;
  }

  .carousel__item[data-pos="2"] {
    transform: translateX(100%) scale(0.8);
    z-index: 3;
  }

  .prevSlide {
    left: calc(51% - 100px);
  }

  .nextSlide {
    right: calc(51% - 100px);
  }

  .moveSlideBtn {
    top: 62px;
    font-size: 21px;
  }

  .backgroundIMGCompatibilityChart,
  .backgroundIMGAstrolabe,
  .backgroundIMGConsult,
  .backgroundIMGFreeBirthChart,
  .backgroundIMGMoreBirthChart {
    min-height: 80px;
    height: unset;
  }

  .dashboardHistoryTabContent td,
  .dashboardHistoryTabContent th {
    font-size: 7px;
  }

  .dashboardHistoryTab {
    font-size: 7.5px !important;
    text-align: center;
    margin: auto;
    padding: 10px 0 10px 0;
  }

  .productName {
    font-size: 11px;
  }

  .dashboardJournal p,
  .dashboardShop p,
  .dashboardLearn p {
    font-size: 6px;
  }

  .dashboardQuickAccess {
    width: 5%;
  }

  .dashboardHistoryTab {
    padding: 10px 0 !important;
  }

  .dashboardUserDataUpgrade {
    font-size: 8px;
  }

  .dashboardFreeBirthChart.dashboardFlexRow,
  .dashboardMoreBirthChart.dashboardFlexRow {
    height: 100%;
    padding: 3px 5px 3px 5px;
  }

  .discount {
    padding: 3px 13px;
  }

  .discount p {
    font-size: 12px;
  }

  .dashboardUserDataPlanSecound {
    font-size: 8px;
    padding: 0px 16px 15px 5px;
  }

  .dashboardUserDataPlanFisrt {
    font-size: 8px;
    padding: 5px 14px;
  }

  p.dashboardBigtext.birthChartText {
    font-size: 11px !important;

  }

  .dashboardSmalltext {
    font-size: 8px;
  }

  .dashboardBigtext {
    font-size: 12px !important;
  }

  a.dashboardButton {
    color: #fff;
    font-size: 8px;
    padding: 4px 20px 2px 20px;
    width: max-content;
  }

  .discount p {
    font-size: 9px;
  }

  .discount {
    padding: 3px 5%;
  }

  .dashboardQuickAccess {
    width: 30px;
  }

  .dashboardJournal p,
  .dashboardShop p,
  .dashboardLearn p {
    font-size: 7px;
  }

  .dashboardMemeberData p {
    font-size: 8px;
  }

  .dashboardUserDataInfoStar1 .dashboardAstroInsight p {
    font-size: 17px;
  }

  .dashboardMoreBirthChart,
  .dashboardFreeBirthChart,
  .dashboardCompatibilityChart,
  .dashboardUserData,
  .dashboardCompatibilityChart,
  .dashboardConsult,
  .dashboardAstrolabe {
    padding: 25px 20px;
  }

  .dashboardHistoryTabs .dashboardHistoryTab,
  .dashboardBookmarksTab {
    padding: 8px 16px;
  }

  .desktopRowContainer {
    column-gap: 10px;
  }

  .desktopRow {
    row-gap: 10px;
  }

  .dashboardFlexRow {
    column-gap: 5px;
  }

  .dashboardFreeBirthChart {
    background-image: url(../img/dashboard/BIRTHCHART\ NOSPACE\ LEFT.png);
    background-position: 2.5PX center;
  }

  .dashboardMoreBirthChart {
    background-image: url(../img/dashboard/BIRTHCHART\ NOSPACE\ RIGHT.png);
    background-position: -2.5PX center
  }

  p.dashboardBigtext.birthChartText {
    font-size: 11px !important;

  }

  .dashboardAstroInsight p {
    font-size: 17px;
  }
}

.backgroundIMGMoreBirthChart.Star1Dashboard {
  position: relative;
}

.discount {
  text-align: center;
}

.dashboardAstroInsightContent {
  background: #fff;
  color: black;
  padding: 15px 10px 10px 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgb(5 1 1 / 83%) 0px 2px 4px 3px inset;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgb(0 0 0) -3px -3px 6px 1px inset; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h2.dailyTransitHeader {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.dailyTransitTxt p {
  font-size: 12px;
}

a.SeeMoreInsight {
  /* background: black; */
  padding: 5px 10px;
  /* float: right; */
  border-radius: 60px;
  font-size: 12px;
  /* display: inline-block; */
  width: max-content;
  align-self: flex-end;
}

@media screen and (max-width: 768px) {
  h2.dailyTransitHeader {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .dailyTransitTxt p {
    font-size: 11px;
  }

  .dashboardAstroInsightContent {
    height: 180px;
  }
}