body {
  background: #f0f0f0;
}

.buttonVideo {
  margin-left: 4px;
  margin-right: 4px;
  background: none;
  outline: none;
  border: 1px solid #6868ac;
  border-radius: 8px;
  font-size: 19px;
  display: block;
  color: #6868ac;
}

.buttonVideo:hover {
  background-color: #6868ac;
  color: #fff;
}

time {
  color: #6868ac !important;
}

progress::-webkit-progress-value {
  background: #6868ac;
}

progress::-webkit-progress-bar {
  background: #a7a7f7;
}

.progress {
  width: 100%;
}

body.is-dark {
  background: #2F3242;
}

body.is-dark .card {
  background: #2e2e31;
}

.pageloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-flex;
  position: fixed;
  z-index: 99999;
  background: #e3e3e3;
  justify-content: center;
  align-items: center;
}
.pageloader .logoLoader {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

body.is-dark .pageloader {
  background: #2F3242;
}.notFond svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}
.notFond .message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #2F3242;
  font-family: Roboto;
  font-weight: 300;
}
.notFond .message-box h1 {
  font-size: 100px;
  line-height: 46px;
  margin-bottom: 40px;
}
.notFond .buttons-con .action-link-wrap {
  margin-top: 40px;
}
.notFond .buttons-con .action-link-wrap a {
  background: #68c950;
  padding: 8px 25px;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}
.notFond .buttons-con .action-link-wrap a:hover {
  background: #5A5C6C;
  color: #fff;
}
.notFond #Polygon-1, .notFond #Polygon-2, .notFond #Polygon-3, .notFond #Polygon-4, .notFond #Polygon-4, .notFond #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
.notFond #Polygon-2 {
  animation-delay: 0.2s;
}
.notFond #Polygon-3 {
  animation-delay: 0.4s;
}
.notFond #Polygon-4 {
  animation-delay: 0.6s;
}
.notFond #Polygon-5 {
  animation-delay: 0.8s;
}
@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 450px) {
  .notFond svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }
  .notFond .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}

body.is-dark .notFond .message-box {
  color: #fff;
}.header {
  padding: 10px;
}
.header .logo {
  text-align: center;
}
.header i {
  color: #1d1d1d;
  font-size: 26px;
  cursor: pointer;
}

body.is-dark .logo svg path {
  fill: #fff;
}
body.is-dark .logo i {
  color: #ffe500;
  font-size: 26px;
}

.PViewer {
  min-height: 68vh;
  padding: 10px;
}

.boxSlider {
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.boxSlider .Slider {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.boxSlider .Slider .boxItem {
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
  width: 90px;
  height: 120px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  border: 1px solid #6868ac;
  border-radius: 20px;
}
.boxSlider .Slider .boxItem:hover {
  background: #6868ac;
  color: #fff;
}
.boxSlider .Slider .boxItem label {
  font-size: 15px;
  margin-top: 15px;
}
.boxSlider .Slider .item {
  font-size: 23px;
  background: #fff;
  padding: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #6868ac;
  color: #6868ac;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

iframe {
  width: 100%;
  min-height: 60vh;
  border: none;
  border-radius: 7px;
}

.disabled {
  opacity: 0.5;
}

.kivenView {
  width: 100%;
  height: 70vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: linear-gradient(#000, #222);
  background-image: var(--gradient-bg);
  color: #cecece;
  color: var(--main-txt-color);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 90%;
  margin: 0;
  overflow: hidden code;
  overflow-font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.kivenView #connectContainer label {
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 10px;
  text-align: left;
}
.kivenView #Login {
  background-color: rgba(0, 0, 0, 0.85);
  height: 100vh;
  position: absolute;
  text-align: center;
  width: 100vw;
  z-index: 2;
}
.kivenView .closePath {
  fill: #fff;
}
.kivenView #connectContainer {
  background-color: var(--dark-bg-color) !important;
  border: 1px solid #fff;
  border-radius: 20px !important;
  box-shadow: var(--dark-shadow);
  color: var(--main-txt-color) !important;
  margin-top: 50vh;
  min-width: 350px;
  padding: 20px 30px 60px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kivenView #connectContainer > section > div {
  display: block;
}
.kivenView #rememberMe input {
  height: auto !important;
  margin: 0 auto 40px;
}
.kivenView #toggleDisplayPass {
  cursor: pointer;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 40px;
}
.kivenView #loginBtn {
  margin-top: 50px;
}
.kivenView #closeBtn {
  height: 30px;
  padding: 5px !important;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 30px;
}
.kivenView #closeBtn:hover {
  cursor: pointer;
}
.kivenView #connectContainer button {
  background-color: #1a4f92;
  border: 1px solid #add8e6;
  border-radius: 10px;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  padding: 20px;
  position: relative;
  width: 100%;
}
.kivenView #UserStatus {
  background-color: green;
  left: 25%;
  position: absolute;
  text-align: center;
  top: auto;
  width: 50%;
}
.kivenView #newUser {
  text-align: left;
}
.kivenView #newUser > span > a {
  color: #fff;
  text-align: left;
}
.kivenView #connectContainer input {
  border: none;
  border-radius: 10px;
  padding: 15px !important;
}
.kivenView #connectContainer > section > div > * {
  display: block;
  width: 100%;
}
.kivenView #connectContainer > section > div > h1 {
  margin-bottom: 20px;
}
.kivenView #connectContainer > section > div > label {
  margin-bottom: 5px;
}
.kivenView #connectContainer > section > div > input#password {
  padding-right: 30px !important;
}
.kivenView .st0 {
  fill-rule: evenodd;
  fill: #80bc00;
}
.kivenView .st0,
.kivenView .st1 {
  clip-rule: evenodd;
}
.kivenView .st1 {
  fill-rule: evenodd;
  fill: #d9d8d6;
}
.kivenView .st2 {
  fill-rule: evenodd;
  fill: #1ecad3;
}
.kivenView .st2,
.kivenView .st3 {
  clip-rule: evenodd;
}
.kivenView .st3 {
  fill-rule: evenodd;
  fill: #b6dce1;
}
.kivenView .st4 {
  fill-rule: evenodd;
  fill: #194f90;
}
.kivenView .st4,
.kivenView .st5 {
  clip-rule: evenodd;
}
.kivenView .st5 {
  fill-rule: evenodd;
  fill: #3a8dde;
}
.kivenView .st6 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: url(#SVGID_1_);
  opacity: 0.5;
}
.kivenView #chatBox {
  display: block;
  margin-right: 10px;
  position: relative;
}
.kivenView #chatBox > iframe {
  border: 0;
  height: calc(100vh - 150px);
  width: 100%;
}
.kivenView .specsMobile {
  padding: 0 17px;
}
.kivenView .specsMobile > header > h3 {
  text-align: left;
  width: 100%;
}
.kivenView .specsMobile > header > h3 > span {
  font-size: 14px;
}
.kivenView .specsMobile > .flexContainer > .flexItem > h4 {
  margin-bottom: 12px;
}
.kivenView .specsMobile > header {
  border-bottom: var(--spec-mobile-border);
  display: flex;
  flex-direction: row;
  margin-top: 15px;
  padding-bottom: 15px;
}
.kivenView .specsMobile > header > .SpecificationMember > div {
  background: var(--light-bg-color);
  border-radius: 5px;
  cursor: pointer;
  padding: 2px 5px;
  text-align: center;
}
.kivenView .specsMobile > header > .SpecificationMember > div:last-child {
  margin-top: 10px;
}
.kivenView .specsMobile > .flexContainer {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 280px);
  justify-content: normal;
  overflow: auto;
}
.kivenView .specsMobile > .flexContainer > .flexItem > .containerSpec {
  display: flex;
}
.kivenView .specsMobile > .flexContainer .labels {
  font-size: 9px;
  margin-top: 16px;
  min-width: 62px;
  width: 62px;
}
.kivenView .specsMobile > .flexContainer .labels > .labelItem {
  align-items: center;
  display: flex;
  height: 15px;
  letter-spacing: -0.3px;
  overflow: hidden;
  white-space: nowrap;
}
.kivenView .flexContainer > .flexItem:first-child {
  margin-top: 20px;
}
.kivenView .flexContainer > .flexItem:first-child .containerTable > table {
  margin-bottom: 20px;
}
.kivenView .specsMobile > div.flexContainer > div > div > div {
  width: 100%;
}
.kivenView .specsMobile > div.flexContainer > div > div > div > table {
  border-spacing: 0;
  font-size: 9px;
  margin: auto;
  width: 99%;
}
.kivenView .specsMobile > .flexContainer > .flexItem:first-child > .containerSpec > .containerTable > table {
  width: calc(60% - 2px);
}
.kivenView .specsMobile > .flexContainer > .flexItem {
  margin-bottom: 25px;
}
.kivenView .specsMobile > .flexContainer > .flexItem.arcade table {
  margin-bottom: 10px;
}
.kivenView .specsMobile > .flexContainer > .flexItem:last-child {
  margin-bottom: 0;
}
.kivenView .specsMobile table > tbody > tr > td,
.kivenView .specsMobile table > thead > tr > th {
  border-left: var(--spec-mobile-border);
  height: 15px;
  letter-spacing: -0.3px;
  min-height: 15px;
  min-width: 20px;
  text-align: center;
}
.kivenView .specsMobile table > thead > tr:first-child > th {
  border-bottom: var(--spec-mobile-border);
  border-top: var(--spec-mobile-border);
}
.kivenView .specsMobile table > tbody > tr:last-child > td {
  border-bottom: var(--spec-mobile-border);
}
.kivenView .specsMobile table > tbody > tr > td > .token {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 6px;
  margin-left: 50%;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
  width: 6px;
}
.kivenView .specsMobile table > tbody > tr > td > .token0 {
  margin: 4px 50% 0;
}
.kivenView .specsMobile table > tbody > tr > td > .token1 {
  margin: 2px 50%;
}
.kivenView .specsMobile table > tbody > tr > td > .token2 {
  margin: 0 50% 4px;
}
.kivenView .specsMobile table > tbody > tr > td.token {
  height: 15px;
  min-height: 15px;
}
.kivenView .specsMobile table tr > td:last-child,
.kivenView .specsMobile table tr > th:last-child {
  border-right: var(--spec-mobile-border);
}
.kivenView .specsMobile table > tbody > tr.line-separator {
  height: 10px;
  min-height: 10px;
}
.kivenView .specsMobile table > tbody > tr.line-separator > td {
  border: none;
  border-bottom: var(--spec-mobile-border);
  border-top: var(--spec-mobile-border);
}
.kivenView .specsMobile table > tbody > tr.line-separator > td.separator {
  border-bottom: none;
  border-top: none;
}
.kivenView .specsMobile table > tbody > tr > td.separator,
.kivenView .specsMobile table > thead > tr > th.separator {
  border-bottom: none;
  border-top: none;
  min-width: 8px;
  width: 8px;
}
.kivenView .specsMobile.mouvements > .flexContainer {
  padding-top: 25px;
}
.kivenView .specsMobile.measures > .flexContainer > .flexItem > .containerSpec > .labels {
  margin-top: 18px;
  max-width: 125px;
  min-width: 125px;
}
.kivenView .specsMobile.measures > .flexContainer > .flexItem.small table {
  margin: initial;
  max-width: 240px;
  width: 50%;
}
.kivenView .specsMobile.measures > .flexContainer > .flexItem.small table > tbody > tr > td,
.kivenView .specsMobile.measures > .flexContainer > .flexItem.small table > thead > tr > th {
  min-width: 50%;
  width: 50%;
}
.kivenView .specsMobile.measures > .flexContainer > .flexItem table > tbody > tr > td.no-border,
.kivenView .specsMobile.measures > .flexContainer > .flexItem table > thead > tr > th.no-border {
  border: 0;
  text-align: left;
}
.kivenView .specsMobile.measures > .flexContainer > .flexItem:last-child table tr > td.no-border {
  max-width: 125px;
  min-width: 125px;
  width: 125px;
}
.kivenView .specsDesktop {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  padding: 15px 0 20px 20px;
}
.kivenView .specsDesktop > .SpecificationMember {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100px;
}
.kivenView .specsDesktop > table {
  width: 100%;
}
.kivenView .specsDesktop > .SpecificationMember > div {
  background: var(--light-bg-color);
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  padding: 2px 5px;
  text-align: center;
  width: 100%;
}
.kivenView .specsDesktop .SpecificationTooth {
  padding: 10px;
  width: 50%;
}
.kivenView .specsDesktop .SpecificationTooth > table {
  border-collapse: separate;
  width: 100%;
}
.kivenView .specsDesktop .SpecificationTooth > table > thead > tr > th:not(:first-child) {
  min-width: 30px;
  padding: 3px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr {
  border: 0;
  border-spacing: 0;
  height: 20px;
  margin: 0;
  padding: 0;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td:first-child {
  padding: 0 3px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td:not(:first-child) {
  height: 22px;
  padding: 3px;
  text-align: center;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr:last-child > td:not(:first-child) {
  padding: 3px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td > .token {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: auto;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  width: 10px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td > .token0 {
  margin: 10px 50% 0;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td > .token1 {
  margin: 5px 50%;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td > .token2 {
  margin: 0 50% 10px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > .empty {
  height: 2px;
}
.kivenView .specsDesktop .SpecificationTooth > table > tbody > .att {
  height: 20px;
}
.kivenView .specsDesktop #globalMeasureTable,
.kivenView .specsDesktop #measuresTable,
.kivenView .specsDesktop #toothMeasures {
  border-collapse: separate;
  border-spacing: 20px 0;
  width: 100%;
}
.kivenView .specsDesktop #globalMeasureTable table > tbody > tr > td {
  padding: 0 10px;
}
.kivenView .specsDesktop.movements > table > tbody > tr > td {
  white-space: nowrap;
}
.kivenView .specsDesktop #globalMeasureTable > tbody > tr > td:first-child > div > table > tbody > tr > td {
  padding: 0 2px;
  text-align: left;
}
.kivenView .specsDesktop .measureTable,
.kivenView .specsDesktop .speMeasures {
  border: 1px solid;
}
.kivenView .specsDesktop .boltonTable,
.kivenView .specsDesktop .speMeasure {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  vertical-align: top;
}
.kivenView .specsDesktop .speMeasure > table > tbody > tr > td:first-child {
  text-align: left;
}
.kivenView .specsDesktop .speMeasure > .measuresSum {
  padding-top: 10px;
}
.kivenView .specsDesktop .speMeasure,
.kivenView .specsDesktop .speMeasure > table {
  height: 100%;
}
.kivenView .specsDesktop .speMeasure > table > thead > tr > th,
.kivenView .specsDesktop .tableHead > tr > th {
  padding: 0 0 5px;
}
.kivenView .specsDesktop .measureTable,
.kivenView .specsDesktop .speMeasures {
  padding-bottom: 10px;
  padding-top: 30px;
  text-align: center;
  vertical-align: top;
}
.kivenView .specsDesktop .measureTable > h3,
.kivenView .specsDesktop .speMeasures > h3 {
  margin: 8px 0;
  position: absolute;
  top: 20px;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  font-size: 1.17em;
}
.kivenView .specsDesktop .speMeasures:first-child {
  width: 30%;
}
.kivenView .specsDesktop .speMeasures:nth-child(2) {
  vertical-align: top;
  width: 17%;
}
.kivenView .specsDesktop .measureTable {
  vertical-align: top;
  width: 15%;
}
.kivenView .specsDesktop .speMeasures:nth-child(3) {
  vertical-align: top;
  width: 35%;
}
.kivenView .specsDesktop .sumMeasure {
  display: block;
  padding: 10px 0 0;
}
.kivenView #ButtonSpec {
  bottom: 21px;
  left: 15px;
  position: absolute;
  z-index: 2;
}
.kivenView #ButtonSpec > button {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.kivenView #ButtonSpec > button > svg {
  pointer-events: none;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.kivenView #arrayButton {
  border: 1px solid var(--light-btn-color);
  border-radius: 3px;
  cursor: pointer;
  height: 30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
}
.kivenView #arrayButton > div {
  background: var(--light-btn-color);
  height: 1px;
  margin-left: 4.5px;
  margin-top: 4.5px;
}
.kivenView #DotsSpec {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 20px;
  justify-content: center;
  margin: auto auto 24px;
  position: absolute;
  width: 100%;
}
.kivenView #DotsSpec > .dot {
  border: 0.25px solid var(--light-btn-color);
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.kivenView #DotsSpec > .dot.activated {
  background: var(--light-btn-color);
}
.kivenView #Logo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.kivenView #Logo > div {
  border-radius: 5px;
  padding: 30px;
}
.kivenView #Logo > div h2 {
  margin: 0 0 20px 10px;
}
.kivenView #Logo button {
  padding: 5px 15px;
}
.kivenView #Project > div > table {
  width: 600px;
}
.kivenView #Project > div > table select {
  padding: 15px;
  width: 200px;
}
.kivenView .desc {
  vertical-align: baseline;
}
.kivenView .desc p {
  margin: 0;
}
.kivenView .valid {
  text-align: right;
}
.kivenView #LandscapeAlert {
  align-items: center;
  background-image: var(--gradient-bg);
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.kivenView #LandscapeAlert,
.kivenView #Validation {
  height: 100%;
  text-align: center;
}
.kivenView #Validation {
  background-color: #fff;
  color: #000;
  font-size: 25px;
  padding: 50px;
}
.kivenView #Validation > * {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kivenView #Validation > table {
  border-collapse: separate;
  border-spacing: 20px 0;
  font-size: 1rem;
  margin-top: 60px;
  min-width: 700px;
  text-align: left;
  width: 40%;
}
.kivenView #Validation > div {
  min-width: 600px;
  padding: 40px 20px;
  width: 25%;
}
.kivenView #ConsultSection {
  padding: 0 20px !important;
}
.kivenView #Validation > div > span {
  display: block;
  padding: 10px 40px;
}
.kivenView #Validation > div button {
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  min-width: 200px;
  padding: 20px;
}
.kivenView #consultButton {
  background-color: #000;
  width: 100%;
}
.kivenView #validButton {
  background-color: #499749;
  width: 48%;
}
.kivenView #refuseButton {
  background-color: #a5491f;
  width: 48%;
}
.kivenView #Validation > div > span:not(:first-child) > button:first-child {
  margin-right: 2%;
}
.kivenView #Validation > div > span:not(:first-child) > button:not(:first-child) {
  margin-left: 2%;
}
.kivenView #Validation > #disclamer {
  font-size: 15px;
}
.kivenView .arrow {
  border: solid grey;
  border-width: 0 1px 2px 0;
  display: inline-block;
  padding: 2px 3px;
}
.kivenView .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.kivenView .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.kivenView .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.kivenView .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.kivenView #loader-1 #loader {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border-color: #3498db transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  height: 20vw;
  left: 50%;
  margin: -10vw 0 0 -10vw;
  position: absolute;
  top: 50%;
  width: 20vw;
  z-index: 2;
}
.kivenView #loader-1 #loader:before {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #db213a;
  bottom: 2%;
  content: "";
  left: 2%;
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 2;
}
.kivenView #loader-1 #loader:after {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #dec52d;
  bottom: 5%;
  content: "";
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 2;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(1turn);
    transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.kivenView #silverLogo {
  margin-right: -10px;
  margin-top: -5px;
  position: relative;
  width: 60px;
}
.kivenView #silverLogo.desktop {
  bottom: 12px;
  position: fixed;
  right: 12px;
}
.kivenView #silverLogo.mobile {
  display: block;
  float: left;
  position: relative;
}
.kivenView #silverLogo:before {
  content: "Powered by";
  font-size: 10px;
  left: -50px;
  position: absolute;
  top: 20px;
}
.kivenView #account {
  background-color: var(--dark-bg-color);
  padding: 10px;
  width: 100%;
}
.kivenView #account > div {
  width: 33%;
}
.kivenView #account > div:not(:first-child) {
  border-left: 1px solid var(--light-bg-color);
}
.kivenView #account > div,
.kivenView #account > div > * {
  display: inline-block;
  padding: 5px;
  text-align: top;
  vertical-align: top;
}
.kivenView #account > div > div,
.kivenView #account > div > table > tbody > tr > td:not(:first-child) {
  padding-left: 20px;
}
.kivenView #account > div > div > button {
  background-color: var(--dark-bg-color);
  border: 1px solid var(--main-txt-color);
  border-radius: 5px;
  color: var(--main-txt-color);
  display: block;
  margin: 3px 50%;
  padding: 5px 10px;
  width: 110px;
}
.kivenView #connection > div > input {
  margin: 0 10px;
}
.kivenView #loginBtn {
  padding: 5px 10px;
}
.kivenView #HeaderTop {
  width: 100%;
}
.kivenView #accountTabs {
  border-top: 7px solid var(--dark-bg-color);
}
.kivenView #accountTabs div {
  border-radius: 0 0 7px 7px;
  display: inline-block;
  padding: 5px 16px;
}
.kivenView #accountTabs > div#ConnexionInformation {
  float: right;
}
.kivenView #ConnexionInformation {
  cursor: pointer;
}
.kivenView #ViewportHeader {
  display: flex;
  justify-content: center;
  padding: 17px 17px 0;
  width: 100%;
}
.kivenView #PatientMenu {
  background: var(--light-btn-color);
  border: 1px solid var(--main-li-color);
  border-radius: 5px;
  height: 40px;
  min-width: 40px;
}
.kivenView #PatientMenu a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.kivenView #PatientResume tbody > tr > td:first-child {
  width: 62px;
}
.kivenView #PatientResume.desktop {
  border: 1px solid var(--main-li-color);
  border-radius: 5px;
  padding: 3px;
}
.kivenView #PatientResume.mobile {
  font-size: 11px;
  width: inherit;
}
.kivenView #PatientResume td.date {
  min-width: 80px;
  text-align: right;
}
.kivenView #viewModeSelector {
  margin-left: 20px;
}
.kivenView #viewModeSelector select {
  background: transparent;
  border: 1px solid var(--main-li-color);
  border-radius: 5px;
  color: var(--main-li-color);
  margin-top: 5px;
  padding: 3px;
}
.kivenView #viewActions {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  width: 100%;
}
.kivenView #viewActions > div > button {
  background-color: transparent;
  border: none;
  float: right;
  padding: 5px;
}
.kivenView #viewActions > div > button:first-child {
  padding-right: 0;
}
.kivenView #stepCounter.desktop {
  margin-left: 100px;
  padding: 5px 0;
}
.kivenView #stepCounter.mobile {
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: center;
}
.kivenView #loadingScene {
  font-size: 16px;
  margin-top: -20px;
  text-align: center;
  top: 50%;
}
.kivenView #loadingScene,
.kivenView #Player {
  position: absolute;
  width: 100%;
}
.kivenView #Player {
  bottom: 0;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-bottom: 14px;
  padding-top: 10px;
}
.kivenView #PlayerButtonsContainer,
.kivenView #PlayerResetContainer,
.kivenView #PlayerTimelineContainer {
  align-items: center;
  justify-content: center;
  position: relative;
}
.kivenView #PlayerTimelineContainer {
  width: 260px;
}
.kivenView #PlayerButtonsContainer {
  justify-content: space-between;
  width: 165px;
}
.kivenView #PlayerResetContainer {
  width: 26px;
}
.kivenView #Player button {
  align-items: center;
  background: none;
  border: 1px solid var(--light-btn-color);
  border-radius: 50%;
  display: flex;
  height: 33px;
  justify-content: center;
  margin: 2px;
  width: 33px;
}
.kivenView #Player #playButton {
  height: 52px;
  width: 52px;
}
.kivenView #Player #playButton svg {
  margin-left: 2px;
}
.kivenView #Player button svg {
  fill: var(--light-btn-color);
  overflow: visible;
  overflow: initial;
  width: 14px;
}
.kivenView #timeline {
  -webkit-appearance: none;
  background: transparent;
  background-image: linear-gradient(180deg, #fff, #999, #fff);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 25%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font: inherit;
  height: 10px;
  opacity: 0.8;
  outline: none;
  padding: 0;
  transition: opacity 0.2s;
  width: 100%;
}
.kivenView #timeline::-webkit-slider-runnable-track {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
}
.kivenView #timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: linear-gradient(#888, #fff) content-box, linear-gradient(-90deg, #888, #ddd) border-box;
  border: 1px solid #888;
  border-radius: 50%;
  box-shadow: inset 0 0 0.5em #fff;
  height: 10px;
  padding: 0.25px;
  width: 10px;
}
.kivenView #timeline::-moz-range-track {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 100%;
}
.kivenView #timeline::-moz-range-thumb {
  background: currentColor;
  background: var(--selected-btn-color);
  border: none;
  border-radius: 50%;
  height: 12px;
  padding: 0.25px;
  width: 12px;
}
.kivenView #timeline::-moz-range-progress {
  background: transparent;
  height: 0;
}
.kivenView #timeline::-ms-track {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: transparent;
  height: 100%;
}
.kivenView #timeline::-ms-thumb {
  background: linear-gradient(#888, #fff) content-box, linear-gradient(-90deg, #888, #ddd) border-box;
  border: 1px solid #888;
  border-radius: 50%;
  box-shadow: inset 0 0 0.5em #fff;
  height: 10px;
  padding: 0.25px;
  position: relative;
  width: 10px;
}
.kivenView #timeline::-ms-tooltip {
  display: none;
}
.kivenView #timeline::-ms-fill-lower,
.kivenView #timeline::-ms-fill-upper {
  background: transparent;
}
.kivenView #timelineOutput {
  position: absolute;
  top: 30px;
}
.kivenView #PlayerTimelineContainer:after,
.kivenView #PlayerTimelineContainer:before {
  font-size: 10px;
  position: absolute;
  top: -5px;
}
.kivenView #PlayerTimelineContainer:before {
  content: "INITIAL";
  left: 14px;
}
.kivenView #PlayerTimelineContainer:after {
  content: "SETUP";
  right: 14px;
}
.kivenView #timeline:after,
.kivenView #timeline:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #6868ac;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
}
.kivenView #timeline:before {
  left: 15px;
}
.kivenView #timeline:after {
  right: 15px;
}
.kivenView #RightPanel {
  bottom: 16px;
  padding-top: 0px;
  position: absolute;
  right: 0;
}
.kivenView #RightPanel svg {
  fill: var(--main-txt-color);
  height: 44px;
  padding: 10px;
  width: 44px;
}
.kivenView #RightPanel button {
  background: none;
  border: none;
}
.kivenView main {
  align-content: stretch;
}
.kivenView main,
.kivenView main > section {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.kivenView main > section {
  flex-direction: column;
}
.kivenView main > section > #viewer {
  height: calc(100vh - 150px);
}
.kivenView main > section > #viewer > #sceneViewer {
  outline: none;
}
.kivenView main > section > #live,
.kivenView main > section > #viewer > #gnomonViewer {
  position: absolute;
  right: 50px;
  top: 70px;
}
.kivenView main > section > #live {
  height: 100%;
  text-align-last: end;
  width: 650px;
}
.kivenView main > nav {
  width: 50px;
}
.kivenView #specTabs {
  border-bottom: 7px solid var(--dark-bg-color);
  bottom: 0;
  flex-direction: row;
  margin-bottom: auto;
  position: relative;
  width: 100%;
}
.kivenView #specTabs > div {
  border-radius: 5px 5px 0 0;
  display: inline-block;
  margin: 0 2px;
  padding: 3px 15px;
  border: 0.1px dashed #323236 !important;
  border-bottom: 0 !important;
}
.kivenView #footerContainer {
  background-image: var(--gradient-bg);
  height: 100%;
  left: 0;
  min-width: 320px;
  position: fixed;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.kivenView #dropzone {
  float: right;
  margin-right: 130px !important;
}
.kivenView #chat {
  float: right;
  margin-right: auto !important;
}
.kivenView header {
  align-content: flex-start;
}
.kivenView footer,
.kivenView header {
  display: flex;
  flex-direction: column;
}
.kivenView footer {
  align-content: flex-end;
  bottom: 0;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
}
.kivenView th {
  font-weight: 400;
}
@media (min-width: 0px) {
  .kivenView #PlayerResetContainer,
  .kivenView #PlayerTimelineContainer {
    display: none;
  }
  .kivenView #PlayerButtonsContainer {
    display: flex;
  }
  .kivenView #HeaderTop,
  .kivenView #viewModeSelector {
    display: none;
  }
}
@media (min-width: 768px) {
  .kivenView main > section > #viewer {
    height: calc(100% - 240px);
  }
  .kivenView #RightPanel {
    bottom: auto;
  }
  .kivenView #Player {
    justify-content: space-between;
    left: 50%;
    margin-bottom: 40px;
    margin-left: -210px;
    padding-bottom: 50px;
    width: 420px;
  }
  .kivenView #PlayerButtonsContainer,
  .kivenView #PlayerResetContainer,
  .kivenView #PlayerTimelineContainer {
    display: flex;
  }
  .kivenView #PlayerButtonsContainer {
    width: 100px;
  }
  .kivenView #Player button {
    height: 22px;
    width: 22px;
  }
  .kivenView #Player button svg {
    width: 10px;
  }
  .kivenView #Player #playButton {
    height: 40px;
    width: 40px;
  }
  .kivenView #ViewportHeader {
    padding: 20px 55px 0 40px;
  }
  .kivenView #viewModeSelector {
    display: inline;
    display: initial;
  }
  .kivenView #PatientResume {
    margin-left: 20px;
  }
  .kivenView #PatientResume tr td:first-child {
    width: 70px;
  }
  .kivenView #PatientResume tr:first-child td:nth-of-type(2) {
    position: absolute;
  }
  .kivenView #PatientResume tr:nth-of-type(2) td:nth-of-type(2) {
    min-width: 100px;
  }
  .kivenView #HeaderTop {
    display: inline-block;
  }
  .kivenView #footerContainer {
    background-color: #000;
    background-image: none;
    display: block;
    height: 230px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: initial;
    -ms-user-select: initial;
    user-select: auto;
  }
  .kivenView .specsDesktop .SpecificationTooth > table {
    border-spacing: 0;
  }
  .kivenView .specsDesktop > table {
    font-size: 11px;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td:last-child {
    border-right: 1px solid;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td:not(:first-child) {
    border-left: 1px solid;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > tr:last-child > td:not(:first-child) {
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > .empty > td:not(:first-child) {
    border: 1px solid;
    border-left: 0;
    border-right: 0;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > thead > tr > th:not(:first-child) {
    border: 1px solid;
    border-right: 0;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > thead > tr > th:last-child {
    border-right: 1px solid;
  }
}
@media (min-width: 950px) {
  .kivenView .specsDesktop .SpecificationTooth > table {
    border-spacing: 5px 0;
  }
  .kivenView .specsDesktop > table {
    font-size: 12px;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td:first-child {
    border-right: 0;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > tbody > tr > td {
    border-right: 1px solid;
  }
  .kivenView .specsDesktop .SpecificationTooth > table > thead > tr > th:not(:first-child) {
    border-bottom: 0;
    border-right: 1px solid;
  }
}
@media (min-width: 1650px) {
  .kivenView .specsDesktop > table {
    font-size: 13.5px;
  }
  .kivenView .specsDesktop.movements > table {
    font-size: 12px;
  }
  .kivenView .specsDesktop.measures {
    padding: 15px 0 20px;
  }
}
@media (orientation: landscape) and (max-height: 412px) and (max-width: 812px) {
  .kivenView #LandscapeAlert {
    display: flex;
  }
}
.kivenView :root {
  --light-bg-color: #3a3a3a;
  --dark-bg-color: #000;
  --light-btn-color: #cecece;
  --selected-btn-color: #00c3ff;
  --main-txt-color: #cecece;
  --dark-txt-color: #3a3a3a;
  --main-li-color: #e9e9e9;
  --dark-li-color: #e9e9e993;
  --medium-border-color: #444;
  --spec-mobile-border: 1px solid var(--medium-border-color);
  --gradient-bg: linear-gradient(#000, #222) ;
}
.kivenView input {
  -moz-appearance: initial;
}
.kivenView .black {
  background-color: #000 !important;
  background-color: var(--dark-bg-color) !important;
  color: #cecece !important;
  color: var(--main-txt-color) !important;
}
.kivenView .selected {
  background: #4e4e52 !important;
  color: #fff;
}
.kivenView .full-width {
  width: 100% !important;
}
.kivenView .rightAlign {
  float: right;
}
.kivenView .leftAlign {
  float: left;
}
.kivenView * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #4b4b4b;
}
.kivenView #root,
.kivenView .App,
.kivenView body,
.kivenView html {
  height: 100%;
  min-width: 320px;
}
.kivenView .App {
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.kivenView .pointer,
.kivenView button,
.kivenView select {
  cursor: pointer;
}
.kivenView #HeaderTop {
  display: none;
}
.kivenView #PatientMenu {
  display: none;
}
.kivenView #PatientResume {
  display: none;
}
.kivenView #RightPanel button svg path {
  fill: #736dc5;
}
.kivenView #Player svg {
  fill: #736dc5 !important;
}
.kivenView #viewActions svg path {
  stroke: #736dc5;
}

.kivenView #timeline {
  -webkit-appearance: none;
  background: 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#999), to(#fff));
  background-image: linear-gradient(180deg, #7a74d1, #7a74d1, #7a74d1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7a74d1;
  cursor: pointer;
  font: inherit;
  height: 10px;
  opacity: 0.8;
  outline: 0;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}

.kivenView {
  background: none;
  position: relative;
  z-index: 1;
  color: #fff;
}

.kivenView #footerContainer {
  background-color: #4e4e52;
  color: #fff;
}
.kivenView #footerContainer * {
  color: #fff;
}

.kivenView #Player {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .kivenView main > section > #viewer {
    height: calc(100% - 180px);
  }
}
.kivenView #Logo .loading-container {
  min-height: 60vh;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kivenView #Logo .loading-container .loading {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border-style: solid;
  border-width: var(--border-width);
  border-color: transparent #f7f7fb transparent #f6f6f9;
  position: relative;
}
.kivenView #Logo .loading-container .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border-style: solid;
  border-width: 66px;
  box-sizing: border-box;
  border-color: #ffffff transparent #ffffff transparent;
  animation: animate 3s ease-in-out infinite backwards;
}
@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.kivenView #timeline {
  -webkit-appearance: none;
  background: 0 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#999), to(#fff));
  background-image: linear-gradient(180deg, #736dc5, #736dc5, #736dc5);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font: inherit;
  height: 10px;
  opacity: 0.8;
  outline: 0;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}

.kivenView {
  background: none;
  position: relative;
  z-index: 1;
  color: #fff;
}
.kivenView .logo svg path {
  fill: #000000 !important;
}

.kivenView #Player {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .kivenView main > section > #viewer {
    height: calc(100% - 180px);
  }
}
.kivenView #Logo .loading-container {
  min-height: 60vh;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kivenView #Logo .loading-container .loading {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border-style: solid;
  border-width: var(--border-width);
  border-color: transparent #7a74d1 transparent #7a74d1;
  position: relative;
}
.kivenView #Logo .loading-container .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border-style: solid;
  border-width: 66px;
  box-sizing: border-box;
  border-color: #7a74d1 transparent #7a74d1 transparent;
  animation: animate 3s ease-in-out infinite backwards;
}
@keyframes animate {
  0% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

[app-viewer-3-d] {
  border: 1px solid rgb(229, 229, 229) !important;
}

.kivenView {
  height: 65vh !important;
  min-height: 65vh !important;
}

.kivenView main > section > #viewer {
  height: calc(64vh - 150px);
}

body.is-dark [app-viewer-3-d] {
  border: 1px solid #404045 !important;
}

body.is-dark .kivenView * {
  color: #ffffff;
}
body.is-dark .kivenView #RightPanel button svg path {
  fill: #ffffff !important;
}
body.is-dark .kivenView #viewActions svg path {
  stroke: #fdfdfd;
}
body.is-dark .kivenView .logo svg path {
  fill: #ffffff !important;
}
body.is-dark .kivenView .loading-container .loading {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  border-style: solid;
  border-width: var(--border-width);
  border-color: transparent #f7f7fb transparent #f6f6f9 !important;
  position: relative;
}
body.is-dark .kivenView .loading-container .loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border-style: solid;
  border-width: 66px;
  box-sizing: border-box;
  border-color: #ffffff transparent #ffffff transparent !important;
  animation: animate 3s ease-in-out infinite backwards;
}

body.is-dark .boxSlider .Slider .boxItem {
  border: 0.1px solid #848484;
  border-radius: 20px;
  color: #fff;
  background: #313137;
}

.Active {
  background: #6868ac !important;
  color: #fff;
}

.kivenView #stepCounter.mobile {
  font-size: 26px;
  padding-bottom: 10px;
  padding-top: 0px;
  text-align: center;
  position: absolute;
}