body {
  background-color: #161313 !important;
}

main {
  padding-bottom: 100px;
}

.introsection {
  /* background-image: radial-gradient(farthest-side at 80% 80%,#161313, #161313);
    height: 100vh; */
  background-image: url('../img/sf_bg.svg'); /* The image used */
  background-color: #fff; /* Used if the image is unavailable */
  height: 100vh; /* You must set a specified height */
  width: 100vw;
  background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
}

.introcard {
  margin-top: 120px;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2),
    0 0px 5px 5px rgba(255, 255, 255, 0.2) !important;
}

.particle-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

@keyframes particle-animation {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% + 230px);
  }
}

.particle {
  animation: particle-animation 10s infinite;
  position: absolute;
  border-radius: 16px;
}

.particle-color {
  background: #11cae6;
}

.particle-color-accent {
  background: hsl(147, 50%, 50%);
}

.bg-sf-black {
  background-image: radial-gradient(farthest-side at 80% 80%, #161313, #161313);
  color: white;
}

.bg-sf-deepblue {
  background: #121b54;
  color: white !important;
}

.bg-sf-primary {
  background: #0049b8;
  color: white !important;
}

.bg-sf-primary:hover {
  background: hsl(220, 100%, 36%);
  color: white !important;
}

.bg-sf-primary:active {
  background: hsl(228, 100%, 36%) !important;
  color: white !important;
}

.bg-sf-success {
  background: #37c978;
  color: white !important;
}

.bg-sf-success:hover {
  background: hsl(151, 57%, 50%);
  color: white !important;
}

.bg-sf-success:active {
  background: hsl(159, 57%, 50%) !important;
  color: white !important;
}

.bg-sf-success-dark {
  background: hsl(147, 50%, 50%);
  color: white !important;
}

.bg-sf-info {
  background: #11cae6;
  color: white !important;
}

.bg-sf-info:hover {
  background: hsl(192, 86%, 48%);
  color: white !important;
}

.bg-sf-info:active {
  background: hsl(200, 86%, 48%) !important;
  color: white !important;
}

.text-sf-deepblue {
  color: #121b54 !important;
}

.text-sf-primary {
  color: #0049b8 !important;
}

.border-sf-primary {
  border-color: #0049b8 !important;
}

.text-sf-success {
  color: #37c978 !important;
}

.text-sf-info {
  color: #11cae6 !important;
}

.text-sf-black {
  color: #161313 !important;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link {
  border-radius: 0.3rem;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  margin: 0px;
}

.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.15);
}

.nav-text {
  font-size: 10pt;
}

.nav-icon {
  color: rgba(255, 255, 255, 0.55);
}

.nav-icon:hover {
  color: rgba(255, 255, 255, 0.85);
}

.navbanner {
  margin-top: 50px;
  min-height: 100px;
}

.navbannermain {
  /* background-color: #0d1a3e !important; */
}

.navebannermaintext {
  color: #121b54 !important;
}

.navbannerimg {
  content: url('/img/supplyflow.png');
  max-height: 50px;
}

.navbannerclientimg {
  /* content: url('/img/supplyflow.png') !important; */
  max-width: 200px;
  max-height: 80px;
}

@media (max-width: 992px) {
  .navbar-collapse,
  .right-items {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .navbar-nav .nav-link {
    width: 100% !important;
    text-align: left;
  }
  .nav-text {
    display: inline-block !important;
  }

  .navbanner {
    margin-top: 55px;
    min-height: 50px;
  }
}

.secondModal {
  z-index: 1051;
}

.card-stepper {
  z-index: 0;
}

#progressbar-2 {
  color: #757575;
}

#progressbar-2 li {
  list-style-type: none;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar-2 .step:before {
  color: #fff;
  width: 37px;
  text-align: center;
}

#progressbar-2 li:before {
  line-height: 37px;
  display: block;
  font-size: 12px;
  background: #757575;
  border-radius: 50%;
}

#progressbar-2 li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #757575;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 15px;
  z-index: -1;
}

#progressbar-2 li:after {
  left: 1%;
  width: 100%;
}

#progressbar-2 li:last-child {
  left: 0;
  width: 10px;
}

#progressbar-2 li:last-child:after {
  left: 0;
  width: 0;
}

#progressbar-2 li.active:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
}

#progressbar-2 li.active:before,
#progressbar-2 li.active:after {
  background: #37c978;
}

#progressbar-2 li.notactive:after {
  background: #757575 !important;
}

#progressbar-2 li.notactive:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
}

.searchsection {
  height: 300px;
}

.search-container {
  width: calc(100% - 100px);
  height: 300px;
  top: 170px;
  overflow: hidden;
  position: absolute;
}

.searchicon {
  animation: searchrotate 3s linear infinite;
}

@keyframes searchrotate {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

.supplier {
  opacity: 0;
  animation: fadeinout 5s infinite;
  position: absolute;
}

@keyframes fadeinout {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.onboardingEdit {
  background-color: rgb(244, 248, 8, 0.2) !important;
  border-style: solid !important;
  border-color: rgb(244, 248, 8, 0.2) !important;
}

.onboardingSelect {
  border-style: solid !important;
  border-color: red !important;
}

.copilot-assistant {
  z-index: 1000;
  position: fixed;
  bottom: 50px;
  right: 20px;
  max-height: 80px !important;
}

.copilot-sitegpt {
  z-index: 1000;
  position: fixed;
  bottom: 50px;
  right: 20px;
  max-height: 80px !important;
}

.copilot-assistant-img {
  max-height: 70px !important;
  max-width: 100px !important;
}

.copilot-close {
  z-index: 1002;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.copilot-page {
  background-image: url('../img/copilot_bg.png');
  background-position: center bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100%; /* Resize the background image to cover the entire container */
  background-color: white;
  height: 100vh;
  width: 100vw;
  z-index: 1001;
  position: fixed;
  bottom: 0px;
  right: 0px;
  overflow-y: hidden;
}

.copilotclientimg {
  /* content: url('/img/clientlogo.png') !important; */
  max-width: 200px;
  max-height: 80px;
}

.copilot-image {
  max-height: 95vh;
}

#speech-bubble-area {
  position: fixed;
  top: 40%;
  left: 45%;
  transform: translateY(-40%);
  width: 40%;
}

#speech-bubble {
  width: 100%;
  min-height: 200px;
  max-height: 55vh;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 100px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#speech-bubble:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  /* border-right: 51px solid rgba(255, 255, 255, 0.9); */
  border-right: 51px solid transparent;
  border-bottom: 30px solid transparent;
  margin: 10% 0 0 -50px;
}

#speech-bubble-text {
  width: 100%;
  height: 100%;
  max-height: 55vh;
  overflow-y: auto;
}

.datatable table td,
.datatable table th {
  white-space: normal !important;
}

.datatablewrap {
  white-space: normal !important;
}

#sitegpt-bot-ui {
  width: 80vw !important;
}

[aria-expanded='false'] > .expanded,
[aria-expanded='true'] > .collapsed {
  display: none;
}

ul.timeline-3 {
  list-style-type: none;
  position: relative;
}
ul.timeline-3:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline-3 > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline-3 > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline-3 > li.success:before {
  border: 3px solid #00b74a;
}
ul.timeline-3 > li.primary:before {
  border: 3px solid #1266f1;
}

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchsection {
  height: 300px;
}

.search-container {
  width: 100%;
  height: 300px;
  top: 170px;
  overflow: hidden;
  position: absolute;
}

.searchicon {
  animation: searchrotate 3s linear infinite;
}

@keyframes searchrotate {
  from {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

.supplier {
  opacity: 0;
  animation: fadeinout 5s infinite;
  position: absolute;
}

@keyframes fadeinout {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.vrt-header {
  writing-mode: vertical-lr;
  min-width: 50px; /* for firefox */
}

.card-stepper {
  z-index: 0;
}

#progressbar-2 {
  color: #757575;
}

#progressbar-2 li {
  list-style-type: none;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar-2 .step:before {
  color: #fff;
  width: 37px;
  text-align: center;
}

#progressbar-2 li:before {
  line-height: 37px;
  display: block;
  font-size: 12px;
  background: #757575;
  border-radius: 50%;
}

#progressbar-2 li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #757575;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 15px;
  z-index: -1;
}

#progressbar-2 li:after {
  left: 1%;
  width: 100%;
}

#progressbar-2 li:last-child {
  left: 0;
  width: 10px;
}

#progressbar-2 li:last-child:after {
  left: 0;
  width: 0;
}

#progressbar-2 li.active:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
}

#progressbar-2 li.active:before,
#progressbar-2 li.active:after {
  background: #37c978;
}

#progressbar-2 li.notactive:after {
  background: #757575 !important;
}

#progressbar-2 li.notactive:before {
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.print-friendly {
  margin-top: 30px;
  border-top: 2px solid #ccc;
  padding-top: 20px;
}
.print-friendly h2 {
  color: #333;
}
@media print {
  .no-print {
    display: none !important;
  }
  .print-friendly {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
