body {
  font-family: Arial, sans-serif;
  color: #32373c;
  line-height: 1.6;
}

h1, h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.8em;
  font-weight: 400;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading-overlay .loading-spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}
.loading-overlay .loading-text {
  font-size: 13px;
  color: #333;
  max-width: 330px;
  text-align: center;
  margin: 30px auto;
  line-height: 16px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fuf-dashboard.about-wrap {
  position: relative;
  max-width: 1040px;
  margin: 45px auto 20px;
  font-size: 15px;
}
#fuf-dashboard.about-wrap h1 {
  margin: 0.2em 0;
  padding: 0;
  color: #32373c;
  line-height: 1.2;
  font-size: 2.8em;
  font-weight: 400;
}
#fuf-dashboard.about-wrap .about-text {
  font-size: 14px;
  line-height: 18px;
  color: #32373c;
  margin: 0 0 1em;
}
#fuf-dashboard.about-wrap .about-text .about-subtitle {
  font-size: 16px;
  margin-top: 40px;
}
#fuf-dashboard.about-wrap .about-text > div {
  margin-top: 18px;
}
#fuf-dashboard .fuf-container {
  width: auto;
  max-width: none;
  min-height: 208px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.01);
  border-radius: 11px;
  padding: 40px;
  margin-bottom: 0;
  margin-top: 30px;
  background-color: #fff;
  color: #55595d;
  position: relative;
}
#fuf-dashboard #check-unused-files-form {
  margin-bottom: 20px;
}
#fuf-dashboard #check-unused-files-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#fuf-dashboard .subfolders {
  margin-bottom: 20px;
  font-size: 14px;
}
#fuf-dashboard #progressBar {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#fuf-dashboard #progressBar > div {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -o-transition: width 3s ease;
  transition: width 3s ease;
  animation: progress-bar-stripes 2s linear infinite;
  background-color: #288ade;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
#fuf-dashboard #progress-info {
  font-size: 16px;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 8px;
  box-shadow: inset 0px 0px 4px 0px #d6d6d6;
}
#fuf-dashboard #check-unused-files-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
#fuf-dashboard #check-unused-files-form label {
  font-size: 16px;
  color: #333;
}
#fuf-dashboard #check-unused-files-form .subfolders {
  margin-bottom: 20px;
  font-size: 14px;
}
#fuf-dashboard #check-unused-files-form input[type=checkbox] {
  margin-right: 10px;
}
#fuf-dashboard #check-unused-files-form button {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #3498db;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#fuf-dashboard #check-unused-files-form button.button-secondary {
  background-color: #95a5a6;
}
#fuf-dashboard #check-unused-files-form button:hover {
  background-color: #2980b9;
}
#fuf-dashboard #check-unused-files-form button:hover.button-secondary:hover {
  background-color: #7f8c8d;
}
#fuf-dashboard #check-unused-files-form #scan-uploads {
  max-width: 300px;
}
#fuf-dashboard #unused-files-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
#fuf-dashboard #unused-files-table th,
#fuf-dashboard #unused-files-table td {
  padding: 12px 15px;
  text-align: left;
}
#fuf-dashboard #unused-files-table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
#fuf-dashboard #unused-files-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
#fuf-dashboard #unused-files-table tr:nth-child(odd) {
  background-color: #ffffff;
}
#fuf-dashboard #unused-files-table tr:hover {
  background-color: #f1f1f1;
}

/*# sourceMappingURL=styles.css.map */
