.orientation {
  font-size: small;
  position: relative;
  top: -10px;
  left: 2px;
  height: 20px;
  display: block;
}

.header_action {
  position: relative;
  top: -35px;
}

.upload_file {
  border: 3px var(--pico-primary) dashed;
  text-align: -webkit-center;
  padding: var(--pico-spacing);
  border-radius: 1.25rem;
}

[role=image_field] {
  border: 3px var(--pico-primary) dashed;
  text-align: -webkit-center;
  padding: var(--pico-spacing);
  border-radius: 1.25rem;
}

[role=header_action_screen] {
  text-align: right;
}

[role=header_action_screen] > small {
  height: 48px;
  display: inline-block;
  align-content: center;
  margin-right: 10px;
}

[role=header_action_screen] > small > a {
  display: inline-block;
}

[role=header_action_screen] > .dropdown {
  width: 70px;
  float: right;
}

[role=header_action_screen] > .dropdown > ul {
  width: auto;
  right: 0;
  left: auto;
}

[data-tooltip] {
  border-bottom: none !important;
}

.label {
  font-size: medium;
  padding: 5px 10px;
  border-radius: 5px;
}

.green {
  background-color: rgb(0, 255, 0, 0.2);
}
.yellow {
  background-color: rgb(255, 255, 0, 0.2);
}
.red {
  background-color: rgb(255, 0, 0, 0.2);
}

.pending {
  background-color: darkgoldenrod;
}
.active {
  background-color: darkgreen;
}
.inactive {
  background-color: darkred;
}
[role=seal] {
  border: 1px var(--pico-primary) solid;
  border-radius: var(--pico-border-radius);
  background-color: var(--pico-text-selection-color);
  padding: 0px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

 section[role=field] {
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
  }

  section[role=field] > label {
    position: absolute;
    top: -16px;
    left: 10px;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    background: transparent;
    background-image: linear-gradient(to bottom, var(--pico-background-color) 2px, transparent 2px);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center 15px;
  }

  section[role=field]:has(> :focus) > label {
    color: var(--pico-primary);
    transition: .3s ease;
    background: transparent;
    background-image: linear-gradient(to bottom, var(--pico-background-color) 7px, transparent 7px);
    background-size: 100% 7px;
    background-repeat: no-repeat;
    background-position: center 15px;
  }

  section[role=field] > details > summary > label {
    position: absolute;
    top: -17px;
    left: 10px;
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    background: transparent;
    background-image: linear-gradient(to bottom, var(--pico-background-color) 2px, transparent 2px);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center 15px;
  }

  section[role=field]:has(> :focus) > details > summary > label {
    color: var(--pico-primary);
    transition: .3s ease;
    background: transparent;
    background-image: linear-gradient(to bottom, var(--pico-background-color) 7px, transparent 7px);
    background-size: 100% 7px;
    background-repeat: no-repeat;
    background-position: center 15px;
  }

  .select-search-actions {
    margin-right: 25px;
    float: inline-end;
    font-size: x-large;
    position: relative;
    z-index: 20;
    top: 5px;
  }

  @media (max-width: 576px) {
    .select-search-actions {
      top: 2px;
    }
  }
/*
  [data-tooltip]::before {
    z-index: 200;
  }
  [data-tooltip]:hover {
    z-index: 200;
  }

  [data-tooltip]:hover::before {
    z-index: 200;
  }


[data-tooltip]::before,
[data-tooltip]::after {
  z-index: 1001;
}
 */

