.v5 * {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #6A8BA3;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  font-weight: normal;
  box-sizing: border-box;
  font-family: 'Gotham Pro', sans-serif;
}

.v5 .load-progress {
  display: flex;
  align-items: center;
  justify-content: center;
}

.v5 .load-progress img {
  height: 12px;
  width: 12px;
}

/* table */
/* table */
/* table */

.v5 .table {
  width: calc(100% + 8px);
  transform: translateX(-4px);
  border-spacing: 4px;
  margin-bottom: 25px;
}

.v5 tr {
  background: #fff;
}

.v5 tr:nth-child(2n) td {
  background: #F5F9FC;
}

.v5 th,
.v5 td {
  padding: 12px 25px 12px 25px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.v5 th {
  color: white;
  background: #E31E24;
}

.v5 td {
  color: #161E26;
  background: white;
}

@media (max-width: 1450px) {
  .v5 th,
  .v5 td {
    padding: 10px 10px;
    font-size: 13px;
  }
}

@media (max-width: 1300px) {
  .v5 th,
  .v5 td {
    font-size: 12px;
  }
}

/* table */
/* table */
/* table */

/* input */
/* input */
/* input */

.v5 input::-webkit-datetime-edit {
  color: transparent;
}

.v5 input:focus::-webkit-datetime-edit,
.v5 input.notEmpty::-webkit-datetime-edit {
  color: inherit;
}

.v5 input:-webkit-autofill,
.v5 input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}

.v5 .input {
  width: 100%;
  position: relative;
  padding-top: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.v5 .input input {
  height: 34px;
  width: 100%;
  font-size: 15px;
  color: #161E26;
  border: none;
  border-bottom: 1px solid #7DA8C7;
  outline: none;
  background-color: transparent;
}

.v5 .input.error input {
  border-bottom: 1px solid #E31E24;
}

.v5 .input label {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all ease 0.2s;
}

.v5 .input input:focus + label,
.v5 .input input.notEmpty + label {
  top: 0;
  z-index: 1;
  font-size: 12px;
}

.v5 .input input::placeholder {
  color: transparent;
}

.v5 .input .helper {
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 11px;
}

/* input */
/* input */
/* input */
