// Fonts
@import url("https://fonts.googleapis.com/css?family=Nunito");

// Variables
@import "variables";

// Bootstrap
@import "bootstrap/scss/bootstrap";

// Font Awesome

.btn {
  background-color: #9a0505 !important;
}

.btn-login {
  margin-bottom: 15px;
}

.btn-outline-secondary {
  color: white !important;
  background-color: #bb2d3b !important;
  margin-bottom: 7px !important;
  min-width: -webkit-fill-available !important;
}

.btn-outline-secondary:hover {
  background-color: #9a0505 !important;
}

.header {
  position: flex;
  flex-direction: column;
}

.header__image {
  position: relative;
  display: block;
  object-fit: cover;
  width: 100%;
  min-height: 100px;
}

.header__navbar {
  margin: 0 auto;
  background-color: #9a0505;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-transform: uppercase;
}

.header__navbar__item {
  display: inline-block;
  font-size: 18px;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.header__navbar__item:hover {
  color: #fff;
  background-color: #9a0505;
  text-decoration: underline;
  cursor: pointer;
}

.header__navbar__item-form {
  display: inline-block;
  margin: 0;
  /* Ajusta el margen según tus necesidades */
  padding: 0;
  /* Ajusta el espaciado interno según tus necesidades */
}

.nav-dropdown {
  display: none;
  background-color: #9a0505;
}

.menu-drop .hambur {
  display: block;
  font-size: 60px;
  line-height: 0.15;
  color: #fff;
}

.dropdown-menu {
  background-color: #9a0505;
  color: white;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  text-decoration: underline;
  color: white;
}

.menu-drop {
  margin-left: 125px;
  color: white;
  font-size: 18px;
  padding: 10px 0 14px 0;
}

.menu-drop:hover {
  text-decoration: underline;
  color: white;
}

.swal-button--confirm {
  background-color: #9a0505 !important;
  color: white;
}

#app {
  font-family: "Nunito", sans-serif;
  height: calc(100vh - 200px);
  width: 100%;
}

.span-email-red {
  color: #9a0505;
  font-weight: bold;
  text-decoration: none;
}

.content__main {
  width: 100%;
  display: block;
  flex-direction: row;
  align-content: space-around;
  justify-content: space-around;
  margin-top: 50px;
  padding-bottom: 50px;
}

.input-group {
  margin-bottom: 50px;
}

.card-body-custom {
  flex: 1 1;
  padding: 1rem 1rem;
}

.col-form-label {
  align-self: center;
  padding-top: calc(0.375rem + 10px) !important;
  white-space: nowrap !important;
}

.card-header-custom {
  background-color: #9a0505;
  color: white;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 1rem 1rem;
}

.form-select .bg-primary {
  background-color: #9a0505 !important;
}

.badge {
  background-color: #9a0505 !important;
  color: white !important;
  font-size: 0.75rem !important;
}

.dropdown input[type="text"] {
  color: #000 !important;
}

.establishments__button_add__container {
  position: relative;
  display: block;
}

.establishments__button_add {
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.payment {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 90%;
}

.payment__textSection {
  margin: 40px 0;
}

.payment__paymentLinksSection {
  margin: 20px auto;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-evenly;
}

.payment__paymentLinksSection__Title {
  max-width: 300px;
  color: #fff;
  background-color: #dc3025;
  font-size: 1.5em;
  width: 215px;
  padding: 0.3rem 2rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
}

.payment__paymentLinksSection__Button__Interbanking {
  object-fit: cover;
  max-width: 250px;
  height: auto;
  margin-left: 2rem;
  margin-right: 1rem;
}

.payment__paymentLinksSection__Button__Interbanking__image {
  width: 174px;
  height: auto;
  background-image: transparent;
}

.payment__videoSection {
  margin: 20px 0 !important;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/* Tabla payments */

.tabla-payments {
  vertical-align: middle !important;
  margin-top: 20px;
}

.table > thead {
  vertical-align: bottom;
  white-space: nowrap;
  background-color: #9a0505;
  color: white;
  border-radius: 0.25rem 0.25rem 0 0;
}

.invoices__total {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

.payment__videoSection__title {
  font-size: 20px;
  text-transform: uppercase;
  object-fit: cover;
  color: #dc0914;
  margin: 20px 0;
}

.payment__videoSection__video {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  align-items: center;
  height: 480px;
  width: 640px;
}

.radio-button-group:hover {
  border-style: none;
  border: 0px;
  border-radius: 0px;
  border-color: white;
}

.pagination {
  margin-top: 35px;
  justify-content: center;
}

.page-link {
  z-index: 3 !important;
  color: #9a0505 !important;
  background-color: white !important;
  border-color: #9a0505 !important;
}

.page-link:hover {
  color: #9a0505 !important;
}

.active > .page-link {
  z-index: 3 !important;
  color: var(--bs-pagination-active-color) !important;
  background-color: #9a0505 !important;
  border-color: #9a0505 !important;
}

.disabled > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #9a0505;
  border-color: #9a0505;
}

/* list.blade.php */
.form-group {
  margin-bottom: 10px;
}

.form-control {
  margin-top: 10px;
}

.input-group-append {
  margin-bottom: 20px;
  margin-top: 25px;
  text-align: right;
}

/* Boton logout */
.btn-logout {
  background-color: #9a0505;
  color: white;
}

.btn-logout:hover {
  background-color: #9a0505;
  text-decoration: none;
  color: white;
  border-color: #9a0505;
}

/* Radio button mi perfil */
.btn-radio {
  background-color: white !important;
}

.info__general__businessName {
  display: flex;
}

.info__general__CUIT {
  display: flex;
}

.info__general__CUIT {
  display: flex;
}

.table-comprobante tbody tr th,
.table-comprobante tbody tr td {
  vertical-align: middle;
  padding: 10px;
}

.table-comprobante tbody tr td .form-check-input {
  margin: -8px;
  vertical-align: middle;
}

.table-comprobante-details tbody tr th {
  border: none;
  background-color: #fff;
}
.table-comprobante-details tbody tr td {
  background-color: #f1f1f1;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid white;
  border-collapse: collapse;
}

.table-comprobante-details tbody tr td .form-check-input {
  margin: -8px;
  vertical-align: middle;
}

.title-payment-list {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none;
  }

  .nav-dropdown {
    display: block;
  }
}

a {
  cursor: pointer;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.button-list {
  margin: 5px;
  padding: 5px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

#loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 45%;
  bottom: 0;
  margin: 0 auto;
  z-index: 99;
  width: 120px;
  height: 120px;
  border: 16px solid #f1f1f1;
  border-radius: 50%;
  border-top: 16px solid #9a0505;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
