/* Banner psxplanet by Vivi 2013 */
.bannerpsxpopups {
  width: 460px;
  height: 150px;
  margin: -300px 0 0 -180px;
}
.bannerpsxptitle {
  width: 435px;
  background: #22229c;
}

@-moz-document url-prefix() {
  .bannerpsxpopups {
    width: 550px;
    height: 170px;
    margin: -300px 0 0 -250px;
  }
  .bannerpsxptitle {
    width: 520px;
    background: #22229c;
  }
}

#bannerpsxpopup {
  position: fixed;
  z-index: 100003;
  top: 50%;
  left: 50%;
  background: #ececec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px black;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��� Firefox */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��� Safari � Chrome */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ��������� ���� */
  padding: 2px;
  text-shadow: 1px 1px 0px #000000;
  text-align: center;
}

.bannerpsxpbase {
  color: white;
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline;
  float: left;
  border: solid 1px white;
}

.bannerpsxpclose {
  background: red;
  width: 20px;
  cursor: pointer;
}

.bannerpsxtexta {
  resize: none;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 10pt;
  font-weight: 700;
  width: 450px;
}
/* Banner psxplanet */

/* GalleryCSS psxplanet */
.box_gallery_image {
  max-width: 320px;
  padding: 8px 8px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contols_gallery_image {
  padding: 5px 5px;
  background-color: green;
  border-radius: 0px;
  color: white;
  font-family: Arial;
  text-align: center;
  font-size: 1em;
  text-shadow: 2px 2px 0px #000000;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.contols_gallery_image button {
  min-width: 25px;
}

.change_gallery_image {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 245px;
}

.change_gallery_image img {
  width: 100%;
  height: 320px;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.footer_gallery_image {
  padding: 5px 5px;
  background-color: green;
  border-radius: 0px;
  color: white;
  font-family: Arial;
  text-align: center;
  font-size: 0.8em;
  text-shadow: 1px 1px 0px #000000;
  margin-top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_gallery_image_search {
  width: 50px;
}

#prev_button,
#next_button,
#retry_button {
  border-radius: 5px 5px;
  box-shadow: 3px 3px 10px rgb(61, 61, 61);
  font-weight: bold;
  background-color: rgb(241, 241, 241);
  color: black;
}

#prev_button:hover,
#next_button:hover,
#retry_button:hover {
  background-color: rgb(255, 214, 0);
  cursor: pointer;
}

.twitch_c {
  font-weight: bold;
  color: rgb(255, 255, 255);
  background: -moz-linear-gradient(rgb(74, 156, 215), rgb(64, 131, 160));
  background: -o-linear-gradient(rgb(74, 156, 215), rgb(64, 131, 160));
  background: -ms-linear-gradient(rgb(74, 156, 215), rgb(64, 131, 160));
  background: -webkit-linear-gradient(rgb(74, 156, 215), rgb(64, 131, 160));
  background: linear-gradient(rgb(74, 156, 215), rgb(64, 131, 160));
  cursor: pointer;
  display: block;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  text-shadow: 4px 2px 4px rgb(11, 51, 73);
  padding: 4px;
}

.twitch_c:hover {
  background: linear-gradient(rgb(74, 178, 215), rgb(64, 134, 160));
}

/* Search Engine Selected */
#search_selection_psx {
  background: linear-gradient(#69b1db, #223d59);
  background: -moz-linear-gradient(#69b1db, #223d59);
  background: -ms-linear-gradient(#69b1db, #223d59);
  background: o-linear-gradient(#69b1db, #223d59);
  background: -webkit-linear-gradient(#69b1db, #223d59);
  width: 250px;
  border: 1px solid white;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  text-align: center;
  padding: 5px;
  height: 110px;
}

#search_selection_psx > select {
  background: linear-gradient(#ffffff, #0da6e1);
  background: -moz-linear-gradient(#ffffff, #0da6e1);
  background: -o-linear-gradient(#ffffff, #0da6e1);
  background: -ms-linear-gradient(#ffffff, #0da6e1);
  background: -webkit-linear-gradient(#ffffff, #0da6e1);
  color: #6a6a6a;
  font-weight: bold;
  width: 170px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px;
}

.psx_go_buttons {
  border: 1px solid;
  width: 100px;
  color: white;
  cursor: pointer;
}

.psx_go_panel_buttons {
  margin: 10px 0 10px 0;
}

.psx_go_button_exit {
  background: -moz-linear-gradient(#b2acac, #ffffff);
  background: -o-linear-gradient(#b2acac, #ffffff);
  background: -ms-linear-gradient(#b2acac, #ffffff);
  background: -webkit-linear-gradient(#b2acac, #ffffff);
  background: linear-gradient(#b2acac, #ffffff);
  position: relative;
  top: -136px;
  left: 232px;
  width: 21px !important;
  border: 1px solid white;
  border-radius: 16px;
  padding: 6px;
  font-size: 13pt;
  color: #2c2828;
  margin: 0 0 !important;
}
.psx_go_button_exit:hover {
  background: -moz-linear-gradient(#797777, #ffffff);
  background: -o-linear-gradient(#797777, #ffffff);
  background: -ms-linear-gradient(#797777, #ffffff);
  background: -webkit-linear-gradient(#797777, #ffffff);
  background: linear-gradient(#797777, #ffffff);
}

.psx_go_button_search {
  background: -moz-linear-gradient(#59638c, #0094eb);
  background: -o-linear-gradient(#59638c, #0094eb);
  background: -ms-linear-gradient(#59638c, #0094eb);
  background: -webkit-linear-gradient(#59638c, #0094eb);
  background: linear-gradient(#59638c, #0094eb);
  margin: 15px auto;
  padding: 3px;
}

.psx_go_button_search:hover {
  background: -moz-linear-gradient(#59638c, #7cc6f1);
  background: -o-linear-gradient(#59638c, #7cc6f1);
  background: -ms-linear-gradient(#59638c, #7cc6f1);
  background: -webkit-linear-gradient(#59638c, #7cc6f1);
  background: linear-gradient(#59638c, #7cc6f1);
}

.psx_go_selected_text {
  margin: 5px 0px 10px 0px;
  overflow: hidden;
  padding: 5px;
  font-weight: bold;
  color: #ffffff;
  font-family: monospace;
  height: 10px;
}
/*  Loading player button */
#PlayerLoadBox {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 70px;
  width: 50px;
  height: 50px;
  margin-left: -20px;
  margin-bottom: 45px;
}

#PlayerLoadBox #PlayerLoadCircleAnim:hover {
  transform: rotateZ(359deg);
  -mox-transform: rotateZ(359deg);
  -ms-transform: rotateZ(359deg);
  -webkit-transform: rotateZ(359deg);
  -o-transform: rotateZ(359deg);
}

#PlayerLoadArrow {
  position: absolute;
  overflow: hidden;
  margin-left: 30px;
  margin-top: 8px;
  width: 20px;
  height: 45px;
}

#PlayerLoadArrow:before {
  display: block;
  content: "";
  background-color: #a9a0a0;
  width: 56px;
  height: 56px;
  transform: rotate(35deg) skew(-20deg);
  position: relative;
  left: -55px;
  box-shadow: 4px 4px 5px silver;
}

#PlayerLoadCircleAnim {
  border-color: #ff0000a1 #ffff009c #0000ffb8 #0af70a96;
  border-width: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-radius: 76px;
  transition: 1s all;
}

/*Vk button */
div#vk_psxplanet a {
  display: block;
  transition: 1s transform;
  -moz-transition: 1s transform;
  -o-transition: 1s transform;
  -ms-transition: 1s transform;
  -webkit-transition: 1s transform;
}

div#vk_psxplanet a:hover {
  transform: scale(1.2);
  filter: hue-rotate(130deg);
  transition: 1s transform;
  -mox-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-filter: hue-rotate(130deg);
  -o-filter: hue-rotate(130deg);
  -ms-filter: hue-rotate(130deg);
  -webkit-filter: hue-rotate(130deg);
  -moz-transition: 1s transform;
  -o-transition: 1s transform;
  -ms-transition: 1s transform;
  -webkit-transition: 1s transform;
}
/* Thanks popup view */
div#arrow_thanks_popup {
  overflow: hidden;
  position: absolute;
  margin-top: 55px;
  margin-left: 8px;
  width: 24px;
  height: 15px;
}
div#arrow_thanks_popup:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  position: absolute;
  top: -10px;
  background: white;
  transform: rotateZ(45deg) skew(-8deg);
}

/* Scroll css*/
#psx_topdowm {
  position: fixed;
  top: 50%;
  right: 2px;
  z-index: 2;
}

#psx_topdowm div > i,
.textD > span {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.UpWin {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.DownWin {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.scroll_buttons_cont {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.scroll_buttons_cont > div {
  display: block;
  border: 1px solid #9a9a9a;
  background: linear-gradient(#818184, silver);
  padding: 10px;
  margin: 10px 0;
  box-shadow: 2px 2px 5px silver;
  user-select: none;
  cursor: pointer;
  transition: 1s all;
  /* border-radius: 20px; */
  width: 5px;
  height: 5px;
  text-align: center;
  text-shadow: 2px 2px 4px #4a4a4a;
  opacity: 0.7;
}

.scroll_buttons_cont > div:hover {
  transform: scale(1.2);
  background: linear-gradient(#5e5e5f, silver);
}

.scroll_buttons_cont > div:hover > #butUp,
.scroll_buttons_cont > div:hover > #butDown,
.scroll_buttons_cont > div:hover > #butAdv,
.textD > span:hover {
  border-color: yellow;
}

.textD > span {
  float: right;
  transform: rotateZ(-45deg);
}

.scroll_list_title {
  position: absolute;
  right: 40px;
  opacity: 0.9;
  padding: 5px;
  background: white;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}

.list_body {
  overflow-y: auto;
  font-size: 0.7em;
  user-select: none;
  -webkit-user-select: none;
  width: 300px;
  max-height: 300px;
}

#list_hide_all {
  transition: all 1.3s;
  text-align: center;
  font-size: 0.7em;
  cursor: pointer;
}

#list_hide_all:hover {
  transform: rotateY(360deg) scale(1.2);
}

.textD_body {
  background: rgb(247, 210, 165);
  display: none;
  padding: 5px;
}

.scroll_list_title .textD {
  background: linear-gradient(#4a8eb9, #1c394b);
  color: white;
  padding: 5px;
  cursor: pointer;
  margin: 5px 0 0 0;
}
.scroll_list_title .textD > div:hover {
  color: #ffff66;
  font-weight: bold;
}
.textD.textDNo_child:hover {
  color: cyan;
}

.innerElem {
  border: 1px solid silver;
  cursor: pointer;
  background: #f9ecdc;
}
.innerElem:hover {
  background: #bd5757;
  color: black;
}
.adv_Scroll {
  border: solid white;
  border-width: 3px;
  display: inline-block;
  border-radius: 50%;
  transform: translate(-15%, -15%);
  padding: 3px;
}

/* Fixed navbar */
#navigation_elements {
  border: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#navigation_elements.attach {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 99.3%;
  border: 1px solid #000;
  border-radius: 0;
  o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  z-index: 3;
}

#psx_logo {
  background-repeat: no-repeat;
  background-color: #fff0;
  background-size: contain;
  width: 60%;
  height: 139px;
  margin: 0 auto;
  cursor: pointer;
}

/* Chatra selection */
.pulse::after,
.pulse::before {
  content: "";
  position: absolute;
  border: 4px solid #00b0ff;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  animation: 1.8s pulsebutton linear infinite;
  opacity: 0;
  border-radius: 50%;
}

.pulse::after {
  animation-delay: 0.8s;
}

@keyframes pulsebutton {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
