
 




 


.main_loader_cont_landscape{
	position:
	absolute;
	width: 100%;
	height: 26px;
	display:
	none;
	left: 0px;
	top: 5px;
}

.main_loader_cont_portrait{
	position:absolute;
	width: 312px;
	height:80px;
	display:none;
	left: 340px;
	top: 670px;
}


#main_loader_text{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #f8ffff;
	position: absolute;
	top: 6px;
	z-index: 1;
	font-family: 'Play', sans-serif;
}

#main_loader_bar_cont{position:absolute;top: 29px;width: 250px;left: 26px;height: 22px;border-top: 1px solid #ffffff;}

#main_loader_bar{
	position:
	absolute;
	top: 30px;
	width:0px;
	left: 26px;
	background-color: #798989;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	height: 10px;
}

		 
 	

#load-result {
    position: absolute;
    font-size: 23px;
    width: 690px;
    text-align: center;
    color: #fff;
    display: none;
}

#load-desc {
    font-size: 18px;
    color: #bdbdbd;
}

#load-title {
    font-size: 28px;
}

 

img#loadingplanet {
    display: none;
    position: absolute;
}


 

div#loader-cont {
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
}

div#loader_bar {
    width: 0%;
    height: 5px;
    background: beige;
}

div#pxs_logo {
    mix-blend-mode: screen;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-box {
  background-color: #363636;
  /* padding: 20px; */
  border-radius: 8px;
  max-width: 90%;
  width: 420px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative; /* Ensure position works with GSAP */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* GSAP will apply scale/animation transformations here */
  color: azure;
  border: 1px solid #565656;
}

.modal-header {
  font-size: 24px;
  margin-bottom: 15px;
}

.modal-body {
  font-size: 16px;
  margin-bottom: 20px;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modal-button {
  padding: 10px 20px;
  background-color: #3498db;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.modal-button:hover {
  background-color: #2980b9;
}

.modal-erroritem-text {
    color: #893737;
    font-style: italic;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  display: none;              /* το ανοίγεις με JS */
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Modal box */
.modal-box {
  background: #141416;
  border: 1px solid #242428;
  border-radius: 14px;
  width: min(420px, calc(100% - 32px));
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  overflow: hidden;
  /* animation: v360-modal-in 0.2s ease-out; */
}

/* Header */
.modal-header {
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 1px solid #242428;
  background: #181818;
}

/* Body */
.modal-body {
  padding: 16px 18px;
  font-size: 14px;
  color: #d6d6d6;
  line-height: 1.5;
}

/* Buttons container */
.modal-buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 18px;
  border-top: 1px solid #242428;
  background: #181818;
}

/* Buttons */
.modal-button {
  border: 1px solid #2a2a30;
  background: #1a1a1f;
  color: #eaeaea;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease, border-color 0.15s ease;
}

.modal-button:hover {
  background: #22222a;
  border-color: #4f46e5;
  transform: translateY(-1px);
}

/* Primary button (αν θες να το ορίσεις με JS) */
.modal-button.primary {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border: none;
  color: #fff;
}

.modal-button.primary:hover {
  background: linear-gradient(135deg, #4338ca, #4f46e5);
}

/* Animation */
@keyframes v360-modal-in {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .modal-buttons {
    flex-direction: column;
  }

  .modal-button {
    width: 100%;
    text-align: center;
  }
}



.wait-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.wait-box {
  background-color: #363636;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  width: 310px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative; /* Ensure position works with GSAP */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* GSAP will apply scale/animation transformations here */
  color: azure;
  border: 1px solid #565656;
}

.wait-header {
  font-size: 24px;
  margin-bottom: 15px;
}

.wait-body {
  font-size: 16px;
  /* margin-bottom: 20px; */
}

div#wait-text {
    text-align: center;
    font-size: 18px;
}


  #progressBar {
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	height: 20px;
	margin-top: 10px;
}
#progressBar div {
	height: 100%;
	width: 0%;
	background-color: #4caf50;
	text-align: center;
	color: white;
	line-height: 20px;
}






.imgSelector-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.imgSelector-box {
  background-color: #363636;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  width: 420px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative; /* Ensure position works with GSAP */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* GSAP will apply scale/animation transformations here */
  color: azure;
  border: 1px solid #565656;
  max-height: 90%;
  display: flex;
  flex-direction: column;
}

.imgSelector-header {
  font-size: 24px;
  margin-bottom: 15px;
}

.imgSelector-body {
  font-size: 16px;
  margin-bottom: 20px;
}

.imgSelector-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.imgSelector-button {
  padding: 10px 20px;
  background-color: #3498db;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.imgSelector-button:hover {
  background-color: #2980b9;
}

.boximgSelector {
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    flex: 1 1 30%;
    text-align: center;
    padding-top: 0px;
    min-width: 120px;
    cursor: pointer;
}

img.imgSelectorimg {
    width: 100%;
    border-radius: 10px;
    border: 3px solid #4a7199;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 85%);
}

div#imgSelector-images-cont {
    display: flex;
    flex-wrap: wrap;
}

img.imgSelectorimg:hover {
    border: 3px solid #1379e3;
}

div#imgSelector-images {
    flex: 1 1 100%;
    overflow-y: auto;
}

div#imgSelector-title {
    flex: 1 1 100%;
}

div#imgSelector-buttons {
    flex: 1 1 100%;
    margin: 15px;
    margin-bottom: 0px;
}







.textsInputs-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.textsInputs-box {
  background-color: #363636;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  width: 510px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative; /* Ensure position works with GSAP */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* GSAP will apply scale/animation transformations here */
  color: azure;
  border: 1px solid #565656;
  max-height: 90%;
  display: flex;
  flex-direction: column;
}

.textsInputs-header {
  font-size: 24px;
  margin-bottom: 15px;
}

.textsInputs-body {
  font-size: 16px;
  margin-bottom: 20px;
}

.textsInputs-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.textsInputs-button {
  padding: 10px 20px;
  background-color: #3498db;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  min-width: 50px;
}

.textsInputs-button:hover {
  background-color: #2980b9;
}

.textsInputs {
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    flex: 1 1 30%;
    text-align: center;
    padding-top: 0px;
    min-width: 120px;
    cursor: pointer;
}


div#textsInputs-fields {
    flex: 1 1 100%;
    overflow-y: auto;
    margin: 0px;
    padding: 0px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}