/* UIF Online Webtools Skin - Generated CSS */

/* ===========================
   ROOT VARIABLES AND IMPORTS
   =========================== */

/* CSS Root Variables */
:root {
  --background-color: #fefefe;
  --backround-color-secondary: #f9f9fa;
  --forground-color: #2a2f43;
  --forground-color-secondary: #4b4e59;
  --forground-color-tertiary: #636670;
  --font-size-root: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw);
  --font-size-base: 16px;
  --font-size-ui: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw);
}

/* ===========================
   LAYOUT AND BODY STYLES
   =========================== */

/* Base layout wrapper */
.layout-body,
.layout_body {
  background-color: #f0f1f3;
  display: grid;
  flex-direction: column;
  grid-template-areas: "header   header          header" "nav      page-container  sidebar" "nav      page-details    sidebar" "nav      footer          footer";
  grid-template-columns: auto 1fr auto;
  grid-template-rows: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*4) 1fr auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

@media (min-width: 75rem) {
  .layout_body {
    grid-template-areas: "header   header          header" "nav      page-container  sidebar" "nav      page-details    sidebar" "nav      footer          footer";
    grid-template-columns: auto 1fr auto;
  }
}

.layout_body .header {
  font-size: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw);
  grid-area: header;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.layout_body .nav {
  grid-area: nav;
  height: calc(100vh - clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*4);
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*4);
  transition: transform .2s cubic-bezier(.33,.15,.33,1);
}

.layout_body .page-container {
  background-color: #fefefe;
  border-right: 1px outset rgba(114,117,128,.3);
  box-shadow: 0 0 1rem rgba(0,0,0,.2);
  container: page-container/inline-size;
  display: flex;
  flex-direction: column;
  font-size: clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw);
  grid-area: page-container;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
  z-index: 2;
  transition: all .3s cubic-bezier(.5,.01,.6,1),right .3s cubic-bezier(.5,.01,.6,1);
}

@media (max-width: 74.999rem) {
  .layout_body .page-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 74.999rem) {
  .layout_body.sidebar-open .page-container {
    transform: translateX(calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 22.5 * -1));
    transition: all 0.3s cubic-bezier(0.5, 0.01, 0.6, 1), right 0.3s cubic-bezier(0.5, 0.01, 0.6, 1);
  }
}

.layout_body .sidebar {
  align-self: flex-start;
  background-color: transparent;
  grid-area: sidebar;
  justify-self: flex-end;
  max-width: 24vw;
  min-width: 0;
  position: static;
  width: 0;
  z-index: 500;
}

.layout_body .sidebar.open {
  min-width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 22.5);
  transition: all 0.3s cubic-bezier(0.5, 0.01, 0.6, 1), right 0.3s cubic-bezier(0.5, 0.01, 0.6, 1);
  transition-property: min-width, width;
  width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 22.5);
}

@media (min-width: 75rem) {
  .layout_body .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
    right: 0;
  }
}

.layout_body .page-details {
  grid-area: page-details;
  max-width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 62);
  width: 100%;
}

.layout_body .footer {
  grid-area: footer;
}

.layout_body .page {
  padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  padding-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 1.5rem 0;
  padding-top: 1rem;
  width: 100%;
}

@media (min-width: 48rem) {
  .layout_body .page {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
    padding-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
  }
}

@media (min-width: 75rem) {
  .layout_body .page {
    margin-left: 0;
    padding-left: var(--page-padding, calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 9));
    padding-right: var(--page-padding, calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 9));
  }
}

@media (min-width: 95rem) {
  .layout_body .page {
    padding-left: var(--page-padding, calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 9));
    padding-right: var(--page-padding, calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 9));
  }
}

@media (min-width: 54rem) {
  .layout_body .page {
    padding-top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) + clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw));
  }
}

@media (min-width: 75rem) {
  .layout_body .page {
    align-items: flex-start;
  }
}

/* Breadcrumbs Container */
.layout_breadcrumbsContainer {
  background-color: transparent;
  margin-top: 1rem;
  padding-left: 0.25rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 99;
}

.layout_breadcrumbsContainer .breadcrumbs-wrapper {
  display: grid;
  flex-direction: row;
  grid-template-areas: "breadcrumb sidebar-nav";
  grid-template-columns: 1fr auto;
  min-height: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.25);
}

@media (min-width: 54rem) {
  .layout_breadcrumbsContainer {
    margin-top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) + clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw));
  }
}

@media (min-width: 75rem) {
  .layout_breadcrumbsContainer {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
    padding-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
  }
}

.layout_breadcrumbsContainer .breadcrumb {
  grid-area: breadcrumb;
  justify-content: flex-start;
}

.layout_breadcrumbsContainer .sidebar-nav {
  grid-area: sidebar-nav;
  justify-content: flex-end;
  margin-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.5);
}

/* Main Content Area */
.layout_main {
  color: #2a2f43;
  font-size: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw);
  font-weight: 300;
  grid-area: page;
  line-height: 1.75em;
  width: 100%;
}

@media (max-width: 74.999rem) {
  .layout_main {
    align-self: center;
    max-width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 62);
  }
}

@media (min-width: 75rem) {
  .layout_main {
    align-self: normal;
    max-width: 100%;
  }
}

.layout_main h1 {
  display: block;
  font-family: "Chronicle Display A,Chronicle Display B,Chronicle,serif";
  font-size: 3em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: .5em !important;
  max-width: 15em;
}

/* ===========================
   HEADER COMPONENT
   =========================== */

.header,
.Header_header {
  align-items: center;
  background-color: #131f33;
  color: #fefefe;
  display: flex;
  height: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
}

.header-container,
.Header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  /* margin-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4); */
  max-width: 100%;
  width: 100%;
}

.Header_container,
.layout_breadcrumbsContainer {
  padding: 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1) 0;
}

@media (min-width: 75rem) {
  .header-container,
  .Header_container,
  .layout_breadcrumbsContainer {
    margin-left: 0;
    padding: 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.25) 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  }
}

@media (min-width: 95rem) {
  .header-container,
  .Header_container,
  .layout_breadcrumbsContainer {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2.25);
  }
}

.Header_headerLeft {
  align-items: center;
  display: flex;
  flex: 1 1;
}

.Header_logo {
  align-items: center;
  content: url("https://uifpublicwebsiteprod.blob.core.windows.net/uifonline-assets/webtools/application-skin/images/logo-small.svg");
  display: flex;
  height: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2.1);
  justify-content: flex-start;
  margin-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  padding-bottom: 0.1em;
  width: auto;
}

@media (max-width: 74.999rem) {
  .Header_logo {
    content: url("https://uifpublicwebsiteprod.blob.core.windows.net/uifonline-assets/webtools/application-skin/images/logo-small.svg");
    padding-bottom: 0.1em;
  }
}

/* ===========================
   NAVIGATION TOGGLE BUTTON
   =========================== */

.NavToggleButton_navButton {
  /* display: none;
  visibility: hidden; */
  background-color: transparent;
  border: none;
  color: #fefefe;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1);
  padding: 0.5em;
  height: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
  width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
}

.NavToggleButton_navButton svg {
  height: 1em;
  width: 1em;
}

/* ===========================
   USER ACCESS MENU
   =========================== */


.fa-arrow-right {
  rotate: 180deg;
}

.UserAccessMenu_userAccessMenu {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.UserAccessMenu_userAccessMenu .return-button > span {
  font-size: 0.9em;
  text-transform: none;
}

.UserAccessMenu_userAccessMenu .return-button svg {
  margin-right: 0.5em;
}

.UserAccessMenu_menuBar {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: row;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.75);
  font-weight: 500;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  letter-spacing: 0.05em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.UserAccessMenu_menuBar a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.UserAccessMenu_menuBar a:hover {
  color: #5d7cb0;
}



/* ===========================
   NAVIGATION COMPONENT
   =========================== */

.Navigation_navigation {
  background-color: #2a2f43;
  grid-area: nav;
  transform: translateX(0);
  width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 20.25);
  z-index: 1000;
}

@media (min-width: 95rem) {
  .Navigation_navigation {
    width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 21);
  }
}

.Navigation_navigation.Navigation_closed {
  transform: translateX(-100%);
}

.Navigation_navigation.Navigation_open {
  transform: translateX(0);
}

.Navigation_navigation .Navigation_scrollContainer {
  padding: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 3);
}

.Navigation_sectionHeading {
  color: rgba(254, 254, 254, 0.5);
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.6875);
  font-weight: 500;
  letter-spacing: 0.085em;
  margin: clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.2);
  padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  text-transform: uppercase;
}

@media (min-width: 95rem) {
  .Navigation_sectionHeading {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2.25);
  }
}

.Navigation_sectionItems {
  font-weight: 500;
  letter-spacing: 0.025em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Navigation_navigationItem {
  color: #fefefe;
  margin: 0;
  position: relative;
}

.Navigation_itemWrapper {
  display: block;
  position: relative;
}

.Navigation_link {
  align-items: center;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.875);
  font-weight: inherit;
  justify-content: space-between;
  letter-spacing: inherit;
  line-height: 1.2em;
  padding: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.375) calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  text-decoration: none;
  text-align: left;
  transition: background-color 0.2s ease;
  width: 100%;
}

@media (min-width: 95rem) {
  .Navigation_link {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2.25);
    padding-right: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2.25);
  }
}

.Navigation_link:hover {
  background-color: rgba(254, 254, 254, 0.1);
}

.Navigation_linkIcon {
  font-size: 0.75em;
  margin-left: auto;
  transition: transform 0.2s ease;
}

.Navigation_subMenuWrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.Navigation_subMenu {
  background-color: rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
}

.Navigation_subMenu .Navigation_link {
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.8125);
  padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 3);
}

@media (min-width: 95rem) {
  .Navigation_subMenu .Navigation_link {
    padding-left: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 3.75);
  }
}

/* ===========================
   SIDEBAR COMPONENT
   =========================== */

.SideBar_sideBar {
  background-color: #fefefe;
  border-left: 1px solid rgba(114, 117, 128, 0.3);
  box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.1);
  height: calc(100vh - clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
  position: fixed;
  right: 0;
  top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.5, 0.01, 0.6, 1);
  width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 22.5);
  z-index: 1000;
}

.SideBar_sideBar.open {
  transform: translateX(0);
}

@media (min-width: 75rem) {
  .SideBar_sideBar {
    position: static;
    transform: translateX(0);
    transition: none;
  }
}

.SideBar_sideBarHeader {
  align-items: center;
  border-bottom: 1px solid rgba(114, 117, 128, 0.2);
  display: flex;
  justify-content: space-between;
  padding: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.75) calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
}

.SideBar_sideBarContent {
  padding: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
}

.SideBar_sideBarTitle {
  color: #2a2f43;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.125);
  font-weight: 600;
  margin: 0 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1);
}

/* ===========================
   SIDEBAR NAVIGATION
   =========================== */

.SideBarNavigation_sideBarNav {
  align-items: center;
  display: flex;
}

.SideBarNavigation_settingsMenu {
  align-items: center;
  display: flex;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===========================
   BUTTON COMPONENT
   =========================== */

a.Button_button,
button.Button_button,
span.Button_button {
  align-items: center;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #5d7cb0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  font-size: 1em;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: 500;
  gap: 0.25em;
  min-height: 2.5em;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1em;
  margin: 0;
  padding: 0.25em 1.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s cubic-bezier(0.33, 0.15, 0.33, 1);
  transition-property: background-color, color;
  vertical-align: middle;
}

a.Button_button > span,
button.Button_button > span,
span.Button_button > span {
  align-items: center;
  color: #2a2f43;
  display: inline-flex;
  flex-direction: row;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.875);
  font-weight: inherit;
  height: 100%;
  justify-content: center;
  line-height: 1.2rem;
  width: auto;
}

a.Button_button > span > svg,
button.Button_button > span > svg,
span.Button_button > span > svg {
  height: 1.1em;
  width: 1.1em;
}

a.Button_button:hover,
button.Button_button:hover,
span.Button_button:hover {
  background-color: #2a2f43;
  border-color: #2a2f43;
}

a.Button_button:hover > span,
button.Button_button:hover > span,
span.Button_button:hover > span {
  color: #fefefe;
}

/* Icon Button Variant */
a.Button_button.Button_icon,
button.Button_button.Button_icon,
span.Button_button.Button_icon {
  border-color: transparent;
  display: block;
  line-height: 1em;
  min-height: auto;
  padding: 0.5em;
  width: auto;
}

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

/* ===========================
   BREADCRUMBS COMPONENT
   =========================== */

.Breadcrumbs_breadcrumb {
  align-items: center;
  display: flex;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.875);
  font-weight: 500;
}

.Breadcrumbs_breadcrumbs {
  align-items: center;
  display: flex;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
}

.Breadcrumbs_homeLink {
  align-items: center;
  display: flex;
}

.Breadcrumbs_homeLink a {
  color: #5d7cb0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.Breadcrumbs_homeLink svg {
  height: 1em;
  width: 1em;
}

.Breadcrumbs_breadcrumbLinksWrapper {
  align-items: center;
  display: flex;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.5);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ===========================
   FOOTER COMPONENT
   =========================== */

.Footer_footer {
  align-items: center;
  background-color: #131f33;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  grid-area: footer;
  padding: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 3) calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.5);
  text-align: center;
}

@media (min-width: 48rem) {
  .Footer_footer {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

@media (min-width: 64.001rem) {
  .Footer_footer {
    grid-template-areas:
      "contact social info logo";
    grid-template-columns: auto auto auto 1fr;
    gap: 1rem calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*1.5);
    padding: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*1.5);
  }
}

@media (min-width: 75rem) {
  .Footer_footer {
    padding-left: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*2);
    padding-right: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*2);
  }
}

.Footer_button {
  background-color: transparent;
  border: 1px solid #fefefe;
  color: #fefefe;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.875);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.Footer_button:hover {
  background-color: #fefefe;
  color: #131f33;
}

.Footer_social {
  align-items: center;
  display: flex;
  gap: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.Footer_social a {
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
  width: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
  transition: color 0.2s ease;
}

.Footer_social a:hover {
  color: #5d7cb0;
}

.Footer_social svg {
  height: 1.25em;
  width: 1.25em;
}

.Footer_info {
  color: rgba(254, 254, 254, 0.8);
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.75);
  line-height: 1.5em;
}

.Footer_copyright {
  font-weight: 500;
}

.Footer_infoBreak {
  margin: 0 0.5em;
}

.Footer_info a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.Footer_info a:hover {
  color: #fefefe;
}

.Footer_logo {
  grid-area: logo;
  display: inline-block;
  height: calc(clamp(var(--font-size-base),.35vw + var(--font-size-base)*.625,2vw)*2.1);
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.Footer_logo > img {
  height: 100%;
  width: auto;
}

@media (min-width: 48rem) {
  .Footer_logo {
    margin-top: 0;
  }
}

@media (min-width: 64.001rem) {
  .Footer_logo {
    text-align: right;
  }
  .Footer_logo > img {
    content: url("https://uifpublicwebsiteprod.blob.core.windows.net/uifonline-assets/webtools/application-skin/images/logo-small.svg");
  }
}

@media (min-width: 95rem) {
  .Footer_logo > img {
    content: url("https://uifpublicwebsiteprod.blob.core.windows.net/uifonline-assets/webtools/application-skin/images/logo.svg");
  }
}

.Footer_logo img {
  height: auto;
  max-width: 100%;
}

/* ===========================
   PAGE UPDATES COMPONENT
   =========================== */

.PageUpdates_pageUpdates {
  margin-bottom: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
}

.PageUpdates_pageUpdatesContainer h3 {
  color: #2a2f43;
  font-size: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1.125);
  font-weight: 600;
  margin: 0 0 calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1);
}

.PageUpdates_updateList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.PageUpdates_updateItem {
  border-bottom: 1px solid rgba(114, 117, 128, 0.2);
  padding: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 0.75) 0;
}

.PageUpdates_updateItem:last-child {
  border-bottom: none;
}

/* Loading states */
.PageUpdates_loadingH3,
.PageUpdates_loadingActivityMeta {
  background: linear-gradient(90deg, #f0f1f3 25%, #e0e1e3 50%, #f0f1f3 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0.25em;
  display: inline-block;
  height: 1em;
}

.PageUpdates_loadingH3 {
  width: 60%;
}

.PageUpdates_loadingActivityMeta {
  width: 40%;
  margin-top: 0.5em;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* ===========================
   SEARCH COMPONENT
   =========================== */

.Search_searchResults {
  margin-top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 2);
}

.search {
  display: flex;
  gap: 0.5rem;
  margin-bottom: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 1);
}

.search-input {
  border: 1px solid rgba(114, 117, 128, 0.3);
  border-radius: 0.25em;
  flex: 1;
  font-size: inherit;
  padding: 0.5em 0.75em;
}

.search-input:focus {
  border-color: #5d7cb0;
  outline: none;
}

.search-button {
  flex-shrink: 0;
}

/* ===========================
   UTILITY CLASSES
   =========================== */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.undefined {
  display: none;
}

/* ===========================
   SVG ICON STYLES
   =========================== */

.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===========================
   RESPONSIVE UTILITIES
   =========================== */

@media (max-width: 74.999rem) {
  .page-container {
    margin: 0;
  }

  .Navigation_navigation {
    position: fixed;
    left: 0;
    top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
    height: calc(100vh - clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
    transition: transform 0.3s cubic-bezier(0.5, 0.01, 0.6, 1);
  }
}

/* ===========================
   MISC STYLES
   =========================== */

.loading-line {
  background: linear-gradient(90deg, #f0f1f3 25%, #e0e1e3 50%, #f0f1f3 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 0.25em;
  display: inline-block;
  height: 1em;
}

.scroll-container {
  height: 100%;
  overflow-y: auto;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.settings-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar {
  position: relative;
}

.sidebar-header {
  border-bottom: 1px solid rgba(114, 117, 128, 0.2);
  padding: 1rem 1.5rem;
}

.sidebar-content {
  padding: 1.5rem;
}

.sidebar-title {
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2a2f43;
}

.sidebar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.close-button {
  margin-left: auto;
}

.button-variant-icon {
  padding: 0.5rem;
  min-height: auto;
  width: auto;
}

.main {
  padding: 0;
}

.page {
  flex: 1;
}

.footer {
  margin-top: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1001;
}

.nav {
  position: sticky;
  top: calc(clamp(var(--font-size-base), 0.35vw + var(--font-size-base) * 0.625, 2vw) * 4);
}