


.page-content-top.hidden .page-content-top-wrapper {
  display: none;
}
.page-content-top button.hidden {
  display: none;
}
.page-content-top.hidden button.hidden {
  display: block;
  margin: 0 auto;
}
#resultsContainer.hidden, #previewSection.hidden {
  display: none;
}

#loadingIndicator {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
}
#loadingIndicator.hidden {
  display: none;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 10px auto;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.extracted-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}

.form-group input {
  width: 95%;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
}
.half .form-group input { 
  width: auto;
}

.half {
  display: flex;
  gap: 1rem;
}

.half .form-group {
  flex: 1;
}




body {
    margin: 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    background-attachment: scroll;
    background: linear-gradient(to right, #e0eafc, #cfdef3);
    background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to right, #d4d3dd, #efefbb);
    background-attachment: fixed;

}
header {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
.header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em;
}
.logo img {
    height: 100px;
}
.page-content {
    padding-top: 200px;
    text-align: center;
}
footer {
    padding: 2em;
    text-align: center;
}

.pc-section-one, .pc-section-two  {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px;
}

.pc-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  flex: 0 0 55%;
  padding: 30px 0;
}

.pc-left img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.pc-left button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.pc-left.right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 45%;
}

.pc-left.right h2 {
  margin-bottom: 20px;
}

.pc-left.right p {
  line-height: 1.6;
  text-align: center; 
}

.form-wrapper {
  padding: 50px;
  position: relative;
  background-color: hsla(0, 0%, 10%, 0.1);
  border: 2px solid var(--white-color);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
  width: 400px;
  margin: 0 auto; 
}
.form-wrapper h2 {
  color: black;
}
.form-wrapper form {
  text-align: left;
}
.form-wrapper label {
  display: block;
  font-weight: 600;
}
.form-wrapper input {
  display: block;
}
.email-input + label {
  padding-left: 25px;
  background: url('/static/images/icons/e-mail.svg') no-repeat 0 0;
  background-size: contain;
}
.parola-input + label {
  padding-left: 25px;
  background: url('/static/images/icons/pass.svg') no-repeat 0 0;
  background-size: contain;
}
.birou-input + label {
  padding-left: 25px;
  background: url('/static/images/icons/birou.svg') no-repeat 0 0;
  background-size: contain;
}
.cui-input + label {
  padding-left: 25px;
  background: url('/static/images/icons/cui.svg') no-repeat 0 0;
  background-size: contain;
}
.email-input,
.parola-input,
.birou-input,
.cui-input {
  width: 100%;
  padding-block: 0.8rem;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid white;
}
.email-wrapper {
  padding-bottom: 40px;
}
.birou-wrapper,
.cui-wrapper,
.register-form .email-wrapper,
.register-form .parola-wrapper {
  padding-bottom: 35px;
}

.email-wrapper,
.parola-wrapper,
.birou-wrapper,
.cui-wrapper {
  position: relative;
}
.email-label, 
.parola-label,
.birou-label,
.cui-label {
  position: absolute;
  left: 0;
  top: 13px;
  transition: top 0.3s, font-size 0.3s;
}

.email-input:focus ~ .email-label,
.parola-input:focus ~ .parola-label,
.birou-input:focus ~ .birou-label,
.cui-input:focus ~ .cui-label {
  top: -12px;
}
.email-input:focus + .email-label,
.parola-input:focus ~ .parola-label,
.birou-input:focus ~ .birou-label,
.cui-input:focus ~ .cui-label {
  top: -12px;
}


.email-input:not(:placeholder-shown).email-input:not(:focus) ~ .email-label,
.parola-input:not(:placeholder-shown).parola-input:not(:focus) ~ .parola-label,
.birou-input:not(:placeholder-shown).birou-input:not(:focus) ~ .birou-label,
.cui-input:not(:placeholder-shown).cui-input:not(:focus) ~ .cui-label {
  top: -12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
textarea:focus, input:focus{
    outline: none;
}

.login__eye {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 10;
  cursor: pointer;
}
.ri-eye-line::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/static/images/icons/eye-line.svg') no-repeat center center;
  background-size: contain;
}
.ri-eye-off-line::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/static/images/icons/eye-off-line.svg') no-repeat center center;
  background-size: contain;
}



.login__check-input,
.terms-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.login__check-label,
.terms-wrapper label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.login__check-label::before,
.terms-wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("/static/images/icons/checkbox.png");
  background-repeat: no-repeat;
  background-size: auto 22px;
  background-position: 0 0;
}
.login__check-input:checked + .login__check-label::before,
.terms-wrapper input:checked + label::before {
  background-position: -22px 0;
}
.login__check {
  padding: 30px 0 20px;
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.login__check-group {
  float: left;
}
.login__forgot {
  float: right;
  color: #38516d;
  font-weight: 600;
  text-decoration: none;
}
#login-form, .register-form {
  padding-top: 40px;
}
.login__register a {
  color: #38516d;
  font-weight: 600;
  text-decoration: none;
}
.login__register {
  text-align: center;
  font-weight: 600;
}
.register-form button {
  margin: 0 auto;
  display: block;
}
.terms-wrapper {
  padding: 30px 0 0 0;
}
.terms-wrapper a {
  color: #38516d;
  text-decoration: none;
}







.subscriere-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.subscriere-wrapper label {
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.subscriere-wrapper select {
  padding: 10px 12px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: rgba(255, 255, 255, 0.3);
}

.subscriere-wrapper select:focus {
    border-color: #007BFF; /* blue border on focus */
    box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.subscriere-wrapper select option {
    padding: 8px;
}




button {
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	border: none;
}
button:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
button:active {
	position:relative;
	top:1px;
}
.submit-button {
	text-align: center;
}
.submit-button button {
	margin: 27px 0 25px 0;
}




        .pc-section-three .plans-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 50px 0;
        }

        .plans-container {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .plan {
            background: rgba(255,255,255,0.8);
            border-radius: 15px;
            padding: 30px 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            flex: 1;
            min-width: 250px;
            max-width: 280px;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-bottom: 40px; 
        }

        .plan h2 {
            color: #333;
            font-size: 1.4em;
            margin-bottom: 20px;
            font-weight: 600;
            line-height: 1.3;
        }

        .price {
            font-size: 2.2em;
            font-weight: bold;
            color: #408c99;
            margin-bottom: 25px;
            padding: 15px 0;
        }

        .features {
            list-style: none;
            margin-bottom: 30px;
            padding: 0;
        }

        .features li {
            padding: 10px 0;
            color: #666;
            font-size: 1em;
            border-bottom: 1px solid #f0f0f0;
        }

        .features li:last-child {
            border-bottom: none;
        }
        .pc-left ul li, .pc-left.right ul li {
          list-style-type: none;
        }

        .features li::before, .pc-left ul li::before, .pc-left.right ul li::before {
            content: '✓';
            color: #408c99;
            font-weight: bold;
            margin-right: 10px;
        }

        .btn-select {
            box-shadow: 0px 10px 14px -7px #276873;
            background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
            background-color: #599bb3;
            border-radius: 8px;
            display: inline-block;
            cursor: pointer;
            color: #ffffff;
            font-family: Arial;
            font-size: 20px;
            font-weight: bold;
            padding: 13px 32px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #3d768a;
            border: none;
        }

        .btn-select:hover {
            background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
            background-color: rgba(0, 0, 0, 0);
            background-color: #408c99;
        }
.pc-section-three {
  background-image: url('/static/images/1.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
}
  

.pc-left h1, .not-found h1 {
  font-family: Verdana;
  font-size: 40px;
  line-height: 44px;
  color: #408c99;
  text-align: center;
}
.pc-left h3, .not-found h3 {
  font-family: Verdana;
  font-size: 20px;
  line-height: 24px;
  color: #599bb3;
  text-align: center;
}
.pc-left p, li {
  font-size: 20px;
  line-height: 28px;
}
.pc-left li {
  padding: 10px 0;
}
.termeni {
  max-width: 1200px;
  margin: 0 auto;
}
.button.logout {
  box-shadow: 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 40px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
  border: none;
}
#uploadFormOld, #uploadChoice {
  padding: 30px 0;
}
.captcha-wrapper, .g-recaptcha {
  margin-bottom: 25px;
}