.display-time-txt {
  position: absolute;
  bottom: 0;
  transform: translate(0, 100%);
  font-size: 12px;
  padding-top: 4px;
  right: 0;
    font-weight:600;
}
.data-invalid {
  border-color: #ff5630;
  padding-right: calc(1.5em + 1.5rem);
}
.data-isvalid {
  border-color: #36b37e !important;
  padding-right: calc(1.5em + 1.5rem);
}
.notification:last-child {
    margin-bottom: 126px;
}
.rp-application {
  height: 92vh;
  background-attachment: fixed;
  background: url("../../../../../../../content/dam/hfc-icici/images/corporate/en/main-bg.png") no-repeat center top / cover;
}
.rp-application h1,
.rp-application .title,
.rp-application .modal-title {
  font-size: 20px;
  color: #B02A30;
  font-weight: bold;
  line-height: 16px;
}
.rp-application .label,
.rp-application h2.label,
.rp-application h3.label {
  font-size: 14px;
  color: #999999 !important;
  font-weight: bold;
  line-height: 16px;
}
.rp-application .form-control#appNo {
  padding: 1rem;
  height: 40px;
}
.rp-application .outer-card {
  height: 80vh;
  position: relative;
}
.rp-application .card {
  padding: 1rem;
  width: 500px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orange-bg,
.orange-bg.btn,
.orange-bg:hover {
  color: #FFF !important;
  border-color: #f26522 !important;
  background-color: #f26522 !important;
}
.btn-orange-outline {
  color: #f26522 !important;
  border-color: #f26522 !important;
}
.btn-orange-outline.active {
  color: #FFF !important;
  border-color: #f26522 !important;
  background-color: #f26522 !important;
}
























* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.dmaApplicationForm {
  width: 100%;
}
.DmaHeader {
  background-color: #ffffff;
}
.headerLogo img {
  width: 250px;
}

.dmaAppImageBox img {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.dmaForm {
  /* height: 100%; */
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(253, 236, 229, 1) 74%,
    rgba(254, 220, 205, 1) 100%
  );
}
.title {
  font-size: 18px;
  color: #b02a30;
  font-weight: bold;
}
.subTitle {
  font-size: 14px;
  color: #004a80 !important;
  font-weight: bold;
}
.customButton {
    width:100%;
  height: 45px;
  font-size: 16px;
  color: #f26522;
  border-color: #f26522 !important;
  border-radius: 50px;
  background-color: #ffffff;
}
.appBtn .active{
color: #ffffff;
background-color: #f26522;
}

.activeBtn {
  color: #ffffff;
  background-color: #f26522;
}
.customButton:hover {
  color: #ffffff !important;
  background-color: #f26522 !important;
  cursor: pointer;
}
.customButton:focus {
  outline: none;
  box-shadow: none;
}
.resumeApplication {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.active {
  display: block;
  opacity: 1;
}
.resumeApplication input:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

@media (max-width: 500px) {
.dmaApplicationForm{
    height:93vh;
    }
.innerForm{
  width:100%
}
.dmaAppImageBox img {
  width: 100%;
}
.title{
    font-size:16px;
    }
.customButton{
height:36px;
font-size:12px;
}

  .dmaApplicationForm {
    background: rgb(255, 255, 255);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(253, 236, 229, 1) 74%,
      rgba(254, 220, 205, 1) 100%
    );
  }
}

/* New OTP Modal css  */


#otpPreview .modal-button-close {
  margin-top: -25px !important;
  opacity: 1 !important;
}

#otpPreview .modal-cross-symbol {
  color: #fff !important;
  font-size: 32px !important;
  opacity: 1;
}


#otpPreview .modal-content-beautify {
  /* margin-top: 90px; */
  border-radius: 20px;
  /* position: absolute !important;
  top: 50%; */
}

#otpPreview .modal-body-beautify {
  margin-top: -5px;
}


#otpPreview .modal-header-beautify {
  height: 125px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #004a80;
  position: relative;
  overflow: hidden;
  background-size: cover;
  border: none;
}

#otpPreview .modal-image-beautify {

  width: 251px;
  position: absolute;
  margin-top: -20px;
  margin-left: 228px;
  height: 200px;

}

#otpPreview .modal-title-beautify {
  margin-top: -9px;
}

#otpPreview .modal-title-heading {
  position: relative;
  color: #fff;
  margin-top: 20px;
  font-size: 28px;
}

#otpPreview .modal-title-paragraph {
  color: #fff;
  font-size: 13px;
  margin-bottom: -5px;
}

#otpPreview .modal-title-edit {
  color: #f26522;
  margin-left: 10px;
  font-size: 13px;
}

#otpPreview .modal-title-number {
  font-size: 12px;
  color: #fff;
}

#otpPreview .otp-input-new {
  display: flex;
  margin-top: 0px;
}

#otpPreview .otp-input-new input {
  text-align: center;
  width: 83px;
  height: 51px;
  font-size: 14px;
  margin-right: 20px;
}

#otpPreview .container-body-title {
  font-size: 14px;
  margin-left: -10px;
}

#otpPreview .modal-body-otp {
  margin-left: -25px;
}

#otpPreview .container-body-resend {
  margin-left: 6px;
  font-size: 14px;
  color: #f26522;
}

#otpPreview .modal-footer-button-primary {
  border: 1px solid #f26522;
  width: 160px;
  color: #f26522;
}

#otpPreview .modal-footer-button-primary:hover {
  background-color: #f26522;
  color: #fff;
}

#otpPreview .modal-footer-button-secondary {
  background-color: #f26522;
  color: #fff;
  width: 160px;
}

#otpPreview .modal-footer-button-secondary:hover {
  background-color: #fff;
  color: #f26522;
  border: 1px solid #f26522;
}

#otpPreview .modal-body-otp-box {
  border: none;
  border-radius: 4px;
  background-color: #DADADA;
}

#otpPreview .modal-footer-beautify {
  border-top: 1px solid #DADADA;
}
.invalidOtp{
  color: #f26522;
}

/* Alert CSS */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.otp-alert-container {
    border-radius: 8px;
    border: 1px solid #d2c1bc;
    box-shadow: 0px 8px 19px 10px #f1e1d7;
    width: 459px;
    padding: 20px;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    animation: slideInFromLeft 0.5s ease-in-out;
    background: #ffff;
    z-index: 9999;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.otp-alert-container h1,
p,
button {
    margin: unset;
    /* font-family: "Mulish", sans-serif; */
    font-family: sans-serif;
}

.otp-alert-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.otp-alert-header span {
    display: flex;
    align-items: center;
    margin-left: -7px;
}

.otp-alert-header h1 {
    color: #101828;
    /* font-family: Mulish; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
    margin-left: 10px;
}

.success-img {
    width: 36px;
    height: 36px;
}

.cross-img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: 0.2s ease-out;
    margin-top: -7px;

}

.cross-img:hover {
    width: 22px;
    height: 22px;
    transition: 0.2s ease;
}

.otp-alert-text {
    color: #475467;
    /* font-family: Mulish; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.otp-alert-footer {
    margin-top: 1rem;
}

.otp-alert-footer .view {
    color: #fff;
    /* font-family: Mulish; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    border-radius: 30px;
    border: 1px solid #b02a30;
    background: #b02a30;
    padding: 6px 20px;
    cursor: pointer;
    transition: 0.2s ease-out;
    outline: none;
}

.otp-alert-footer .view:hover {
    background: #b02a30d6;
    transition: 0.2s ease;
}

.otp-alert-footer .dismiss {
      outline: none;
    color: #8a8a8a;
    cursor: pointer;
    /* font-family: Mulish; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    background: #fff;
    padding: 6px 20px;
    margin-left: 1rem;
    transition: 0.2s ease-out;
}

.otp-alert-footer .dismiss:hover {
    background: #8a8a8a2e;
    transition: 0.2s ease;
}

@media screen and (max-width: 767px) {
    .otp-alert-container {
        position: fixed;
        width: 92vw;
        right: 4vw;
        margin: 0 auto;
    }
.otp-alert-footer{
        display: flex;
    flex-direction: column;
    gap: 1rem;
}
.otp-alert-footer .dismiss {
    margin-left: unset;
}
    @keyframes slideInFromLeft {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

/* New otp Modal CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.modal-width {
  position: absolute !important;
  /* right: 2rem;
  bottom: 2rem; */
  margin: unset !important;
  width: 480px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.otp-header span {
  display: flex;
  align-items: center;
  margin-left: -7px;
}
.mail-input input{
  width: 100%;
  padding: 6px 8px;
  border: 1px solid var(--gray-300,#d0d5dd);
  border-radius: 6px;
  margin: 1rem 0 10px;
  outline: none;

}
.otp-header h1 {
  color: #101828;
  /* font-family: Mulish; */
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  /* 155.556% */
  margin-left: 10px;
}

.success-img {
  width: 36px;
  height: 36px;
}

.otp-header {
  padding: unset !important;
  border-bottom: unset !important;
  margin: unset;
}

.otp-text {
  padding: unset !important;
}

.otp-text p {
  color: #475467;
  /* font-family: Mulish; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 8px 0 0 0;
}

.otp-content {
  padding: 20px;
}

.otp-boxes {
  display: flex;
  gap: 3%;
  margin: 1rem 0 8px;
}

.otp-boxes input {
  width: 18%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d0d5dd);
  height: 40px;
  text-align: center;
}


.otp-timing {
  color: #808080d4;
  /* font-family: Mulish; */
  font-size: 14px;
  font-style: normal;
  /* font-weight: 800; */
  line-height: 20px;
  margin-bottom: 1rem;
}

.otp-footer {
  width: 100%;
  gap: 6%;
  border-top: unset !important;
  margin: unset !important;
  padding: unset !important;
}

.otp-footer .verify {
  width: 47%;
  color: #fff;
  /* font-family: Mulish; */
  font-size: 14px;
  font-style: normal;
  /* font-weight: 800; */
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #f58220;
  background: #f58220;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.2s ease-out;
  margin: unset;
   outline: none;
}

.otp-footer .verify:hover {
  background: #f58220d6;
  transition: 0.2s ease;
}

.otp-footer .resendBtn {
  width: 47%;
  color: #8a8a8a;
  cursor: pointer;
  /* font-family: Mulish; */
  font-size: 14px;
  font-style: normal;
  /* font-weight: 800; */
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 10px 20px;
  margin: unset;
  transition: 0.2s ease-out;
  outline: none;
}

.otp-footer .resend:hover {
  background: #8a8a8a2e;
  transition: 0.2s ease;
}
.close.ft-close-modal{
  position: absolute;
  right: 19px;
  top: 13px;
  
  }
  .close.ft-close-modal span{
    font-size: 34px !important;
    font-weight: 400;
  }
@media screen and (max-width: 767px) {
  .modal-width {
      /* all: unset;
      position: fixed !important; */
      width: 92vw !important;
      /* margin-left: 4vw !important;
      bottom: 1rem; */
  }
}
/* loader */
.full-screen-loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #5e5e5e69;
  top: 0;
  z-index: 9999;
  left: 0;
  /* right: 0; */
}

.loader-width {
  border-radius: 8px;
  border: 1px solid #F4DED8;
  background-color: white;
  width: 430px !important;
  height: 160px !important;
  margin: unset !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 20px;
}

.loader-width img {
  width: 68px;
  height: 74px;
}

.progress-container {
  width: 100%;
  height: 12px;
  background-color: #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar-custom {
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, #EF7D00 0%, #AD2221 100%);
  animation: progressAnimation 4s linear infinite;
}

@keyframes progressAnimation {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .loader-width {
    width: 90% !important;
  }
  .img-view {
    overflow: hidden;
  }
  .img-view img {
    scale: 1.38;
  }
}

.modal-body {
    padding: 1rem;
}

.modal-login {
    max-width: 750px !important;
}

#progressbar {
    margin-bottom: 3vh;
    overflow: hidden;
    color: #f26522;
    padding-left: 0px;
    margin-top: 3vh
}

#progressbar li {
    list-style-type: none;
    font-size: 0.8rem;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #f26522;
}

#progressbar #step1:before {
    content: "";
    color: #aba5a2;
    width: 20px;
    height: 20px;
    margin-left: 0px !important;
}

#progressbar #step2:before {
    content: "";
    color: #aba5a2;
    width: 20px;
    height: 20px;
    margin-left: 32%;
}

#progressbar #step3:before {
    content: "";
    color: #aba5a2;
    width: 20px;
    height: 20px;
    margin-right: 32%;
}

#progressbar #step4:before {
    content: "";
    color: #f26522;
    width: 20px;
    height: 20px;
    margin-right: 0px !important;
}

#progressbar #step5:before {
    content: "";
    color: #f26522;
    width: 20px;
    height: 20px;
    margin-right: 0px !important;
}

#progressbar li:before {
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #aba5a2;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    margin-bottom: 1vh;
}

#step1:after {
    content: '';
    height: 3px;
    background: #aba5a2;
    position: absolute;
    left: 19px;
    right: -27px;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

.lineColor:after {
    content: '';
    height: 3px;
    background: #f26522 !important;
    position: absolute;
    left: 20px;
    right: -32px;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

#step2:after {
    content: '';
    height: 3px;
    background: #aba5a2;
    position: absolute;
    left: 52px;
    right: -36px;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

#step3:after {
    content: '';
    height: 3px;
    background: #aba5a2;
    position: absolute;
    left: 54px;
    right: -286px;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

#step4:after {
    content: '';
    height: 3px;
    background: #aba5a2;
    position: absolute;
    left: 188px;
    right: 55px;
    margin-bottom: 2vh;
    top: 8px;
    z-index: 1;
}

.progress-track {
    padding: 0 8%;
}

#progressbar li:nth-child(2):after {
    margin-right: auto;
    width: 100%;
}

#progressbar li:nth-child(1):after {
    margin: auto;
    width: 114%;
}

#progressbar li:nth-child(3):after {
    float: left;
    width: 128%;
}

#progressbar li:nth-child(4):after {
    margin-left: auto;
    width: 84%;
}

/* #progressbar li.active:before,
#progressbar li.active:after {
    background: #f26522;
} */
#progressbar li.active:before {
    background: #f26522;
}

#progressbar li.current:before {
    background: #f26522;
    border: 3px solid #dfc750;
}

.three {
    position: relative;
    left: -17px;
}


/* Pankaj Modal CSS */

.trackModal .modal-content-beautify {
    position: absolute !important;
    height: 100%;
    overflow-y: scroll;
}
.all-content-box{
    position: absolute;
}
.trackModal .modal-header-beautify {
    /* height: 115px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #004a80;
    position: relative;
    overflow: hidden;
    background-size: cover;
    border: none;
}

.trackModal .modal-title-beautify {
    margin-top: -9px;
}

.trackModal .modal-image-beautify {

    width: 294px;
    position: absolute;
    margin-top: -24px;
    margin-left: 186px;
    height: 269px;
}

.trackModal .modal-title-heading {
    position: relative;
    color: #fff;
    margin-top: 30px;
    font-size: 28px;
}

.trackModal .modal-title-paragraph {
    color: #fff;
    font-size: 13px;
    margin-top: -8px;
}



.timeline {
    border-left: 5px solid #F58220;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {

    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 0px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

/* .timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
} */

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:before {
    -webkit-box-shadow: 0 0 0 3px #F58220;
    box-shadow: 0 0 0 3px #F58220;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.card-body-beautify {
    padding: 0px;
}

.card-beautify {
    margin-top: 20px;
    margin-bottom: 0px;
    border: none;
    -webkit-box-shadow: none;
}

.trackModal .modal-cross-symbol {
    color: #fff !important;
    font-size: 32px !important;
    opacity: 1;
}

.trackModal .modal-button-close {
    margin-top: -25px !important;
    opacity: 1 !important;
}

.timeline:before {
    border-right: none;
}

.trackModal .modal-footer-button-primary {
    border: 1px solid #f26522;
    width: 160px;
    color: #f26522;
}

.trackModal .modal-footer-button-primary:hover {
    background-color: #f26522;
    color: #fff;
}

.trackModal .modal-footer-beautify {
    margin-top: 20px;
    border-top: 1px solid #dadada;
}

.trackModal .modal-body-beautify {
    padding: 0;
    margin-left: 40px;
    margin-top: 30px;

}


/* Progress Bar */
.step-beautify {
    position: relative;
    min-height: 1em;
    color: #b3c7e9;
  }
  .title-beautify{
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
}

.caption-beautify {
    font-size: 0.8em;
}

.step-beautify+.step-beautify {
    margin-top: 2.5em
}

.step-beautify>div:first-child {
    position: static;
    height: 0;
}

.step-beautify>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}

/* Circle */
.circle-beautify {
    background: #B3C7E9;
    position: relative;
    width: 22px;
    height: 22px;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
}

.circle-beautify.successColor {
    background: #f26522 !important;

}

/* Vertical Line */
.circle-beautify:after {
    content: ' ';
    position: absolute;
    display: block;
    top: -13px;
    right: 50%;
    bottom: 1px;
    left: 40%;
    height: 32px;
    width: 4px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #B3C7E9;
    z-index: 0;
}

.circle-beautify.verticalLine:after {

    background-color: #f26522;

}

.step-beautify:last-child .circle-beautify:after {
    display: none
}

.step-beautify.step-beautify-active {
    color: #4285f4
}

.step-beautify.step-active .circle-beautify {
    background-color: #4285f4;
}

/* .circle-design
  {
    
    color: #b3c7e9;
  } */
.successColor {

    color: #1D497C !important;
}

.checkColor {
    color: #fff;
}

.currentColor {
    color: #f26522;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: borderAnimation 2s infinite;
}
@keyframes borderAnimation {
    0% { border-width: 1px; }
    50% { border-width: 2px; }
    100% { border-width: 3px; } 
}

.modal-dialog-beautify {
    position: fixed;
    width: 531px;
    right: 0;
    margin: auto;
    height: 100%;
}
.textColor{
    color: #000000;
}
@media(max-width: 767px){
    .trackModal .modal-content-beautify{
        overflow: unset;
    }
}
/* .modal-content-container{
    position: absolute;
} */
