@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #131a25 !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif !important;
}

::selection {
    background: #7209b7;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #7209b7;
    color: #fff;
    text-shadow: none;
}

#header, #footer {
  display: none;
}

#primary {
  margin-top: 0px !important;
}

.wr-page-shell {
  width: 100%;
  max-width: 1400px;
  margin: 30px auto;
  padding: 30px;
  box-sizing: border-box;
  overflow-x: hidden;
}

.wr-page-shell > .umc-wr-filters,
.wr-page-shell > .wr-results-bar,
.wr-page-shell > .umc-wr-table,
.wr-page-shell > .wr-pagination,
.wr-page-shell > .umc-wr-export-all {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wr-summary-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 30px;
}

.wr-summary-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 94px;
  padding: 16px 18px;
  border: 1px solid #373d48;
  border-radius: 14px;
  background: #1C2434;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

a.wr-summary-card {
  color: inherit;
  text-decoration: none !important;
}

a.wr-summary-card .wr-summary-label,
a.wr-summary-card .wr-summary-value {
  text-decoration: none !important;
}

a.wr-summary-card:hover,
a.wr-summary-card:focus-visible {
  text-decoration: none !important;
  transform: translateY(-2px);
}

a.wr-summary-card:hover .wr-summary-label,
a.wr-summary-card:hover .wr-summary-value,
a.wr-summary-card:focus-visible .wr-summary-label,
a.wr-summary-card:focus-visible .wr-summary-value {
  text-decoration: none !important;
}

.wr-summary-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wr-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 36, 52, 0.98) 0%, rgba(28, 36, 52, 0.95) 58%, rgba(159, 176, 202, 0.18) 100%);
  z-index: -2;
}

.wr-summary-card::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-family: 'Font Awesome 6 Sharp', 'Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 42px;
  line-height: 1;
  opacity: 0.28;
  z-index: -1;
  pointer-events: none;
  color: currentColor;
}

.wr-summary-card-primary {
  flex: 1 1 33.333%;
  min-width: 280px;
  min-height: 112px;
}

.wr-summary-card-alert {
  width: 100%;
  min-height: 96px;
  border-color: rgba(223, 72, 74, 0.45);
  color: #DF484A;
}

.wr-summary-card-alert::before {
  background: linear-gradient(90deg, rgba(28, 36, 52, 1) 0%, rgba(28, 36, 52, 1) 52%, rgba(223, 72, 74, 0.2) 100%);
}

.wr-summary-card-alert::after {
  content: '\f071';
}

.wr-summary-cards > .wr-summary-card-primary:nth-child(1),
.wr-summary-cards > .wr-summary-card-primary:nth-child(2) {
  border-color: rgba(59, 214, 113, 0.4);
  color: #3BD671;
}

.wr-summary-cards > .wr-summary-card-primary:nth-child(1)::before,
.wr-summary-cards > .wr-summary-card-primary:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(59, 214, 113, 0.22) 0%, rgba(59, 214, 113, 0.12) 100%);
}

.wr-summary-cards > .wr-summary-card-primary:nth-child(1)::after {
  content: '\e0cb';
}

.wr-summary-cards > .wr-summary-card-primary:nth-child(2)::after {
  content: '\f0c0';
}

.wr-summary-host-cards {
  display: flex;
  flex: 1 1 33.333%;
  flex-wrap: wrap;
  gap: 12px;
  align-self: stretch;
}

.wr-summary-card-host {
  flex: 1 1 92px;
  min-width: 92px;
  min-height: 84px;
  padding: 12px 14px;
  color: #9fb0ca;
}

.wr-summary-label {
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wr-summary-value {
  display: block;
  margin-top: 8px;
  color: inherit;
  font-size: 30px;
  line-height: 1;
}

.wr-summary-cards > .wr-summary-card-primary:nth-child(1),
.wr-summary-cards > .wr-summary-card-primary:nth-child(2) {
  color: #3BD671;
}

.wr-summary-host-AWS {
  color: #f90;
  border-color: rgba(255, 153, 0, 0.4);
}

a.wr-summary-card.wr-summary-host-AWS,
.wr-summary-host-AWS .wr-summary-label,
.wr-summary-host-AWS .wr-summary-value,
.wr-summary-host-AWS::after {
  color: #f90 !important;
}

.wr-summary-host-AWS::before {
  background: linear-gradient(90deg, rgba(255, 153, 0, 0.22) 0%, rgba(255, 153, 0, 0.12) 100%);
}

.wr-summary-host-AWS::after {
  content: '\f375';
}

.wr-summary-host-AWS {
  color: #f90;
}

.wr-summary-host-VPS {
  color: #21a5ac;
  border-color: rgba(33, 165, 172, 0.45);
}

a.wr-summary-card.wr-summary-host-VPS,
.wr-summary-host-VPS .wr-summary-label,
.wr-summary-host-VPS .wr-summary-value,
.wr-summary-host-VPS::after {
  color: #21a5ac !important;
}

.wr-summary-host-VPS::before {
  background: linear-gradient(90deg, rgba(33, 165, 172, 0.22) 0%, rgba(33, 165, 172, 0.12) 100%);
}

.wr-summary-host-VPS::after {
  content: '\f233';
}

.wr-summary-host-VPS {
  color: #21a5ac;
}

.wr-summary-host-WPE {
  color: #4cafff;
  border-color: rgba(76, 175, 255, 0.45);
}

a.wr-summary-card.wr-summary-host-WPE,
.wr-summary-host-WPE .wr-summary-label,
.wr-summary-host-WPE .wr-summary-value,
.wr-summary-host-WPE::after {
  color: #4cafff !important;
}

.wr-summary-host-WPE::before {
  background: linear-gradient(90deg, rgba(76, 175, 255, 0.22) 0%, rgba(76, 175, 255, 0.12) 100%);
}

.wr-summary-host-WPE::after {
  content: '\f0c2';
}

.wr-summary-host-WPE {
  color: #4cafff;
}

.wr-summary-host-UIT {
  color: #d7a6ff;
  border-color: rgba(114, 9, 183, 0.4);
}

a.wr-summary-card.wr-summary-host-UIT,
.wr-summary-host-UIT .wr-summary-label,
.wr-summary-host-UIT .wr-summary-value,
.wr-summary-host-UIT::after {
  color: #d7a6ff !important;
}

.wr-summary-host-UIT::before {
  background: linear-gradient(90deg, rgba(114, 9, 183, 0.22) 0%, rgba(114, 9, 183, 0.12) 100%);
}

.wr-summary-host-UIT::after {
  content: '\f1c0';
}

.wr-summary-host-OC {
  color: #bebebe;
  border-color: rgba(191, 191, 191, 0.35);
}

a.wr-summary-card.wr-summary-host-OC,
.wr-summary-host-OC .wr-summary-label,
.wr-summary-host-OC .wr-summary-value,
.wr-summary-host-OC::after {
  color: #bebebe !important;
}

.wr-summary-host-OC::before {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.18) 0%, rgba(190, 190, 190, 0.1) 100%);
}

.wr-summary-host-OC::after {
  content: '\f2f6';
}

.wr-summary-host-UIT {
  color: #d7a6ff;
}

.wr-summary-host-OC {
  color: #bebebe;
}

.wr-summary-card-uptime {
  border-color: rgba(59, 214, 113, 0.35);
}

.wr-summary-card-uptime::before {
  background: linear-gradient(90deg, rgba(59, 214, 113, 0.22) 0%, rgba(59, 214, 113, 0.12) 100%);
}

.wr-summary-card-uptime::after {
  content: '\f201';
}

.wr-summary-card-uptime {
  color: #3BD671;
}

.wr-a11y-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3BD671;
  font-size: 16px;
  line-height: 1;
}

/* Highlights */
.wr-highlights-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.wr-highlights-uptime, .wr-highlights-data {
  flex: 1 1 50%;
  background: #1C2434;
  border: 1px solid #373d48;
  border-radius: 8px;
  padding: 20px 40px;
}
.wr-highlights-uptime {
  flex: 0 0 150px;
}
.wr-highlights-status {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 90px;
  text-align: center;
  
}
.wr-highlights-status::after {
  position: relative;
  text-align: center;
  margin: 0px auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: bold;
  pointer-events: none;
}

.wr-highlights-status.down::before, .wr-highlights-status.up::before {
  position: absolute;
  text-align: center;
  margin: 0px auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: bold;
  pointer-events: none;
}

.wr-highlights-status.up::after {
  color: #3BD671;
  content: '\f058';
}

.wr-highlights-status.up::before {
  color: #3BD671;
  content: '\f111';
  animation: pulse-small 2s ease 0s infinite;
}

.wr-highlights-status.down::after {
  color: #DF484A;
  content: '\f06a';
}

.wr-highlights-status.down::before {
  color: #DF484A;
  content: '\f111';
  animation: pulse-small 2s ease 0s infinite;
}

.wr-highlights-data {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.wr-highlight-stat {
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}
.wr-highlight-stat-title {
  color: #72839E;
  font-weight: normal;
  display: block;
  font-size: 16px;
}


.wr-results-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  margin: 18px 0 10px;
  box-sizing: border-box;
}

.wr-results-count {
  margin: 0;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .wr-results-bar {
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .wr-results-bar {
    flex-flow: row wrap;
  }
}

@media (max-width: 1024px) {
  .wr-summary-card-primary {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .wr-summary-host-cards {
    flex: 1 1 100%;
  }
}

@media (max-width: 700px) {
  .wr-page-shell {
    padding: 20px;
    border-radius: 18px;
  }

  .wr-summary-card-primary {
    flex: 1 1 100%;
  }

  .wr-summary-host-cards {
    display: contents;
  }

  .wr-summary-card-host {
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
  }

  .wr-summary-value {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wr-summary-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Filters */
.umc-wr-filters {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-start;
  box-sizing: border-box;
  gap: 10px;
  width: 100%;
}

.umc-wr-filters label {
  position: relative;
  color: #fff;
  flex: 1 1 calc(16.666% - 10px);
  min-width: 170px;
}

.umc-wr-filters select, .umc-wr-filters input, .wr-pagination select {
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  width: 100%;
  box-sizing: border-box;
  padding-right: 35px;
  padding-left: 10px;
}

.umc-wr-filters select, .umc-wr-filters input, .wr-pagination select {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #373d48;
  border-radius: 4px;
  background-color: #1C2434;
  color: #E6EAEB;
  padding: 5px;
}

.umc-wr-filters input {
  padding: 7px 5px;
}

.umc-wr-filters label::after, .wr-pagination label::after {
  position: absolute;
  top: calc(50%);
  right: 15px;
  font-family: 'Font Awesome 6 Pro';
  content: '\f0d7';
  pointer-events: none;
  color: #BFBFBF;
}

.umc-wr-filters label.domain-search-label::after {
  content: none;
}

.umc-wr-filters .btn {
  padding: 7px 10px;
  margin: 0px;
}

.umc-wr-table {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0px;
  border: 1px solid #373d48;
  border-radius: 14px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2;
  color: #E6EAEB;
  background-color: #131a25;
}

.umc-wr-table thead {
    border-radius: 8px 8px 0px 0px;
}

.umc-wr-table thead th {
  position: relative;
  padding: 10px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.umc-wr-table thead th a {
  color: inherit;
  text-decoration: none !important;
}

.wr-sort-link {
  display: block;
  width: 100%;
  color: #9fb0ca;
  text-decoration: none !important;
}

.wr-sort-link:hover,
.wr-sort-link:focus-visible {
  color: #fff;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  outline: none;
}

.wr-sort-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #E6EAEB;
  font: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.wr-sort-button:hover,
.wr-sort-button:focus-visible,
.wr-sort-button:active {
  background: none;
  box-shadow: none;
  color: #ffffff;
  outline: none;
}

.wr-sort-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wr-sort-button .wr-sort-label {
  flex: 1 1 auto;
}

.wr-sort-button .wr-sort-icon {
  flex: 0 0 auto;
  width: 12px;
}

.umc-wr-table .wr-domains-col {
  width: 210px;
}

.umc-wr-table .wr-status-col,
.umc-wr-table .wr-status-cell {
  width: 48px;
  text-align: center;
}

.umc-wr-table .wr-status-col .wr-sort-button {
  justify-content: center;
  text-align: center;
}

.umc-wr-table .wr-status-col .wr-sort-label {
  flex: 0 0 auto;
}

.umc-wr-table thead th:nth-child(3),
.umc-wr-table tbody td:nth-child(3) {
  width: 120px;
}

.umc-wr-table thead th:nth-child(4),
.umc-wr-table tbody td:nth-child(4),
.umc-wr-table thead th:nth-child(5),
.umc-wr-table tbody td:nth-child(5) {
  width: 130px;
}

.umc-wr-table thead th:nth-child(6),
.umc-wr-table tbody td:nth-child(6) {
  width: 78px;
}

.umc-wr-table thead th:nth-child(7),
.umc-wr-table tbody td:nth-child(7),
.umc-wr-table thead th:nth-child(8),
.umc-wr-table tbody td:nth-child(8) {
  width: 82px;
}

.umc-wr-table thead th:nth-child(9),
.umc-wr-table tbody td:nth-child(9),
.umc-wr-table thead th:nth-child(10),
.umc-wr-table tbody td:nth-child(10) {
  width: 96px;
}

.umc-wr-table thead th:nth-child(11),
.umc-wr-table tbody td:nth-child(11) {
  width: 56px;
}

.wr-status-cell .wr-status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
}

.wr-status-cell .wr-status-active {
  color: #3BD671;
}

.wr-status-cell .wr-status-redirect {
  color: #4cafff;
}

.wr-status-cell .wr-status-archived {
  color: #72839E;
}

.wr-status-cell .wr-status-in-development {
  color: #7209b7;
}

.wr-status-cell .wr-status-paused {
  color: #f90;
}

.wr-status-cell .wr-status-default {
  color: #72839E;
}

.uptime-dot, .umc-wr-table-uptime .uptime-up {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #3BD671;
}
.uptime-dot.uptime-loading {
  position: relative;
  background-color: #72839E;
}
.uptime-dot.uptime-loading::after {
  background-color: #72839E;
}

.uptime-dot.uptime-up, .umc-wr-table-uptime .uptime-up {
  background-color: #3BD671;
}
.uptime-dot.uptime-down {
  background-color: #DF484A;
}
.uptime-dot.uptime-down::after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  animation: pulse 2s ease 0s infinite;
  background-color: #DF484A;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  70% {
      opacity: 0;
      transform: scale(2.5);
  }
  100% {
      opacity: 0;
  }
}

@keyframes pulse-small {
  0% {
    opacity: 0.5;
  }
  70% {
      opacity: 0;
      transform: scale(1.75);
  }
  100% {
      opacity: 0;
  }
}

.umc-wr-table thead th::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  font-family: 'Font Awesome 6 Pro';
  pointer-events: none;
  color: #BFBFBF;
}
.umc-wr-table thead th.asc::after {
  content: '\f0d8';
}
.umc-wr-table thead th.desc::after {
  content: '\f0d7';
}


.umc-wr-table tbody {
  background-color: #131a25;
  color: #72839E;
}

#registry-table.loading tbody {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.umc-wr-table tbody tr {
  background-color: #1C2434;
  border: 0px;
  border-bottom: 1px solid #373d48;
  transition: all .3s ease-in-out;
}

.umc-wr-table tbody tr:hover {
  background-color: #2D3340;
}

.umc-wr-table tbody tr.uptime-row-down {
  background: linear-gradient(-90deg,rgba(28, 36, 52, 1) 0%, rgba(28, 36, 52, 1) 80%, rgba(223, 72, 74, 1) 150%);
  border-right: 0px;
}

.umc-wr-table tbody tr:last-child {
  border-radius: 0px 0px 14px 14px;
}

.umc-wr-table tbody tr a {
  color: #fff;
  text-decoration: none !important;
}

.umc-wr-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 13px;
  transition: all .3s ease-in-out;
}

.umc-wr-table thead th:first-child,
.umc-wr-table tbody td:first-child {
  font-size: 16px;
}

.umc-wr-table .wr-status-col,
.umc-wr-table .wr-status-cell,
.umc-wr-table thead th:last-child,
.umc-wr-table tbody td:last-child {
  font-size: inherit;
}

.umc-wr-table th.center-align, .umc-wr-table td.center-align {
  text-align: center;
}

.umc-wr-table td i {
    font-size: 15px;
}
.wr-btn {
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 4px;
  outline: none;
  border: 0px;
  background: #7209b7;
  color: #fff;
  text-decoration: none !important;
}

.wr-btn.btn-success {
  background-color: #3BD671;
  color: #131a25;
}

.wr-more-btn {
  background: none;
}

.wr-more-btn i {
  font-size: 24px !important;
}

.wr-more-btn:hover {
  color: #3BD671;
}


.umc-wr-table td span.desc-txt {
  font-size: 11px;
}

.wr-theme-cell-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.desc-txt a {
  color: #72839E !important;
}
.desc-txt a:hover {
  color: #fff !important;
  cursor: pointer;
}

.umc-wr-table span.hosted-VPS {
  color: #21a5ac;
}
.umc-wr-table span.hosted-AWS {
  color: #f90;
}

.umc-wr-table span.hosted-WPE {
  color: #4cafff;
}

.umc-wr-table span.hosted-UIT {
  color: #bebebe;
}

.wr-traffic-badge {
  display: inline-block;
  min-width: 62px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.wr-traffic-badge.low {
  background: rgba(59, 214, 113, 0.16);
  color: #3BD671;
}

.wr-traffic-badge.medium {
  background: rgba(76, 175, 255, 0.16);
  color: #4cafff;
}

.wr-traffic-badge.high {
  background: rgba(114, 9, 183, 0.18);
  color: #d7a6ff;
}

.wr-traffic-badge.ultra-high {
  background: rgba(247, 37, 133, 0.18);
  color: #ff8fc3;
}

.wr-traffic-badge.unknown {
  background: rgba(114, 131, 158, 0.15);
  color: #9fb0ca;
}


.wr-metric-bar {
  position: relative;
  display: inline-block;
  width: 78px;
  height: 10px;
  border-radius: 999px;
  background: rgba(45, 51, 64, 0.95);
  overflow: hidden;
  vertical-align: middle;
}

.wr-metric-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.wr-metric-bar.is-visible .wr-metric-bar-fill {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .wr-metric-bar-fill {
    transform: scaleX(1);
    transition: none;
  }
}

.wr-metric-bar.none .wr-metric-bar-fill {
  width: 0;
  background: #72839E;
}

.wr-metric-bar.low .wr-metric-bar-fill {
  background: #7209b7;
}

.wr-metric-bar.medium .wr-metric-bar-fill {
  background: #4cafff;
}

.wr-metric-bar.high .wr-metric-bar-fill {
  background: #3BD671;
}

.wr-metric-bar.ultra-high .wr-metric-bar-fill {
  background: #f72585;
}

.umc-wr-table tr.wr-row-archived td {
  opacity: 0.72;
}

.umc-wr-table tr.wr-row-archived td:last-child {
  opacity: 1;
}

/* Expired (negative days) */

.expiry-badge {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 4px 6px;
  border-radius: 4px;
  outline: none;
  border: 0px;
  background: #7209b7;
  color: #fff;
  text-decoration: none !important;
  width: 70px;
  text-align: center;
}


.umc-wr-table td span.expiry-badge.expired {
    background: #f72585;
    color: #fff;
}

/* Under 30 days */
.umc-wr-table td span.expiry-badge.lt30 {
    background: #f72585;
    color: #fff;
}

/* Under 60 days */
.umc-wr-table td span.expiry-badge.lt60 {
    background: #7209b7;
    color: #fff;
}

/* Under 90 days */
.umc-wr-table td span.expiry-badge.lt90 {
    background: #3f37c9;
    color: #fff;
}

/* 90+ days (optional neutral) */
.umc-wr-table td span.expiry-badge.ok {
    background: #3BD671;
    color: #131a25;
}

/* Redirect icon next to the domain */
.umc-redirect-icon {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    text-decoration: none;
    opacity: 0.8;
}

.umc-redirect-icon:hover,
.umc-redirect-icon:focus {
    opacity: 1;
    text-decoration: none;
}

.umc-redirect-icon i {
    font-size: 16px !important;
    line-height: 1;
}

.details-btn {
  background: none;
  outline: none;
  border: 0px;
  padding: 0px 5px;
  cursor: pointer;
}
.details-btn:hover {
  color: #3BD671;
}


/* MODAL */
.wr-modal[hidden] {
  display: none !important;
}
.wr-modal {
  display: block;
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.55);
  transition: all .3s ease-in-out;
}
.wr-modal a {
  color: #fff;
}

.wr-modal-dialog {
  box-sizing: border-box;
  position:relative;
  max-width:800px;
  margin:10vh auto;
  background:#131a25;
  border: 1px solid #2D3340;
  color: #72839E;
  border-radius:8px;
  box-shadow:0 10px 30px rgba(0,0,0,.3);
  font-size: 15px;
  transition: all .3s ease-in-out;
}
.wr-modal-close {
  position:absolute;
  right:20px;
  top:10px;
  border:0;
  background:transparent;
  font-size:32px;
  cursor:pointer;
}
.wr-modal-header {
  border-bottom: 1px solid #373d48;
  padding: 15px;
}
.wr-modal-title {
  color: #fff;
  margin: 0px;
}
.wr-modal-table {
  box-sizing: border-box;
  width:100%;
  border-collapse:collapse;
  border: 0px;
  background-color: transparent;
  margin: 0px;
  transition: all .3s ease-in-out;
}
.wr-modal-table tr {
  border: 0px;
}

.wr-modal-table td {
  padding: 10px;
}
.wr-modal-table td:first-child {
  color: #fff;
  font-weight:bold;
  width:250px;
}
.wr-modal-loading {
  padding:12px;
}
.wr-csr-wrap {
  width: 100%;
  white-space:pre-wrap;
  font-size:12px;
  max-height:100px;
  overflow:auto;
  border:0px;
  padding:8px;
  background:transparent;
  margin-bottom: 10px;
}
.wr-copy-btn {
  border: 0px;
  background: #7209b7;
  color: #fff;
}

/* Pagination */
.wr-pagination {
  position: relative;
  margin: 15px auto;
  text-align: center;
}
.wr-pagination a {
  display: inline-block;
  background: #131a25;
  color: #fff;
  padding: 2px 5px;
  cursor: pointer;
  text-decoration: none !important;
}

.wr-pagination a:hover {
  text-decoration: underline !important;
}

.wr-pagination .current {
  color: #3BD671;
  padding: 2px 5px;
}

.wr-pagination a:disabled {
  background: #1C2434;
  color: #72839E;
  cursor: none;
}

.wr-pagination label, .wr-pagination select  {
  position: relative;
  max-width: 120px;
}
.wr-pagination label:after {
  top: calc(50% - 11px);
}
  

@media only screen and (max-width: 998px) {
  .hide-on-mob {
    display: none !important;
  }

  .wr-highlights-section {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .wr-highlights-uptime, .wr-highlights-data {
    flex: 1 1 100%;
  }

  .umc-wr-filters {
    flex-flow: row wrap;
  }

  .umc-wr-filters label {
    display: block;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .umc-wr-filters > button.wr-btn,
  .umc-wr-filters > a.wr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    text-align: center;
    box-sizing: border-box;
  }

  .umc-wr-filters input {
    padding: 15px 10px;
  }

  .umc-wr-table tbody {
    font-size: 12px;
  }

  .umc-wr-table thead th {
    font-size: 14px;
  }

  .umc-wr-table tbody tr td, .umc-wr-table thead th {
    padding: 15px 10px;
  }

  .umc-wr-table .wr-domains-col {
    width: 155px;
  }

  .umc-wr-table td:first-child,
  .umc-wr-table td.umc-wr-table-domain {
    max-width: 155px;
    font-size: 12px;
    line-height: 1.15;
  }

  .wr-details-table {
    font-size: 14px;
  }

  .wr-details-table td:first-child {
    width:150px;
  }

  .wr-modal-dialog {
    height: 100vh;
    max-width:100%;
    margin:0px;
    background:#131a25;
    border: 0px;
    border-radius:0px;
  }

  .wr-modal-csr {
    max-width: 300px;
  }
}

.wr-autocomplete-menu {
  max-width: 250px;
  border-radius: 4px;
  border: 1px solid #373d48;
  overflow: hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.3);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ui-menu-item {
  padding: 5px;
  line-height: 1.3;
  background: #131a25;
  color: #BFBFBF;
  margin-bottom: 0px;
}
.ui-menu-item-wrapper.active, .ui-menu-item-wrapper:hover { 
  background: #2D3340;
}
.wr-ac-label {
  color: #fff;
}
.umc-wr-table-pages { text-align: right; width: 6rem; }

/* CSR copy UI */
.wr-csr-wrap .wr-copy-csr { margin-left: 8px; }
.wr-csr-wrap .wr-copy-toast { margin-left: 8px; font-size: 12px; opacity: .85; }

.wr-visibility-badge {
  display: inline-block;
  min-width: 62px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.wr-visibility-badge.high {
  background: rgba(126, 34, 206, 0.12);
  color: #7e22ce;
}

.wr-visibility-badge.medium {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.wr-visibility-badge.low {
  background: rgba(34, 197, 94, 0.14);
  color: #15803d;
}

.wr-visibility-badge.unknown {
  background: #f1f5f9;
  color: #64748b;
}
