
.fr-wrapper.analytics {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wp-heading-inline {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.analytics__content form input {
  margin-top: 5px;
}

.analytics__content form {
  max-width: 250px;
}

.analytics__content form button {
  margin-top: 20px;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
    display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  line-height: 1.5;
  border-radius: 6px;
}

.analytics__content form .button-primary {
  margin-top: 20px;
  color: #fff;
  background-color: #ff8100;
  border-color: #ff8100;
    display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  line-height: 1.5;
  border-radius: 6px;
}





.qr_student_name {
  margin-top: 20px;
  color: #fff;
  padding: 16px 30px;
  background-color: #036ce6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}




.page-template-template-analytics {
  background: #fff;
}

.analytics table {
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

.analytics table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.analytics table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

.analytics table td, .analytics table th {
  padding: 12px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}







.VideoReport {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px -1px 40px 0px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: 0px -1px 40px 0px rgba(155, 155, 155, 0.5);
  box-shadow: 0px -1px 40px 0px rgb(155 155 155 / 50%)
  width: 100%;
  overflow: hidden;
  max-width: 650px;
  margin: 0 auto;
  margin-top: -100px;
}

.VideoReport .VideoReport__student {
  color: #fff;
  padding: 18px 30px;
  background-color: #036ce6;
}

.VideoReport .VideoReport__student-label {
  font-weight: 700;
}

.VideoReport .VideoReport__student-email {
  margin: 0 0 0 12px;
}

.VideoReport__inner {
  padding: 5px 30px 15px;
}

.VideoReport .VideoReport__table {
  margin: 6px 0 0 0;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.VideoReport .VideoReport__row {
  border-bottom: 1px solid #ebebeb;
}

.VideoReport .VideoReport__cell {
  font-weight: 600;
  color: #6f6f6f;
  font-size: 15px;
  padding: 10px 0;
}

.VideoReport .VideoReport__cell i {
  margin-right: 8px;
}