.copy_yy {
  padding-bottom: 1rem;
}

.copy_search_wrapper {
  border-radius: 0;
}

.copy_search {
  flex-grow: 1;
}

.copy_search input[type=submit] {
  font-size: .875rem;
  padding: 0;
  min-width: auto;
  background-color: transparent;
}

.copy_search input[type=text] {
  height: 3.75rem !important;
  padding-left: 0 !important;
}

.copy_sub_menu {
  position: relative;
  /* margin-left: 0.5rem; */
  cursor: pointer;
}

.copy_sub_menu h4 {
  margin-bottom: 0;
  border-radius: 5px;
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
}

.list_block {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 10rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ebedff;
  box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.33s;
  z-index: 2;
}

.copy_sub_menu:hover .list_block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.list_block li {}

.list_block li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  font-size: 0.875rem;
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem;
  transition: .25s;
}

.list_block li a:hover,
.list_block li a.active {
  color: #fff;
  background-color: #ff5e3a;
}

.list_block li a .iconfont {
  font-size: 1rem;
}

.list_block li a i+p {}

.list_block li a i+p span {}

.copy_yy .copy_search_wrapper {
      position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 60px;
  /* padding: 0.25rem; */
  /* background-color: #dee2e6; */
  /* border: 1px solid #ebedff; */
}

.copy_yy .y_scroll_cols_auto {
  /* top: 7rem; */
  /* border: 1px solid #eee; */
  /* box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1); */
  /* z-index: 1; */
}

.copy_yy .copy_search_wrapper>* {
  /* border: 1px solid #eee; */
  /* border-radius: 5px; */
  /* box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1); */
}

.copy_yy .emoji_card_nav>ul {
  background-color: white;
  border-radius: 5px;
}

.copy_yy .emoji_card_list h2 i[id]:target {
  top: -8.5rem;
}

.copy_yy .emoji_card_content>p.small {
  /* color: #888da8; */
}

.copy_yy .emoji_card_list>h1 {
  font-size: 1.25rem;
}

.copy_yy .emoji_card_list.bg_none h2,
.copy_yy .emoji_card_list.bg_none h3 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}

.copy_yy .emoji_card {
  flex-direction: column;
  color: #888da8;
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
}

.copy_yy .emoji_card:hover,
.copy_yy .emoji_card:active,
.emoji_item.active .emoji_card {
  overflow: hidden;
  position: relative;
}

.copy_yy .emoji_card:hover i,
.copy_yy .emoji_card:active i,
.emoji_item.active .emoji_card i {
  /* content: "copy"; */
  font-size: .75rem;
  font-style: normal;
  color: white;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.25rem;
  background-color: #ff5e3a;
  transform: rotate(45deg) scale(0.9);
  position: absolute;
  top: 6%;
  right: -35%;
  animation: copied 0.25s;
}

.emoji_item.active .emoji_card i {
  /* content: "copied"; */
  font-size: 0;
  color: transparent;
  background-color: #3b99ff;
}

.emoji_item.active .emoji_card i::after {
  content: "👌";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
  font-size: 1rem;
  color: initial;
}

@keyframes copied {
  0% {
    transform: rotate(45deg) translate(-75%) scale(0.9);
  }

  100% {
    transform: rotate(45deg) translate(0%) scale(0.9);
  }
}

.copy_yy .emoji_card .emoji_font {
  margin-right: 0;
  margin-bottom: 0.25rem;
  width: 40px;
  height: 40px;
  margin: 0 auto .25rem;
}

.copy_yy .emoji_card .emoji_name {
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy_list .col {
  margin-bottom: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.copy_list {
  margin: 0 -0.5rem;
}
.copy_list:after {
  content: "";
  margin: auto;
  flex: auto;
}
section#emoji_wrap {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 5px;
  background-color: rgba(63, 66, 87, 0.9);
  border-radius: 5px;
}

.copys_box .input_wrap {
  display: flex;
}

.line_db {
  display: inline-block;
  height: 2.25rem;
  width: 8px;
  position: relative;
  vertical-align: middle;
  margin: 0 6px;
}

.line_db:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 10px;
  top: 13px;
  left: 0;
  background-color: #FFFFFF;
}

.line_db:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 15px;
  top: 13px;
  right: 0;
  background-color: #FFFFFF;
}

section#emoji_wrap input {
  border: none;
  border-radius: 5px;
  padding: 0 2.75rem 0 0.75rem;
  height: 2.25rem;
  font-size: 1rem;
  width: 100%;
}

section#emoji_wrap .input_wrap #data-del {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  width: 2.25rem;
  height: 100%;
  line-height: 2.25rem;
  text-align: center;
}

section#emoji_wrap .btn-group {}

section#emoji_wrap .btn-group a#data-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 150px;
  background-color: white;
  user-select: none;
  height: 100%;
}

body:not(.native) .emoji_list .emoji_item .emoji_symbol .emoji_font {
  color: transparent;
  font: 0/0 a;
}

.native .emoji_list .emoji_item .emoji_symbol .emoji_font {
  background-image: none;
}

.emoji_symbol::after {
  content: none;
}

.copy_yy h2 sub {
  bottom: 0;
  margin: 0.25rem;
  font-weight: normal;
  opacity: 0.35;
}

.emoji_hot_list {
  z-index: 1;
}

.copy-btn-group {
  min-width: 6.5rem;
}

[dir=rtl] .main,
[dir=rtl] footer {
  margin-right: 0;
}

[dir=rtl] .copy_sub_menu {
  margin-left: 0;
  margin-right: 0.5rem;
}


@media (max-width:992px) {
  .copy_yy .copy_search_wrapper {
    top: 2.5rem;
  }

  .copy_yy .y_scroll_cols_auto {
    /* top: 5.5rem; */
  }

  .copy_yy .emoji_card_list h2 i[id]:target {
    top: -6.5rem;
  }

  .copy_yy .emoji_card {
    padding: 0.25rem;
  }

  .copy_list .col {
    margin-bottom: 0.5rem;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .copy_yy .emoji_card .emoji_font {
    font-size: 1.75rem;
  }

  .copy_list {
    margin: 0 -0.25rem;
  }

  section#emoji_wrap .btn-group a#data-copy {
    width: 80px;
    padding: 0;
  }

  .copy_site .stiky_menu {
    bottom: 3.5rem;
  }

  .copy_search input[type=text] {
    padding: 0 0.5rem 0 0 !important;
    height: 3rem !important;
  }

  [dir=rtl] .copy_search input[type=text] {
    padding: 0 0 0 0.5rem !important;
  }

  .copy_yy .emoji_card .emoji_name {
    font-size: .75rem;
  }

  .copy-mode-info {
    font-size: .75rem;
  }

  .copy-mode-wrap {
    padding: 0;
  }

  .copy-btn-group {
    min-width: auto;
  }
}

@media (min-width:992px) {

  .stick_sidebar_left,
  .right_side {
    display: none;
  }

  .main,
  footer {
    margin-left: 0;
    flex: 0 0 auto;
  }

  .row-cols-lg-5>* {
    flex: 0 0 8.5rem !important;
    /* max-width: 8rem; */
  }
}

@media (min-width: 1440px) {
  .nav_switch[for=nav_search] {
    /* display: inline-block; */
  }

  .top_search_wrapper {
    /* position: absolute; */
    /* right: 0; */
    /* width: calc(100% - 240px); */
    /* visibility: hidden; */
    /* opacity: 0; */
    /* transform: rotateY(90deg); */
    /* background-color: #3f4257; */
  }

  .input-wrapper {
    min-width: auto;
    flex: 1 1 auto;
  }

  .top_search .input-wrapper+label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }

  .row-cols-lg-5>* {
    /* flex: 0 0 calc(100% / 15); */
    /* max-width: calc(100% / 15); */
  }
}



  .dark-mode .copy_yy .emoji_card,.dark-mode 
  .copy_yy .emoji_card_list.bg_none h2,.dark-mode 
  section#emoji_wrap .btn-group a#data-copy,.dark-mode 
  .copy_search>form,.dark-mode 
  .copy_sub_menu h4,.dark-mode 
  .list_block,.dark-mode 
  .copy_yy .emoji_card_nav>ul,.dark-mode 
  .copy_search .input-wrapper {
    background-color: #303342;
  }

  .dark-mode .copy_yy .emoji_card_list.bg_none {
    background-color: transparent;
  }

  .dark-mode section#emoji_wrap {
    background-color: #3f4257;
  }

  .dark-mode .copy_search #search,.dark-mode 
  .copy_search input[type="submit"] {
    background-color: transparent;
  }

  .dark-mode .list_block {
    border-color: #3f4257;
  }

  .dark-mode .copy_yy .copy_search_wrapper>*,.dark-mode 
  .copy_yy .y_scroll_cols_auto {
    border-color: #50546f;
  }



/* ad */
@media (min-width:992px) {
  .ad {
    max-width: none;
  }
}

@media (min-width:1750px) {
  .ad {
    max-width: none;
  }
}