* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  background: linear-gradient(#ececec, #e6d9aa);
  min-height: 100vh;
  position: relative;
  font-family: "Arial", sans-serif;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
}
header .container {
  position: relative;
}
header #logo {
  width: 303px;
  height: 68px;
  display: block;
  background: url("../images/scandulu-logo.png") no-repeat center/contain;
  text-indent: -9999px;
}
header .logout_btn {
  width: 48px;
  height: 48px;
  background: url("../images/icon_logout.png") no-repeat center/48px;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -9999px;
}
header .notif_btn {
  width: 48px;
  height: 48px;
  background: url("../images/icon_notif.png") no-repeat center/40px;
  display: block;
  position: absolute;
  top: 10px;
  right: 55px;
  text-indent: -9999px;
}

section {
  padding-top: 110px;
  padding-bottom: 100px;
}
section .section_main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .section_main .container .section_menu .box_container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}
section .section_main .container .section_menu .box_container .form_box {
  margin-bottom: 20px;
}
section .section_main .container .section_menu .box_container .form_box span.title {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
}
section .section_main .container .section_menu .box_container .form_box input {
  width: 100%;
  height: 34px;
  display: block;
  border-radius: 6px;
  background: #fff;
  color: #bfbfbf;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}
section .section_main .menu_btn {
  width: calc(100% - 980px);
}
section .section_main .overview_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Performance.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .overview_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/PerformanceActive.png") no-repeat center/32px;
}
section .section_main .overview_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/PerformanceActive.png") no-repeat center/32px;
}
section .section_main .insight_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Insight.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .insight_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/InsightActive.png") no-repeat center/32px;
}
section .section_main .insight_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/InsightActive.png") no-repeat center/32px;
}
section .section_main .transaction_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Transaction.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .transaction_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/TransactionActive.png") no-repeat center/32px;
}
section .section_main .transaction_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/TransactionActive.png") no-repeat center/32px;
}
section .section_main .top_spender_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/TopSpender.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .top_spender_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/TopSpenderActive.png") no-repeat center/32px;
}
section .section_main .top_spender_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/TopSpenderActive.png") no-repeat center/32px;
}
section .section_main .user_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/User.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .user_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/UserActive.png") no-repeat center/32px;
}
section .section_main .user_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/UserActive.png") no-repeat center/32px;
}
section .section_main .user_advanced_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/UserAdvanced.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .user_advanced_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/UserAdvancedActive.png") no-repeat center/32px;
}
section .section_main .user_advanced_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/UserAdvancedActive.png") no-repeat center/32px;
}
section .section_main .user_point_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/UserPoint.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .user_point_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/UserPointActive.png") no-repeat center/32px;
}
section .section_main .user_point_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/UserPointActive.png") no-repeat center/32px;
}
section .section_main .scan_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Scan.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .scan_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/ScanActive.png") no-repeat center/32px;
}
section .section_main .scan_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/ScanActive.png") no-repeat center/32px;
}
section .section_main .scan_details_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/ScanDetail.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .scan_details_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/ScanDetailActive.png") no-repeat center/32px;
}
section .section_main .scan_details_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/ScanDetailActive.png") no-repeat center/32px;
}
section .section_main .customer_source_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/ScanSource.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .customer_source_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/ScanSourceActive.png") no-repeat center/32px;
}
section .section_main .customer_source_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/ScanSourceActive.png") no-repeat center/32px;
}
section .section_main .admin_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Admin.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .admin_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/AdminActive.png") no-repeat center/32px;
}
section .section_main .admin_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/AdminActive.png") no-repeat center/32px;
}
section .section_main .role_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/RoleManagement.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .role_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/RoleManagementActive.png") no-repeat center/32px;
}
section .section_main .role_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/RoleManagementActive.png") no-repeat center/32px;
}
section .section_main .permission_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/Premission.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .permission_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/PremissionActive.png") no-repeat center/32px;
}
section .section_main .permission_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/PremissionActive.png") no-repeat center/32px;
}
section .section_main .term_and_condition_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/TermAndCondition.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .term_and_condition_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/TermAndConditionActive.png") no-repeat center/32px;
}
section .section_main .term_and_condition_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/TermAndConditionActive.png") no-repeat center/32px;
}
section .section_main .activity_log_sidebar_button {
  width: 52px;
  height: 52px;
  display: block;
  background: #fafafa url("../images/sidebar-icon/ActivityLog.png") no-repeat center/32px;
  margin-bottom: 15px;
  border-radius: 16px;
  text-indent: -9999px;
}
section .section_main .activity_log_sidebar_button:hover {
  background: #263137 url("../images/sidebar-icon/ActivityLogActive.png") no-repeat center/32px;
}
section .section_main .activity_log_sidebar_button.active {
  background: #263137 url("../images/sidebar-icon/ActivityLogActive.png") no-repeat center/32px;
}
section .section_main .section_menu {
  width: 980px;
  border-radius: 20px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.5);
}
section .section_main .section_menu .user_profile_header {
  display: flex;
  justify-content: space-between;
  position: relative;
}
section .section_main .section_menu .user_profile_header .export_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100px;
  background-color: #ffe58f;
  color: #613400;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 6px;
}
section .section_main .section_menu .user_profile_header .export_button:hover {
  background-color: #ffd666;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section .section_main .section_menu .user_profile_header .export_button .icon_image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
section .section_main .section_menu .back_button {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  left: -10px;
}
section .section_main .section_menu img {
  width: 24px;
  height: 24px;
}
section .section_main .section_menu .user_info {
  flex-grow: 1;
  margin-left: 20px;
  margin-bottom: 16px;
}
section .section_main .section_menu .user_info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
section .section_main .section_menu .user_details {
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
}
section .section_main .section_menu .user_details .detail_item {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
}
section .section_main .section_menu .user_details .left_details .right_details {
  width: 50%;
}
section .section_main .section_menu .header_section {
  display: flex;
  justify-content: space-between;
}
section .section_main .section_menu .header_section .export_button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100px;
  background-color: #ffe58f;
  color: #613400;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
section .section_main .section_menu .header_section .export_button:hover {
  background-color: #ffd666;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section .section_main .section_menu .header_section .export_button .icon_image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
section .section_main .section_menu .header_section .heder-row {
  display: flex;
  gap: 5px;
}
section .section_main .section_menu h3 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 30px;
}
section .section_main .section_menu .phone_text {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
}
section .section_main .section_menu .point_text {
  display: block;
  font-family: "Helvetica", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
section .section_main h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
section .section_main .date_box {
  border-radius: 8px;
  background: #edf0f7;
  padding: 15px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
section .section_main .date_box span {
  color: #263137;
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  margin-right: 20px;
}
section .section_main .date_box .date_input_box input[type=text] {
  width: 242px;
  height: 34px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  color: #595959;
  text-align: left;
  padding-left: 10px;
  border: none;
  background: #fff url("../images/icon_calendar.png") no-repeat right 10px center/14px;
}
section .section_main .date_box .select_filter select {
  height: 34px;
  padding: 0.5rem;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Arial", sans-serif;
  border: none;
  text-align: left;
  margin-left: 10px;
}
section .section_main .dashboard_overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
section .section_main .dashboard_overview .do_box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}
section .section_main .dashboard_overview .do_box:nth-child(4n) {
  margin-right: 0;
}
section .section_main .dashboard_overview .do_box h4 {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
section .section_main .dashboard_overview .do_box .text_bold {
  font-family: "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
section .section_main .dashboard_overview .do_box .gold_color {
  color: #ad8b00;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
section .section_main .dashboard_overview .do_box .green_color {
  color: #52c41a;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
section .section_main .dashboard_overview .do_box .red_color {
  color: #f5222d;
  font-size: 14px;
  font-weight: 700;
  font-family: "Arial", sans-serif;
}
section .section_main .chart_row {
  display: flex;
}
section .section_main .chart_row .chart_container {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 16px 8px;
}
section .section_main .chart_row .chart_container .chart_width_dominant {
  width: 590px;
}
section .section_main .chart_row .chart_container .chart_width_dominant h3 {
  text-align: start;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
}
section .section_main .chart_row .chart_container .chart_width {
  width: 250px;
}
section .section_main .chart_row .chart_container .chart_width h3 {
  text-align: start;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels {
  display: flex;
  flex-wrap: wrap;
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels .label_item {
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  width: 33.3333333333%;
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels .label_item .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels .label_item_insights {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  width: 50%;
  position: relative;
  text-align: left;
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels .label_item_insights .label_title {
  padding-left: 17px;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.38);
}
section .section_main .chart_row .chart_container .chart_width .pie_chart_labels .label_item_insights .label_value {
  padding-left: 17px;
  padding-right: 0;
}
section .section_main .chart_row .chart_container .chart_width_half {
  width: 420px;
}
section .section_main .chart_container_full {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: start;
  margin: 16px 8px;
}
section .section_main .chart_container_full .chart_row .left {
  width: 420px;
}
section .section_main .chart_container_full .chart_row .right {
  width: 420px;
}
section .section_main .chart_container_full .chart_row .chart_width_dominant {
  width: 590px;
  height: 250px;
}
section .section_main .chart_container_full .chart_row .chart_width {
  width: 250px;
  height: 250px;
}
section .section_main .chart_container_full span {
  display: block;
  color: #263137;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
section .section_main .chart_container_full h3 {
  text-align: start;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
}
section .section_main .chart_container span {
  display: block;
  color: #263137;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: start;
}
section .section_main .left {
  display: block;
  color: #263137;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: start;
}
section .section_main .right span {
  display: block;
  color: #263137;
  font-family: "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: start;
}
section .section_main .section_chart {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}
section .section_main .section_chart .chart_combine {
  display: flex;
}
section .section_main .section_chart .chart_combine .half {
  width: 420px;
}
section .section_main .section_chart .chart_combine .half h3 {
  text-align: start;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
}
section .section_main .section_chart h3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
section .section_main .section_chart .chart_box {
  width: 100%;
}
section .section_main .section_chart .row_flex {
  display: flex;
  flex-wrap: wrap;
}
section .section_main .section_chart .row_flex .chart_box {
  width: calc(100% - 280px);
}
section .section_main .section_chart .row_flex .chart_box:first-child {
  width: 260px;
  margin-right: 20px;
}
section .section_main .login_box {
  width: 420px;
  border-radius: 20px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}
section .section_main .login_box img {
  width: 234px;
  display: block;
  margin: 0 auto 50px;
}
section .section_main .login_box .form_box {
  margin-bottom: 20px;
}
section .section_main .login_box .form_box span.title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
}
section .section_main .login_box .form_box input {
  width: 100%;
  height: 34px;
  display: block;
  border-radius: 6px;
  background: #fff;
  color: #bfbfbf;
  padding: 0 10px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}
section .section_main .login_box .form_box .password_box {
  position: relative;
}
section .section_main .login_box .form_box .password_box .eye_btn {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon_eye.png") no-repeat center/18px;
  cursor: pointer;
}
section .section_main .login_box .form_box .password_box .eye_btn.active {
  background: url("../images/icon_eye_closed.png") no-repeat center/18px;
}
section .section_main .login_box .button_wrapper {
  padding-top: 20px;
}
section .section_main .login_box .button_wrapper button {
  width: 100%;
  height: 56px;
  background: #fde05d;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  border: none;
  border-radius: 16px;
  cursor: pointer;
}
section .section_menu .chart_row .chart_container .chart_width_half h3 {
  text-align: start;
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
}
section #dataTable thead {
  background: #edf0f7;
}
section #dataTable thead tr th {
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
}
section #dataTable thead tr th:nth-child(2) {
  text-align: left;
}
section #dataTable thead .sorting {
  background: url("../images/icon_sorting.png") no-repeat right top 20px/7px !important;
}
section #dataTable thead .sorting_asc {
  background: url("../images/icon_sort_asc.png") no-repeat right top 20px/7px !important;
}
section #dataTable thead .sorting_desc {
  background: url("../images/icon_sort_desc.png") no-repeat right top 27px/7px !important;
}
section #dataTable tbody tr.odd {
  background: #ffffff;
}
section #dataTable tbody tr.odd > .sorting_1 {
  background: #ffffff;
}
section #dataTable tbody tr.even {
  background: #f7f9fc;
}
section #dataTable tbody tr.even > .sorting_1 {
  background: #f7f9fc;
}
section #dataTable tbody tr td {
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
section #dataTable tbody tr td:nth-child(2) {
  text-align: left;
}
section .status_label {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
  text-align: center;
}
section .status_label.active {
  background-color: #d9f7be;
  color: #389e0d;
}
section .status_label.inactive {
  background-color: #f5c6c6;
  color: #d32f2f;
}
section .status_label.finished {
  background-color: #d9d9d9;
  color: #595959;
}
section .invalid_label {
  background: #faf0f2;
  color: #d12953;
}
section .green_text {
  color: #50af4c;
  font-weight: 700;
}
section .orange_text {
  color: #ff531d;
  font-weight: 700;
}
section .preview_btn {
  color: #ff9029;
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
section .icon_preview_btn {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icon_search_orange.png") no-repeat center/18px;
  margin: 0 auto;
  cursor: pointer;
  text-indent: -9999px;
}
section .points {
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.dot {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
}

footer {
  background: #263137;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
footer img {
  width: 98px;
  display: block;
}
footer p {
  font-family: "Arial", sans-serif;
  color: #fff;
  font-size: 12px;
}

.popup_wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 100;
}
.popup_wrapper .overlay {
  width: 100%;
  display: block;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.popup_wrapper .popup_box {
  width: 640px;
  padding: 20px;
  display: block;
  border-radius: 16px;
  background: #fff;
  position: absolute;
  display: none;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.popup_wrapper .popup_box h4 {
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.popup_wrapper .popup_box img {
  display: block;
  width: 100%;
}
.popup_wrapper .popup_box .yellow_btn {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: #fadb14;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  display: block;
  text-decoration: none;
  margin-top: 20px;
}
.popup_wrapper .popup_box .close_btn {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url("../images/icon_close.png") no-repeat center/contain;
}
.popup_wrapper .popup_box .ocr_box {
  padding: 60px 0 0;
  text-align: center;
  padding-bottom: 20px;
}
.popup_wrapper .popup_box .ocr_box h4 {
  margin-bottom: 10px;
}
.popup_wrapper .popup_box .ocr_box p {
  margin-bottom: 10px;
}
.popup_wrapper .popup_box .ocr_table {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.popup_wrapper .popup_box .ocr_table h3 {
  text-align: center;
  margin-bottom: 20px;
}
.popup_wrapper .popup_box .ocr_table table {
  width: 100%;
  border-collapse: collapse;
}
.popup_wrapper .popup_box .ocr_table table tr th {
  text-align: left;
  padding: 10px;
}
.popup_wrapper .popup_box .ocr_table table tr td {
  text-align: left;
  padding: 10px;
}
.popup_wrapper .popup_box .ocr_table table tr.yellow_bg {
  background: #fadb14;
}
.popup_wrapper .popup_box .ocr_total table tr:nth-child(3) td {
  padding-bottom: 20px;
}
.popup_wrapper .popup_box .ocr_total table tr td {
  padding-right: 20px;
}

.box_container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.form_box {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

label.title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
}

input {
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #595959;
}
input::-moz-placeholder {
  color: #bfbfbf;
}
input::placeholder {
  color: #bfbfbf;
}
input:checked + .slider {
  background-color: #ffe58f;
}
input:checked + .slider:before {
  transform: translateX(24px);
}

select {
  width: 100%;
  height: 40px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #595959;
}

.form_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.form_box_half {
  width: 48%;
  display: flex;
  flex-direction: column;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  border-radius: 24px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.button_row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cancel_button {
  width: 48%;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  background-color: #fff;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
.cancel_button:hover {
  background-color: #f5f5f5;
}

.confirm_button {
  width: 48%;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  background-color: #ffe58f;
  color: #613400;
}
.confirm_button:hover {
  background-color: #ffd666;
}

#dataTable_length {
  display: none;
}

#dataTable_filter {
  width: 100% !important;
  float: none !important;
  background: #edf0f7 !important;
  padding-top: 20px;
  text-align: center;
}
#dataTable_filter label {
  width: calc(100% - 40px) !important;
  display: inline-block;
}
#dataTable_filter input {
  width: calc(100% - 100px) !important;
  text-align: left;
}

#map {
  height: 500px;
  border-radius: 10px;
  margin-top: 20px;
}

#top_store_label {
  text-align: start;
  font-size: 20px;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.btn, .btn-edit, .btn-export, .btn-create, .btn-dark, .btn-light, .btn-info, .btn-warning, .btn-danger, .btn-success, .btn-secondary, .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 6px;
  text-decoration: none;
}
.btn:hover, .btn-edit:hover, .btn-export:hover, .btn-create:hover, .btn-dark:hover, .btn-light:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover, .btn-success:hover, .btn-secondary:hover, .btn-primary:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn:disabled, .btn-edit:disabled, .btn-export:disabled, .btn-create:disabled, .btn-dark:disabled, .btn-light:disabled, .btn-info:disabled, .btn-warning:disabled, .btn-danger:disabled, .btn-success:disabled, .btn-secondary:disabled, .btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn .icon_image, .btn-edit .icon_image, .btn-export .icon_image, .btn-create .icon_image, .btn-dark .icon_image, .btn-light .icon_image, .btn-info .icon_image, .btn-warning .icon_image, .btn-danger .icon_image, .btn-success .icon_image, .btn-secondary .icon_image, .btn-primary .icon_image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.btn-primary {
  background-color: #ffe58f;
  color: #000;
}
.btn-primary:hover {
  background-color: rgb(255, 217.1607142857, 92);
}

.btn-secondary {
  background-color: #ffd666;
  color: #000;
}
.btn-secondary:hover {
  background-color: rgb(255, 200.3333333333, 51);
}

.btn-success {
  background-color: #52c41a;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(63.1621621622, 150.972972973, 20.027027027);
}

.btn-danger {
  background-color: #f5222d;
  color: #000;
}
.btn-danger:hover {
  background-color: rgb(218.1298701299, 9.8701298701, 20.7272727273);
}

.btn-warning {
  background-color: #ad8b00;
  color: #fff;
}
.btn-warning:hover {
  background-color: rgb(122, 98.0231213873, 0);
}

.btn-info {
  background-color: #595959;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(63.5, 63.5, 63.5);
}

.btn-light {
  background-color: white;
  color: #000;
}
.btn-light:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.btn-dark {
  background-color: #f5f5f5;
  color: #000;
}
.btn-dark:hover {
  background-color: rgb(219.5, 219.5, 219.5);
}

.btn-create {
  background-color: #ffe58f;
  color: #613400;
}
.btn-create:hover {
  background-color: rgb(255, 217.1607142857, 92);
}
.btn-create .icon_image {
  content: "";
  background: url("../images/icon_plus.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.btn-export {
  background-color: #ffe58f;
  color: #613400;
}
.btn-export:hover {
  background-color: #ffd666;
}
.btn-export .icon_image {
  content: "";
  background: url("../images/icon_export.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.btn-edit {
  background-color: #fff;
  color: #d9d9d9;
}
.btn-edit:hover {
  background-color: #f5f5f5;
}
.btn-edit .icon_image {
  content: "";
  background: url("../images/icon_edit.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.filter-section {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.filter-button {
  display: flex;
  margin-top: 1rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 20px 0;
}/*# sourceMappingURL=main.css.map */