      * { box-sizing: border-box; }
  body { 
    font-family: 'Segoe UI', sans-serif; 
    margin: 0; 
    padding: 0; 
    color: #063131; 
    background: #ffffff1a;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  html {
  overflow-y: scroll;
}
@font-face {
  font-display: swap;
}
  header {
    position: sticky;
    top: 0;
    z-index: 1000;
    /*background: #063131;*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #cccccc3b;
    scroll-behavior: smooth;
  }
  header h2 {
    margin: 0 0 15px;
    font-weight: 600;
    text-align: center;
    color: #222;
  }

  .emojibd-input-typing {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.clear-btn {
  position: absolute;
  right: 14px;
  top: 46%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #df0000;
  cursor: pointer;
  display: none;
  user-select: none;
}

  textarea{
    width: 100%;
    max-width: 1100px;
    margin: 6px auto;
    padding: 12px 14px;
    font-size: 18px;
    border: 1px solid #063131;
    border-radius: 12px;
    outline: none;
    background: #fff;
    color: #063131;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    display: block;
  }

  select {
    width: 100%;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #063131;
    outline: none;
    background: #fff;
    color: #063131;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    display: block;
    border-radius: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;         
  padding-right: 30px;      
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23000' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>"); 
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  }
  textarea {
    height: 50px;
    resize: none;
  }
  textarea:focus, select:focus {
    border-color: #063131;
    box-shadow: 0 0 6px rgba(108,92,231,0.3);
  }

.emojibdallgeneratelist{
  width: 100%;
}

.emojibdallgeneratestyleitems{
  max-width: 1100px;
  margin: 4.5rem auto;
}

  .emojiconam {
    position: absolute;
    bottom: -8px;
    left: 14px;
    font-size: 11px;
    font-weight: 600;
    color: #0631318c;
    background: #fff;
    padding: 2px 5px;
    border-radius: 20px;
  }

.copy-alert-inline {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(6px); 
  background: #ffffff;      
  color: #111111;                
  padding: 8px 12px;            
  border-radius: 12px;          
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(16,24,40,0.12), 
              0 2px 6px rgba(16,24,40,0.06);  
  border: 1px solid rgba(16,24,40,0.06);     
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, transform 220ms cubic-bezier(.2,.9,.2,1);
  white-space: nowrap;
  backdrop-filter: blur(4px);    
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
}

/* visible state */
.copy-alert-inline.show {
  opacity: 1;
  transform: translateY(-50%) translateX(0); /* slide into place */
  pointer-events: auto;
}

.heart {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #aaa;
  transition: all 0.4s ease;
  background: linear-gradient(145deg, #dedede, #b8b8b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.heart:hover {
  transform: translateY(-50%) scale(1.25) rotate(-5deg);
  background: linear-gradient(145deg, #ee363d, #98361a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*text-shadow: 0 0 12px rgba(255,150,180,0.8);*/
}

.heart.fav {
  background: linear-gradient(
182deg, #8b0021, #932200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heartPop 0.6s ease;
}

/* Pop + Glow animation */
@keyframes heartPop {
  0%   { transform: translateY(-50%) scale(1); opacity: 0.7; }
  25%  { transform: translateY(-50%) scale(1.5); opacity: 1; }
  50%  { transform: translateY(-50%) scale(0.9); }
  75%  { transform: translateY(-50%) scale(1.2); }
  100% { transform: translateY(-50%) scale(1); }
}


  a {
    text-decoration: none;
    /*font-weight: 600;*/
    transition: color 0.3s;
  }

#emojisdba1stylist,
#emojisdba2stylist,
#emojisdba3stylist,
#emojisdba4stylist,
#emojisdba5stylist,
#emojisdba6stylist,
#emojisdba7stylist,
#emojisdba8stylist,
#emojisdba9stylist,
#emojisdba10stylist,
#emojisdba11stylist,
#emojisdba12stylist,
#emojisdba13stylist,
#emojisdba14stylist,
#emojisdba15stylist,
#emojisdba16stylist,
#emojisdba17stylist,
#emojisdba18stylist,
#emojisdba19stylist,
#emojisdba20stylist,
#emojisdba21stylist,
#emojisdba22stylist,
#emojisdba23stylist,
#emojisdba24stylist,
#emojisdba25stylist
  {
    margin: 30px auto;
    width: 100%;
  }
  .emojisdbstyle
  { 
    font-size: 23px; 
    background: #fff; 
    padding: 15px 50px 15px 14px; 
    border-radius: 8px; 
    margin: 10px 1%; 
    position: relative; 
    cursor: pointer;
    border: 1px solid #06313138;
    /*box-shadow:
    0 4px 6px #0631311a, 0 8px 20px #0631311f, inset 0 1px 0 #0631311c;*/
    transition: transform 0.2s ease, background 0.3s ease;
    word-wrap: break-word;      
    overflow-wrap: break-word;  
    white-space: pre-wrap;
    display: inline-block;
    width: 48%;
    min-height: 50px;
    color: #030308;
  }

  .emojisdbstyle:hover
  {
   transform: translateY(-3px);
   box-shadow:
    0 6px 10px rgba(0,0,0,0.06),
    0 12px 24px rgba(0,0,0,0.08),
    inset 0 1px 0 rgba(255,255,255,0.7);
  }

#emojismorea1morebt,
#emojismorea2morebt,
#emojismorea3morebt,
#emojismorea4morebt,
#emojismorea5morebt,
#emojismorea6morebt,
#emojismorea7morebt,
#emojismorea8morebt,
#emojismorea9morebt,
#emojismorea10morebt,
#emojismorea11morebt,
#emojismorea12morebt,
#emojismorea13morebt,
#emojismorea14morebt,
#emojismorea15morebt,
#emojismorea16morebt,
#emojismorea17morebt,
#emojismorea18morebt,
#emojismorea19morebt,
#emojismorea20morebt,
#emojismorea21morebt,
#emojismorea22morebt,
#emojismorea23morebt,
#emojismorea24morebt,
#emojismorea25morebt
  { 
   display: none; 
   margin: 15px auto; 
   padding: 14px 22px; 
   font-size: 16px; 
   width: 80%;
   max-width: 1100px;
   cursor: pointer; 
   color: #fff; 
   background: #063131;
   border: 1px solid #063131; 
   border-radius: 20px;
   transition: all 0.3s ease;
  }


#emojismorea1morebt:hover,
#emojismorea2morebt:hover,
#emojismorea3morebt:hover,
#emojismorea4morebt:hover,
#emojismorea5morebt:hover,
#emojismorea6morebt:hover,
#emojismorea7morebt:hover,
#emojismorea8morebt:hover,
#emojismorea9morebt:hover,
#emojismorea10morebt:hover,
#emojismorea11morebt:hover,
#emojismorea12morebt:hover,
#emojismorea13morebt:hover,
#emojismorea14morebt:hover,
#emojismorea15morebt:hover,
#emojismorea16morebt:hover,
#emojismorea17morebt:hover,
#emojismorea18morebt:hover,
#emojismorea19morebt:hover,
#emojismorea20morebt:hover,
#emojismorea21morebt:hover,
#emojismorea22morebt:hover,
#emojismorea23morebt:hover,
#emojismorea24morebt:hover,
#emojismorea25morebt:hover
{
  background:#ebebeb;
  color:#063131;
  border: 1px solid #063131; 
  transform:translateY(-2px);
  /*box-shadow:0 5px 10px rgb(255 0 105 / 16%), 0 10px 20px rgb(255 0 105 / 12%), inset 0 1px 0 rgb(255 0 105 / 19%);*/
}


#emojismorea1morebt:active,
#emojismorea2morebt:active,
#emojismorea3morebt:active,
#emojismorea4morebt:active,
#emojismorea5morebt:active,
#emojismorea6morebt:active,
#emojismorea7morebt:active,
#emojismorea8morebt:active,
#emojismorea9morebt:active,
#emojismorea10morebt:active,
#emojismorea11morebt:active,
#emojismorea12morebt:active,
#emojismorea13morebt:active,
#emojismorea14morebt:active,
#emojismorea15morebt:active,
#emojismorea16morebt:active,
#emojismorea17morebt:active,
#emojismorea18morebt:active,
#emojismorea19morebt:active,
#emojismorea20morebt:active,
#emojismorea21morebt:active,
#emojismorea22morebt:active,
#emojismorea23morebt:active,
#emojismorea24morebt:active,
#emojismorea25morebt:active
{
  transform: translateY(1px);
  background: #f0f6ff;
  box-shadow: 
    0 2px 6px rgba(0, 123, 255, 0.25),
    inset 0 2px 4px rgba(0,0,0,0.1);
}


.Toggle-Tools .Toggle-Tools-List {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-right: 6px;

}

.Toggle-Tools .row{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}


.Toggle-Tools {
  display: flex;
  flex-wrap: wrap;     
  gap: 6px;
  justify-content: center;
  margin: 1.6rem 0;
  min-height: 50px;
}

.Toggle-Tool-Label {
  font-size: 13px;
  color: #fff;
  background: #063131;
  padding: 6px 7px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.3px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0; 
  width: 0; 
  height: 0; 
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  /*background: linear-gradient(135deg, #dfe6e9, #b2bec3);*/
  background: #b1b1b1;
  transition: 0.4s;
  border-radius: 50px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.2),
              0 3px 8px rgba(0,0,0,0.1);
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3.5px;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Checked state */
input:checked + .slider {
  background: #ffb941;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 5px 12px rgb(30 30 30 / 30%);
}

input:checked + .slider:before {
  transform: translateX(25px); /* (60px - 25px + small adjust) */
}


.view-favs {
  background: #063131;
  color: #fff;
  border: none;
  padding: 6px 7px;
  font-size: 13px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.view-favs:hover {
  background: #063131;
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
}

/* Modal box (creamy premium) */
.emojibdmodalinfobox {
  background: rgb(255 255 255);
  margin: 10% auto;
  padding: 25px 20px 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  box-shadow: 
    0 8px 20px rgba(0, 0, 0, 0.15),
    0 4px 10px rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  animation: fadeInScale 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Decorative subtle gradient border */
.emojibdmodalinfobox::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  mask-composite: exclude;
  pointer-events: none;
}

/* Copied text */
#emojibdmodalmsgbox {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  color: #063131;
  border: 1px solid #cccccc70;
  padding: 20px 0px;
  border-radius: 20px;
   word-wrap: break-word;      
  overflow-wrap: break-word;  
  white-space: pre-wrap;
}

/* Success message */
.emojibdmodalaltbox {
  font-size: 16px;
  margin: 8px 0 20px;
  color: #28a745;
  font-weight: 500;
}


#emojibdmodaloffbtn {
  padding: 12px 26px;
  background: #063131;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 
    0 4px 12px rgba(0, 123, 255, 0.25),
    inset 0 1px 0 rgba(255,255,255,0.6);
}
#emojibdmodaloffbtn:hover {
  background: #063131;
  transform: translateY(-2px);
  box-shadow: 
    0 6px 16px rgba(0, 123, 255, 0.3),
    inset 0 1px 0 rgba(255,255,255,0.7);
}
#emojibdmodaloffbtn:active {
  transform: translateY(1px);
  background: #063131;
}

/* Animation */
@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}


#TopButton {
  position: fixed;
  bottom: 75px;
  right: 0px;
  z-index: 1200;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  border: none;
  outline: none;
  display: none;
  background: #063131;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 20px rgb(77 77 77 / 70%), 0 0 40px rgb(107 107 107 / 34%);
  transition: all 0.3s ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#TopButton:hover {
  transform: translateY(-5px) scale(1.1);
  
  background: #063131;
}

#TopButton:active {
  transform: scale(0.95);
}

/* Arrow icon animation */
#TopButton i {
  animation: floatArrow 1.5s infinite ease-in-out;
}

@keyframes floatArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
#TopButton svg {
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.8))
          drop-shadow(0 0 12px rgba(123,97,255,0.9));
  animation: floatArrow 1.5s infinite ease-in-out;
}




/*logo*/

.Site-Logo {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center; /* center logo */
  background: #063131;
  margin-bottom: 5px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 1000;
/*  -webkit-box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.3),     
    0 8px 30px rgba(58, 50, 120, 0.25),   
    0 0 15px rgba(106, 80, 255, 0.4);  
box-shadow: 
    0 4px 20px rgba(0, 0, 0, 0.3),       
    0 8px 30px rgba(58, 50, 120, 0.25),   
    0 0 15px rgba(106, 80, 255, 0.4); */
  }

/* Website Title / Logo */
#site-title {
  font-size: 1.6rem;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
}


#LeftMenubutton {
  position: absolute; 
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  background: #063131;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#LeftMenubutton:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

/* Side Menu */
#LeftMenu {
  position: fixed;
  top: 0;
  left: -300px; /* hidden initially */
  width: 300px;
  height: 100%;
  background: #063131;
  box-shadow: -4px 0 20px rgba(0,0,0,0.25);
  z-index: 1400;
  transition: left 0.4s ease;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid rgba(0,0,0,0.1);
  scrollbar-width: none;
  scrollbar-color: #ebebeb rgb(235 235 235);
}

#LeftMenu::-webkit-scrollbar {
  width: 3px;
}
#LeftMenu::-webkit-scrollbar-track {
  background: #063131c9;
  border-radius: 4px;
}
#LeftMenu::-webkit-scrollbar-thumb {
  background: #063131;
  border-radius: 4px;
}

/* Close Button */
#CloseLeftMenu {
  background: #fff;
  color: #063131;
  border: none;
  font-size: 28px;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

#CloseLeftMenu:hover {
  transform: scale(1.1) rotate(90deg);
}

/* Menu Links */
.emojibd-sidelinks {
  margin: 70px 0px; /* space below close button */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.emojibd-sidelinks a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.emojibd-sidelinks a:hover {
  background: #fff;
  color: #063131;
  transform: translateX(-5px);
}

/* Open state */
#LeftMenu.open {
  left: 0;
}




h1, h2, h3{
  color: #063131;
}
h1{
  font-size: 1.6rem;
}
h2{
  font-size: 1.5rem;
}
h3{
  font-size: 1.4rem;
}
ul{
  padding: 0px 20px;
}
ul li{
  margin: 10px 0px;
}
/*desktop scrool bar css*/
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #063131c9;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #063131;
}


/* Share Section */
 .emojibdmodalsharinglinks {
      display: flex;
      justify-content: center;
      gap: 14px;
      margin: 20px 0px;
    }
    .SocialMediaButtons {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      color: #fff;
      font-size: 22px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: all 0.3s ease;
    }
    .SocialMediaButtons.whatsapp { background: #25D366; }
    .SocialMediaButtons.twitter { background: #1DA1F2; }
    .SocialMediaButtons.facebook { background: #1877F2; }
    .SocialMediaButtons.copylink { background: #6c5ce7; }
    .SocialMediaButtons:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 16px rgba(0,0,0,0.25);
      opacity: 0.95;
    }


.Nextpages-Infinite-Scroll {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto
}
.no-more-Combos,.emojicombos-home{
  margin-bottom: 16px;
  min-height: 20px;
}
.Nextpages-Infinite-Scroll span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  background: #063131;
  position: absolute;
  animation-duration: .5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.Nextpages-Infinite-Scroll span:nth-child(1),
.Nextpages-Infinite-Scroll span:nth-child(2) {
  left: 0;
}

.Nextpages-Infinite-Scroll span:nth-child(3) {
  left: 1.5em;
}

.Nextpages-Infinite-Scroll span:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(.001);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.Nextpages-Infinite-Scroll span:nth-child(1) {
  animation-name: reveal;
}

.Nextpages-Infinite-Scroll span:nth-child(2),
.Nextpages-Infinite-Scroll span:nth-child(3) {
  animation-name: slide;
}

.Nextpages-Infinite-Scroll span:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* Internal Links Container - Premium Style */
.more-internal-pages {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* Premium Buttons */
.more-internal-pages a {
    padding: 8px 10px;
    color: #fff;
    background: #063131;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.more-internal-pages a:hover {
  background: #3b6f14;
  color: #fff;
}

.content-ver008000 {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
  padding: 25px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: left;
}

.content-ver008000 h2 {
  color: #063131;
}

.content-ver008000 p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}


.Footer {
  width: 100%;
  margin: 1rem 0px 0px  0px; 
  padding: 25px 0px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-top:1px solid #d1d1d1ab;
  text-align: center;
}

/* Footer Links */
.footer-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.footer-links a {
  padding: 8px 10px;
    color: #fff;
    background: #063131;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
}

.footer-links a:hover {
  background: #3b6f14;
  color: #fff;
}

/* Footer Copy */
.Copyright-Logo {
  font-size: 13px;
  color: #333;
  opacity: 0.85;
}


.tool-use-tips {
    max-width: 1100px;
    width: 100%;
    margin: 15px auto 25px;
    padding: 12px 18px;
    background: #fff;
    border: 1px solid #06313138;
    border-radius: 10px;
    font-size: 12px;
    color: #063131;
    line-height: 1.5;
    text-align: left;
    min-height: 40px;
}

.select-options{
  position: relative;
  width: 100%;
  margin: 0px auto;
  }
  .select-options span{
  position: absolute;
  top: -20px;
  left: 15px;
  font-size: 12px;
  color: #656464;
}

.labels{
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.labels label
 {
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 12px;
    color: #656464;
}

/*favorite*/
#favorites{
  width: 90%;
  margin: 10px auto;
}
#controls {
  margin-bottom: 20px;
  text-align: center;
}
#clearAll {
  padding: 10px 18px;
  background: #063131;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgb(157 157 157 / 25%);
  transition: all 0.3s ease;
}
#clearAll:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgb(6 49 49 / 53%);
}

/* Favorite Items (Cards) */
.fav-item {
  position: relative;
  padding: 14px 50px 14px 16px;
  background: #fff;
  margin: 10px 0;
  border-radius: 14px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  word-wrap: break-word;      /* पुराना support */
  overflow-wrap: break-word;  /* modern browsers */
  white-space: pre-wrap; 
  border: 1px solid #06313138;
}
.fav-item:hover {
  background: #fdfdff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgb(6 49 49 / 32%);
}

/* Remove button */
.remove-btn {
  position: absolute;
  right: 32px;
  top: 30%;
  font-size: 20px;
  color: #888;
  cursor: pointer;
 
}
.remove-btn:hover {
  color: #ff4757;
}


@media (max-width: 1100px) {
    textarea, 
    select, 
#emojisdba1stylist,
#emojisdba2stylist,
#emojisdba3stylist,
#emojisdba4stylist,
#emojisdba5stylist,
#emojisdba6stylist,
#emojisdba7stylist,
#emojisdba8stylist,
#emojisdba9stylist,
#emojisdba10stylist,
#emojisdba11stylist,
#emojisdba12stylist,
#emojisdba13stylist,
#emojisdba14stylist,
#emojisdba15stylist,
#emojisdba16stylist,
#emojisdba17stylist,
#emojisdba18stylist,
#emojisdba19stylist,
#emojisdba20stylist,
#emojisdba21stylist,
#emojisdba22stylist,
#emojisdba23stylist,
#emojisdba24stylist,
#emojisdba25stylist
    { 
      max-width: 90%; 
    }

    .emojisdbstyle
    { 
      font-size: 21px; 
      padding: 12px 45px 13px 12px; 
    }
    .clear-btn {
    right: 7%;   
    top: 46%;   
    font-size: 24px;  
    }
    .select-options{
    width: 90%;
    }
    .tool-use-tips{
      width: 90%;
    }
    .emojisdbstyle{
    width: 100%;
    display: block;
    margin: 20px 0px;
    }
    .labels {
    width: 90%;
    }
    h1{
     font-size: 1.5rem;
    }
    h2{
     font-size: 1.4rem;
    }
    h3{
     font-size: 1.3rem;
   }
   .content-ver008000, .more-internal-pages{
    width: 95%;
   }
}

/* Responsive for Mobile */
@media (max-width: 480px) {
  .Site-Logo {
    padding: 15px;
  }

  #site-title {
    font-size: 1.4rem;
  }
  .heart{
    font-size: 20px;
  }

  #LeftMenubutton {
    font-size: 20px;
    padding: 6px 8px;
    left: 10px;
  }
  .emojisdbstyle{
    text-align: center;
    }
  #LeftMenu {
    width: 50%;
    padding: 20px 15px;
    font-size: 18px;
    border-radius: 8px;
  }

  .emojibd-sidelinks a {
    font-size: 16px;
    padding: 8px 10px;
  }
  #CloseLeftMenu{
    width: 36px;
    height: 36px;
    font-size: 30px;
  }
    .Toggle-Tools .row {
    display: flex;
    width: 100%;
    gap: 5px;
  }


  .Toggle-Tools .Toggle-Tools-List,
  .Toggle-Tools .view-favs {
  }
select{
  font-size: 14px;
}

  .copy-alert-inline {
    right: 8px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .clear-btn {
    right: 35px;   
    top: 46%;   
    font-size: 24px;  
    }
  .fav-item { font-size: 20px; padding: 12px 40px 12px 12px; }
  .remove-btn { font-size: 18px; }
}

