a:hover{
  text-decoration:none;
}

body{
background-size: 100%;
background-position-y: 2em;
}

table{
  text-align:center;
  font-size:12px;
}

/*table tr:first-child{
  font-weight:bolder;
  font-size:15px;
  
}*/

div.irudiduna img{
  text-align: center;
  display: block;
  width: 100%;
}

.izenburua{
  text-align: center;
  margin-bottom:1em;
}

.logo img{
  width: 7em;
  margin-right: 2em;
  margin-top: -1em;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0edc5a;
}

nav .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* lo centra exactamente */
  height: 34px;
  margin-top: -15px;
}

nav .menu {
  display: flex;
  gap: 15px;
  list-style: none;
}

form{
  margin: auto;
  padding: 2em;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

label{
  margin: 5px;
}

button.btn, .nav-link{
  background: #0edc5a;
  border: 1px solid var(--Tertiary-Blue,#0a3740);
  display: flex;
  border-radius: 29px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  color: #0a3740;
  margin:auto;
}

.nav-link{margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;}


.error{
  color: red;
}

h1{
  text-align: center;
  font-size: 2em;
}

.one-line{
  width: fit-content;
  text-align: center;
}

.fa-check, .fa-v{
  color: green;
}

.fa-times, .fa-x{
  color: red;
}


/*a.btn.one-line{
  border: black solid 1px;
  border-radius: 50px;
  background: #00dc63;
  margin-right: 2px;
}*/

a.btn.one-line .fa-check, a.btn.one-line .fa-times, a.btn.one-line .fa-trash{
  color: #0a3740;
}



#DataTables_Table_0_wrapper{
  font-size:12px;
}

#footer{
background-color: #00dc63;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer .footer_c {
        background-color: #00dc63;
  display: flex;
  width: 100%;
  padding: 48px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
    }
    
#footer .footer-logo{
  width: 100%;
}
    
#footer .footer-logo img{
  width: 200px;
  text-align:center;
}

#footer .footer-separator{
  max-width: 1272px;
  width: 100%;
  height: 1px;
  background-color: #0a3740;
  margin: auto;
  display: block;
}

#footer .footer-separator:first-child, #footer .cmp-footer-rrss{
  margin-bottom:2em;
}

/*.container.main{
  display: grid;
  place-items: center;
  min-height: 100vh;
}*/

.centro{margin:3em;}

.cmp-footer-nav{width:100%;}

.cmp-container{text-align:center}

.other-links .cmp-container{text-align:center;flex-direction: row;
    gap: 24px;display:flex;margin-top:2em;}

.other-links .cmp-container a{color:#0a3740;}

.cmp-links-with-links {
  display: inline;
}

#footer svg{transform: scale(1.5);color: #0a3740}

.cmp-footer-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.other-links .cmp-links-with-links.container.responsivegrid{padding:0 !important;}

/*
#container {
  max-width: 550px;  
}*/

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #007bff;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /*cursor: pointer; Added cursor pointer */
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #007bff;
  z-index: -1;
}

#multi-step-form{
  overflow-x: hidden;
}

.hide{
  display: none;
}

.audio:hover{
  cursor: pointer;
}

.oharra{
background: #0a3740;
  color: white;
  padding: 2em;
}

.botoiak{
display:flex;
}

#id_addressee_language{
list-style: none;
  padding-top: 1em;
  text-align: center;
}

.audio_zerrenda{
display: flex;
  text-align: center;
  margin: auto;
  width: 100%;
  border-bottom: 1px white dashed;
}

.audio_zerrenda div{
margin-left:1em;
}

span.btn{
background: #0edc5a;
  border-radius: 100px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
}

.audio_zerrenda .audio{
background: #fff;
  border-radius: 100px;
  border: 1px solid black;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 2px;
  color: black;
}

p .audio.fa-solid.fa-volume-high {
  margin-right: 1em;
}

.required {
  color: #d50303;
}

.hidden{display:none !important; }

.spinner {
  border: 4px solid #0edc5a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left-color: white;

  animation: spin 1s ease infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

