@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@charset "UTF-8";
body {
  font-family: "PT Sans", Arial, sans-serif;
  background: #E5F0FC;
}

body.welcome-page {
  font-size: 18px;
  line-height: 24px;
  color: #283441;
  text-align: center;
  font-weight: 400;
}

.welcome-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
}

.welcome-page img {
  display: block;
  width: 100%;
}

.welcome-page main {
  overflow: hidden;
}

.header {
  background-color: #ffffff;
  padding: 8px 0;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__brand-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.header__logo {
  max-width: 40px;
  margin-right: 16px;
}
.header__login-btn {
  padding: 8px 16px;
  background-color: #4E9AF7;
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0.24);
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.header__login-btn:hover {
  color: #FFFFFF;
  background-color: #62AEFF;
}
.header__login-btn:active, .header__login-btn:focus {
  color: #FFFFFF;
  background-color: #3A86E3;
  box-shadow: none;
}

.welcome {
  padding: 136px 0 252px;
  position: relative;
}
.welcome__color-line {
  height: 303px;
  opacity: 1;
  position: absolute;
  transform: translateY(0);
  transition: all 0.8s ease;
  width: 1920px;
  z-index: -1;
  left: -210px;
  top: 331px;
}
.welcome__color-line.is-hidden {
  opacity: 0;
  transform: translateY(-150px);
}
.welcome__color-line::before {
  border-radius: 12px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(-15deg) rotate(-15deg);
  width: 100%;
  background-color: #4ea3ff;
}
.welcome__color-line--accent {
  left: -29px;
  top: 460px;
}
.welcome__color-line--accent.is-hidden {
  transform: translateY(150px);
}
.welcome__color-line--accent::before {
  background-color: #66efef;
}
.welcome__title {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  max-width: 840px;
  margin: 0 auto 24px;
}
.welcome__title span {
  color: #4E9AF7;
}
.welcome__subtitle {
  font-size: 24px;
  line-height: 40px;
  max-width: 996px;
  margin: 0 auto 68px;
}
.welcome__advantages {
  margin: -12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.welcome__advantages-item {
  margin: 12px 12px 24px 12px;
  background-color: #ffffff;
  width: 100%;
  max-width: 384px;
  border-radius: 16px;
  padding: 48px 24px 24px;
  position: relative;
}
.welcome__advantages-item::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  z-index: -1;
  bottom: -64px;
  box-shadow: 0px 8px 32px rgba(108, 193, 255, 0.24);
}
.welcome__advantages-item--text-left::before {
  transform: skewY(7deg);
  bottom: -44px;
}
.welcome__advantages-item--text-right::before {
  transform: skewY(-7deg);
  bottom: -44px;
}
.welcome__advantages-item--image {
  background-color: unset;
  box-shadow: none;
  padding: 0;
}
.welcome__advantages-item--image::before {
  display: none;
}
.welcome__advantages-img {
  max-width: 256px;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
.welcome__advantages-img-wrap {
  position: absolute;
  width: 100%;
  height: 200px;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 8px 32px rgba(108, 193, 255, 0.24);
  bottom: 0;
  left: 0;
}
.welcome__advantages-img-wrap::before, .welcome__advantages-img-wrap::after {
  display: block;
  content: "";
  position: absolute;
  left: 24px;
  width: calc(100% - 24px);
  height: 100%;
  border-radius: 16px;
  background-color: #ffffff;
  z-index: -1;
  top: -12px;
  box-shadow: 0px 8px 32px rgba(108, 193, 255, 0.24);
  transform: skewY(4deg);
}
.welcome__advantages-img-wrap::after {
  left: unset;
  z-index: -1;
  right: 24px;
  transform: skewY(-4deg);
}
.welcome__advantages-img-wrap--left::after {
  display: none;
}
.welcome__advantages-img-wrap--right::before {
  display: none;
}
.welcome__advantages-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #4E9AF7;
  margin-bottom: 16px;
}
.welcome__advantages-subtitle {
  font-size: 18px;
}
.welcome__start {
  margin-top: 112px;
}
.welcome__start-btn {
  display: inline-block;
  padding: 24px 40px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
.welcome__start-btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #4E9AF7;
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0.24);
  transform: skewX(-8deg);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.welcome__start-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.welcome__start-btn:hover::before {
  background: #62AEFF;
}
.welcome__start-btn:active, .welcome__start-btn:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.welcome__start-btn:active::before, .welcome__start-btn:focus::before {
  background: #3A86E3;
  box-shadow: none;
}

.footer {
  background-color: #ffffff;
  padding: 8px 0;
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer a {
  color: #4E9AF7;
  font-size: 14px;
}

@media all and (max-width: 1200px) {
  .welcome-container {
    padding: 0 10px;
  }
}
@media all and (max-width: 868px) {
  .welcome__title {
    font-size: 40px;
  }
  .welcome__subtitle {
    font-size: 20px;
  }
  .welcome__advantages {
    display: block;
    max-width: 384px;
    margin: 0 auto;
  }
  .welcome__advantages-item {
    margin: 0 0 24px;
  }
  .welcome__advantages-item::before {
    display: none;
  }
}
body {
  font-family: "PT Sans", Arial, sans-serif;
  background: #E5F0FC;
}

*::-moz-selection {
  color: #fff;
  background-color: #4E9AF7;
}

*::selection {
  color: #fff;
  background-color: #4E9AF7;
}

a {
  color: #4E9AF7;
  text-decoration: none;
  transition: color 0.1s ease;
}
a:hover {
  color: #3A86E3;
}

img {
  max-width: 100%;
}

a.brand-link.dentalis-brand {
  text-decoration: none;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #1E2A37;
}

img.brand-image.dentalis {
  width: 40px;
  height: 40px;
  box-shadow: none !important;
  margin: 0 16px 0 0;
  max-height: unset;
  float: none;
}

.content-wrapper.dentalis-wrapper {
  background-color: #E5F0FC;
  color: #283441;
}

.brand-text.dentalis-brand-text {
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
}

.main-sidebar.dentalis-sidebar {
  background-color: #283441;
}

.dentalis-sidebar .sidebar {
  box-shadow: 0px 8px 32px rgba(108, 193, 255, 0.24);
  padding: 0 4px;
}

.dentalis-sidebar-nav li.nav-header {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 0 0 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}

.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link {
  border-radius: 4px;
  margin: 0 0 4px 0;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link i {
  margin-right: 16px;
  color: #ffffff;
}

.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #4E9AF7;
  font-weight: 700;
}

.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: 0;
  background-color: #3C4855;
  z-index: -1;
  transform: skewX(-15deg);
}
.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps.dentalis-hire-steps--two::after {
  left: -17px;
}
.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps.dentalis-hire-steps--three::after {
  left: -29px;
}
.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps.dentalis-hire-steps--four::after {
  left: -40px;
}
.dentalis-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.dentalis-hire-steps.active {
  border-radius: 4px;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link.dentalis-hire-steps {
  background-color: transparent;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link.dentalis-hire-steps.active {
  background-color: #4E9AF7;
}

svg.svg_menu {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.dentalis-wrapper .content-header {
  padding: 15px 40px;
}

.content-wrapper.dentalis-wrapper > .content {
  padding: 0 40px;
}

.dentalis-wrapper .content-header h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.navbar.dentalis-navbar {
  padding: 8px 20px;
  border-bottom: 1px solid #E1EDFC;
}

.navbar.dentalis-navbar .navbar-nav .nav-link i,
.navbar.dentalis-navbar .navbar-nav .nav-link {
  color: #283441;
  font-size: 16px;
}

.dentalis-dropdown {
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  color: #283441;
  max-width: 420px;
  min-width: 360px;
  /* Drop Shadow */
  box-shadow: 0px 8px 32px 0px rgba(40, 52, 65, 0.08);
}
.dentalis-dropdown .dentalis-dropdown__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  margin-bottom: 8px;
}
.dentalis-dropdown p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}

.dentalis-primary-color {
  color: #4E9AF7 !important;
}

.dentalis-danger-color {
  color: #DC5751 !important;
}

.dentalis-content .page-item.active .page-link {
  background-color: #4E9AF7;
  border-color: #4E9AF7;
}

.dentalis-checkbox {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #C8CED4;
  background-color: #FFF;
  overflow: hidden;
  margin: 0;
  transition: border-color 0.1s ease;
  cursor: pointer;
}
.dentalis-checkbox span {
  display: block;
  opacity: 0;
  background-color: #4E9AF7;
  transition: opacity 0.1s ease;
  width: 100%;
  height: 100%;
}
.dentalis-checkbox span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.dentalis-checkbox span svg use {
  stroke: #ffffff;
}
.dentalis-checkbox input {
  display: none;
}
.dentalis-checkbox.checked {
  border-color: #4E9AF7;
}
.dentalis-checkbox.checked span {
  opacity: 1;
}

.dentalis-btn {
  border-radius: 8px;
  border: 1px solid #C8CED4;
  background-color: #ffffff;
  padding: 8px 16px;
  color: #283441;
  transition: color 0.1s ease, background-color 0.1s ease, border-color 0.1s ease;
  outline: none;
  font-size: 16px;
  line-height: 24px;
}
.dentalis-btn svg {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.dentalis-btn svg use {
  fill: #4E9AF7;
}
.dentalis-btn span {
  display: inline-block;
}
.dentalis-btn span + svg {
  margin-left: 10px;
}
.dentalis-btn:hover, .dentalis-btn:active, .dentalis-btn:focus {
  background-color: #4E9AF7;
  color: #ffffff;
  border-color: #4E9AF7;
}
.dentalis-btn:hover svg use, .dentalis-btn:active svg use, .dentalis-btn:focus svg use {
  fill: #ffffff;
}
.dentalis-btn--primary {
  background-color: #4E9AF7;
  color: #ffffff;
  border-color: #4E9AF7;
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0);
  transition: box-shadow 0.1s ease;
}
.dentalis-btn--primary:hover, .dentalis-btn--primary:active, .dentalis-btn--primary:focus {
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0.24);
}
.dentalis-btn--primary:hover svg use, .dentalis-btn--primary:active svg use, .dentalis-btn--primary:focus svg use {
  fill: #ffffff;
}
.dentalis-btn--primary svg use {
  fill: #ffffff;
}
.dentalis-btn--other {
  background-color: #ffffff;
  color: #4E9AF7;
  border-color: #4E9AF7;
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0);
  transition: box-shadow 0.1s ease;
}
.dentalis-btn--other:hover, .dentalis-btn--other:active, .dentalis-btn--other:focus {
  box-shadow: 0px 8px 24px rgba(78, 163, 255, 0.24);
}
.dentalis-btn--other:hover svg use, .dentalis-btn--other:active svg use, .dentalis-btn--other:focus svg use {
  fill: #ffffff;
}
.dentalis-btn--other svg use {
  fill: #ffffff;
}
.dentalis-btn--danger svg use {
  fill: #DC5751;
}
.dentalis-btn--danger:hover svg use {
  fill: #DC5751;
}
.dentalis-btn.disabled {
  background: #F7F7F7;
}
.dentalis-btn.disabled:hover, .dentalis-btn.disabled:active, .dentalis-btn.disabled:focus {
  pointer-events: none;
  color: #283441;
  border-color: #C8CED4;
}
.dentalis-btn.disabled svg use {
  fill: #C8CED4;
}

.dentalis-content .form-control {
  background-color: #ffffff;
  border-radius: 4px;
  height: auto;
  border: 1px solid #C8CED4;
}
.dentalis-content .form-control:disabled {
  background-color: #e9ecef;
}

.dentalis-sms-template + .note-editor .note-editing-area .note-editable {
  font-size: 16px;
  padding: 12px 16px;
}
.dentalis-sms-template + .note-editor .note-editing-area .note-editable span {
  color: #4E9AF7;
}
.dentalis-sms-template + .note-editor .note-status-output, .dentalis-sms-template + .note-editor .note-statusbar {
  display: none;
}
.dentalis-sms-template + .note-editor.note-frame.card {
  margin: 0 !important;
  border-radius: 4px !important;
  border: 1px solid #C8CED4;
  box-shadow: none;
}

.form-note {
  font-style: italic;
  font-size: 12px;
  color: #505C69;
  margin-top: 2px;
}

.director-instructions {
  font-size: 16px;
}
.director-instructions__image-wrap {
  overflow: hidden;
  border-radius: 5px;
  max-width: 320px;
  border: 1px solid #DADEE2;
  margin: 16px 0;
}
.director-instructions p {
  margin-bottom: 8px;
}
.director-instructions > ol {
  counter-reset: homePageCounter;
  margin-top: 20px;
}
.director-instructions > ol > li {
  list-style: none;
  position: relative;
  margin-bottom: 24px;
}
.director-instructions > ol > li:before {
  background: #4E9AF7;
  border-radius: 4px;
  color: #fff;
  content: counter(homePageCounter);
  counter-increment: homePageCounter;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 24px;
  left: -40px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
.director-instructions > ol > li > ul {
  margin-top: 12px;
}
.director-instructions > ol > li > ul > li {
  margin-bottom: 8px;
  list-style: disc;
}
.director-instructions > ol > li > ol {
  margin-top: 12px;
}
.director-instructions > ol > li > ol > li {
  margin-bottom: 8px;
}

.dentalis-scripts .card-header:not(.note-toolbar) {
  display: none;
}

.card.dentalis-scripts {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 8px 32px rgba(108, 193, 255, 0.24);
}

.dentalis-scripts > .card-body {
  padding: 0;
  border: none;
}

.dentalis-scripts__sidebar {
  border: none;
  box-shadow: none;
  margin: 0;
}

.dentalis-scripts__sidebar > .card-body {
  padding: 24px;
  border-right: 1px solid #99ABBE;
}

input.form-control.dentalis-scripts__search {
  background-color: #ffffff;
  border: 1px solid #DADEE2;
  border-radius: 8px;
  background-image: url(/images/search.svg?e982d94324d5f4f67b3abfdb95711cd8);
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 12px 40px 12px 16px;
}

.card.dentalis-scripts__detail {
  border: none;
  box-shadow: none;
  margin: 1px;
}

.dentalis-scripts__groups.card {
  border: none;
  box-shadow: none;
  margin-bottom: 24px;
}

.dentalis-scripts__groups div.card-header {
  display: block !important;
  background-color: #ffffff;
  border: none;
  padding: 0;
  margin-bottom: 16px;
}

.dentalis-scripts__groups i {
  font-size: 14px;
  color: #99ABBE;
  transition: color 0.2s ease;
}

.dentalis-scripts__groups i:hover {
  color: #4E9AF7;
}

.dentalis-scripts__groups .card-tools .btn {
  padding: 0 6px;
}

.dentalis-scripts__groups .card-tools .btn:active,
.dentalis-scripts__groups .card-tools .btn:focus,
.dentalis-scripts__groups .card-tools .btn:visited {
  border: none;
  outline: none;
}

.dentalis-scripts__groups .card-header .card-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.dentalis-scripts__groups .card-body {
  padding: 0;
}

.row.dentalis-scripts__script-item {
  margin: 0 0 12px 0;
}

.dentalis-scripts__script-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  padding: 0;
}

.dentalis-scripts__script-name.active {
  color: #4E9AF7;
  font-weight: 700;
}

.dentalis-scripts__script-item:last-child {
  margin: 0;
}

.dentalis-scripts__detail .card-body {
  padding: 48px 48px 48px 24px;
}

.dentalis-scripts__detail-edit {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.dentalis-scripts__detail-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.dentalis-scripts__detail .card-body > .row {
  margin: 0;
}

.dentalis-scripts__detail .card-body > .row > .col {
  padding: 0;
}

.dentalis-scripts__sidebar .dentalis-btn {
  font-size: 14px;
}

.card.dentalis-table {
  border-radius: 8px;
  border: 1px solid #DADEE2;
  box-shadow: 0px 4px 8px 0px rgba(88, 173, 235, 0.12);
}

.card.dentalis-table .card-footer {
  background-color: #ffffff;
  border-color: #DADEE2;
}

.dentalis-content .dataTables_wrapper select.custom-select {
  background-color: #ffffff;
  min-width: 104px;
  margin-left: 16px;
  line-height: 24px;
  padding: 7px 7px 7px 12px;
  height: auto;
  font-size: 14px;
  box-shadow: none;
}

.dentalis-content div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 16px;
}

.dentalis-content input[type=search] {
  background-color: #ffffff;
  border: 1px solid #C8CED4;
  border-radius: 4px;
  padding: 8px 12px;
  height: auto;
  line-height: 23px;
}

.dentalis-content div.dataTables_filter,
.dentalis-content div.dataTables_length {
  padding: 4px;
}

.row.dentalis-table-head {
  align-items: center;
  justify-content: space-between;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  margin-bottom: 10px !important;
}

.dentalis-table-head.row > * {
  flex-shrink: unset;
  width: auto;
  max-width: unset;
}

div.dataTables_wrapper .dentalis-table-head div.dataTables_length label,
div.dataTables_wrapper .dentalis-table-head div.dataTables_filter label {
  margin: 0;
}

.dentalis-table-search {
  align-self: flex-end;
}

.dentalis-table-head-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.dentalis-table-length {
  margin-right: 24px;
}

.dentalis-table-toolbar button {
  margin-right: 16px;
}

.dentalis-table-check {
  display: block;
}
.dentalis-table-check svg {
  width: 24px;
  height: 24px;
}
.dentalis-table-check svg use {
  stroke: #4E9AF7;
}

.dentalis-table .table td,
.dentalis-table .table th {
  border-top: 1px solid #DADEE2;
  border-bottom: none;
  border-bottom-width: 0;
}

.dentalis-table .table tbody tr:last-child td {
  border-bottom: 1px solid #DADEE2;
}

.receive-list__title {
  font-weight: 700;
  margin-bottom: 4px;
}
.receive-list__item {
  line-height: 24px;
  margin-bottom: 2px;
}
.receive-list__item span {
  color: #4E9AF7;
}

.variables-list {
  font-size: 13px;
  color: #505C69;
  margin-bottom: 4px;
}

#modal_sms textarea {
  resize: none;
  height: 128px;
}

.generated-text {
  margin-top: 12px;
}
.generated-text__title {
  font-weight: 700;
  margin-bottom: 2px;
}
.generated-text__result span {
  color: #4E9AF7;
}

@media all and (max-width: 1200px) {
  .dentalis-table tr {
    font-size: 0.7rem;
  }
  .dentalis-table .dentalis-btn {
    font-size: 0.7rem;
    padding: 4px 10px;
    line-height: 20px;
  }
  .dentalis-table .dentalis-btn svg {
    width: 20px;
    height: 20px;
  }
}
.records-table .histories-legend {
  display: none;
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 999;
}
.records-table .history:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 10px;
}
.records-table .history.system:before {
  background: #bfbfbf;
}
.records-table .history.user:before {
  background: #b5c2ed;
}
.records-table .history.conflict:before {
  background: #e19b9b;
}
.records-table .history.regular:before {
  background: #bfedb5;
}
.records-table .history.semantic-model:before {
  background: #ffb468;
}
.records-table .history.mis:before, .records-table .history.one-c:before, .records-table .history.dental-pro:before, .records-table .history.ident:before {
  background: #56aa47;
}
.records-table .history.llm:before {
  background: #ffe78c;
}
.records-table #w-scroll {
  position: absolute;
  width: 100%;
  height: auto;
  overflow-x: scroll;
  z-index: 100;
}
.records-table #w-scroll .scroll {
  height: 1px;
}
.records-table .h-scroll {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(218, 218, 218, 0.5);
}
.records-table #h-scroll-left {
  left: 0;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M0%2C0H1.023A40.977%2C40.977%2C0%2C0%2C1%2C42%2C40.977v0A40.024%2C40.024%2C0%2C0%2C1%2C1.977%2C81H0a0%2C0%2C0%2C0%2C1%2C0%2C0V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.8%2C49.09l-8.014-8.576L20.8%2C31.939a0.762%2C0.762%2C0%2C0%2C0%2C0-1.026l-1.563-1.673a0.647%2C0.647%2C0%2C0%2C0-.959%2C0l-8.014%2C8.576h0L8.224%2C40a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026L18.28%2C51.788a0.647%2C0.647%2C0%2C0%2C0%2C.959%2C0L20.8%2C50.116A0.761%2C0.761%2C0%2C0%2C0%2C20.8%2C49.09Z%22/%3E%3C/svg%3E") center left no-repeat;
}
.records-table #h-scroll-right {
  right: 0;
  background: url("data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2042%2081%22%3E%3Cpath%20fill%3D%22%23535c69%22%20opacity%3D%220.3%22%20d%3D%22M40.024%2C0H42a0%2C0%2C0%2C0%2C1%2C0%2C0V81a0%2C0%2C0%2C0%2C1%2C0%2C0H40.977A40.977%2C40.977%2C0%2C0%2C1%2C0%2C40.024v0A40.024%2C40.024%2C0%2C0%2C1%2C40.024%2C0Z%22/%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M20.2%2C31.91l8.014%2C8.576L20.2%2C49.061a0.762%2C0.762%2C0%2C0%2C0%2C0%2C1.026l1.563%2C1.672a0.647%2C0.647%2C0%2C0%2C0%2C.958%2C0l8.014-8.576h0L32.776%2C41a0.762%2C0.762%2C0%2C0%2C0%2C0-1.025L22.72%2C29.212a0.647%2C0.647%2C0%2C0%2C0-.958%2C0L20.2%2C30.885A0.762%2C0.762%2C0%2C0%2C0%2C20.2%2C31.91Z%22/%3E%3C/svg%3E%0A") center right no-repeat;
}
.records-table .loader {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(4) infinite;
}
.records-table .loader:after {
  content: "...";
}
@keyframes l4 {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
.records-table .td_wrap {
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.records-table .td_wrap_text {
  position: relative;
  max-height: 95px;
  padding-bottom: 20px;
}
.records-table .td_wrap_text:after {
  content: "Детально";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5f0fc;
  width: 100%;
  text-align: center;
  color: #4E9AF7;
  cursor: pointer;
}
.records-table tr.child {
  background: #f5faff;
}
.records-table tr.child .child-wrap {
  width: 75vw;
}
.records-table tr.child .text {
  white-space: pre-wrap;
}
.records-table tr.child .text:has(> p) {
  white-space: normal;
}
.records-table tr.child .text p {
  margin-bottom: 0;
}
.records-table tr.child .text .channel-1 {
  background-color: #ccd5e9;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table tr.child .text .channel-2 {
  background-color: #e3e5f1;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table tr.child .recommendation .old-recommendation {
  white-space: pre-wrap;
}
.records-table tr.child .recommendation .row.new-recommendation:nth-child(even) .col {
  background-color: #ccd5e9;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table tr.child .recommendation .row.new-recommendation:nth-child(odd) .col {
  background-color: #e3e5f1;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table td:nth-child(5) p {
  margin-bottom: 0;
}
.records-table td:nth-child(5) .channel-1 {
  background-color: #ccd5e9;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table td:nth-child(5) .channel-2 {
  background-color: #e3e5f1;
  border-radius: 8px;
  padding: 2px 8px;
  box-shadow: 1px 1px 3px 0px rgba(223, 223, 223, 0.6196078431);
  margin-bottom: 5px;
}
.records-table #table1 {
  min-width: 2300px;
}
.records-table #table1_wrapper td:nth-child(5),
.records-table #table1_wrapper th:nth-child(5),
.records-table #table1_wrapper td:nth-child(13),
.records-table #table1_wrapper th:nth-child(13) {
  width: 200px !important;
}
.records-table #table1_wrapper td:nth-child(10),
.records-table #table1_wrapper td:nth-child(13) {
  white-space: pre-wrap;
}
.records-table #table1_wrapper td:nth-child(1),
.records-table #table1_wrapper th:nth-child(1),
.records-table #table1_wrapper td:nth-child(4),
.records-table #table1_wrapper th:nth-child(4),
.records-table #table1_wrapper td:nth-child(8),
.records-table #table1_wrapper th:nth-child(8),
.records-table #table1_wrapper td:nth-child(9),
.records-table #table1_wrapper th:nth-child(9),
.records-table #table1_wrapper td:nth-child(11),
.records-table #table1_wrapper th:nth-child(11) {
  width: 17px !important;
}
.records-table #table1_wrapper td:nth-child(6),
.records-table #table1_wrapper th:nth-child(6) {
  width: 100px !important;
}
.records-table #table1_wrapper td:nth-child(7),
.records-table #table1_wrapper th:nth-child(7) {
  width: 220px !important;
}
.records-table #table1_wrapper td:nth-child(10),
.records-table #table1_wrapper th:nth-child(10) {
  width: 85px !important;
}

.tariff {
  display: flex;
  justify-content: space-between;
}
.tariff .tariff-item {
  margin-bottom: 36px;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 32px 0px rgba(108, 193, 255, 0.24);
}
.tariff .tariff-item .tariff-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E1EDFC;
  margin-bottom: 16px;
}
.tariff .tariff-item .tariff-title__circle {
  position: relative;
  width: 80px;
  height: 80px;
}
.tariff .tariff-item .tariff-title__circle svg {
  position: absolute;
}
.tariff .tariff-item .tariff-title__name {
  color: #283441;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 8px;
}
.tariff .tariff-item .tariff-title__price {
  color: #4E9AF7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  margin-bottom: 16px;
}
.tariff .tariff-item .tariff-description {
  margin-bottom: 20px;
  width: 100%;
}
.tariff .tariff-item .tariff-description__list-item {
  display: flex;
  justify-content: space-between;
}
.tariff .tariff-item .tariff-description__list-item-name {
  color: #99ABBE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.tariff .tariff-item .tariff-description__list-item-value {
  color: #283441;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.tariff .tariff-item .tariff-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  padding: 16px 16px 32px 16px;
  border-radius: 8px 8px 0px 0px;
  background: #EBF7FF;
  margin-bottom: -32px;
}
.tariff .tariff-item .tariff-bottom__name {
  color: #283441;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-bottom: 4px;
}
.tariff .tariff-item .tariff-bottom__price {
  color: #283441;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  margin-bottom: 16px;
}

.analitics .effects {
  text-align: center;
  color: #00e7ff;
  font-size: 30px;
  font-weight: 900;
  position: relative;
  top: -40px;
}
.analitics .analitic-chart-points__header {
  position: sticky;
  top: 0;
  background: #e5f0fc;
  z-index: 10;
  border-left: 5px solid transparent;
}
.analitics .chart-point-row {
  text-decoration: none;
}
.analitics .chart-point-row:hover {
  color: #495057;
}
.analitics .chart-point-item {
  position: relative;
}
.analitics .chart-point-item .canvas {
  position: relative;
  width: 70px;
  height: 70px;
}
.analitics .chart-point-item .title {
  font-size: 14px;
}
.analitics .chart-point-item .title_mobile {
  display: none;
}
.analitics .chart-point-item .percent {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .analitics .chart-points {
    width: 100%;
    overflow: auto;
  }
  .analitics #chartPoints {
    min-width: 1100px;
  }
}
.navbar.dentalis-navbar .dentalis-navbar-item {
  display: flex;
  margin-right: 24px;
  padding-right: 16px;
  border-right: 1px solid #DADEE2;
}
.navbar.dentalis-navbar .dentalis-navbar-image {
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 16px;
  border-radius: 20px;
  background: #4E9AF7;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.navbar.dentalis-navbar .dentalis-navbar-content {
  display: flex;
  flex-direction: column;
}
.navbar.dentalis-navbar .dentalis-navbar-item__title {
  color: #283441;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
}
.navbar.dentalis-navbar .dentalis-navbar-item__content {
  color: #4E9AF7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.navbar.dentalis-navbar .dentalis-navbar-item__content span {
  color: #99ABBE;
}

.dental-menu .dental-menu__mobile {
  display: none !important;
}
.dental-menu .dental-menu__menu {
  display: flex;
}

@media (max-width: 800px) {
  .navbar.dentalis-navbar .dental-menu .dental-menu__mobile {
    display: block !important;
  }
  .navbar.dentalis-navbar .dental-menu .dental-menu__menu {
    position: absolute;
    z-index: 700;
    display: none;
    padding: 24px;
    border-radius: 8px;
    background: #FFF;
    color: #283441;
    right: 3%;
    width: 94%;
    top: 70px;
    flex-direction: column;
  }
  .navbar.dentalis-navbar .dental-menu .dental-menu__menu.show {
    display: flex;
  }
  .navbar.dentalis-navbar .dental-menu .dental-menu__menu .dentalis-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navbar.dentalis-navbar .dental-menu .dentalis-navbar-item {
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1EDFC;
    border-right: none;
    margin-bottom: 16px;
    margin-right: 0;
    padding-right: 0;
  }
  .navbar.dentalis-navbar .dental-menu .dentalis-navbar-item.user {
    flex-direction: row;
  }
  .navbar.dentalis-navbar .dental-menu .dentalis-navbar-item .dentalis-navbar-content {
    flex-direction: row;
    align-items: center;
    margin-top: 8px;
  }
  .navbar.dentalis-navbar .dental-menu .dentalis-navbar-item .dentalis-navbar-item__title {
    width: 100px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
  .modal-backdrop.show.menu {
    z-index: 500;
  }
}
