@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/CustomerPortal/Components/Layout/LicenseAgreementLayout.razor.rz.scp.css */
.licenseAgreement[b-phxl6vj0o5] {
    background-color: #1555A4;
    height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.licenseAgreement img[b-phxl6vj0o5] {
    margin-bottom: 32px;
}

.powered-by[b-phxl6vj0o5] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 48px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1555A4;
  border-top: solid 2px #1555A4;
}

.powered-by img[b-phxl6vj0o5] {
  margin-left: 10px;
}
/* _content/CustomerPortal/Components/Layout/LoginLayout.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.login[b-672bdmfhmj] {
  background-color: #1555A4;
  height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: url('/images/bg1.png');*/
  /*background-image: url('/images/bg3.png');*/
  background-size: cover;
}
.login img[b-672bdmfhmj] {
  margin-bottom: 32px;
}

.login-frame[b-672bdmfhmj] {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.login-frame h1[b-672bdmfhmj] {
  font-size: 32px;
  margin-bottom: 5px;
}
.login-frame h2[b-672bdmfhmj] {
  font-size: 18px;
  margin-bottom: 24px;
}
.powered-by[b-672bdmfhmj] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 48px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1555A4;
  border-top: solid 2px #1555A4;
}
.powered-by img[b-672bdmfhmj] {
  margin-left: 10px;
}
/* _content/CustomerPortal/Components/Layout/LoginLayout2.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.login[b-gulr63o2mo] {
  background-color: #efefef;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  background-image: url("/images/bg1.png");
  background-size: cover;
  background-position: center;
}

.login-frame[b-gulr63o2mo] {
  display: flex;
  flex-direction: column;
  width: 400px;
  background-color: #fff;
  /*border-radius: 10px;*/
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100vh;
}
.login-frame h1[b-gulr63o2mo] {
  font-size: 32px;
  margin-bottom: 5px;
}
.login-frame h2[b-gulr63o2mo] {
  font-size: 18px;
  margin-bottom: 24px;
}
.login-frame .login-body[b-gulr63o2mo] {
  margin-top: 24px;
  flex-grow: 1;
}

.powered-by[b-gulr63o2mo] {
  bottom: 0;
  left: auto;
  right: auto;
  background-color: white;
  height: 48px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1555A4;
  width: 100%;
  /*border-top: solid 2px p.$gc-blue;*/
}
.powered-by img[b-gulr63o2mo] {
  margin-left: 10px;
}
/* _content/CustomerPortal/Components/Layout/MainLayout.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.page[b-de2bp3wi1k] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.print-page[b-de2bp3wi1k] {
  width: 8.5in; /* US Letter width */
  height: 11in; /* US Letter height */
  margin-left: auto;
  margin-right: auto;
}

main[b-de2bp3wi1k] {
  flex: 1;
}

.logo-title[b-de2bp3wi1k] {
  display: flex;
  flex-direction: row;
}

.sidebar[b-de2bp3wi1k] {
  /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
  background-color: #333;
  border-right: solid 1px #ffd800;
}

.center-panel[b-de2bp3wi1k] {
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.right-panel[b-de2bp3wi1k] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  margin-right: -16px;
}

.user-button[b-de2bp3wi1k] {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
}

.user-button-wrapper[b-de2bp3wi1k] {
  position: relative;
  display: inline-block;
}

.user-button:hover[b-de2bp3wi1k] {
  background: rgb(23.8945945946, 96.7162162162, 186.6054054054);
}

.user-panel[b-de2bp3wi1k] {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  /*height: 4.5rem;*/
  padding: 11px;
  /*padding-right: 0;*/
  gap: 10px;
  align-items: center;
  line-height: 0.95em;
  margin-left: auto;
}
.user-panel .client-menu-icon[b-de2bp3wi1k] {
  display: flex;
  background-color: #ffffff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* Make sure the image doesn't overflow the circle */
}
.user-panel .client-menu-icon img[b-de2bp3wi1k] {
  display: block;
  width: 24px; /* Explicit size helps center consistently */
  height: 24px;
  object-fit: contain;
  margin: 0; /* Remove extra spacing */
  padding: 0;
}
.user-panel .full-name[b-de2bp3wi1k] {
  display: flex;
  align-items: center;
  /*color: lighten(p.$gc-blue, 20%);*/
}
.user-panel .company-name[b-de2bp3wi1k] {
  color: lightgray;
  font-size: 0.85rem;
}

.top-row[b-de2bp3wi1k] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 3.5rem;
  display: flex;
  align-items: center;
  z-index: 9000;
}
.top-row h1[b-de2bp3wi1k] {
  font-size: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.top-row[b-de2bp3wi1k]  a, .top-row[b-de2bp3wi1k]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-de2bp3wi1k]  a:hover, .top-row[b-de2bp3wi1k]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-de2bp3wi1k]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Default: Hide both h1 and h2 */
.header1[b-de2bp3wi1k] {
  display: none;
}

/* Show h1 when the screen size is 830px and up */
@media (min-width: 830px) {
  .header1[b-de2bp3wi1k] {
    display: initial;
  }
}
/* Show h2 when the screen size is between 640px and 829px */
@media (min-width: 640px) and (max-width: 829px) {
  .header1[b-de2bp3wi1k] {
    display: none;
  }
}
@media (max-width: 1024px) {
  .top-row[b-de2bp3wi1k] {
    justify-content: space-between;
  }
  .top-row[b-de2bp3wi1k]  a, .top-row[b-de2bp3wi1k]  .btn-link {
    margin-left: 0;
  }
  .logo[b-de2bp3wi1k] {
    display: none;
  }
  .btn[b-de2bp3wi1k] {
    display: none;
  }
  .names[b-de2bp3wi1k] {
    display: none !important;
  }
  .navbar[b-de2bp3wi1k] {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .page[b-de2bp3wi1k] {
    flex-direction: row;
  }
  .sidebar[b-de2bp3wi1k] {
    width: 250px;
    height: calc(100vh - 3.5rem);
    position: fixed;
  }
  .top-row[b-de2bp3wi1k] {
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .top-row.auth[b-de2bp3wi1k]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
  .top-row[b-de2bp3wi1k], article[b-de2bp3wi1k] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
  .logo[b-de2bp3wi1k] {
    display: flex;
  }
  main[b-de2bp3wi1k] {
    margin-left: 250px;
  }
  .btn[b-de2bp3wi1k] {
    display: initial;
  }
  .names[b-de2bp3wi1k] {
    display: block !important;
  }
  .navbar[b-de2bp3wi1k] {
    display: none !important;
  }
}
#blazor-error-ui[b-de2bp3wi1k] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-de2bp3wi1k] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.navbar-toggler[b-de2bp3wi1k] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: transparent;
  position: relative;
  right: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
/* _content/CustomerPortal/Components/Layout/NavMenu.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/

.top-row[b-4pjtn70mg1] {
  height: 3.5rem;
}

/*.top-row {
    height: 10rem;*/
/*background-color: rgba(0,0,0,0.4);*/
/*background-color: p.$black*/
/*background-color: p.$mostly-black;
}*/

.bi[b-4pjtn70mg1] {
  display: inline-block;
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 0.65rem;
  top: -1px;
  background-size: cover;
}

/* Blazor doesn't have an easy to use icon library out of the box */
/* https: //mattfrear.com/2024/02/27/customize-blazors-navmenu/ */
.bi-house-door-fill-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-pie-chart-fill-nav-menu[b-4pjtn70mg1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-pie-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778zM8.5.015V7.5h7.485A8 8 0 0 0 8.5.015'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-caret-down-fill-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}

.bi-calendar-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-calendar-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-profile-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-calendar-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

.bi-transport-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-calendar-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 7a1 1 0 0 1-1 1v3.5c0 .818-.393 1.544-1 2v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5V14H5v1.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2a2.5 2.5 0 0 1-1-2V8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1V2.64C1 1.452 1.845.408 3.064.268A44 44 0 0 1 8 0c2.1 0 3.792.136 4.936.268C14.155.408 15 1.452 15 2.64V4a1 1 0 0 1 1 1zM3.552 3.22A43 43 0 0 1 8 3c1.837 0 3.353.107 4.448.22a.5.5 0 0 0 .104-.994A44 44 0 0 0 8 2c-1.876 0-3.426.109-4.552.226a.5.5 0 1 0 .104.994M8 4c-1.876 0-3.426.109-4.552.226A.5.5 0 0 0 3 4.723v3.554a.5.5 0 0 0 .448.497C4.574 8.891 6.124 9 8 9s3.426-.109 4.552-.226A.5.5 0 0 0 13 8.277V4.723a.5.5 0 0 0-.448-.497A44 44 0 0 0 8 4m-3 7a1 1 0 1 0-2 0 1 1 0 0 0 2 0m8 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0m-7 0a1 1 0 0 0 1 1h2a1 1 0 1 0 0-2H7a1 1 0 0 0-1 1'/%3E%3C/svg%3E");
}

.bi-money-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-calendar-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 10.781c.148 1.667 1.513 2.85 3.591 3.003V15h1.043v-1.216c2.27-.179 3.678-1.438 3.678-3.3 0-1.59-.947-2.51-2.956-3.028l-.722-.187V3.467c1.122.11 1.879.714 2.07 1.616h1.47c-.166-1.6-1.54-2.748-3.54-2.875V1H7.591v1.233c-1.939.23-3.27 1.472-3.27 3.156 0 1.454.966 2.483 2.661 2.917l.61.162v4.031c-1.149-.17-1.94-.8-2.131-1.718zm3.391-3.836c-1.043-.263-1.6-.825-1.6-1.616 0-.944.704-1.641 1.8-1.828v3.495l-.2-.05zm1.591 1.872c1.287.323 1.852.859 1.852 1.769 0 1.097-.826 1.828-2.2 1.939V8.73z'/%3E%3C/svg%3E");
}

.bi-table-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-calendar-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E");
}

.bi-patients-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
}

.bi-wallet-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi--nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a2 2 0 0 1-1-.268M1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1'/%3E%3C/svg%3E");
}

.bi-agency-trips-nested-nav-menu[b-4pjtn70mg1] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' class='bi bi-truck-front-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3.5 0A2.5 2.5 0 0 0 1 2.5v9c0 .818.393 1.544 1 2v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V14h6v1.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2c.607-.456 1-1.182 1-2v-9A2.5 2.5 0 0 0 12.5 0zM3 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3.9c0 .625-.562 1.092-1.17.994C10.925 7.747 9.208 7.5 8 7.5s-2.925.247-3.83.394A1.008 1.008 0 0 1 3 6.9zm1 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2m8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-5-2h2a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2'/%3E%3C/svg%3E");
}

/*<path d=""/ >*/
.caret[b-4pjtn70mg1] {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  background-size: cover;
}

.nav-item[b-4pjtn70mg1] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
  color: #333;
}

.nav-item:first-of-type[b-4pjtn70mg1] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-4pjtn70mg1] {
  padding-bottom: 1rem;
}

.nav-item[b-4pjtn70mg1]  .nav-link {
  color: #d7d7d7;
  background: none;
  border: none;
  border-radius: 4px;
  height: 2.25rem;
  display: flex;
  align-items: center;
  /*line-height: 2.25rem;*/
  width: 100%;
  color: #333;
  fill: #333;
}

.nav-item[b-4pjtn70mg1]  .nav-link-no-hover {
  padding-left: 0;
  padding-right: 0;
}

.nav-item[b-4pjtn70mg1]  a.active {
  background-color: rgb(184.5070422535, 157.0422535211, 130.4929577465);
  color: white;
}

.nav-item[b-4pjtn70mg1]  .nav-link:not(.nav-link-no-hover):hover {
  background-color: rgb(202.9436619718, 182.661971831, 163.0563380282);
}

.user-panel[b-4pjtn70mg1] {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  height: 4.5rem;
  background-color: rgb(45.9, 45.9, 45.9);
  padding: 20px;
  border-top: 1px solid rgb(63.75, 63.75, 63.75);
  gap: 10px;
  align-items: center;
}

.user-panel .initials[b-4pjtn70mg1] {
  display: flex;
  background-color: #886a4d;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  background-image: url("/images/gc.jpg");
}

.user-panel .full-name[b-4pjtn70mg1] {
  display: flex;
  align-items: center;
  /*color: lighten(p.$gc-blue, 20%);*/
}

.user-panel .company-name[b-4pjtn70mg1] {
  color: lightgray;
  font-size: 0.85rem;
}

.logo[b-4pjtn70mg1] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
  padding: 10px;
}

.logo img[b-4pjtn70mg1] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
    .logo[b-4pjtn70mg1] {
        display: none !important;
    }

    .nav-menu-bottom[b-4pjtn70mg1] {
        display: none !important;
    }

    .navbar[b-4pjtn70mg1] {
        display: block !important;
    }
}

@media (min-width: 1025px) {
  .collapse[b-4pjtn70mg1] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
  .logo[b-4pjtn70mg1] {
    display: flex !important;
  }
  .nav-menu-bottom[b-4pjtn70mg1] {
    display: block !important;
  }
  .nav-item .truncated-email[b-4pjtn70mg1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
  }
  .navbar[b-4pjtn70mg1] {
    display: none !important;
  }
}

.logo-name.normal[b-4pjtn70mg1] {
  font-size: 1rem;
}

.logo-name.small[b-4pjtn70mg1] {
  font-size: 0.75rem;
}

@media (max-height: 845px) {
  .hide-admin[b-4pjtn70mg1] {
    display: none;
  }
}
@media (max-height: 770px) {
  .hide-liason[b-4pjtn70mg1] {
    display: none;
  }
}

.navbar[b-4pjtn70mg1] {
    margin-left: 2em;
}
/* _content/CustomerPortal/Components/Layout/PageHeader.razor.rz.scp.css */
.page-header[b-2d5tt1cnvg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 9px;
}

.page-header h1[b-2d5tt1cnvg] {
    font-size: 28px;
    margin: 0;
}

.page-header .ml-auto[b-2d5tt1cnvg] {
    margin-left: auto;
}

@media (max-width: 550px) {
    .page-header .ml-auto[b-2d5tt1cnvg] {
        width: 100%;
        margin-left: 0;
        text-align: left;
        margin-top: 4px;
    }
}
/* _content/CustomerPortal/Components/Layout/UserMenu/SupportModal.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.contact-card[b-ena4a1smvm] {
  fill: #1555A4;
  storke: #1555A4;
}
.contact-card h6[b-ena4a1smvm] {
  color: #886a4d;
  margin-bottom: 0;
  font-weight: 600;
}

h4[b-ena4a1smvm] {
  font-size: 22px;
}

@media (max-width: 1024px) {
    .small-email[b-ena4a1smvm] {
        display: initial;
    }

    .normal-email[b-ena4a1smvm] {
        display: none;
    }

    .contact-cols[b-ena4a1smvm] {
        flex-direction: column !important;
    }

    .contact-cols > div[b-ena4a1smvm] {
        width: 100% !important;
    }
}

@media (min-width: 1025px) {
    .small-email[b-ena4a1smvm] {
        display: none;
    }

    .normal-email[b-ena4a1smvm] {
        display: initial;
    }
}
/* _content/CustomerPortal/Components/Layout/UserMenu/UserMenu.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.user-menu[b-9lx60fzywu] {
    background-color: #ffffff;
    color: black;
    position: absolute;
    border-radius: 5px;
    z-index: 9000;
    padding: 10px;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
    right: 0;
}
.user-menu ul[b-9lx60fzywu] {
  list-style: none;
  padding-left: 12px;
}
.user-menu .selected[b-9lx60fzywu] {
  font-weight: 700;
}
.user-menu a[b-9lx60fzywu] {
  text-decoration: none;
  margin: 3px 0;
}
.user-menu a:hover[b-9lx60fzywu] {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .names[b-9lx60fzywu] {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .names[b-9lx60fzywu] {
    display: none !important;
  }
}
.user-menu-divider[b-9lx60fzywu] {
    border: none;
    border-top: 1px solid #000000;
    margin: 0.5rem 0;
}
/* _content/CustomerPortal/Components/Pages/Admin/CollectionAgency/CollectionAgency.razor.rz.scp.css */
.collection-agency-table[b-jufunxnwc8] {
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .collection-agency-table[b-jufunxnwc8] {
        max-height: calc(100vh - 260px);
    }
}

.list-header[b-jufunxnwc8] {
    position: sticky;
    top: 0;
    z-index: 2;
}

.list-row > div[b-jufunxnwc8],
.list-header > div[b-jufunxnwc8] {
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* _content/CustomerPortal/Components/Pages/CheckEmail.razor.rz.scp.css */
.form-group[b-ejty01wq1h] {
  margin-bottom: 16px;
}
.form-group label[b-ejty01wq1h] {
  width: 100%;
}
.form-group a[b-ejty01wq1h] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-ejty01wq1h] {
  margin-bottom: 32px;
}

button[b-ejty01wq1h] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-ejty01wq1h] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-ejty01wq1h] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Pages/Corp/CollectionAgencyTrips/CollectionAgencyTripDetailContent.razor.rz.scp.css */
.scrollable[b-cyi40vjbki] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.non-scrollable-print[b-cyi40vjbki] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
}

@media (max-width: 800px) {
    .nav-tabs[b-cyi40vjbki] {
        flex-wrap: wrap;
    }

    .nav-tabs .nav-item[b-cyi40vjbki] {
        flex: 1 1 50%; /* Each tab takes 50% width on mobile */
        text-align: center;
    }

    .tab-content .table-responsive[b-cyi40vjbki] {
        max-width: 100%;
        overflow-x: auto;
    }

    .table-responsive[b-cyi40vjbki] {
        min-width: 1500px;
    }
}

@media print {
    .non-scrollable-print[b-cyi40vjbki] {
        max-height: none !important;
        overflow: visible !important;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/CollectionAgencyTrips/CollectionAgencyTrips.razor.rz.scp.css */
.collection-agency-trips-header[b-sls0pzzveo] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.collection-agency-trips-header .search-group[b-sls0pzzveo] {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-width: 0;
    max-width: 625px;
}

.collection-agency-trips-header .search-group input.form-control[b-sls0pzzveo] {
    flex-grow: 1;
    min-width: 0;
}

.collection-agency-trips-header .pagination-container[b-sls0pzzveo] {
    flex-basis: 100%;
}

.collection-agency-table[b-sls0pzzveo] {
    width: 100%;
    max-height: calc(100vh - 240px);
    overflow: auto;
}

@media (min-width: 700px) {
    .collection-agency-trips-header[b-sls0pzzveo] {
        flex-wrap: nowrap;
    }

    .collection-agency-trips-header .pagination-container[b-sls0pzzveo] {
        flex-basis: auto;
    }
}

@media (max-width: 700px) {
    .collection-agency-table[b-sls0pzzveo] {
        max-height: calc(100vh - 280px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Collections/CollectionReports.razor.rz.scp.css */
@media (max-width: 768px) {
    .content-header[b-pldlu8x246] {
        flex-direction: column;
        align-items: stretch;
    }

    .content-header > div[b-pldlu8x246] {
        width: 100%;
        justify-content: space-between;
    }

    .content-header select[b-pldlu8x246],
    .content-header .btn[b-pldlu8x246] {
        width: 100%;
    }

    .last-updated[b-pldlu8x246] {
        margin-bottom: 0.5rem;
    }

    .nav-tabs[b-pldlu8x246] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .nav-tabs .nav-item[b-pldlu8x246] {
        width: 100%;
    }

    .nav-tabs .nav-link[b-pldlu8x246] {
        width: 100%;
        text-align: left;
        justify-content: space-between;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Dashboard.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
h2[b-ltxergyhxa] {
  font-size: 24px;
}

.dashboard-column[b-ltxergyhxa] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* _content/CustomerPortal/Components/Pages/Corp/KPIDashboard/KPIDashboard.razor.rz.scp.css */
.dashboard-section[b-2nbj1ersfx] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    background-color: transparent;
    position: relative;
}

.last-dashboard-section[b-2nbj1ersfx] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    background-color: transparent;
    position: relative;
}

.section-title[b-2nbj1ersfx] {
    position: absolute;
    top: -1.2rem;
    left: 1rem;
    padding: 0 0.75rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: #333;
    background-color: #efefef;
    border-radius: 4px;
}

@media (max-width: 1200px) {
    .dashboard-row > .col-xl-4[b-2nbj1ersfx],
    .dashboard-row > .col-xl-8[b-2nbj1ersfx] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/KPIDashboard/KPIDashboardPreview.razor.rz.scp.css */
.dashboard-section[b-rc0hyfvr39] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    margin-bottom: 2rem;
    background-color: transparent;
    position: relative;
}

.last-dashboard-section[b-rc0hyfvr39] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    background-color: transparent;
    position: relative;
}

.section-title[b-rc0hyfvr39] {
    position: absolute;
    top: -1.2rem;
    left: 1rem;
    padding: 0 0.75rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: #333;
    background-color: #efefef;
    border-radius: 4px;
}

@media (max-width: 1200px) {
    .dashboard-row > .col-xl-4[b-rc0hyfvr39],
    .dashboard-row > .col-xl-8[b-rc0hyfvr39] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/ClinicActivityByDepartment.razor.rz.scp.css */
.clinic-activity-table[b-0auqhk34kw] {
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .clinic-activity-table[b-0auqhk34kw] {
        max-height: calc(100vh - 260px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/MonthEnd.razor.rz.scp.css */
.month-end-header[b-cop35wgt95] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 3px 3px 12px 3px;
    flex-wrap: nowrap;
}

.filter-group[b-cop35wgt95] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.month-end-table[b-cop35wgt95] {
    width: 100%;
    max-height: calc(100vh - 220px);
    overflow: auto;
}

@media (max-width: 660px) {
    .month-end-header[b-cop35wgt95] {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .filter-group[b-cop35wgt95] {
        flex: 1 1 100%;
    }

    .month-end-table[b-cop35wgt95] {
        max-height: calc(100vh - 260px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/MonthlyTotalsByDate.razor.rz.scp.css */
.monthly-totals-table[b-klh5am7xkr] {
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .monthly-totals-table[b-klh5am7xkr] {
        max-height: calc(100vh - 280px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/MonthlyTotalsByDepartment.razor.rz.scp.css */
.monthly-totals-table[b-jshxs80yra] {
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .monthly-totals-table[b-jshxs80yra] {
        max-height: calc(100vh - 280px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/ProductionByInsuranceCategoryReport.razor.rz.scp.css */
.production-table[b-g5hprcus5n] {
    width: 100%;
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .production-table[b-g5hprcus5n] {
        max-height: calc(100vh - 260px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/MonthEnd/RevenueCodeAgingByZoneReport.razor.rz.scp.css */
.revenue-code-aging-header[b-s7dxma1wgy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 6px 8px 12px 8px;
    flex-wrap: nowrap;
}

.revenue-code-aging-header .form-check[b-s7dxma1wgy] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
}

.revenue-code-aging-header .form-check-input[b-s7dxma1wgy] {
    margin: 0;
    width: 1rem;
    height: 1rem;
}

.revenue-code-aging-header .form-check-label[b-s7dxma1wgy] {
    font-size: 0.9rem;
    margin: 0;
}

.revenue-code-aging-header .form-label[b-s7dxma1wgy] {
    margin-right: 0.25rem;
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.revenue-code-aging-header .form-select[b-s7dxma1wgy],
.revenue-code-aging-header .form-control[b-s7dxma1wgy] {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem;
    height: auto;
}

.revenue-code-aging-header button[b-s7dxma1wgy] {
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
}

.revenue-code-aging-table[b-s7dxma1wgy] {
    width: 100%;
    max-height: calc(100vh - 300px);
    overflow: auto;
}

@media (max-width: 700px) {
    .revenue-code-aging-header[b-s7dxma1wgy] {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .revenue-code-aging-table[b-s7dxma1wgy] {
        max-height: calc(100vh - 260px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Patients/PatientDetailContent.razor.rz.scp.css */
.header[b-t1tnlomc6p], .header-space[b-t1tnlomc6p],
.footer[b-t1tnlomc6p], .footer-space[b-t1tnlomc6p] {
    height: 20px;
}

.header[b-t1tnlomc6p] {
    position: fixed;
    top: 0;
}

.footer[b-t1tnlomc6p] {
    position: fixed;
    bottom: 0;
}

.tbody[b-t1tnlomc6p] {
    background-color: #ffffff;
}

.scrollable[b-t1tnlomc6p] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.non-scrollable-print[b-t1tnlomc6p] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
}

.account-comments-table[b-t1tnlomc6p], .patient-transports-table[b-t1tnlomc6p] {
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .account-comments-table[b-t1tnlomc6p], .patient-transports-table[b-t1tnlomc6p] {
        max-height: calc(100vh - 220px);
    }
}

@media print {
    .non-scrollable-print[b-t1tnlomc6p] {
        max-height: none !important;
        overflow: visible !important;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Patients/Patients.razor.rz.scp.css */
.patient-header[b-lalioxve6c] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.search-group[b-lalioxve6c] {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    flex-grow: 1;
    min-width: 0;
    max-width: 625px;
}

.search-group input.form-control[b-lalioxve6c] {
    flex-grow: 1;
    min-width: 0;
}

.pagination-container[b-lalioxve6c] {
    flex-basis: 100%;
}

.patient-table[b-lalioxve6c] {
  width: 100%;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

@media (min-width: 700px) {
    .patient-header[b-lalioxve6c] {
        flex-wrap: nowrap;
    }

    .pagination-container[b-lalioxve6c] {
        flex-basis: auto;
    }
}

@media (max-width: 700px) {
    .patient-table[b-lalioxve6c] {
        max-height: calc(100vh - 260px);
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Patients/PatientTripDetailContent.razor.rz.scp.css */
.scrollable[b-yjr3gj8jro] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
    max-height: calc(100vh - 225px);
    overflow: auto;
}

.non-scrollable-print[b-yjr3gj8jro] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 16px 16px 16px;
    flex: 1;
    width: 100%;
}

.transport-description-table[b-yjr3gj8jro], .charge-details-table[b-yjr3gj8jro] {
    max-height: calc(100vh - 210px);
    overflow: auto;
}

@media (max-width: 800px) {
    .transport-description-table[b-yjr3gj8jro], .charge-details-table[b-yjr3gj8jro] {
        max-height: calc(100vh - 220px);
    }
}

@media print {
    .non-scrollable-print[b-yjr3gj8jro] {
        max-height: none !important;
        overflow: visible !important;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/PriceList/PriceList.razor.rz.scp.css */
.price-list-header[b-oxl2b1dnw5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 3px 3px 12px 3px;
  flex-wrap: nowrap;
}

.search-group[b-oxl2b1dnw5] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pagination[b-oxl2b1dnw5] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.export-wrapper[b-oxl2b1dnw5] {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.price-list-table[b-oxl2b1dnw5] {
  width: 100%;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

@media (max-width: 700px) {
  .price-list-header[b-oxl2b1dnw5] {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .search-group[b-oxl2b1dnw5] {
    flex: 1 1 100%;
  }

  .pagination[b-oxl2b1dnw5],
  .export-wrapper[b-oxl2b1dnw5] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .export-wrapper[b-oxl2b1dnw5] {
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .price-list-table[b-oxl2b1dnw5] {
    max-height: calc(100vh - 260px);
  }
}
/* _content/CustomerPortal/Components/Pages/Corp/Profile.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.client-profile[b-2g2dhsh6l9] {
  padding: 16px;
}

@media (max-width: 768px) {
  .logo[b-2g2dhsh6l9] {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .logo[b-2g2dhsh6l9] {
    height: 180px;
  }
}
/* _content/CustomerPortal/Components/Pages/Corp/Transports/BillableTransportList.razor.rz.scp.css */
@media (max-width: 576px) {
    .content-header[b-4y43eb4wyj] {
        flex-direction: column;
        align-items: stretch;
    }

    .content-header .ms-auto[b-4y43eb4wyj] {
        margin-left: 0 !important;
        width: 100%;
    }

    .content-header .btn[b-4y43eb4wyj] {
        width: 100%;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Transports/ReportedTransportList.razor.rz.scp.css */
@media (max-width: 576px) {
    .content-header[b-9xkmfc89ln] {
        flex-direction: column;
        align-items: stretch;
    }

    .content-header .ms-auto[b-9xkmfc89ln] {
        margin-left: 0 !important;
        width: 100%;
    }

    .content-header .btn[b-9xkmfc89ln] {
        width: 100%;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Transports/TransportChargeList.razor.rz.scp.css */
@media (max-width: 576px) {
    .content-header[b-0wmtrt09kn] {
        flex-direction: column;
        align-items: stretch;
    }

    .content-header .ms-auto[b-0wmtrt09kn] {
        margin-left: 0 !important;
        width: 100%;
    }

    .content-header .btn[b-0wmtrt09kn] {
        width: 100%;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Transports/TransportDepositList.razor.rz.scp.css */
@media (max-width: 576px) {
    .content-header[b-zvnny4uafx] {
        flex-direction: column;
        align-items: stretch;
    }

    .content-header .ms-auto[b-zvnny4uafx] {
        margin-left: 0 !important;
        width: 100%;
    }

    .content-header .btn[b-zvnny4uafx] {
        width: 100%;
    }
}
/* _content/CustomerPortal/Components/Pages/Corp/Transports/TransportSummary.razor.rz.scp.css */
@media (max-width: 767.98px) {
    #small-layout[b-8roeyjd8ux] {
        display: block !important;
    }

    #medium-layout[b-8roeyjd8ux], #large-layout[b-8roeyjd8ux] {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1349.98px) {
    #medium-layout[b-8roeyjd8ux] {
        display: block !important;
    }

    #small-layout[b-8roeyjd8ux], #large-layout[b-8roeyjd8ux] {
        display: none !important;
    }
}

@media (min-width: 1350px) {
    #large-layout[b-8roeyjd8ux] {
        display: block !important;
    }

    #small-layout[b-8roeyjd8ux], #medium-layout[b-8roeyjd8ux] {
        display: none !important;
    }
}

.container-fluid[b-8roeyjd8ux] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* _content/CustomerPortal/Components/Pages/Corp/Users.razor.rz.scp.css */
.user-header[b-ogw0j7h9v1] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 3px 3px 12px 3px;
  flex-wrap: nowrap;
}

.search-group[b-ogw0j7h9v1] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pagination[b-ogw0j7h9v1] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.add-user-wrapper[b-ogw0j7h9v1] {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.user-table[b-ogw0j7h9v1] {
  width: 100%;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

label i[b-ogw0j7h9v1] {
  font-size: 12px;
  color: black;
}

@media (max-width: 700px) {
  .user-header[b-ogw0j7h9v1] {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .search-group[b-ogw0j7h9v1] {
    flex: 1 1 100%;
  }
  .pagination[b-ogw0j7h9v1],
  .add-user-wrapper[b-ogw0j7h9v1] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
  }
  .add-user-wrapper[b-ogw0j7h9v1] {
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .user-table[b-ogw0j7h9v1] {
    max-height: calc(100vh - 260px);
  }
}
/* _content/CustomerPortal/Components/Pages/Dashboard.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.dashboard-column[b-1k4izx9m57] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* _content/CustomerPortal/Components/Pages/ForgotPassword.razor.rz.scp.css */
.form-group[b-2ey2umx7mb] {
  margin-bottom: 16px;
}
.form-group label[b-2ey2umx7mb] {
  width: 100%;
}
.form-group a[b-2ey2umx7mb] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-2ey2umx7mb] {
  margin-bottom: 32px;
}

button[b-2ey2umx7mb] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-2ey2umx7mb] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-2ey2umx7mb] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Pages/LicenseAgreements.razor.rz.scp.css */
button[b-j0dxevsa7y] {
  margin-top: 16px;
  width: 100%;
}

.licenseAgreement-frame[b-j0dxevsa7y] {
    width: 700px;
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    box-sizing: border-box;
}

.licenseAgreement-frame h1[b-j0dxevsa7y] {
    font-size: 32px;
    margin-bottom: 5px;
}

.licenseAgreement-frame h2[b-j0dxevsa7y] {
    font-size: 18px;
    margin-bottom: 24px;
}

.licenseAgreement-header[b-j0dxevsa7y] {
    display: flex;
    justify-content: center;
}

.licenseAgreement-container[b-j0dxevsa7y] {
    max-width: 700px;
    margin: 0 auto;
}

.licenseAgreement-content[b-j0dxevsa7y] {
    height: 500px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 1rem;
    background: #f9f9f9;
    margin-bottom: 1rem;
}

.loading-screen[b-j0dxevsa7y] {
  background-color: #1555A4;
  height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.loading-screen-frame[b-j0dxevsa7y] {
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.spacer[b-j0dxevsa7y] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
/* _content/CustomerPortal/Components/Pages/Login.razor.rz.scp.css */
.form-group[b-81qf2zhdjz] {
  margin-bottom: 16px;
}
.form-group label[b-81qf2zhdjz] {
  width: 100%;
}
.form-group a[b-81qf2zhdjz] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-81qf2zhdjz] {
  margin-bottom: 32px;
}

button[b-81qf2zhdjz] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-81qf2zhdjz] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-81qf2zhdjz] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Pages/Logout.razor.rz.scp.css */
button[b-mim0igdooz] {
  margin-top: 16px;
  width: 100%;
}
/* _content/CustomerPortal/Components/Pages/ResetPassword.razor.rz.scp.css */
.form-group[b-7uvby7o248] {
  margin-bottom: 16px;
}
.form-group label[b-7uvby7o248] {
  width: 100%;
}
.form-group a[b-7uvby7o248] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-7uvby7o248] {
  margin-bottom: 32px;
}

button[b-7uvby7o248] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-7uvby7o248] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-7uvby7o248] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Pages/SetPassword.razor.rz.scp.css */
.form-group[b-k2iszl1bl6] {
  margin-bottom: 16px;
}
.form-group label[b-k2iszl1bl6] {
  width: 100%;
}
.form-group a[b-k2iszl1bl6] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-k2iszl1bl6] {
  margin-bottom: 32px;
}

button[b-k2iszl1bl6] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-k2iszl1bl6] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-k2iszl1bl6] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Pages/UpdatePassword.razor.rz.scp.css */
.form-group[b-0hcwybujrt] {
  margin-bottom: 16px;
}
.form-group label[b-0hcwybujrt] {
  width: 100%;
}
.form-group a[b-0hcwybujrt] {
  display: block;
  margin-top: 8px;
  text-decoration: none;
}

.form-group:last-of-type[b-0hcwybujrt] {
  margin-bottom: 32px;
}

button[b-0hcwybujrt] {
  margin-top: 16px;
  width: 100%;
}

.signup[b-0hcwybujrt] {
  padding: 24px;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.signup a[b-0hcwybujrt] {
  text-decoration: none;
}
/* _content/CustomerPortal/Components/Shared/Components/DateRangePicker.razor.rz.scp.css */
.date-range-picker[b-xyceemw1dv] {
  position: relative;
}
.date-range-picker .date-range-display[b-xyceemw1dv] {
  display: inline-block;
  padding: 0.5rem 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.4em;
}
.date-range-picker .date-range-display:hover[b-xyceemw1dv] {
  text-decoration: underline;
}
.date-range-picker .date-range-controls[b-xyceemw1dv] {
  z-index: 1000;
  position: absolute;
  background-color: #ffffff;
  width: 800px;
}

@media (max-width: 992px) {
  .date-range-picker .date-range-controls[b-xyceemw1dv] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .date-range-picker .date-range-controls .form-row[b-xyceemw1dv] {
    flex-direction: column;
  }
  .date-range-picker .date-range-controls .form-row .col-auto[b-xyceemw1dv] {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}
/* _content/CustomerPortal/Components/Shared/Dashboard/DashboardCard.razor.rz.scp.css */
.info-icon[b-bjb4obojxb] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.tooltip[b-bjb4obojxb] {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(4px);
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 1.2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}
/* _content/CustomerPortal/Components/Shared/Dashboard/SummaryCard.razor.rz.scp.css */
.tile-row .tile[b-rlb0x14nfh] {
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  margin-bottom: 9px;
}
.tile-row .tile h3[b-rlb0x14nfh] {
  background-color: blue;
  font-size: 18px;
  padding: 6px;
  margin-bottom: 0;
}
.tile-row .tile div[b-rlb0x14nfh] {
  font-size: 24px;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tile-row .green[b-rlb0x14nfh] {
  background-color: #27ae60;
}
.tile-row .green h3[b-rlb0x14nfh] {
  background-color: #1e8449;
}
.tile-row .blue[b-rlb0x14nfh] {
  background-color: #2980b9;
}
.tile-row .blue h3[b-rlb0x14nfh] {
  background-color: #20638f;
}
.tile-row .orange[b-rlb0x14nfh] {
  background-color: #e67e22;
}
.tile-row .orange h3[b-rlb0x14nfh] {
  background-color: #bf6516;
}
.tile-row .purple[b-rlb0x14nfh] {
  background-color: #8e44ad;
}
.tile-row .purple h3[b-rlb0x14nfh] {
  background-color: #703688;
}
.tile-row .red[b-rlb0x14nfh] {
  background-color: #c0392b;
}
.tile-row .red h3[b-rlb0x14nfh] {
  background-color: #962d22;
}

.reported-tooltip[b-rlb0x14nfh] {
    position: absolute;
    bottom: 2%;
    left: 25%;
    transform: translateX(-55%);
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 1.2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.billable-tooltip[b-rlb0x14nfh] {
    position: absolute;
    bottom: 2%;
    left: 46%;
    transform: translateX(-55%);
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 1.2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.charge-tooltip[b-rlb0x14nfh] {
    position: absolute;
    bottom: 2%;
    left: 73.5%;
    transform: translateX(-55%);
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 1.2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.deposit-tooltip[b-rlb0x14nfh] {
    position: absolute;
    bottom: 2%;
    left: 90%;
    transform: translateX(-55%);
    background-color: #333;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    line-height: 1.2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
/* _content/CustomerPortal/Components/Shared/KPIDashboard/AverageNetPaymentsNumericDisplayCard.razor.rz.scp.css */
.arrow-container[b-c83m1wh5t7] {
    position: relative;
    display: inline-block;
    margin-left: .4rem;
    cursor: pointer;
}

.arrow-tooltip[b-c83m1wh5t7] {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 100%);
    white-space: nowrap;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 1rem;
    z-index: 200;
}

.arrow-container:hover .arrow-tooltip[b-c83m1wh5t7] {
    display: block;
}

.good[b-c83m1wh5t7] {
    color: green;
}

.bad[b-c83m1wh5t7] {
    color: red;
}
/* _content/CustomerPortal/Components/Shared/KPIDashboard/KPIDashboardCard.razor.rz.scp.css */
.info-tooltip[b-m2s7232nxy] {
    position: absolute;
    top: 40px;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    width: max(250px, 30vw);
    max-width: 90vw;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    overflow-wrap: break-word;
}

.info-tooltip.left[b-m2s7232nxy] {
    left: 0;
    right: auto;
    transform: translateX(-10%);
}

.info-tooltip.right[b-m2s7232nxy] {
    left: auto;
    right: 0;
    transform: translateX(0);
}

.info-tooltip.center[b-m2s7232nxy] {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 90vw;
}

.info-tooltip.show.left[b-m2s7232nxy] {
    opacity: 1;
    transform: translateX(10%) translateY(0);
}

.info-tooltip.show.right[b-m2s7232nxy] {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.info-tooltip.show.center[b-m2s7232nxy] {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.info-tooltip.hide.left[b-m2s7232nxy] {
    opacity: 0;
    transform: translateX(-10%) translateY(-5px);
}

.info-tooltip.hide.right[b-m2s7232nxy] {
    opacity: 0;
    transform: translateX(0) translateY(-5px);
}

.info-tooltip.hide.center[b-m2s7232nxy] {
    opacity: 0;
    transform: translateX(-50%) translateY(-5px);
}

.info-tooltip-header[b-m2s7232nxy] {
    background-color: #f0f0f0;
    padding: 6px 10px;
    font-weight: bold;
}

.info-tooltip-body[b-m2s7232nxy] {
    background-color: #fff;
    padding: 6px 10px;
}

.info-tooltip-subtitle[b-m2s7232nxy] {
    font-weight: bold;
    text-decoration: underline;
}
/* _content/CustomerPortal/Components/Shared/ListView/ExpandoRow.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.expando-row[b-9htccykm6a] {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  /*border-bottom: 1px solid p.$bs-gray;*/
}
.expando-row svg[b-9htccykm6a] {
  transform: rotate(-90deg);
}

.expando-row:hover[b-9htccykm6a] {
  background-color: #eef5fd;
}

.expando-row:hover .sticky-list-column-left[b-9htccykm6a],
.expando-row:hover .sticky-list-column-right[b-9htccykm6a] {
    box-shadow: inset 0 0 0 9999px #eef5fd;
}

.expanded svg[b-9htccykm6a] {
    transform: rotate(0);
}

.expando-content[b-9htccykm6a] {
  background-color: rgba(128, 128, 128, 0.125);
  padding: 10px 30px;
}

.expando-row-print[b-9htccykm6a] {
    display: flex;
    flex-direction: row;
}
/* _content/CustomerPortal/Components/Shared/ListView/ListColumn.razor.rz.scp.css */
.borderless-list-column[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
}

.list-column[b-zh1l00rza9], .hidable-list-column[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
}

.sticky-list-column-left[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    position: sticky;
    left: 0;
    z-index: 2;
}

.sticky-list-column-right[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    position: sticky;
    right: 0;
    z-index: 2;
}

.sticky-list-column-header[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: #dfdfdf;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 2;
}

.sticky-list-column-header-left[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: #dfdfdf;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}

.sticky-list-column-header-right[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: #dfdfdf;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 3;
}

.vertical-divider[b-zh1l00rza9] {
    border-left: 2px solid darkgrey
}

.vertical-divider-right[b-zh1l00rza9] {
    border-right: 2px solid darkgrey
}

.horizontal-divider-top[b-zh1l00rza9] {
    border-top: 2px solid darkgrey
}

.small-list-column[b-zh1l00rza9], .small-hidable-list-column[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 13px;
}

.faded-list-column[b-zh1l00rza9] {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-size: 16px;
    color: darkgray;
}
/* _content/CustomerPortal/Components/Shared/ListView/ListHeader.razor.rz.scp.css */
.row-header[b-iteolnkklj] {
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #dfdfdf;
}
/* _content/CustomerPortal/Components/Shared/ListView/ListHeaderColumn.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.list-column[b-darwhe7wla] {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  cursor: pointer;
}

.descending svg[b-darwhe7wla] {
  transform: rotate(180deg);
}
/* _content/CustomerPortal/Components/Shared/ListView/ListRow.razor.rz.scp.css */
.list-row[b-osozcmdwrx] {
  display: flex;
  flex-direction: row;
}
/* _content/CustomerPortal/Components/Shared/ListView/ListView.razor.rz.scp.css */
/*background-color: #efefef
color: #333*/
.list-view[b-9ykqgan8lu] {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #ffffff;
}
/* _content/CustomerPortal/Components/Shared/LoadingScreen.razor.rz.scp.css */
.loading-screen[b-j0oqql7ptt] {
  background-color: #1555A4;
  height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.loading-screen-frame[b-j0oqql7ptt] {
  width: 400px;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);

  display: flex;
  flex-direction: column;
  align-items: center;
}

.spacer[b-j0oqql7ptt] {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.powered-by[b-j0oqql7ptt] {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 48px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1555A4;
  border-top: solid 2px #1555A4;
}

.powered-by img[b-j0oqql7ptt] {
  margin-left: 10px;
}
/* _content/CustomerPortal/Components/Shared/Modal/ListModal.razor.rz.scp.css */
.list-modal-body[b-fv1e5kwsni] {
  display: flex;
  flex-direction: column;
}
.list-modal-body .list-modal-header[b-fv1e5kwsni] {
  flex-grow: 1;
}
.list-modal-body .list-modal-rows[b-fv1e5kwsni] {
  overflow-y: scroll;
}
/* _content/CustomerPortal/Components/Shared/Modal/Modal.razor.rz.scp.css */
.gc-modal-backdrop[b-ly63wf3jcj] {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.gc-modal-backdrop .gc-modal[b-ly63wf3jcj] {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}
.gc-modal-backdrop .gc-modal .gc-modal-header[b-ly63wf3jcj] {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  flex-grow: 0;
}
.gc-modal-backdrop .gc-modal .gc-modal-header h3[b-ly63wf3jcj] {
  font-size: 22px;
  margin-bottom: 6px;
}
.gc-modal-backdrop .gc-modal .gc-modal-content[b-ly63wf3jcj] {
  padding: 10px;
  flex-grow: 1;
  overflow-y: auto;
}
.gc-modal-backdrop .gc-modal .gc-modal-buttons[b-ly63wf3jcj] {
  padding: 10px;
  justify-content: right;
  display: flex;
  gap: 3px;
  flex-grow: 0;
}
/* _content/CustomerPortal/Components/Shared/StickyTable/StickyRow.razor.rz.scp.css */

th[b-hlpslqrdfd], td[b-hlpslqrdfd] {
    padding: 0.5rem 0.5rem;
    white-space: nowrap;
    background: white;
    box-sizing: border-box;
    background: white;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.sticky-header[b-hlpslqrdfd] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #f9f9f9;
}

.sticky-col[b-hlpslqrdfd] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #f0f0f0;
}

thead .sticky-col[b-hlpslqrdfd] {
    z-index: 4;
    background: #e9e9e9;
}
/* _content/CustomerPortal/Components/Shared/StickyTable/StickyTable.razor.rz.scp.css */

.table-container[b-85bx1ic6sy] {
    width: 100%;
    max-height: calc(100vh - 335px);
    overflow: auto;
}

table[b-85bx1ic6sy] {
    border-collapse: separate;
    width: max-content;
    min-width: 100%;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
