@charset "UTF-8";
.dds__button {
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.6875rem 1.1875rem;
  border: 0.0625rem solid transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  fill: currentColor;
}
.dds__button:hover, .dds__button:focus {
  text-decoration: none;
}
 .dds__button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
 .dds__button:disabled:focus {
  outline: none;
  outline-offset: 0;
}
.dds__button svg {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}
.dds__button i,
.dds__button .dds__icon {
  font-size: 1.5rem;
}

 .dds__button {
  background-color: #0672cb;
  border-color: #0672cb;
  color: #ffffff;
}
 .dds__button:not(:disabled):not(.dds__inactive):hover, .dds__button:focus {
  background-color: #0063b8;
  border-color: #0063b8;
}
 .dds__button:not(:disabled):not(.dds__inactive):active {
  background-color: #00468b;
  border-color: #00468b;
}

.dds__button--md {
  border-radius: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.4375rem 0.9375rem;
}
.dds__button--md svg {
  width: 1rem;
  height: 1rem;
}
.dds__button--md i,
.dds__button--md .dds__icon {
  font-size: 1rem;
}

.dds__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 2px;
  margin: 0;
}

.dds__breadcrumb__item {
  align-items: center;
  display: flex;
}
.dds__breadcrumb__item:first-of-type a {
  line-height: 1rem;
  text-decoration: none;
  padding: 0.25rem;
}
.dds__breadcrumb__item:first-of-type a:hover {
  background-color: #d9f5fd;
}

.dds__breadcrumb__item:first-of-type a svg,
.dds__breadcrumb__item:first-of-type a i {
  border-radius: 2px;
  fill: #6e6e6e;
  width: 0.875rem;
  height: 0.875rem;
}

.dds__breadcrumb__item:first-of-type a svg:hover,
.dds__breadcrumb__item:first-of-type a i:hover {
  background-color: #d9f5fd;
  fill: #0063b8;
}
.dds__breadcrumb__item:last-of-type {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.25rem;
}
.dds__breadcrumb__item:last-of-type a {
  color: #0e0e0e;
  pointer-events: none;
}
.dds__breadcrumb__item:last-of-type a:focus {
  text-decoration: none;
}
.dds__breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  width: 1.5rem;
  padding: 0 0.25rem;
  text-align: center;
  color: #6e6e6e;
}
.dds__breadcrumb__item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.005em;
  font-weight: 400;
  color: #6e6e6e;
  text-decoration: none;
  padding: 0.125rem 0.25rem;
  fill: currentColor;
}
.dds__breadcrumb__item a:hover {
  text-decoration: underline;
  color: #0063b8;
}
.dds__breadcrumb__item a:focus {
  color: #0672cb;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .dds__breadcrumb__item {
    display: none !important;
  }
  .dds__breadcrumb__item:nth-last-of-type(2) {
    display: flex !important;
  }
  .dds__breadcrumb__item:nth-last-of-type(2)::after {
    content: "";
  }
}
.dds__icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

@font-face {
  font-family: "dds-icons";
  font-style: normal;
  font-weight: normal;
  src: url("//dds.dell.com/icons/2.8.1/dds-icons.woff2") format("woff2"), url("//dds.dell.com/icons/2.8.1/dds-icons.woff") format("woff");
}
.dds__icon {
  font-family: "dds-icons" !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1em;
}

.dds__icon--alert-info-cir::before {
  content: "🛈";
}

.dds__icon--alert-notice::before {
  content: "⚠";
}

.dds__icon--arrow-up::before {
  content: "↑";
}

.dds__icon--home::before {
  content: "🏡";
}

.dds__select > label {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5rem;
  color: #636363;
  padding: 0;
  margin: 0 0 0.25rem 0;
}

.dds__select__wrapper {
  position: relative;
}

.dds__select__field {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5rem;
  appearance: none;
  appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.6875rem 4.5rem 0.6875rem 1rem;
  border: 0.0625rem solid #7e7e7e;
  border-radius: 0.125rem;
  color: #0e0e0e;
}
.dds__select__field:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.dds__select__field:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #00468b;
  border-radius: 2px;
  border-color: #0672cb;
}
.dds__select__field:focus::-ms-value {
  color: #0e0e0e;
  background-color: transparent;
}
.dds__select__field:hover {
  border-color: #0672cb;
}
.dds__select__field::-ms-expand {
  display: none;
}
.dds__select__field option {
  color: #0e0e0e;
}
.dds__select__field option:disabled {
  color: #b6b6b6;
}

.dds__select__chevron {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #636363;
  height: 1rem;
  width: 1rem;
}


input:disabled ~ span {
  cursor: not-allowed;
}

.dds__subtitle-1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.dds__subtitle-2 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.5rem;
}

.dds__body-2 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5rem;
}

strong.dds__subtitle-1 {
  font-weight: 500;
  letter-spacing: 0.01em;
}
strong.dds__subtitle-2 {
  font-weight: 700;
  letter-spacing: 0.015em;
}
strong.dds__body-2 {
  font-weight: 700;
  letter-spacing: 0.005em;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Map used to generate all the variants of the message bar.
 *
 * All icons inherit their color from their parent's color. This reduces output and need for an
 * extra class to style the svg/icon itself.
 *
 * The dismiss-icon (dismiss-svg here) follows the icon-color, but also includes hover and active
 * state differences when the button state changes. 
 */
.dds__message-bar--warning {
  background-color: #feefcb;
  color: #442200;
}
.dds__message-bar--warning .dds__message-bar__icon {
  color: #925400;
}

.dds__message-bar__content {
  align-self: center;
  width: 100%;
}

.dds__message-bar__icon {
  min-width: 1rem;
  min-height: 1rem;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
  color: #0063b8;
  font-size: 1rem;
}

@keyframes dds__message-bar-timer-animation {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 75;
  }
}