@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

body,
button,
input,
select,
textarea,
.wp-core-ui .button,
.wp-core-ui .button-primary {
  font-family: 'Figtree', sans-serif !important;
}

/* Apply light background to all SEO Repair Kit admin templates */
body[class*="seo-repair-kit"] #wpcontent,
body[class*="seo-repair-kit"] #wpbody-content {
  background-color: #F7F8FA !important;
  min-height: 100vh;
}

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/*CSS for seo repair kit favicon*/
#adminmenu .wp-menu-image img {
  padding: 4px 0 0 !important;
  height: 25px;
  width: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#toplevel_page_seo-repair-kit-dashboard .wp-menu-image {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ──────────────────────────────────────────────
   Shared navbar styling for all plugin subpages
   (mirrors original KeyTrack look & feel)
   ────────────────────────────────────────────── */
.srkit-gsc-navbar {
  /* margin-top: -10px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 25px;
  margin-left: -21px;
  height: 45px;
}

.srkit-gsc-navbar .srkit-gsc-brand {
  color: #F28500;
  font-size: 26px;
  font-weight: bold;
  /* margin-top: 8px; */
}

.srkit-gsc-navbar .srkit-gsc-user-info,
.srkit-gsc-user-info {
  display: flex;
  align-items: center;
}

.srkit-gsc-navbar .srkit-gsc-user-info .srkit-gsc-help-icon,
.srkit-gsc-navbar .srkit-gsc-user-info .srkit-gsc-user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #F28500;
  background-color: #FFF3E0;
  border-radius: 50%;
}

.srkit-gsc-navbar .srkit-gsc-user-info .srkit-gsc-user-icon {
  background-color: #FFB74D;
  color: #020101;
  height: 30px;
  width: 30px;
}

.srkit-gsc-navbar .srkit-gsc-user-info .srkit-gsc-user-icon span {
  font-weight: bold;
}

.srkit-gsc-user-info i {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: white;
}

.srkit-gsc-user-info div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* margin-top: 10px; */
  color: #FF5F00;
}

.srkit-gsc-user-info h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
}

.srkit-gsc-user-info span,
.srkit-gsc-user-text {
  font-size: 16px;
  /* margin-top: 10px; */
  color: #F28500;
}

.srkit-gsc-help-icon {
  margin-right: -10px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  background-color: #FFFAF1;
}

.srkit-gsc-user-icons {
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 50px;
  height: 50px;
  display: flex;
}

.admin-avatar {
  height: 30px;
  width: 30px;
  margin-left: 15px;
  border-radius: 20px;
}


/*overview table style start here*/
.srkit-general-custom-table {
  width: 100%;
  margin: 2rem 0;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
}

.srkit-general-custom-table th {
  padding: 1rem;
  border: none;
  font-size: 16px;
  font-weight: 700;
}

.srkit-general-custom-table th:first:child {
  padding: 1rem;
  text-align: center;
  border: none;
}

.srkit-general-custom-table tr td.center {
  padding: 1rem;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #0B1D51;
}

.srkit-general-custom-table .record-link a {
  color: #0B1D51;
}

.srkit-general-custom-table tr td.center:second-child {
  padding: 1rem;
  text-align: left;
  border: none;
}

.srkit-general-custom-table tbody tr td:first-child {
  padding: 10px;
  text-align: left;
  color: #0B1D51;
  font-size: 14px;
  padding-left: 20px;
}

.srkit-general-custom-table thead {
  background-color: #FFFFFF;
  font-weight: bold;
  border-bottom: 0.5px solid #f0f0f1;
  color: #0B1D51;
}

.srkit-general-custom-table .redirection-header {
  background-color: #FFFFFF;
  font-weight: bold;
  border-bottom: 0.5px solid #f0f0f1;
  color: #0B1D51;
  text-align: left;
}

.srkit-general-custom-table tbody tr {
  background-color: #fefefe;
  border-bottom: 0.5px solid #f0f0f1;
}

.srkit-general-custom-table tbody tr:last-child {
  border-bottom: none;
}

.srkit-general-custom-table tbody tr:hover {
  background-color: #E5EAF8;
}

.srkit-general-custom-table tbody tr td:first-child a {
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
  color: #0B1D51;
}

.srkit-general-custom-table th.center-align,
.srkit-general-custom-tabletd.center-align {
  text-align: left;
}

.srkit-general-custom-table .srkit-center .keywordname {
  color: #0B1D51;
  padding-left: 8px;
}

.srkit-general-custom-table tfoot tr td {
  text-align: left;
  padding: 16px;
  border-top: 0.5px solid #f0f0f1;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #151D48;
  font-size: 12px;
  font-weight: 500;
  color: #0B1D51;
}

.srkit-general-custom-table .srkit-google-search-console {
  color: #F28500;
  text-decoration: none;
  cursor: pointer;
  padding: 8px;
}

.srkit-general-custom-table .srkit-google-search-console a {
  color: #F28500;
  text-decoration: none;
}

.srkit-general-custom-table .srkit-google-search-console a:hover {
  text-decoration: underline;
}

.srkit-general-custom-table .srkit-google-search-console a:focus {
  outline: 1px dotted #F28500;
  outline-offset: 3px;
  box-shadow: none;
}

/*overview table style end here*/