@font-face {
  font-family: "GamjaFlower-Regular";
  src: url(GamjaFlowerFont/GamjaFlower-Regular.ttf);
}

body {
  font-family: "GamjaFlower-Regular";
overflow-x: hidden;
}

img {
  width: 100%;
}

.img {
 width: 13%;
  background-size: contain;
  background-repeat: no-repeat;
  animation: toDown 2s ease-out;
  width: clamp(70px, 13vw, 200px);
  animation: toDown 2s ease-out;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.img img{
        object-fit: contain;
}

::selection {
  background-color: #fdf5aa;
}

.searchChar {
    background-color: #fdf5aa;
}

.text-shadow-3d::selection {
  text-shadow: 2px 2px 0px oklch(80.8% 0.114 19.571),
    4px 4px 0px oklch(94.5% 0.129 101.54),
    6px 6px 0px oklch(90.1% 0.058 230.902),
    8px 8px 0px oklch(90.3% 0.076 319.62),
    10px 10px 2px rgba(255, 255, 255, 0.5);
}

footer p::selection {
   text-shadow: 2px 2px 2px oklch(80.8% 0.114 19.571);
color: #000;
}

.text-shadow-3d {
  font-size: 120px;
font-size: clamp(40px, 8vw, 120px);
  width: fit-content;
  text-shadow: 2px 2px 0px oklch(80.8% 0.114 19.571),
    4px 4px 0px oklch(94.5% 0.129 101.54),
    6px 6px 0px oklch(90.1% 0.058 230.902),
    8px 8px 0px oklch(90.3% 0.076 319.62), 10px 10px 2px rgba(0, 0, 0, 0.5);
      animation: toDownStreat 2s ease-out;
}

.form {
  background: #fdfbf7;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}


.studyImage {
  --w: clamp(60px, 20vw, 200px);
  left: 0;
  width: var(--w);
  height: auto;
  top: calc(-1 * var(--w) + 15px); 
  animation: movingAround 20s infinite ease-in;
}

.form-control:focus {
  box-shadow: oklch(80.533% 0.11089 19.738 / 0.51) 0px 0px 0px 0.25rem;
  border-color: oklch(94.5% 0.129 101.54);
}

label {
font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.5px;
  cursor: pointer;
}

.btn {
  background-color: oklch(80.8% 0.114 19.571);
  border: 2px solid rgb(188, 188, 188);
  transform: translate(-5px, -5px);
  box-shadow: 2px 2px 0 oklch(90.1% 0.058 230.902),
    4px 4px 0 oklch(90.3% 0.076 319.62);
  transition: all 0.2s;
font-size: clamp(20px, 0.57vw + 18.18px, 24px);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: oklch(80.8% 0.114 19.571);
}

.btn:hover {
  background-color: oklch(80.8% 0.114 19.571);
  border: 2px solid rgb(188, 188, 188);
  transform: translate(0px, 0px);
  box-shadow: 0 0 0px #000;
}

.card-img {
  width: clamp(35px, 0.71vw + 32.73px, 40px);
  padding-bottom: 5px;
}

.form-control {
  border: 2px dashed #89cff0;
  transition: all 0.3s ease;
  border-radius: 15px;
  font-size: clamp(16px, 0.57vw + 14.18px, 20px);
}

.form-control:hover {
  background-color: #eeeeee77;
  border-color: #e0c3fc;
}

#productImage::file-selector-button {
  background-color: gray;
  color: white;
  border: none;
  padding: 8px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-weight: 600;
  font-size: 18px;
}



span {
  color: #c5172e;
}

.bookmark-table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.bookmark-table thead th {
  border: none;
  color: #475467;
  padding: 10px;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ffadad;
  text-underline-offset: 8px;
  text-align: center;
  white-space: nowrap; 
font-size: clamp(16px, 1.14vw + 12.36px, 24px);
}

.bookmark-table tbody tr {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.bookmark-table tbody td,
.bookmark-table tbody th {
  padding: 10px;
  border: none;
  color: #555;
  font-weight: 500;
  vertical-align: middle;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
font-size: clamp(14px, 2vw, 20px);
  text-align: center;
}



.table-row td {
    position: relative;
    overflow: hidden;
}

.table-row td:nth-of-type(1)::after {
    content: "";
    position: absolute;
    background-image: url("images/Sad Bunny Sticker by Tonton Friends.gif");
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 100%;
    left: 10%;
    z-index: 20;
    transform: translateY(100%); 
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.2s;
}

.table-row td::before {
    content: "";
    position: absolute;
    width: 0%; 
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    transition: width 0.5s ease;
}


.table-row.deleting td:nth-of-type(1)::after {
    transform: translateY(-70px); 
}

.table-row.deleting td::before {
    width: 100%;
}

.zoom-out td {
    transform: translateX(150%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.bookmark-table tbody td:first-child,
.bookmark-table tbody th {
  border-left: 1px solid #f0f0f0;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s ease;
}
.bookmark-table tbody td:last-child {
  border-right: 1px solid #f0f0f0;
  border-radius: 0 10px 10px 0;
}

.bookmark-table tbody tr:nth-child(odd) td:first-child,
.bookmark-table tbody tr:nth-child(odd) th {
  border-left: 6px solid #ffadad;
}

.bookmark-table tbody tr:nth-child(even) td:first-child,
.bookmark-table tbody tr:nth-child(even) th {
  border-left: 6px solid oklch(94.5% 0.129 101.54);
}

.bookmark-table tbody tr:hover {
  transform: scale(1.01);
  background-color: #fdfbf7;
}

.bookmark-table tbody tr:hover th {
  border-left-width: 10px;
}

.scroll-on-small {
    width: 100%;
}

.actions-btn__icon {
  width: 37px; 
  height: 37px;
  cursor: pointer;

}

.productImage {
  width: 80px; 
  height: 80px;
  aspect-ratio: 1/1;
  margin: auto;
}

.productImage img {
  object-fit: contain;
}

.actions-btn__icon:nth-of-type(1) {
  background-image: url(images/Art\ No\ Sticker.gif);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
.actions-btn__icon:nth-of-type(2) {
  background-image: url(images/Drawing\ Writing\ Sticker\ by\ Kyocera.gif);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-img {
  width: clamp(65px, 2.13vw + 58.18px, 80px);
  height: clamp(60px, 2.84vw + 50.91px, 80px);
}


footer {
    color: #555;
}

.footer-img img {
    width: clamp(50px, 1.42vw + 45.45px, 60px);
    height: clamp(50px, 1.42vw + 45.45px, 60px);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

footer p {
  font-size: clamp(18px, 0.57vw + 16.18px, 22px);
    text-shadow: 1px 1px 2px rgba(255, 255, 255);
    letter-spacing: 0.5px;
}

footer p .love-symbol {
    color: #fb586b;
    font-size: clamp(25px, 1.14vw + 21.36px, 33px);
    padding: 0 clamp(2px, 0.43vw + 0.64px, 5px);
}

.footer-wave {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}

.footer-wave path {
  filter: drop-shadow(0px -3px 0px gray); 
}

.highlight-new {
    animation: flashRow 2s ease; 
}


.highlight-new td, 
.highlight-new th {
    background-color: #ffe0e6; 
    transition: background-color 2s ease;
}

.search {
  background-color: #ffadad;
  width: fit-content; 
  transition: all 1s ease; 
  width: clamp(45px, 0.71vw + 42.73px, 50px);
  height: clamp(45px, 0.71vw + 42.73px, 50px);
  border-radius: 100px;
  padding-left: 12px;
    position: relative;
    flex-shrink: 0;
}

.search svg {
  width:clamp(22px, 0.43vw + 20.64px, 25px); 
  height:clamp(22px, 0.43vw + 20.64px, 25px);
  cursor: pointer; 
  fill: #fff;
}

.search input {
  width: 0; 
  padding: 0; 
  outline: none; 
  background: transparent;
  transition: all 1s ease; 

}

.search.active input {
  width: 100%;
  margin-left: 10px; 
  background-color: #fff ;
  padding: clamp(6px, 0.28vw + 5.09px, 8px);
}

.search.active {
   width: 80%;
  border-radius: 50px;
  padding-left: clamp(15px, 0.71vw + 12.73px, 20px);
padding-right: 5px;  
padding-block: 4px;
justify-content: start;
}

.clear-btn {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background-color: #FA5252;
width: 18px;
height: 18px;
border-radius: 100px;
transition: all 0.2s;
color: #fff;
cursor: pointer;
display: none;
}

.clear-btn.show {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}


.search:not(.active) .clear-btn {
  opacity: 0;
  pointer-events: none ;
  display: none; 
}

.noMatch-img {
  width:100px;
  aspect-ratio: 1/1;
}

.clear-btn:hover {
  background-color: #fa5252cd;
}

.clear-btn__icon svg{
  width: 12px;
  height: 13px;
}

.clearAll-btn button.btn{
    border-radius: 0px;
    text-transform: uppercase;
}



.clearAll-btn__icon img{
  width: clamp(45px, 0.71vw + 42.73px, 50px);
  height:clamp(35px, 0.71vw + 32.73px, 40px);
  object-fit: cover;
  transform: scale(1.2);
}


@keyframes movingAround {
  0% {
    left: 0;
  }

  50% {
    left: calc(100% - 200px);
    transform: rotateY(0deg);
  }
  51% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

@keyframes toDown {
  0%{
    transform: translateY(-200px) ;
  }
  20%{
    transform: translateY(-100px) rotate(20deg);
  }

  50% {
    transform: translateY(-50px) rotate(-20deg);

  }
  100% {
       transform: translateY(0) rotate(0deg);
  }
}

@keyframes toDownStreat {
   0%{
    transform: translateY(-200px) ;
  }
   100% {
       transform: translateY(0);
  }
}


@media (max-width: 992px) {
  .scroll-on-small {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
    .bookmark-table {

        min-width: 1100px; 
    }

    .bookmark-table th, 
    .bookmark-table td {
        white-space: nowrap; 
        font-size: 14px;
    }
}


@keyframes movingAround {
  0% {
    left: 0;
  }

  50% {
    left: calc(100% - var(--w)); 
    transform: rotateY(0deg);
  }
  
  51% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg);

  }
}


@keyframes flashRow {
    0% { background-color: #ffadad; } 
    100% { background-color: transparent; } 
}


.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(5px); 
  display: flex;
  justify-content: center; 
  align-items: center; 
  z-index: 9999; 
}


.modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 25px; 
  width: 450px;
  max-width: 90%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  position: relative;
  text-align: center;
  border: 4px solid #FFF5F5; 
  animation: popUp 0.3s ease; 
}


.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: 0.3s;
}

.close-btn:hover {
  color: #ff4d4d;
}


@keyframes popUp {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.delete-img {
  width: clamp(170px, 4.26vw + 156.36px, 200px);
  height: clamp(180px, 2.84vw + 170.91px, 200px);
}


.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 60, 0.4); 
  backdrop-filter: blur(8px); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content h3{
  color: #475467;
font-size: clamp(28px, 0.99vw + 24.82px, 35px);
}
.modal-content {
  background-color: #fff;
  background-image: radial-gradient(#F3E8FF 2px, transparent 2px);
  background-size: 20px 20px;
  padding:clamp(20px, 2.84vw + 10.91px, 40px);
  border-radius: 40px;   
  width: 450px;
  max-width: 90%;
  box-shadow: 0 20px 60px rgba(200, 180, 255, 0.4);
  position: relative;
  text-align: center;
  border: 6px solid #FFF; 
  outline: 4px dashed #E0C3FC; 
  animation: popUp 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: clamp(30px, 0.71vw + 27.73px, 35px);
  height: clamp(30px, 0.71vw + 27.73px, 35px);
  background-color: #FFF5F5;
  background-color: #FFF5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 0.28vw + 17.09px, 20px);
  font-weight: bold;
  color: #FFADAD;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}


.close-btn:hover {
  background-color: #FFADAD;
  color: white;
  transform: rotate(90deg); 
}

.btn-cancel {
  background-color: #E0F2FE;
  box-shadow:   4px 4px 0 oklch(86.9% 0.005 56.366);
 border-color: #d5eeff;
}

#cancelBtn:active{
  background-color: #cdebff;
  border-color: transparent;
}

button#confirmBtn:active{
background-color: #ff8e8e;
  border-color: transparent;

}

.btn-Delete {
  box-shadow:   4px 4px 0 oklch(86.9% 0.005 56.366);
   border-color: #ff9d9d;
}

.btn-Delete:hover {
   border-color: #ff9d9d;
}

.btn-cancel:hover {
  background-color: #E0F2FE;
   border-color: #d5eeff;
}