/* 
Theme Name: Hello Elementor Child x Rilegatesi
Theme URI:
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Davide Grassitelli 
Author URI: 
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

main#main {
  padding-top: 10%;
}

input[type="file"] {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

input[type="file"]:focus {
  border-color: #333;
}

.pdf-upload {
  margin-bottom: 1rem;
  position: relative;
}

#reset-pdf {
  visibility: hidden;
  font-size: 0.83rem;
}

#loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-spinner img {
  color: black;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pdf-feedback-ok {
  margin-top: 10px;
  padding: 10px;
  background: #f0f8ff;
  border: 1px solid #4caf50;
  border-radius: 5px;
  font-size: 14px;
}

.pdf-feedback-error {
  margin-top: 10px;
  padding: 10px;
  background: #ffe6e6;
  border: 1px solid #ff4444;
  border-radius: 5px;
  color: #cc0000;
}
