.modern-login .is-image .hero-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0px auto 0 auto;
  max-width: 60%;
  width: 60%;
  border-radius: 50%;
  height: 69vh;
  object-fit: cover;
}

.modern-login .dark-mode {
  top: -26px;
}

.modern-login .top-logo {
  top: -35px;
}

@media only screen and (max-width: 767px) {
  .modern-login .top-logo {
    top: 30px;
  }
  .modern-login .dark-mode {
    top: 30px;
  }
}:root {
  --txt-primary: #535353;
  --txt-hover: #292929;
  --background: #F7F7F7;
}

.game {
  position: relative;
  width: 600px;
  height: 200px;
  overflow: hidden;
}

.score {
  position: absolute;
  right: 5vmin;
  top: 1vmin;
  font-size: 0.8rem;
}

.start-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.gameover-message {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}

.gameover-message p {
  letter-spacing: 0.5em;
}

.gameover-message span {
  font-size: 0.6rem;
  text-transform: none;
}

.ground {
  --left: 0;
  width: 300%;
  position: absolute;
  bottom: 0;
  left: calc(var(--left) * 1%);
}

.dino {
  --bottom: 0;
  height: 30%;
  position: absolute;
  left: 1%;
  bottom: calc(var(--bottom) * 1%);
}

.cactus {
  height: 30%;
  position: absolute;
  bottom: 0;
  left: calc(var(--left) * 1%);
}

.hide {
  display: none;
}.carousel {
  padding: 24px;
}
.carousel h2 {
  margin: 0;
}
.carousel a {
  text-decoration: none;
  color: #fff;
}
.carousel img {
  aspect-ratio: 1/1;
  width: 175px;
  height: 175px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-bottom: 16px;
  border-radius: clamp(0px, (100vw - 4px - 100%) * 9999, 4px);
}
.carousel h3 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 4px;
}
.carousel span {
  color: #a7a7a7;
  font-size: 14px;
}
.carousel .dragging a {
  pointer-events: none;
}
.carousel .carousel__wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__content {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__arrows {
    display: flex;
  }
}
.carousel .carousel__header {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.carousel .carousel__content {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: grid;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding: 0;
  margin: 0;
  grid-gap: 9px;
  grid-auto-flow: column;
  list-style: none;
}
.carousel .carousel__content::-webkit-scrollbar {
  display: none;
}
.carousel .carousel__item {
  min-width: max-content;
  text-align: center;
}
.carousel .carousel__item .tag {
  width: 100%;
  background-color: #88c6ce;
  color: #fff;
  text-shadow: -1px 1px 10px #000;
  font-size: 16px;
}
.carousel .carousel__item .carousel__description {
  width: 100%;
}
.carousel .carousel__item a {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  user-select: none;
  margin: 10px 0;
  padding: 16px;
  cursor: pointer;
  border-radius: 14px;
  border: 0.5px solid;
}
.carousel .carousel__controls {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
}
.carousel .carousel__arrow {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.carousel .carousel__arrow:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  display: block;
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.carousel .carousel__arrow.arrow-prev:before {
  transform: rotate(90deg);
}
.carousel .carousel__arrow.arrow-next:before {
  transform: rotate(-90deg);
}
.carousel .carousel__arrow.disabled::before {
  filter: brightness(2);
}

.disclaimer a {
  color: #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.hidenTable {
  display: none !important;
}.AdditionalInstructions .demo-card {
  height: 65vh;
  padding: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.AdditionalInstructions .demo-card .sideBar {
  width: max-content;
  height: 100%;
  display: block;
  border-right: 0.1px solid #dbdbdb;
}
.AdditionalInstructions .demo-card .sideBar .contacts {
  width: 250px;
  padding: 0 13px;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
}
.AdditionalInstructions .demo-card .sideBar .contacts .item {
  display: flex;
  align-items: center;
  color: #a89b9b;
  border-bottom: 0.1px solid;
  padding: 8px;
  font-size: 13px;
  border-radius: 6px;
  margin-top: 9px;
  cursor: pointer;
}
.AdditionalInstructions .demo-card .sideBar .contacts .item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 6px;
}
.AdditionalInstructions .demo-card .sideBar .contacts .item label {
  cursor: pointer;
  width: 100%;
}
.AdditionalInstructions .demo-card .sideBar .contacts .item:hover {
  background: #27272a;
}
.AdditionalInstructions .demo-card .sideBar .contacts .activeItem {
  background: #27272a;
}
.AdditionalInstructions .demo-card .btnMenu {
  display: none;
}
@media screen and (max-width: 600px) {
  .AdditionalInstructions .demo-card .sideBar {
    position: absolute;
    z-index: 3;
    background: rgba(50, 50, 54, 0.8588235294);
    top: 0;
    left: 0;
    display: none;
  }
  .AdditionalInstructions .demo-card .btnMenu {
    display: block;
  }
}
@container (min-width: 400px) {
  .AdditionalInstructions .demo-card .sideBar {
    position: absolute;
    z-index: 3;
    background: rgba(50, 50, 54, 0.8588235294);
    top: 0;
    left: 0;
    display: none;
  }
  .AdditionalInstructions .demo-card .btnMenu {
    display: block;
  }
}
.AdditionalInstructions .demo-card .boxChat {
  height: 100%;
  width: inherit;
  position: relative;
}
.AdditionalInstructions .demo-card .boxChat .logBackgroundChat {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  padding: 97px;
}
.AdditionalInstructions .demo-card .boxChat .logBackgroundChat svg {
  width: 100%;
  height: 100%;
}
.AdditionalInstructions .demo-card .boxChat .logBackgroundChat svg path {
  fill: #dbdbdb;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom {
  width: 100%;
  min-height: 53px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxEmojjen {
  font-size: 25px;
  padding: 15px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxEmojjen .Emojjen {
  overflow-x: hidden;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  font-family: "grInter";
  overflow-y: auto;
  max-height: 155px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxEmojjen span {
  cursor: pointer;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxMedia {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxMedia button svg path {
  fill: #fff;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  padding-top: 5px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxTools {
  padding-bottom: 10px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxTools button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxTools button svg {
  color: #797bf2;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxTextaria {
  width: inherit;
  padding-bottom: 5px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxTextaria textarea {
  border-radius: 2px;
  resize: none;
  max-height: 130px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxBtnSend {
  padding-bottom: 10px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxBtnSend button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxInpput .boxBtnSend button svg {
  color: #797bf2;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxRecording {
  width: 100%;
  padding: 1px 10px;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxRecording [app-recording] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxRecording .btnRecord {
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxGallery {
  height: 43vh;
  width: 100%;
}
.AdditionalInstructions .demo-card .boxChat .boxbottom .boxGallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.AdditionalInstructions .demo-card .boxChat .Messages {
  height: 54vh;
}
.AdditionalInstructions .demo-card .boxChat .Messages .boxLoaderMessages {
  width: 100%;
  height: 100%;
  font-size: 100px;
  justify-content: center;
  display: flex;
  left: 0;
  position: absolute;
  align-items: center;
  z-index: 9999;
  background: rgba(59, 59, 64, 0.5882352941);
}
.AdditionalInstructions .demo-card .boxChat .Messages .boxLoaderMessages .chat-body .chat-loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 54, 0.1098039216);
  z-index: 9;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo] [style="height: 34vh; text-align: center;"] {
  height: 16vh !important;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo] video {
  border-radius: 4px !important;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo] button {
  font-size: 10px;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo][fullscreen] {
  position: fixed !important;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #2c2f36;
  top: 0;
  left: 0;
  padding: 23px;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo][fullscreen] [style="height: 34vh; text-align: center;"] {
  height: 84vh !important;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo][fullscreen] video {
  border-radius: 10px !important;
}
.AdditionalInstructions .demo-card .boxChat .Messages [appvideo][fullscreen] button {
  font-size: 14px;
}
.AdditionalInstructions .demo-card .boxChat .Messages .imageFullScreen {
  cursor: pointer;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  padding: 15px;
  object-fit: contain;
  background: rgba(32, 33, 36, 0.8509803922);
}
.AdditionalInstructions .demo-card .boxChat .Messages .btnViewerStl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .AdditionalInstructions .demo-card .boxChat .Messages .btnStlViewer {
    font-size: 13px !important;
  }
  .AdditionalInstructions .demo-card .boxChat .Messages .iconViewerStl {
    width: 60px !important;
  }
}

.phone .AdditionalInstructions .demo-card {
  height: 91vh;
}
.phone .AdditionalInstructions .demo-card .sideBar {
  position: absolute;
  z-index: 3;
  background: rgba(50, 50, 54, 0.8588235294);
  top: 0;
  left: 0;
  display: none;
}
.phone .AdditionalInstructions .demo-card .btnMenu {
  display: block;
}
.phone .AdditionalInstructions .demo-card .iconViewerStl {
  width: 60px;
}
.phone .AdditionalInstructions .demo-card .btnViewerStl {
  font-size: 13px;
}
.phone .AdditionalInstructions .demo-card .boxChat .Messages {
  height: 81vh;
}

body.is-dark .AdditionalInstructions .demo-card .sideBar {
  border-right: 0.1px solid #404045;
}

body.is-dark .AdditionalInstructions .demo-card .sideBar .item {
  color: #fff;
}

body.is-dark .AdditionalInstructions .demo-card .boxChat .boxbottom {
  background: #3b3b40;
}

body.is-dark .AdditionalInstructions .demo-card .boxChat .logBackgroundChat svg path {
  fill: #28282b;
}

.chat-body .other .msg .msg-inner {
  background: #4e4f9c;
  color: #283252;
  border-radius: 0 12px 12px 12px;
  padding: 16px;
  position: relative;
}
.chat-body .other .msg .msg-inner p {
  color: #fff;
  font-size: 16px;
}

.chat-body .self .msg .msg-inner {
  background: #6c6dcd;
  color: #ffffff;
  border-radius: 12px 0 12px 12px;
  padding: 12px;
}
.chat-body .self .msg .msg-inner p {
  color: #fff;
  font-size: 16px;
}

.buttonSettingsRooms {
  padding: 8px;
  max-height: 20px;
  position: absolute;
  top: 3px;
  left: 5px;
  z-index: 1;
}

.boxSettingsRoom {
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

body.is-dark .boxSettingsRoom {
  background: #323236;
}

.boxRoomsInformation {
  width: 97%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 13px;
  border-bottom: 0.1px solid #56565b;
  padding: 10px;
}

.imageAvatarRooms {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
}

.chat-body {
  padding: 0 30px 8px 30px !important;
}

.chat-body .self .msg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 20px;
  min-width: 90px;
  max-width: 40%;
  position: relative;
}

.chat-body .other .msg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 90px;
  max-width: 40%;
  margin-left: 20px;
}

.widthMedia {
  width: 230px !important;
}

.VideoIcon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  z-index: 1;
  justify-content: center;
  align-items: center;
  background: rgba(10, 10, 10, 0.4588235294);
}

.itemPdf {
  position: absolute;
  bottom: 0;
  background: rgba(108, 109, 205, 0.8588235294);
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 25px 25px 0px 0px;
  border-top: 1px solid #a4a5dc;
  text-align: center;
}

.phone .chat-body .divider-container .divider span:before,
.phone .chat-body .divider-container .divider span:after {
  width: 29% !important;
}

.chatFexid .AdditionalInstructions .demo-card .sideBar {
  position: absolute;
  z-index: 3;
  background: rgba(50, 50, 54, 0.8588235294);
  top: 0;
  left: 0;
  display: none;
}

.chatFexid .chat-body .divider-container .divider span:before,
.chatFexid .chat-body .divider-container .divider span:after {
  width: 26%;
}

.chatFexid .AdditionalInstructions .demo-card .btnMenu {
  display: block;
}

.chatFexid .chat-body .self .msg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 8px;
  min-width: 90px;
  max-width: 76%;
  position: relative;
}
.chatFexid .chat-body .other .msg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-width: 90px;
  max-width: 82%;
  margin-left: 6px;
}
.chatFexid .chat-body .self .msg .msg-inner p {
  font-size: 14px;
}/* width */
.tabs::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

/* Track */
.tabs::-webkit-scrollbar-track {
  /* border-radius: 5px; */
}

/* Handle */
.tabs:hover::-webkit-scrollbar-thumb {
  background: #a2a5b9;
  border-radius: 10px;
}

.tabs {
  margin-bottom: 9px;
  padding-bottom: 4px;
}

.iconImprition {
  fill: #a5a1a1;
}

.is-active .iconImprition {
  fill: #797bf2;
}.filesDownload .boxDownload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}body.is-dark .title, body.is-dark .dark-inverted {
  color: #e1e1e1 !important;
  margin: 2px 0px;
}

.createOrder .radio {
  display: block;
}

.createOrder label {
  padding: 6px 0;
}

.createOrder .content {
  padding: 10px 0px;
}

.createOrder .StrongTitile {
  font-size: 13px;
  color: #e52a65;
}

.title.is-thin {
  font-weight: 300;
  margin: 2px 0px;
}

#Impressions [appuploadfile] {
  width: 150px !important;
  height: 130px !important;
}

#Impressions .lnil-cloud-upload {
  font-size: 29px;
}.boxCoverInformation {
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.iconTop {
  background: #d1c170;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 8px;
}.btnEditForm .is-active #btnEdit {
  display: none;
}

.demo-card .code-trigger:hover svg {
  stroke: #9b9b9b !important;
}

.disabledCalendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(187, 187, 187, 0.1490196078);
  z-index: 1;
}

.is-dark .disabledCalendar {
  background: rgba(59, 59, 65, 0.1294117647);
}#patientRecord [appuploadfile] {
  width: 125px !important;
  height: 100px !important;
}
#patientRecord .titelXray {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #d6d6d6;
  font-family: "Roboto";
}
#patientRecord .btnEditForm .is-active #btnEdit {
  display: none;
}#PrintOrthodonticFiles [appuploadfile] {
  width: 100% !important;
  height: 100px !important;
}
#PrintOrthodonticFiles [appuploadfile] .is-success {
  bottom: 10px !important;
  top: auto !important;
}

#PrintOrthodonticFiles .titleAliner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#PrintOrthodonticFiles .btnAnewBox {
  height: 100px;
  width: 113px;
  font-size: 44px;
  opacity: 0.6;
}
#PrintOrthodonticFiles .boxAliner {
  width: 150px;
  height: 100px;
  font-size: 64px;
  border-radius: 11px;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-left: 8px;
}
#PrintOrthodonticFiles .boxAliner .backgroundBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0.3;
}
#PrintOrthodonticFiles .boxAliner .numberBox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  padding-top: 2px;
}
#PrintOrthodonticFiles .boxAliner .numberBox .tag {
  font-size: 14px;
  display: block;
}
#PrintOrthodonticFiles .boxAliner .buttonBox {
  position: absolute;
  bottom: 0;
  left: 0;
}

body.is-dark #PrintOrthodonticFiles .boxAliner .backgroundBox .select-all {
  opacity: 0.3;
  color: #fff;
}

.spanCountBox {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 17px !important;
  padding: 0px 9px !important;
  border-radius: 24% !important;
  background: #5f5e5e !important;
  height: 32px !important;
  display: flex !important;
}.wizard-v1-wrapper {
  padding: 0;
}

.media-flex-center .flex-meta span:nth-child(2), .media-flex-center .flex-meta > a:nth-child(2) {
  font-family: "Roboto", sans-serif;
  color: #71737f;
  font-size: 0.9rem;
}

.wizard-v1-wrapper .step-content .tools-wrapper {
  max-width: 100%;
  margin: 0 auto;
}.condtionAndTremes {
  border: none;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 43vh;
  outline: none;
}.disabled {
  opacity: 0.5;
}

.kivenView {
  width: 100%;
  height: 70vh;
}
.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: 24px;
  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 {
  -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 .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 * {
  color: #fff;
}
.kivenView #footerContainer {
  background-color: #4e4e52;
  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: 100vh;
  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: 100vh;
  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;
}

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;
}.chatFexid {
  margin: 0;
  padding: 7px;
  position: absolute;
  right: 9px;
  bottom: 0;
  width: 350px;
  background: rgba(255, 255, 255, 0.6);
}

.caseFlex #patientRecord [appuploadfile] {
  width: 92% !important;
  height: 200px !important;
}
.caseFlex [initfile=RenderFiles] {
  width: 100px !important;
  height: 100px !important;
}
.caseFlex .hidedev {
  display: none !important;
}
.caseFlex .createOrder .is-12 {
  display: none !important;
}
.caseFlex .createOrder .stuck-header {
  position: initial !important;
  margin-left: 0;
  width: 100%;
}

.caseFlex .tabs.is-toggle li + li {
  margin-left: 2px;
}

.btnMobile {
  display: none;
}

@media (max-width: 600px) {
  .btnDisktop {
    display: none;
  }
  .btnMobile {
    display: block;
  }
  .CreateOrderFlext {
    width: 100% !important;
  }
}.carousel {
  padding: 24px;
}
.carousel h2 {
  margin: 0;
}
.carousel a {
  text-decoration: none;
  color: #fff;
}
.carousel img {
  aspect-ratio: 1/1;
  width: 175px;
  height: 175px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  margin-bottom: 16px;
  border-radius: clamp(0px, (100vw - 4px - 100%) * 9999, 4px);
}
.carousel h3 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 4px;
}
.carousel span {
  color: #a7a7a7;
  font-size: 14px;
}
.carousel .dragging a {
  pointer-events: none;
}
.carousel .carousel__wrapper {
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__content {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1180px) {
  .carousel .carousel__wrapper.has-arrows .carousel__arrows {
    display: flex;
  }
}
.carousel .carousel__header {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.carousel .carousel__content {
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: grid;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding: 0;
  margin: 0;
  grid-gap: 9px;
  grid-auto-flow: column;
  list-style: none;
}
.carousel .carousel__content::-webkit-scrollbar {
  display: none;
}
.carousel .carousel__item {
  min-width: max-content;
  text-align: center;
}
.carousel .carousel__item .tag {
  width: 100%;
  background-color: #88c6ce;
  color: #fff;
  text-shadow: -1px 1px 10px #000;
  font-size: 16px;
}
.carousel .carousel__item .carousel__description {
  width: 100%;
}
.carousel .carousel__item a {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  user-select: none;
  margin: 10px 0;
  padding: 16px;
  cursor: pointer;
  border-radius: 14px;
  border: 0.5px solid;
}
.carousel .carousel__controls {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
}
.carousel .carousel__arrow {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}
.carousel .carousel__arrow:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  display: block;
  width: 18px;
  height: 12px;
  cursor: pointer;
}
.carousel .carousel__arrow.arrow-prev:before {
  transform: rotate(90deg);
}
.carousel .carousel__arrow.arrow-next:before {
  transform: rotate(-90deg);
}
.carousel .carousel__arrow.disabled::before {
  filter: brightness(2);
}

.disclaimer a {
  color: #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}.patientItems .boxItem {
  padding: 4px;
}
.patientItems .boxItem img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid;
  padding: 3px;
}body.is-dark .logSM {
  width: 33px;
  height: 33px;
}
body.is-dark .logSM path {
  fill: #fff;
}

.logSM {
  width: 33px;
  height: 33px;
}body.is-dark .logoSvg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .navbar-brand .brand-end {
    width: auto;
  }
}.boxLoader {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7a74d1;
}

.boxParticipants {
  margin: 0;
  border-radius: 0;
  min-width: 300px;
  border-right: 1px solid #ccc;
  padding: 11px;
  max-width: 300px;
}

.imageAvatar {
  width: 50px !important;
  min-width: 50px !important;
  height: 50px !important;
}

.countryAvatar {
  max-width: 50px !important;
  min-width: 58px !important;
}

.boxNotFy {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 11px;
  max-height: 90vh;
  overflow-y: scroll;
}.gezdvu {
  /* width:248px; */
  /* height:48px; */
  /* background:#f1e7e7; */
  position: absolute;
  /* top:50%; */
  /* left:50%; */
  /* transform:translate(-50%,-50%); */
  /* border-radius:30px; */
}

.ponavues {
  width: fit-content;
  margin: 0 auto;
  line-height: 50px;
  cursor: pointer;
}

.gasedun {
  color: #d69439 !important;
}

.rating {
  height: 50px;
  margin-left: 0px;
  padding: 0px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.rating input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.star-over::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f005";
  display: inline-block;
  color: #faae43;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.star-Active::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\f005";
  display: inline-block;
  color: #faae43;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

.rating:nth-child(1) .face::after {
  content: "\f119";
}

.rating:nth-child(2) .face::after {
  content: "\f11a";
}

.rating:nth-child(3) .face::after {
  content: "\f118";
}

.rating:nth-child(4) .face::after {
  content: "\f580";
}

.rating:nth-child(5) .face::after {
  content: "\f59a";
}

.face {
  opacity: 0;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #855c22;
  border-radius: 5px;
  top: -30px;
  line-height: 29px;
  left: -5px;
  transition: 0.2s;
  pointer-events: none;
}

.face::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  display: inline-block;
  color: #0a49a7;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: 0;
}

.face::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 5px;
  top: -1px;
}

.rating:hover .face {
  opacity: 1;
}.pageloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ededed;
  z-index: 999998;
  opacity: 0;
  transition: -webkit-opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  will-change: opacity;
  pointer-events: none;
}

.logoLoader {
  border-radius: 10px;
  width: 100px;
  position: absolute;
  top: 44%;
  left: 47%;
}

.avatarUsers {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.Kscroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  height: 10px;
}

.Kscroll::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
  border: 1px solid #cec7c7;
}

.has-loader .h-loader-wrapper {
  background: rgba(255, 255, 255, 0.3294117647);
}

body.is-dark .has-loader .h-loader-wrapper {
  background: rgba(50, 50, 54, 0.6705882353);
}

/*
 *  STYLE 10
 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}

.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  font-size: 30px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: cover;
  border: 3px solid;
}

.sidebar-panel.is-generic .inner li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a2a5b9;
}

body.is-dark .all-projects-header #qr div {
  color: #f0e5e5;
}

.ModelVideo time {
  color: rgb(54, 53, 53) !important;
}

body.is-dark .ModelVideo time {
  color: rgb(255, 255, 255) !important;
}

wave {
  overflow: hidden !important;
}

body.is-dark .dark-inverted, body.is-dark .title {
  color: #bdbdbd !important;
  margin: 2px 0;
}

html {
  overscroll-behavior-x: none;
}

body {
  overscroll-behavior-x: none;
}

.datatable-filter-cell .datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  border: none !important;
  padding: 0 !important;
  font-size: 11px;
  margin: 0;
}

.sorting {
  background-image: none;
}

.dataTables_length {
  display: none;
}

.dataTables_info {
  display: none;
}

.dataTables_paginate {
  display: none;
}

.table {
  width: 100% !important;
}

body.is-dark .all-projects .all-projects-header .header-item .sucess {
  color: #93e088 !important;
}
body.is-dark .all-projects .all-projects-header .header-item .danger {
  color: #e62965 !important;
}
body.is-dark .all-projects .all-projects-header .header-item .light {
  color: #a6a5a5 !important;
}

.all-projects .all-projects-header .header-item .sucess {
  color: #93e088 !important;
}
.all-projects .all-projects-header .header-item .danger {
  color: #e62965 !important;
}
.all-projects .all-projects-header .header-item .light {
  color: #a6a5a5 !important;
}

.avatarModelUsers {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  border: 1px solid #b7b1b1;
  padding: 8px;
  cursor: pointer;
}

.iti {
  width: 100%;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 23px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  height: 38px;
  align-items: center;
  display: flex;
  border: 1px solid #dfdfdf;
  outline: none;
}

.select2-results__option--selectable {
  color: #000;
}

.is-dark .select2-container--default .select2-selection--single {
  background: #28282b !important;
  border: 1px solid #535353;
}
.is-dark .select2-results__option--selectable {
  color: #9b9a9a;
}
.is-dark .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #535353 !important;
  border-radius: 4px;
  height: 38px;
  align-items: center;
  display: flex;
}
.is-dark .select2-container--open .select2-dropdown--below {
  background: #28282b;
  border: 1px solid #555252 !important;
}
.is-dark .select2-container--default .select2-search--dropdown .select2-search__field {
  background: none;
  border: 1px solid #555252;
  outline: none;
  color: #fff;
}
.is-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #9e9e9e;
}

.ErrorMessage {
  color: red;
}

.ErrorInput {
  border-color: #e62965 !important;
}

.SuccessInput {
  border-color: #29e675 !important;
}

.gameApp {
  position: fixed;
  z-index: 9999999999999;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  color: #fff;
}

.loadborder {
  position: absolute;
  height: 100vh;
}

.ErrorMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(40, 40, 43, 0.3882352941);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 99999999999999;
  top: 0;
  left: 0;
}

.textMore {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-wrapper .table.is-datatable th {
  text-transform: capitalize;
}

.cke_notifications_area {
  display: none !important;
}

.chat-body .other + .other .avatar, .chat-body .self + .self .avatar {
  visibility: visible !important;
}

.navbar-burger {
  display: none;
}