@import url(https://fonts.googleapis.com/css?family=Nunito);.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1570px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.breadcrumb-pageheader {
  padding: 15px 0;
  margin-top: 20px;
}

.sm-pagetitle--style-1 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #343a40;
  padding-left: 10px;
  border-left: 4px solid #0072ff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
}

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

.box-shadow_book {
  box-shadow: 0.5px 0.5px 0.5px 0.5px #c9c9c9;
}

.responsive_image_book {
  width: 100%;
  max-width: 80px;
  height: auto;
}

.table-striped-rows tr:nth-child(2n) td {
  background-color: #fbfbfb;
}

.table-striped-rows thead {
  background-color: #f1f1f1;
}

.ellipsizeMode_title_book_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 200px;
}

.ellipsizeMode_title_book_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  text-align: left;
  -webkit-box-orient: vertical;
  max-width: 880px;
}

.ellipsizeMode_title_book_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 200px;
}

.borderRight_book {
  border-left: 0.5px solid rgba(213, 213, 213, 0.98);
}

.borderTop_book {
  border-top: 0.5px solid rgba(213, 213, 213, 0.98);
}

.border-left-1 {
  border-left-width: 2px;
  border-left-color: black;
}

.modalHeader .ant-modal-title {
  font-size: 20px;
}

.modalHeader_950 .ant-modal {
  max-width: 1000px;
}

.modalHeader_1100 .ant-modal {
  max-width: 1100px;
}

.modalHeader_1200_2 .ant-modal {
  max-width: 1200px;
}

.modalHeader_1300 .ant-modal {
  max-width: 1300px;
}

.modalHeader_1400 .ant-modal {
  max-width: 1400px;
}

.modalHeader_660 .ant-modal {
  max-width: 660px;
}

.modalHeader_680 .ant-modal {
  max-width: 680px;
}

.modalHeader_460 .ant-modal {
  max-width: 560px;
  margin-top: 14px;
}

.modalHeader_480 .ant-modal {
  max-width: 560px;
  margin-top: 14px;
  margin-left: 200px;
}

.modalHeader_360 {
  max-width: 360px;
  margin: auto;
  top: 250px !important;
}

.modalHeader_880 .ant-modal {
  max-width: 880px;
}

.modalHeader_1200 .ant-modal {
  max-width: 1400px;
}

.btn-primary-gray {
  color: #fff;
  background-color: #898b8e;
  border-color: #898b8e;
}

.btn-primary-green {
  color: #fff;
  background-color: #4bac4d;
  border-color: #4bac4d;
}

.btn-primary-blue {
  color: #fff;
  background-color: #4b5bac;
  border-color: #4b5bac;
}

.btn-primary-blue:hover {
  color: #fff;
  background-color: #4b5bac;
  border-color: #4b5bac;
}

.ant-table-row.ant-table-row-level-0 {
  cursor: pointer !important;
}

.ant-table-expand-icon-col {
  width: 0.5px !important;
}

.ant-table-cell.ant-table-row-expand-icon-cell {
  padding: 0 !important;
  width: 0 !important;
  border: 0 !important;
}

.photoCover {
  margin-right: 20px;
}

@media only screen and (max-width: 1260px) {
  .photoCover {
    margin-bottom: 20px;
  }
}

.card1 {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */

.card1:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */

.container {
  padding: 2px 16px;
}

.ant-card {
  box-shadow: 2px 2px 9px -4px rgba(0, 0, 0, 0.44);
}

.invoicePrint {
  display: flex;
  flex-direction: column;
}

.invoicePrint__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 35px;
  color: #313131;
}

.invoicePrint__subTitle {
  display: flex;
  align-items: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #b2b2b2;
  line-height: 36px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f1f1f1;
}

.invoicePrint__customerInfo__detail {
  display: flex;
}

.invoicePrint__customerInfo__detail_column {
  flex: 1;
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 16px;
  color: #313131;
  text-align: left;
  line-height: 24px;
}

.invoicePrint__orderDetail {
  display: flex;
}

.invoicePrint__orderDetail__column {
  flex: 1;
  font-family: Ariel, Helvetica, sans-serif;
  font-size: 14px;
  color: #313131;
  text-align: left;
  line-height: 20px;
  padding: 5px;
}

.invoicePrint__orderDetail__column.subTotalLabel {
  font-family: Ariel, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #b2b2b2;
  text-align: right;
  line-height: 26px;
}

.invoicePrint__orderDetail__column.subTotal {
  font-family: Ariel, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #313131;
  text-align: right;
  line-height: 26px;
}

.invoicePrint__orderDetail__column.header {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #313131;
  text-align: left;
  line-height: 36px;
  background-color: #f1f1f1;
}

@media print {
  .invoicePrint {
    margin-top: 100px;
  }
}

table.fixed {
  table-layout: fixed;
}

td.truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ant-upload-list .ant-upload-list-item {
  float: left;
  width: 200px;
  margin-right: 8px;
}

.ant-upload-list [class*=-upload-list-rtl] .ant-upload-list-item {
  float: right;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.anticon.anticon-close {
  vertical-align: middle;
}

.row-dragging {
  z-index: 9999;
}

.row-dragging td {
  padding: 16px;
  visibility: hidden;
}

.row-dragging .drag-visible {
  visibility: visible;
}

#section-to-print {
  display: none;
  align-items: center;
  flex-direction: column;
}

.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}

@media print {
  body * {
    visibility: hidden;
  }

  #section-to-print,
  #section-to-print * {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: black;
    visibility: visible;
  }

  #section-to-print-invoice,
  #section-to-print-invoice * {
    visibility: visible;
  }

  #section-to-print {
    position: fixed;
    left: 0;
    top: 0;
  }

  .invoicePrint {
    display: flex;
    padding: 20px;
    flex-direction: column;
  }
}

.ant-table-cell {
  vertical-align: baseline;
}

.ant-avatar > img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.zIndexStatusTable {
  z-index: 0 !important;
}

.reward-image-maker {
  width: 30px;
  height: 30px;
  transition: transform 0.2s;
}

.reward-image-maker:hover {
  transform: scale(2);
}

.reward-image-maker:active {
  transform: scale(2);
}

.custom-ant-autocomplete-input > .ant-select-selector {
  height: 40px !important;
}

.custom-ant-autocomplete-input > .ant-select-selector > .ant-select-selection-item {
  line-height: 40px !important;
  white-space: unset !important;
}

.custom-ant-autocomplete-input > .ant-select-selector > .ant-select-selection-placeholder {
  line-height: 40px !important;
}

.custom-ant-autocomplete-input > .ant-select-selector > .ant-select-selection-search > .ant-select-selection-search-input {
  height: 40px !important;
}

.custom-ant-autocomplete-option > .ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: unset !important;
  text-overflow: unset !important;
}

.button-use-reward {
  border: none;
  background-color: #f37021;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 23px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-input-coupon {
  border: none;
  background-color: #f37021;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 9px 23px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-custom-white > .ant-spin-dot > .ant-spin-dot-item {
  background-color: white !important;
}

.spinner-custom-white > .ant-spin-text {
  color: white !important;
}

@media (max-width: 575px) {
  .button-input-coupon {
    border: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #f37021;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 9px 23px;
    height: 55px;
    width: 100%;
  }

  .button-use-reward {
    border: none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #f37021;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 23px;
    height: 50px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.ant-table-cell-fix-right {
  z-index: 0 !important;
}


/*# sourceMappingURL=app.css.map*/