:root {
  --logo-container-height: 57px;
  --footer-container-height: 100px;
  --refresh-container-height: 75px;
  --whats-new-container-height: 50px;
  --upgrade-button-container-height: 65px;
  --account-manager-height: 150px;
  --selectCompanyBorderColor: #eeeeee;
  --sidebar-background-color: #f6f6f6;
  --sidebar-border-color: #eeeeee;
  --sidebar-separator-color: #cccccc;
  --navigation-tier-zero-text-color: #192955;
  --navigation-tier-one-text-color: #444444;
  --navigation-tier-two-text-color: #444444;
  --navigation-row-selected-color: #192955;
  --navigation-row-selected-font-color: #ffffff;
  --hide-menu-icon-color: #68818e;
  --hamburger-menu-icon-color: #192955;
  --on-trial-text-color: #192955;
  --category-header-color: #667293;
}

.dark-mode {
  --selectCompanyBorderColor: #4f6178;
  --sidebar-background-color: #2c3859;
  --sidebar-border-color: #667293;
  --sidebar-separator-color: #667293;
  --navigation-tier-zero-text-color: #ffffff;
  --navigation-tier-one-text-color: #ffffff;
  --navigation-tier-two-text-color: #ffffff;
  --navigation-row-selected-color: #bad7f8;
  --navigation-row-selected-font-color: #192955;
  --hide-menu-icon-color: #ffffff;
  --hamburger-menu-icon-color: #ffffff;
  --on-trial-text-color: #ffffff;
  --category-header-color: #bad7f8;
}

.navigation .navigation_row {
  color: #192955;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.navigation .navigation_row_hq {
  color: #444444;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 16px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.company-logo-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 77px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 17px;
}

.company-selector-container {
  position: absolute;
  flex-grow: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 0;
  left: 260px;
  bottom: 0;
  height: auto;
}

.side_menu {
  --sidebar-menu-max-height: calc(100% - var(--refresh-container-height) - var(--logo-container-height));
  height: var(--sidebar-menu-max-height);
  position: absolute;
  top: 57px;
  bottom: 0;
  left: 0;
  width: 230px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  background-color: var(--sidebar-background-color);
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-right-color: var(--sidebar-border-color);
  border-right-style: solid;
  border-width: 1px;
}

.side_menu_admin {
  --sidebar-menu-max-height: calc(100% - var(--logo-container-height));
  height: var(--sidebar-menu-max-height);
  position: absolute;
  top: 57px;
  bottom: 0;
  left: 0;
  width: 230px;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-right-color: #eeeeee;
  border-right-style: solid;
  border-width: 2px;
}

.sidebar-hq-items-container {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: var(--sidebar-background-color);
  z-index: 99;
}

.account_manager_container {
  border-top: #eeeeee;
  border-top-style: solid;
  border-top-width: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: var(--account-manager-height);
  width: 100%;
}

.account_manager_container:hover {
  cursor: pointer;
}

.account_manager_sidebar_image {
  max-width: 35%;
  padding-bottom: 5px;
}

.account_manager_sidebar_text {
  display: block;
  height: fit-content;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.account_manager_sidebar_text:hover {
  color: #3fb0ac;
}

.upgrade-button-container {
  text-align: center;
  background-color: #f5f5f5;
  height: var(--upgrade-button-container-height);
  border-top: #eeeeee;
  border-top-style: solid;
  border-top-width: 2px;
  border-right: #eeeeee;
  border-right-style: solid;
  border-right-width: 2px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.upgrade-button {
  width: 200px;
}

.side_menu {
  height: calc(100% - var(--logo-container-height) - var(--refresh-container-height));
  transition: width 0.3s ease;
}

.side_menu::-webkit-scrollbar {
  display: none;
}

.side_menu.unpinned {
  width: 55px;
  transition: width 0.3s ease;
}

.side_menu::-webkit-scrollbar {
  display: none;
}

.hideMenu {
  background-color: transparent;
  font-family: Montserrat;
  color: var(--hide-menu-icon-color);
  cursor: default;
  padding: 12px 0px;
  width: 10px !important;
  min-width: 10px !important;
  font-weight: 600;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  height: auto;
}

.hideMenu:hover {
  cursor: pointer;
}

.hamburgerMenuContainer {
  transition: margin 0.25s ease-in-out;
  margin: 0 0 0 -260px;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 230px;
  background-color: #f6f6f6;
  box-shadow: 2px 0px 5px rgba(181, 181, 181, 0.35);
  z-index: 10001;
}

.hamburgerMenuContainer.is-nav-open {
  margin: 0px;
}

@keyframes pulse {
  0% {
    color: #192955;
  }

  50% {
    color: #ef797d;
  }

  100% {
    color: #192955;
  }
}

.welcomeMessageHQ {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #192955;
  text-align: left;
  padding-left: 22px;
}

.welcomeMessageHQBold {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #192955;
}

.whatsNewButtonContainer {
  display: flex;
  height: var(--whats-new-container-height);
  flex-direction: row;
  border-top: #eeeeee;
  border-top-style: solid;
  border-top-width: 2px;
  width: 230px;
}

.whatsNewButton {
  background-color: transparent;
  color: #192955;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
  cursor: default;
  padding: 0px 5px;
  margin-right: 10px;
  border: none;
  text-align: left;
  outline: none;
}

.whatsNewButton:hover {
  cursor: pointer;
  color: #3fb0ac;
}

.logoutButton {
  background-color: transparent;
  font-family: Montserrat;
  color: #192955;
  cursor: default;
  padding: 15px 15px;
  width: 100%;
  font-weight: 600;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.logoutButton:hover {
  cursor: pointer;
  color: #3fb0ac;
}

.uploadButton {
  background-color: #f5f5f5;
  font-family: Montserrat;
  color: #192955;
  cursor: default;
  padding: 15px 10px;
  width: 100%;
  font-weight: 500;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: transparent;
}

.uploadButton:hover {
  cursor: pointer;
  color: #3fb0ac;
  border-left-color: #3fb0ac;
}

#hideArrow {
  height: 40px;
  width: 0%;
  background-color: rgb(245, 245, 245);
  color: rgb(63, 176, 172);
  /* text-align: right; */
}

.showMenu {
  position: relative;
  background-color: #f5f5f5;
  font-family: Montserrat;
  color: #192955;
  cursor: default;
  padding: 5px 10px;
  width: 28px;
  font-weight: 600;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  visibility: hidden;
  display: none;
}

.showMenu:hover {
  cursor: pointer;
  color: #3fb0ac;
}

#showArrow {
  height: 40px;
  width: 0px;
  background-color: rgb(245, 245, 245);
  color: #192955;
  text-align: right;
}

.logo {
  display: flex;
  position: relative;
  margin-top: 2px;
  transform: scale(0.75);
  margin-right: 100px;
  max-width: 140px;
}

.admin-logo {
  margin: 10px 0px;
  margin-left: 15px;
  max-width: 85px;
  max-height: 48px;
  height: auto;
  width: 100%;
}

.christmas-dashboard-logo {
  display: flex;
  position: relative;
  max-height: 55px;
  max-width: 230px;
}

.sidebar-header-title {
  font: "Montserrat";
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  color: #192955;
  background-color: var(--sidebar-background-color);
  text-transform: uppercase;
  padding: 5px 0px;
  padding-left: 15px;
}

.white-label-dashboard-logo {
  display: flex;
  position: relative;
  height: min-content;
  max-height: 46px;
  max-width: 165px;
}

.side_logo {
  width: 150px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.side_logo_wrapper {
  text-align: center;
}

.main_panel {
  position: absolute;
  top: 57px;
  right: 0px;
  bottom: 0;
  height: auto;
  margin-right: 8px;
  scrollbar-color: #eee #ccc;
}

.main_panel:fullscreen {
  top: 0px;
}

.main_panel_content {
  height: 100%;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  text-align: center;
  background-color: white;
  border-radius: 7px;
}

.main_panel_inner_content {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.leftPinned {
  left: 230px !important;
  transition: left 0.3s ease, width 0.3s ease;
}

.leftUnpinned {
  left: 55px !important;
  transition: left 0.3s ease, width 0.3s ease;
}

.header {
  height: 57px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1000;
  background: var(--sidebar-background-color);
}

.header.admin-panel-header {
  justify-content: space-between;
  z-index: 1;
}

.subheader {
  padding: 10px;
  background-color: #97a7b3;
  color: white;
  text-align: left;
}

.header-logo-container {
  height: var(--logo-container-height);
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 2px;
  padding-right: 5px;
  max-width: 230px;
  width: 230px;
  border-right-color: var(--sidebar-border-color);
  border-right-style: solid;
  border-width: 1px;
  transition: width 0.3s ease;
}

.hamburger-menu-icon {
  padding: 2px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  stroke: var(--hamburger-menu-icon-color);
}

.right-header-content-container {
  display: "flex";
  flex-direction: row;
  justify-content: "flex-end";
  align-content: "center";
  margin-right: 20px;
}

.footer_buttons_container {
  background-color: var(--sidebar-background-color);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 230px;
  width: 230px;
  border-right-color: var(--sidebar-border-color);
  border-right-style: solid;
  border-width: 1px;
  height: var(--refresh-container-height);
  top: calc(100% - var(--refresh-container-height));
  transition: width 0.3s ease;
}

.footer_buttons_container.unpinned {
  width: 55px;
}

.bottomOptionsContainer {
  display: flex;
}

.header-fields .popup-action-headings {
  font-size: 14px;
}

.header-fields .primary-syft-selector {
  margin-top: 5px !important;
  font-size: 14px !important;
}

ul {
  list-style: none;
}

.navigation a {
  color: #192955;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 18px;
}

.navigation_row_tier_0 {
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: Montserrat;
  display: flex;
  justify-content: left;
  align-items: left;
  vertical-align: middle;
  user-select: none;
  min-height: 32px;
  background-color: var(--sidebar-background-color);
  color: var(--navigation-tier-zero-text-color);
  min-width: 230px;
}

.navigation_row_tier_1 {
  font-weight: 500;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
  min-height: 32px;
  padding-left: 31px;
  user-select: none;
  background-color: var(--sidebar-background-color);
  color: var(--navigation-tier-one-text-color);
  min-width: 230px;
  width: 100%;
}

.navigation_row_tier_0 div {
  display: flex;
  align-items: center;
  height: 32px;
}

.navigation_row_tier_1 div {
  display: flex;
  align-items: center;
}

.navigation_row_tier_3,
.navigation_row_tier_2 {
  font-weight: 400;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  justify-content: left;
  align-items: center;
  vertical-align: middle;
  min-height: 32px;
  padding-left: 40px;
  user-select: none;
  background-color: var(--sidebar-background-color);
  color: var(--navigation-tier-two-text-color);
  width: 230px;
  white-space: nowrap;
}

.navigation_row_tier_3 div,
.navigation_row_tier_2 div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-height: 32px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.navigation_row:hover {
  cursor: pointer;
  color: #3fb0ac;
}

.navigation_row_selected {
  color: var(--navigation-row-selected-font-color) !important;
  background-color: var(--navigation-row-selected-color) !important;
  border-radius: 6px;
  width: 220px;
  min-width: 220px;
  margin-left: 5px;
}

/* reduce padding left by 5 */
.navigation_row_selected_override_0 {
  padding-left: 5px;
}

.navigation_row_selected_override_1 {
  padding-left: 26px;
}

.navigation_row_selected_override_2,
.navigation_row_selected_override_3 {
  padding-left: 35px;
}

i {
  font-size: 30px;
  color: white;
  background-color: #8f9ba3;
  display: flex;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  margin-right: 7px;
  text-align: center;
}

a {
  text-decoration: none;
}

.connectionButton {
  display: inline-block;
  color: #106ba3;
  cursor: pointer;
}

.inner-header-wrapper {
  padding: 0px 8px 8px 8px;
  text-align: left;
  max-width: 100vw;
  flex-wrap: wrap;
  /* align-items: baseline !important; */
}

.inner-header-wrapper-custom-date {
  align-items: baseline !important;
}

.inner-header-wrapper-benchmark {
  padding: 8px;
  text-align: left;
  display: flex;
  flex-direction: row;
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.dashboard {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.new-banner-img {
  max-height: 15px;
  margin-left: 7px;
  margin-top: 2px;
}

.new-banner-img-tab {
  height: 13px;
  width: 30px;
  margin-left: 5px;
}

.dropdown-banner-img {
  height: 15px;
  margin-left: 7px;
}

.new-feature-img {
  max-width: 3%;
  margin-left: 1%;
  cursor: pointer;
}

.new-feature-img:hover {
  max-width: 3.4%;
  margin-left: 1%;
}

.coming-soon-img {
  max-width: 30%;
  margin-left: 3%;
}

.checkout-button {
  border-style: none;
  background-color: #192955;
  color: white;
  font-size: 20px;
  width: 300px;
  font-family: "Montserrat";
  padding: 0.7rem 3rem;
  border-radius: 3rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.visualise-table-row-header-color {
  font-weight: 500 !important;
  color: #44899e !important;
}

@media print {
  .side_menu {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .side_menu::-webkit-scrollbar {
    display: none;
  }

  .inner-header,
  .inner-header-wrapper,
  .inner-header.inner-header-wrapper,
  .inner-header-wrapper-benchmark {
    display: none;
  }

  .main_panel {
    position: relative;
    left: 0;
    top: 0;
  }

  .main_panel_content {
    padding-top: 0px;
    height: auto;
    border-style: none;
  }

  .header,
  .subheader,
  .inner-header {
    display: none;
  }

  thead {
    display: table-header-group;
  }

  .dashboard {
    background-color: transparent;
    position: relative;
  }
}

td div,
th div {
  page-break-inside: avoid;
  page-break-after: auto;
  -webkit-region-break-inside: avoid;
}

.xeroSelectCompany {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-right: 4px;
  max-width: 400px;
}

.xeroSelectSwitch {
  height: 47px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 14px;
  border-width: 0px;
  border-radius: 3rem;
  margin-right: 12px;
  margin-left: 12px;
  border-color: transparent;
  color: white;
  width: 200px;
  border-style: none;
  background-color: #192955;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.xeroSelect {
  color: white;
  height: 50px;
  max-width: 55rem;
  border-radius: 10px;
  display: flex;
  text-align: end;
  align-items: center;
}

.titleContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftTitleContainer {
  flex: 1;
  align-items: flex-start;
  text-align: left;
}

.rightTitleContainer {
  flex: 1;
  align-items: flex-end;
  text-align: right;
}

.centerTitleContainer {
  flex: 3;
  align-items: center;
  text-align: center;
}

.banner_companies {
  border-top: 1px solid rgba(27, 58, 81, 0.11);
  border-bottom: 1px solid rgba(27, 58, 81, 0.11);
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.banner_companies_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.trustedPic {
  height: 60px;
}

@media (max-width: 800px) {
  .xeroSelect {
    color: white;
    width: 100%;
    max-width: 55rem;
    min-height: max-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
  }

  .xeroSelectCompany {
    flex: 1;
    height: 50px;
    margin: 5px 0px;
    max-width: 400px;
    width: 100%;
  }

  .xeroSelectSwitch {
    height: 47px;
    padding: 14px 10px;
    border-width: 0px;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-color: transparent;
    color: white;
    width: 200px;
    border-style: none;
    background-color: #3fb0ac;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    align-self: left;
  }
}

.global-date-wrapper {
  text-align: left;
  margin-right: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1240px) {
  .date-selector-wrapper {
    overflow: scroll;
    overflow-y: hidden;
    max-width: 54vw;
    min-width: 100px;
    margin-top: 10px;
  }
}

@media (max-width: 769px) {
  .banner_companies_content {
    flex-direction: column;
  }

  .trustedPic {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .banner_companies_content {
    width: 750px;
  }

  .trustedPic {
    margin-left: 25px;
  }
}

.cog::before {
  margin-right: 0 !important;
  color: #192955 !important;
}

.trash::before {
  margin-right: 0 !important;
}

.page-ellipsis {
  display: inline-flex;
  margin: 2.5px;
  height: 1.5em;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  user-select: none;
}

.page {
  display: inline-flex;
  margin: 2.5px;
  border-color: #dbdbdb;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #444444;
  user-select: none;
}

.page-link {
  cursor: pointer;
  background-color: white;
  color: #cccccc;
}

.category-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 16px;
  width: 100%;
  color: var(--category-header-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  font-family: Montserrat;
  padding-left: 10px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.category-divider {
  width: 230px;
  margin-top: 10px;
  border-bottom: 2px solid var(--selectCompanyBorderColor);
}

.favorite-header-icon {
  margin-left: 4px;
  height: 12px;
  width: 12px;
}

@media (max-width: 769px) {
  .main_panel_wrapper {
    padding-left: 15px;
    width: 100%;
    height: 100%;
  }

  .side-menu-nav-container {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .main_panel_wrapper {
    padding: 0px 15px 0px 15px;
    width: 100%;
    height: 100%;
  }
}

.menu-dropdown-container {
  display: flex;
  flex-direction: row;
  width: 80%;
}

.menu-dropdown-text {
  color: #44899e;
  font-family: "Montserrat";
  text-align: left;
}

.popover-content {
  display: flex;
  flex-direction: column;
}

.popover-button {
  padding: 5px;
  margin: 5px;
  border-radius: 10px;
  border-color: transparent;
  color: white;
  width: 150px;
  border-style: none;
  background-color: #192955;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.popover-button:hover {
  color: white;
}

.header-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.exchange-rates-footnote {
  font-size: 12px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 5px;
  text-align: left;
  margin: auto;
  width: 91%;
}

.custom-editor-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.custom-editor-individual {
  margin: 10px;
}

/***** HQ Styling *****/
.navigation_row_hq {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
  background-color: #f5f5f5;
  color: #444444;
  padding-left: 35px;
  user-select: none;
  display: block;
  justify-content: left;
  align-items: center;
}

.navigation_row_hq:hover {
  cursor: pointer;
  color: #3fb0ac;
}

.navigation_row_hq_selected {
  color: white !important;
  background-color: #3fb0ac;
}

.link-oauth-company {
  height: 55%;
}

.link-oauth-company .list {
  display: flex;
  margin: 12px 0;
  align-items: flex-start;
}

.link-oauth-company .entity-list > .selected {
  background: #fefefe;
  border: #192955 1px solid;
}

.link-oauth-company .list > * {
  margin: 8px 12px;
  padding: 8px;
  border-radius: 12px;
  text-align: center;
  justify-content: center;
}

.link-oauth-company .entity-list {
  width: 300px;
  margin-bottom: 12px;
}

.link-oauth-company .identity-list > button {
  margin: 0 auto 2em;
  position: relative;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  color: #192955;
  font-weight: 300;
  font-size: 14px;
}

.link-oauth-company .identity-list > button strong {
  font-weight: 500;
  font-size: 16px;
}

.link-oauth-company a.new {
  margin-top: 16px;
  color: #106ba3;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.link-oauth-company a.new::after {
  content: "";
  position: absolute;
}

.link-oauth-company a.new::after {
  top: 90%;
  height: 2px !important;
  width: 40%;
  left: 30%;
  background-color: #106ba3e6;
  transition: 0.4s ease-out all 0.1s;
}

.link-oauth-company a.new:hover::after {
  width: 90%;
  left: 5%;
  transition: 0.5s ease all;
}

.link-oauth-company .identity-list > button:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0;
}

.link-oauth-company .identity-list > button:hover:after,
.link-oauth-company .identity-list > button.selected:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #37a6a2;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 80%;
}

.link-oauth-company .identity-list > button.selected:after {
  width: 100%;
}

.link-oauth-company .entity-list {
  margin-bottom: 24px;
}

.link-oauth-company .entity-list .option {
  font-family: Montserrat;
  padding-right: 5px;
}

.link-oauth-company .entity-list .option.selected:after {
  content: "\2713";
  float: right;
}

@media (max-width: 1430px) {
  .new-select-style-company-selector__menu {
    right: 3%;
  }
}

/*New select styling*/
.new-select-style__control {
  border-color: lightgray;
  box-shadow: none;
  min-width: 80px;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px;
}

.new-select-style__control:focus,
.new-select-style__control:active .new-select-style__control:hover {
  border-color: #192955 !important;
  box-shadow: none !important;
  outline: none !important;
}

[class^="new-select-style"]:hover {
  cursor: pointer;
}

[class^="new-select-style__menu"]:hover {
  cursor: default;
}

.new-select-style__option {
  margin: 2px 0px;
}

.new-select-style__option:hover {
  background-color: #efefef;
  color: #192955;
  border-color: #192955;
}

.new-select-style__option:focus,
.new-select-style__option:active {
  text-align: left;
  color: #192955;
  border-color: #192955;
  background-color: #efefef;
}

.new-select-style__menu {
  text-align: left;
  color: #192955;
  z-index: 10000 !important;
  font-size: 16px;
  font-weight: 400;
  min-width: max-content;
}

.new-select-style__control--is-focused,
.new-select-style__control--is-selected {
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
  min-height: 39.5px;
}

.new-select-style__control {
  min-height: 39.5px;
}

.options-bar__control {
  min-height: 25px !important;
  height: 25px;
}

.new-select-style__option--is-focused {
  background-color: #efefef !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style__option--is-selected {
  background-color: #eaf3f8 !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style--is-disabled {
  min-width: 80px;
}

.new-select-style__dropdown-indicator--is-focused,
.new-select-style__dropdown-indicator--is-selected {
  padding: 2px !important;
}

.new-select-style__dropdown-indicator {
  padding: 2px !important;
}

/**Not on all components**/
.new-select-style-container {
  width: 90%;
}

/*New select styling*/
.new-select-style-company-selector__control {
  border-color: transparent !important;
  border-width: 0px !important;
  box-shadow: none;
  min-width: 80px;
  font-size: 14px;
  font-weight: 400;
  min-height: 0px;
  margin: 5px 0px;
  flex-direction: row;
  min-height: 30px !important;
  height: 30px !important;
  padding-right: 5px;
}

.new-select-style-company-selector__dropdown-indicator {
  padding: 0px 2px !important;
}

.new-select-style-company-selector__single-value {
  width: calc(100% - 8px);
}

.new-select-style-company-selector__indicator-separator {
  width: 0px !important;
  height: 0px !important;
}

.new-select-style-company-selector__control:focus,
.new-select-style-company-selector__control:active .new-select-style-company-selector__control:hover {
  border-color: transparent !important;
  border-width: 0px !important;
  box-shadow: none !important;
  outline: none !important;
}

.new-select-style-company-selector__control--is-focused {
  border-color: transparent !important;
  border-width: 0px !important;
  box-shadow: none !important;
  outline: none !important;
}

.new-select-style-company-selector__option {
  width: 218px !important;
  margin: 2px 0px;
  font-family: Montserrat;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  color: #192955 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-select-style-company-selector__option:hover {
  background-color: #f2faff !important;
  color: #192955;
  border-color: #192955;
  width: 100%;
}

.height-fix .bp3-popover-target .bp3-popover-open {
  height: 30px !important;
}

.new-select-style-company-selector__option:focus,
.new-select-style-company-selector__option:active {
  text-align: left;
  color: #192955;
  border-color: #192955;
  background-color: #f2faff !important;
}

.new-select-style-company-selector__option--is-focused {
  background-color: #f2faff !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-company-selector__option--is-selected {
  background-color: #f2faff !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-company-selector__input:focus,
.new-select-style-company-selector__input:active {
  color: transparent;
}

.new-select-style-company-selector__menu {
  text-align: left;
  color: #192955;
  z-index: 100000 !important;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.new-select-style-company-selector__menu-list::-webkit-scrollbar {
  display: none;
}

.new-select-style-company-selector__menu-list {
  max-width: 238px !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.new-select-style-company-selector--is-focused,
.new-select-style-company-selector--is-selected {
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-company-selector--is-focused {
  background-color: #efefef !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-company-selector--is-selected {
  background-color: #eaf3f8 !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-company-selector--is-disabled {
  min-width: 80px;
}

/**Not on all components**/
.new-select-style-company-selector-container {
  width: 90%;
}

/*Page top template header selector styling*/
.new-select-style-ptt-header__control {
  border: none !important;
  box-shadow: none;
  font-family: "National 2";
  font-size: 22px !important;
  font-weight: 700;
  margin: 0px;
  max-height: fit-content !important;
  min-height: unset !important;
}

.new-select-style-ptt-header__value-container {
  padding: 0px !important;
  max-height: fit-content !important;
  flex-wrap: nowrap !important;
  align-items: top !important;
}
.new-select-style-ptt-header__single-value {
  padding: 0px !important;
  min-height: unset !important;
  max-height: fit-content !important;
}

.new-select-style-ptt-header__control:focus,
.new-select-style-ptt-header__control:active .new-select-style-ptt-header__control:hover {
  border-color: #192955 !important;
  box-shadow: none !important;
  outline: none !important;
}

.new-select-style-ptt-header__option {
  margin: 2px 0px;
}

.new-select-style-ptt-header__option:hover {
  background-color: #efefef;
  color: #192955;
  border-color: #192955;
}

.new-select-style-ptt-header__option:focus,
.new-select-style-ptt-header__option:active {
  text-align: left;
  color: #192955;
  border-color: #192955;
  background-color: #efefef;
}

.new-select-style-ptt-header__menu {
  text-align: left;
  color: #192955;
  z-index: 10000 !important;
  font-size: 14px;
  font-weight: 400;
  min-width: max-content;
}

.new-select-style-ptt-header__control--is-focused,
.new-select-style-ptt-header__control--is-selected {
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
  max-height: 25px;
}

.new-select-style-ptt-header__control {
  min-height: unset !important;
  max-height: fit-content !important;
}

.new-select-style-ptt-header__option--is-focused {
  background-color: #efefef !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-ptt-header__option--is-selected {
  background-color: #eaf3f8 !important;
  color: #192955 !important;
  border-color: #192955 !important;
  box-shadow: none !important;
}

.new-select-style-ptt-header__option--is-disabled:hover {
  color: #ccc !important;
  cursor: not-allowed !important;
}

.new-select-style-ptt-header--is-disabled {
  min-width: 80px;
}

.new-select-style-ptt-header__dropdown-indicator--is-focused,
.new-select-style-ptt-header__dropdown-indicator--is-selected {
  padding: 2px !important;
}

.new-select-style-ptt-header__dropdown-indicator {
  color: #5d707f !important;
  padding: 2px !important;
}

.new-select-style-ptt-header__indicator-separator {
  display: none;
}

/**Not on all components**/
.new-select-style-ptt-header-container {
  width: 90%;
}

.new-select-style-company-selector__value-container {
  padding: 0px !important;
}

.company-selector-tooltip {
  position: relative;
  display: inline-flex;
  overflow-wrap: normal;
}

.on-trial-text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: var(--on-trial-text-color);
  white-space: nowrap;
}

.annual-report-text {
  width: 100%;
  margin-top: 2px;
  padding-left: 4px;
}

.notification-circle {
  height: 13px;
  width: 13px;
  font-weight: 500;
  background-color: #c24651;
  color: white;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 9px;
  margin-left: -8px;
  margin-top: 10px;
  padding: 1px 0px 0px 0px;
}

.notification-circle-spacer {
  height: 13px;
  width: 13px;
  margin-left: -8px;
  margin-top: 10px;
  padding: 1px 0px 0px 0px;
}

.practice-entity-mapping .new-select-style__control {
  width: 400px;
}

.practice-entity-mapping-table {
  width: 82vw !important;
  overflow-x: auto;
  height: 68vh !important;
  margin: auto !important;
}

.header-buttons-skeleton {
  min-width: 80px !important;
  max-width: 80px !important;
  min-height: 39.5px !important;
  max-height: 39.5px !important;
  font-size: 14px !important;
  margin: 0px 5px !important;
  border-radius: 5px !important;
  justify-content: center !important;
}

.header-buttons-skeleton.large-button {
  min-width: 150px !important;
  max-width: 150px !important;
}

.add-user-button {
  margin-top: 4px;
  width: 18px;
}

.add-user-button:hover {
  cursor: pointer;
}

/* Override all Custom Theme colors */
:root:root .action-button-primary,
:root:root .solid-blue-btn,
:root:root .login-btn,
:root:root .toggle-button-primary {
  background-color: #192955 !important;
  color: #ffffff !important;
}

:root:root .toggle-button-secondary {
  background-color: #3fb0ac !important;
  color: #ffffff !important;
}

:root:root .action-button-secondary,
:root:root .inverted-solid-blue-btn {
  color: #192955 !important;
  background-color: #ffffff !important;
}

:root:root .config-button {
  color: #192955 !important;
  background-color: #eeeeee !important;
}

:root:root .save-button {
  color: #ffffff !important;
  background-color: #44899e !important;
  margin-right: 0px !important;
}

:root:root .navigation_row_selected {
  background-color: #344666;
  border-left-color: none;
}
::-webkit-scrollbar {
  width: 0px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #eeeeee;
}
::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 6px;
}
.global-date-wrapper-icon {
  margin: 0px 0px 0px 5px;
}

.page-top-template-info-icon {
  padding-top: 0px;
  background: none !important;
}

.page-top-template-info-icon:hover {
  background: none !important;
}
:root {
  --title-text-color: #192955;
  --dropdown-hover-background-color: #eeeeee;
  --dropdown-hover-text-color: #192955;
  --dropdown-subheader-text-color: #444444;
  --tier-one-chevron-highlight-color: #888888;
  --tier-two-chevron-color: #444444;
}

.dark-mode {
  --title-text-color: #ffffff;
  --dropdown-hover-background-color: #4f6178;
  --dropdown-hover-text-color: #ffffff;
  --dropdown-subheader-text-color: #ffffff;
  --tier-one-chevron-highlight-color: #ffffff;
  --tier-two-chevron-color: #ffffff;
}

.dropdown-container {
  color: var(--title-text-color);
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}

.dropdown-container-border {
  border-bottom: #eeeeee;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.dropdown-title {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 100%;
  height: 32px;
  background-color: transparent;
  color: var(--title-text-color);
  justify-content: space-between;

  border-radius: 6px;
  width: 220px;
  margin-left: 5px;
  padding-left: 5px;
}

.dropdown-title:hover {
  border-left-color: transparent;
  cursor: pointer;
  color: var(--dropdown-hover-text-color);
  border-left-color: var(--dropdown-hover-text-color);
  background-color: var(--dropdown-hover-background-color);
}

.dropdown-title-selected {
  color: white !important;
  background-color: #3fb0ac;
  border-left-color: #3fb0ac;
}

.dropdown-title-group-selected {
  border: 1px solid var(--title-text-color);
}

.dropdown-title-text {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-subtitle {
  color: var(--title-text-color);
  width: 100%;
}

.dropdown-subtitle-selected {
  width: 100%;
}

.dropdown-header-icon {
  max-width: 16px;
  margin-right: 5px;
}

.collapsed-header-icon {
  max-width: 20px;
}

.icon-light-mode {
  filter: brightness(0) invert(1);
}

.icon-dark-mode {
  filter: brightness(0) saturate(100%) invert(14%) sepia(11%) saturate(7213%) hue-rotate(201deg) brightness(95%)
    contrast(95%);
}

.menu-dropdown-header {
  font-weight: 600;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 14px;
  list-style-type: none;
  width: fit-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.subheader-tier-1 {
  font-weight: 500;
}

.subheader-tier-2 {
  font-weight: 400;
}

.menu-dropdown-subheader {
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  list-style-type: none;
  color: var(--dropdown-subheader-text-color);
}

.tier-one-chevron {
  color: transparent !important;
  display: flex;
  color: transparent !important;
  margin-right: 10px;
  margin-left: 8px !important;
}

.dropdown-title:hover .tier-one-chevron {
  color: var(--tier-one-chevron-highlight-color) !important;
}

.tier-two-chevron {
  color: var(--tier-two-chevron-color) !important;
  padding-right: 6px !important;
}

.ion-chevron-down .tier-one-chevron {
  font-size: 12px !important;
}

.dropdown-icon-container {
  margin-right: 0.5rem;
  margin-left: 0.3rem;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 13px;
  transform-origin: center center;
  display: flex;
  align-items: center;
}

.dropdown-icon {
  margin: 0px !important;
  transition: all 0.25s ease;
}
._container_12lh3_1{position:absolute;z-index:calc(infinity)}._container_12lh3_1._hidden_12lh3_6{overflow:hidden;visibility:hidden}._contentContainer_12lh3_11{height:max-content;width:max-content}._contentWrapper_12lh3_16{--boxShadow: 0px 1px 4px 0px #00000040;border-radius:6px;box-shadow:var(--boxShadow)}._content_12lh3_11{border-radius:6px;padding:6px;background-color:#fff;position:relative;z-index:2;overflow-y:auto;overflow-x:hidden}._content_12lh3_11._excludePadding_12lh3_33{padding:0}._content_12lh3_11::-webkit-scrollbar{width:6px;background-color:#eee;border-top-right-radius:6px}._content_12lh3_11::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}@supports not selector(::-webkit-input-placeholder){._scrollContentBlocker_12lh3_50{width:calc(100% - 11px)!important}._content_12lh3_11{scrollbar-width:thin;scrollbar-color:#ccc #eee}}._scrollContentBlocker_12lh3_50{background-color:#fff;border-top-left-radius:6px;width:calc(100% - 6px);height:6px;position:absolute;top:0;left:0;z-index:3}._arrow_12lh3_72{--arrowBorderRadius: 2px;--arrowDims: 14px;--arrowOffset: calc(-1 * (var(--arrowDims) / 2));--arrowScaleFactor:calc(1/sqrt(2));background-color:#fff;box-shadow:var(--boxShadow);height:var(--arrowDims);position:absolute;width:var(--arrowDims);z-index:0}._arrow_12lh3_72._top_start_12lh3_86{border-bottom-right-radius:var(--arrowBorderRadius);bottom:var(--arrowOffset);left:var(--arrowDims);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._top_12lh3_86{border-bottom-right-radius:var(--arrowBorderRadius);bottom:var(--arrowOffset);left:50%;transform:translate(-50%) rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._top_end_12lh3_100{border-bottom-right-radius:var(--arrowBorderRadius);bottom:var(--arrowOffset);right:var(--arrowDims);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._right_start_12lh3_107{border-bottom-left-radius:var(--arrowBorderRadius);left:var(--arrowOffset);top:var(--arrowDims);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._right_12lh3_107{border-bottom-left-radius:var(--arrowBorderRadius);left:var(--arrowOffset);top:50%;transform:translateY(-50%) rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._right_end_12lh3_121{border-bottom-left-radius:var(--arrowBorderRadius);bottom:var(--arrowDims);left:var(--arrowOffset);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._bottom_start_12lh3_128{border-top-left-radius:var(--arrowBorderRadius);left:var(--arrowDims);top:var(--arrowOffset);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._bottom_12lh3_128{border-top-left-radius:var(--arrowBorderRadius);left:50%;top:var(--arrowOffset);transform:translate(-50%) rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._bottom_end_12lh3_142{border-top-left-radius:var(--arrowBorderRadius);right:var(--arrowDims);top:var(--arrowOffset);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._left_start_12lh3_149{border-top-right-radius:var(--arrowBorderRadius);right:var(--arrowOffset);top:var(--arrowDims);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._left_12lh3_149{border-top-right-radius:var(--arrowBorderRadius);right:var(--arrowOffset);top:50%;transform:translateY(-50%) rotate(45deg) scale(var(--arrowScaleFactor))}._arrow_12lh3_72._left_end_12lh3_163{border-top-right-radius:var(--arrowBorderRadius);bottom:var(--arrowDims);right:var(--arrowOffset);transform:rotate(45deg) scale(var(--arrowScaleFactor))}._trigger_x5cxc_1{align-items:center;display:inline-flex;transition:opacity .25s ease}._trigger_x5cxc_1._block_x5cxc_7{width:100%}._trigger_x5cxc_1._clickType_x5cxc_11{cursor:pointer}._trigger_x5cxc_1._hide_x5cxc_15{opacity:0}._trigger_x5cxc_1._show_x5cxc_19{opacity:1!important}._trigger_x5cxc_1>._trigger_x5cxc_1{height:100%}._container_ahznm_1{width:max-content;padding:4px;font-size:12px}._buttonGroup_1s5ku_1{display:inline-grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr)}._buttonGroup_1s5ku_1._block_1s5ku_7,._buttonGroup_1s5ku_1 button{width:100%}._buttonGroup_1s5ku_1>*:not(:last-of-type){margin-inline-end:-1px}._buttonGroup_1s5ku_1>*:first-child:not(:last-child) button,._buttonGroup_1s5ku_1>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}._buttonGroup_1s5ku_1>*:last-child:not(:first-child) button,._buttonGroup_1s5ku_1>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}._buttonGroup_1s5ku_1>*:not(:first-child):not(:last-child) button,._buttonGroup_1s5ku_1>button:not(:first-child):not(:last-child){border-radius:0}.uiCoreCheckbox svg{width:12px!important}.react-select-full-width{width:100%}.react-select-small__control:hover,.react-select-medium__control:hover,.react-select-large__control:hover{border-color:#aaa!important}.react-select-small__value-container,.react-select-medium__value-container{padding:0 8px!important}.react-select-small__control{height:25px!important}.react-select-medium__control{height:32px!important}.react-select-small__input-container,.react-select-medium__input-container{padding:0!important;margin:0!important}.react-select-small__dropdown-indicator,.react-select-small__clear-indicator,.react-select-medium__dropdown-indicator,.react-select-medium__clear-indicator{padding-top:0!important;padding-bottom:0!important}.react-select-selector-group{display:flex}.react-select-selector-group>*:first-child .react-select-small__control,.react-select-selector-group>*:first-child .react-select-medium__control,.react-select-selector-group>*:first-child .react-select-large__control{border-top-right-radius:0!important;border-bottom-right-radius:0!important;z-index:1}.react-select-selector-group>*:last-child .react-select-small__control,.react-select-selector-group>*:last-child .react-select-medium__control,.react-select-selector-group>*:last-child .react-select-large__control{border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin-left:-1px;z-index:0}.react-select-selector-group>*:not(:first-child):not(:last-child) .react-select-small__control,.react-select-selector-group>*:not(:first-child):not(:last-child) .react-select-medium__control,.react-select-selector-group>*:not(:first-child):not(:last-child) .react-select-large__control{border-radius:0!important;margin-left:-1px;z-index:0}.react-select-selector-group>* .react-select-small__control--menu-is-open,.react-select-selector-group>* .react-select-medium__control--menu-is-open,.react-select-selector-group>* .react-select-large__control--menu-is-open,.react-select-selector-group>* .react-select-small__control:hover,.react-select-selector-group>* .react-select-medium__control:hover,.react-select-selector-group>* .react-select-large__control:hover{z-index:2!important}._tabs_1u4yc_2{position:relative;display:flex;gap:15px;border-bottom:1px solid #d1d5db;padding-bottom:2px}._fitToParent_1u4yc_10{width:100%;justify-content:space-evenly}._fitToParent_1u4yc_10 ._tab_1u4yc_2{text-align:center;gap:0px}._tab_1u4yc_2{cursor:pointer;font-size:12px;font-weight:500;color:#182026;transition:color .25s ease;border:none;background:transparent}._tab_1u4yc_2:hover{color:#106ba3}._tab_1u4yc_2:focus-visible{outline:2px solid #44899e;outline-offset:2px;border-radius:3px}._tabActive_1u4yc_42{cursor:pointer;color:#106ba3}._tabDisabled_1u4yc_47{cursor:not-allowed;opacity:.4;color:#ccc}._tabDisabled_1u4yc_47:hover{cursor:not-allowed;color:#0b2143}._underline_1u4yc_58{position:absolute;bottom:0;height:2px;background-color:#106ba3}._smallFontSize_1u4yc_67{button {font-weight: 500; font-size: 12px;}}._mediumFontSize_1u4yc_73{button {font-weight: 400; font-size: 14px;}}._largeFontSize_1u4yc_79{button {font-weight: 600; font-size: 16px;}}.thumb{border:1px solid #46f0c2}._contentContainer_jaeed_1{min-width:194px;flex-direction:column;padding:2px}._contentContainer_jaeed_1._mediumItems_jaeed_7,._contentContainer_jaeed_1._smallItems_jaeed_11{gap:2px}._divider_hnwto_1{width:calc(100% + 16px);box-shadow:-8px 0 0 .5px #10161a26}._divider_hnwto_1._mediumItems_hnwto_6{margin:8px 0}._divider_hnwto_1._smallItems_hnwto_10{margin:3px 0}._container_1f7oh_1{color:#aaa;flex-direction:column;font-size:12px;font-weight:400;margin:5px}._text_1f7oh_9._bold_1f7oh_9{font-weight:500}._text_1f7oh_9._italic_1f7oh_13{font-style:italic}._container_1ve78_1{align-items:center;border-radius:4px;justify-content:center}._container_1ftgx_1{align-items:center;background-color:transparent;justify-content:center;-webkit-user-select:none;user-select:none}._placeholder_1ftgx_8{animation:_pulse_1ftgx_1 1.5s infinite;background-color:#eee;border-radius:4px}@keyframes _pulse_1ftgx_1{0%{background-color:#eee}50%{background-color:#eeeeee80}to{background-color:#eee}}._option_1fozx_1{align-items:center;background-color:#eee;border-radius:4px;border:none;color:#192955;cursor:pointer;display:flex;height:25px;justify-content:center;outline:none;transition:background-color .25s ease;width:25px}._option_1fozx_1._disabled_1fozx_16{cursor:not-allowed}._option_1fozx_1:not(._disabled_1fozx_16)._active_1fozx_20{background-color:#d3e7ec}._option_1fozx_1:not(._active_1fozx_20,._disabled_1fozx_16):hover{background-color:#ccc}._container_92g1q_1{align-items:center;gap:8px;justify-content:center;width:100%}._container_nnlmq_1{align-items:center;color:#aaa;font-size:10px;font-weight:600;text-transform:uppercase}._container_133td_1{align-items:center;cursor:pointer;height:20px;justify-content:center;width:20px}._container_133td_1._border_133td_9{border-radius:3px;border:1px solid #f6f6f6}._container_gdop9_1{column-gap:6px;display:grid;grid-template-columns:repeat(7,1fr);padding-left:16px;row-gap:12px}._container_3ew5z_1{align-items:center;height:100%;width:100%;gap:8px}._name_3ew5z_8{color:#ccc;font-size:12px}._container_189ei_1{flex-direction:column;gap:6px}._grid_189ei_6{display:grid;gap:12px;grid-template-columns:repeat(7,1fr)}._button_99rym_1{align-items:center;background-color:#f9f9f9;border-radius:4px;border:none;color:#444;cursor:pointer;display:flex;font-size:12px;font-weight:500;height:25px;justify-content:center;outline:none;transition:background-color .25s ease;width:100%}._button_99rym_1:not(._active_99rym_18):hover{background-color:#eee}._button_99rym_1._active_99rym_18{background-color:#d3e7ec}._button_99rym_1._remove_99rym_26{background-color:transparent}._button_99rym_1._remove_99rym_26:hover{background-color:#ef797d;color:#fff}._container_dj6jj_1{align-items:center;flex-grow:1;gap:8px;height:30px;justify-content:space-between}._container_9u8tx_1{flex-direction:column;width:150px;height:100px;gap:4px;padding:6px}._container_9u8tx_1>._heading_9u8tx_9{color:#aaa;font-size:10px;font-weight:600;text-transform:uppercase}._container_9u8tx_1>._options_9u8tx_16{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);height:100%}._colorContainer_t7bq4_1{align-items:center;justify-content:center}._color_t7bq4_1{border-radius:50%;cursor:pointer;height:16px;width:16px;align-items:center;justify-content:center}._container_ue8n0_1{border-radius:50%;height:12px;width:12px}._skinToneContainer_11vmt_1{cursor:pointer}._trigger_udsg0_1{height:fit-content}._trigger_udsg0_1>._container_udsg0_5{align-items:center;border-radius:4px;border:1px solid #ccc;height:25px;justify-content:center;width:25px}._trigger_udsg0_1._loading_udsg0_14>._container_udsg0_5{border:none}._container_df1ji_1{align-items:center;border-radius:4px;border:1px solid #ccc;height:25px;width:100%}._container_df1ji_1>._input_df1ji_9{border:none;color:#182026;font-size:12px;height:20px;outline:none}._container_17r3o_1{flex-direction:column;height:350px;width:250px;gap:10px}._container_17r3o_1>._top_17r3o_8{flex-direction:column;padding:16px 16px 0;gap:10px}._container_17r3o_1>._top_17r3o_8>._searchAndSkinTone_17r3o_14{gap:8px;height:25px;justify-content:space-between}._container_17r3o_1>._middle_17r3o_20{flex-direction:column;height:100%;margin-bottom:10px;overflow-y:auto;scrollbar-gutter:stable;scrollbar-width:thin}._container_17r3o_1>._middle_17r3o_20>._categoryHeading_17r3o_29{background-color:#fff;margin-bottom:6px;padding:0 16px;position:sticky;top:0}._container_17r3o_1>._bottom_17r3o_37{align-items:center;border-top:1px solid #ccc;height:50px;justify-content:center;min-height:50px}._container_17r3o_1>._preview_17r3o_45{align-items:center;background-color:#f9f9f9;border-top:1px solid #ccc;height:40px;margin-top:-10px;min-height:40px}._baseItem_1uz2y_1{display:flex;width:100%;align-items:center;border-radius:2px;background-color:#fff;cursor:pointer;scroll-margin-bottom:4px;transition:background-color .1s linear,color .1s linear}._baseItem_1uz2y_1._medium_1uz2y_14{height:30px;padding:6px 11px}._baseItem_1uz2y_1._small_1uz2y_19{height:26px;padding:5px 6px}._baseItem_1uz2y_1._disabled_1uz2y_24{cursor:not-allowed}._baseItem_1uz2y_1._standard_1uz2y_28._active_1uz2y_28{background-color:#eaf3f8}._baseItem_1uz2y_1._standard_1uz2y_28:not(._active_1uz2y_28):not(._disabled_1uz2y_24):hover,._baseItem_1uz2y_1._standard_1uz2y_28._openSubmenu_1uz2y_33{background-color:#a7b6c24d}._baseItem_1uz2y_1._danger_1uz2y_37,._baseItem_1uz2y_1._danger_1uz2y_37>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38{color:#cb3e53}._baseItem_1uz2y_1._danger_1uz2y_37:not(._active_1uz2y_28):not(._disabled_1uz2y_24):hover,._baseItem_1uz2y_1._danger_1uz2y_37._active_1uz2y_28,._baseItem_1uz2y_1._danger_1uz2y_37._openSubmenu_1uz2y_33{background-color:#cb3e53;color:#fff}._baseItem_1uz2y_1>._defaultContainer_1uz2y_38{width:inherit;justify-content:space-between;align-items:center}._baseItem_1uz2y_1>._defaultContainer_1uz2y_38>._icon_1uz2y_55,._baseItem_1uz2y_1>._defaultContainer_1uz2y_38>._left_1uz2y_38>._icon_1uz2y_55{transition:color .1s linear}._baseItem_1uz2y_1._medium_1uz2y_14>._defaultContainer_1uz2y_38{gap:16px}._baseItem_1uz2y_1._small_1uz2y_19>._defaultContainer_1uz2y_38{gap:8px}._baseItem_1uz2y_1._standard_1uz2y_28>._defaultContainer_1uz2y_38>._icon_1uz2y_55,._baseItem_1uz2y_1._standard_1uz2y_28>._defaultContainer_1uz2y_38>._left_1uz2y_38>._icon_1uz2y_55{color:#192955}._baseItem_1uz2y_1>._defaultContainer_1uz2y_38>._left_1uz2y_38{align-items:center;gap:9px}._baseItem_1uz2y_1._danger_1uz2y_37:not(._active_1uz2y_28):not(._disabled_1uz2y_24):hover>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38,._baseItem_1uz2y_1._danger_1uz2y_37._active_1uz2y_28>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38{color:#fff}._baseItem_1uz2y_1>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38{color:#1e3145;-webkit-user-select:none;user-select:none;transition:color .1s linear}._baseItem_1uz2y_1._medium_1uz2y_14>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38{font-size:14px}._baseItem_1uz2y_1._small_1uz2y_19>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38{font-size:12px}._baseItem_1uz2y_1._disabled_1uz2y_24>._defaultContainer_1uz2y_38>._left_1uz2y_38>._text_1uz2y_38,._baseItem_1uz2y_1._disabled_1uz2y_24>._defaultContainer_1uz2y_38>._icon_1uz2y_55,._baseItem_1uz2y_1._disabled_1uz2y_24>._defaultContainer_1uz2y_38>._left_1uz2y_38>._icon_1uz2y_55{color:#ccc}._container_19n0u_1{width:100%;justify-content:space-between;align-items:center}._container_19n0u_1>._left_19n0u_7{align-items:center}._header_opqdy_1{margin:5px 5px 0 8px;color:#1e3145;font-size:12px;font-weight:700;-webkit-user-select:none;user-select:none;font-family:"National 2",Montserrat}._subheader_yigsv_1{margin:5px;color:#ccc;font-size:10px;font-weight:600;-webkit-user-select:none;user-select:none;text-transform:uppercase}._sticky_1xrj2_1{display:inline-flex;flex-direction:column;gap:4px;position:sticky;top:0;background-color:#fff;z-index:1}._button_1hfdx_1{align-items:center;background-color:#f9f9f9;border-radius:3px;border:none;cursor:pointer;display:flex;gap:3px;height:25px;justify-content:space-between;outline:none;padding:6px;transition:background-color .25s ease}._button_1hfdx_1:hover{background-color:#eee}._button_1hfdx_1._active_1hfdx_20{background-color:#d3e7ec}._container_1y4xx_1{gap:5px}._button_1029e_1{align-items:center;aspect-ratio:1;background-color:transparent;border-radius:3px;border:none;cursor:pointer;display:flex;outline:none;padding:3px;transition:background-color .25s ease}._button_1029e_1:hover{background-color:#eee}._container_46soh_1{align-items:center;justify-content:center}._textContainer_46soh_6{align-items:center;aspect-ratio:1;border-radius:50%;color:#182026;cursor:pointer;justify-content:center;transition:background-color .25s ease;-webkit-user-select:none;user-select:none;width:30px}._textContainer_46soh_6._disabled_46soh_18{color:#aaa;cursor:not-allowed;background-color:#f6f6f6}._textContainer_46soh_6:not(._disabled_46soh_18)._highlighted_46soh_24{background-color:#192955;color:#fff}._textContainer_46soh_6:not(._disabled_46soh_18,._highlighted_46soh_24)._faded_46soh_29{color:#ccc}._textContainer_46soh_6:not(._disabled_46soh_18,._highlighted_46soh_24):hover{background-color:#eee}._container_nwbyf_1{justify-content:center;align-items:center;color:#7c7c7c}._container_1mvnt_1{display:grid;gap:1px}._container_o9n6b_1{align-items:center;flex-direction:column;font-size:14px;gap:9px;height:100%;justify-content:center;width:100%}._label_o9n6b_11{align-items:center;background-color:#eee;border-radius:6px;font-weight:500;height:30px;justify-content:center;padding:2px 5px;-webkit-user-select:none;user-select:none;width:100%}._grid_o9n6b_23{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;width:100%}._monthText_o9n6b_32{border-radius:6px;cursor:pointer;padding:2px 5px;text-align:center;transition:background-color .25s ease;-webkit-user-select:none;user-select:none}._monthText_o9n6b_32._highlighted_o9n6b_41{background-color:#192955;color:#fff}._monthText_o9n6b_32:not(._highlighted_o9n6b_41):hover{background-color:#eee}._container_ggvbw_1{justify-content:center;align-items:center}._button_ggvbw_6{width:25px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;outline:none;cursor:pointer}._container_14zk7_1{align-items:center;flex-direction:column;font-size:14px;gap:6px;height:100%;justify-content:center;width:100%}._yearRangeContainer_14zk7_11{align-items:center;background-color:#eee;border-radius:6px;font-weight:500;height:30px;justify-content:center;padding:2px 5px;-webkit-user-select:none;user-select:none;width:100%}._yearRangeText_14zk7_23{text-align:center;width:100px}._grid_14zk7_28{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:100%;min-width:150px;width:max-content}._yearText_14zk7_38{border-radius:6px;cursor:pointer;padding:2px 5px;text-align:center;-webkit-user-select:none;user-select:none}._yearText_14zk7_38._highlighted_14zk7_46{background-color:#192955;color:#fff}._yearText_14zk7_38:not(._highlighted_14zk7_46):hover{background-color:#eee;transition:background-color .25s ease}._container_1cfdo_1{align-items:center;gap:6px}._trigger_1cfdo_6{align-items:center;border-radius:6px;border:1px solid #ccc;box-shadow:none;cursor:pointer;display:flex;font-size:14px;height:38px;justify-content:center;outline:none;padding:0 10px;transition:border-color .15s ease;-webkit-user-select:none;user-select:none;width:60px}._trigger_1cfdo_6._focused_1cfdo_23{border-color:#444}._container_1s3qj_1{align-items:center;justify-content:space-between;width:100%}._container_1ilp8_1{background-color:#fff;flex-direction:column;font-size:14px;gap:8px;height:max-content;padding:8px;width:275px}._headerAndFooter_1ilp8_11{align-items:center;color:#999;cursor:default;font-size:11px;font-weight:500;text-transform:uppercase;-webkit-user-select:none;user-select:none}._innerContainer_1ilp8_21{flex-direction:column;gap:6px;height:100%;width:100%}._toolbarContainer_1ilp8_28{position:relative;width:100%}._gridContainer_1ilp8_33{position:relative;width:100%;height:100%}._container_asjq0_1{align-items:center;cursor:pointer;gap:6px;height:25px;justify-content:space-between;width:150px}._container_asjq0_1._medium_asjq0_10{width:160px}._container_asjq0_1._large_asjq0_14{width:170px}._innerContainer_asjq0_18{align-items:center;gap:3px;justify-content:space-between;width:100%}._date_asjq0_25{align-items:center;background-color:#f9f9f9;border-radius:3px;height:25px;justify-content:space-between;padding:0 6px;transition:background-color .25s ease;width:100%}._date_asjq0_25:hover,._date_asjq0_25._active_asjq0_37{background-color:#eee}._date_asjq0_25._empty_asjq0_41{color:#aaa}._date_asjq0_25>._chevron_asjq0_45{color:#444}._date_asjq0_25._disabled_asjq0_49{background-color:transparent;color:#ccc;cursor:default}._clear_asjq0_55{align-items:center;color:#ccc;cursor:pointer;height:100%;justify-content:center;right:0;top:0;transition:color .05s ease;width:20px;z-index:2}._clear_asjq0_55._hovered_asjq0_68{color:#999}._control_161ob_1{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-top:none!important;border-right:none!important;border-bottom:none!important}._control_161ob_1,._control_161ob_1:hover{border-left:1px solid #fff!important}._trigger_161ob_14{display:block}._container_77vgo_1{padding:0!important}._button_77vgo_5{padding:0!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important}._menu_4azys_1{width:max-content!important;margin-top:11px!important;right:0!important}._valueContainer_1xmo6_1{width:0px!important;height:0px!important;padding:0!important}._container_8v4bt_1{justify-content:center;align-items:center}._button_8v4bt_6{box-sizing:border-box!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}._button_8v4bt_6._noDropdown_8v4bt_12{border-radius:3px!important}._container_1l6in_1{--scale-x: 1.125;--scale-y: 1.5;align-items:center;background-color:#fff;font-size:14px;width:100%}._container_1l6in_1._focusAnimation_1l6in_11{animation:_grow_1l6in_1 .25s ease forwards;border-radius:3px;box-shadow:0 0 4px 1px #00000020}@keyframes _grow_1l6in_1{0%{transform:scale(1)}to{transform:scale(var(--scale-x),var(--scale-y))}}._innerContainer_1l6in_26{align-items:center;gap:3px;width:inherit}._container_1l6in_1._focusAnimation_1l6in_11>._innerContainer_1l6in_26{animation:_grow-inverse_1l6in_1 .25s ease forwards}@keyframes _grow-inverse_1l6in_1{0%{transform:scale(1)}to{transform:scale(calc(1 / var(--scale-x)),calc(1 / var(--scale-y)))}}._leftContent_1l6in_45{align-items:center;font-size:inherit;justify-content:center;width:30px}._input_1l6in_52{border:none;color:#444;font-size:inherit;height:25px;line-height:25px;outline:none;width:inherit}._input_1l6in_52::placeholder{color:#aaa}._control_15qhi_1{border:none!important;border-radius:0!important;background-color:inherit!important}._dropdownIndicator_13wqx_1{padding:0!important}._menu_1v5wk_1{width:max-content!important;margin:11px 0 0 -8px!important}._menu_1v5wk_1._right_1v5wk_6{right:-8px!important}._valueContainer_m9yb2_1,._clearIndicator_1d8sq_1{padding:0!important}._indicatorSeparator_135dj_1{margin:8px 2px!important}._text_vuitj_1{font-size:14px;font-weight:500;white-space:nowrap}._text_vuitj_1._disabled_vuitj_7{color:#ccc;-webkit-user-select:none;user-select:none}._container_1qsnt_1{background-color:#fff;border-radius:6px;border:1px solid #ccc;color:#182026;font-size:14px;height:35px;width:fit-content}._container_1qsnt_1._boxShadow_1qsnt_11{box-shadow:0 0 4px 1px #0000001a}._container_1qsnt_1>*:first-child ._item_1qsnt_15,._container_1qsnt_1>._item_1qsnt_15:first-child{border-bottom-left-radius:6px;border-right:none;border-top-left-radius:6px}._container_1qsnt_1>*:last-child ._item_1qsnt_15,._container_1qsnt_1>._item_1qsnt_15:last-child{border-bottom-right-radius:6px;border-left:none;border-top-right-radius:6px}._container_1qsnt_1>*:not(:last-child) ._item_1qsnt_15,._container_1qsnt_1>._item_1qsnt_15:not(:last-child){border-right:1px solid #ccc}._item_1qsnt_15{align-items:center;height:100%}._item_1qsnt_15._disabled_1qsnt_39{background-color:#f6f6f6!important;color:#ccc!important;cursor:not-allowed}._item_1qsnt_15>._innerContainer_1qsnt_45{align-items:center;padding:5px 8px;width:100%}._container_1micl_1{background-color:#fff;display:flex;flex-direction:column;gap:6px;padding:6px;position:absolute;z-index:calc(infinity)}._container_1micl_1>._closeButtonContainer_1micl_11{align-items:center;justify-content:flex-end}._container_1micl_1>._closeButtonContainer_1micl_11 ._closeButton_1micl_11{align-items:center;border-radius:3px;border:none;color:#182026;cursor:pointer;display:flex;font-size:14px;height:25px;justify-content:center;outline:none;padding:3px;transition:background-color .25s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;width:25px}._container_f8d1b_1{height:fit-content;overflow:hidden;position:relative;width:fit-content}._container_f8d1b_1>._overlay_f8d1b_8{background-color:#19295566;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:calc(infinity)}._react-aria-Tooltip_4v60v_1{--background-color: #fff;--foreground-color: inherit;border:none;box-shadow:0 4px 10px #00000026;border-radius:4px;background:var(--background-color);color:var(--foreground-color);forced-color-adjust:none;outline:none;padding:10px;max-width:300px;font-size:12px;z-index:calc(infinity)!important;transform:translateZ(0);transition:transform .2s,opacity .2s}._react-aria-Tooltip_4v60v_1[data-entering],._react-aria-Tooltip_4v60v_1[data-exiting]{transform:var(--origin);opacity:0}._react-aria-Tooltip_4v60v_1[data-placement=top]{margin-bottom:8px;--origin: translateY(4px)}._react-aria-Tooltip_4v60v_1[data-placement=bottom]{margin-top:8px;--origin: translateY(-4px)}._react-aria-Tooltip_4v60v_1[data-placement=bottom] ._react-aria-OverlayArrow_4v60v_36 svg{transform:rotate(180deg)}._react-aria-Tooltip_4v60v_1[data-placement=right]{margin-left:8px;--origin: translateX(-4px)}._react-aria-Tooltip_4v60v_1[data-placement=right] ._react-aria-OverlayArrow_4v60v_36 svg{transform:rotate(90deg)}._react-aria-Tooltip_4v60v_1[data-placement=left]{margin-right:8px;--origin: translateX(4px)}._react-aria-Tooltip_4v60v_1[data-placement=left] ._react-aria-OverlayArrow_4v60v_36 svg{transform:rotate(-90deg)}._react-aria-Tooltip_4v60v_1 ._react-aria-OverlayArrow_4v60v_36 svg{display:block;fill:var(--background-color)}._container_1syae_1{height:fit-content;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}._textMeasurer_1syae_9{left:0;position:absolute;top:0;visibility:hidden}
._button_1dcir_1 {
  margin: 0 2.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: all 0.15s ease !important;
  border: none;
}

._button_1dcir_1._hidden_1dcir_11 {
  opacity: 0;
}

._button_1dcir_1._minimal_1dcir_15 {
  background-color: transparent !important;
}

._button_1dcir_1._excludeMargin_1dcir_19 {
  margin: 0;
}

._button_1dcir_1._disabled_1dcir_23 {
  cursor: not-allowed;
}

/* All icon buttons have a blue border on hover and when active. */
._button_1dcir_1:hover,
._button_1dcir_1._active_1dcir_29 {
  box-shadow: inset 0px 0px 0px 1px #192955 !important;
}

/* Background color classes for icon button. */
._button_1dcir_1._backgroundBlue_1dcir_34 {
  background-color: #192955;
}
._button_1dcir_1._backgroundGreen_1dcir_37 {
  background-color: #48deac;
}
._button_1dcir_1._backgroundRed_1dcir_40 {
  background-color: #ef797d;
}
._button_1dcir_1._backgroundYellow_1dcir_43 {
  background-color: #ffd86b;
}
._button_1dcir_1._backgroundWhite_1dcir_46 {
  background-color: #ffffff;
  box-shadow: inset 0px 0px 0px 1px #ccc;
}
._button_1dcir_1._backgroundLightGrey_1dcir_50 {
  background-color: #eee;
  box-shadow: inset 0px 0px 0px 1px #eee;
}

/* Size classes for icon button. */
._button_1dcir_1._small_1dcir_56 {
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  width: 20px !important;
  height: 20px !important;
}
._button_1dcir_1._medium_1dcir_64 {
  min-width: 24x !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
._button_1dcir_1._large_1dcir_72 {
  min-width: 28x !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  width: 28px !important;
  height: 28px !important;
}

/* Size classes for non-Blueprint icons. */
._iconOverride_1dcir_82._small_1dcir_56 {
  width: 12px;
  height: 12px;
}
._iconOverride_1dcir_82._medium_1dcir_64 {
  width: 14px;
  height: 14px;
}
._iconOverride_1dcir_82._large_1dcir_72 {
  width: 16px;
  height: 16px;
}

._rotateIcon_1dcir_95 {
  transform: rotate(90deg);
}

._iconButtonText_1dcir_99 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

._iconButtonTextSize_1dcir_105 {
  font-size: 14px;
}
._reportButton_zg7q4_1 {
  width: 30px;
  height: 30px;
  border: 1px solid #dbe2e9;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}

._contentWidth_zg7q4_11 {
  width: max-content;
  padding: 0px 7px;
}

._disabled_zg7q4_16 {
  cursor: not-allowed;
  background-color: #cccccc;
}

._text_zg7q4_21 {
  font-size: 14px;
  font-weight: 500;
  color: #1e3145;
}

._aiIcon_zg7q4_27 {
  width: 16px;
  height: 16px;
}
._nameInputWrapper_wbvsw_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  line-height: 1.2;
}

._nameInputWrapperNoEdit_wbvsw_9 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

._nameLabelWrapper_wbvsw_15 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 22px;
}

._hoveringFavorites_wbvsw_23 {
  width: 100%;
  justify-content: space-between;
}

._nameLabelWrapper_wbvsw_15._loading_wbvsw_28 {
  cursor: default;
}

._nameLabel_wbvsw_15 {
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

._nameLabelWrapper_wbvsw_15 ._editIcon_wbvsw_41 {
  visibility: hidden;
  cursor: pointer;
  transition: all 100ms;
  vertical-align: middle;
}

._nameLabelWrapper_wbvsw_15 ._editIcon_wbvsw_41._loading_wbvsw_28 {
  visibility: hidden !important;
}

._nameLabelWrapper_wbvsw_15:hover ._editIcon_wbvsw_41 {
  visibility: visible;
  transition: all 250ms ease;
}

._nameLabelWrapper_wbvsw_15 ._editIcon_wbvsw_41._show_wbvsw_57 {
  visibility: visible !important;
}

._nameInputWrapper_wbvsw_1._placeholder_wbvsw_61 {
  color: #5d707f;
}

._nameInput_wbvsw_1 {
  font-size: 14px;
  font-weight: 500;

  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;

  border: 1px solid #ccc;
  border-radius: 4px;
  color: #444444;

  width: 100%;
  padding: 0rem 0.5rem !important;
  margin-right: 5px;
}

._nameInput_wbvsw_1._invalid_wbvsw_83 {
  animation: _shake_wbvsw_1 150ms linear;
  animation-iteration-count: 3;
  border-color: #e05459;
  transition: borderColor 150ms ease;
}

._nameInput_wbvsw_1._invalid_wbvsw_83::placeholder {
  color: #e05459;
}

@keyframes _shake_wbvsw_1 {
  0% {
    margin-left: -1px;
  }
  100% {
    margin-right: -1px;
  }
}

._buttonsWrapper_wbvsw_103 {
  display: flex;
  align-items: center;
  gap: 4px;
}
._sidebarButton_r0fvv_1 {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
  cursor: pointer;
}

._lightSelected_r0fvv_12 {
  background-color: #192955;
}

._lightNotSelected_r0fvv_16 {
  background-color: #F6F6F6;
}

._darkSelected_r0fvv_20 {
  background-color: #BAD7F8;
}

._darkNotSelected_r0fvv_24 {
  background-color: #2C3859;
}

._refreshLight_r0fvv_28 {
  background-color: #FFFFFF;
}

._refreshDark_r0fvv_32 {
  background-color: #2C3859;
}

._disabled_r0fvv_36 {
  background-color: #CCCCCC;
  cursor: not-allowed;
}

._refreshButton_r0fvv_41 {
  border: 1px solid #CCCCCC;
}._popoverBody_12xfa_1 {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

._popoverNavRow_12xfa_7 {
  padding-left: 0px;
  background-color: white;
  border-radius: 4px;
}

._popoverNavRow_12xfa_7:hover {
  background-color: #e6eff4;
  cursor: pointer;
}

._popoverMargin0_12xfa_18 {
  margin-left: 0px;
}
._popoverMargin1_12xfa_21 {
  margin-left: 2px;
  padding-left: 5px;
  width: 210px !important;
  min-width: 210px !important;
}
._popoverMargin2_12xfa_27 {
  margin-left: 3px;
  padding-left: 10px;
  width: 200px !important;
  min-width: 200px !important;
}

._dropdownStyle_12xfa_34 {
  font-weight: 500;
  height: 30px;
  width: 220px;
  min-width: 220px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  justify-content: space-between;
  border-radius: 4px;
  padding-right: 5px;
}

._dropdownStyle_12xfa_34:hover {
  background-color: #e6eff4;
  cursor: pointer;
}

._dropdownBorder_12xfa_52 {
  border: 1px solid #192955;
}

._popoverTitle_12xfa_56 {
  color: #AAAAAA;
  font-weight: 600;
  padding: 5px 0px 5px 5px;
  font-size: 10px;
}

._favorites_12xfa_63 {
  width: 100%;
}
._container_14sfu_1 {
  position: relative;
}

._triggerContainer_14sfu_5 {
  cursor: pointer;
  user-select: none;
}

._triggerContainer_14sfu_5._disabled_14sfu_10 > * {
  cursor: not-allowed;
}

._outerContentContainer_14sfu_14 {
  opacity: 0;
  overflow: hidden;
}

._innerContentContainer_14sfu_19 {
  padding: 4px;
}
._trend-arrow-container_67eaz_1 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

._trend-arrow-icon_67eaz_9 {
    font-size: 18px;
    background-color: transparent;
    height: auto;
    width: auto;
    align-self: center;
    padding-left: 5px;
}

._trend-arrow-container_67eaz_1 ._trend-arrow-spacer_67eaz_18 {
    width: 30px;
}