#bzform > div{
  border-radius: 30px;
}

.table-responsive {
  border: 1px solid #646769;
  border-radius: 15px;
  border-spacing: 0;
  margin: 20px 0;
}

.table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.table td, table th {
  border: 1px solid #646769;
}
.table tr:first-child th {
  border-top: 0;
}
.table tr:last-child td {
  border-bottom: 0;
}
.table tr td:first-child,
.table tr th:first-child {
  border-left: 0;
}
.table tr td:last-child,
.table tr th:last-child {
  border-right: 0;
}

.table td{
  display: flex;
  align-items: center;
}
.table p{
  text-align: center;
}

[aria-invalid="true"] {
  border-color: #cd0a0a !important;
  background: #fef1ec !important;
}

#divalertbtrp{
  position: fixed;
  top: 75px;
  right: 30px;
  width: 40vw;
  z-index: 1100;
}

@media (max-width:1024px) {
  #divalertbtrp{
    width: 60vw;
  }
}


@media (max-width:768px) {
  #divalertbtrp{
    width: 90vw;
  }
}