.dis-flex {
  display: flex;
}
.dis-flex-column {
  flex-direction: column;
}
.dis-justify-center {
  justify-content: center;
}
.dis-justify-end {
  justify-content: end;
}
.dis-just-space-between {
  justify-content: space-between;
}
.dis-align-center {
  align-items: center;
}
.dis-block {
  display: block;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.fw-bold {
  font-weight: bold;
}
.mar-l-10 {
  margin-left: 10px;
}

.mar-l-15 {
  margin-left: 15px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
.gap-25 {
  gap: 25px;
}
.gap-30 {
  gap: 30px;
}

.pad-5 {
  padding: 5px;
}
.pad-10 {
  padding: 10px;
}
.pad-15 {
  padding: 15px;
}
.pad-l-0 {
  padding-left: 0px;
}
.pad-l-15 {
  padding-left: 15px;
}
.pad-r-15 {
  padding-right: 15px;
}
.pad-l-20 {
  padding-left: 20px;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-20 {
  padding: 20px;
}
.mar-b-5 {
  margin-bottom: 5px;
}
.mar-b-10 {
  margin-bottom: 10px;
}
.mar-b-15 {
  margin-bottom: 15px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-b-25 {
  margin-bottom: 25px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-t-5 {
  margin-top: 5px;
}
.mar-t-10 {
  margin-top: 10px;
}
.mar-t-15 {
  margin-top: 15px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-t-25 {
  margin-top: 25px;
}
.mar-t-30 {
  margin-top: 30px;
}
.fs-0 {
  font-size: 0;
}
.fs-14 {
  font-size: 14px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.fs-20 {
  font-size: 20px !important;
}
.bg-white {
  background: #fff;
}
.c-white {
  color: #fff;
}

.c-white-50 {
  color: rgb(255 255 255 / 50%);
}
.c-white-75 {
  color: rgb(255 255 255 / 75%);
}
.c-black {
  color: #000;
}
.c-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.c-555 {
  color: #555555;
}
.bg-white2 {
  background: rgb(158, 132, 132);
}
.center-middle {
  justify-content: center;
  align-items: center;
}
img.img-res {
  max-width: 100%;
}
.cursor-p {
  cursor: pointer;
}
.w-40 {
  width: 40%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-100 {
  width: 100%;
}

.text-none {
  text-decoration: none;
}

.mar-b-0 {
  margin: 0;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.bg-none {
  background: none;
}

.position-relative {
  position: relative;
}

.validation-text {
  color: red;
  font-size: 12px;
  padding-left: 5px;
}
.loader {
  left: 0;
  top: 0;
  margin-top: 0;
  position: fixed;
  z-index: 9999 !important;
  color: #ff828c;
  background: rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mar-auto {
  margin: auto;
}

.border-round {
  border-radius: 100px;
}
.border-none-0 {
  border: 0px;
}
.z-index-9 {
  z-index: 9;
}
.l-height {
  line-height: 24px;
}
.width-fit {
  width: fit-content;
}
button {
  cursor: pointer;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow-1 {
  flex-grow: 1;
}
.list-unsty {
  list-style: none;
}

.img-blur-100 {
  filter: blur(90px);
  width: 200px;
  height: 200px;
  background: #9743c7;
  opacity: 0.4;
}

.captcha-block {
  /* background: rgb(144 226 243 / 13%); */
  background: transparent;
  /* border: 1px solid #d1d5db; */
  /* padding: 10px; */
  border-radius: 8px;
  position: relative;
}

#refresh {
  position: absolute;
  right: 200px;
  width: 25px;
  height: 25px;
  bottom: 45px;
  background: url(/indexAssets/images/refresh-icon.svg) no-repeat #eae2ef center;
  background-size: 70%;
  top: 6px;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
}

.req-field-2 {
  border: 1px solid red !important;
}
