.copy_yy {
    padding-bottom: 1rem
}

.copy_search {
    flex-grow: 1
}

.copy_search input[type=submit] {
    font-size: 1rem;
    padding: 0;
    min-width: auto;
    background-color: transparent;
    cursor: pointer
}

.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, .1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .33s;
    z-index: 2
}

.list_block li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: .875rem;
    white-space: nowrap;
    padding: .25rem .5rem;
    margin: .5rem;
    transition: .25s
}

.list_block li a:hover {
    color: #fff;
    background-color: #ff5e3a
}

.copy_yy .copy_search_wrapper,
.copy_yy .y_scroll_cols_auto {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 1rem;
    padding: 5px;
    background-color: rgb(237 242 246);
    border-radius: 10px;
    box-shadow: 0 0 10px #a2a2a29c
}

.copy_yy .y_scroll_cols_auto {
    top: 7rem;
    border: 1px solid #eee;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, .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, .1)
}

.copy_yy .emoji_card_nav>ul {
    background-color: #fff;
    flex-grow: 1;
    border-radius: 5px
}

.copy_yy .emoji_card_list h2 i[id]:target {
    top: -10.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: #fff;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.copy_yy .emoji_card {
    flex-direction: column;
    color: #888da8;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer
}

.copy_yy .emoji_card:active,
.copy_yy .emoji_card:hover {
    overflow: hidden;
    position: relative
}

.copy_yy .emoji_card:active i,
.copy_yy .emoji_card:hover i {
    font-size: .75rem;
    font-style: normal;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.25rem;
    background-color: #ff5e3a;
    transform: rotate(45deg) scale(.9);
    position: absolute;
    top: 6%;
    right: -35%;
    animation: copied .25s
}

@keyframes copied {
    0% {
        transform: rotate(45deg) translate(-75%) scale(.9)
    }

    100% {
        transform: rotate(45deg) translate(0) scale(.9)
    }
}

.copy_yy .emoji_card .emoji_font {
    margin-right: 0;
    margin-bottom: .25rem;
    width: 40px;
    height: 40px
}

.copy_yy .emoji_card .emoji_name {
    width: 100%;
    font-size: .875rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.copy_list .col {
    margin-bottom: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
}

.copy_list {
    margin: 0 -.5rem
}

section#emoji_wrap {
    position: -webkit-sticky;
    position: sticky;
    bottom: 1rem !important;
    z-index: 2;
    padding: 5px;
    background-color: rgb(237 242 246);
    border-radius: 10px;
    box-shadow: 0 0 10px #a2a2a29c
}

.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: #fff
}

.line_db:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 15px;
    top: 13px;
    right: 0;
    background-color: #fff
}

section#emoji_wrap input {
    border: none;
    border-radius: 5px;
    padding: 0 2.75rem 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: .75rem;
    width: 2.25rem;
    height: 100%;
    line-height: 2.25rem;
    text-align: center;
    cursor: pointer
}

section#emoji_wrap .btn-group a#data-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    width: 150px;
    background-color: #fff;
    user-select: none;
    height: 100%;
    cursor: pointer
}

.native .emoji_list .emoji_item .emoji_symbol .emoji_font {
    background-image: none
}

.copy_yy h2 sub {
    bottom: 0;
    margin: .25rem;
    font-weight: 400;
    opacity: .35
}

[dir=rtl] .main {
    margin-right: 0
}

.mb_1,
p {
    margin-bottom: 0
}

.content_right {
    padding: 0
}

@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: -10rem
    }

    .copy_yy .emoji_card {
        padding: .25rem
    }

    .copy_list .col {
        margin-bottom: .5rem;
        padding-right: .25rem;
        padding-left: .25rem
    }

    .copy_yy .emoji_card .emoji_font {
        font-size: 1.75rem
    }

    .copy_list {
        margin: 0 -.25rem
    }

    section#emoji_wrap .btn-group a#data-copy {
        width: 80px;
        padding: 0
    }
}

@media (max-width:1025px) {
    .y_scroll::before {
        display: none
    }
}

.emoji_card_nav .card>p {
    margin-left: 1rem
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #edf2f6
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #b4b8bc
}

@media (min-width:992px) {
    .main {
        margin-left: 0
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 calc(100%/10);
        flex: 0 0 calc(100%/10);
        max-width: calc(100%/10)
    }
}

@media (min-width:1440px) {
    .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-xl {
        max-width: 1600px
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 calc(100%/15);
        flex: 0 0 calc(100%/15);
        max-width: calc(100%/15)
    }
}

@media (prefers-color-scheme:dark) {
    .copy_search>form,
    .copy_yy .emoji_card,
    .copy_yy .emoji_card_list.bg_none h2,
    .copy_yy .emoji_card_nav>ul,
    .list_block,
    section#emoji_wrap .btn-group a#data-copy {
        background-color: #303342
    }

    .copy_yy .emoji_card_list.bg_none {
        background-color: transparent
    }

    section#emoji_wrap {
        background-color: #3f4257
    }

    .copy_search #search,
    .copy_search input[type=submit] {
        background-color: transparent
    }

    .list_block {
        border-color: #3f4257
    }

    .copy_yy .copy_search_wrapper*,
    .copy_yy .y_scroll_cols_auto {
        border-color: #50546f
    }
}

@media (min-width:992px) {
    .ad {
        max-width: none
    }
}

@media (min-width:1750px) {
    .ad {
        max-width: none
    }
}