/* ------------Body------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }

body{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url('bg-home.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; */
    font-family: 'Times New Roman', Times, serif;
    box-sizing: border-box;
    font-size: 18px;
    /* overflow-y: scroll; */

    min-height: 100vh;
    background: #000;
}

.mainDiv{
    width: 100vw;
    margin-top:-60px;
    height:99%;
}

/* --------------Modal------------ */

.modal{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.modal-wrapper {
    width: 300px;
    height: 110px;
    background: ghostwhite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hide {
    display: none;
}

.modalHeading h4{
    margin-left: 15px;
}

.modalButtons{
    display: flex;
    justify-content:space-around;
    align-items: center;
}

.yesButton{
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    color:white;
    background-color: rgb(250, 9, 9);
    cursor:pointer;
}

.noButton{
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    color:white;
    background-color: rgb(5, 83, 3);
    cursor:pointer;
}








/* .modal1{
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
} */

.modal1-wrapper {
    width:300px;
    height:500px;
    background: ghostwhite;
    /* position: fixed; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    box-shadow: 0 0 30px #0ef; 
    margin: auto;
}

.mainPreview{
    height:100%;
}

.namePhoto{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:30%;
    padding-top: 5%;
}


.imgPreview img {
    margin-top: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* margin-right: 20px; */
    object-fit: cover;
    border: 2px solid #ccc;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 10px #0ef; 
    cursor: pointer;
}

.imgPreview img:hover {
    transform: scale(1.1);
}

.namePreview{
    margin-top: 10px;
    color: blue;
    display:flex;
}

.lowerCard{
    /* border:2px solid red; */
    height:70%;
    padding-top: 19%;
}

.emailPreview{
    width:80%;
    height:40px;
    border-radius: 8px;
    margin: auto;
    background-color:rgb(9, 137, 146);
    display: flex;
    justify-content: center;
    align-items: center;
    width:90%;
}

.prevInput{
    padding-top: 10px;
    width:100%;
}

.genderBdayPreview{
    padding-top: 10px;
    padding-left: 5%;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    color:black;
    justify-content: space-between;
    align-items: center;
}

.genderPrevClass{
    background-color:rgb(9, 137, 146);
    height:40px;
    width:130px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.birthdayPrevClass{
    background-color:rgb(9, 137, 146);
    height:40px;
    width:130px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutUpreview{
    margin-top: 10px;
    background-color:rgb(9, 137, 146);
    height:70px;
    width:90%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-left: 5%;
}

.addressPreview{
    margin-top: 10px;
    background-color:rgb(9, 137, 146);
    height:40px;
    width:90%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-left: 5%;
}

.btnClass{
    /* padding-top: 3px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn1{
    height:30px;
    width:150px;
    background-color: blue;
    color:white;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;

}

.btn1:hover{
    cursor: pointer;
    height:30px;
    width:150px;
    background-color:rgb(9, 137, 146) ;
    color:white;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}




/* --------------Modal------------ */




/* ---------------Navbar---------------- */
.Navyy{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.Navyy img{
    width: 150px;
    margin: 0px 0px 0px 10px;
}

/* ---------------Navbar---------------- */







/* --------------------heading--------------- */
.heading1{
    text-align: center;
}

.mainTitle{
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 642px) {
    .mainTitle{
        font-size: 13px;
    }
  }

  @media screen and (max-width: 514px) {
    .mainTitle{
        font-size: 9px;
    }
  }



.typewriter{
   width:auto;
}

.typewriter h1{
  color:rgb(9, 137, 146);
  overflow: hidden;
  border-right: .15em solid rgb(2, 14, 10);
  white-space:nowrap;
  margin: 0 auto;
  letter-spacing: .15em;
  animation: 
    typing 5s steps(30, end)
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}




/* --------------------heading--------------- */


/* -------------------Toast-------------------- */

#snackbar {
    /* visibility: hidden; */
    width: 250px; 
    margin-left: -125px;
    background-color: #333; 
    color: #fff; 
    text-align: center; 
    border-radius: 2px;
    padding: 16px;
    position: fixed; 
    z-index: 4; 
    right:0;
  }

  .visible{
    /* visibility: visible; */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

  /* -------------------Toast-------------------- */



/* ---------------------container------------------ */
.container{
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    gap: 10px;
    padding: 10px;
    background: #000;
    /* box-shadow: 0 0 50px #0ef; */
    border-radius: 20px;
    height:85vh;
    width:95%;
    margin: auto;
}

@media screen and (max-width:768px){
    .container{
        grid-template-columns: 1fr;
    }
}

/* ----------------------mainform--------------------- */

.formStepper{
    display: flex;
    flex-direction: column;
}

.navigator{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color:black;
}

.firstCircle{
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.secondCircle{
    height: 50px;
    width: 50px;
    background-color: rgb(9, 137, 146);;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.thirdCircle{
    height: 50px;
    width: 50px;
    background-color: rgb(9, 137, 146);;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.stLine{
    left:30px;
    top:40px;
    position: absolute;
    height:5px;
    width:85%;
    background-color: #ad74a4;
    z-index: -1;
}


.mainForm{
    width: 80%;
    margin:auto;
    background:black;
    box-shadow: 0 0 30px #0ef; 
    border-radius: 16px;
    backdrop-filter: blur(8px);
    border: 2px solid rgba(218, 13, 183, 0.3);
    height:80vh;
}

/* ---------------------commonDiv----------------- */
.commonDiv{
    margin-top: 20px;
}

.commonDiv input{
    border:1px solid #490340;
    border-bottom-width: 1px;
    /* background-color:rgb(9, 137, 146); */
    background-color: white;
    backdrop-filter: blur(8px);
}

/* ----------------upload---------------- */

.upload{
    flex-wrap: wrap;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.uploadPhoto img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* margin-right: 20px; */
    object-fit: cover;
    border: 2px solid #ccc;
    transition: transform 0.3s ease-in-out;
}

/* .uploadPhoto img:hover {
    transform: scale(1.1);
} */

#myFile {
    margin-top:5px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s;
}

#myFile:hover {
    background-color: rgb(9, 137, 146);
    color: white;
}


/* .uploadPhotoDocs{
    display: flex;
    flex-wrap: wrap;
}

#myFile{
    margin-right: 20px;
} */

/* ----------------upload---------------- */

/* ---------------------commonDiv----------------- */



/* ----------------------padding------------------ */
.paddingDiv{
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
    margin: auto;
}


/* ---------------------nameClass-------------------------- */

.nameClass input, .bday input {
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.nameClass input:focus, .bday input:focus {
    border: 1px solid #007BFF;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
    cursor: none;
}

.nameClass input:hover, .bday input:hover {
    background-color: rgb(9, 137, 146);
}

input::placeholder {
    font-size: 16px;
    color:black;
    font-style: italic;
}

input:hover::placeholder{
    font-size: 16px;
    color:black;
    font-style: italic;
    color: white;
}



/* ---------------------nameClass-------------------------- */





/* ---------------------mailPassword class---------------------- */

.mailPassClass input{
    background-color:white;
    backdrop-filter: blur(8px);
    margin-top: 3px;
    width: 100%;
    padding: 7px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    border: 1px solid #ccc;
    transition:all 0.3s ease;
}

.mailPassClass input:focus{
    cursor:none;
}

.mailPassClass input:hover{
    background-color:rgb(9, 137, 146);
    color:white;
}


/* ---------------------mailPassword class---------------------- */







/* ------------------------Address--------------------------- */


.address select {
    width:100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
    font-style: italic;
}


.address select:hover {
    background-color: rgb(9, 137, 146);
    color:white;
}

.address select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
} 






/* ------------------------Address--------------------------- */


/* -----------------------GenderClass---------------------- */

#birthday{
    width:150px;
}

.genderBday{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.genderClass select {
    /* width: 100%; */
    padding: 7px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: white;
    font-size: 16px;
    color: black;
    /* appearance: none; */
    cursor: pointer;
    transition: all 0.3s ease;
    font-style: italic;
}


.genderClass select:hover {
    background-color: rgb(9, 137, 146);
    color:white;
}

.genderClass select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
} 

/* Error Message */
.error-message {

    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* -----------------------GenderClass---------------------- */






/* -------------------------Branch------------------- */

.selectClass select {
    /* width: 100%; */
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    cursor: pointer;
    transition: all 0.3s ease;
    font-style: italic;
    outline:none;
}


.selectClass select:hover {
    background-color: rgb(9, 137, 146);
    color:white
}

.genderClass select:focus {
    border-color: #007BFF;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.5);
} 

/* Error Message */
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* -------------------------Branch------------------- */




/* ----------------------------About----------------------- */

.about textArea{
    margin-top: 5px;
    background: white;
    border-radius: 16px;
    box-shadow: 10px 14px 30px rgba(0, 0, 0, 0.1);
    width:100%;
    height:75px;
    padding: 10px;
    cursor: pointer;
    font-style: italic;
}

.about textArea:hover{
    background-color: rgb(9, 137, 146);
    cursor: pointer;
    color:white
}

.about textArea:focus{
    outline:none;
    cursor: none;
}

.about textArea::placeholder{
    color:black;
}


.about textArea:hover::placeholder{
    color:white;
}

/* ----------------------------About----------------------- */



/* ----------------------error message------------------- */
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}
/* ----------------------error message------------------- */



/* ----------------------button----------------------- */

.btn{
    width: 100px;
    height:30px;
    background:rgb(9, 137, 146);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.3s ease;
    cursor: pointer;
}

.btn:hover {
    background-color:white;
    color:black;
    box-shadow: 0 0 30px #0ef
}

/* ----------------------button----------------------- */




/* ----------------------step-2-------------------- */

.step-button{
    bottom: 100px;
    padding: 10%;
    display: flex;
    justify-content: space-between;
}   

/* ----------------------step-2-------------------- */






/* -------------------------step-3--------------------------- */

.step-3-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}


.step-3 h3{
    color: white;
    margin: auto;
}

#check{
    color: white;
    margin-left: 10px;
}

.checkDiv{
    display: flex;
    /* margin-left: 10px; */
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.preview{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: white; */
}

.previewInside{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: rgb(9, 137, 146);
    color: white;
    transition: all 0.3s ease;
}

.previewInside:hover{
    background-color: white;
    color:black;
    box-shadow: 0 0 30px #0ef; 
}


#prevLast{
    margin-left: 50px;
}

/* -------------------------step-3--------------------------- */




/* ----------------------padding------------------ */



/* --------------------------table---------------------- */
.tableContainer{
    color: white;
    padding: 20px;
    background: black;
    border-radius: 16px;
    backdrop-filter: blur(8px);
    border: 2px solid rgb(9, 137, 146);
    box-shadow: 0 0 30px #0ef
}

.tableContainer h2{
    color:rgb(9, 137, 146);
    margin: 2% 41%;
}

table{
    width:100%;
    border-collapse:collapse;
}

table th, table td{
    border:1px solid rgb(9, 137, 146);
    padding:8px;
    text-align: left;
}


/* ------------------Delete and Edit Button------f----------- */

.button{
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    color:white;
    background-color: rgb(9, 137, 146);
    cursor:pointer;
}

.button.delete{
    background-color: rgb(5, 19, 146);
    margin-left: 10px;
}

/* ------------------Delete and Edit Button----------------- */



/* ----------------------------table--------------------------- */





/* ---------------------container------------------ */
/* ------------Body------------------- */



  .step1{
    /* margin-top: -21px; */
    padding-top: 10%;
  }
  
  .step {
    display: none;
    height:550px;
  }
  
  .active {
    display: block;
  }
  
  /* .commonDiv {
    margin-bottom: 15px;
  } */
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  /* input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
  } */
  
  /* button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
  } */
  
  

  .constantWidth{
    width:300px;
  }

  .SubmitBtn{
    width: 300px;
    height:30px;
    background:rgb(9, 137, 146);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.3s ease;
    cursor: pointer;
    margin-top:200px;
    margin-left:20%;
  }


  .SubmitBtn:hover {
    background-color:white;
    color:black;
    box-shadow: 0 0 30px #0ef
}


.Inactive{
    display:none;
}

#uploadFontAwesome{
    position: relative;
    left:48px;
    top:78px;
    cursor: pointer;
    font-size:25px;
}

.uploadPhotoText{
    color: white;
    margin-top: 2%;
}

.errorDiv{
    height:8px;
    width:100%;
}


.commonLabel{
    color:white;
    font-style: italic;
}

.bday{
    width:195px;
    padding-left: 44px;
}

.genderClass{
    width:167px;
}

#gender{
    width:100%;
}

.extraPadding{
    margin-left:75%;
}

.extraBtn{
    margin-left: 70%;
    box-shadow: 0 0 30px #0ef;
    background-color: rgb(224, 217, 217);
    cursor: pointer;
}

.extraBtn:hover{
    background-color: rgb(16, 168, 156);
    color: white;
}




  