.modal-body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 94vw;
}
.body_aa {

  margin-top: 20px;
  text-align: center;
  color: #352e26;
  font-size: 16pt;
  font-weight: 700;
}

.body_bb {

  margin-top: 20px;
  text-align: center;
  color: #352e26;
  font-size: 15pt;

}

.body_cc{
  margin-top: 20px;
  text-align: center;
  color: #352e26;
  font-size: 15pt;
}

.modal_td {
  width: 94vw;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 60px;

  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn-primary {
  margin-left: 40px;
}


.btn {
  display: inline-block;
  font-weight: 600;
  color: #f5f8fa;
  width: 80px;
  
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(133, 119, 76, 0.82);
  border: 1px solid rgba(133, 119, 76, 0.82);
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.maso {
  margin-right: 30px;
  width: 40px;
  font-size: 17pt;
}

.mas {
  margin-left: 30px;
  width: 40px;
  font-size: 11pt;
  padding: 5pt 5pt;
}

input[type="text"] {

  border: none;
  border-radius: 5px;
  font-size: 14pt;

}

.carta {
  /* background-color: antiquewhite; */
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 99;
  right: 3px;
  bottom: 3px;
  text-align: center;
  vertical-align: middle;
  justify-items: center;

}

.battt:hover {
  background-color: #0f5132;
}

.battt {
  /* background-color: antiquewhite; */
  background-image: url("../data/collec/nota_re.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  pointer-events: visible;
}

.alert {
  position: relative;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 100rem;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-success .alert-link {
  color: #08e67e
}

.none {
  display: none;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgba(130, 111, 71, 0.591);
}

.close {
  float: right;
  margin-right: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: rgb(32, 26, 26);
  text-decoration: none;
}


.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  background-color: rgba(0, 0, 0, 0.443);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  /* margin: 0.5rem; */
  margin-top:0.5rem;
  margin-bottom: 10rem;
  margin-left:0.5rem ;
  margin-right:0.5rem ;
  pointer-events: none;

}
.modal .fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}

.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 2rem);
margin: 0.5rem;
}

.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: min-content;
  pointer-events: auto;
  background-color: #fff;
  /* background-clip: padding-box; */
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding-bottom: 30px;
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 3px 3px;
  border-bottom: 1px solid #dee2e6;
  width: 94%;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  margin-left: -80px;
}
.alert-dismiss .close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
  height: 20px;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-header .close {
  padding: 1rem 1rem;
 
}


@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgba(130, 111, 71, 0.591);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}





table {
  display: flex;
  flex-direction: column;
  width: 90vw;
}

tr {
  display: flex;
  flex-direction: column;
  width: 90vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

td {
  display: flex;
  flex-direction: column;
  width: 90vw;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.butt {
  display: flex;
  flex-direction: row;
  width: 90vw;
  position: relative;
  text-align: center;
  align-self: center;
  justify-content: center;
}

.task-delete {
  position: absolute;
  top: -5px;
  right: 10px;
  margin-left: 40px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  border: none;
  color: #352e26ad;
}
.sensd {

  position: absolute;
  top: -40px;
  right: 15px;
  color: #605446;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  border: none;
}

.sensdoo {
  background-color: #4d5053;
  position: absolute;
  top: -40px;
  right: 15px;
  color: rgb(51, 65, 65);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
  border: none;
}

.sensdoo:hover{

  
  color: rgb(182, 248, 195);

}

.sensd:hover{

  background-color: darkgreen;
  color: azure;

}
.sepa{
  width: 85vw;
  padding-bottom: 10px;
}
.separa{
  background-color: rgb(116, 102, 79);

  width: 85vw;
justify-self: center;
align-self: center;
  padding-bottom: 1px;
}
.plussa {
  position: relative;
  width: 90vw;
}
.titoless {
  color:#352e26;
  font-size: 17pt;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
 }
 
  