.login-navbar{
    padding: .5rem 1rem;
  }
  .dasboard_logger_h2_title{
    padding-top: 8;
  }
  .floating-exit-btn {
    width: 60px;
    height: 60px;
    /* background: #d12b38; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15%;
    color: #ffffff;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 10px;
    top: 100px;
    transition: background 0.25s;
  }
  
  .floating-back-btn {
    width: 60px;
    height: 60px;
    background: #d12b38;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15%;
    color: #ffffff;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 10px;
    top: 100px;
    transition: background 0.25s;
  }
  
  .floating-back-btn-powerBI-Slides {
    width: 60px;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15%;
    color: #d12b38;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 10px;
    top: 40px;
    transition: background 0.25s;
  }
  .floating-exit-btn-powerBI-Slides {
    width: 60px;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 15%;
    color: #d12b38;
    font-size: 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 10px;
    top: 40px;
    transition: background 0.25s;
  }
  
  @media screen and (max-width: 1024px) {
    .floating-exit-btn {
      width: 30px;
      height: 30px;
      background: #d12b38;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
      position: fixed;
      right: 10px;
      top: 100px;
      transition: background 0.25s;
    }
  
    .floating-back-btn {
      width: 30px;
      height: 30px;
      background: #d12b38;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
      position: fixed;
      left: 10px;
      top: 100px;
      transition: background 0.25s;
    }
    .floating-exit-btn-powerBI-Slides {
      width: 30px;
      height: 30px;
      background: #d12b38;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
      position: fixed;
      right: 10px;
      top: 40px;
      transition: background 0.25s;
    }
  
    .floating-back-btn-powerBI-Slides {
      width: 30px;
      height: 30px;
      background: #d12b38;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 50%;
      color: #ffffff;
      font-size: 40px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
      position: fixed;
      left: 10px;
      top: 40px;
      transition: background 0.25s;
    }
  }
  
  .floating-exit-btn:active {
    background: #d12b38;
  }
  
  .floating-back-btn:active {
    background: #d12b38;
  }
  .floating-exit-btn:hover {
    /* background: #118dff; */
    color: #acd4f9;
    text-decoration: none;
  }
  
  .floating-back-btn:hover {
    background: #118dff;
  }
  
  .floating-exit-btn-powerBI-Slides:hover {
    background: #ffffff;
    color: #118dff;
    text-decoration: none;
  }
  
  .floating-back-btn-powerBI-Slides:hover {
    background: #ffffff;
    color: #118dff;
    text-decoration: none;
  }
  
  .select-page-dashboard-header {
    color: inherit;
    text-align: center;
  }
  
  .select-page-dashboard-header:hover {
    color: #e3e3e3 !important;
    z-index: 1 !important;
    text-decoration: none !important;
  }
  
  .dashboard-group-item {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  
  .dashboard-group-item:hover {
    color: #e3e3e3 !important;
    background-color: #0069ca !important;
    z-index: 1 !important;
    text-decoration: none !important;
    margin-right: 10px !important;
  }
  
  .dashboard-img-margin {
    margin-top: 6px;
  }
  