/******************************* Sign In Start *******************************/
.sign-in .sign-in-wrapper {
    margin-bottom: 30px;
  }
  
  .sign-in-content .sign-in-title {
    font-size: 36px;
    padding-bottom: 30px;
  }
  
  .sign-in-content .signIn-span-txt {
    display: none;
  }

  .signIn-form {
    padding: 30px 0px;
  }
  
  .mobile-no label {
    font-size: 18px;
  }
  
  .mobile-no .mob-inp {
    padding: 21px 27px;
    border: 1px solid #0062ab;
    font-size: 16px;
  }
  
  .otp-btn {
    padding: 18px;
    opacity: 0.6;
    pointer-events: none;
  }
  
  .rsa-redirect {
    border: 1px solid #FFEFE1;
    border-radius: 13px;
  }
  
  .rsa-redirect .rsa-redirect-wrap {
    background-color: #FFF8F2;
    padding: 20px;
    gap: 10px;
    opacity: 0.5;
    pointer-events: none;
  }
  
  .rsa-redirect-wrap .rsa-text {
    max-width: 191px;
    padding: 0;
  }
  
  .rsa-text::after {
    content: '';
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/rsa-sideArrow-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 70px;
    bottom: 5px;
  }
  
  .rsa-redirect-wrap .rsa-crane-img,
  .rsa-type .rsa-crane-img {
    min-width: 96px;
    max-width: 96px;
    height: 60px;
  }
  
  .comming-soon-txt {
    left: 50%;
    top: 81%;
    background-color: #005e9e;
    color: #FFF8F2;
    padding: 8px 8px;
    line-height: 18px;
    font-size: 15px;
    border-radius: 7px;
    animation: key1 0.5s ease infinite alternate, pulsee 1.5s infinite;
  }
  
  @keyframes key1 {
    0% {
        transform: translate(-50%, -25px);
    }
  
    100% {
        transform: translate(-50%, -15px);
    }
  }
  
  @keyframes pulsee {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 1.5);
    }
  
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0);
    }
  
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0);
    }
  }
  
  
  
  /***** Sign In Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .sign-in .sign-in-wrapper {
        gap: 50px;
        padding: 0px;
        height: unset;
        margin: 72px 0 74px;
    }
  
    .sign-in-wrapper .sign-in-content {
        padding: 0px;
        max-width: 40.5%;
    }
  
    .sign-in-content .sign-in-title {
        text-align: left;
        padding-bottom: 21px;
    }
  
    .sign-in-content .signIn-span-txt {
        display: block;
    }
  
    .sign-in-content .signIn-span-txt:first-of-type {
        padding-bottom: 8px;
    }
  
    .signIn-form {
        padding: 21px 0 28px;
        gap: 40px;
    }
  
    .rsa-redirect-wrap .rsa-crane-img,
    .rsa-type .rsa-crane-img {
        min-width: 128px;
        max-width: 128px;
        height: 85px;
    }
  
    .signIn-desktop-image {
        display: block;
        min-width: 516px;
        height: 516px;
        flex: 0.8;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 1024px) {
    .sign-in .sign-in-wrapper {
        gap: 5px;
    }
  }
  
  /***** Sign In Desktop End *****/
  /******************************* Sign In End *******************************/
  /******************************* Verification OTP Start *******************************/
  .verification-content .code-detail {
    padding: 0px 28px 0px;
    margin-bottom: 19px;
  }
  
  .code-detail .detail-head {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 23px;
    margin: 0px -21px;
  }
  
  .code-detail .detail-para {
    color: #757575;
    line-height: 21px;
    padding-bottom: 25px;
  }
  
  .code-detail .verify-image {
    width: 182px;
    height: 156px;
  }
  
  .verification-content .verify-otp {
    border-radius: 35px 35px 0px 0px;
    padding: 55px 31px 50px;
    margin: 0 -21px 0px;
  }
  
  .verify-otp .otp-form-input {
    padding-bottom: 22px;
    row-gap: 25px;
    max-width: 396px;
  }
  
  .otp-form-input .otp-input-wrapper {
    max-width: 100%;
    column-gap: 12px;
  }
  
  .otp-input-wrapper .otp-input {
    max-width: 56px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .otp-input-div .err-msg {
    color: #fff;
  }
  
  .otp-form-input .verify-btn {
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    line-height: 23px;
  }
  
  .verify-otp .otp-time {
    line-height: 28px;
    padding-bottom: 16px;
  }
  
  .verify-otp .resend-otp-text {
    line-height: 21px;
    padding: 0px 24px 33px;
  }
  
  .resend-otp-text a {
    padding: 0px 0px 0px 11px;
    font-weight: 700;
    text-decoration: underline;
  }
  
  .verify-otp .change-number-btn {
    width: 100%;
    max-width: 210px;
    padding: 10px;
    line-height: 18px;
    border: 1px solid #FFFFFF;
    transition: all 0.3s;
  }
  
  .verify-otp .change-number-btn:hover {
    color: #0062AB;
    background-color: #fff;
  }
  
  /***** Sign In Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .verification-wrapper {
        flex-direction: unset;
        align-items: center;
        justify-content: space-between;
        margin: 91px 0 63px;
    }
  
    .verification-content {
        max-width: 576px;
    }
  
    .verification-content .code-detail {
        padding: 0px;
        margin-bottom: 2px;
    }
  
    .code-detail .detail-head {
        font-size: 28px;
        margin: 0px;
    }
  
    .code-detail .detail-head,
    .code-detail .detail-para {
        text-align: left;
        padding-bottom: 36px;
        line-height: 28px;
    }
  
    .code-detail .verify-image {
        display: none;
    }
  
    .verification-content .verify-otp {
        background-color: transparent;
        padding: 0px;
        margin: 0px;
    }
  
    .verify-otp .otp-form-input {
        row-gap: 40px;
        padding-bottom: 32px;
        max-width: unset;
    }
  
    .otp-form-input .otp-input-wrapper {
        gap: 32.5px;
        justify-content: space-between;
    }
  
    .otp-input-wrapper .otp-input {
        width: 56px;
        height: 56px;
        border: 1px solid #0062ab;
        color: #0062ab;
        font-size: 30px;
        flex: 1;
    }
  
    .otp-input-div .err-msg {
        color: #FF2020;
    }
  
    .otp-form-input .verify-btn {
        color: #fff;
        background-color: #0062ab;
    }
  
    .verify-otp .otp-time {
        padding-bottom: 8px;
        text-align: left;
        font-size: 36px;
        color: #0062ab;
    }
  
    .verify-otp .resend-otp-text {
        color: #000;
        font-size: 24px;
        padding: 0px 0px 30px;
        text-align: left;
    }
  
    .resend-otp-text a {
        color: #000;
        padding: 0px;
    }
  
    .verify-otp .change-number-btn {
        padding: 15px 27px;
        max-width: max-content;
        font-size: 22px;
        color: #0062ab;
        border: 1px solid #0062ab;
        margin: 0px;
        line-height: 22px;
    }
  
    .verify-otp .change-number-btn:hover {
        background-color: #0062AB;
        color: #fff;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 900px) {
    .verification-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 1024px) {
    .verification-content {
        min-width: 390px;
    }
  
    .otp-input-wrapper .otp-input {
        max-width: 56px;
        max-height: 56px;
        width: 100%;
        height: 100%;
    }
  
    .signIn-desktop-image {
        min-width: 450px;
        max-width: 450px;
        height: 450px;
    }
  }
  
  /***** Sign In Desktop End *****/
  /******************************* Verification OTP End *******************************/
  .home-pg .home-pg-content {
    padding-top: 34px;
  }
  
  .home-pg-btn {
    margin: 0px 14px;
  }
  
  .home-pg-btn .title-text {
    padding: 0px 0px 10px;
    color: #6B6B6B;
  }
  
  .home-pg-btn .greet-text {
    padding-bottom: 36px;
    font-size: 32px;
  }
  
  .plcy-clm-btn .home-btn {
    width: 50%;
    padding: 13px;
    color: #252525;
  }
  
  /***** Home Page Btn Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .home-pg-btn {
        margin: 33px 0 0;
    }
  
    .home-pg-btn .title-text {
        text-align: left;
        font-size: 26px;
        padding: 0 0 19px;
    }
  
    .home-pg-btn .greet-text {
        padding-bottom: 52px;
        text-align: left;
        font-size: 36px;
    }
  
    .plcy-clm-btn .home-btn {
        font-size: 18px;
        padding: 15px;
    }
  }
  
  /***** Home Page Btn Desktop End *****/
  /******************************* My Policy Start *******************************/
  
  .policy-claim-content .my-policy {
    padding: 28px 0px 45px;
  }
  
  .plcy-btn-wrapper .add-policy-btn {
    border-radius: 50px;
    padding: 12px 22px;
  }
  
  .add-policy-btn .policy-btn {
    padding: 0px 0px 0px 30px;
    width: max-content;
  }
  
  .add-policy-btn .policy-btn::before,
  .plcy-clm-input::after,
  .policy-detail-cards .policy-card::before,
  .claim-detail-cards .claim-card::before,
  .policy-card .vehicle-no::before,
  .claim-card .vehicle-no::before,
  .track-status-content .vehicle-no::before {
    content: '';
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/add-blue-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  
  .plcy-clm-input {
    margin: 0px;
    padding: 14px 50px 14px 30px;
  }
  
  .plcy-clm-input::after {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/search-icon.svg');
    width: 15px;
    height: 15px;
    left: unset;
    right: 22px;
  }
  
  .policy-detail-cards,
  .claim-detail-cards {
    row-gap: 17px;
    margin-left: 18px;
  }
  
  .policy-detail-cards .policy-card,
  .claim-detail-cards .claim-card {
    border-radius: 13px;
    padding: 18px 25px 25px 35px;
  }
  
  .policy-detail-cards .policy-card::before,
  .claim-detail-cards .claim-card::before {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/car-circle-icon.svg');
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
  }
  
  .policy-detail-cards .two-wheeler-image-append::before, .claim-detail-cards .two-wheeler-image-append::before{
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/bike-big.png');
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #f89c30;
    background-size: 36px;
  }
  
  .policy-card .policy-no,
  .claim-card .claim-no {
    padding-bottom: 12px;
  }
  
  .policy-card .plcy-exp-date,
  .claim-card .clm-rgst-date {
    padding-bottom: 15px;
  }
  
  
  .policy-card .policy-title,
  .claim-card .claim-title {
    padding-bottom: 2px;
  }
  
  .policy-card .vehicle-no,
  .claim-card .vehicle-no {
    padding-left: 28px;
  }
  
  .track-status-content .vehicle-no {
    padding-left: 38px;
  }
  
  .policy-card .vehicle-no::before,
  .claim-card .vehicle-no::before,
  .track-status-content .vehicle-no::before {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/small-car-icon.svg');
    width: 17px;
    height: 18px;
  }
  
  .policy-card .vehicle-no-bike::before, .claim-card .vehicle-no-bike::before, .track-status-content .bike-small-track::before {
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/bike-small.png');
    width: 17px;
    height: 18px; 
    background-size: 17px;
  }
  
  .track-status-content .vehicle-no::before {
    width: 22px;
    height: 22px;
  }
  
  .policy-card .policy-card-btn,
  .claim-card .claim-card-btn {
    margin-top: 13px;
    gap: 5%;
  }
  
  .policy-card-btn .plcy-sub-btn,
  .claim-card-btn .clm-sub-btn {
    padding: 10px;
    outline: none;
    width: 100%;
  }
  
  .plcy-sub-btn:first-child,
  .clm-sub-btn:first-child {
    width: 42%;
  }
  
  .plcy-sub-btn:last-child,
  .clm-sub-btn:last-child {
    width: 55%;
  }
  
  @media screen and (max-width: 390px) {
  
    .policy-card-btn .plcy-sub-btn,
    .claim-card-btn .clm-sub-btn {
        font-size: 11px;
    }
  }
  
  /***** My Policy Desktop Start *****/
  
  @media screen and (min-width:767px) {
  
    .banner-btn-wrapper,
    .plcy-btn-inp-wrap,
    .claim-btn-wrapper {
        flex-direction: unset;
        justify-content: space-between;
        gap: 25px;
    }
  
    .banner-btn-wrapper .plcy-clm-btn {
        width: 40%;
        margin: 0px;
    }
  
    .banner-btn-wrapper .plcy-btn-wrapper,
    .banner-btn-wrapper .claim-btn-wrapper {
        width: 60%;
    }
  
    .banner-btn-wrapper .claim-btn-wrapper {
        justify-content: end;
    }
  
    .add-policy-btn .policy-btn {
        line-height: 31px;
    }
  
    .claim-btn-wrapper .plcy-clm-input {
        max-width: 305px;
        width: 100%;
    }
  
    .policy-claim-content .my-policy {
        padding: 44px 0px 102px;
    }
  
    .policy-detail-cards,
    .claim-detail-cards {
        margin: 0px;
        gap: 22px 2%;
        flex-wrap: wrap;
        flex-direction: unset;
    }
  
    .policy-detail-cards .policy-card,
    .claim-detail-cards .claim-card {
        padding: 100px 25px 30px;
        width: 32%;
        position: relative;
    }
  
    .policy-detail-cards .policy-card::before,
    .claim-detail-cards .claim-card::before {
        width: 54px;
        height: 54px;
        top: 30px;
        left: 30px;
        transform: unset;
    }
  
    .policy-card .policy-no,
    .claim-card .claim-no,
    .policy-card .policy-title,
    .claim-card .claim-title,
    .policy-card .plcy-exp-date,
    .claim-card .clm-rgst-date {
        padding-bottom: 17px;
        font-size: 16px;
    }
  
    .policy-card .policy-title {
        font-size: 18px;
    }
  
    .policy-card .vehicle-no,
    .claim-card .vehicle-no {
        position: absolute;
        top: 45px;
        left: 104px;
    }
  
    .policy-card .policy-card-btn,
    .claim-card .claim-card-btn {
        margin-top: 18px;
        /*justify-content: start;*/
        gap: 10px;
    }
  
    .policy-card-btn .plcy-sub-btn,
    .claim-card-btn .clm-sub-btn {
        padding: 10px;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 1024px) {
  
    .policy-detail-cards,
    .claim-detail-cards {
        gap: 22px 3%;
    }
  
    .policy-detail-cards .policy-card,
    .claim-detail-cards .claim-card {
        width: 48.5%;
    }
  }
  
  /***** My Policy Desktop End *****/
  /******************************* My Policy End *******************************/
  /******************************* My Claim Start *******************************/
  
  .policy-claim-content .my-claim {
    padding-bottom: 45px;
  }
  
  .my-claim .status-filter {
    margin: 20px 14px 30px;
    gap: 15px;
  }
  
  .status-filter .claim-toggle {
    gap: 10px;
  }
  
  .claim-toggle .claim-txt {
    color: #6B6B6B;
  }
  
  .status-toggle .toggle-input {
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .status-toggle .toggle-label {
    width: 33px;
    height: 17px;
  }
  
  .toggle-label .ball {
    background-color: #11A36E;
    width: 13.5px;
    height: 13.5px;
    left: 2px;
    top: 1.8px;
    transition: left 0.2s linear;
  }
  
  .toggle-input:checked+.toggle-label .ball {
    left: 18px;
  }
  
  .status-filter .sort-by-btn {
    min-width: 130px;
    width: max-content;
  }
  
  .sort-by-btn select {
    border: 1px solid #0062AB36;
    margin-top: 0px;
    padding: 5px 15px;
    background-color: transparent;
    font-size: 16px;
  }
  
  /***** My Claim Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .policy-claim-content .my-claim {
        padding-bottom: 79px;
    }
  
    .my-claim .status-filter {
        margin: 25px 10px 35px;
    }
  }
  
  /***** My Claim Desktop End *****/
  /******************************* My Claim End *******************************/
  /******************************* Add Policy Start *******************************/
  .add-policy {
    padding-top: 24px;
  }
  
  .add-policy-content {
    padding: 0px 9px 0px;
  }
  
  .add-plcy-title {
    padding-bottom: 15px;
  }
  
  .newpolicy-data {
    padding: 15px 0px 47px;
  }
  
  .newpolicy-data .plcy-no label {
    display: block;
    padding-bottom: 12px;
  }
  
  .plcy-no .policy-inp-box,
  .policy-inp-box .og-inp-format,
  .policy-inp-box .no-inp-format {
    column-gap: 11px;
  }
  
  .policy-inp-box>input {
    max-width: 55px;
    height: 45px;
    padding: 9px;
    margin-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .og-inp-format .og-inp {
    width: 14%;
    height: 45px;
  }
  
  .og-inp-format .og-inp:is(:nth-child(2), :nth-child(3)) {
    width: 18.96%;
  }
  
  .og-inp-format .og-inp:nth-child(4) {
    width: 29.9%;
  }
  
  .og-inp-format .og-inp input,
  .no-inp-format .no-inp input {
    margin-top: 0px;
    padding: 9px;
    height: 45px;
    font-size: 13px;
  }
  
  .og-inp-format .og-inp input::placeholder,
  .no-inp-format .no-inp input::placeholder {
    font-size: 12px;
  }
  
  .og-inp::before,
  .no-inp::before {
    content: '-';
    font-size: 25px;
    color: #D1D1D1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .og-inp:last-child::before,
  .no-inp:last-child::before {
    content: '';
  }
  
  .og-inp:nth-child(1):before {
    right: -31.7%;
  }
  
  .og-inp:nth-child(2):before,
  .og-inp:nth-child(3):before {
    right: -23.5%;
  }
  
  .no-inp-format .no-inp:nth-child(1) {
    width: 27%;
  }
  
  .no-inp-format .no-inp:nth-child(2) {
    width: 55%;
  }
  
  .no-inp-format .no-inp:nth-child(3) {
    width: 17.8%;
  }
  
  .no-inp:nth-child(1):before {
    right: -14%;
  }
  
  .no-inp:nth-child(2):before {
    right: -7%;
  }
  
  .newpolicy-data .add-plcy-btn {
    margin-top: 10px;
    padding: 15px;
  }
  
  /***** Add Policy Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .add-policy .common-back-home {
        padding: 0px 0px 27px;
    }
  
    .add-policy-content {
        padding: 27px 0px 53px;
    }
  
    .add-plcy-title {
        padding-bottom: 20px;
        font-size: 32px;
        color: #000;
        font-family: 'Rubik-Bold';
        font-weight: 700;
    }
  
    .newpolicy-data {
        padding: 20px 0 53px;
        gap: 50px 2.1%;
        flex-direction: unset;
        flex-wrap: wrap;
    }
  
    .newpolicy-data .plcy-no {
        width: 100%;
    }
  
    .plcy-no .policy-inp-box {
        max-width: 611px;
    }
  
    .plcy-no .policy-inp-box,
    .policy-inp-box .og-inp-format,
    .policy-inp-box .no-inp-format {
        column-gap: 25px;
    }
  
    /* .policy-inp-box .og-inp-format {
        width: 55%;
    } */
  
    .policy-inp-box>input {
        max-width: 81px;
        font-size: 20px;
    }
  
    .og-inp-format .og-inp:nth-child(1) {
        width: 15%;
    }
  
    .og-inp-format .og-inp:is(:nth-child(2), :nth-child(3)) {
        width: 18%;
    }
  
    .og-inp-format .og-inp:nth-child(4) {
        width: 41.4%;
    }
  
    .og-inp:nth-child(1):before {
        right: -23.5%;
    }
  
    .og-inp:nth-child(2):before,
    .og-inp:nth-child(3):before {
        right: -19.5%;
    }
  
    .og-inp-format .og-inp input,
    .no-inp-format .no-inp input,
    .og-inp-format .og-inp input::placeholder,
    .no-inp-format .no-inp input::placeholder {
        font-size: 20px;
    }
  
    .policy-inp-box .no-inp-format {
        width: 83%;
    }
  
    .no-inp-format .no-inp:nth-child(1) {
        width: 30%;
    }
  
    .no-inp-format .no-inp:nth-child(2) {
        width: 51%;
    }
  
    .no-inp-format .no-inp:nth-child(3) {
        width: 19%;
    }
  
    .no-inp-format .no-inp:nth-child(1):before {
        right: -12%;
    }
  
    .newpolicy-data .premium-amnt,
    .newpolicy-data .mobile-num,
    .newpolicy-data .email-id {
        width: 31.9%;
    }
  
    .newpolicy-data .add-plcy-btn {
        margin: 0px;
        max-width: 273px;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 850px) {
  
    .newpolicy-data .premium-amnt,
    .newpolicy-data .mobile-num,
    .newpolicy-data .email-id {
        width: 48%;
    }
  
    .newpolicy-data .add-plcy-btn {
        width: 48%;
        max-width: 100%;
        margin-right: 20px;
    }
  }
  
  /***** Add Policy Desktop End *****/
  
  /******************************* Add Policy End *******************************/
  /******************************* Track Claim Start *******************************/
  .track-claim-status {
    padding-top: 24px;
  }
  
  .track-status-content {
    padding: 6px 19px 49px;
  }
  
  .track-status-content .claim-title-img {
    gap: 21px;
  }
  
  .claim-title-img img {
    max-width: 62px;
    height: 62px;
    width: 100%;
  }
  
  .track-detail .track-claim-no {
    padding: 18px 0px;
  }
  
  .track-detail .clm-rgst-date {
    padding: 20px 0 27px 0;
  }
  
  .track-clm-btn {
    gap: 13px;
    margin: 9px 0px 43px;
  }
  
  .track-clm-btn .upld-doc-btn,
  .track-clm-btn .sbmt-detail-ecs-btn {
    width: 100%;
    padding: 10px 20px;
  }
  
  .upld-doc-btn .track-btn {
    padding-left: 33px;
  }
  
  .upld-doc-btn .track-btn::before {
    content: '';
    background-image: url('../../../../../../../../content/dam/bagic/aca-images/upld-doc-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
  }
  
  .track-status {
    padding: 18px 0 58px;
    border-top: 1px solid #00000033;
    width: calc(100% + 38px);
    margin-left: -19px;
    margin-right: -19px;
  }
  
  .track-status .clm-vhcle-status-btn {
    margin-bottom: 28px;
  }
  
  .clm-vhcle-status-btn .track-status-btn-wrap {
    max-width: 544px;
  }
  
  .track-status-btn-wrap .track-status-btn {
    width: 44%;
    padding: 16px;
    transition: all 0.3s;
  }
  
  .track-status-btn-wrap .track-status-btn:last-child {
    width: 56%;
  }
  
  .track-status .statusbar-container-wrap {
    gap: 40px;
  }
  
  .statusbar-container-wrap .clm-vhcl-status-wrap {
    max-height: 500px;
    height: 100%;
    overflow: hidden auto;
    background-color: #F6F6F6;
    box-shadow: 0px 2px 12px 0px #00000026;
    padding: 10px;
    border-radius: 10px;
  }
  
  .clm-vhcl-status-wrap::-webkit-scrollbar-thumb {
    background-color: #0062AB;
    width: 7px;
    border-radius: 12px;
  }
  
  .clm-vhcl-status-wrap::-webkit-scrollbar {
    width: 7px;
    background-color: #fff;
    border-radius: 10px;
  }
  
  .statusbar-content .statusbar-item {
    margin-left: 9px;
    padding-right: 10px;
  }
  
  .statusbar-item .status-content {
    gap: 0 20px;
  }
  
  .status-content .track-line {
    min-width: 3px;
    max-width: 3px;
    background-color: #bababa;
  }
  
  .track-line::before {
    content: '';
    display: block;
    min-width: 18px;
    height: 18px;
    background-color: #bababa;
    position: absolute;
    border-radius: 50%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .status-content .status-txt-content {
    padding: 2px 0 38px;
  }
  
  .statusbar-item:last-child .status-txt-content {
    padding: 2px 0 0;
  }
  
  .statusbar-item:last-child .track-line {
    min-width: 0;
  }
  
  .status-txt-content .status-txt {
    color: #727272;
    padding: 0;
  }
  
  .status-txt-content .date-img-wrap {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .date-img-wrap .date-time-txt {
    padding: 0;
    font-size: 12px;
  }
  
  .date-img-wrap .status-img-view-btn {
    min-width: max-content;
    border-bottom: 2px solid #000;
    font-size: 12px;
  }
  
  /* Status Content Condition CSS Start*/
  .claim-status-content .status-content.current .track-line {
    background-color: #f89c30;
  }
  
  .claim-status-content .status-content.current .track-line::before {
    min-width: 12px;
    height: 12px;
    background-color: #fff;
    outline: 6px solid #f89c30;
    top: 5px;
  }
  
  .claim-status-content .status-content.current .status-txt-content .status-txt,
  .claim-status-content .status-content.current .date-img-wrap .date-time-txt {
    color: #f89c30;
  }
  
  .status-content.completed .track-line,
  .status-content.completed .track-line::before {
    background-color: #0062AB;
  }
  
  .status-content.completed .status-txt-content .status-txt {
    color: #0062ab;
  }
  /* Status Content Condition CSS End*/
  
  /* .status-content.current .track-line::before,
  .status-content.current .track-line::before {
    AJ 27
    background-color: #fff;
    border: 5px solid #f89c30;
    min-width: 12px;
    height: 12px;
    left: -9px
  }
  
  .status-content.current .track-line::before,
  .status-content.completed .track-line,
  .status-content.completed .track-line::before {
    background-color: #0062AB;
  }
  
  .status-content.completed .status-txt,
  AJ 27
  .status-content.completed .status-txt {
    color: #0062ab;
  }
  
  .status-content.current .status-txt,
  .status-content.current .status-txt {
    AJ27  27may24
    color: #f89c30;
  }
  
  .current-status {
    AJ27  27may24
    color: #f89c30 !important;
  }
  
  .completed {
    color: #0062AB;
  } */
  
  .share-track-status {
    padding: 14px 22px;
    gap: 15px;
    transition: all 0.5s;
    outline: none;
  }
  
  .share-track-status img {
    box-shadow: 0px 0px 13px 0px #00000033;
    padding: 10px;
  }
  
  .share-track-status span {
    transition: all 0.5s;
  }
  
  .share-track-status:hover {
    background-color: #0062AB;
  }
  
  .share-track-status:hover span {
    color: #fff;
  }
  
  @media screen and (max-width: 390px) {
    .share-track-status span {
        font-size: 14px;
    }
  }
  
  @media screen and (max-width: 390px) {
    .clm-vhcle-status-btn .track-status-btn-wrap {
        flex-direction: column;
        gap: 5px;
        border: none;
    }
  
    .track-status-btn-wrap .track-status-btn,
    .track-status-btn-wrap .track-status-btn:last-child {
        width: 100%;
        border: 1px solid #0062AB36;
    }
  }
  
  /***** Track Claim Desktop Start *****/
  
  @media screen and (min-width:767px) {
    .track-claim-status .common-back-home {
        padding: 0px 0px 27px;
    }
  
    .track-claim-status-content .track-status-content {
        padding: 27px 0px 58px;
    }
  
    .claim-title-img img {
        margin-bottom: -46px;
        max-width: 82px;
        height: 82px;
    }
  
    .status-title-heading {
        font-size: 32px;
        padding: 0;
    }
  
    .track-detail {
        padding-left: 102px;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 0 65px;
    }
  
    .track-detail .track-claim-no {
        font-size: 18px;
    }
  
    .track-clm-btn {
        padding: 30px 0 60px 82px;
        margin: 0px;
        flex-direction: unset;
    }
  
    .track-clm-btn .upld-doc-btn,
    .track-clm-btn .sbmt-detail-ecs-btn {
        min-width: 308px;
        width: max-content;
        font-size: 18px;
    }
  
    .track-status {
        padding: 36px 0 0;
        width: unset;
        margin: 0;
    }
  
    .track-status .clm-vhcle-status-btn {
        justify-content: end;
        margin-bottom: 31px;
    }
  
    .track-status-btn-wrap .track-status-btn {
        padding: 13px;
        font-size: 18px;
    }
  
    .track-status .statusbar-container-wrap {
        align-items: end;
        flex-direction: unset;
        background-color: #F6F6F6;
        box-shadow: 0px 2px 12px 0px #00000026;
        padding: 35px 30px;
    }
  
    .statusbar-container-wrap .clm-vhcl-status-wrap {
        max-width: calc(100% - 325px);
        width: 100%;
        max-height: unset;
        height: unset;
        overflow: auto hidden;
    }
  
    .clm-vhcl-status-wrap::-webkit-scrollbar-thumb,
    .clm-vhcl-status-wrap::-webkit-scrollbar {
        height: 7px;
        width: unset;
    }
  
    .statusbar-container-wrap .statusbar-content {
        padding: 0;
        flex-wrap: wrap;
        max-height: 450px;
        height: 100%;
        width: 100%;
        gap: 0 40px;
    }
  
    .statusbar-content .statusbar-item {
        max-width: 46%;
    }
  
    .date-img-wrap .date-time-txt {
        font-size: 13px;
    }
  
    .statusbar-container-wrap .share-track-status {
        min-width: 285px;
        max-width: max-content;
        margin: 0;
        align-self: end;
    }
  }
  
  @media screen and (min-width:768px) and (max-width: 1024px) {
    .track-detail {
        flex-wrap: wrap;
        margin-top: 18px;
    }
  
    .track-detail .track-claim-no {
        padding: 0;
    }
  
    .track-detail .clm-rgst-date {
        padding: 20px 0 0 0;
    }
  
    .track-status-btn-wrap .track-status-btn {
        font-size: 16px;
    }
  
    .track-status .statusbar-container-wrap {
        flex-direction: column;
    }
  
    .statusbar-container-wrap .clm-vhcl-status-wrap {
        max-width: unset;
        width: 100%;
    }
  
    .statusbar-container-wrap .share-track-status {
        align-self: center;
    }
  }
  
  /***** Track Claim Desktop End *****/
  /******************************* Track Claim End *******************************/
  
  #claimfact {
    /* AJ27 23May24 */
    margin-top: 10px;
    height: 45px;
    padding: 0 0 0 50px;
  }
  

  /* added by aniket */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  
  .popup {
    background-color: #fff;
    padding: 5% 4%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 100%;
    height: auto;
    max-height: 550px;
    overflow: auto;
  }
  
  .popup-header {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .popup-header h2 {
    margin: 0 0 10px;
    color: #000000;
    font-family: AllianzB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;    
  }
  
  .close-btn {
    /* background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 12px; */
    border: none;
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 12px;
    background: #757575;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 0;
  }
  
  .form-group {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }
  
  .popup-header label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
    font-family: AllianzSans;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  }
  
  input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #0069d9;
  }
  
  .verify{
    width: 100%;
    display: flex;
    float: left;
    text-align: center;
    justify-content: left !important;
  }
 
  .errorMsg, .errorMsg1 {
    color: red;
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
  }
  
  .accountverify{
    width: 100%;
    float: left;
    padding: 3%;
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
  }
  .accountverify h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .accountverify p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .accountverify1{
    width: 100%;
    float: left;
    padding: 3%;
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
  }
  .accountverify1 h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .accountverify1 p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .thankyou{
    height: auto;
    background: rgba(20, 174, 92, 0.04);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .thankyou h1{
    font-size: 2rem;
    color: rgba(16, 139, 74, 1);
  }
  .thankyou img {
    max-width: 5%;
    margin: 0 2% 0 0;
}
.sorrydetail{
    /* height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%; */
    height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .sorrydetail h1{
    font-size: 2rem;
    color: rgba(239, 43, 32, 1);

  }
  .sorrydetail p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .sorrydetail1{
    /* height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%; */
    height: auto;
    background: rgba(255, 59, 48, 0.1);
    margin-bottom: 2%;
    width: 100%;
    float: left;
    padding: 3%;
  }
  .sorrydetail1 h1{
    font-size: 2rem;
    color: rgba(239, 43, 32, 1);

  }
  .sorrydetail1 p{
    font-size: 1.4rem;
    color: rgba(94, 94, 94, 1);
  }

  .whpenyimg{
    width: 2%;
      height:2%;
      margin-right: 5px;
  }
  @media screen and (min-width:767px) {
  .whpenyimg{
    width: 5%;
      height: 5%;
      margin-right: 5px;
      }

  }
  .accountdetail p{
    color: rgba(94, 94, 94, 1);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .account-detail {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .account-detail .radio-buttons {
    display: flex;
    align-items: center;
  }
  
  .account-detail .radio-btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
  }
  
  .account-detail input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .account-detail input[type="radio"]:checked {
    background-color: #4CAF50;
    border: 4px solid white;
  }
  
  .account-detail input[type="radio"]:not(:checked) {
    background-color: #f44336;
    border: 4px solid white;
  }
  
  .account-detail .radio-btn:hover {
    opacity: 0.8;
  }
  .btnpeny{
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid black;
    background: rgb(255, 255, 255);
    color: black;
    display: flex;
  }
  .btnpeny input{
    margin: 6px;
  }
  .button-container{
    display: flex;
    gap: 5px;
  }
  .correct{
     
    color: var(--Colors-Green, rgba(52, 199, 89, 1));
    font-family: "Rubik-Regular";
    font-size: 1.2rem;
    padding: 5px 0 15px;
    display: none;
    width: 100%;
    float: left;
  }

  .btnpeny.selected {
    background-color: #007bfffc;
    color: white;
    border: 1px solid #0c4a8cfc;
}

.file-upload {
    background-color: white;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
  }
  
  .file-list {
    margin-top: 20px;
  }
  
  .file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .file-name {
    font-weight: bold;
  }
  
  .progress-bar {
    width: 50%;
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 5px;
  }
  
  .progress-fill {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 5px;
  }
  
  .submit-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* Account Details Section */
  .account-details {
    border-radius: 8px;
    width: 100%;
    font-weight: 700;
    float: left;
    margin: 3% 0;
}
  
  .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  
  .input-group label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .input-group input,
  .input-group select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .uploadetitle {
    display: flex;
    justify-content: space-between;
    /* margin: 0 0 4% 0; */
    padding: 4%;
    /* background: navajowhite; */
    width: 100%;
    background: rgba(225, 242, 255, 1);
}

.input-groups {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
    float: left;
  }
  
  .input-group {
    width: 48%;
  }


.file-upload-area {
    border: 2px dashed #ccc;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .file-upload-prompt {
    margin-bottom: 20px;
  }
  
  .file-upload-prompt i {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 10px;
  }
  
  .file-upload-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .file-input {
    display: none;
  }
  
  .file-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .file-table th, .file-table td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }
  
  .file-table th {
    text-align: left;
  }
  
  .delete-file {
    color: #dc3545;
    text-decoration: none;
  }
  
  .delete-file:hover {
    text-decoration: underline;
  }
  .cancelcheck h1{
    font-size: 1.5rem;
  }
.cancelcheck p{
    color: rgba(0, 0, 0, 1);
    font-size: 1.8rem;

}

.btnaddress , .btnclose{
    /* padding: 2% 33%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer; */
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.btncancel{
    /* padding: 2%;
    border-radius: 30px;
    background: #007bff;
    color: white;
    cursor: pointer; */
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    cursor: pointer;
}

.wselected {
    background-color: #007bff;
    color: white;
}
.unselected {
    background-color: white;
    color: black;
}
.bank-button {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.verifysubmit{
    text-align: center;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #ccc;
    cursor: pointer;
  }
.banktype{
    font-size: 1.8rem;
    color: black;
    margin: 2%;
}
#bank-type-container{
    display: flex !important;
    justify-content: left;
}

.bankacountdetail{
width: 100%;
float: left;
}

.step1{
    width: 100%;
float: left;
    margin-top: 15px;
}

.step1 h3{
    font-size: 1.8rem;
    margin-bottom: 15px;    
}


.cancelcheck{
    width: 100%;
    float: left;
    margin: 0 0;
}

.detaibank{
    width: 100%;
    float: left;
}

#NEFThide{
margin-bottom: 25px;
}
.btnpeny1{
    padding: 4px 15px;
    border-radius: 30px;
    border: 1px solid black;
    background: rgb(255, 255, 255);
    color: black;
    display: flex;
  }
  .btnpeny1 input{
    margin: 6px;
  }
  .btnpeny1.selected {
    background-color: #007bfffc;
    color: white;
    border: 1px solid #0c4a8cfc;
}

.incorrect{
color: red;
}

#imagePreview, #pdfPreview {
            border: 1px solid #ccc;
            padding: 10px;
            margin-top: 10px;
            width: 300px; /* Set the width of the preview */
            height: 200px; /* Set the height of the preview */
            overflow: hidden; /* Hide overflow */
            display: none; /* Initially hidden */
        }
        #imgPreview {
            max-width: 100%; /* Make sure the image fits within the frame */
            max-height: 100%; /* Make sure the image fits within the frame */
        }
        #pdfIframe {
            width: 100%; /* Full width of the preview frame */
            height: 100%; /* Full height of the preview frame */
        }

#ifsc-codenew , #ifsc-code{
text-transform: uppercase;
}
/***** Oops Popup Desktop End *****/
/************************************** Oops Popup End **************************************/