body {
    font-size: 0.875rem;
    background-color: #f6f8fb;
}

a {
    color: #206bc4;
    text-decoration: none;
}

b, strong, .form-label, .col-form-label, .nav-underline .nav-link.active {
    font-weight: 600;
}

.form-label {
    margin-bottom: .375rem;
}

.main_wrapper {
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}

.sidebar {
    width: 240px;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
}

.main_wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.main_wrap .main_panel {
    overflow: auto;
}

.main_wrap .heading_search, .main_wrap .search_group, .sidebar .heading {
    flex: 0 0 auto;
}

.content {
    padding-top: 51px;
}

.wrapper {
    flex: 1;
}

.side {
    width: 5rem;
    background-color: rgba(32, 107, 196, .1);
}

.side .nav-link {
    padding: .25rem;
    margin: .25rem;
}

.side .nav-link.active {
    background-color: rgba(32, 107, 196, .15);
    color: #206bc4;
}

.wrapper .main_wrapper {
    height: calc(100vh - 51px);
    padding-top: 1rem;
}

.daterangepicker, .wb-title {
    font-family: inherit;
}

.daterangepicker .ranges {
    margin: 8px 0;
}

.queue {
    position: fixed;
    bottom: calc(1.5rem * .5);
    left: calc(1.5rem * .5);
    display: flex;
    flex-wrap: wrap;
}

.queue a {
    margin-right: .25rem;
    margin-top: .25rem;
}

.form-control, .form-select, .input-group-text {
    font-size: 0.875rem;
}

.btn {
    --bs-btn-font-size: 0.875rem;
}

.dropdown-menu {
    box-shadow: var(--bs-box-shadow);
    --bs-dropdown-font-size: .875rem;
    --bs-dropdown-padding-x: .25rem;
    --bs-dropdown-padding-y: .25rem;
}

.dropdown-item {
    border-radius: .25rem;
}

.page-link {
    --bs-pagination-font-size: 0.875rem;
}

.btn-minimize {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
}

.btn-minimize:active {
    border-color: transparent !important;
}

.form-control:focus, .form-select:focus, .btn.focus, .btn:focus, .page-link:focus, .btn-close:focus, .form-check-input:focus,
.focus .ts-control, .plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
    box-shadow: none !important;
}

.form-check-label {
    font-weight: 400;
}

.table {
    --bs-table-bg: transparent;
}

.text-info {
    color: #17a2b8 !important;
}

.card {
    --bs-card-border-color: var(--bs-border-color);
}

.modal-lg {
    max-width: 900px;
}

.modal-xl {
    max-width: 1200px;
}

.badge-shopee {
    background-color: #f63;
    color: #fff;
}

.badge-lazada {
    background-color: rgb(233, 41, 145);
    color: #fff;
}

.badge-shopify {
    background-color: #95bf47;
    color: #fff;
}

.badge-cnvloyalty {
    background-color: #f4698f;
    color: #fff;
}

.text-bg-muted {
    background-color: #ccc !important;
    color: #333 !important;
}

.text-bg-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

.badge-pending {
    color: #fff;
    background-color: #9d6bff;
}

a.badge-pending:focus, a.badge-pending:hover {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

a.badge-primary.focus, a.badge-primary:focus, a.badge-secondary.focus, a.badge-secondary:focus, a.badge-success.focus, a.badge-success:focus, a.badge-danger.focus, a.badge-danger:focus, a.badge-warning.focus, a.badge-warning:focus, a.badge-info.focus, a.badge-info:focus, a.badge-light.focus, a.badge-light:focus, a.badge-dark.focus, a.badge-dark:focus {
    box-shadow: none;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #066fd1;
}

.navbar > .container-fluid {
    max-width: 1920px;
}

.navbar-main {
    display: flex;
    flex-grow: 1;
}

.navbar-brand {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.navbar-main .navbar-nav {
    flex-wrap: wrap;
}

.navbar-dark .navbar-nav .nav-link {
    padding-left: .75rem;
    padding-right: .75rem;
    color: #fff;
    border-radius: var(--bs-border-radius);
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-right > li.dynamic > .dropdown-menu {
    overflow: hidden;
    padding: 0;
}

.navbar-right > li.dynamic > .dropdown-menu .dropdown-content {
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    width: 320px;
}

.navbar-right > li.dynamic > .dropdown-menu .lead {
    font-size: 18px;
}

.navbar-right > li.dynamic > .dropdown-menu .dropdown-item {
    white-space: normal;
}

.navbar-right > li.dynamic > .dropdown-menu .dropdown-item a {
    color: unset;
}

.navbar-right > li.dynamic > .dropdown-menu .dropdown-item a:not(.action) {
    display: block;
    margin-right: 1.5rem;
}

.navbar-right li.nav-item span.count {
    position: absolute;
    bottom: 50%;
    left: 50%;
}

.navbar-nav .show > .nav-link {
    background-color: #0078b6;
}

.nav-link {
    color: #206bc4;
}

.section_username .nav-link {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.dropdown .avatar {
    width: 29px;
    height: 29px;
}

hr {
    color: rgba(0, 0, 0, .4);
}

.notification-content {
    padding: .5rem;
}

li.dynamic .dropdown-item {
    padding-inline: .5rem;
    border-radius: .375rem;
}

li.dynamic .dropdown-item a.action {
    opacity: 0;
    background-color: #ddd;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: right;
}

li.dynamic .dropdown-item:hover a.action {
    opacity: 1;
    color: #6c757d;
}

li.dynamic .dropdown-item:hover a.action:hover {
    color: #212529;
}

li.dynamic .dropdown-item:hover, li.dynamic .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.05);
    color: unset;
}

li.dynamic .dropdown-divider {
    margin: 0;
}

/* priority-nav */

.priority-nav__dropdown {
    right: 0;
    left: auto;
    margin-top: var(--bs-dropdown-spacer);
}

.priority-nav__dropdown li a {
    color: var(--bs-body-color);
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    border-radius: .25rem;
}

.priority-nav__dropdown li a:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.priority-nav__dropdown li a.active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg);
}

.priority-nav-has-dropdown {
    width: 0;
}

.navbar-collapse.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
    color: #fff;
    padding: .5rem .75rem;
    border: 0;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle:hover {
    color: rgba(255, 255, 255, .75);
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle:active {
    border-color: transparent;
}

.nav-underline-wrapper.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
    color: #206bc4;
}

.nav-underline-wrapper .priority-nav__wrapper {
    display: inline-block;
    padding: 1px 0;
}

/* priority-nav */

.mm-spn.mm-spn--light {
    background-color: #066fd1;
    color: #fff;
}

.heading .search_section {
    max-width: 400px;
    flex: 1;
    margin-right: 15px;
}

.heading .date {
    width: 200px;
}

.heading .date input {
    background-color: #fff;
    cursor: pointer;
}

.heading .date input:focus {
    border-color: #ccc;
}

.heading .date span {
    background-color: #fff;
}

.heading_search #datefilter {
    width: 220px;
}

.heading .lead {
    line-height: calc(1.35em + .375rem + 2px);
}

.customer_section, .order_section, .shipping_section {
    position: relative;
    margin-top: .5rem;
}

.bg-complete {
    background-color: #dff0d8 !important;
}

.bg-info {
    background-color: #d9edf7 !important;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

.bg-danger {
    background-color: #f2dede !important;
}

.bg-muted {
    background-color: #eee !important;
}

.main_panel {
    margin-bottom: calc(var(--bs-gutter-x) * .5);
}

.main_panel .card-footer {
    background-color: unset;
    padding-left: .5rem;
    padding-right: .5rem;
}

.main_panel .card-footer .dropdown-menu {
    min-width: 100%;
    text-align: center;
}

.main_panel .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#filter_panel {
    height: 100%;
    margin-bottom: calc(var(--bs-gutter-x) * .5);
}

#filter_panel:hover {
    overflow-y: auto;
}

.filter_content {
    max-width: 225px;
    min-width: 225px;
    padding-right: 15px;
}

.sale_panel ul li a span.close_tab, ul.cart-tab li a span.close_tab, .priority-nav__dropdown li a span.close_tab {
    color: #ccc;
    margin-left: .5rem;
}

.sale_panel ul li a span.close_tab:hover, ul.cart-tab li a span.close_tab:hover, .priority-nav__dropdown li a span.close_tab:hover {
    color: #333;
    cursor: pointer;
}

.sale_panel ul li a span.tab_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-underline-wrapper {
    box-shadow: inset 0 -1px 0 #ddd;
}

.nav-underline {
    --bs-nav-underline-gap: unset;
}

.nav-underline .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.nav-underline > li > a.nav-link.active, .nav-underline > li > a.nav-link.active:focus, .nav-underline > li > a.nav-link.active:hover {
    color: #206bc4;
}

.nav-underline > li > a:focus, .nav-underline > li > a:hover {
    background-color: unset;
    border-bottom-color: #ccc;
    transition-timing-function: ease-out;
    transition-duration: .12s;
}

.order_tab > .nav-item > .nav-link {
    background-color: #e9ecef;
}

.order_tab > .nav-item > .nav-link.active {
    background-color: #0d6efd;
}

.order_tab .nav-link.active span {
    color: #fff;
}

.order_tab > .nav-item:not(.dropdown) > .nav-link {
    width: 140px;
    display: flex;
    justify-content: space-between;
}

.order_tab > .nav-item:not(:first-child) {
    margin-left: .25rem;
}

.order_tab > .nav-item:last-child > .nav-link {
    color: #6c757d;
}

.order_tab > .nav-item:last-child > .nav-link:hover {
    color: #333;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset;
    border-color: transparent;
}

.filter .col-auto {
    width: 220px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table > thead > tr > th, .table > tbody > tr > th {
    font-weight: 600;
}

.table > thead:first-child > tr:first-child > th, .table > tbody:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tfoot > tr > td {
    border-top: none;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
    border-top-width: 1px;
}

.search_result, .customer_result {
    width: 100%;
    margin-top: .125rem;
}

.search_result .search_content, .customer_result .search_content {
    overflow-y: scroll;
    max-height: 350px;
}

span.phone_result, span.description_result {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pagination-wrapper {
    margin-bottom: 1rem;
}

.pagination-wrapper .dropdown-menu {
    min-width: 100%;
    text-align: center;
}

.pagination {
    margin-bottom: 0;
    gap: .25rem;
}

.pagination > li > a, .pagination > li > span {
    border-color: transparent;
    border-radius: .375rem;
}

.not_featured i {
    color: #ccc;
}

.note_list ul li a {
    opacity: 0;
}

.note_list ul li:hover a {
    opacity: 1;
}

.list-group-item {
    word-wrap: break-word;
}

.list-group.nested-sortable > .list-group-item > .list-group > .list-group-item:first-child {
    margin-top: .5rem;
}

.shipment {
    background-color: #eee;
}

.express {
    background-color: #f2dede;
}

.gotoshop {
    background-color: #faebcc;
}

.pending {
    background-color: #d9edf7;
}

.bg_purple {
    background-color: #ebe0ff !important;
}

.bg_pink {
    background-color: #ffe0e6;
}

.quote {
    border-left: 2px solid #3085d6;
}

tr.canceled .text, tr.canceled .link a, tr.canceled .amount span, li.canceled, li.canceled .order_product_wrap a {
    text-decoration: line-through;
    color: #a94442;
}

.card.canceled .text, .card.canceled .link a {
    text-decoration: line-through;
    color: #a94442;
}

.panel_customer .section span.action, .panel_order li span.action {
    opacity: 0;
}

.panel_customer .section:hover span.action, .panel_order li:hover span.action {
    opacity: 100;
}

.main_data .dropdown > a:hover {
    color: unset;
}

.main_data .clipboard {
    cursor: pointer;
}

.main_data hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#mainModal .modal-content {
    background-color: #eee;
}

.order_product_item {
    display: flex;
    flex-wrap: wrap;
}

.order_product_item .item {
    width: 50%;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.order_product_item .item:nth-child(even) {
    border-left: 1px solid #eee;
    padding-left: 6px;
}

.order_product_item .item:nth-child(odd) {
    padding-right: 6px;
}

.order_product_item .line {
    width: 100%;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.order_product_wrap .bottom {
    display: flex;
    justify-content: space-between;
}

.mini_pagination {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 8px;
    margin: 0;
}

.mini_pagination li a {
    padding: 8px;
}

.mini_pagination li:first-child {
    padding-right: 8px;
}

.mini_pagination li.active a {
    color: #ccc;
}

.customer_orders .table .order_product {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.customer_orders .table .summary {
    padding: 5px;
}

.search_section .input-group-text {
    background-color: #fff;
}

.search_section .input-group > .form-control {
    border-left: none;
    padding-left: 0;
}

.search_group .input-group > .form-control {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}

.search_group .search_section {
    max-width: 400px;
    flex: 1;
}

.search_group .search_section .dropdown-menu {
    padding: 0.75rem;
}

.search_group .search_section .dropdown-menu .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.search_group .search_section .dropdown-menu div:not(:last-child) {
    margin-bottom: 0.75rem;
}

.search_section .input-group > .form-control:focus {
    border-color: #ced4da;
}

.search_group .search_section .input-group > .input-group-text:last-child {
    padding: 2px;
}

.search_group .search_section .input-group > .input-group-text:last-child > span {
    padding: .25rem .625rem;
    border-radius: 50%;
}

.search_group .search_section .input-group > .input-group-text:last-child > span:hover {
    background-color: #dee2e6;
    cursor: pointer;
}

.main_data .notes, .customer_orders {
    position: relative;
}

.notes .pinned {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.notes td span.dropdown, .main_data .payment_section li span.dropdown {
    opacity: 0;
}

.notes td:hover span.dropdown, .main_data .payment_section li:hover span.dropdown {
    opacity: 1;
}

.notes .table td {
    padding-left: 1rem;
    padding-right: 1rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.5);
}

.overlay > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.inception-overlay {
    background-color: rgba(0, 0, 0, .35);
}

#datetimepicker_timer {
    word-break: normal;
}

.table td.order_description, .table td.address {
    word-wrap: break-word;
}

.action > a:not(.color) {
    color: #ccc;
}

.action > a:not(.color):hover {
    color: #000;
}

.birth_month .picker-switch {
    display: none !important;
}

.birth_month .prev {
    display: none !important;
}

.birth_month .next {
    display: none !important;
}

.notes_list li {
    background-color: #eee;
}

.more_wrap {
    border-top: 1px solid #ddd;
    padding: 8px;
}

.item_thumb {
    width: 42px;
    height: 42px;
    position: relative;
}

.item_title {
    padding-left: 8px;
}

.item_thumb .attachment {
    height: 100%;
}

.item_thumb .attachment img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.item_thumb .attachment svg {
    color: #cecece;
    fill: currentColor;
    width: 16px;
    height: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.images_wrap {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.images_wrap li {
    float: left;
    width: 25%;
    padding: .25rem;
}

.product_list {
    margin: 0 -8px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.product_list .item {
    width: 12.5%;
    padding: .5rem;
    margin-bottom: .5rem;
}

.product_cart {
    position: relative;
    margin-top: .5rem;
}

.product_cart:not(.store_cart) .code {
    width: 60%;
}

.cart_footer .item {
    padding: .25rem .5rem;
    display: flex;
    justify-content: space-between;
}

.cart_footer .item .item_label {
    width: 80%;
    display: inline-block;
    text-align: right;
}

.panel_cart .alert {
    margin-top: 8px;
    margin-bottom: 0;
}

.panel_cart .product_cart .item .title, #cartHome .product_cart .item .title, .cart_input .product_cart .item .title {
    width: 60%;
}

.product_cart .item .quantity {
    width: 75px;
}

.mobile .card-body {
    padding: .5rem .75rem;
}

.mobile hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.suggested_price, .suggested_fee {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: .5rem;
}

.result_count {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.description p {
    margin-bottom: 0;
}

.metadata div {
    margin-top: .25rem;
}

/* attachment */

.attachment {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}

.attachment.marked {
    border-color: rgb(var(--bs-danger-rgb));
}

.attachment:hover .bottom {
    opacity: 1;
}

.attachment_preview {
    position: relative;
    padding-bottom: 100%;
}

.thumb {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.centered {
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
}

.attachment .thumb img, .attachment .thumb svg {
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.attachment .thumb svg {
    width: 48px;
    height: 48px;
}

.attachment .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding: 3px;
}

.attachment .bottom a {
    color: #fff;
}

/* end attachment */

.collection_product_list .product_item {
    padding: .5rem;
}

.collection_product_list .product_item:hover {
    background-color: #f5f5f5;
}

.collection_product_select {
    position: relative;
}

.collection_product_search .product_item {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.collection_product_search .product_item:hover {
    background-color: #f5f5f5;
}

.nav.ln_tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: .125rem;
}

.nav.ln_tab .nav-link:not(.active) {
    color: #383d41;
    background-color: #e2e3e5;
}

.create_tab {
    display: flex;
    flex-wrap: wrap;
}

.create_tab > span {
    width: unset;
    margin-bottom: .25rem;
}

.create_tab a {
    margin-bottom: .25rem;
}

.create_tab > span:not(:first-child), .create_tab a:not(:first-child) {
    margin-left: .25rem;
}

#channel_group_select a.active {
    font-weight: 600;
    color: #a94442;
}

.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#select_tab .table .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.user_salary .salary_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user_salary .salary_sub .item {
    display: flex;
    margin-bottom: 15px;
}

.user_salary .salary_sub .item:last-child {
    margin-bottom: 0;
}

.user_salary .salary_sub .item label {
    width: 10%;
}

.avatar-group {
    display: flex;
    flex-wrap: wrap;
}

.avatar {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: cover;
}

.avatar.small {
    width: 1.25rem;
    height: 1.25rem;
}

.avatar .avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar .avatar-text {
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-group.avatar-group-overlapped .avatar {
    margin-right: -.75rem;
}

.avatar-group .avatar .avatar-img, .avatar-group .avatar .avatar-text {
    border: 2px solid #fff;
}

.profile_photo {
    width: 96px;
    height: 96px;
    background-color: #e9ecef;
    border-radius: 50%;
    cursor: pointer;
}

.profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_photo span {
    font-size: 1.75rem;
    color: #495057;
    font-weight: 300;
}

.file {
    position: relative;
    padding-top: 100%;
}

.file-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    color: unset;
}

.file-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-preview i {
    font-size: 1.25rem;
}

.file-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
}

.file-content a {
    color: #fff;
}

.file:hover .file-content {
    display: block;
}

.static .dropzone {
    border: 1px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--bs-tertiary-color);
    min-height: unset;
    border-radius: unset;
}

.static .dropzone:hover {
    border-color: var(--bs-body-color-rgb);
    color: var(--bs-body-color-rgb);
}

.channel_logo {
    vertical-align: sub;
    height: 16px;
}

.toastify {
    padding: .5rem;
    border-radius: .25rem;
}

.min-w-0 {
    min-width: 0px;
}

.sortable-list a.sortable_handle, .nested-sortable a.sortable_handle {
    cursor: move;
}

.sorting-indicator {
    display: none;
}

.sorting-indicator::before {
    content: "▲";
    font-size: .625rem;
    color: #3c434a;
}

th.sorted .sorting-indicator {
    display: unset;
}

th.sorted.desc .sorting-indicator::before {
    content: "▼";
}

span.readonly {
    background-color: #eee;
}

ul.tag {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tag li {
    margin-right: .25rem;
}

ul.tag li .label {
    display: block;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all_tags a {
    margin-bottom: 4px;
    display: inline-block;
}

div:where(.swal2-container) div:where(.swal2-popup),
div:where(.swal2-container) div:where(.swal2-html-container),
div:where(.swal2-container) .swal2-radio label, div:where(.swal2-container) .swal2-checkbox label,
div:where(.swal2-container) .swal2-file {
    font-size: unset !important;
}

div:where(.swal2-container) .swal2-radio, div:where(.swal2-container) .swal2-checkbox {
    flex-wrap: wrap;
}

div[data-notify="container"] {
    max-width: 150px;
    padding: .5rem;
    font-size: 85%;
}

.truncate .ts-control .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
}

.fancybox .thumb {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .25rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}

svg.no_image_available {
    color: #cecece;
    fill: currentColor;
    width: 16px;
    height: 16px;
}

.post_list .card + .card {
    margin-top: .5rem;
}

.badge__red {
    background-color: rgb(254, 215, 215) !important;
    color: rgb(155, 44, 44);
}

.badge__gray {
    background-color: rgb(237, 242, 247) !important;
    color: rgb(45, 55, 72);
}

.badge__teal {
    background-color: rgb(178, 245, 234) !important;
    color: rgb(40, 94, 97);
}

.badge__blue {
    background-color: rgb(190, 227, 248) !important;
    color: rgb(44, 82, 130);
}

.badge__yellow {
    background-color: rgb(254, 252, 191) !important;
    color: rgb(151, 90, 22);
}

.badge__green {
    background-color: rgb(198, 246, 213) !important;
    color: rgb(39, 103, 73);
}

.badge__orange {
    background-color: rgb(254, 235, 200) !important;
    color: rgb(156, 66, 33);
}

.badge__purple {
    background-color: rgb(233, 216, 253) !important;
    color: rgb(85, 60, 154);
}

.badge__pink {
    background-color: rgb(254, 215, 226) !important;
    color: rgb(151, 38, 109);
}

/* tagify */
.tags-look .tagify__dropdown__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active {
    color: black;
}

.tags-look .tagify__dropdown__item:hover {
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}

/* end tagify */

.palette input[type="radio"] {
    display: none;
}

.palette input[type="radio"]:checked + label span {
    border: 1px solid #333;
}

.palette label {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    cursor: pointer;
}

.palette label span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.loader::after, .loader::before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    animation: animloader 2s ease-in-out infinite;
}

.cs_readmore-btn {
    background: unset;
    border: unset;
    color: #206bc4;
    padding: unset;
}

@keyframes animloader {
    0%, 100% {
        transform: scale(0);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width: 575px) {
    .modal-dialog {
        --bs-modal-margin: .25rem;
    }

    .product_list .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-main {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-right > li {
        position: unset;
    }

    .navbar-right {
        flex-direction: row;
    }

    .navbar-dark .navbar-right .nav-link {
        font-size: .875rem;
        position: relative;
    }

    .navbar-nav > li > .dropdown-menu {
        position: absolute;
        margin-right: var(--bs-dropdown-spacer);
    }

    .nav-link span.username {
        display: none;
    }

    .heading_search, .search_group {
        flex-direction: column;
    }

    .heading_search #datefilter, .search_group .datefilter {
        width: unset;
    }

    .search_section #search_form, .search_group .search_section, .heading .search_section {
        margin-right: 0;
    }

    .form-group .total_hour {
        margin-bottom: 15px;
    }

    #profile_form .col-sm-4:not(:last-child) {
        margin-bottom: 15px;
    }

    .user_salary .salary_main .item {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .user_salary .salary_sub .item {
        display: block;
    }

    .user_salary .salary_sub .item label {
        width: unset;
    }

    .main_data .order_product_item .item {
        width: 100%;
        padding-right: unset;
    }

    .main_data .order_product_item .item:nth-child(2n) {
        border-left: unset;
        padding-left: 0;
    }

    .main_data .order_product_wrap .bottom {
        flex-direction: column;
    }

    .main_data .order_product_wrap .bottom .item {
        margin-left: unset;
        display: flex;
        justify-content: space-between;
    }

    .main_data .order_status_section {
        flex-wrap: wrap;
    }

    .main_data .order_status_section div:nth-child(2) {
        margin-left: 10px;
    }
}

@media (max-width: 991px) {
    .main_wrapper {
        display: inherit;
    }

    .wrapper .main_wrapper {
        height: unset;
    }

    .sidebar {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-item-text.username {
        display: none;
    }

    .master_product td.select {
        width: 40px;
    }

    .master_product td.ordinal {
        width: 55px;
    }

    .master_product td.code {
        width: 200px;
    }

    .master_product td.cost {
        width: 96px;
    }

    .master_product td.price {
        width: 110px;
    }

    .master_product td.stock {
        width: 100px;
    }

    .master_product td.action {
        width: 75px;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    body {
        overflow: hidden;
    }

    #filter_panel {
        overflow: hidden;
    }

    .abc {
        display: flex;
    }

    .abc.height {
        height: calc(100vh - 51px);
    }
}

@media (min-width: 1200px) {
    .main_data > .row > .col-md-3 {
        max-width: 300px;
    }

    .main_data > .row > .col-md-6 {
        max-width: 100%;
        flex: 1;
    }

    .modal-xl {
        max-width: 1260px;
    }
}