body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.7rem;
}

input,
textarea,
select {
  font-size: 0.7rem;
}

a {
  text-decoration: none;
  color: #145812;
}

a:hover {
  color: #27ad23;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: #313131;
}

p {
  font-size: 0.7rem;
}

h6,
.h6 {
  font-size: 0.85rem;
}

.login-container {
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-size: 60%;
}
.login-container > .row {
  height: 100%;
}

#box-auth .box-auth-inner {
  background: rgba(255, 255, 255, 0.877);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 30px 40px;
}
#box-auth .box-auth-inner img {
  max-height: 52px;
  max-width: 80%;
}
#box-auth .box-auth-inner p {
  color: #3f3f3f;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}
#box-auth .box-auth-inner p.sub-title-login {
  font-size: 0.7rem;
}
#box-auth .box-auth-inner h3.sign-in {
  font-size: 1.3rem;
  margin-top: 20px;
  color: #3f3f3f;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}
#box-auth .box-auth-inner form {
  margin-top: 20px;
}
#box-auth .box-auth-inner form label {
  color: #313131;
}
#box-auth .box-auth-inner form input {
  border: none;
  background: none;
  border-bottom: solid 1px #a7a7a7;
  color: #313131;
  border-radius: 0;
}
#box-auth .box-auth-inner form input:focus {
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: solid 1px #a7a7a7;
}
#box-auth .box-auth-inner form .btn-login {
  background-color: #278450;
  border-radius: 0;
  padding: 7px 30px;
  color: #fafafa;
  font-weight: 400;
}
#box-auth .box-auth-inner form .btn-login:hover {
  background-color: #33ab68;
}
#box-auth .box-auth-inner p.login-message {
  font-size: 0.7rem;
}
#box-auth .box-auth-inner a.switch-forgot-btn {
  font-size: 0.7rem;
}
#box-auth .box-auth-bottom {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.877);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px 40px;
}
#box-auth .box-auth-bottom p {
  font-size: 0.7rem;
}
#box-auth .box-auth-bottom i {
  color: #979797;
  border-right: 1px solid #a7a7a7;
  padding-right: 10px;
  margin-right: 10px;
}

.inner-content {
  margin-top: 80px;
  min-height: 550px;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #278450;
}
.navbar .button-sidebar {
  color: rgba(255, 255, 255, 0.7);
}
.navbar .button-sidebar:hover {
  color: #fff;
}
.navbar .navbar-brand.label-header {
  border-right: 1px solid #fff;
  padding: 0 1.5rem;
  font-weight: 700;
  font-size: 1rem;
}
.navbar .text-name {
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 300;
  font-style: italic;
}
.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 0.78rem;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar .navbar-nav .nav-item:first-child .nav-link {
  color: #fff;
}

#sidebar-backdrop .sidebar {
  width: 100%;
}
#sidebar-backdrop .sidebar .sidebar-heading {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  color: #999999;
  padding: 10px 10px 3px;
  margin-top: 10px;
  border-top: 1px solid #eaecf4;
}
#sidebar-backdrop .sidebar .nav-item {
  width: 100%;
}
#sidebar-backdrop .sidebar .nav-item .nav-link {
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-weight: 400;
  font-size: 0.7rem;
  border-left: 2px solid #f8f9fa;
}
#sidebar-backdrop .sidebar .nav-item .nav-link i {
  margin-right: 10px;
}
#sidebar-backdrop .sidebar .nav-item.active .nav-link,
#sidebar-backdrop .sidebar .nav-item .nav-link:hover {
  border-left-color: #278450;
  color: #278450;
}

.item-sidebar {
  padding: 0;
}
.item-sidebar a.nav-link {
  width: 100%;
  text-align: center;
  height: 65px;
  margin-bottom: 3px;
  color: #666;
}
.item-sidebar a.nav-link i {
  text-align: center;
  font-size: 1.2rem;
}
.item-sidebar a.nav-link p {
  font-size: 0.7rem;
}
.item-sidebar a.nav-link:hover, .item-sidebar a.nav-link.active {
  color: #145812;
}
.item-sidebar a.nav-link:hover p, .item-sidebar a.nav-link.active p {
  color: #145812;
}

.sidebar-heading a.nav-link {
  font-weight: 700;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
  color: #666;
  margin-bottom: 15px;
  padding: 0;
}
.sidebar-heading a.nav-link:hover {
  color: #145812;
}

.dropdown-menu {
  color: #858796;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0;
  font-size: 0.7rem;
}

.form .row {
  margin: 0;
}
.form .col-no-padding {
  padding: 0;
}
.form .form-control {
  border-radius: 0;
  font-size: 0.8rem;
}
.form .form-control.border-right-0 {
  border-right: none;
}
.form .form-control:focus {
  box-shadow: none;
  color: #313131;
  border: 2px solid #304e7a;
}
.form label {
  font-weight: 600;
  font-size: 0.7rem;
}

input.form-control-file {
  font-size: 0.7rem;
}

.b-form-btn-label-control.form-control > .form-control {
  min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
  padding-left: 0.25rem;
  font-size: 0.75rem;
  padding-top: 6px;
}

.vs__dropdown-toggle {
  padding: 0.1rem 0.5rem;
  font-size: 0.7rem;
  border-radius: 0;
}

.vs__clear {
  margin-top: -5px;
}

label {
  font-weight: 600;
  color: #313131;
}

a.reset-input-bottom {
  font-size: 0.7rem;
  color: #145812;
  font-style: italic;
}
a.reset-input-bottom:hover {
  color: #27ad23;
}

.custom-select {
  border-radius: 0;
}

.filter-box .row {
  margin: 0;
}
.filter-box .accordion.filter {
  padding: 0;
  border: none;
}
.filter-box .accordion.filter .card {
  border: none;
  border-radius: none;
  background: none;
}
.filter-box .accordion.filter .card .card-header:first-child {
  border-radius: none;
}
.filter-box .accordion.filter .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid #e3e6f0;
}
.filter-box .accordion.filter .card .card-header h6 {
  color: #313131;
  font-weight: 600;
}
.filter-box .accordion.filter .card .card-footer {
  padding: 0.75rem 1.25rem;
  background: none;
  border-top: none;
}
.filter-box .accordion.filter .card .card-footer a {
  font-size: 0.7rem;
}
.filter-box .accordion.filter .card .btn-accordion-filter {
  border: none;
  font-size: 0.8rem;
  font-weight: 500;
  color: #313131;
  text-align: left;
  padding: 0;
  text-decoration: none;
}
.filter-box .accordion.filter .card .btn-accordion-filter:hover {
  color: #4b4b4b;
}
.filter-box .accordion.filter .card .btn-accordion-filter:focus {
  box-shadow: none;
}
.filter-box .accordion.filter .card .card-body {
  padding: 0;
  background: none;
}
.filter-box .accordion.filter .card .card-body .list-group-item {
  padding: 0.4rem 1.25rem;
  background: none;
  border: none;
  font-weight: 400;
  cursor: pointer;
  font-size: 0.7rem;
  color: #979797;
}
.filter-box .accordion.filter .card .card-body .list-group-item.active, .filter-box .accordion.filter .card .card-body .list-group-item:hover {
  color: #313131;
  font-weight: 600;
}
.filter-box p.filter-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #313131;
  margin-bottom: 5px;
}
.filter-box .button-filter-search {
  padding: 0.3rem 0.9rem;
  border-color: #a7a7a7;
}
.filter-box .form-control {
  border: 1px solid #b3b3b3;
}
.filter-box .form-control:focus {
  border: 1px solid #b3b3b3;
}

a.link-inactive {
  color: #c9302c;
}
a.link-inactive:hover {
  color: #e27c79;
}

a.link-active {
  color: #278450;
}
a.link-active:hover {
  color: #48c981;
}

.button-bg-white {
  background-color: #fff;
}

button.btn,
a.btn {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  border-radius: 0;
}
button.button-polosan,
a.button-polosan {
  background: none;
  border: none;
  font-weight: 600;
  color: #313131;
}
button.button-polosan:hover,
a.button-polosan:hover {
  background: none;
  border: none;
  color: #646464;
}

.loader .lds-roller {
  margin: auto;
  position: relative;
  width: 40px;
  height: 40px;
}
.loader .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 20px 20px;
}
.loader .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: #278450;
  margin: -2px 0 0 -2px;
}
.loader .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.loader .lds-roller div:nth-child(1):after {
  top: 31.5px;
  left: 31.5px;
}
.loader .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.loader .lds-roller div:nth-child(2):after {
  top: 34px;
  left: 28px;
}
.loader .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.loader .lds-roller div:nth-child(3):after {
  top: 35.5px;
  left: 24px;
}
.loader .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.loader .lds-roller div:nth-child(4):after {
  top: 36px;
  left: 20px;
}
.loader .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.loader .lds-roller div:nth-child(5):after {
  top: 35.5px;
  left: 16px;
}
.loader .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.loader .lds-roller div:nth-child(6):after {
  top: 34px;
  left: 12px;
}
.loader .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.loader .lds-roller div:nth-child(7):after {
  top: 31.5px;
  left: 8.5px;
}
.loader .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.loader .lds-roller div:nth-child(8):after {
  top: 28px;
  left: 6px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.btn-utama {
  border: none;
  background-color: #278450;
  border-radius: 0;
  color: #fafafa;
  font-weight: 400;
}
.btn.btn-utama:hover {
  background-color: #33ab68;
}

#home-ava .media-body {
  padding: 7px 0;
}
#home-ava .media-body h4 {
  font-weight: 700;
  color: #333;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 481px) and (max-width: 1399px) {
  #home-ava .media-body h4 {
    font-size: 1rem;
  }
}
#home-ava .media-body p {
  font-size: 0.7rem;
}

#home-content-top {
  width: 100%;
  padding-top: 10px;
}
#home-content-top a.list-group-item {
  background: none;
  border: none;
  padding: 0;
  width: auto;
  margin-right: 20px;
}
#home-content-top a.list-group-item .b-avatar {
  color: #1b5d38;
  background-color: #97e0b7;
}
#home-content-top a.list-group-item .media-aside {
  margin-right: 0.4rem;
}
#home-content-top a.list-group-item .media-body {
  color: #313131;
}
#home-content-top a.list-group-item .media-body p {
  font-weight: 600;
  font-size: 0.7rem;
}
#home-content-top a.list-group-item .media-body p.text-muted {
  font-weight: 400;
  font-size: 0.6rem;
  font-style: italic;
  color: #666;
}
#home-content-top a.list-group-item:hover .b-avatar {
  color: #103520;
  background-color: #48c981;
}
#home-content-top a.list-group-item:hover .media-body {
  color: #4b4b4b;
}

#home-content {
  margin-top: 60px;
}
#home-content .card {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
}
#home-content .card.home-card img {
  max-width: 80%;
  max-height: 140px;
  margin-bottom: 20px;
}
#home-content .card .card-header:first-child {
  border-radius: none;
}
#home-content .card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background: none;
  border-bottom: 1px solid #e3e6f0;
}
#home-content .card .card-header h6 {
  color: #313131;
  font-weight: 600;
}
#home-content .card .card-footer {
  padding: 0.75rem 1.25rem;
  background: none;
  border-top: none;
}
#home-content .card .card-footer a {
  font-size: 0.7rem;
}

#table {
  margin-top: 10px;
  padding: 10px;
  overflow: hidden;
  background: rgba(163, 213, 221, 0.1);
  background: linear-gradient(90deg, rgba(163, 213, 221, 0.1) 0%, rgba(178, 207, 194, 0.1) 51%, rgba(187, 204, 215, 0.1) 100%);
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 2px 4.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.4px 1px 0px;
  font-size: 0.65rem;
}
#table p,
#table b {
  font-size: 0.7rem;
}
#table table {
  border-radius: 5px;
  overflow: hidden;
}
#table button.btn,
#table a.btn {
  font-size: 0.7rem;
  border-radius: 0;
  margin-bottom: 2px;
}
#table .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#table tbody {
  position: relative;
  height: 100px;
}
#table tr.loading td,
#table tr.loading th {
  opacity: 0.8;
  filter: blur(2px);
  transition: all 0.2s ease-in-out;
}
#table tr.inactive p,
#table tr.inactive b,
#table tr.inactive a {
  color: gray;
}
#table tr.inactive img {
  filter: grayscale(100%);
}
#table tr.inactive .badge {
  background-color: #c2c2c2;
  color: #eaeaea;
}
#table td,
#table th {
  padding: 8px 5px;
  vertical-align: middle;
}
#table button.btn,
#table a.btn {
  background: none;
  border: none;
  font-size: 0.9rem;
  padding: 2px;
  margin-right: 2px;
}
#table button.btn.btn-danger,
#table a.btn.btn-danger {
  color: #b81e1e;
}
#table button.btn.btn-info,
#table a.btn.btn-info {
  color: #25789e;
}
#table button.btn.btn-success,
#table a.btn.btn-success {
  color: #188b48;
}
#table button.btn.btn-secondary,
#table a.btn.btn-secondary {
  color: #747474;
}
#table button.btn.btn-dark,
#table a.btn.btn-dark {
  color: #292929;
}
#table button.btn.btn-primary,
#table a.btn.btn-primary {
  color: #268a64;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background: none;
  border-radius: 0;
}

.paging .pagination-sm .page-item .page-link {
  border: none;
}
.paging .page-link {
  color: #646464;
  background: none;
  border: none;
}
.paging .page-link:hover {
  color: #313131;
  font-weight: 700;
}
.paging .page-item.disabled .page-link {
  color: #b1b1b1;
  font-weight: 400;
  pointer-events: none;
  cursor: auto;
  background: none;
  border: none;
}
.paging .page-item.active .page-link {
  z-index: 3;
  color: #313131;
  font-weight: 700;
  background: none;
  border: none;
}

.form-input.with-bg {
  padding: 10px;
  overflow: hidden;
  background: rgba(163, 213, 221, 0.1);
  background: linear-gradient(90deg, rgba(163, 213, 221, 0.1) 0%, rgba(178, 207, 194, 0.1) 51%, rgba(187, 204, 215, 0.1) 100%);
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.133) 0px 2px 4.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.4px 1px 0px;
}
.form-input.with-bg label {
  color: #313131;
}
.form-input.with-bg input {
  color: #313131;
  border-radius: 0;
}
.form-input.with-bg input:focus {
  box-shadow: none;
}
.form-input.with-bg textarea {
  color: #313131;
  border-radius: 0;
}
.form-input.with-bg textarea:focus {
  box-shadow: none;
}

.list-thumb {
  position: relative;
  min-height: 100px;
}
.list-thumb .inner-text {
  height: auto;
}
.list-thumb .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99;
}
.list-thumb .loading {
  opacity: 0.8;
  filter: blur(2px);
  transition: all 0.2s ease-in-out;
}
.list-thumb .card {
  background: none;
}
.list-thumb .card .card-body {
  padding: 0.8rem;
}

.user-thumb-list {
  margin-bottom: 10px;
}
.user-thumb-list p {
  text-align: center;
}
.user-thumb-list p.name {
  font-size: 0.7rem;
  font-weight: 700;
}
.user-thumb-list p.poli {
  font-weight: 500;
}
.user-thumb-list p.contact {
  font-size: 0.6rem;
  font-weight: 300;
}
.user-thumb-list img {
  height: 144px;
  margin: 10px;
}
.user-thumb-list.inactive .card {
  background-color: #f0efef;
}
.user-thumb-list.inactive .card p {
  color: gray;
}
.user-thumb-list.inactive .card img {
  filter: grayscale(100%);
}

.detail-users {
  position: relative;
}
.detail-users .info-users {
  margin-bottom: 30px;
  position: relative;
  min-height: 100px;
  overflow: hidden;
  background: rgba(163, 213, 221, 0.1);
  background: linear-gradient(90deg, rgba(163, 213, 221, 0.1) 0%, rgba(178, 207, 194, 0.1) 51%, rgba(187, 204, 215, 0.1) 100%);
  box-shadow: rgba(0, 0, 0, 0.133) 0px 2px 4.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.4px 1px 0px;
}
.detail-users .info-users img {
  max-height: 200px;
}
.detail-users .info-users .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.detail-users .info-users button.btn,
.detail-users .info-users a.btn {
  font-size: 0.7rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0;
}
.detail-users.loading .info-users .in-blur {
  opacity: 0.8;
  filter: blur(2px);
  transition: all 0.2s ease-in-out;
}
.detail-users .link-edit {
  font-size: 0.7rem;
  font-weight: 400;
}
.detail-users .card-body {
  padding: 0;
}
.detail-users .card-body .pd-20 {
  padding: 20px;
}
.detail-users .header-info {
  padding: 15px 8px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.detail-users .header-info p.label {
  font-weight: 600;
}
.detail-users .info-list-users {
  width: 100%;
  border-radius: 0;
  border: none;
}
.detail-users .info-list-users .list-group-item {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.detail-users .info-list-users .list-group-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}
.detail-users .info-list-users .list-group-item:hover {
  background-color: rgba(234, 234, 234, 0.486);
}
.detail-users .info-list-users .list-group-item p {
  color: #646464;
}
.detail-users .info-list-users .list-group-item .value p {
  color: #313131;
  font-weight: 600;
}
.detail-users .info-list-users .list-group-item .desc p {
  color: #b1b1b1;
  font-weight: 300;
  font-size: 0.7rem;
}

.form-modal-inner {
  padding: 20px;
}
.form-modal-inner .head-schedule {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.form-modal-inner .input-schedule {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.form-modal-inner .input-schedule p.label {
  font-size: 0.8rem;
  font-weight: 600;
}
.form-modal-inner button.btn,
.form-modal-inner a.btn {
  font-size: 0.7rem;
  padding: 0.1rem 0.4rem;
  border-radius: 0;
}
.form-modal-inner label {
  color: #313131;
  padding-top: 4px;
}
.form-modal-inner input {
  color: #313131;
  border-radius: 0;
}
.form-modal-inner input:focus {
  box-shadow: none;
}
.form-modal-inner textarea {
  color: #313131;
  border-radius: 0;
}
.form-modal-inner textarea:focus {
  box-shadow: none;
}

.text-modal-item {
  padding: 10px 10px 3px;
  border-bottom: 1px solid #dbdbdb;
}
.text-modal-item p.label {
  font-weight: 300;
  font-size: 0.6rem;
}
.text-modal-item p.value {
  font-weight: 600;
  font-size: 0.7rem;
}

.password-input .input-group-text {
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: solid 1px #a7a7a7;
  color: #666;
  border-radius: 0;
}
.password-input .input-group-text:focus {
  border: none;
  background: none;
  box-shadow: none;
  border-bottom: solid 1px #a7a7a7;
}

#chat_dokter .card-body {
  padding: 0;
  overflow: hidden;
  height: 600px;
}
#chat_dokter input,
#chat_dokter textarea {
  border-radius: 0;
  border: 1px solid #dfdfdf;
  font-size: 0.7rem;
  font-weight: 300;
}
#chat_dokter input:focus,
#chat_dokter textarea:focus {
  border: 1px solid #dfdfdf;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
#chat_dokter textarea {
  overflow: hidden;
  border-radius: 15px;
}
#chat_dokter textarea:focus {
  border-radius: 15px;
}
#chat_dokter span.check-status-his {
  margin-right: 5px;
  color: #a8a8a8;
}
#chat_dokter span.check-status-his.read {
  color: #3ba7ee;
}
#chat_dokter .badge-secondary {
  color: #fff;
  background-color: #c2c2c2;
}
#chat_dokter .input-group-text {
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  color: #666;
  border-radius: 0;
}
#chat_dokter .input-group-text:focus, #chat_dokter .input-group-text:hover {
  border: none;
  background: none;
  box-shadow: none;
  color: #4d4d4d;
  border: 1px solid #dfdfdf;
}
#chat_dokter #list_chat {
  margin: 0;
  height: 600px;
  border-right: 1px solid #eaeaea;
}
#chat_dokter #list_chat #list_chat_user {
  max-height: 440px;
  overflow-y: auto;
}
#chat_dokter #list_chat .list-group-item {
  border: none;
  border-radius: 10px;
  border-bottom: 1px solid #eaeaeab7;
}
#chat_dokter #list_chat .list-group-item .info p {
  font-size: 0.6rem;
}
#chat_dokter #list_chat .list-group-item.active {
  background-color: #eaeaeaa2;
}
#chat_dokter #list_chat .list-group-item.active .name_user {
  font-weight: 600;
  font-size: 0.7rem;
}
#chat_dokter #list_chat .list-group-item.closed {
  color: #a8a8a8;
}
#chat_dokter #list_chat .list-group-item.closed .name_user,
#chat_dokter #list_chat .list-group-item.closed .last_chat,
#chat_dokter #list_chat .list-group-item.closed .info p {
  color: #a8a8a8;
}
#chat_dokter #list_chat .list-group-item:hover {
  border-radius: 10px;
}
#chat_dokter #list_chat .inner {
  padding: 15px;
  padding-right: 0;
}
#chat_dokter #list_chat .inner .name_user {
  font-weight: 600;
  font-size: 0.7rem;
}
#chat_dokter #list_chat .inner .last_chat {
  font-weight: 300;
  font-size: 0.6rem;
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chat_dokter #list_chat .inner .last_chat.unread {
  font-weight: 700;
}
#chat_dokter #list_chat .inner .badge-unread {
  font-size: 0.6rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  background-color: #22c997;
  color: #f8f9fa;
}
#chat_dokter #list_chat .inner img {
  max-width: 100%;
  max-height: auto;
  margin-bottom: 0;
}
#chat_dokter #content_chat {
  padding-left: 0px;
  margin: 0;
  position: relative;
  background-repeat: repeat;
  background-size: contain;
}
#chat_dokter #content_chat .inner {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
#chat_dokter #content_chat .inner .header-chat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  height: 60px;
  background: #fff;
}
#chat_dokter #content_chat .inner .header-chat .name_user {
  font-weight: 600;
  font-size: 0.7rem;
}
#chat_dokter #content_chat .inner .header-chat .info_user {
  font-weight: 400;
  font-size: 0.5rem;
}
#chat_dokter #content_chat .inner .header-chat .btn-link {
  color: #666;
  text-decoration: none;
  border: none;
}
#chat_dokter #content_chat .inner .header-chat .btn-link:hover {
  color: gray;
  text-decoration: none;
  border: none;
}
#chat_dokter #content_chat .inner .header-chat .btn-link:focus {
  background: none;
  box-shadow: none;
  border: none;
}
#chat_dokter #content_chat .inner .footer-chat {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #fff;
}
#chat_dokter #content_chat .inner .footer-chat .form-group {
  margin: 0;
}
#chat_dokter #content_chat .inner .footer-chat .form-chat-input {
  float: right;
  width: 87%;
}
#chat_dokter #content_chat .inner .footer-chat .form-chat-input .input-group-append {
  padding: 0 0 0 10px;
}
#chat_dokter #content_chat .inner .footer-chat .btn-link {
  padding: 0 5px;
  color: #666;
  font-size: 1rem;
  text-decoration: none;
  border: none;
}
#chat_dokter #content_chat .inner .footer-chat .btn-link:hover {
  color: gray;
  text-decoration: none;
  border: none;
}
#chat_dokter #content_chat .inner .footer-chat .btn-link:focus {
  background: none;
  box-shadow: none;
  border: none;
}
#chat_dokter #content_chat .inner .content-chat {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 90px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  z-index: 9;
  display: flex;
  flex-direction: column-reverse;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner {
  padding: 40px 15px 15px;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .text {
  background-color: #fff;
  max-width: 80%;
  border-radius: 15px;
  width: auto;
  display: inline-block;
  padding: 7px 60px 7px 15px;
  position: relative;
  white-space: pre-line;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .text .clock {
  color: #a8a8a8;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 0.5rem;
  font-weight: 300;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .text .clock span {
  margin-left: 5px;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .text .clock span.read {
  color: #3ba7ee;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .left {
  float: left;
}
#chat_dokter #content_chat .inner .content-chat .content-chat-inner .right {
  float: right;
  background-color: #c6e2da;
}

.form-control,
.custom-select {
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.8rem;
  height: auto;
}

.desc-on-table {
  width: 360px;
  font-size: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notif-card .card-body {
  padding: 0.6rem;
}

#home-content .box-notif-card .card.notif {
  border: none;
  border-bottom: 1px solid #eaeaea;
  background-color: none;
  margin-bottom: 10px;
  border-radius: 0px;
  box-shadow: none;
}
#home-content .box-notif-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
#home-content .box-notif-card h6 {
  font-size: 0.7rem;
  font-weight: 500;
  margin-bottom: 6px !important;
}
#home-content .box-notif-card p {
  font-size: 0.7rem;
  font-weight: 300;
  margin-bottom: 6px;
}

.map iframe {
  width: 100%;
  height: 300px;
}

.home-card {
  background-color: #f8f9fa;
  overflow: hidden;
}
.home-card p {
  text-align: center;
}
.home-card p.dokter-name {
  margin-top: 10px;
  font-size: 0.7rem;
  font-weight: 600;
}
.home-card p.dokter-poli {
  font-size: 0.6rem;
  font-weight: 400;
}
.home-card p.dokter-jam {
  font-size: 0.55rem;
  font-weight: 300;
}
.home-card#chat_dokter p {
  text-align: inherit;
}

.walkin-list-trx {
  max-height: 250px;
  overflow-y: auto;
  margin: 10px -1.25rem -1.25rem -1.25rem;
  padding: 10px;
  border-radius: 0;
  border-top: 1px solid #eaeaea;
  background-color: #fff;
}
.walkin-list-trx .list-group-item {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #eaeaea;
}

.dokter-list-container {
  width: 100%;
  overflow-x: auto;
}
.dokter-list-container .dokter-box {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 30px;
}
.dokter-list-container .dokter-box .dokter-item {
  width: 320px;
  margin-right: 10px;
}

.trx-item {
  padding: 0 0 5px 0;
  margin-bottom: 7px;
}
.trx-item .trx-queue p.trx-label-queue {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
}
.trx-item .trx-value {
  padding-left: 8px;
  width: 70%;
}
.trx-item .trx-value p {
  text-align: left;
  line-height: 0.83rem;
}
.trx-item .trx-value p.trx-name {
  font-size: 0.7rem;
  font-weight: 500;
}
.trx-item .trx-value p.trx-bookdate {
  font-size: 0.55rem;
  font-weight: 300;
}
.trx-item .trx-opt {
  width: 20%;
}
.trx-item .trx-opt .btn {
  padding: 3px;
  margin: 2px;
  font-size: 0.55rem;
}
.trx-item .trx-opt .btn i {
  font-size: 0.6rem;
}
.trx-item.inactive p {
  color: #9e9e9e;
}

.pagination-sm .page-link {
  font-size: 0.8rem;
}

.vs__dropdown-toggle {
  font-size: 0.7rem !important;
}

.modal-title {
  font-size: 1rem;
}

#home-content .card.home-card .note-on-chat {
  padding: 10px;
  background-color: #fff;
  max-width: 80%;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  white-space: pre-line;
  width: 300px;
}
#home-content .card.home-card .note-on-chat .header {
  border-bottom: 1px solid #333;
}
#home-content .card.home-card .note-on-chat .header p {
  font-size: 0.9rem;
  font-weight: 600;
}
#home-content .card.home-card .note-on-chat .body .item {
  padding: 6px 10px;
  border-bottom: 1px solid #eaeaea4b;
}
#home-content .card.home-card .note-on-chat .body .item p.title {
  text-transform: capitalize;
  line-height: 0.8rem;
  font-size: 0.7rem;
  font-weight: 600;
}
#home-content .card.home-card .note-on-chat .body .item p.value {
  font-size: 0.7rem;
  font-weight: 300;
}
#home-content .card.home-card .note-on-chat .clock {
  color: #a8a8a8;
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 0.5rem;
  font-weight: 300;
}
#home-content .card.home-card .note-on-chat .clock span {
  margin-left: 5px;
}
#home-content .card.home-card .note-on-chat .clock span.read {
  color: #3ba7ee;
}
#home-content .card.home-card .note-on-chat .left {
  float: left;
}
#home-content .card.home-card .note-on-chat .right {
  float: right;
  background-color: #c6e2da;
}

#home-content .card.home-card .img-on-chat {
  cursor: pointer;
  padding: 10px;
  background-color: #fff;
  max-width: 80%;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  white-space: pre-line;
  width: auto;
}
#home-content .card.home-card .img-on-chat img {
  position: relative;
  display: inline-block;
  vertical-align: unset;
  margin: 0;
  max-width: 100%;
  height: 240px;
}
#home-content .card.home-card .img-on-chat .clock {
  color: #a8a8a8;
  position: relative;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 0.5rem;
  font-weight: 300;
}
#home-content .card.home-card .img-on-chat .clock span {
  margin-left: 5px;
}
#home-content .card.home-card .img-on-chat .clock span.read {
  color: #3ba7ee;
}
#home-content .card.home-card .img-on-chat .left {
  float: left;
}
#home-content .card.home-card .img-on-chat .right {
  float: right;
  background-color: #c6e2da;
}

.no-selected-chat-room {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.no-selected-chat-room .content {
  width: 60% !important;
  max-height: 70% !important;
  display: block;
  position: relative;
  text-align: center;
}
.no-selected-chat-room .content img {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-height: 100% !important;
}
.no-selected-chat-room .content p {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}

.background-none {
  background: none !important;
}
