.uc-Alert--page.uc-Alert--danger a,
.uc-Alert--page.uc-Alert--warning a {
  color: inherit;
  text-decoration: underline
}

.uc-Alert--horizontal {
  border-radius: 2px;
  background-color: #fff;
  color: #262626;
  margin-bottom: 1.6rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .075)
}

.uc-Alert-icon .t-Icon {
  color: #fff
}

.uc-Alert--warning .uc-Alert-icon .t-Icon {
  color: #fbcf4a
}

.uc-Alert--warning.uc-Alert--horizontal .uc-Alert-icon {
  background-color: rgba(251, 207, 74, .15)
}

.uc-Alert--success .uc-Alert-icon .t-Icon {
  color: #3baa2c
}

.uc-Alert--success.uc-Alert--horizontal .uc-Alert-icon {
  background-color: rgba(59, 170, 44, .15)
}

.uc-Alert--info .uc-Alert-icon .t-Icon {
  color: #0076df
}

.uc-Alert--info.uc-Alert--horizontal .uc-Alert-icon {
  background-color: rgba(0, 118, 223, .15)
}

.uc-Alert--danger .uc-Alert-icon .t-Icon {
  color: #f44336
}

.uc-Alert--danger.uc-Alert--horizontal .uc-Alert-icon {
  background-color: rgba(244, 67, 54, .15)
}

.uc-Alert--page.uc-Alert--success {
  background-color: rgba(59, 170, 44, .9);
  color: #fff
}

.uc-Alert--page.uc-Alert--success .uc-Alert-icon {
  background-color: transparent;
  color: #fff
}

.uc-Alert--page.uc-Alert--danger .uc-Alert-icon .t-Icon,
.uc-Alert--page.uc-Alert--info .uc-Alert-icon .t-Icon,
.uc-Alert--page.uc-Alert--success .uc-Alert-icon .t-Icon,
.uc-Alert--page.uc-Alert--warning .uc-Alert-icon .t-Icon {
  color: inherit
}

.uc-Alert--page.uc-Alert--success .t-Button--closeAlert {
  color: #fff !important
}

.uc-Alert--page.uc-Alert--warning {
  background-color: #fbcf4a;
  color: #443402
}

.uc-Alert--page.uc-Alert--warning .uc-Alert-icon {
  background-color: transparent;
  color: #443402
}

.uc-Alert--page.uc-Alert--warning .t-Button--closeAlert {
  color: #fff !important
}

.uc-Alert--page.uc-Alert--info {
  background-color: #0076df;
  color: #fff
}

.uc-Alert--page.uc-Alert--info .uc-Alert-icon {
  background-color: transparent;
  color: #fff
}

.uc-Alert--page.uc-Alert--info .t-Button--closeAlert {
  color: #fff !important
}

.uc-Alert--page.uc-Alert--danger {
  background-color: #f44336;
  color: #fff
}

.uc-Alert--page.uc-Alert--danger .uc-Alert-icon {
  background-color: transparent;
  color: #fff
}

.uc-Alert--page.uc-Alert--danger .t-Button--closeAlert {
  color: #fff !important
}

.uc-Alert--horizontal .uc-Alert-wrap {
  display: flex;
  flex-direction: row
}

.uc-Alert--horizontal .uc-Alert-icon {
  padding: 0 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center
}

.uc-Alert--horizontal .uc-Alert-content {
  padding: 16px;
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.uc-Alert--horizontal .uc-Alert-buttons {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
  padding-right: 1.6rem;
  display: flex;
  align-items: center
}

.u-RTL .uc-Alert--horizontal .uc-Alert-buttons {
  padding-right: 0;
  padding-left: 1.6rem
}

.uc-Alert--horizontal .uc-Alert-body:empty,
.uc-Alert--horizontal .uc-Alert-buttons:empty {
  display: none
}

.uc-Alert--horizontal .uc-Alert-title {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0
}

.uc-Alert--horizontal .uc-Alert-icon .t-Icon {
  font-size: 32px;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 1
}

.uc-Alert--noIcon.uc-Alert--horizontal .uc-Alert-icon {
  display: none !important
}

.uc-Alert--noIcon .uc-Alert-icon .t-Icon {
  display: none
}

.t-Body-alert {
  margin: 0
}

.t-Body-alert .uc-Alert {
  margin-bottom: 0
}

.uc-Alert--page {
  transition: .2s ease-out;
  max-width: 640px;
  min-width: 320px;
  z-index: 1000;
  border-width: 0;
  box-shadow: 0 0 0 .1rem rgba(0, 0, 0, .1) inset, 0 3px 9px -2px rgba(0, 0, 0, .1)
}

.uc-Alert--page .uc-Alert-buttons {
  padding-right: 0
}

.uc-Alert--page .uc-Alert-icon {
  padding-left: 1.6rem;
  padding-right: 8px
}

.u-RTL .uc-Alert--page .uc-Alert-icon {
  padding-left: 8px;
  padding-right: 1.6rem
}

.uc-Alert--page .uc-Alert-icon .t-Icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 1
}

.uc-Alert--page .uc-Alert-body {
  padding-bottom: 8px
}

.uc-Alert--page .uc-Alert-content {
  padding: 8px
}

.uc-Alert--page .t-Button--closeAlert {
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 4px;
  min-width: 0;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25) !important;
  border-radius: 24px;
  transition: transform .125s ease;
  transition: transform .125s ease, -webkit-transform .125s ease
}

.u-RTL .uc-Alert--page .t-Button--closeAlert {
  right: auto;
  left: -8px
}

.uc-Alert--page .t-Button--closeAlert:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

.uc-Alert--page .t-Button--closeAlert:active {
  -webkit-transform: scale(.85);
  transform: scale(.85)
}

.uc-Alert--page.uc-Alert {
  border-radius: .4rem
}

.uc-Alert--page .uc-Alert-title {
  padding: 8px 0
}

.uc-Alert--page.uc-Alert--warning .a-Notification {
  margin-right: 8px
}

.uc-Alert--page.uc-Alert--warning .a-Notification-title {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0
}

.uc-Alert--page.uc-Alert--warning .a-Notification-list {
  max-height: 128px
}

.uc-Alert--page .a-Notification-list {
  max-height: 96px;
  overflow: auto
}

.uc-Alert--page .a-Notification-link:hover {
  text-decoration: underline
}

.uc-Alert--page ::-webkit-scrollbar {
  width: 8px;
  height: 8px
}

.uc-Alert--page ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .25)
}

.uc-Alert--page::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .05)
}

.uc-Alert--page .uc-Alert-title {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0;
  margin-right: 16px
}

.uc-Alert--page .uc-Alert-body {
  margin-right: 16px
}

.u-RTL .uc-Alert--page .uc-Alert-body,
.u-RTL .uc-Alert--page .uc-Alert-title {
  margin-right: 0;
  margin-left: 16px
}

.uc-Alert--page .a-Notification-list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none
}

.uc-Alert--page .a-Notification-item {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px
}

.uc-Alert--page .a-Notification-item:last-child {
  margin-bottom: 0
}

.u-RTL .uc-Alert--page .a-Notification-item {
  padding-left: 0;
  padding-right: 20px
}

.uc-Alert--page .a-Notification-item:before {
  content: '';
  position: absolute;
  margin: 8px;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.uc-Alert--page .a-Notification-item .a-Button--notification {
  padding: 2px;
  opacity: .75;
  vertical-align: top
}

.uc-Alert--page .htmldbOraErr {
  margin-top: .8rem;
  display: block;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-family: 'Menlo', 'Consolas', monospace, serif;
  white-space: pre-line
}

.uc-Alert--accessibleHeading .uc-Alert-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.uc-Alert--removeHeading .uc-Alert-title {
  display: none
}

@media (max-width:480px) {
  .uc-Alert--page {
    min-width: 0;
    max-width: none
  }

  .uc-Alert--page .a-Notification-item {
    font-size: 12px
  }
}

@media (max-width:768px) {
  .uc-Alert--horizontal .uc-Alert-title {
    font-size: 1.8rem
  }
}

.uc-Alert .t-Icon.icon-close:before {
  font-family: "apex-5-icon-font";
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  font-size: 16px;
  content: "\e0a2"
}

.uctr-top-center {
  top: 1.6rem;
  right: 0;
  width: 100%
}

.uctr-bottom-center {
  bottom: 1.6rem;
  right: 0;
  width: 100%
}

.uctr-top-right {
  top: 1.6rem;
  right: 1.6rem
}

.uctr-top-left {
  top: 1.6rem;
  left: 1.6rem
}

.uctr-bottom-right {
  right: 1.6rem;
  bottom: 1.6rem
}

.uctr-bottom-left {
  bottom: 1.6rem;
  left: 1.6rem
}

.uctr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none
}

.uctr-container>div {
  pointer-events: auto
}

.uctr-container.uctr-bottom-center>div,
.uctr-container.uctr-top-center>div {
  margin-left: auto;
  margin-right: auto
}

.uctr-progress {
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4
}

html:not(.u-RTL) .uctr-progress {
  left: 0;
  border-bottom-left-radius: .4rem
}

html.u-RTL .uctr-progress {
  right: 0;
  border-bottom-right-radius: .4rem
}

@media (max-width:480px) {
  .uctr-container {
    left: 1.6rem;
    right: 1.6rem
  }
}

/*# sourceMappingURL=uctr.css.map*/