.button-login-facebook {
  background-color: #1461c8;
  background-image: url(/img/facebook/icon_facebook.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 32px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  outline: none;
  border: none;
  border-radius: 20px;
  margin-top: 16px;
  width: 293px;
  font-size: 18px;

  cursor: pointer;
  box-sizing: border-box;
  padding-left: 64px;
}
.button-login-facebook:hover {
  /* background-color: ; */
}
.facebook-not-login-wrapper {
  width: 100%;
  height: calc(100% - 97px);
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: CENTER;
}

.fb-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 20px;
  width: 24%;
  margin-right: 16px;
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 16px;
}

.avatar img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

.fb-name {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #223e62;
  margin-bottom: 4px;
}
.shop-info-wrapper {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.fb-btn {
  width: 200px;
  background: #f2f7fc;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  /* width: calc(100% - 32px); */
  color: #223e62;
  font-size: 16px;
}

.list-fanpage-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 170px;
  background: #ffffff;
  border-radius: 8px;
  width: 75%;
}

.fanpage-list-wrapper {
  display: flex;
  align-items: flex-start;
}

.fanpage-list-wrapper h4 {
  box-sizing: border-box;
  border-bottom: 1px solid #f2f7fc;
  color: #223e62;
  font-family: Roboto-b;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.004em;
  width: 100%;
  margin: 0;
  padding: 10px 32px;
}

.fanpage-list {
  width: 100%;
}

.fanpage-list-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f2f7fc;
  padding-left: 32px;
  padding-right: 32px;
}

.fanpage-info {
  display: flex;
  width: 100%;
  align-items: center;
}
.fanpage-name-link {
  text-decoration: none;
}
.fanpage-name {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #3092e6;
}

.fanpage-img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
}

.fanpage-title {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 9px 32px;
  border-bottom: 1px solid #f2f7fc;
}

.fanpage-title > span {
  font-family: Roboto-b;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #7d9ac0;
}

.msg-tab-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 16px;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  margin-right: 10px;
  height: 876px;
}

.shopname-dropdown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-left: 16px;
  border-bottom: 1px solid #f2f7fc;
  height: 65px;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.shopname-dropdown .shopname-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}

.shopname-dropdown .fb-name {
  margin: 0;
  font-size: 16px;
  font-family: Roboto-m;
}

.msg-sort-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  margin: 8px 16px;
  box-sizing: border-box;
  padding: 6px;
}

.msg-filter-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 16px;
}

.msg-filter-tabs .input-search-wrapper input {
  width: 252px !important;
}
/* .filter-message-input input {
  background-image: url(/img/facebook/filter.svg);
} */
.msg-filter-tabs {
  position: relative;
}
.filter-message-icon {
  position: absolute;
  left: 244px;
}
.msg-filter-tabs .input-search-wrapper {
  width: 85%;
}

.msg-filter-tabs .search-box {
  width: 100%;
}

.msg-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 16px;
}

.msg-content,
.msg-time {
  display: flex;
  flex-direction: column;
}

.msg-time {
  align-items: flex-end;
  align-self: normal;
  padding: 8px 0;
}

.msg-avatar {
  margin-right: 16px;
}

.msg-info {
  display: flex;
  align-items: center;
}

.msg-content .msg-icon,
.msg-time .msg-icon {
  width: 16px;
  height: 16px;
}
.msg-time .msg-hours {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #4d6e99;
}

.msg-content .name {
  font-family: Roboto-b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #223e62;
}
.msg-content .chat-name {
  font-family: Roboto-m;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.msg-content .msg {
  font-family: Roboto-m;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.msg-tabs-list-wrapper {
  height: 100%;
  overflow-y: scroll;
}

.msg-chat-tab-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.btn-marked {
  background: #f2f7fc !important;
  border-radius: 24px !important;
  box-shadow: unset !important;
  text-transform: initial !important;
  padding: 7px 12px !important;
}

.msg-chat-tab-wrapper .MuiButton-label {
  font-family: Roboto-m;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.msg-chat-tab-wrapper {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  height: 893px;
}

.msg-chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f7fc;
  height: 48px;
  margin-top: 10px;
  padding: 0 16px;
  padding-bottom: 8px;
}
.fp-mana-wrapper {
  margin-bottom: 100px;
}
.chat-day-text {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  margin: 8px 0px;
  color: #7d9ac0;
}

.with-avatar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.with-avatar .text-msg {
  background: #f2f7fc;
  border-radius: 8px;
  margin-right: 8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.with-avatar .none-avatar {
  width: 40px;
  height: 40px;
}

.with-avatar .msg-avatar {
  margin-right: 0;
}

.msg-me {
  display: flex;
  justify-content: flex-start;
}

.msg-me .text-msg {
  background: #3485f7;
  border-radius: 8px;
  margin: 4px 0px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  max-width: 320px;
}

.chat-scroller {
  padding: 8px 16px;
  overflow-y: scroll;
  height: 698px;
}

.fb-order-tabs-wrapper {
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 100px;
}
.fb-order-tabs-wrapper .input-box-wrapper {
  margin-bottom: 8px;
}
.fb-order-tabs-wrapper .ag-header .ag-header-row {
  height: 0 !important;
}
.fb-order-tabs-wrapper .ag-header {
  min-height: unset !important;
  height: 0 !important;
}
.fb-order-tabs-wrapper .ag-theme-alpine .ag-cell {
  padding: 0 0 !important;
}
.fb-tab-links {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f2f7fc;
}

.fb-tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f7fc;
  padding: 22px 12px;
  /* width: 200px;
  height: 48px; */
  /* width: 50%; */
  font-family: Roboto-m;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #4d6e99;
  list-style-type: none;
  cursor: pointer;
}

.fb-tab-links .fb-tab-link:first-child {
  border-radius: 8px 0px 0px 0px;
}
.fb-tab-links .fb-tab-link:last-child {
  border-radius: 0px 8px 0px 0px;
}

.fb-tab-active {
  background: #ffffff;
  color: #24c4a4;
}
.list-fanpage-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.004em;
  color: #223e62;
  margin-left: 32px;
}

.customer-tab-wrapper {
  padding: 16px;
}

.customer-tab-wrapper .input-wrap {
  padding-bottom: 8px;
}

.customer-tab-wrapper .input-wrap .label-name {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #4d6e99;
  margin-bottom: 4px;
}

.order-history {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
}
.product-info h4,
.send-orders h4,
.order-history h4,
.customer-info h4 {
  margin: 0;
  padding-bottom: 10px;
  font-family: Roboto-m;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #223e62;
}
.send-orders h4 {
  margin-top: 24px;
}
.order-history .order-history-item {
  display: flex;
  margin-bottom: 10px;
}

.order-history .order-history-date {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #4d6e99;
  margin-right: 6px;
}

.order-history .order-history-content {
  display: flex;
  flex-direction: column;
}

.order-history .order-history-content span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.order-status-options {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  /* justify-content: center; */
  padding-left: 16px;
}

.badge-order-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 4px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0 6px;
  margin-top: 6px;
}

.badge-order-status > span {
  font-family: Roboto-m;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
}

.badge-order-status > img {
  margin-right: 4px;
}

.badge-order-status-icon {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.badge-order-status-icon img {
  width: 60%;
}
.msg-img-attchment {
  width: 200px;
  background: #eaf0f9;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
}
.fb-message-grid {
  padding-right: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1280px) {
  .fb-chat-window-grid {
    padding-right: 16px;
  }
}
@media (min-width: 1px) and (max-width: 1280px) {
  .fb-order-grid {
    padding-top: 20px;
  }
}
.fb-chat-window-grid-empty-content {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  color: #7d9ac0;
}
.fb-chat-window-grid-empty-title {
  margin-top: 32px;
}
.msg-mark-as-read {
  color: #4d6e99;
  font-family: Roboto-m;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
}
.message-chat-area {
  width: 100%;
  height: 60px;
  margin-top: 8px;
  border: none;
  outline: none;
  border-top: 1px solid #f2f7fc;
  box-sizing: border-box;
  padding: 16px;
  resize: none;
  font-size: 14px;
}
.message-chat-window-footer {
  position: relative;
}
.chat-window-footer-function {
  position: absolute;
  right: 20px;
  top: 28px;
  display: flex;
}
.chat-window-footer-function img {
  margin-left: 16px;
}
.message-item {
  margin-bottom: 16px;
}

.order-flex {
  display: flex;
  margin-bottom: 9px;
}

.order-flex .dropdown-wrapper {
  width: 100%;
  min-width: unset;
}

.order-flex .dropdown-order-tab:first-child {
  margin-right: 8px;
}

.dropdown-order-tab {
  position: relative;
}

.dropdown-order-tab .dropdown-selected {
  background: #f2f7fc;
  border-radius: 4px;
  width: auto;
}

.dropdown-order-tab .expand-dropdown {
  height: 8px;
  top: 11px;
}

.opacity-6 {
  opacity: 0.6;
}

.input_order_fb {
  min-height: 34px !important;
  outline: none;
  border: none;
  line-height: 28px !important;
  padding-left: 36px !important;
  padding: 0 !important;
  background-color: #f2f7fc !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 13px !important;
  letter-spacing: -0.004em !important;
  padding-left: 12px !important;
  padding-right: 20px !important;
  position: relative;
  color: #223e62 !important;
}

.product-detail-wrapper > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0px;
}

.product-detail-wrapper > div:first-child span {
  font-family: Roboto-m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #7d9ac0;
  text-transform: uppercase;
}

.product-detail-wrapper .product-item-wrapper {
  display: flex;
}

.product-detail-wrapper .product-item-wrapper input {
  width: 36px;
  margin-right: 12px;
}

.product-detail-wrapper .product-item-wrapper .product-item-info {
  width: calc(100% - 48px);
}

.product-detail-wrapper
  .product-item-wrapper
  .product-item-info
  .product-item-price {
  display: flex;
  justify-content: space-between;
}

.product-item-info .product-item-price > div {
  display: flex;
}

.product-item-info .name {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.product-item-info .product-item-price > span {
  font-family: Roboto-m;
  font-size: 14px;
  line-height: 20px;
  color: #24c4a4;
}

.product-item-info .product-item-price > div > .upos-grid-delete {
  line-height: unset;
}

.product-item-info .product-item-price > div > span {
  margin-right: 15px;
  font-family: Roboto-m;
  font-size: 14px;
  line-height: 20px;
  color: #223e62;
}

.product-item-total {
  display: flex;
  justify-content: space-between;
  background: #7d9ac0;
  border-radius: 4px;
  padding: 7px 24px 7px 48px;
}

.product-item-total > span {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #ffffff;
}

.product-item-total > span:first-child {
  font-family: Roboto-m;
}

.product-item-total > span:last-child {
  font-family: Roboto-b;
}
.fb-order-tab-grid {
  /* height: 300px; */
}
.fb-expand-icon {
  margin-top: unset;
  margin-right: 5px;
}
.fb-quantity-product .ag-react-container,
.fb-remove-row .ag-react-container,
.fb-price-product .ag-react-container,
.fb-total-product .ag-react-container {
  align-items: center;
  display: flex;
}
.fb-quantity-product .ag-react-container,
.fb-total-product .ag-react-container {
  justify-content: center;
}
.fb-text-active {
  color: #24c4a4;
}
.fb-text-caution {
  color: #ee4064;
}

.fb-text-bold,
.fb-text-active,
.fb-text-caution {
  font-family: Roboto-m;
  font-size: 14px;
}
.fb-text-normal {
  font-size: 14px;
  color: #223e62;
}
.fb-text-bold {
  font-style: normal;
  font-size: 14px;
  color: #223e62;
}
.fb-quantity-product .ag-cell-edit-wrapper input {
  outline: none;
  border: none;
  text-align: center;
  border-radius: 8px;
}
.fb-quantity-product {
  display: flex;
  align-items: center;
}
.fb-quantity-product .ag-cell-edit-wrapper {
  width: 30px;
}
.fb-checkbox-wrapper {
  display: flex;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
}
.fb-checkbox-wrapper-label.fb-text-normal {
  margin-left: 8px;
}
.fb-trans-dropdown .dropdown-selected {
  width: unset;
}
.fb-label-input {
  padding: 8px 0;
}
.fb-trans-dropdown .expand-dropdown {
  width: 8px;
}
.fb-trans-dropdown {
  width: unset;
}
.fb-request-wrap {
  display: flex;
  justify-content: space-between;
}
.send-orders .require-send-detail-tran,
.send-orders .require-get-detail-tran,
.send-orders .dimen-detail-tran,
.send-orders .weight-detail-tran {
  margin-top: 8px;
}
img.fb-lagre-avatar {
  width: 64px;
  border-radius: 60%;
  margin-right: 16px;
}

.fb-list-header {
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f7fc;
  height: 64px;
}

.fb-page-item {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 16px;
  cursor: pointer;
}

.fb-normal-avatar {
  margin-right: 8px;
}

.fb-list-page {
  background: #fff;
  margin-top: 20px;
  padding-top: 10px;
  border-radius: 8px;
}

.fb-list-body {
  height: 802px;
  overflow-y: scroll;
}
.fb-item-pinned {
  background-color: #f2f7fc;
  height: 48px;
  margin-top: 24px;
}
.fb-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.fb-live-window-wrap {
  background: #fff;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 16px;
  height: 887px;
  margin-bottom: 100px;
  padding-top: 10px;
}
.fb-search-item input {
  background: #f2f7fc;
  width: 330px;
  padding-left: 16px;
}
.fb-search-bt {
  margin-left: 10px;
  width: 106px;
  height: 36px;
  line-height: 36px;
  background: #3cd6b7;
  color: #fff;
  border-radius: 18px;
  text-align: center;
  font-family: Roboto-m;
}
.fb-msg-line {
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
.fb-msg-status {
  height: 18px;
}
.fb-msg-status img {
  margin-right: 4px;
}
.msg-chat-hseader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 16px;
}
.badge-content {
  height: 16px;
  line-height: 16px;
  background: #ee4064;
  color: #ffffff;
  min-width: 16px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: 'Montserrat';
  font-size: 9px;
}
.fb-cm-title-text {
  font-family: Roboto-m;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.004em;
  color: #223e62;
  margin-top: 12px;
}
.fb-cm-title-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #4d6e99;
}
.fb-cm-title {
  display: flex;
  flex-direction: column;
}
.fb-cm-title-row-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.fb-cm-title-func-wrap {
  display: flex;
}
.fb-cm-title-func a,
.fb-cm-title-func span {
  font-family: Roboto-m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #3092e6;
  text-decoration: none;
}

.fb-cm-title-func {
  margin-left: 16px;
}

.fb-cm-title-func img {
  margin-right: 5px;
}
.fb-cm-item-name {
  font-family: Roboto-m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.fb-cm-item-wrap {
  display: flex;
  flex-direction: column;
}
.fb-cm-item-action-wrap {
  display: flex;
  font-family: Roboto-m;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #7d9ac0;
  margin-top: 2px;
}
.fb-cm-item-action {
  margin-left: 8px;
}
.fb-cm-item-text-wrap {
  margin-left: 8px;
}

.fb-cm-item {
  background: #f2f7fc;
  padding: 8px 12px;
  border-radius: 8px;
}

.fb-cm-item-text {
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #223e62;
}

.fb-cm-title-wrap {
  border-bottom: 1px solid #f2f7fc;
  padding-bottom: 8px;
}

.fb-cm-body {
  margin-top: 16px;
}
.msg-link-attchment {
  width: 160px;
}
.fb-cm-parent {
  display: flex;
  margin-top: 8px;
}
.customer-info input {
  text-indent: 8px;
}
@media (min-width: 1px) and (max-width: 960px) {
  .fb-live-window-wrap {
    margin-left: unset;
  }
}
