.cus-card {
  height: 360px !important;
}

.cus-bg {
  background-color: #F2E6FF !important;
}

.cus-card-body {
  padding: 14px;
}

.vl-dashed {
  border-right: 1px dashed var(--bs-border-color);
  height: 130px;
}

.cus-white-bg {
  background-color: #ffffff;
}

.cus-card-header {
  padding: 14px !important;
  background-color: #EBEEF2;
}

.cus-app-cardh2 {
  font-size: 18px !important;
}

.cus-app-cardp {
  font-size: 10px !important;
}

.cus-modal-header {
  background-color: #2C0059;
}

.cus-sec-no {
  padding: 10px;
  background: #7f00ff;
  color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 800;
}

.text-underline {
  text-decoration: underline;
  color: blue !important;
}

.bg-login {
  position: absolute;

  img {
    width: 100%;
  }
}

.cus-hr-dashed {
  margin-top: 0px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid var(--bs-border-color);
  height: 0;
  overflow: visible;
  opacity: 1;
}

.cus-eye-icon {
  color: #7f00ff;
  background-color: #7f00ff20;
  padding: 10px;
  border-radius: 4px;
}

.cus-bug-icon1 {
  /* color: #FF0000; */
  background-color: #FF000020;
  padding: 10px;
  border-radius: 4px;
}

.cus-bug-icon2 {
  /* color: #F1C40F; */
  background-color: #F1C40F20;
  padding: 10px;
  border-radius: 4px;
}

.cus-bug-icon3 {
  /* color: #2E7D32; */
  background-color: #2E7D3220;
  padding: 10px;
  border-radius: 4px;
}

tr.cus-tr {
  border-style: solid !important;
}

.Onprogress-container {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.Onprogress-container::before {
  background-color: var(--line-border-empty);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: var(--progress-zIndex);
}

.Onprogress {
  background-color: #000;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 0%;
  z-index: var(--progress-zIndex);
}

.circle {
  align-items: center;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  color: #7f00ff;
  display: flex;
  height: 30px;
  justify-content: center;
  transition: 0.4 ease;
  width: 30px;
}

.circle.active {
  border-color: #7f00ff;
}

.cus-card-icon {
  width: auto;
}

.cus-card-icon i {
  border: 1px solid #d9e1ec;
  padding: 8px;
  margin: 0px 4px;
  border-radius: 6px;
  font-size: 16px;
  color: #96a0b5;
}

.onboard-card {
  border: 1px solid #98A2B3;
  transition: 0.3s !important;

}

.onboard-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2) !important;
}

.no-radius {
  border-radius: 0px !important;
}

.text-logo img {
  height: 22px !important;
}

.img-logo img {
  height: 50px !important;
}

.cus-title-card {
  font-size: 14px;
  font-weight: 500 !important;
  color: #344054;
}

.text-truncate span {
  font-size: 12px;
}

.cus-ms-4 {
  margin-left: 46px;
}

.cus-bg-grey {
  background-color: #EBEEF2 !important;
}

.red-dot {
  width: 8px;
  height: 8px;
  background-color: #d32f2f;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.warning-dot {
  width: 8px;
  height: 8px;
  background-color: #f1c40f;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.green-dot {
  width: 8px;
  height: 8px;
  background-color: #2e7d32;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.scan-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.activegreen-dot {
  background-color: #2e7d32;
}

.inactivegreen-dot {
  background-color: #2e7d3220;
}

.failedred-dot {
  background-color: #d32f2f;
}

.pendingyellow-dot {
  background-color: #f1c40f;
}

.cus-form-check {
  margin: 12px;
}

.cus-accordion h5 {
  display: inline-block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 14px;
}

.cus-acc-btn {
  width: 60px !important;
}

.cus-acc-btn:after {
  margin: 0px !important;
}

.cus-acc-row {
  margin: 14px 0 14px 0;
}

.cus-dot {
  padding: 6px 12px !important;
  border: 1px solid #c4c5ca;
  border-radius: 4px;
}

.cus-dot:hover {
  background-color: #ebeef2;
  color: #ffffff;
}

.cus-btn-primary {
  background: none;
  color: black;
  border: none;
  box-shadow: none;
  font-size: 14px;
}

.cusdrop-width {
  width: 400px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.cus-font-16 {
  font-size: 16px !important;
}
