﻿.pagination > li > a,
.pagination > li > span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.otp {
  margin-bottom: 15px;
}
.otp input {
  width: 40px;
  height: 40px;
  border: 2px solid silver;
  border-radius: 20px;
  text-align: center;
  font-family: Verdana;
  color: #555;
  margin: 0 -1px;
  display: unset;
}
.otp button {
  vertical-align: unset;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
input:required,
select:required {
  border-left: 5px solid #b7dff3;
}
input:required + label::after,
select:required + label::after,
textarea:required + label::after {
  content: " *";
  color: #e32;
}
h2,
.h2 {
  font-size: 16px;
  font-weight: bold;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  line-height: 50px;
  background-color: #fefefe;
  margin: 0 -15px;
  padding: 0 15px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: -16px;
  z-index: 3;
}
div.sticky .title {
  font-size: 16px;
  font-weight: bold;
}
.checkbox-container {
  max-height: 400px;
  overflow: auto;
}