 /* :root{
    --ion-color-background:white;
    --ion-color-dark:#44403C;
    --ion-color-secondary:#78716C;
    --ion-color-danger:red;
    --ion-color-success:#0F8630;
    background-color: var(--ion-color-light);
}


body.dark {
  --ion-background-color: #2b2928;
  --ion-text-color: #ffffff;
  --ion-toolbar-background: #2b2928;
  --ion-toolbar-color: #ffffff;
  --ion-border-color: #333333;
}
.cardbg{
  background-color: #1e1e1e;
}

.inputbg{
  background-color: #262626;
  color: white;
  
}
ion-checkbox {
  --border-color: rgb(249, 231, 231);
  --border-color-checked: rgb(201, 189, 189);
  --background: transparent;
  --background-checked: rgb(250, 242, 242);
  --checkmark-color: rgb(214, 207, 207);
  --size: 20px;
}  */

/* Light theam  */
.textc1 {
  color: #474545; 
  /* color:rgba(240, 226, 226, 0.998) */
}
.inputbg{
  background-color: #f7f6f6;
  color: rgb(21, 19, 19);
}




.grecaptcha-badge {
  visibility: hidden !important;
}

/* .grecaptcha-badge {
    transform: scale(0.5);        
    transform-origin: bottom right;  
    position: fixed !important;    
    top: 25px !important;         
    right: 5px !important;       
    bottom: auto !important;       
} */



.fullscreen-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}

swiper-container {
  width: 100%;
  height: 100%;
}

.imageWidth {
    height: 140px;
    width: 140px;
}
.product-zoom-modal {
  --background: transparent;
  ion-content {
    --background: transparent;
  }

}


.swiper-zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.swiper-zoom-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
 