.tabkitucustom td {
    padding: 8px;
}
.tabkitucustom i.clipboard_custom1 {
    margin-top:6px
}
.ictm.ic-1 {background-position: -28px 0;}.ictm.ic-2 {background-position: 0 0;}.ictm.ic-3 {background-position: -284px 0;}.ictm.ic-4 {background-position: -28px -26px;}.ictm.ic-5 {background-position: -112px 58px;}.ictm.ic-6 {background-position: 28px 0;}.ictm.ic-20 {background-position: 0px -56px;}.ictm.ic-21 {background-position: -56px 0;}.ictm.ic-22 {background-position: -170px 0;}.ictm.ic-23 {background-position: 86px -27px;}.ictm.ic-24 {background-position: 198px -26px;}.ictm.ic-25 {background-position: 142px 0;}.ictm.ic-26 {background-position: -114px 0;}.ictm.ic-27 {background-position: 170px -26px;}.ictm.ic-7 {background-position: 114px 0;}.ictm.ic-8 {background-position: 28px 58px;}.ictm.ic-9 {background-position: 28px 28px;}.ictm.ic-10 {background-position: 0px 58px;}.ictm.ic-11 {background-position: 58px 0;}.ictm.ic-12 {background-position: 226px 58px;}.ictm.ic-13 {background-position: -62px -26px;}.ictm.ic-14 {background-position: -28px -55px;}.ictm.ic-15 {background-position: 226px 0;}.ictm.ic-16 {background-position: 170px 3px;}.ictm.ic-17 {background-position: -86px -26px;}.ictm.ic-18 {background-position: -86px 0;}.ictm.ic-19 {background-position: 0 0;}.ictm.ic-28 {background-position: 114px -27px;}

.tabkitucustom .copy_nickemoji {
    padding: 15px 0;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    border: 0;
}
.tabkitucustom .variant_votes {
    margin-top: 10px;
}
.tabkitucustom .variant_votes .search_similar {
    color: #28a745;
    margin-right: 3pt;
    font-size: 16px;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    cursor: pointer;
}
.tabkitucustom .variant_votes .vote_dislike {
    color: #dc3545;
    font-size: 16px;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    cursor: pointer;
}
span.search_similar.actionNESimilar:before {
    content: "✨ Tìm thêm";
}
span.vote_dislike:before {
    content: '👎';
}

@media only screen and (min-width: 1200px) {
  .boxnames { 
    width: 340px;
  }
}

/*///////////// 23042025 /////////////*/

.group-block {
  margin-bottom: 20px;
  padding: 20px 15px 10px;
  border-radius: 10px; 
}
.group-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}
.grid-nicknames {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

/* Nickname card */
.boxnames {
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid #eee;
}
.boxnames:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.nickname {
  line-height: 1.6;
  word-break: break-word;
  color: #222;
  margin-bottom: 14px;
  font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
}

.see-more-btn {
  background: #ff5c7c;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 12px;
  transition: background 0.2s ease;
}
.see-more-btn:hover {
  background: #ff3f66;
}

#advanced-options {
  transition: all 0.4s ease;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#advanced-options.open {
  opacity: 1;
  max-height: 400px;
  margin-top: 20px;
}

.group_0{
  background: rgb(255 20 147 / 16%);
}
.group_1{
  background: rgb(244 67 54 / 16%);
}

.group_2{
  background: rgb(138 43 226 / 16%);
}

.group_3{
  background: rgb(255 140 0 / 16%);
}

.group_4{
  background: rgb(255 20 147 / 16%);
}

.group_5{
  background: rgb(255 20 147 / 16%);
}

.group_6{
  background: rgb(255 20 147 / 16%);
}

.group_7{
  background: rgb(255 20 147 / 16%);
}

.group_8{
  background: rgb(255 20 147 / 16%);
}


@media (max-width: 768px) {
    div#some_random_variants {
        margin: 0 -15px;
    }
    .group-block {
      border-radius: 0px; 
    }
}

.popular-emoji::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/assets/images/crown2.svg') no-repeat center;
    background-size: 16px 16px;
    padding: 6px 2px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: 5px;
    left: 15px;
}

button.symbolBox {
    width: 45px;
    height: 45px;
    background: #007bff url('/assets/images/select-icon.svg') no-repeat center center;
    background-size: 14px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.buttons button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.btn-copy {
  background: #e0f3ff;
  color: #3182ce;
}
.btn-copy:hover {
  background: #cce7fa;
  transform: scale(1.1);
}
.btn-fav {
  background: #ffe2ec;
  color: #e8436b;
}
.btn-fav:hover {
  background: #ffc8d9;
  transform: scale(1.1);
}

#some_random_variants .buttons,#favorite-wrapper .buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

#some_random_variants .btn-icon,#favorite-wrapper .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

/* Sao chép 📋 */
#some_random_variants .btn-copy, #favorite-wrapper .btn-copy {
  background-color: #e0f3ff;
  background-image: url('/assets/images/copy-icon.svg'); /* hoặc icon phù hợp */
  background-repeat: no-repeat;
  background-position: center;
}
#some_random_variants .btn-copy:hover, #favorite-wrapper .btn-copy:hover {
  background-color: #cce7fa;
  transform: scale(1.1);
}

/* Yêu thích ❤️ */
#some_random_variants .btn-fav, #favorite-wrapper .btn-fav {
  background-color: #ffe2ec;
  background-image: url('/assets/images/love-icon.svg'); /* hoặc icon phù hợp */
  background-repeat: no-repeat;
  background-position: center;
}
#some_random_variants .btn-fav:hover, #favorite-wrapper .btn-fav:hover {
  background-color: #ffc8d9;
  transform: scale(1.1);
}

/* Yêu thích ❤️ */
#favorite-wrapper .btn-remove {
  background-color: #ffe2ec;
  background-image: url('/assets/images/remove-icon.svg'); /* hoặc icon phù hợp */
  background-repeat: no-repeat;
  background-position: center;
}
#favorite-wrapper .btn-remove:hover {
  background-color: #ffc8d9;
  transform: scale(1.1);
}

a.viewmore {
    background: #FF0068;
    color: #fff;
    border: none;
    padding: 15px 20px;
    border-radius: 99px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
}