/* line 5, app/assets/stylesheets/stacks.scss */
.bg-light-hoverable {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.075);
}

/* line 11, app/assets/stylesheets/stacks.scss */
.bg-light-hoverable:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

/* line 18, app/assets/stylesheets/stacks.scss */
.stacks-modal .row .col-wrapper, .jobs-modal .row .col-wrapper {
  height: calc(100vh - 10rem);
  overflow-y: scroll;
}

/* line 22, app/assets/stylesheets/stacks.scss */
.stacks-modal .col-list, .jobs-modal .col-list {
  overflow-y: scroll;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.075);
}

/* line 28, app/assets/stylesheets/stacks.scss */
.stacks-modal .middle-center, .jobs-modal .middle-center {
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  position: relative;
}

/* line 36, app/assets/stylesheets/stacks.scss */
.modal-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* line 45, app/assets/stylesheets/stacks.scss */
.scale-sm div {
  font-size: 96%;
}

/* line 48, app/assets/stylesheets/stacks.scss */
.scale-sm h6 {
  font-size: 100%;
}

/* line 51, app/assets/stylesheets/stacks.scss */
.scale-sm i {
  font-size: 115%;
}
