/* @media only screen and (min-width: 1366px) and (max-width: 1919px) {
  .menu-icon {
    display: none;
  }
} */

/* laptop devices */
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .menu-icon {
    display: none;
  }

  /* new order page */
  .select {
    z-index: 50;
  }

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

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .added_items_list_item {
    gap: 20px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }
  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }
  .input_field {
    padding: 10px 10px;

    font-size: 14px;
  }
  .search_button {
    padding: 9px 24px;
  }

  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }

  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }

  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }

  /* * dashboard transaction */
  .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }

  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 90%;
  }
}

/* large tablet devices */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }

  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 14px;
  }
  .auth_options a {
    font-size: 14px;
  }
  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }
  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }
  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 80%;
  }

  /* Dashboard home page */
  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
  }
  /* sidebar */
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }

  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }
  /* new order page */
  .select {
    z-index: 50;
  }

  .dashboard_outlet_content_cards {
    grid-template-columns: 1fr;
  }

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .added_items_list_item {
    gap: 20px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }

  /* order */
  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }
  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }
  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }
  .input_field {
    padding: 10px 10px;

    font-size: 14px;
  }
  .search_button {
    padding: 9px 24px;
  }
  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }
  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }

  /* * dashboard transaction */
  */ .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }
}

/* medium tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }

  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 14px;
  }
  .auth_options a {
    font-size: 14px;
  }
  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }
  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }
  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    width: 60%;
  }

  /* Dashboard home page */
  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
  }
  /* sidebar */
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar_link {
    font-size: 13px;
  }

  .dropdown_header {
    font-size: 13px;
  }

  .dropdown_link {
    padding: 5px 1rem;

    font-size: 11px;
  }

  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }
  /* new order page */
  .select {
    z-index: 50;
  }

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

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .added_items_list_item {
    gap: 20px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }
  /* order */
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }

  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }
  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }
  .input_field {
    padding: 10px 10px;

    font-size: 14px;
  }
  .search_button {
    padding: 9px 24px;
  }

  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }

  /* * dashboard transaction */
  .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }
}

/* large mobile devices */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }

  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 14px;
  }
  .auth_options a {
    font-size: 14px;
  }
  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }
  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }
  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 90%;
  }

  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
  }

  .order-icon {
    display: none;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
  }
  /* sidebar */
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar_link {
    font-size: 13px;
  }

  .dropdown_header {
    font-size: 13px;
  }

  .dropdown_link {
    padding: 5px 1rem;

    font-size: 11px;
  }

  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }
  /* new order page */
  .select {
    z-index: 50;
  }

  .dashboard_outlet_content_cards {
    grid-template-columns: 1fr;
  }

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list_item {
    gap: 10px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }

  /* order */
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }

  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }

  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }

  .input_field {
    padding: 10px 10px;

    font-size: 14px;
  }

  .search_button {
    padding: 9px 24px;
  }
  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }
  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }
  * dashboard transaction */ .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }
  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .input_field {
    padding: 10px 16px;

    font-size: 15px;
  }

  .auth_button {
    font-size: 14px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 12px;
  }

  .auth_options a {
    font-size: 14px;
  }

  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }

  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }

  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 90%;
  }

  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
    display: none;
  }
  .order-icon {
    display: block !important;
  }

  .order-icon img {
    width: 27px;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
    z-index: 1;
    position: relative;
  }

  /* sidebar */
  .sidebar_content {
    padding: 0 16px;
  }
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar_link {
    font-size: 13px;
  }

  .dropdown_header {
    font-size: 13px;
  }

  .dropdown_link {
    padding: 5px 1rem;

    font-size: 11px;
  }

  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }
  /* new order page */
  .select {
    z-index: 50;
  }

  .dashboard_outlet_content_cards {
    grid-template-columns: 1fr;
  }

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list_item {
    gap: 10px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }

  /* order */
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }

  .dashboard_outlet_search {
    flex-direction: column;
  }

  .show_pickup {
    height: 35px;
    padding: 6px 10px;

    border-radius: 4px;

    font-size: 12px;
  }

  .search_button {
    padding: 9px 24px;
  }

  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }
  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }

  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }
  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }

  * dashboard transaction */ .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }
  /* order summary form */
  .order-summary-form {
    padding: 0px;
  }

  .order-details-header {
    margin-bottom: 0px;
  }

  .order-details-title {
    font-size: 20px;
  }

  .order-summary-button {
    font-size: 12px;
  }

  .order-details-scroll {
    padding: 16px;
  }

  .order-info-button button {
    padding: 8px 24px;

    font-size: 12px;
  }
}

/* mobile device */
@media only screen and (min-width: 375px) and (max-width: 479px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }
  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .input_field {
    padding: 10px 16px;

    font-size: 15px;
  }

  .auth_button {
    font-size: 14px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 12px;
  }

  .auth_options a {
    font-size: 14px;
  }

  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }

  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }

  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 90%;
  }
  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
    display: none;
  }
  .order-icon {
    display: block !important;
  }

  .order-icon img {
    width: 27px;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
    z-index: 1;
    position: relative;
  }

  /* sidebar */
  .sidebar_content {
    padding: 0 16px;
  }
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar_link {
    font-size: 13px;
  }
  .dropdown_header {
    font-size: 13px;
  }

  .dropdown_link {
    padding: 5px 1rem;

    font-size: 11px;
  }
  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }

  /* new order page */
  .select {
    z-index: 50;
  }

  .dashboard_outlet_content_cards {
    grid-template-columns: 1fr;
  }

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list_item {
    gap: 10px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }

  /* order */
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }

  .dashboard_outlet_search {
    flex-direction: column;
  }

  .show_pickup {
    height: 35px;
    padding: 6px 10px;

    border-radius: 4px;

    font-size: 12px;
  }

  .search_button {
    padding: 9px 24px;
  }

  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }

  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }

  /* dashboard employee */
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .pegination-info {
    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }

  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }
  /* dashboard transaction */
  .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }

  /* dashboard sales report */
  .dashboard_sales_report_cards {
    gap: 10px;

    margin: 40px 0;
    flex-direction: column;
  }

  /* order summary form */
  .order-summary-form {
    padding: 0px;
  }

  .order-details-header {
    margin-bottom: 0px;
  }

  .order-details-title {
    font-size: 20px;
  }

  .order-summary-button {
    font-size: 12px;
  }

  .order-details-scroll {
    padding: 16px;
  }

  .order-info-button button {
    padding: 8px 24px;

    font-size: 12px;
  }
}

/* extra small devices */
@media only screen and (max-width: 374px) {
  /* login */
  .auth_container {
    padding: 0 16px;
  }
  .login_form {
    padding: 15px;
  }
  .auth_header {
    gap: 7px;
  }
  .auth_title {
    font-size: 20.25px;
  }
  .auth_subtitle {
    font-size: 12px;
  }
  .input_field {
    padding: 10px 16px;

    font-size: 15px;
  }

  .auth_button {
    font-size: 14px;
  }
  .auth_options_title,
  .auth_copyright {
    font-size: 12px;
  }

  .auth_options a {
    font-size: 14px;
  }

  /* sign up */
  .auth_form {
    padding: 16px;
  }
  .name_fields,
  .contact_fields,
  .address_fields,
  .location_fields {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .remember_me {
    gap: 4px;
  }

  /* pick store */
  .pick_store_form {
    padding: 16px;
    gap: 17px;
  }

  /* customer select */
  .auth_button_outline {
    padding: 8px 24px;

    font-size: 14px;
  }

  .input_field::placeholder {
    font-size: 14px;
  }

  /* create new customer */
  .customer_form {
    gap: 3px;
    overflow-y: auto;
    height: 90%;
  }

  /* Dashboard home page */
  .dashboard_outlet {
    padding: 30px 16px 30px 16px;
  }

  .topbar_container {
    padding: 0 16px;
    height: 80px;
  }

  .logo {
    font-size: 17px;
    width: 125px;
  }
  .new_order_text {
    font-size: 14px;
    display: none;
  }

  .order-icon img {
    width: 27px;
  }

  .topbar_actions {
    gap: 13px;
  }

  .user_profile {
    gap: 7px;
    padding-bottom: 8px;
  }

  .dropdown_item {
    gap: 8px;
    font-size: 12px;
    padding: 1px 0;
  }

  .menu-icon svg {
    width: 27px;
    height: 27px;
    z-index: 1;
    position: relative;
  }

  /* sidebar */
  .dashboard_sidebar {
    transition: all 0.5s;
    transform: translateX(-100%);
    z-index: 555;
  }

  .dashboard_sidebar.visible {
    transform: translateX(-0%);
  }

  .dashboard_sidebar.hidden {
    transform: translateX(-100%);
  }
  .sidebar_link {
    font-size: 13px;
  }

  .dropdown_header {
    font-size: 13px;
  }

  .dropdown_link {
    padding: 5px 1rem;

    font-size: 11px;
  }

  /* overlay */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .overlay.visible {
    display: block;
    pointer-events: auto;
  }

  .hidden {
    display: none;
  }

  /* dashboard_outlet  */

  .progress-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .progress-card {
    padding: 16px;
  }

  .card-title {
    font-size: 14px;
    width: 119px;
  }

  .select-container {
    max-width: 118px;
  }

  .circular-progress-text-value {
    font-size: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  th {
    padding: 8px;

    font-size: 13px;
  }
  td {
    padding: 11px;

    line-height: 1rem;

    font-size: 14px;
  }

  .table-block h1 {
    font-size: 20px;

    margin-bottom: 18px;
  }

  /* new order page */
  .select {
    z-index: 50;
  }

  .dashboard_outlet_content_cards {
    grid-template-columns: 1fr;
  }

  .dashboard_outlet_content_left {
    width: 100%;
    height: 100%;
  }

  .dashboard_new_order_outlet {
    flex-direction: column;
  }

  .product_card {
    max-width: 100%;
    margin: 0;
  }

  .dashboard_outlet_content_right {
    width: 100%;
  }

  .added_items_list_item {
    gap: 10px;
    padding: 12px;

    flex-wrap: wrap;
  }

  .added_items_list_item_filter {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .dashboard_outlet_content_right_header_title {
    font-size: 16px;
  }

  .start_over_btn {
    padding: 8px 12px;

    font-size: 12px;
  }

  .dashboard_outlet_content_right_body {
    margin-top: 22px;
  }

  .add_another_service_text {
    font-size: 12px;
  }

  .add_another_service {
    padding: 10px 8px;

    gap: 8px;

    margin: 25px 0;
  }

  .selected {
    font-size: 12px;
  }

  .add_button {
    padding: 7px 0;
    border-radius: 9px;
  }

  /* order */
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  .orders-table-header-cell {
    padding: 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  .orders-table-body-cell {
    padding: 12px;

    font-size: 11px;
    white-space: nowrap;
  }

  .dashboard_outlet_search {
    flex-direction: column;
  }

  .show_pickup {
    height: 35px;
    padding: 6px 10px;

    border-radius: 4px;

    font-size: 12px;
  }

  .search_button {
    padding: 9px 24px;
  }

  .dashboard_outlet_title {
    font-size: 16px;
  }

  .orders-cancel-btn {
    font-size: 12px;

    padding: 9px 26px;
  }

  .orders-save-btn {
    font-size: 12px;

    padding: 9px 34px;
  }

  .orders-action-btns {
    gap: 15px;
    margin-top: 30px;
  }

  /* dashboard customer */
  .add_customer_btn {
    padding: 9px 11px;
    font-size: 10px;
  }
  /* dashboard employee */
  .pegination-info {
    font-size: 12px;
  }
  .pegination-btn {
    padding: 8px 19px;

    border-radius: 4px;

    font-size: 12px;
  }
  .employee-remove-btn {
    height: 30px;
    padding: 6px 8px;

    border-radius: 6px;

    font-size: 12px;
  }

  /* dashboard cleaning */
  .employee-view-btn {
    font-size: 12px;
  }
  * dashboard transaction */ .transaction_top_input_field {
    width: 100%;
    border-radius: 6px;
    height: 36px;
    padding: 7px 15px;

    font-size: 13px;
  }

  .dashboard_outlet_search {
    gap: 10px;
  }

  .transaction_top_search_btn {
    height: 35px;
    padding: 6px 7px;
  }

  /* order summary form */
  .order-summary-form {
    padding: 0px;
  }

  .order-details-header {
    margin-bottom: 0px;
  }

  .order-details-title {
    font-size: 20px;
  }

  .order-summary-button {
    font-size: 12px;
  }

  .order-details-scroll {
    padding: 16px;
  }

  .order-info-button button {
    padding: 8px 24px;

    font-size: 12px;
  }
}
