.report-page-wrapper > .nav {
  flex-wrap: wrap;
  gap: 38px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

  .report-page-wrapper > .nav .nav-link {
    color: var(--text-color-secondary);
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }

    .report-page-wrapper > .nav .nav-link:hover,
    .report-page-wrapper > .nav .nav-link.active {
      color: var(--text-color);
      border-color: var(--accent-color);
      background-color: transparent;
    }

    .report-page-wrapper > .nav .nav-link.active {
      font-weight: 600;
    }

.selected-columns-wrapper .list-group-item {
  background-color: var(--bg-color);
  margin-bottom: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: grab;
  font-size: 16px;
  border: none;
}

  .selected-columns-wrapper .list-group-item:active {
    cursor: grabbing;
  }

.selected-columns-wrapper .remove-item {
  line-height: 1;
  padding: 0;
  min-width: auto;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-page-wrapper .no-data-found {
  background: var(--white-color);
  border: none;
  min-height: calc(100vh - 252px);
  gap: 0;
}

  .report-page-wrapper .no-data-found .text {
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-top: 5px;
  }

  .report-page-wrapper .no-data-found .btn {
    margin-top: 21px;
  }

.report-page-list {
  padding-left: 13px;
  margin-top: 16px;
}

  .report-page-list li a {
    display: block;
    height: 42px;
    line-height: 1.2;
    padding: 10px;
    color: var(--text-color-secondary);
    transition: all 0.3s;
  }

  .report-page-list li + li {
    margin-top: 7px;
  }

  .report-page-list li.active a {
    color: var(--text-color);
    font-weight: 600;
  }

  .report-page-list li a:hover {
    color: var(--text-color);
  }

.dwell-report-page .dashboard-form-header.outer-header {
  background-color: var(--bg-color);
  border-radius: 8px 8px 0 0;
}

.dwell-report-page .dashboard-form-header a {
  padding: 8px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 8px;
}

.report-creation-page .title-wrapper h1,
.dwell-report-page .dashboard-form-header h1 {
  font-size: 16px;
}

.report-creation-page .title-wrapper p,
.dwell-report-page .white-box .title-wrapper p,
.dwell-report-page .dashboard-form-header p {
  color: var(--text-color-secondary);
  font-size: 12px;
}

.white-box {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 24px 22px;
  background-color: var(--white-color);
}

.dwell-report-page .white-box .title-wrapper h2 {
  line-height: 1.3;
  font-size: 18px;
}

.dwell-report-page .white-box .title-wrapper {
  margin-bottom: 40px;
}

.column-selection {
  margin: 0 -11px;
}

  .column-selection .form-group {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 11px;
    margin-bottom: 24px;
  }

    .column-selection .form-group label {
      margin-right: 17px;
      white-space: nowrap;
      font-size: 16px;
    }

  .column-selection.filter-wrapper {
    margin: 0 -11px -24px;
  }

.dwell-report-page .note {
  padding-left: 22px;
}

.dwell-report-page .form-check-label {
  font-size: 14px;
}

.dwell-report-page .form-check .form-check-input {
  height: 20px;
  width: 20px;
  margin-top: 2px;
}

.dwell-report-page .save-report-wrapper .form-outer-wrapper {
  gap: 24px;
  align-items: flex-start;
}

.dwell-report-page .save-report-wrapper .btn {
  margin-left: auto;
  align-self: flex-start;
  margin-top: 28px;
  min-width: 160px;
  height: 40px;
  white-space: nowrap;
}

.dwell-report-page .save-report-wrapper .form-group {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}

  .dwell-report-page .save-report-wrapper .form-group .form-label {
    margin-bottom: 8px;
    font-weight: 500;
    display: block;
  }

  .dwell-report-page .save-report-wrapper .form-group .form-control {
    margin-bottom: 4px;
    width: 100%;
  }

  .dwell-report-page .save-report-wrapper .form-group .form-label.mt-2 {
    font-size: 12px;
    color: var(--text-color-secondary);
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
  }

.dwell-report-page .no-column-msg {
  padding: 60px;
  text-align: center;
}

  .dwell-report-page .no-column-msg p {
    line-height: 2;
  }

.report-creation-page table.dataTable thead th,
#reportResultTable thead th {
  padding: 13px 12px;
  border-bottom: 1px solid var(--border-color);
  line-height: 1.44;
  white-space: nowrap;
  font-weight: 500;
}

.report-creation-page table.dataTable tbody td {
  padding: 24px 12px;
}

#reportResultTable tbody td {
  padding: 26px 12px;
}

.dashboard-form-wrap.dwell-report-page {
  gap: 16px;
}

.report-filter-wrapper .form-label {
  margin-bottom: 2px;
}

.report-filter-wrapper .form-check-inline {
  margin-right: 40px;
  margin-bottom: 0;
}

.report-creation-page .gray-box {
  background-color: var(--bg-color);
  padding: 24px;
}

.report-creation-page .dashboard-table-header .btn {
  font-size: 12px;
  padding: 4px 7px;
  height: 30px;
}

@media (max-width: 1199px) {
  .column-selection .form-group {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 991px) {
  .dwell-report-page .save-report-wrapper .form-outer-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .dwell-report-page .save-report-wrapper .form-group {
    max-width: 100%;
    width: 100%;
  }

  .dwell-report-page .save-report-wrapper .btn {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    align-self: stretch;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
