     .logohome{
        display: block;
        margin: auto;
        width: 300px;
        height: 100%;
        padding-top: 100px;
      }

      .wizardpasstext{
        text-align: center;
        font-family: "Oxygen", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 64px; 
        line-height: 100%;
        letter-spacing: 0%;
        color: #4ea5d9;
        margin-top: 42.88px;
        margin-bottom: 42.88px;

      }

      .wizardtext{
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-style: solid;
        size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        margin-top: 16px;
        margin-bottom: 16px;
      }


      .underwizardtext {
        text-decoration: underline;
      }
  

      .downarrow{
        display: block;
        margin: auto;
        width: 24px;
        height: 24px;
        margin-top: 100px;
        margin-bottom: 100px;
      }


      .container-content{
        display: block;
        margin: auto;
        position: relative;
        width: 1248px;
        height: 584px;
        background-color: #4ea5d9;
        border-radius: 16px;
        z-index: 1;
        margin-top: 50px;
        margin-bottom: 16px;
      }

      .backimg{
        right: 200px;
        z-index: -1;
      }

      form{
        margin-top: 100px;
        margin-left: 40px;
      }

      .container-title{
        display: block;
        margin: auto;
        width: 331px;
        height: 45px;

        font-family: "Oxygen", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
        padding-top: 50px;
        color: #fafafa;
      }

      .generate-pass{
        padding-left: 229.25px;
        width: 229.25px;
        height: 292.19px;
        float: left;
      }

      .genpasstext{
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        color: #fafafa;
        width: 250px;
        padding-top: 5px;
       
      }

      .info-popup{
        display: none;
        margin: auto;
        position: fixed;
        width: 532px;
        height: 449px;
        border-color: #DEE2E6;
        z-index: 9;
        border-radius: 4px;
        background-color: #FFFFFF;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      }

      .form-check{
        padding-top: 5px;
        padding-bottom: 5px;
      }

      #howManyPwds{
        margin-top: 10px;
      }

      .info-button{
        cursor: pointer;
        padding-bottom: 10px;
      }


      .open-info-popbtn{
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
      }

      input[type=radio] {
        width: 13px;
        height: 13px;
      }
    
      .optionpasstype{
        width: 47px;
        height: 23px;

        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #FAFAFA;
      }

      .numofpasswords{
        width: 240px;
        height: 38px;
        border: 1px;
        border-style: solid;
        border-radius: 4px;
        border-color: #CED4DA;
        background-color: white;
      }

      .generate-button{
        width: 150px;
        height: 38px;
        position: relative;
        top: 20px;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.46px;
        text-align: center;
        background-color: #FFFFFF;
        
        cursor: pointer;
        border: 0px;
        border-radius: 4px;
        color: #333333;

      }

      .pop-title{
        font-family: "Oxygen", sans-serif;
        font-weight: 700;
        display: inline;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        color: #212529;
      }

      .pop-header{
        border: 1px;
        border-radius: 4px 4px;
        border-style: solid;
        border-color: #DEE2E6;
        padding: 18px 28px 18px 16px;
        gap: 20px;
      }

      .pop-subtitle{
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0px;
        padding-left: 18px;
        padding-bottom: 0px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #212529;
      }

      .pop-content{
        font-family: "Source Sans 3", sans-serif;
        margin-top: 0px;
        padding-left: 18px;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #212529;
      }

      .modal-content{
        border: 1px;
        border-style: solid;
        border-color: #DEE2E6;
      }

      .footer{
        padding: 16px 20px 16px 428px;
        border: 1px;
        border-style: solid;
        border-color: #DEE2E6;
        gap: 15px;
        border-radius: 4px 4px;
      }

      .info-closebtn{
        width: 81px;
        height: 38px;
        border: 1px;
        border-radius: 4px;
        border-style: solid;
        border-color: #DEE2E6;
        cursor: pointer;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.46px;
        text-align: center;
        color: #FFFFFF;
        background-color: #6C757D;
      }

      .alter-closebtn{
        width: 16px;
        height: 16px;
        display: inline;
        float: right;
        cursor: pointer;
        padding-top: 3px;     
      }

      .display-pass{
        margin-right: 270.25px;
        margin-top: 75px;
        width: 229.25px;
        height: 292.19px;
        float: right;
        z-index: 1;

      }

      .csvtext{
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.46px;
        text-align: right;
        color: #FAFAFA;
      }

      .pass-box{
        width: 199px;
        height: 38px;
        background-color: white;
        border: 1px;
        border-radius: 1px;
        border-style: solid;
        border-color: #CED4DA;
        margin-bottom: 20px;
      }

      .pass-text{
        position: relative;
        float: left;
        width: 124px;
        height: 24px;
        top: 6px;
        left: 12px;
        margin-top: 0px;
        margin-bottom: 0px;

        font-family: "Inconsolata", monospace;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #6C757D;
      }

      .btn-box{
        position: relative;
        float: right;
        bottom: 1px;
        width: 38px;
        height: 38px;
        border: 1px;
        border-radius: 1px;
        border-style: solid;
        border-color: #CED4DA;
        background-color: #E9ECEF;
      }

      .copy-pass{
        width: 16px;
        height: 16px;
        position: relative;
        top: 4px;
        left: 10px;
        cursor: pointer;
      }

      .close-pass{
        width: 25px;
        height: 25x;
        position: relative;
        top: 3px;
        left: 6px;
        cursor: pointer;
      }

      #addAnotherBtn {
        display: none;
      }

      .add-another{
        width: 156px;
        height: 38px;     
        border-radius: 20px;
        background-color: white;
        position: relative;
        top: 10px;
        left: 30px;
        cursor: pointer;
      }

      .add-text{
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.46px;
        position: relative;
        top: 10.5px;
        right: 20px;
        display: inline;
        float: right;
        color: #0D6EFD;
        cursor: pointer;
      }

      .add-plus{
        width: 24px;
        height: 24px;
        position: relative;
        display: inline;
        top: 4px;
        left: 20px;
        cursor: pointer;
      }

      .back-img{
        width: 383px;
        height: 383px;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: -1;
      }


      input::placeholder{
        color: gray;
      }

      .toast {
        visibility: hidden;
        min-width: 240px;
        background-color: #333;
        color: #fafafa;
        text-align: center;
        border-radius: 8px;
        padding: 12px 20px;
        position: fixed;
        z-index: 999;
        left: 50%;
        bottom: 30px;
        transform: translateX(-50%);
        font-family: "Source Sans 3", sans-serif;
        font-weight: 600;
        font-size: 14px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        opacity: 0;
        transition: opacity 0.4s ease, visibility 0.4s ease;
      }

      .toast.show {
        visibility: visible;
        opacity: 1;
      }

      .password-scroll-area {
        width: 100%;
        max-height: 300px;
        overflow-y: auto;
        padding-right: 10px; 
        margin-bottom: 10px;


        border-radius: 8px;
        scrollbar-width: thin; 
        scrollbar-color: #ccc transparent;
      }

      .password-scroll-area::-webkit-scrollbar {
        width: 8px;
      }

      .password-scroll-area::-webkit-scrollbar-track {
        background: transparent;
      }

      .password-scroll-area::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 4px;
      }

      [data-bs-theme="dark"] .wizardpasstext{
        color: #F5CB5C;
      }

      [data-bs-theme="dark"] .container-content{
        background-color: #F5CB5C;
      }

      [data-bs-theme="dark"] .genpasstext {
        color: #242423;
      }

      [data-bs-theme="dark"] .container-title {
        color: #242423;
      }

      [data-bs-theme="dark"] .optionpasstype {
        color: #242423;
      }

      [data-bs-theme="dark"] .generate-button{
        color: #FFFFFF;
        background-color: #343A40;
      }



