/* Start of temporary color variables. Change these when you have the final colors */
/* End of temporary color variables. Change these when you have the final colors */
/* 
  HOW I PLAN ON SETTING ALL THIS UP.
  If a class start with uplift-* this means that it is a "component." (Think of it as a class component) Meaning every class wrapped inside of it are only used inside of that component
  Thus, I can technically change all the classes inside of the uplift-* class and only that component will be affected.
*/
@font-face {
  font-family: 'truthicon';
  src: url('../font/truthicon.eot?65734688');
  src: url('../font/truthicon.eot?65734688#iefix') format('embedded-opentype'), url('../font/truthicon.woff2?65734688') format('woff2'), url('../font/truthicon.woff?65734688') format('woff'), url('../font/truthicon.ttf?65734688') format('truetype'), url('../font/truthicon.svg?65734688#truthicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'truthicon';
    src: url('../font/truthicon.svg?65734688#truthicon') format('svg');
  }
}
*/
[class^="ticon-"]:before,
[class*=" ticon-"]:before {
  font-family: "truthicon";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ticon-right-arrow:before {
  content: '\e800';
}
/* '' */
.ticon-checkmark:before {
  content: '\e801';
}
/* '' */
html {
  font-size: 16px;
}
body {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin: 0px;
  background-color: #Fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  font-weight: 600;
}
a {
  color: #6937F5;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #000;
}
[x-cloak] {
  display: none !important;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-left: 0px;
  margin-right: 0px;
}
i.inline {
  display: inline-block;
  line-height: 0;
}
.ui.checkbox {
  display: flex;
  align-items: center;
}
.ui.checkbox label {
  color: #616165;
}
.ui.checkbox .box:after,
.ui.checkbox label:after {
  font-family: 'truthicon';
}
.ui.checkbox label:after,
.ui.checkbox label:before {
  top: 2.5px;
}
.ui.checkbox label > span.text {
  line-height: 1.5;
  display: inline-block;
}
.ui.checkbox input:checked ~ label:before {
  background-color: #6937F5;
  color: #fff;
}
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  content: '\e801';
  color: #fff;
}
.ui.checkbox label:hover {
  color: #000;
}
.ui.checkbox label:hover::before {
  border-color: #616165;
}
.ui.multiple.search.dropdown > input.search {
  width: 5em;
}
.text__body-bold {
  font-size: 16px;
  font-weight: 600;
}
.text__center {
  text-align: center;
}
.text__small {
  font-size: 0.875rem;
}
.text--400 {
  font-weight: 400;
}
.text--500 {
  font-weight: 500;
}
.text--600 {
  font-weight: 600;
}
.text--700 {
  font-weight: 700;
}
.color__black {
  color: #000;
}
.color__white {
  color: #fff;
}
.color__primary {
  color: #6937F5;
}
.color__grey-medium-dark {
  color: #39393F;
}
.color__grey-dark {
  color: #232229;
}
.color__grey-medium-light {
  color: #808080;
}
.color__grey-medium {
  color: #616165;
}
.color__grey-light {
  color: #727380;
}
.color__grey-lighter {
  color: #A7A9B2;
}
.color__error {
  color: #E22828;
}
.color__error-dark {
  color: #A42025;
}
.color__error-light {
  color: #F2DDE4;
}
.color__error-lighter {
  color: #FFF7F7;
}
.color__warning-dark {
  color: #B35C05;
}
.color__warning-light {
  color: #FEEBD7;
}
.color__warning-lighter {
  color: #FFF8F1;
}
@media screen and (max-width: 1200px) {
  .lg-tablet-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-hidden {
    display: none !important;
  }
}
.inline-block {
  display: inline-block;
}
.m-l-80 {
  margin-left: 80px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-80 {
  padding: 80px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-75 {
  padding: 75px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-70 {
  padding: 70px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-65 {
  padding: 65px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-60 {
  padding: 60px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-55 {
  padding: 55px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.1s ease-out;
}
.truth.button,
.ui.truth.button {
  border-radius: 4px;
  background-color: #6937F5;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.truth.button:hover,
.ui.truth.button:hover {
  background-color: #521FE0;
}
.truth.button:active,
.ui.truth.button:active {
  transform: scale(0.96);
}
.truth.button.outline,
.ui.truth.button.outline {
  border: 1px solid #6937F5;
  background-color: transparent;
  color: #6937F5;
}
.truth.button.outline:hover,
.ui.truth.button.outline:hover {
  background-color: #000;
  color: #fff;
}
.truth.button.discrete,
.ui.truth.button.discrete {
  background-color: transparent;
  color: #232229;
  border: none;
}
.truth.button.discrete:hover,
.ui.truth.button.discrete:hover {
  background-color: #F5F5F5;
}
.truth.button.discrete.white,
.ui.truth.button.discrete.white {
  color: #fff;
}
.truth.button.discrete.white:hover,
.ui.truth.button.discrete.white:hover {
  background-color: #fff;
  color: #232229;
}
.truth.button.error,
.ui.truth.button.error {
  background-color: #E22828;
  color: #fff;
}
.truth.button.error:hover,
.ui.truth.button.error:hover {
  background-color: #e85555;
}
.truth.button.tiny,
.ui.truth.button.tiny {
  padding: 10px 15px;
}
.truth.button.tiny.flex-icon,
.ui.truth.button.tiny.flex-icon {
  gap: 5px;
}
.truth.button.flex-icon,
.ui.truth.button.flex-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.truth.button.flex-icon i,
.ui.truth.button.flex-icon i {
  display: inline-block;
  line-height: 0;
}
.truth.form {
  width: 100%;
}
.truth.form .field-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  grid-template-rows: 1fr;
  width: 100%;
  gap: 20px;
  padding: 10px 0px;
}
@media screen and (max-width: 480px) {
  .truth.form .field-group {
    grid-template-columns: 1fr;
  }
}
.truth.form .field.required > label:after,
.truth.form .grouped.fields.required > label:after {
  content: ' *';
  color: #E22828;
}
.truth.form .field.error input,
.truth.form .grouped.fields.error input,
.truth.form .field.error > .truth.input,
.truth.form .grouped.fields.error > .truth.input {
  border: 1px solid #E22828;
  box-shadow: 0px 0px 0px 2px rgba(226, 40, 40, 0.2);
}
.truth.form .field.error .help-error,
.truth.form .grouped.fields.error .help-error {
  font-size: 14px;
  color: #E22828;
  margin-top: 5px;
  margin-left: 5px;
}
.truth.form .field.no-padding,
.truth.form .grouped.fields.no-padding {
  padding: 0px;
}
.truth.form > .field,
.truth.form > .grouped.fields {
  padding: 10px 0px;
  width: 100%;
}
.truth.form > .field:first-child,
.truth.form > .grouped.fields:first-child {
  padding-top: 0px;
}
.truth.form > .field:last-child,
.truth.form > .grouped.fields:last-child {
  padding-bottom: 0px;
}
.truth.form > .grouped.fields .field {
  padding: 4px 0px;
}
.truth.form > .grouped.fields .field:first-child {
  padding-top: 0px;
}
.truth.form > .grouped.fields .field:last-child {
  padding-bottom: 0px;
}
.truth.form .field > label,
.truth.form .grouped.fields > label {
  font-size: 0.875em;
  font-weight: 500;
  color: #39393F;
  display: block;
  margin-bottom: 6px;
}
.truth.form .field > .truth.input,
.truth.form .field > .truth.search.input,
.truth.form .truth.input,
.truth.form .truth.search.input,
.truth.form .truth.textarea {
  font-family: 'Poppins', sans-serif;
  border: 1px solid #D9D9D9;
  border-radius: 4px !important;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 20px;
  background: #fff;
  font-size: 14px;
}
.truth.form .field > .truth.input.fluid,
.truth.form .field > .truth.search.input.fluid,
.truth.form .truth.input.fluid,
.truth.form .truth.search.input.fluid,
.truth.form .truth.textarea.fluid {
  width: 100%;
  max-width: 100%;
}
.truth.form .field > .truth.input:hover,
.truth.form .field > .truth.search.input:hover,
.truth.form .truth.input:hover,
.truth.form .truth.search.input:hover,
.truth.form .truth.textarea:hover {
  border-color: #616165;
}
.truth.form .field > .truth.input:focus,
.truth.form .field > .truth.search.input:focus,
.truth.form .truth.input:focus,
.truth.form .truth.search.input:focus,
.truth.form .truth.textarea:focus {
  border: 1px solid #6937F5;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #d6c9fc;
}
.truth.form .field > .truth.input:focus-visible,
.truth.form .field > .truth.search.input:focus-visible,
.truth.form .truth.input:focus-visible,
.truth.form .truth.search.input:focus-visible,
.truth.form .truth.textarea:focus-visible {
  outline: none;
}
.truth.form .field > .truth.input::-moz-placeholder, .truth.form .field > .truth.search.input::-moz-placeholder, .truth.form .truth.input::-moz-placeholder, .truth.form .truth.search.input::-moz-placeholder, .truth.form .truth.textarea::-moz-placeholder {
  color: #A7A9B2;
  opacity: 1;
}
.truth.form .field > .truth.input::placeholder,
.truth.form .field > .truth.search.input::placeholder,
.truth.form .truth.input::placeholder,
.truth.form .truth.search.input::placeholder,
.truth.form .truth.textarea::placeholder {
  color: #A7A9B2;
  opacity: 1;
}
.truth.form .field > .truth.input.error,
.truth.form .field > .truth.search.input.error,
.truth.form .truth.input.error,
.truth.form .truth.search.input.error,
.truth.form .truth.textarea.error {
  border: 1px solid #A42025;
  background-color: #FFF7F7;
}
.truth.form .truth.textarea {
  resize: vertical;
}
.truth.form .truth.checkbox label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #39393F;
}
.truth.form .help {
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}
.truth.link {
  cursor: pointer;
}
.truth.link.discrete {
  color: #000;
}
.truth.link.underline {
  text-decoration: underline;
}
.truth.link:hover {
  color: #6937F5;
}
.truth.fileuploader > label,
.truth.form .truth.fileuploader > label {
  padding: 0px;
  border: 2px dashed #D9D9D9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 20px 0px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  color: #616165;
  margin: 0px 0px 10px 0px;
}
.truth.fileuploader > label:hover,
.truth.form .truth.fileuploader > label:hover {
  border-color: #c0c0c0;
}
.truth.fileuploader > label > i,
.truth.form .truth.fileuploader > label > i {
  font-size: 20px;
  margin-right: 8px;
}
.truth.fileuploader > label.is-dragover,
.truth.form .truth.fileuploader > label.is-dragover {
  border-color: #FFC107;
}
.truth.fileuploader > .file-list,
.truth.form .truth.fileuploader > .file-list {
  margin: 0px;
  padding: 0px;
}
.truth.item {
  display: flex;
  align-items: center;
  padding: 12px 44px 12px 10px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  margin: 8px 0px;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.truth.item:hover {
  border: 1px solid #cdcdcd;
}
.truth.item.draggable {
  cursor: grab;
  background-color: #fff;
}
.truth.item.draggable.dragging {
  cursor: grabbing;
}
.truth.item.draggable > .grabber {
  margin-right: 10px;
}
.truth.item.draggable > .title {
  margin-right: auto;
}
.truth.item > .title {
  font-size: 16px;
  font-weight: 500;
  color: #616165;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.truth.item > .action {
  font-size: 18px;
  position: absolute;
  cursor: pointer;
  padding: 12px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.truth.item > .action.error {
  color: #E22828;
  transition: color 0.2s ease;
}
.truth.item > .action.error:hover {
  color: #bd1a1a;
}
.truth.table {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.truth.table > table {
  margin-top: 0px;
  transform-style: preserve-3d;
  width: 100%;
  border-collapse: collapse;
}
.truth.table > table > thead {
  background-color: #F5F5F5;
  will-change: transform;
}
.truth.table > table > thead .sortable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.truth.table > table > thead .sortable:hover {
  background-color: #eceef6;
}
.truth.table > table > thead > tr > th {
  border: none;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-size: 0.875em;
  background-color: #F5F5F5;
  padding: 12px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.truth.table > table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.truth.table > table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.truth.table > table > thead > tr > th > i {
  color: #A7A9B2;
  text-align: right;
  position: absolute;
  right: 8px;
  top: 15px;
}
.truth.table > table > thead > tr > th.sort-active > i {
  color: #616165;
}
.truth.table > table > tbody > tr > td {
  position: relative;
  overflow-y: visible;
  padding-left: 20px !important;
  padding-right: 20px !important;
  cursor: auto;
}
.truth.table > table > tbody > tr > td a {
  color: #005a7a;
  font-weight: 600;
  display: block;
}
.truth.table > table > tbody > tr > td a:hover {
  text-decoration: underline;
}
.truth.table > table > tbody > tr {
  transform-style: preserve-3d;
}
.truth.table > table > tbody > tr:hover td:not(.hidden):first-child .row-options,
.truth.table > table > tbody > tr:hover td:not(.hidden) .row-options {
  opacity: 100;
  transform: scale(1);
}
.truth.table > table > tbody > tr:hover td:not(.hidden) ~ td .row-options {
  opacity: 0;
  transform: scale(0.9);
}
.truth.table > table > tbody > tr.selectable > td {
  cursor: pointer;
}
.truth.table > table > tbody > tr.selectable:hover > td {
  background-color: #F5F5F5 !important;
}
.truth.table > table.striped > tbody > tr:nth-child(even) > td {
  background-color: #fafafb;
}
.truth.table > table.striped > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.truth.table .row-options {
  opacity: 0;
  transform: scale(0.9);
  display: flex;
  position: absolute;
  background-color: #fff;
  padding: 0px 4px 0px 20px;
  right: 0px;
  height: 100%;
  top: 0px;
  font-size: 14px;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.truth.table .row-options > .option {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #616165;
  font-weight: 600;
  margin: 0px 0px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.truth.table .row-options > .option > i {
  font-size: 16px;
  margin-right: 5px;
}
.truth.table .row-options > .option:hover {
  background-color: #E6E6E6;
  color: #6937F5;
  text-decoration: underline;
}
.truth.table .trueGrip {
  position: absolute;
  border-left: 6px solid rgba(66, 134, 244, 0);
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: w-resize;
  z-index: 21;
  transform: translateZ(15px);
}
.truth.table .trueGrip:hover {
  border-left: 6px solid #4286f4;
}
.uplift.dropdown,
.uplift.selection.dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  display: inline-block;
  line-height: 1em;
}
.uplift.dropdown:focus,
.uplift.selection.dropdown:focus,
.uplift.dropdown.active,
.uplift.selection.dropdown.active,
.uplift.dropdown.active:hover,
.uplift.selection.dropdown.active:hover {
  border: 1px solid #6937F5;
  background-color: #ffffff;
  box-shadow: 0px 1px 4px rgba(2, 9, 34, 0.12);
}
.uplift.dropdown:focus .menu,
.uplift.selection.dropdown:focus .menu,
.uplift.dropdown.active .menu,
.uplift.selection.dropdown.active .menu,
.uplift.dropdown.active:hover .menu,
.uplift.selection.dropdown.active:hover .menu,
.uplift.dropdown:focus .menu:hover,
.uplift.selection.dropdown:focus .menu:hover,
.uplift.dropdown.active .menu:hover,
.uplift.selection.dropdown.active .menu:hover,
.uplift.dropdown.active:hover .menu:hover,
.uplift.selection.dropdown.active:hover .menu:hover {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #6937F5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.uplift.dropdown.select,
.uplift.selection.dropdown.select {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.04);
}
.uplift.dropdown > .dropdown.icon,
.uplift.selection.dropdown > .dropdown.icon {
  font-family: unicons-line;
  color: #39393F;
  font-size: 20px;
  padding: 6px;
}
.uplift.dropdown > .dropdown.icon::before,
.uplift.selection.dropdown > .dropdown.icon::before {
  content: '\eb3a';
}
.uplift.dropdown.dropdown > .default.text,
.uplift.selection.dropdown.dropdown > .default.text {
  color: #727380;
}
.uplift.dropdown.ui.selection.dropdown > .remove.icon,
.uplift.selection.dropdown.ui.selection.dropdown > .remove.icon {
  right: 3.3em;
  top: 10px;
}
.uplift.dropdown.compact,
.uplift.selection.dropdown.compact {
  min-height: 0px;
  height: 39px;
  font-size: 16px;
  padding: 10px 45px 10px 15px;
}
.uplift.dropdown > i,
.uplift.selection.dropdown > i {
  position: absolute;
  right: 15px;
}
.uplift.table {
  border-radius: 0px;
  margin-top: 0px;
  transform-style: preserve-3d;
  min-width: 100%;
}
.uplift.table.small {
  font-size: 15px;
}
.uplift.table > thead {
  will-change: transform;
}
.uplift.table > thead .sortable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.uplift.table > thead .sortable:hover {
  background-color: #eceef6;
}
.uplift.table > thead > tr > th {
  position: relative;
  color: #616165;
  font-weight: 600;
  background-color: #F3F4F9;
  padding-left: 20px !important;
  padding-right: 20px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.uplift.table > thead > tr > th > i {
  color: #A7A9B2;
  text-align: right;
  position: absolute;
  right: 8px;
  top: 15px;
}
.uplift.table > thead > tr > th.sort-active > i {
  color: #616165;
}
.uplift.table > tbody > tr > td {
  position: relative;
  color: #232229;
  overflow-y: visible;
  padding-left: 20px !important;
  padding-right: 20px !important;
  cursor: auto;
}
.uplift.table > tbody > tr > td a {
  color: #005a7a;
  font-weight: 600;
  display: block;
}
.uplift.table > tbody > tr > td a:hover {
  text-decoration: underline;
}
.uplift.table > tbody > tr {
  transform-style: preserve-3d;
}
.uplift.table > tbody > tr:hover td:not(.hidden):first-child .row-options,
.uplift.table > tbody > tr:hover td:not(.hidden) .row-options {
  opacity: 100;
  transform: scale(1);
}
.uplift.table > tbody > tr:hover td:not(.hidden) ~ td .row-options {
  opacity: 0;
  transform: scale(0.9);
}
.uplift.table > tbody > tr.selectable > td {
  cursor: pointer;
}
.uplift.table > tbody > tr.selectable:hover > td {
  background-color: #F5F5F5 !important;
}
.uplift.table.striped > tbody > tr:nth-child(even) > td {
  background-color: #fafafb;
}
.uplift.table.striped > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.uplift.table .row-options {
  opacity: 0;
  transform: scale(0.9);
  display: flex;
  position: absolute;
  background-color: #fff;
  padding: 0px 4px 0px 20px;
  right: 0px;
  height: 100%;
  top: 0px;
  font-size: 14px;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.uplift.table .row-options > .option {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #616165;
  font-weight: 600;
  margin: 0px 0px;
  padding: 4px 8px;
  border-radius: 6px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.uplift.table .row-options > .option > i {
  font-size: 16px;
  margin-right: 5px;
}
.uplift.table .row-options > .option:hover {
  background-color: #E6E6E6;
  color: #6937F5;
  text-decoration: underline;
}
.uplift.table .trueGrip {
  position: absolute;
  border-left: 6px solid rgba(66, 134, 244, 0);
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: w-resize;
  z-index: 21;
  transform: translateZ(15px);
}
.uplift.table .trueGrip:hover {
  border-left: 6px solid #4286f4;
}
.uplift-table-wrapper {
  /*
    Mixin for force mobile styling
    This will create breakpoint styles and force-mobile styles at the same time
    This way our mobile styles work the same for both .force-mobile and our css media query breakpoint
  */
}
.uplift-table-wrapper .uplift-data-table-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #727380;
  font-weight: 600;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories .category {
  position: relative;
  cursor: pointer;
  line-height: 39px;
  transition: color 0.2s ease;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories .category:hover {
  color: #6937F5;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories .category.active {
  color: #6937F5;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories .category.active::after {
  content: '';
  width: 100%;
  background-color: #6937F5;
  height: 2px;
  position: absolute;
  bottom: -16px;
  left: 0px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories > * {
  margin: 0px 8px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories > *:first-child {
  margin-left: 0px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .categories > *:last-child {
  margin-right: 0px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .results-group {
  display: flex;
  align-items: center;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .results-group .total-info {
  font-size: 16px;
  color: #616165;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .results-group > * {
  margin: 0px 8px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .results-group > *:first-child {
  margin-left: 0px;
}
.uplift-table-wrapper .uplift-data-table-toolbar > .results-group > *:last-child {
  margin-right: 0px;
}
.uplift-table-wrapper .uplift-data-table-peripherals {
  padding: 10px 20px;
  border-bottom: 1px solid #E6E6E6;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group {
  display: flex;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group > * {
  margin: 0px 5px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group > *:first-child {
  margin-left: 0px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group > *:last-child {
  margin-right: 0px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .search-group {
  line-height: 0px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row {
  display: flex;
  flex-wrap: wrap;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row > * {
  margin-top: 10px;
  margin-right: 10px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row > *:last-child {
  margin-right: 0px;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info {
  font-weight: 400;
  color: #521FE0;
  font-size: 0.875rem;
  padding-right: 12px;
  background-color: #521FE0;
  color: #fff;
  border-radius: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  position: absolute;
  display: none;
  visibility: hidden;
  transform: scale(0.9);
  transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info.active,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info.active {
  opacity: 100;
  transform: scale(1);
  visibility: visible;
  position: static;
  display: block;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info .clear-search,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info .clear-search,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info .clear-filters,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info .clear-filters {
  padding: 6px 12px;
  display: inline-block;
  cursor: pointer;
  transition: color 0.2s ease;
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info .clear-search:hover,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info .clear-search:hover,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .search-info .clear-filters:hover,
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info .clear-filters:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uplift-table-wrapper .uplift-data-table-peripherals > .bottom-row .filter-info {
  background-color: #FFC107;
  color: #fff;
}
.uplift-table-wrapper .uplift-table-container {
  width: 100%;
  max-height: 500px;
  overflow-x: scroll;
  position: relative;
}
.uplift-table-wrapper .uplift-table-container.loading {
  min-height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.uplift-table-wrapper .uplift-table-container.loading > .ui.table.true::before {
  content: '';
  position: absolute;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  min-height: 400px;
  width: 100%;
  z-index: 99;
}
.uplift-table-wrapper .uplift-table-container .table-loader {
  position: absolute;
  top: 0px;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.uplift-table-wrapper .uplift-table-container .table-loader > .loader {
  margin: 0 auto;
  width: 200px;
  position: relative;
}
.uplift-table-wrapper .uplift-table-container .table-loader > .loader::after {
  content: 'Fetching data...';
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 20px;
}
.uplift-table-wrapper .uplift-table-footer {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uplift-table-wrapper .uplift-table-footer > .pagination-info {
  display: flex;
  align-items: center;
  color: #616165;
}
.uplift-table-wrapper .uplift-table-footer > .mobile-pagination-info {
  display: none;
}
.uplift-table-wrapper .uplift-table-footer .ui.loader {
  margin-left: auto;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul {
  list-style-type: none;
  margin: 0px;
  color: #727380;
  padding-left: 0px;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li {
  float: left;
  display: block;
  text-align: center;
  padding: 4px 12px;
  margin: 0px 2px;
  border-radius: 4px;
  text-decoration: none;
  color: #727380;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li:hover {
  background-color: #E6E6E6;
  color: #6937F5;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li.active {
  background-color: #6937F5;
  color: #fff;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li.arrow {
  padding: 4px 8px;
}
.uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li.disabled:hover {
  background-color: initial;
  cursor: default;
}
.uplift-table-wrapper.force-mobile.mobile-ready table,
.uplift-table-wrapper.force-mobile.mobile-ready .uplift-table-container {
  display: none;
}
.uplift-table-wrapper.force-mobile .uplift-data-table-peripherals > .top-row > .button-group .ui.compact.menu,
.uplift-table-wrapper.force-mobile .uplift-data-table-peripherals > .top-row > .button-group .ui.compact.dropdown {
  display: none;
}
.uplift-table-wrapper.force-mobile .uplift-table-footer > .pagination-info {
  display: none;
}
.uplift-table-wrapper.force-mobile .uplift-table-footer > .mobile-pagination-info {
  display: block;
}
.uplift-table-wrapper.force-mobile .uplift-table-footer .uplift-pagination > ul li:not(.arrow) {
  display: none;
}
@media screen and (max-width: 480px) {
  .uplift-table-wrapper.mobile-ready table,
  .uplift-table-wrapper.mobile-ready .uplift-table-container {
    display: none;
  }
  .uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group .ui.compact.menu,
  .uplift-table-wrapper .uplift-data-table-peripherals > .top-row > .button-group .ui.compact.dropdown {
    display: none;
  }
  .uplift-table-wrapper .uplift-table-footer > .pagination-info {
    display: none;
  }
  .uplift-table-wrapper .uplift-table-footer > .mobile-pagination-info {
    display: block;
  }
  .uplift-table-wrapper .uplift-table-footer .uplift-pagination > ul li:not(.arrow) {
    display: none;
  }
}
.truth.flex {
  display: flex;
}
.truth.flex.space-between {
  justify-content: space-between;
}
.truth.flex.align-center {
  align-items: center;
}
.truth.flex.flex-column {
  flex-direction: column;
}
.truth.flex.gap-0 {
  gap: 0px;
}
.truth.flex.gap-5 {
  gap: 5px;
}
.truth.flex.gap-10 {
  gap: 10px;
}
.truth.flex.gap-15 {
  gap: 15px;
}
.truth.flex.gap-20 {
  gap: 20px;
}
.truth.flex.gap-25 {
  gap: 25px;
}
.truth.flex.gap-30 {
  gap: 30px;
}
.truth.flex.gap-35 {
  gap: 35px;
}
.truth.flex.gap-40 {
  gap: 40px;
}
.truth.flex.gap-45 {
  gap: 45px;
}
.truth.flex.gap-50 {
  gap: 50px;
}
.truth.flex.gap-55 {
  gap: 55px;
}
.truth.flex.gap-60 {
  gap: 60px;
}
.truth.flex.gap-65 {
  gap: 65px;
}
.truth.flex.gap-70 {
  gap: 70px;
}
.truth.flex.gap-75 {
  gap: 75px;
}
.truth.flex.gap-80 {
  gap: 80px;
}
.truth.flex.gap-85 {
  gap: 85px;
}
.truth.flex.gap-90 {
  gap: 90px;
}
.truth.flex.gap-95 {
  gap: 95px;
}
.truth.flex.gap-100 {
  gap: 100px;
}
.truth.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 24px;
}
.truth.container.md {
  max-width: 900px;
}
.truth-guest-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
}
.truth-guest-nav .nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.truth-login-wrapper {
  margin-top: 100px;
  width: 100%;
  max-width: 425px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .truth-login-wrapper {
    margin-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  .truth-login-wrapper {
    margin-top: 50px;
  }
}
.truth-login-wrapper > .login-form-wrapper {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
.truth-login-wrapper .captcha-form-wrapper {
  text-align: center;
}
.truth-login-wrapper .captcha-form-wrapper .captcha-field {
  margin-top: 0;
  display: inline-block;
}
.truth-auth-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .truth-auth-nav {
    padding: 20px 1.5em;
  }
}
.truth-auth-nav > a {
  line-height: 1;
}
.truth-auth-nav .logo {
  max-width: 116px;
  width: 100%;
}
.truth-auth-nav > .actions-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1em;
  color: #39393F;
}
@media screen and (max-width: 768px) {
  .truth-auth-nav > .actions-wrapper .help-text {
    display: none;
  }
}
.truth-auth-nav > .actions-wrapper button i {
  color: #6937F5;
  margin-left: 4px;
}
.truth-register-section {
  padding: 100px 0px;
}
.truth-register-section > .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-grow: 1;
}
@media screen and (max-width: 1030px) {
  .truth-register-section > .container {
    grid-template-columns: 1fr;
    padding: 75px 0px;
  }
}
@media screen and (max-width: 480px) {
  .truth-register-section > .container {
    padding: 50px 0px;
  }
}
.truth-register-section > .container .content-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 1.5em;
}
@media screen and (max-width: 1030px) {
  .truth-register-section > .container .content-block {
    justify-content: flex-start;
  }
}
.truth-register-section > .container .content-block .content-container {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
}
.truth-register-section > .container .billboard-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 1.5em;
}
@media screen and (max-width: 1030px) {
  .truth-register-section > .container .billboard-block {
    display: none;
  }
}
.truth-register-section > .container .billboard-block > .container {
  max-width: 425px;
  width: 100%;
}
.truth-register-section > .container .billboard-block > .container .list {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.truth-register-section > .container .billboard-block > .container .list .list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.truth-register-section > .container .billboard-block > .container .list .list-item .content .title {
  font-weight: 500;
  color: #232229;
}
.truth-register-section > .container .billboard-block > .container .list .list-item .content .description {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #616165;
}
.truth-register-section > .container .billboard-block > .container .list .list-item .icon {
  flex: 0 0 20px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #6937F5;
  color: #fff;
  position: relative;
}
.truth-register-section > .container .billboard-block > .container .list .list-item .icon i {
  position: absolute;
  line-height: 0;
  font-size: 16px;
  top: 2px;
  left: -1.5px;
}
.truth-auth-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.truth-forgot-password-section {
  width: 100%;
  padding: 100px 1.5em;
}
@media screen and (max-width: 768px) {
  .truth-forgot-password-section {
    padding: 75px 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .truth-forgot-password-section {
    padding: 50px 1.5em;
  }
}
.truth-forgot-password-section > .container {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}
.truth-forgot-password-section > .container .step > .header {
  text-align: center;
}
.truth-forgot-password-section > .container .step h1,
.truth-forgot-password-section > .container .step h2 {
  font-size: 1.875em;
}
.truth-forgot-password-section > .container .step .captcha-field {
  margin-top: 10px;
  display: inline-block;
}
.truth-welcome-wrapper {
  width: 100%;
  min-height: 500px;
  background-image: url('/img/truth-welcome.jpg');
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.56) 100%), url('/img/truth-welcome.jpg') lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.truth-record-button .microphone-block {
  width: 50px;
  height: 76px;
  justify-content: center;
  display: flex;
  position: relative;
}
.truth-record-button .microphone-block .top-mic {
  width: 23px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}
.truth-record-button .microphone-block .bottom-mic {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.truth-table {
  margin-top: 0px;
  transform-style: preserve-3d;
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}
.truth-table > thead {
  background-color: #F5F5F5;
  will-change: transform;
}
.truth-table > thead .sortable {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.truth-table > thead .sortable:hover {
  background-color: #eceef6;
}
.truth-table > thead > tr > th {
  border: none;
  text-align: left;
  position: relative;
  font-weight: 500;
  font-size: 0.875em;
  background-color: #F5F5F5;
  padding: 12px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.truth-table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}
.truth-table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}
.truth-table > thead > tr > th > i {
  color: #A7A9B2;
  text-align: right;
  position: absolute;
  right: 8px;
  top: 15px;
}
.truth-table > thead > tr > th.sort-active > i {
  color: #616165;
}
.truth-table > thead > tr > th.fit-content {
  white-space: nowrap;
  width: 1%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.truth-table > tbody {
  background-color: #fff;
}
.truth-table > tbody > tr {
  border-bottom: 1px solid #E6E6E6;
}
.truth-table > tbody > tr:last-child {
  border-bottom: none;
}
.truth-table > tbody > tr > td {
  position: relative;
  overflow-y: visible;
  padding: 12px 20px;
  cursor: auto;
}
.truth-table > tbody > tr > td a {
  color: #005a7a;
  display: block;
}
.truth-table > tbody > tr > td a:hover {
  text-decoration: underline;
}
.truth-table > tbody > tr > td.fit-content {
  white-space: nowrap;
  width: 1%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.truth-table > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 10px;
}
.truth-table > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 10px;
}
.truth-table > tbody > tr:hover td:not(.hidden):first-child .row-options,
.truth-table > tbody > tr:hover td:not(.hidden) .row-options {
  opacity: 100;
  transform: scale(1);
}
.truth-table > tbody > tr:hover td:not(.hidden) ~ td .row-options {
  opacity: 0;
  transform: scale(0.9);
}
.truth-table > tbody > tr.selectable > td {
  cursor: pointer;
}
.truth-table > tbody > tr.selectable:hover > td {
  background-color: #F5F5F5 !important;
}
.truth-table.striped > tbody > tr:nth-child(even) > td {
  background-color: #fafafb;
}
.truth-table.striped > tbody > tr:nth-child(odd) > td {
  background-color: #fff;
}
.tmp-container-1 {
  padding: 14px 20px;
  background-color: #DDDDDD;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tmp-container-1 .info-wrapper {
  display: flex;
  align-items: center;
}
.tmp-container-1 .info-wrapper .thumbnail {
  height: 42px;
  width: 42px;
  border-radius: 5px;
  background-color: #434343;
  overflow: hidden;
  margin-right: 20px;
}
.tmp-container-1 .info-wrapper .thumbnail > img {
  height: 42px;
  width: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
.tmp-container-1 .info-wrapper .details .title {
  color: #000;
  font-size: 18px;
  line-height: 1.1em;
}
.tmp-container-1 .info-wrapper .details .artist {
  color: #434343;
  font-size: 14px;
  line-height: 1.1em;
}
.tmp-container-1 .playback-wrapper {
  display: flex;
  flex-grow: 1;
  margin: auto 40px;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tmp-container-1 .playback-wrapper .controls {
  display: flex;
  align-items: center;
}
.tmp-container-1 .playback-wrapper .controls > * {
  padding: 5px;
}
.tmp-container-1 .playback-wrapper .controls > .play::after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2119 7.13367C15.8786 7.51857 15.8786 8.48082 15.2119 8.86572L4.51842 15.0396C3.85175 15.4245 3.01842 14.9434 3.01842 14.1736L3.01842 1.8258C3.01842 1.056 3.85175 0.574875 4.51842 0.959775L15.2119 7.13367Z" fill="black"/></svg>') no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
.tmp-container-1 .playback-wrapper .controls > .previous::after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 6.83859C3.83333 7.22349 3.83333 8.18574 4.5 8.57064L11.3807 12.5432C12.0473 12.9281 12.8807 12.447 12.8807 11.6772L12.8807 3.73205C12.8807 2.96225 12.0473 2.48112 11.3807 2.86602L4.5 6.83859Z" fill="black"/><rect width="0.988716" height="11.4089" rx="0.494358" transform="matrix(-1 0 0 1 4.71875 2.00098)" fill="black" /></svg>') no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
.tmp-container-1 .playback-wrapper .controls > .next::after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3809 6.83859C12.0475 7.22349 12.0475 8.18574 11.3809 8.57064L4.50018 12.5432C3.83351 12.9281 3.00018 12.447 3.00018 11.6772L3.00018 3.73205C3.00018 2.96225 3.83351 2.48112 4.50018 2.86602L11.3809 6.83859Z" fill="black"/><rect x="11.1621" y="2.00098" width="0.988716" height="11.4089" rx="0.494358" fill="black"/></svg>') no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
.tmp-container-1 .playback-wrapper .controls > .pause::after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="4.0918" width="1.7975" height="15.9998" rx="0.898749" fill="black"/><rect x="10.1104" width="1.7975" height="15.9998" rx="0.898749" fill="black"/></svg>') no-repeat;
  cursor: pointer;
  opacity: 0.7;
}
.tmp-container-1 .playback-wrapper .timing-wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  max-width: 500px;
  margin-left: 30px;
  font-size: 16px;
}
.tmp-container-1 .playback-wrapper .timing-wrapper .progress-bar-wrapper {
  height: 20px;
  flex-grow: 1;
  cursor: pointer;
  margin: 0px  20px;
  display: flex;
  align-items: center;
}
.tmp-container-1 .playback-wrapper .timing-wrapper .progress-bar-wrapper:hover .progress-bar-background .progress-bar:after {
  opacity: 1;
}
.tmp-container-1 .playback-wrapper .timing-wrapper .progress-bar-wrapper .progress-bar-background {
  height: 2px;
  width: 100%;
  background-color: #A0A0A0;
}
.tmp-container-1 .playback-wrapper .timing-wrapper .progress-bar-wrapper .progress-bar-background .progress-bar {
  height: 100%;
  width: 0%;
  background-color: #00CEB5;
  position: relative;
}
.tmp-container-1 .playback-wrapper .timing-wrapper .progress-bar-wrapper .progress-bar-background .progress-bar:after {
  content: '';
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  right: -5px;
  top: -5px;
  opacity: 0px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .tmp-container-1 .playback-wrapper {
    margin: auto 0px;
    justify-content: flex-end;
  }
  .tmp-container-1 .playback-wrapper .controls {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .tmp-container-1 .playback-wrapper .timing-wrapper {
    display: none;
  }
}
.tmp-container-1 > .tap-track {
  display: none;
}
.truth-diff del {
  background-color: #ffe6e6;
  text-decoration: none;
  text-decoration: line-through;
  text-decoration-color: rgba(165, 14, 14, 0.258);
  border-radius: 3px;
}
.truth-diff del > img {
  max-width: 100%;
  border: 3px solid #b40000;
}
.truth-diff ins {
  background-color: #e6ffe6;
  text-decoration: none;
  border-radius: 3px;
}
.truth-diff ins > img {
  max-width: 100%;
  border: 3px solid #43db64;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
.toast-top-center {
  margin-top: 40px;
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  padding: 0px 20px;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  max-width: 425px;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.875em;
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #6937F5;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.toast .toast-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 13px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast .icon {
  line-height: 0;
}
.toast .content {
  flex-shrink: 1;
  position: relative;
}
.toast.actions .content::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  position: absolute;
  right: -20px;
  top: 0px;
  bottom: 0px;
}
.toast .actions {
  flex-shrink: 0;
  position: relative;
  margin-left: 20px;
}
.toast.toast-success {
  color: #22956B;
  border: 1px solid #22956B;
  background-color: rgba(50, 197, 144, 0.1);
}
.toast.toast-error {
  color: #E22828;
  border: 1px solid #E22828;
  background-color: rgba(226, 40, 40, 0.1);
}
@media screen and (max-width: 480px) {
  .toast {
    flex-wrap: wrap;
  }
  .toast .actions {
    margin-left: 0px;
  }
  .toast.actions .content::after {
    display: none;
  }
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}


/*# sourceMappingURL=app.css.map*/