@font-face {
  font-family: 'PoetsenOne'; /* Font name to use in CSS */
  src: url('assets/PoetsenOne-Regular.ttf') format('truetype'); /* Replace path/to/ with the actual path to your font file */
  font-display: swap;
}

.grecaptcha-badge { 
  visibility: hidden;
}

.catProfileButton {
  margin-left: 20px !important;
}


.headerbanner {
  height: var(--catmaps-header-height);
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-image: none;
  isolation: isolate;
}

.headerbanner::before,
.headerbanner::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  height: var(--catmaps-header-height);
  background-image: url('assets/banner-repeat-66.png');
  background-repeat: repeat-x;
  background-size: auto var(--catmaps-header-height);
  pointer-events: none;
}

.headerbanner::before {
  left: 0;
  width: 0;
  background-position: 0 top;
}

.headerbanner::after {
  right: 0;
  left: 996px;
  background-position: 38px top;
}

.header-logo {
  display: block;
  position: relative;
  z-index: 1;
  width: 1000px;
  height: var(--catmaps-header-height);
  max-width: none;
  clip-path: inset(0 4px 0 0);
}

:root {
  --catmaps-header-height: 50px;
  --catmaps-background-tile: url('/assets/backgrounds/tile-01.jpg');
  --catmaps-background-base: #fff8fd;
  --catmaps-background-soften-opacity: 0.75;
  --catmaps-background-position: 0 0;
  --catmaps-background-size: 420px auto;
  --catmaps-loader-fade-duration: 260ms;
  --catmaps-page-exit-duration: 180ms;
  --catmaps-surface-reveal-duration: 440ms;
  --catmaps-surface-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  --catmaps-awning-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
  --catmaps-surface-gap: 11px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.align-middle {
  vertical-align: middle !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.text-muted {
  color: #6c757d !important;
}

.table {
  border-collapse: collapse;
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}

.table td {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
}

.table tbody tr:first-child td {
  border-top: 0;
}

.table-hover tbody tr {
  cursor: pointer;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.035);
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  user-select: none;
  vertical-align: middle;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  background-clip: padding-box;
  background-color: #ffffff;
  display: block;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.custom-swiper-pagination {
  left: 10% !important; /* Set the left position to 5% */
  
  /* Add any other custom styles you need */
}

/* Add this CSS for aligning images at the bottom */
.swiper-container-flex {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: left !important;
}


/* CSS for the loading spinner */
.loadingImageContainerList {
  position: relative;
  width: 70px;
  height: 70px;
}

.spinnerImageList {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px; /* Adjust the size of the spinner as needed */
  width: 40px; /* Adjust the size of the spinner as needed */
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


.list-add-cat-button {
  margin-top: 1.25rem!important;
}

.list-image-container {
  padding-left: 4px;
  flex: 0 0 70px;
  min-width: 70px;
  width: 70px;
}

/* Custom styles for alternating row background colors */
tr.odd {
  background-color: #ffffff; /* Light grey color for odd rows */
}

tr.even {
  background-color: #eef8fb; /* White color for even rows */
}

.tdPadding {
  padding: 0.5rem !important;
}

.tdVertAlign {
  vertical-align: middle !important;
}

.tdLeftPaddingMargin {
  padding-left: 0px !important;
}

.list-catImage {
  border: 1px solid #000000;
  border-radius: 14px;
  flex: 0 0 70px;
  max-width: none;
  min-width: 70px;
}

.list-storeName {
  display: -webkit-box;
  font-size: medium;
}

.list-addedOnDate {
  white-space: nowrap;
  font-size: medium;
}

.list-tableName {
  font-size: 24px;
  font-weight: bold;
  font-family: "PoetsenOne", sans-serif;
  /* padding-left: 2px; */
}

.list-noTableName {
  font-size: 48px;
}

.custom-margin {
  margin-left: 12px; /* Adjust the value as needed to increase the space */
}

#cat-table-div {
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  border: 2px solid #000000;
  margin-bottom: 2px;
  
}

.list-loading-state {
  background: #ffffff;
  min-height: 100%;
  padding: 0;
}

.list-skeleton-row {
  align-items: center;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 75px;
  padding: 8px;
}

.list-skeleton-row:nth-child(even) {
  background-color: #eef8fb;
}

.list-skeleton-thumb,
.list-skeleton-line {
  animation: listSkeletonPulse 1.1s ease-in-out infinite alternate;
  background: linear-gradient(90deg, #dff1f1 0%, #f4ffff 50%, #dff1f1 100%);
  background-size: 200% 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.list-skeleton-thumb {
  border-radius: 12px;
  height: 70px;
  width: 70px;
}

.list-skeleton-copy {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.list-skeleton-line {
  border-radius: 6px;
  height: 18px;
}

.list-skeleton-name {
  width: min(72%, 240px);
}

.list-skeleton-store {
  width: min(52%, 180px);
}

.list-load-error {
  background-color: #ffffff;
}

#cat-table-div table {
  animation: listTableReveal 180ms ease-out;
}

body.list-page #cat-table-div {
  transition: opacity var(--catmaps-surface-reveal-duration) ease-out;
}

body.list-page #cat-table-div.list-loading {
  opacity: 0;
}

body.list-page #cat-table-div:not(.list-loading) {
  opacity: 1;
}

@keyframes listSkeletonPulse {
  from {
    background-position: 0% 50%;
    opacity: 0.72;
  }

  to {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@keyframes listTableReveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#cattable {
  background-color: lightgray !important;
}

/* CSS styles for the fade-out effect */
/* CSS styles for the fade-out effect */
.fade-out-page-profile {
  opacity: 0;
  transition: opacity 250ms ease-out;
}

.fade-out-page {
  opacity: 0;
  transition: opacity 500ms ease-out;
}

.noCatText {
  text-align: center;
  position: relative;
}
.noCatTextLineTwo {
  font-size: 20px; /* Set the desired font size */
  text-align: center; /* Center align the text */
  margin-top: -25px; /* Add a top margin for spacing */
  position: relative;
  z-index: 10;
  white-space: pre-line; /* Allow line breaks in the text */
}

.textBlockDiv {
  /*background-color: blue;*/
  position: relative;
  z-index: 0;
  opacity: 0;
}

.loadingImageContainer {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  will-change: opacity;
  z-index: 1;
 /*background-color: red;*/
}

.page-loader {
  z-index: 1;
}

body .loadingImageContainer:not(.fadeOut) {
  animation: catmapsLoaderFadeIn 220ms ease-out forwards;
}

body.page-ready .loadingImageContainer.fadeOut,
.loadingImageContainer.fadeOut {
  animation: catmapsLoaderFadeOut var(--catmaps-loader-fade-duration) ease-out forwards;
}

.loadingImageContainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

@keyframes catmapsLoaderFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes catmapsLoaderFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.catProfileFadeIn {
  opacity: 1;
  animation: none;
}

@keyframes fadeInCatProfile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.catProfileFadeOut {
  animation: fadeOutCatProfile 0.5s ease-in-out forwards;
}

@keyframes fadeOutCatProfile {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}



.catprofiletext {
 padding-left: 0px;
  font-family: "PoetsenOne", sans-serif; /* Replace "Your Custom Font" with the actual font name */
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: normal;
}


.catName {
  font-size: 22px !important;
  margin-bottom: 4px;
  margin-top: 6px;
  /* height: 60px !important; */
}

.catDescription{
  font-size: 19px !important;
  margin-bottom: 4px;
}

.storeName {
  font-size: 20px;
  text-decoration: underline;
}

.noCatName {
  font-size: 50px;
  margin-bottom: 4px;
  height: 60px !important;
}

.addedOnDate {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 16px; 
}

.textblock {

}

.swiper-pagination-bullet-active-prev {
  /* Add your custom styles here */
  background-color: #484848 !important;
  border: 1px solid black;
  /* Add any other styles you want to apply for the active pagination bullet */
  width: 16px !important;
  height: 16px !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active-prev-prev {
  /* Add your custom styles here */
  background-color: #484848 !important;
  border: 1px solid black;
  /* Add any other styles you want to apply for the active pagination bullet */
  width: 16px !important;
  height: 16px !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  /* Add your custom styles here */
  background-color: yellow !important;
  border: 2px solid black;
  /* Add any other styles you want to apply for the active pagination bullet */
  width: 16px !important;
  height: 16px !important;
}

.swiper-pagination-bullet-active-next {
  /* Add your custom styles here */
  background-color: #484848 !important;
  border: 1px solid black;
  /* Add any other styles you want to apply for the active pagination bullet */
  width: 16px !important;
  height: 16px !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active-next-next {
  /* Add your custom styles here */
  background-color: #484848 !important;
  border: 1px solid black;
  /* Add any other styles you want to apply for the active pagination bullet */
  width: 10px !important;
  height: 10px !important;
  opacity: 0.5 !important;
}

.swiper-3d .swiper-slide-shadow {
  background: none !important;
}

.swiper-pagination-container {
  display: flex;
  /* justify-content: center;
  align-items: flex-end; */
  margin-top: 40px; /* Adjust the margin-top value as needed */
  opacity: 0;
  position: relative !important; 
  /* box-sizing: initial !important; */
}

/*
.catprofile {
  opacity: 0; 
  animation-name: fade-in;
  animation-duration: 2s;
  animation-fill-mode: forwards; 
}
*/

@keyframes fade-in {
  from {
    opacity: 0; /* Start with opacity set to 0 */
  }
  to {
    opacity: 1; /* End with opacity set to 1 */
  }
}

.image-container-profile {
 /* display: flex;
  justify-content: flex-end; /* Align the content to the bottom horizontally */  
  width: 100%;
  overflow: hidden;
  opacity: 0;
}


.image-container-profile.fading-in {
  opacity: 1;
}

.image-container-profile .image-wrapper {
  background-color: #fff8fd;
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
  max-height: 400px;
  height: 100%;

}

.image-container-profile img {
  width: 100%;
  height: auto;
  object-fit: contain;
 
}


.swiper-slide {
  position: relative;
  width: 100%; /* Set the width of each slide to occupy the swiper container */
  height: 100%; /* Set the height of each slide to occupy the swiper container */
}

.swiper {
  width: 100%; /* Set the width of the swiper container */
  height: 100%; /* Set the height of the swiper container */
}

.mySwiper {
  z-index: 10 !important;
  position: relative;
}

@keyframes scaleAnimation {
  0% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(2); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes drop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drop2 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    opacity: 1;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.cat-map-marker {
  transform-origin: center bottom;
}

.cat-map-marker-breath {
  display: inline-block;
  transform-origin: center bottom;
  animation: catMarkerBreath var(--catmaps-marker-breath-duration, 4.6s) ease-in-out var(--catmaps-marker-breath-delay, 0ms) infinite;
}

.cat-map-marker-hover {
  display: inline-block;
  transform-origin: center bottom;
  transition: transform 150ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cat-map-marker img {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .cat-map-marker:hover .cat-map-marker-hover {
    transform: scale(1.18);
  }
}

@keyframes catMarkerBreath {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cat-map-marker-breath {
    animation: none;
  }

  .cat-map-marker-hover {
    transition: none;
  }
}


.fade-in-page {
  display: block;
  opacity: 1;
  animation: none;
}

.fade-in-page .container,
.catProfileFadeIn .container {
  opacity: 0;
  transition: opacity var(--catmaps-surface-reveal-duration) ease-out;
}

body.fade-in-page.surface-ready .container,
body.catProfileFadeIn.cat-profile-content-ready .container.catprofile {
  opacity: 1;
}

body.surface-pending .container {
  opacity: 0 !important;
  pointer-events: none;
}

body.page-exiting {
  animation: none !important;
  opacity: 1 !important;
  transition: none !important;
}

body.page-exiting .container {
  opacity: 0 !important;
  transition: opacity var(--catmaps-page-exit-duration) ease-out !important;
}

body.page-exiting .loadingImageContainer {
  animation: none !important;
  opacity: 0 !important;
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pageContentFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* CSS */
.loadingOverlay {
  /* Your existing styles for the loading overlay */
  opacity: 1; /* Set the initial opacity to 1 */
  transition: opacity 1s ease; /* Add a transition for the 'opacity' property */
}


.fadeOut {
  opacity: 0; /* Set the opacity to 0 to fade out */
}


/* Set the size of the div element that contains the map */
    #map-index {
        height: 65vh;
        width: 100%;  /* The width is the width of the webpage */
        border: 2px solid black;
        border-radius: 10px;
        opacity: 0;
        transition: opacity var(--catmaps-surface-reveal-duration) ease-out;
    }

    .btn-primary {
      color: black !important; /* Set the default text color to black */
      background-color: #eeff00bd !important;
      /* outline: none !important; */
      /* box-shadow: none !important;  */
    }

    .btn-primary.active {
      background-color: #fac629 !important; /* Replace 'your-desired-color' with the color you want */
     
      /* Add any other styles you want to apply for the active state */
    }

    .btn-primary:hover {
      background-color: #fffb00 !important; /* Replace with your desired hover color */
      /* Add any other styles you want to apply on hover */
    }


/* Add a CSS transition for the height change of the catPhotoPreviews container */
#catPhotoPreviews {
  transition: height 0.5s ease; /* Adjust the duration and easing as needed */
}

/* Add a CSS transition for the height change of the parent element */
#parentElement {
  transition: height 0.5s ease; /* Adjust the duration and easing as needed */
}




.addCat-index {
  width: 120px;
  height: 42px;
  /* animation: pulse 2s infinite; */
  margin-top: 16px !important;
  /* background-color: rgb(232, 197, 72); */
  /* Set text color to black */
  color: black !important;
  border: 2px solid black !important;
  /* Use a custom font for the button text */
  font-family: "PoetsenOne", sans-serif !important; /* Replace "Your Custom Font" with the actual font name */
  font-size: 19px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 10px !important;
  
}


#addCat-index {
  margin-bottom: 10px !important;
  width: 120px;
  height: 42px;
  /* animation: pulse 2s infinite; */
  margin-top: 16px !important;
  background-color: rgb(232, 232, 72) !important;
  /* Set text color to black */
  color: black !important;
  border: 2px solid black !important;
  /* Use a custom font for the button text */
  font-family: "PoetsenOne", sans-serif !important; /* Replace "Your Custom Font" with the actual font name */
  font-size: 19px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.takeImageButton {
  color: black;
  border: 1px solid black;
  font-family: "PoetsenOne", sans-serif;
  font-size: 19px;
}

#listview {
  margin-top: 22px !important;
}

@keyframes pulse {
  0% {
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.7);
  }
  50% {
  box-shadow: 0 0 25px rgba(0, 255, 0, 0.99);
  }
  100% {
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.7);
  }
}

.text-left {
  width: 50%;
}

.modal-text-fade-out {
  opacity: 0;
  transition: opacity 0.333s ease-out;
  font-weight: bold;
  font-size: 20px;
  margin-top: 16px;
}

.modal-text-fade-in {
  opacity: 1;
  transition: opacity 0.333s ease-in;
  font-weight: bold;
  font-size: 20px;
  margin-top: 16px;
}


#myModalBackground {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.3);
  backdrop-filter: blur(3px);
}

#myProgressModal {
  /* Your current myProgressModal styles */
  position: relative;
  display: none;
  transition: all 0.55s ease-in-out;
  transform: translateY(0);
  z-index: 2;
}

#myProgressModal.hide {
  transform: translateY(-300%);
}

.modalText {
  font-weight: bold;
  font-size: 26px;
  margin-top: 16px;
}

.modalContent {
  background-color: beige;
  margin: 15% auto; 
  padding: 20px;
  border: 2px solid #888;
  width: 70%; 
  text-align: center; 
  border-radius: 10px;
}
/* rest of your CSS */

.spinnerImage {
  height: 80px; 
  width: 80px; 
  margin-bottom: 10px;
}

.rotateImg {
  animation: rotation 1s linear 1;
}

@keyframes rotation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.bg-light-cat {
  background: transparent !important;
  background-color: transparent !important;
}



.bg-light {
  background: transparent !important;
  background-color: transparent !important;
}

/* Set the size of the div element that contains the map */
#map {
  height: 200px;
  /* The height is 200 pixels */
  width: 100%;
  /* The width is the width of the webpage */
  border: 2px solid black;
  cursor: auto; 
  border-radius: 10px; /* Adjust the value to match the text fields */
}


@keyframes fading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.navbar {
  /* padding-top: 4px !important; */
  padding-bottom: 2px !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  /* overflow: hidden !important; */
  display: block !important;
}

.navbar-brand {
  padding-top: 2px !important;
  padding-left: 0px !important;
  overflow: hidden !important;
}

.required-field {
background-color: #ffe6e6;
}

.addBodegaCatText {
  margin-bottom: 12px !important;
  font-size: 22px !important;
}

#addCatTextStyle {
  font-family: "PoetsenOne", sans-serif; /* Replace "Your Custom Font" with the actual font name */
  /* margin-bottom: 4px; */
  font-size: 19px !important; 
}


#addCatTextFieldTitleLabel {
  font-size: 19px !important; 
}

#bodegaName {
  margin-bottom: 4px;
  font-size: 19px !important;
  border: 2px solid black;
}

#businessInfoLabel {
  font-size: 18px;
}


#bodegaLocation.bodegaLocation-animation {
  animation: fading 2s infinite;
  white-space: pre-line;
  font-size: 19px !important;
  
}

#map.map-animated {
  animation: fading 2s infinite;
}

/* Hide the fullscreen control */
.gm-fullscreen-control {
  display: none;
}

.x-button {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 20px !important;
  width: 20px !important;
  border: 0px !important;
  opacity: 1;
  pointer-events: auto !important;
  z-index: 999;
}

.image-container {
  display: inline-block;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(30% - 10px);
  /* Set the width to occupy one-third of the available space with some gap */
  max-height: 150px;
  /* Set a fixed max height for consistent display */
  margin-bottom: 10px;
  /* Add a bottom margin for spacing */
  margin-right: 10px;
  /* Add a right margin for spacing */
  border-radius: 10px;
  /* Apply rounded corner radius */
  
   transition: max-width 0.3s ease;
  overflow: hidden;
  
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  max-height: 100%; /* Set a maximum height to ensure the image fits within the container */
  border: 1px solid black;
}


@keyframes glowing {
0% {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
50% {
box-shadow: 0 0 25px rgba(255, 0, 0, 0.9);
}
100% {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
}

.glowing-animation {
animation: glowing 2s infinite;
}

.photo-button {
margin-top: 5px;
margin-right: 14px;
border: 2px solid black;
}

@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

.fade-in {
animation: fade-in 0.5s ease-in forwards;
}

.fade-in-2 {
  animation: fade-in 0.75s ease-in forwards;
}

/* Add the fade-out animation */
.fade-out {
  animation-name: fadeOut;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Add the slide-in animation to the image container */
.image-container.slide-in {
opacity: 0;
animation-name: slideIn;
animation-duration: 0.6s;
animation-fill-mode: forwards;
max-width: 100%;

}

@keyframes slideIn {
0% {
transform: translateY(50px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}

.image-container.slide-out {
animation-name: slideOut;
animation-duration: 0.4s; /* Adjust the duration as needed */
animation-fill-mode: forwards;
max-width: 0;

}

@keyframes slideOut {
0% {
transform: translateX(0);
opacity: 1;
}
100% {
transform: translateX(-100%);
opacity: 0;
}
}

@keyframes backgroundAnimation {
 
  0% {
    background-color: rgba(255, 103, 197, 0); /* Initial transparent background */
    }
  25% {
background-color: rgba(255, 103, 197, 0.147); /* Initial transparent background */
}
50% {
background-color: rgb(200, 250, 242); /* Semi-transparent middle color */
}
75% {
 background-color: rgba(220, 254, 0, 0.243); /* Initial transparent background */
}
100% {
  background-color:  rgba(255, 103, 197, 0); /* Initial transparent background */
 }
}


#background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 100vh;
min-height: 100dvh;
z-index: 0;
background-color: transparent;
isolation: isolate;
animation: none;
overflow-y: auto;
overflow-x: hidden;
}

#background::after {
content: "";
position: fixed;
inset: 0;
z-index: 1;
pointer-events: none;
background-color: var(--catmaps-background-base);
background-image:
  linear-gradient(
    rgba(255, 255, 255, var(--catmaps-background-soften-opacity)),
    rgba(255, 255, 255, var(--catmaps-background-soften-opacity))
  ),
  var(--catmaps-background-tile);
background-repeat: repeat, repeat;
background-size: auto, var(--catmaps-background-size);
background-position: 0 0, var(--catmaps-background-position);
opacity: 0;
transition: opacity 80ms ease-out;
}

body.page-exiting #background::after {
opacity: 1;
}

#background > .loadingImageContainer {
pointer-events: none;
position: fixed;
z-index: 1;
}

#background .loadingImageContainer {
pointer-events: none;
z-index: 1;
}

#background > :not(.loadingImageContainer) {
position: relative;
z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .map-action-row {
    transition: none;
    transform: none;
  }
}

/* Add a 1-pixel black border to the text fields */
.form-control {
border: 1px solid black;
border-radius: 10px; /* Adjust the value as desired */
font-size: 19px !important;
}

.btn {
border-radius: 5px; /* Adjust the value as desired */
}

.container {
position: relative;
margin-left: 0px !important;
max-width: 600px !important;
padding-bottom: 12px;
}


.container.catprofile {
  position: relative;
}


.map-container {
position: relative;
}

.map {
position: relative;
z-index: 1;
}

.map-loader-cat {
pointer-events: none;
}

.background-image {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 75%;
height: 75%;
object-fit: contain;
opacity: 0.25;
z-index: 1;
animation: rotate 10s linear infinite;


}

.background-image-2 {

position: absolute;
top: 24%;
left: 86%;
transform: translate(-50%, -50%);
width: 25%;
height: 25%;
object-fit: contain;
opacity: 0.25;
z-index: 1;
animation: rotate 5s linear infinite;


}


.background-image-3 {

position: absolute;
top: 18%;
left: 11%;
transform: translate(-50%, -50%);
width: 20%;
height: 20%;
object-fit: contain;
opacity: 0.25;
z-index: 1;
animation: rotate 2s linear infinite;


}


.background-image-4 {

position: absolute;
top: 73%;
left: 15%;
transform: translate(-50%, -50%);
width: 40%;
height: 40%;
object-fit: contain;
opacity: 0.25;
z-index: 1;

animation: rotate 4s linear infinite;
overflow: hidden;

}


.background-image-5 {

position: absolute;
top: 66%;
left: 82%;
transform: translate(-50%, -50%);
width: 33%;
height: 33%;
object-fit: contain;
opacity: 0.25;
z-index: 1;
animation: rotate 8s linear infinite;


}

@keyframes appear-grow-shake-shrink {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  30% {
    transform: scale(1.4);
  }
  40%, 60% {
    transform: scale(1.4) rotate(-6deg);
  }
  50%, 70% {
    transform: scale(1.4) rotate(6deg);
  }
  80%, 100% {
    transform: scale(1);
  }
}

.appear-grow-shake-shrink {
  animation: appear-grow-shake-shrink 3s ease-in-out;
  animation-fill-mode: forwards;
}



@keyframes rotate-once {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-once {
  animation: rotate-once 2s linear;
  animation-fill-mode: forwards;
  transform: translateY(-10px); /* Shift the element up by 10 pixels */
}



.map.fade-out .background-image {
opacity: 0;
}

@keyframes rotate {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}

#submitButton.enabled {
  
animation: pulse 2s infinite;
}

#submitButton {
  background-color: rgb(232, 232, 72);
  /* Set text color to black */
  color: black;
  border: 1px solid black;
  /* Use a custom font for the button text */
  font-family: "PoetsenOne", sans-serif; /* Replace "Your Custom Font" with the actual font name */
  font-size: 19px;
  margin-top: 10px;
}




@keyframes pulse {
0% {
box-shadow: 0 0 0px rgba(0, 255, 0, 0.25);
}
50% {
box-shadow: 0 0 25px rgba(0, 255, 0,1);
}
100% {
box-shadow: 0 0 0px rgba(0, 255, 0, 0.25);
}
}

/* Responsive polish overrides */
html {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  background-color: var(--catmaps-background-base);
  background-image:
    linear-gradient(
      rgba(255, 255, 255, var(--catmaps-background-soften-opacity)),
      rgba(255, 255, 255, var(--catmaps-background-soften-opacity))
    ),
    var(--catmaps-background-tile);
  background-repeat: repeat, repeat;
  background-size: auto, var(--catmaps-background-size);
  background-position: 0 0, var(--catmaps-background-position);
}

body {
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background-color: transparent !important;
  background-image: none !important;
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

p {
  margin-top: 0;
}

img {
  vertical-align: middle;
}

body.catProfileFadeIn {
  overscroll-behavior-x: none;
}

body.catProfileFadeIn #background {
  overscroll-behavior: contain;
}

body.catProfileFadeIn.cat-profile-no-scroll {
  overflow: hidden;
}

body.catProfileFadeIn.cat-profile-no-scroll #background {
  overflow: hidden;
}

.navbar {
  width: 100%;
  filter: drop-shadow(var(--catmaps-awning-shadow));
  position: relative;
  z-index: 5;
}

.navbar-brand {
  display: block !important;
  width: 100%;
  margin-right: 0 !important;
}

.container {
  width: min(100% - 24px, 600px) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.fade-in-page .container {
  margin-top: var(--catmaps-surface-gap) !important;
}

body.catProfileFadeIn .container.catprofile {
  margin-top: var(--catmaps-surface-gap) !important;
}

body.addcat-page #background {
  box-sizing: border-box;
  padding-bottom: var(--catmaps-surface-gap);
}

.addcat-layout {
  padding-bottom: 0 !important;
  position: relative;
  z-index: 2;
}

.add-cat-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid #000000;
  border-radius: 12px;
  box-shadow: var(--catmaps-surface-shadow);
  padding: 16px !important;
  position: relative;
  z-index: 1;
}

body.addcat-page .add-cat-panel,
body.addcat-page .addcat-action-row {
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

body.addcat-page.surface-ready .add-cat-panel {
  animation: addCatSurfaceIn var(--catmaps-surface-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.addcat-page.surface-ready .addcat-action-row {
  animation: addCatSurfaceIn var(--catmaps-surface-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes addCatSurfaceIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.add-cat-panel form {
  margin-bottom: 0;
}

.add-cat-panel #addCatTextStyle,
.add-cat-panel #addCatTextFieldTitleLabel,
.add-cat-panel #bodegaLocation {
  color: #20242a;
}

.addcat-action-row .add-cat-submit,
.addcat-action-row .list-add-cat-button {
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
}

#map-index {
  height: clamp(430px, 68vh, 720px);
  position: relative;
  box-shadow: var(--catmaps-surface-shadow);
  z-index: 1;
}

#cat-table-div {
  height: clamp(430px, 68vh, 720px);
  max-height: clamp(430px, 68vh, 720px);
  position: relative;
  box-shadow: var(--catmaps-surface-shadow);
  z-index: 1;
}

.action-row {
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.map-action-row,
.deferred-action-row {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity var(--catmaps-surface-reveal-duration) ease-out,
    transform var(--catmaps-surface-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1);
}

.map-action-row.map-action-row-ready,
.deferred-action-row.action-row-ready {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.action-row .addCat-index,
.action-row .list-add-cat-button,
.action-row #submitButton {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.addCat-index,
#addCat-index,
#submitButton,
.photo-button {
  min-height: 44px;
  box-shadow: 0 3px 0 #000000;
  transition: transform 140ms ease, box-shadow 140ms ease, background-color 140ms ease;
}

.addCat-index:hover,
#addCat-index:hover,
#submitButton:hover,
.photo-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 0 #000000;
}

.addCat-index:active,
#addCat-index:active,
#submitButton:active,
.photo-button:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 #000000;
}

.add-cat-submit {
  width: 150px !important;
  margin-bottom: 10px !important;
}

#map {
  height: clamp(220px, 35vh, 320px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.form-control {
  min-height: 44px;
}

.list-catImage {
  object-fit: cover;
}

.list-storeName {
  line-height: 1.15;
}

.list-tableName {
  overflow-wrap: anywhere;
}

.image-container-profile .image-wrapper {
  max-width: min(100%, 360px);
  max-height: min(58vh, 460px);
  margin-inline: auto;
}

.swiper-pagination-container {
  justify-content: center;
  margin-top: 24px;
}

.custom-swiper-pagination {
  left: auto !important;
}

.textBlockDiv {
  max-width: var(--profile-column-width, min(100%, 360px));
}

.cat-info-panel {
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid #000000;
  border-radius: 12px;
  box-shadow: var(--catmaps-surface-shadow);
  padding: 14px 16px 12px;
}

.cat-info-panel .catName {
  margin-top: 0;
}

.cat-info-panel .addedOnDate {
  margin-bottom: 0;
}

.container.catprofile {
  --profile-column-width: min(100%, 360px);
}

body.catProfileFadeIn:not(.cat-profile-content-ready) .container.catprofile {
  opacity: 0 !important;
  pointer-events: none;
}

body.catProfileFadeIn.cat-profile-content-ready .container.catprofile {
  opacity: 1;
  pointer-events: auto;
  transition: opacity var(--catmaps-surface-reveal-duration) ease-out;
}

.container.catprofile .image-container-profile,
.container.catprofile > .swiper-pagination-container,
.container.catprofile > .textBlockDiv {
  opacity: 0;
  transform: translateY(8px);
  will-change: opacity, transform;
}

body.catProfileFadeIn.cat-profile-content-ready .container.catprofile .image-container-profile,
body.catProfileFadeIn.cat-profile-content-ready .container.catprofile > .swiper-pagination-container,
body.catProfileFadeIn.cat-profile-content-ready .container.catprofile > .textBlockDiv {
  animation: catProfileContentIn var(--catmaps-surface-reveal-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes catProfileContentIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.container.catprofile > .textBlockDiv {
  margin-top: 1rem;
}

.container.catprofile .image-container-profile .image-wrapper,
.container.catprofile > .swiper-pagination-container,
.container.catprofile > .textBlockDiv,
.container.catprofile > .action-row {
  box-sizing: border-box;
  width: var(--profile-column-width);
  max-width: var(--profile-column-width);
  margin-left: auto;
  margin-right: auto;
}

.container.catprofile .image-container-profile .image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.container.catprofile .image-container-profile img {
  display: block;
  height: auto;
  max-height: min(58vh, 460px);
  max-width: 100%;
  width: auto;
}

.container.catprofile > .swiper-pagination-container {
  align-items: center;
  display: flex;
  min-height: 18px;
}

.container.catprofile .custom-swiper-pagination {
  bottom: auto !important;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  left: 0 !important;
  margin: 0;
  position: static !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
}

.container.catprofile .custom-swiper-pagination .swiper-pagination-bullet {
  left: 0 !important;
  margin: 0 !important;
}

.container.catprofile > .action-row {
  align-items: flex-start;
  justify-content: flex-start;
}

.container.catprofile > .textBlockDiv > .action-row {
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.container.catprofile > .action-row .addCat-index {
  flex: 0 0 auto;
}

.container.catprofile > .textBlockDiv > .action-row .addCat-index {
  flex: 0 0 auto;
}

@media (min-width: 760px) {
  .container {
    width: min(100% - 48px, 640px) !important;
  }

  #map-index,
  #cat-table-div {
    border-radius: 12px;
  }
}

@media (min-width: 760px) and (max-height: 820px) {
  body.catProfileFadeIn .container.catprofile .image-container-profile .image-wrapper {
    max-height: clamp(300px, 47vh, 385px);
  }

  body.catProfileFadeIn .container.catprofile .image-container-profile img {
    max-height: clamp(300px, 47vh, 385px);
  }

  body.catProfileFadeIn .swiper-pagination-container {
    margin-top: 12px;
  }

  body.catProfileFadeIn .catName {
    margin-bottom: 2px;
    margin-top: 4px;
  }

  body.catProfileFadeIn .catDescription {
    margin-bottom: 2px;
  }

  body.catProfileFadeIn .addedOnDate {
    margin-bottom: 2px;
    margin-top: 4px;
  }

  body.catProfileFadeIn .cat-info-panel {
    padding: 10px 12px 9px;
  }

  body.catProfileFadeIn .container.catprofile > .textBlockDiv {
    margin-top: 8px;
  }

  body.catProfileFadeIn .textBlockDiv > .action-row .addCat-index {
    margin-top: 8px !important;
  }

  .add-cat-panel {
    padding: 12px !important;
  }
}

@media (max-width: 520px) {
  .container {
    width: calc(100% - 18px) !important;
  }

  #map-index {
    height: clamp(360px, 63vh, 560px);
    border-radius: 9px;
  }

  #cat-table-div {
    height: clamp(360px, 63vh, 560px);
    max-height: clamp(360px, 63vh, 560px);
    border-radius: 9px;
  }

  .action-row {
    gap: 10px;
  }

  .addCat-index,
  #addCat-index {
    width: min(128px, calc((100vw - 36px) / 2));
    font-size: 18px !important;
  }

  .add-cat-submit {
    width: min(158px, calc(100vw - 36px)) !important;
  }

  .list-catImage {
    width: 62px !important;
    height: 62px !important;
    border-radius: 12px;
    flex-basis: 62px;
    min-width: 62px;
  }

  .list-image-container {
    flex-basis: 62px;
    min-width: 62px;
    width: 62px;
  }

  .list-tableName {
    font-size: 21px;
  }

  .list-noTableName {
    font-size: 42px;
  }

  .list-storeName,
  .list-addedOnDate {
    font-size: 14px;
  }

  .custom-margin {
    margin-left: 8px;
  }

  .tdPadding {
    padding: 0.35rem !important;
  }

  .catName {
    font-size: 21px !important;
  }

  .catDescription {
    font-size: 17px !important;
  }

  .storeName {
    font-size: 18px;
  }

  .swiper-pagination-container {
    margin-top: 18px;
  }

  .image-container-profile .image-wrapper {
    max-height: 52vh;
  }

  #map {
    height: clamp(210px, 31vh, 280px);
  }
}

@media (max-width: 360px) {
  .addCat-index,
  #addCat-index {
    width: 100%;
  }

  .action-row {
    align-items: stretch;
  }
}
