.btn-user {
  background: #005126;
  margin-bottom: 24px;
  border-color: #005126;
  font-size: 16.8px !important;
  border-width: 0px;
  border-style: none;
}

.btn-user:hover {
  color: var(--bs-btn-hover-color);
  background-color: rgba(0,81,38,0.85);
  border-color: rgba(0,81,38,0.85);
  box-shadow: none;
}

.btn-user-check:checked + .btn-user, :not(.btn-check) + .btn-user:active, .btn-user:first-child:active, .btn-user.active, .btn-user.show {
  color: var(--bs-btn-active-color);
  background-color: rgba(0,81,38,0.85);
  border-color: rgba(0,81,38,0.85);
  box-shadow: none;
}

.sidebar-dark .nav-item .nav-link.active, .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
  background-color: #005125;
}

.profilemail {
  font-size: 12px;
  color: rgba(255,255,255,.8);
}

@media (max-width: 576px) {
  .profilemail {
    font-size: 12px;
    color: var(--bs-white);
    display: none;
  }
}

.avatar {
  border-radius: 120px;
  max-width: 60px;
  margin-bottom: 6px;
  border: 2px solid rgba(255,255,255,.8);
}

.div-avatar:focus, .div-avatar:active, .div-avatar:hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 100%;
}

.div-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 90%;
  margin-bottom: 40px;
}

.button-save {
  font-size: 16.8px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 155px;
  height: 37px;
  background: #13a400;
}

.button-save:hover {
  font-size: 16.8px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  background: rgba(19,164,0,0.8);
}

.button-save-check:checked + .button-save, :not(.btn-check) + .button-save:active, .button-save:first-child:active, .button-save.active, .button-save.show {
  color: var(--bs-btn-active-color);
  background-color: rgba(19,164,0,0.8);
  border-color: rgba(19,164,0,0.8);
  box-shadow: none;
}

.button-support {
  font-size: 13.8px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 80px;
  height: 37px;
  background: rgba(255,255,255,0.9);
  color: #0b2a07;
}

.button-support:hover, .button-support:active {
  font-size: 13.8px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 80px;
  height: 37px;
  background: rgb(255,255,255);
  color: #0b2a07;
}

.button-support-check:checked + .button-support, :not(.btn-check) + .button-support:active, .button-support:first-child:active, .button-support.active, .button-support.show {
  color: var(--bs-btn-active-color);
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
  box-shadow: none;
  color: #0b2a07;
}

.modal-office {
  box-shadow: none !important;
  border: none !important;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 800px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.button-alt {
  font-size: 16.8px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 155px;
  height: 37px;
  background: #eeeeee;
  color: #101010;
}

.button-alt:hover {
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  height: 37px;
  background: rgba(238,238,238,0.7);
  color: #101010;
}

.button-alt-check:checked + .button-alt, :not(.btn-check) + .button-alt:active, .button-alt:first-child:active, .button-alt.active, .button-alt.show {
  color: var(--bs-btn-active-color);
  background-color: rgba(238,238,238,0.7);
  box-shadow: none;
  color: #0b2a07;
}

.button-option {
  font-size: 18px !important;
  border-width: 1px !important;
  border-color: #13a400 !important;
  border-style: solid !important;
  border-radius: 160px !important;
  width: 230px !important;
  height: 65px !important;
  background: #ffffff !important;
  color: #13a400 !important;
}

@media (max-width: 576px) {
  .button-option {
    font-size: 12px !important;
    border-width: 1px !important;
    border-color: #13a400 !important;
    border-style: solid !important;
    border-radius: 160px !important;
    width: 170px !important;
    background: #ffffff !important;
    color: #13a400 !important;
  }
}

.button-option-check:checked + .button-option, :not(.btn-check) + .button-option:active, .button-option:first-child:active, .button-option.active, .button-option.show {
  border-width: 1px !important;
  border-color: #13a400 !important;
  border-style: solid !important;
  border-radius: 160px !important;
  background: #13a400;
  color: #ffffff;
}

.button-option:hover {
  border-width: 1px !important;
  border-color: #13a400 !important;
  border-style: solid !important;
  border-radius: 160px !important;
  background: #13a400 !important;
  color: #ffffff !important;
}

.button-option:focus {
  background: #13a400 !important;
  color: #ffffff !important;
}

.button-table {
  font-size: 14px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 110px;
  height: 37px;
  background: var(--bs-danger);
}

.button-table:hover {
  font-size: 14px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 110px;
  height: 37px;
  background: rgba(231,74,59,0.8);
}

.button-table-check:checked + .button-table, :not(.btn-check) + .button-table:active, .button-table:first-child:active, .button-table.active, .button-table.show {
  background: rgba(231,74,59,0.8);
}

.button-table:focus {
  font-size: 14px;
  border-width: 0px;
  border-style: none;
  border-radius: 160px;
  width: 110px;
  height: 37px;
  background: #13a400;
}

.bg-gradient-primary.bg-login {
  background: url("../../assets/img/dogs/sfondo-thumb.jpg") top / cover no-repeat;
  display: flex;
  position: relative;
  align-items: center;
}

.sidebar.sidebar-dark.accordion.bg-gradient-primary {
  background: #0b2a07;
  display: flex;
}

.div-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 60vh;
}

.div-btn-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.container-card {
  max-width: 1480px;
}

.p-small-large {
  font-size: 14px;
  white-space: pre-wrap;
}

.transaction-text {
  font-size: 18px;
}

.ticket-green {
  background-color: darkgreen;
  border-radius: 4px;
}

.ticket-purple {
  background-color: darkorchid;
  border-radius: 4px;
}

.category-ticket {
  border-radius: 4px;
  border: 2px solid rgb(153,50,204);
}

.ticket-purchase {
  border-radius: 4px;
  border: 2px solid rgb(11,42,7);
  background-color: white;
}

.ticket-skyblue {
  background-color: #a3f3ff;
  border-radius: 4px;
  font-size: 14px;
}

.ticket-lightgreen {
  background-color: #d7ffe2;
  border-radius: 4px;
  font-size: 14px;
}

.ticket-yellow {
  background-color: var(--bs-yellow);
  border-radius: 4px;
  font-size: 14px;
}

.card-bg-lightgreen {
  background: #d7ffe2;
}

