.install-page.playstation {
  --ps-blue: #0070d1;
  --ps-blue-dark: #0055a4;
  --ps-blue-bright: #0085ff;
  --ps-blue-accent: #1d7fe5;
  --ps-blue-soft: #eaf3ff;
  --ps-blue-soft-strong: #d9eaff;
  --ps-blue-soft-light: #f0f6ff;
  --ps-blue-border: #9fc7f2;
  --ps-blue-alpha-20: rgba(0, 112, 209, 0.2);
  --ps-blue-alpha-30: rgba(0, 112, 209, 0.3);
  --ps-text-dark: #17243a;
}

.install-page.playstation p a {
  color: var(--ps-blue);
}

.install-page.playstation .install-des a {
  color: var(--ps-blue);
}

.install-page.playstation .install-des h1,
.install-page.playstation .install-des h2,
.install-page.playstation .install-des h3,
.install-page.playstation .bp-newGames-sec h2,
.install-page.playstation .console-container h3,
.install-page.playstation .bp_questions h4,
.install-page.playstation .nb-games-sc h3,
.install-page.playstation .nb-more-des h4 {
  color: var(--ps-blue);
}

.install-page.playstation .console-images div.active span {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .console-images div.active {
  outline-color: var(--ps-blue);
}

.install-page.playstation .console-images div:hover {
  outline-color: var(--ps-blue);
}

.install-page.playstation .console-images div:hover span {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .console-images span {
  color: var(--ps-blue);
  background-color: var(--ps-blue-soft);
}

.install-page.playstation .game-header p {
  color: var(--ps-blue);
}

.install-page.playstation .add-game,
.install-page.playstation .open-size__modal {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .add-game:hover,
.install-page.playstation .open-size__modal:hover {
  background-color: var(--ps-blue-dark);
}

.install-page.playstation .total-volume {
  background-color: var(--ps-blue-soft);
  color: var(--ps-blue);
}

.install-page.playstation .total-hard-size {
  border-top-color: var(--ps-blue-alpha-20);
}

.install-page.playstation .game-form button {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .user-game {
  background-color: var(--ps-blue-soft);
  color: var(--ps-blue);
}

.install-page.playstation .game-search .custom-loader {
  border-top-color: var(--ps-blue);
  border-right-color: transparent;
}

.install-page.playstation .game-loader .custom-loader {
  border-top-color: var(--ps-blue);
  border-right-color: transparent;
}

.install-page.playstation .page-btns .page-btn {
  color: var(--ps-blue);
}

.install-page.playstation .empty-state span {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .wpcf7-submit {
  background-color: var(--ps-blue) !important;
  color: #fff !important;
}

.install-page.playstation .game-info ul li span {
  color: var(--ps-blue);
}

.install-page.playstation .game_tab.active {
  border-color: var(--ps-blue);
}

.install-page.playstation .wpcf7-radio input:checked ~ .wpcf7-list-item-label::before {
  background-color: var(--ps-blue);
}

.install-page.playstation .install-form-details p {
  background-color: var(--ps-blue-soft);
  color: var(--ps-blue);
}

.install-page.playstation .payment_result a {
  border-color: var(--ps-blue);
  color: var(--ps-blue);
}

.install-page.playstation .payment_result a:hover {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .game-tools div {
  background-color: var(--ps-blue-soft);
  border-color: var(--ps-blue-border);
  color: var(--ps-blue);
}

.install-page.playstation .game-tools div:hover {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .game-all__sizes ul li.size_item {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .game-all__sizes ul li.size_item:hover {
  background-color: var(--ps-blue-dark);
}

.install-page.playstation .more-content .more-btn {
  color: var(--ps-blue);
}

.install-page.playstation .bpf-text {
  color: var(--ps-blue-bright);
}

.install-page.playstation .bpf-loader {
  color: var(--ps-blue);
}

.install-page.playstation .bpf-loader::after {
  color: var(--ps-blue-bright);
}

.install-page.playstation .login-notif a {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .login-notif a:hover {
  background-color: var(--ps-blue-dark);
  color: #fff;
}

.install-page.playstation .price-table div span {
  color: var(--ps-blue);
}

.install-page.playstation .bp_q-style.active .bp_q-box {
  border-color: var(--ps-blue);
}

.install-page.playstation .bp-add-hard {
  background-color: #fff;
  border-color: var(--ps-blue-soft-strong);
}

.install-page.playstation .bp-add-hard::before {
  background-color: var(--ps-blue-soft);
}

.install-page.playstation .bp-add-hard.active::before {
  background-color: var(--ps-blue);
}

.install-page.playstation .bp-hard-space button.bp-space-select {
  background-color: #fff;
  border-color: var(--ps-blue-soft-strong);
}

.install-page.playstation .bp-hard-space button.bp-space-select:hover {
  color: #fff;
  border-color: var(--ps-blue);
  background-color: var(--ps-blue);
}

.install-page.playstation .bp-volume-item:checked + span {
  background-color: var(--ps-blue);
  color: #fff;
}

.install-page.playstation .bp-volume-info {
  background-color: var(--ps-blue-soft-strong);
  color: var(--ps-text-dark);
}

.install-page.playstation .nb_game_box {
  background-color: var(--ps-blue-soft);
  color: var(--ps-blue);
}

.install-page.playstation .list-games-empty {
  color: var(--ps-blue);
}

.install-page.playstation .nb-order-edit {
  border-color: var(--ps-blue);
  background-color: #fff;
}

.install-page.playstation .nb-order-edit div p span {
  color: var(--ps-blue);
}

.install-page.playstation .nb-btn {
  background-color: var(--ps-blue) !important;
  color: #fff !important;
}

.install-page.playstation .modal-container.nb-view-modal .game-modal h3 {
  color: var(--ps-blue);
}

.install-page.playstation .ready-install-btn {
  color: var(--ps-blue);
  background-color: var(--ps-blue-soft);
}

.install-page.playstation .ready-install-btn::after {
  border-color: var(--ps-blue-bright);
}

.install-page.playstation .game-search-word {
  background-color: var(--ps-blue-soft-light);
  color: var(--ps-blue-accent);
  border-color: var(--ps-blue-accent);
}

.install-page.playstation .game-search-word:hover {
  background-color: var(--ps-blue-accent);
  color: #fff;
}

.install-page.playstation .game-search-word.active {
  background-color: var(--ps-blue-accent);
  color: #fff;
}

.install-page.playstation .copy-status-options {
  position: relative;
  display: flex;
  align-items: center;
  direction: rtl;
  min-width: 160px;
  padding: 4px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background-color: #fff;
  border: 1px solid var(--ps-blue-soft-strong);
  border-radius: 12px;
}

.install-page.playstation .copy-status-options::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4px;
  right: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background-color: var(--ps-blue-soft);
  border-radius: 9px;
  transform: translateX(0);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease;
}

.install-page.playstation .copy-status-options.is-no::before {
  transform: translateX(-100%);
}

.install-page.playstation .copy-status-options label {
  position: relative;
  z-index: 1;
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 42px;
  margin: 0;
  padding: 0 12px;
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  border: 0;
  border-radius: 9px;
  transition: color 0.25s ease;
}

.install-page.playstation .copy-status-options label.active {
  color: var(--ps-text-dark);
}

.install-page.playstation .copy-status-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.install-page.playstation .copy-status-options label span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.install-page.playstation .copy-status-input:focus-visible + span {
  outline: 2px solid var(--ps-blue);
  outline-offset: 5px;
  border-radius: 4px;
}

.install-page.playstation .copy-price-box[hidden] {
  display: none !important;
}

.install-page.playstation .copy-price-box.active {
  display: flex;
}

.install-page.playstation .copy-price-value {
  color: var(--ps-blue);
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .install-page.playstation .copy-status-options::before,
  .install-page.playstation .copy-status-options label {
    transition: none;
  }
}
