@font-face {
  font-family: 'TitleFont';
  /*src: url('/MATURASC_1.woff') format('woff');*/
  /*src: url('/Lightning Script.otf') format('opentype');
  src: url('/Lightning Script.ttf') format('truetype');
  src: url('/Neonsign Regular.otf') format('opentype');
  src: url('/Neonsign Regular.ttf') format('truetype');*/
  src: url('/School Chalk.otf') format('opentype');  
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: poppins,"Open Sans",sans-serif !important;
  /* background: url(/background.jpg); */
  right: 0;
  overflow: hidden;
  top: 0;
  position: absolute;
  background-attachment: fixed;
  bottom: 0;
  left: 0;
  color: #989898;
}
background_canvas{
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.editing background_canvas{
  display: none;
}
.blurrer{
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  bottom: 0;
}
loader{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, #ffffffbd 0%, #282828 100%);
  z-index: 999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  backdrop-filter: blur(4px);
}
loader .image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
}
loader .image-container img{
  max-width: 100%;
  max-height: 100%;  
}
loader .dot{
  /* display: block; */
  width: 20px;
  height: 20px;
  background: #ac898c99;
  border-radius: 20px;
  position: absolute;
  bottom: -40px;
  left: 0;
  /* justify-self: flex-start; */
}
user_login{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  z-index: 9999999;
  position: relative;
}
user_login input{
  font-size: 20px;
  background: #4d4d4d;
}
user_login>*{
  padding: 10px;
  margin: 10px;
  font-size: 20px;
}
user_login .horizontal{
  background: #000000ba;
  border-radius: 20px;
}
.badge{
  position: absolute;
  top: -15px;
  right: -13px;
  background: #5e5e5e;
  border-radius: 10px;
  font-size: 12px;
  /* line-height: 12px; */
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  color: #00fffc;
}
.page, user{
  overflow-x: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 90px;
  /* background: #ffe4e4; */
  overflow-y: auto;
  /* display: flex; */
  /* background: url(/raw_files/background.jpg); */
  background-size: cover;
  background: linear-gradient(180deg, #555555 0%, #222222 100%);
}
.page{
  padding-bottom: 1300px;
  /* display: block; */
  /* flex-direction: column; */
}

*.editing{
  /* background: gainsboro; */
}
pre {
  width: 100%;
}
pixa_item, .header{
  /* border: 1px solid transparent; */
  /* padding: 5px; */
}
pixa_item.dragging{
  color: white;
  background: #e4e4e4;
  box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%),
    0 0 0 2px white,
    0.3em 0.3em 1em rgb(200 0 0 / 60%);
}
pixa_item.dragging .drag-target{
  display: none;
}
.background-img pixa_item p, .background-img pixa_item ol, .background-img pixa_item h1, .background-img pixa_item h2, .background-img pixa_item h3, .background-img pixa_item h4{
  background: #ffffff38;
  /* backdrop-filter: contrast(0.5); */
  font-size: 12px;
  font-style: normal;
  margin: 0;
}
.dragged-item{
  position: absolute;
  z-index: 99999;
  box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%),
    0 0 0 2px white,
    0.3em 0.3em 1em rgb(200 0 0 / 60%);
}
.editing pixa_item, .editing .header{
  border: 1px solid transparent;
  overflow: visible;
  /* margin: 20px; */
  resize: both;
  background: #80808066;
}

.editing pixa>.header{
  width: calc(100% - 40px);
}
.editing .header{
  margin-left: 0;
  /* grid-column: 1/-1; */
}
.editing pixa_item:hover, .editing .header:hover{
  border: 1px solid white;
}
.editbox{
  display: block;
  position: fixed;
  top: 70px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: white !important;
  z-index: 99999;
  padding: 5px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),      
    0 2px 2px hsl(0deg 0% 0% / 0.075),      
    0 4px 4px hsl(0deg 0% 0% / 0.075),      
    0 8px 8px hsl(0deg 0% 0% / 0.075),      
    0 16px 16px hsl(0deg 0% 0% / 0.075);
  border-radius: 10px;
  color: black;
  overflow: auto !important;
}
.editbox *{
  /* align-self: start; */
}
.page-header{
  position: relative;
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  height: 70px;
  display: flex;
  justify-content: space-around;
  padding: 10px;
  align-items: center;
  background: #000000bd;
  transition: all 0.5s ease;
  z-index: 99;
  /* padding-right: 60px; */
  color: #7c7c7c;
  /* transition: all 10.3s ease; */
}
.page-header>*:hover{
  cursor: pointer;
  color: #dadada;
}

.page-header.scrolled{
  /*background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;*/
  background: black;
  box-shadow: 0 0 20px -10px #000;
  z-index: 99999;
  height: 40px;
}
.page-header.editing{
  justify-content: space-evenly;
}
.team-header{
  /* position: relative; */
  color: #f1602f;
}
.pixa-info-header{
  /* position: absolute; */
  font-size: 12px;
  right: 10px;
  bottom: 0;
  cursor:  default;
  display: flex;
  align-items: flex-end;
  flex-shrink: 1;
}
.pixa-info-header:hvoer{
  cursor: default;
  color: unset;
}
.page-header>*{
  margin: 10px;
  position: relative;
}
full_search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1d1d1d;
  display: flex;
  justify-content: center;
}
.page-header .sidebar-user {
  position: absolute;
  right: 0;
}

.hamburger-icon{
  color: white;
  /* width: 30px; */
  flex-shrink: 1;
  /* flex-basis: 30px; */
  flex-grow: 0;
}
.home-icon{
  width: calc(100% - 20px);
  cursor: pointer;
}

.hamburger-icon{
  font-size: 30px;
}
.editing .hamburger-icon{
  display: none;
}
.nav-button{
  min-width: 100px;
  /* height: 35px; */
  text-align: center;
  word-wrap: break-word;
  cursor: pointer;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.hamburger-menu .nav-button{
  padding: 10px 0;
}
/*pixa {
  display: grid;
  padding: 0 40px;
  position: relative;
  grid-auto-rows: 50px;
  grid-auto-flow: row dense;
  grid-template-columns: 25% 25% 25% 25%;
}*/
pixa {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  padding: 25px;
  width: calc(100% - 25px);
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}
pixa.user-pixa{
  display: flex !important;
  flex-direction: column;
}
pixa.user-pixa>*:hover{
  transform: none;
}
pixa.background0{
  /* background: #ffced3; */
}
pixa.background1{
  /* background: #e8d2ff; */
}
pixa.background2{
  background: #c7d3ff;
}
.tall-cell{
  grid-row: span 2;
  height: 2fr;
}
.type-pixa_init{
  /* font-size: 12px; */
}
pixa .type-chapter{
  display: flex;
  font-size: 40px;
  width: 100%;
  /* color: #f1602f; */
  font-weight: bold;
  grid-column: 1 / -1;
  left: -30px;
  grid-row: span 2;
  align-items: baseline;
  /* overflow: visible; */
  box-shadow: unset;
  background: unset;
  border-bottom: 1px solid #f1602f;
  border-radius: unset;
  flex-direction: row;
  /* box-sizing: border-box; */
}
.background-img .type-chapter{
  /* color: #ff0071; */
}
filter_chart{
  /* height: 400px; */
  display: block;
  flex-direction: column;
  overflow: hidden;
  max-height: 400px;
  max-width: 500px;
  padding: 10px;
}

filter_chart canvas{
  /* height: 300px !important; */
  /* border: 1px solid rgb(255 190 190); */
}

.stripe-img{
  width: 120px;
  object-fit: contain;
}

pixa.background-img{
  margin: 0;
  /* padding: 0 30px; */
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  /* background-blend-mode: multiply !important; */
}
.quiet{
  background: #0000003d !important;
  color: gray !important;
}
.button.quiet:hover{
  color: white !important;
}
gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.smaller{
  /* width: 40px !important; */
  /* margin: 0 20px !important; */
  /* max-height: 100px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: none;
}
code{
    /* width: 100%; */
  display: block;
  white-space: pre-line;
}

pixa_item {
  margin: 10px;
  font-size: 16px;
  flex-direction: column;
  min-width: 100px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 35%);
  padding: 12px;
  /* position: relative; */
  overflow: hidden;
  
  /* Initial state for loading animation */
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
              box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform, opacity;
  position: relative;
  background: linear-gradient(135deg, #3a3a3a 0%, #666666 100%);!;
  /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 1); */
  border-radius: 20px;
  /* border: 1px solid #ffffff0f; */
}
pixa_item.showing{
  transform: translateY(0px) scale(1);
  opacity: 1;
}
pixa_item.private{
  /* border-color: red; */
  /* border-width: 5px; */
  box-shadow: 0 4px 22px rgb(255 128 0);
}

pixa_item .image-container {
  flex-grow: 1;
}
.team-pixa{
  /*background: red important;*/
}
.type-text{
  border: none;
  /* box-shadow: none; */
  /* border-radius: unset; */
  justify-content: flex-start;
  background: linear-gradient(135deg, #3e3e3ef0 0%, #000000 100%) !important;
  /* border-radius: 20px; */
  backdrop-filter: blur(3px);
}

/*.type-routing{
  background: linear-gradient(135deg, #898989f0 0%, #6f6f6f 100%) !important;    
}
.type-video{
  background: linear-gradient(135deg, #e2aef6 0%, #8e5197 100%) !important;
}
.type-location{
  background: linear-gradient(135deg, #e2aef6 0%, #8e5197 100%) !important;
}*/
.type-pixa_default, .type-pixa_storage, .type-form, .type-filter_chart, .search-result{
  /* border: 1px solid #ffefef; */
  /* border-radius: 20px; */
  min-height: 100px;
  /* max-width: 100%; */
  background: linear-gradient(135deg, #4a3224 0%, #57454e 100%);
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

.type-form, .type-filter_chart, .type-csv_grid, popup{
  background: linear-gradient(135deg, #384248 0%, #566096 100%);
  justify-content: space-between;
  /* border: 1px solid #ffffff0f; */
  backdrop-filter: blur(5px);
}
.type-form table{
  border-collapse: collapse;
}
.type-form tr:not(:last-child){
  /* margin: 10px; */
}
.type-form tr:not(:last-child) td, .type-form tr:not(:last-child) th{
  border-bottom: 1px solid #ffffff40;
  /* padding-bottom: 14px; */
  padding: 10px 0;
  /* text-align: left; */
  padding-right: 20px;
}
.type-form th {
  min-width: 150px;
}
.type-form td {
  width: 90%;
  /* margin-top: 5px; */
  /* padding-top: 5px; */
}
.td-inp{
  padding: 0;
}
table.content-summary{
  /* background: #dadada; */
  overflow: hidden;
  padding: 4px;
  margin: 0;
  border-radius: 0;
  line-height: 12px;
  align-self: flex-end;
  border: none;
  width: 120px;
  background: linear-gradient(135deg, #ffffff3b 0%, #80808036 100%);
  border-radius: 10px;
  min-height: 80px;
  border: 1px solid #ffffff30;
  grid-row: 2;
  grid-column: 2;
  width: 100%;
  height: 100%;
}
inp{
  display: flex;
  align-items: center;
  /* background: #ffffff85; */
  width: calc(100% - 20px);
  flex-wrap: nowrap;
  flex-direction: row;
  /* width: 100px; */
}
inp .value {
  margin-right: 20px;
  min-width: 220px;
  color: #00fffc;
  cursor: pointer;
}
.null-value .value{
  font-style: italic;
  color: gray;
}
inp .inline-icon{
  color: #f1602f;
  transition: all 0.3s ease;
  width: 20px;
  cursor: pointer;
}
inp.check-ok .inline-icon{
  color: green;
}

.button>* {
}
.button-small>*:first-child{
  padding-right: 10px;
}

.type-filter_chart{
  
}
.type-pixa_storage {
  background: linear-gradient(135deg, #86ff76 0%, #f7c8de 100%);
}
.type-pixa_AI_Gallery {
  background: linear-gradient(135deg, #0e1e2f 0%, #132626 100%);
}
.type-pixa_default img{
  height: 120px;
  width: 100%;
  border-radius: 10px;
}
.type-pixa_storage img{
  width: calc(50% - 4px);
}
.type-pixa_AI_Gallery img{
  width: auto;
  height: 150px;
}

.type-pixa_init {
  /* font-size: 12px; */
  color: #bababa;
  /* height: 200px; */
  background: #343434;
  justify-content: flex-start;
  /* position: sticky; */
  border: 1px solid #ffffff1a;
  padding: 10px 20px;
  backdrop-filter: blur(2px);
  display: block !important;
  position: sticky !important;
  transform: none !important;
  box-shadow: none;
  top: -20px;
  z-index: 9;
}
.type-pixa_init .container{
  display: flex;
  flex-direction: column;
  position: relative;
}
.type-pixa_init .container *{
  transition: all 0.3s ease;
  cursor: pointer;
  /* color: #8b8b8b; */
  display: inline;
}
.type-pixa_init h3{
  cursor: default;
  color: white !important;
  /* font-weight: bold; */
  text-decoration: underline;
}
.type-pixa_init h3, .type-pixa_init .checked{
  color: #666666;
  margin: 0;
}
.type-pixa_init .checked{
  margin-left: 20px;
  color: #f1602f;
}
.filter-separator {
  width: 100%;
  border-bottom: 1px solid gray;
}
.type-pixa_default img:nth-child(3){
/*  border-bottom-left-radius: 20px;*/
}
.horizontal img{
  /* border-radius: 20px; */
  overflow: hidden;
  margin: 2px;
}
.type-text table{
  max-height: 500px;
  overflow: auto;
  display: block;
  background: #7d7d7de6;
  border-collapse: collapse;
  box-sizing: border-box;
}
.type-text tr{
  /* border-bottom: 1px solid #635151; */
}
.type-text div{
  overflow: visible;
  /* color: #cfcfcf; */
  word-wrap: break-word;
}
.type-login{
  flex-direction: column;
  grid-row: span 10 !important;
  grid-column: span 2 !important;
  align-items: center;
  justify-content: space-evenly;
}
qrcode{
  width: 200px;
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 50px;
  align-items: center;
  border-radius: 20px;
}
.code-container{
  /* width: 300px; */
}
.mermaid{
  /* min-width: 500px; */
  display: block;
  min-width: 100%;
}
.type-storage_item{
  font-size: 12px;
  line-height: 12px;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #ffffffe0;
}
.type-storage_item .timestamp{
  color: #800;
  line-height: 22px;
}
.type-storage_item .key{
  color: gray;
  /* border-right: 1px solid #bababa; */
}
.type-storage_item .value{
  color: black;
}
pixa_item h1, pixa_item h2, pixa_item h3, pixa_item h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-style: italic;
}
pixa_item h1, pixa_item h2{
  /* font-weight: bold; */
}
pixa_item.type-image, pixa_item.type-audio, pixa_item.type-location{
  /* flex-direction: column; */
  /* box-sizing: border-box; */
  background: linear-gradient(135deg, #474f60 0%, #3c3c3c 100%) !important;
}
pixa_item.team-pixa{
  background: linear-gradient(135deg, #342137 0%, #64524d 100%) !important;
}
pixa_item.type-location{
  /* background: #464646; */
}
pixa_item.type-audio{
  /* background: #98a7b2; */
  justify-content: center;
}
.title{
  color: #00fffc;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.search-result{
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f1602f59;
  padding: 10px;
  border: 1px solid #555555;
}
.search-name{
  font-weight: bold;
}
.grow{
  flex-grow: 1
}
.search-result>*{
  /* flex: 1; */
  margin-right: 20px;
}
pixa_item>div {
  /* overflow: auto; */
  position: relative;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 0;
  margin: 0;
  /* max-width: 100%; */
}
.subscription-text{
  width: 400px;
}
.subscription-text .expiry-date{
  color: #00fffc;
}
.stripe-logo{
  width: 100%;
  /* position: relative; */
  /* display: block; */
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credits-text{
  color: #00fffc;
}
pixa_item author{
  /* background: #00000061; */
}
.deal{
  border: 1px solid #ffffff26;
  margin: 0 10px;
  padding: 10px;
  font-size: 15px;
  border-radius: 20px;
  background: #1e566bb3;
  width: 240px;
  margin: 10px 0;
}
.deal .comment1{
  font-weight: 400;
}
.deal .comment2{
  font-weight: 200;
  font-size: 12px;
}
.deal table tr td:nth-child(2), .deal table tr th:nth-child(2) {
  text-align: right;
}
.deal .included{
  color: #3ff13f;
  font-weight: bold;
}
.small{
  font-size: 12px;
}
.type-chapter:hover{
  box-shadow: none;
}
.type-chapter div{
  overflow: hidden;
  /* width: 100%; */
  /* font-size: 20px; */
  font-weight: 600;
  /* color: #ff8e00; */
  /* background-image: linear-gradient(140deg, #ff9b26, #ee4f27); */
  /* background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* background-clip: text; */
}
.chapter-title{
  /* flex-grow: 1; */
  background-image: linear-gradient(140deg, #ff9b26, #ee4f27);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.grower{
  flex-grow: 1;
}
.locked{
  color: rgb(255 128 0);
}
.unlocked{
  color: #00ad32 !important;
}
.info .badges>*{
  padding: 2px;
  color: black;
}
.warning{
  height: 60px;
  color: red;
}
.buttons-row{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.buttons-row>*{
  border: 1px solid #b2b2b2;
  cursor: pointer;
  /* height: 20px; */
  background: #ffb728;
  margin: 5px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 15px;
  color: #393939;
}
.buttons-row>*:hover{
  border-color: white;
}
.clickable {
  cursor: pointer;
}
.clickable:hover{
  border-color: white;
}
.image-container{
  /* border: 10px solid #ff775fa6; */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  position: relative;
  /* max-height: 300px; */
  box-sizing: border-box;
  /* background: #ffffffa8; */
  /* backdrop-filter: blur(3px); */
  overflow: hidden;
  /* display: contents !important; */
  align-items: center;
}
.image-container.loaded{
  overflow: hidden;
}
pixa_item .image-container img{
  border-radius: 10px;
}
csv img {
  max-height: 50px !important;
}
.caption{
  font-style: italic;
  /* color: gray; */
  padding: 5px;
  box-sizing: content-box;
  overflow: visible;
  font-size: 12px;
}
p{
  padding: 0px;
  margin: 0px;
  overflow: visible;
  box-sizing: border-box;
  color: #ffffff;
}
.background-img pixa_item div {
  /* background: #ffffff4d; */
  /* backdrop-filter: contrast(1); */
}
.type-chapter p{
  background: unset;
  font-size: 40px !important;
  /* font-weight: normal; */
  color: #f1602f;
  font-weight: 400;
}
.type-audio .image-container{
  border: none;
  height: 50px;
  /* justify-content: flex-start; */
  align-items: center;
}
.gallery-shower{
  position: absolute;
  top: 10px;
  right: 20px;
  height: 0px;
  width: 30px;
  color: #ffffff29;
  background: transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer !important;
  overflow: hidden !important;
  z-index: 999;
  /* display: inline; */
}
.gallery-shower .button{
  color: white;
  width: auto;
  height: 20px;
  background: #0000004d;
  font-size: 20px;
}
.visible{
  color: #bababa;
  background: #ffffff47;
  cursor: pointer;
  display: flex;
  cursor: default;
  flex-direction: column;
  height: 30px;
}
.visible:hover{
  color: white;
}
.check-ok{
  color: green !important;
}
.play-icon{
  display: flex;
  position: absolute;
  height: 50px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #2d7280e6;
  cursor: pointer;
  overflow: visible;
}
.play-icon:hover{
  color: #2d7280ff;
}
.editing .image-container{
  border-color: #cacaca;
}
.drag-target{
  width: 40px !important;
  align-self: stretch;
  /* height: 100%; */
  position: absolute;
  /* background: #ffffff57; */
  right: -30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: all 0.2s ease;
  top: -10px;
  /* position: absolute; */
}

pixa>.drag-target{
  /* height: 100px; */
  /* right: unset; */
  top: 20px;
  right: 20px;
}

.drag-action .drag-target{
  width: 40px;
}
.drag-action .drag-target.active-target{
  background: unset;
  width: 20px;
  border: 5px solid white;
}
.drag-action *{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.image-container.full{
  display: none;
}
img.icon{
  width: 100px;
  height: auto;
  display: block;
  max-height: unset;
  min-height: 100px;
}

pixa_item img{
  transition: all 1.5s ease;
  object-fit: cover;
  width: auto;
  height: auto;
  overflow: hidden;
  max-height: 200px;
  max-width: 200px;
}
.type-application {
  min-height: 100px;
  cursor: pointer;
}
.type-location img{
  max-height: 300px;
}
.type-audio img{
  cursor: pointer;
  height: auto;
  object-fit: fill;
  transition: none;
  transform: none !important;
  width: 100px;
  border-radius: 20px;
  border-radius: 0 !important;
}
.page:not(.editing) img:hover{
  transform: scale(1.2)
}
.horizontal img:hover{
  transform: unset !important;
}
.hamburger-menu{
  display: flex;
  flex-direction: column;
  color: white;
  position: absolute;
  top: 0;
  width: 0px;
  right: 0px;
  height: 100%;
  background: #2b2b2b;
  padding-top: 20px;
  align-items: center;
  transition: all 0.2s ease;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 0 10px #000000;
}
.hamburger-menu.show{
  width: 250px;
}
sidebar_user{
  background: #00000047;
  /* width: 100%; */
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.usage{
  width: 100%;
  height: 200px;
}
.usage canvas{
  background: white;
  border-radius: 20px;
  height: 200px;
  overflow: hidden;
}
.button{
  height: 20px;
  background: #c49150;
  display: flex;
  justify-content: center;
  line-height: 40px;
  padding: 10px 20px;
  margin: 10px;
  /* max-width: 200px; */
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  align-items: center;
  overflow: visible;
  color: white;
}

.page-header {
    background: linear-gradient(135deg, #000000, #454545, #000000);
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.header-icon {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    /* border: 2px solid rgba(255, 255, 255, 0.3); */
    border-radius: 50%;
    padding: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.header-icon:hover {
    transform: translateY(-2px) scale(1.1);
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.header-icon:hover::before {
    width: 100%;
    height: 100%;
}


.page-header .button {
    background: linear-gradient(135deg, #ff4757, #ff6b35, #ffa502);
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4);
}
.page-header .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.page-header .button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 30px rgba(255, 71, 87, 0.6);
    background: linear-gradient(135deg, #ff3742, #ff5722, #ff9500);
}


.button-small{
  color: #f9b45e;
  background: #6b6b6b21;
  height: 20px;
  padding: 2px 10px;
  display: flex;
  /* justify-content: center; */
  align-items: flex-start;
  border-radius: unset;
  border-left-color: #f9b45e;
  border-left-width: 1px;
  border-left-style: solid;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start !important;
  align-items: center;
}


.edit-button{
  right: 20px;
}
.edit-button:hover{
  border-color: gray;
  color: gray;
}
.pixa-trash-btn, .pixa-settings-btn, .like-btn{
  display: none;
}
.editing .pixa-trash-btn, .editing .pixa-settings-btn{
  display: block;
}
.editing .home-btn, .editing .my-pixas-btn, .editing .like-btn{
  display: none;
}
.editing .edit-button{
  color: #f9b45e;
}
.single-pixa-view .profile-btn, .single-pixa-view .search-btn{
  display: none;
}
.single-pixa-view .like-btn{
  display: block;
}

.horizontal{
  display: flex;
  flex-direction: row;
  /* overflow: hidden; */
  flex-wrap: wrap;
  /* position: relative; */
  align-items: center;
  justify-content: space-evenly;
  max-width: 100%;
  /* box-sizing: border-box; */
}
.twobytwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;     
}

.flex-2{
  justify-content: space-between;
}
.vertical{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
 
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ada4a400;
}
 
*::-webkit-scrollbar-thumb {
  background-color: #1d4656;
}

.page::-webkit-scrollbar {
  width: 4px;
}
 
.page::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #ada4a400;
}
 
.page::-webkit-scrollbar-thumb {
  background-color: #1d4656;
}

[contenteditable] {
  outline: 0px solid transparent;
}

.resizer{
  display: flex;
  height: 0px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  overflow: hidden;
  justify-content: right;
  align-items: center;
  background: #7e7e7e;
  color: #afaeae;
  margin: 0px;
  right: 0;
  z-index: 99;
}
.hovering .resizer{
  height: 20px;
}
.resizer{
  top: unset;
  bottom: 0;
  transform: rotate(90deg);
  background: unset;
  cursor: nwse-resize;
}
.resizer:hover{
  color: gray;
}
pixa_item:hover .drag-target>*{
  color: white;
}
.drag-target>*{
  color: #cecece;
  display: block;
  width: 30px !important;
  height: 30px;
  line-height: 30px;
  border: 1px solid #cecece;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  min-width: 30px;
  /* position: relative; */
  font-size: 20px;
}
.drag-target>*:hover{
  color: gray !important;
  border-color: gray !important;
}
.glassy, filter_chart{
  background: linear-gradient(135deg, #ffffff3b 0%, #80808036 100%);
  justify-content: space-around;
  border-radius: 20px;
  border: 1px solid #ffffff0f;
  margin: 5px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px;
  color: #ffffff;
}
credits {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 400px;
}
credits .glassy{
  height: 30px;
  display: flex;
  flex-direction: columns;
  width: 150px;
}
topup_credits {
  display: flex;
  flex-wrap: wrap;
}
toggler{
  font-size: 30px;
  /* color: #3498db; */
}
popup{
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, #3a3a3a 0%, #666666 100%);
  color: #c7c7c7;
  z-index: 9999999999;
  padding: 20px;
  left: 0;
  right: 0;
  overflow: auto;
  font-size: 20px;
  box-sizing: content-box;
  /* height: 100%; */
}
popup .content{
  /* padding-top: 30px; */
  display: flex;
  flex-direction: column;
  /* overflow: auto; */
  /* height: 100%; */
  flex-grow: 1;
  /* flex-shrink: 0; */
  /* flex: 1; */
}
popup .content>*{
  margin: 10px 0;
}
popup .content csv{
  height: calc(50%)
}
ai_text_creator{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ai-generated{
  overflow: auto;
}
textarea{
  resize: none;
  width: 500px;
  height: 300px;
  border: 1px solid gray;
  outline: none;
  background: linear-gradient(135deg, #384248 0%, #566096 100%);
  font-size: 15px;
}
popup textarea{
  color: #bebebe;
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  border-radius: 20px;
  padding: 10px;
}
.closer{
  right: 20px;
  position: absolute;
  flex-shrink: 1;
  cursor: pointer;
  color: orange;
}
.label-wrapper{
  display: flex;
  align-items: center;
}
.label-wrapper>*:nth-child(2){
  color: #3498db;
}
.label{
  color: #ffffff;
  /* background: #727272; */
  overflow: hidden;
  margin-right: 20px;
}
picklist {
    position: relative;
    cursor: pointer;
    background: white;
    display: flex;
    /* background: #878787; */
    border-radius: 20px;
    align-items: center;
}
filter_chart picklist{
  margin-top: unset !important;
}
picklist .inline-right {
    display: inline;
    position: absolute;
    right: 5px;
    color: #939393;
    line-height: 40px;
    /* top: 20px; */
    z-index: 9;
}
filter_chart picklist .inline-right{
  line-height: 25px;
  /* color: gray; */
}
picklist .display {
    border: 1px solid #bfbfbf;
    padding: 10px;
    color: gray;
    padding-right: 30px;
    border-radius: 20px;
    width: 100%;
}
filter_chart picklist .display {
  line-height: 25px;
  font-size: 14px;
  /* background: #ffe7e7; */
  padding: 0;
  border: unset;
  color: black;
}
.prompt-slider {
  position: absolute;
  z-index: 99999999999999999999;
  background: white;
  display: flex;
  flex-direction: column;
  color: gray;
  border: 1px solid gray;
  border-radius: 5px;
  width: 300px;
  /* display: flex !important; */
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
  padding: 10px;
  left: calc(50% - 150px);
  top: 100px;
}
.prompt-slider table{
  border-collapse: collapse;
}
.prompt-slider tr{
  /* min-height: 40px; */
  cursor: pointer;
  height: 40px;
}
.prompt-slider tr:hover{
  color: black;
  background: #d6d4d4;
}

.dropzone{
  width: 200px;
  height: 200px;
  border: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropzone i{
  border-bottom: 1px solid black;
}
.full{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
}
.selected{
  border: 1px solid #fcff50 !important;
}
.selected .fa-check{
  color: #fcff50;
}
th.selected, td.selected{
  border: 1px solid #c8c8c8 !important;
  color: inherit;
  background: #ffe9e91f;
}
th.selected{
  background: #a5a5a5;
}
tr.checked{
  background: #0075ff33;
}
.checked>th{
  background: #9b9bff;
  /* color: #4b4b4b; */
}
tr input[type='checkbox'] {
  /* display: flex; */
  /* background: red; */
  margin: 0px;
  /* align-items: center; */
  /* justify-content: center; */
  width: 20px;
}
.edit-actions{
  background: #f1602f;
  display: flex;
  position: absolute;
  z-index: 99999999999;
  left: 100px;
  right: 100px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  bottom: 0;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px -10px #000;
  justify-content: center;
  overflow: hidden;
  flex-wrap: nowrap;
  /* margin: auto auto; */
  align-items: center;
}
.edit-actions>*{
  /* color: white; */
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  height: 20px;
  margin: 10px;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 15px;
  display: flex;
  line-height: 10px;
  align-items: center;
  background: #0000008f;
}
.edit-actions>*:hover{
  color: white;
  border-color: white;
}
.preview{
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}
.preview img{
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  max-height: calc(100% - 150px);
  width: auto;
}
.preview img.selected{
  border: 1px solid green;
  max-height: 100%;
}
.attention{
  margin: 10px;
  color: #f1602f;
  text-align: center;
  font-weight: 400;
}
.attention2{
  margin: 10px;
  color: #3ff13f;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.infotext{
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
filter_chart .infotext{
  margin: unset;
  align-self: start;
  overflow: visible;
}
.info{
  color: gray;
  font-size: 13px;
  /* max-width: 300px; */
  margin: 10px;
  background: gray;
}
.info-input{
  background: #ff6976;
}
input{
  outline: none !important;
  border: none;
  background: #ffffff26;
  padding: 0 10px;
  color: #dadada;
  font-family: poppins, "Open Sans", sans-serif !important;
  height: 60px;
  border-radius: 20px;
  /* max-width: 100% !important; */
  box-sizing: border-box;
  /* flex-grow: 1; */
  /* flex-shrink: 1; */
  display: flex;
  position: relative;
  width: 100%;
}
input.null-value{
  font-style: italic;
  color: #aeaeae;
}
popup input{
  /* background: #3e3e3e; */
  /* border-radius: unset; */
}
.null_value input{
  color: #797070;
}
pixa_item .info{
  color: #cfcfcf;
  /* height: 56px; */
  margin: 5px;
  background: #00000000;
  border-bottom: 1px solid #c9c9c9;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}
pixa_item .info>*{
  /* margin: 0 5px; */
}
.info .badges{
  color: #e8d2ff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: visible;
  position: absolute;
  height: 30px;
  top: -20px;
  right: 0;
}

author {
  cursor: pointer;
  font-weight: bold;
  color:  orange;
}
.time{
  color: #f1602f;
}
.timestamp{
  /* color: #4d4d4d; */
}


.type-pixa_default author, .type-pixa_storage author, .type-pixa_AI_Gallery author {
  color: black;
  margin-right: 10px;
}
.type-pixa_default .timestamp, .type-pixa_storage .timestamp, .type-pixa_AI_Gallery .timestamp {
  color: #dcdcdc;
}

.MathJax{
  color: #ffc489;
}
.deal .MathJax{
  color: unset;
  display: inline;
  /* position: unset; */
}
csv{
  font-size: 12px;
  font-family: monospace;
  /* height: 500px; */
  overflow: hidden;
  /* background: #ffffff6b; */
  color: #616161;
  position: relative;
  max-height: 500px;
  /* border-bottom: 1px solid #c8c8c8; */
  /* margin-top: 0px !important; */
  padding: 20px;
  border-radius: 20px;
  background: #0000004a;
  backdrop-filter: blur(3px);
  display: table;
}
.type-harmonized_data csv{
  /* position: unset; */
}
.editing csv{
  min-height: 200px;
}
.type-harmonized_data .button{
  height: 20px;
  font-size: 12px;
}
.context-menu {
  display: flex;
  position: absolute;
  width: 200px;
  height: 100px;
  background: #f2f2f2;
  z-index: 99999999;
  left: 40px;
  border: 1px solid gray;
  border-radius: 10px;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  font-family: poppins, "Open Sans", sans-serif;
  font-weight: normal;
}
.context-menu>*{
  height: 30px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  border-bottom: 1px solid gray;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
}
.context-menu>*:hover{
  background: #c8c7c7;
}
csv table{
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  /* color: red !important; */
}
csv tr{

}
csv td, csv th{
  border: 1px solid #939393;
  transition: background 0.2s ease;
  color: #bababa !important;
}
td.fixed-data{
  font-style: italic;
}
csv th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: #3e3e3e;
  font-family: unset;
}

.csv-grid-container {
    font-family: Arial, sans-serif;
    /* background-color: #2c3241; */
    color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
  }
  
  .csv-grid-header {
    padding: 15px;
    border-bottom: 1px solid #3a4052;
    display: flex;
    justify-content: flex-end;
  }
  
  .csv-grid-search {
    padding: 8px 12px;
    background-color: #1e2330;
    border: 1px solid #3a4052;
    border-radius: 4px;
    color: #ffffff;
    width: 250px;
  }
  
  .csv-grid-search::placeholder {
    color: #8f96a7;
  }
  
  .csv-grid-table-container {
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
  }
  
  .csv-grid-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .csv-grid-table th, .csv-grid-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ffffff40;
  }
  
  .csv-grid-table th {
    background-color: #1e2330;
    position: sticky;
    top: 0;
    font-weight: 600;
  }
  
  .csv-grid-table th.sortable {
    cursor: pointer;
    user-select: none;
  }
  
  .csv-grid-table th.sortable:hover {
    background-color: #293241;
  }
  
  .sort-icon {
    margin-left: 5px;
    font-size: 0.8em;
    color: #0fc9c9;
  }
  
  .csv-grid-table tbody tr:hover {
    background-color: #293241;
  }
  
  .csv-grid-footer {
    padding: 15px;
    /* border-top: 1px solid #3a4052; */
    display: flex;
    justify-content: center;
  }
  
  .csv-grid-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
  }
  
  .csv-grid-prev-page, .csv-grid-next-page {
    padding: 6px 12px;
    background-color: #0fc9c9;
    color: #1e2330;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .csv-grid-prev-page:hover, .csv-grid-next-page:hover {
    background-color: #09a3a3;
  }
  
  .csv-grid-prev-page:disabled, .csv-grid-next-page:disabled {
    background-color: #3a4052;
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  .csv-grid-page-info {
    color: #8f96a7;
  }
  
  .csv-grid-current-page, .csv-grid-total-pages {
    color: #ffffff;
    font-weight: bold;
  }
  
  /* Mobile styles */
  .csv-grid-mobile .csv-grid-table {
    display: block;
  }
  
  .csv-grid-mobile .csv-grid-table thead, 
  .csv-grid-mobile .csv-grid-table tbody, 
  .csv-grid-mobile .csv-grid-table tr {
    display: block;
  }
  
  .csv-grid-mobile .csv-grid-table th {
    display: none;
  }
  
  .csv-grid-mobile .csv-grid-table td {
    display: flex;
    padding: 8px 15px;
    border-bottom: none;
  }
  
  .csv-grid-mobile .csv-grid-table td:before {
    content: attr(data-header);
    font-weight: bold;
    width: 35%;
    margin-right: 5%;
  }
  
  .csv-grid-mobile .csv-grid-table tr {
    border-bottom: 1px solid #ffffff40;
    margin-bottom: 10px;
  }
  
  .csv-grid-error {
    padding: 20px;
    text-align: center;
    color: #ff6b6b;
  }


pixa_item th{
  color: #ffffff;
  text-align: left;
  padding-right: 10px;
  font-weight: 400;
}
.content-summary th{
  color: #b9b9b9;
  font-weight: 400;
  text-align: right;
}
.content-summary tr{
  height: 10px;
}
.content-summary td{
  color: #00fffc;
}
.like-icon{
  color: orange;
  position: relative;
  font-size: 15px;
}
.like-icon .badge{
  background: linear-gradient(135deg, #10101070 0%, #313131 100%) !important;
  top: -6px;
  border-color: #00000047;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
}
.i-like-already{
  color: orange;
}
.badges{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid gray;
  flex-direction: row;
  height: 20px;
  align-items: center;
  width: 100%;
  /* background: #ffffff; */
}
horizontal_bar{
  width: 100px;
  height: 5px;
  display: flex;
  flex-direction: column;
  background: grey;
  justify-content: center;
  border-radius: 2px;
}
horizontal_bar .inner{
  transition: all 1s ease;
  height: 4px;
  background: #00fffc;
  border-radius: 2px;
}
pixa_item td{
  color: #cfcfcf;
}
pixa_item table{
  /* font-size: 12px; */
  /* background: #5858585e; */
  /* margin: 10px; */
  /* padding: 10px; */
  /* border-radius: 20px; */
  /* border: 1px solid #0000002b; */
}
.first-col{
  width: 30px;
}
.header-row{
  z-index: 99;
}
.info td {
  border: none;
  padding: 0;
  padding-right: 5px;
}
.info tr{
  border-bottom: 1px solid #b5b5b5;
}
.info tr:last-of-type {
  border: none;
}
td.key{
  color: #39fffe;
}
td.value{
  color: #ffffff;
}

user_details {
  margin: 10px;
  display: flex;
  flex-direction: column;
}
user_details * {
  font-size: 20px;
}

user_details inp{
  
}

user_details .horizontal {
  padding: 30px;
  border-bottom: 1px solid gray;
}

iframe {
  border: none;
  overflow: hidden;
  object-fit: scale-down;
}

miniapp{
  width: 100%;
  height: 100%;
}
miniapp>iframe{
  width: 100%;
  height: 100%;
}

pixa_item.type-miniapp{
  /* display: block; */
  /* width: 300px; */
  height: 300px;
  overflow: hidden;
}
.type-miniapp>iframe, .type-miniapp>.iframe-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 600px;
}







/***********************************
DESKTOP ONLY
***********************************/

@media (min-width: 1500px){
  pixa{
    /* grid-template-columns: repeat(6, 1fr); */
    /* grid-auto-columns: 200px; */
    /* max-width: 1500px; */
  }
}

@media (min-width: 767px) and (max-width: 1499px) {
  .mobile-only{
    display: none !important;
  }
}


/***********************************
WIDE DESKTOP ONLY
***********************************/

@media (min-width: 1500px){
  pixa{
    /* grid-template-columns: repeat(8, 1fr); */
  }
}


/***********************************
MOBILE ONLY
***********************************/
@media (max-width: 767px) {
  .desktop-only{
    display: none !important;
  }

  .type-pixa_init{
   font-size: 12px;
  }

  pixa {
    border: none;
    padding: 0 0px;
    grid-template-columns: repeat(2, 1fr);
    /*background: none !important;*/
    /* width: 100%; */
    overflow: hidden;
    /* display: unset; */
  }
  pixa_item{
    font-size: 12px;
  }

  .type-form th {
    min-width: 120px;
  }

  .editing pixa{
    /* display: flex; */
    flex-direction: column;
  }

  .type-login{
    grid-row: span 16 !important;
    justify-content: flex-start;
  }
  
  .info{
    font-size: 10px;
  }
  user_login inp{
    display: flex;
    flex-direction: column;
  }
  user_login input{
    width: 300px;
  }

  .title{
    font-weight: 400;
    font-size: 14px;
  }

  pixa_item img {
    object-fit: cover;
    /* width: calc(50% - 10px) !important; */
    max-height: 300px;
  }

  pixa_item .horizontal img{
    width: calc(50% - 13px) !important;
    max-height: 70px;
    transition: none;
    /* height: 70px; */
  }

  table.content-summary{
    font-size: 9px;
    width: 100%;
    line-height: 10px;
    height: 100%;
  }

  .page-header{
    height: 40px;
  }
  .page{
    padding-top: 60px;
  }
  
  pixa .header{
  }
  
  pixa_item{
    margin: 0 !important;
    /* margin-left: 0 !important; */
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    box-shadow: unset !important;
    max-width: 100%;
    padding: 5px;
  }

  .editing pixa_item{
    /* transform: scale(0.7); */
  }
  pixa_item.type-pixa_default, pixa_item.type-pixa_storage, pixa_item.type-pixa_AI_Gallery{
    /* border: 1px solid #000000; */
    margin: 5px !important;
  }
  .image-container{
    width: 100%;
    overflow: hidden;
    /* border: 5px solid #ff775fb5; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    max-width: unset;
    /* box-sizing: border-box; */
    align-items: center;
  }

  pixa .type-chapter{
    /* display: inline; */
    font-size: 30px;
    grid-row: unset;
    grid-column: span 2;
    border: unset;
    left: 0;
    padding: 5px;
    /* margin: 5px; */
  }

  pixa_item.type-image{
    /* width: 100%; */
  }



  .button{
    min-height: 20px;
    display: flex;
    justify-content: center;
    line-height: unset;
    padding: 10px 10px;
    margin: 10px 0px;
    font-size: 13px;
    height: unset;
    min-width: 40px;
  }

  .edit-actions{
    left: 10px;
    right: 10px;
    border-radius: 0;
    left: 0;
    right: 0;
  }
  .edit-actions>* {
    margin: 5px;
    font-size: 10px;
  }

}

subscription {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.button-buy {
  min-width: 120px;
  background: #ff6300;
  /* height: 50px; */
  line-height: 30px;
}
.button-cancel {
  min-width: 120px;
  background: #5c5c5c;
}
/* Staggered loading for items */
pixa_item:nth-child(1) {animation-delay: 0.1s;}
pixa_item:nth-child(2) {animation-delay: 0.15s;}
pixa_item:nth-child(3) { animation-delay: 0.2s; }
pixa_item:nth-child(4) { animation-delay: 0.25s; }
pixa_item:nth-child(5) { animation-delay: 0.3s; }
pixa_item:nth-child(6) { animation-delay: 0.35s; }
pixa_item:nth-child(7) { animation-delay: 0.4s; }
pixa_item:nth-child(8) { animation-delay: 0.45s; }
pixa_item:nth-child(9) { animation-delay: 0.5s; }
pixa_item:nth-child(10) { animation-delay: 0.55s; }
pixa_item:nth-child(n+11) { animation-delay: 0.6s; } 

/* Subtle shimmer loading effect */
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Apply shimmer effect */
pixa_item.loaded::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  animation: shimmer 2s ease forwards;
  pointer-events: none;
}

.editing pixa_item.loaded::after {
  background: none;
}
/* Apply shimmer effect to all items */

/* Stagger shimmer effect */
pixa_item:nth-child(1)::after { animation-delay: 0.2s; }
pixa_item:nth-child(2)::after { animation-delay: 0.25s; }
pixa_item:nth-child(3)::after { animation-delay: 0.3s; }
pixa_item:nth-child(4)::after { animation-delay: 0.35s; }
pixa_item:nth-child(5)::after { animation-delay: 0.4s; }
pixa_item:nth-child(6)::after { animation-delay: 0.45s; }
pixa_item:nth-child(7)::after { animation-delay: 0.5s; }
pixa_item:nth-child(8)::after { animation-delay: 0.55s; }
pixa_item:nth-child(9)::after { animation-delay: 0.6s; }
pixa_item:nth-child(10)::after { animation-delay: 0.65s; }

/* Hover animation */
pixa_item:hover {
  transform: translateY(-8px);
  box-shadow: rgb(50 50 93) 0px 25px 50px -12px, 
              rgb(0 0 0) 0px 15px 30px -15px;
  position: relative;
}
pixa_item.private:hover{
  box-shadow: rgb(255 127 0) 0px 25px 50px -12px, 
              rgb(0 0 0) 0px 15px 30px -15px;
}
.type-chapter:hover{
  transform: none;
}

.type-user{grid-column: span 2;}

/* Responsive adjustments */
@media (max-width: 1200px) {
  pixa {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media (max-width: 768px) {
  pixa {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    padding: 15px;
  }
  
  pixa_item {
    /* padding: 20px; */
  }
}

@media (max-width: 480px) {
  pixa {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 5px;
    padding: 5px;
  }
}