.o_pos_kanban .o_kanban_renderer.o_kanban_ungrouped {
  .o_kanban_record {
    width: 500px;
  }
}

.pos-scenario-card {
  &:hover {
    background-color: $o-gray-200;
    cursor: pointer;
    border: 1px solid $o-gray-300;

    .img-container {
      background-color: $o-gray-200;
    }
  }

  .img-container {
    height: 110px;
    width: 110px;
    background-color: $o-gray-100;

    .scenario-img {
      height: 90px;
      width: auto;
    }
  }
}

.settingSearchHeader + .pos_res_config_container {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .pos_res_config_container {
    height: 82vh;
    overflow-y: auto;
  }
}
