* {
  border-radius: 0px !important;
}

body {
  font-size: 14px;
  line-height: 16px;
  touch-action: manipulation;
}

.modal-md {
  max-width: 400px;
}

.modal {
  z-index: 100000;
}

#alert-modal {
  z-index: 1000001;
}

#confirm-modal {
  z-index: 1000000;
}

#custom-modal {
  z-index: 1000000;
}

.cursor {
  cursor: pointer;
}

.nav {
  background-color: var(--smcw-color-head);
  position: absolute;
  width: 100vw;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2a304d;
}

#gowix {
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
  font-size: 18px;
  align-self: center;
}

.head-area {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: black;
  justify-content: space-around;
}

.logo-area {
  display: flex;
}

.language-area {
  display: flex;
  margin: 0;
}

.language-area-label {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.language-change {
  background: black;
  color: white;
  font-size: 18px;
}

.language-change option {
  color: var(--smcw-color-select-text-color);
  background: var(--smcw-color-popup-background);
}

.bottom-area {
  bottom: 0px !important;
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background: black;
  justify-content: space-around;
}

#search-institution-input {
  border: 1px solid var(--smcw-color-signup-input-search-button);
  color: var(--smcw-color-signup-input-search-button);
  font-size: 18px;
  margin-bottom: 15px;
}

.institution-no-data {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.use-institution {
  width: 100%;
}

.institution-search-list {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

.institution-search-list:hover {
  color: #05c3a7;
}

#url-name,
#url-host {
  color: #05c3a7;
}

.impossible-name {
  color: red !important;
}

.disable,
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.icon-button {
  border: none;
  background-color: transparent;
}

.logo {
  cursor: pointer;
  margin-left: 20px;
}

.title img,
.new-worklist img {
  position: static;
  width: 40px;
  height: 48px;
  left: 5px;
  top: 0px;
  flex: none;
  order: 0;
  align-self: flex-start;
  flex-grow: 0;
  margin: 0px 0px;
}

.new-worklist {
  /* margin-left: 15px; */
}

.new-worklist svg path {
  fill: white;
}

.side-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px 10px;
  position: absolute;
  height: 48px;
  right: 15px;
  height: 100%;
  z-index: 1000;
}

.information-dropdown {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0px) !important;
  transform: translateY(45px) !important;
  background-color: var(--smcw-color-popup-background);
}

.information-dropdown a {
  color: var(--smcw-color-popup-text);
}

.information-dropdown a:hover {
  color: var(--smcw-color-popup-hover-text);
  background-color: var(--smcw-color-popup-hover);
}

.information-dropdown .dropdown-divider {
  border: 1px solid var(--smcw-color-popup-divider);
}

.information-dropdown .head-item {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: var(--smcw-color-popup-head-text);
}

.information-dropdown .body-item {
  font-size: 14px;
  line-height: 16px;
  text-align: start;
}

.information-dropdown .foot-item {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}

.notice-alert-container {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
}
.notice-alert-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.notice-alert {
  border: 0px;
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 10px;
  /* border-radius: 5px !important; */
  font-weight: bold;
}

.notice-closebtn {
  margin-left: 15px;
  background: transparent;
  border: 0px;
  font-weight: bold;
  font-size: 34px;
  line-height: 20px;
}

.notice-dropdown {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0px) !important;
  transform: translateY(45px) !important;
  background-color: var(--smcw-color-popup-background);
  max-height: calc(100vh - 300px);
  overflow: auto;
}

#information:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 3px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  display: none;
}

#information.active:after {
  display: block;
}

.config-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: var(--smcw-color-popup-text);
}

.config-title.link:hover {
  color: skyblue !important;
  text-decoration: underline;
  cursor: pointer;
}

.close,
.close:hover {
  font-size: 20px;
  color: var(--smcw-color-popup-text);
  padding: 1rem !important;
  margin: -70px -1rem 0rem auto !important;
}

.theme-div,
.font-div,
.language-div,
.emergency-first-order-div,
.tool-color-div,
.tool-custom-div,
.tool-text-color-div,
.tool-active-color-div,
.anonymous-upload-div,
.similar-scroll-div,
.multiframe-autoplay-div,
.report-auto-run-div,
.scroll-series-loop-div,
.multiframe-autoplay-switch-div,
.report-auto-run-switch-div,
.worklist-auto-refresh-switch-div .cache-usage-bar,
.freeze-current-measure-div,
.scale-overlay-div,
.use-webworker-div,
.expand-preview-div,
.window-preset-div,
.shortcut-preset-div,
.report-keyword-div,
.screen-mode-div,
.demography-div,
.stack-loop-div,
.default-stack-mode-div,
.delay-approve-div,
.tool-text-size-div,
.lazy-cache-count-div,
.worklist-auto-refresh-time-div,
.cache-usage-row,
.multiframe-scroll-next-image-div {
  display: flex;
  position: relative;
  padding: 5px 0px;
}

.setting-row:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

#theme-select,
#font-select,
#worklist-type-select,
#language-select {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 30px;
  color: var(--smcw-color-window-preset-button-text);
  background: var(--smcw-color-select-theme);
  border: none;
  padding-left: 10px;
  border: 1px solid var(--smcw-color-filter-border-color);
  font-weight: bold;
}

.tool-custom-select,
.tool-color-select {
  right: 0px;
  width: 50%;
  position: absolute;
  background: white;
}

.tool-custom-color-dropdown,
#tool-color-dropdown,
#tool-text-color-dropdown,
#tool-active-color-dropdown {
  width: 100%;
  height: 30px;
  color: var(--smcw-color-custom-search-color);
  background: var(--smcw-color-select-theme);
  border: 1px solid var(--smcw-color-filter-border-color);
  text-align: left;
  padding-left: 30px;
  font-weight: bold;
  color: var(--smcw-color-window-preset-button-text);
}

.tool-custom-buttons {
  margin-top: 20px;
  float: right;
}

.tool-color-palette {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 15px;
  margin-top: 3px;
}

.demography-size,
.tool-text-size {
  position: absolute;
  left: 230px;
  font-size: 15px;
  top: 10px;
}

#demography-slider,
#tool-text-slider {
  position: absolute;
  right: 0px;
  width: 43%;
  height: 30px;
  padding: 0 5px;
  color: var(--smcw-color-filter-text-color);
  border: none;
  font-weight: bold;
}

#theme-select option,
#font-select option,
#language-select option,
#worklist-type-select option,
#tool-color-select option,
#tool-text-color-select option {
  color: var(--smcw-color-filter-text-color);
  background: var(--smcw-color-filter-background);
  border: none;
  padding-left: 10px;
}

.worklist-column-config {
  position: absolute;
  width: 90%;
  height: 130px;
  padding-top: 3px;
  cursor: pointer;
  overflow: auto;
}

.worklist-filter-button-div {
  position: relative;
  background: var(--smcw-color-worklist-preview);
  display: flex;
  flex-wrap: wrap;
  width: 850px;
  padding: 10px;
}

.filter-management-dropdown {
  background: var(--smcw-color-worklist-preview-button);
  color: var(--smcw-color-worklist-preview-button-text);
  width: 100%;
}

.filter-select-label {
  margin: 0px;
  color: var(--smcw-color-window-preset-button-text);
  margin-bottom: 5px;
  font-weight: bold;
}

.filter-management-sub-div {
  width: 210px;
  margin: 5px;
}

.filter-management-checkbox-menu {
  color: var(--smcw-color-popup-text) !important;
  max-height: 600px;
  overflow: auto;
}

.filter-management-checkbox-li {
  cursor: pointer;
}

.filter-management-select {
  color: var(--smcw-color-window-preset-button-text);
  background: var(--smcw-color-select-theme);
  border: none;
  border: 1px solid var(--smcw-color-filter-border-color);
  font-weight: bold;
}

.windowing-preset {
  width: 500px;
  margin-left: -170px;
}

.report-keyword-preset {
  max-width: 1000px;
}

.my-report-keyword-area {
  width: 100%;
}

.windowing-preset-config,
.report-keyword-config,
.screen-mode-change,
.shortcut-preset-config {
  position: absolute;
  width: 50%;
  height: 30px;
  right: 0;
  text-align: left;
  padding-left: 10px;
  background: var(--smcw-color-select-theme);
  color: var(--smcw-color-window-preset-button-text);
  border: none;
  font-weight: bold;
}

.worklist-div {
  height: 170px;
  text-align: left;
}

.filter-management-div {
  height: 220px;
  margin-top: 30px;
  text-align: left;
}

.filter-management-checkbox-label {
  width: 100%;
  cursor: pointer;
}

.order-card {
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding: 1px 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--smcw-color-popup-text);
}

.window-preset-all-reset {
  position: static;
  /* width: 70px; */
  height: 28px;
  right: 0px;
  top: 0px;
  background: var(--smcw-color-window-preset-reset);
  flex: none;
  order: 0;
  align-self: flex-end;
  flex-grow: 0;
  margin: 0px;
  color: var(--smcw-color-window-preset-reset-text);
  border: none;
}

.shortcut-preset-all-reset {
  position: static;
  width: 70px;
  height: 30px;
  right: 0px;
  top: 0px;
  background: var(--smcw-color-window-preset-reset);
  flex: none;
  order: 0;
  align-self: flex-end;
  flex-grow: 0;
  margin: -20px -10px 10px 0px;
  color: var(--smcw-color-window-preset-reset-text);
  border: none;
}

.window-preset-reset {
  padding: 6px;
}

.shortcut-preset-reset {
  position: relative;
  left: 25px;
  top: 8px;
}

.worklist-order-reset {
  position: static;
  width: 63px;
  height: 28px;
  right: 0px;
  top: 0px;
  background: var(--smcw-color-window-preset-reset);
  flex: none;
  order: 0;
  align-self: flex-end;
  flex-grow: 0;
  margin: 0px;
  color: var(--smcw-color-window-preset-reset-text);
  border: none;
}

.window-preset-all-reset,
.window-preset-reset,
.shortcut-preset-all-reset,
.shortcut-preset-reset {
  cursor: pointer;
}

.window-preset-input {
  height: 14px;
  font-size: 14px;
  width: 105px;
  color: #454b5b;
  border: 1px solid var(--smcw-color-filter-border-color);
}

.shortcut-preset-input {
  height: 14px;
  font-size: 14px;
  width: 60px;
  color: #454b5b;
  border: 1px solid var(--smcw-color-filter-border-color);
  position: relative;
  top: -5px;
}

.emergency-first-order-switch-div,
.anonymous-switch-div,
.similar-scroll-switch-div,
.multiframe-autoplay-switch-div,
.report-auto-run-switch-div,
.cache-usage-bar,
.freeze-current-measure-switch-div,
.scale-overlay-switch-div,
.use-webworker-switch-div,
.expand-preview-switch-div,
.stack-loop-switch-div,
.default-stack-mode-switch-div,
.delay-approve-switch-div,
.scroll-series-loop-switch-div,
.lazy-cache-count-input-div,
.worklist-auto-refresh-time-input-div,
.multiframe-scroll-next-image-switch-div {
  padding: 5px 0px 0px 0px;
  position: absolute;
  right: 15px;
  border: none;
}

#new-password {
  height: 14px;
  font-size: 14px;
}

.anony-input {
  height: 14px;
  font-size: 14px;
}

th {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #a0a5b9;
  /* color: var(--smcw-color-table-text); */
  flex: none;
  order: 2;
  align-self: center;
  flex-grow: 0;
  margin: 5px 0px;
  font-weight: 700;
}

td {
  color: var(--smcw-color-table-text);
  flex: none;
  order: 3;
  align-self: center;
  flex-grow: 0;
  margin: 5px 0px;
  font-weight: 400;
  border-bottom: 1px solid #636a8c !important;
}

table.dataTable thead th {
  border: none !important;
  border-right: 1px solid var(--smcw-color-table-th-border-right) !important;
  border-bottom: 1px solid var(--smcw-color-table-th-border-bottom) !important;
  color: var(--smcw-color-table-th-text) !important;
}

.even {
  background-color: var(--smcw-color-table-even) !important;
}

.even:hover,
.odd:hover {
  background-color: var(--smcw-color-table-hover) !important;
}

.odd {
  background-color: var(--smcw-color-table-odd) !important;
}

.brush-tool svg * {
  fill: var(--smcw-color-custom-active-button);
}

.select-type {
  position: absolute;
  top: 8px;
  left: 210px;
  display: flex;
}

.spleen-radio {
  margin-left: 40px;
}

#usage-modal {
  z-index: 10000000000000000;
}

#usage-modal .modal-dialog-centered {
  margin-top: 0px;
  max-width: 800px;
}

#usage-modal .modal-body {
  text-align: -webkit-center;
}

#usage-modal .modal-content {
  min-width: 300px;
  height: 300px;
}

.aside-message {
  font-size: 22px;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.notice-link {
  color: #007bff !important;
  border-bottom: 2px solid #007bff !important;
  cursor: pointer;
  top: -2px;
  position: relative;
}

.modal-body {
  max-width: 98%;
  max-height: 70vh;
  overflow: auto;
}

.label-div {
  margin: 0px;
}

#label-div {
  text-align: center;
}

#label-image {
  border: 2px solid black;
}

.code-div {
  display: flex;
  position: absolute;
  left: 20px;
}

.GoStitching-label {
  top: 330px;
}

.GoWIX-label {
  top: 240px;
}

#label-barcode {
  width: 470px;
}

#label-qr {
  width: 85px;
}

#label-project-version,
#label-update-date {
  position: absolute;
  color: black !important;
}

#label-project-version {
  top: 23px;
  margin-left: 290px;
  font-size: 18px;
}

#label-update-date {
  top: 60px;
  margin-left: 138px;
  font-size: 15px;
}

.report-keyword-text,
.report-keyword-textarea,
.report-keyword-name {
  font-size: 15px;
}

.report-keyword-num {
  height: 15px !important;
  width: 30px;
  margin-top: 3px;
}

.report-keyword-text,
.report-keyword-name {
  height: 15px !important;
  width: 230px !important;
  padding: 5px 2px;
}

.report-keyword-text {
  margin-left: 20px;
}

.report-keyword-name {
  margin-left: 10px;
  width: 120px !important;
}

.report-keyword-textarea {
  margin-left: 20px;
  height: 150px !important;
  padding: 0px 2px;
  resize: none;
}

.key-name {
  color: var(--smcw-color-modal-text);
  margin-left: 30px;
}

.key-title {
  color: var(--smcw-color-modal-text);
  margin-left: 125px;
}

.value-title {
  color: var(--smcw-color-modal-text);
  margin-left: 165px;
}

.context-menu-list {
  font-size: 15px !important;
  z-index: 1000005 !important;
}

.status-span {
  color: var(--smcw-color-table-text);
  font-weight: bold;
  font-size: 15px;
}

.pacs-div {
  height: 100%;
  align-items: center;
}

.font-awesome-svg * {
  fill: white !important;
}

.tool-icon {
  margin: 0 0 0 0;
}

.replaced-svg {
  width: 20px;
  height: 25px;
}

.medical-logo-svg {
  width: 50px !important;
  height: 50px !important;
}

.logo-svg,
.vet-logo-svg {
  width: 30px !important;
  height: 30px !important;
}

.vet-logo-svg * {
  fill: #782eff;
}

.droppdown-svg {
  width: 25px;
  height: 30px;
}

.font-awesome-svg {
  width: 20px;
  height: 25px;
}

.pre-work-svg {
  width: 45px;
  height: 50px;
  margin-left: -8px;
  margin-right: -8px;
}

.label-head {
  width: 10px;
  height: 10px;
  border: 2px solid #79e2fd;
  box-sizing: border-box;
  border-radius: 5px !important;
  margin-right: 5px;
}

#p-name-label,
#p-id-label,
#p-birth-label,
#p-sex-label {
  position: static;
  display: flex;
  align-items: center;
  color: var(--smcw-color-patient-report-card-text);
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 0px;
}

.foot-item svg * {
  fill: var(--smcw-color-logout-button) !important;
}

.custom-control-input:not(:checked) ~ .custom-control-label::after {
  background: #adb5bd !important;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background: var(--smcw-color-modal-close-button);
  border-color: var(--smcw-color-modal-close-button);
}

.subscription-id,
.device-id,
.access-key,
.ai-service-id,
.license-number,
.specialty {
  cursor: pointer;
}

.subscription-id:hover,
.device-id:hover,
.access-key:hover,
.ai-service-id:hover,
.license-number:hover,
.specialty:hover {
  color: var(--smcw-color-tool-active);
}

.sign-image {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

#sign-file {
  padding: 0px;
  margin-top: 10px;
}

.dx-ai-feedback-div {
  width: 430px;
  height: calc(100vh - 60px);
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: var(--smcw-color-tab-content);
  overflow-x: hidden;
  z-index: 100;
}

.dx-ai-feedback-export-button,
.dx-ai-feedback-button {
  background-color: var(--smcw-color-option-button);
  color: white;
  position: absolute;
  right: 52px;
  top: 28px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 12px;
  z-index: 101;
  border-radius: 40px !important;
}

.dx-ai-feedback-export-button:hover,
.dx-ai-feedback-export-button > i:hover,
.dx-ai-feedback-button:hover,
.dx-ai-feedback-button > i:hover {
  color: white;
}

.dx-ai-feedback-toggle-button {
  background-color: var(--smcw-color-option-button);
  color: white;
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 12px;
  z-index: 101;
  border-radius: 40px !important;
}

.dx-ai-feedback-toggle-button:hover {
  color: white !important;
}

.threshold-div {
  border: 1px solid #4e536b;
  margin-top: 55px;
  margin-left: 15px;
  height: 84px;
  padding: 0px;
  width: 400px;
}

.threshold-label-div {
  margin-top: 18px;
  margin-bottom: 10px;
  display: flex;
}

.analysis-detail-div {
  margin-top: 25px;
  margin-left: 10px;
  max-height: calc(100vh - 290px);
  padding: 5px;
  width: 430px;
  overflow-y: auto;
}

.vhs-analysis-detail-div {
  max-height: calc(100vh - 250px);
}

.analysis-detail {
  margin: 0px;
  margin-left: -5px;
  width: 410px;
}

.threshold-analysis-label {
  font-size: 18px;
  color: var(--smcw-color-date-select-color);
  font-weight: 700;
  line-height: 22px;
  top: 30px;
  left: 15px;
  position: relative;
}

.threshold-label {
  font-size: 14px;
  color: var(--smcw-color-date-select-color);
  font-weight: 700;
  line-height: 20px;
  margin-left: 18px;
}

.analysis-detail-label {
  font-size: 14px;
  color: var(--smcw-color-date-select-color);
  font-weight: 700;
  line-height: 20px;
}

.analysis-detail-sub-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #a0a5b9;
  margin-top: -5px;
  margin-left: 20px;
}

.threshold-range-div {
  display: flex;
  margin-left: 15px;
}

#threshold-apply {
  background-color: var(--smcw-color-option-button);
  color: white;
  width: 50px;
  height: 30px;
}

#threshold-range {
  margin-right: 20px;
  width: 260px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#threshold-range:focus {
  outline: 0;
}

#threshold-range:focus::-webkit-slider-thumb,
#threshold-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

#threshold-range::-moz-focus-outer {
  border: 0;
}

#threshold-range::-webkit-slider-thumb:active {
  background-color: var(--smcw-color-threshold-range-thumb-active);
}

#threshold-range::-moz-range-thumb:active {
  background-color: var(--smcw-color-threshold-range-thumb-active);
}

#threshold-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background-color: var(--smcw-color-threshold-range-thumb);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

#threshold-range::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -0.2rem;
  background-color: var(--smcw-color-threshold-range-thumb);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

#threshold-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  color: transparent;
  cursor: pointer;
  background: var(--smcw-color-threshold-range-track);
  border-color: transparent;
  border-radius: 1rem;
}

#threshold-range::-moz-range-track {
  width: 100%;
  height: 6px;
  color: transparent;
  cursor: pointer;
  background: var(--smcw-color-threshold-range-track);
  border-color: transparent;
  border-radius: 1rem;
}

.threshold-range-value {
  display: inline-block;
  position: relative;
  width: 65px;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 5px 10px;
  top: -18px;
  margin-left: 310px;
  border: 1px solid #e6e6ea;
  background-color: #1c2241;
  border-radius: 16px !important;
}

.rect-analysis {
  margin-top: 15px;
  padding: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  width: 415px;
}

.rect-remove {
  opacity: 0.2;
  position: relative;
  right: 20px;
}

.rect-label-div {
  display: flex;
  justify-content: space-between;
}

.rect-label-left {
  display: flex;
}

.rect-circle {
  color: #79e2fd;
  font-size: 10px !important;
  top: 5px;
  position: relative;
}

.rect-label {
  color: #a0a5b9;
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.rect-label,
.rect-circle,
.rect-remove {
  font-size: 16px;
}

.rect-percent-div {
  margin-top: 10px;
  padding-left: 20px;
}

.rect-thorax-percent-div {
  padding-left: 5px;
}

.rect-thorax-detail {
  margin-right: auto;
  left: 10px;
  position: relative;
}

.rect-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--smcw-color-date-select-color);
  margin-bottom: 8px;
}

.rect-percent {
  font-size: 14px;
  color: var(--smcw-color-date-select-color);
  font-weight: 600;
  line-height: 20px;
  margin-right: 30px;
}

.rect-detail-div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.rect-progress,
.rect-progress-bar {
  height: 6px;
  background-color: var(--smcw-color-ai-report-progress-background);
  width: 360px;
}

.vlas-label-div,
.vhs-label-div,
.ctr-label-div,
.tpa-label-div,
.norberg-angle-label-div {
  margin-top: 15px;
}

.vlas-label,
.vhs-label,
.ctr-label,
.norberg-label,
.tpa-label,
.norberg-angle-label {
  /* background: var(--smcw-color-option-button);
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  font-weight: bold; */

  padding: 16px;
  text-align: center;
  background-color: #2a304d;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #79e2fd;
  width: 400px;
  height: 60px;
}

.norberg-left-label {
  color: #0a80d2;
  font-weight: 900;
}

.norberg-right-label {
  color: #12a191;
  font-weight: 900;
}

.vlas-detail-wrap-div,
.vhs-detail-wrap-div,
.ctr-detail-wrap-div,
.tpa-detail-wrap-div,
.norberg-angle-wrap-div {
  margin-top: 30px;
  margin-left: 10px;
}

.vlas-detail-label,
.vhs-detail-label,
.ctr-detail-label,
.tpa-detail-label,
.norberg-angle-detail-label {
  font-size: 14px;
  padding: 14px 0;
  line-height: 20px;
  font-weight: 700;
  color: var(--smcw-color-date-select-color);
}

.vlas-detail,
.vhs-detail,
.ctr-detail,
.tpa-detail-detail,
.norberg-angle-detail1 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

.norberg-angle-detail {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 5px;
  justify-self: right;
  padding: 8px;
  margin-bottom: 30px;
  color: #a0a5b9;
}

.vlas-reference,
.vhs-reference,
.ctr-reference,
.tpa-reference,
.norberg-reference {
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  white-space: pre-line;
}

.vlas-reference,
.vhs-detail-div {
  margin-top: 15px;
  color: #a0a5b9;
}

.info-icon {
  position: relative;
  top: 10px;
}

.opacity-range-div {
  position: absolute;
  top: 32px;
  right: 100px;
  display: flex;
}

.ai-status-view-text {
  position: absolute;
  right: 20px;
  top: 65px;
  font-size: 18px;
  font-weight: bold;
}

.opacity-label {
  font-size: 10px;
  color: var(--smcw-color-date-select-color);
  font-weight: 400;
  line-height: 22px;
}

.ai-opacity-range {
  width: 50px;
  margin-left: 10px;
}

.ai-opacity-range {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ai-opacity-range:focus {
  outline: 0;
}

.ai-opacity-range:focus::-webkit-slider-thumb,
.ai-opacity-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.ai-opacity-range::-moz-focus-outer {
  border: 0;
}

.ai-opacity-range::-webkit-slider-thumb:active {
  background-color: var(--smcw-color-threshold-range-thumb-active);
}

.ai-opacity-range::-moz-range-thumb:active {
  background-color: var(--smcw-color-threshold-range-thumb-active);
}

.ai-opacity-range::-moz-range-thumb {
  width: 8px;
  height: 8px;
  background-color: var(--smcw-color-threshold-range-thumb);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.ai-opacity-range::-webkit-slider-thumb {
  width: 8px;
  height: 8px;
  margin-top: -0.13rem;
  background-color: var(--smcw-color-threshold-range-thumb);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.ai-opacity-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  color: transparent;
  cursor: pointer;
  background: var(--smcw-color-threshold-range-track);
  border-color: transparent;
  border-radius: 1rem;
}

.ai-opacity-range::-moz-range-track {
  width: 100%;
  height: 4px;
  color: transparent;
  cursor: pointer;
  background: var(--smcw-color-threshold-range-track);
  border-color: transparent;
  border-radius: 1rem;
}

.threshold-hide {
  margin-top: 60px;
}

.bg-score-danger {
  background: #ff706e;
}

.text-score-danger {
  color: #ff706e;
}

.bg-score-warning {
  background: #ffce8b;
}

.text-score-warning {
  color: #ffce8b;
}

.bg-score-success {
  background: #79e2fd;
}

.text-score-success {
  color: #79e2fd;
}

.skt-tooltip-img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-top: -3px;
}

.analysis-warning-div {
  color: #a0a5b9;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  margin-left: 20px;
}

.threshold-comment-tooltip {
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 2px;
}

.ai-overlay {
  cursor: auto;
  pointer-events: none;
}

.active-feedback {
  background-color: var(--smcw-color-active) !important;
}

.active-ai-result {
  border: 2px solid red !important;
  box-shadow: 0px 0px 0px 3px rgba(5, 195, 167, 0.2);
}

@media (min-width: 992px) {
  .code-div {
    left: 120px;
  }
}

.hover-rect-analysis {
  background-color: #01082b;
}

.nav-button {
  background-color: var(--smcw-color-nav-button) !important;
  font-size: 1.2rem;
  color: var(--smcw-color-custom-search-button);
  margin-top: -4px;
  margin-left: 8px;
  border: none;
  padding: 7px;
  height: 40px;
  width: 38px;
}

#confirm-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.modal-header {
  border-bottom: 1px solid #ffffff;
}

.table-sm td {
  padding: 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: none !important;
  border-bottom: 1px solid #636a8c !important;
}

.table-sm th {
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: none !important;
  border-right: 1px solid var(--smcw-color-table-th-border-right) !important;
  border-bottom: 1px solid var(--smcw-color-table-th-border-bottom) !important;
  color: var(--smcw-color-table-th-text) !important;
}

.modal-btn {
  background-color: var(--smcw-color-option-button);
  color: white;
  /* width: 50px; */
  height: 35px;
}

#label-modal .modal-btn {
  width: unset;
}

.toast-header {
  background: var(--smcw-color-body);
  color: var(--smcw-color-popup-head-text);
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #636a8c !important;
}

.toast-body {
  background: var(--smcw-color-report-textarea);
  color: var(--smcw-color-report-text-color);
  font-size: 14px !important;
  font-weight: 200;
  line-height: 15px;
  min-height: 70px;
  display: flex;
  place-items: center;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
}

.aco-svg {
  width: 25px;
  height: 25px;
}

.toast-svg {
  padding: 10px;
  margin-right: 8px;
}

.toast-logo {
  font-weight: bold;
  font-size: 15px;
}

.toast-content {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 19px;
}

.custom-switch .custom-control-label::before {
  background: var(--smcw-color-custom-switch-before) !important;
  border: none;
}

.custom-switch .custom-control-label::after {
  background: var(--smcw-color-custom-switch-after) !important;
  border: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: var(--smcw-color-custom-switch-before) !important;
  border: none;
}

.custom-control-input:checked ~ .custom-control-label::after {
  border: none;
}

#restore-image {
  width: unset;
}

/* 하단 공지 flick */
#bottom-notice-flick,
#notice-banner {
  background-color: #d0f3ed;
}

#bottom-notice-flick {
  font-size: 26px;
  line-height: 1;
  height: 64px;
  padding-right: 40px;
}

.bottom-notice-close-wrapper {
  display: flex;
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0px;
}

/* fullscreen popup */
.fullscreen-popup {
  position: fixed;
  top: 50%;
  left: 0px;
  width: 0%;
  height: 0%;
  transform: translateY(-50%);
  background: #fff;
  overflow: hidden;
  z-index: 2;
}
.fullscreen-popup .fullscreen-content {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
}
.fullscreen-popup .fullscreen-popup-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  color: #111;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
}
.fullscreen-popup .fullscreen-popup-close-btn:hover {
  background: #eee;
}

.fullscreen-popup.active {
  background-color: white;
  position: absolute;
  z-index: 999999;
  animation: popupAnimation 500ms ease-in-out forwards;
}
.fullscreen-popup.active .fullscreen-content {
  opacity: 1;
  transition: all 100ms ease-in-out 500ms;
}

.fullscreen-popup.active .fullscreen-content iframe {
  width: 100%;
  height: 100%;
}
@keyframes popupAnimation {
  0% {
    width: 0%;
    height: 0%;
  }
  50% {
    width: 100%;
    height: 2px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@font-face {
  font-family: 'NanumSquare Neo';
  src: url('../../fonts/skt/NanumSquareNeoTTF-dEb.eot');
  src: url('../../fonts/skt/NanumSquareNeoTTF-dEb.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/skt/NanumSquareNeoTTF-dEb.woff2') format('woff2'),
    url('../../fonts/skt/NanumSquareNeoTTF-dEb.woff') format('woff'),
    url('../../fonts/skt/NanumSquareNeoTTF-dEb.ttf') format('truetype'),
    url('../../fonts/skt/NanumSquareNeoTTF-dEb.svg#NanumSquareNeoTTF-dEb') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'NanumSquare Neo';
  src: url('../../fonts/skt/NanumSquareNeoTTF-eHv.eot');
  src: url('../../fonts/skt/NanumSquareNeoTTF-eHv.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/skt/NanumSquareNeoTTF-eHv.woff2') format('woff2'),
    url('../../fonts/skt/NanumSquareNeoTTF-eHv.woff') format('woff'),
    url('../../fonts/skt/NanumSquareNeoTTF-eHv.ttf') format('truetype'),
    url('../../fonts/skt/NanumSquareNeoTTF-eHv.svg#NanumSquareNeoTTF-eHv') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'NanumSquare Neo';
  src: url('../../fonts/skt/NanumSquareNeoTTF-bRg.eot');
  src: url('../../fonts/skt/NanumSquareNeoTTF-bRg.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/skt/NanumSquareNeoTTF-bRg.woff2') format('woff2'),
    url('../../fonts/skt/NanumSquareNeoTTF-bRg.woff') format('woff'),
    url('../../fonts/skt/NanumSquareNeoTTF-bRg.ttf') format('truetype'),
    url('../../fonts/skt/NanumSquareNeoTTF-bRg.svg#NanumSquareNeoTTF-bRg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.skt_event_panel * {
  font-family: 'NanumSquare Neo' !important;
}

#notice-skt-roulette-start,
#skt-roulette-start {
  border: none;
  position: absolute;
  background: transparent;
}

.lazy-cache-count-input-div {
  width: 80px;
}

.worklist-auto-refresh-time-input-div {
  width: 116px;
}

#lazy-cache-count-input,
#worklist-auto-refresh-time-input {
  height: 15px !important;
  top: -10px;
  text-align: right;
}

#worklist-auto-refresh-time-input {
  /* width: 200px; */
}

.subscribe-card-header {
  font-weight: 900;
  color: white;
  font-size: 18px;
  background: linear-gradient(60deg, #c8b6e2, #495c83);
}

.subscription-product-info-table {
  width: 80%;
  margin-top: 10px;
  margin-left: 30px;
  border: #01082b 1px solid;
}

.subscribe-info {
  color: black;
}

.subscription-product-info-table * {
  color: black;
  padding: 10px;
  text-align: center;
}

.subscription-left-label {
  border-right: 1px solid black;
}

.cache-usage {
  cursor: pointer;
}

.cache-usage-bar {
  height: 15px;
  padding: 0px;
  width: 200px;
  align-self: anchor-center;
}

.cache-usage-bar > .progress-bar {
  overflow: visible !important;
  font-weight: bold;
  font-size: 12px;
}

.profile-modal-title {
  font-size: 12px;
  font-weight: bold;
  color: var(--smcw-color-modal-text);
}

@media (max-width: 767px) {
  .profile-modal-title {
    margin-top: 10px;
  }
}

.help-button {
  background-color: var(--smcw-color-nav-button) !important;
  font-size: 1rem;
  color: var(--smcw-color-custom-search-button);
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  height: 30px;
  width: 100px;
}

.help-button > i {
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-search__field {
  color: var(--smcw-color-select-text-color) !important;
  background: var(--smcw-color-select-color) !important;
  border: none !important;
}

.select2-dropdown {
  color: var(--smcw-color-select-text-color) !important;
  background: var(--smcw-color-popup-background) !important;
  border: none !important;
}

.select2-container--default .select2-results__option--selected {
  background: var(--smcw-color-custom-active-study) !important;
}

.select2-selection__clear {
  color: white !important;
  font-size: 20px !important;
}

.select2-selection__choice__display,
.select2-selection__choice__remove {
  color: black !important;
}

#station-select {
  height: 30px;
  color: #fff;
  margin-top: 2px;
  background: var(--smcw-color-select-color);
  border: none;
}
