.arm-svg path {
  fill: #00ffff;
}

.leg-svg path {
  fill: #00ffff;
}

/** Overwrites for antd **/

#additionalDemandsMainTable {
  margin: 0 -8px;
}

#additionalDemandsMainTable td:last-of-type div.ant-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#additionalDemandsMainTable td:last-of-type div button {
  padding: 6px;
}

.ant-table-header {
  border-left: 4px solid #fafafa !important;
}

#caseListTable .ant-table-thead th,
#preparePackageTableWrapper .ant-table-thead th,
#transferMainTable .ant-table-thead th {
  padding: 8px;
}

#transferMainTable,
#transferMainTable .ant-table-wrapper,
#additionalDemandsMainTable,
#additionalDemandsMainTable .ant-table-wrapper {
  width: 100%;
}

#transferMainTable .ant-table-wrapper .ant-table,
#additionalDemandsMainTable .ant-table-wrapper .ant-table {
  overflow: scroll;
  max-width: 100%;
}

#caseListTable .ant-table-thead th,
#caseListTable .ant-table-thead th span,
#preparePackageTableWrapper .ant-table-thead th,
#preparePackageTableWrapper .ant-table-thead th span,
#transferMainTable .ant-table-thead th,
#additionalDemandsMainTable .ant-table-thead th,
#packageDeliveryTable .ant-table-thead th,
#frozenIndicatorTable .ant-table-thead th,
#pathologicIndicatorTable .ant-table-thead th,
#labTrackTable .ant-table-thead th,
#reportsTable .ant-table-thead th,
#shortcutTable .ant-table-thead th {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

#caseListTable .ant-table-tbody > tr > td {
  padding: 0 0.75rem;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

#syncTables thead th {
  width: 100px;
}

#preparePackageTableWrapper .ant-table-tbody > tr > td,
#transferMainTable .ant-table-tbody > tr > td,
#additionalDemandsMainTable .ant-table-tbody > tr > td,
#packageDeliveryTable .ant-table-tbody > tr > td,
#frozenIndicatorTable .ant-table-tbody > tr > td,
#pathologicIndicatorTable .ant-table-tbody > tr > td,
#labTrackTable .ant-table-tbody > tr > td,
#reportsTable .ant-table-tbody > tr > td,
#shortcutTable .ant-table-tbody > tr > td {
  padding: 0.5rem;
  font-size: 13px;
  text-align: center;
}

#labTrackTable .ant-table-tbody > tr {
  cursor: pointer;
}

#labTrackTable .ant-table-tbody > tr:hover td {
  background-color: #1d39c4;
  color: #fff;
}

#patientDetailDescriptions .container.mt-075 {
  position: sticky;
  top: 0;
  z-index: 10;
}

#patientDetailDescriptions div {
  border-radius: 0;
}

/*
VPIS-12132'ye istinaden comment out edildi.
.ant-affix {
  z-index: 998 !important;
}*/

.ant-layout-sider .ant-affix {
  z-index: 13;
}

.ant-form-item {
  margin-bottom: 0.5rem !important;
}

.ant-form-item span {
  text-overflow: ellipsis;
  white-space: pre;
}

.ant-checkbox-wrapper span:nth-of-type(2) {
  overflow: hidden;
}

.ant-checkbox-inner {
  white-space: normal !important;
}

.ant-modal-close-x {
  display: flex !important;
  align-items: center;
}

.processingModal .ant-modal-close-x {
  margin-top: -10px;
  margin-right: -30px;
}

.ant-select-selection-overflow-item {
  width: auto !important;
}

#createStainRequestStainTypes .ant-select-selection-overflow {
  max-height: 28px;
  overflow: auto;
}

.ant-descriptions-item-content .ant-select {
  width: 100%;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: transparent !important;
}

/* Normal delivered satırı */
#packageDeliveryTable .ant-table-tbody tr.delivered,
#packageDeliveryTable .ant-table-tbody tr.delivered td {
  background-color: #5183e8;
  color: #fff;
}

/* AntD'nin hover efektini iptal ediyoruz */
#packageDeliveryTable .ant-table-tbody tr.delivered:hover,
#packageDeliveryTable .ant-table-tbody tr.delivered:hover td {
  background-color: #0041c4;
  color: #fff;
}

.overflowYScroll {
  overflow-y: scroll;
}

/** Slide viewer overwrites **/

.row > *,
.table > :not(caption) > * > * {
  padding: 0 !important;
}

html {
  font-size: 16px !important;
}

.container {
  width: auto !important;
}

#templateEditorWrapper .tipTapEditorContent {
  margin: 0 !important;
}

.ant-radio-button-wrapper-checked {
  background-color: #2162d1 !important;
  color: #fff !important;
}

#virapisTable {
  overflow: auto;
  background-color: #fff;
}

#virapisTable .ant-table-tbody > tr > td {
  padding: 0.5rem;
  font-size: 12px;
  text-align: center;
  white-space: pre-line;
}

#virapisTableWrap .ant-table-thead th,
#virapisTableWrap .ant-table-thead th span {
  font-size: 12px;
  text-align: center;
  white-space: pre-wrap;
}

#virapisTable .ant-table-thead th,
#virapisTable .ant-table-thead th span {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

#virapisTable .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
#virapisTable
  .ant-table-tbody
  > tr
  > td
  > .ant-table-expanded-row-fixed
  > .ant-table-wrapper:only-child
  .ant-table {
  margin: 0 !important;
}

#virapisTable td table th {
  padding: 0;
}

#virapisTable td table th:before {
  padding: 0;
  width: 0;
}

#virapisTable td table td:first-of-type {
  text-align: end !important;
}

.spinWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.successNotification {
  background-color: #b2e972 !important;
}

.infoNotification {
  background-color: #9bd7ff !important;
}

.warningNotification {
  background-color: #ffd784 !important;
}

.errorNotification {
  background-color: #f99595 !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

#patientDetailDescriptions .detailHeader {
  font-size: 1rem;
}

.ant-modal-body .ant-modal-footer {
  margin-top: 1rem;
}

mark {
  padding: 0 !important;
}

.activeEditorTab {
  background-color: #1d40c8;
  color: #fff !important;
}

.editorContainer #tipTapEditorWrapper {
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.editorContainer .ProseMirror {
  height: 100%;
  max-height: calc(100vh - 350px);
}

#clinical_information + .ant-col .tipTapEditorContent,
#clinical_information + .ant-col .tipTapEditorContent .ProseMirror {
  min-height: 250px;
}

#macroscopy + .ant-col .tipTapEditorContent,
#macroscopy + .ant-col .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

#microscopic_examination + form .tipTapEditorContent,
#microscopic_examination + form .tipTapEditorContent .ProseMirror {
  min-height: 50px;
}

#pathological_diagnosis + form .tipTapEditorContent,
#pathological_diagnosis + form .tipTapEditorContent .ProseMirror {
  min-height: 200px;
}

#frozen_info + form .tipTapEditorContent,
#frozen_info + form .tipTapEditorContent .ProseMirror {
  min-height: 200px;
}

#critical_diagnosis + .ant-col .tipTapEditorContent,
#critical_diagnosis + .ant-col .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

#chairside + form .tipTapEditorContent,
#chairside + form .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

#comment + .ant-col .tipTapEditorContent,
#comment + .ant-col .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

#notes + .ant-col .tipTapEditorContent,
#notes + .ant-col .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

#molecular_pathology + form .tipTapEditorContent,
#molecular_pathology + form .tipTapEditorContent .ProseMirror {
  min-height: 300px;
}

.ant-select-selection-placeholder {
  text-align: left;
}

.patient-detail-container {
  min-height: 152px;
}

.link-button-active:hover {
  background-color: #2162d1 !important;
  background: #2162d1 !important;
}

.ant-input-number {
  max-width: 100%;
}

.ant-input-search-large .ant-input-search-button {
  max-height: 32px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  max-height: 32px;
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input)
  .ant-select-selector
  .ant-select-selection-placeholder {
  line-height: 30px !important;
}

.patient-detail-wrapper {
  display: flex !important;
  flex-direction: column;
  /*justify-content: space-between;*/
}

#additionalReportWrapper #additionalReportEditorWrapper {
  max-height: calc(100% - 240px);
}

#caseList #caseListTable .ant-table-tbody > tr > td,
#caseList #caseListTable .ant-table-thead th span {
  text-align: center;
}

#caseList #caseListTable .ant-table-tbody > tr > td,
#caseList #caseListTable .ant-table-thead th {
  padding: 0.5rem 0.75rem;
  overflow: hidden;
}

.ant-table-cell.ant-table-selection-column {
  text-align: center !important;
}

#caseList .ant-table-tbody > tr.ant-table-row:hover > td,
#caseList .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #e5e5e5;
}

.stainingDemand {
  background-color: #ebebeb !important;
}

.extra-light-blue-row {
  background-color: #d9f0fcd4 !important;
}

.light-red-row {
  background-color: #fde3e3 !important;
}

.faded-green-row-color {
  background-color: #80ffaa !important;
}

.faded-red-row-color {
  background-color: #f9a2a2 !important;
}

#caseList .island-row-light {
  background-color: #fff !important;
}
#caseList .island-row-dark {
  background-color: #efefef !important;
}

.light-blue-row {
  background-color: #a4c6e2 !important;
}

#notificationContent {
  position: absolute;
  top: 75px;
  z-index: 999;
  background: #fff;
  margin-left: 80px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}

@media only screen and (max-width: 550px) {
  #headerUserRow {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 450px) {
  .ant-btn {
    font-size: 12px !important;
  }
}

.ml-a {
  margin-left: auto;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-2 {
  gap: 0.5rem;
}

.flex-col {
  flex-direction: column;
}

.gap-3 {
  gap: 0.75rem;
}

.body {
  overflow: auto !important;
}

#synopticReportEditorWrapper .ant-col-24 {
  padding: 0 !important;
}

#synopticTab li {
  height: auto;
}

#synopticTab .ant-menu-title-content {
  font-size: 14.4px;
}

.ant-table-wrapper * {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.ant-table-wrapper *::-webkit-scrollbar {
  display: none !important;
}

#additionalDemandDetailTable {
  -ms-overflow-style: auto !important;
  scrollbar-width: auto !important;
}

#additionalDemandDetailTable::-webkit-scrollbar {
  display: block !important;
  width: 8px;
  height: 8px;
}

#additionalDemandDetailTable::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

#additionalDemandDetailTable::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

#additionalDemandDetailTable .ant-table-tbody > tr > td {
  padding: 0.5rem;
  font-size: 12px;
  text-align: center;
  white-space: pre-line;
}

#additionalDemandDetailTable .ant-table-thead th,
#additionalDemandDetailTable .ant-table-thead th span {
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

#caseList {
  position: relative;
}

.react-resizable {
  position: relative;
  background-clip: padding-box;
}

.react-resizable-handle {
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 1;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}

#unsuccessfulTable #caseListTable th {
  text-align: left;
}

#unsuccessfulTable #caseListTable td {
  padding: 0.5rem !important;
  text-align: left;
}

#notificationContent {
  width: 360px;
  padding: 1rem;
}

#notificationContent button {
  margin-bottom: 1rem;
  width: 100%;
}

.ant-table-body {
  background-color: #fff;
}

.mr-2 {
  margin-right: 0.5rem;
}

.text-end {
  text-align: end;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

div[contenteditable='false'] {
  cursor: not-allowed;
}

.visual-link {
  color: #007bff;
  text-decoration: underline;
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ant-picker-time-panel-column::after {
  display: none !important;
}

.warning-area {
  background-color: #ffd5d5;
  padding: 0.5rem;
  border-radius: 0.25rem;
}

.bg-selected {
    background-color: #dadada;
}

.bg-scanned {
    background-color: rgb(157, 226, 139);
}

.bg-soft-blue {
    background-color: #c2dcff;
}

.font-medium {
    font-size: 12px !important;
}

.no-hover-table .ant-table-tbody > tr:hover > td {
    background: inherit !important;
}

.d-hidden {
    display: none !important;
}