/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
:root {
  --menu-width: 290px;
}

.printBox {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.printBox_btn:not(:first-child) {
  margin-left: 1.5rem;
}

.setNumberPageWhenWrint {
  display: table;
  counter-increment: page;
  width: 100%;
}
.setNumberPageWhenWrint_main {
  display: table-footer-group;
  counter-increment: page;
}
.setNumberPageWhenWrint_main::after {
  counter-increment: page;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 0 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
}

.bg-logo {
  background-image: url(/images/logo-2023.png?1b02eaa189c5a8f0d41c64d9b7dbee2f);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 155px;
}

.main-menu .navbar-header {
  height: 75px;
  margin-top: 0.25rem !important;
  display: flex;
  width: var(--menu-width);
}
.main-menu .navbar-header .navbar-brand {
  margin-top: 0 !important;
}
.main-menu .navbar-header .navbar-brand .brand-text {
  color: #009444;
}
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: none;
}
.main-menu .navbar-header .navbar-brand .brand-logo .logo-full {
  padding-left: 10px;
}
.main-menu ul {
  align-items: center;
  width: 100%;
}
.main-menu .menu-content {
  padding-left: 10px !important;
}
.main-menu.menu-light .navigation > li ul li ul > li.has-sub {
  margin-right: 0;
}
.main-menu.menu-light .navigation > li ul li ul li.nav-item a {
  padding-left: 20px;
  margin-left: 0;
}
.main-menu .menu-light .navigation .navigation-header {
  margin: calc(1rem + 0.286rem) 0 0.8rem 2.2rem !important;
}
.main-menu .navigation form .btn {
  font-size: 1.1rem;
  margin: 0 15px;
  color: #625f6e;
  padding: 10px 15px 10px 15px;
  line-height: 1.45;
  font-weight: normal;
}
.main-menu .navigation form .btn .feather {
  height: 20px;
  width: 20px;
  font-size: 1.45rem;
  margin-right: 1.1rem;
  flex-shrink: 0;
}

.menu-collapsed .main-menu:not(.expanded) .item-switch-user {
  display: none;
}
.menu-collapsed .main-menu:not(.expanded) .brand-logo .logo-full {
  display: none;
}
.menu-collapsed .main-menu:not(.expanded) .navigation > li > a svg {
  margin-left: 0.7rem;
}
.menu-collapsed .main-menu.expanded {
  width: var(--menu-width) !important;
}
.menu-collapsed .main-menu.expanded .brand-logo .logo-icon {
  display: none;
}

.menu-expanded .navbar-header .navbar-brand .brand-logo .logo-icon {
  display: none;
}
.menu-expanded.vertical-layout.vertical-menu-modern .main-menu {
  width: var(--menu-width);
}

.user-nav-wrapper {
  padding: 0.35rem 1rem 0.3rem 1.64rem;
}
.user-nav-wrapper .user-name {
  font-weight: bold;
}
.user-nav-wrapper form {
  margin-left: auto;
}
.user-nav-wrapper form button {
  padding-left: 10px;
  padding-right: 10px;
}

#tableProducts {
  min-width: 800px;
  overflow: hidden;
}

#tableCustomers, #tableHistory, .tableLogs, #tableCPN {
  min-width: 945px;
}

#tableReport {
  padding-bottom: 10px;
}
#tableReport::-webkit-scrollbar {
  background-color: #fff;
  height: 7px;
}
#tableReport::-webkit-scrollbar-thumb {
  background-color: #adb5bd;
  border-radius: 1000px;
  -webkit-box-shadow: inset 0 0 6px #fff;
}
#tableReport::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
  background: transparent;
}

.form-reward [data-repeater-list] {
  flex: 1;
}
.form-reward [data-repeater-list] [data-repeater-item]:first-child [data-repeater-delete] {
  display: none;
}
.form-reward [data-repeater-list] .ri-del {
  min-width: 44px;
}
.form-reward .ele-qty {
  min-width: 100px;
  width: 100px;
}
.form-reward .ele-product {
  flex: 1;
}
.form-reward .rl-add {
  min-width: 65px;
  width: 65px;
}

table tr td, table tr th {
  padding: 0.5rem !important;
}

.infoCustomers {
  line-height: 1.58;
}
.infoCustomers_item {
  display: flex;
  justify-content: space-between;
  line-height: 1.8em;
}
.infoCustomers_item_label {
  width: 90px;
  font-size: 13px;
  font-weight: bold;
}
.infoCustomers_item_info {
  width: calc(100% - 100px);
}

a.disabled {
  opacity: 0.4;
  cursor: default;
}

.highlightClass {
  font-size: 1rem;
  color: #7367f0;
  font-weight: bold;
}

.requiredClass {
  color: red;
  font-weight: bold;
  font-size: 1rem;
}

.customCSS .dropzone {
  min-height: 50px;
}
.customCSS .dropzone .dz-message {
  font-size: 1rem;
}
.customCSS .dropzone .dz-message:before {
  background-repeat: no-repeat;
  top: calc(50% - 15px);
  left: 15px;
  width: 30px;
  height: 30px;
}

.linkHighlight {
  font-weight: bold !important;
}
.linkHighlight svg {
  margin-right: 5px;
}
.linkHighlight.btn {
  padding: 8px 10px;
}

.actionBoxCustomer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.actionBoxCustomer > * {
  margin-top: 10px;
}
.actionBoxCustomer > *.width100 {
  width: 100%;
  margin-left: 0 !important;
}
.actionBoxCustomer > *:not(:first-child) {
  margin-left: 10px;
}

.notesBox {
  font-size: 0.95rem;
}
.notesBox_title {
  font-style: italic;
  font-weight: bold;
}
.notesBox_notes {
  margin-left: 15px;
}
.notesBox_notes__item:not(:first-child) {
  margin-top: 5px;
}
.notesBox_notes__item:before {
  content: "+";
}

.col-form-label, .col-form-label-lg, .col-form-label-sm {
  font-size: 0.92rem !important;
}

.columnCustom {
  display: flex;
}
.columnCustom_item:not(:first-child) {
  margin-left: 1rem;
}

.dropzone {
  border: 1px dashed #ced4da !important;
  border-radius: 3px;
}
.dropzone .dz-message {
  margin: 0 !important;
}

.spaceChild {
  display: flex;
  flex-wrap: wrap;
}
.spaceChild > * {
  margin: 0.25rem 0;
}
.spaceChild > *:not(:first-child) {
  margin-left: 0.5rem;
}

.searchCPN {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.searchCPN_left {
  width: calc(100% - 166px);
}
.searchCPN_left_row {
  display: flex;
  justify-content: space-between;
}
.searchCPN_left_row_item {
  width: 100%;
}
.searchCPN_left_row_item:not(:first-child) {
  margin-left: 15px;
}
.searchCPN_right {
  width: 151px;
  text-align: right;
}
.searchCPN_right.margin-top-custom {
  margin-top: 23px;
}

.searchWecan {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}
.searchWecan_left {
  width: 100%;
}
.searchWecan_left_row {
  display: flex;
  justify-content: space-between;
}
.searchWecan_left_row_item {
  width: 100%;
}
.searchWecan_left_row_item:not(:first-child) {
  margin-left: 15px;
}
.searchWecan_right {
  flex: 0 0 140px;
  margin-left: 20px;
  text-align: right;
}
.searchWecan_right.margin-top-custom {
  margin-top: 23px;
}

.selectShowSetting {
  display: flex;
  align-items: center;
}
.selectShowSetting_text {
  font-size: 0.9rem;
  width: calc(100% - 60px);
}
.selectShowSetting_select {
  margin-left: 1rem;
  width: 60px;
  position: relative;
}
.selectShowSetting_select select {
  padding: 5px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  color: #678;
}
.selectShowSetting_select select:focus {
  outline: none;
  border: 1px solid #e9ecef;
}

.dropdown-menu .dropdown-item {
  padding: 0.7rem 1.1rem !important;
}

.loading-full {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
}
.loading-full_icon {
  margin: 0 auto;
  text-align: center;
}
.loading-full_progress {
  width: 80%;
  background: #fff;
  padding: 15px 20px 20px;
  margin: 0 auto;
  text-align: center;
}

html body .app-content-custom {
  padding-top: 2rem !important;
}
html .content {
  margin-left: var(--menu-width);
}

.non-padding-right-desktop {
  padding-right: 0 !important;
}

.margin-top-desktop-05 {
  margin-top: 0.5rem;
}

.enable-max-width-768 {
  display: none;
}

.disable-max-width-768 {
  display: block;
}

@media (max-width: 768px) {
  .main-menu .navbar-header .navbar-brand .brand-logo .logo-icon {
    display: none;
  }

  .main-menu.menu-light .navigation-main > .navigation-header:first-child {
    margin-top: 0 !important;
  }

  .enable-max-width-768 {
    display: block !important;
  }

  .disable-max-width-768 {
    display: none !important;
  }

  .margin-top-mobile {
    margin-top: 0.5rem;
  }

  .margin-top-mobile-075 {
    margin-top: 0.75rem;
  }

  .margin-top-desktop-05 {
    margin-top: 0 !important;
  }

  .mb-1 {
    margin-bottom: 0.5rem !important;
  }

  .non-padding-right-desktop {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }

  .btnAddMobile {
    width: 45px;
    height: 45px;
    background: #28c76f !important;
    border-radius: 50%;
    position: fixed;
    top: 65px;
    text-align: center;
    right: 0.75rem;
    line-height: 40px;
    color: #fff;
    font-size: 2rem;
    z-index: 2;
    font-weight: bold;
  }

  .columnCustom {
    flex-wrap: wrap;
  }
  .columnCustom_item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .columnCustom_item:not(:first-child) {
    margin-top: 1rem;
  }

  .searchCPN {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .searchCPN_left {
    width: 100% !important;
  }
  .searchCPN_left_row {
    flex-direction: column;
  }
  .searchCPN_left_row_item {
    margin-left: 0 !important;
  }
  .searchCPN_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .searchCPN_right.margin-top-custom {
    margin-top: 1rem !important;
  }

  .searchWecan {
    flex-wrap: wrap;
  }
  .searchWecan_left {
    width: 100%;
  }
  .searchWecan_left_row {
    flex-wrap: wrap;
  }
  .searchWecan_left_row_item {
    width: 100%;
    margin-left: 0 !important;
  }
  .searchWecan_left_row_item:not(:first-child) {
    margin-top: 1rem;
  }
  .searchWecan_right {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 1.2rem;
    text-align: right;
    align-items: flex-end;
  }

  .header-navbar {
    display: block !important;
    min-height: unset !important;
  }

  .navbar-floating .navbar-container:not(.main-menu-content) {
    padding: 1rem !important;
  }

  .vertical-overlay-menu.menu-open .main-menu {
    top: 0;
  }

  .navbar-floating .navbar-container:not(.main-menu-content) {
    padding: 0.8rem 1rem !important;
  }

  html .content.app-content {
    padding: 4rem 0 0 0 !important;
  }

  .card-header, .card-body {
    padding: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .header-navbar {
    min-height: 40px !important;
  }
  .header-navbar.floating-nav {
    width: 100% !important;
    margin: 0 !important;
  }
}
.disable-action {
  opacity: 0.5;
  pointer-events: none;
}

a {
  color: #0097e8;
}

.swal2-styled.swal2-deny {
  background-color: #82868b !important;
}

.swal2-styled.swal2-confirm {
  background-color: #28c76f !important;
}

.wrong-table {
  grid-template-columns: 1fr auto auto;
}
.wrong-table span {
  border-bottom: 1px solid #c9c9c9;
  padding: 0 10px;
}
.wrong-table span.s {
  text-align: right;
}
.wrong-table span.r {
  color: red;
}

.drop-down-custom {
  position: absolute;
  background-image: url("/images/icons/dropdown.svg");
  background-size: 18px 14px, 18px 14px;
  background-repeat: no-repeat;
  height: 1rem;
  padding-right: 1.5rem;
  margin-left: 0;
  margin-top: 0;
  border-style: none;
  right: 23px;
  top: 13px;
}

.position-relative {
  position: relative;
}

.call-config {
  position: fixed;
  right: 5px;
  top: 140px;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px #aaa;
  padding: 0.5rem;
}
.call-config .navbar-nav {
  gap: 10px;
}
.call-config .form-switch {
  padding-left: 0;
  width: 3rem;
}
.call-config .form-switch .form-check-input {
  margin-left: 0;
}

.chat-config {
  top: 160px;
}

.call-item .btn {
  font-size: 18px;
}
.call-item .btn__name {
  border: 0 !important;
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 0.358rem;
}
.call-item .dropdown-toggle.dropdown-toggle-split:focus {
  box-shadow: none;
  background-color: transparent;
}
.call-item .dropdown-toggle.dropdown-toggle-split:after {
  filter: brightness(0.4);
  background-size: 20px;
}
.call-item .dropdown-menu {
  padding: 0;
}
.call-item svg {
  transform: translateY(-2px);
  margin-left: 3px;
  width: 16px;
  height: 16px;
}
.call-item:hover {
  color: var(--bs-primary);
}

#wrap-status-time {
  width: 52px;
  height: 30px;
  background: linear-gradient(254.56deg, #66D54B 6.49%, #17C653 108.73%);
  box-shadow: 0px 4px 24px rgba(50, 153, 150, 0.25);
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  display: none;
}

#_wrap-customer {
  text-align: center;
  display: none;
  cursor: pointer;
}

#status-time {
  color: #fff;
}

.view-in-iframe .app-content.app-content-custom {
  padding-top: 0 !important;
  padding-right: 0;
  padding-left: 0;
  overflow-x: hidden;
  border-radius: 0;
  box-shadow: none;
  margin-left: 0 !important;
}
.view-in-iframe .drag-target {
  display: none !important;
}
.view-in-iframe .modal-lg, .view-in-iframe .modal-xl {
  max-width: 95% !important;
}

.textarea-auto {
  overflow: hidden;
  resize: none;
  width: 100%;
}

.popover2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover2.active {
  display: block;
}

.dialer2 {
  border-radius: 5px;
  width: 270px;
  padding: 1px;
  left: auto;
  right: 56px;
  position: absolute;
  border: 1px solid #ccc;
}

.dialer2 {
  width: 270px;
}

.popover2 .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.dialer2 .arrow {
  transition: left, 250ms, ease;
  border-bottom: 5px solid #CCC !important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-top: -8px;
}

.dialer2 .arrow {
  left: auto !important;
  right: 53px;
}

.popover2-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
}

.popover2-inner {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dialer2 .popover2-inner {
  background-color: #F7F7F7;
  float: left;
  overflow: visible;
  width: inherit;
  height: inherit;
  border-radius: 3px;
  padding: 5px;
}

.dialer2 .popover2-inner {
  width: 100%;
}

.dialer2 .item {
  border-bottom: 1px solid #E2E2E2;
  height: 35px;
  float: left;
}

.voice-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}

.dialer2 #voice-section #voice-header {
  width: 260px;
  padding-left: 10px;
}

.dialer2 .dialer-title {
  float: left;
  margin-top: 10px;
  height: 15px;
  max-width: 104px;
  line-height: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dialer2 .split {
  float: right;
}

.dialer2 .dropdown {
  position: relative;
}

.dialer2 .availability {
  border-radius: 3px;
  transition: color 100ms;
  background: #FCFCFC;
  border: 1px solid #DDD;
  color: #8C8A8C;
  font-size: 11px;
  float: right;
  max-width: 126px;
  min-width: 70px;
  padding: 5px;
}

.dialer2 .availability .text {
  height: 13px;
  line-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.dialer2 .availability .text.enable {
  padding: 0 3px;
}

.dialer2 #no-calls {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  float: left;
}

.dialer2 #voice-section #no-calls {
  position: relative;
}

.dialer2 .message {
  color: #D5D5D5;
  margin: 15px 0px;
}

.dialer2 .blip {
  float: left;
  border-radius: 4px;
  background: #8C8A8C;
  height: 8px;
  width: 8px;
  margin: 3px 5px 0px 2px;
  transition: background 100ms;
}

.dialer2 .blip.available {
  background: #75A32F;
}

._custom-success {
  background: #28c76f !important;
}
._custom-success svg {
  stroke: white;
  stroke-width: 4;
}
