@import "normalize.css";
@import "jqueryui.css";
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0px solid transparent;
}
html {
  line-height: 1.15;
}
body {
  font-family: Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1a2733;
  line-height: 1.42;
  min-height: 100vh;
}
a {
  color: #1a2733;
}
.none {
  display: none !important;
  transform: translateY(20px);
}
.noscroll {
  overflow: hidden;
}
.w-50 {
  width: 50% !important;
}
.d-block {
  display: block !important;
  width: 100%;
}
.ta-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.center {
  text-align: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-in-mobile {
  display: none !important;
}
.show-in-desktop {
  display: block !important;
}
.container {
  width: 965px;
  margin: 0 auto;
}
.container.full {
  min-height: 100vh;
}
.menu {
  padding: 9px 16px;
  background-color: rgba(51,51,51,0.05);
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
}
.menu:hover {
  background-color: rgba(51,51,51,0.1);
}
.menu.active {
  background-color: #6558f5;
  color: #fff;
}
.row {
  display: flex;
  align-items: center;
}
.row .right {
  margin-left: auto;
}
section {
  margin: 20px 0;
}
table {
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  overflow: hidden;
}
table.small {
  font-size: 14px;
}
table.small .buttons svg {
  width: 15px;
  height: 15px;
}
table thead {
  background-color: #f9fafb;
}
table thead tr th {
  font-weight: 500;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
table thead tr th.center {
  text-align: center;
}
table thead tr th.right {
  text-align: right;
}
table tbody tr[onclick] {
  cursor: pointer;
}
table tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  min-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
table tbody tr td:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}
table tbody tr td:first-child {
  font-weight: 500;
}
table tbody tr td[colspan] {
  text-align: center;
  font-weight: normal;
  border-bottom: none;
}
table tbody tr td[colspan].left {
  text-align: left;
}
table tbody tr td[colspan].right {
  text-align: right;
}
table tbody tr td[colspan].group {
  font-weight: 600;
  background-color: #f9fafb;
  opacity: 0.5;
}
table tbody tr td.center {
  text-align: center;
}
table tbody tr td.right {
  text-align: right;
}
table tbody tr td.wrap {
  white-space: unset;
}
table tbody tr:last-child td {
  border-bottom: none;
}
.table {
  position: relative;
}
.table-control-top {
  position: absolute;
  top: -63px;
  right: 0;
}
ul {
  list-style: none;
}
ul.tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
ul.tag li {
  padding: 5px 15px;
  border-radius: 30px;
  background-color: rgba(225,225,225,0.5);
}
::placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder {
  opacity: 0.5;
}
*:disabled {
  cursor: not-allowed;
}
.input-group {
  display: block;
  margin-bottom: 20px;
  padding: 0 4px;
}
.input-group.actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-group.actions a.right {
  margin-left: auto;
}
fieldset {
  padding: 0;
  border: none;
}
input,
select,
textarea,
.tags-wrap {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 1px solid transparent;
  background-color: #f5f6f7;
  color: #333;
  border-radius: 10px;
  -webkit-appearance: none;
}
input:hover,
select:hover,
textarea:hover,
.tags-wrap:hover {
  background-color: rgba(13,12,34,0.08);
}
input.focus,
select.focus,
textarea.focus,
.tags-wrap.focus,
input:focus,
select:focus,
textarea:focus,
.tags-wrap:focus {
  border: 1px solid #6558f5;
  background-color: #fff;
}
input.text,
select.text,
textarea.text,
.tags-wrap.text {
  background-color: transparent;
}
input[type="number"].pricing {
  position: relative;
}
input[type="number"].pricing + *:before {
  content: 'Rp';
  position: absolute;
  left: 0;
  z-index: 2;
}
textarea {
  -webkit-appearance: none;
  padding: 16px;
  min-height: 80px;
}
select {
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-color: #f5f6f7;
  background-position-x: 97%;
  background-position-y: center;
  padding-right: 40px;
}
select.white {
  border: 1px solid transparent;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
}
button.nostyle,
input[type="submit"].nostyle,
input[type="reset"].nostyle {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.radio-select {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.05);
  cursor: pointer;
}
.radio-select:hover {
  background-color: rgba(13,12,34,0.08);
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #6558f5;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #6558f5;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.2s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.form .btn {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 23px;
  background-color: #6558f5;
  color: #fff;
  border-radius: 10px;
  border: 0;
}
.form .btn.round {
  border-radius: 40px;
}
.form .btn > * {
  vertical-align: middle;
}
.form .btn .arrow {
  margin-left: 10px;
  transition: all 0.2s ease;
}
.form .btn:hover {
  background-color: rgba(101,88,245,0.9);
}
.form .btn:hover .arrow {
  transform: translateX(10px);
}
.form .btn.grey {
  background-color: rgba(51,51,51,0.05);
  color: #1a2733;
}
.form .btn.grey:hover {
  background-color: rgba(51,51,51,0.15);
}
.form .btn.grey.signup {
  font-size: 20px;
}
.form .btn.orange {
  background-color: #6558f5;
  color: #fff;
}
.form .btn.orange:hover {
  background-color: rgba(101,88,245,0.15);
}
.form .btn.black {
  background-color: #1a2733;
  color: #fff;
}
.form .btn.black:hover {
  background-color: rgba(26,39,51,0.7);
}
.form .btn.link {
  background-color: transparent;
  color: #1a2733;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
}
.form .btn.right {
  margin-left: auto;
}
.form .loader {
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-left-color: #fff;
  animation: loader 1s linear infinite;
}
.form .loader.black {
  border-left-color: #333;
}
.form .username {
  margin: 30px 0;
  position: relative;
}
.form .username input.success {
  border: 1px solid rgba(33,191,115,0.5);
  box-shadow: 0 0 4px 0 rgba(33,191,115,0.41);
}
.form .username input.error {
  border: 1px solid rgba(255,0,0,0.5);
  box-shadow: 0 0 4px 0 rgba(255,0,0,0.41);
}
.form .username .username-avail,
.form .username .loader {
  position: absolute;
  top: 15px;
  right: 15px;
}
.form .username .preview {
  margin-top: 20px;
}
.form .username .preview svg {
  display: inline-block;
}
.form .username .preview p {
  display: inline-block;
  margin-left: 10px;
}
@-moz-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transfrom: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.verification {
  margin: 30px 0;
  text-align: center;
}
.verification input {
  display: inline-block;
  margin: 0 2%;
  width: 17%;
  -webkit-appearance: none;
  text-align: center;
}
.verification input::-webkit-outer-spin-button,
.verification input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.alert-error {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 24px;
  padding: 5px;
  background-color: transparent;
  color: #f64b3d;
  font-size: 13px;
  border-radius: 20px;
}
.alert-error.show {
  background-color: #ffedec;
}
.form-box {
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.form-box.borderless {
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.form-box form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-box form > * {
  width: auto;
  height: 40px;
}
.form-box form .buttons {
  display: flex;
  width: 200px;
  margin-left: auto;
  gap: 10px;
}
.form-box form .buttons .btn {
  white-space: nowrap;
  flex: 1 1 0;
  width: 50%;
  padding: 0;
  line-height: 40px;
}
.form-box .alert-error {
  margin: 0;
  text-align: left;
}
.form-page {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.form-page h1 {
  margin-top: 0;
}
.tags {
  display: flex;
  gap: 10px;
  padding: 20px 0;
}
.tags .tag {
  display: flex;
  gap: 10px;
  padding: 5px 15px;
  background-color: #e1e1e1;
  border-radius: 20px;
}
.search-selected {
  padding: 20px 0;
}
.search-selected .list {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}
.search-selected .list > * {
  height: 48px;
}
.search-selected .list p {
  line-height: 48px;
  white-space: nowrap;
  min-width: 170px;
}
.search-selected .list p.total {
  margin: 0 10px;
}
.search-selected .list .btn {
  line-height: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .input-group.actions {
    width: 100% !important;
    flex-wrap: wrap;
    text-align: center;
  }
  .input-group.actions > * {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
  }
  .search-selected .list {
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .search-selected .list input:disabled {
    padding: 0;
  }
}
header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
header .container .right {
  margin-left: auto;
  font-weight: 500;
  display: flex;
}
header .container a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  background-color: rgba(51,51,51,0.05);
  border-radius: 10px;
  gap: 12px;
  text-decoration: none;
  font-weight: 600;
}
header .container a:hover {
  background-color: rgba(51,51,51,0.1);
}
header .container a.logo {
  background-color: transparent;
}
header .container a.logo img {
  width: 50px;
}
header .container a.primary {
  background-color: #6558f5;
  color: #fff;
}
header .home-logo {
  height: 40px;
}
.top-alert {
  margin-bottom: 10px;
}
.top-alert .container {
  background-color: rgba(245,188,45,0.3);
  border: 1px solid #f5bc2d;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
body.homepage.forms.login .header {
  text-align: center;
  margin-bottom: 30px;
}
body.homepage.forms.login .header img {
  width: 84px;
  margin-bottom: 10px;
}
body.homepage.forms .form {
  width: 336px;
}
nav {
  margin-top: 20px;
}
nav .container {
  border-bottom: 2px solid #6558f5;
}
nav .container ul {
  display: flex;
  gap: 20px;
}
nav .container ul li {
  list-style: none;
}
nav .container ul li a {
  display: inline-block;
  padding: 9px 16px;
}
nav .container ul li.upgrade {
  margin-left: auto;
}
nav .container ul li.upgrade a {
  background-color: transparent;
  padding-right: 0;
  color: #6558f5;
  font-weight: 600;
}
nav .container ul li.upgrade span.rotate {
  display: inline-block;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
nav.subnav {
  margin-bottom: 20px;
}
nav.subnav .container {
  border: none;
}
nav.subnav .container .menu {
  border-radius: 10px;
  padding: 5px 10px;
}
nav.subnav .container .menu.active {
  background-color: #1a2733;
  color: #e1e1e1;
}
body.homepage .hero {
  flex-direction: column;
  gap: 20px;
}
body.homepage .hero h1 {
  font-size: 18px;
}
body.homepage .hero h2 {
  font-size: 30px;
}
body.homepage .hero img {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8fafd;
  -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(#000), to(rgba(0,0,0,0)));
}
body.welcome .form {
  width: 600px;
}
body.welcome h1 {
  font-size: 18px;
}
body.welcome h2 {
  font-size: 30px;
}
body.welcome .free {
  margin-top: 5px;
  font-weight: 600;
  opacity: 0.7;
}
body.welcome .free mark {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #6558f5;
  transform: rotate(-5deg);
  color: #fff;
}
body.welcome .header {
  text-align: center;
  margin-bottom: 30px;
}
body.welcome .header img {
  width: 84px;
  margin-bottom: 10px;
  background-color: transparent;
}
body.welcome img {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8fafd;
  -webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(#000), to(rgba(0,0,0,0)));
}
@media (max-width: 768px) {
  body.welcome .container {
    width: 100%;
  }
  body.welcome .form {
    width: 100%;
  }
  body.welcome form {
    padding: 10px;
  }
}
body.dashboard-body {
  background-color: #f9fbfd;
}
body.dashboard-body .container {
  width: 1200px;
}
body.dashboard-body .top-controllers {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
}
body.dashboard-body .top-controllers input,
body.dashboard-body .top-controllers select {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
body.dashboard-body .top-controllers a {
  text-decoration: none;
}
body.dashboard-body .welcome-card {
  flex-direction: column;
}
body.dashboard-body .welcome-card h2 {
  margin-bottom: 20px;
}
body.dashboard-body .welcome-card p {
  line-height: 1.5;
}
body.dashboard-body .welcome-card form {
  margin-top: 20px;
}
body.dashboard-body .nav-date {
  display: flex;
  margin-top: 10px;
}
body.dashboard-body .nav-date form {
  display: flex;
  height: 48px;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}
body.dashboard-body .nav-date form input {
  height: 48px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
body.dashboard-body .nav-date form input:hover,
body.dashboard-body .nav-date form input:focus {
  border: 1px solid #6558f5;
}
body.dashboard-body .nav-date form a {
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
  font-weight: 600;
}
body.dashboard-body .nav-date form a:first-child {
  border-radius: 10px 0 0 10px;
}
body.dashboard-body .nav-date form a:last-child {
  border-radius: 0 10px 10px 0;
}
body.dashboard-body .nav-date form a:hover {
  border: 1px solid #6558f5;
}
body.dashboard-body .patient-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 50px;
  box-sizing: content-box;
  width: 100%;
  gap: 20px;
  column-gap: 20px;
}
body.dashboard-body .patient-list .patient {
  display: flex;
  width: calc(1 / 3 * 100% - (1 - 1 / 3) * 20px);
  flex-direction: column;
  padding: 35px 20px 20px 20px;
  border: 1px solid #e1e1e1;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
body.dashboard-body .patient-list .patient:before {
  content: attr(data-index);
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 11px;
  background-color: #e1e1e1;
  border-radius: 0 0 10px 0;
}
body.dashboard-body .patient-list .patient:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
body.dashboard-body .patient-list .patient.payment:after {
  content: 'pembayaran';
  background-color: #efa544;
}
body.dashboard-body .patient-list .patient.paid:after {
  content: 'lunas';
  background-color: #31b6a8;
}
body.dashboard-body .patient-list .patient.deleted:after {
  content: 'dibatalkan';
  background-color: #d3445b;
}
body.dashboard-body .patient-list .patient img {
  width: 40px;
}
body.dashboard-body .patient-list .patient .footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
}
body.dashboard-body .patient-list .patient .footer .amount {
  margin-left: auto;
}
body.dashboard-body .split-page {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
body.dashboard-body .split-page .profile {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.dashboard-body .split-page .profile .box {
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 10px;
}
body.dashboard-body .split-page .profile .box.pet {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
body.dashboard-body .split-page .profile .box.pet img {
  width: 40px;
}
body.dashboard-body .split-page .profile .box.pet:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
body.dashboard-body .split-page .profile .box.pet.payment:after {
  content: 'pembayaran';
  background-color: #efa544;
}
body.dashboard-body .split-page .profile .box.pet.paid:after {
  content: 'lunas';
  background-color: #31b6a8;
}
body.dashboard-body .split-page .profile .box.pet.deleted:after {
  content: 'dibatalkan';
  background-color: #d3445b;
}
body.dashboard-body .split-page .profile .box.history .list {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
body.dashboard-body .split-page .profile .box.history .list .item {
  display: flex;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #e1e1e1;
}
body.dashboard-body .split-page .profile .box.history .list .item.active {
  border-radius: 10px;
  background-color: rgba(101,88,245,0.2);
}
body.dashboard-body .split-page .profile .box.history .list .item:last-child {
  border-bottom: none;
}
body.dashboard-body .split-page .profile .box.history .list .item:not(.active):hover {
  border-radius: 10px;
  border-bottom: 1px solid transparent;
  background-color: rgba(225,225,225,0.5);
}
body.dashboard-body .split-page .profile .box.history .list:hover .item {
  border-bottom: 1px solid transparent;
}
body.dashboard-body .split-page > *:last-child {
  width: 70%;
}
body.dashboard-body .split-page .invoice {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
body.dashboard-body .split-page .invoice section {
  margin: 20px 0;
}
body.dashboard-body .split-page .invoice section h3 {
  margin-bottom: 10px;
}
body.dashboard-body .split-page .invoice .summary {
  margin: 40px 0;
}
body.dashboard-body .split-page .invoice .summary .amount {
  font-size: 25px;
}
body.dashboard-body.reports .graphs .graph {
  margin-bottom: 40px;
}
body.dashboard-body.reports .graphs .graph .box {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 10px;
}
body.dashboard-body.reports .graphs .graph.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
body.dashboard-body.reports .graphs .graph.cards .card {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
body.dashboard-body.reports .graphs .graph.cards .card strong {
  margin-top: 30px;
  font-size: 30px;
}
body.dashboard-body.reports .graphs .graph.cards .card.user-registered {
  background-color: rgba(225,225,225,0.1);
}
body.dashboard-body.reports .graphs .graph.cards .card.user-paid {
  background-color: rgba(49,182,168,0.2);
}
body.dashboard-body.reports .graphs .graph.cards .card.user-deleted {
  background-color: rgba(211,68,91,0.2);
}
body.dashboard-body.reports .graphs .graph.cards .card.user-pending {
  background-color: rgba(239,165,68,0.2);
}
body.dashboard-body.reports .graphs .graph.cards.tops {
  align-items: flex-start;
}
body.dashboard-body.reports .graphs .graph.cards.tops .card ul {
  width: 100%;
  margin-top: 20px;
}
body.dashboard-body.reports .graphs .graph.cards.tops .card ul li {
  text-align: left;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #1a2733;
}
body.dashboard-body.reports .graphs .graph.cards.tops .card ul li span.num {
  width: 30px;
  height: 30px;
  background-color: #1a2733;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
body.dashboard-body.settings .subscription-info {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}
body.dashboard-body.settings .subscription-info .box {
  border: 1px solid #e1e1e1;
  padding: 10px 20px;
  border-radius: 10px;
}
body.dashboard-body.settings .subscription-info .type {
  background-color: #e1e1e1;
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 600;
}
body.dashboard-body.settings .subscription-info .type.pro {
  background-color: #31b6a8;
  color: #fff;
}
footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e1e1e1;
  background-color: #fff;
}
footer ul li {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
footer ul li a {
  padding: 10px;
  display: block;
  border-top: 4px solid transparent;
  text-decoration: none;
}
footer ul li a.active {
  font-weight: 600;
}
footer ul li a.active svg {
  color: #6558f5;
}
footer ul li a.active small {
  color: #6558f5;
}
footer ul li svg {
  display: block;
  margin: 0 auto;
  width: 20px;
}
footer ul li small {
  font-size: 11px;
  color: rgba(51,51,51,0.8);
}
@media (max-width: 768px) {
  .show-in-mobile {
    display: block !important;
  }
  .show-in-desktop {
    display: none !important;
  }
  body {
    padding: 0 20px 20px 20px;
  }
  nav .container ul {
    overflow-x: scroll;
  }
  nav .container ul li {
    flex-shrink: 0;
  }
  .container {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .container > * {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 50px !important;
    position: relative !important;
  }
  .patient-list .patient {
    width: calc(1 / 2 * 100% - (1 - 1 / 2) * 20px) !important;
  }
  .top-controllers {
    justify-content: center !important;
  }
  .top-controllers form {
    display: flex;
    gap: 10px;
  }
  .top-controllers form > * {
    width: auto !important;
  }
  body.visits .welcome-card {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.visits .welcome-card form {
    text-align: center;
  }
  body.visits .welcome-card form button {
    border: 2px solid #6558f5;
    background-color: transparent;
    color: #6558f5;
  }
  body.payments .patient-list .patient {
    width: 100% !important;
  }
  .form-box {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .form-box > * {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
  }
  .form-box:last-child {
    border-bottom: none !important;
  }
  .form-box form {
    flex-wrap: wrap;
  }
  .form-box form > * {
    width: 100% !important;
  }
  body.reports .graphs .graph {
    width: 100% !important;
    flex-wrap: wrap;
  }
  body.reports .graphs .graph > * {
    flex: unset !important;
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 50px !important;
    position: relative !important;
  }
  body.settings .subscription-info {
    flex-wrap: wrap;
  }
  body.settings .subscription-info > * {
    flex: unset !important;
    width: 100% !important;
  }
  body.settings .subscription-info .type {
    display: block;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px dashed #e1e1e1;
    display: block;
  }
  table tr:last-child {
    border-bottom: none;
  }
  table tr td {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    font-size: 0.8em;
    text-align: right !important;
  }
  table tr td:last-child {
    border-bottom: none !important;
  }
  table tr td::before {
/*
        * aria-label has no advantage, it won't be read inside a table
        content attr(aria-label)
        */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table tbody tr:last-child td {
    border-bottom: 1px solid #e1e1e1;
  }
  body.dashboard-body header {
    display: none;
  }
  body.dashboard-body .split-page {
    width: 100% !important;
    flex-wrap: wrap;
  }
  body.dashboard-body .split-page > * {
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
  }
  body.dashboard-body .split-page .profile {
    margin-bottom: 0;
  }
  body.dashboard-body .invoice .summary .row {
    flex-wrap: wrap;
  }
  body.dashboard-body .nav-date {
    display: block;
  }
}
