    .settings-wrapper {
      position: relative;
      display: inline-block;
    }
    .flex-ifsc-code{
        display: flex;
        align-items: center; 
    }
    .ifsc-cancel{
        display: flex;
        align-items: center;
    }
    .ifsc-cancel button{
        background-color: #0f2e99;
        border: none;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        width: 42px;
        height: 46px;
        border-radius: 3px;
        margin-top: 25px;
        margin-left: 10px;
    }
     .ifsc-cancel button:last-child{
        border: 1px solid #0f2e99 !important;
        background-color: transparent;
     }
     .calim-form-wrapper h5{
        margin-bottom: 30px !important;
     }
    /* Hide the checkbox */
    
    .settings-icon {
      font-size: 20px;
      cursor: pointer;
      user-select: none;
      padding: 6px; 
      border-radius: 50%;
    }
    .settings-wrapper:hover .settings-dropdown{
        display: block;
    }
     
    .settings-dropdown {
      display: none;
      position: absolute;
      right: 0;
      top: 35px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      width: auto;
      z-index: 100;
      padding: 15px;
    } 
    .settings-dropdown a {
      display: block;
        padding: 5px 0;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        margin-bottom: 0px;
    }

   

    /* Show dropdown when checkbox is checked */
     

    /* new get applicant */
    .left-arrow{
        position: absolute;
        left: 200px;
        top: 0;
    }
    .flex-regi{
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        margin-top: 40px;
    }
    .error-tag-msg{
        color: rgb(252, 40, 40);
        padding: 10px;
        border-radius: 10px; 
    }
    .personal-info-new h5{
        font-size: 32px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 10px;
    }
    .heading-NDLM{
        font-size: 40px !important;
        font-weight: 600;
        color: #2947a3;
        margin-bottom: 45px;
        text-align: center; 
    }
    .personal-info-new p{
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 20px;
    }
    .tag-number-input{
        width: 66%;
    }
    .flex-welcomeNDLM{
        display: flex;
        flex-direction: column;
    }
   
    /* new get applicant */
    
    
    
    
    
    
    
    
    
    
    .login-page1{
        display: flex;
        flex-direction: column;
        height: 100vh;
    }
    .login-page1 .top-nav {
        background-color: #2947A3;
        padding: 10px 20px;
        display: flex ;
        align-items: center;
    } 
    .login-page1 .top-bar{
        padding: 0px;
    }
    .login-page1 .nav-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .login-page1 .navbar-login{ 
        border-bottom: 1px solid #E9E9E9;
        padding: 29px 0;
        margin-bottom: 30px;
    }
    .login-page1 .navbar-login a {
        color: #000000 !important;
        margin-right: 15px; 
        font-size: 16px;
        font-weight: 600;
    }
    .login-page1 .navbar-login a.active{
        color: #2947A3 !important;
    }
    .login-page1 .flex-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .login-page1 .flex-wrap svg{
        cursor: pointer;
    }

    /* Banner-login */
    .login-page1 .banner-section-login{
        position: relative;
    }
    .login-page1 .bannertext-login{
        position: absolute;
        left: 30px;
        top: 30px;
        padding: 20px;
        max-width: 533px;
    }
    .login-page1 .bannertext-login h2{
        font-size: 32px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 16px;
    }
    .login-page1 .bannertext-login p{
        font-size: 20px;
        font-weight: 400;
        color: #ffffff !important;
        line-height: 150%;
        margin-bottom: 16px;
    }
    /* Banner-login */
    

    .login-page1 .login-box {
        background: #fff;
        max-width: 400px;
        margin: auto;
    }

    .login-page1 .footer {
      background-color: #c9daf8;
      padding: 10px 0;
      text-align: center;
      font-size: 14px;
      margin-top: 40px; 
    }
    .login-page1 .footer-flex-box{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .login-page1 .footer a {
      color: #264dbf;
      margin: 0 10px;
      text-decoration: none;
    }


    /* main-section */
    .login-page1 .flex-1{
        display: flex;
        flex-direction: column;
    }
    .main-section{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding:  0;
        box-sizing: border-box;
    }
    .login-page1 .main-section h1{
        font-size: 36px;
        font-weight: 600;
        color: #0C1421;
        margin-bottom: 24px;
    }
    .login-page1 .main-section p{ 
        font-size: 16px;
        font-weight: 600;
        color: #4B4B4B;
        margin-bottom: 32px;
    }
    .login-page1 .main-section label{ 
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 8px;
    }
    .login-page1 .main-section input{ 
        font-size: 16px;
        height: 48px;
        font-weight: 400;
        color: #000000;
        border: 1px solid #868686;
    }
    .login-page1 .bg-captcha{
        background-color: #EAF6ED;
        padding: 8px;
        justify-content: center;
    }
    .login-page1 .bg-captcha img{
        margin-left: auto;
    }
    .login-page1 .bg-captcha button{
        border: none;
        margin-left: auto; 
    }
    .login-page1 .btn-verificationcode{
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        background-color: #2947A3;
        border-radius: 8px;
        width: 100%;
        border: none;
        padding: 8px;
    }
     .login-page1 .btn-verificationcode a{
        text-decoration: none !important; 
        color: #fff;
     }
    .login-box h3{
        font-size: 36px;
        font-weight: 600;
        color: #0C1421;
        margin-bottom: 24px;
    }
    /* main-section */






    /* Password-Section */
    .otp-box {
        background: #fff;
        max-width: 400px;
        margin: auto;
    }
    .otp-box h3{
        font-size: 36px;
        font-weight: 600;
        color: #0C1421;
        margin-bottom: 24px;
    }
    .otp-box p{
        font-size: 16px;
        font-weight: 400;
        color: #4B4B4B;
        margin-bottom: 32px;
    }

    .otp-input {
        width: 49px;
        height: 49px;
        text-align: center;
        font-size: 20px;
        border: 2px solid #4caf50 !important;
        border-radius: 6px; 
    }
    .box-pass-flex{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .eye-button {
        border: none;
        background: #e8edff;
        border-radius: 6px; 
        cursor: pointer;
        width: 49px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .verified-btn {
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        background-color: #2947A3;
        border-radius: 8px;
        width: 100%;
        border: none;
        padding: 8px;
    } 

    .verified-btn:hover {
        background-color: #1e3fa3;
    }

    .otp-timer { 
        font-size: 16px;
        font-weight: 400;
        color: #555;
        margin-bottom: 24px;
    }
    .verified-btn a{
        text-decoration: none !important; 
        color: #fff;
    }
    /* Password-Section */



    
    /* adhar-verification */
    .tag-border{
       /* border: 1px solid #D9DCD9; */
       box-shadow: -1px 0px 5px 0px rgba(145,141,141,0.67);
        -webkit-box-shadow: 0px 0px 5px 0px rgb(219 219 219 / 67%); 
        padding: 40px;
        height: 100%;
        border-radius: 16px;
        margin-bottom: 20px;
        width: 50%;
        margin: auto;
    }
    .tag-border label{
        margin-bottom: 8px;
    }
    .logout-btn {
        font-size: 16px;
        font-weight: 500;
        color: #000000; 
        cursor: pointer;
    }
    .logout-btn img{
        margin-right: 10px;
    }
    .adhar-verification-sectionnew{
        position: relative;
        background-image: url(../images/main-bg2.svg);
        background-repeat: no-repeat;
        height: 100vh;
        background-position: center; 
        background-size: cover;
    } 
    .adhar-verification-border{
        border-bottom: 1px solid #00000021;
        height: 70px; 
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 48px;
        padding: 0 30px;
        width: 100%;
    }
     .adhar-nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .adhar-information-wrapper{
        display: flex;
        align-items: center;
        position: relative;
        height: calc(100vh - 234px);
    }
    .adhar-information-wrapper .border-wrap-adhar{
        border: 1px solid #D9DCD9;
        padding: 50px 24px;
        border-radius: 16px;
        margin-bottom: 24px;
    }
    .adhar-information-wrapper .adhar-info{ 
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }
    .adhar-information-wrapper .adhar-info:last-child{
        margin-bottom: 0px;
    }
    .adhar-information-wrapper .adhar-info span{
        font-size: 16px;
        font-weight: 500;
        color: #BBBBBB; 
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #BBBBBB;
        margin-right: 16px;
    }
    .adhar-information-wrapper .adhar-info h6{
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 0px;
    }
    .adhar-information-wrapper .adhar-info.active h6 {
        color: #0E8345;
        font-weight: 700;
    }
    .adhar-information-wrapper .adhar-info.active span{
        border: 2px solid #0E8345;
        color: #0E8345;
    }
    .benifits-wraper{
        border: 1px solid #D9DCD9;
        padding: 35px 24px;
        border-radius: 16px;
    }
    .benifits-wraper h6{
        font-size: 20px;
        font-weight: 600;
        color: #0A0A0A;
        margin-bottom: 16px;
    }
    .benifits-border{
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }
    .benifits-border:last-child{
        margin-bottom: 0px;
    }
    .benifits-border img{
        margin-right: 16px;
    }
    .benifits-border p{
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .adhar-number-find-box{
        border: 1px solid #D9DCD9;
        padding: 40px 80px;
        height: 100%; 
        border-radius: 16px;
    }
    .adhar-number-find-box .lleft-arrow{
        margin-bottom: 24px;
    }   
    .adhar-number-find-box h5{
        font-size: 32px;
        font-weight: 600;
        color: #0A0A0A; 
        margin-bottom: 20px;
    } 
    
    .adhar-number-find-box p{
        font-size: 16px;
        font-weight: 400;
        color: #4B4B4B; 
        margin-bottom: 24px;
    } 
    .adhar-number-find-box label{
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }
    .adhar-number-find-box label span{
        color: red;
    }
    .adhar-number-input input{
        border: none;
        height: 100%;
        width: 100%;
        border-radius: 8px; 
        padding: 0 10px;
    }
    .adhar-number-input{
        max-width: 400px;
        height: 48px;
        display: flex;
        align-items: center;
        border: 1px solid #868686;
        border-radius: 8px;
        margin-bottom: 30px;
    }
    .adhar-number-input input:focus-visible{
        outline: none; 
    }
    .adhar-number-input img{ 
        padding: 16px; 
    }
   
     .flex-btn{
        display: flex;
        align-items: center;
        justify-content: flex-end;  
     } 
    .save-btn{
        font-size: 16px;
        font-weight: 700;
        color: #2947A3;
        height: 56px;
        width: 150px;
        border-radius: 8px; 
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center; 
        border: 1px solid #2947A3;
        margin-right: 24px;
    }
    .verify-btn{
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
        height: 56px;
        width: 237px;
        border-radius: 8px; 
        background-color: #2947A3;
        display: flex;
        align-items: center;
        justify-content: center; 
        border: none;
    } 
   
    .adhar-otp-modal .modal-header{
        border: none;
        padding-bottom: 16px !important;
        padding: 24px;

    }
    .adhar-otp-modal .modal-body{
        padding-top: 0px !important;
        padding: 24px;
    }
    .adhar-otp-modal .modal-title{
        font-size: 32px;
        font-weight: 600;
        color: #000000; 
        line-height: 30px;
    }
    .adhar-otp-modal p{
        font-size: 16px;
        font-weight: 400;
        color: #3A3A3A;
        margin-bottom: 16px;
    }
    .adhar-otp-modal p span{
        color: #000000;
        font-weight: 600;
    }
    .adhar-otp-modal .modal-body p:nth-of-type(2) > a{
        color: #2947A3;
        text-decoration: underline;
        font-weight: 600; 
        cursor: pointer;
    }
    .personal-verifiction-section{
        height: 100%;
    }
    /* adhar-verification */




    /* Personal-Information */
    .applictionId{
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 15px;
    }
    .applictionId span{
        color: #4e4c4c;
    }
    .up-rederror{
        color: #ff3131 !important;
        font-size: 12px !important;
        font-weight: 400;
    }
    .up-greenerror{
        color: #257b00 !important;
        font-size: 12px;
        font-weight: 400;
    }
    .v-btn-mobile{
       font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        height: 39px;
        width: 187px;
        border-radius: 8px;
        background-color: #2947A3;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        margin: 10px 0 30px 15px;
    }
    .success-checkmark{
        width: 120px;
    }
     .bottommsg{
        margin-bottom: 10px;
     }
    .bottommsg h4{
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 20px;
        text-decoration: underline;

    }
    .bottommsg p{
        font-size: 16px;
        font-weight: 500;
        color: #4B4B4B;
        margin-bottom: 24px;
        background: bisque;
        display: inline;
        padding: 10px;
        border-radius: 2px;
    }
    .personal-verifiction-section .form-group label{
        display: flex !important;
        align-items: center;
    }
     .custom-upload {  
        padding: 8px 20px;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        border: 1px solid #868686;
        background-color: #f3f3f3b0;
        color: #0f2e99 !important;
        width: 100%;
        padding: 0 16px;
        height: 48px;
        font-size: 16px !important;
        font-weight: 500 !important;
  }
    .personal-info-wraper h6{
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 600;
        color: #000000;
    }
    .personal-info-wraper{
        border: 1px solid #D9DCD9;
        padding: 30px ;
        height: 100%;
        border-radius: 16px; 
        margin-bottom: 32px;
    }
    .personal-info-wraper h5{ 
        font-size: 32px;
        font-weight: 600;
        color: #0A0A0A;
        margin-bottom: 20px;
    } 
    .form-control-info{
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        height: 48px;
        border-radius: 8px;
        border: 1px solid #868686;
        background-color: #f3f3f3b0;
        width: 100%;
        padding: 0 16px;
    }
    .personal-verifiction-section .form-group label{
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 8px;
        display: block;
    }
    .personal-verifiction-section .form-group{
        margin-bottom: 24px;
    }
.personal-verifiction-section select {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    height: 48px !important;
    border-radius: 8px !important;
    border: 1px solid #868686 !important;
    background-color: #F3F3F3 !important;
    width: 100% !important;
    padding: 0 16px !important;
}
 
    .gender-feild p{
        margin-bottom: 0px;
        margin-right: 30px;
    }
    .gender-feild [type="radio"]:checked, [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    .gender-feild [type="radio"]:checked + label {
        color: #2E3092 !important;
        font-weight: bold;
    }
    .gender-feild [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }
    .gender-feild [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        background-color: #0E8345;
        border-radius: 100%;
        background: #fff;
    } 
    .gender-feild [type="radio"]:checked + label:before{
        border: 1px solid #2947A3;
    }
    .gender-feild [type="radio"]:checked + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #2947A3;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    } 
    /* Personal-Information */

 
    .flex-1{
        flex: 1;
    }
    
    select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../images/arrow_select.svg) no-repeat right 1rem center;
        background-color: #fff;
        padding-right: 3rem;
        border: 1px solid #ccc;
        border-radius: 6px;
    }



    .upload-area {
      border: 2px dashed #ccc;
      border-radius: 8px;
      padding: 30px;
      text-align: center;
      background-color: #fff;
      cursor: pointer;
      transition: border-color 0.3s ease;
      position: relative; 
      width: 100%;
      height: 200px;
      display: flex !important;
      flex-direction: column;
    } 

    .document-verification-section label{
        display: block;
    }

    .upload-area i {
      font-size: 40px;
      color: #1A3DCB;
      margin-bottom: 10px;
    }

    .upload-btn {
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;
        height: 40px;
        width: 135px;
        border-radius: 8px;
        background-color: #2947A3;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        margin: auto;
    }

    .upload-btn:hover {
      background-color: #0f2e99;
    }

    .required {
      color: #fc2525;
    }

    /* Hide default file input */
    .upload-area input[type='file'] {
      display: none;
    } 

    /* Confirm-Section */
    .confirmation-box-container {
        border: 1px solid #D9DCD9;
        padding: 40px 80px;
        height: 100%;
        border-radius: 16px;
    } 
    .confirmation-box-content{
        border-bottom:  2px solid #bbbbbb75;
        padding-bottom: 30px;
    }
    .confirmation-box-content h5{
        font-size: 32px;
        font-weight: 600;
        color: #0A0A0A;
        margin-bottom: 20px;
    }
    .confirmation-box-content h6{
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 24px;
    }
    .confirmation-box-content p{
        font-size: 16px;
        font-weight: 400;
        color: #4B4B4B;
        margin-bottom: 24px;
    }
    .confirmation-box-content .adhar-number-show p{
        margin-bottom: 0px !important;
        font-size: 12px;
        font-weight: 400;
        color: #413F3B;
        margin-bottom: 5px;
    }
    .confirmation-box-content .adhar-number-show span{ 
        font-size: 16px;
        font-weight: 500;
        color: #000000; 
    }
    .personal-information-wrap tr td{
        width: 10%;
    }
    .personal-information-wrap tr td p{
        font-size: 12px;
        font-weight: 500;
        color: #413F3B;
        margin-bottom: 24px;
    }
    .personal-information-wrap tr td p > span{
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        margin-top: 4px;
    }
    .personal-information-wrap{
        padding-top: 30px;
        border-top: 2px solid #bbbbbb75;
    }
   .details-edit-headdig{
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px; 
   }
    .details-edit-headdig h4{
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0px;
    }
    .confirom-adhar-proof{
        display: flex;
        align-items: center;
    }
    .confirom-adhar-proof .adhar-proof{
        margin-right: 24px;
    }
    .confirom-adhar-proof .adhar-proof img{
        width: 116px;
        height: 116px;
        margin-bottom: 10px;
    }
    .confirom-adhar-proof .adhar-proof p{
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        color: #000000;
    }
.modal fade success-box-modal .modal-body {
    modal fade success-box-modal display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
}
    .modal fade success-box-modal .modal-body h4 {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #000000;
    }
    .modal fade success-box-modal .modal-body p {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #4B4B4B;
        padding: 0 52px;
    }
    /* Confirm-Section */



    /* claim-form */
    .backarrow-btn{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    }
    .backarrow-btn img{
        margin-right: 15px;cursor: pointer;
        cursor: pointer;
    }
    .backarrow-btn h6{
        margin-bottom: 0px !important;
        color: #2947A3 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    /* claim-form */


    /* Details-Claim */
    .backarrow-btn {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .backarrow-btn img {
        margin-right: 15px;
        cursor: pointer;
        cursor: pointer;
    }

    .backarrow-btn h6 {
        margin-bottom: 0px !important;
        color: #2947A3 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .upload-video {
        height: 230px;
        margin-bottom: 24px;
    }

    .upload-video img {
        height: 100%;
    }
    .details-claim p{
        margin-bottom: 8px; 
    }
    /* Details-Claim */



    /* View-primium-cost */
    .view-primium-cost {
            border: 1px solid #D9DCD9;
            padding: 30px;
            height: 100%;
            border-radius: 16px; 
        }

        .view-primium-cost h5 {
            font-size: 32px;
            font-weight: 600;
            color: #0A0A0A;
            margin-bottom: 12px;
        }

        .view-primium-cost p {
            font-size: 16px;
            font-weight: 400;
            color: #4B4B4B;
            margin-bottom: 32px;
        }

        .primium-amount {
            display: flex;
            align-items: center;    
            justify-content: space-between;
        }

        .primium-amount p {
            font-size: 14px;
            font-weight: 400;
            color: #413F3B;
            margin-bottom: 0px;
        }

        .primium-amount p span {
            color: #000000;
            font-size: 32px;
            font-weight: 700;
            display: block;
        }

        .primium-amount {
            background-color: #F1F7ED;
            padding: 24px;
            border-radius: 8px;
            margin-bottom: 30px;
        }
        .my-adhar-info {
            background-color: #FAFAFA;
            border: 1px solid #D9DCD9;
            height: 86px;
            display: flex;
            align-items: center;
            margin-top: -11px;
            margin-bottom: 30px;
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
        }
        .backarrow-btn{
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .backarrow-btn img{
            margin-right: 15px;
            cursor: pointer;
        }
        .backarrow-btn h6{
            margin-bottom: 0px !important;
            color: #2947A3 !important;
            font-size: 16px !important;
            font-weight: 600 !important;
        }
    /* View-primium-cost */



    /* Dashboard-section */
     .add-new-tag-section {
            display: flex;
            align-items: center;
            justify-content: center;
            height: calc(100vh - 192px);

        }

        .add-tag-wrap {
            width: 600px;
            margin: auto;
            -webkit-box-shadow: 0px 0px 5px 0px rgb(219 219 219 / 67%);
            border-radius: 8px;
            overflow: hidden;
        }

        .add-new-tag-section h5 {
            font-size: 26px;
            font-weight: 600;
            color: #000;
            padding: 20px 0;
            text-align: center;
            background-color: #f3f3f3;
        }

        .add-tag-wrap input {
            font-size: 16px;
            font-weight: 400;
            color: #000000;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #868686;
            width: 100%;
            padding: 0 16px;
        }

        .add-tag-wrap label {
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            margin-bottom: 8px;
        }

       


        .tab-content {
       /*     display: none;*/
        }

        .tab-content.active {
            display: block;
        }

        .layout {
            display: flex;
            height: 100vh;
        }

        .sidebar {
            width: 280px;
            background-color: #F3F6FF;
            transition: all 0.3s ease;
            overflow: hidden;
            padding: 25px;
        }

        .sidebar.collapsed {
            width: 90px;
        }
        .sidebar.collapsed .toggle-btn{
            transform: rotate(60deg) !important;
        }
         
        .sidebar.collapsed .logo-sidebar{
            display: none !important;
        }

        .sidebar.collapsed .respon-logo{
            display: block !important;
            margin-bottom: 20px;

        }

        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .sidebar li {
            padding: 15px 20px;
            display: flex;
            align-items: center;
            background-color: #e7ecfb;
            color: #2947A3;
            padding: 10px;
            border-radius: 50px;
            margin-bottom: 15px;
            cursor: pointer;
        }

        .sidebar li img {
            width: 20px;
            height: 20px;
        }

        .sidebar.collapsed li span {
            display: none;
        }

        

        .sidebar li span {
            font-size: 14px;
            font-weight: 600;
            color: #000000;
            margin-left: 12px;
        }

        .main {
            flex: 1;
            padding: 20px 40px;
            background-color: #f9f9f9;
            overflow-y: auto;
        }

        .toggle-btn {
            background: #fff;
            border: 1px solid #ccc;
            padding: 8px 14px;
            border-radius: 4px;
            margin-bottom: 20px;
            cursor: pointer;
            position: relative;
            border-radius: 50%;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 25px;
            margin-left: -57px;
            transform: rotate(180deg);
        }

        .toggle-btn img{
            width: 16px;
        }
        

        .topbar-livestock {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .serchbox-livestock {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 8px;
            padding: 5px 10px;
        }

        .serchbox-livestock input {
            border: none;
            outline: none;
            margin-left: 10px;
        }

        .topbar-livestock ul {
            display: flex;
            align-items: center;
            list-style: none;
            gap: 20px;
            margin: 0;
            padding: 0;
        }

        .profile-pic {
            width: 35px;
            height: 35px;
            background: #1a3dcb;
            border-radius: 50%;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .settings-wrapper {
            position: relative;
        }

        .settings-dropdown {
            display: none;
            position: absolute;
            top: 21px;
            right: 0;
            background: #fff;
            border: 1px solid #ccc;
            padding: 10px;
            z-index: 10;
        }

        .settings-wrapper:hover .settings-dropdown {
            display: block;
        }

        .settings-dropdown a {
            color: #000000;
            font-weight: 500;
            font-size: 14px;
            padding: 5px 0;
            display: block;
            text-decoration: none;
        }

        .approved {
            background-color: #EAF6ED;
            color: #0E8345;
            font-weight: 500;
            padding: 5px 10px;
            border-radius: 50px;
        }

        .rejected {
            background-color: #FFE1DE;
            color: #BB032A;
            font-weight: 500;
            padding: 5px 10px;
            border-radius: 50px;
        }

        .pending {
            background-color: #FBE6B6;
            color: #845201;
            font-weight: 500;
            padding: 5px 10px;
            border-radius: 50px;
        }


        .serchbox-livestock {
            border: 1px solid #BBBBBB;
            height: 40px;
            border-radius: 50px;
            width: 250px;
            display: flex;
            align-items: center;
            padding: 0px 16px;
        }

        .serchbox-livestock input {
            border: none;
            height: 100%;
            padding: 0 10px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 400;
            width: 100%;
            color: #727272;
        }

        .serchbox-livestock input:focus-visible {
            outline: none;
            border: none;
        }

        .serchbox-livestock input::placeholder {
            font-size: 14px;
            font-weight: 400;
            color: #727272;
        }

        .topbar-livestock {
            margin-bottom: 50px;
        }

        .dashbord-livestock table {
            margin-bottom: 0px;
            border-collapse: separate;
            border-spacing: 0;
            width: 100%;
            border: 1px solid #ddd;
        }

        .dashbord-livestock table tr td {
            border-block-end: none;
            border-inline-end: none;
            padding: 12px 16px;
            border: 1px solid #ddd;
            text-align: left;
            font-size: 14px;
            background-color: #ffffff;
            white-space: nowrap;
            padding: 12px 16px;
        }

        .dashbord-livestock .table thead th {
            background-color: transparent;
            font-size: 12px;
            font-weight: 600;
            color: #000000;
        }

        .dashbord-livestock .table tbody tr td {
            border-bottom: 0px;
            font-size: 14px;
            font-weight: 400;
            color: #727272;
        }

        .sidebar li.active {
            background-color: #b1c5fa87;
        }
        .sidebar li.active span{
            color: #2947A3;
            font-weight: 600;
        }
        
         .respon-logo{
                display: none;
        }

        @media (max-width: 768px) {
            .main{
                padding: 20px 10px;
            }
            .topbar-livestock ul {
                gap: 14px;
            }
        }
        @media (max-width: 675px) {
            #toggleSidebar{
                display: none;
            }
            .sidebar {
                width: 70px !important; 
                padding: 15px;
            }
            .sidebar li span{
                display: none;
            }   
            .respon-logo{
                display: block;
                margin-bottom: 20px;
            }
            .logo-sidebar{
                display: none !important;
            }
            .serchbox-livestock input {
                margin-left: 0px;
            }
            .serchbox-livestock{
                width: 200px;
            }
                .topbar-livestock ul {
                gap: 10px;
            }
        }
        @media (max-width: 425px) { 
            .topbar-livestock ul{
                margin-bottom: 15px;
            }
            .topbar-livestock{
                flex-direction: column-reverse; 
                align-items: end;
            }
            .serchbox-livestock{
                width: 100%;
            }
        }
    /* Dashboard-section */




@media (max-width: 1399px){
    .md-50{
        width: 48%;
    }
    .personal-info-wraper{
        padding: 20px;
    }
    .adhar-number-find-box{
        padding: 20px;
    }
    .document-verification-section{
        padding: 20px;
    }
}

@media (max-width: 1024px){
    
}

@media (max-width: 991px){

    /* /login1.html */
    .main-section{
        padding: 0px 15px;
    }
    .login-page1 .bannertext-login{
        top: 10px;
        left: 10px;
        max-width: 340px; 
    }
    .login-page1 .bannertext-login h2 {
        font-size: 28px;
    }
    .login-page1 .main-section p {
        font-size: 14px;
    }
    .login-page1 .btn-verificationcode {
        font-size: 16px;
    }
    .login-box h3 {
        font-size: 28px; 
        margin-bottom: 13px;
    }
    .login-page1 .main-section p {
        margin-bottom: 10px;
    }
    .login-page1 .login-box{
        max-width: 100%;
    }
    .login-page1 .bannertext-login h2 {
        font-size: 32px;
    }
    .login-page1 .banner-section-login { 
        height: 360px;
    }
    .login-page1 .banner-section-login img{
        width: 100%;
        height: 100%;
    } 
    /* /login1.html */

    /* Login-password */
    .otp-box{
        max-width: 100%;
    }
    /* Login-password */



    /* Adhar-verification */
    .adhar-number-find-box{ 
        height: 90%;
    }
    .adhar-information-wrapper .adhar-info h6 {
        font-size: 14px;
    }
    .adhar-information-wrapper .adhar-info span{
        margin-right: 10px;
    }
    .adhar-information-wrapper .border-wrap-adhar{
        padding: 30px 17px;
    }
    .benifits-wraper{
        padding: 30px 17px;
    }
    .benifits-border{
        flex-direction: column;
        align-items: self-start;
    }
    .benifits-border img{
        margin-bottom: 15px;
    }
    .adhar-number-find-box h5 {
        font-size: 28px;
    }
    .look-adhar-section h6 {
        font-size: 18px;
    }
    .adhar-number-find-box p {
        font-size: 14px;
    }
    .adhar-information-wrapper{
        margin-bottom: 20px;
    } 
    .verify-btn{
        font-size: 16px;
        height: 40px;
    }
    .save-btn{
        font-size: 16px;
        height: 40px;
    }
    /* Adhar-verification */

    /* Personal-Information */
    .personal-info-wraper h5 {
        font-size: 28px;
    }
    .gender-feild [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
        padding-left: 23px;
    }
    .personal-info-wraper{
        height: 90%;
    }
    /* Personal-Information */

    /* Document-verification */
    .document-verification-section h5 {
        font-size: 28px;
    }
    .upload-area {
        padding: 15px;
    }
    .next-btn-gray{
        height: 43px;
        font-size: 16px;
    }
    /* Document-verification */


    /* Document-verification-2 */
    .confirmation-box-content h5 { 
        font-size: 28px;
    }
    /* Document-verification-2 */

}


@media (max-width: 768px){

    /* Adhar-verification */

    .benifits-wraper{
        margin-bottom: 24px;
    }
    .benifits-border{
        flex-direction: row;
        align-items: anchor-center;
    }
    .adhar-number-find-box {
        padding: 20px;
    }
    /* Adhar-verification */


    /* Document-verification-2 */
    .confirmation-box-container{
        padding: 40px;
    }
    .modal fade success-box-modal.modal-body img {
        width: 120px;
    }
    .modal fade success-box-modal .modal-body h4 {
        font-size: 28px;
    }
    /* Document-verification-2 */
}

@media (max-width: 575px){ 
    .adhar-verification-border {
        margin-bottom: 20px;
    }

    /* Adhar-verification */
    .adhar-number-find-box {
        padding: 20px 10px;
    }
    .verify-btn{
        font-size: 14px;
    }
    .save-btn{
        font-size: 14px; 
        margin-right: 10px;
    }
    .adhar-number-find-box h5 {
        font-size: 20px;
    }
    /* Adhar-verification */

    /* Personal-Information */
    .personal-info-wraper h5 {
        font-size: 20px;
    }
    
    /* Personal-Information */

    /* Document-verification */
    .document-verification-section h5 {
        font-size: 20px;
    }
   
    /* Document-verification */

     /* Document-verification-2 */
    .confirmation-box-content h5 { 
        font-size: 20px;
    }
    .confirmation-box-container {
        padding: 20px;
    }
    /* Document-verification-2 */


}

@media (max-width: 425px){ 
    /* Adhar-verification */
    .otp-input {
        width: 39px;
        height: 39px;
    }
    .eye-button{
        width: 39px;
        height: 39px;
        margin-left: 2px;
    }
    .adhar-otp-modal .modal-body {
        padding-top: 0px !important;
        padding: 10px;
    }
    .adhar-otp-modal .modal-header{
        padding: 24px 10px;
    }
    .adhar-otp-modal .modal-title {
        font-size: 20px;
    }
    .adhar-otp-modal p {
        font-size: 14px;
    }
    /* Adhar-verification */
  

    /* Document-verification-2 */

    .modal fade success-box-modal .modal-body p {
        padding: 0 0;
        font-size: 14px;
    }
    /* Document-verification-2 */
}

 
