html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.leads-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.leads-container {
  padding-left: 20px;
  padding-right: 20px;
}

.actions-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.actions-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.actions-table {
  margin-bottom: 0;
}

.actions-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.actions-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.actions-filter-row input {
  min-width: 120px;
}

.actions-sortable {
  cursor: pointer;
  user-select: none;
}

.actions-row.actions-resizing {
  cursor: ns-resize;
}

.feed-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.feed-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.feed-table {
  margin-bottom: 0;
}

.feed-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.feed-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.feed-filter-row input {
  min-width: 120px;
}

.feed-sortable {
  cursor: pointer;
  user-select: none;
}

.feed-row.feed-resizing {
  cursor: ns-resize;
}

.contact-types-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.contact-types-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.contact-types-table {
  margin-bottom: 0;
}

.contact-types-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.contact-types-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.contact-types-filter-row input {
  min-width: 120px;
}

.contact-types-sortable {
  cursor: pointer;
  user-select: none;
}

.contact-types-row.contact-types-resizing {
  cursor: ns-resize;
}

.users-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.users-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.users-table {
  margin-bottom: 0;
}

.users-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.users-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.users-filter-row input {
  min-width: 120px;
}

.users-sortable {
  cursor: pointer;
  user-select: none;
}

.users-row.users-resizing {
  cursor: ns-resize;
}

.lead-status-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.lead-status-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.lead-status-table {
  margin-bottom: 0;
}

.lead-status-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.lead-status-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.lead-status-filter-row input {
  min-width: 120px;
}

.lead-status-sortable {
  cursor: pointer;
  user-select: none;
}

.lead-status-row.lead-status-resizing {
  cursor: ns-resize;
}

.action-types-page {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
}

.action-types-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.action-types-table {
  margin-bottom: 0;
}

.action-types-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.action-types-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.action-types-filter-row input {
  min-width: 120px;
}

.action-types-sortable {
  cursor: pointer;
  user-select: none;
}

.action-types-row.action-types-resizing {
  cursor: ns-resize;
}
.leads-table-wrapper {
  flex: 1;
  overflow: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.leads-table {
  margin-bottom: 0;
}

.leads-table thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 2;
}

.leads-filter-row th {
  position: sticky;
  top: 38px;
  background: #f8f9fa;
  z-index: 1;
}

.leads-filter-row input {
  min-width: 120px;
}

.leads-sortable {
  cursor: pointer;
  user-select: none;
}

.leads-row.leads-resizing {
  cursor: ns-resize;
}
