:root {
  --moseo-primary-color: #1e1e1e;
  --moseo-secondary-color: #757575;
  --moseo-letter-spacing: 0.5px;
  --moseo-font-family: "SF Pro Display";
}
/* -------- header card styling ------------ */
.moseo_sitemap-header {
  padding: 24px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.moseo_page-title {
  font-size: 32px;
  margin: 0;
  color: #1e1e1e !important;
  letter-spacing: var(--moseo-letter-spacing);
  font-weight: 500;
  font: 500 32px/1 var(--moseo-font-family);
}

.moseo_page-description {
  margin: 0;
  color: var(--moseo-secondary-color);
  font-size: 16px;
  letter-spacing: var(--moseo-letter-spacing);
}
.moseo_page-description{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moseo_page-description p{
  font: 400 16px/1 var(--moseo-font-family);
  color: var(--moseo-secondary-color) !important;
  margin: 0;
}

/* -------------disabled-button ------- */

.moseo_check-btn,
input#moseo_add_redirect {
  background: #0052cc;
  border: none;
  color: white;
  border-radius: 8px;
  padding: 8px 15px !important;
  cursor: pointer;
  font: 500 14px/1 var(--moseo-font-family) !important;
}
.moseo_check-btn:hover,
input#moseo_add_redirect:hover {
  background: #0244a8;
}

/* Breadcrumb Header Card */
.moseo_breadcrumb_header_card {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 2.5% 15px 13%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 999;
}

.moseo_breadcrumb_left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.moseo_breadcrumb_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.moseo_breadcrumb_logo svg {
  width: 34px;
  height: 34px;
  display: block;
}

.moseo_breadcrumb_title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  font-family: "SF Pro Display";
  white-space: nowrap;
  letter-spacing: 1px;
}
.moseo_breadcrumb_path{
  font: 500 14px/1 var(--moseo-font-family);
  letter-spacing: var(--moseo-letter-spacing);
}

.moseo_breadcrumb_middle {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  margin: 0 16px;
}

.moseo_breadcrumb_separator {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.moseo_breadcrumb_item {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  font-family: "SF Pro Display";
}

.moseo_breadcrumb_right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.moseo_support_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background: #000000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "SF Pro Display";
}

.moseo_support_button:hover {
  background: #333333;
}

.moseo_support_button:active {
  background: #1a1a1a;
}

.moseo_support_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.moseo_support_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.moseo_plugin_wrapper {
  background: #f7f8fa;
  min-height: 100vh;
  position: relative;
}

.moseo_main-page {
  min-height: 100vh;
  background: #f7f8fa;
}

.moseo_container {
  padding-top: 70px !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "SF Pro Display";
  background: #f7f8fa;
  height: 100%;
}

.moseo_sitemap-header-tabs {
  background: #fff;
  padding: 16px 0 0 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 0 0 12px 12px;
  border-bottom: 2px solid #e0e0e0;
}
.moseo_settings-subtext {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #757575;
  border: 1px solid var(--Greyscale-grey-200, #e0e0e0);
  background: #e4e4e4;
  border-radius: 8px;
  padding: 12px 16px;
}

.moseo_settings-subtext span,
.moseo_settings-subtext svg {
  color: black;
}

ul.moseo_sitemap-tabs-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.moseo_sitemap-tabs-list li {
  color: #757575;
  font-size: 14px;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: color 0.3s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}
ul.moseo_sitemap-tabs-list li:hover {
  transform: scale(1.05);
}
ul.moseo_sitemap-tabs-list li.moseo_tab-active {
  color: #366cb8;
  border-bottom-color: #366cb8;
  font-size: 16px;
}

/* Global Table Styles */
.moseo_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background: #fff;
  border-radius: 12px;
  overflow: visible;
}

.moseo_table-wrapper {
  border-radius: 8px 8px 0 0;
  overflow: visible;
}

/* General table cell and header styles */
.moseo_table th,
.moseo_table td {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  letter-spacing: var(--moseo-letter-spacing);
  vertical-align: middle;
  color: var(--moseo-secondary-color);
}

.moseo_table td {
  padding: 9px;
  height: 2rem;
}

.moseo_table th {
  background-color: #ddd;
  font-weight: 500;
  color: #2f2f2f;
  padding: 12px 10px;
}

/* Table header styles */
.moseo_table thead tr {
  color: #2f2f2f;
  background-color: #dddddd;
  font: 14px/24px "SF Pro Display";
  font-weight: 500;
}

.moseo_table thead th {
  padding: 8px 10px;
  text-align: left;
  font: 14px/24px "SF Pro Display";
  font-weight: 500;
  color: #2f2f2f;
}

.moseo_table thead th:first-child {
  width: 20px;
}

.moseo_table thead th:nth-child(3),
.moseo_table thead th:nth-child(4),
.moseo_table thead th:nth-child(5),
.moseo_table thead th:nth-child(6) {
  text-align: center;
}

.moseo_table thead th:last-child {
  width: 138px;
  text-align: center;
}

/* Border radius for table head - top left and top right corners */
.moseo_table thead tr th:first-child {
  border-top-left-radius: 12px;
}

.moseo_table thead tr th:last-child {
  border-top-right-radius: 12px;
}

/* Table body styles */
.moseo_table tbody tr {
  border-top: 1px solid #e0e0e0;
}

.moseo_table tbody td {
  padding: 12px 10px;
  text-align: left;
  font: 13px/20px "SF Pro Display";
  color: #1e1e1e;
  vertical-align: middle;
}

.moseo_table tbody td:nth-child(2) {
  width: 302px;
  padding: 12px;
}

.moseo_table tbody td:nth-child(3),
.moseo_table tbody td:nth-child(4),
.moseo_table tbody td:nth-child(5),
.moseo_table tbody td:nth-child(6) {
  text-align: center;
  color: #757575;
  padding: 12px;
}

.moseo_table tbody td:last-child {
  width: 138px;
  text-align: center;
  padding: 12px;
}

/* First column alignment */
.moseo_table th:first-child,
.moseo_table td:first-child {
  text-align: center;
  vertical-align: middle;
}

/* Allow dropdowns to overflow from table cells */
.moseo_table td:has(.moseo_custom_select_wrapper) {
  overflow: visible;
  position: relative;
}

/* Edit mode - increase cell height when showing clear/correct icons */
tr.moseo_redirect_row:has(.moseo_url_input_wrapper) td,
tr.moseo_redirect_row:has(.moseo_custom_select_wrapper) td {
  height: 3.2rem;
  min-height: 3.2rem;
  vertical-align: middle;
}

/* Checkbox header and cell styles */
.moseo_checkbox_header {
  width: 50px;
}

.moseo_checkbox_cell {
  text-align: center;
  padding: 9px;
}

/* Column width styles */
.moseo_table th:nth-child(1),
.moseo_table td:nth-child(1) {
  width: 6%;
  margin: 0 1rem;
}

.moseo_table th:nth-child(5),
.moseo_table td:nth-child(5) {
  width: 80px;
  text-align: center;
  padding: 9px;
}

.moseo_scan-modal-stop-btn,
.moseo_downloadRowData {
  color: #0052cc;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid #0052cc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-width: 60px;
  transition: all 0.2s ease;
}
.moseo_scan-modal-stop-btn:hover,
.moseo_downloadRowData:hover {
  background: #0052cc;
  color: white;
}
input#moseo_save_sitemap_settings{
  color: #fff;
  background: #0052cc;
  border: none;
  border-radius: 8px;
  padding: 1px 15px;
  cursor: pointer;
  transition: all 0.2s ease;
}
input#moseo_save_sitemap_settings:hover{
  background: #0244a8;
}
.moseo-notice-warning{
  border: 1px solid #e0e0e0;
  border-left-color: #F7AB42;
  border-left-width: 4px;
  border-radius: 8px;
  padding: 12px;
  margin-top: 1rem;
}
.moseo-notice-warning p {
  margin: 0;
}
