.custom-module-block table {
  width: 100%;
}
.custom-module-block table thead {
  background-color: #23275e;
  color: #fff;
  font-size: .9375rem;
  font-weight: 700;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
}
.custom-module-block table>thead:first-child>tr:first-child>th{
  border-top: 0;
  background-color: #23275e;
  color: #fff;
}
.custom-module-block table thead tr th {
  white-space: nowrap;
  padding: 30px 36px;
}
.custom-module-block table thead tr th i {
  font-size: 21px;
  margin-right: 15px;
  float: left;
}

.custom-module-block table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.custom-module-block table tbody {
  border: 1px solid #ddd;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.custom-module-block table tbody th {
  font-size: 1.125rem;
  padding: 25px 36px;
  color: #23275e;
  font-weight: bold;
}

.custom-module-block table tbody td {
  padding: 25px 36px;
  line-height: 1.33;
  font-size: 1.125rem;
  color: #7d8287;
}

.custom-form .error input{
  border-color: red !important;
}

.custom-form span.error{
  color: red;
  font-size: .8125rem;
  margin-top: 5px;
  display: block;
}


.asitakvimi  table tbody .date {
  display: block;
  font-size: .75rem;
  color: #7d8287;
  margin-top: 10px;
}
.asitakvimi .js-form-item span:not(:first-of-type),
.hamileliktakvimi .js-form-item span:not(:first-of-type) {
  display: none;
}
