@charset "UTF-8";
.os-theme-custom > .os-scrollbar-horizontal {
  right: 12px;
  height: 12px;
  padding: 2px;
}

.os-theme-custom > .os-scrollbar-vertical {
  bottom: 16px;
  width: 8px;
  padding: 2px;
}

.os-theme-custom.os-host-rtl > .os-scrollbar-horizontal {
  left: 12px;
  right: 0;
}

.os-theme-custom > .os-scrollbar-corner {
  height: 16px;
  width: 12px;
  background-color: transparent;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track {
  background: #c6c6c6;
  border-radius: 12px;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track {
  background: #c6c6c6;
  border-radius: 12px;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track:hover {
  background: #c6c6c6;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track:hover {
  background: #c6c6c6;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track.active {
  background: #c6c6c6;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track.active {
  background: #c6c6c6;
}

.os-theme-custom.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-custom.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before,
.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-theme-custom.os-host-rtl > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 12px;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 8px;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
  max-width: none;
  background: #008cd6;
}
@media screen and (max-width: 640px) {
  .os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    background: #008cd6;
  }
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
  max-height: none;
  background: #008cd6;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: #008cd6;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover {
  background: #008cd6;
}

.os-theme-custom > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #008cd6;
}

.os-theme-custom > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #008cd6;
}

.os-theme-custom.os-host-transition > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-custom.os-host-transition > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.rotate180 {
  transform: rotate(180deg);
}

.defaultDropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .defaultDropdown {
    width: 100%;
  }
}
.defaultDropdown .default-ShowSelector {
  z-index: 1;
  border: 1px solid rgba(112, 112, 112, 0.4);
  background-color: #fff;
  position: absolute;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-ShowSelector {
    width: 100%;
  }
}
.defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon {
  width: 0.78125vw;
}
@media screen and (max-width: 1024px) {
  .defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon {
    width: 1.46484375vw;
  }
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon {
    width: 15px;
  }
}
.defaultDropdown .default-ShowSelector .default-SelectItem,
.defaultDropdown .default-ShowSelector .default-Option {
  padding: 0.78125vw 0;
}
.defaultDropdown .default-ShowSelector .default-SelectItem .default-OptionText,
.defaultDropdown .default-ShowSelector .default-Option .default-OptionText {
  margin: 0 1.3020833333vw;
}
.defaultDropdown .default-ShowSelector .default-SelectItem .default-OptionText {
  font-size: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .defaultDropdown .default-ShowSelector .default-SelectItem .default-SelectedShowText {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-ShowSelector .default-SelectItem .default-SelectedShowText {
    font-size: 15px;
    font-weight: bold;
  }
}
.defaultDropdown .default-ShowSelector .default-Option {
  font-weight: bold;
  font-size: 0.6770833333vw;
}
.defaultDropdown .default-ShowSelector .default-Option:hover {
  color: #fff;
  background-color: #008cd6;
}
.defaultDropdown .default-ShowSelector .default-Option.hide-option {
  visibility: hidden;
}
.defaultDropdown .default-ShowSelector .default-Option.only-width {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.defaultDropdown .default-ShowSelector .default-Option .default-OptionText {
  padding-right: 2.34375vw;
}
@media screen and (max-width: 1024px) {
  .defaultDropdown .default-ShowSelector .default-Option .default-OptionText {
    padding-right: 4.39453125vw;
  }
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-ShowSelector .default-Option .default-OptionText {
    padding-right: 14.0625vw;
  }
}
.defaultDropdown .default-HideSelectDom {
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-HideSelectDom {
    z-index: 2;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.UnderLine .default-ShowSelector {
  border-top: unset;
  border-left: unset;
  border-right: unset;
}

.container {
  max-width: 90%;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  cursor: pointer;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url(/Images/icon-close.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

.lock-scroll {
  overflow: hidden;
}

.last-update {
  margin-top: 0.8vw;
  color: #707070;
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .last-update {
    font-size: 1.3vw;
  }
}

.defaultDropdown .default-ShowSelector {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
}
.defaultDropdown .default-ShowSelector .default-SelectItem,
.defaultDropdown .default-ShowSelector .default-Option {
  padding: 0.48125vw 0;
}
@media screen and (max-width: 1024px) {
  .defaultDropdown .default-ShowSelector .default-SelectItem,
.defaultDropdown .default-ShowSelector .default-Option {
    font-size: 1.46484375vw;
  }
}
.defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon {
  width: 10px;
}
.defaultDropdown .default-ShowSelector .default-SelectedShowText {
  color: #008cd6;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .defaultDropdown .default-ShowSelector {
    border: none;
    border-bottom: 1px solid #c6c6c6;
    border-radius: 0;
  }
}
@media screen and (max-width: 960px) {
  .defaultDropdown {
    width: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .defaultDropdown {
    width: 100%;
  }
}

.cpu-filter-dropdown-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .cpu-filter-dropdown-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .cpu-filter-dropdown-container .supportBySelect {
    margin-bottom: 25px;
  }
}
.cpu-filter-dropdown-container .column-filter {
  display: flex;
  align-items: center;
  font-size: 0.78125vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .cpu-filter-dropdown-container .column-filter {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 960px) {
  .cpu-filter-dropdown-container .column-filter {
    width: 100%;
    padding-bottom: 17px;
    overflow-x: scroll;
    font-size: 13px;
  }
}
.cpu-filter-dropdown-container .column-filter .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
  z-index: 100000;
}
.cpu-filter-dropdown-container .column-filter .filter-title {
  margin-right: 25px;
  white-space: nowrap;
}
.cpu-filter-dropdown-container .column-filter .dropdown:not(:last-child) {
  margin-right: 30px;
}
.cpu-filter-dropdown-container .column-filter .dropdown .dropdown-label {
  position: relative;
  padding: 10px 70px 10px 38px;
  border: 1px solid #c6c6c6;
  width: max-content;
}
.cpu-filter-dropdown-container .column-filter .dropdown .dropdown-label:after {
  position: absolute;
  right: 12px;
}
.cpu-filter-dropdown-container .column-filter .dropdown .dropdown-list {
  max-height: 300px;
}
@media screen and (max-width: 960px) {
  .cpu-filter-dropdown-container .column-filter .dropdown .dropdown-list {
    position: fixed;
    width: 100%;
    max-height: 60vh;
    top: unset;
    bottom: 40px;
    left: 0;
    z-index: 100002;
    border: transparent;
  }
}
.cpu-filter-dropdown-container .column-filter .dropdown .dropdown-confirm {
  z-index: 100002;
}
@media screen and (max-width: 960px) {
  .cpu-filter-dropdown-container .column-filter .dropdown.on .dropdown-confirm {
    display: block;
  }
}

.table-name {
  padding: 0.78125vw 0;
  color: #008cd6;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .table-name {
    padding: 7px 0;
  }
}
@media screen and (max-width: 960px) {
  .table-name {
    margin-top: 20px;
  }
}

.dropdown {
  position: relative;
  color: #333;
  height: 100%;
}
.dropdown .dropdown-list {
  position: absolute;
  top: 30px;
  z-index: 10;
  width: 100%;
  max-height: 500px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  transition: transform 0.15s ease-in-out;
  overflow-y: scroll;
}
@media screen and (max-width: 960px) {
  .dropdown .dropdown-list {
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
  }
  .dropdown .dropdown-list .os-scrollbar-vertical {
    right: 5px;
    padding: 15px 2px;
  }
}
.dropdown .dropdown-option {
  display: flex;
  align-items: baseline;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  font-weight: bold;
  white-space: normal;
}
.dropdown .dropdown-label {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 10px 70px 10px 38px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: border 0.2s ease-in-out;
}
.dropdown .dropdown-label:after {
  position: absolute;
  right: 12px;
  content: "▼";
  color: #b1b1b1;
}
@media screen and (max-width: 960px) {
  .dropdown .dropdown-label {
    padding: 6px 12px;
  }
  .dropdown .dropdown-label:after {
    right: 0;
  }
}
.dropdown .dropdown-confirm {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: white;
  background: #008cd6;
  z-index: 50;
  text-align: center;
}
.dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
  transition-delay: 0.2s;
}
.dropdown.on .dropdown-label {
  border: 1px solid #ccc;
  border-bottom: transparent;
}
.dropdown.on .dropdown-label:after {
  content: "▲";
}
.dropdown [type=checkbox] {
  margin-right: 8px;
}

.memory-support-table-wrapper {
  font-family: Segoe UI, "Noto Sans", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
  src: local("Segoe UI Semilight"), local("Segoe UI");
  display: none;
}
.memory-support-table-wrapper.active {
  display: block;
}
.memory-support-table-wrapper .memory-support-table-body {
  padding: 20px;
  border: 1px solid #c6c6c6;
}
.memory-support-table-wrapper .memory-support-table-body .table-description {
  font-size: 0.78125vw;
  padding: 25px;
  background-color: #e9e9e9;
}
@media screen and (max-width: 1024px) {
  .memory-support-table-wrapper .memory-support-table-body .table-description {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 960px) {
  .memory-support-table-wrapper .memory-support-table-body .table-description {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .memory-support-table-wrapper .memory-support-table-body {
    padding: 0;
    border: none;
  }
}

.dataTables_scrollHead {
  background-color: white;
}
.dataTables_scrollHead.sticky {
  position: fixed !important;
  top: 0;
  z-index: 999;
}

.black .dataTables_scrollHead {
  background-color: black;
}

.dataTables_wrapper {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .dataTables_wrapper {
    border: none;
    padding: 0;
  }
}

table.dataTable {
  border-bottom: none !important;
  font-size: 0.6770833333vw;
}
table.dataTable thead {
  border-bottom: 6px solid #008cd6;
}
table.dataTable thead th {
  padding: 2px 18px;
  border: none;
  border-bottom: 6px solid #008cd6;
  text-align: center;
}
table.dataTable thead th:not([colspan="1"]) {
  border-bottom: none;
}
table.dataTable tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
table.dataTable tbody tr:nth-child(even) td:nth-child(odd) {
  background-color: #e9e9e9;
}
table.dataTable tbody td {
  padding: 25px 20px;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  table.dataTable {
    font-size: 13px;
  }
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

#toggle-column-checkbox-container {
  background-color: white;
  border: 1px solid #c6c6c6;
}

.custom-table-tooltip {
  display: flex;
  justify-content: space-between;
  font-size: 0.78125vw;
  margin: 0 0 20px 0;
}
.custom-table-tooltip .mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
  z-index: 100000;
}
@media screen and (max-width: 960px) {
  .custom-table-tooltip .left {
    display: none;
  }
}
.custom-table-tooltip .right {
  display: flex;
  align-items: stretch;
}
.custom-table-tooltip .right > li {
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .custom-table-tooltip .right > li {
    padding: 9px 12px;
  }
}
.custom-table-tooltip .right > li:not(:first-child):after {
  content: "";
  position: absolute;
  bottom: -10px;
  background-color: #ccc;
  height: 50%;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-table-tooltip .right > li.li-custom-search {
  padding-right: 0;
}
@media screen and (max-width: 960px) {
  .custom-table-tooltip .right > li.li-custom-search {
    display: none;
  }
}
.custom-table-tooltip .right .download-pdf {
  color: #423f3f;
  font-weight: bold;
}
.custom-table-tooltip .right .custom-search-container {
  position: relative;
}
.custom-table-tooltip .right .custom-search-container .placeholder {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  height: 100%;
  padding: 5px 10px;
  top: 0;
  left: 5px;
}
.custom-table-tooltip .right .custom-search-container .placeholder .placeholder-text {
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
.custom-table-tooltip .right .custom-search-container .placeholder .icon-search {
  transition: transform 0.2s ease-in-out;
}
.custom-table-tooltip .right .custom-search-container .placeholder .icon-search path {
  fill: #c0c0c0;
}
.custom-table-tooltip .right .custom-search-container .custom-search {
  outline: none;
  width: 10.4166666667vw;
  min-width: 175px;
  padding: 5px 5px 5px 35px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  line-height: 18px;
  color: #575756;
  background-color: transparent;
  border: none;
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.custom-table-tooltip .right .custom-search-container.active .custom-search {
  outline: 0;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  background-position: 5px center;
}
.custom-table-tooltip .right .custom-search-container.active .placeholder .icon-search {
  transform: translateX(-5px);
}
.custom-table-tooltip .right .custom-search-container.active .placeholder .placeholder-text {
  opacity: 0;
}
.custom-table-tooltip .right .li-custom-search-mobile {
  padding: 0;
  display: none;
  align-items: center;
  justify-content: start;
  background-color: #c6c6c6;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  transform: translateX(-45px);
  transition: transform 0.2s ease-in-out;
}
.custom-table-tooltip .right .li-custom-search-mobile .search-btn {
  width: 45px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-table-tooltip .right .li-custom-search-mobile .search-btn svg path {
  fill: #008cd6;
}
.custom-table-tooltip .right .li-custom-search-mobile .custom-search {
  flex: 1;
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: #909090;
  outline: none;
  border: none;
  background: #eeeeee;
  padding: 10px;
}
.custom-table-tooltip .right .li-custom-search-mobile:after {
  display: none;
}
.custom-table-tooltip .right .li-custom-search-mobile.open {
  transform: translateX(-100%);
}
.custom-table-tooltip .right.custom-table-tooltip-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100001;
  width: 100vw;
  justify-content: start;
  background-color: white;
  box-shadow: 0px -3px 6px #00000029;
}
.custom-table-tooltip .right.custom-table-tooltip-mobile .dropdown.on .dropdown-label {
  border: transparent;
}
.custom-table-tooltip .right.custom-table-tooltip-mobile .dropdown.on .dropdown-list {
  position: fixed;
  width: 100%;
  max-height: 60vh;
  top: unset;
  bottom: 40px;
  left: 0;
  border: transparent;
}
.custom-table-tooltip .right.custom-table-tooltip-mobile .dropdown.on .dropdown-confirm {
  display: block;
}
.custom-table-tooltip .right.custom-table-tooltip-mobile .li-custom-search-mobile {
  display: flex;
}
@media screen and (max-width: 480px) {
  .custom-table-tooltip .right.custom-table-tooltip-mobile {
    font-size: 13px;
  }
}
.custom-table-tooltip .grey-text {
  color: #423f3f99;
}
@media screen and (max-width: 1024px) {
  .custom-table-tooltip {
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 960px) {
  .custom-table-tooltip {
    font-size: 13px;
  }
}

.dataTables_paginate {
  display: flex;
  float: unset;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .dataTables_paginate {
    display: none;
    margin: 0;
    border: none;
    justify-content: space-between;
  }
}
.dataTables_paginate span {
  margin: 0 20px;
}

.paginate_button {
  padding: 0.5em 1em;
  font-weight: bold;
  color: #909090;
}
.paginate_button:hover {
  cursor: pointer;
  background: unset;
  color: #909090;
}
.paginate_button.current, .paginate_button.current:hover {
  background: none;
  border: none;
  color: #008cd6;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16), 5px 0 5px -5px rgba(0, 0, 0, 0.16);
}
.paginate_button.previous, .paginate_button.next {
  border: 1px solid #c6c6c6;
  text-align: center;
  border-radius: 20px;
  font-size: 0.79vw;
  width: inherit;
  padding: 5px 40px;
  white-space: nowrap;
}
.paginate_button.previous .ArrowLine path, .paginate_button.next .ArrowLine path {
  fill: #008cd6;
}
.paginate_button.previous:hover:not(.disabled), .paginate_button.next:hover:not(.disabled) {
  background-color: #008cd6;
}
.paginate_button.previous:hover:not(.disabled) .ArrowLine path, .paginate_button.next:hover:not(.disabled) .ArrowLine path {
  fill: white;
}
.paginate_button.previous.disabled, .paginate_button.next.disabled {
  cursor: default;
  background: transparent;
  box-shadow: none;
}
.paginate_button.previous.disabled .ArrowLine path, .paginate_button.next.disabled .ArrowLine path {
  fill: #423f3f26;
}
@media screen and (max-width: 960px) {
  .paginate_button.previous, .paginate_button.next {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 960px) {
  .paginate_button.previous {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.paginate_button.next .ArrowLine.right {
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .paginate_button.next {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.mobile-custom-pagination {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.mobile-custom-pagination .paginate_button {
  padding: 10px;
}
.mobile-custom-pagination .paginate_button:hover {
  cursor: pointer;
}
.mobile-custom-pagination .paginate_button.previous, .mobile-custom-pagination .paginate_button.next {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.mobile-custom-pagination .paginate_button.previous.disabled, .mobile-custom-pagination .paginate_button.next.disabled {
  cursor: inherit;
}
.mobile-custom-pagination .of {
  font-weight: bold;
  padding: 10px;
  color: #909090;
}
@media screen and (max-width: 960px) {
  .mobile-custom-pagination {
    display: flex;
  }
}

.black .grey-text {
  color: #b1b1b1;
}
.black .last-update {
  color: #b1b1b1;
}
.black .custom-table-tooltip .right .custom-search-container .custom-search {
  color: white;
}
.black input[type=search]::-webkit-search-cancel-button {
  filter: brightness(0) invert(0.7);
}
.black table.dataTable tbody tr:nth-child(odd) {
  background-color: #1f1f1f;
}
.black table.dataTable tbody tr:nth-child(even) {
  background-color: black;
}
.black table.dataTable tbody tr:nth-child(even) td {
  background-color: black;
}
.black .custom-table-tooltip .dropdown .dropdown-label {
  color: white;
  background-color: black;
}
.black .custom-table-tooltip .dropdown.on .dropdown-label {
  color: black;
  background-color: white;
}
.black .custom-table-tooltip .download-pdf {
  color: white;
}
.black .custom-table-tooltip .right.custom-table-tooltip-mobile {
  background-color: black;
}
.black .defaultDropdown .default-ShowSelector {
  background-color: black;
}
.black .defaultDropdown .default-ShowSelector .default-Option {
  color: black;
}
.black .defaultDropdown .default-ShowSelector .defaultDropdownArrowIcon path {
  fill: #008cd6;
}
.black .defaultDropdown .default-ShowSelector.fadeOut {
  background-color: white;
}
.black .column-filter .dropdown-label {
  color: #b1b1b1;
  background-color: black;
}
.black .column-filter .dropdown.on .dropdown-label {
  background-color: white;
}
.black .memory-support-table-body .table-description {
  background-color: #1f1f1f;
}
.black .paginate_button {
  color: #b1b1b1;
}
.black .paginate_button:hover {
  color: #008cd6;
}
.black .paginate_button.current, .black .paginate_button.current:hover {
  color: #008cd6 !important;
  box-shadow: -5px 0 5px -5px white, 5px 0 5px -5px white;
}
.black .paginate_button.previous:hover:not(.disabled), .black .paginate_button.next:hover:not(.disabled) {
  background: white;
}
.black .paginate_button.previous:hover:not(.disabled) .ArrowLine path, .black .paginate_button.next:hover:not(.disabled) .ArrowLine path {
  fill: #008cd6;
}
.black .paginate_button.previous.disabled .ArrowLine path, .black .paginate_button.next.disabled .ArrowLine path {
  fill: #1f1f1f;
}
.black .mobile-custom-pagination .of {
  color: #b1b1b1;
}
/*# sourceMappingURL=../../../../../map/Pages/Area/Ajax/Product/MemorySupport/SupportList.css.map */
