* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  /* overflow-x: hidden; */
  background: #dbdcde;
}

html {
  overflow-x: hidden;
}

:root {
  --dark-bg: #3c3d3f;
  --dark-color: #323232;
  --Linear: linear-gradient(180deg, #f9ad91 0%, #d6e8ec 100%);
  --Wind: linear-gradient(117deg, #c1e0ff 21.6%, #4d84bb 83.14%);
  --Seismic: linear-gradient(117deg, #e9b16d 21.6%, #a07d4c 83.14%);
  --Internal-Walls: linear-gradient(107deg, #828384 0%, #adb2b7 85.45%);
  --Key-Lock: linear-gradient(107deg, #a98ab6 0%, #6b536f 85.45%);
}
.wobble-animation1,
.project-items,
.tab-toggle::after,
.pressure-sealed-card:hover,
.dashboard-card-body ul li a,
.importance-level-item,
.silver-designers-item-img img,
.create-your-own-btn,
.step-indicator span,
.White-verified-toggles,
.instruction-numbers-main .tab-toggle button,
.terrain-wrapper .radio-card .importance-level-rounded-number,
.wind-region-options .card-content-wrapper,
.buttons button,
.view-arrow-text,
.pressure-sealed-img .main-file,
.summary-collapse-content,
.back-inbox-btn,
.share-project-list a,
.more-details-item a,
.white-orangeborder-toggles,
.add-create-your-own-btn,
.rn1-collapse-btn::after,
.yes-no-toggle label::before,
.yes-no-toggle .option,
.custom-dropdown-item,
.my-project-title-icon-wrapper img,
.rondo-tab-list ul li img,
.rondo-tab-list ul li a,
.verified-toggles .verified-arrow,
.summary-collapse-btn::before,
.card-header-right a,
.project-extra-menu .dropdown-menu span,
.bronze-tools-card-img,
.filters-popup,
.popup-overlay,
.summary-sidebar,
.project-details-list,
.share-project-dropdown ul li a,
.pressure-sealed-card,
.orange-gradient-border,
.card-content-wrapper,
.confetti-button {
  transition: all 0.3s;
  -webkit-transition: all 0.35;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

a {
  text-decoration: none;
  color: var(--dark-color);
}

.container {
  max-width: 1440px;
  padding: 0px 20px;
  margin: auto;
}

input:focus {
  outline: none;
}

.blur-round-bg {
  background-image: url(/assets/nexus/image/create-project_building.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* ---==================  header css start  ==================--- */
.cart-sec {
  position: relative;
  margin: 0 15px 0 10px;
}

.cart-sec span,
.cart-sec sup {
  font-size: 11px;
  width: 22px;
  height: 22px;
  background-color: rgba(242, 101, 49, 1);
  color: #fff;
  position: absolute;
  right: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  border-radius: 50%;
}

header {
  position: relative;
  z-index: 9999999;
}

.header-wrapper {
  background-color: var(--dark-bg);
  padding: 0 16px 0 26px;
  margin: 19px 0 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper [role="tablist"] {
  position: relative;
  display: flex;
  width: fit-content;
  gap: 51px;
}

.wrapper [role="tablist"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  scale: var(--_width, 0.48) 1;
  translate: var(--_left, 0) 0;
  transform-origin: left;
  transition: scale 200ms, translate 200ms;
  background: #f26531;
}

.list-item {
  color: #fff;
  background: lightblue;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.header-wrapper-left {
  display: flex;
  gap: 67px;
  align-items: center;
}

.list-item a {
  padding: 28px 0 29px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.header-wrapper-right {
  display: flex;
  gap: 62px;
  align-items: center;
}

.profile-part-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

.profile-pic {
  position: relative;
  display: block;
}

.profile-pic img {
  width: 100%;
}

.profile-pic img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.profile-pic span {
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #f26531;
}

button:focus {
  outline: none;
}

.sub-menu-dropdown {
  position: absolute;
  background: #3c3d3f;
  top: 90px;
  padding: 20px;
  border-radius: 5px;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  left: -12px;
}

.list-item .sub-menu-dropdown a,
header .list-menu .list-item .sub-menu-dropdown,
.list-menu .list-item .inner-menu-sec.active ~ .sub-menu-dropdown {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

header .list-menu .list-item:hover .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.list-item .sub-menu-dropdown a {
  padding: 10px 0;
  justify-content: center;
  text-transform: uppercase;
}

.list-item .sub-menu-dropdown li {
  list-style: none;
}

.list-item .sub-menu-dropdown a:hover {
  color: #f26531;
}

/* ------------ header css end ------------ */

.header-star-icon {
  width: 50px;
  height: 50px;
  background-color: #ffffffe5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.15);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

.animate-heartbeat {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.header-star-icon:hover .animate-heartbeat {
  animation: heartbeat 2s infinite;
}

.confetti-button {
  border-radius: 6px;
  background: #f26531;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  cursor: pointer;
  position: relative;
  font-family: "Rubik", sans-serif;
  transition: transform ease-in 0.3s, box-shadow ease-in 0.25s;
  border: 0;
  z-index: 999;
}
.confetti-button:focus {
  outline: 0;
}

.confetti-button:before,
.confetti-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 12;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button:active {
  transform: scale(0.9);
  background-color: #f26531;
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

/* ---==================  header css end  ==================--- */

/* ---==================   footer start  ==================--- */
.inner-footer.inner-footer-last-sec a,
.inner-footer-first-sec ul li a,
.inner-footer-second-sec a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.footer-main-sec {
  display: flex;
  justify-content: space-between;
  background-color: #323232;
  color: #fff;
  padding: 20px 23px;
  font-size: 15px;
  gap: 20px;
  margin: 16px 0 19px;
  border-radius: 5px;
}

.footer-main-sec h4 {
  color: #999999;
  font-weight: 500;
  margin-bottom: 10px;
  width: 27%;
}

.inner-footer-first-sec ul li {
  list-style: none;
  margin-bottom: 3px;
}

.inner-footer {
  width: 33.33%;
  border-right: 1px solid #fff;
}

.inner-footer-second-sec a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  color: #fff;
}

.inner-footer-second-sec p {
  margin-bottom: 11px;
  display: inline-block;
  font-weight: 400;
}

.inner-footer-second-sec p:last-child {
  margin-bottom: 0;
}

.inner-footer-first-sec {
  padding-right: 15px;
  width: 28.5%;
}

.inner-footer-second-sec {
  width: 42.33%;
  padding: 0 15px;
}

.inner-footer.inner-footer-last-sec {
  border-right: 0;
  width: 23.33%;
  display: flex;
  align-items: flex-start;
  justify-content: end;
}

.inner-footer.inner-footer-last-sec a {
  background: #f26531;
  padding: 15px 20px;
  border-radius: 25px;
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.inner-footer.inner-footer-last-sec a:hover {
  opacity: 0.8;
}

.inner-footer-first-sec ul li a {
  color: #fff;
}

.inner-footer.inner-footer-second-sec a:hover,
.inner-footer-first-sec ul li a:hover {
  color: #f26531;
}

.preferred-supplier-sec {
  display: flex;
  gap: 20px;
}

.inner-preferred-sec {
  width: 70%;
}

.inner-preferred-sec P:first-child {
  font-weight: 500;
}

/* ---==================   footer end  ==================--- */

/* ---========= animation css start =========--- */
.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 100%;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 19px;
  border-radius: 5px 5px 0 0;
  padding: 12px 18px 12px;
  z-index: 10;
  position: relative;
}

.welcome-rondo-right .card-header {
  background: #f36915;
}

.card-header p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.notification-item-wrapper:hover .bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(5px);
  }
}

.progress-inner {
  border-radius: 5px;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.progress-done {
  background: #1b5262;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
  z-index: 9999;
}

.design-progress-progress-done {
  background: #7c7c68;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
  z-index: 9999;
}

/*base code*/

.wobble-animation1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wobble-animation1.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wobble-animation1.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*the animation definition*/

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-14%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(12%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-8%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(4%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.card-header:hover .card-icon img {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.card-second-line .confetti-button:before {
  background-image: radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%,
    15% 15%, 30% 30%, 32% 32%;
}

.card-second-line .confetti-button:after {
  background-image: radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%,
    15% 15%, 30% 30%, 32% 32%;
}

.positivity {
  overflow: hidden;
  position: relative;
  min-width: 240px;
  height: 27px;
}

.positivity .positivity__words .change {
  opacity: 0;
  -webkit-animation: changeword 8s linear infinite;
  animation: changeword 8s linear infinite;
  font-size: 2rem;
  font-weight: bolder;
  color: #313;
  position: absolute;
  left: 0;
  top: 0;
}

.positivity .positivity__words .change:nth-child(1) {
  animation-delay: 0s;
}

.positivity .positivity__words .change:nth-child(2) {
  animation-delay: 2s;
}

.positivity .positivity__words .change:nth-child(3) {
  animation-delay: 4s;
}

.positivity .positivity__words .change:nth-child(4) {
  animation-delay: 6s;
}

@keyframes changeword {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 0;
    transform: translateY(50px);
  }

  80% {
    opacity: 0;
    transform: translateY(50px);
  }
}

.list-container {
  position: relative;
}

.list-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  width: fit-content;
  gap: 51px;
}

.list-item {
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
  z-index: 1;
  position: relative;
}

.list-item.active {
  border-bottom: 5px solid #f26531;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  border-bottom: 5px solid #f26531;
}

/* ---========= animation css end =========--- */

/* ---========= header-mobile css start =========--- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  border-radius: 8px;
  border: 1px solid #f2f4f7;
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.dropdown-content a.profile-link-sec {
  color: #323232;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.dropdown-content a.profile-link-sec:hover {
  background-color: #f1f1f1;
}

.dropdown.is-active .dropdown-content {
  display: block;
}

.user-info {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 12px 16px;
}

.user-info img.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 200px;
}

.user-info h3 {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.user-info p {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* menu button line */
.menu-open .menu-open .line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
  -webkit-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -moz-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-open .line:nth-child(3) {
  transform: translateY(-5px) rotate(135deg);
  -webkit-transform: translateY(-5px) rotate(135deg);
  -o-transform: translateY(-5px) rotate(135deg);
  -moz-transform: translateY(-5px) rotate(135deg);
  -ms-transform: translateY(-5px) rotate(135deg);
}

.menu-open .menu-open .line:nth-child(2) {
  display: none;
}

.menu-open .line {
  width: 27px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 999;
  margin-top: 6px;
}

.header-section-wrapper-mobile {
  display: none;
}

/* ---========= header-mobile css end =========--- */

/* ----------============  modal css start  ============---------- */
.modal-btn-wrapper {
  width: 90%;
  max-width: 800px;
  margin: 4em auto;
  text-align: center;
}

.modal {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  background: rgba(51, 51, 51, 0.7);
  backdrop-filter: blur(8px);
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  border-radius: 6px;
  max-width: 620px;
  width: 100%;
  margin: 0 20px;
  padding-right: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 9999;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1),
    0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 26px;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal-content img {
  margin-bottom: 25px;
}

.modal-content span {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.modal-content p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  margin: 6px 0 20px;
  max-width: 400px;
}

.modal-content p b {
  font-weight: 700;
}

.modal-content .orange-btn {
  max-width: 356px;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.modal-text-link {
  color: var(--orange-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  padding: 14px 0;
  margin-top: 12px;
}

/* --------------- supplier update modal ----------- */
.supplier-update-modal-main {
  max-width: 600px;
  width: 100%;
}

.supplier-update-modal {
  padding: 50px 16px 30px;
  display: block;
}

.supplier-update-wrapper {
  padding-right: 8px;
  margin-bottom: 30px;
}

.supplier-update-modal h2 {
  color: #101828;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 16px;
}

.supplier-update-search {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}

.supplier-update-search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  margin-bottom: 0;
}

.supplier-update-search input {
  padding: 15px 14px 15px 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  border-radius: 8px;
  background: #f2f4f7;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border: 0;
  width: 100%;
  color: #667085;
}

.supplier-radio-box label {
  border-radius: 8px;
  border: 1px solid #e4e7ec;
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
  position: relative;
  display: block;
  padding-left: 40px;
  cursor: pointer;
}

.supplier-radio-box p {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
  display: block;
}

.supplier-radio-box span {
  text-align: left;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.supplier-radio-box input[type="radio"] {
  display: none;
}

.supplier-radio-box label::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 50%;
  top: 18px;
  left: 14px;
  transition: border-color 400ms ease;
}

.supplier-radio-box label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #f26531;
  border: 1px solid #f26531;
  border-radius: 50%;
  top: 18px;
  left: 14px;
  transform: scale(0);
  transition: transform 400ms ease;
}

.supplier-radio-box input[type="radio"]:checked + label::before {
  border-color: #f26531;
}

.supplier-radio-box input[type="radio"]:checked + label::after {
  transform: scale(0.4);
}

.supplier-radio-box input[type="radio"]:checked + label {
  border: 1px solid #ffc9a2;
  background: rgba(242, 101, 49, 0.14);
}

.supplier-content-scroll {
  overflow-y: scroll;
  height: 255px;
  padding-right: 9px;
  margin-right: -16px;
}

.supplier-content-scroll::-webkit-scrollbar {
  width: 5px;
}

.supplier-content-scroll::-webkit-scrollbar-thumb {
  background: #e4e7ec;
  border-radius: 20px;
}

.supplier-content-scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 20px;
}

.update-preferred-btns {
  margin: 0 14px;
}

.update-preferred-btn {
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  border-radius: 50px;
  background: #f26531;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-bottom: 12px;
  transition: 0.3s;
  font-family: "Rubik", sans-serif;
}

.update-preferred-btn:hover {
  opacity: 0.9;
}

.cancel-btn {
  font-family: "Rubik", sans-serif;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #d0d5dd;
  background-color: transparent;
  color: #344054;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  transition: 0.3s;
}

.cancel-btn:hover {
  opacity: 0.9;
}

/* ----------============  modal css end  ============---------- */
.mobile-hide {
  display: block;
}

.mobile-show {
  display: none;
}

.show-xs {
  display: none;
}

.products-list-main,
.resources-list-main {
  display: none;
}

.products-list-main.active,
.resources-list-main.active {
  display: block;
}

/* get Verified page start */
.get-verified-main-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/assets/nexus/image/get-verified-main-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 45px 0 65px;
  border-radius: 5px;
  margin-bottom: 18px;
  gap: 20px;
}

.get-verified-left-sec h1 {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.56px;
}
.greeting .silver-tool-btn {
  width: 135px;
  height: 38px;
  border-radius: 31px;
  margin-bottom: 0;
}
.greeting .silver-tool-btn span {
  font-size: 14px;
  gap: 5px;
  border-radius: 31px;
}
.user-info .greeting {
  margin-top: 5px;
}
.silver-tool-btn {
  background-image: linear-gradient(to bottom, #f8af94 0%, #d7e6e9 100%);
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 16px;
  height: 44px;
  padding: 2px;
  position: relative;
  text-decoration: none;
  width: 128px;
  z-index: 2;
  margin-bottom: 20px;
}

.silver-tool-btn span {
  align-items: center;
  background-image: linear-gradient(to right, #828384 0%, #abb0b5 100%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: background 0.5s ease;
  width: 100%;
}
.gradient-button::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #30cfd0 0%, #330867 100%);
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -1;
  border-radius: 20px;
}

.get-verified-left-sec h2 {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
  letter-spacing: -0.56px;
}

.get-verified-right-sec img {
  margin-bottom: -5px;
}

.nexus-silver-sec {
  background: linear-gradient(102deg, #ececec 2.56%, #e3e3e3 89.08%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.nexus-silver-sec h2,
.silver-tools-secondary h2,
.silver-tools-form-primary h2 {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: -0.56px;
}

.nexus-silver-sec p {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  width: 100%;
  max-width: 630px;
  padding: 40px 0;
  margin: 0 auto;
}

.verified-toggles {
  background: #f26531;
  padding: 15px 25px;
  border-radius: 25px;
  gap: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.verified-toggles .verified-arrow {
  transform: translateX(0);
}
.verified-toggles:hover .verified-arrow {
  transform: translateX(10px);
}

.silver-tools-main {
  background: url(/assets/nexus/image/silver-tools-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.silver-tools .silver-tools-main.silver-tools-top {
  padding-bottom: 50px;
  background-color: #fff;
}
.silver-tools-top .card-header {
  border-radius: 5px 5px 0px 0px;

  background: linear-gradient(90deg, #818284 0%, #aeb3b9 100%);
}

.silver-tools-secondary h2 {
  text-align: left;
}

.silver-tools-secondary p {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  padding-top: 30px;
  padding-bottom: 20px;
}

.silver-tools-left-sec {
  position: relative;
  width: 47%;
}

.silver-tools-right-sec {
  width: 450px;
}

.card-body {
  max-width: 1250px;
  margin: 0 auto;
  padding: 55px 30px 45px 30px;
}

.silver-tools-secondary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.silver-tools-left-sec img {
  border-radius: 5px;
  box-shadow: 0 0 20px 13px rgb(0 0 0 / 8%);
  width: 100%;
}

.silver-sub-tool-img img {
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 20px 13px rgb(0 0 0 / 8%);
  width: 100%;
}

.silver-tools-right-sec ul {
  margin-left: 19px;
}

.silver-tools-right-sec ul li {
  font-family: "Rubik", sans-serif;
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.silver-tools-right-sec ul li::marker {
  color: #3c3d3f;
  font-size: 21px;
}

.silver-tools-left-sub {
  position: absolute;
  bottom: -35px;
  left: -50px;
  background: #ffffff73;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 24px 24px;
  backdrop-filter: blur(12.7px);
  -webkit-backdrop-filter: blur(12.7px);
}

.silver-tools-right-sub {
  position: absolute;
  bottom: -35px;
  right: -50px;
  background: #ffffff73;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 24px 24px;
  backdrop-filter: blur(12.7px);
  -webkit-backdrop-filter: blur(12.7px);
}

.silver-tools-left-sub p,
.silver-tools-right-sub p {
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  padding: 20px 0 55px;
}

.start-course-btn.silver-sub-btn {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
  opacity: 0.77;
}

.mt-18 {
  margin-top: 18px;
}

.silver-tool-btn.verified-check {
  width: 140px;
  height: 36px;
  border-radius: 30px;
}

.silver-tool-btn.verified-check span {
  font-size: 14.5px;
  border-radius: 30px;
  gap: 10px;
}

.silver-tools-form-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(102deg, #f8f8f8 2.56%, #e3e3e3 89.08%);
  padding: 43px 45px;
  border-radius: 5px;
}

.silver-tools-form-primary {
  width: 100%;
  max-width: 350px;
}

.silver-tools-form-primary h2 {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1em;
  text-align: left;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}

.silver-tools-form-primary p {
  font-family: "Rubik", sans-serif;
  color: #323232;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.silver-tools-form-secondary {
  width: 100%;
  max-width: 850px;
}

.silver-tools-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.silver-tools-form .form-group {
  margin-top: 15px;
  width: 48%;
}

.silver-tools-form .form-radio-group {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.silver-tools-form .form-select-group {
  margin-top: 5px;
  margin-bottom: 15px;
}

.silver-tools-form .form-radio-main {
  margin: 24px 0;
  width: 100%;
}

.silver-tools-form .form-radio-main > label {
  display: block;
  padding-bottom: 4px;
}

.silver-tools-form .form-group label,
.silver-tools-form .form-radio-group label,
.silver-tools-form .form-radio-main label,
.silver-tools-form .form-select-group label {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.2em;
  color: #5d5d5d;
  margin-bottom: 5px;
}

.silver-tools-form .form-radio-group label {
  font-weight: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.silver-tools-form .form-radio-group label {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.2em;
  color: #323232;
}

.silver-tools-form input,
.silver-tools-form select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  padding: 13px;
  color: #323232;
  border: 1px solid #d0d5dd;
  width: 100%;
  background: white;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 4px;
}
.silver-tools-form input[type="radio" i] {
  position: relative;
  top: 2px;
}
.silver-tools-form select {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  color: #323232;
  font-family: "Rubik", sans-serif;
}

.silver-tools-form input::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  color: #323232;
}

.silver-tools-form input[type="radio"] {
  width: auto;
  accent-color: #f26531;
  cursor: pointer;
}

.silver-tools-form .verified-toggles.form-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.silver-tools-form .verified-arrow {
  position: absolute;
  right: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* get Verified page end */

/* ----------============  confetti button animation start  ============---------- */
.card-second-line .confetti-button {
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-right: 0;
}

.card-second-line .confetti-button:not(:disabled):hover {
  margin-right: -8px;
}

.card-second-line .confetti-button img {
  pointer-events: none;
  position: relative;
  z-index: 50;
}

.disable-card .card-second-line p {
  opacity: 0.5;
}

.card-second-line .confetti-button:before {
  background-image: radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%,
    15% 15%, 30% 30%, 32% 32%;
}

.card-second-line .confetti-button:after {
  background-image: radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #ffffff 15%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%),
    radial-gradient(circle, #ffffff 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 30% 30%, 32% 32%, 10% 10%, 20% 20%,
    15% 15%, 30% 30%, 32% 32%;
}
.confetti-button {
  border-radius: 6px;
  background: #f26531;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding: 11px;
  cursor: pointer;
  position: relative;
  font-family: "Rubik", sans-serif;
  transition: transform ease-in 0.3s, box-shadow ease-in 0.25s;
  border: 0;
  z-index: 999;
}

.confetti-button:focus {
  outline: 0;
}

.confetti-button:before,
.confetti-button:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 12;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.confetti-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
}

.confetti-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f26531 15%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%),
    radial-gradient(circle, #f26531 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.confetti-button:active {
  transform: scale(0.9);
}

.confetti-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.confetti-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
/* ----------============  confetti button animation end  ============---------- */

/* ----------============  Dashboard page Start  ============---------- */
.dashboard-body {
  /* Bronze Tier: Dashboard */
  background: #d4c5b7;
}

.rondo-tabs-main {
  background: linear-gradient(93.62deg, #a78b67 4.49%, #a67c54 75.79%);
  border-radius: 5px;
  margin-bottom: 20px;
}
.rondo-tabs-sec {
  /* background-image: url(/assets/nexus/image/the-blue-lagoon-bg.png); */
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 31px 15px 23px;
  border-radius: 5px 5px 0 0;
  background-position: center;
}
.rondo-tabs-sec h1 {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.rondo-tab-list ul {
  display: flex;
}

.rondo-tab-list ul li:not(:first-child) a {
  margin-left: -1px;
}
.rondo-tab-list ul li {
  list-style: none;
  width: 50%;
  text-align: center;
}
.rondo-tab-list ul li a {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-weight: 500;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(35px);
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.rondo-tab-list ul li.active a,
.rondo-tab-list ul li:hover a {
  background: rgba(255, 255, 255, 0.5);
  color: #3c3d3f;
}
.rondo-tab-list ul li.active img,
.rondo-tab-list ul li:hover img {
  -webkit-filter: invert(75%);
  filter: invert(75%);
}

.rondo-tab-list ul li:first-child a {
  border-radius: 20px 20px 0px 0px;
  height: 100%;
}

.dashboard-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dashboard-card-main {
  width: 100%;
  padding-bottom: 20px;
}
.dashboard-card-main .card-header {
  gap: 10px;
  padding: 12px 18px 12px;
}
.bronze-tools-card .card-header {
  background-color: #3c3d3f;
}
.bronze-tools-card .dashboard-card-body {
  background: #ffffff80;
  border: 1px solid #ffffff;
  border-top: 0;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  height: calc(100% - 62px);
}
.bronze-tools-item {
  display: flex;
  gap: 34px;
  align-items: center;
  background-color: #ffffff;
  transition: 0.3s;
  border-radius: 10px;
  padding: 10px 24px 10px 10px;
  margin-bottom: 20px;
}
.bronze-tools-card-img {
  opacity: 0.8;
}
.bronze-tools-item:hover .bronze-tools-card-img {
  opacity: 1;
}
.dashboard-card-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dashboard-card-text h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #3c3d3f;
  margin-bottom: 10px;
}
.dashboard-card-text {
  width: 100%;
  max-width: 65%;
}
.dashboard-card-text p {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #3c3d3f;
}
.bronze-tools-item:hover {
  background-color: #ddd9d5;
}
.bronze-tools-item:hover {
  background-color: #ddd9d5;
}
.confetti-button img {
  background-color: #faf5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 17px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bronze-tools-item:hover .confetti-button img {
  background-color: #ffffff;
}
.bronze-tools-item .card-second-line .confetti-button:not(:disabled):hover {
  margin-right: 0px;
}

/* silver-tool-card */
.card-icon .silver-tool-btn {
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.card-icon .silver-tool-btn span {
  border-radius: 50%;
}
.dashboard-card-main .silver-tool-btn {
  margin-bottom: 0;
  height: 41px;
}
.silver-tool-card .card-header {
  padding: 10px 18px;
}
.silver-tool-card .card-icon {
  min-width: 41px;
  height: 41px;
}
.silver-tool-card .card-header {
  background: linear-gradient(90deg, #828385 0%, #adb2b8 100%);
}
.silver-tool-card-body {
  background-image: url(/assets/nexus/image/silver-tool-card-bg.jpg);
  border-radius: 0 0 5px 5px;
  background-size: cover;
}
.silver-tool-card-wrapper {
  display: flex;
  padding: 0 26px;
  justify-content: space-between;
}
.silver-tool-card-text {
  padding: 37px 20px 31px 15px;
  width: 100%;
  max-width: 56%;
}
.silver-tool-card-text p {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.41px;
  color: #323232;
  margin-bottom: 20px;
}
.silver-tool-card-text b {
  font-weight: 700;
}
.grey-verified-toggles {
  background-color: #818284;
  max-width: 174px;
  padding: 15px 25px 16px 25px;
  justify-content: space-between;
}
.silver-tool-card-img {
  margin-top: auto;
  width: 100%;
  max-width: 44%;
  padding-top: 24px;
}

/* My Quotes */
.white-card-bg {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  border-radius: 5px;
}
.dashboard-card-main.white-card-bg {
  background: rgba(255, 255, 255, 0.6);
}
.dashboard-card-main .card-header-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-icon.grey-icon {
  background-color: #3c3d3f;
}
.grey-header-text p {
  color: #3c3d3f;
}
.card-header-right a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.card-header-right a:hover {
  opacity: 0.8;
}
.two-part-header {
  justify-content: space-between;
  display: flex;
}
.dashboard-card-main .card-header p {
  font-size: 20px;
}
.dashboard-card-body ul li {
  list-style: none;
}
.dashboard-card-body ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 8px;
}
.dashboard-card-body ul li a:hover {
  background-color: rgb(255 255 255 / 60%);
}
.card-list-content {
  padding: 10px 20px 20px;
}

.dashboard-card-body .quote-number,
.dashboard-card-body .project-name,
.dashboard-card-body .supplier-name,
.dashboard-card-body .city-name,
.dashboard-card-body .status {
  width: 100%;
  font-size: 15px;
  color: #3c3d3f;
}

.dashboard-card-body .quote-number {
  max-width: 13%;
  font-weight: 400;
}

.dashboard-card-body .project-name {
  max-width: 37%;
  font-weight: 500;
}

.dashboard-card-body .supplier-name {
  max-width: 32%;
  font-weight: 400;
}

.dashboard-card-body .status {
  max-width: 9%;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-left: 13px;
}

.dashboard-card-body .status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2e6e80;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.verified-toggles.transparent-toggles {
  border: 1px solid #5f5f5f;
  background: transparent;
  color: #5f5f5f;
  justify-content: center;
  margin-top: 23px;
}
.plain-white-box-nodata {
  border-radius: 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c3d3f;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 20px;
  margin: 0 20px;
  height: calc(100% - 61px);
  min-height: 200px;
}
.no-projects-box {
  padding-bottom: 24px;
}
/* ----------============  Dashboard page end  ============---------- */

/* ----------============  Nexus Design tab start  ============---------- */
.main-nexus-design-tab {
  background-image: url(/assets/nexus/image/nexus-design-tab-bg.png);
}
.inbox-tab a span {
  position: relative;
}
.inbox-tab a span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f26531;
  top: 0;
  right: -10px;
}
/* ----------============  Nexus Design tab end  ============---------- */

/* ----------============  Contractor Dashboard page start  ============---------- */
.orange-icon {
  background-color: #f26531;
}
.status.status-yellow::before {
  background-color: #dccd00;
}
.status.status-red::before {
  background-color: #be2f12;
}
.silver-tool-img-card-main {
  padding: 20px;
  background-image: url(/assets/nexus/image/silver-tool-img-card-bg.jpg);
  border-radius: 0 0 5px 5px;
  background-size: cover;
  height: calc(100% - 62px);
}
.silver-tool-img-card-item {
  border-radius: 20px;
  border: 1px solid #fff;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.7) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  gap: 22px;
  margin-bottom: 22px;
}
.bronze-tools-item:last-child {
  margin-bottom: 0;
}
.silver-tool-img-card-item .confetti-button img {
  padding: 0;
}
.bronze-tools-item .bronze-tools-card-img {
  opacity: 1;
  border-radius: 20px;
}
.silver-tool-img-card {
  margin-bottom: 0;
}
.silver-tool-img-card .bronze-tools-card-img {
  max-width: 115px;
}
.dashboard-left-part-card,
.dashboard-right-part-card {
  display: grid;
  gap: 20px;
}
.bronze-dashboard-wrapper .dashboard-right-part-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bronze-dashboard-wrapper .my-quotes-card {
  height: 100%;
}
.bronze-dashboard-wrapper .my-quotes-card .card-list-content {
  height: calc(100% - 62px);
}
.inbox-date,
.lsat-date {
  max-width: fit-content;
  font-size: 13px;
  line-height: 1.4;
  color: #3c3d3f;
}
.quote-item.deactivate {
  opacity: 0.7;
}
.inbox-card .verified-toggles.transparent-toggles {
  margin-top: 19px;
}
.quote-bold-fit {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  max-width: fit-content;
}
.city-name {
  max-width: 55%;
}
.ai-assistant-card {
  background-image: url(/assets/nexus/image/ai-assistant-bg.png);
  padding: 18px 20px 16px;
  border-radius: 5px;
  background-size: cover;
  display: flex;
  align-items: center;
}
.ai-assistant-card-wrapper {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.4) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ai-assistant-text {
  width: 100%;
  max-width: 50%;
}
.ai-assistant-text h4 {
  color: #3c3d3f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.41px;
  margin-bottom: 12px;
}
.ai-assistant-text h4 strong {
  font-weight: 700;
}
.ai-assistant-text p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
}
.ai-assistant-image {
  border-radius: 20px;
  width: 100%;
  max-width: 274px;
  height: 166px;
}
.White-verified-toggles {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  max-width: fit-content;
  color: #3c3d3f;
}
.White-verified-toggles:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ai-assistant-text .White-verified-toggles {
  max-width: 174px;
  margin-top: 20px;
}
.ai-assistant-text .verified-toggles {
  gap: 25px;
}
.rondo-assistant-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.design-meeting {
  background-image: url(/assets/nexus/image/design-meeting-bg.png);
}
.rondo-assistant-card-wrapper .ai-assistant-text {
  max-width: 100%;
}
.design-meeting .White-verified-toggles {
  max-width: 195px;
  gap: 10px;
}
/* ----------============  Contractor Dashboard page end  ============---------- */

/* ----------============  project-selection page start  ============---------- */
.create-new-project-main {
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 31px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.create-new-project-card {
  border-radius: 20px;
  border: 1px solid rgba(133, 133, 133, 0.2);
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.6) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  padding: 20px;
  width: 100%;
  max-width: 546px;
}
.create-new-project-card-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.white-orangeborder-toggles {
  border: 1px solid #f26531;
  background: rgba(255, 255, 255, 0.6);
  color: #f26531;
  max-width: 174px;
}
.white-orangeborder-toggles:hover {
  background: rgba(255, 255, 255, 0.3);
}
.filters-main {
  padding: 24px;
  display: flex;
  align-items: end;
  gap: 15px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #e9e9e9;
}
.lable-dropdown-items {
  max-width: 168px;
  width: 100%;
}
.round-dropdown {
  height: 41px;
}
.round-dropdown .nice-select {
  border: 1px solid #a4a4a4;
  border-radius: 40px;
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  background-color: #edeeef;
}
.round-dropdown .nice-select .list {
  width: 100%;
  z-index: 999;
}
.nice-select::after {
  display: none;
}
.nice-select::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/nexus/image/blue-dow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.filters-name-lable {
  color: rgba(60, 61, 63, 0.7);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
  display: block;
}
.user-search {
  position: relative;
  width: 100%;
}
.user-search input {
  padding: 12px 8px 12px 45px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 20px;
  background-color: #edeeef;
  width: 100%;
  max-width: 270px;
  color: #3d3d3d;
  border: 1px solid #a4a4a4;
}
.user-search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  margin-bottom: 0;
}
.project-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 20px;
}
.project-details-lable {
  margin-bottom: 16px;
}
.project-details-wrapper.project-details-lable span {
  color: rgba(60, 61, 63, 0.7);
  font-size: 13px;
  font-weight: 400;
}

.project-details-main {
  padding: 20px;
}
.project-details-wrapper .project-location,
.project-details-wrapper .project-date,
.project-details-wrapper .project-status,
.project-details-wrapper .project-name,
.project-details-wrapper .project-systems {
  width: 100%;
  color: #3c3d3f;
}
.project-details-wrapper .project-name {
  max-width: 20%;
}
.project-details-wrapper .project-location {
  max-width: 15%;
}
.project-details-wrapper .project-systems {
  max-width: 46%;
}
.project-details-wrapper .project-date {
  max-width: 10%;
}
.project-details-wrapper .project-status {
  max-width: 7%;
}
.project-details-list:last-child {
  margin-bottom: 0;
}
.project-details-list {
  padding: 14px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #3c3d3f;
  font-size: 15px;
  margin-bottom: 9px;
}
.project-details-list:hover {
  background: #ffffff;
}
.project-details-list.active {
  background: #ffffff;
}

.project-details-list .project-name {
  font-weight: 500;
}
.project-details-list .project-location {
  font-weight: 400;
}

.project-systems {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.right-tik-badge {
  border-radius: 10px;
  padding: 10px 12px;
  letter-spacing: -0.408px;
  position: relative;
  z-index: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  gap: 9px;
}
.right-tik-badge.blue-badge {
  color: #6496c8;
}
.right-tik-badge.yellow-badge {
  color: #daa667;
}
.right-tik-badge.grey-badge {
  color: #8d8f91;
}
.right-tik-badge.purple-badge {
  color: #93779d;
}
.right-tik-badge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: #fff;
}
.right-tik-badge::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -2;
  border-radius: 11px;
}
.blue-badge::after {
  background: var(--Wind);
}
.yellow-badge::after {
  background: var(--Seismic);
}
.grey-badge::after {
  background: var(--Internal-Walls);
}
.purple-badge::after {
  background: var(--Key-Lock);
}
.right-tik-badge.disabled {
  opacity: 0.3;
}

.project-status .status {
  max-width: 9%;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-left: 13px;
  display: block;
  margin-bottom: 4px;
}
.project-status .status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2e6e80;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.project-status .lsat-date {
  font-size: 11px;
  color: #868686;
  line-height: 1.2;
  height: 23px;
  display: block;
}

.pagination-bar {
  padding: 22px 20px 43px;
}
.pagination-bar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination-bar ul li.nav-btn a {
  color: #a5a5a5;
  font-size: 15px;
}
.pagination-bar ul li.nav-btn {
  padding: 10px;
}
.pagination-bar ul li.nav-btn.active a {
  color: #3a3a1f;
  line-height: 1.6;
  border-bottom: 1px solid #3a3a1f;
}
.pagination-bar ul li.more-dot {
  padding: 0 12px;
}
.pagination-bar ul li.page-number a {
  border-radius: 3px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a1f;
  font-size: 15px;
  border: 1px solid #d9d9d9;
}
.pagination-bar ul li.page-number.active a {
  background: #878787;
  color: #ffffff;
}
.filters-btn-mobile,
.filters-popup-main {
  display: none;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  top: 100%;
  left: 0;
  opacity: 0;
}
.filters-open .popup-overlay {
  opacity: 1;
  top: 0;
}
.filters-open .filters-popup {
  bottom: 0;
}
.filters-popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 999999999;
  padding: 45px 36px 54px;
  border-radius: 18.066px 18.066px 0px 0px;
  background: #fff;
  box-shadow: 0px -117.427px 32.744px 0px rgba(135, 135, 135, 0),
    0px -74.521px 30.486px 0px rgba(135, 135, 135, 0.01),
    0px -41.777px 24.84px 0px rgba(135, 135, 135, 0.03),
    0px -19.195px 19.195px 0px rgba(135, 135, 135, 0.06),
    0px -4.516px 10.162px 0px rgba(135, 135, 135, 0.06);
}
span.filters-btn-mobile {
  border-radius: 9.033px;
  background: #d9d9d9;
  width: 33.873px;
  height: 4.516px;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.filters-popup .lable-dropdown-items,
.filters-popup .search-bar {
  display: block;
}
.filters-popup .lable-dropdown-items {
  max-width: 100%;
  margin-bottom: 14px;
}
.filters-popup .round-dropdown .nice-select {
  background-color: #ffffff;
}
.filters-popup .user-search input {
  max-width: 100%;
  background-color: #ffffff;
}
.filters-popup .user-search {
  margin: 27px 0;
}
.filter-apply-btn {
  display: flex;
  gap: 11px;
}
.filter-apply-btn .verified-toggles {
  margin-top: 0;
}
.verified-toggles.orange-toggles {
  color: #f26531;
  border-color: #f26531;
}
.reset-all-btn {
  max-width: 133px;
  width: 100%;
}
.apply-filters {
  max-width: 174px;
  width: 100%;
}
/* ----------============  project-selection page end  ============---------- */

/* ----------============  Create a project page start  ============---------- */
.project-summary-wapper {
  display: flex;
  gap: 20px;
  position: relative;
  /* overflow: hidden; */
}
.create-project-main {
  width: calc(100% - 104px);
}
.summary-sidebar-main {
  width: 100%;
  max-width: 84px;
  padding: 20px;
}
.summary-icon-btn {
  color: #3c3d3f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.create-project-title {
  padding: 20px;
  color: #3c3d3f;
  margin-bottom: 20px;
}
.create-project-title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.create-project-title P {
  font-size: 15px;
}
.project-details {
  padding: 30px 20px 20px;
}
.full-input-wrapper {
  display: flex;
  gap: 34px;
}
.full-input-group {
  width: 100%;
  margin-bottom: 24px;
  max-width: 610px;
}
.full-input-lable {
  color: #222224;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  gap: 7px;
  display: flex;
  align-items: center;
}
.full-input-lable span {
  display: flex;
  align-items: center;
}
.full-input-group input {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  padding: 13px 17px;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3c3d3f;
}
.full-input-group input::placeholder {
  color: rgba(60, 61, 63, 0.6);
}
.form-error-example {
  color: #ce0000;
  font-size: 13px;
  font-weight: 400;
}
.form-error-example .field-validation-error {
  color: #ce0000;
  font-size: 13px;
  font-weight: 400;
}

.square-dropdown.round-dropdown .nice-select {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 48px;
  display: flex;
  align-items: center;
}
.location-address-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 24px;
  position: relative;
  z-index: 99;
}
.create-a-project .location-address-wrapper {
  gap: 35px;
}
.location-address-wrapper .only-input-wrapper {
  margin: 12px 0;
}
.location-address-wrapper iframe {
  width: 100%;
  max-width: 607px;
  height: 204px;
  border-radius: 10px;
}
.location-address-wrapper .full-input-group {
  margin-bottom: 0;
}
.only-input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
/* tooltip css start */
.tooltip {
  position: relative;
  font-size: 12px;
  color: #ffffff;
  display: flex;
}
.tooltip:after,
.tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}
.tooltip:after {
  background-color: #3c3d3f;
  content: attr(data-tooltip);
  padding: 8px;
  white-space: nowrap;
  margin-bottom: 11px;
  border-radius: 6px;
}
.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
[data-tooltip-pos="right"]:before {
  border-top: 6px solid transparent;
  border-right: 6px solid #3c3d3f;
  border-bottom: 6px solid transparent;
  margin-left: 8px;
}
[data-tooltip-pos="right"]:before,
[data-tooltip-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}
[data-tooltip-pos="right"]:after {
  margin-left: 13px;
}
[data-tooltip-pos="right"]:hover:before,
[data-tooltip-pos="right"]:hover:after {
  transform: translate(0, -50%);
}
/* tooltip css start */

/* Project type tabs */
.total-building-main-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 24px;
}
.project-tabs-main {
  margin-bottom: 24px;
}
.tabcontent.active {
  display: block;
}
.tabcontent {
  display: none;
}
.project-tabs-link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.project-tabs-link {
  display: flex;
  gap: 12px;
  width: 100%;
}
.project-tabs-links {
  width: calc(100% - 20px);
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 12px;
}
.project-type-slider-right {
  padding: 8px;
}
.project-tabs-main .project-type-slider-right {
  padding-left: 28px;
}
.without-input .full-input-group {
  margin-bottom: 8px;
}
.project-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 17px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  opacity: 0.6;
  background: #fff;
  min-width: 158px;
}
.project-items:hover,
.project-items.active {
  opacity: 1;
  border: 1px solid #f26531;
  box-shadow: 0px 4px 24.2px 0px rgba(0, 0, 0, 0.15);
}
.project-items img {
  /*width: 100%;
  max-width: 61px;*/
  height: 152px;
  @media screen and (max-width: 991px) {
    height: 100px;
  }
}
.project-items span {
  margin-top: 13px;
  font-size: 15px;
  color: #3c3d3f;
  width: 100%;
  max-width: 112px;
  text-align: center;
}

.importance-level-main {
  margin-bottom: 24px;
}
.importance-level-list {
  display: flex;
  gap: 12px;
}
.importance-level-item:hover,
.importance-level-item.active {
  opacity: 1;
  border-radius: 10px;
  border: 1px solid #f26531;
  background: #fff;
  box-shadow: 0px 4px 24.2px 0px rgba(0, 0, 0, 0.15);
}
.importance-level-item {
  display: flex;
  width: 100%;
  max-width: 304px;
  height: 79px;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  opacity: 0.6;
  background: #fff;
  cursor: pointer;
}
.importance-level-item span {
  width: 55px;
  height: 55px;
  color: #f26531;
  font-size: 36px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7d1c1;
  border-radius: 50%;
}

.total-building-fields {
  position: relative;
}
.ruler-container {
  width: 610px;
  height: 68px;
  overflow: hidden;
  position: relative;
}
.ruler {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 48px;
  font-size: 0;
}
.mark {
  display: inline-block;
  width: 42px;
  height: 48px;
}
.mark .line {
  height: 10px;
  border-left: 1.6px solid #3c3d3fcc;
  float: left;
}
.measure {
  font-size: 14px;
  padding-left: 2px;
  font-family: "Roboto mono", sans-serif;
  user-select: none;
  -webkit-user-select: none;
  color: #212121;
  position: absolute;
  top: 26px;
  margin-left: -7px;
}
.toast {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  padding: 13px 17px;
  font-size: 15px;
  line-height: 1.4;
  color: #3c3d3f;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 8px;
}
.total-building-main {
  width: 100%;
  max-width: 48%;
}
.total-building-item {
  overflow: hidden;
}
.project-tabcontent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 611px;
  max-height: 450px;
  overflow: hidden;
  border-radius: 10px;
}
.project-tabcontent img {
  width: 100%;
  max-width: fit-content;
}
.verified-toggles.continue-full-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 22px;
}
.summary-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  height: 100%;
  z-index: 1001;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px 5px 5px 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4.699999809265137px);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4,1);
  transform-origin: right center;
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}
.summary-sidebar-inner {
  position: sticky;
  top: 20px;
  height: auto;
}
.summary-sidebar.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.summary-close-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #3c3d3f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 19px;
}
.summary-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  border-radius: 5px;
}
.summary-overlay.active {
  display: block;
}
.summary-detais-item {
  padding: 20px 0;
  border-top: 1px solid #8e8c9a4d;
}
.summary-detais-item h3 {
  margin-bottom: 25px;
  color: #3c3d3f;
  font-size: 24px;
  font-weight: 400;
}
.summary-detais-wrapper {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.summary-detais-text {
  width: 100%;
  max-width: 321px;
}
.summary-detais-text span {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.summary-detais-text p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 500;
}
.summary-detais-measurements {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
.summary-detais-measurements.summary-detais-text {
  max-width: 100%;
}

.importance-level-main-box {
  border-radius: 10px;
  background: #e6e6e6;
  padding: 52px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.importance-level-main-box h2 {
  color: #3c3d3f;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.importance-level-main-box p {
  color: #3c3d3f;
  text-align: center;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.importance-level-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.project-details .importance-level-btns .white-orangeborder-toggles {
  max-width: 166px;
  width: 100%;
  justify-content: center;
}
.project-details .importance-level-btns .white-orangeborder-toggles:hover,.wind-results-right-btns .white-orangeborder-toggles:hover{
  opacity: 0.7;
}
.hidden {
  display: none;
}

/* ----------============  Create a project page end  ============---------- */

/* ----------============  no project page start  ============---------- */
.no-project-main {
  padding: 107px 20px 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ----------============  no project page end  ============---------- */

/* ----------============  Project Details page start  ============---------- */
.back-to-project-link {
  margin-bottom: 14px;
}
.small-project-link {
  color: rgba(60, 61, 63, 0.7);
  font-size: 13px;
  font-weight: 400;
  text-decoration-line: underline;
  display: block;
}
.card-title h3 {
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 500;
}
.project-header-border {
  border-bottom: 2px solid #e9e9e9;
  padding: 20px 27px 18px 20px;
  align-items: center;
}
.card-header-no-border {
  border: 0;
}
.project-name-details {
  padding: 23px 0 29px;
}
.project-details-lable-main {
  align-items: start;
}
.project-details-lable-main span {
  display: block;
  font-size: 15px;
  color: rgba(60, 61, 63, 0.6);
}
.project-name-box .project-details-lable-main .project-systems {
  display: block;
}
.project-details-lable-main p {
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.project-name-details .project-details-lable-main .project-status span {
  font-size: 11px;
}
.project-name-details .project-details-lable-main .project-status span.status {
  font-size: 13px;
  color: #3c3d3f;
}
.project-details-lable-main .project-systems {
  max-width: 42%;
}
.project-details-lable-main .project-location,
.project-details-lable-main .project-name {
  max-width: 50%;
}
.project-details-lable-main .building-measurements-box,
.project-details-lable-main .project-items {
  min-width: 190px;
}
.project-name-box {
  margin-bottom: 20px;
}
.building-name-main .card-title {
  display: flex;
  width: 100%;
}
.building-name-main .card-title h3:first-child {
  width: 100%;
  max-width: 46%;
}
.building-name-main .project-details-wrapper {
  padding: 7px 20px 46px;
}
.border-bottom {
  border-bottom: 2px solid #e9e9e9;
}
.building-name-main .project-items {
  max-width: 190px;
  border: 0;
  border-radius: 5px;
  opacity: 1;
  padding: 17px;
}
.building-name-main .project-details-lable-main .project-lable {
  margin-bottom: 17px;
}
.building-name-main .project-details-lable-main .project-systems {
  max-width: 54%;
}
.building-measurements-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 190px;
  padding: 4rem 1.5rem;
  gap: 23px;
  border-radius: 5px;
  background: #fff;
}
.building-measurements-numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.building-measurements-numbers span {
  font-size: 16px;
  color: #3c3d3fe5;
}
.building-measurements-numbers p {
  font-size: 16px;
  color: #3c3d3f;
  font-weight: 500;
  margin: 0;
}
.design-loads-main {
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.design-loads-main .project-details-wrapper {
  width: 100%;
  padding: 26px 20px;
  border: 0;
}
.design-loads-main .project-details-wrapper .only-text-toggles {
  max-width: fit-content;
}
.design-loads-main .right-tik-badge {
  margin-bottom: 0;
}
.only-text-toggles {
  background-color: transparent;
  padding: 0;
  max-width: min-content;
}
.only-text-toggles p {
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
.smaill-project-list {
  margin-bottom: 13px;
}
.smaill-project-list .project-date {
  margin-top: 0;
  max-width: fit-content;
  font-size: 15px;
}
.small-badgs {
  padding: 7px 13px 7px 13px;
}
.badge-wrapper {
  width: 100%;
  max-width: 120px;
  text-wrap: nowrap;
}
.badge-wrapper .right-tik-badge {
  width: fit-content;
  display: flex;
  align-items: center;
}
.completed-designs-list-main.project-details-wrapper .project-systems {
  max-width: 100%;
}
.project-version {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  max-width: 10%;
}
.completed-designs-list-main .project-date {
  max-width: 35%;
}
.load-more-project-link {
  text-align: right;
  padding: 14px 20px 27px;
}
.completed-designs-main .card-header-no-border {
  padding-top: 31px;
  padding-bottom: 14px;
}
.silver-designers-main .project-tabs-link-wrapper {
  padding: 10px 0 22px 20px;
}

.silver-designers-item {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 13px 17px;
  width: 100%;
  max-width: 317px;
  opacity: 1;
}
.silver-designers-item.active {
  opacity: 0.6;
}
.silver-designers-item-img {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.silver-designers-item.active
  .silver-designers-item-img:hover
  .silver-designers-img {
  scale: 1;
}
.silver-designers-item-img:hover .silver-designers-img {
  scale: 1.1;
}
.smaill-tik-white {
  position: absolute;
  top: 13px;
  left: 15px;
}
.silver-designers-item p {
  margin-top: 13px;
  color: #3c3d3f;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.silver-designers-main .project-type-slider-right {
  padding: 18px;
}
.building-name-line {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 10px;
}
.show-on-tablet {
  display: none;
}

/* Edit Project */
.project-name-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-menu-wrapper {
  position: relative;
  display: inline-block;
}
.custom-menu-button {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  font-size: 24px;
  cursor: pointer;
  border-radius: 50%;
  width: 37px;
  height: 37px;
}
.custom-dropdown {
  display: none;
  position: absolute;
  top: 4px;
  left: 45px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  background: #fff;
  z-index: 1000;
  width: 182px;
  padding: 10px 8px;
}
.custom-dropdown.active {
  display: block;
}
.custom-dropdown-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
  padding: 8px 10px;
}
.custom-dropdown-item:hover,
.share-project-list a:hover {
  opacity: 0.6;
}
.custom-dropdown-item:last-child {
  margin-bottom: 0;
}

/* Share this project */
.simple-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  padding: 20px;
}
.simple-modal {
  max-width: 556px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(3.4000000953674316px);
}
.simple-close-btn {
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
}
.simple-modal .two-part-header {
  padding: 7px 5px 10px 20px;
}
.simple-modal .grey-header-text p {
  color: #3c3d3f;
  font-weight: 500;
}
.share-project-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 22px;
}
.share-project-search {
  position: relative;
  width: 100%;
}
.share-project-search input {
  border-radius: 5px;
  border: 1px solid #f26531;
  background: #fff;
  padding: 13px 120px 13px 17px;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
}
.share-project-details {
  padding: 22px 14px 20px 20px;
}
.share-project-lable {
  color: rgba(60, 61, 63, 0.6);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 23px;
}
.share-project-list {
  display: flex;
  justify-content: space-between;
  color: #3c3d3f;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 21px;
}
.share-project-list a {
  color: #3c3d3f;
  display: flex;
  gap: 15px;
  align-items: center;
}
.share-project-list.invited p {
  color: #3c3d3f80;
}
.share-project-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.share-project-search-dropdown.round-dropdown .nice-select::before {
  right: 5px;
}
.share-project-search-dropdown.round-dropdown .nice-select {
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 5px;
  border: 1px solid #bebebe;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  color: #3c3d3f;
  display: flex;
  gap: 12px;
  width: fit-content;
  padding: 5px 26px 5px 10px;
  height: 33px;
}
.share-project-search-dropdown.round-dropdown .nice-select .list {
  position: absolute;
  top: 33px;
  right: 0;
  padding: 5px;
  width: 182px;
  z-index: 1000;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  background: #fff;
}
.share-project-search-dropdown.round-dropdown .nice-select .list li {
  border-radius: 5px;
  height: 29px;
  min-height: 29px;
  line-height: 29px;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-bottom: 2px;
}
.share-project-search-dropdown .nice-select .list li:nth-child(2) {
  /*margin-bottom: 10px;*/
}
.share-project-search-dropdown .nice-select .list li:nth-child(2)::before {
  /*content: "";*/
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #d3d3d3;
}
.share-project-search-dropdown.round-dropdown .nice-select .list li.focus,
.share-project-search-dropdown.round-dropdown .nice-select .list li.selected {
  background-color: #3c3d3f !important;
  color: #ffffff;
}
.share-project-search-dropdown {
  height: auto;
}

.share-project-dropdown.active {
  display: block;
}

.share-project-dropdown ul {
  list-style: none;
}
.share-project-dropdown ul:not(:last-child) {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #d3d3d3;
}
.share-project-dropdown ul li a {
  font-size: 14px;
  color: #3c3d3f;
  line-height: 1.4;
  padding: 5px 9px;
  border-radius: 5px;
  display: block;
  margin-bottom: 2px;
}
/* ----------============  Project Details page end  ============---------- */

/* ----------============  My Projects Tech Rep page start  ============---------- */
.project-name-lins-wrapper {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 5px 0 7px;
}
.project-name-lins-wrapper .card-header-wrapper {
  padding: 0;
}
.two-project-name-lins {
  gap: 10px;
  padding: 12px 18px 12px;
  align-items: center;
}
.project-name-lins-wrapper .card-text {
  text-decoration-line: underline;
}
.card-header-wrapper.disable {
  opacity: 0.6;
}
.card-header-wrapper.disable .card-text {
  text-decoration-line: none;
}
/* ----------============  My Projects Tech Rep page end  ============---------- */

/* ----------============  Wind Calculator page start  ============---------- */
.rounded-gradient-bg {
  background-image: url(/assets/nexus/image/gradient-bg.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 17px 18px 17px 15px;
}
.summary-rounded-gradient-bg {
  background-image: url(/assets/nexus/image/summary-sidebar-bg.jpg);
  background-size: cover;
  border-radius: 20px;
}
.gradient-white-card-bg {
  border-radius: 30px;
  border: 1px solid #ffffff40;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.3) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  padding: 25px 20px;
  margin-bottom: 18px;
}
.wind-calculator-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wind-calculator-title .silver-tool-btn {
  margin-bottom: 0;
  width: 112px;
  height: 42px;
}
.wind-calculator-title h2 {
  color: #3c3d3f;
  font-size: 24px;
  font-weight: 500;
}
.wind-calculator-location .full-input-lable {
  margin-bottom: 16px;
}
.wind-calculator-location .full-input-group .location-address-input {
  /* border-radius: 10px; */
  background: rgba(255, 255, 255, 0.7);
}
.wind-calculator-location input[type="number"],
.wind-calculator-location .square-dropdown.round-dropdown .nice-select {
  background: rgba(255, 255, 255, 0.7);
}
.hazard-factor-main {
  margin-top: 22px;
}
.seismic-calculator-location .round-dropdown.square-dropdown {
  height: 48px;
}
.seismic-calculator-location iframe {
  height: 309px;
}
.hazard-factor-main .full-input-lable {
  width: 100%;
}
.importance-level-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
}
.total-importance-level-item .full-input-lable,
.importance-level-number .full-input-lable {
  margin-bottom: 12px;
}
.importance-level-rounded-number {
  border-radius: 20px;
  border: 2px solid var(--Linear, #f9ad91);
  opacity: 1;
  background: #fff;
  padding: 20px;
}
.importance-level-rounded-number.importance-level-item {
  max-width: 219px;
  padding: 13px 17px;
}
.importance-level-rounded-number p {
  color: #3c3d3f;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
.facade-type-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.radio-card {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-card input[type="radio"] {
  display: none;
}
.facade-type-wrapper .card-content-wrapper {
  transition: 0.2s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid var(--Linear, #f9ad91);
  background: rgba(255, 255, 255, 0.7);
  padding: 26px;
  opacity: 0.6;
}
.radio-card input[type="radio"]:checked + .card-content-wrapper {
  opacity: 1;
  box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.25);
}
.facade-type-wrapper .card-content-wrapper h4 {
  font-size: 16px;
  color: #1f2949;
  margin-bottom: 10px;
}
.facade-type-wrapper .card-content-wrapper h5 {
  font-size: 14px;
  color: #686d73;
}
.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #b3b3b3;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 17px;
  transition: 0.2s ease;
}
.check-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  opacity: 0;
  background-color: #f26531;
}
.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon::before {
  opacity: 1;
}
.card-content {
  display: flex;
  align-items: center;
  gap: 34px;
  width: 100%;
  max-width: 306px;
}
.card-content img {
  /*max-width: 80px;*/
  height: 134px;
  width: 100%;
}
.card-content p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}
.facade-type-card-main .full-input-lable {
  margin-bottom: 20px;
}
.verified-toggles.calculate-wind-loads-btn {
  padding: 24px;
  margin-top: 16px;
  margin-bottom: 0;
}
.recalculate-wind-loads {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  background: rgba(242, 101, 49, 0.8);
  backdrop-filter: blur(30px);
}
.simple-modal-overlay.active {
  display: flex;
}
.wind-load-button.verified-toggles.calculate-wind-loads-btn {
  padding: 17px;
}
.orange-gradient-border,
.orange-gradient-border-30 {
  position: relative;
}
.orange-gradient-border::after,
.orange-gradient-border-30::after {
  content: "";
  position: absolute;
  background: var(--Linear, #f9ad91);
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -2;
  border-radius: 22px;
}
.orange-gradient-border::before,
.orange-gradient-border-30::before {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 20px;
}
.orange-gradient-border-30::after {
  border-radius: 32px;
}
.orange-gradient-border-30::before {
  border-radius: 30px;
}
.terrain-card-main {
  margin-top: 21px;
}
.terrain-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 8px 12px;
  flex-wrap: wrap;
  cursor: pointer;
}
.summary-collapse-item.active .terrain-title-wrapper {
  margin-bottom: 20px;
}
.black-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.black-checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 25px;
  color: #222224;
  font-size: 15px;
  font-weight: 400;
}

.black-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  position: absolute;
  cursor: pointer;
  background-image: url(/assets/nexus/image/checkbox-border.svg);
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.black-checkbox input:checked + label:after {
  content: "";
  background-image: url(/assets/nexus/image/checkbox-black-tik.svg);
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.terrain-wrapper {
  display: flex;
  gap: 32px;
}
.terrain-wrapper .radio-card {
  width: 100%;
}
.terrain-wrapper .radio-card .importance-level-rounded-number {
  width: 100%;
  opacity: 0.5;
  padding: 17px;
}
.terrain-wrapper .radio-card .importance-level-rounded-number:hover {
  opacity: 1;
  box-shadow: 0px 4px 14.4px 0px rgba(0, 0, 0, 0.25);
}
.wind-region-wrapper {
  display: flex;
  gap: 26px;
}
.wind-region-main {
  max-width: 536px;
  width: 100%;
  margin-bottom: 0;
}
.wind-region-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 466px;
  margin-bottom: 13px;
}
.wind-region-options .card-content-wrapper {
  opacity: 0.5;
}
.wind-region-options .card-content-wrapper:hover,
.wind-region-options .card-content-wrapper.active {
  opacity: 1;
  box-shadow: 0px 4px 16.6px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.7);
}
.wind-region-right {
  border-radius: 30px;
  background: rgba(230, 230, 230, 0.2);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wind-region-preview h2 {
	display: none;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  width: 100%;
  text-align: center;
}
.complete-calculation.verified-toggles {
  justify-content: center;
  margin-top: 26px;
  padding: 24px;
}
.terrain-title-wrapper .full-input-lable {
  margin-bottom: 0;
}
.wind-region-preview {
  display: flex;
}
.terrain-page-bg {
  background-image: url(/assets/nexus/image/terrain-page-bg.png);
}
.terrain-summary-bg {
  background-image: url(/assets/nexus/image/terrain-summary-bg.png);
}
.dark-summary-sidebar {
  border: 1px solid #ffffff40;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.3) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  border-radius: 20px;
}
.dark-summary-overlay {
  border-radius: 20px;
}
.dark-summary-sidebar .summary-close-btn {
  padding-bottom: 21px;
}
.dark-summary-sidebar .summary-detais-item {
  border: 0;
}
.dark-summary-sidebar .summary-btn-wrapper {
  padding-top: 0;
  border-top: 0;
}
.dark-summary-sidebar .summary-btn-wrapper .silver-tool-btn {
  max-width: 101px;
}
.dark-summary-sidebar .summary-detais-text p,
.dark-summary-sidebar .summary-detais-text span {
  color: #fff;
}
.gradient-orange-line {
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #f9ad92 0%, #d7e6e9 100%);
}

.your-wind-region-box {
  border-radius: 20px;
  margin-top: 25px;
}
.importance-level-btns .white-orangeborder-toggles {
  background: transparent;
}
/* ----------============  Wind Calculator page end  ============---------- */

/* ----------============  Seismic Calculator: AU page start  ============---------- */
.sub-soil-wrapper {
  margin-bottom: 5px;
}
.sub-soil-wrapper .importance-level-rounded-number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
  height: 141px;
}
.sub-soil-wrapper .importance-level-rounded-number p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  margin-top: 9px;
}
.sub-soil-wrapper .importance-level-item {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  background-color: transparent;
  height: auto;
}
.sub-soil-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub-soil-item span {
  width: 65px;
  height: 65px;
  font-size: 36px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7d1c1;
  color: #df642e;
  border-radius: 50%;
}
.importance-level-item p {
  margin-top: 0;
}

.yes-no-toggle {
  display: inline-block;
  position: relative;
}
.yes-no-toggle input {
  display: none;
}
.yes-no-toggle label {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  padding: 5px 8px;
  width: 169px;
  height: 52px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}
.yes-no-toggle .option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(60, 61, 63, 0.5);
  z-index: 1;
  transition: color 0.3s;
}
.yes-no-toggle .no {
  color: #f26531;
}
.yes-no-toggle input:checked + label .yes {
  color: #f26531;
}
.yes-no-toggle input:checked + label .no {
  color: rgba(60, 61, 63, 0.5);
}
.yes-no-toggle label::before {
  content: "";
  position: absolute;
  height: 42px;
  width: 83px;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  border-radius: 20px;
  border: 2px solid #f27446;
  background: #f5d2c1;
}
.yes-no-toggle input:checked + label::before {
  left: 78px;
}
.critical-life-safety-main {
  display: flex;
  align-items: center;
  gap: 60px;
}
.critical-life-safety-details {
  padding: 31px 25px;
  border-radius: 20px;
  background: #e6e6e6;
}
.critical-life-safety-details p {
  color: #3c3d3f;
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
  max-width: 399px;
}
.design-life-wrapper .radio-card {
  max-width: 219px;
}
.critical-life-safety-wrapper {
  width: 100%;
  max-width: 200px;
}
/* ----------============  Seismic Calculator: AU page end  ============---------- */

/* ----------============  Results: Wind page start  ============---------- */
.wind-results-wrapper {
  display: flex;
  gap: 20px;
}
.wind-results-left {
  width: 100%;
  max-width: 73%;
  background-image: url(/assets/nexus/image/wind-page-bg.png);
  background-size: cover;
}
.wind-results-right {
  width: 100%;
  max-width: 27%;
  background: #d9d9d9;
  background-image: url(/assets/nexus/image/wind-results-right-bg.png);
  background-size: cover;
  padding: 6px 23px;
}
.wind-results-left .wind-calculator-title {
  align-items: flex-start;
}
.wind-project-details-box {
  display: flex;
  justify-content: space-between;
  padding: 27px 20px;
  border-radius: 20px;
  margin-bottom: 17px;
}
.wind-project-title {
  display: flex;
}
.wind-project-date {
  margin-top: 5px;
}
.wind-project-date span {
  color: rgba(60, 61, 63, 0.8);
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  display: block;
}

.wind-project-details-wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
}
.info-card-icon {
  border-radius: 16.5px;
  background: #f5d2c1;
  min-width: 33px;
  min-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-card-label {
  color: rgba(60, 61, 63, 0.8);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.info-card-value {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 500;
}
.info-card,
.info-card-box {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 23px 20px 18px;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.3) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  border: 1px solid #ffffff40;
}
.info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
}
.info-card-small-box-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.wind-results-left .info-card-small-box.info-card-box {
  margin-bottom: 20px;
}
.info-card-box-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.multipliers-list {
  margin-top: 11px;
}
.multipliers-list li {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #e6eff5;
  gap: 8px;
}
.multipliers-list li:last-child {
  border-bottom: 0;
}
.multipliers-list li .info-card-value,
.multipliers-list li .info-card-label {
  margin-bottom: 0;
  padding: 16px 0;
  width: 100%;
}
.multipliers-list li .info-card-label {
  max-width: 55%;
}
.multipliers-list li .info-card-value {
  max-width: 38%;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.wind-results-left .info-card-box:last-child {
  margin-bottom: 0;
}
.more-details-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #e6eff5;
  gap: 50px;
}
.more-details-item a {
  display: flex;
}
.more-details-item a:hover {
  opacity: 0.6;
}
.wind-results-right-btns {
  margin-top: 29px;
}
.wind-results-right-btns a {
  justify-content: center;
  margin-bottom: 16px;
  max-width: 100%;
}
.wind-results-right-btns .white-orangeborder-toggles {
  background-color: transparent;
}
.scroll::-webkit-scrollbar {
  height: 8px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #f26531;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}
.mb-17 {
  margin-bottom: 17px;
}
.wind-results-left .info-card-small-box.info-card-box {
  margin-bottom: 20px;
}
.info-card-value-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.info-card-text {
  width: 100%;
}
.grey-text-line {
  color: #3c3d3f;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.multipliers-list-two {
  display: flex;
  margin-top: 11px;
}
.multipliers-list-two .info-card-label:first-child,
.multipliers-list-two .info-card-value:first-child {
  width: 100%;
  max-width: 52.5%;
}
.multipliers-list-two .info-card-label,
.multipliers-list-two .info-card-value {
  padding: 16px 0;
  margin-bottom: 0;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
}
.results-internal-wall-designer-left {
  background-image: url(/assets/nexus/image/results-internal-wall-designer-left.png);
}
/* ----------============  Results: Wind page end  ============---------- */

/* ----------============  Project selection Two Projects page start  ============---------- */
.project-selection-two-wrapper {
  padding: 128px 0 217px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.project-selection-two-wrapper .create-new-project-card {
  max-width: 100%;
}
.project-selection-two-wrapper .create-new-project-card-text {
  max-width: 312px;
}
.project-selection-two-wrapper .create-new-project-card h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.project-selection-two-wrapper .create-new-project-card p {
  margin-bottom: 40px;
  max-width: 250px;
}
.project-selection-two-wrapper .white-orangeborder-toggles {
  max-width: 201px;
  gap: 7px;
  justify-content: center;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.custom-menu-button.dropdown-btn {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: -34px;
  width: 182px;
  z-index: 10;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 5px;
}
.dropdown-menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}
.dropdown-menu a:hover {
  background-color: #f1f1f1;
}
.dropdown-wrapper.active .dropdown-menu {
  display: block;
}
.standalone-calculations-main .project-details-wrapper .project-status {
  max-width: 37px;
}
.standalone-calculations-main .project-details-wrapper .project-date {
  max-width: 130px;
}
.project-extra-menu .dropdown-menu span {
  display: block;
  padding: 6px 9px;
  color: #3c3d3f;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 4px;
}
.project-extra-menu .dropdown-menu span.active,
.project-extra-menu .dropdown-menu span:hover {
  border-radius: 5px;
  background: #3c3d3f;
  color: #ffffff;
}
.dropdown-menu .remove-btn {
  padding: 6px 9px;
  padding-left: 0;
  color: #3c3d3f;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-top: 1px solid #d3d3d3;
  background: transparent;
  width: 80%;
  text-align: left;
  cursor: pointer;
  margin-left: 9px;
}
.remove-calculation-details {
  padding: 26px 23px 35px;
}
.remove-calculation-details p {
  margin-bottom: 22px;
  color: #3c3d3f;
  font-size: 16px;
}
.remove-calculation-details .verified-toggles {
  justify-content: center;
}
.verified-toggles.transparent-bg-btn {
  background-color: transparent;
  border: 1px solid #f26531;
  color: #f26531;
  margin-top: 15px;
}
/* ----------============  Project selection Two Projects page END  ============---------- */

/* ----------============  Loader css start  ============---------- */

.wind-load-button {
  border: none;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
  border-radius: 30px;
  backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.wind-load-button:hover {
  background: rgba(242, 101, 49, 0.8);
}
.wind-load-button:active {
  transform: translateY(0);
}
.spinner {
  width: 33px;
  height: 33px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.spinner.active {
  opacity: 1;
  animation: spin 1s linear infinite;
}
.spinner svg {
  width: 100%;
  height: 100%;
}
.wind-load-button .progress-text {
  font-weight: 700;
  min-width: 40px;
  text-align: right;
  font-size: 16px;
  display: flex;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ----------============  Loader css end  ============---------- */

/* ----------============  Internal Wall Designer css Start  ============---------- */
.title-progress-bar-main {
  width: 100%;
  max-width: 35%;
  margin-right: 4px;
}
.title-progress-bar-main p {
  color: #3c3d3f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.title-progress-bar {
  position: relative;
  border-radius: 200px;
  background: rgba(255, 255, 255, 0.6);
  height: 5px;
  width: 100%;
  max-width: 436px;
}
.title-progress-bar .progress-row {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 200px;
  background: #f26531;
  height: 5px;
  width: 100%;
  max-width: 29%;
}
.info-line-on {
  color: #3c3d3f;
  font-size: 14px;
  line-height: 1.4;
  margin: 15px 0;
}
.full-input-lable-with-icon {
  gap: 10px;
  display: flex;
  align-items: center;
}

.pressure-sealed-main {
  margin-bottom: 15px;
}
.pressure-sealed-main .terrain-title-wrapper {
  margin: 0;
}
.pressure-sealed-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.summary-collapse-item .pressure-sealed-wrapper.active {
  display: grid;
}
.pressure-sealed-card-wrapper .pressure-sealed-card {
  opacity: 0.6;
  cursor: pointer;
}
.pressure-sealed-card:hover,
.pressure-sealed-card.active {
  opacity: 1;
}
.pressure-sealed-card img.main-file {
  height: 227px;
  cursor: pointer;
}
.pressure-sealed-items h3 {
  color: #3c3d3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
.pressure-sealed-items {
  max-width: 602px;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
.pressure-sealed-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pressure-sealed-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.pressure-sealed-bin-icon,
.pressure-sealed-search-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
}
.pressure-sealed-card.active .pressure-sealed-img::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 21px;
  height: 21px;
  background-image: url(/assets/nexus/image/orange-and-white-tik.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pressure-sealed-details {
  margin: 0 -1px -2px -1px;
  width: calc(100% + 2px);
  padding: 10px;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #ecbdab;
  background: rgba(255, 255, 255, 0.4);
}
.pressure-sealed-details h4 {
  color: #3c3d3f;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
  height: 57px;
  line-height: 1.3;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pressure-sealed-footer {
  border-top: 1px solid #adadad;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  color: #3c3d3f;
  font-size: 13px;
  font-weight: 400;
}
.pressure-sealed-footer-left {
  display: flex;
  align-items: center;
  gap: 7px;
}
.pressure-sealed-forward-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  margin-top: 19px;
  margin-bottom: 3px;
  gap: 20px;
}
.create-your-own-btn {
	height: 68px;
	padding: 0px 38.328px 0px 40px;
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(30px);
	color: #f26531;
	font-size: 16px;
	font-weight: 500;
	border: none;
}
.create-your-own-btn:hover {
  opacity: 0.6;
}
.pressure-sealed-next-btn {
	width: 100%;
	max-width: 358px;
	height: 68px;
	justify-content: center;
	border-radius: 30px;
	background: #F26531;
	backdrop-filter: blur(30px);
}
.internal-wall-designer-bg {
  background-image: url(/assets/nexus/image/internal-wall-designer-bg.png);
}

.dark-summary-sidebar .summary-collapse-btn {
  padding: 17px 0;
  cursor: pointer;
  border: none;
  width: 100%;
  background-color: transparent;
  text-align: left;
  color: #fff;
  font-size: 20px;
}
.summary-collapse-item {
  position: relative;
}
.dark-summary-sidebar .summary-collapse-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #f9ad92 0%, #d7e6e9 100%);
}
.summary-collapse-btn::before,
.dark-summary-sidebar .summary-collapse-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(/assets/nexus/image/white-plus-icon.svg);
  background-size: cover;
  background-position: center;
}
.pressure-sealed-main .summary-collapse-btn::before {
  background-image: url(/assets/nexus/image/black-plus-icon.svg);
  cursor: pointer;
  top: 42px;
  right: 22px;
  transform: translateY(-50%);
}
.active.pressure-sealed-main .summary-collapse-btn::before {
  background-image: url(/assets/nexus/image/black-plus-icon.svg);
}
.pressure-sealed-main.active.summary-collapse-item
  .summary-collapse-btn::before {
  background-image: url(/assets/nexus/image/black-smail-line.svg);
  height: 2px;
}
.summary-collapse-content {
  display: none;
  overflow: hidden;
}
.dark-summary-sidebar .summary-collapse-content {
  padding-bottom: 10px;
  color: #fff;
}
.summary-collapse-content.active {
  display: block;
}
.summary-collapse-item:last-child::after {
  background: transparent;
}
.summary-collapse-item.active .summary-collapse-btn::before {
  background-image: url(/assets/nexus/image/white-smaill-line.svg);
}
.summary-pressure-sealed-wrapper {
  display: flex;
  align-items: start;
  gap: 20px;
  font-size: 15px;
  margin-bottom: 21px;
}
.summary-pressure-sealed-left {
  width: 100%;
  max-width: 111px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.summary-pressure-sealed-right span {
  font-weight: 500;
}
.summary-collapse-content-title {
  margin-bottom: 25px;
  font-size: 15px;
}
.summary-collapse-conten-data {
  padding-top: 3px;
}
.summary-collapse-conten-data:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 28px;
}
.internal-wall-designer-title {
  align-items: center;
}

.slider-container {
  position: relative;
  height: 227px;
  width: 100%;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-container button {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.prevBtn {
  background-image: url(/assets/nexus/image/prev-arrow-btn.svg);
  left: 16px;
}
.nextBtn {
  background-image: url(/assets/nexus/image/next-arrow-btn.svg);
  right: 16px;
}
.instruction-prompt-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border: 0;
}
.instruction-prompt-left {
  max-width: 313px;
  height: 337px;
  width: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.instruction-prompt-right {
  max-width: 448px;
  width: 100%;
  height: 337px;
  padding: 24px 28px 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.instruction-prompt-main .full-input-lable {
  font-size: 20px;
  margin-bottom: 20px;
}
.instruction-prompt-main .instruction-prompt-right .full-input-lable {
  font-weight: 400;
  color: #3c3d3f;
  width: 100%;
}
.instruction-prompt-right .main-file {
  max-width: 243px;
  margin-top: 8px;
}
.instruction-prompt-right .pressure-sealed-search-icon {
  bottom: 18px;
  right: 16px;
}
.instruction-prompt-content {
  max-width: 414px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
}
.instruction-prompt-title {
  display: flex;
  align-items: start;
  gap: 15px;
}
.instruction-prompt-title h3 {
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 400;
}
.instruction-prompt-content ul li {
  list-style: none;
  color: #3c3d3f;
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff;
}
.instruction-prompt-content ul li:last-child {
  border: 0;
}

.instruction-numbers-top-details {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-bottom: 32px;
}
.instruction-numbers-slider-container {
  width: 268px;
  position: relative;
}
.instruction-numbers-slider-container .label {
  color: rgba(60, 61, 63, 0.9);
  font-size: 12px;
}
.instruction-numbers-slider-container .range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f26531 0%, #e1faff 78.85%);
  border-radius: 10px;
  outline: none;
  position: relative;
}
.instruction-numbers-slider-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.instruction-numbers-slider-container .range-slider::-moz-range-thumb {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.instruction-numbers-slider-container .value-label {
  position: absolute;
  top: 45px;
  transform: translateX(-50%);
  border-radius: 5px;
  background: #3c3d3f;
  padding: 3px 9px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.instruction-numbers-main .tab-toggle {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 52px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px;
  width: 100%;
}
.instruction-numbers-main .tab-toggle button {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 50%;
  color: rgba(60, 61, 63, 0.5);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.408px;
  border: 0;
  padding: 10px;
  background-color: transparent;
  font-family: Rubik;
  border-radius: 20px;
}
/* .instruction-numbers-main .tab-toggle button.active {
  border: 2px solid #f27446;
  background: #f5d2c1;
  color: #f26531;
  font-size: 15px;
  font-weight: 500;
} */

.tab-toggle {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 52px;
  border-radius: 20px;
  background: #fff;
  padding: 0;
  width: 100%;
  user-select: none;
}

/* Moving background highlight */
.tab-toggle::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  height: calc(100% - 14px);
  background: #f5d2c1;
  border: 2px solid #f27446;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

/* When second tab is active, slide right */
.tab-toggle.slide::after {
  left: 50%;
}

.tab-toggle button.active {
  color: #f26531;
  font-weight: 500;
}

.internal-wall-data-main {
  display: flex;
  gap: 18px;
}
.internal-wall-data-left {
  max-width: 172px;
  width: 100%;
}
.internal-wall-title {
  color: rgba(60, 61, 63, 0.8);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 16px;
  margin-left: 7px;
}
.internal-wall-data-level {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.internal-wall-level-top {
  width: 158px;
  height: calc(100% - 44px);
  border-radius: 5px 5px 0px 0px;
  background: #ffb896;
  color: #f26531;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.internal-wall-orange-border {
  border-bottom: 2px solid #f26531;
}
.internal-wall-level-bottom {
  width: 158px;
  height: 100%;
  background: #f5d2c1;
  color: #f26531;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.internal-wall-data-right {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 0 0;
  width: 100%;
  overflow: hidden;
}
.internal-wall-data-table-top {
  border-bottom: 1px solid #ffb896;
  border-radius: 30px 30px 0 0;
}
.internal-wall-data-table-bottom {
  border-radius: 0 0 30px 30px;
  padding-top: 0;
}
.internal-wall-lable-numbers,
.internal-wall-lable {
  display: flex;
  justify-content: space-between;
}
.internal-wall-lable-numbers:not(:last-child) {
  border-bottom: 1px solid #f2f4f7;
}
\ .internal-wall-lable-select,
.internal-wall-lable-numbers p,
.internal-wall-lable p {
  width: 100%;
  max-width: 12%;
  text-align: center;
  padding: 13px;
}
.internal-wall-lable p {
  color: rgba(60, 61, 63, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  height: 38px;
}
.internal-wall-lable {
  margin-bottom: 3px;
}
.internal-wall-lable-numbers:last-child p {
  padding-bottom: 20px;
}
.internal-wall-lable-numbers p {
  color: #3c3d3f;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
}

.internal-wall-lable p:first-child,
.internal-wall-lable-numbers p:first-child {
  max-width: 17%;
  padding-left: 25px;
}
.internal-wall-lable p:nth-child(6),
.internal-wall-lable-numbers p:nth-child(6) {
  max-width: 17%;
}
.internal-wall-lable .internal-wall-lable-select,
.internal-wall-lable-numbers .internal-wall-lable-select {
  max-width: 16%;
  width: 100%;
}

.internal-wall-lable .internal-wall-lable-select {
  color: #3c3d3f;
  font-weight: 700;
}
.orange-tik-checkbox {
  position: relative;
}
.orange-tik-checkbox input {
  display: none;
  cursor: pointer;
}
.orange-tik-checkbox label {
  cursor: pointer;
}
.orange-tik-checkbox label:before,
.orange-tik-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  cursor: pointer;
  width: 21px;
  height: 21px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.orange-tik-checkbox label:before {
  background-image: url(/assets/nexus/image/select-grey-ring.svg);
}
.orange-tik-checkbox input:checked + label:after {
  background-image: url(/assets/nexus/image/select-orange-right.svg);
}
.internal-wall-lable-numbers .internal-wall-lable-select {
  background-color: #f8f8f880;
}
.pressure-sealed-forward-btns .White-verified-toggles {
  height: 68px;
  max-width: 204px;
  width: 100%;
  background-color: transparent;
  color: #fff;
  justify-content: center;
}
.pressure-sealed-forward-btns .White-verified-toggles:hover{
  opacity: 0.7;
}
.pressure-sealed-forward-btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pressure-sealed-mid-link {
  display: flex;
  justify-content: center;
}
.pressure-sealed-mid-link p {
  color: #3c3d3f;
  font-size: 15px;
}
.pressure-sealed-mid-link p a {
  text-decoration: underline;
  color: #3c3d3f;
  font-weight: 500;
}
.show-on-tab-view {
  display: none;
}
.instruction-prompt-main.summary-collapse-item::after {
  display: none;
}

.rondo-pressure-sealed-main {
  margin-bottom: 0;
  padding: 16px 20px 21px;
}
.rondo-pressure-sealed-left .tab-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 413px;
}
.rondo-pressure-sealed-left .tab-button {
  cursor: pointer;
}
.rondo-pressure-sealed-right .tab-content {
  display: none;
}
.rondo-pressure-sealed-right .tab-content.active {
  display: block;
}
.rondo-pressure-sealed-wrapper {
  display: flex;
  gap: 20px;
}
.pressure-sealed-title {
  display: flex;
}
.pressure-sealed-title label {
  color: #3c3d3f;
  padding-left: 39px;
  font-size: 16px;
  font-weight: 500;
}
.pressure-sealed-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.rondo-pressure-sealed-left {
  width: 100%;
  max-width: 526px;
}
.rondo-pressure-sealed-left .tab-button {
  padding: 22px 22px 32px 24px;
  opacity: 0.7;
}
.rondo-pressure-sealed-left .tab-button.active {
  opacity: 1;
}
.rondo-pressure-sealed-left .tab-button:not(:last-child) {
  margin-bottom: 24px;
}
.pressure-sealed-content-text {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 417px;
  height: 54px;
}
.pressure-sealed-content-text a {
  text-decoration: underline;
  font-weight: 700;
}
.rondo-pressure-sealed-left .orange-tik-checkbox label:before,
.rondo-pressure-sealed-left .orange-tik-checkbox input:checked + label:after {
  transform: translate(0, -50%);
  left: 0;
}
.modal-scenario-img {
  padding: 34px 34px 52px;
}
/* ----------============  Internal Wall Designer css end  ============---------- */

/* ----------============  Internal Wall Designer Create your own css start  ============---------- */
.create-your-own-modal .simple-modal {
  max-width: 679px;
  height: calc(100vh - 165px);
  overflow-y: auto;
}
.create-your-own-modal .grey-header-text {
  display: flex;
  align-items: center;
  gap: 9px;
}
.create-your-own-form {
  padding: 22px 23px 27px;
}
.create-your-own-form .check-icon {
  top: 13px;
  left: 15px;
}
.create-your-own-form .full-input-group {
  max-width: 100%;
}
.create-your-own-form .full-input-lable {
  margin-bottom: 12px;
}
.create-your-own-two-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.create-your-own-form
  .radio-card
  input[type="radio"]:checked
  + .card-content-wrapper {
  box-shadow: unset;
}
.create-your-own-two-wrapper .radio-card {
  width: 100%;
  display: flex;
  max-width: 100%;
}
.wall-rating-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 34px 15px 54px;
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.create-your-own-three-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.line-configuration-item {
  padding: 22px 19px 21px 39px;
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-of-linings-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.number-of-linings-item .sub-soil-item span {
  width: 55px;
  height: 55px;
  color: #f26531;
}
.linings-thickness-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.plasterboard-main .wall-rating-item {
  padding: 27px 31px 29px 32px;
  justify-content: center;
}
.add-create-your-own-btn {
  justify-content: center;
  gap: 9px;
  opacity: 1;
}
.add-create-your-own-btn:hover {
  opacity: 0.6;
}

.my-custom-walls-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.my-custom-walls-details {
  padding: 0;
}
.my-custom-walls-title {
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #adadad;
}
.my-custom-walls-title img {
  width: 20px;
}
.my-custom-walls-title h3 {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
}
.my-custom-walls-details ul {
  list-style: none;
}
.my-custom-walls-details ul li {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 10px;
  border-bottom: 1px solid #adadad;
}
.my-custom-walls-details ul li:last-child {
  border: 0;
  padding-bottom: 15px;
}
.my-custom-walls-main .gradient-white-card-bg {
  padding: 15px;
  margin: 0;
}
.create-your-own-disable {
  opacity: 0.5;
}
.instruction-prompt-two-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
.instruction-prompt-two-wrapper .instruction-prompt-left {
  max-width: 100%;
}
.instruction-prompt-two-wrapper .instruction-prompt-content {
  max-width: 100%;
  padding-right: 25px;
}

.with-colleague-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 14px;
}
.with-colleague-main {
  display: block;
  padding: 27px 0;
}
.with-colleague-main span {
  color: rgba(60, 61, 63, 0.8);
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 18px;
  display: block;
}
.with-colleague-wrapper a {
  display: flex;
  gap: 10px;
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 400;
}
.results-internal-wall-designer-right {
  background-image: url(/assets/nexus/image/results-internal-wall-designer-right.png);
}
.results-internal-wall-designer-right .more-details-item {
  padding: 27px 0;
}
.preview-of-generated {
  width: 100%;
  max-width: 579px;
  margin: 0 auto;
  padding: 82px 16px 634px 16px;
  border-radius: 20px;
  border: 1px solid #ffffff40;
  background: linear-gradient(
    173deg,
    rgba(255, 255, 255, 0.3) 5.76%,
    rgba(255, 255, 255, 0) 133.21%
  );
  backdrop-filter: blur(35px);
  text-align: center;
  color: #afafaf;
  font-size: 20px;
}
.preview-of-generated-main {
  padding: 45px 20px;
  position: relative;
}
.preview-of-generated-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stud-width-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
}

.stud-width-dropdown .dropdown-list {
  background: #fff;
  position: absolute;
  top: 48px;
  left: 2px;
  right: 2px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  transform-origin: 50% 0;
  transform: scale(1, 0);
  transition: transform 0.15s ease-in-out 0.15s;
  z-index: 1;
  height: auto;
  padding: 8px 12px;
}

.stud-width-dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.stud-width-dropdown .dropdown-label {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  font-weight: 400;
}

.stud-width-dropdown .dropdown-label::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/nexus/image/blue-dow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.stud-width-dropdown.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}

.stud-width-dropdown.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 30px;
  color: #3c3d3f;
  font-size: 15px;
  cursor: pointer;
}
.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
  color: #333;
}
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/nexus/image/grey-border-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-checkbox input[type="checkbox"]:checked + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/nexus/image/black-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ----------============  Internal Wall Designer Create your own css end  ============---------- */

/* ----------============  Inbox css start  ============---------- */
.my-project-title-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #3c3d3f;
  line-height: 1.5;
}
.my-project-title-icon-wrapper img{
  padding: 10px;
  border-radius: 50%;
  filter: brightness(0) invert(0);
}
.my-project-title-icon-wrapper:hover img {
  filter: brightness(1) invert(0) drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  box-shadow: 0 0 0 8px rgba(245, 210, 193, 1);
  opacity: 0.8;
}
.inbox-tool-line {
  align-items: center;
}
.icon-button-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 22px;
}
.inbox-tool-main .project-details-wrapper .project-location {
  width: 100%;
  max-width: 25%;
}
.inbox-tool-main .project-name {
  font-weight: 400;
}
.inbox-tool-main .project-details-wrapper {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.inbox-content-column {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  flex: 1;
}

.inbox-content-column .project-name {
  width: fit-content;
}

.inbox-tool-main .project-details-wrapper .project-date {
  text-align: right;
  flex-shrink: 0;
}
.inbox-tool-main .project-details-wrapper.active,
.inbox-tool-main .project-details-wrapper.active .project-location,
.inbox-tool-main .project-details-wrapper.active .project-name,
.inbox-tool-main .project-details-wrapper.active .custom-checkbox {
  font-weight: 500;
  font-size: 15px;
}

.inbox-compose-new-message-main {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
}
.back-inbox-btn {
  border-radius: 40px;
  border: 1px solid #f26531;
  color: #f26531;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  max-width: 175px;
  display: block;
  text-align: center;
  opacity: 1;
}
.back-inbox-btn:hover {
  opacity: 0.8;
}
.new-message-title {
  margin-top: 44px;
  margin-bottom: 20px;
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 400;
}
.new-message-box {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
.new-message-text-box {
  padding: 0 12px;
}
.main-input-lable {
  padding-bottom: 12px;
  border-bottom: 1px solid #bdd1de;
  display: flex;
  align-items: end;
  padding-top: 10px;
}
.main-input-lable label {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  padding-right: 24px;
}
.main-input-lable input {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  border: 0;
}
.email-input {
  width: 100%;
}
.mail-input-wrapper {
  display: grid;
  /* align-items: end; */
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding-top: 7px;
}
.mail-input-wrapper .round-dropdown {
  padding-bottom: 0;
}
.mail-input-wrapper .round-dropdown .nice-select {
  background: 0;
  border: 0;
  height: auto;
  padding-left: 0;
}
.mail-input-wrapper .round-dropdown .nice-select::before {
  right: 0;
}
.mail-input-wrapper .round-dropdown .nice-select .current {
  padding-bottom: 15px;
  line-height: normal;
}
.mail-type-box {
  margin: 39px 0 40px;
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
}
.mail-type-box p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.inbox-compose-bottom-btns {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  margin-bottom: 7px;
}
.main-send-message-btn {
  width: 100%;
  max-width: 196px;
}
.inbox-compose-bottom-left {
  width: 100%;
  max-width: 80%;
  display: flex;
  align-items: center;
  gap: 31px;
}
.attach-a-file .inbox-compose-button {
  gap: 13px;
}
.inbox-compose-button {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.inbox-compose-button span {
  color: #3c3d3f;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}
.inbox-compose-button label span:hover {
  opacity: 1;
}
.your-message-sent-text {
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.your-message-sent-text h3 {
  margin-bottom: 18px;
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.view-message-main .icon-button-wrapper {
  margin-top: 16px;
  margin-bottom: 22px;
}
.inbox-compose-top-btns {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.reply-btn {
  justify-content: center;
  max-width: 133px;
  width: 100%;
}
.mail-sender-details {
  margin-top: 15px;
}
.mail-subject-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 4px 10px;
}
.mail-subject b {
  display: block;
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 500;
}
.mail-send-time {
  color: #3c3d3f;
  font-size: 13px;
  font-weight: 400;
}
.mail-sender-recipient-name {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.recipient-name {
  font-size: 13px;
}
.view-message-main .mail-type-box {
  margin-top: 29px;
}
.file-attachment-main {
  margin-bottom: 20px;
}
.file-attachment-main span {
  color: #3c3d3f;
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.6;
  display: block;
  margin-bottom: 7px;
}
.file-attachment-main img {
  display: block;
}
.file-attachment-main p {
  color: #3c3d3f;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.new-message-text-box .reply-btn {
  display: none;
}
.inbox-message-reply-main .inbox-compose-top-btns {
  margin-bottom: 22px;
}
.reply-sender-name-box {
  border-radius: 5px;
  border: 1px solid #bdd1de;
  margin-top: 45px;
}
.reply-sender-name-header {
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 24px;
  border-bottom: 1px solid #bdd1de;
}
.reply-sender-name-content {
  padding: 24px;
  min-height: 260px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.reply-sender-name-content p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 6px;
  width: 100%;
}
.reply-sender-name-content .inbox-compose-bottom-btns {
  margin-bottom: 0;
}

.inbox-message-reply-box-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inbox-message-reply-box-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #dce2ec;
  padding: 44px 32px;
  min-height: 354px;
}
.inbox-message-reply-text {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 39px 0 40px;
}
.inbox-message-reply-box-bottom .reply-btn {
  display: none;
}
/* ----------============  Inbox css end  ============---------- */

/* ----------============  My Quotes css start  ============---------- */
.my-quotes-data-main .project-details-wrapper .project-name {
  max-width: 15%;
}
.my-quotes-data-main .project-details-wrapper .project-location {
  max-width: 20%;
  font-weight: 500;
}
.my-quotes-data-main .project-details-wrapper .project-systems {
  max-width: 10%;
}
.my-quotes-data-main .project-details-wrapper .project-date {
  max-width: 30%;
}
.no-quotes-main .ai-assistant-text h4 {
  max-width: 200px;
}
.no-quotes-main .white-orangeborder-toggles {
  max-width: 197px;
  gap: 7px;
  padding-right: 20px;
}
.grey-project-name-text p {
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 400;
}
.grey-project-name-text b {
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
.dashboard-card-main .request-a-quote-header {
  padding: 17px 20px 28px;
  border-bottom: 2px solid #e9e9e9;
}
.request-a-quote-header .card-header-wrapper {
  align-items: flex-start;
  gap: 15px;
}
.request-a-quote-details {
  padding: 16px 20px 43px;
  border-bottom: 2px solid #e9e9e9;
}
.request-a-quote-title {
  color: #222224;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.8;
  margin-bottom: 20px;
}
.pdf-file-box {
  padding: 19px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
  background: #f5d2c1;
  max-width: 660px;
}
.pdf-file-box-text p {
  color: #3c3d3f;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.pdf-file-box-text span {
  color: #3c3d3f;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
  display: block;
  line-height: 1;
}
.request-a-quote-form-box {
  padding: 44px 20px;
  border-bottom: 2px solid #e9e9e9;
}
.request-a-quote-form-box .full-input-wrapper,
.request-a-quote-form-box .location-address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}
.building-information-main .full-input-wrapper .full-input-group {
  margin-bottom: 20px;
}
.request-a-quote-form-box .full-input-group {
  max-width: 100%;
}
.request-a-quote-form-box .location-address-wrapper iframe {
  max-width: 100%;
}
.request-a-quote-form-box .full-input-lable {
  opacity: 0.8;
}

.customer-information-main .full-input-wrapper .full-input-group {
  margin-bottom: 20px;
}
.customer-information-main .state-postcode-wrapper .full-input-group {
  margin-bottom: 0;
}
.additional-supporting-files-main {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 42px;
}
.upload-images-part,
.upload-documents-part {
  width: 100%;
}
.upload-documents-title {
  color: #222224;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  opacity: 0.8;
}
.drop-zone {
  border-radius: 5px;
  border: 1px dashed #3c3d3f;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  height: 175px;
  padding: 13px 17px;
  justify-content: center;
  align-items: center;
  gap: 21px;
  width: 100%;
}
.drop-zone p {
  color: rgba(60, 61, 63, 0.8);
  font-size: 15px;
  font-weight: 400;
}
.drop-zone span {
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
}
.drop-zone--over {
  border-style: solid;
}
.drop-zone__input {
  display: none;
}
.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}
.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}
.upload-file-details-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 28px;
  gap: 10px;
}
.upload-file-details-wrapper span {
  color: #3c3d3f;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.8;
}
.pdf-file-box-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.additional-supporting-files-main .pdf-file-box,
.additional-supporting-files-main .upload-image-file {
  position: relative;
}
.files-close-icon {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  width: 10.49px;
  height: 10.49px;
  left: 0;
  cursor: pointer;
}
.image-file-box-wrapper {
  display: flex;
  gap: 37px 20px;
  width: 100%;
  flex-wrap: wrap;
}
.image-file-box-wrapper img {
  display: flex;
}
.enter-url-input {
  position: relative;
}
.dark-plus-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.url-link-adds {
  display: flex;
  justify-content: space-between;
  padding: 13px 18px 13px 0;
  border-bottom: 1px solid #e9e9e9;
}
.url-link-adds:last-child {
  border: 0;
}
.url-link-adds p {
  font-size: 15px;
  color: #3c3d3f;
}
.supporting-links-main {
  width: 100%;
  max-width: 666px;
}
.supporting-links-main .full-input-group {
  margin-bottom: 5px;
}
.supporting-links-main .full-input-group input {
  padding-right: 45px;
}
.additional-comments-box {
  border: 0;
  padding-bottom: 22px;
}
.additional-comments-box .full-input-lable {
  opacity: 0.8;
}
.message-typing-box {
  width: 100%;
  height: 189px;
  padding: 13px 17px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  display: block;
}
.form-submit-btn {
  max-width: 196px;
  margin: 0 auto;
  justify-content: center;
}
.additional-comments-box .full-input-group {
  display: grid;
  margin-bottom: 22px;
}
.back-to-my-quotes-link {
  margin-bottom: 20px;
}

.request-a-quote-thanks {
  height: 650px;
}
.request-a-quote-thanks p {
  color: #3c3d3f;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 44px;
  max-width: 482px;
}
.request-a-quote-thanks .back-inbox-btn {
  max-width: 188px;
}

.individual-quote-box {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.individual-quote-box h3 {
  color: #3c3d3f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 29px;
}
.customer-information-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.customer-information-content {
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
}
.customer-information-content li {
  margin-bottom: 28px;
  list-style: none;
}
.customer-information-content li:last-child {
  margin-bottom: 10px;
}
.customer-information-content li span {
  color: rgba(60, 61, 63, 0.6);
  font-size: 14px;
  margin-bottom: 10px;
}
.customer-information-content li p {
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 400;
}
.details-content-text {
  border-radius: 10px;
  background: #fff;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-height: 260px;
}
.details-content-text p {
  color: #3c3d3f;
  font-size: 16px;
  line-height: 1.5;
}
.individual-quote-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 14px;
}
.individual-quote-images-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.documents-and-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.documents-and-links-box {
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  color: #3c3d3f;
  font-size: 15px;
  height: 88px;
}
.documents-and-links-text-wrapper {
  width: 100%;
  max-width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.documents-and-links-name {
  font-weight: 500;
  width: 100%;
  max-width: 35%;
}
.documents-files-size {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  max-width: 35%;
}
.view-arrow-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  opacity: 1;
}
.view-arrow-text:hover {
  opacity: 0.6;
}
.request-a-design-meeting-form {
  border-top: 2px solid #e9e9e9;
}
.message-full-box {
  margin-top: 10px;
}
.request-a-design-meeting-form .request-a-quote-form-box {
  padding: 25px 20px 34px;
}
/* ----------============  My Quotes css end  ============---------- */

.cdp {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cdp__open {
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 30px 10px 18px;
  color: #3c3d3f;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  max-height: 48px;
  overflow-y: auto;
}
.cdp__open:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/nexus/image/blue-dow-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.cdp__open span:not(:last-child):after {
  content: ",";
  padding-right: 3px;
}
.cdp__list {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 100%;
  min-width: 100%;
  max-height: 200px;
  overflow-x: auto;
  border-radius: 5px;
}
.cdp__list ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  height: 0;
  transition: all 0.3s ease;
  border-radius: 5px !important;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.cdp__list li {
  position: relative;
  padding: 3px 5px 3px 40px;
  line-height: 1.8em;
  cursor: pointer;
}
.cdp__list li input {
  display: none;
}
.cdp__list li label {
  margin-bottom: 0;
  font-size: 16px;
  color: #3c3d3f;
  cursor: pointer;
}
.open .cdp__list {
  display: block !important;
}
.open .cdp__list ul {
  height: auto;
  transition: all 0.3s ease;
}
.cdp__list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/nexus/image/grey-border-checkbox.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cdp__list li[aria-checked="true"]::before {
  background-image: url("/assets/nexus/image/black-checkbox.svg");
}

/* ----------============  duo-maximum-load css start  ============---------- */
.duo-maximum-load-main {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  padding: 20px;
}
.duo-maximum-load-steps {
  width: 100%;
  max-width: 1189px;
  margin: 30px auto 34px;
  color: #3c3d3f;
}
.duo-maximum-load-steps h1 {
  font-weight: 200;
  font-size: 40px;
}
.duo-maximum-load-steps .step {
  display: none;
  margin-top: 30px;
}
.duo-maximum-load-steps .step h3 {
  color: #3c3d3f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 80px;
}

.duo-maximum-load-steps .step.active {
  display: block;
}

.buttons {
  margin-top: 20px;
}

.buttons button {
  padding: 14px 20px;
  margin: 5px;
  background-color: #f26531;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
  opacity: 1;
}
.buttons button:hover {
  opacity: 0.8;
}

.step-indicator {
  margin-bottom: 30px;
  display: flex;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 3px;
}

.step-indicator span {
  display: inline-block;
  background-color: transparent;
  width: 100%;
  height: 12px;
}
.step-indicator span.active {
  background-color: #f26531;
}

.select-system-module {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.option-card {
  position: relative;
  cursor: pointer;
  transition: border 0.3s;
  display: flex;
}

.option-card input[type="radio"] {
  display: none;
}

.option-card img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.option-card input[type="radio"]:checked + img {
  border: 1px solid #f26531;
}

.option-card input[type="radio"]:checked ~ .indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #007bff;
  background: #fff;
}
.option-card input[type="radio"]:checked ~ .indicator::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #007bff;
}

.option-card .indicator {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #767676;
  background: #fff;
}
.steps-paragraph {
  color: rgba(60, 61, 63, 0.8);
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin-top: 24px;
}

.img-modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.img-modal-content {
  margin: auto;
  display: block;
  scale: 1.8;
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}


.location-address-wrapper .round-dropdown .select-country {
	margin-bottom: 12px;
}