/*version 130.001*/
.font-strikethrough {
  text-decoration: line-through;
}

.font-bold {
		font-weight: bold;
	}
	
.hidden {
		 display: none;
	}	
.center {	
	justified-content: center; 
	text-align: center;
}

.full-width {	
	 width: 100%; 
}

.small-font {font-size: small; }

.tiny-font {font-size: xx-small; }

.large-font {font-size: large; }

.huge-font {font-size: x-large; }

@media print {
    .page, .page-content, html, body, .framework7-root, .views, .view {
        height: auto !important;
    }

    html, body, .framework7-root, .views, .view {
        overflow: visible !important;
        overflow-x: visible !important;
    }

    .page.page-previous { display: none;}
	
	.sticker { page-break-after: always !important; }
			  
    .no-print, .no-print * { display: none !important; }			  
			  
}

hr.dotted { border-top: 1px dotted black; margin-left: 0px; height: 0px}


.upcs { text-transform: uppercase; }

.scissors {
    height: 43px; /* image height */
    width: 100%;
    margin: auto auto;
    background-image: url('../img/scissors.png');
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    overflow: hidden;
}
.scissors:after {
    content: "";
    position: relative;
    top: 50%;
    display: block;
    border-top: 3px dashed black;
    margin-top: -2px;
}

.adress-border { border: 2px solid black; }

.address li {height: 48px}

.inputlist li {height: 48px}

.cursor-hand {  cursor: pointer; }

.site-logo-icon {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-image: url('assets/custom/icons/site-logo.svg'); 
        background-size: contain;
        background-repeat: no-repeat;
    }

.site-logo-icon-black {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-image: url('assets/custom/icons/site-logo-black.svg'); 
        background-size: contain;
        background-repeat: no-repeat;
    }
	
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.blinking-text {
  animation: blink 1s linear infinite;
}

@keyframes color-blink {
  0% { color: black; }
  50% { color: white; }
  100% { color: black; }
}

.color-blinking-text {
  animation: color-blink 2s linear infinite;
}	

.glowing-text {
  animation: blink 4s linear infinite;
}	
	
.user-logo-icon {
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url('assets/custom/icons/def_profile_logo.svg'); 
        background-size: contain;
        background-repeat: no-repeat;
    }

img.lazy-image {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

div.lazy-image {
  background:transparent;
  background-size: contain;
  background-repeat: no-repeat;  
  background-position: center center;    
  height: auto;
  background-image: url('/assets/custom/media/loading.gif');
}	

.force-ltr {
  direction: ltr !important;
  text-align: left !important; 
  unicode-bidi: embed;
  display: inline-block; 
}

.rtl-send {
    order: -1; 
    margin-right: 10px;
  }

.svg-icon {
  height: 32px;
  width: auto;
} 
 
.svg-icon-white {
  height: 32px;
  width: auto;
  filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}  

.svg-icon-white-50 {
  height: 50px;
  width: auto;
  filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}  

.svg-icon-orange {
  height: 32px;
  width: auto;
  filter: invert(20%) sepia(100%) saturate(500%) hue-rotate(-10deg) brightness(250%);
} 

.svg-icon-green {
  height: 32px;
  width: auto;
  filter: invert(28%) sepia(80%) saturate(600%) hue-rotate(90deg) brightness(150%);
}  

.photo-camera {
  width: 100%; 
  max-width: 500px;
 /*  aspect-ratio: 4 / 5; */
  object-fit: cover;
}

.photo-flash
{
            background: white;
            opacity: 0;
            pointer-events: none;
            z-index: 9999;
            transition: opacity 0.2s ease-out;
}

.photo-camera-logo {
            position: absolute;
            bottom: 10px;
            right: 10px;
            max-width: 150px;
            max-height: 100px;
            width: auto;
            height: auto;
            z-index: 2;
            pointer-events: none;
        }
        
.photo-camera-title 
{
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%);
      color: white;
      font-family: var(--f7-font-family);
      font-size: 19px;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000;
      z-index: 1;
      pointer-events: none;
      width: 100%;
    } 
    
.photo-camera-video-wrapper 
{
    position: relative;
    display: inline-block;
}
        
.icon-in-chip {
	font-size: 21px !important;
	position: relative; 
	top: -2px;
}

.component-img{
    max-height:300px;
    width:auto;
}

.page-break {
          page-break-before: always;
          break-before: page;
}

.print-box {
  /* border: 1px dashed #ccc;  */
  border: 1px dashed black; 
  padding: 10px;
}

@media print {
  .print-box {
    adding: 10px;
    border: 1px dashed black;
    background-color: #eee; /* May be ignored unless user enables BG printing */
    color: black;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  #printButton {
    display: none;
  }
  
}

.thumbnail {
	width:100%; 
	aspect-ratio: 1 / 1; 
	object-fit: cover;
}

.thumbnail-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.thumbnail-text {
  position: absolute;
  left: 50%;
  bottom: 8px;                /* Distance from bottom edge */
  transform: translateX(-50%);
  background: rgba(255,255,255,0.8);  /* Semi-transparent white */
  color: #111;                /* Black text */
  font-size: 0.9em;           /* Smaller text */
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 8px;
  text-align: center;
  pointer-events: none;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  line-height: 1.3;
}

.swiper-slide-lucky {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  border: 2px solid #eee;
}

.color-picker-palette {
  margin-right: 8px;
  margin-left: 8px;  
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.color-picker-palette-value {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 0px;
  border-right: 0px;  
}


