:root {
  --primary-color: #202224;
  --secondary-color: #0055b8;
  --secondary2-color: #fea800;
  --secondary3-color: #f5f6fa;
  --secondary4-color: #d86823;
  --bs-white: #fff;
  --bodyFont: "poppinsregular";
  --headingFont: "poppinsbold";
   /* indranil */
  --secondary5-color: #ECF0F8;
  --bs25-white: #ffffff6c;
  --secondary6-color: #4A3AFF;
  --secondary7-color: #C893FD;
  --secondary8-color:  #FEA800;
  --secondary9-color: #F57B20;
  --secondary10-color: #A7575B;
}
.text-secondary {
  color: var(--secondary4-color) !important;
}
.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: var(--secondary3-color);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: block;
  line-height: 52px;
  height: 52px;
  font-family: "poppinssemibold";
  border-width: 2px;
  background: var(--secondary2-color);
}

.btn:hover {
  background-color: #1ba0b7 !important;
  border-color: #198ea3 !important;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: var(--headingFont);
}

.p-v-60 {
  padding: 60px 0;
}

h1,
.mainheading {
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

h2 {
  font-size: 30px;
  font-weight: normal;
}

h3.heads {
  font-size: 85px;
  font-weight: normal;
}

h4 {
  font-size: 22px;
  font-family: "poppinssemibold";
  font-weight: normal;
}

h5 {
  font-size: 16px;
  font-family: "poppinsmedium";
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 80px 0 !important;
}

header {
  position: fixed;
  width: calc(100% - 270px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 14px 30px;
  box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.sideNav {
  width: 270px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  border-right: #e0e0e0 1px solid;
  background: var(--bs-white);
  padding: 34px 0;
}

.logo {
  width: 100%;
  margin-bottom: 47px;
}
.logo img {
  height: 41.5px;
  object-fit: contain;
}

.stellarnav {
  width: auto;
}

.stellarnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
}

.stellarnav ul li > a {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
}

.stellarnav ul li > a:hover,
.stellarnav ul li.active > a {
  color: var(--primary-color);
}

.loginPage {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
}
.box {
  max-width: 707px;
  width: 100%;
  margin: 0 auto;
  min-height: 587px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-white);
  border-radius: 21px 21px 0 0;
  -webkit-border-radius: 21px 21px 0 0;
  -moz-border-radius: 21px 21px 0 0;
  -ms-border-radius: 21px 21px 0 0;
  -o-border-radius: 21px 21px 0 0;
  border: #b1b1b1 1px solid;
  box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -3px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.box form {
  max-width: 451px;
  width: 100%;
  margin: 0 auto;
  min-height: 306px;
}
.box h1 {
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.form-label {
  margin-bottom: 0;
  font-size: 13px;
  font-family: "poppinssemibold";
}

.form-control {
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  background: transparent !important;
  padding: 12px 0;
  font-size: 15px;
  transition: border-color 0.3s;
}
.form-control::placeholder {
  color: #919191;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ffa726;
  background: transparent;
}

.form-control::placeholder {
  color: #bdbdbd;
  font-size: 14px;
}

.password-toggle {
  position: absolute;
  right: 0;
  top: 38px;
  cursor: pointer;
  color: #757575;
  transition: color 0.3s;
}

.password-toggle:hover {
  color: #333;
}

.forgot-password {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.forgot-password a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s;
}

.forgot-password a:hover {
  color: #1565c0;
  text-decoration: underline;
}
.btn.btn-login {
  max-width: 299px;
  width: 100%;
}
.ballon1 {
  position: absolute;
  right: 80%;
  top: -7%;
  width: 305px;
  height: 379px;
  object-fit: contain;
  display: inline-block;
}
.ballon2 {
  position: absolute;
  left: 86%;
  bottom: 1%;
  width: 231px;
  height: 259px;
  object-fit: contain;
  display: inline-block;
}
.sideNav ul {
  padding-right: 27px;
}
.sideNav ul li a {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-size: 13px;
  font-family: "poppinssemibold";
  padding-left: 54px;
  line-height: 50px;
  border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  -o-border-radius: 0 12px 12px 0;
  width: 100%;
  position: relative;
}
.sideNav ul li a:hover,
.sideNav ul li.active a {
  background: #3986d7;
  color: var(--bs-white);
}
.sideNav ul li.open_menu a {
  background: #3986d7;
  color: var(--bs-white);
  border-radius: 0 12px 0 0;
  -webkit-border-radius: 0 12px 0 0;
  -moz-border-radius: 0 12px 0 0;
  -ms-border-radius: 0 12px 0 0;
  -o-border-radius: 0 12px 0 0;
}
.sideNav ul li.open_menu a i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sideNav ul li a:hover img,
.sideNav ul li.active a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.sideNav ul li a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 13px;
}
.sideNav ul li a i {
  position: absolute;
  right: 20px;
}
.sideNav ul li li a {
  font-family: "poppinsregular";
  line-height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: #e0e0e0 1px solid;
  background: transparent !important;
}
.sideNav ul li li:last-child a {
  border: none;
}
.sideNav ul ul {
  background: #efefef;
  padding: 0;
  border-radius: 0 0 12px 0;
  -webkit-border-radius: 0 0 12px 0;
  -moz-border-radius: 0 0 12px 0;
  -ms-border-radius: 0 0 12px 0;
  -o-border-radius: 0 0 12px 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}
.sideNav ul li.open_menu ul {
  display: block;
}

.sideNav ul ul li {
  padding: 0 20px;
}
.sideNav ul li li a:hover , .sideNav ul li.open_menu li a{
  font-family: "poppinssemibold";
  background: none !important;
  color: var(--primary-color) !important;
}

.sideNav ul li.active li a {
  background: transparent;
  color: var(--primary-color);
}
.sideNav > ul {
  height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
}
.sideNav > ul > li:nth-last-child(2) {
  margin-top: 30px;
}
.search-wrapper {
  position: relative;
  background: white;
  border-radius: 19px;
  width: 378px;
  flex: 0 0 378px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border: #d5d5d5 1px solid;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none !important;
  background: transparent;
}

.search-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px 0 40px;
  font-size: 14px;
  color: #202224;
  background: transparent;
  height: 38px;
}

.search-input::placeholder {
  color: #9ca3af;
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.profile-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.profile-name {
  font-size: 14px;
  font-family: "poppinsbold";
  color: #404040;
  margin: 0;
  line-height: 1.2;
}

.profile-role {
  font-size: 12px;
  color: #565656;
  margin: 0;
  line-height: 1.2;
}
.adminBody {
  padding: 108px 30px 30px 297px;
  min-height: 700px;
}

.stat-card {
  background: white;
  border-radius: 12px;
  /* box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1); */
  padding: 1rem;
  /* cursor: pointer;
  transition: transform 0.2s; */
}

/* .stat-card:hover {
  transform: translateY(-3px);
} */

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  /* margin-bottom: 1rem; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.stat-title {
  font-size: 16px;
  font-weight: 500;
  color: #202224;
  margin-bottom: 0.5rem;
}
.stat-value {
  font-size: 28px;
  font-weight: 600;
  color: #202224;
  position: relative;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.change-up {
  color: #606060;
  font-weight: 400;
  font-size: 16px;
}

.change-up span {
  color: #00b69b;
}
.form-select {
  border-color: #d5d5d5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #999;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D5D5D5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.select-sm {
  max-width: 101px;
  font-size: 12px;
}
.text-primary {
  color: #3986d7 !important;
}
.viewbtn {
  font-size: 15px;
  font-family: "poppinssemibold";
}
.mt-34 {
  margin-top: 34px;
}
.img_thumb {
  width: 70px;
  flex: 0 0 70px;
}
.img_thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 70px;
  object-fit: cover;
  border: #f0be1b 2px solid;
}
.dash_vendorList p {
  color: #718ebf;
  font-size: 15px;
}
.dash_vendorList a {
  gap: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: var(--primary-color);
}
.dash_vendorList {
  box-shadow: none !important;
  padding: 0.82rem 1rem;
}
.table-responsive {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 15px;
  font-family: "poppinsmedium";
  font-weight: normal;
}
.table th {
  background: #efefef;
  color: #718ebf;
  font-family: "poppinsmedium";
  font-weight: normal;
  padding: 19px 20px;
}
.table td {
  background: #fff;
  padding: 19px 20px;
  border-bottom: #cccccc 1px solid;
}
.table tr:last-child td {
  border-color: transparent;
}
.table .viewbtn {
  color: #f7a80e;
  font-size: 15px;
  font-family: "poppinsmedium";
  font-weight: normal;
  text-decoration: underline;
}
.categoryBox {
  border: #1b4a7b 1px solid;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  border-left: none;
  gap: 15px;
}
.categoryBox h5 {
  font-family: "poppinsmedium";
  font-weight: normal;
  font-size: 15px;
}
.categoryBox small {
  color: #718ebf;
  font-size: 13px;
}
.categoryBox svg:hover {
  stroke: var(--secondary-color);
}
.categoryBox a svg path {
  transition: stroke 0.3s ease;
}
.categoryBox a:hover svg path {
  stroke: var(--secondary-color);
}
.w35 {
  width: 30%;
  flex: 0 0 30%;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  background: #dc9100;
  color: var(--bs-white);
  text-align: center;
  height: 42px;
  line-height: 42px;
}
.w75 {
  width: 60%;
  flex: 0 0 60%;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  background: #1b4a7b;
  color: var(--bs-white);
  text-align: center;
  height: 42px;
  line-height: 42px;
}
.states {
  font-size: 18px;
}
.states span {
  width: 14px;
  flex: 0 0 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.filters {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border: #d5d5d5 1px solid;
  width: 112px;
  flex: 0 0 112px;
  background: #ffff;
}
.table td {
  vertical-align: middle;
}
.table td .dropdown-toggle:empty::after,
.vendorDetails .dropdown-toggle:empty::after {
  display: none;
}
.table td .dropdown-toggle {
  cursor: pointer;
}
.dropdown-toggle {
  cursor: pointer;
}
.filters span a {
  justify-content: center;
  align-items: center;
  height: 38px;
  display: flex;
  gap: 6px;
  color: var(--primary-color);
}
img.vendor {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 166px;
  padding: 0.6rem;
  margin: 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.2);
}
.dropdown-item {
  padding: 0.7rem 0.2rem;
  border-bottom: #cccccc 1px solid;
  background: none !important;
  color: #1b3042;
}
.dropdown-item:hover {
  color: var(--secondary-color);
}
.dropdown-item img {
  margin-right: 0.3rem;
}
.dropdown-menu li:last-child .dropdown-item {
  border: none;
}
.venderDetailsTop {
  padding: 20px 59px;
}
.pr-34 {
  padding-right: 34px;
}
.vlogo {
  width: 80px;
  flex: 0 0 80px;
}
.vlogoCircle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: var(--bs-white) 2px solid;
  object-fit: cover;
  box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.5);
}
.venderDetailsTop .tags {
  font-size: 12px;
  background: #f5f6fa;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  padding: 10px 18px;
  margin-bottom: 10px;
  display: inline-block;
  color: #718ebf;
}
.venderDetailsTop .tags b {
  color: #1b4a7b;
}
.venderDetailsTop h5 {
  font-family: "poppinssemibold";
}
.ratings {
  gap: 0.4rem;
}
.btnGroups .btn {
  height: 35px;
  line-height: 32px;
  font-size: 11px;
  margin-right: 0.5rem;
}
.btn-outline-dark {
  background-color: transparent;
}
.vinfos {
  font-size: 14px;
  color: #718ebf;
  gap: 1.2rem;
}
.vinfos li {
  margin: 0.5rem 0;
}
.vinfos strong {
  color: #1b3042;
}
.vendorDetails h6 {
  font-family: "poppinssemibold";
}
.vendorDetails .form-select {
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  max-width: 165px;
  font-size: 15px;
  color: #1b3139;
  padding: 0.375rem 2.25rem 0.375rem 0.9rem;
  border-color: #d0d0d0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231B3139' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.productList p {
  color: #565656;
  font-size: 14px;
}
.vPrice {
  gap: 0.5rem;
}
.vPrice strong {
  line-height: 1;
}
.vPrice h6 {
  font-family: "poppinsbold";
}
.vPrice h5 {
  color: #a9a8a8;
  text-decoration: line-through;
  font-size: 18px;
}
.vPrice strong {
  font-family: "poppinssemibold";
  font-size: 15px;
}
.text-secondary2,
.bankRow p {
  color: #718ebf;
}
.performance .box2 {
  background: #f5f6fa;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0.7rem;
  font-size: 13px;
  color: #718ebf;
  height: 100%;
}
.performance .box2 h5 {
  font-family: "poppinsmedium";
  font-size: 16px;
  color: #232323;
  margin-bottom: 6px;
}
.bankRow {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.6rem;
  font-size: 12px;
  justify-content: space-between;
}
.bankRow h6 {
  font-size: 12px;
  font-family: "poppinsmedium";
  margin-bottom: 7px;
}
.bankRow .dropdown-item {
  font-size: 12px;
}
.bankPrimary {
  position: absolute;
  top: -14px;
  right: 17px;
}
.bankPrimary .btn {
  max-width: 69px;
  height: 21px;
  padding: 0 10px;
  background: transparent;
  font-size: 11px;
  line-height: 20px;
  border-width: 1px;
}
.vendorDetails .btn-sm {
  height: 28px;
  line-height: 26px;
  font-size: 10px;
  padding: 0 10px;
}
.vendorDetails .table td b{color: #718ebf; font-family: "poppinsbold";}
.text-danger {
  color: #fe5c73 !important;
}
.text-success {
  color: #135b20 !important;
}
.gapless.table td {
    padding: 19px 5px;
}
.docs h6 {
  background: #eaeaea;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  padding: 6px 15px;
  font-size: 12px;
  font-family: "poppinsmedium";
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.docs small { color: #718ebf; font-size: 12px;}
.form-check-input {
    width: 18px;
    height: 16px;
    margin-top: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.gapless.table td {
    padding: 19px 5px;
}
.gapless.table svg:hover path , .gapless.table svg:focus path{
  stroke: #ff9800; /* hover color */
}


/* sonali */
#blockUser .modal-dialog, #deleteUser .modal-dialog{
max-width: 640px;
}
.custom-modal {
  border-radius: 16px;
  padding: 25px 35px 25px;
  backdrop-filter: blur(30px);
  border: none;
  background: linear-gradient(135deg,  rgba(231,238,244,1) 0%,rgba(231,238,244,1) 21%,rgba(131,150,164,1) 100%);
}
#blockUser .modal-dialog .modal-body{
    padding: 0;
}

.icon-box {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  margin-bottom: 29px;
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #162535;
}

.modal-text {
  font-size: 15px;
  color: #424242;
  margin: 0 auto;
}

.modal_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}
.block-btn {
  background-color: #FEA800;
  border-radius: 24px;
  padding: 8px 18px;
  color: #222222;
  font-weight: 500;
  border: none;
  font-size: 12px;
  width: 100%;
  max-width: 181px;
  height: 46px;
  line-height: 34px;
}

.block-btn:hover{
    background-color: #3986d7 !important;
    color: var(--bs-white);
}

 .cancel-btn {
    border-radius: 24px;
    padding: 0px 18px;
    color: #222222;
    font-weight: 500;
    border: none;
    font-size: 12px;
    width: 100%;
    max-width: 192px;
    height: 46px;
    line-height: 30px;
    border: 1px solid #1B3042;
    background: transparent;
}
 .block-btn {
    background-color: #FEA800;
    border-radius: 24px;
    padding: 0px 18px;
    color: #222222;
    font-weight: 500;
    border: none;
    font-size: 12px;
    width: 100%;
    max-width: 181px;
    height: 46px;
    line-height: 30px;
}
.cancel-btn:hover{
    background-color: #FEA800 !important;
    /* border-color: #FEA800 !important; */
}


/* sourav */
/* ==========================================cursor====================== */
.cursor-dot{
    width: 20px;
    height: 20px;
    background-color: #fea9007e;
    transition: 0.15s;
}
.cursor-dot, .cursor-outline{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 99;
    pointer-events: none;
}




/*===================================== products ===================================*/
.products table tbody .text span{
 color: #1B4A7B !important;
 font-size: 15px;
 margin-top: 3px;
}

.products table .ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.products table .text-bg-primary{
  background-color: #CCF0EB;
  border-radius: 4.5px;
  padding: 9px 21px;
   color: #135B20;
}
.products table .badge{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.products table .bg-danger{
  background-color: #EBE4E3 !important;
  color: #EF3826 !important;
  border-radius: 4.5px;
  padding: 9px 19px;
}
.products table tr td:nth-child(6){
  text-align: center;
}
.products table th:nth-child(6){
  text-align: center;
}
.products .table td{
  vertical-align: top;
}
.products .vendors{
  padding: 33px 0;
  position: relative;
}
.products .vendors h5{
  font-weight: 700;
  color: #1B3042;
  padding-bottom: 24px;
}
.products .vendors .mySwiper .swiper-slide .image img{
  border-radius: 50%;
  width: 100%;
}
.products .vendors .mySwiper .swiper-slide .image{
  padding: 1px;
  background: linear-gradient(to top, #F5F6FA, #FEA801);
   position: relative;
   border-radius: 50%;
}
.products .vendors .mySwiper .swiper-slide .image .inner-wrapper{
width: 100%;
background-color: #F5F6FA;
border-radius: 50%;
padding: 18px;
}
.products .vendors .mySwiper .swiper-slide h6{
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  text-align: center;
  padding-top: 8px;
}
.products .swiper-button-next{
  width: 30px;
  height: 30px;
  border: 1px solid #292929;
  border-radius: 50px;
  top: 49px;
  right: 0;
}
.products .swiper-button-next::after{
  font-size: 13px;
  color: #292929;
  font-weight: 900;
  line-height: 24px;
}
.products .swiper-button-prev::after{
  font-size: 13px;
  color: #292929;
  font-weight: 900;
  line-height: 24px;
}
.products .swiper-button-prev{
  width: 30px;
  height: 30px;
  border: 1px solid #292929;
  border-radius: 50px;
  top: 49px;
  left: auto;
  right: 50px;
}








/* =====================================orders===================================== */
.orders table .bg-warning{
  background-color: #F7E1D3 !important;
  color: #D86823 !important;
  padding: 9px 21px;
}
.orders table .bg-danger-1{
  background-color: #F3D4D4 !important;
  padding: 9px 21px;
  color: #C42727 !important;
}
.orders table .bg-secondary{
  background-color: #F4F3D1 !important;
  padding: 9px 21px;
  color: #847B11 !important;
}
.orders table tbody tr td{
  padding-left: 22px;
}
.payments .nav-pills .nav-link{
  background-color: #E0E0E0 !important;
  color: #606060;
  border-radius: 12.46px;
  height: 38px;
  width: 131px;
  margin-right: 13px;
  font-size: 14px;
  line-height: 25px;
}
.payments .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #1B3042 !important;
  color: #FFFFFF;
}
.payments .btn{
  width: 138px;
  height: 35px;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  line-height: 34px;
  color: #222222;
}
.payments form.d-flex{
  gap: 16px;
}
.payments tbody td span{
  font-size: 13px;
  font-weight: 400;
  color: #606060;
  padding-top: 7px;
}
.payments tbody td span a{
  color: #1B4A7B;
}
.payments thead tr th:nth-child(7){
  text-align: center;
}
.payments tbody tr td:nth-child(7){
  text-align: center;
}









/* ===============================payment-details  modal================================== */
.payment-details .modal-dialog{
  max-width: 624px;
}
.payment-details center .btn-login{
  width: 235px;
}
/* .payment-details .modal-header{
  position: relative;
} */
.payment-details .modal-header{
  top: 33px;
  right: 20px;
  position: absolute;
  z-index: 999;
}
.payment-details .modal-header{
  border: none;
}
.payment-details .modal-title{
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 73px;
}
.payment-details .custom-modal{
    padding: 23px 35px 10px 35px;
}
.payment-details .form .form-label{
  text-align: left ;
}
.payment-details .form-control{
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
}
.payment-details .form-label{
  font-weight: 600;
}
.payment-details .fild-wrap{
  margin-bottom: 20px;
}
.payment-details .btn-login{
  margin-top: 31px;
}
.payment-details .btn-close{
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  /* background-size: cover;
  background-position: center; */
}
.adminBody.products.orders form.d-flex{
  gap: 11px;
}
.adminBody.products form.d-flex{
  gap: 11px;
}
.heading-16{
  font-size: 16px;
  color: #1B3042;
  font-weight: 700;
}
.adminBody .heading-16{
  padding-top: 13px;
}
/* .adminBody.products.orders .tbody tr td p{
  padding-bottom: 5px !important;
} */
.adminBody.products.orders .table-borderless tbody tr td span{
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}
.adminBody.products.orders .table-borderless tbody tr td span a{
  color: #1B4A7B;
}
.adminBody.products img.vendor{
  margin-top: -3px !important;
}


/* Indranil */

/* announcement-list & announcement-details */
.announcement-list .btn, .announcement-details .btn, .vendor-approval .btn{
  padding: 5px 40px;
  line-height: 32px; 
  height: 40px;
  display: inline-block;
}

/* vendor-request page */
.vendor-request .form-select{
  border-radius: 19px;
  padding: 10px;  
  color: var(--primary-color);
}
.vendor-request .form-select option{
  color: var(--primary-color);
}

/* vendor-approval page */
.vendor-details{
  background-color: var(--secondary5-color);
  border-radius: 20px;
}
.vendor-details h5{
  font-size: 14px;
  font-weight: 500;
}
.vendor-details p {
  color: #718EBF;
  font-size: 14px;
  font-weight: 400;
}
.vendor-details h6{
  font-size: 10px;
}
.vendor-approval .vendor-docs{
  background-color: var(--bs-white);
  padding: 3px 12px;
  max-width: fit-content;
}

#rejectUser .modal-dialog, #approveUser .modal-dialog, #resonReject .modal-dialog{
  max-width: 640px;
}
#rejectUser .btn, #approveUser .btn{
  line-height: 0px;
}
.cancel-btn{
  line-height: 26px;
}

/* report page */
.report .prod_cate{
  min-height: 500px;
  height: 100%;
}
.report .category-chart span{
  color: var(--bs-white);
  border-radius: 50%;
  padding: 50px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; 
  border: 3px solid var(--bs-white);
}
.category-chart .blue35{
  width: 173px;
  height: 173px;
  background-color: var(--secondary6-color);
  font-size: 35px;
}
.category-chart .violet20{
  background-color: var(--secondary7-color);
    height: 122px;
    width: 122px;
    font-size: 26px;
    position: relative;
    margin-top: -190px;
    margin-left: 125px;
}
.category-chart .yellow15{
  background-color: var(--secondary8-color);
    height: 81px;
    width: 81px;
    font-size: 17px;
    position: relative;
    margin-left: 125px;
    margin-top: -25px;
}
.font14{
  font-size: 14px;
}
.secondary-color{
  color: var(--secondary-color);
}
.sale-generate{
  background: linear-gradient(292.71deg, rgba(254, 168, 0, 0.6) -42.72%, rgba(254, 168, 0, 0) 70.91%),
linear-gradient(280.94deg, rgba(254, 168, 0, 0) 75.56%, rgba(254, 168, 0, 0.25) 120.66%);
  padding: 3px 10px;
}
.sale-generate span{
  font-weight: 700;
}
.report .report-chart{
  max-height: 396px;
}
.report .product-desc p{
  font-size: 13px;
  color: #636363;
}
.report .states{
  color: #615E83;
}
.report .btn{
  border: 1px solid;
  background-color: transparent;
  max-height: 30px;
  line-height: 10px;
}
.commenthide{
  border-color: var(--secondary9-color);
  color: var(--secondary9-color);
}
.commentdelete{
  border-color: var(--secondary10-color);
  color: var(--secondary10-color);
}
.report .search-icon{
  right: 10px;
  left: auto;
}
.report .search-input{
  padding: 20px;
}

/* order page */
.order-details .item-desc{
  padding: 100px 50px 80px;
  color: var(--bs-white);
  border-radius: 20px;    
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
} 
.order-details .item-desc img{
  max-width: 523px;
  width: 100%;
}
.order-details h1{
  font-size: 23px;
  line-height: 34px;
}
.order-details p{
  color: #FFF3EB;
  font-size: 13px;
}
.order-details span{
  color: #EED5A4;
  font-weight: 700;
}
.order-details span s{
  color: #D4D4D4;
  font-weight: 400;
}
.order-info{
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-top: -170px;
}
.order-info h5{
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}
.order-info li{
  font-size: 14px;
  color: #838383; 
  font-weight: 500;
  padding: 7px 0;
}
.order-info li span{
  color: var(--primary-color);
}
.order-info .details{
  background-color: #ECF0F8;
  border: 1px solid #F5F6F8;
  padding: 20px;
  border-radius: 15px;
  min-height: 319px;
}
.order-details .downloadInvoice{
  background-color: var(--bs-white);
  border: 1px solid #1B3042;
  padding: 0px 25px;
  max-height: 35px;
  line-height: 35px;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}


.filter .modal-dialog{
  max-width: 854px;
  width: 100%;
}
.filter .modal-title{
  font-size: 16px;
  font-weight: 500;
}
.filter .form-check-label{
  font-size: 13px;
  vertical-align: super;
}
.filter .form-check-input[type="radio"]:checked {
  background-color: transparent;
  border: 1px solid var(--secondary2-color);
  background-image: url(../images/icons/radio-ellipse.png);
  background-position: center;
  background-size: 10px 10px;
} 
.filter .cheak-radio{
  background-color: #E7F1F8;
  padding: 12px 20px 8px;
  margin-right: 12px;
  border-radius: 19px;
}
.filter .active-bg, .filter .active-radio{
  background-color: var(--bs-white);
  border-radius: 19px;
}
.filter .form-wrap{
  padding-bottom: 20px;
  border-bottom: 1px solid #F9F1F1;
  margin-bottom: 20px;
}
.modal-header{
  border: 0;
}

/* customerdetails page */
.customerDetails .vlogoCircle{
  width: 120px;
  height: 121px;
  box-shadow: none;
}
.customerDetails .user-name{
  font-size: 26px;
  font-weight: 500;
}
.customerDetails span{
  font-size: 20px;
  color: #718EBF;
}
.customerDetails .vinfos{
  gap: 36px;
}
.customerDetails .vinfos strong{
  font-size: 16px;
}
.customerDetails .vinfos p{
  font-size: 15px;
}
.customerDetails .addInfo h6{
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
}
.customerDetails .addInfo p{
  font-size: 16px;
  border: 1px solid #DED1D1;
  padding: 15px 23px;
  border-radius: 24px;
  margin-top: 18px;
  margin-bottom: 57px;
}
.heading-22{
  font-size: 22px;  
}
.product-info .table-responsive {
  border-radius: 12px 12px 0 0 ;
}
.product-info .table th{
  background-color: #D9E0E6;
} 
.customerDetails .heading-13, .customerDetails .vPrice h6{
  font-size: 13px;
  font-weight: 600;
}
.heading-12, .customerDetails .product-info span, .customerDetails th, .customerDetails td, .vPrice h5{
  font-size: 12px;  
}
.customerDetails .product-info .prod-img{ 
  height: 61px;
}
.customerDetails .product-info .stat-card{
  background-color: #F5F6F8;
  border: 0.74px solid #D0D0D0;
  margin-bottom: 11px;
}
.prod-card{
  padding: 45px 43px 12px 24px;
  margin-top: -41px;
  border-radius: 0 0 12px 12px;
}
.customerDetails .table th, .customerDetails .table td{
  padding: 12px 10px ;
}
.customerDetails .product-info .prod-card .prodCard-btn{
  border-radius: 30px;
  padding: 5px 8px;
  display: inline-block;
}
.customerDetails .product-info .prod-card .acceptOrder{
  border: 1px solid #457108;
  color: #457108;
}
.customerDetails .product-info .prod-card .prepaid{
  border: 1px solid #3986D7;
  color: #3986D7;
}
.customerDetails .product-info .prod-card .tracking{
  border: 1px solid #1B3042;
  color: #1B3042;
}
.customerDetails .vPrice strong {
  font-size: 10px;
}
.customerDetails .productList p, .customerDetails .productList h5{
  font-size: 11px;  
}
#tracking .modal-dialog{
  max-width: 1020px;
  width: 100%;
}
#tracking .trackId{
  background-color: #E2ECF4;
  padding: 10px 17px;
  border-radius: 20px;
}
#tracking progress{
  max-width: 750px;
  width: 100%;
  height: 10px;
  accent-color: #699CC8;
  background-color: #F5F6F8;
  -webkit-appearance: none;
}
progress::-webkit-progress-bar {
  background-color: white;
}

progress::-webkit-progress-value {
  background-color: #699CC8;
}
progress::-moz-progress-bar {
  background-color: #699CC8;
}
#tracking .progress-wrap{
  border: 1px solid #5D7BA2;
  padding: 35px 50px;
  border-radius: 12px;
}
#tracking h6{
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
#tracking .dateTime{
  font-size: 12px;  
}
#tracking .track-active, #tracking .track-default{
  display: block;
  width: max-content;
  padding: 2.6px 7.5px;
  background-color: #5D7BA2;
  border-radius: 20px;
  position: relative;
  margin: auto;
  margin-bottom: -32px;
}
#tracking .track-active{
  background-color: #1B3042;
}


  .slider-container {
    width: 420px;
    margin: 40px;
    color: #1c2c4c;
  }
  .range-wrapper {
    position: relative;
    height: 50px;
  }
  .track {
    position: absolute;
    top: 28px;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
  }
  .range {
    position: absolute;
    top: 28px;
    height: 6px;
    background: #2f80ed;
    border-radius: 3px;
  }
  .value {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #2f80ed;
    transform: translateX(-50%);
    color: var(--primary-color);
  }

  input[type=range] {
    position: absolute;
    width: 100%;
    height: 6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    top: 28px;
  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2f80ed;
    cursor: pointer;
  }

  input[type=range]::-moz-range-thumb {
    pointer-events: auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2f80ed;
    border: none;
    cursor: pointer;
  }
.fixValue{
  font-weight: 500;
  font-size: 16;
  color: var(--primary-color);
}

.date-container .date-icon {
  position: absolute;
  top: 40px;
  right: 10px;
  /* pointer-events: none; */
  cursor: pointer;
  color:  #222222;
}