.concept2022 .UIBackground {
  /*background-image: url(https://media.idownloadblog.com/wp-content/uploads/2017/11/iOS-stock-9-for-iPhone-X.png) !important;*/
  background-image: url(/img/bg/iOS-stock-9-for-iPhone-X.png) !important;
}
.concept2022 .UIGridHome .homeShit {
  padding: 4px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  overflow: auto;
}
.concept2022 .UIGridHome .homeShit > *:first-child {
  padding: 3px 8px 5px 8px !important;
}
.concept2022 .UIGridHome .homeShit UL.UIList {
  border-radius: 8px;
  overflow: hidden;
}
.concept2022 .UIGridHome .homeShit .config {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: white url(/img/icon/settingsBlack.svg) no-repeat left 13px center/21px;
  padding: 13px 13px 13px 55px;
}
.concept2022 .UIGridHome H2 {
  font-variant: all-petite-caps;
  margin-block-start: 0px;
  text-align: center;
}
.concept2022 .UIGridHome H2 .taS {
  vertical-align: middle;
  font-size: small;
  padding-left: 8px;
  border-radius: 5px;
}
.concept2022 .UIGridHome H2 .taS.syncing {
  background: yellow;
}
.concept2022 .UIGridHome H2 .taS.justFocused {
  background: #4169e1;
}
.concept2022 .UIGridHome H2 .taS.deprecated {
  background: #7fff00;
}

.UIGridHome {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  max-width: unset !important;
}
.UIGridHome ._barB, .UIGridHome ._barT {
  grid-column: 1/-1;
}
.UIGridHome .homeShit {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  /*	margin-top:				13px;
  	margin-bottom:			13px;*/
  max-height: 480px;
  overflow: auto;
  box-sizing: border-box;
  margin: 3px !important;
  width: unset !important;
  min-height: 200px;
  padding: 5px;
}
.UIGridHome .homeShit .UIUpdates .UIList LI A {
  padding: 3px 5px;
  background: white;
}

DIV#tipWhatever, DIV.UIPreviewBox {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  transition: transform 0.31s, opacity 0.31s;
  box-shadow: 0px 0px 34px;
  border-radius: 21px;
  max-width: 244px;
  max-height: 377px;
  padding: 0px;
}
DIV#tipWhatever.highlight H1, DIV.UIPreviewBox.highlight H1 {
  padding-left: 27px;
  background-image: url(/img/icon/starWhite.svg);
}
DIV#tipWhatever.highlight H1, DIV#tipWhatever.highlight FOOTER, DIV#tipWhatever.highlight .middle, DIV.UIPreviewBox.highlight H1, DIV.UIPreviewBox.highlight FOOTER, DIV.UIPreviewBox.highlight .middle {
  transition: background 1s;
  background-color: #020;
}
DIV#tipWhatever.highlight .middle > DIV, DIV.UIPreviewBox.highlight .middle > DIV {
  background-color: #DFD;
}
DIV#tipWhatever.ignored DIV.UIColumn DIV.middle > DIV, DIV.UIPreviewBox.ignored DIV.UIColumn DIV.middle > DIV {
  background-color: #F99;
}
DIV#tipWhatever .close, DIV.UIPreviewBox .close {
  background: url(/img/icon/no2.svg) no-repeat center center/21px;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  display: grid;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 5px;
  height: 100%;
}
DIV#tipWhatever H1, DIV.UIPreviewBox H1 {
  background: black no-repeat left 5px center/21px;
  color: white;
  padding: 13px;
  margin: 0px;
  white-space: nowrap;
  font-size: inherit;
  overflow: scroll;
}
DIV#tipWhatever P, DIV.UIPreviewBox P {
  padding: 3px 13px;
}
DIV#tipWhatever P.price, DIV.UIPreviewBox P.price {
  color: #090;
  font-size: inherit;
}
DIV#tipWhatever FOOTER, DIV.UIPreviewBox FOOTER {
  background: black;
  color: white;
  padding: 13px;
}
DIV#tipWhatever P, DIV#tipWhatever FOOTER, DIV.UIPreviewBox P, DIV.UIPreviewBox FOOTER {
  font-size: small;
}
DIV#tipWhatever .UIColumn, DIV.UIPreviewBox .UIColumn {
  min-width: unset;
  padding: 0px !important;
  width: 244px;
  max-width: 244px;
  max-height: 377px;
  display: grid;
  height: 377px;
  grid-template-rows: auto 1fr auto;
}
DIV#tipWhatever .UIColumn DIV.middle, DIV.UIPreviewBox .UIColumn DIV.middle {
  background-color: black;
  overflow: scroll;
}
DIV#tipWhatever .UIColumn DIV.middle > DIV, DIV.UIPreviewBox .UIColumn DIV.middle > DIV {
  background-color: white;
  margin: 0px 2px;
}
DIV#tipWhatever .UIColumn P.related, DIV.UIPreviewBox .UIColumn P.related {
  color: red;
  background-color: #FEE;
}
DIV#tipWhatever .UIColumn DIV.carousel, DIV.UIPreviewBox .UIColumn DIV.carousel {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, minmax(55px, 2000px));
  width: min-content;
  overflow: scroll;
  max-width: 100%;
}
DIV#tipWhatever .UIColumn DIV.carousel.related, DIV.UIPreviewBox .UIColumn DIV.carousel.related {
  background-color: #FEE;
  width: 100%;
}
DIV#tipWhatever .UIColumn DIV.carousel IMG, DIV.UIPreviewBox .UIColumn DIV.carousel IMG {
  height: 55px;
  margin-left: 13px;
}
DIV#tipWhatever .UIColumn DIV.carousel IMG:last-child, DIV.UIPreviewBox .UIColumn DIV.carousel IMG:last-child {
  margin-right: 13px;
}
DIV#tipWhatever DIV.UIActions, DIV.UIPreviewBox DIV.UIActions {
  padding: 5px;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fit, minmax(55px, 2000px));
  grid-template-columns: repeat(3, minmax(55px, 2000px));
  align-items: center;
  grid-auto-flow: dense;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}
DIV#tipWhatever DIV.UIActions BUTTON, DIV.UIPreviewBox DIV.UIActions BUTTON {
  grid-column: auto;
  background-position: center left -2400px, center left;
  padding: 0px;
}
DIV#tipWhatever DIV.UIActions INPUT[type=text], DIV.UIPreviewBox DIV.UIActions INPUT[type=text] {
  grid-column: 1/-1;
}
DIV#tipWhatever DIV.UIActions > *, DIV.UIPreviewBox DIV.UIActions > * {
  margin: 0px;
}

.UIProducts UL.UIList LI {
  padding: 8px 0px;
  background-color: black;
  border-radius: 5px;
  margin-bottom: 1px;
}
.UIProducts UL.UIList LI:hover {
  background-color: #128;
}
.UIProducts UL.UIList LI.removed {
  background-color: rgba(51, 0, 0, 0.7333333333);
}
.UIProducts UL.UIList LI.favorited {
  background-color: #030;
}
.UIProducts UL.UIList LI.hasRelated {
  box-shadow: inset -2px 0px 0px red;
}
.UIProducts UL.UIList LI:last-child {
  margin-bottom: unset;
}
.UIProducts UL.UIList LI A {
  padding: 0px 8px 0px 27px;
  background: transparent no-repeat left 3px center/21px;
  display: grid;
  grid-template-columns: auto 1fr 55px;
  align-items: center;
  text-align: left;
}
.UIProducts UL.UIList LI A SPAN.taS {
  color: #666;
  font-size: smaller;
  padding-right: 3px;
}
.UIProducts UL.UIList LI A SPAN.price {
  width: 55px;
  font-size: xx-small;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  min-height: 21px;
  text-align: center;
  color: #666;
}
.UIProducts UL.UIList LI A SPAN.price SPAN.locale {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.resOp:has(.UIBugOpened) > DIV.absolute.UITip {
  padding-left: 0px;
  padding-right: 0px;
}

.UIBugOpened .UIColumn {
  height: 100vh;
}
.UIBugOpened .grided {
  height: 100%;
  margin: 0px;
}
.UIBugOpened .grided > DIV {
  padding: 0px !important;
}
.UIBugOpened .grided > DIV > DIV {
  background-color: #EEE;
  padding: 5px 3px;
  border-radius: 5px;
  overflow: scroll;
  margin-bottom: 5px;
  word-break: break-all;
}
.UIBugOpened .grided > DIV > DIV .message {
  line-break: anywhere;
  margin: 5px 0px;
}
.UIBugOpened .grided > DIV > A {
  display: block;
  background-color: blue;
  color: white;
  margin: 0px 0px 5px 0px;
}

.UIBugs .UIList.selectingMulti LI SPAN.uri {
  display: none;
}
.UIBugs .UIList.selectingMulti LI .msg {
  display: grid;
  grid-template-columns: auto auto;
}
.UIBugs .UIList.selectingMulti LI .msg .consoleMessage {
  margin-top: 0px;
}
.UIBugs .UIList LI {
  border-radius: 5px;
  margin-bottom: 21px;
}
.UIBugs .UIList LI SPAN.delete {
  display: none;
  position: absolute;
  right: 0px;
  margin: 13px;
  background: red no-repeat;
  padding: 8px 13px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #777;
}
@media (hover: hover) {
  .UIBugs .UIList LI:hover SPAN.delete {
    display: block;
  }
}
.UIBugs .UIList LI H2 {
  text-align: left;
}
.UIBugs .UIList LI:not(.FLog) H2 {
  font-variant: none;
  font-size: 1em;
}
.UIBugs .UIList LI.FLog {
  background: url(/img/icon/iPhoneWhite.svg) no-repeat top 3px right 3px/21px;
}
.UIBugs .UIList LI.FLog H2 {
  text-align: left;
  color: red;
}
.UIBugs .UIList LI.FLog A {
  background-color: rgba(255, 255, 255, 0.3333333333);
}
.UIBugs .UIList LI.bot {
  background: rgba(0, 0, 0, 0.1333333333) url(/img/icon/Robot.png) no-repeat top 3px right 3px/21px;
}
.UIBugs .UIList LI.warn A {
  background-color: rgba(255, 255, 136, 0.6);
}
.UIBugs .UIList LI A {
  padding: 0px 3px;
  background-color: rgba(0, 0, 0, 0.1333333333);
  border-radius: 3px;
  white-space: break-spaces;
  word-break: break-word;
}
.UIBugs .UIList LI .device {
  display: block;
}
.UIBugs .UIList LI .uri {
  background-color: blue;
  padding-top: 3px;
  color: white;
  display: block;
}
.UIBugs .UIList LI .user {
  font-weight: bolder;
}
.UIBugs .UIList LI .msg {
  font-size: smaller;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
  border-radius: 5px;
}
.UIBugs .UIList LI .msg > DIV {
  margin-top: 13px;
  opacity: 0.7;
  font-size: smaller;
}
.UIBugs .UIList LI .msg IMG {
  max-width: 100%;
}

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