.loading-tax {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.loading-tax .spinner-border {
  width: 7rem;
  height: 7rem;
}

.set_user_language,
.clean_declaration_tax_assigned,
.clean_declaration_iva_assigned {
  cursor: pointer;
}

.content-taxin {
  position: relative;
}

.content-taxin.expanded,
.header-taxin.expanded {
  margin-left: 220px;
}

.nav-taxin {
  width: 220px;
  position: fixed;
  top: 0;
  bottom: 0;
}

.nav-taxin.collapsed {
  margin-left: -220px;
}

.nav-taxin,
.header-taxin,
.content-taxin {
  transition: all 0.3s ease;
}

.header-taxin {
  min-height: 60px;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1050;
}

.avatar-taxin {
  background-image: url("../img/header-profile.png");
}

.nav-taxin .list-group .list-group-item:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}

@media (max-width: 992px) {
  .content-taxin.expanded {
    margin-left: 220px !important;
  }
}

.dropdown-languages {
  padding: 10px 10px 10px 10px;
  width: 12rem;
}

.dropdown-helps {
  padding: 10px 10px 10px 10px;
  width: 20rem;
}

.dropdown-helps li a {
  padding: 3px 0px !important;
  text-wrap: wrap;
}

.set_user_language {
  cursor: pointer;
}

.set_user_language:hover {
  background: #f5f5f5;
}

.form_forgot_password {
  padding-top: 0px
}


.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

.loginscreen.middle-box {
  width: 300px;
}

.logo-name {
  color: #e6e6e6;
  font-size: 130px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 10px 10px 10px 10px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px);
}

button:disabled,
button.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }

  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }

  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }

  .nav.navbar-top-links li.dropdown {
    display: none;
  }

  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

.full-width {
  width: 100% !important;
}


.block {
  display: block;
}


/* Dropdown de idiomas más pequeño */
.dropdown-menu.neat_drop {
  min-width: 9rem !important;
  max-width: 11rem;
}

.neat_drop .dropdown-item {
  padding: 0.4rem 0.8rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.neat_drop .flag_img {
  width: 20px;
  height: 14px;
  object-fit: cover;
}


/* Botón de idiomas más compacto */
.language-btn-compact {
  padding: 1rem 1rem !important;
  font-size: 1rem;
  line-height: 1.2;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.language-btn-compact .flag_img {
  width: 26px;
  height: 17px;
  object-fit: cover;
}

.language-btn-compact .drop-icon {
  font-size: 0.75rem;
}

.btn-white {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}

.btn-white:hover {
  color: inherit;
  border: 1px solid #d5d8d9;
}


.wrapper {
  padding: 0 20px;
}

.wrapper-content {
  padding: 20px 10px 40px;
}

.large-box {
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
}


.register-tittle {
  background: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 5px;
  padding: 10px;
  background-color: #0A0046;
  border-color: #0A0046;
  color: #FFFFFF;
  margin-top: 50px;
}


.mail-box {
  clear: both;
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px;
}

.custom-datepicker {
  cursor: pointer;
}

.input-group-text {
  cursor: pointer;
}

.hr-line-dashed {
  border: 0;
  border-top: 1px dashed #eee;
  height: 1px;
  margin: 1rem 0;
}

.icon-color {
  color: white;
}