.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-responsive-stack td, .table-responsive-stack th {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }
}

/* IE9 FIX */

@media screen and (max-width: 768px) {
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}

.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -40;
  content: "✔";
}

.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -40;
  content: "✖";
}

@media (min-width: 576px) {
  .col-sm-4 {
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    border-right: none;
  }
}

@media (max-width: 575px) {
  .col-sm-4 {
    border-left: 1px solid #b2b2b2;
    border-top: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    border-bottom: none;
  }
}

.button101 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  width: 100%;
  background: linear-gradient(var(--bs-gray-500), var(--bs-gray));
  border: 1px solid var(--bs-gray-500);
  margin-top: 0px;
  font-family: 'Maven Pro', sans-serif;
}

@media (min-width:768px) {
  .text-md-start {
    text-align: left!important;
    padding-left: 25px;
  }
}

@media (min-width:768px) {
  .text-md-end {
    text-align: right!important;
    padding-right: 25px;
  }
}

