.node--type-main-dashboard {
  margin-left: -100px;
}

body.path-dashboard .footer-sec {
  margin-left: -100px;
}

.paragraph--type--dashboard-competitions {
  position: relative;
  margin: 120px 0 30px;
  display: none;

}

.paragraph--type--dashboard-competitions:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/dashboard-competitions-glow.png') no-repeat center center/cover;
  z-index: -1;
}

.node--type-main-dashboard>.node__content {
  padding: 0;
}

.paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 5;
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 92px;
  text-align: center;
  letter-spacing: -1.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item {
  background: #0c111d;
  padding: 40px 60px;
  position: relative;
}

.paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 160px !important;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(12, 17, 29, 0) 0%,
      rgba(12, 17, 29, 1) 100%);
  transform: rotate(-180deg);
}

.paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 160px !important;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(12, 17, 29, 0) 0%,
      rgba(12, 17, 29, 1) 100%);
}

.paragraph--type--dashboard-competitions div.bedrock-collageTrack {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  justify-content: center !important;
  height: 110vh !important;
}

.paragraph--type--dashboard-competitions div.bedrock-collageLayout {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 24px !important;
}

.paragraph--type--dashboard-competitions .bedrock-collageWrapper {
  display: flex !important;
  align-items: center !important;
}

.paragraph--type--dashboard-competitions .field--name-field-images-demo {
  overflow: hidden !important;
  max-width: calc(100vw - 12px) !important;
}

.paragraph--type--dashboard-competitions .bedrock-animateRightToLeft {
  justify-content: flex-start !important;
  animation-name: animateRightToLeft !important;
  animation-duration: 300s !important;
  /* Adjust the duration when adding logos == higher seconds slows down */
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
}

.paragraph--type--dashboard-competitions .bedrock-animateLeftToRight {
  justify-content: flex-end !important;
  animation-name: animateLeftToRight !important;
  animation-duration: 300s !important;
  /* Adjust the duration when adding logos == higher seconds slows down */
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;
}

.paragraph--type--dashboard-competitions .bedrock-animateLeftToRight .bedrock-collageLayout {
  transform: translateX(-2000px);
}

.paragraph--type--dashboard-competitions .field--name-field-images-demo.field__items .field__item {
  width: 320px !important;
  max-height: 180px !important;
  background: transparent;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 12px;
}

.paragraph--type--dashboard-competitions .field--name-field-images-demo.field__items .field__item a {
  display: block;
  width: 100%;
}

.paragraph--type--dashboard-competitions .field--name-field-images-demo.field__items .field__item a img {
  width: 100% !important;
  border-radius: 24px !important;
  max-width: 100% !important;
  max-height: 180px !important;
  object-fit: cover !important;
}

@keyframes animateRightToLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--animateRightToLeftWidth));
  }
}

@keyframes animateLeftToRight {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(var(--animateLeftToRightWidth));
  }
}


.field--name-field-dashboard-ecosystem-sec {
  padding: 0 20px;
  /* max-width: 1500px; */
  margin: 0 auto;
  object-fit: cover;
  margin-top: 25px;
}


.field--name-field-dashboard-ecosystem-headin {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  color: #F5F5F6;
  max-width: 1500px;
  padding: 0 75px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.field--name-field-dashboard-ecosystem-sec .field--name-field-image-demo img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: none;
}

.field--name-field-dashboard-other-links-sec {
  padding: 0 75px;
  max-width: 1500px;
  margin: 0 auto;
}

.field--name-field-dashboard-other-links-sec>.field__items {
  display: flex;
  justify-content: center;
  margin: 0px -20px;

}

.field--name-field-dashboard-other-links-sec .field__items>.field__item {
  margin: 0 20px;
  position: relative;
  width: calc(100% / 3 - 20px);
}

.field--name-field-dashboard-other-links-sec .field--name-field-image-demo {
  margin: 0;
}

.paragraph--type--dashboard-other-links {
  position: relative;
}

.paragraph--type--dashboard-other-links .field--name-field-image-demo img {
  width: 100%;
}

.dashboard-other-links-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  /* border: 1px solid #0C111D; */
  background: rgba(12, 17, 29, 0.90);
  padding: 40px;
  box-shadow: 50px 50px 200px 0px rgba(89, 95, 113, 0.12) inset;
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 24px;
  text-align: left;
}

.dashboard-other-links-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/dashboard-other-links-glow.png') no-repeat center center/cover;
  border-radius: 24px;
  z-index: -1;
}

.dashboard-other-links-content .field__item {
  margin: 0 !important;
}


.dashboard-other-links-content .field--name-field-images-demo {
  margin-bottom: 24px;
}

.dashboard-other-links-content .field--name-field-images-demo .field__item {
  width: 100%;
}

.dashboard-other-links-content .field--name-field-images-demo a {
  width: 160px;
}

.dashboard-other-links-content .field--name-field-dashboard-other-links-head {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(206, 207, 210, 1);
  margin-bottom: 16px;
}

.dashboard-other-links-content .field--name-field-dashboard-other-links-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #94969C;
  margin-bottom: 24px;
}

.dashboard-other-links-content .field--name-field-dashboard-other-link a {
  display: inline-block;
  border-radius: 12px;
  background: #0171E3;
  padding: 12px 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.dashboard-other-links-content .field--name-field-dashboard-other-link a:hover {
  text-decoration: none;
  background-color: #015AB6;
}

.field--name-field-dashboard-join-now-sec {
  padding: 128px 0px;

  text-align: center;
  position: relative;
  display: none;
}

.field--name-field-dashboard-join-now-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/dashboard-join-now-glow.png') no-repeat center center/cover;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;

}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  color: #F5F5F6;

}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  background: linear-gradient(180deg, #F5F5F6 0%, #F5F5F6 25%, #B4B8C3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 span {
  background: linear-gradient(-45deg, #6DB5FF, #0171E3, #6DB5FF, #0171E3);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 400% 400% !important;
  animation: bedrock-gradientText 10s ease infinite !important;
  -webkit-animation: bedrock-gradientText 10s ease infinite !important;
  font-weight: 600;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #CECFD2;
  max-width: 1300px;
  margin: 0 auto;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-link {
  position: relative;
  z-index: 1;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-link a {
  display: inline-block;
  border-radius: 12px;
  background: #0171E3;
  padding: 16px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-link a:hover {
  text-decoration: none;
}



/*  */

.dashboard-page-profile-banner {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 40px;
  position: relative;
  color: #fff;
  /* margin: 0 50px; */
  gap: 16px;
}

.dashboard-page-profile-banner .profile-banner-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.dashboard-page-profile-banner .profile-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.dashboard-page-profile-banner .profile-banner-content h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.dashboard-page-rank-progress-section {
  margin: 30px 50px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.dashboard-page-rank-progress-section .rank-progress-container {
  align-items: center;
}

.dashboard-page-rank-progress-section .rank-progress-container .progress-bar {
  background-color: #333741 !important;
}

.dashboard-page-rank-progress-section .rank-progress-container .rank-values {
  margin: 0;
}

.dashboard-referral-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 50px;
}

.dashboard-referral-section .refer-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-referral-section .refer-item.item-right {
  flex-direction: row;
}

.dashboard-referral-section .refer-item .refer-item-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-referral-section .refer-item .refer-item-content .content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #94969C;
}

.dashboard-referral-section .refer-item .refer-item-content .refer-item-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}

.dashboard-referral-section .refer-item .refer-item-content .refer-item-link:hover {
  text-decoration: none;
}

.dashboard-referral-section .refer-item .refer-item-content .copy-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
}

.dashboard-referral-section .refer-item .refer-item-content img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.dashboard-referral-section .refer-btn {
  background-color: #0171E3;
  color: #fff;
  border-radius: 8px;
  min-width: 154px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
}

.dashboard-referral-section .refer-btn:hover {
  background-color: #015AB6;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.getting-started-section {
  margin: 30px 50px;
  padding: 24px 32px;
  background-color: #0C111D;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.getting-started-section::after {
  content: "";
  position: absolute;
  top: -250px;
  left: -100px;
  background: url('../assets/faq-glow.png') no-repeat;
  background-position: center center;
  background-size: cover;
  width: 500px;
  height: 500px;
  z-index: -1;
  filter: blur(100px);
}

.getting-started-section .getting-started-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.getting-started-section .getting-started-header .getting-started-title .title-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.getting-started-section .getting-started-header .getting-started-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #94969C;
  margin: 0;
}

.getting-started-section .getting-started-header .header-button-grp {
  display: flex;
  gap: 10px;
}

.getting-started-section .getting-started-header .header-button-grp button {
  font-size: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  padding: 8px 16px;
  text-align: center;
  min-width: 150px;
}

.getting-started-section .getting-started-header .header-button-grp .btn-dont-show {
  color: #94969C;
}

.getting-started-section .getting-started-header .header-button-grp .btn-connect {
  background-color: #0171E3;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.getting-started-section .getting-started-header .header-button-grp .btn-connect:hover {
  background-color: #1f242f;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.getting-started-section .progress-step-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.getting-started-section .progress-step-section .progress-step-item {
  text-align: center;
}

.getting-started-section .progress-step-section .progress-step-item .progress-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #CECFD2;
}

.getting-started-section .progress-step-section .progress-step-item .progress-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #94969C;
}

.getting-started-section .progress-step-section .progress-step-item .progress-description span {
  font-weight: 600;
  color: #0171E3;
}

.referral-codes-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0 40px;
  width: 100%;
}

.referral-codes-section .codes-card {
  background: url('../assets/referral-process-card.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #333741;
  width: calc(100% / 5 - 40px);
  margin: 0 20px;
}

.referral-codes-section .codes-card .codes-card-icon {
  width: 48px;
  margin-bottom: 32px;
}

.referral-codes-section .codes-card h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  color: #F5F5F6;
  text-align: center;
  margin-bottom: 10px;
}

.referral-codes-section .codes-card .refer-amount {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #0171E3;
  text-align: center;
  margin-bottom: 10px;
}

.referral-codes-section .codes-card .refer-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #CECFD2;
  text-align: center;
  margin-bottom: 32px;
}

.referral-codes-section .codes-card .btn-generate-code {
  background-color: rgba(22, 27, 38, 1);
  border: 1px solid rgba(51, 55, 65, 1);
  color: rgba(206, 207, 210, 1);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.referral-codes-section .codes-card .btn-generate-code:hover {
  background-color: #0171E3;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.view-all-codes {
  width: 100%;
  margin-top: 30px;
}

.view-all-codes a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(206, 207, 210, 1);
  text-decoration: none;
  padding: 10px 28px;
  border-radius: 8px;
  border: 1px solid rgba(51, 55, 65, 1);
  background-color: rgba(22, 27, 38, 1);
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

.view-all-codes a:hover {
  text-decoration: none;
  background-color: #1f242f;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.progress-step-section .progress-line-container {
  position: relative;
  height: 2px;
  margin: 40px 0;
  width: 100%;
}

.progress-step-section .progress-line {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(51, 55, 65, 1);
  transition: background-color 0.3s ease;
}

.progress-step-section .progress-line.first-line {
  left: 0;
  width: 50%;
}

.progress-step-section .progress-line.second-line {
  left: 50%;
  width: 50%;
}

.progress-step-section .progress-line.completed {
  background: rgba(228, 231, 236, 1);
}

.progress-dot {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url('../assets/progress-dot.png') no-repeat center center/cover;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.progress-dot.completed {
  background: url('../assets/progress-dot-completed.png') no-repeat center center/cover;
}

.progress-dot:nth-child(3) {
  left: 0%;
}

.progress-dot:nth-child(4) {
  left: 50%;
}

.progress-dot:nth-child(5) {
  left: 100%;
}


.progress-step-section .progress-line-container {
  max-width: 45%;
  margin: 0 auto;
}

.progress-step-section .progress-step-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.progress-step-section .progress-step-items .progress-step-item {
  width: calc(100% / 3);
  padding: 0 20px;
}

.achivement-section {
  padding: 50px 75px 50px 40px;
  width: 100%;
  overflow: hidden;
}

.achivement-section .achivement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
}

.achivement-section .achivement-header h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #F5F5F6;
}

.achivement-section .achivement-header a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #94969C;
  text-decoration: none;
}

.achivement-section .achivement-header a:hover {
  text-decoration: none;
  color: #fff;
}

.achivement-section .achivement-content {
  display: flex;
  flex-direction: column;
}

.achivement-section .achivement-content .achivement-item {
  display: flex;
  align-items: center;
  background: #0C111D;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
}

.achivement-section .achivement-content .achivement-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/achivment-bg-glow.png') no-repeat center center/cover;
  border-radius: 16px;
}

.achivement-section .achivement-content .achivement-item.orange {
  border: 1px solid #E38E00;
}

.achivement-section .achivement-content .achivement-item img {
  width: 78px;
  height: 78px;
  margin-right: 24px;
  object-fit: cover;
}

.achivement-section .achivement-content .achivement-item .achivement-item-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #F5F5F6;
  margin-bottom: 10px;
}

.achivement-section .achivement-content .achivement-item .achivement-item-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #94969C;
  margin-bottom: 0;
}

.achivement-section .achivement-content .achivement-item .achivement-item-content p span {
  font-weight: 600;
  color: #0171E3;
}

.achivement-section .achivement-content .achivement-item.orange .achivement-item-content p span {
  color: #E38E00;
}

.achivement-section .leaderboard-content .leaderboard-item {
  display: flex;
  align-items: center;
  background: #0C111D;
  border-radius: 16px;
  margin-bottom: 24px;
  justify-content: space-between;
  position: relative;
}

.achivement-section .leaderboard-content .leaderboard-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../assets/achivment-bg-glow.png') no-repeat center center/cover;
  border-radius: 16px;
}

.achivement-section .leaderboard-content .leaderboard-item.orange {
  border: 1px solid #E38E00;
}

.achivement-section .leaderboard-content .leaderboard-item-content {
  display: flex;
  align-items: center;
  padding: 24px;
}

.achivement-section .leaderboard-content .leaderboard-item-content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  color: #0171E3;
  margin-right: 24px;
  min-width: 110px;
  text-align: center;
}

.achivement-section .leaderboard-content .leaderboard-item.orange .leaderboard-item-content h2 {
  color: #E38E00;
}

.achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #F5F5F6;
}

.achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #94969C;
}

.achivement-section .leaderboard-content .leaderboard-item.orange .leaderboard-item-content .leaderboard-item-user p {
  color: #E38E00;
}

.achivement-section .leaderboard-content .leaderboard-item img {
  width: 126px;
  height: 126px;
  border-radius: 0 16px 16px 0;
  object-fit: cover;
}

.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background-color: #333;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  z-index: 99999 !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.toast.toast-success {
  background-color: #4CAF50;
}

.toast.toast-error {
  background-color: #f44336;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .dashboard-referral-section {
    flex-direction: column;
  }

  .dashboard-referral-section .refer-item.item-right {
    flex-direction: row;
  }

  .referral-codes-section {
    justify-content: center;
  }

  .referral-codes-section .codes-card {
    width: calc(100% / 3 - 40px);
    margin-bottom: 20px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content {
    padding: 24px 10px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content h2 {
    font-size: 32px;
    min-width: 80px;
    margin-right: 16px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .path-dashboard .site-main {
    padding-left: 125px;   
  }
  body.path-dashboard .footer-sec {
    margin-left: -125px;
  }
  .dashboard-referral-section {
    flex-direction: column;
  }

  .dashboard-referral-section .refer-item.item-right {
    flex-direction: row;
  }

  .referral-codes-section {
    justify-content: center;
  }

  .referral-codes-section .codes-card {
    width: calc(100% / 3 - 40px);
    margin-bottom: 20px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content {
    padding: 24px 10px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content h2 {
    font-size: 32px;
    min-width: 80px;
    margin-right: 16px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
    font-size: 16px;
  }

  .progress-step-section .progress-step-items {
    max-width: 100%;
  }

  .progress-step-section .progress-line-container {
    max-width: 65%;
  }

  .dashboard-other-links-content {
    padding: 15px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-desc {
    font-size: 12px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dashboard-other-links-content .field--name-field-images-demo a {
    max-width: 150px;
    width: 150px;
    display: inline-block;
  }

  .dashboard-other-links-content .field--name-field-images-demo a img {
    width: 100%;
    max-width: 150px !important;
  }

  .dashboard-other-links-content .field--name-field-images-demo {
    margin-bottom: 15px;
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-head {
    font-size: 16px;
  }

  .field--name-field-dashboard-join-now-sec {
    padding: 72px 0px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
    font-size: 40px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .node--type-main-dashboard {
    margin: 0;
  }
  .field--name-field-dashboard-other-links-sec {
    padding: 0 20px;
  }
  .field--name-field-dashboard-ecosystem-headin {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-referral-section {
    flex-direction: column;
  }

  .dashboard-referral-section .refer-item {
    margin-bottom: 20px;
  }

  .dashboard-referral-section .refer-item.item-right {
    flex-direction: row;
  }

  .referral-codes-section {
    justify-content: center;
  }

  .referral-codes-section .codes-card {
    width: calc(100% / 2 - 40px);
    margin-bottom: 20px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content {
    padding: 24px 10px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content h2 {
    font-size: 32px;
    min-width: 80px;
    margin-right: 16px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
    font-size: 16px;
  }

  .progress-step-section .progress-step-items {
    max-width: 100%;
  }

  .progress-step-section .progress-line-container {
    max-width: 65%;
  }

  .dashboard-other-links-content {
    padding: 15px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-desc {
    font-size: 12px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dashboard-other-links-content .field--name-field-images-demo a {
    max-width: 150px;
    width: 150px;
    display: inline-block;
  }

  .dashboard-other-links-content .field--name-field-images-demo a img {
    width: 100%;
    max-width: 150px !important;
  }

  .dashboard-other-links-content .field--name-field-images-demo {
    margin-bottom: 15px;
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-head {
    font-size: 16px;
  }

  .field--name-field-dashboard-join-now-sec {
    padding: 40px 0px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
    font-size: 40px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-images-demo {
    max-width: 100vw !important;
  }

  .paragraph--type--dashboard-competitions {
    overflow: hidden;
    max-width: 100%;
    margin: 30px 0;
  }

  .dashboard-page-profile-banner {
    margin: 0 20px;
  }

  .field--name-field-dashboard-other-links-sec>.field__items {
    flex-wrap: wrap;
  }

  .field--name-field-dashboard-other-links-sec .field__items>.field__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 20px;
  }
  .node--type-main-dashboard {
    margin: 0;
  }
  .field--name-field-dashboard-other-links-sec {
    padding: 0 20px;
  }
  .field--name-field-dashboard-ecosystem-headin {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .dashboard-referral-section {
    flex-direction: column;
  }

  .dashboard-referral-section .refer-item {
    margin-bottom: 20px;
  }

  .dashboard-referral-section .refer-item.item-right {
    flex-direction: row;
  }

  .referral-codes-section {
    justify-content: center;
  }

  .referral-codes-section .codes-card {
    width: calc(100% / 2 - 40px);
    margin-bottom: 20px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content {
    padding: 24px 10px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content h2 {
    font-size: 32px;
    min-width: 80px;
    margin-right: 16px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
    font-size: 16px;
  }

  .progress-step-section .progress-step-items {
    max-width: 100%;
  }

  .progress-step-section .progress-line-container {
    max-width: 65%;
  }

  .dashboard-other-links-content {
    padding: 15px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-desc {
    font-size: 12px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dashboard-other-links-content .field--name-field-images-demo a {
    max-width: 150px;
    width: 150px;
    display: inline-block;
  }

  .dashboard-other-links-content .field--name-field-images-demo a img {
    width: 100%;
    max-width: 150px !important;
  }

  .dashboard-other-links-content .field--name-field-images-demo {
    margin-bottom: 15px;
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-head {
    font-size: 16px;
  }

  .field--name-field-dashboard-join-now-sec {
    padding: 40px 0px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
    font-size: 40px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-images-demo {
    max-width: 100vw !important;
  }

  .paragraph--type--dashboard-competitions {
    overflow: hidden;
    max-width: 100%;
    margin: 30px 0;
  }

  .dashboard-page-profile-banner {
    margin: 0 20px;
  }

  .field--name-field-dashboard-other-links-sec>.field__items {
    flex-wrap: wrap;
  }

  .field--name-field-dashboard-other-links-sec .field__items>.field__item {
    width: calc(100% / 2 - 40px);
    margin-bottom: 20px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item {
    padding: 20px 25px !important;
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:before,
  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:after {
    width: 50px !important;
  }

  .field--name-field-dashboard-other-links-sec,
  .field--name-field-dashboard-ecosystem-headin {
    padding: 0 25px;
  }
  .field--name-field-dashboard-ecosystem-headin {
    padding: 0;
    font-size: 24px;
  }
  
}

@media (max-width: 575px) {
  .sidebar {
    left: 10px;
  }

  .dashboard-referral-section {
    flex-direction: column;
    display: none;
  }

  .dashboard-referral-section .refer-item {
    margin-bottom: 20px;
  }

  .dashboard-referral-section .refer-item.item-right {
    flex-direction: row;
  }

  .referral-codes-section {
    justify-content: center;
    margin: 0;
    padding: 0 20px;

  }

  .referral-codes-section .codes-card {
    width: calc(100%);
    margin-bottom: 20px;
  }

  .achivement-section {
    padding: 0 20px;
    margin-top: 40px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content {
    padding: 24px 10px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content h2 {
    font-size: 32px;
    min-width: 80px;
    margin-right: 16px;
  }

  .achivement-section .leaderboard-content .leaderboard-item-content .leaderboard-item-user h4 {
    font-size: 16px;
  }

  .progress-step-section .progress-step-items {
    max-width: 100%;
  }

  .progress-step-section .progress-line-container {
    max-width: 65%;
  }

  .dashboard-other-links-content {
    padding: 15px;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-desc {
    font-size: 12px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .dashboard-other-links-content .field--name-field-images-demo a {
    max-width: 150px;
    width: 150px;
    display: inline-block;
  }

  .dashboard-other-links-content .field--name-field-images-demo a img {
    width: 100%;
    max-width: 150px !important;
  }

  .dashboard-other-links-content .field--name-field-images-demo {
    margin-bottom: 15px;
  }

  .dashboard-other-links-content .field--name-field-dashboard-other-links-head {
    font-size: 16px;
  }

  .field--name-field-dashboard-join-now-sec {
    padding: 30px 0px;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-heading h2 {
    font-size: 32px;
    max-width: 100%;
  }

  .field--name-field-dashboard-join-now-sec .field--name-field-dashboard-join-now-desc {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-images-demo {
    max-width: 100vw !important;
  }

  .paragraph--type--dashboard-competitions {
    overflow: hidden;
    max-width: 100%;
    margin: 30px 0;
  }

  .dashboard-page-profile-banner {
    margin: 0 20px;
  }

  .field--name-field-dashboard-other-links-sec>.field__items {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }

  .field--name-field-dashboard-other-links-sec .field__items>.field__item {
    width: calc(100%);
    margin: 0;
    margin-bottom: 20px;
    max-width: 400px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item {
    padding: 20px 25px !important;
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:before,
  .paragraph--type--dashboard-competitions .field--name-field-dashboard-competitions-hea .field__item:after {
    width: 50px !important;
  }

  /* .getting-started-section {
    display: none;
  } */
  .getting-started-section .getting-started-header {
    flex-direction: column;
  }

  .getting-started-section {
    margin: 0;
    padding: 30px 20px 0;
    margin-bottom: 30px;
  }

  .getting-started-section::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }

  .getting-started-section .getting-started-header .header-button-grp {
    margin-top: 15px;
  }

  .getting-started-section .getting-started-header .getting-started-title .title-text {
    font-size: 18px;
    line-height: 24px;
  }

  .getting-started-section .getting-started-header .getting-started-title p {
    font-size: 14px;
    line-height: 20px;
  }

  .getting-started-section .getting-started-header .header-button-grp button {
    font-size: 14px;
    line-height: 20px;
  }

  .progress-step-section .progress-step-items .progress-step-item {
    padding: 0 5px;
  }

  .getting-started-section .progress-step-section {
    gap: 0;
  }

  .progress-step-section .progress-line-container {
    max-width: 75%;
  }

  .progress-step-items {
    margin-top: 25px !important;
  }

  .getting-started-section .progress-step-section .progress-step-item .progress-title,
  .getting-started-section .progress-step-section .progress-step-item .progress-description {
    font-size: 10px;
  }

  .rank-progress-container>img {
    width: 40px;
    height: 40px;
  }


  .dashboard-page-rank-progress-section .rank-progress-container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .dashboard-page-rank-progress-section {
    margin: 40px 0;
  }

  body.path-dashboard .banner-slider-section {
    margin-left: 90px;
    width: calc(100% - 90px);
  }

  body.path-dashboard .site-main {
    padding: 0;
  }

  .node--type-main-dashboard {
    margin: 0;
  }

  .field--name-field-dashboard-other-links-sec,
  .field--name-field-dashboard-ecosystem-sec {
    padding: 0 20px;
  }

  body.path-dashboard .footer-sec {
    margin-left: 0;
  }

  .field--name-field-dashboard-ecosystem-headin {
    padding: 0;
  }
  .field--name-field-dashboard-ecosystem-headin {
    padding: 0;
    font-size: 24px;
  }
}