#page-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1054;
    background-color: #E1E4EA
    /* border-bottom: 1px solid var(--bs-border-color); */
  }

  /* #topnav-dashboard{
    padding: calc(35px / 2) 0;
  } */
  
.homeblue-group421 {
        /* top: 3042px; */
    /* left: 651px; */
    width: 549px;
    height: 73px;
    display: flex;
    /* position: absolute; */
    align-items: center;
    flex-shrink: 1;
    border-radius: var(--dl-radius-radius-buttonradius);
    /* justify-content: flex-start; */
    background-color: rgba(255, 92, 0, 1);
  }
  .vl {
    display: inline-block;
      border-left: 1px solid #000000;
      margin: 0px 125px;
      height: 50px;
  }
  .homeblue-text74 {
    top: 26px;
    left: 190px;
    color: rgba(225, 228, 234, 1);
    width: 160px;
    height: auto;
    position: absolute;
    font-size: 15px;
    font-style: Medium;
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .homeblue-text76 {
    top: 26px;
    left: 430px;
    color: rgba(225, 228, 234, 1);
    width: 62px;
    height: auto;
    position: absolute;
    font-size: 15px;
    font-style: Medium;
    text-align: left;
    font-family: Inter;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .homeblue-text78 {
    top: 0px;
    left: 45px;
    color: rgb(225, 228, 234);
    right: var(--dl-space-space-twounits);
    bottom: 0px;
    margin: auto;
    position: absolute;
    font-size: 15px;
    align-self: center;
    font-family: "Inter";
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }




  .footer_content {
    color: rgba(225, 228, 234, 1);
    /* margin-top: 4rem;  */
}
.bg-orange-fixed{
    height: 0px;
}

  .bg-footer {
    background-color: rgba(44, 45, 48, 1);
    height: auto; 
    width: 100%;
  }

  /* Background color for the navbar */
.bg-orange {
    background-color: #4B908E !important;
  }
  
  /* Text color */
  .nav-link {
    font-size: 1.2em;
    text-align: center;
  }
  
  /* Add dividers between nav items */
  .nav-link:not(:last-child) {
    position: relative;
  }
  
  .nav-link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    border-right: 1px solid white;
  }
  
  /* Media Queries to adjust on smaller screens */
  @media (max-width: 768px) {
    .nav {
      flex-direction: column;
      text-align: center;
    }
    .bg-orange-fixed{
      height: auto !important;
      width: 100% !important;
  }
    
    .nav-link:not(:last-child)::after {
      border-right: none;
      border-bottom: 1px solid white;
      width: 100%;
      bottom: -15px;
      right: 0;
      top: auto;
      transform: translateY(0);
    }
  }

