
* {
	padding: 0px;
	margin: 0px;
	/* box-sizing: border-box; */
}


:root{

    --clr-button1: #096D49;  
    --clr-button11:#FFFFFF;
    --clr-button2: #6BA792;
    --clr-button22:#FFFFFF;
    --clr-button3: #FFFFFF; 
    --clr-button4: #043724;
    --clr-button44:#CEE2DB;
    --clr-button4-outline:#6BA792;
    --clr-body-background-color: #FFFFFF;
    --clr-button-primary-color: #096D49;  
    --clr-button-Hover-color: #6BA792;
    --clr-black:#1E1E1E;
    --clr-green:#096D49;
    --clr-blackPrimary:#1E1E1E;
    --clr-greyBackground: #F3F3F3;
    --cle-whiteBackground:#FFFFFF;
}





/* FONT Weight Description:

Bold: 700
Medium: 500
Regular: 400  */

@font-face {
    font-family: Satoshi-Bold;
    src: url(/atmsFont/Satoshi/Satoshi-Bold.woff);
    /* font-weight: bold; */
  }

@font-face {
  font-family: Satoshi-Medium;
  src: url(/atmsFont/Satoshi/Satoshi-Medium.woff);
  /* font-weight: bold; */
}

@font-face {
    font-family: Satoshi-Regular;
    src: url(/atmsFont/Satoshi/Satoshi-Regular.woff);
    /* font-weight: bold; */
  }

  @font-face {
    font-family: BalsamiqSans-Bold;
    src: url(/atmsFont/Balsamiq_Sans/BalsamiqSans-Bold.ttf);
    /* font-weight: 100; */
  }

  @font-face {
    font-family: BalsamiqSans-BoldItalic;
    src: url(/atmsFont/Balsamiq_Sans/BalsamiqSans-BoldItalic.ttf);
    /* font-weight: 400; */
  }


  @font-face {
    font-family: BalsamiqSans-Italic;
    src: url(/atmsFont/Balsamiq_Sans/BalsamiqSans-Italic.ttf);
    /* font-weight: bold; */
  }


  @font-face {
    font-family: BalsamiqSans-Regular;
    src: url(/atmsFont/Balsamiq_Sans/BalsamiqSans-Regular.ttf);
    /* font-weight: bold; */
  }



  .mainContentRapper{
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    background-color: var(--cle-whiteBackground);
    display: flex;

  }

  .leftContainerRapper{
    height: 100vh;
    width: 50%;
    background-color: var(--cle-whiteBackground);
  }

  .rightContainerRapper{
    height: 100vh;
    width: 50%;
    background-color: var(--clr-greyBackground);
  }


  .leftTopNav{
    height: 15vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    position: relative;
  }

  .leftTopNav img{
    height: 3vw;
    position: absolute;
    bottom: 0;
    margin-left: 4vw;
    -webkit-user-drag: none;
  }


  .pageTitle{
    height: 9vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: center;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 2.5vw;
    margin-top: 2vw;
  }

  .welcomeText{
    height: 5vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: top;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 1.5vw;
    color: #9A9A9A;

  }


  .loginGif{
    height: 30vw;
    width: 100%;
    background-color: transparent;
    
  }

  
  .loginGif img{
    height: 30vw;
    margin-top: 0vw;
    -webkit-user-drag: none;
  }



.leftTopNavR{
    height: 0vh;
    width: 0%;
    background-color: var(--cle-whiteBackground);
    position: relative;
   
  }

  .leftTopNavR img{
    height: 0vw;
    position: absolute;
    bottom: 0;
    margin-left: 4vw;
    visibility: hidden;
    
  }


  .pageTitleR{
    height: 0vh;
    width: 0%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: center;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 0vw;
    margin-top: 4vw;
    visibility: hidden;
   
  }

  .welcomeTextR{
    height: 0vh;
    width: 0%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: top;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 0vw;
    color: #9A9A9A;
    visibility: hidden;
  

  }


  /* ////////////////////////////////// */


  .loginContainerRapper{
    height: 50vh;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
   
  }

  .loginContainer{
    height: 50vh;
    width: 60%;
    background-color: var(--cle-whiteBackground);
    border-radius: 0.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .staffIDLabel{
    height: 2.5vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.7vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 2.5vw;
    margin-bottom: 0.3vw;
    user-select: none;
  }


  .staffIDContainer{
    height: 7vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 2vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 0.4vw;
    border: 0.12vw solid #D9D9D9;
  }

  .userIconContainer{
    height: 7vh;
    width: 15%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    user-select: none;
  }

  .userIconContainer img{
    height: 3vh;
  }

  .staffIDContainer input{
    height: 6.2vh;
    width: 84%;
    border-radius: 0.4vw;
    border: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }

  .staffIDContainer input:focus{
    outline: none;
    
  }

  .staffIDContainer input::placeholder{
    outline: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }


  .passwordLabel{
    height: 2.5vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.7vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1.2vw;
    margin-bottom: 0.3vw;
    user-select: none;
  }


  .passwordContainer{
    height: 7vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 2vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 0.4vw;
    border: 0.12vw solid #D9D9D9;
  }

  .passwordIcon{
    height: 7vh;
    width: 15%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    user-select: none;
  }

  .passwordIcon img{
    height: 3vh;
  }

  .passwordContainer input{
    height: 6.2vh;
    width: 84%;
    border-radius: 0.4vw;
    border: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }

  .passwordContainer input:focus{
    outline: none;
    
  }

  .passwordContainer input::placeholder{
    outline: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }



  .signinBitton{
    height: 7vh;
    width: 80%;
    background-color: var(--clr-green);
    color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 2.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
    border: none;
    margin-top: 4vw;
  }

  .signinBitton:hover{
    height: 7vh;
    width: 80%;
    background-color: var(--clr-button-Hover-color);
    color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 2.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
    border: none;
    margin-top: 4vw;
    cursor: pointer;
    user-select: none;
  }


.passwordPrivacyWarningContainer{
  height: 4vh;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  user-select: none;
}


.passwordPrivacyWarningIcon{
  height: 4vh;
  width: auto;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  margin-right: 0.2vw;

}
.passwordPrivacyWarningIcon img{
  height: 2.7vh;
}


.passwordPrivacyWarningMessage{
  height: 4vh;
  width: auto;
  background-color: transparent;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: Satoshi-Regular;
  font-size: 1.7vh;
  user-select: none;
}

.forgotPassword{
  height: 4vh;
  width: 100%;
  background-color: transparent;
  color: var(--clr-green);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi-Medium;
  font-size: 2vh;
  margin-top: 1vw;
  cursor: pointer;
  user-select: none;
}


.forgotPassword span:hover{
  height: 4vh;
  width: 100%;
  background-color: transparent;
  color: var(--clr-button-Hover-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi-Medium;
  font-size: 1.8vh;
  /* margin-top: 1vw; */
  cursor: pointer;
  user-select: none;
}





  /* Mail DIALOGUE */

  .mailDialogueCover{
    height: 100vh;
    width: 100%;
    background-color: var(--clr-black);
    position: absolute;
    top: 0px;
    z-index:110;
    opacity: 0.95;
    cursor: pointer;
  }

  .mailDialogueCoverRapper{
    height: 40vh;
    width: 30%;
    margin: 0 auto;
    background-color: transparent;
    position: absolute;
    top: 12vw;
    left: 35vw;
    z-index:110;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .mailDialogueCenterContainer{
    height: 45vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    border-radius: 0.8vw;
    cursor:auto;
  }


  .dialogueTitleBar{
    height: 8vh;
    width: 100%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 1.1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.8vw 0.8vw 0vw 0vw;
    border-bottom: 0.1vw solid #D9D9D9;
  }

  .forgotPasswordmailTitle{
    height: 3vh;
    width: 50%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 1.3vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 2vw;
  }

  .mailDialogueCenterContainer img{
    height: 3vh;
    -webkit-user-drag: none;
    margin-right: 2vw;
    cursor: pointer;
  }

  .mailMessageTxt{
    height: 10vh;
    width: 87%;
    background-color: transparent;
    font-family: Satoshi-Regular;
    font-size: 1.3vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 2vw;
    margin-top: 1vw;
  }

  .emailInputLabel{
    height: 2vh;
    width: 87%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.4vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 2vw;
    margin-top: 1vw;
  }

  .emailInputRapper{
    height: 6vh;
    width: 87%;
    background-color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 0.85vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 2vw;
    margin-top: 0.1vw;
    border-radius: 0.4vw;
    border: 0.1vw solid #D9D9D9
  }

  .emailInputRapper input{
    height: 5.3vh;
    width: 95%;
    background-color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 0.85vw;
    display: flex;
    justify-content: left;
    align-items: center;
    border: none;
    margin-left: 1vw;
  }

  .emailInputRapper input:focus{
    outline: none;
  }


  .emailInputRapper input::placeholder{
    font-family: Satoshi-Regular;
    font-size: 1vw;
  }


  .sendLinkButton{
    height: 6.3vh;
    width: 87%;
    background-color: var(--clr-green);
    font-family: Satoshi-Medium;
    font-size: 1vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 2vw;
    margin-top: 2vw;
    border-radius: 0.4vw;
    cursor: pointer;
  }

  .sendLinkButton:hover{
    height: 6.3vh;
    width: 87%;
    background-color: var(--clr-button-Hover-color);
    font-family: Satoshi-Medium;
    font-size: 1vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 2vw;
    margin-top: 2vw;
    border-radius: 0.4vw;
    cursor: pointer;
  }













/* TABLET */
  /* @media screen and (max-width: 1038px)  */

  @media screen and (max-width: 720px)   {
    
    
  .mainContentRapper{
    height: 90vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    background-color: transparent;
    position: relative;
    display: flex;
  }

  .leftContainerRapper{
    height: 50vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    position: absolute;
    z-index: 2;

  }

  .rightContainerRapper{
    height: 90vh;
    width: 100%;
    background-color: var(--cle-whiteBackground); 
    /* background-color: yellow; */
    position: absolute;
    z-index: 5;

  }


  .leftTopNavR{
    height: 9vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    position: relative;
    visibility: visible;
  }

  .leftTopNavR img{
    height: 7vw;
    position: absolute;
    bottom: 0;
    margin-left: 4vw;
    visibility: visible;
    -webkit-user-drag: none;
  }


  .pageTitleR{
    height: 7vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: center;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 7.5vw;
    margin-top: 0vw;
    padding-top: 5vw;
    visibility: visible;
  }

  .welcomeTextR{
    height: 5vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    display: flex;
    align-items: top;
    padding-left: 4vw;
    font-family: Satoshi-Bold;
    font-size: 4.5vw;
    color: #9A9A9A;
    visibility: visible;

  }


  .loginGif{
    height: 30vw;
    width: 100%;
    background-color: transparent;
    
  }

  
  .loginGif img{
    height: 30vw;
    margin-top: 0vw;
    -webkit-user-drag: none;
  }


  /* ////////////// */

  
  .loginContainerRapper{
    height: 45vh;
    width: 90%;
    margin: 0 auto;
    background-color: var(--cle-whiteBackground);
    /* background-color: red; */
    border-radius: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 10px 0px #00000029;
    margin-top: 4vw;
  }

  .loginContainer{
    height: 40vh;
    width: 80%;
    background-color: var(--cle-whiteBackground);
    border-radius: 0.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;

  }


  .staffIDLabel{
    height: 2.5vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.7vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 6.5vw;
    margin-bottom: 0.3vw;
    user-select: none;
  }


  .staffIDContainer{
    height: 7vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 2vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 0.4vw;
    border: 0.12vw solid #D9D9D9;
  }

  .userIconContainer{
    height: 7vh;
    width: 15%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    user-select: none;
  }

  .userIconContainer img{
    height: 3vh;
  }

  .staffIDContainer input{
    height: 6.2vh;
    width: 84%;
    border-radius: 0.4vw;
    border: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }

  .staffIDContainer input:focus{
    outline: none;
    
  }

  .staffIDContainer input::placeholder{
    outline: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }


  .passwordLabel{
    height: 2.5vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.7vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 1.2vw;
    margin-bottom: 0.3vw;
    user-select: none;
  }


  .passwordContainer{
    height: 7vh;
    width: 80%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 2vh;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 0.4vw;
    border: 0.12vw solid #D9D9D9;
  }

  .passwordIcon{
    height: 7vh;
    width: 15%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    user-select: none;
  }

  .passwordIcon img{
    height: 3vh;
  }

  .passwordContainer input{
    height: 6.2vh;
    width: 84%;
    border-radius: 0.4vw;
    border: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }

  .passwordContainer input:focus{
    outline: none;
    
  }

  .passwordContainer input::placeholder{
    outline: none;
    font-family: Satoshi-Regular;
    font-size: 2.3vh;
    
  }



  .signinBitton{
    height: 7vh;
    width: 80%;
    background-color: var(--clr-green);
    color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 2.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
    border: none;
    margin-top: 4vw;
  }

  .signinBitton:hover{
    height: 7vh;
    width: 80%;
    background-color: var(--clr-button-Hover-color);
    color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 2.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
    border: none;
    margin-top: 4vw;
    cursor: pointer;
    user-select: none;
  }


.passwordPrivacyWarningContainer{
  height: 4vh;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  user-select: none;
}


.passwordPrivacyWarningIcon{
  height: 4vh;
  width: auto;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;

}
.passwordPrivacyWarningIcon img{
  height: 3.1vh;
  margin-right: 1vw;
}


.passwordPrivacyWarningMessage{
  height: 4vh;
  width: auto;
  background-color: transparent;
  display: flex;
  justify-content: right;
  align-items: center;
  font-family: Satoshi-Regular;
  font-size: 2.5vw;
  user-select: none;
}

.forgotPassword{
  height: 4vh;
  width: 100%;
  background-color: transparent;
  color: var(--clr-green);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi-Medium;
  font-size: 2.2vh;
  margin-top: 1.5vw;
  cursor: pointer;
  user-select: none;
}


.forgotPassword:hover{
  height: 4vh;
  width: 80%;
  background-color: transparent;
  color: var(--clr-button-Hover-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Satoshi-Medium;
  font-size: 2.4vh;
  margin-top: 1.5vw;
  cursor: pointer;
  user-select: none;
}





  /* Mail DIALOGUE */

  .mailDialogueCover{
    height: 100vh;
    width: 100%;
    background-color: var(--clr-black);
    position: absolute;
    top: 0px;
    z-index:110;
    opacity: 0.95;
    cursor: pointer;
  }

  .mailDialogueCoverRapper{
    height: 40vh;
    width: 80%;
    /* margin: 0 auto; */
    background-color: transparent;
    position: absolute;
    top: 35vw;
    left: 10vw;
    z-index:110;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .mailDialogueCenterContainer{
    height: 45vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    border-radius: 1.5vw;
    cursor:auto;
  }


  .dialogueTitleBar{
    height: 8vh;
    width: 100%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 1.1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.8vw 0.8vw 0vw 0vw;
    border-bottom: 0.1vw solid #D9D9D9;
  }

  .forgotPasswordmailTitle{
    height: 3vh;
    width: 50%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 3.5vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
  }

  .mailDialogueCenterContainer img{
    height: 3vh;
    -webkit-user-drag: none;
    margin-right: 4vw;
    cursor: pointer;
  }

  .mailMessageTxt{
    height: 10vh;
    width: 90%;
    background-color: transparent;
    font-family: Satoshi-Regular;
    font-size: 3.3vw;
    text-align: justify;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 1vw;
  }

  .emailInputLabel{
    height: 2vh;
    width: 87%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.4vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 1vw;
  }

  .emailInputRapper{
    height: 6vh;
    width: 90%;
    background-color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 0.85vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 0.1vw;
    border-radius: 0.8vw;
    border: 0.1vw solid #D9D9D9
  }

  .emailInputRapper input{
    height: 5.3vh;
    width: 95%;
    background-color: var(--cle-whiteBackground);
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 3vw;
    display: flex;
    justify-content: left;
    align-items: center;
    border: none;
    margin-left: 2vw;
  }

  .emailInputRapper input:focus{
    outline: none;
  }


  .emailInputRapper input::placeholder{
    font-family: Satoshi-Regular;
    font-size: 3vw;
  }


  .sendLinkButton{
    height: 6.3vh;
    width: 90%;
    background-color: var(--clr-green);
    font-family: Satoshi-Medium;
    font-size: 3.5vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 4vw;
    margin-top:10vw;
    border-radius: 1vw;
    cursor: pointer;
  }

  .sendLinkButton:hover{
    height: 6.3vh;
    width: 90%;
    background-color: var(--clr-button-Hover-color);
    font-family: Satoshi-Medium;
    font-size: 3.5vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 4vw;
    margin-top:10vw;
    border-radius: 1vw;
    cursor: pointer;
  }











  }






  /* MOBILE */

  
  

  @media screen and (max-width: 450px)   {
    
    
    .mainContentRapper{
      height: 90vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: transparent; */
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .leftContainerRapper{
      height: 0vh;
      width: 0%;
      background-color: var(--cle-whiteBackground);
      position: absolute;
      z-index: 2;
  
    }
  
    .rightContainerRapper{
      height: 75vh;
      width: 100%;
      background-color: var(--cle-whiteBackground); 
      /* background-color: red; */
      display: flex;
      flex-direction: column;
      /* position: absolute; */
      /* left: 0vw; */
      /* z-index: 5; */
  
    }

    

    .leftTopNav{
      height: 9vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: yellow; */
      position: relative;
      visibility: visible;
    }
  
    .leftTopNav img{
      height: 6vw;
      position: absolute;
      bottom: 0;
      margin-left: 8vw;
      visibility: visible;
      -webkit-user-drag: none;
    }
  
  
    .pageTitle{
      height: 5vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: red; */
      display: flex;
      align-items: center;
      padding-left: 8vw;
      font-family: Satoshi-Bold;
      font-size: 6vw;
      margin-top: 0vw;
      padding-top: 5vw;
      visibility: visible;
    }
  
    .welcomeText{
      height: 3vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: orange; */
      display: flex;
      align-items: top;
      padding-left: 8vw;
      font-family: Satoshi-Bold;
      font-size: 4.5vw;
      color: #9A9A9A;
      visibility: visible;
  
    }


    
  
  
    .leftTopNavR{
      height: 9vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      background-color: transparent;
      position: relative;
      visibility: visible;
    
    }
  
    .leftTopNavR img{
      height: 6vw;
      margin-left: 8vw;
      -webkit-user-drag: none;
    }
  
  
    .pageTitleR{
      height: 5vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: red; */
      display: flex;
      align-items: center;
      padding-left: 8vw;
      font-family: Satoshi-Bold;
      font-size: 6vw;
      margin-top: 0vw;
      padding-top: 5vw;
      visibility: visible;
    }
  
    .welcomeTextR{
      height: 3vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      /* background-color: orange; */
      display: flex;
      align-items: top;
      padding-left: 8vw;
      font-family: Satoshi-Bold;
      font-size: 4.5vw;
      color: #9A9A9A;
      visibility: visible;
  
    }
  
  
    .loginGif{
      height: 0vw;
      width: 0%;
      background-color: transparent;
      
    }
  
    
    .loginGif img{
      height: 0vw;
      margin-top: 0vw;
      -webkit-user-drag: none;
    }
  
  
    /* ////////////// */
  
    
    .loginContainerRapper{
      height: 34.5vh;
      width: 92.5%;
      margin: 15vw 8vw auto;
      background-color: var(--cle-whiteBackground);
      /* background-color: pink; */
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1.5vw;
     
    }
  
    .loginContainer{
      height: 34.5vh;
      width: 100%;
      background-color: var(--cle-whiteBackground);
      background-color: transparent;
      border-radius: 1.5vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* margin-left: 0px; */
    }
  
  
    .staffIDLabel{
      height: 1.5vh;
      width: 83%;
      background-color: transparent;
      font-family: Satoshi-Medium;
      font-size: 1.4vh;
      display: flex;
      justify-content: left;
      align-items: center;
      margin-top: 6vw;
      margin-bottom: 0.9vw;
      user-select: none;
    }
  
  
    .staffIDContainer{
      height: 5vh;
      width: 83%;
      background-color: transparent;
      font-family: Satoshi-Medium;
      font-size: 2vh;
      display: flex;
      justify-content: left;
      align-items: center;
      border-radius: 1vw;
      border: 0.12vw solid #D9D9D9;
    }
  
    .userIconContainer{
      height: 4.5vh;
      width: 10%;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      user-select: none;
    }
  
    .userIconContainer img{
      height: 2.2vh;
    }
  
    .staffIDContainer input{
      height: 4.5vh;
      width: 89%;
      border-radius: 0.2vw;
      border: none;
      font-family: Satoshi-Regular;
      font-size: 1.7vh;
      
    }
  
    .staffIDContainer input:focus{
      outline: none;
      
    }
  
    .staffIDContainer input::placeholder{
      outline: none;
      font-family: Satoshi-Regular;
      font-size:1.7vh;
      
    }
  
  
    .passwordLabel{
      height: 1.5vh;
      width: 83%;
      background-color: transparent;
      font-family: Satoshi-Medium;
      font-size: 1.4vh;
      display: flex;
      justify-content: left;
      align-items: center;
      margin-top: 6vw;
      margin-bottom: 0.9vw;
      user-select: none;
    }
  
  
    .passwordContainer{
      height: 5vh;
      width: 83%;
      background-color: transparent;
      font-family: Satoshi-Medium;
      font-size: 2vh;
      display: flex;
      justify-content: left;
      align-items: center;
      border-radius: 1vw;
      border: 0.12vw solid #D9D9D9;
    }
  
    .passwordIcon{
      height: 4.5vh;
      width: 10%;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none;
      user-select: none;
    }
  
    .passwordIcon img{
      height: 2.2vh;
    }
  
    .passwordContainer input{
      height: 4.5vh;
      width: 89%;
      border-radius: 0.2vw;
      border: none;
      font-family: Satoshi-Regular;
      font-size: 1.7vh;
    }
  
    .passwordContainer input:focus{
      outline: none;
      
    }
  
    .passwordContainer input::placeholder{
      outline: none;
      font-family: Satoshi-Regular;
      font-size:1.7vh;
    }
  
  
  
    .signinBitton{
      height: 5.6vh;
      width: 83%;
      background-color: var(--clr-green);
      color: var(--cle-whiteBackground);
      font-family: Satoshi-Medium;
      font-size: 1.9vh;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1vw;
      border: none;
      margin-top: 9vw;
    }
  
    .signinBitton:hover{
      height: 5.6vh;
      width: 83%;
      background-color: var(--clr-button-Hover-color);
      color: var(--cle-whiteBackground);
      font-family: Satoshi-Medium;
      font-size: 1.9vh;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2vw;
      border: none;
      margin-top: 9vw;
    }
  
  
  .passwordPrivacyWarningContainer{
    height: 4vh;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0vw;
    user-select: none;
  }
  
  
  .passwordPrivacyWarningIcon{
    height: 4vh;
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin-right: 0.7vw;
    margin-left: 6vw;
  
  }
  .passwordPrivacyWarningIcon img{
    height: 2.5vh;
  }
  
  
  .passwordPrivacyWarningMessage{
    height: 4vh;
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: right;
    align-items: center;
    font-family: Satoshi-Regular;
    font-size: 3.2vw;
    user-select: none;
  }
  
  .forgotPassword{
    height: 4vh;
    width: 90%;
    background-color: transparent;
    color: var(--clr-green);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Medium;
    font-size: 2.2vh;
    margin-top: 3vw;
    cursor: pointer;
    user-select: none;
    padding-left: 8vw;
  }
  
  
  .forgotPassword:hover{
    height: 4vh;
    width: 80%;
    background-color: var(--cle-whiteBackground);
    color: var(--clr-button-Hover-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Satoshi-Medium;
    font-size: 2.4vh;
    margin-top: 3vw;
    cursor: pointer;
    user-select: none;
  }
  
  
  

  
  /* Mail DIALOGUE */

  .mailDialogueCover{
    height: 93.5vh;
    width: 108%;
    background-color: var(--clr-black);
    position: absolute;
    top: 0px;
    z-index:110;
    opacity: 0.95;
    cursor: pointer;
  }

  .mailDialogueCoverRapper{
    height: 40vh;
    width: 90%;
    /* margin: 0 auto; */
    background-color: transparent;
    position: absolute;
    top: 39vw;
    left: 8vw;
    z-index:110;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .mailDialogueCenterContainer{
    height: 42vh;
    width: 100%;
    background-color: var(--cle-whiteBackground);
    border-radius: 3vw;
    cursor:auto;
    margin-left: 3.5vw;
  }


  .dialogueTitleBar{
    height: 8vh;
    width: 100%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.8vw 0.8vw 0vw 0vw;
    border-bottom: 0.1vw solid #D9D9D9;
  }

  .forgotPasswordmailTitle{
    height: 3vh;
    width: 50%;
    background-color: transparent;
    font-family: Satoshi-Bold;
    font-size: 5vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
  }

  .mailDialogueCenterContainer img{
    height: 3vh;
    -webkit-user-drag: none;
    margin-right: 4vw;
    cursor: pointer;
  }

  .mailMessageTxt{
    height: 10vh;
    width: 90%;
    background-color: transparent;
    font-family: Satoshi-Regular;
    font-size: 4.2vw;
    text-align: justify;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 1vw;
  }

  .emailInputLabel{
    height: 2vh;
    width: 87%;
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 1.5vh;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 1vw;
  }

  .emailInputRapper{
    height: 5vh;
    width: 90%;
    background-color: var(--cle-whiteBackground);
    font-family: Satoshi-Medium;
    font-size: 0.85vw;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 4vw;
    margin-top: 0.7vw;
    border-radius: 1.5vw;
    border: 0.1vw solid #D9D9D9
  }

  .emailInputRapper input{
    height: 4.3vh;
    width: 95%;
    background-color: var(--cle-whiteBackground);
    background-color: transparent;
    font-family: Satoshi-Medium;
    font-size: 4vw;
    display: flex;
    justify-content: left;
    align-items: center;
    border: none;
    margin-left: 2vw;
  }

  .emailInputRapper input:focus{
    outline: none;
  }


  .emailInputRapper input::placeholder{
    font-family: Satoshi-Regular;
    font-size: 4vw;
  }


  .sendLinkButton{
    height: 5.8vh;
    width: 90%;
    background-color: var(--clr-green);
    font-family: Satoshi-Medium;
    font-size: 4vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 4vw;
    margin-top:10vw;
    border-radius: 1.8vw;
    cursor: pointer;
  }

  .sendLinkButton:hover{
    height: 6.3vh;
    width: 90%;
    background-color: var(--clr-button-Hover-color);
    font-family: Satoshi-Medium;
    font-size: 5vw;
    color: var(--cle-whiteBackground);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 4vw;
    margin-top:10vw;
    border-radius: 1.8vw;
    cursor: pointer;
    
  }



  
    }

/* Flash Message Styles */
.flash-message {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10000;
    min-width: 380px;
    max-width: 520px;
    background: #ffffff;
    border-left: 4px solid #096D49;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.flash-message.show {
    opacity: 1;
    transform: translateX(0);
}

.flash-message.error {
    border-left-color: #e53e3e;
}

.flash-content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 24px;
}

.flash-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash-icon svg {
    display: block;
}

.flash-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.flash-text strong {
    color: #096D49;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-family: Satoshi-Medium;
}

.flash-message.error .flash-text strong {
    color: #e53e3e;
}

.flash-text span {
    color: #718096;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    font-family: Satoshi-Regular;
}

@media screen and (max-width: 720px) {
    .flash-message {
        min-width: 300px;
        max-width: 90%;
        top: 16px;
        right: 16px;
        left: 16px;
    }
}

/* Disengaged Account Modal Styles */
.disengaged-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.disengaged-modal-overlay.show {
    opacity: 1;
}

.disengaged-modal-container {
    position: relative;
    width: 90%;
    max-width: 480px;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.disengaged-modal-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.disengaged-modal-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.disengaged-modal-icon svg {
    width: 64px;
    height: 64px;
}

.disengaged-modal-title {
    font-family: Satoshi-Bold, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #e53e3e;
    margin-bottom: 16px;
}

.disengaged-modal-message {
    font-family: Satoshi-Regular, Arial, sans-serif;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 32px;
}

.disengaged-modal-button {
    background: #e53e3e;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-family: Satoshi-Medium, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
}

.disengaged-modal-button:hover {
    background: #c53030;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.3);
}

.disengaged-modal-button:active {
    transform: translateY(0);
}

@media screen and (max-width: 480px) {
    .disengaged-modal-content {
        padding: 32px 24px;
    }
    
    .disengaged-modal-title {
        font-size: 20px;
    }
    
    .disengaged-modal-message {
        font-size: 14px;
    }
}