
.configuration-modal-form .room-tag-list {
  border: 1px solid #d9d9d9;
  padding: 16px;
  border-radius: 2px;
  margin-bottom: 24px; }

.configuration-modal-form .room-tag-title {
  margin-bottom: 8px;
  font-weight: 500; }

.configuration-modal-form .add-room-tag-btn {
  margin-top: 16px; }

.configuration-modal-form .room-tag-config-item {
  padding: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px; }
  .configuration-modal-form .room-tag-config-item:not(:last-child) {
    margin-bottom: 16px; }

.rooms-by-tag-drawer .ant-drawer-header {
  border-bottom: 1px solid #f0f0f0; }

.rooms-by-tag-drawer .ant-drawer-body {
  padding: 0;
  background-color: #fff; }

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px; }

.empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px; }

.drawer-content {
  padding: 24px; }
  .drawer-content .tag-info-header {
    background: #fafafa;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #f0f0f0; }
    .drawer-content .tag-info-header .tag-title-section {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
    .drawer-content .tag-info-header .tag-specs .ant-descriptions-item-label {
      color: #8c8c8c; }
  .drawer-content .room-search-input {
    margin-bottom: 16px; }
  .drawer-content .rooms-list .ant-collapse .ant-collapse-item {
    margin-bottom: 8px;
    border: 1px solid #f0f0f0;
    border-radius: 4px; }
    .drawer-content .rooms-list .ant-collapse .ant-collapse-item .ant-collapse-header {
      padding: 8px 12px; }
    .drawer-content .rooms-list .ant-collapse .ant-collapse-item .ant-collapse-content-box {
      padding: 12px; }
  .drawer-content .rooms-list .floor-header {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .drawer-content .rooms-list .floor-group {
    margin-bottom: 24px; }
    .drawer-content .rooms-list .floor-group:last-child {
      margin-bottom: 0; }
    .drawer-content .rooms-list .floor-group .floor-label {
      margin-bottom: 12px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #8c8c8c;
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 4px; }
  .drawer-content .rooms-list .room-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 12px;
    display: flex;
    align-items: center;
    transition: all 0.2s; }
    .drawer-content .rooms-list .room-item:hover {
      border-color: #1890ff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
      .drawer-content .rooms-list .room-item:hover .room-icon {
        color: #1890ff;
        background: #e6f7ff; }
    .drawer-content .rooms-list .room-item .room-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      color: #8c8c8c;
      font-size: 16px;
      transition: all 0.2s; }
    .drawer-content .rooms-list .room-item .room-details {
      display: flex;
      flex-direction: column;
      overflow: hidden; }
      .drawer-content .rooms-list .room-item .room-details .room-name {
        font-size: 14px;
        margin-bottom: 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .drawer-content .rooms-list .room-item .room-details .room-id-text {
        font-size: 11px;
        white-space: nowrap; }
  .drawer-content .floor-pagination {
    margin-top: 24px;
    text-align: center; }

