* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

.requestTable {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 11px 0px 11px 0px;
  flex-grow: 1;
}

.requestRow {
  height: 60px;
  align-items: center;
}

.requestRow:hover {
  border-radius: 5px;
  background-color: #eff3f5;
  cursor: pointer;
}

.requestRow, .requestHeader {
  padding: 0px 11px 0px 11px;
}

.requestRow > .col {
  display: flex;
  align-items: center;
}

.requestHeader {
  height: 27px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #b2c3cd;
  border-bottom: 1px solid #eff3f5;
}

.requestHeader > .col {
  display: flex;
  align-items: center;
}

.requestTableData {
  color: #00415f;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 127%;
  overflow-x: hidden;
  overflow-y: auto;
}

.ComponentTitle {
  color: #00415f;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 9px;
}

.ComponentTitle > span {
  color: var(--PPG, #00415f);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
}

.AdminOpenRequests {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.CreateNewAccountButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #ffffff;
  background-color: #00415f;
  border-radius: 3px;
  float: right;
  text-align: center;
  text-decoration: none;
}

.CreateNewAccountButton:hover {
  cursor: pointer;
  color: #ffffff;
}

.InactiveAccountListItem {
  background-color: #fdece9;
}

.ShowAccountsFilter {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border-radius: 5px;
}

.ShowAccountsFilter > input {
  accent-color: #00415f;
}

.ShowInactiveAccountsFilter {
  background-color: #fdece9;
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

.PendingAccounts {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ComponentTitle {
  color: #00415f;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 9px;
}

.ComponentTitle > span {
  color: var(--PPG, #00415f);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 127%;
}

.pendingTable {
  flex-grow: 1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 11px 0px 11px 0px;
}

.pendingRow, .pendingHeader {
  padding: 0px 11px 0px 11px;
}

.pendingRow > .col {
  display: flex;
  align-items: center;
}

.pendingRow:hover {
  border-radius: 5px;
  background-color: #eff3f5;
  cursor: pointer;
}

.pendingRow {
  height: 60px;
  align-items: center;
}

.pendingHeader {
  height: 27px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #b2c3cd;
  border-bottom: 1px solid #eff3f5;
}

.pendingHeader > .col {
  display: flex;
  align-items: center;
}

.pendingTableData {
  color: #00415f;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 127%;
  overflow-x: hidden;
  overflow-y: auto;
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

.btn, .rz-button {
  font-size: 14px;
}

.btn-primary, .rz-button, .rz-button.rz-primary {
  background-color: #00415f;
  border-radius: 30px;
}

.btn-secondary, .rz-button.rz-secondary {
  border-radius: 30px;
  background-color: #eff3f5;
  color: #00415f;
  border: 1px solid #00415f;
}
.btn-secondary :hover, .rz-button.rz-secondary :hover {
  background-color: #00415f;
  color: #ffffff;
}

.btn-danger {
  border-radius: 30px;
  background-color: #dc3545;
  color: #ffffff;
  border: none;
}

.AddToCartButton {
  color: #ffffff;
  flex: 1;
}

.AddToCartButton.success {
  background-color: #51a45f;
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

input[type=text], input[type=email], input[type=password] {
  border: none;
}

.form-check-input:checked {
  background-color: #00415f;
  border-color: #00415f;
}

.inputLabel {
  color: #00415f;
  font-weight: bold;
  font-size: 14px;
}

.languageSelector {
  width: 70px;
}

.checkboxDiv > a {
  color: #00415F;
}

.checkboxDiv {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 11px;
}.spinnerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  gap: 20px;
}

.spinner {
  border: 16px solid #b2c3cd;
  border-top: 16px solid #00415f;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 700ms linear infinite;
}

.ValidationMessages {
  color: #00415f;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

html, body, .main {
  background-color: #eff3f5;
}

.fw-medium {
  font-weight: 500 !important;
}

.TitleBox {
  color: #00415f;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  gap: 16px;
  align-items: center;
}

.TitleBox img {
  height: 23px;
  width: 23px;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #00415f;
}

.page {
  padding: 20px;
  background-color: #eff3f5;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-content {
  padding: 0 0 0 20px;
  position: relative;
  flex: 1;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row ::deep a, .top-row ::deep .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
  text-decoration: underline;
}

.top-row ::deep a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth) {
    display: none;
  }
  .top-row.auth {
    justify-content: space-between;
  }
  .top-row ::deep a, .top-row ::deep .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page {
    flex-direction: row;
  }
  .sidebar {
    width: 200px;
    height: calc(100vh - 40px);
    position: sticky;
    top: 0;
  }
  .top-row {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row.auth ::deep a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
  .top-row, article {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
  .validation-message {
    font-size: 11px;
    color: #dc3545;
  }
}
.page {
  min-height: 100vh;
}

.Title {
  font-size: 20px;
  color: #00415f;
  vertical-align: unset;
}

@media (max-width: 1024px) {
  html {
    overflow: hidden;
  }
  .TitleBox {
    display: none;
  }
  main, .page {
    padding: 0px;
  }
  main {
    background: #00415f;
  }
  .page {
    height: 100vh;
  }
  .page .scroll-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    flex-grow: 1;
    height: 70vh;
  }
  .page .scroll-wrapper::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .page-content {
    padding: 15px;
    margin-bottom: 15vh !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #eff3f5;
    height: max-content;
    min-height: calc(100vh - 100px);
    position: relative;
  }
}
.ChangeLanguageDropDown {
  color: #00415f;
  font-size: 14px;
  padding: 5px;
}

.nav-link:hover {
  color: #eff3f5 !important;
}

.full-width-image {
  width: 100%;
  height: auto;
}

.btn-primary:hover {
  background-color: #00415f !important;
}

.nav-link:focus, .nav-link:hover {
  color: white;
}

.ValidationMessage {
  color: #dc3545;
  font-size: 14px;
}

.btn-primary:disabled {
  background-color: #eff3f5;
  border: none;
  color: #00415f;
  font-weight: 600;
}

.filter-group > *:not(:first-child) {
  margin-left: -1px;
}
.filter-group > *:not(:first-child) .mud-input-outlined-border {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.filter-group > *:not(:last-child) .mud-input-outlined-border {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.filter-group .mud-input-control {
  background-color: white;
}
.filter-group .mud-input-control .mud-input-label {
  background-image: linear-gradient(to bottom, #f4fbf9 0%, #f4fbf9 50%, white 50%, white 100%);
}

.mud-input > input .mud-input-root-outlined,
.mud-input-slot .mud-input-root-outlined {
  padding: 14px;
}.maintenance-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50px;
  background: orange;
  color: white;
  text-align: center;
  line-height: 50px;
  z-index: 1000;
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

.Searchbar {
  padding-bottom: 10px;
}

.SearchAccounts {
  display: flex;
  flex-direction: column;
}

.TableData {
  color: #00415f;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 127%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.SearchInputGroup {
  display: flex;
  gap: 10px;
}

#SearchAccountField {
  width: 300px;
}.serial-number-input {
  background-color: white;
  border-radius: 50px !important;
}
.serial-number-input .mud-input-outlined-border {
  border-radius: 50px !important;
}
.serial-number-input .mud-input-adorned-start {
  padding-left: 21px !important;
  padding-inline-start: 21px !important;
}.scroll-table {
  height: calc(100% - 152px);
}.floating-update-button {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.5rem;
  animation: fadein 2s ease-out;
}

@keyframes fadein {
  from {
    right: -100%;
  }
  to {
    right: 2rem;
  }
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}

.Profile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ProfileWithDropdown {
  z-index: 999;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 0px 10px 0px #e5ebee;
}

.ProfileHeader {
  display: flex;
  padding: 10px 21px;
  gap: 10px;
}

.ProfileHeader:hover {
  cursor: pointer;
}

.ProfileDropdown {
  color: #00415f;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 127%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 9px 10px 0px #e5ebee;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  padding-bottom: 10px;
}

.ProfileDropdown div {
  display: flex;
  height: 40px;
  padding: 10px 18px;
  align-items: center;
  overflow-x: clip;
  gap: 10px;
}

.CustomersList {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: clip;
}
.CustomersList .active {
  font-weight: 600;
}
.CustomersList div > span {
  height: 100%;
  overflow: hidden;
}
.CustomersList div:hover {
  background-color: #eff3f5;
}

.profiledropdownItem:hover {
  cursor: pointer;
  background: var(--PPG-Tint-0---BG, #eff3f5);
}

.changeAccount {
  display: flex;
  justify-content: space-between;
}* {
  font-family: Museo-Sans-Rounded, sans-serif;
}

.form-control {
  font-size: 14px;
}

h1 {
  color: #00415f;
  font-size: 25px;
  margin: auto 0;
  font-style: normal;
  font-weight: 600;
  line-height: 127%; /* 31.75px */
}