/* Reset and global styles */
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

body {
  font-family: "Roboto", sans-serif;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

/* Layout and design */
.blue-shape {
  background-color: #1e96dc;
  clip-path: polygon(0 0, 40% 0, 100% 50%, 100% 50%, 40% 100%, 0 100%);
  height: 100vh;
}

.login-box {
  min-height: 100vh;
}

.login-card {
  max-width: 350px;
  width: 100%;
}

.logo-img {
  width: 172px;
  height: 128px;
  object-fit: cover;
}

.loginheading {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-family: Roboto;
  line-height: 100%;
  letter-spacing: 0px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1e96dc;
}

.forgotpassword {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #1f95d3;
}

.btn-primary {
  background-color: #1e96dc;
  border: none;
}

.btn-primary:hover {
  background-color: #157ab5;
}

.signin {
  width: 226px;
  font-size: 14px;
  font-family: Roboto;
}

.form-check-input:checked {
  background-color: #1e96dc;
  border-color: #1e96dc;
}

.input-group-text select {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
}

.form-control.prefix-adjusted {
  border-left: none;
}

.input-group-text-round select {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 0;
}
.input-group-text-round {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.form-control-round.prefix-adjusted {
  border-left: none;
}
.input-group-round > .form-control-round,
.input-group-round > .form-floating-round,
.input-group-round > .form-select-round {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.form-control-round {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-round {
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #ced4da;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.hidden {
  display: none !important;
}

select:focus {
  outline: none;
  box-shadow: none;
}

.flag-option {
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px;
}

/* Additional layout styling */
.sss {
  padding-top: 64px;
  padding-left: 270px;
  background-color: rgba(241, 241, 241, 1);
}

.sidebar {
  z-index: 1;
}

.add_widget_button {
  width: max-content;
}

.card-title {
  font-family: "Roboto";
  font-weight: 500;
}

.card-sub-title {
  color: rgba(142, 142, 147, 1);
}

/* Responsive design */
@media (max-width: 768px) {
  .widgets {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }

  .widgets button {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }

  .widgets button span {
    display: none;
  }
}

/* menu section css */
ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ─── Utility helpers ──────────────────────────── */
.bg-primary {
  background: #1f95d3 !important;
}
.fs-7 {
  font-size: 14px;
}
.fs-8 {
  font-size: 10px;
}

/* ─── Sidebar layout ───────────────────────────── */
.sidebar {
  /*width: 270px;*/
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  transition: 1s ease;
}

/* ─── Brand / logo block ───────────────────────── */
.image_container {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image_container img {
  width: 100%;
  height: 100%;
}

.logo_container {
  position: relative;
  width: 82px;
  height: 61px;
  top: -9px;
  left: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_container img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* ─── Side‑menu styling ────────────────────────── */
.side_menus,
.lower_side_menus {
  background: #272727;
}

.upper_side_menus ul li:hover,
.lower_side_menus:hover {
  background: #1f95d3;
}

.upper_side_menus ul li img {
  width: 24px;
  height: 24px;
}

/* ─── Profile bar ──────────────────────────────── */
.profile_bar {
  min-height: 65px;
  border-bottom: 2px solid #272727;
}

/* ensure lower menu spans full width and overlays correctly */
.lower_side_menus {
  display: block;
  width: 100%;
  z-index: 2;
}

/* ─── Top navbar override ──────────────────────── */
nav {

  border-radius: 0 0 8px 0;
  z-index: 1;
  transition: none !important;
}
nav.d-flex.bg-primary.justify-content-between.align-items-center.position-fixed.upper_nav {
    min-height: 65px;
}
/* contact page css starts here */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 250px;*/
  height: 100%;
  background: #272727;
}

/* Wrapper with white background and rounded corners */
.custom-wrapper {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

/* Primary custom background with white text */
.bg-primary-custom {
  background-color: #1f95d3 !important;
  color: #fff !important;
}

/* Important buttons margin */
.impbtns {
  margin-bottom: 40px;
}

/* Icon button styles */
.icon-button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.icon-button i {
  font-size: 1rem;
}

/* Search input width */
.search-input {
  width: 250px;
}

/* Card styling */
.card {
  border-color: #cde6f7;
  border-radius: 0.5rem;
}

/* Card header */
.card-header {
  background-color: #f1f7fb;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1rem;
}

/* Table link styling */
.tablea {
  color: #1f95d3 !important;
  text-decoration: none;
}

/* Active badge */
/*.badge-active.active {*/
/*  background-color: #28a745;*/
/*  color: #fff;*/
/*  font-size: 0.75rem;*/
/*  padding: 0.25rem 0.5rem;*/
/*  border-radius: 0.25rem;*/
/*}*/

.badge-inactive.inactive {
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

/* Further link color */
.furtherlink {
  color: #505050;
}

/* Blue text style */
.text-blue {
  color: #1f95d3;
  font-size: 12px;
}

/* create contact page starts here */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 250px;*/
  height: 100%;
  background: #272727;
}

/* Fixed top bar styling */
.fixed-top-bar {
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 15px;
}

/* Blue text style, extended */
.text-blue {
  color: #1f95d3;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/* White background wrapper with rounded corners */
.custom-wrapper-create-contact {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
}

/* Box with border and padding */
.form-fields-box {
  border: 1px solid #ccc;
  padding: 15px;
}

/* Inline checkbox checked state */
.form-check-inline .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Checkbox label spacing */
.form-check-inline .form-check-label {
  margin-right: 15px;
}

/* Form select full width */
.form-select {
  width: 100%;
  font-size: 14px;
  height: 38px;
}

/* Form label style */
.form-label {
  font-size: 14px;
  font-weight: 500;
}

/* Form control styling */
.form-control {
  font-size: 14px;
  height: 38px;
}

/* Mobile input group flex container */
.mobile-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

/* Mobile input group control flex */
.mobile-input-group .form-control {
  flex: 1;
}

/* Mobile input group select max-width */
.mobile-input-group select {
  max-width: 80px;
}

/* Country code style for phone input */
.country-code {
  background-color: #1f95d3;
  color: white;
  border: none;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0.375rem 0.75rem;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Mobile input with right rounded corners */
.mobile-input {
  border-radius: 0 0.375rem 0.375rem 0;
}

/* Divider line */
.dividerr {
  border-top: 2px solid #d3d3d3;
  margin: 20px 0;
}

/* Add and remove address buttons */
.add-address {
  font-size: 14px;
  color: #1f95d3;
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
}

.remove-address {
  cursor: pointer;
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

/* Primary custom background & color (already exists but kept for specificity) */
.bg-primary-custom {
  background-color: #1f95d3 !important;
  color: #fff !important;
}

/* contact page css starts here */
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  /*width: 250px;*/
  height: 100%;
  background: #272727;
}

/* Wrapper with white background and rounded corners */
.custom-wrapper,
.custom-wrapper-create-contact,
.custom-wrapper-create-product {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
}

/* Primary custom background with white text */
.bg-primary-custom {
  background-color: #1f95d3 !important;
  color: #fff !important;
}

/* Important buttons margin */
.impbtns {
  margin-bottom: 40px;
}

/* Icon button styles */
.icon-button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
.icon-button i {
  font-size: 1rem;
}

/* Search input width */
.search-input {
  width: 250px;
}

/* Card styling */
.card {
  border-color: #cde6f7;
  border-radius: 0.5rem;
}

/* Card header */
.card-header {
  background-color: #f1f7fb;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1rem;
}

/* Table link styling */
.tablea {
  color: #1f95d3 !important;
  text-decoration: none;
}

/* Active badge */
.badge-active.active {
  background-color: #28a745;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
}

.badge-inactive.inactive {
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

/* Further link color */
.furtherlink {
  color: #505050;
}

/* Blue text style */
.text-blue {
  color: #1f95d3;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/* Fixed top bar styling */
.fixed-top-bar {
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px 15px;
}

/* Box with border and padding */
.form-fields-box {
  border: 1px solid #ccc;
  padding: 15px;
}

/* Inline checkbox checked state */
.form-check-inline .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* Checkbox label spacing */
.form-check-inline .form-check-label {
  margin-right: 15px;
}

/* Form select full width */
.form-select {
  width: 100%;
  font-size: 14px;
  height: 38px;
}

/* Form label style */
.form-label {
  font-size: 14px;
  font-weight: 500;
}

/* Form control styling */
.form-control {
  font-size: 14px;
  height: 38px;
}

/* Mobile input group flex container */
.mobile-input-group {
  position: relative;
  display: flex;
  align-items: center;
}

/* Mobile input group control flex */
.mobile-input-group .form-control {
  flex: 1;
}

/* Mobile input group select max-width */
.mobile-input-group select {
  max-width: 80px;
}

/* Country code style for phone input */
.country-code {
  background-color: #1f95d3;
  color: white;
  border: none;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0.375rem 0.75rem;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Mobile input with right rounded corners */
.mobile-input {
  border-radius: 0 0.375rem 0.375rem 0;
}

/* Divider line */
.divider {
  border-top: 2px solid #d3d3d3;
  margin: 20px 0;
}

/* Add and remove address buttons */
.add-address {
  font-size: 14px;
  color: #1f95d3;
  cursor: pointer;
  padding-top: 10px;
  display: inline-block;
}

.remove-address {
  cursor: pointer;
  color: red;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

/* delete order page css starts here */

.card-header .form-control,
.card-header .form-select {
  height: 32px;
  font-size: 0.85rem;
}

.img-placeholder {
  width: 40px;
  height: 40px;
  background-color: #e2e3e5;
  border: 1px solid #adb5bd;
  border-radius: 0.375rem;
  display: inline-block;
}

.badge-active {
  background-color: #28a745;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.badge-warning {
  background-color: #ffc107;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.badge-inactive {
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.table th {
  background-color: #eaebf4;
}

.table th,
.table td {
  vertical-align: middle;
  font-size: 0.875rem;
}

.icon-button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 0.375rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.icon-button i {
  font-size: 1rem;
}

.dropdown-toggle::after {
  margin-left: 0.25rem;
}

.search-input {
  width: 250px;
}

.btn-group .btn {
  white-space: nowrap;
}

.custom-wrapper {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.paginationpartstock {
  margin-top: 50px;
}
.impbtns {
  margin-bottom: 40px;
}
.active {
  background: #53a551;
  /* border-radius: 0.6rem; */
}
.furtherlink {
  color: #505050;
}
.custom-table tbody tr:nth-child(odd) td {
  background: #f7f8ff;
}

.divider {
  height: 24px;
  border-left: 1px solid #6c757d;
  margin: 0 12px;
}

/* guest entry page css starts here */

/* guest entry2 page css starts here */

.custom-table tbody tr:nth-child(odd) td {
  background: #f7f8ff;
}

.custom-tabs a {
  color: black;
  text-decoration: none;
  margin-right: 15px;
  font-weight: 500;
}

.custom-tabs a.active {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 5px;
}

.tab-icons {
  float: right;
}

.tab-icons .btn {
  margin-left: 8px;
}

.tab-line {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
}



.trash {
  background: #f4516c;
}

.form-label-col {
  background-color: #f1f1f9;
  width: 160px;
  padding: 10px;
  font-size: 14px;
}

.form-input-col {
  padding: 10px;
}

.image-box {
  width: 120px;
  height: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}

.form-section {
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}

.form-heading {
  font-size: 18px;
  padding: 10px 10px 0;
  font-weight: 500;
}

.info-table {
  font-size: 14px;
  width: 100%;
}

.info-table td {
  padding: 4px 8px;
  vertical-align: top;
}

.info-label {
  background-color: #f1f1f9;
  width: 180px;
}

.table-container {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.table-box {
  border: 1px solid #e0e0e0;
  flex: 1;
}

/* Key cells: first column */
.info-table td:first-child,
.info-table th:first-child {
  background: #eaebf4; /* Grey background */
  /* No underline */
}

/* order list css starts here */





/* PROFILE.CSS */




.list-group-item.active::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px; 
  transform: translateY(-50%) translateX(50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: var(--bs-primary);
  z-index: -1;
}

.list-group-item {
  border: none;
  border-radius: 8px;
}

.list-group-item.active {
  background-color: var(--bs-primary);
  color: white;
  font-weight: bold;
  position: relative;
}

.list-group li {
  padding: 2px 0;
}

body {
  background-color: #f8f9fa;
  font-family: 'Inter', sans-serif;
}

.profile-card {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}

.profile-header {
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.card-section-header {
  background-color: #f8f9fa;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.form-select,
.form-control {
  border-radius: 0.3rem;
}

.btn-primary {
  border-radius: 0.3rem;
}

.table-details th,
.table-details td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border-top: 1px solid #e9ecef;
}

.table-details th {
  width: 50%;
  color: #6c757d;
  font-weight: 500;
  background-color: #fff;
}

.table-details td {
  width: 50%;
  background-color: #f8f9fa;
  color: #343a40;
  word-break: break-word;
}

.table-details tbody tr:first-child th,
.table-details tbody tr:first-child td {
  border-top: none;
}

.other-details-checkbox-row {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-top: 1px solid #e9ecef;
}

.other-details-checkbox-row:first-child {
  border-top: none;
}

.other-details-checkbox-row .form-check-label {
  color: #6c757d;
}

.gallery-icon {
  font-size: 3rem;
  color: #cbd5e1;
}






/* POS NEW ORDER */




.payment-option:hover {
  background-color: #e9ecef;
  border-color: #007bff;
}



.payment-option i {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #007bff;
}

.payment-option span {
  font-weight: 500;
  color: #343a40;
}

.icon-box-size {
  height: 34px;
  width: 34px;
}


.card-container {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}


/* catagory-brand.css */

.category_quantity {
  border: 1px solid var(--primary);
}
.card_search_list {
  border: 1px solid var(--grey);
  background-image: url("assets/images/search_black.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-size: 12px;
  padding-right: 10px;
}
#contact-table
{
  color:#1f95d3;
}



/* PAGINATION CSS */

 /*.pagination .page-item .page-link {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border: none;
  background-color: #f3f3f7;
  color: #6c757d;
  font-weight: 500;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background-color: #0dafe5 !important;
  color: #fff !important;
  font-weight: bold;
}

.pagination .page-item .page-link:hover {
  background-color: #e1e6ef;
  color: #000;
}

.pagination .page-item.disabled .page-link {
  background-color: #f3f3f7;
  color: #c0c4cc;
  pointer-events: none;
}

.pagination .active {
  background: unset;
} */