.ck-editor__editable,
textarea {
  min-height: 150px;
}

.datatable {
  width: 100% !important;
}

.page-item.active .page-link {
  background-color: #007bff; /* biru Bootstrap */
  border-color: #007bff;
  color: #fff;
}

.dataTables_paginate > ul > li.active > a {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
  margin-bottom: 0.333em;
  margin-top: 0.2rem;
}

.dataTables_filter {
  margin-right: 0.2rem;
}

.dt-buttons .btn {
  margin-left: 0.333em;
  border-radius: 0;
}

.table.datatable {
  box-sizing: border-box;
  border-collapse: collapse;
}

table.dataTable thead th {
  border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #c8ced3;
}

.select2 {
  max-width: 100%;
  width: 100% !important;
}

.select2-selection__rendered {
  padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
  display: block !important;
}

.btn-info,
.badge-info {
  color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none;
}

.sidebar .nav-item {
  cursor: pointer;
}
/* .nav-dropdown.open > .nav-link,
.nav-dropdown .nav-link.active {
  background-color: #4e73df; 
  color: #fff;
}

.nav-dropdown.open > .nav-link::after {
  transform: rotate(90deg);
} */

/* Indentasi child menu */
.nav-dropdown-items .nav-link {
  padding-left: 2rem;
  font-size: 14px;
}

/* Ganti bullet (—) dengan sedikit warna */
.nav-dropdown-items .nav-link::before {
  content: "›";
  margin-right: 8px;
  color: #999;
}

.btn-default {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

.btn-default:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.searchable-title {
  font-weight: bold;
}
.searchable-fields {
  padding-left: 5px;
}
.searchable-link {
  padding: 0 5px 0 5px;
}
.searchable-link:hover {
  cursor: pointer;
  background: #eaeaea;
}
.select2-results__option {
  padding-left: 0px;
  padding-right: 0px;
}
#upload_image_poster {
  position: relative;
  top: 10px;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
}
#upload_image_header {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
}
#program-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  width: 100%;
  height: 250px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  cursor: pointer;
}
#program-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
#program-card-header-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#program-card img {
  flex-shrink: 0;
  width: 90%;
}
#program-name {
  font-weight: bold;
  font-size: medium;
  margin-left: 15px;
  margin-top: 5px;
  color: rgb(33, 141, 136);
}
#program-period {
  font-weight: normal;
  font-size: smaller;
  margin-left: 15px;
  margin-top: -20px;
  color: rgb(33, 141, 136);
}
#program-transaction-range {
  float: right;
  font-weight: bold;
  font-size: small;
  margin-right: 15px;
  margin-top: 15px;
  color: rgb(33, 141, 136);
}
#program-transaction-range::before {
  font-family: FontAwesome;
  content: "\f0d6 ";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: rgb(33, 141, 136);
}
#program-prize-list-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  padding-bottom: 10px;
}
#program-prize-list-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  background-color: #f5f5f5;
}
#program-prize-list-container::-webkit-scrollbar {
  height: 6px;
  background-color: #f5f5f5;
}
#program-prize-list-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(33, 141, 136);
}
#program-prize-list-card {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#program-prize-list-content {
  display: flex;
  justify-content: center;
}
#upload-image-prize {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#upload-image-prize-update {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#upload-store-img {
  position: relative;
  display: inline-block;
  width: 300px;
  line-height: 300px;
  height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#database-content-card {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  /* padding: 25px; */
  align-items: center;
  text-align: center;
  width: 200px;
  height: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  display: block;
}
#database-content-card:hover {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}
#database-content-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#database-content-card #database-content-hover,
#database-content-card #database-content-normal {
  transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
#database-content-card:hover #database-content-normal {
  opacity: 0;
}
#database-content-card:hover #database-content-hover {
  opacity: 1;
}
#database-content-icon {
  margin: 25px;
  font-size: 100px;
  color: white;
}
#database-content-title {
  font-size: 20px;
  margin-top: 10px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
#database-content-list {
  overflow-y: auto;
  white-space: nowrap;
  height: 275px;
}
#database-content-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  background-color: #f5f5f5;
}
#database-content-list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
#database-content-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(0, 130, 182);
}
#database-list-floor {
  background-color: rgb(42, 197, 189);
  color: white;
  cursor: pointer;
  transition: 0.2;
}
#database-list-floor:hover {
  background-color: rgb(252, 161, 42);
}
#database-add-floor {
  background-color: rgb(36, 170, 163);
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: 0.2;
}
#database-add-floor:hover {
  background-color: rgb(199, 128, 35);
}
#database-list-unit {
  background-color: rgb(250, 184, 98);
  color: white;
  cursor: pointer;
  transition: 0.2;
}
#database-list-unit:hover {
  background-color: rgb(230, 55, 55);
}
#database-add-unit {
  background-color: rgb(199, 128, 35);
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: 0.2;
}
#database-add-unit:hover {
  background-color: rgb(202, 48, 48);
}
#database-list-category {
  background-color: rgb(230, 55, 55);
  color: white;
  cursor: pointer;
  transition: 0.2;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 11px 22px 33px 22px;
}
#database-list-category:hover {
  background-color: rgb(42, 197, 189);
}
#database-add-category {
  background-color: rgb(202, 48, 48);
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: 0.2;
}
#database-add-category:hover {
  background-color: rgb(36, 170, 163);
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 5%;
  right: 5%;
  z-index: 3;
  line-height: 60px;
  background-color: #0c9;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}
.my-float {
  margin-top: 21px;
  font-size: 20px;
}

#store-card {
  width: 20%;
  margin: 2%;
  border-radius: 5px;
  background-color: white;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  display: block;
  cursor: pointer;
}

#store-card:hover {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}

#store-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 1px dashed #bbb;
  width: 100%;
}

#store-title {
  font-weight: bold;
  font-size: normal;
  color: rgb(36, 170, 163);
  margin-top: 5px;
  margin-left: 10px;
}
#store-category {
  margin-left: 10px;
  margin-bottom: 10px;
}

#store-location {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: small;
  color: grey;
  font-style: italic;
}

#store-detail-img {
  margin-left: 10px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  width: 150px;
  height: 150px;
}

#store-detail-title {
  font-weight: bold;
  font-size: x-large;
  margin-top: -5px;
  margin-bottom: -10px;
  color: rgb(36, 170, 163);
  float: left;
}

#store-detail-category {
  margin-bottom: 10px;
  margin-top: 5px;
}

#store-detail-location {
  float: left;
  margin-bottom: -5px;
  margin-right: 10px;
  font-size: small;
  color: grey;
  font-style: italic;
}

#store-detail-desription {
  border-top: 1px dashed #bbb;
  padding-top: 5px;
}

#store-front {
  border-top: 1px dashed #bbb;
  padding-top: 10px;
}

#store-front-img {
  margin-top: 5px;
  border-radius: 15px;
  border: 1px dashed #bbb;
  width: 100%;
}

#store-detail-date {
  float: right;
  margin-bottom: -10px;
  font-size: x-small;
  margin-top: -5px;
  margin-right: 0px;
  color: grey;
  font-style: italic;
}

#upload-image-notification {
  position: relative;
  display: inline-block;
  width: 280px;
  line-height: 400px;
  height: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}

.customer-verification-data-card {
  background-color: white;
  height: 80%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.customer-verification-img-card {
  background-color: white;
  height: 80vh;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.customer-verification-title-card {
  font-weight: bold;
  padding-left: 25px;
  padding-top: 15px;
  font-size: larger;
  color: teal;
}

.customer-verification-data-content {
  padding-left: 25px;
  padding-right: 25px;
}

.customer-verification-img-content {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.customer-verification-id-card-img img {
  border-radius: 15px;
  height: auto;
  width: 90%;
}

.customer-verification-face-img img {
  border-radius: 15px;
  height: auto;
  width: 90%;
}

.customer-verification-approve-button {
  cursor: pointer;
  margin-top: 20px;
  background-color: teal;
  height: 45px;
  text-align: center;
  vertical-align: center;
  line-height: 45px;
  font-size: large;
  font-weight: bold;
  color: white;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 99, 124, 0.2);
  transition: 0.2;
}

.customer-verification-approve-button:hover {
  background-color: rgb(2, 156, 156);
}

.customer-verification-reject-button {
  cursor: pointer;
  margin-top: 15px;
  background-color: tomato;
  height: 45px;
  text-align: center;
  vertical-align: center;
  line-height: 45px;
  font-size: large;
  font-weight: bold;
  color: white;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(196, 62, 0, 0.2);
}

.customer-verification-reject-button:hover {
  background-color: rgb(255, 114, 71);
}

.card-revise {
  width: 100%;
  height: 80vh;
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.customer-verify-approve-button {
  cursor: pointer;
  margin-top: 30px;
  background-color: teal;
  height: 35px;
  text-align: center;
  vertical-align: center;
  line-height: 35px;
  font-size: large;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  box-shadow: 5px 5px 10px 0 rgba(0, 99, 124, 0.2);
  transition: 0.2;
}

.customer-verify-approve-button:hover {
  background-color: rgb(2, 156, 156);
}

.customer-verify-reject-button {
  cursor: pointer;
  margin-top: 10px;
  background-color: tomato;
  height: 35px;
  text-align: center;
  vertical-align: center;
  line-height: 35px;
  font-size: large;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  box-shadow: 5px 5px 10px 0 rgba(196, 62, 0, 0.2);
}

.customer-verify-reject-button:hover {
  background-color: rgb(255, 114, 71);
}

.card-revise-title {
  padding-top: 15px;
  padding-left: 20px;
}

.card-revise-content {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

#eventPromo-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  cursor: pointer;
}

#eventPromo-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.expired {
  position: absolute;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: 0.3s;
  background: rgba(43, 43, 43, 0.82);
  overflow: hidden;
  height: 250px;
  width: 95%;
  z-index: 2;
  text-align: center;
  vertical-align: center;
  line-height: 250px;
  color: white;
  font-weight: bold;
  font-size: xx-large;
}

#eventPromo-card-header-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
  width: 100%;
  height: 200px;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#eventPromo-card img {
  flex-shrink: 0;
  width: 100%;
}
#eventPromo-name {
  font-weight: bold;
  font-size: medium;
  margin-left: 15px;
  overflow: hidden;
  /* margin-top: px; */
  color: rgb(33, 141, 136);
}
#eventPromo-period {
  font-weight: normal;
  font-size: smaller;
  margin-left: 15px;
  margin-top: -15px;
  color: rgb(33, 141, 136);
}
#eventPromo-type {
  margin-right: 15px;
  margin-top: 5px;
  float: right;
}

#storePromo-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
  height: 330px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  cursor: pointer;
}
#storePromo-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
#storePromo-card-header-img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
  width: 100%;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#storePromo-card img {
  flex-shrink: 0;
  width: 100%;
}
#storePromo-name {
  font-size: small;
  overflow: hidden;
  margin-top: -3px;
  color: rgb(33, 141, 136);
}
#storePromo-period {
  font-weight: normal;
  font-size: x-small;
  margin-top: -15px;
  color: rgb(95, 95, 95);
}
#storePromo-type {
  margin-right: 15px;
  margin-top: 5px;
  float: right;
}

#storePromo-card-store-img {
  height: 10%;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgb(157, 157, 157);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
}

#storePromo-card-store-img img {
  flex-shrink: 0;
  width: 50px;
}

#storePromo-card-store-name {
  display: inline;
  color: teal;
  font-weight: bold;
}

#eventPromo-gallery-list-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  padding-bottom: 10px;
}
#eventPromo-gallery-list-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  background-color: #f5f5f5;
}
#eventPromo-gallery-list-container::-webkit-scrollbar {
  height: 6px;
  background-color: #f5f5f5;
}
#eventPromo-gallery-list-container::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(33, 141, 136);
}
#eventPromo-gallery-list-card {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#eventPromo-gallery-list-content {
  display: flex;
  justify-content: center;
}
#upload-image-gallery {
  position: relative;
  margin-left: 15%;
  display: inline-block;
  width: 300px;
  line-height: 300px;
  height: 300px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}
#upload-image-gallery-update {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 150px;
  height: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bbb;
  text-align: center;
  background-color: #ddd;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  overflow: hidden;
}

#merchant-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: white;
  width: 100%;
  height: 250px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  cursor: pointer;
}
#merchant-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
#merchant-card-header-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: white;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#merchant-card img {
  flex-shrink: 0;
  width: 90%;
}
#merchant-name {
  font-weight: bold;
  font-size: medium;
  margin-left: 15px;
  margin-top: 5px;
  color: rgb(33, 141, 136);
}

#merchant-period {
  font-weight: normal;
  font-size: smaller;
  margin-left: 15px;
  margin-top: -20px;
  color: rgb(33, 141, 136);
}

.customer-report-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  margin-bottom: 15px;
  width: 100%;
  height: 210px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.customer-report-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.customer-report-card .report-title {
  padding-left: 15px;
  padding-top: 10px;
  color: rgb(64, 139, 197);
  font-weight: bold;
}

.customer-report-card .report-value {
  font-size: xx-large;
  color: rgb(64, 139, 197);
  font-weight: bold;
}

.customer-report-card .report-date {
  color: grey;
  font-style: italic;
  font-size: x-small;
  float: right;
  padding-right: 15px;
  padding-top: 10px;
}

.customer-report-card .report-content {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.customer-report-card .report-content-text {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}

.customer-report-card .report-content-sub {
  font-size: 10px;
}

.customer-waiting-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 25px;
  background-color: rgb(255, 66, 66);
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  box-shadow: 3px 3px 6px 0 rgba(255, 0, 0, 0.398);
  transition: 0.3s;
  line-height: 60px;
  cursor: pointer;
}

.customer-waiting-card:hover {
  box-shadow: 6px 6px 12px 0 rgba(255, 0, 0, 0.398);
}

.customer-waiting-card i {
  color: white;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 40px;
}

.customer-waiting-card p {
  padding-top: 10px;
  padding-left: 10px;
  white-space: normal;
}

.transaction-report-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.transaction-report-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.transaction-sub-report-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(23, 80, 209);
  background: linear-gradient(
    338deg,
    rgba(23, 80, 209, 1) 0%,
    rgba(67, 67, 255, 1) 23%,
    rgba(0, 212, 255, 1) 100%
  );
  margin-bottom: 15px;
  margin-top: -5px;
  width: 100%;
  height: 225px;
  box-shadow: 3px 3px 6px 0 rgba(18, 65, 253, 0.46);
  transition: 0.3s;
}

.transaction-sub-report-card:hover {
  box-shadow: 6px 6px 12px 0 rgba(18, 65, 253, 0.46);
}

.transaction-report-card .title {
  font-weight: bold;
  padding-top: 10px;
  padding-right: 15px;
  color: white;
  float: right;
}

.transaction-report-card .sub-title {
  padding-left: 15px;
  font-size: smaller;
  color: white;
}

.transaction-report-card .content {
  padding-left: 15px;
  margin-top: -20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  color: white;
}

.transaction-unclear-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(209, 23, 23);
  background: linear-gradient(
    338deg,
    rgba(209, 23, 23, 1) 0%,
    rgba(255, 67, 67, 1) 23%,
    rgba(255, 132, 0, 1) 100%
  );
  margin-bottom: 15px;
  margin-top: -5px;
  width: 100%;
  height: 240px;
  box-shadow: 3px 3px 6px 0 rgba(253, 18, 49, 0.46);
  transition: 0.3s;
}

.transaction-unclear-card:hover {
  box-shadow: 6px 6px 12px 0 rgba(253, 18, 49, 0.46);
}

.log-report-card {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.log-report-card:hover {
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.log-report-card .report-title {
  padding-left: 15px;
  padding-top: 10px;
  color: rgb(64, 139, 197);
  font-weight: bold;
}

.log-report-card .report-content {
  padding-top: 10px;
  padding-left: 10px;
  align-items: center;
  text-align: center;
}

.log-report-card .report-sub-card {
  background-color: rgba(0, 156, 204, 0.398);
  padding: 7px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  border-radius: 15px;
}

.log-report-card .report-value {
  font-weight: bold;
  margin-top: 5px;
  color: rgb(0, 90, 86);
  font-size: 30px;
  margin-bottom: -5px;
}

.log-report-card .report-sub {
  font-size: 10px;
}

.log-report-card .sub-title {
  padding-left: 10px;
  padding-top: 10px;
  font-size: smaller;
  color: rgb(0, 90, 86);
}

.log-report-card .content {
  padding-left: 10px;
  margin-top: -20px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: x-large;
  color: rgb(0, 90, 86);
}

.log-report-card .store-rank-card {
  width: 100%;
  background: linear-gradient(
    338deg,
    rgba(23, 80, 209, 1) 0%,
    rgba(67, 67, 255, 1) 23%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.new-cust-card {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(0, 128, 128, 0.419);
  border-radius: 15px;
}

.new-cust-card .sub-title {
  padding-left: 10px;
  padding-top: 10px;
  font-size: smaller;
  color: rgb(0, 90, 86);
}

.new-cust-card .content {
  padding-left: 10px;
  margin-top: -25px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: x-large;
  color: rgb(0, 90, 86);
}

.old-cust-card {
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(128, 23, 0, 0.419);
  border-radius: 15px;
}

.old-cust-card .sub-title {
  padding-left: 10px;
  padding-top: 10px;
  font-size: smaller;
  color: rgb(90, 32, 0);
}

.old-cust-card .content {
  padding-left: 10px;
  margin-top: -25px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: x-large;
  color: rgb(90, 32, 0);
}

.card-summary-content .sub-title {
  padding-left: 20px;
  padding-top: 10px;
  font-size: small;
  color: rgb(0, 90, 86);
}

.card-summary-content .content {
  padding-left: 20px;
  margin-top: -20px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: xx-large;
  color: rgb(0, 90, 86);
}

.request-reminder {
  align-items: center;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(209, 23, 23);
  background: linear-gradient(
    338deg,
    rgba(209, 23, 23, 1) 0%,
    rgba(255, 67, 67, 1) 23%,
    rgba(255, 132, 0, 1) 100%
  );
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 6px 0 rgba(253, 18, 49, 0.46);
  transition: 0.3s;
  cursor: pointer;
}

.request-reminder:hover {
  box-shadow: 6px 6px 12px 0 rgba(186, 0, 25, 0.741);
}

.request-reminder .content {
  color: white;
}

.card-request-reporting {
  height: 57vh;
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.card-request-reporting .title {
  font-weight: bold;
  font-size: large;
}

.card-request-reporting .content {
  margin-top: 10px;
}

.card-customer-not-request-list {
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.card-customer-not-request-list .title {
  font-weight: bold;
  font-size: large;
}

.card-customer-not-request-list .content {
  margin-top: 10px;
  text-align: center;
}

.card-customer-not-request-list .compare-data {
  display: inline;
  font-size: 15px;
  font-weight: bold;
}

.card-customer-not-request-list .compare-data #actual {
  display: inline;
  font-size: 35px;
}

.card-customer-not-request-list .compare-data #total {
  display: inline;
}

.card-customer-not-request-list .compare-data #actual-points {
  display: inline;
  font-size: 35px;
}

.card-customer-not-request-list .compare-data #total-points {
  display: inline;
}
.card-customer-not-request-list .content .other-information {
  color: white;
}

.float-generate {
  position: fixed;
  padding: 5px 20px 5px 20px;
  bottom: 5%;
  right: 5%;
  z-index: 3;
  line-height: 60px;
  font-weight: bold;
  background: linear-gradient(
    338deg,
    rgba(209, 23, 23, 1) 0%,
    rgba(255, 67, 67, 1) 23%,
    rgba(255, 132, 0, 1) 100%
  );
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.customer-list {
  background-color: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
  margin-top: 6px;
  margin-right: 15px;
  margin-left: 5px;
  padding: 10px;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

span.required {
  color: red;
  font-size: 1rem;
  margin-left: 2px;
}

#transaction-detail-amount {
  font-weight: bold;
  margin-top: -5px;
  font-size: xx-large;
}

#transaction-detail-store {
  font-size: large;
}

.filter-card {
  background-color: white;
  width: 100%;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.filter-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

#endDate {
  background-color: white;
  font-weight: bold;
  text-align: center;
}

#startDate {
  background-color: white;
  font-weight: bold;
  text-align: center;
}

#filter {
  align-items: center;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(23, 80, 209);
  background: linear-gradient(
    338deg,
    rgba(23, 80, 209, 1) 0%,
    rgba(67, 67, 255, 1) 23%,
    rgba(0, 212, 255, 1) 100%
  );
  margin-bottom: 10px;
  margin-top: 25px;
  width: 100%;
  padding: 8px;
  color: white;
  font-weight: bold;
  box-shadow: 3px 3px 6px 0 rgb(23, 80, 209, 0.46);
  transition: 0.3s;
  cursor: pointer;
}

#showAll {
  align-items: center;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgb(209, 23, 23);
  background: linear-gradient(
    338deg,
    rgba(209, 23, 23, 1) 0%,
    rgba(255, 67, 67, 1) 23%,
    rgba(255, 132, 0, 1) 100%
  );
  width: 100%;
  padding: 8px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 3px 3px 6px 0 rgba(253, 18, 49, 0.46);
  transition: 0.3s;
  cursor: pointer;
}

.store-transaction-rank-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.store-transaction-rank-title {
  font-weight: bold;
  font-size: 25px;
  margin-top: -5px;
  margin-bottom: 15px;
}

.store-transaction-rank-card .content {
  border-bottom: 1px dashed #bbb;
}

.store-transaction-rank-card .content img {
  height: 80px;
  width: 80px;
  margin: 8px;
  border-radius: 8px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.store-rank-store-name {
  font-weight: bold;
  font-size: x-large;
  padding-top: 10px;
}

.store-rank-amount {
  font-weight: bold;
  font-size: larger;
  padding-top: 5px;
}

.store-rank-text {
  font-weight: bold;
  font-size: 40px;
  padding-right: 20px;
  margin-top: 15px;
  float: right;
}

.customer-rank-report-card {
  background-color: white;
  width: 100%;
  border-radius: 15px;
  margin-top: 320px;
  padding: 15px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.customer-rank-report-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.customer-rank-card {
  width: 100%;
  background: linear-gradient(
    338deg,
    rgba(23, 80, 209, 1) 0%,
    rgba(67, 67, 255, 1) 23%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.store-name {
  margin-left: 14%;
  margin-right: 7%;
  font-weight: bold;
  text-align: center;
  color: white;
  box-shadow: 3px 3px 6px 0 rgb(0 0 0 / 20%);
  font-size: 3.1vw;
}

.qr-code-content {
  top: 13%;
  width: 100%;
  position: absolute;
}

.qr-code {
  position: relative;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
