/* konkat - do not use css variables! */
#pw-masthead {
  background-color: #000 !important;
  /* konkat adds pw-masthead-hidden, but it's bugged; do this to fix it for now */
  /* add a github ticket for it at some point if it's not fixed */
  &.pw-masthead-hidden {
    display: none !important;
  }
  .uk-navbar {
    .uk-navbar-nav {
      > li {
        > a {
          color: #fff !important;
        }
        &.uk-active {
          > a {
            /*color: #ff5f25 !important;*/
            color: rgb(253,79,22) !important;
          }
        }
      }
    }
  }
}
.uk-modal .uk-button-default {
  background-color: #bbb !important;
}
/*
.uk-modal .uk-button-primary {
  background-color: rgb(253,79,22) !important;
}
*/
body.Dashboard {
  /* make dashboard background be more consistent with konkat */
  background-color: var(--pw-main-background) !important;
  /* prevent konkat from making links underlined */
  .uk-card :is(a, .uk-link) {
    text-decoration: none !important;
  }
  .Dashboard__info {
    display: none !important;
  }
}
#pw-content-body .Inputfield.InputfieldRepeaterItem:not(.InputfieldRepeaterDeletePending) > .InputfieldHeader {
  background-color: #ccc !important;
  outline-color: #ccc !important;
  /*color: #fff;*/
}



#ProcessListerSelector,
#ProcessLister .detail.version {
  display: none !important;
}








/* smooth scrolling anchor links */
html {
  scroll-behavior: smooth;
}

/* enabled / disabled */
.alef-disabled {
  opacity: .5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.alef-enabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* hide "Get Started" in dashboard */
.Dashboard__getStarted {
  display: none !important;
}

/* loading */
#alef-loading-full {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;

  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;

  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  &.visible {
    opacity: 1;
    height: 100vh;
    pointer-events: auto;
  }
}

#pw-masthead > .pw-container {
  max-width: 100% !important;
}

#pw-masthead a {
  font-size: 13px !important;
}
  #pw-masthead ul.pw-primary-nav {
    gap: 15px !important;
  }


.PageList .ProcessListerTable tr.open {
  background: lightblue !important;
}

/*p#ProcessListerSelector*/
#ProcessLister p.detail.version,
p#ProcessListerResultNotes {
  display: none;
}
body.has-tracy-debugbar #ProcessLister p.detail.version,
body.has-tracy-debugbar p#ProcessListerResultNotes,
body.has-tracy-debugbar p#ProcessListerSelector {
  display: inline-block;
}

body.ProcessPageListerPro #main {
  max-width: 100%;
}

.uk-lightbox {
  background-color: rgba(0,0,0,.5);
}








.InputfieldRepeaterItemLabel {
  font-family: monospace !important;
}


#wrap_Inputfield_runtime_actions {
  .InputfieldHeader {
    opacity: 0;
    height: 0;
  }
}

.uk-line-height-1 {
  line-height: 1.1 !important;
}
.uk-text-xsmall {
  font-size: 11px !important;
}


.active-row {
  background-color: rgb(255, 255, 221) !important; /* highlight */
}


/*body:not(.role-superuser)*/
#pw-content-head .uk-breadcrumb {
  display: none !important;
}


#wrap_Inputfield_product .notes {
  background-color: transparent !important;
}


body.role-simple {
  .pw-search-form,
  #pw-footer {
    display: none;
  }
}

body:not(.role-developer) #pw-footer {
  display: none;
}
body:not(.role-superuser)
  #pw-masthead {
    .page-28- {
      display: none;
    }
  }
}

