body {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
	color: #000;
}

p {
    font-size: 13px;
    color: #000;
}

.green-color {
    color: green;
}

.red-color {
    color: red;
}

.table th,
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link,
.tooltip,
.card .card-body {
    font-family: 'Montserrat', sans-serif;    
}

a,
.page-item .page-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a,
a:hover,
a:focus {
    color: #337ab7;
}

img {
    max-width: 100%;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.hide {
    display: none;
}

.page-item span {
    color: #000;
}

.input-error {
    border-color: red !important;
}

.red-color {
    color: red !important;
}

.site-content {
    min-height: 85vh;
    overflow: hidden;
}

.icon-sm i {
    position: static;
}

.sidenav[data-color=dark] .navbar-nav>.nav-item>.nav-link.active .icon {
    color: #fff;
}

.toast-message ul {
    margin: 0px;
    padding-left: 0px;
    list-style: none;
    font-size: 13px;
}

.toast-message {
    font-size: 13px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i {
    color: #000;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active .icon i {
    color: #fff;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    height: auto;
    padding-bottom: 50px;
}

nav[aria-label="breadcrumb"] {
    padding-left: 15px;
}

.w-100 {
    width: 100%;
}

.tl-table {
    background: #fff;
    border-radius: 5px;
    border-collapse: collapse;
    margin: 0px;
}

.tl-table thead th {
    padding: 1.25rem 0.5rem;
    vertical-align: middle;
}

.tl-table tr td {
    padding: 0.75rem 0.5rem;
    vertical-align: middle;
}

.tl-table,
.tl-table th,
.tl-table td {
    color: #000;
}

tr .btn {
    padding: 6px 10px;
    margin: 0px;
}

.dropdown .dropdown-menu:before,
.dropdown .dropdown-toggle:after,
.dropdown .dropdown-toggle:before,
.dropend .dropdown-toggle:after,
.dropend .dropdown-toggle:before,
.dropstart .dropdown-toggle:after,
.dropstart .dropdown-toggle:before,
.dropup .dropdown-toggle:after,
.dropup .dropdown-toggle:before {
    font-family: "Font Awesome 5 Free";
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item {
    color: #000;
    text-shadow: none;
    font-size: 13px;
}

.tl-table tr td .dropdown.dropdown-hover .dropdown-menu,
.tl-table tr td .dropdown .dropdown-menu.show {
    transform: translate(-1px, 39px) !important;
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
    color: #000;
}

.icon-sm i {
    font-size: 0.75rem;
}

.border-radius-md {
    border-radius: 5px;
}

.bold {
    font-weight: 700;
}

@media (max-width: 767px) {

    .table-responsive .dropdown-menu,
    .table-responsive .dropdown-toggle {
        position: static !important;
    }
}

@media (min-width: 768px) {
    .table-responsive:not(.no-custom) {
        overflow: visible;
    }
}

.btn {
    font-weight: 400;
    text-transform: unset;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 5px;
    margin: 0px;
    box-shadow: none;
}

.btn .far,
.btn .fas,
.btn .fa {
    font-size: 13px;
}

.btn:hover:not(.btn-icon-only),
.btn:active,
.btn:active:focus,
.btn:active:hover {
    transform: scale(1) !important;
    opacity: 1;
    box-shadow: none !important;
    text-shadow: none !important;
}

.alert-success,
.alert-warning,
.alert-danger {
    background-image: none;
}

.alert {
    position: relative;
}

.close-sys-alert {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000;
}

.form-control {
    padding: 6px 10px;
    font-size: 13px;
    color: #000;
}

.form-label,
label {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}

.head-list {
    margin-bottom: 15px;
}

tr td .bg-gradient-success {
    background: green;
    text-transform: none;
}

tr td .bg-gradient-danger:hover,
tr td .bg-gradient-success:hover {
    color: #fff;
}

.tooltip {
    font-size: 12px;
}

.card .card-body {
    padding: 1rem;
}

tr td .badge,
tr td .btn {
    text-transform: unset;
}

.navbar-nav .dropdown .dropdown-menu.dropdown-menu-end {
    transform: translate(-1px, 20px) !important;
}

select.form-control {
    appearance: auto;
}

.page-item .page-link,
.page-item span {
    height: 32px;
    width: 32px;
}

ul.pagination li {
    margin-right: 3px;
}

ul.pagination li:last-child {
    margin-right: 0px;
}

tr td .dropdown-item .fa,
tr td .dropdown-item .fas,
tr td .dropdown-item .far {
    width: 20px;
}

.modal-footer .btn:last-of-type {
    margin-left: 10px;
}

.modal-title {
    font-size: 16px;
}

.site-loading {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.menu-child {
    margin: 0;
    padding: 10px 0px 0px 56px;
    list-style: none;
    display: none;
}

.menu-child li {
    padding: 5px 0px;
}

.menu-child li i {
    font-size: 11px;
    margin-right: 5px;
}

.nav-link.has-childs {
    position: relative;
}

.nav-link.has-childs::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.open-child .nav-link.has-childs::after {
    content: "\f077";  
}

.w200 {
    max-width: 200px;
}

.input-group .form-control + .input-group-text {
    font-size: 13px;
    padding: 6px 10px;
    right: 0;
    background: #f5f5f5;
    border-left: 1px solid #d2d6da;
}

tr td .badge, tr td .btn {
    text-transform: unset;
    font-size: 12px;
    font-weight: 400;
}

.bg-gradient-danger {
    background: #ea0606;
}

.pro-thumb {
    margin: 0;
    padding-top: 15px;
    max-width: 250px;
}

.card {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 8px;
}

.table tr td .fa,
.table tr td .fas {
    font-size: 10px;
}

.tl-table thead th {
    text-transform: uppercase;
    font-size: 11px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #93e2ab;
    outline: 0;
    box-shadow: 0 0 0 1px #93e2ab75
}

.select2-container .select2-selection--single {
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.form-control {
    border-radius: 5px;
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-left-width: 1px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6da;
    border-radius: 5px;
}

.bg-info {
    color: white;
}

.tl-table thead th {
    background: #f2f4f7;
    padding: 0.75rem 0.5rem;
}

.table.table-bordered tbody tr:last-child td {
    border-width: 1px;
}

.btn-close {
    color: #000;
}

.italic {
    font-style: italic;
}

.navbar-vertical .navbar-nav .nav-link {
    color: #000;
    text-shadow: none;
}

tr td .btn-update-status-object {
    color: white!important;
}

ul.pagination {
    margin: 0px;
    padding-top: 15px;
}

tr .order-customer {
    width: 250px;
    font-size: 12px;
}
tr td .item-name {
    max-width: 300px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;        
    background: white; 
}

tr td strong {
    font-weight: 600;
}

.table td, .table th {
    white-space: unset;
}

.item-variable {
    font-style: italic;
    color: #777;
}

.pro-item {
    display: flex;
    align-items: center;
}

.pro-item .thumb {
    width: 46px;
    height: auto;
}

.pro-item .pro-info {
    width: calc(100% - 46px);
    padding-left: 5px;
}
.tiktok-status {
    text-transform: capitalize;
    min-width: 150px;
    display: inline-block;
}

.th-size-1 {
    width: 115px;
}

.th-size-2 {
    width: 200px!important;
}

.bg-gray-100 {
    background-color: #f5f5f5!important;
} 

.pos-relative {
    position: relative;
}

.btn-edit-col {
    color: black;
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;    
}

.btn-edit-col .far,
.btn-edit-col .fa,
.btn-edit-col .fas {
    font-size: 13px!important;
}

.pos-relative:hover .btn-edit-col {
    display: block;
}

.btn.bg-info:hover {
    color: #fff;
}

.min-width-175 {
    min-width: 175px;
}

table tr td .min-width-100 {
    min-width: 100px
}

.order-tracking_number,
.order-fullfill-id {
    min-width: 100px;
}

.order-design-code {
    min-width: 100px;
    max-width: 200px;
}

.order-money-col {
    min-width: 75px;
}

.head-list .form-control {
    padding: 5px 10px;
}

.order-tiktok-id {
    color: #0314f1;
}

input:read-only {
    background-color: #f5f5f5;
}

.modal-header .btn-close:hover {
    color: #000;
}

.dropdown-menu.table-dropdown .dropdown-item i {
    width: 20px;
}

.order-print-position {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.order-print-position li {
    width: 33.33%;
    list-style: none;
    position: relative;
}

.order-print-position li label {
    cursor: pointer;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #f5f5f5;
    display: block;
    margin: 2px;
    padding: 5px 0px;
    text-align: center;
    border-radius: 5px;
}

.order-print-position li input[type="radio"],
.order-print-position li input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.order-print-position li input[type="checkbox"]:checked + label,
.order-print-position li input[type="radio"]:checked + label {
    background-color: #ff9696;
    border-color: #ff9696;
}

.input-design-link {
    min-width: 150px;
}

.printer-order-id {
    font-style: italic;
    text-align: center;
}

.print-items {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.print-items li.item-print {
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.print-items li.item-print .form-group {
    margin-bottom: 10px;
}

.font-bold {
    font-weight: 600;
}

.print-item-name {
    font-weight: 600;
}

.order-notice {
    min-width: 100px;
    max-width: 200px;
}

.clearfix::after {
    content: "";
    float: none;
    clear: both;
}

.list-filter .filter-small {
    width: 100px;
    margin-right: 5px;
}

.list-filter .filter {
    width: 150px;
}

.filter-items .filter-medium,
.list-filter .filter-medium {
    width: 200px;
}

.list-filter .filter-large,
.filter-items .filter-large {
    width: 250px;
}

.list-filter .filter-item  {
    margin-right: 5px;    
}

.input-group .form-control + .input-group-text {
    font-size: 13px;
    padding: 9px 10px;
    right: -1px;
    background: #f5f5f5;
    border-left: 1px solid #d2d6da;
    border-top: 0;
    border-bottom: 0;
    top: 1px;
    border-radius: 5px;
    bottom: 1px;
}

.row-filter {
    display: flex;
}

.row-filter .top-list-buttons {
    width: 400px;
}

.row-filter .top-list-filter {
    width: calc(100% - 400px);
}

.frm-filter-items {
    display: flex;
    justify-content: end;
}

.frm-filter-items .filter-buttons {
    width: 190px;
}

.frm-filter-items .filter-items {
    width: calc(100% - 170px);
    text-align: right;
    padding-right: 5px;
}

.frm-filter-items .filter-items input,
.frm-filter-items .filter-items select,
.frm-filter-items .filter-items span {
    text-align: left;
}

.filter-item {
    display: inline-block;
    width: 150px;
}

.filter-items .filter-item {
    margin-right: 5px;
}

.group-option-date {
    display: inline-block;
}

.count-statics {
    margin: 0px;
    font-weight: 600;
    text-align: right;
}

.top-list-statics {
    padding-bottom: 10px;
}

.link-item-analytics {
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    padding: 10px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s linear;
}

.link-item-analytics .left-link {
    width: 45px;
    font-size: 25px;
    display: block;
    margin-right: 5px;
    text-align: center;
}

.link-item-analytics .link-label {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.link-item-analytics .link-notice {
    font-size: 12px;
    color: #999;
    font-style: italic;
    display: block;
}

.inline-block {
    display: inline-block;
}

.radio-group p {
    display: inline-block;
}

.progress {
	padding: 0px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
	margin-bottom: 0px;
    height: 8px;
}

.progress-statics {
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
}

.progress-bar {
	height: 10px;
	background-color: #ee303c;
	border-radius: 4px;
	transition: 0.4s linear;
	transition-property: width, background-color;
}

.progress-striped .progress-bar {
	background-color: #FCBC51;
	width: 0%;
	background-image: linear-gradient(45deg, rgb(252, 163, 17) 25%,
			transparent 25%, transparent 50%,
			rgb(252, 163, 17) 50%, rgb(252, 163, 17) 75%,
			transparent 75%, transparent);
}

.height-in-screen {
    height: calc(100vh - 220px);
}

.small-title {
    border-left: 3px solid #000;
    line-height: 16px;
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 15px;
    color: #000;
}

.dashboard-card .icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dashboard-card .icon-shape i {
    font-size: 22px;
    opacity: 1;
    position: static;
}


.lds-facebook {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-facebook div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #fff;
	animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
	left: 8px;
	animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
	left: 56px;
	animation-delay: 0;
}

@keyframes lds-facebook {
	0% {
		top: 8px;
		height: 30px;
	}

	50%,
	100% {
		top: 24px;
		height: 20px;
	}
}


.timeline-item {
	background: #fff;
	border-radius: 3px;
	padding: 12px;
	margin: 0 auto;
	max-width: 100%;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

.animated-background {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
	background-size: 800px 104px;
	height: 96px;
	position: relative;
}

.background-masker {
	background: #fff;
	position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
	top: 0;
	left: 40px;
	right: 0;
	height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
	top: 10px;
	left: 40px;
	height: 8px;
	width: 10px;
}

.background-masker.header-bottom {
	top: 18px;
	height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
	top: 24px;
	height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
	width: auto;
	left: 300px;
	right: 0;
}

.background-masker.subheader-right {
	left: 230px;
}

.background-masker.subheader-bottom {
	top: 30px;
	height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
	top: 40px;
	left: 0;
	right: 0;
	height: 6px;
}

.background-masker.content-top {
	height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
	width: auto;
	left: 380px;
	right: 0;
	top: 60px;
	height: 8px;
}

.background-masker.content-second-line {
	top: 68px;
}

.background-masker.content-second-end {
	left: 420px;
	top: 74px;
}

.background-masker.content-third-line {
	top: 82px;
}

.background-masker.content-third-end {
	left: 300px;
	top: 88px;
}

.db-ajax-val .animated-background,
.order-money-time .animated-background,
.order-count-val .animated-background {
    height: 16px;
    width: 75px;
}

.filter-items {
    display: inline-flex;
}

.filter-items .select2-container .select2-selection--single {
    height: 34px;
}

.frm-filter-items.frm-filter-orders .filter-items {
    justify-content: end;
}

.col-fullname-profits {
    position: absolute;
    background: #e0fbe0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.fullname-rp {
    position: relative;
    z-index: 2;
}

.dashboard-orders {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.dashboard-orders li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.dashboard-orders li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dashboard-orders li p {
    margin: 0px;
}

.dashboard-orders li p a {
    color: #0363c9;
}

.d-ord-shop {
    font-size: 14px;
    font-weight: 700;
}

.d-ord-seller {
    font-style: italic;
}

.bg-notice-actions {
    background-color: #edcdcd!important;
} 

.db-small-link {
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    line-height: 13px;
}

.db-small-link i {
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: -2px;
}

.flex-center {
    align-items: center;
}

.ord-over-due {
    background: #efb4b4;
    color: red;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
}

.input-error + .select2 .select2-selection {
    border-color: red!important;
}

td .dropdown .dropdown-menu {
    box-shadow: 0 8px 26px -4px hsla(0, 0%, 8%, .15), 0 8px 9px -5px hsla(0, 0%, 8%, .06);        
}

.top-list-filter-full {
    width: 100%;
}

.ord-work-status {
    font-size: 11px;    
    color: #fff;
    padding: 2px 5px;
    border-radius: 8px;
    width: 75px;
}

.ord-work-status-1 {
    background: #4e79d9;
}

.ord-work-status-2 {
    background: #d97b4e;
}

.ord-work-status-3 {
    background: green;
}

tr td .animated-background {
    max-height: 15px;
    max-width: 50px;
    margin: 0px auto;
}

.pro-images ul {
    margin: 0px;
    padding: 0px;
}

.pro-images ul li {
    list-style: none;
    display: block;
    width: 20%;
    float: left;
}

.pro-images ul li img {
    max-width: 100%;
    margin: 5px;
}

.dropdown-menu.table-dropdown {
    box-shadow: 0 8px 26px -4px hsla(0, 0%, 8%, .15), 0 8px 9px -5px hsla(0, 0%, 8%, .06);
}

.order-print-position li input[type="checkbox"]:checked + label::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.order-print-position li label {
    padding: 2px;
    position: relative;
    background-color: #eee;
}

.order-print-position li input[type="checkbox"]:checked + label {
    background: #fff;
    border-color: red;
}

.order-print-position li label::before {
    position: absolute;
    left: 5px;
    top: 6px;
    font-size: 11px;
    color: red;
}

.order-print-position {
    display: block;
}

.order-print-position li {
    float: left;
}

.table.small-table.tl-table thead th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 11px;
}

.table.small-table.tl-table tbody .form-control {
    font-size: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.mt-15 {
    margin-top: 15px;
}

.form-buttons-border-top {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.price-setting-title {
    text-transform: uppercase;
    border-left: 3px solid #000;
    color: #000;
    padding-left: 15px;
    background: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
}
#product-price-color h6 {
    font-size: 14px;
}

.small-percent {
    font-size: 12px;
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0px;
}

.numbers .text-sm {
    font-size: 12px!important;
}

.dashboard-card h5 {
    font-size: 15px;
}

th.has-sort-field {
    padding-right: 22px!important;
}

th .sort-field {
    width: 15px;
    height: 22px;
    position: absolute;
    right: 5px;    
    line-height: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

th .sort-field a {    
    line-height: 10px;
    color: #999;
    height: 10px;
    display: inline-block;
}

th .sort-field a i {
    font-size: 18px;
    line-height: 10px;
}

th .sort-field a.active {
    color: #333;
}

.tl-table.dataTable thead th {
    padding: 0.45rem 0.5rem;
}

.form-switch .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-switch .form-check-input:after {
    top: -1px;
}

.inline-block {
    display: inline-block;
}

.design-filled {
    color: rgb(238, 70, 4);
    position: absolute;
    top: 5px;
    left: 5px;
}

.lst-design-links {
    margin: 0px;
    padding: 0px;
}

.lst-design-links li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    margin-right: 5px;
    font-style: italic;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px 3px;
}

.ajax-loading-col tr td .animated-background {
    max-height: 15px;
    max-width: 98%;
    margin: 0;
}

div.dt-container div.dt-length select {
    min-width: 60px;
}

tr td .product-title {
    font-weight: 500;
    margin: 0px;
}

tr td .shop-product-id {
    color: #777;
    font-style: italic;
}

div.dt-container div.dt-search input {    
    padding-top: 4px;
    padding-bottom: 4px;
}

.row-shop-name {
    min-width: 200px;
}

.navbar-vertical .navbar-nav .nav-item .collapse .nav .nav-item .nav-link, 
.navbar-vertical .navbar-nav .nav-item .collapsing .nav .nav-item .nav-link {
    color: #000;
    font-size: 13px;
}

.pos-abs-bottom-right {
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 2;
}

.bg-notice td {
    background: #ffefef;
}   

#dashboard-this-month h5 {
    font-size: 1rem;
}

.ord-col-seller, .ord-col-fulfiller {
    min-width: 150px;
    display: inline-block;
}

.frm-filter-items.frm-filter-orders {
    width: 100%;
    display: block;
}

.frm-filter-items.frm-filter-orders .filter-items {
    width: 100%;
}

.frm-filter-items.frm-filter-orders .filter-buttons {
    display: inline-block;
}

.frm-filter-items.frm-filter-orders .filter-items .filter-item {
    margin-bottom: 5px;
}

ul.lines-item {
    margin: 0px;
    padding: 0px;
    min-width: 380px;
}

ul.lines-item p {
    margin: 0px;
}

ul.lines-item li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

ul.lines-item li:last-child {
    margin-bottom: 0px;
}

ul.lines-item li .line-image {
    width: 50px;
}

ul.lines-item li .line-info {
    padding-left: 5px;
    width: calc(100% - 50px);
}

ul.lines-item li .line-info .product-name{
    max-width: 500px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: white;
}

.color-grey {
    color: #777;
}

.style-italic {
    font-style: italic;
}

.reason-note {
    min-width: 300px;
}

.return-record-popup li {
    margin-bottom: 15px;    
}

.return-record-popup li:last-child {
    margin-bottom: 0px;
}

.return-status {
    text-transform: capitalize;
}

#shipment-type {
    display: none;
}

#shipment-type.mango_fastus,
#shipment-type.mango,
#shipment-type.printeeshub,
#shipment-type.monkey_king_print,
#shipment-type.flash_ship {
    display: block;
}

.top-statics-return {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.top-statics-return li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

#setting-per-page {
    width: 150px;
}

.option-page-number .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.bottom-list {
    padding-top: 15px;
}

.bottom-list nav, #setting-per-page {
    display: inline-block;
}

.bottom-list ul.pagination {
    padding-top: 0px;
}

.icon-fls-inlist {
    position: absolute;
    right: 2px;
    top: 0;
}

.bg-notice-actions {
    background-color: #edcdcd !important;
}

.op-sku {
    max-width: 90px;
    margin-bottom: 0px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table tr td .btn-copy-sku .fas {
    font-size: 15px;
}

.btn-copy-sku {
    position: absolute;
    top: 5px;
    right: 5px;
}

.card .card-header.card-header-small {
    padding-top: 15px;
    padding-bottom: 0px;
}

.card .card-header.card-header-small h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.item-order-cogs {
    margin-bottom: 5px;
}


.top-sale-3 {
    display: flex;
    align-items: end;
    padding-top: 80px;
}

.top-sale-3 .itemtop-3 {
    width: 33.33%;
    width: 33.33%;
    background: #eee;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.top-sale-avatar {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;        
}

.top-sale-avatar p.tp-circle {
    margin: 0px;
    display: inline-block;
    padding: 0;
    border: 2px solid #ccc;    
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    width: 64px;
    height: 64px;
}

.topsale-item-first .top-sale-avatar p.tp-circle {
    width: 86px;
    height: 86px;
}

.top-sale-avatar p i {
    font-size: 46px;
    color: #777;
}

.top-sale-avatar p.circle-blue {
    border-color: #009BD6;
}

.top-sale-avatar p.circle-yellow {
    border-color: #FFAA00;
}

.top-sale-avatar p.circle-green {
    border-color: #00D95F;
}

.ts-color-blue {
    color: #009BD6!important;
}

.ts-color-green {
    color: #00D95F!important;
}

.top-sale-avatar p span.topsale-number {
    text-align: center;
    font-size: 11px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    color: #fff;
    background-size: cover;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: 5;
}

.top-sale-avatar p.circle-yellow span.topsale-number {
    background-image: url('../img/rectangle-yellow.svg');
}

.top-sale-avatar p.circle-green span.topsale-number {
    background-image: url('../img/rectangle-green.svg');
}

.top-sale-avatar p.circle-blue span.topsale-number {
    background-image: url('../img/rectangle-blue.svg');
}

.top-sale-avatar p span.top1-icon {
    text-align: center;
    font-size: 11px;
    display: inline-flex;
    width: 34px;
    height: 27px;
    color: #fff;
    background-size: cover;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    z-index: 5;
    background-image: url(../img/top1-icon.svg);
}

.topsale-info {
    font-size: 12px;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 10px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.topsale-info p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 11px;
}

.topsale-info p.topsale-fullname {
    color: #000;
}

.topsale-info p.topsale-username {
    color: #777;    
}

.topsale-info p.topsale-orders {
    color: #FFAA00;
    font-size: 14px;
    font-weight: 800;
}

.top-sale-3 .itemtop-3.topsale-item-first {
    padding-top: 20px;
    background: #f5f5f5;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    min-height: 145px;
}

.top-sale-3 .itemtop-3.topsale-item-first .topsale-info p.topsale-orders {
    font-size: 18px;
    padding: 5px 0px;
}

.top-sale-3 .itemtop-3.topsale-item-second {
    min-height: 105px;
}

.topsale-item-first .top-sale-avatar p i {
    font-size: 60px;
}

.leadboard-items {
    background-color: #eee;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px -15px;
    list-style: none;
    padding: 0;
    margin-top: 5px;
}

.leadboard-items li {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    position: relative;
}

.leadboard-items li p {
    margin: 0px;    
}

.lb-avatar span {
    font-size: 24px;
    color: #777;
    border: 1px solid #777;
    border-radius: 50%;
    padding: 0px 5px;
}

.leadboard-items li p.lb-orders {
    width: 55px;
}

.leadboard-items li p.lb-avatar {
    width: 36px;
}

.leadboard-items li .lb-info {
    width: calc(100% - 80px);
    padding-left: 20px;
    line-height: 16px;
    font-size: 12px;
}

.leadboard-items li .lb-info .lb-fullname {
    color: #000;
    font-weight: 600;
}

.leadboard-items li .lb-info .lb-username {
    color: #555;
}

.leadboard-items li p.lb-orders {
    font-size: 20px;
    line-height: 18px;
    font-weight: 800;
    color: #0363c9;
    text-align: right;
}

.leadboard-items li .lb-info span {
    display: block;
}

.leadboard-items li p.lb-orders span {
    padding-right: 3px;
}

.leadboard-items li p.lb-orders .fas {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.leadboard-items li p.lb-orders .fa-caret-down {
    color: red;
}

.leadboard-items li p.lb-orders .fa-caret-up {
    color: green
}

.topsale-avatar {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.topsale-avatar img {
    max-width: none;
    width: 64px;
    height: 64px;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leadboard-items li .topsale-avatar img,
.leadboard-items li .topsale-avatar {
    width: 36px;
    height: 36px;    
}

.leadboard-items li .topsale-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topsale-item-first .topsale-avatar img,
.topsale-item-first .topsale-avatar {
    width: 82px;
    height: 82px;    
}

.top-nav-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

#dropAcc {
    display: inline-flex;
    align-items: center    
}

#dropAcc .top-nav-avatar {
    margin-right: 5px;
}
