@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap');

html {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

body {
  font-family: 'Sarabun', sans-serif;
  /* min-height: 100vh; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}


.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}


input::placeholder {
  color: #bfbfbf;
}

.form-row>[class*="col-"] {

  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.social-layout-no-header section .page-content {
  /* min-height: calc(100vh - 100%); */
  /* max-height: 100vh; */
  min-height: calc(100vh - 48px);
  max-height: 100vh;
  overflow: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .social-layout-no-header section .page-content {
    /* min-height: calc(100vh - 100%); */
    /* max-height: 100vh; */
    min-height: calc(100vh - 100%);
    max-height: 100vh;
    overflow: auto;
    height: 100%;
  }
}

.social-layout section .page-content {
  /* min-height: calc(100vh - 100%); */
  /* max-height: 100vh; */
  min-height: calc(100vh - 48px);
  max-height: 100vh;
  overflow: auto;
  height: 100%;
}

@media (max-width: 768px) {
  .social-layout section .page-content {
    /* min-height: calc(100vh - 100%); */
    /* max-height: 100vh; */
    min-height: calc(100vh - 100%);
    max-height: 100vh;
    overflow: auto;
    height: 100%;
  }
}

.table th {
  font-weight: 400;
  font-size: 13px;
  color: #515151;
}

legend {
  font-size: 100%;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

/* Manage Account style sheet */

body.central-authorization-layout {
  background-image: url(../global_assets/images/authorization/body-bg.png);
  background-position: bottom center;
  background-size: auto 100%;
}

.btn-line {
  background-color: #5acf36;
  color: #fff;
}

.btn-ig {
  background-color: #eb058c;
  background-image: linear-gradient(227.74deg, #cf3092 6.5%, #ed0583 21.83%, #ed1e25 51.96%, #ffc50d 96.43%);
  color: #fff;
  border-width: inherit;
}

.btn-outline-line {
  color: #5acf36 !important;
  background-color: transparent;
  background-image: none;
  border-color: #5acf36;
}

.btn-outline-line:hover {
  color: #fff !important;
  background-color: #5acf36;
  border-color: #5acf36;
}

.navbar-dark {
  background-color: #252B38;
}

.bg-primary-100 {
  background-color: #EBF6FE;
  color: #2196f3 !important;
}

.bg-primary-100:hover {
  color: #fff !important;
}

.btn-line:hover,
.btn-ig:hover {
  color: #fff;
}

.icon-store-custom {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ECF0F1;
  border-radius: 100%;
}

.icon-store-custom i {
  color: #B1C5CD;
  font-size: 1.2rem;
}

.navbar-brand {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.navbar-brand img {
  /* height: 2.25rem; */
  height: auto;
}

.navbar-brand .logo-lg {
  display: block;
}

.navbar-brand .logo-sm {
  display: none;
}

.sidebar-xs .nav-sidebar .nav-link i {
  font-size: 20px;
}

.sidebar-xs .nav-sidebar .nav-item-header-border::before {
  left: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .sidebar-xs .navbar-brand .logo-lg {
    display: none;
  }

  .sidebar-xs .navbar-brand .logo-sm {
    display: block;
  }
}


body.sidebar-xs .navbar-expand-md .navbar-brand {
  min-width: 6.625rem;
}

.navbar-dark .hamberger.navbar-nav-link:focus,
.navbar-dark .hamberger.navbar-nav-link:hover {
  color: inherit;
  background-color: transparent;
}

.text-underline {
  text-decoration: underline;
}


/* Proload content */

.box-placeholder {
  /* display: in-block; */
  /* background-color: #fff; */
  /* margin: 30px; */
  /* box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1); */
  /* max-width: 300px; */
  vertical-align: top;
  width: 100%;
  box-shadow: none;
}

.box-placeholder {
  font-size: 0;
}

.box-placeholder .text {
  background-color: #999;
  height: 20px;
  border-radius: 4px;
  margin: 10px 0;
  width: 100%;
  opacity: .1;
  animation: fading 1.5s infinite;
}

.box-placeholder .text:first-child {
  margin-top: 0;
}

.box-placeholder .text:nth-child(2) {
  width: 90%;
}

.box-placeholder .text:nth-child(3) {
  width: 60%;
}

.box-placeholder .text:nth-child(4) {
  width: 80%;
}

.box-placeholder .text:nth-child(5) {
  width: 85%;
}

.box-placeholder .text:nth-child(7) {
  width: 90%;
}

.box-placeholder .text:nth-child(9) {
  width: 70%;
}

.box-placeholder .text:nth-child(10) {
  width: 50%;
}

.box-placeholder .text:last-child {
  margin-bottom: 0;
}

@keyframes fading {
  0% {
    opacity: .1;
  }

  50% {
    opacity: .2;
  }

  100% {
    opacity: .1;
  }
}


/* fix rounded for all img in table */

.vuetable td img,
table td img {
  border-radius: .1875rem;
  /* width: auto;
    height: 25px; */
}

img.thumb25 {
  height: 25px;
  width: 25px;
  border: 0.5px solid #ddd;
}

.vertical-align-top td {
  vertical-align: top;
}


/* \Account style sheet */

.page-title {
  /* padding: 1.2rem 0; */
  position: relative;
}


/* Vue form wizard */

.vue-form-wizard .wizard-nav .wizard-icon-circle {
  border-width: 1px;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
  border-color: #000;
  color: #000;
}

.vue-form-wizard .active .wizard-icon-circle .wizard-icon {
  font-style: normal;
  font-weight: 300;
}

.vue-form-wizard .wizard-icon-circle.checked {
  background-color: #000;
  border-color: #000;
  color: #000;
}

.wizard-progress-bar {
  background: #ddd !important;
}

.vue-form-wizard .wizard-nav-pills>li.active>a .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:focus .wizard-icon,
.vue-form-wizard .wizard-nav-pills>li.active>a:hover .wizard-icon {
  color: #000 !important;
}

.vue-form-wizard .wizard-icon-circle {
  font-weight: 300 !important;
}

.vue-form-wizard.xs .wizard-navigation .wizard-progress-with-circle {
  height: 1px !important;
}

.vue-form-wizard .wizard-icon-circle i {
  font-style: normal !important;
}

.vue-form-wizard .wizard-nav-pills>li>a {
  color: rgba(0, 0, 0, .5);
}

.vue-form-wizard.xs .wizard-nav-pills>li.active>a .wizard-icon {
  color: #000;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
  background: #000 !important;
}

.wizard-icon-circle.checked i.wizard-icon:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  position: absolute;
}

.vue-form-wizard .wizard-icon-circle .wizard-icon-container {
  border-radius: 100% !important;
}


/* Sweet alert */
.swal2-icon {
  margin-top: 20px !important;
}

.swal2-title {
  font-size: 1.0625rem !important;
  margin-top: 0 !important;
}

.swal2-html-container {
  font-size: 13px !important;
  margin: 5px 1.6em !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  padding-top: 0 !important;
}

/* \Sweet alert */

.content-wrapper {
  position: relative;
}

.fa-1x {
  font-size: 1.275em;
}


/*select2*/

.select2-container--default .select2-results__option--highlighted {
  background-color: #f5f5f5 !important;
  color: #333 !important;
}

.select2-selection--single {
  border-radius: 0.1875rem;
}

.th-address-autocomplete b {
  color: #f44336;
}


/* create order */

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  display: none;
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  display: none;
}


/* \create order */

.select2-container .selection .select2-selection--single {
  height: 36px !important;
  padding: 0 !important;
  border-radius: .1875rem !important;
  background: inherit;
}

.select2-container--default .select2-selection--multiple {
  /* height: 36px!important; */
  padding: 0 !important;
  border-radius: .1875rem !important;
  background: inherit;
}

.rounded-left-0 .select2-container--default .select2-selection--multiple {
  border-radius: 0 .1875rem .1875rem 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  top: 8px;
  left: -10px;
  font-weight: 300 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 25px !important;
  padding-left: 0.625rem !important;
  line-height: 34px !important;
  border-radius: .1875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered .list-item .item-image {
  line-height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 36px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ddd !important;
}

.select-page .select2-container .selection .select2-selection--single {
  height: 50px !important;
  padding: 5px 0 !important;
  background-color: #F5F5F5 !important;
}

.select-page .select2-container--default .select2-selection--single .select2-selection__rendered img {
  width: 40px;
}

.select-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 50px !important;
}

.province-search-by-select2 .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: auto !important;
}

.province-search-by-select2 .select2-selection__choice+.select2-search--inline {
  /* background: red; */
  display: none;
}

.province-search-by-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  border-radius: 0;
  cursor: default;
  float: none;
  margin-right: 0;
  /* margin-top: 0; */
  padding: 0 5px;
  color: inherit;
  border: 0;
}

.province-search-by-select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

.thead-bg-fafafa th .select2-container .selection .select2-selection--single {
  height: auto;
  border: 0;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
}

.thead-bg-fafafa th .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  height: 100% !important;
}


/* .select2-search--dropdown:after {
    left: 15px;
} */

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}


/* Select2 multiple tag */

.form-group .select2-search__field {
  padding-left: 0.75rem;
}

.select2-container--default .select2-selection--multiple {
  display: block;
  border: 1px solid transparent;
  cursor: text;
  outline: 0;
  /* height: calc(1.5385em + .875rem + 2px); */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.1875rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0 0.125rem 0.125rem 0.125rem;
  width: 100%;
  display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #eee !important;
  color: #333;
  border: 0 !important;
  cursor: default !important;
  float: none !important;
  /* margin-right: 0.125rem!important; */
  /* margin-top: 0.125rem!important; */
  /* padding: 0.3125rem 0.875rem!important; */
  white-space: normal !important;
  word-break: break-all !important;
  border-radius: 0.1875rem !important;
  transition: color ease-in-out .15s, background-color ease-in-out .15s !important;
  font-size: 0.75rem;
  line-height: 1;
  min-height: auto;
  padding: 0.3125rem 0.475rem !important;
  margin-top: 0.3rem !important;
  margin-right: 0.3rem !important;
  display: flex;
  /* flex-direction: row-reverse; */
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #03a9f4 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  float: none;
  color: inherit;
  font-size: .875rem;
  margin-top: 0;
  line-height: inherit;
  margin-left: 0.325rem;
  opacity: 1;
  margin-right: 0;
  color: #fff !important;
}

.close-staff .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #515151 !important;
  top: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0.3125rem 0 !important;
  /* width: 0rem !important; */
  margin-top: 2px;
}

.select-staff .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline:first-child .select2-search__field {
  padding-left: 0.75rem !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #333 !important;
  background-color: unset;
  /* background-color: #ddd !important; */
}

.select2-dropdown {
  color: #333;
  border: 1px solid rgba(0, 0, 0, .15) !important;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  /* display: block;
    background-color: #fff;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1070;
    border-radius: 0.1875rem; */
}

.select2-results__option--highlighted {
  background-color: #f5f5f5 !important;
}

.hidden {
  display: none !important;
}

.loading:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  border-radius: .28571429rem;
  z-index: 100;
}

.loading:after {
  position: absolute;
  content: '';
  top: 30%;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-sm {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #3c8dbc;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/*calendar*/

.ranges {
  border: 0 !important;
  box-shadow: none !important;
}

.vue-daterange-picker .date-placeholder {
  color: #999;
}

.vue-daterange-picker *,
.vue-daterange-picker :after,
.vue-daterange-picker :before {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.daterangepicker.show-calendar {
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
}

.daterangepicker .drp-buttons {
  padding: 10px;
}

.daterangepicker .btn.cancelBtn,
.daterangepicker .btn.applyBtn {
  font-weight: 400;
  margin-left: 0.85rem;
  padding: .4375rem .875rem;
  font-size: .8125rem;
  line-height: 1.5385;
}

.daterangepicker .btn-primary,
.daterangepicker .btn-success {
  background-color: var(--primary);
}

.calendars {
  flex-wrap: nowrap !important;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  line-height: 20px !important;
}


/*tag*/

div .vue-input-tag-wrapper {
  /* padding: 0 0 .125rem 0; */
  padding: .4375rem .875rem;
  border-radius: .1875rem;
  border-color: #ddd;
}

div .vue-input-tag-wrapper .new-tag {
  margin: 0px;
  padding: .125rem 0 0;
}

div .vue-input-tag-wrapper .input-tag {
  margin: 0 .125rem 0 0;
  padding: 0;
  cursor: default;
  float: left;
  position: relative;
  border-radius: .1875rem;
  transition: all ease-in-out .15s;
  background-color: #1AB394;
  border: 1px solid #1AB394;
}

div .tag-orange .vue-input-tag-wrapper .input-tag {
  background-color: #F8AC59;
  border: 1px solid #F8AC59;
}

div .tag-orange .vue-input-tag-wrapper .input-tag+.new-tag {
  margin-left: .875rem;
}

div .vue-input-tag-wrapper .input-tag>span {
  display: block;
  max-width: none !important;
  padding: .3125rem .375rem;
  padding-right: 1.375rem;
  color: #fff;
}

.vue-input-tag-wrapper .input-tag .remove {
  font-size: 0;
  cursor: pointer !important;
  position: absolute;
  top: 50%;
  color: #fff !important;
  opacity: .75;
  right: .475rem;
  line-height: 1;
  margin-top: -.55rem;
  -webkit-transition: opacity ease-in-out .15s;
  transition: opacity ease-in-out .15s;
}

.vue-input-tag-wrapper .input-tag .remove:before {
  content: "\ED6A";
  display: block;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vue-input-tag-wrapper .input-tag .remove:hover {
  opacity: 1;
}

.th-address-autocomplete {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  margin-top: 1px !important;
  border-radius: 4px;
  overflow: hidden;
}

.th-address-autocomplete li {
  border-bottom: 1px solid #d5d5d5;
  padding: 5px;
  height: auto !important;
}

.th-address-autocomplete li:hover {
  background-color: #efefef;
}

.th-address-autocomplete li:last-child {
  border-bottom: 0;
}


/*thai auto address*/

label.th-address-label {
  width: 100%;
  margin-bottom: 0;
}

.label-text {
  margin-bottom: .5rem;
}


/*numeric input*/

.modal-body .vue-numeric-input .numeric-input {
  display: block;
  width: 100%;
  height: calc(1.5385em + .875rem + 2px);
  padding: .4375rem .875rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .1875rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before,
.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
  visibility: visible;
  font-size: 8px;
  background: no-repeat;
  margin-left: -2px;
  margin-top: -2px;
}

.vue-numeric-input.updown .numeric-input[disabled="disabled"] {
  color: #ccc;
}

.modal-body .vue-numeric-input.updown .btn.btn-decrement .btn-icon:before {
  content: "\F078";
}

.modal-body .vue-numeric-input.updown .btn.btn-increment .btn-icon:before {
  content: "\f077";
}

.modal-body .vue-numeric-input.updown .btn-increment .btn-icon,
.modal-body .vue-numeric-input.updown .btn-decrement .btn-icon {
  border: none;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
}

.modal-body .vue-numeric-input.updown .btn-increment {
  right: 1;
  top: 1;
  bottom: 50%;
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
}

.modal-body .vue-numeric-input.updown .btn-decrement {
  right: 1;
  top: 50%;
  bottom: 1;
  left: auto;
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
}

.modal-body .vue-numeric-input .btn {
  background: #FAFAFA;
  box-shadow: none;
}

.mx-datepicker {
  /* width: 100% !important; */
  flex: 1 1 auto;
  display: block !important;
  position: relative !important;
  -webkit-box-flex: 1;
  width: 1% !important;
  margin-bottom: 0;
}

.th-address-autocomplete li.active,
.th-address-autocomplete li:hover {
  background-color: #f5f5f5 !important
}

.ui-btn-addremove {
  border-radius: 0px;
  border-width: 0px 0px 0px 1px;
}

table td .badge {
  display: inline-block;
  padding: 0.35rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
  min-width: 70px;
}

tr.total td.value {
  font-size: 17px;
  font-weight: 600;
}

.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
}

.vuetable-body .item-left {
  width: calc(100% - 80px);
  display: flex;
  text-align: left;
}

.vuetable-body .item-right {
  width: 80px;
  text-align: right;
}

.vuetable-body .popper {
  background-color: #fff;
  text-align: left;
  padding: 10px;
  font-weight: normal;
  border: 1px #ebebeb solid;
  z-index: 200000;
  -moz-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  /* box-shadow: 3px 1px 10px -3px #ccc; */
}

.dropdown-menu,
.vuetable-wrapper .table {
  color: #515151;
}

.vuetable-wrapper i.icon.sort:before {
  content: "\ec12";
}

.vuetable-wrapper .sort-icon.down:before {
  content: "\EA9B";
  color: #333;
}

.vuetable-wrapper .sort-icon.up:before {
  content: "\ea9e";
  color: #333;
}

.ui.pagination.menu .active.item {
  border-top: none;
  background-color: #1F88E5;
  color: #fff;
  box-shadow: none;
}

.ui.pagination.menu .item {
  padding: .4375rem;
  min-width: 2.25003rem;
  margin-left: .125rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #333;
  outline: 0;
  border: 1px solid transparent;
  border-radius: .1875rem;
  display: flex;
  transition: all ease-in-out .15s;
  justify-content: center;
  align-items: center;
}

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
  cursor: pointer;
  background-color: #eee;
}

.ui.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  flex: 0 0 auto;
  user-select: none;
  background: 0 0;
  margin-left: 1px;
}

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default;
  color: rgba(40, 40, 40, .3);
}

.ui.menu .item>i.icon {
  opacity: .9;
  float: none;
}

.inline.field label {
  min-width: 100px;
  color: #999;
}

.inline.field span {
  font-weight: 600;
}

.ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
}

i.icon:before {
  font-weight: normal;
}

i.icon.chevron.left:before {
  content: "\f177";
}

i.icon.chevron.right:before {
  content: "\f178";
}

i.icon.angle.double.left:before {
  content: "\f33e";
}

i.icon.angle.double.right:before {
  content: "\f340";
}

.ui.basic.button,
.ui.basic.buttons .button {
  background: transparent none !important;
  color: rgba(0, 0, 0, .6) !important;
  font-weight: 400;
  border-radius: .28571429rem;
  text-transform: none;
  text-shadow: none !important;
}

.vuetable-pagination-info {
  margin-bottom: 1.25rem !important;
}

.vuetable-body-wrapper .vuetable-pagination-info {
  padding: 0.4375rem 0;
}

.vuetable-body-wrapper.fixed-header tbody tr:first-child td {
  border-top: 0;
}

.ui.column .dropdown-menu {
  width: 100%;
  max-height: 200px;
  overflow-x: scroll;
}



.nav-tabs-bottom .nav-link.active:before {
  background-color: #1F77CF;
}

.nav-tabs-bottom .nav-link-dark.active:before {
  background-color: #252B38;
}

.nav-tabs-bottom .nav-link.active {
  color: #515151;
}

.dropdown-select-page {
  width: 310px;
  height: 68px;
  padding: 10px 15px;
  border: 1px solid #DFDFDF;
  border-radius: 3px !important;
  background-color: #fff;
}

.dropdown-select-page .select-page-logo {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  border-radius: 48px !important;
  object-fit: cover;
}

.dropdown-select-page .select-page-logo-bg {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  border-radius: 48px !important;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-select-page .select-page-logo-icon {
  font-size: 22px;
  color: #BFBFBF;
}

.select-page-title {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #515151;
  letter-spacing: 0.13px;
}

.select-page-status {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 10px;
  font-weight: 400 !important;
  line-height: 10px !important;
}

.select-page-status-connected {
  color: #66BB6A !important;
}

.select-page-status-disconnect {
  color: #FF7B52 !important;
}

.select-page-status-expired {
  color: #EF5350 !important;
}

.select-page-messengers {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #999;
}

.dropdown-page-selection {
  width: 298px;
  height: 48px;
  padding: 10px 15px;
  background-color: #fff;
}

.dropdown-page-selection .page-list-avatar {
  position: relative;
  width: 36px;
  height: 36px;
  max-width: 36px !important;
  max-height: 36px !important;
  padding-right: 5px;
}

.dropdown-page-selection .page-list-avatar .page-avatar {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  border-radius: 36px !important;
  object-fit: cover;
}

.dropdown-page-selection .page-list-avatar .select-page-logo {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  border-radius: 36px !important;
  object-fit: cover;
}

.dropdown-page-selection .page-list-avatar .select-page-logo-bg {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  border-radius: 36px !important;
  border: 1px solid #DFDFDF;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-page-selection .page-list-avatar .select-page-logo-icon {
  font-size: 18px;
  color: #BFBFBF;
}

.dropdown-page-selection .page-list-avatar .page-avatar-admin {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border: 0.19px solid #fff;
}

/* .dropdown-page-selection .page-list-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    padding-right: 5px;
}

.dropdown-page-selection .page-list-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10rem;
    border: 1.5px solid #1977F3;
}

.message-list-avatar-customer {
    width: 36px;
    height: 36px;
}

.message-list-avatar-admin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
}

.message-list-avatar-page {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
} */

.select-page .select2-container .selection .select2-selection--single {
  width: 310px !important;
  height: 68px !important;
  background-color: #fff !important;
}

.select-page .select2-container .select2-selection--single .select2-selection__rendered {
  height: 100% !important;
}

.select-page .select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.select-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 68px !important;
}

.select-page .select-page-logo {
  width: 48px !important;
  height: 48px !important;
  border-radius: 48px !important;
  object-fit: cover;
}

.select-page .select-page-title {
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #515151;
  letter-spacing: 0.13px;
}

.select-page .select-page-messengers {
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #999;
}

.dataTables_length .select2-container {
  min-width: 70px;
}

.dataTables_length>label {
  display: flex;
  align-items: center;
}

i.icon {
  font-family: material-icons;
  /* speak: none; */
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.icon,
i.icons {
  font-size: 1em;
  margin-top: 5px;
}

.vuetable thead th,
div.data-nowrap table.vuetable th,
div.data-nowrap table.vuetable td {
  white-space: nowrap;
  /* height: 60px !important; */
}


/* css checkbox in  .vuetable-th-component-checkbox  */

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}

td.vuetable-td-component-checkbox.vuetable-component {
  padding-left: 20px;
}

th.vuetable-th-component-checkbox.vuetable-th-component-vuetable-field-checkbox {
  padding-left: 20px;
}

.ui.checkbox input[type=checkbox],
.vuetable-th-component-checkbox input[type=checkbox],
.vuetable-td-component-checkbox input[type=checkbox] {
  position: relative;
}

.ui.checkbox input[type=checkbox]:before,
.vuetable-th-component-checkbox input[type=checkbox]:before,
.vuetable-td-component-checkbox input[type=checkbox]:before {
  content: "";
  font-size: 1rem;
  display: flex;
  border: 0.125rem solid #455A64;
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  color: #455A64;
  border-radius: 0.125rem;
}

.vuetable input[type="checkbox"]:indeterminate:after,
.vuetable input[type="checkbox"]:checked:after {
  position: absolute;
  top: 0px;
  text-align: center;
  color: #455A64;
  font-family: "icomoon";
  border: 0.125rem solid #455A64;
  border-radius: 0.125rem;
  line-height: 1;
  width: 1.25rem;
  height: 1.25rem;
  /*
    font-family: "Font Awesome 5 Pro";
    color: var(--primary);
    font-weight: 600;
    */
}

.vuetable input[type="checkbox"]:checked:after {
  content: "\E600";
  font-family: "icomoon";
  font-size: 1rem;
}

.vuetable input[type="checkbox"]:indeterminate:after {
  content: "\e9e2";
  font-family: "icomoon";
  font-size: 1rem;
}


/* \css checkbox in  .vuetable-th-component-checkbox  */

.bg-grey-custom {
  background-color: #E7E7E7
}

.alpha-grey-F1F3F6 {
  background-color: #F1F3F6;
}

.bg-blue-500 {
  background-color: #03A9F4
}

.text-grey-94AFB6 {
  color: #94AFB6;
}

.text-grey-BFBFBF {
  color: #BFBFBF;
}

.text-green-custom {
  color: #2DCE89
}

.text-orange-custom {
  color: #FB8C00
}

.text-grey-custom {
  color: #E7E7E7;
}

.text-blue-alpha {
  color: #E8F6FC;
}

.nav-sidebar .router-link-exact-active {
  background: #1F88E5;
  color: #fff
}

.btn-outline-normal {
  color: #324148;
  background-color: transparent;
  background-image: none;
  border-color: #ddd;
}

.btn-outline-normal:hover {
  background-color: #fbfbfb;
}

.data-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}

.data-icon i {
  font-size: 1rem;
}

.thead-bg-fafafa table thead {
  background-color: #fafafa;
}

.thead-bg-fafafa .table thead th {
  border-bottom: 0;
}

.table-bordered.border td:first-child,
.table-bordered.border th:first-child {
  border-left: 0;
}

.table-bordered.border td:last-child,
.table-bordered.border th:last-child {
  border-right: 0;
}

div.data-nowrap .table th.sortable {
  padding-right: 0.5rem;
}

div.data-nowrap table.vuetable th.sortable .sort-icon {
  float: none !important;
  margin-top: 0;
  margin-left: 10px;
}

.block-lead-info .lead-info-row {
  margin-bottom: 15px;
}

.block-lead-info .lead-info-row i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.list-feed>div>div:first-child i {
  padding: 3px;
}

.list-feed>div>div .btn.btn-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

.list-feed>div>div .btn.btn-icon i {
  font-size: 1rem;
}

.img-profile-call {
  width: 160px;
  height: 160px;
}

#modal-call .btn-call,
#modal-call .btn-call-cancel {
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  margin: 0 1rem;
}

#modal-call .btn-call-cancel {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.modal.modal-left .modal-dialog.modal-lg-900,
.modal.modal-right .modal-dialog.modal-lg-900 {
  width: 900px;
}

.no-collapse table {
  border-collapse: inherit;
}

.import-log a {
  text-decoration: underline;
}

.modal.modal-right .modal-dialog.modal-lg {
  width: 850px;
}

.table-auto-horizontal-scroll {
  width: 100%;
  white-space: nowrap;
}

.bg-grey-100 {
  background-color: #e7e7e7;
}

.shipping-label-grid img {
  max-width: 100%;
}

.shipping-label-grid .label-grid {
  color: #515151 !important;
  width: 215px;
  position: relative;
  background: #e7e7e7;
  border-radius: .1875rem;
  margin-right: 1.25rem
}

.shipping-label-grid .label-grid .label-grid-name {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
}

.shipping-label-grid .label-grid .label-grid-thumbnail {
  position: relative;
  padding: .625rem;
  padding-bottom: 0;
  border-radius: .1875rem .1875rem 0 0;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-action {
  color: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: .1875rem .1875rem 0 0;
  background: #64B5F6;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  visibility: hidden;
  opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .label-grid-action {
  visibility: visible;
  opacity: 1;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .label-grid-use {
  width: 100%;
  border-radius: .1875rem .1875rem 0 0;
  height: 35px;
  line-height: 35px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.shipping-label-grid .label-grid .label-grid-thumbnail .bg-shadow {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  visibility: hidden;
  opacity: 0;
}

.shipping-label-grid .label-grid:hover .label-grid-thumbnail .bg-shadow {
  visibility: visible;
  opacity: 1;
}

.modal-header {
  padding: 0.78rem 1.25rem;
  /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
}

.modal-header-frequently-msg {
  padding: 0.938rem;
  background-color: #FAFAFA;
  border-bottom: 1px solid #ddd;

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

.modal-header-frequently-msg .modal-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #515151;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 0;
}

.btn-group a.assignSalesClerk {
  line-height: 0;
  text-decoration: underline;
}

.btn-group a.assignSalesClerk:hover {
  text-decoration: none;
}

.assignSalesClerk.dropdown-menu .custom-control-label::after,
.assignSalesClerk.dropdown-menu .custom-radio .custom-control-label::before {
  margin-top: 0.5rem;
}

.assignSalesClerk.dropdown-menu .dropdown-item {
  padding: .3rem 1rem;
}

.card .daterange-picker-custom {
  min-width: 150px;
  max-width: 100%;
  width: calc(100% - 45px);
}

.nav-sidebar .nav-item.disable>span.nav-link {
  opacity: .5;
}

#modal_more_filters .daterangepicker.single.show-ranges {
  min-width: 156px;
  max-width: 100%;
}

.calendars-container,
.daterangepicker.opensright .calendars {
  width: auto;
}


/* Active blue checkbox   */


/* .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: none;
    content: "\F00C";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1px;
    width: 20px;
    text-align: center;
    height: 20px;
    font-size: 0.6rem;
    line-height: 18px;
    font-weight: 600;
}

.custom-control-input:checked~.custom-control-label::before,
.multiselect-item input[type=checkbox]:checked~.form-check-control-indicator,
.multiselect-item input[type=checkbox],
.uniform-checker span.checked {
    background: #2196f3;
    border-color: #2196f3;
}

.uniform-checker span.checked.disabled {
    background: gray;
    border-color: gray;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
input[type="checkbox"]:checked:after,
.multiselect-item input[type=checkbox]~.form-check-control-indicator,
.uniform-checker span:after {
    color: #fff;
}
*/

.custom-control-input[type="radio"]:checked~.custom-control-label::before {
  /* color: #2196f3; */
  background: none;
  border-color: #2196f3;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  border-radius: 50%;
  background: #2196f3;
  border-color: #2196f3;
  top: 5px;
  margin-left: 5px;
  width: 10px;
  height: 10px;
}


/* \Active blue checkbox   */

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

.select2-results__option {
  padding-left: 0.625rem !important
}

.dropdown .dropdown-menu {
  width: 100%;
  /*   max-height: 300px; */
  overflow-y: auto;
}

.dropdown.overflow-show-lang .dropdown-menu {
  overflow-y: inherit;
}

.dropdown.overflow-show-lang .dropdown-menu .img-flag {
  width: 17px;
  height: 17px;
}


/* Shipping Rate Table */

.tb-ship-rate {
  width: 100%;
}

.tb-ship-rate thead {
  background: #FCFBFB;
  border-bottom: 1px solid #DFDFDF;
}

.tb-ship-rate th {
  padding: .9375rem 0.625rem;
  font-weight: 400;
  white-space: nowrap;
}

.tb-ship-rate td {
  padding: 0.85rem;
  white-space: nowrap;
}

.tb-ship-rate tbody tr {
  border-bottom: 1px solid #DFDFDF
}

.ship-title {
  display: block;
  white-space: nowrap;
  /* font-size: 16px; */
  line-height: 1;
}

/* Error page */

h1.error-page-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

div.error-page-text {
  font-size: 15px;
  color: #515151;
  /* line-height: 120%; */
}

.border-grey-DFDFDF {
  border-color: #DFDFDF;
}

.border-grey-100 {
  border-color: rgba(0, 0, 0, .125);
}


/* Custom Css >> Vue Number Input Spinner */

.custom_spinner .vnis *,
.custom_spinner .vnis *::after,
.custom_spinner .vnis *::before {
  box-sizing: border-box;
}

.custom_spinner .vnis__input {
  -webkit-appearance: none;
  border: 1px solid #eee;
  border-width: 1px 0;
  float: left;
  font-size: inherit;
  height: 25px;
  margin: 0;
  outline: none;
  text-align: center;
  width: 25px;
}

.custom_spinner .vnis__input::-webkit-outer-spin-button,
.custom_spinner .vnis__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.custom_spinner .vnis__button {
  -webkit-appearance: none;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #eee;
  color: inherit;
  cursor: pointer;
  float: left;
  font-size: unset;
  margin: 0;
  width: 25px;
  height: 25px;
  line-height: 0
}

.custom_spinner .vnis__button:hover {
  background: #f5f5f5;
}

.custom_spinner .vnis__button:focus {
  outline: none;
  outline-offset: -5px;
}


/* \Custom Css >> Vue Number Input Spinner */

.vue-numeric-input {
  width: 100% !important;
}

.switchery-default {
  background-color: #ccc !important;
}

.nav-tabs2 .nav-link.active {
  background-color: #fff;
  border: 2px solid;
  border-color: #2196f3 #ddd #fff;
}

/*Badge Purple*/

.badge-purple {
  color: #fff;
  background-color: #7986CB;
}


/*Badge Blue*/

.badge-blue {
  color: #fff;
  background-color: #0277BD;
}


/*Badge Blue*/

.badge-second {
  color: #fff;
  background-color: #888888;
}

.generate_sku {
  cursor: pointer;
}


/*Custom Multiselect*/

.multiselect {
  width: 100%;
  text-align: left;
  /* padding-left: 0.875rem; */
  /* padding-right: 2.375rem; */
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* Integrations */

.info ul {
  margin-bottom: 0;
}


/* \Integrations */

.page-pic {
  display: flex;
  cursor: pointer;
}

.page-pic img {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: relative;
  z-index: 99;
}

.page-pic img:nth-child(2) {
  margin-left: -20px;
  z-index: 98;
}

.page-pic img:nth-child(3) {
  margin-left: -20px;
  z-index: 97;
}

.page-pic img:nth-child(4) {
  margin-left: -20px;
  z-index: 96;
}

.page-pic img:nth-child(5) {
  margin-left: -20px;
  z-index: 95;
}

.page-pic img:nth-child(6) {
  margin-left: -20px;
  z-index: 94;
}

.page-pic .more-page {
  background: #FF7143;
  color: #fff;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 100px;
  z-index: 50;
  margin-left: -20px;
}

.page-pic>img:hover,
.page-pic>*:hover {
  z-index: 100;
}

.dropdown-page-profile .dropdown-item {
  padding: .25rem 1rem;
}

.dropdown-page-profile .dropdown-item>img {
  max-height: 24px;
}

.dropdown-page-profile .dropdown-item .more-page {
  background: #FF7143;
  color: #fff;
  font-size: 0.625rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 100px;
}

.placeholder-content {
  height: 205px;
  overflow: hidden;
  background: #000;
  position: relative;
  animation-duration: 1.7s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}

.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 2;
}

.placeholder-content_item:after,
.placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: '';
  position: absolute;
}

.placeholder-content_item:nth-child(1) {
  top: 0;
  left: 0;
}

.placeholder-content_item:nth-child(4) {
  top: 20px;
  width: 20px;
  left: 170px;
  height: 90px;
}

.placeholder-content_item:nth-child(5) {
  top: 40px;
  left: 190px;
  height: 12px;
}

.placeholder-content_item:nth-child(6) {
  top: 75px;
  left: 190px;
  height: 12px;
}

.placeholder-content_item:nth-child(7) {
  top: 20px;
  right: 0;
  width: 0%;
  height: 20px;
}

.placeholder-content_item:nth-child(9) {
  top: 110px;
  height: 17px;
  left: 0;
}

.placeholder-content_item:nth-child(10) {
  top: 149px;
  height: 12px;
  left: 0;
}

.placeholder-content_item:nth-child(11) {
  top: 183px;
  left: 0;
  height: 100%;
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }

  100% {
    background-position: 650px 0;
  }
}

.pointer {
  cursor: pointer;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image {
  display: block !important;
}

.single-upload #my-strictly-unique-vue-upload-multiple-image .image-container {
  min-width: 100%;
  min-height: 200px;
}

.image-list-container .image-list-item {
  border-radius: 3px !important;
  /* border: 0 !important; */
}

.image-list-container .image-list-item:last-child {
  border-radius: 3px !important;
  border: 1px solid #d6d6d6 !important;
  transition: all 0.2s;
}

.image-list-container .image-list-item:last-child:hover {
  background: #eee;
}

#my-strictly-unique-vue-upload-multiple-image .image-list-container .image-list-item .show-img {
  max-width: 65px !important;
  max-height: 65px !important;
  border-radius: 3px;
}

.image-list-container .image-list-item:not(:last-child) {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}


/* check invalid multi upload */

.single-upload .preview-image {
  height: 180px !important;
  padding: 10px !important;
}

.single-upload .show-img {
  max-height: 160px !important;
  max-width: 100% !important;
}

.dataTables_filter .input-group {
  flex-wrap: nowrap;
}

#my-strictly-unique-vue-upload-multiple-image .field-invalid .image-container {
  border-color: #f44336
}


/* \check invalid multi upload */


/* fix UI More filter modal */

.modal-more-filters .card-collapsed .card-header>div {
  background: #FAFAFA;
}

.modal-more-filters .card-collapsed .card-header>div.collapsed {
  background: none;
}

.modal-more-filters .card-collapsed .ui-filter-list {
  margin-top: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list {
  padding-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group,
.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check {
  margin-bottom: 0.85rem;
}

.modal-more-filters .card-collapsed .ui-filter-list .filter-option .form-group .form-check .form-check-label {
  display: flex;
}


/* More filter ui */

.modal-more-filters .card-collapsed .py-2 {
  padding-bottom: .725rem !important;
  padding-top: .725rem !important;
}


/* \More filter ui */


/* Setting ui */


/* #header-title {
    font-size: 24px;
}

#header-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.card-item:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to


{
    opacity: 0;
}

div.h6 {
    font-size: 18px;
}

div.text-secondary.mt-n2 {
    font-size: 16px;
} */


/* \Setting ui */


/* Vue suggesions */

.suggestions {
  /* It's improtant to have a cpecific pivot point for transition:*/
  opacity: 1;
}

.vue-simple-suggest-enter-active.suggestions,
.vue-simple-suggest-leave-active.suggestions {
  /* Transition length here:*/
  transition: opacity .2s;
}

.vue-simple-suggest-enter.suggestions,
.vue-simple-suggest-leave-to.suggestions {
  /* Transition rule for "disengaged" element:*/
  opacity: 0;
}

.form-control:not(.border-1):not(.border-2):not(.border-3):focus {
  border-color: #ddd;
}

.vue-simple-suggest.designed .input-wrapper input.form-control {
  display: block;
  width: 100%;
  height: calc(1.5385em + .875rem + 2px);
  padding: .4375rem .875rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5385;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .1875rem;
}

/* \\Vue suggesions */


/* fix icon customer info > view detail */

dl>dt>i {
  width: 20px;
  text-align: center;
}


/* Create product modal */

.vue-numeric-input.updown .numeric-input {
  padding-left: .875rem !important;
}

.note-toolbar:not([class*=bg-]):not([class*=alpha-]) {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 0 15px;
  padding-bottom: 0;
  margin: 0;
  z-index: 1030;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  position: relative !important;
  width: 100% !important;
}

.note-frame .note-editing-area .note-editable {
  padding: .875rem;
  overflow: auto;
  color: #333;
  background-color: #fff;
  min-height: 150px;
}

.note-frame .note-toolbar>.note-btn-group {
  padding-right: 15px;
  padding-bottom: 10px;
  margin: 0;
}

.note-frame .note-toolbar>.note-btn-group .note-btn {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
}

.download_pointer {
  cursor: pointer;
}

#list_shipment .media .btn.border-2.btn-icon,
#list_payment .media .btn.border-2.btn-icon {
  padding: .575rem .70002rem;
}

#list_shipment .media .letter-icon i,
#list_payment .media .letter-icon i {
  font-size: 1.275em;
  line-height: 1.25rem;
}

#home-slide .owl-theme .owl-nav [class*='owl-'] {
  border: 1px solid #fff;
  background: transparent;
  width: 45px;
  height: 45px;
  line-height: 40px;
  padding: 0;
}

#home-slide .owl-nav {
  position: absolute;
  width: 100%;
  top: 43%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

#home-slide .slick-prev {
  z-index: 100;
  left: 15px;
}

#home-slide .slick-next {
  right: 15px;
}

#home-slide .slick-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
}

#home-slide .slick-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
}

#home-slide button.slick-arrow {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  color: #fff;
}

#home-slide .slick-dots li.slick-active button:before {
  position: absolute;
  width: 15px;
  height: 15px;
  text-align: center;
  opacity: 1;
  background: #fff;
  color: fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

#home-slide .slick-dots li button:before {
  opacity: 1;
  background: transparent;
  color: transparent;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 30px;
}

#home-slide ul.slick-dots {
  position: absolute;
  bottom: 15px;
}

.img-100 {
  width: 100px;
}

#calendar .fc-icon-chevron-left:after {
  display: none;
}

#calendar .fc-icon-chevron-right:after {
  display: none;
}

#calendar .fc .fc-button-primary {
  color: #fff;
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
}

#calendar .fc-theme-standard td,
#calendar .fc-theme-standard th {
  border: 0;
  padding: 5px;
}

#calendar .fc-theme-standard .fc-scrollgrid {
  border: 0;
}

#calendar .fc .fc-toolbar-title {
  font-size: 15px;
}

#calendar .fc .fc-daygrid-day-frame {
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#calendar .fc .fc-daygrid-day-top {
  justify-content: center;
}

#calendar .fc .fc-daygrid-day-number {
  z-index: 0;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

#calendar .fc .fc-bg-event {
  opacity: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

#calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}

#calendar .fc .fc-bg-event .fc-event-title {
  font-style: normal;
  text-align: center;
  margin: 0;
  font-size: 13px;
}

.fc-day-today .fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  background: #efefef;
  border-radius: 3px;
}

.vue-avatar--wrapper {
  background-size: cover !important;
  background-position: center !important;
}

.point-none {
  pointer-events: none;
}

.fc-bg-event.fc-event.active {
  background: #2196F3 !important;
}

.center-cropped {
  width: 25px;
  height: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.image_circle {
  width: 25px !important;
  height: 25px !important;
  border-radius: 25px !important;
  object-fit: cover !important;
}

.image_box {
  width: 25px !important;
  height: 25px !important;
  object-fit: cover !important;
}

.image_box_edit_variant {
  width: 165px !important;
  height: 165px !important;
  object-fit: cover !important;
}

.image_box_variant {
  width: 35px !important;
  height: 35px !important;
  object-fit: cover !important;
}

.image-upload>input {
  display: none !important;
}

.label-variant {
  width: 100% !important;
  margin: 0px !important;
}

.image-variant {
  width: 100% !important;
  height: 35px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
  color: #bfbfbf;
}

#customer-search .select2-selection--multiple .select2-search--inline:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #999;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  width: calc(100% - 32px);
}

#customer-search .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
  padding: 0.425rem 0 0.425rem 6px !important;
}

#product-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

#customer-search .select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

#product-search .select2-selection--multiple .select2-search--inline:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #999;
}

input[type="email"],
input[type="text"] {
  font-family: arial;
}

.overflow-show-lang .dropdown-menu {
  left: auto;
  right: 0;
}

.image-logo-carrier {
  width: 50px !important;
  height: 50px !important;
}

.vue-form-wizard .wizard-nav .wizard-icon-circle {
  margin-bottom: 5px;
}

.showbigimage {
  width: 100% !important;
  height: 100% !important;
}


/* .btn-active-payment-method {
    color: #2196f3;
    background-color: transparent;
    background-image: none;
    border-color: #2196f3;
} */

.btn-active-payment-method {
  color: #0277bd;
  background-color: #e1f5fe;
  border-color: #039be5;
  border: 1px solid;
  width: 100%;
}

.btn-active-payment-method:active {
  color: #0277bd;
  background-color: #e1f5fe;
  border-color: #039be5;
  border: 1px solid;
  width: 100%;
}

.datatable-footer-sm .vuetable-pagination-info {
  margin-bottom: 0 !important;
  padding: 1.25rem 1.25rem 0 1.25rem;
}


/* .btn-active-payment-method:hover {
    color: #0277bd !important;
    background-color: #e1f5fe !important;
    border-color: #039be5 !important;
} */

.btn-nonActive-payment-method {
  color: #BFBFBF;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  width: 100%;
}

.btn-nonActive-payment-method:hover {
  color: #37474f;
  background-color: #FAFAFA;
  border-color: #607d8b;
  border: 1px solid;
  width: 100%;
}

.th-address-autocomplete {
  min-width: 400px !important;
}

span.lower-case {
  text-transform: lowercase;
}

.nowrap {
  white-space: nowrap !important;
}

.note-editor .dropdown-menu a {
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin-bottom: 0;
  transition: background-color ease-in-out .15s, color ease-in-out .15s;
}


/* Ui Toastr */

.toast-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: .9375rem;
  font-weight: 400 !important;
}

.toast-message {
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5385;
}

.toast-container.toast-top-right .toast {
  padding: 0.9375rem 1.25rem !important;
  border-radius: 0.1875rem !important;
  opacity: 1 !important;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
  border: 1px solid !important;
  background-image: none !important;
}

.toast-container.toast-top-right .toast span {
  margin-top: 0;
  margin-right: 0.625rem;
}

.toast-container.toast-top-right>.toast-success {
  /* background-image: none !important; */
  background-color: #e8f5e9 !important;
  border-color: #4caf50 !important;
  color: #1b5e20 !important;
}

.toast-container.toast-top-right>.toast-warning {
  background-color: #fff3e0;
  border-color: #ff9800;
  color: #bf360c;
}

.toast-container.toast-top-right>.toast-info {
  background-color: #e1f5fe;
  border-color: #03a9f4;
  color: #01579b;
}

.toast-container.toast-top-right>.toast-error {
  background-color: #ffebee;
  border-color: #f44336;
  color: #b71c1c;
}

.toast-container.toast-top-right .toast-progress {
  height: 3px;
  background-color: #666;
  opacity: 0.1;
}

.content-header-details li:not(:last-child) {
  margin-bottom: 5px;
}

.tiblock {
  align-items: center;
  display: flex;
  height: 17px;
}

.media-chat-item-reverse .media-chat-item:not([class*=bg-]) .tidot {
  background-color: #fff;
}

.tidot {
  -webkit-animation: mercuryTypingAnimation 1.5s infinite ease-in-out;
  border-radius: 2px;
  display: inline-block;
  height: 4px;
  margin-right: 2px;
  width: 4px;
}

.media-chat-item-left {
  /* position: relative; */
  background-color: #EEEEEE;
  width: max-content;
  padding: 0.75rem;
  border-radius: 1.125rem;
  margin-left: 0;

  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  color: #515151;
  width: auto;
  min-height: 36px !important;
  height: 100%;
  max-height: 36px;
  white-space: normal;
  word-break: break-all;
}

.media-chat-item-left-one-emoticon {
  background-color: transparent !important;
  max-height: 160px !important;
}

/* .media-chat-item-left:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 9px solid;
    border-color: transparent #EEEEEE transparent transparent;
    left: -18px;
    top: 10px;
} */

.media-chat-item-left-overheight {
  max-height: 100% !important;
}

.media-chat-item-left-video {
  width: 23.125rem;
  /* 370px */
  height: 12.5rem;
  /* 200px */
  /* border-radius: 1.125rem; */
  /* 18px */
}

.media-chat-item-left-video video {
  width: 23.125rem;
  /* 23.125px */
  height: 12.5rem;
  /* 200px */
  /* border-radius: 1.125rem; */
  /* 18px */
}

.media-chat-item-right {
  /* position: relative; */
  background-color: #2196F3;
  width: max-content;
  padding: 0.75rem;
  border-radius: 1.125rem;
  margin-right: 0;

  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  color: #F5F5F5;
  width: auto;
  /* min-width: 100%;
    max-width: calc(100% - 29px); */
  min-height: 36px !important;
  height: 100%;
  max-height: 36px;
  white-space: normal;
  word-break: break-all;
}

/* .media-chat-item-right:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 9px solid;
    border-color: transparent transparent transparent #2196F3 ;
    right: -18px;
    top: 10px;
} */

.media-chat-item-right-overheight {
  max-height: 100% !important;
}

@-webkit-keyframes mercuryTypingAnimation {
  0% {
    -webkit-transform: translateY(0px)
  }

  28% {
    -webkit-transform: translateY(-5px)
  }

  44% {
    -webkit-transform: translateY(0px)
  }
}

.tidot:nth-child(1) {
  -webkit-animation-delay: 200ms;
}

.tidot:nth-child(2) {
  -webkit-animation-delay: 300ms;
}

.tidot:nth-child(3) {
  -webkit-animation-delay: 400ms;
}


/* Emoji style */

.emoji-picker {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
}

.grid-emojis {
  grid-template-columns: repeat(10, 10%) !important;
}

.grid-emojis .emoji {
  border: 0 !important;
  display: inline-block !important;
  text-align: center !important;
  padding: 5px !important;
  box-sizing: content-box !important;
  overflow: hidden !important;
  transition: transform .2s !important;
  cursor: pointer !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.outside {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  /* background: red; */
  /* opacity: 0.3; */
}

.img-user-top {
  width: 3.125rem !important;
  /* 50px */
  height: 3.125rem !important;
  /* 50px */
  border-radius: 3.125rem;
  /* 50px */
  object-fit: cover;
}

.user-name-top {
  font-size: 13px;
  font-weight: 500;
  color: #515151;
}

.user-email-top {
  font-size: 13px;
  font-weight: 400;
  color: #BFBFBF;
}

.img-chat-receiver {
  width: 2.125rem !important;
  /* 34px */
  height: 2.125rem !important;
  /* 34px */
  border-radius: 2.125rem;
  /* 34px */
  object-fit: cover;
}

.img-chat-show {
  max-width: 7.813rem;
  /* 125px */
  max-height: 7.813rem;
  /* 125px */
  width: 7.813rem;
  /* 125px */
  height: 7.813rem;
  /* 125px */
  min-height: 7.813rem;
  /* 125px */
  object-fit: cover;
}

.img-chat-left-show {
  max-width: 7.813rem;
  /* 125px */
  max-height: 7.813rem;
  /* 125px */
  width: 100%;
  height: 100%;
  min-height: 7.813rem;
  /* 125px */
  object-fit: cover;
}

.img-chat-right-show {
  max-width: 7.813rem;
  /* 125px */
  max-height: 7.813rem;
  /* 125px */
  width: 100%;
  height: 100%;
  min-height: 7.813rem;
  /* 125px */
  object-fit: contain;
}

.img-chat-rounded {
  /* border-radius: 0.375rem;
  border-style: solid;
  border-color: #DDDDDD; */
  border: 1px solid #ddd;
  border-radius: 3px;
  /* 6px */
}

.img-chat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  ;
  grid-gap: 5px;
  align-items: stretch;
  justify-items: center;
}

.img-chat-grid img {
  /* max-width: 100%; */
  max-width: 7.813rem;
  /* 125px */
  max-height: 7.813rem;
  /* 125px */
  /* width: 100%;
    height: 100%; */
  width: 10rem !important;
  /* 160px */
  height: 10rem !important;
  /* 160px */
  min-height: 7.813rem;
  /* 125px */
  object-fit: cover;
}

.img-chat-3grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr !important;
  ;
  grid-gap: 5px;
  align-items: stretch;
  justify-items: center;
}

.img-chat-3grid img {
  /* max-width: 100%; */
  max-width: 7.813rem;
  /* 125px */
  max-height: 7.813rem;
  /* 125px */
  /* width: 100%;
    height: 100%; */
  width: 10rem !important;
  /* 160px */
  height: 10rem !important;
  /* 160px */
  min-height: 7.813rem;
  /* 125px */
  object-fit: cover;
}

.imgs {
  /* max-width: 100%; */
  max-width: 10rem !important;
  /* 160px */
  max-height: 10rem !important;
  /* 160px */
  /* width: 100%;
    height: 100%; */
  width: 10rem !important;
  /* 160px */
  height: 10rem !important;
  /* 160px */
  min-height: 10rem !important;
  /* 160px */
  object-fit: cover;
  margin: 0 0.125rem;
}

.merchat-name-navbar {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

.user-name-navbar {
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.chat-list-attach-label-unread {
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px;
  color: #000 !important;
}

.chat-list-attach-label {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  color: #999 !important;
}

.chat-unread-number {
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 16px;
  color: #fff;
  background-color: #2196F3;
  min-width: 16px;
  min-height: 16px;
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  border-radius: 50%;
}

.chat-list-attach-ic {
  font-size: 0.75rem !important;
  color: #ccc !important;
}

.chat-btn-del-img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}

.chat-btn-del-img:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8);
}

.chat-btn-del-img-icon {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
}

.logo-gochat-beta-sm {
  width: 32px !important;
  height: 28px !important;
  object-fit: contain;
}

.logo-gochat-beta {
  min-width: 100px !important;
  width: auto !important;
  height: 28px !important;
  object-fit: contain;
}

.note-message-label {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20px;
  color: #515151 !important;
}

.note-message-upload-hint {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 20px;
  color: #999;
}

.note-message-input {
  min-height: 130px;
  height: 100%;
  max-height: 130px;
}

.dropbtn-hover-menu {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-hover-menu {
  position: relative;
  display: inline-block;
}

.dropdown-hover-menu-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-hover-menu-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-hover-menu-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-hover-menu:hover .dropdown-hover-menu-content {
  display: block;
}

.dropdown-hover-menu:hover .dropbtn-menu {
  background-color: #3e8e41;
}

.tab-active {
  color: #1F77CF !important;
  fill: #1F77CF !important;
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.tab-hover {
  color: #515151 !important;
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.tab-normal {
  color: #BFBFBF;
  fill: #BFBFBF;
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.mn-outer {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mn-block {
  height: 50%;
}

.mn-block-1 {
  background-color: red;
  resize: vertical;
  /* resize vertical */
  overflow: auto;
  /* resize works for overflow other than visible */
}

.mn-block-2 {
  background-color: green;
  flex: 1;
  /* adjust automatically */
  min-height: 0;
  overflow: hidden;
  /* hide overflow on small width */
}

.mn-slider {
  text-align: center;
  letter-spacing: 10px;
  background-color: #dee2e6;
  cursor: row-resize;
  user-select: none;
  /* disable selection */
}

.message-action {
  width: 100%;
  text-align: center;
  border-bottom: 0.25px solid #DDDDDD;
  line-height: 0.1em;
  margin: 15px 0 15px;
}

.message-action span {
  background: #fff;
  padding: 0 20px;
  font-family: 'Sarabun', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #DDDDDD;
}

.popper {
  width: 235px;
  max-width: 235px;
}

.tag-customer {
  width: fit-content;
  height: 21px;
  border-radius: 3px;
  /* padding: 6px; */
}

/* .tag-customer:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    gap: 4px;
} */

.tag-customer-label {
  font-size: 9px;
  /* line-height: 8px; */
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;

  background: #FFC063;
  border-radius: 3px;
}

.tags-customer {
  height: 21px;
}

.tag-customer-add-btn {
  font-size: 10px;
  /* line-height: 10px; */
  color: #686A6C;

  /* padding: 6px; */
  /* gap: 5px; */

  background: #DFDFDF;
  border-radius: 3px;

  height: 21px;
  width: 21px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-customer-add-btn:hover {
  color: #686A6C;
  background: #DFDFDF;
  cursor: pointer;
}

.tag-customer-remove-btn {
  cursor: pointer;
}

.tag-label {
  font-size: 9px;
  line-height: 21px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px;
  background: #FFC063;
  border-radius: 3px;
}

.navbar-48 {
  height: 48px;
}

.message-chat-contain {
  height: 100%;
  min-height: 8.438rem;
  /* 135px */
  max-height: 8.438rem;
  /* 135px */
  padding: 15px 20px 0 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow-y: auto !important;
}

.message-chat-input {
  width: 100%;
  height: 100%;
  min-height: 4.8rem;
  max-height: 4.8rem;
  padding: 0;
  border: none;
  margin-bottom: 0.188rem;
  /* 3px */
  vertical-align: top;
  text-align: left;
  resize: none !important;
  color: #515151;
  font-size: 0.813rem;
}

.message-chat-input::placeholder {
  color: #BFBFBF;
  font-size: 0.813rem;
}

.message-chat-input:focus {
  outline: none;
}

.img-assigned-user {
  width: 1.25rem !important;
  /* 20px */
  height: 1.25rem !important;
  /* 20px */
  border-radius: 1.25rem;
  /* 20px */
  object-fit: cover;
}

.filter-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #515151;
}

.filter-label-clear {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  color: #9999A6;
}

/* \Emoji style */
.card-create-order .form-row .form-group label {
  color: #515151;
}

.btn-payment-method {
  color: #BFBFBF;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}

.btn-payment-method:focus {
  outline: none
}

.btn-payment-method.active {
  color: #0277bd;
  background-color: #e1f5fe;
  border-color: #039be5;
  border: 1px solid;
  width: 100%;
  box-shadow: none !important;
}

img.thumb32,
.vuetable td img.thumb32,
table td img.thumb32 {
  height: 32px;
  width: 32px;
  object-fit: cover;
  border-radius: 3px;
  border: 0.5px solid #ddd;
}

.thumb43 {
  height: 43px;
  width: 43px;
  border-radius: 5px;
  object-fit: cover;
  border: 0.5px solid #ddd;
}

.card-product {
  border-width: 0 !important;
  padding: 12px 14px;
}

.card-product:not(.card-product--empty) {
  box-shadow: none !important;
  border-radius: 0 !important;
  display: grid;
  grid-template-columns: 30px auto 200px;
  grid-column-gap: 15px;
}

.card-product-img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
}

.title-customer-info {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.label-customer-info {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.btn-regular-text {
  font-weight: 400 !important;
}

.wrapper-tags {
  /* display: grid;
    grid-template-columns: min-content auto min-content;
    gap: 10px;
    grid-auto-rows: 21px; */

  /* grid-auto-flow: column;
    grid-auto-rows: 21px;
    gap: 10px; */

  display: inline-block;
  width: 100%;
}

.wrapper-tags-two {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 10px;
  grid-auto-rows: 21px;

  /* grid-auto-flow: column;
    grid-auto-rows: 21px;
    gap: 10px; */
}

/* .wrapper-tags div:nth-child(2) {
    grid-auto-flow: column;
}

.wrapper-tags div:nth-child(5) {
    grid-auto-flow: column;
} */

.container-customer-footer {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 438px;
  right: 0;
  padding: 1.25rem;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
  display: flex;
  background: #fff;
}

/* \Emoji style */
.bg-fafafa {
  background-color: #fafafa;
}

.text-bfbfbf {
  color: #bfbfbf;
}

.text-slate-200 {
  color: #BEC2C6;
}

.input-group-xs>.form-control:not(textarea),
.input-group-xs>.custom-select {
  height: calc(23px + 2px);
}

.input-group-xs>.input-group-prepend>.btn,
.input-group-xs>.input-group-append>.btn {
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 23px;
  border-radius: 0.125rem;
}

.input-group-xs .dropdown-toggle::after {
  margin-left: 2px;
  vertical-align: baseline;
}

.ellipsis {
  text-overflow: ellipsis;
}

.text-time-hover {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

/* \Emoji style */

.card-order-history {
  border: 0.5px solid #DDDDDD !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 15px;
}

.frequently-list {
  padding: 0.938rem !important;
}

.frequently-list-text {
  /* padding: 0.938rem !important; */
  word-break: break-word;
}

.frequently-list:hover {
  background-color: #F5F6F7;
}

.frequently-list-text:hover {
  cursor: pointer;
}

.select2-dropdown {
  z-index: 9999 !important;
}

/* span.select2-container .tags-layout .select2-dropdown--below .select2-results {
    z-index: 9999 !important;
} */

.btn-outline-addtags {
  color: #2196F3 !important;
  background-color: transparent;
  background-image: none;
  border-color: #2196F3;
}

.btn-outline-addtags:hover {
  color: #2196F3;
  background-color: rgba(60, 195, 255, 0.2);
  border-color: #2196F3;
}

.btn-outline-addtags.disabled,
.btn-outline-addtags:disabled {
  color: #2196F3;
  background-color: transparent;
}

.btn-outline-addtags:not([disabled]):not(.disabled):active,
.btn-outline-addtags:not([disabled]):not(.disabled).active,
.show>.btn-outline-addtags.dropdown-toggle {
  color: #2196F3;
  background-color: rgba(60, 195, 255, 0.2);
  border-color: #2196F3;
}

.header-title-product-details {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.header-label-product-details {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.search-text-input {
  border: 1px solid #ddd;
}

.search-text-input::placeholder {
  color: #BFBFBF;
}

.text13-normal {
  font-size: 13px;
  font-weight: 400;
}

input::placeholder {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #999 !important;
}

textarea {
  resize: none !important;
}

textarea::placeholder {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Sarabun', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #999 !important;
}

/* \Emoji style */
#product-search .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: 100% !important;
  padding: 0.425rem 0 0.425rem 6px !important;
  margin-top: 0 !important;
}

.card-create-order .form-row .form-group label.validation-invalid-label,
.card-create-order .form-row .form-group label.validation-valid-label {
  color: #F44336;
}

.btn-normal-font {
  font-family: "Sarabun", sans-serif !important;
  font-weight: 400;
}

.contain-chat-list {
  height: 100%;
  min-height: 100%;
  /* max-height: calc(100vh - 48px - 93px - 66px); */
  overflow-x: hidden;
  /* \\\Select2 multiple tag */
}

.select2-tag.multi-color .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #333;
}

.checkbox-in-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #eee !important;
  color: #333 !important;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: inherit !important;
  padding: 0 !important;
  color: #fff;
  position: relative;
}

#tags-search .list-item.templateselect {
  text-align: center;
  vertical-align: middle;
  padding: 0.3125rem 1.255rem 0.3125rem 0.475rem;
  /* gap: 5px; */
  border-radius: 3px;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.35rem 0.3rem;
  align-items: center;
  min-height: 32px !important;
}

#tags-search .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  top: 1px;
}

/* customer-search-tags*/
#tags-customer-search .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: inherit !important;
  padding: 0 !important;
  color: #fff;
  position: relative;
  /* margin-top: 0 !important; */
}

#tags-customer-search .list-item.templateselect {
  text-align: center;
  vertical-align: middle;
  padding: 6px 20px 6px 6px;
  gap: 5px;
  border-radius: 3px;
}

#tags-customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.35rem 0.1rem 0.3rem;
  align-items: center;
}

#tags-customer-search .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
  top: 3px;
}

#tags-customer-search .select2-container .select2-selection--multiple {
  min-height: 36px;
}

.loading:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  border-radius: .28571429rem;
  z-index: 100;
}

.loading:after {
  position: absolute;
  content: '';
  top: 30%;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loading-small:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .8);
  width: 100%;
  height: 100%;
  border-radius: 0.28571429rem;
  z-index: 100;
}

.loading-small:after {
  position: absolute;
  content: '';
  top: 30%;
  left: calc(50% - 1.5em);
  width: 2em;
  height: 2em;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .1);
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.tags-layout .select2-results {
  min-height: 50px;
}

.tags-layout .select2-results:first-child>.select2-results__options {
  padding-top: 0px;
}

.select2-dropdown.tags-layout.tags-zindex {
  z-index: 1071;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-sm {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #3c8dbc;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}


#customer-search .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  display: none;
}

.img-circle-cover {
  object-fit: cover !important;
}

.image-chat-form {
  width: fit-content;
  height: fit-content;
}

.vuetable button.ui.button {
  padding: 0.5em 0.5em;
  font-weight: 400;
}

.vuetable button.ui.button i.icon {
  margin-right: 0px !important;
}

.ui.grid.toolbar {
  padding-bottom: 10px;
}

.modal-header {
  border-radius: 0 !important;
  height: 48px !important;
}

/* .thai-address-input .suggestion-list {
    margin-top: 1px;
    position: absolute;
    z-index: 100000;
    min-width: 185px !important;
    max-width: 185px !important;
    width: 100%;
    overflow-y: scroll;
    max-height: 150px !important;
} */

.dropdown-assignees {
  width: 15rem;
  overflow-x: hidden;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow-y: auto !important;
  height: 100% !important;
  max-height: 12.5rem !important;
}

.txt-mention-ig-story-left {
  font-weight: 500 !important;
  text-decoration: underline !important;
  color: #2196F3 !important;
  cursor: pointer !important;
}

.txt-mention-ig-story-right {
  font-weight: 500 !important;
  text-decoration: underline !important;
  color: #fff !important;
  cursor: pointer !important;
}

.txt-mention-ig-story-customer {
  font-weight: 500 !important;
}

.datatable-footer .dataTables_paginate {
  float: none;
  text-align: left;
  margin: 0;
}

.datatable-footer .dataTables_paginate .VuePagination nav {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.datatable-footer .dataTables_paginate .VuePagination nav .VuePagination__count {
  margin: 0;
  margin-right: 20px;
  flex: 1 1 auto;
}

/*  , */
.datatable-footer .dataTables_paginate .VuePagination nav .pagination .page-item {
  margin-left: .125rem;
}

.datatable-footer .dataTables_paginate .VuePagination nav .pagination .page-item .page-link {
  border: 0;
  border-radius: .25rem;

}

.datatable-footer .dataTables_paginate .VuePagination nav .pagination .page-item.active .page-link:hover {
  color: #fff;
}

.datatable-footer .dataTables_paginate .VuePagination nav .pagination .page-item.disabled:hover {
  cursor: default;
}

.popover {
  min-width: 260px !important;
}

h3.popover-header {
  padding: 5px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  font-size: 13px;
  text-align: left;
}

.popover-body {
  padding: 0 0.9375rem 0.9375rem 0.9375rem !important;
  color: #333;
}

.popper {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%) !important;
}

.popper-content-tag .form-group {
  margin-top: 10px;
}

.popper-content-tag {
  background-color: #fff;
  color: #515151;
  text-align: left;
  padding: 0 15px 15px 15px;
  font-size: 14px;
  font-weight: normal;
  border: 1px #ebebeb solid;
  z-index: 9999;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 10%);
  width: 213px;
  white-space: normal;
  top: -3px !important;
  left: 0px;
}

.popper-content-tag[x-placement^="top"] .popper__arrow {
  border-width: 5px 5px 0 5px;
  border-color: #fafafa transparent transparent transparent;
  bottom: -5px;
  margin-top: 0;
  margin-bottom: 0;
}

.popper-content-tag .popper__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.popper-content-tag .form-group {
  margin-top: 10px;
}


.bg-F44336 {
  background-color: #F44336;
}

.text-F44336 {
  color: #F44336;
}

.cool-lightbox .cool-lightbox__slide img {
  min-width: 70vw;
  min-height: 70vh;
  object-fit: contain;
  box-shadow: none !important;
}

/* .cool-lightbox-toolbar__btn[title="Play slideshow"] {
    display: none !important;
}

.cool-lightbox-toolbar__btn[title="Show thumbnails"] {
    display: none !important;
}

.cool-lightbox-toolbar__btn[title="Fullscreen"] {
    display: none !important;
} */

.thai-address-input .suggestion-list {
  margin-top: 1px;
  position: absolute;
  right: 0;
  z-index: 1000;
  min-width: 190px !important;
  /* max-width: fit-content !important; */
  width: 100%;
  overflow-y: scroll;
  /* height: 130px !important; */
  max-height: 130px !important;
}

.form-control-border-danger {
  border: 1px solid;
  border-color: #F44336 !important;
  border-radius: 0.1875rem;
}

.select2-border-danger .select2-selection {
  border: 1px solid;
  border-color: #F44336 !important;
  border-radius: 0.1875rem;
}

.order-status .badge {
  min-width: 70px;
  text-align: center;
}

.text-placeholde-filter {
  color: #515151;
}

#search-message-all .form-control:focus {
  border-color: transparent !important;
}

.btn.dropdown-select-page:hover {
  box-shadow: 0 0 0 62.5rem #fafafa inset !important;
}

.chat-like {
  width: 2rem !important;
  height: 2rem !important;
  object-fit: contain !important;
}

.chat-sticker {
  width: 6rem !important;
  height: 6rem !important;
  object-fit: contain !important;
}

.chat-text-emoji-line {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain !important;
}

.chat-emoji-line {
  display: inline-block;
  width: 1em !important;
  height: 1em !important;
  min-width: 0.938rem;
  min-height: 0.938rem;
  object-fit: contain !important;
  margin: 0 0.075em !important;
}

.chat-all-emoji-line {
  width: auto !important;
  height: auto !important;
  max-width: 185px !important;
  max-height: 160px !important;
  object-fit: contain !important;
}

.chat-sticker-line {
  min-width: 120px !important;
  min-height: 120px !important;
  width: auto !important;
  height: auto !important;
  max-width: 185px !important;
  max-height: 160px !important;
  object-fit: contain !important;
}

.chat-big-sticker-line {
  min-width: 80px !important;
  min-height: 524px !important;
  width: 240px !important;
  height: 240px !important;
  max-width: 396px !important;
  max-height: 660px !important;
  object-fit: contain !important;
}

.chat-animated-sticker-line {
  width: 320px !important;
  height: 270px !important;
  object-fit: contain !important;
}

.chat-search-keyword-border-left {
  border: 1px solid #ddd;
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.chat-search-keyword-border-right {
  border: 1px solid #ddd;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.chat-search-keyword-count {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #515151 !important;
}

.chatlist-search-filter-border-left {
  border: 1px solid #ddd;
  /* border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; */
}

.chatlist-search-filter-border-right {
  border: 1px solid #ddd;
  /* border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; */
}

.typing-loader {
  width: 0.375rem;
  /* 6px */
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 0.688rem 0 #BFBFBF, -0.688rem 0 #666;
    background: #BFBFBF
  }

  33% {
    box-shadow: 0.688rem 0 #BFBFBF, -0.688rem 0 #666;
    background: #666
  }

  66% {
    box-shadow: 0.688rem 0 #666, -0.688rem 0 #BFBFBF;
    background: #666
  }

  100% {
    box-shadow: 0.688rem 0 #666, -0.688rem 0 #BFBFBF;
    background: #BFBFBF
  }
}

.box-typing-loader {
  width: 2.75rem;
  /* 44px */
  height: 1.813rem;
  /* 29px */
  border-radius: 1.25rem;
  /* 20px */
  background-color: #EEEEEE !important;
}

.box-more-admin {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DFDFDF;
}

.box-more-admin span {
  font-size: 8px;
  font-weight: 500;
  color: #686A6C;
}

.media-link-preview-chatbox {
  max-width: 300px !important;
  padding: 0.75rem 0 !important;
}

.media-link-preview-img {
  max-width: 300px !important;
}

.media-link-preview-textbox {
  margin: 0.75rem;
  min-height: 20px;
}

.media-link-preview-title {
  font-size: .9375rem !important;
  /* 15px */
  font-weight: 500 !important;
}

  .circle-icon-file {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e4e4e4;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .title-file-upload-name {
    font-weight: 600;
  }

  .title-file-upload-size {
    color: #666;
  }

  .box-contain-disconnected-page-warning {
    display: flex;
    flex-direction: row;
    border: 1px solid #F55246;
    border-radius: 3px;
  }

  .box-contain-disconnected-page-warning .contain-red {
    display: flex;
    background-color: #F55246;
    align-items: center;
    justify-content: center;
    min-width: 50px;
  }

  .box-contain-disconnected-page-warning .contain-lighter-red {
    display: flex;
    padding: 14px 20px;
    background-color: #FDE1DF;
  }

  .box-contain-disconnected-page-warning .contain-lighter-red span {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #812721;
    word-wrap: break-word;
    white-space: wrap;
    text-overflow: clip;
    padding: 0 1px;
  }
  .box-chat-near-expire {
    background-color: #FFE8E1;
    border-radius: 3px;
    padding: 15px 20px;
  }

  .box-chat-near-expire .text-warning {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #FF7B52;
  }

  .box-chat-near-expire .text-warning-icon {
    font-size: 16px !important;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    color: #FF7B52;
  }

  .box-chat-near-expire .text-warning-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #FF7B52;
    text-decoration: underline;
  }

  .box-chat-near-expire .text-warning-link:hover {
    cursor: pointer;
  }

  .box-chat-expire {
    background-color: #FDE1DF;
    border-radius: 3px;
    padding: 15px 20px;
  }

  .box-chat-expire .text-warning {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #F55246!important;
  }

  .box-chat-expire .text-warning-icon {
    font-size: 16px !important;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    color: #F55246;
  }

  .box-chat-expire .text-warning-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #F55246;
    text-decoration: underline;
  }

  .box-chat-expire .text-warning-link:hover {
    cursor: pointer;
  }

.box-contain-unlink-page-warning {
  display: flex;
  flex-direction: row;
  border: 1px solid #2196F3;
  border-radius: 3px;
}

.box-contain-unlink-page-warning .contain-blue {
  display: flex;
  background-color: #339EF4;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}

.box-contain-unlink-page-warning .contain-lighter-blue {
  display: flex;
  padding: 14px 20px;
  background-color: #DBEEFD;
}

.box-contain-unlink-page-warning .contain-lighter-blue span {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #114E7E;
  word-wrap: break-word;
  white-space: wrap;
  text-overflow: clip;
  padding: 0 1px;
}

.box-page-list-dropdown {
  max-height: 36vh !important;
  overflow-y: auto;
}

.box-each-page-list {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}

.span-some-url {
  margin: 0 0.75rem !important;
}

.span-all-emoji {
  font-size: 2rem !important;
}

.span-some-emoji {
  font-size: 0.813rem;
}

.unknow-icon-msg-contain {
  width: 16px;
  height: 16px;
}

.unknow-icon-msg {
  font-size: 16px;
  color: #F44336;
}

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

.list-group-flush .list-group-item:last-child {
  margin-bottom: 0 !important;
}

.list-group-flush:first-child .list-group-item:first-child {
  margin-bottom: 0 !important;
}

.warning-contain-bg-DBEEFD {
  background-color: #DBEEFD !important;
  border-radius: 3px !important;
  color: #2196F3 !important;
}

.text-2196F3 {
  color: #2196F3 !important;
}

.daterangepicker .btn-clear {
  background-color: #00BCD4 !important;
  color: #fff;
}

.pointer-cursor {
  cursor: pointer;
}

#alertdeletionfbpagemodal .modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%,0)scale(1);
  transform: translate(100%,0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content{
  border: 0;
}

.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}

#alertdeletionfbpagemodal .modal-dialog-slideout .modal-header h5 {
  float:left;
  color:blue;
}

.border-color-fafafa{
  border-color: #00000020;
}

.no-drag {
  pointer-events: none !important;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bg-warning-FF7B52 {
    background-color: #FF7B52;
}

.bg-warning-line{
    background-color: #FFE8E1 !important;
    color: #885533 !important;
    border-color: #ff7043;
}