﻿.cd-text-result {
  font-size: 16px;
  margin: auto;
}
.cd-text-result td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.cd-result-working-link {
  color: var(--success-text-color);
}

.cd-result-broken-link {
  color: var(--warning-color);
}

.cd-result-total-link {
  font-weight: bold;
  color: black;
}

.cd-good-link {
  color: var(--success-text-color);
}

.cd-bad-link {
  color: var(--warning-color);
}

.cd-result-link {
  width: 100%;
  overflow: auto;
}
.cd-result-link td {
  padding-right: 60px;
}

.cd-table-in-collapse {
  width: 100%;
  min-width: 300px;
}

.cd-result-link::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

.cd-result-link::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #F2F2F2;
}

.cd-result-link::-webkit-scrollbar-thumb {
  background-color: #0054FA;
  height: 24px;
}

.cd-links {
  display: flex;
  margin: 32px 0;
}

.cd-links span {
  margin-right: 60px;
}

.cd-links-status {
  font-weight: 700;
}

.cd-links-message {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.cd-links-link {
  min-width: 450px;
  font-weight: 400;
  font-size: 14px;
  color: #5A7184;
}

@media (max-width: 789px) {
  .cd-links-message {
    font-size: 12px;
  }
  .cd-links-link {
    font-size: 12px;
  }
}
.cd-form-wrapper {
  position: relative;
  width: 100%;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cd-loading {
  animation: rotating 2s linear infinite;
}

.cd-form-wrapper .cd-button-group {
  justify-content: center;
}

.cd-form-info,
.cd-form-info a {
  color: #D6D5D5;
  font-size: 0.875rem;
  text-align: center;
}

.cd-form-info a {
  text-decoration: underline;
  cursor: pointer;
}

.cd-droparea {
  width: 100%;
  background: #fff;
  border: 2px dashed #D4D4D4;
  margin: 30px 0;
}

.cd-droparea--url {
  position: relative;
  border: 1px solid rgba(212, 212, 212, 0.29);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cd-result-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.cd-result-centered .cd-form-result-keywords {
  width: 100%;
  max-width: 500px;
}
.cd-result-centered .cd-form-result-keywords .cd-grid {
  width: 100%;
  justify-content: space-between;
}

.cd-expert-mode-default-mode-row {
  margin-left: 0px;
  margin-right: 0px;
}

.cd-img-note-padding {
  padding: 0;
  width: 112.52%;
}

.cd-links-parent {
  font-family: Courier New, Courier, monospace;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: #868686;
}

.cd-links-parent a,
.cd-links-link a {
  color: #868686;
}
.cd-links-parent a:visited,
.cd-links-link a:visited {
  color: #868686;
}
.cd-links-parent a:hover,
.cd-links-link a:hover {
  color: var(--primary-hover-bg-color);
}

.cd-links-link-parent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cd-process-loading-amount {
  font-size: 28px;
}

.cd-loading-title {
  font-size: 16px;
}

.cd-expert-mode-default-mode-check-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cd-expert-mode-default-mode-check-box input {
  height: 18px;
  width: 16px;
}

.cd-process-loading-row:first-child {
  margin-bottom: 0px;
}

.cd-choice-input {
  width: 220px;
  height: 38px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #2B2B2B;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cd-save-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

@media (max-width: 399px) {
  .cd-save-buttons-row {
    flex-direction: column;
  }
}
