:root {
  --text-primary: #004990;
  --text-gray: #a7a9ac !important;
  --bg-gray: #f1f1f1;
  --bg-primary: #004990;
  --bg-primary-light: #dee4ea;
  --bg-warning: #cafc004d;
  --text-success: #00c814;
  --text-warning: #d69a00;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}
/* .dropdown-menu{
  display: block !important;
} */
.fw-500 {
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  /* font-family: 'Poppins', sans-serif; */
}

.main-container {
  position: absolute;
  top: 0;
  left: 80px;
  height: 100vh;
  width: calc(100% - 80px);
  background-color: #fff;
  /* transition: var(--tran-05); */
}

.bg-primary {
  background-color: var(--bg-primary) !important;
  border-radius: 0px;
}

.bg-primary-light {
  background-color: var(--bg-primary-light);
  color: var(--text-primary);
}

.bg-gray {
  background-color: var(--bg-gray) !important;
}

.text-primary {
  color: var(--text-primary) !important;
}

/* .btn:hover{
  color: unset !important;
} */

.btn-primary {
  background-color: var(--bg-primary);
  border-radius: 0px;
}

.btn-primary:hover {
  background-color: var(--bg-primary);
  border-radius: 0px;
}

.btn-check:focus + .btn-primary,
.btn-primary,
.btn-white:focus {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  box-shadow: unset !important;
}

.btn-check:checked + .btn-outline-primary {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  color: white !important;
  box-shadow: unset !important;
}

.btn-outline-primary {
  border-color: var(--bg-primary);
  color: var(--text-primary) !important;
}
.btn-check:checked + .btn-outline-primary:focus {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  box-shadow: unset !important;
  color: white !important;
}
.btn-outline-primary:hover {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary);
  color: white !important;
}
.btn-white {
  background-color: white;
  color: var(--text-primary);
  border-color: var(--bg-primary);
  border-radius: 0px;
}

.btn-success {
  background-color: #00d509;
  color: var(--bg-gray);
  border-color: #00d509;
  border-radius: 0px;
}

.btn-light-success-round {
  font-size: 0.75rem;
  border-radius: 625rem;
  border: 0.5px solid rgba(0, 200, 20, 0.3);
  background: rgba(76, 234, 1, 0.05);
  color: #00d509;
}

.btn-light-danger-round {
  font-size: 0.75rem;
  border-radius: 625rem;
  border: 0.5px solid rgba(242, 0, 0, 0.24);
  background: rgba(246, 75, 75, 0.09);
  color: #f20000;
}

.btn-light-warning-round {
  font-size: 0.625rem;
  border-radius: 625rem;
  border: 0.5px solid var(--bg-warning);
  background: var(--bg-warning);
  color: var(--text-warning);
}

.btn-light-primary-round {
  font-size: 0.625rem;
  border-radius: 625rem;
  border: 0.5px solid var(--bg-warning);
  background: rgba(198, 142, 0, 0.1);
  color: #a87900;
}

.btn-light-primary {
  font-size: 1rem;
  background: rgba(0, 73, 144, 0.1);
  color: #004990;
}

.btn-light-success {
  font-size: 0.75rem;
  border: 0.5px solid rgba(0, 200, 20, 0.3);
  background: rgba(76, 234, 1, 0.05);
  color: #00d509;
}

.btn-light-danger {
  font-size: 0.75rem;
  border: 0.5px solid rgba(242, 0, 0, 0.24);
  background: rgba(246, 75, 75, 0.09);
  color: #f20000;
}

.btn-danger {
  background-color: #f64b4b;
  color: var(--bg-gray);
  border-color: #f64b4b;
  border-radius: 0px;
}

.card {
  /* background-color: var(--bg-gray); */
  border: 0px;
  padding: 0px;
}

.card-header {
  background-color: #fff;
  border-bottom: 0px !important;
  padding: 0px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-body {
  /* background-color: var(--bg-gray); */
  border: 0px;
  padding: 0px;
}

.card-header .card-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.table {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.table thead tr th {
  /* text-align: left; */
  font-weight: 500;
  font-size: 1rem;
}

.table-header-btn {
  width: 140px;
  text-align: center;
}

.form-control,
.form-selec:focus {
  box-shadow: unset;
  border-color: var(--text-primary);
}

.page-link {
  color: #000000 !important;
}
.btn,
.badge {
  border-radius: 5px !important;
}

.color-blue {
  color: #004990;
}

.background-blue {
  background-color: #004990;
}

.background-white {
  background-color: #fff;
}

.color-white {
  color: white;
}

.header-btn-white {
  border: unset;
  height: 41px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #fff;
  color: #004990;
  /* margin-bottom: 5px; */
}

.mgt-10 {
  margin-top: 10px;
}

.mgr-10 {
  margin-right: 10px;
}

.header-btn-blue {
  border: unset;
  height: 41px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #004990;
  color: white;
  /* margin-bottom: 5px; */
}

.wd-15 {
  width: 15%;
}

.color-gray {
  color: rgb(0, 0, 0, 0.6);
}

/* DataTable */

th {
  border-bottom: unset !important;
}

.table tbody tr td {
  border-top: unset !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.875rem;
  padding-right: 25px !important;
}

/* #dataTable_length {
  display: none;
} */

#dataTable_filter {
  margin-bottom: 10px;
}

#dataTable_filter label input {
  height: 41px;
}

#dataTable_filter label input::placeholder {
  text-align: center;
  /* background-color: white; */
}

#dataTable_filter label input {
  background-color: white;
}

#dataTable_filter label input:focus {
  outline: none;
}

.page-item.active .page-link {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: white !important;
}

#dataTable_filter label input {
  height: 34px;
}

.designImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 10px;
}

/* font -size css  */
.f-12 {
  font-size: 13px;
}

.fs-25 {
  font-size: 25px;
}

.fs-75r {
  font-size: 0.75rem;
}

.table tbody tr td {
  text-align: center !important;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 10px;
}

.btn-light-success:hover {
  color: #00d509 !important;
}

.btn-light-danger:hover {
  color: #ed330e !important;
}

.success-message {
  color: #000 !important;
  font-family: Manrope;
  font-size: 0.9rem !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.b-none {
  border: unset !important;
}
.b-1 {
  border: 1px solid #a7a9ac;
}

.designImagePopup {
  width: 720px;
  height: 500px;
}
#designNumberImagesPopup {
  position: absolute;
  top: 15%;
  left: 25%;
  z-index: 9999;
}

/* card design */

.inner-card {
  max-width: 320px;
  border-width: 1px;
  border-color: rgba(219, 234, 254, 1);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem;
}

.inner-header {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}

/* skeleton css  */

/* Table Styling */
.skeleton-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}

.skeleton-table td {
  padding: 8px;
  border: 1px solid #f0f0f0;
}

/* Skeleton Cell */
.skeleton-cell {
  width: 100%;
  height: 34px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f0f0f0 20%, #e0e0e0 50%, #f0f0f0 80%);
  background-size: 200% 100%;
  animation: shimmer 2.5s infinite linear;
}

/* Shimmer Animation */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* end  */

.activeBtn {
  background-color: #fff9e9 !important;
  color: #ffc224 !important;
  border: 1px solid #ffc224 !important;
  border-radius: 1000px !important;
}

.deactiveBtn {
  color: #302f2e !important;
}
/* file upload */
/* Dropzone styling */
.upload-dropzone {
  border: 2px dashed #fbbf24; /* yellow border */
  /* background-color: #fffbeb;            */
  border-radius: 16px;
  position: relative;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.upload-dropzone.dragover {
  background-color: #fef9c3;
  border-color: #f59e0b;
}
.upload-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #facc15;
  color: #92400e;
  font-size: 32px;
}

/* File chip */
.file-chip {
  min-width: 220px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  padding: 0.75rem 1rem;
}
.file-icon-square {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  /* background-color: #eef2ff; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 0.75rem;
}
.file-name {
  font-size: 0.95rem;
  font-weight: 500;
}
/* my css */
.bg-yellow {
  background-color: #ffc224;
}
.bg-grey {
  background-color: #f5f5f5;
}
.font-grey {
  color: #798194;
}
.font-red {
  color: #fb5053;
}
.thead-grey {
  background-color: #fcfcfd;
}
.bg-white {
  background-color: #fff !important;
}
.bg-primary {
  background-color: #f5f5f5 !important;
}
/* border */
.bd-top {
  border-top: 1px solid #e2e2e2;
}
.bd-left {
  border-left: 1px solid #e2e2e2;
}
.bd-all {
  border: 1px solid #e4e4e4;
}
.error-border {
  border: 1px solid #ff0000 !important;
}
/* for button */
.btn-dark {
  border-radius: 20px !important;
  background-color: #000 !important;
  color: white !important;
  /* width: 110px; */
}
.btn-light {
  border-radius: 20px !important;
  background-color: #fff !important;
  color: black !important;
  border: 1px solid black !important;
  /* width: 110px;  */
}
.btn-green {
  color: white;
  background-color: #03ac08;
  border-radius: 20px !important;
}
/* width  */
.w-14 {
  width: 14%;
}
.w-24 {
  width: 24%;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-24 {
  font-size: 24px !important;
}

/* Table container */
.table-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

/* Table base */
.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif;
}

/* Header styling */
.custom-table thead th {
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #667085;
  background-color: #fcfcfd;
  border-bottom: 1px solid #e5e7eb;
}
/* Body rows */
.custom-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #e5e7eb;
}

/* Hover effect */
.custom-table tbody tr:hover {
  background: #f9fafb;
}

/* Action buttons */
.action-btns {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.btn-edit,
.btn-delete {
  width: 34px;
  height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
}

.btn-edit:hover {
  background: #f3f4f6;
}

.btn-delete {
  color: #e11d48;
}

.btn-delete:hover {
  background: #fee2e2;
}

.btn-warning {
  color: #ffc224 !important;
  border: 1px solid #ffc224 !important;
  background-color: white !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

fs-11 {
  font-size: 11px !important;
}

.text-red {
  color: #f90004 !important;
}

.editable-cell {
  position: relative;
  padding-right: 30px;
}

.edit-icon {
  /* position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); */
  cursor: pointer;
  display: none;
  font-size: 14px;
}

.editable-cell:hover .edit-icon {
  display: inline-block;
}

.activeAgent {
  color: #24a63a !important;
  border: 1px solid #d6d6d6;
  border-radius: 1000px !important;
  padding: 3px 10px !important;
}

.deactiveAgent {
  color: red !important;
  border: 1px solid #d6d6d6;
  border-radius: 1000px !important;
  padding: 3px 10px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 50px;
}

.slider::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

/* ON state */
input:checked + .slider {
  background-color: #16c60c; /* green */
}

input:checked + .slider::before {
  transform: translateX(24px);
}

/* Increase select2 height */
.select2-container .select2-selection--single {
  height: 38px !important; /* change this value */
  border-radius: 50rem !important; /* pill shape (optional) */
  display: flex !important;
  align-items: center;
  border: 1px solid #e4e4e4 !important;
}

/* Center text vertically */
.select2-selection__rendered {
  line-height: normal !important;
  padding-left: 16px !important;
}

/* Align dropdown arrow */
.select2-selection__arrow {
  height: 52px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: -5px !important;
  right: 1px;
  width: 20px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #e4e4e4 !important;
  outline: 0;
  border-radius: 50rem !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e4e4e4 !important;
    border-radius: 50rem !important;
    cursor: text;
}

/* .select2-selection--multiple {
  border: 1px solid red !important;
} */
body {
    overflow-x: hidden !important;
}
