@keyframes color-blink {
    0% {
        background-color: inherit
    }

    50% {
        background-color: #657afb5c
    }

    100% {
        background-color: inherit
    }
}

@keyframes dark-color-blink {
    0% {
        background-color: inherit
    }

    50% {
        background-color: #28254d
    }

    100% {
        background-color: inherit
    }
}

@keyframes blink-event {
    0% {
        color: inherit
    }

    50% {
        color: #161616
    }

    100% {
        color: inherit
    }
}

@keyframes color-online {
    0% {
        background-color: inherit
    }

    50% {
        background-color: #00c73e33
    }

    100% {
        background-color: inherit
    }
}

@keyframes color-cc {
    0% {
        background-color: inherit
    }

    50% {
        background-color: #854fff1c
    }

    100% {
        background-color: inherit
    }
}

@keyframes color-blink-menu-link {
    0% {
        background-color: inherit
    }

    30% {
        background-color: inherit
    }

    60% {
        background-color: #854fff17
    }

    85% {
        background-color: inherit
    }
}

@keyframes shake {
    0% {
        transform: scale(1) rotate(0deg);
    }

    33% {
        transform: rotate(15deg);
    }

    50% {
        transform: scale(1.1) rotate(0deg);
    }

    66% {
        transform: rotate(-15deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

::selection {
    color: #fff;
    background-color: #161616;
}

body.dark-mode ::selection {
    color: #161616;
    background-color: #fff;
}


* {
    scrollbar-width: 4px;
    scrollbar-color: #526484 transparent;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background: 0 0
}

*::-webkit-scrollbar-thumb {
    background-color: #526484;
    border-radius: 4px
}


#loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    z-index: 9000
}

#loader,
.modal,
.toggle-overlay {
    background: #50505066;
    backdrop-filter: blur(1px)
}

body.dark-mode #loader,
body.dark-mode .modal,
body.dark-mode .toggle-overlay {
    background: #00000063;
}

#loader img {
    width: 160px;
    height: auto
}

.passcode-switch,
.close,
#captcha_reload,
#theme-mode-button {
    cursor: pointer
}

.passcode-switch em,
#captcha_reload,
#theme-mode-button em {
    transition: all .15s ease-in-out
}

.passcode-switch em.icon {
    font-size: 19px;
}

body.mob-side-active .nk-header-menu.mx-auto.nk-header-active,
body.toggle-left-active .toggle-slide-left {
    transform: translate(0) !important
}

body.mob-side-active .nk-header-wrap>.nk-header-overlay,
body.toggle-left-active .card-aside .toggle-overlay {
    right: -300%;
    display: block;
}

body.dark-mode .nk-header-mobile {
    border-color: #203247 !important;
}

.nk-header-wrap .nk-header-overlay {
    left: 280px;
}

.nk-header-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16, 25, 36, .4);
    z-index: 9000;
    animation: overlay-fade-in .4s ease 1;
    display: none;
}

ul.nk-menu.nk-menu-main span,
table thead th {
    text-transform: uppercase;
}

.copy_ {
    cursor: pointer;
    transition: all 150ms ease
}

.nk-header-brand>.logo-link {
    font-size: 18px;
    font-weight: 800;
    color: #364a63 !important;
    line-height: 27px;
}

.spinner-border.spinner-border-sm {
    vertical-align: middle;
}

.header_info {
    width: 260px;
}

.nk-menu-link.r_link.active {
    background-color: transparent;
    color: #2b3748 !important;
}

.captcha-wrap {
    margin-bottom: 15px;
    height: 44px;
    border: 1px solid #dbdfea;
    border-radius: 5px;
    overflow: hidden;
}

img[captcha_load] {
    height: 44px;
    display: block;
    margin: auto;
    transform: scale(1.3);
}

.logo_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.logo_text p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
}

.left_logo_top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.left_logo_top p {
    line-height: 1em;
    font-weight: 700;
    font-size: 16px;
    margin-top: 2px;
    color: #9faec2;
}

.left_logo_top img {
    height: 26px;
    width: auto;
}

.modes_buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.modes_buttons>p {
    margin: 0;
    line-height: 1em;
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0;
}

.modes_buttons>p:first-child {
    border-right: 1px solid #e5e9f2;
}

.modes_buttons a {
    padding: 0;
}

.modes_buttons.link-list a em.icon {
    font-size: 24px;
    padding: 0;
}

.header-usermenu {
    right: 0;
    top: 41px
}

.header-usermenu .link-list {
    padding: 0;
}

.sessions_stat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
}

.sessions_stat p {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
}

.sessions_stat p:not(:last-child) {
    border-right: 1px solid #dbdfea;
    padding-right: 10px;
}

.pos-rel,
li.nk-menu-item {
    position: relative;
}

li.nk-menu-item>.badge.badge-new {
    position: absolute;
    right: -10px;
    top: 20px;
    border-radius: 50% !important;
    padding: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: #f6e37c;
    color: #364a63;
    font-weight: 900;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_menu_list * {
    line-height: 1em;
}

.top_menu_list i {
    color: #526484;
    font-size: 16px;
    margin-right: 2px;
    transition: all 100ms ease-in;
}

.top_menu_list>span {
    font-size: 15px;
    font-weight: 700;
    color: rgb(31, 43, 58);
}

.change_2fa {
    margin-bottom: 3px;
}

.info_form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.info_form p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    margin: 0;
}

.info_form b {
    transition: all 400ms ease;
}

.info_form b[val="enabled"] {
    color: #00c936;
}

.info_form b[val="disabled"] {
    color: #e85347;
}

.session_actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 18px;
}

td.tb-odr-action {
    width: 250px;
}

.bin_note {
    font-weight: 500;
    color: #526484;
    font-size: 12px;
    text-align: center;
}

.cc_list {
    height: calc(40vh - 47px);
}

.checker_boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    gap: 12px;
    column-gap: 36px;
}
.nres_{

}
.nres_ label{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nres_ i{
    font-size: 18px;
    color: #CD7F32;
}

.nres_ span{
    color: #CD7F32;
    font-size: 12px;
    font-weight: 600;
}

.result_checker {
    height: 40vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}

.result_checker>div p {
    margin: 0;
}

.cc_checker_v {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    font-weight: 600;
    padding: 20px 0;
}

td[data-type="bank"]>small {
    white-space: pre-wrap;
}

.ovf_x {
    overflow-x: auto;
}

#contacts_body p,
#faq_items p {
    margin: 0 !important
}

#faq_items>div {
    padding: 12px 0;
}

#faq_items>div:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
}

.tickets_col {
    height: calc(100vh - 258px);
}

.tickets_col .card {
    height: 100%;
}

.tickets_list {
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
}

.tickets_list .nk-msg-item {
    cursor: pointer;
    transition: background 200ms ease-in;
}

.tickets_list .nk-msg-info {
    max-width: 100%;
}

.ticket_w {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 100%;
}

.ticket_messages {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    flex: 1;
}

.ticket_info,
.ticket_messages {
    border-bottom: 1px dashed #dddddd;
}

.ticket_input {
    position: relative;
}

.ticket_cl {
    z-index: 100;
    margin: 0;
}

.ticket_messages .nk-reply-item {
    padding: 0;
}

.ticket_w.not_selected::after {
    content: "TICKET NOT SELECTED";
}

.tickets_list.no_tickets::after {
    content: "NO TICKETS";
}

.tickets_list.no_tickets::after,
.ticket_w.not_selected::after,
.ticket_cl {
    position: absolute;
    background: #fbfbfb;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    z-index: 100;
}

.sessions_stat span {
    min-width: 18px;
    display: block;
    font-weight: 900;
    text-align: right;
}

li.alert>* {
    margin: 0;
    padding: 0;
}

li.alert>.header_mess {
    font-size: 14px;
    font-weight: 800;
    width: 100%;
}

li.alert .answer_mess {
    text-transform: uppercase;
}

li.alert>.params_mess {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

li.alert>.answer_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
}

li.alert>.answer_buttons a::after {
    content: unset;
}

li.alert>.answer_buttons a {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.alert>.answer_buttons a em {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    width: auto;
    margin: 0;
    line-height: 1em;
}

li.alert>.time_mess {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    width: 100%;
}

li.alert>.params_mess>p {
    margin: 0;
    font-size: 16px;
}

li.alert.alert-gray,
li.alert.alert-gray .answer_buttons {
    margin-left: auto;
}

li.alert.alert-gray .params_mess {
    align-items: flex-end;
}

li.alert.alert-gray .params_mess>p,
li.alert.alert-gray .header_mess,
li.alert.alert-gray .answer_mess,
li.alert.alert-gray .time_mess {
    text-align: right;
}

.card-inner.closed_off {
    border-bottom: none !important;
}

.card-inner:not(.closed_off) .open_fflines em {
    transform: rotate(180deg);
}

.tb-odr-action .userevent {
    position: absolute;
    left: 16px;
    font-size: 22px;
    top: 12px;
    animation: blink-event .5s infinite;
    opacity: 0;
}

.tb-odr-action .userevent.fa-edit {
    left: 58px;
    font-size: 20px;
}

.tb-odr-action .userevent.fa-lock-alt {
    animation: unset;
    left: 100px;
    font-size: 20px;
    color: #e85347;
}

tr.no_watch {
    background: #798bff17;
}

#delete_scr {
    font-size: 18px;
    cursor: pointer;
    transition: all 100ms ease;
}

.check_cc_timer {
    width: 110px;
    text-align: center;
}

.disabled_block {
    opacity: .5;
    pointer-events: none;
}

.select_tps button {
    width: 110px;
    text-align: center;
    justify-content: center;
}

.select_tps button.actv {
    text-decoration: underline;
}

td>em {
    vertical-align: middle;
}

th,
td {
    vertical-align: middle !important;
}

.country_flag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.country_flag>img {
    height: 22px;
    border-radius: 4px;
    width: auto;
}

.nk-wrap {
    overflow-x: hidden;
}

tr[no_elems]>td {
    text-align: center;
    font-weight: 700;
}

li.disabled {
    pointer-events: none;
}

ul.pages_bar a.page-link[data-num],
thead.table_head th.sorting {
    cursor: pointer;
    transition: all 200ms ease;
}

.ch_det_ .alert {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    height: 36px;
}

.ch_det_ .alert.alert-icon>.icon {
    top: calc(50% - 10px);
}

.news_card.pined_news {
    border-color: #364a63;
}

.news_card.pined_news .far.fa-thumbtack {
    font-size: 16px;
    transform: rotate(45deg);
}

thead.table_head th.sorting::after,
thead.table_head th.sorting::before {
    top: 20%;
    transform: scale(1.7);
    transition: all 200ms ease;
}

.table_body>tr>td i {
    font-size: 18px;
}

.cc_table * {
    line-height: 1em;
}

.cc_table .vert_data {
    padding-bottom: 0;
    padding-top: 0;
}

.cc_table .vert_data>div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 180px;
    gap: 2px;
}

.cc_table .vert_data[data-type="price"] {
    max-width: 140px;
    padding-right: 0;
}

.cc_table .vert_data[data-type="price"]>div {
    width: 100%;
}

.cc_table .vert_data small {
    white-space: pre-wrap;
}

.cc_table tr[data-id] {
    transition: background-color 100ms ease-in;
}

.cc_table tr[data-id]:hover {
    background: #6576ff21;
}

.cc_pages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.cc_pages .page_number {
    background: #fff;
    color: #364a63;
    font-size: 14px;
    padding: 0;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cart_asnoref label {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-align: center;
}

.country_flag span {
    font-size: 14px;
    line-height: 1em;
    margin-left: 8px;
}

.table_body .country_flag {
    justify-content: flex-start;
}

.r_table_panel .custom-checkbox .custom-control-label,
.r_table_panel span.d-sm-inline-block {
    line-height: 1em;
    font-size: 14px;
    font-weight: 400;
}

.r_table_panel .custom-checkbox {
    padding-right: 2.25rem;
    padding-left: 0;
    margin-right: 1rem;
}

.r_table_panel .custom-control-label::after,
.r_table_panel .custom-control-label::before {
    right: -2.25rem;
    left: unset;
}

td[buttons_td] {
    padding-top: 0;
    padding-bottom: 0;
}

td[buttons_td]>a {
    font-size: 12px;
    height: 29px;
    width: 29px;
}

.chat-modal>.messages_session {
    height: 60vh;
}

.modal-xxxl {
    max-width: 1140px;
}

.domain_modal .readonly {
    border: none;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
}

.domain_checkbox {
    text-transform: uppercase;
    font-weight: 600;
}

.card_table::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d4d4d6b3;
    transition: all 100ms ease;
    opacity: 0;
}

body.dark-mode .card_table::after{
    background-color: #101924b3;
}
.card_table.load_t::after {
    opacity: 1;
    z-index: 999;
}

.card_table.diss_search h5.title {
    text-align: right;
    width: 100%;
}

.card_table.diss_search .row.align-items-center,
.card_table.diss_search .datatable-filter {
    display: none;
}

.card_table.diss_search>.card-inner {
    padding-bottom: 8px;
}

.card_table.diss_search .table_head th {
    pointer-events: none;
}

.card_table.diss_search .table_head th::after,
.card_table.diss_search .table_head th::before {
    content: unset;
}

.card_table tr>td.cc_buttons button.btn {
    height: 32px;
    text-align: center;
    justify-content: center;
}

.card_table tr>td.cc_buttons button.add_to_cart,
.card_table tr>td.cc_buttons button.btn-success.btn_buy_cc {
    width: 36px;
}

.card_table tr>td.cc_buttons button.dell_card_cart {
    width: 32px;
}

table[data-type="purchases"] .cc_buttons {
    max-width: 100px;
}

.f_slider:not(.info_slider) {
    margin-top: 0px;
    margin-bottom: 14px;
}

.f_slider .form-label {
    margin-bottom: 18px;
}

.general_options {
    margin: 8px 0 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}


.isset_data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    column-gap: 24px;
}

.search_buttons {
    flex-wrap: wrap;
    gap: 16px;
}

.copy_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 14px;
    font-size: 16px;
    line-height: 1em;
}

.copy_info em {
    margin: 0;
    font-size: 20px;
    margin-bottom: 3px;
    color: #09c2de;
}

.workers_ tr td,
.domains_ tr td {
    height: 48px;
}

.workers_ td[buttons_td] {
    width: 205px;
}

.button_crypto {
    width: 120px;
    text-align: center;
    justify-content: center;
}

.card-inner.ping_mon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 16px;
    height: 130px;
}

.ws_checkbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.ws_checkbox>div {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.ws_checkbox>div:last-child {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.domain_modal textarea {
    height: 18em;
    resize: none;
    line-height: 1em;
}

.global_params textarea {
    min-height: unset;
    height: 70px;
    resize: none;
    font-size: 10px;
    line-height: 10px;
}

.datatable-wrap.my-3,
.datatable-wrap.my-0 {
    overflow-x: auto;
}

.interval_stat.toggle-expand-content,
.delete_sessions.toggle-expand-content {
    display: block;
}

.delete_sessions.toggle-expand-content a.dropdown-toggle,
.delete_sessions.toggle-expand-content .dropdown-menu,
.interval_stat.toggle-expand-content a.dropdown-toggle,
.interval_stat.toggle-expand-content .dropdown-menu {
    width: 140px;
    min-width: unset;
}

a[data-count],
a[data-type] {
    cursor: pointer;
}

.he_ {
    height: 380px;
}

h3.nk-block-title.page-title {
    line-height: 36px;
}

.text-upper {
    text-transform: uppercase;
}

.store_header,
.store_table {
    transition: opacity 200ms ease-in;
}

.store_header textarea[data-type] {
    height: 36px;
    min-height: unset;
    padding: 0.4375rem 1rem;
    transition: all 100ms ease;
}

.store_header textarea[data-type]:focus {
    height: 124px;
}

.br_right{
    border-right: 1px solid #dbdfea;
}

.methods_pay>.nk-block-between:not(:last-child) {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 1.5rem
}

.modal-body {
    max-height: 70vh;
    overflow: auto;
}

.names_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.names_cols>span {
    text-align: center;
    width: 45%;
}

.store_rows .form-group {
    margin-bottom: 1rem;
}

.swal2-content>#swal2-content {
    color: #787878;
}

.dual-listbox__search {
    display: none !important;
}

.flex_wrap {
    flex-wrap: wrap;
    overflow-x: auto;
}

.purchase_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    gap: 24px;
}

.direction_bl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    max-height: 575px;
    overflow: auto;
    height: calc(100% - 30px);
}

.direction_bl>div {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: space-around;
}

.direction_bl>div.empty__ {
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.05rem;
    padding: 4px 0;
    color: darkgrey;
    height: 100%;
    align-items: center;
}

.direction_bl>div span {
    width: 47%;
    padding: 4px 8px;
    font-size: 12px;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    height: 32px;
    overflow: hidden;
    line-height: 14px;
}

.direction_bl>div p {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.direction_bl>div em {
    flex: 1;
    text-align: center;
    font-size: 20px;
}

.direction_bl span.badge[data-id] {
    cursor: pointer;
    transition: all 200ms ease;
}

.direction_bl span.active.badge[data-id] {
    background: #dbdfea;
    border-color: #526484;
}

.select2-results li.select2-results__option[category],
.select2-results li.select2-results__option[ref]{
    color: #00c936;
}

.select2-results li.select2-results__option[non_ctg] {
    font-weight: 500;
}

body.dont_sh_wctg .select2-results li.select2-results__option[with_ctg] {
    display: none;
}

.select2-results li.select2-results__option[non_ref] {
    color: #e85347;
}

.select2-results li.select2-results__option[only_here]{
    color: #09c2de;
}


select[data-type="non_ref"]+.select2 .select2-selection__arrow {
    display: none;
}

select[data-type="non_ref"]+.select2 span.select2-selection__rendered {
    color: #8094ae;
}

.select2-results li.select2-results__option[discount] {
    color: #816bff;
}

.store_header b.count_f {
    color: darkgrey;
}

.select_pg_len .form-control-wrap span {
    text-align: left;
}

.table_body td[data-type="exp"] small {
    font-weight: 700 !important;
    vertical-align: middle;
}

.table_body td[data-type="city"],
.table_body td[data-type="zip"] {
    max-width: 100px;
    padding-top: 0;
    padding-bottom: 0;
}

.table_body td[data-type="city"]>div,
.table_body td[data-type="zip"]>div {
    height: 100%;
    hyphens: auto;
    max-width: 100px;
    white-space: normal;
    font-size: 12px;
}

.table_body td[data-type="zip"]>div {
    font-size: 14px;
    font-weight: 500;
}

.seller_ratings thead th {
    background: #d4d4d6;
    color: #364a63;
}

.cc_buttons {
    width: 180px;
}

.cc_buttons>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.updates_list .card.card-bordered {
    cursor: pointer;
    transition: background-color 200ms ease-in;
    position: relative;
    height: 100%;
}

.updates_list .card.card-bordered .card-inner p {
    margin: 0;
    line-height: 1em;
    width: 100%;
    text-align: center;
}

.updates_list .card.card-bordered .card-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.updates_list .card.card-bordered .card-inner span {
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 1em;
    bottom: 6px;
}

.updates_list .card.card-bordered .card-inner .onl_th_shop {
    text-align: left;
    color: #09c2de;
    left: 6px;
}

.updates_list .card.card-bordered .card-inner .disnt {
    text-align: right;
    color: #e85347;
    right: 6px;
}

.user_cart .cc_buttons {
    width: 32px;
}

.cc_buttons button {
    line-height: 1em;
    padding: 2px 10px;
}

.transactions_body .badge {
    width: 110px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
}

.paym_curr {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.nk-block-head-content .addr_p {
    word-break: break-all;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.methods_pay>.nk-block-between {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.methods_pay button {
    width: 128px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.methods_pay button.btn-icon{
    width: 36px;
}
.ccinfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    column-gap: 8px;
}

.cc_table_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cc_table_header .datatable-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.select_pg_len label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 140px;
    justify-content: space-between;
}

.select_pg_len .form-control-wrap {
    width: 100px;
}

.select_pg_len .dropdown-menu {
    min-width: unset;
}

.off_ctgbases {
    font-size: 9px;
    line-height: 1em;
    position: absolute;
    top: 2px;
    right: 0px;
    text-align: right;
    cursor: pointer;
    transition: all 200ms ease;
}

.off_ctgbases:hover {
    opacity: .7;
}

.off_ctgbases.active {
    color: #00c936;
}

.mobile-menu .logo-link {
    font-size: 13px;
    line-height: 1em;
}

.ask_diss .ch_box {
    vertical-align: middle;
}

.ask_diss thead tr>th:first-child,
.ask_diss tbody tr>td:first-child {
    width: 94px;
}

.ask_diss tbody tr[data-ctg="0"],
.ask_diss tbody tr[data-type="ctg"] {
    background-color: whitesmoke;
}

.diss_bl {
    opacity: .5;
    pointer-events: none;
}

.ask_rules {
    white-space: pre-wrap;
}

.frozen_bal td,
.frozen_bal th {
    text-align: center;
    width: 33.3%;
}

.percent_diss input {
    padding: 4px 8px;
    width: 74px;
    height: auto;
}

.ask_diss .diss_bl.ch_box label::before {
    border-color: #ededed;
}

.disc_timer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    line-height: 1em;
}

.disc_timer .spinner-grow {
    width: 12px;
    height: 12px;
}

.disc_timer span {
    display: block;
    width: 90px;
    text-align: right;
}

.fr_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.fr_inner .datatable-wrap {
    flex: 1;
    position: relative;
    min-height: 300px;
    border: none;
}

.fr_inner .datatable-wrap>div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.percent_diss .form-control-wrap,
.percent_diss.open_ span {
    display: none;
}

.percent_diss.open_ .form-control-wrap {
    display: block;
}

.disc_base_,
.href_store {
    cursor: pointer;
    transition: all 200ms ease;
}

.disc_base_:hover,
.href_store:hover {
    letter-spacing: 1px;
}

.disc_buttons {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
    min-width: 240px;
    justify-content: flex-end;
}

.disc_buttons .clear_sld {
    min-width: unset;
    width: 36px;
    justify-content: center;
    max-width: unset;
    padding: 7px;
    text-align: center;
    font-size: 14px;
}

.send_ask {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.disc_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

video.nk-split-content {
    object-fit: fill;
}

.modal_buy_all {
    display: flex;
    margin-bottom: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 30px;
}

.send_preorder {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
}

article.entry>* {
    margin: 0;
}

tr[preorder_end] {
    background: #00c93612;
}

.btn-sm1 {
    font-size: 0.75rem;
    border-radius: 3px;
    width: 24px;
    height: 24px;
}

.info_store .direction_bl {
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.info_store .direction_bl div:not(.empty__) {
    width: calc(50% - 4px);
}

.info_store .direction_bl div span {
    width: 100%;
}

.badge-info {
    border-color: #344357;
    color: #344357;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 150ms ease-in;
}

.badge-info.active {
    color: #fff;
    background-color: #344357;
}

.info_store .isset_data {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.log_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    column-gap: 12px;
    padding: 4px 0;
}

.log_info span {
    line-height: 1em;
}

.card .table .td_add_cart {
    width: 100px;
    text-align: right;
    padding-bottom: 0;
    padding-top: 0;
}

.logs_table tr[data-id] {
    transition: all 100ms ease-in;
}

.logs_table tr[data-id]:hover {
    background: #52648414;
}

.add_log_ {
    font-size: 18px;
    cursor: pointer;
    transition: all 100ms ease-in;
}

.add_log_.in_cart {
    color: #00c936;
}

.info-cart-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.info-cart-body {}

.info-cart-body table {
    width: 100%;
    margin: 0;
}

.info-cart-body table thead th {
    text-align: center;
    background: #d4d4d6;
    color: #364a63;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
}

.info-cart-body tbody tr td:nth-child(2) {
    width: 20%;
    text-align: center;
}

.info-cart-body tbody tr td:last-child {
    width: 10%;
    text-align: right;
    color: #e85347;
    font-size: 17px;
    padding-top: 0;
    padding-bottom: 0;
}

.info-cart-body i.dell_ {
    cursor: pointer;
    transition: all 100ms ease-in;
}

.info-cart-body i.dell_:hover {
    transform: scale(1.2);
}

.recommends_base {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
}

.recommends_base div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #816bff;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    position: relative;
}

.recommends_base div::after {
    position: absolute;
    background-color: #fff;
    content: "";
    height: 11px;
    right: -1px;
    left: -1px;
    top: -1px;
    z-index: 2;
}

.recommends_base p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    z-index: 5;
}

.recommends_base i {
    font-size: 16px;
    margin-bottom: 6px;
    z-index: 5;
}

.br_all {
    word-break: break-all;
    white-space: pre-wrap;
}

.logs_table tr[tr_info] td {
    border: none;
    padding-top: 0;
}

.theme-div{
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #e1e1e1;
    z-index: 10;
    border-radius: 0 4px 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.theme-div a{
    line-height: 1em;
}

#MinimalTip {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    color: #364a63;
    font-weight: 700;
    background: #d4d4d6;
    position: absolute;
    padding: 4px 8px;
    display: none;
    max-width: 260px;
    z-index: 3001;
    border-radius: 4px;
    text-align: center;
}

#MinimalTip.arrow-down:after,
#MinimalTip.arrow-down:before,
#MinimalTip.arrow-up:after,
#MinimalTip.arrow-up:before {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    left: 10px
}

#MinimalTip.arrow-right:after,
#MinimalTip.arrow-right:before {
    left: unset;
    right: 10px
}

#MinimalTip.arrow-up:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #d4d4d6;
    top: -6px
}

#MinimalTip.arrow-up:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #d4d4d6;
    top: -5px
}

#MinimalTip.arrow-down:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d4d4d6;
    bottom: -6px
}

#MinimalTip.arrow-down:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d4d4d6;
    bottom: -5px
}

body.dark-mode #MinimalTip{
    background-color: #2f4158;
    color: #fff;
}

body.dark-mode #MinimalTip.arrow-up:after,
body.dark-mode #MinimalTip.arrow-up:before{
    border-bottom-color: #2f4158;
}

body.dark-mode #MinimalTip.arrow-down:before,
body.dark-mode #MinimalTip.arrow-down:after{
   border-top-color: #2f4158;
}

.text-bronze {
    color: #CD7F32
}

.card_details p b {
    word-break: break-all;
    white-space: pre-wrap;
}
.cc_table .ni-shield-star-fill{
    position: absolute;
    left: -15px;
    font-size: 18px;
    top: calc(50% - 10px);
}
.cc_table tr.selected_{
    background: #00c93621;
}
.null_img{
    font-size: 22px !important;
    margin-left: 3px;
}
.user-name.text-primary{
    color: rgb(101, 118, 255)!important;
}
.badge-unique{
    line-height: 16px;
}

body.dark-mode .seller_ratings thead th{
    background: #182536;
    color: #fff;
}

body.dark-mode .theme-button span[l],
body .theme-button span[d]{
    display: none;
}
body.dark-mode .theme-button span[d]{
    display: inline;
}
body.dark-mode .theme-button i:before{
    content: "\f755";
}
.top_menu_list.theme-button{
    width: 66px;
    margin-right: 12px;
}
.min_vl_badge{
    width: 40px;
    justify-content: center;
}
.last24_p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4px;
    column-gap: 12px;
}
.last24_p h3{
    margin: 0;
}
.last24_p .ch_box{
    margin-top: 2px;
}
.qr_modal{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
#qr_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

body.dark-mode .ask_diss tbody tr[data-ctg="0"], 
body.dark-mode .ask_diss tbody tr[data-type="ctg"]{
    background-color: #0d141d;
}

body.dark-mode .recommends_base div::after,
body.dark-mode .recommends_base div{
    background: #0d141d;
}

body.dark-mode .nk-auth-body,
body.dark-mode .theme-div,
body.dark-mode .recommends_base div{
    border-color: #1d2d40;
}

body.dark-mode .captcha-img,
body.dark-mode .nk-auth-body{
    background-color: #141c26;
}
body.dark-mode .noUi-tooltip{
    background-color: #141c26;
    border-color: #141c26;
    color: #fff;
}

body.dark-mode .noUi-connect{
    background-color: #2f4158;
}
body.dark-mode .nk-menu.nk-menu-main .nk-menu-item.active {
    background: #182536;
}
body.dark-mode .link-secondary{
    color: #5a7ba5 !important;
}
body.dark-mode .top_menu_list>span{
    color: #8699b2;
}
body.dark-mode .theme-div a i,
body.dark-mode a[logout]{
    color: #526484;
}
body.dark-mode .nk-menu-main .nk-menu-sub{
    background: #101924;
    border-color: #203247 !important;
}

body.dark-mode .nk-menu-main .nk-menu-item:hover>.nk-menu-link{
    color: #c2c2c2;
}
body.dark-mode .nk-menu-main .nk-menu-sub .nk-menu-item:hover>a{
    color: #c2c2c2;
    background: #0d141d !important;
}
body.dark-mode .methods_pay>.nk-block-between:not(:last-child){
    border-color: #303b4b;
}
body.dark-mode .br_right {
    border-color:#384d69;
}
body.dark-mode .direction_bl>div span{
    border-color: #384d69;
    background: unset;
    color: #fff;
}

body.dark-mode .direction_bl span.active.badge[data-id] {
    background: #19283b;
    border-color: #1a324f;
}
body.dark-mode .btn-gray {
    color: #ebeef2;
    background-color: #1b2027;
    border-color: #1b2027;
}
body.dark-mode .btn-gray:hover{
    color: #fff!important;
    background-color: #354253!important;
    border-color: #354253!important;
}
body.dark-mode .btn-dark {
    color: #e5e9f2;
    background-color: #313a45;
    border-color: #313a45;
}
body.dark-mode .btn-dark:hover{
    background: #435771!important;
    border-color: #435771!important;
    color: #e5e9f2!important;
}
body.dark-mode .cc_pages .page_number{
    background: transparent;
    color: #fff;
}


body.dark-mode .store_header b.count_f{
    color: #6782a7;
}

body.dark-mode .cc_table .vert_data small,
body.dark-mode .null_img,
body.dark-mode .nk-footer-copyright {
    color: #8699b2;
}

body.dark-mode .page-item.active .page-link{
    background: #364a63 !important;
}

body.dark-mode .tickets_list.no_tickets::after,
body.dark-mode .ticket_w.not_selected::after,
body.dark-mode .ticket_cl{
    background-color: #141c26;
}

body.dark-mode .ticket_info, 
body.dark-mode .ticket_messages{
    border-color: #1d2d40;
}
body.dark-mode .select2-search__field{
    color: #fff;
}
@media (min-width: 576px) {
    .direction_bl span.badge[data-id]:hover {
        background-color: #dbdfea;
    }
    body.dark-mode .direction_bl span.badge[data-id]:hover {
        background-color: #141c26;
    }

    #captcha_reload:hover,
    .passcode-switch em:hover,
    #theme-mode-button:hover>em {
        color: #7e7e7e !important;
    }

    .updates_list .card.card-bordered[data-obj="ctg"]:hover {
        background-color: #00c9361a;
    }

    .updates_list .card.card-bordered[data-obj="base"]:hover {
        background-color: #816bff1a;
    }

    thead.table_head th.sorting:hover {
        color: #161616;
    }

    ul.pages_bar li.active a.page-link[data-num]:hover {
        background-color: #161616 !important;
        color: #fff !important;
    }

    ul.pages_bar li:not(.active) a.page-link[data-num]:hover {
        color: #161616 !important;
        background: #16161642 !important;
    }

    body.dark-mode ul.pages_bar li.active a.page-link[data-num]:hover,
    body.dark-mode ul.pages_bar li:not(.active) a.page-link[data-num]:hover{
        color: #fff!important;
        background-color: #203247 !important;
    }

    #delete_scr:hover {
        opacity: .5;
    }

    li.alert>.answer_buttons a:hover em {
        color: #fff;
    }

    .tickets_list .nk-msg-item:hover {
        background: #efefef;
    }

    a[logout]:hover {
        color: #e85347 !important
    }

    .top_menu_list:hover>i {
        transform: scale(1.2);
    }

    .copy_:hover {
        color: #161616 !important
    }
    .dark-mode .copy_:hover {
        color: #3e6ca9 !important
    }

    .nk-auth-body {
        background: #f5f5f5;
        border-radius: 4px;
        border: 1px solid #e1e1e1;
    }
    body.dark-mode thead.table_head th.sorting:hover{
        color: rgb(101, 118, 255);
    }
    body.dark-mode .tickets_list .nk-msg-item:hover{
        background: #0d141d;
    }
    body.dark-mode .nk-msg-item.active, 
    body.dark-mode .nk-msg-item.current{
        box-shadow: inset 0px 0px 10px 10px #384d69;
    }
}

@media (min-width: 992px) {
    #root[p='/'] .row.g-gs {
        
    }

    input[name="port"] {
        margin-left: 4px;
    }
}

@media (max-width: 991px) {
    .nk-header-menu.mobile-menu {
        padding-top: 65px;
        padding-left: 0;
        padding-right: 0;
        transition: transform 0.4s ease;
    }
    body.dark-mode .nk-header-menu{
        background-color: #141c26;
    }
    body.dark-mode .nk-header-brand>.logo-link{
        color: #fff !important;
    }

    .tickets_col {
        height: auto;
    }

    .tickets_col .card {
        height: auto;
    }

    .tickets_list,
    .ticket_messages {
        max-height: 40vh;
        overflow-y: auto;
    }

    .store_header .store_rows {
        order: 10;
    }

    .br_right {
        border: none;
    }
}

@media (max-width: 710px) {
    .methods_pay>.nk-block-between {
        justify-content: space-around;
    }

    .paym_curr {
        justify-content: center;
    }

    .nk-block-head-content .addr_p {
        text-align: center;
    }

    #cart_panel .nk-block-between {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 12px;
        column-gap: 26px;
    }

    #cart_panel .cart_asnoref {
        order: 2;
    }

    #cart_panel .nk-block-between .d-flex {
        gap: 12px;
        column-gap: 26px;
        flex-direction: column;
    }

    .general_options .custom-control {
        min-width: calc(50% - 2px);
    }

    .general_options {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        column-gap: 4px;
    }
    .direction_bl>div span{
        height: auto;
    }
}
@media (max-width: 575px) {
    .theme-div{
        border: none;
    }
    .ask_diss+.nk-block-between{
            display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    }
    .disc_buttons{
        min-width: unset;
    }
}


@media (max-width: 490px) {
    .purchase_row {
        justify-content: center;
    }

    .isset_data>* {
        width: calc(50% - 12px);
    }

    .info_store .direction_bl div:not(.empty__) {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .nk-header-fixed+.nk-content {
        margin-top: 128px;
    }
}