<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

body {
  font-family: "Roboto";
  background-color: #fff !important;
  font-size: 14px !important; }

.modalBody {
  background: #fff; }
  .modalBody:focus {
    outline: none; }

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 800px; }

.post_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 800px; }

.mobile_post_wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

.nowrap_next {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300 !important; }

a {
  color: #ea5e01;
  text-decoration: none;
  cursor: pointer; }

.orangeBtn {
  background-color: #ea5e01; }

.MuiTab-root:first-child {
  border-top-left-radius: 3px; }

.MuiTab-root:last-child {
  border-top-right-radius: 3px; }

.additionalOptionItem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px; }

.listItem {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #a3a2a2;
  padding-left: 25px;
  padding-right: 25px;
  padding: 10px;
  background-color: #fff; }
  .listItem:first-child {
    border-top: 1px solid #a3a2a2; }

.listItemDisable {
  pointer-events: none !important;
  opacity: 0.2 !important;
  z-index: 9999 !important; }

.listItem.selected {
  background: #2561eb;
  color: #fff; }

.italics {
  font-style: italic; }

.modalContent {
  padding: 25px; }

.modal {
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .modalBody {
    width: 800px;
    margin: 40px auto 0;
    height: max-content !important;
    max-height: calc(100vh - 10%);
    overflow: auto; }
    .modal .modalBody img {
      height: 200px; }

.MuiToggleButton-root.Mui-selected {
  color: #fff !important;
  background-color: #ea5e01 !important;
  border: 0px !important; }

.MuiToggleButtonGroup-root.Mui-selected {
  box-shadow: none !important; }

h1 {
  font-size: 20px !important;
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  font-weight: 600 !important; }

h2 {
  font-size: 15px !important;
  font-weight: 600 !important; }

.link:hover {
  cursor: pointer; }

.arrowRight {
  width: 100px;
  height: 0px;
  border-top: 60px solid red;
  border-bottom: 60px solid blue;
  border-left: 60px solid green; }

.smartphone video {
  max-width: 330px;
  width: 100%;
  max-height: 168px; }

.smartphone .previewFooter {
  width: 100%;
  position: relative; }

.mobileExerciseDemo {
  right: 15px;
  position: relative;
  width: 100vw;
  text-align: center; }
  .mobileExerciseDemo video {
    width: 100%;
    height: 168px; }
  .mobileExerciseDemo .previewFooter {
    width: 100%; }

table.statement-table {
  border-collapse: collapse;
  border: 1px solid black; }
  table.statement-table td {
    padding: 1%;
    width: 125px; }
    table.statement-table td a {
      color: blue; }
  table.statement-table thead td {
    color: #ea5e01; }
  table.statement-table tbody tr:nth-child(odd) {
    background: #ebebeb; }

.statement-table th {
  border: 1px solid black; }

.statement-table td {
  border: 1px solid black; }

.react-datepicker__input-container input {
  min-height: 0 !important;
  border: none;
  text-align: center; }
  .react-datepicker__input-container input:focus {
    outline: none; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.dashboard-table {
  border-collapse: collapse;
  width: 100%; }
  .dashboard-table thead {
    text-align: left; }
  .dashboard-table th {
    padding: 2px;
    border-bottom: 2px solid #a3a2a2;
    min-width: 100px; }
  .dashboard-table td {
    padding: 2px;
    border-bottom: 1px solid #a3a2a2;
    min-width: 100px; }
    .dashboard-table td:not(:last-child) {
      border-right: 1px solid #a3a2a2; }
    .dashboard-table td:not(:first-child) {
      text-align: center; }
    .dashboard-table td:first-child {
      padding-left: 5px; }

._loading_overlay_overlay {
  z-index: 2000 !important; }

.MuiButton-contained.Mui-disabled {
  color: #fff !important;
  opacity: 0.5; }

._loading_overlay_wrapper ._loading_overlay_overlay {
  z-index: 9999; }

.react-spinner-loader-shadow {
  visibility: hidden;
  padding: 0 !important; }

.react-spinner-loader-swing div {
  background: #ea5e01 !important; }

.MuiSvgIcon-root {
  width: 24px !important;
  height: 24px !important; }

.MuiTypography-body1 {
  font-size: 16px !important; }

h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 20px 0 !important; }

hr {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border-top: 1px solid #a3a2a2 !important; }

.react-datepicker-year-header {
  font-size: 16px !important; }

.react-datepicker__month .react-datepicker__month-text {
  width: 6rem !important;
  margin: 3px 6px !important; }

.react-datepicker {
  font-size: 12px !important; }

h4 {
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-top: 20px !important; }

.MuiInputBase-input {
  height: 20px !important;
  min-height: 0px !important;
  font-size: 16px !important; }

.MuiInputLabel-formControl {
  font-size: 16px !important; }

.MuiFormLabel-root.Mui-focused {
  background: #fff !important; }

.MuiButton-label {
  font-size: 14px !important; }

.MuiInputBase-root {
  font-size: 2rem !important;
  line-height: 22px !important; }

.MuiMenuItem-root {
  font-size: 16px !important; }

p {
  color: #2d2d2d !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 14px !important; }

.MuiTab-wrapper {
  font-size: 13px !important; }

.css-42igfv {
  width: 150px !important; }

.css-df17o1 {
  height: 100vh !important;
  position: fixed !important; }

.css-79elbk {
  height: 100% !important; }

.MuiToggleButton-label {
  font-size: 12px !important; }

footer {
  position: absolute;
  width: 100%;
  bottom: -130px; }

.MuiTableCell-root {
  font-size: 14px !important; }

.dnd-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold !important; }

.MuiGrid-root.MuiGrid-item.MuiGrid-grid-xs-12 &gt; div {
  margin-top: 10px !important; }

.smartphone-left {
  margin-top: 30px;
  margin-right: 15px; }

.smartphone-left strong {
  font-size: 18px; }

.smartphone-left ul {
  list-style: disc inside;
  margin-top: 30px;
  font-size: 16px; }

.smartphone-left ul li {
  margin-bottom: 10px; }

.smartphone {
  position: relative;
  width: 360px;
  height: 640px;
  margin: 30px auto 0;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  border: 2px black solid;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 36px; }

/* The horizontal line on the top of the device */
.smartphone:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px; }

/* The circle on the bottom of the device */
.smartphone:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%; }

/* The screen (or content) of the device */
.smartphone .content {
  width: 328px;
  height: 640px;
  background: white;
  overflow-y: scroll;
  border: 2px solid;
  max-height: 520px; }

.divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
  height: 100vh;
  margin: 0 auto; }

.infinite-scroll-component {
  overflow: hidden !important; }

.MuiCollapse-wrapperInner .MuiListItemIcon-root {
  visibility: hidden; }

.rmdp-time-picker div .rmdp-am {
  margin-top: 12px !important; }

.rmdp-analog-clock {
  border: 0px !important; }

#mobile-file-selection {
  padding-bottom: 20px;
  margin: 2% 5% 0px;
  flex-direction: column;
  align-items: flex-start; }
  #mobile-file-selection div {
    flex-direction: column;
    align-items: flex-start !important; }
    #mobile-file-selection div div[style*="padding: 10px;"] {
      padding: 0 0 10px 0 !important; }
    #mobile-file-selection div button {
      margin-top: 10px !important; }
  #mobile-file-selection button,
  #mobile-file-selection label {
    min-width: 65%; }

#mobile-social-file-selection {
  padding-bottom: 20px;
  margin: 2% 0% 0px;
  flex-direction: column;
  align-items: flex-start; }
  #mobile-social-file-selection div {
    flex-direction: column;
    align-items: flex-start !important; }
    #mobile-social-file-selection div div[style*="padding: 10px;"] {
      padding: 0 0 10px 0 !important; }
    #mobile-social-file-selection div button {
      margin-top: 10px !important; }
  #mobile-social-file-selection button,
  #mobile-social-file-selection label {
    min-width: 65%; }

.filter-by-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .filter-by-row h4 {
    width: 100%;
    margin: 0 0 10px 0 !important; }
  .filter-by-row .MuiFormControl-marginDense {
    margin-bottom: 0; }
  .filter-by-row .react-datepicker-wrapper {
    display: inline-flex;
    align-items: center;
    height: 100%; }
  .filter-by-row + h1 + table .email {
    color: #3b3b8c;
    font-weight: 600; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -4px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-body {
  max-width: 940px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: table; }

@media (orientation: landscape) {
  .modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent; }
  .modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table; } }

.warning p {
  background-color: red !important;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px; }

.warning p {
  color: white !important; }

.content-center {
  display: flex;
  justify-content: center; }
</pre></body></html>