.bootstrap-dialog-vertical-center {
  top: 50%;
  margin-top: -255px;
}

.logo-img {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.report-logo-img {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
  width: 30%;
}

.toggle-code-snippet {
  margin-bottom: 0px;
}

.attachment {
  display: inline-block;
  padding: 9px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  min-width: 150px;
  max-width: 350px;
}

.attachments .attachments-section-title {
  font-weight: 600;
  color: #515365;
  font-size: 16px;
  border-bottom: 1px solid #e0e6ed;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.attachment .file-name {
  color: #3b3f5c;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  word-break: break-word;
}

.infobox {
  border: 1px solid #e0e6ed;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 2px 10px 1px rgb(31 45 61 / 10%);
  /* margin-right: 40px; */
  /* margin-left: auto; */
}

.timeline-simple
  .timeline-list
  .timeline-post-content
  .post-gallery-img
  a:not(:last-child) {
  margin-right: 23px;
}

.chat-box .patient-not-selected {
  display: flex;
  height: 100%;
  justify-content: center;
  background-image: url(/custom/img/bg.png);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.chat-box .patient-not-selected p {
  align-self: center;
  font-size: 18px;
  color: #3b3f5c;
  margin-bottom: 0;
  font-weight: 600;
  background: #bfc9d4;
  padding: 7px 11px;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}

/* Hide scroll bar */
.case-scroll-bar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.case-scroll-bar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
/* Hide scroll bar */

.jstree-default .own-file {
  color: #304aca;
}

.own-case {
  color: #304aca;
  font-weight: 500;
}

.project-select.nice-select {
  margin-right: 20px;
}

@media (max-width: 991px) {
  #topbar ul.menu-categories {
    height: 100%;
  }
  .project-select.nice-select {
    margin-top: 10px;
    margin-right: 0;
    float: left !important;
  }
}

@media (min-width: 992px) {
  .topbar-nav.header nav#topbar ul.menu-categories {
    flex-wrap: wrap;
  }

  .topbar-nav.header nav#topbar ul.menu-categories li.menu {
    flex: 1 1 24%;
		height: 70px;
  }

  .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
    justify-content: center;
  }

  .topbar-nav.header nav#topbar ul.menu-categories li.menu:hover .submenu {
    z-index: 100;
  }
}

@media (min-width: 1199px) {
  .topbar-nav.header nav#topbar ul.menu-categories {
    flex-wrap: nowrap;
  }
  .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
    padding: 0 17px 0 17px;
  }
}

@media (min-width: 1439px) {
  .topbar-nav.header nav#topbar ul.menu-categories li.menu > a {
    padding: 0 26px 0 26px;
  }
}


/* sidebar 임시 css (베트남 번역판) */
.navbar .menu .submenu {
	width: 270px !important;
}