Files

2166 lines
43 KiB
CSS
Raw Permalink Normal View History

2023-07-03 16:04:33 +07:00
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
--color-global: #004e99;
}
/* CSS Document */
body {
font-family: "Roboto", sans-serif;
font-size: 14px;
background-color: #f0f1f5;
word-break: break-word;
margin: 0 auto;
min-width: 1500px;
color: #000;
}
html {
font-family: "Roboto", sans-serif;
font-size: 62.5% !important;
}
a {
text-decoration: none;
color: black;
}
a:hover {
color: var(--color-global);
}
p {
margin: 0;
}
.form-control {
font-size: 14px;
padding: 8px;
border: 1px solid #b8b8b8;
}
.form-control::-moz-placeholder {
color: #b8b8b8;
font-weight: 300;
}
.form-control::placeholder {
color: #b8b8b8;
font-weight: 300;
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
border-radius: 10px;
}
::-webkit-scrollbar {
width: 7px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background: var(--color-global);
border-radius: 20px;
}
.clear {
clear: both;
}
.container-1500 {
max-width: 1520px;
margin: 0 auto;
padding: 0 10px;
}
.container {
max-width: 1320px;
margin: 0 auto;
padding: 0 10px;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 99;
display: none;
}
.overlay.active {
display: block;
}
.icon_global {
background: url(../images/icon_global.png) no-repeat;
background-size: 215px 55px;
display: block;
}
.icon_global.order-new {
width: 26px;
height: 26px;
background-position: -35px -2px;
}
.icon_global.user-contact {
width: 26px;
height: 26px;
background-position: -78px -2px;
}
.icon_global.order-installment {
width: 26px;
height: 26px;
background-position: -116px -1px;
}
.icon_global.return-goods {
width: 26px;
height: 26px;
background-position: -161px -1px;
}
.icon_global.support {
margin-right: 5px;
width: 28px;
height: 27px;
background-position: -194px -3px;
border: 1px solid #004e99;
border-radius: 50%;
}
.icon_global.filter {
width: 28px;
height: 20px;
background-position: 2px -32px;
}
.icon_global.other {
width: 28px;
height: 22px;
background-position: -32px -32px;
}
.icon_global.list {
width: 28px;
height: 22px;
background-position: -63px -32px;
}
.icon_global.add-attr {
width: 20px;
height: 20px;
background-position: -99px -34px;
}
.icon_global.view-attr {
width: 18px;
height: 15px;
background-position: -127px -39px;
}
.header {
background: #fff;
}
.header .header-top {
padding: 10px 0;
}
.header .form-search {
margin-right: 15px;
}
.header .input-search {
width: 220px;
height: 35px;
line-height: 35px;
border: 1px solid #dddddd;
border-radius: 37px;
margin-right: 5px;
padding: 8px 15px;
color: #b3b3b3;
}
.header .input-search:focus-within {
outline: 1px solid var(--color-global);
}
.header .btn-search {
width: 60px;
height: 35px;
line-height: 32px;
border: 1px solid #4795df;
border-radius: 37px;
color: #4795df;
background: #fff;
outline: none;
}
.header .btn-search:hover {
background: var(--color-global);
color: #fff;
}
.header .notification {
margin: 0 15px 0 5px;
position: relative;
cursor: pointer;
}
.header .notification.active {
background: #fff;
padding: 5px 5px 0 5px;
z-index: 999;
}
.header .notification.active .hover-notification {
display: block;
}
.header .notification .total-notification {
position: absolute;
top: -2px;
right: 2px;
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
background: #e40000;
font-size: 10px;
color: #fff;
text-align: center;
}
.header .icon_global.bell {
width: 27px;
height: 25px;
background-position: 0 -4px;
}
.header .user_login {
width: 30px;
position: relative;
}
.header .user_login img {
width: 100%;
height: 100%;
display: block;
}
.header .user_login:hover {
border: 1px solid var(--color-global);
border-radius: 50%;
}
.header .user_login.active {
z-index: 999;
}
.header .user_login.active .hover-user-login {
display: block;
}
.header .list-menu-sub {
display: none;
}
.header .list-menu-sub a {
display: block;
padding: 7px 10px;
border-bottom: 1px dotted var(--color-global);
font-size: 13px;
}
.header .list-menu-sub a:hover {
background: var(--color-global);
color: #fff;
}
.hover-notification {
position: absolute;
width: 300px;
right: -6px;
background: #fbfbfe;
z-index: 99;
top: 40px;
border-radius: 5px;
display: none;
}
.hover-notification::before {
position: absolute;
content: "";
top: -12px;
right: 15px;
width: 0;
height: 0;
border-right: 11px solid transparent;
border-bottom: 12px solid #ffffff;
border-left: 11px solid transparent;
}
.hover-notification .title {
background: #fbfbfe;
padding: 5px 10px;
border-radius: 5px 5px 0 0;
border-bottom: 1px solid #ddd;
}
.hover-notification .title b {
color: #1a1c6b;
font-size: 20px;
}
.hover-notification .title i {
font-size: 18px;
color: gray;
}
.hover-notification .item {
padding: 10px 15px;
border-bottom: 1px solid #e6e6e6;
background: #f5f8fa;
}
.hover-notification .item span {
color: #8e8e8e;
font-size: 13px;
font-weight: 300;
}
.hover-notification .item:hover {
background: #fff;
}
.hover-notification .item:hover p {
color: var(--color-global);
}
.hover-notification .more-all {
padding: 10px;
text-align: center;
display: block;
}
.hover-notification .more-all:hover {
background: var(--color-global);
color: #fff;
}
.hover-notification .list-notification {
height: 255px;
overflow-x: auto;
}
.hover-user-login {
position: absolute;
width: 235px;
right: -6px;
background: #fbfbfe;
z-index: 99;
top: 40px;
border-radius: 5px;
padding: 20px 10px 10px 10px;
display: none;
}
.hover-user-login::before {
position: absolute;
content: "";
top: -12px;
right: 12px;
width: 0;
height: 0;
border-right: 11px solid transparent;
border-bottom: 12px solid #ffffff;
border-left: 11px solid transparent;
}
.hover-user-login .avatar {
width: 30px !important;
height: 30px;
margin: 0 auto;
}
.hover-user-login .name-user {
display: block;
text-align: center;
font-size: 16px;
margin-bottom: 5px;
}
.hover-user-login a {
display: block;
text-align: center;
color: #8e8e8e;
margin-bottom: 10px;
}
.hover-user-login .logout {
color: #004e99;
margin-top: 20px;
}
.hover-user-login .logout i {
margin-left: 3px;
}
.list-menu {
background: var(--color-global);
}
.list-menu .item {
padding: 7px 0;
position: relative;
}
.list-menu .item.active {
background: #fff;
}
.list-menu .item.active .title {
color: var(--color-global);
font-weight: bold;
}
.list-menu .item:hover {
background: #fff;
}
.list-menu .item:hover .title {
color: var(--color-global);
font-weight: bold;
}
.list-menu .item:hover .title i::before {
padding-top: 3px;
content: "\f0d8";
display: block;
}
.list-menu .item:hover .list-menu-sub {
display: block;
position: absolute;
top: 100%;
width: 200px;
z-index: 999;
background: #fff;
}
.list-menu .item:last-child .title {
border-right: none;
}
.list-menu .title {
border-right: 0.7px solid rgba(255, 255, 255, 0.568627451);
padding: 0 20px;
color: #fff;
}
.list-menu .title i {
padding: 0 5px;
font-size: 11px;
}
.page_content {
padding-bottom: 100px;
}
.page_content .title-main {
font-size: 24px;
color: var(--color-global);
padding: 15px 0;
font-weight: 700;
margin-bottom: 0;
}
.page_content .left {
border-radius: 3px;
border: 1px solid #ddd;
background: #fff;
padding: 10px;
margin-right: 12px;
}
.page_content .right {
width: calc(33.33333333% - 12px);
border-radius: 3px;
border: 1px solid #ddd;
background: #fff;
padding: 10px;
}
.box-info-order .item .border {
border-radius: 3px;
padding-bottom: 0 !important;
}
.box-info-order .item .border:hover {
border: 1px solid var(--color-global) !important;
}
.box-info-order .item .txt {
font-weight: 300;
margin-bottom: 7px;
color: #6c6c6c;
}
.box-info-order .item .qyt {
font-size: 36px;
font-weight: 700;
color: var(--color-global);
}
.box-info-order .item .up {
color: #64c35c;
padding-right: 5px;
font-size: 16px;
}
.box-info-order .item .down {
color: #ffa51d;
font-size: 16px;
padding-right: 5px;
}
.box-info-order .item .time {
font-size: 10px;
color: #8e8e8e;
}
.box-info-order .backgroud-icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
margin-bottom: 7px;
}
.box-info-order .backgroud-icon.new {
background: #004e99;
}
.box-info-order .backgroud-icon.contact {
background: #64c35c;
}
.box-info-order .backgroud-icon.installment {
background: #4795df;
}
.box-info-order .backgroud-icon.return {
background: #ffa51d;
}
.box-revenue-chart {
border: 1px solid #ddd;
border-radius: 5px;
margin-top: 20px;
padding: 10px;
}
.box-revenue-chart .total-revenue i {
color: #4795df;
margin-right: 10px;
}
.box-revenue-chart .total-revenue .qty {
color: var(--color-global);
font-size: 36px;
font-weight: 700;
margin-left: 8px;
}
.box-revenue-chart .option-chart select {
border: none;
outline: none;
}
.box-chart-access {
border: 1px solid #ddd;
border-radius: 5px;
margin-top: 20px;
padding: 10px;
}
.box-chart-access .list-thong-so .item {
margin-right: 25px;
display: flex;
align-items: center;
}
.box-chart-access .list-thong-so i.fa-circle {
color: var(--color-global);
margin-right: 5px;
}
.box-chart-access .list-thong-so i.fa-circle.view {
color: #8dd4fc;
margin-right: 5px;
}
.box-chart-access .list-thong-so .qty {
font-size: 36px;
font-weight: 700;
color: var(--color-global);
margin-left: 5px;
}
.box-chart-access .option-chart select {
border: none;
outline: none;
}
.box-edit-history {
border-radius: 5px;
border: 1px solid #ddd;
margin-top: 20px;
}
.box-edit-history .title {
padding: 10px;
}
.box-edit-history .title b {
color: #004e99;
font-size: 16px;
}
.box-edit-history table {
width: 100%;
}
.box-edit-history tr {
border-bottom: 1px solid #ddd;
}
.box-edit-history td {
padding: 10px;
font-weight: 300;
}
.box-edit-history th {
padding: 10px;
background: #f1f7fc;
color: #6c6c6c;
}
.box-report-summary .title {
color: #004e99;
font-size: 16px;
margin-bottom: 10px;
font-weight: bold;
}
.box-report-summary .list-tab {
margin-bottom: 10px;
}
.box-report-summary .list-tab .item {
border: 0.7px solid #4795df;
padding: 5px 10px;
border-right: 0;
color: #6c6c6c;
background: #f1f7fc;
}
.box-report-summary .list-tab .item:last-child {
padding: 5px 15px;
border-right: 0.7px solid #4795df;
}
.box-report-summary .list-tab .item.active {
background: #4795df;
color: #fff;
}
.box-report-summary .content-tab {
display: none;
}
.box-report-summary .content-tab.active {
display: block;
}
.box-report-summary .content-tab table {
width: 100%;
}
.box-report-summary .content-tab tr {
border-bottom: 1px solid #ddd;
}
.box-report-summary .content-tab td {
padding: 10px;
font-weight: 300;
}
.box-report-summary .content-tab .qnt {
padding: 3px 10px;
border-radius: 8px;
background: #e8fbff;
text-align: center;
font-weight: 500;
}
.box-report-summary .content-tab .qnt.high {
border: 1px solid #004e99;
color: #004e99;
}
.box-report-summary .content-tab .qnt.good {
border: 1px solid #64c35c;
color: #64c35c;
background: #e6ffe3;
}
.box-report-summary .content-tab .qnt.medium {
border: 1px solid #ffa51d;
color: #ffa51d;
background: #fff9e8;
}
.box-report-summary .content-tab .qnt.weak {
border: 1px solid red;
color: red;
background: rgb(255, 226, 226);
}
.box-report-summary .title-key span {
color: #6c6c6c;
font-size: 14px;
font-weight: 300;
}
.box-report-summary .title-key a {
color: #4795df;
font-size: 14px;
font-style: italic;
text-decoration-line: underline;
}
.box-report-summary .list-key {
margin: 10px 0;
}
.box-report-summary .list-key .item {
display: inline-block;
background: #e6eef6;
padding: 0 15px;
margin-right: 5px;
margin-bottom: 10px;
color: #004e99;
height: 30px;
line-height: 30px;
font-size: 13px;
position: relative;
margin-left: 15px;
}
.box-report-summary .list-key .item::before {
position: absolute;
content: "";
left: -13px;
top: 0;
width: 0;
height: 0;
border-top: 14px solid transparent;
border-right: 14px solid #e6eef6;
border-bottom: 16px solid transparent;
}
.box-report-summary .list-key .item::after {
position: absolute;
content: "";
left: 0;
top: 50%;
width: 5px;
height: 5px;
background: #fff;
transform: translate(0, -50%);
border-radius: 50%;
}
.box-report-summary .list-key .item:hover {
background: var(--color-global);
color: #fff;
}
.box-report-summary .list-key .item:hover::before {
border-right: 14px solid var(--color-global);
}
.box-report-summary .product-see-more th {
padding: 5px;
background: #f1f7fc;
color: #6c6c6c;
}
.box-report-summary .table-list-website i {
text-align: center;
}
.box-report-summary .table-list-website i.blue {
color: #359eff;
}
.box-report-summary .table-list-website i.yellow {
color: #ffa51d;
}
.box-report-summary .table-list-website i.green {
color: #64c35c;
}
.box-report-summary .table-list-website th {
padding: 5px 10px;
}
.box-support-hurasoft a {
display: flex;
align-items: center;
color: #004e99;
font-size: 16px;
margin: 20px 0;
font-weight: 500;
}
.box-support-hurasoft a:hover {
text-decoration: underline;
}
.box-remind-me .title {
font-size: 16px;
color: #004e99;
margin-bottom: 10px;
}
.box-remind-me input {
padding: 5px;
border-radius: 3px;
border: 1px solid #ddd;
}
.box-remind-me .input-work {
width: 59%;
}
.box-remind-me .time-work {
width: 23%;
color: #6c6c6c;
margin-left: 5px;
}
.box-remind-me #btn-remind {
margin-left: 5px;
border-radius: 3px;
background: #004e99;
color: #fff;
}
.box-remind-me .table-list-work {
width: 100%;
margin-top: 10px;
border: 1px solid #ddd;
}
.box-remind-me .table-list-work th,
.box-remind-me .table-list-work td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.box-remind-me .table-list-work td:first-child {
font-weight: bold;
}
.box-remind-me .table-list-work td:nth-child(n+4) {
font-weight: 300;
text-decoration: underline;
}
.box-remind-me .table-list-work .green {
color: #64c35c;
}
.box-remind-me .table-list-work .red {
color: red;
}
.breadcrumb {
margin: 0;
}
.breadcrumb ol {
width: 100%;
float: left;
padding: 0;
margin: 0;
background: none;
}
.breadcrumb ol li {
float: left;
list-style: none;
}
.breadcrumb ol li a span {
font-size: 14px;
color: #333;
line-height: 35px;
float: left;
display: flex;
align-items: center;
}
.breadcrumb ol li a span:hover {
color: #262261;
}
.breadcrumb ol li a:last-child {
color: #222;
}
.breadcrumb ol li i {
margin-left: 10px;
margin-right: 10px;
float: left;
line-height: 35px;
color: #b4b4b4;
}
.breadcrumb ol li:last-child i {
display: none;
}
.breadcrumb .icon_2023.home {
width: 16px;
height: 17px;
display: block;
background-position: -9px -110px;
margin-right: 10px;
margin-left: 0;
}
.breadcrumb .home span {
color: #b4b4b4;
font-size: 14px;
}
.breadcrumb ol li:last-child span {
color: #002a53;
}
.page_content.sell .title {
margin: 20px 0 10px 0;
}
.page_content.sell .title-right a {
margin-left: 10px;
border-radius: 5px;
padding: 10px;
background: #4795df;
color: #fff;
}
.page_content.sell .title-right a:hover {
background: #fff;
color: #4795df;
border: 1px solid #4795df;
}
.page_content.sell .title-right i {
padding-right: 5px;
}
.page_content.sell #tabnav .item {
background: #e1edf9;
padding: 10px;
color: #004e99;
margin-right: 3px;
display: inline-block;
}
.page_content.sell #tabnav .item.active {
background: #4795df;
color: #fff;
font-weight: 700;
}
.page_content.sell .content-sell {
background: #fff;
border-radius: 5px;
padding: 10px;
}
.page_content.sell .filter-sell {
padding: 10px;
}
.page_content.sell .filter-left p {
margin-right: 30px;
}
.page_content.sell .filter-right .item p {
font-size: 13px;
margin-left: 10px;
}
.page_content.sell .filter-right input {
font-size: 11px;
padding: 7px 10px;
margin-left: 8px;
border: 1px solid #ddd;
border-radius: 5px;
}
.page_content.sell .filter-right .time-work {
width: 110px;
}
.page_content.sell .filter-right .search-keys {
width: 130px;
}
.page_content.sell .filter-right .btn-search {
background: #4795df;
border: none;
outline: none;
margin-left: 8px;
color: #fff;
height: 32px;
width: 60px;
line-height: 32px;
border-radius: 5px;
}
.page_content.sell #tb_padding {
margin-bottom: 10px;
}
.page_content.sell #tb_padding th {
padding: 10px 5px;
background: #f4f5f6;
}
.page_content.sell #tb_padding th select {
border: 1px solid #b8b8b8;
background: #fff;
padding: 5px 0;
}
.page_content.sell #tb_padding .checkbox {
width: 50px;
}
.page_content.sell #tb_padding .checkbox input[type=checkbox] {
margin-top: 6px;
}
.page_content.sell #tb_padding input[type=checkbox] {
width: 16px;
height: 16px;
}
.page_content.sell #tb_padding td {
padding: 10px 5px;
border-bottom: 1px solid #ddd;
}
.page_content.sell #tb_padding .btn-status-circle {
height: 19px;
width: 19px;
background-color: #bbb;
border-radius: 50%;
display: block;
margin: 0 auto;
}
.page_content.sell #tb_padding .payment-unpaid {
background-color: #f90202;
color: white;
}
.page_content.sell #tb_padding .payment-paid {
background-color: #64c35c;
color: white;
}
.page_content.sell #tb_padding .fulfillment-unfulfilled {
background-color: #f90202;
color: white;
}
.page_content.sell #tb_padding .order-new {
background-color: #ffa51d;
}
.page_content.sell #tb_padding .assigned-person {
border: none;
outline: none;
}
.page_content.sell #tb_padding .remove {
margin-left: 5px;
}
.page_content.edit-sell .title {
margin: 10px 0;
}
.page_content.edit-sell .title-left .red {
font-size: 20px;
color: #f90202;
}
.page_content.edit-sell .title-left .time {
color: #474747;
margin-left: 10px;
}
.page_content.edit-sell .title-right {
display: flex;
align-items: center;
}
.page_content.edit-sell .title-right .item {
display: flex;
align-items: center;
padding: 0 10px;
border-left: 1px solid #000;
font-size: 15px;
}
.page_content.edit-sell .title-right .item:first-child {
border-left: none;
}
.page_content.edit-sell .title-right .item p {
margin-right: 10px;
}
.page_content.edit-sell .title-right .btn-print-cart {
background: #fff;
padding: 5px 15px;
border: 1px solid #ddd;
border-radius: 3px;
color: #474747;
}
.page_content.edit-sell .title-right .btn-print-cart i {
margin-right: 3px;
}
.page_content.edit-sell .title-right .btn-print-cart:hover {
background: var(--color-global);
color: #fff;
}
.page_content.edit-sell .form-left {
width: 65%;
margin-right: 20px;
}
.page_content.edit-sell .form-right {
width: 35%;
}
.page_content.edit-sell .form-right select option:hover {
background: #4795df;
}
.page_content.edit-sell .box-user {
background: #fff;
padding: 10px;
}
.page_content.edit-sell .box-user b {
margin-bottom: 5px;
font-size: 16px;
display: block;
}
.page_content.edit-sell .box-user .item {
padding: 0 10px;
width: 100%;
margin-bottom: 10px;
}
.page_content.edit-sell .box-user .item label {
font-size: 15px;
padding-bottom: 5px;
font-weight: 500;
}
.page_content.edit-sell .box-user .form-control {
padding: 10px;
font-size: 14px;
border: 0.5px solid #ddd;
}
.page_content.edit-sell .box-user .item-2 {
width: calc(50% - 10px);
margin-right: 10px;
padding-right: 0;
}
.page_content.edit-sell .box-list-product {
margin-top: 20px;
}
.page_content.edit-sell .box-list-product b {
display: block;
margin-bottom: 10px;
}
.page_content.edit-sell .box-list-product table {
border-radius: 5px;
border: 1px solid #ddd;
background: #fff;
overflow: hidden;
}
.page_content.edit-sell .box-list-product th {
border-bottom: 1px solid #ddd;
background: #f4f5f6;
padding: 10px;
position: sticky;
}
.page_content.edit-sell .box-list-product td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.page_content.edit-sell .box-list-product .name {
color: #2c7af4;
}
.page_content.edit-sell .box-expense {
margin-top: 20px;
}
.page_content.edit-sell .box-expense b {
display: block;
margin-bottom: 10px;
}
.page_content.edit-sell .box-expense table {
border-radius: 5px;
border: 1px solid #ddd;
background: #fff;
overflow: hidden;
}
.page_content.edit-sell .box-expense td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.page_content.edit-sell .box-expense i.fa-pencil {
color: #4795df;
margin-left: 5px;
}
.page_content.edit-sell .box-history {
margin-top: 20px;
}
.page_content.edit-sell .box-history b {
display: block;
margin-bottom: 10px;
}
.page_content.edit-sell .box-history table {
border-radius: 5px;
border: 1px solid #ddd;
background: #fff;
overflow: hidden;
}
.page_content.edit-sell .box-history th {
border-bottom: 1px solid #ddd;
background: #f4f5f6;
padding: 10px;
position: sticky;
}
.page_content.edit-sell .box-history td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.page_content.edit-sell .box-assign {
background: #fff;
padding: 10px;
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.edit-sell .box-assign b {
display: block;
margin-bottom: 5px;
}
.page_content.edit-sell .box-assign .form-control.select {
padding: 10px;
font-size: 14px;
}
.page_content.edit-sell .box-start-pay {
margin-top: 15px;
background: #fff;
padding: 10px;
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.edit-sell .box-start-pay b {
display: block;
margin-bottom: 5px;
}
.page_content.edit-sell .box-start-pay .form-control {
padding: 10px;
font-size: 14px;
margin-bottom: 10px;
}
.page_content.edit-sell .box-start-ship {
margin-top: 15px;
background: #fff;
padding: 10px;
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.edit-sell .box-start-ship b {
display: block;
margin-bottom: 5px;
}
.page_content.edit-sell .box-start-ship .form-control {
padding: 10px;
font-size: 14px;
margin-bottom: 10px;
}
.page_content.edit-sell .box-start-order {
margin-top: 15px;
background: #fff;
padding: 10px;
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.edit-sell .box-start-order b {
display: block;
margin-bottom: 5px;
}
.page_content.edit-sell .box-start-order .form-control {
padding: 10px;
font-size: 14px;
margin-bottom: 10px;
}
.page_content.edit-sell .box-note {
margin-top: 15px;
background: #fff;
padding: 10px;
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.edit-sell .box-note b {
display: block;
margin-bottom: 5px;
}
.page_content.edit-sell .box-note .form-control {
padding: 10px;
font-size: 14px;
margin-bottom: 10px;
}
.blue {
color: #4795df;
}
.link-blue {
color: var(--color-global);
}
.btn-save {
border-radius: 5px;
background: var(--color-global);
width: 120px;
height: 40px;
margin-top: 10px;
color: #fff;
font-size: 15px;
float: right;
outline: none;
border: none;
}
.btn-save:hover {
background: #013b72;
}
.paging {
margin: 10px 0;
}
.left-paging .item {
margin-right: 10px;
}
.left-paging .item p {
margin-right: 10px;
}
.paging .pages-needed {
padding: 5px 10px;
border: 1px solid #ddd;
width: 115px;
border-radius: 5px;
}
.paging .hura-change-page-size {
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 5px;
outline: none;
}
.paging .right-paging {
color: #6c6c6c;
}
.paging .right-paging .content-paging {
margin-right: 15px;
}
.paging .right-paging .content-paging .item {
padding: 2px 7px;
margin-left: 10px;
color: #6c6c6c;
font-size: 14px;
}
.paging .right-paging .content-paging .item.active {
border-radius: 3px;
background: #4795df;
color: #fff;
}
.paging .right-paging .content-paging i {
font-size: 16px;
}
.btn-edit i {
color: #6c6c6c;
margin-right: 3px;
}
.btn-remove i {
color: #6c6c6c;
}
.btn-excel {
border-radius: 5px;
background: #4795df;
padding: 10px 15px;
color: #fff;
}
.btn-excel:hover {
background: #0084ff;
color: #fff;
}
.page_content.gateway-payment .title {
margin: 10px 0;
}
.page_content.gateway-payment .background-payment {
padding: 10px;
background: #fff;
margin-top: 20px;
}
#tb_padding table {
margin-top: 20px;
border-radius: 5px;
background: #fff;
overflow: hidden;
}
#tb_padding th {
background: #f4f5f6;
padding: 10px;
position: sticky;
}
#tb_padding td {
padding: 10px;
border-bottom: 1px solid #ddd;
}
.btn-submit {
float: right;
}
.btn-submit .btn {
width: 120px;
height: 40px;
border-radius: 5px;
background: #004e99;
font-size: 16px;
color: #fff;
}
.btn-submit .btn:hover {
background: #0084ff;
}
.btn-submit .btn-back {
margin-left: 10px;
width: 120px;
height: 40px;
border-radius: 5px;
background: #bad8f6;
text-align: center;
line-height: 40px;
color: #fff;
}
.page_content.pre-order-products .title {
margin: 10px 0;
}
.page_content.pre-order-products .table-pre-order {
background-color: #fff;
padding: 10px;
}
.page_content.product-list .title {
margin: 10px 0;
}
.page_content.product-list .content-product-list {
margin-top: 20px;
padding: 10px;
background: #fff;
}
.page_content.product-list .filter-product {
padding: 5px 0 10px 0;
}
.page_content.product-list .filter-product .item {
display: flex;
align-items: center;
font-size: 13px;
margin-left: 20px;
}
.page_content.product-list .filter-product .item p {
margin-right: 10px;
}
.page_content.product-list .select-filter-type {
width: 145px;
border-radius: 5px;
background: #e7f1fb;
padding: 7px;
position: relative;
}
.page_content.product-list .select-filter-type select {
border: none;
outline: none;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: transparent;
font-weight: 300;
}
.page_content.product-list .select-filter-type::before {
position: absolute;
content: "\f0d7";
right: 7px;
top: 50%;
font: normal 400 1em/1 "Font Awesome 6 Free";
font-weight: 900;
font-style: 12px;
transform: translate(0, -50%);
}
.page_content.add-product .title {
margin: 10px 0;
}
.page_content.add-product .form-control {
padding: 8px 15px;
}
.page_content.add-product .tabnav {
margin-top: 10px;
}
.page_content.add-product .tabnav .item {
padding: 7px 10px;
color: #004e99;
background: #e1edf9;
margin-right: 7px;
}
.page_content.add-product .tabnav .item.active, .page_content.add-product .tabnav .item:hover {
background: #4795df;
color: #fff;
font-weight: bold;
}
.page_content.add-product .item .content-right {
width: 80%;
}
.page_content.add-product .item.display label {
margin-right: 25px;
}
.page_content.add-product .item.display input[type=radio] {
height: 16px;
margin-right: 5px;
}
.page_content.add-product .item-summary .item-radio {
margin-right: 20px;
display: flex;
align-items: center;
}
.page_content.add-product .item-summary .item-radio input {
height: 16px;
margin-right: 5px;
}
.page_content.add-product .item-summary.price .form-control {
width: 170px;
}
.page_content.add-product .item-summary.price .note {
margin-left: 10px;
}
.page_content.add-product .retail-price .form-control {
width: 170px;
margin-right: 10px;
}
.page_content.add-product .retail-price .note a {
color: #4795df;
text-decoration: underline;
}
.page_content.add-product .box-select {
width: 90px;
margin-right: 10px;
padding: 7px;
position: relative;
border-radius: 5px;
border: 1px solid #b8b8b8;
}
.page_content.add-product .box-select::before {
position: absolute;
content: "\f0d7";
right: 7px;
top: 50%;
font: normal 400 1em/1 "Font Awesome 6 Free";
font-weight: 900;
transform: translate(0, -50%);
}
.page_content.add-product .box-select select {
border: none;
outline: none;
width: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: transparent;
}
.page_content.price-list-update .title {
margin: 10px 0;
}
.page_content.price-list-update .content-price-list {
margin-top: 15px;
background: #fff;
padding: 10px;
}
.page_content.product-category .title {
margin: 10px 0;
}
.page_content.product-category .content-product-category {
margin-top: 15px;
padding: 15px;
}
.page_content.add-product-category .title {
margin: 10px 0;
}
.page_content.add-product-category .title .title-right .item-filter {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.add-product-category .title .title-right .item-filter i {
margin-right: 3px;
}
.page_content.add-product-category .title .title-right .item-filter:hover {
color: var(--color-global);
}
.page_content.add-product-category .box-avatar {
width: 50%;
}
.page_content.add-product-category .box-avatar img {
display: block;
width: 70px;
height: 70px;
margin-right: 10px;
}
.page_content.add-product-category .box-avatar a:hover {
color: var(--color-global);
}
.page_content.add-product-category .box-icon img {
display: block;
width: 70px;
height: 70px;
margin: 0 10px;
}
.page_content.add-product-category .box-icon a:hover {
color: var(--color-global);
}
.page_content.add-product-category .item-summary .form-control {
padding: 10px;
}
.page_content.brand .title {
margin: 20px 0;
}
.page_content.brand .title .title-right .item-filter {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.brand .title .title-right .item-filter i {
margin-right: 3px;
}
.page_content.brand .title .title-right .item-filter:hover {
color: var(--color-global);
}
.page_content.brand .title .title-left {
font-size: 18px;
font-weight: 500;
color: #002a53;
}
.page_content.brand .content-brand {
background: #fff;
padding: 15px;
}
.page_content.brand .content-brand .input-stt {
width: 45px;
height: 27px;
border-radius: 3px;
border: 1px solid #ddd;
text-align: center;
}
.box-form-add {
margin-top: 20px;
background: #fff;
padding: 20px;
}
.box-form-add .item {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.box-form-add .item .label {
width: 20%;
font-size: 14px;
}
.box-form-add .item .content-right {
width: 75%;
}
.box-form-add .item.display label {
margin-right: 25px;
}
.box-form-add .item.display input[type=radio] {
height: 16px;
margin-right: 5px;
}
.box-form-add .item-summary {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}
.box-form-add .item-summary .title {
width: 20%;
margin: 0;
}
.box-form-add .item-summary .right-summary {
width: 75%;
}
.box-form-add .box-select {
position: relative;
border-radius: 5px;
border: 1px solid #b8b8b8;
}
.box-form-add .box-select::before {
position: absolute;
content: "\f0d7";
right: 7px;
top: 50%;
font: normal 400 1em/1 "Font Awesome 6 Free";
font-weight: 900;
transform: translate(0, -50%);
}
.box-form-add .box-select select {
border: none;
}
.box-form-add .item-checkbox {
margin-bottom: 10px;
display: flex;
align-items: center;
}
.box-form-add .item-checkbox input[type=checkbox] {
width: 16px;
height: 16px;
margin-right: 7px;
border-radius: 2px;
border: 1px solid #d9d9d9;
background: #f5f5f5;
}
.box-form-add .form-label-radio {
display: flex;
align-items: center;
margin-right: 20px;
}
.box-form-add .form-label-radio span {
margin-left: 5px;
}
.page_content.add-brand .title {
margin: 20px 0;
}
.page_content.add-brand .title .title-right .item-filter {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.add-brand .title .title-right .item-filter i {
margin-right: 3px;
}
.page_content.add-brand .title .title-right .item-filter:hover {
color: var(--color-global);
}
.page_content.add-brand .box-avatar {
width: 50%;
}
.page_content.add-brand .box-avatar img {
display: block;
width: 70px;
height: 70px;
margin-right: 10px;
}
.page_content.add-brand .box-avatar a:hover {
color: var(--color-global);
}
.page_content.add-attribute .title {
margin: 20px 0;
}
.page_content.add-attribute .title .title-right .item-attr {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.add-attribute .title .title-right .item-attr i {
margin-right: 3px;
}
.page_content.add-attribute .title .title-right .item-attr:hover {
color: var(--color-global);
}
.page_content.add-attribute .item-radio {
width: 50%;
display: flex;
align-items: center;
}
.page_content.add-attribute .item-radio input[type=radio] {
height: 17px;
width: 17px;
margin-right: 5px;
}
.page_content.add-attribute .table-attribute {
border-radius: 5px;
border: 1px solid #ddd;
}
.page_content.add-attribute .add-attr {
margin-right: 10px;
}
.page_content.add-attribute .add-attr span {
margin-right: 10px;
}
.page_content.add-attribute .add-attr.name input {
width: 240px;
}
.page_content.add-attribute .add-attr.value-sort input {
width: 148px;
}
.page_content.add-attribute .add-attr.value-order input {
width: 52px;
}
.page_content.add-attribute .btn-add {
border-radius: 5px;
border: 1px solid #b8b8b8;
background: #ebebeb;
padding: 8px;
}
.page_content.add-collection .title {
margin: 10px 0;
}
.page_content.add-collection .title .title-right .item-attr {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.add-collection .title .title-right .item-attr i {
margin-right: 3px;
}
.page_content.add-collection .title .title-right .item-attr:hover {
color: var(--color-global);
}
.page_content.config_group .title {
margin: 20px 0;
}
.page_content.config_group .title .title-right .item-filter {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.config_group .title .title-right .item-filter i {
margin-right: 3px;
}
.page_content.config_group .title .title-right .item-filter:hover {
color: var(--color-global);
}
.page_content.config_group .title .title-left {
font-size: 18px;
font-weight: 500;
color: #002a53;
}
.page_content.config_group .table-list-config {
background: #fff;
padding: 10px;
}
.page_content.add-config .title {
margin: 10px 0;
}
.page_content.add-config .title .title-right .item-attr {
display: flex;
align-items: center;
margin-right: 20px;
}
.page_content.add-config .title .title-right .item-attr i {
margin-right: 3px;
}
.page_content.add-config .title .title-right .item-attr:hover {
color: var(--color-global);
}
.page_content.add-config .tabnav {
margin-top: 10px;
}
.page_content.add-config .tabnav .item {
padding: 7px 10px;
color: #004e99;
background: #e1edf9;
margin-right: 7px;
}
.page_content.add-config .tabnav .item.active, .page_content.add-config .tabnav .item:hover {
background: #4795df;
color: #fff;
font-weight: bold;
}
.page_content.add-config .box-form-add {
margin-top: 0;
}
/* ==== Khách hàng + Marketing ==== */
.customer-page .title {
margin-top: 10px;
}
.customer-page .title .title-right .item-attr {
display: flex;
align-items: center;
margin-right: 20px;
}
.customer-page .title .title-right .item-attr i {
margin-right: 3px;
}
.customer-page .title .title-right .item-attr:hover {
color: var(--color-global);
}
.customer-contact table td {
padding: 8px 0;
}
.customer-contact textarea {
min-height: 170px !important;
max-height: 250px !important;
}
.customer-contact p {
margin: 0 0 10px 0;
}
.customer-contact p:last-child {
margin: 0;
}
.customer-comment-detail-page {
font-size: 15px;
line-height: 19px;
font-weight: 300;
}
.customer-comment-detail-page a {
color: #000;
}
.customer-comment-detail-page a:hover {
color: #e10000;
font-weight: 500;
}
.customer-comment-detail-page .col-left,
.customer-comment-detail-page .col-right,
.customer-comment-detail-page .comment-list {
background: #fff;
border: 1px solid #dddddd;
border-radius: 5px;
overflow: hidden;
margin-bottom: 20px;
}
.customer-comment-detail-page .col-left {
padding: 20px 23px;
margin-right: 20px;
width: 65%;
}
.customer-comment-detail-page .col-right {
width: calc(35% - 20px);
padding: 10px 15px;
}
.customer-comment-detail-page .col-right b {
display: block;
}
.customer-comment-detail-page .comment-list {
width: 100%;
text-align: center;
}
.customer-comment-detail-page .comment-list tr:nth-child(1) {
background: #f4f5f6;
font-weight: 500;
}
.customer-comment-detail-page .comment-list tr:nth-child(1) td {
border: 0;
text-align: center;
}
.customer-comment-detail-page .comment-list td {
border-top: 1px solid #dddddd;
padding: 14px 10px;
}
.customer-comment-detail-page .comment-list td:nth-child(6) {
max-width: 300px;
text-align: left;
}
.customer-comment-detail-page .comment-list td:last-child {
width: 160px;
}
.customer-comment-detail-page .item {
margin-bottom: 8px;
}
.customer-comment-detail-page .item:last-child {
margin-bottom: 0;
}
.customer-comment-detail-page .item p {
margin: 8px 0 0 0;
border: 1px solid #dddddd;
border-radius: 5px;
background: #fcfdfe;
line-height: 21px;
padding: 9px 10px;
}
.customer-comment-detail-page .item a {
text-decoration: underline;
}
.customer-comment-detail-page .item a:hover {
color: #4795df;
}
.customer-comment-detail-page textarea {
display: block;
width: 100%;
padding: 10px;
height: 339px;
min-height: 339px;
max-height: 430px;
background: #fcfdfe;
border: 1px solid #dddddd;
border-radius: 5px;
margin: 10px 0 15px 0;
outline: none;
resize: none;
}
.customer-comment-detail-page .note {
background: #ffd4d4;
color: #e10000;
line-height: 32px;
border-radius: 3px;
display: block;
}
.customer-comment-detail-page table td:nth-child(1) {
font-weight: 300;
}
.marketing-page p {
margin-top: 5px;
line-height: 19px;
}
.marketing-page table textarea {
min-height: 170px;
max-height: 250px;
}
.voucher-page table input[type=text],
.voucher-page table select {
width: -moz-fit-content;
width: fit-content;
display: inline-block;
margin-right: 10px;
}
.voucher-page .voucher-type {
white-space: nowrap;
line-height: 40px;
margin: 0 0 0 10px;
}
.voucher-page .voucher-type::after {
content: "";
display: block;
clear: both;
}
.voucher-page .voucher-type * {
float: left;
}
.voucher-page .voucher-type input {
width: 122px !important;
margin: 0 8px;
text-align: center;
}
.banner-page .banner-holder img {
max-width: 400px;
}
.banner-page table input[type=text],
.banner-page table select {
font-weight: 300;
padding: 0 12px;
}
.banner-page .banner-size-holder {
display: inline-flex;
align-items: center;
white-space: nowrap;
margin-right: 32px;
}
.banner-page .banner-size-holder input {
width: 100px !important;
margin: 0 8px;
text-align: center;
}
.banner-page .global-time-group {
margin-top: 12px;
}
.marketing-tab-list {
display: flex;
flex-wrap: wrap;
}
.marketing-tab-list a {
line-height: 30px;
margin: 0 8px 0 0;
background: #e1edf9;
color: #004e99;
padding: 0 12px;
}
.marketing-tab-list a:hover {
background: #fff;
}
.marketing-tab-list a.current {
background: #4795df;
color: #fff;
font-weight: 700;
}
.global-content-container img {
display: block;
max-width: 100%;
height: auto;
}
.global-content-container b {
font-weight: 500;
}
.global-content-container sub {
bottom: 0;
top: 0px;
color: #f90202;
font-size: 15px;
}
.global-content-container table {
width: 100%;
}
.global-content-container table td {
vertical-align: top;
padding: 10px 0;
}
.global-content-container table td:nth-child(1) {
font-weight: 500;
padding-right: 10px;
}
.global-content-container table a {
color: #4795df;
display: inline-block;
}
.global-content-container table input[type=checkbox],
.global-content-container table input[type=radio] {
margin-right: 7px;
}
.global-content-container table input[type=text],
.global-content-container table select,
.global-content-container table textarea {
display: block;
width: 100%;
outline: none;
border-radius: 5px;
border: 1px solid #b8b8b8;
height: 40px;
padding: 0 16px;
color: #000;
background: #fff;
}
.global-content-container table select {
padding: 0 14px;
color: #000;
}
.global-content-container table textarea {
padding: 9px 16px;
min-height: 40px;
max-height: 120px;
}
.global-content-container table label {
display: inline-flex;
align-items: center;
white-space: nowrap;
margin-right: 23px;
cursor: pointer;
}
.global-content-container table label input[type=text] {
margin: 0 0 0 10px;
max-width: 72px;
text-align: center;
padding: 0 5px !important;
}
.global-content-container .btn-update,
.global-content-container .btn-reply {
display: inline-block;
text-align: center;
border-radius: 5px;
width: 120px;
height: 40px;
line-height: 40px;
color: #fff;
background: #004e99;
border: 0;
padding: 0;
float: right;
}
.breadcrumb-icons,
.global-time-group .box-time-item::after {
background: url(../images/sprite.png) no-repeat;
background-size: 70px 130px;
}
.global-time-group {
display: flex;
align-items: center;
flex-wrap: wrap;
white-space: nowrap;
}
.global-time-group p {
margin: 0 10px 0 0;
}
.global-time-group .box-time-item {
display: flex;
align-items: center;
margin: 0 10px 0 0;
border: 1px solid #b8b8b8;
border-radius: 5px;
overflow: hidden;
max-width: 358px;
width: 100%;
position: relative;
}
.global-time-group .box-time-item::before {
content: "→";
font-size: 20px;
width: 10px;
height: 40px;
line-height: 38px;
opacity: 0.25;
position: absolute;
left: 50%;
transform: translateX(-120%);
}
.global-time-group .box-time-item::after {
content: "";
width: 16px;
height: 40px;
position: absolute;
right: 10px;
}
.global-time-group .box-time-item input,
.global-time-group .box-time-item select {
border-radius: 0 !important;
color: rgba(0, 0, 0, 0.25) !important;
border: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 50% !important;
margin: 0 !important;
}
.global-time-group .box-time-item input:focus,
.global-time-group .box-time-item select:focus {
color: #000 !important;
}
.global-time-group .box-time-item input:last-child,
.global-time-group .box-time-item select:last-child {
padding: 0 28px !important;
}
.global-time-group .time-date::after {
background-position: -6px -66px;
}
.global-time-group .time-minute {
margin: 0;
}
.global-time-group .time-minute::after {
background-position: -43px -67px;
}
.breadcrumb-icons.icon-add, .global-time-group .icon-add.box-time-item::after {
background-position: -8px -104px;
width: 20px;
height: 20px;
margin-right: 5px;
}
.marketing-page .title {
margin: 10px 0;
}
.marketing-page .title .title-right .item-attr {
display: flex;
align-items: center;
margin-right: 20px;
}
.marketing-page .title .title-right .item-attr i {
margin-right: 3px;
}
.marketing-page .title .title-right .item-attr:hover {
color: var(--color-global);
}/*# sourceMappingURL=style.css.map */