.size-80 {
  font-size: 80%;
}

.size-90 {
  font-size: 90%;
}

.size-95 {
  font-size: 95%;
}

.size-120 {
  font-size: 120%;
}

.size-150 {
  font-size: 150%;
}

.size-180 {
  font-size: 180%;
}

.size-200 {
  font-size: 200%;
}

p, ul {
  padding: 0;
  margin: 0;
}

.function {
  min-width: 6.25rem;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: 0.125rem;
}
label sup {
  top: 0.125rem;
  position: relative;
  color: #ff0000;
  font-size: 150%;
}

li {
  list-style-type: none;
}

.btn-link {
  cursor: pointer;
}

input, select {
  border-radius: 0.1875rem;
  box-shadow: 0 0 0 0;
  border: 0.0625rem solid #ddd;
  padding: 0.3125rem 0.625rem;
}

button {
  border-width: 1px;
}

table {
  position: relative;
}
table thead th {
  vertical-align: middle !important;
  text-align: center;
  font-weight: 700;
}

.modal {
  z-index: 9999;
}
.modal .modal-header {
  color: #ffffff;
  background-image: linear-gradient(to right, #17A2B8 0%, #1CAF9A 100%);
}
.modal .modal-header.error {
  background: #dc3545;
}
.modal .modal-content {
  border-width: 0;
  border-radius: 0.4rem;
}

.progress {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.progress i {
  position: absolute;
  font-size: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: rgba(255, 255, 255, 0.7);
}

.custom-input {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-input:hover input ~ .checkmark {
  background-color: #ccc;
}
.custom-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-input input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: transparent;
}
.custom-input input:checked ~ .checkmark:after {
  display: inline-block;
}
.custom-input .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.custom-input .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.custom-input .checkmark::after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.popup {
  font-style: italic;
  font-size: 0.8364rem;
  color: #a94442;
  position: absolute;
  padding: 0.625rem 0.9375rem 1.875rem 0.9375rem;
  background: url("/assets/images/popup.png") no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
