@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary: #ff1f00;
  --primary2: #cf1f06;
  --secondary: #223af2;
  --secondary2: #1a2dbb;
  --gray: #777;
}

.bg-gray {
  background: var(--gray) !important;
}
.bg-body-gradiant {
  font-family: "Poppins";
  background: rgb(0, 123, 255);
  background: linear-gradient(
    -90deg,
    #dde6f4 0%,
    #e6eaf8 17.57%,
    #d4dcfc 34.86%,
    #e2e6f6 52.23%,
    #e0e5f8 65.17%,
    #eef4fd 97.75%
  );
}

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--cui-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--cui-body-bg);
  background-clip: padding-box;
  border: var(--cui-border-width) solid var(--cui-border-color);
  border-radius: var(--cui-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 40px;
}
form {
  margin: 0;
}
.logo-login {
  display: block;
  margin: 0 auto 15px;
  max-width: 80px;
  font-family: "Poppins";
}
.card-login {
  border: 0;
  box-shadow: 0 10px 10px #99999933;
  max-width: 400px;
  width: 96%;
  margin: 0 auto;
  padding: 0;
}
.card-login .card-body {
  padding: 20px 25px 25px;
}
.card-login h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.card-login .input-group-text,
.card-login .form-control,
.card-login .btn {
  min-height: 42px;
}
.btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
}
.btn.btn-sm {
  min-height: 34px;
  padding: 5px 10px;
  font-size: 13px;
}

.header > .container-fluid + .container-fluid {
  min-height: 2.2rem;
}
/* div[class*="card bg-"] {
  border: 0;
} */
div[class*="card bg-"] .fs-4 {
  font-size: 16px !important;
  font-weight: 300 !important;
}
div[class*="card bg-"] div {
  font-weight: 400;
}
div[class*="card bg-"] div svg {
  color: #a3a3a3;
  width: 30px !important;
  height: 30px !important;
}
.dashboard-cards .card {
  height: 100%;
}
.dashboard-cards .bg-primary {
  background-color: #e9e8f9 !important;
}
.dashboard-cards .bg-info {
  background-color: #d9e9f9 !important;
}
.dashboard-cards .bg-danger {
  background-color: #f7e7c3 !important;
}
.dashboard-cards .bg-success {
  background-color: #e8fdee !important;
}
.dashboard-cards .bg-warning {
  background-color: #f9d4d4 !important;
}
.dashboard-cards .c-chart-wrapper {
  height: 30px !important;
}
.coupon-cards .bg-primary {
  background-color: #9695db !important;
}
.coupon-cards .bg-info {
  background-color: #88b9e9 !important;
}
.coupon-cards .bg-danger {
  background-color: #d7ad50 !important;
}
.coupon-cards .bg-warning {
  background-color: #eb7a7a !important;
}
div.dt-container div.dt-search label {
  display: block;
}
.table-responsive th {
  font-weight: 500;
  font-size: 15px;
  padding: 10px !important;
  background: #f1f1f1 !important;
  vertical-align: middle;
}
.table-responsive td {
  font-weight: 300;
  font-size: 15px;
  padding: 10px !important;
  vertical-align: middle;
}
div.dt-container div.dt-search {
  display: flex;
  align-items: center;
  gap: 4px;
}
div.dt-container div.dt-search #filterOptions {
  margin-left: 10px;
}
table.dataTable {
  font-size: 15px;
}
.select2-container .select2-selection--multiple {
  min-height: 40px !important;
}
.select2-container--default .select2-selection--multiple {
  min-height: 40px !important;
  border: var(--cui-border-width) solid var(--cui-border-color) !important;
}
.c-chart-wrapper.w-100 {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
}
.table-responsive {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.table-responsive .table {
  margin: 0;
}

ul.pagination {
  margin: 0;
}
.table-responsive nav p {
  margin: 0;
}
.table-responsive nav {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

div.table-responsive > div.dt-container > div.row:first-child {
  padding: 0 10px;
}
div.table-responsive > div.dt-container > div.row:nth-child(3) {
  padding: 0 10px 10px;
  border-bottom: 1px solid #ddd;
}
.tab-content {
  margin-bottom: 20px;
}
td .optionsIcon {
  font-size: 18px !important;
  min-width: 25px;
}
td .options_fields {
  display: block !important;
  text-align: center;
}

/* .table tr:last-child td .optionsPopup {
  bottom: 0;
  top: auto;
} */

.filter-popup {
  background: #f9f9f9 !important;
}

svg.lucide {
  width: 16px;
  height: 16px;
}
.upload-image {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eee url(../assets/img/avatars/profile.png) center no-repeat;
  position: relative;
  transition: ease-in-out 0.15s;
  border: 1px solid var(--brdr);
  background-size: 40px;
  overflow: hidden;
}
.upload-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.upload-image:hover {
  border-color: var(--blue);
}
.upload-image label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
  z-index: 2;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.upload-image label svg.lucide {
  width: 24px;
  height: 24px;
}
.upload-image:hover label {
  display: flex;
  background: rgba(200, 200, 200, 0.9);
}

.notification-item:last-child p {
  margin: 0;
}
.notification-item b {
  font-weight: 600;
}
table.th-nowrap tr th {
  white-space: nowrap;
}
.btn + .btn {
  margin-left: 6px;
}
.edit_link {
  color: var(--secondary);
  font-weight: 500;
}
table tr td .user_details {
  color: var(--secondary);
  font-weight: 500;
  display: block;
  padding: 5px 0;
}

.badge {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 3px;
  text-transform: capitalize;
}

.btn-primary {
  --cui-btn-color: #fff;
  --cui-btn-bg: #ff1f00;
  --cui-btn-border-color: #ff1f00;
  --cui-btn-hover-color: #fff;
  --cui-btn-hover-bg: #cf1f06;
  --cui-btn-hover-border-color: #cf1f06;
  --cui-btn-focus-shadow-rgb: 113, 111, 220;
  --cui-btn-active-color: #fff;
  --cui-btn-active-bg: #cf1f06;
  --cui-btn-active-border-color: #cf1f06;
  --cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
  --cui-btn-disabled-color: #fff;
  --cui-btn-disabled-bg: #ff1f00;
  --cui-btn-disabled-border-color: #ff1f00;
}

.badge {
  font-weight: normal !important;
}
.offcanvas_user_dtls .row {
  padding-top: 5px;
  padding-bottom: 5px;
}
.offcanvas_user_dtls .col-sm-5 {
  font-weight: 500;
  white-space: nowrap;
}
.offcanvas_user_dtls .col-sm-5 img {
  width: 18px;
  height: auto;
}
.offcanvas_user_dtls .ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.offcanvas_user_dtls {
  height: 100%;
  overflow-y: auto;
}
.off_header {
  padding: 15px;
  background: #f8f8f8;
}
.off_header .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.off_header .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.off_body {
  padding: 15px;
}
.off_body .btn-sm {
  font-size: 11px;
  padding: 5px 8px;
  min-height: 30px;
}
.off_body .btn + .btn {
  margin-left: 2px;
}
.off_footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}
.sidebar-header {
  padding: 2px 20px;
}
.sidebar-brand {
  height: 32px;
  display: inline-flex;
}
.sidebar-brand-full,
.sidebar-brand-narrow {
  max-width: 100%;
  height: auto;
}

.card.card-user {
  font-size: 13px;
}
.card.card-user,
.card.card-user .card-body {
  padding: 0;
  border: 0;
}
.card.card-user .table-responsive th,
.card.card-user .table-responsive td {
  font-size: 12px;
  padding: 4px 5px !important;
}
.card.card-user .btn.btn-sm {
  min-height: 26px;
  padding: 4px 7px;
  font-size: 12px;
}
@media (min-width: 1000px) and (max-width: 1600px) {
  .container-lg.container-form,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  div.dt-container div.dt-info {
    padding-bottom: 0.85em;
  }
  .dt-length {
    margin-bottom: 10px;
  }
  div.dt-container div.dt-search input.form-control {
    width: 100%;
  }
  .d-flex.align-items-center.justify-content-between {
    flex-wrap: wrap;
  }
  .d-flex.align-items-center.justify-content-between h4,
  .d-flex.align-items-center.justify-content-between div {
    flex: 0 0 100%;
  }
  div.dt-container div.dt-length,
  div.dt-container div.dt-search,
  div.dt-container div.dt-info,
  div.dt-container div.dt-paging {
    text-align: left;
  }
  div.dt-container div.dt-paging ul.pagination {
    justify-content: flex-start !important;
  }
}
