/* loader */

#pageloader {
  display: none;
  position: fixed;
  z-index: 999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#pageloader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* loader end */

.no-resize {
  resize: none;
}

.make_compact_table {
  width: 100% !important;
}

.nav-tabs .nav-link.active {
  background-color: #0d6efd;
  /* Bootstrap primary color */
  color: #fff !important;
}

.setting-image {
  height: 70px;
}

/* login page */

ul.text-sm.text-red.space-y-1.mt-2 {
  color: red;
  font-size: 12px;
}

.required {
  color: red;
  font-size: 12px;
}

label.form-label.boldlabel {
  font-weight: 700;
}

.login-body {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.search_filter div {
  margin-bottom: 12px;
}

.search_filter input,
select {
  width: 100%;
  padding: 3px;
}

/* User list Page */

.password-container {
  width: 400px;
  position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}

#show_password {
  position: absolute;
  top: 30%;
  right: 6%;
  cursor: pointer;
  color: #382929;
  font-size: large;
}

#show_password_two {
  position: absolute;
  top: 30%;
  right: 6%;
  cursor: pointer;
  color: #382929;
  font-size: large;
}

.bg-Approved {
  background-color: #148610 !important;
}
.bg-Completed {
  background-color: #148610 !important;
}

.bg-Active {
  background-color: #148610 !important;
}

.bg-Inactive {
  background-color: #fd0d31 !important;
}

.bg-Pending {
  background-color: #fdb90d !important;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
  color: grey;
}

.border-btn {
  padding: 6px 14px;
  border: 1px solid #28a745;
  color: #28a745;
  background: transparent;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* User list Page End */

.razorpay-payment-button {
  background: #ff7529;
  border: none;
  padding: 12px 20px;
  width: 100%;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}