#boleto-pre-header {
  padding: 48px 0;
  border-bottom: 1px solid #cccccc;
  background-color: #5d8ea2;
}

#boleto-pre-header .container {
  flex-wrap: wrap;
}

.boleto-pre-header-info {
  width: 100%;
  color: #fff;
  align-items: center;

  gap: 90px;
}

.boleto-pre-header-info-profile {
  margin-left: auto;
}

.boleto-pre-header-info-doc {
  align-items: center;
  gap: 8px;
}

.boleto-pre-header-info-doc img {
  width: 21px;
  fill: #2e6e93;
}

.boleto-pre-header-buttons {
  margin-top: 35px;
  width: 100%;
  justify-content: flex-end;
  gap: 32px;
}

.boleto-pre-header-buttons .btn-default {
  width: 300px;
  --btn-color: #2e6e93;
}

.boleto-pre-header-buttons .btn-default:hover {
  --btn-color: #2e6e93;
}

#boleto-header {
  padding: 32px 0;
}
.boleto-filter-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.boleto-unfilter-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#boleto-header .container {
  justify-content: space-between;
}

.boleto-header-titles {
  align-items: center;
  color: #2e6e93;
  gap: 48px;
}

.boleto-header-filtros {
  width: 400px;

  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 17px;
}

.boleto-header-filtros a {
  color: #2e6e93;
}

#boleto-blocks .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1rem;
  justify-content: space-between;
}

.boleto-blocks-block {
  background-color: #fff;
  padding: 16px;
  min-height: 328px;
  box-shadow: 2px 5px 10px 2px #cccccc;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.boleto-blocks-block-header {
  justify-content: space-between;
  margin-bottom: 19px;
}

.boleto-blocks-block-header-title {
  color: #999999;
  display: block;
  width: 130px;
}

.boleto-blocks-block-header-tag {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;

  width: max-content;
  height: 30px;

  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.boleto-blocks-block-header-tag.text-default {
  font-size: 14px;
}

.boleto-blocks-block-header-tag.green-tag {
  background-color: #dbb698;
  box-shadow: 0.5px 0.9px 10px 0 rgb(6 78 120 / 30%);
}

.boleto-blocks-block-header-tag.blue-tag {
  background-color: #2e6e93;
  box-shadow: 0.5px 0.9px 10px 0 rgb(6 78 120 / 30%);
}

.boleto-blocks-block-header-tag.red-tag {
  background-color: #ed5059;
}

.boleto-blocks-block-header-tag.orange-tag {
  box-shadow: 0.5px 0.9px 10px 0 rgb(242 143 36 / 30%);
  background-color: #dbb698;
}

.boleto-blocks-block-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.boleto-blocks-block-info-vencimento-key,
.boleto-blocks-block-info-responsavel-key {
  color: #616161;
  margin-bottom: 19px;
}

.boleto-blocks-block-info-vencimento-value,
.boleto-blocks-block-info-responsavel-value {
  color: #616161;
}

.boleto-blocks-block-actions {
  justify-content: center;
}

.btn-emitir-boleto {
  margin-top: 30px;
  width: 170px;
  --btn-color: #07a659;
  border-radius: 5px !important;
}

.btn-emitir-boleto:hover {
  background-color: #07a659b4;
}

.btn-emitir-boleto.btn-default {
  border-radius: 0;
}

.boleto-blocks-block-actions-vencido-text {
  flex-wrap: wrap;
  justify-content: space-between;
}

.boleto-blocks-block-actions-aberto-text {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.boleto-blocks-block-actions-aberto-text
  .boleto-blocks-block-actions-aberto-text-header {
  width: 100%;
}

.boleto-blocks-block-actions-aberto-text img {
  margin-bottom: 16px;
}

.boleto-blocks-block-actions-vencido-text-header,
.boleto-blocks-block-actions-aberto-text-header {
  display: block;
  width: 100%;

  font-size: 12px;
  font-family: "Montserrat Regular";

  color: #777;

  margin: 26px 0 20px 0;
  text-align: center;
}

.boleto-blocks-block-actions-vencido-text-body {
  display: block;
  width: 279px;

  font-size: 12px;
  line-height: 14px;
  font-family: "Montserrat Regular";

  color: #333;
}

.boleto-blocks-block-actions-vencido-text-body a {
  color: rgb(0, 0, 238);
}

.btn-alterar {
  position: absolute;
  right: 0;
  bottom: 0;

  padding: 5px;
  background-color: #ccc;
  color: #fff;

  font-family: "Montserrat Regular";
  font-size: 12px;
  border-top-left-radius: 10px;

  -webkit-transition: padding-bottom 200ms linear;
  -moz-transition: padding-bottom 200ms linear;
  -ms-transition: padding-bottom 200ms linear;
  -o-transition: padding-bottom 200ms linear;
  transition: padding-bottom 200ms linear;
}

.boleto-blocks-block-actions .btn-alterar:hover {
  padding-bottom: 10px;
}

#modal-alterar {
  color: #616161;
  background-color: rgba(97, 97, 97, 0.7);
}

#modal-alterar .modal-head {
  text-align: center;
}

#modal-alterar .modal-title {
  margin-bottom: 30px;
}

#modal-alterar .modal-body {
  flex-direction: column;
  gap: 12px;
}

#modal-alterar .input-colored {
  height: 42px;
  font-size: 30px;
}

#modal-alterar button {
  background-color: #2e6e93;
  border-color: #2e6e93;
  background-image: none;
  font-family: "Montserrat Bold";
}

.swal2-html-container {
  font-family: "Montserrat Regular" !important;
  font-size: 16px !important;
}

button.swal2-styled.swal2-confirm {
  background-color: #dbb495 !important;
  box-shadow: none !important;
}
