body {
  font-family: Comfortaa,sans-serif;
  background-color: black;
  display: flex; /* Use flexbox to center the container */
  justify-content: flex-start; /* Horizontally center the container */
  flex-direction: column;
  align-items: center; /* Vertically center the container */
  line-height: 20px;
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 100px;
}
  
  h1 {
    color: #E50589;
  }

  .header-container {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    height: 200px; /* Set the height of the header container to full viewport height */
    text-size-adjust: 100%;
  }

  .header-container h1{
    position: relative;
    display: block;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: flex-start;
    height: 200px;
    text-size-adjust: 100%;
    width: auto;
    height: 44px;
    line-height: 44px;
  }
  
  .floating-container {
    
    max-width: 100%;
    color: white;
    height: 82px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    
    
    
  }
  
  .vertical-spacer {
    
    padding: 60px;
  }

  .container {
    background-image: url("../images/Paparazziwebsitelogin.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 2px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 450px; /* Set the width to 50% of its parent container */
    height: 420px;
    transition: transform 500ms ease;
    border-style: solid;
    border-color: white;
}
.container:hover {
  transform: translateY(-10px); /* Move the container up 10 pixels when hovering */
  border: none;
}

.facebook-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px; /* Adjust the width as needed */
  height: 40px; /* Adjust the height as needed */
  border-radius: 1px; /* Make it rounded */
  background-color: #4267B2; /* Facebook blue color */
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  padding: 2px 18px 3px 18px;
  border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px #000033 solid;
	border-bottom: 1px #000033 solid;
}

.facebook-login-button:hover {
  background-color: #385898; /* Darker shade on hover */
}



.logo {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: white;
    letter-spacing: -2px;
    text-size-adjust: 100%;
    font-family: Comfortaa, sans-serif;
    margin-bottom: 10px;
    text-decoration:double;
    text-shadow: black 7px 4px 5px;
    

}

.subheading {
    margin-top: 5px;
    font-size: 32px;
    color: white;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: Comfortaa, sans-serif;
    text-shadow: black 7px 4px 5px;
}

@font-face {
  font-family: 'Comfortaa';
  src: url("../fonts/static/Comfortaa-Regular.ttf") format('truetype'); /* Replace 'path/to/' with the actual path to your font file */
}

@font-face {
  font-family: 'Comfortaa';
  font-weight: bold;
  src: url('../fonts/static/Comfortaa-Bold.ttf') format('truetype'); /* Replace 'path/to/' with the actual path to your font file */
}

/* Help Button Style */
.help-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E50589;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
}

/* Help Popup Container Style (Initially Hidden) */
.help-popup {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  display: none;
  z-index: 9998;
}

.help-message {
  font-size: 16px;
  line-height: 1.5;
}

/* Help Popup Container Style (Initially Hidden) */
.help-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 10px;
}

.show {
  display: block;
}

.help-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #E50589;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.help-button:hover {
  background-color: #385898; /* Darker shade on hover */
}

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');






.progress1 {
  margin: 10px auto;
  width: 600px;
  text-align: center;
  border-color: white;
}

.progress2 {
  padding: 6px;
  border-radius: 30px;
  border-style: solid;
  border-color: white;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar2 {
  height: 18px;
  border-radius: 30px;
  border-color: white;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  );
  transition: 0.4s linear;
  transition-property: width, background-color;
  
}

.h2header {
  color: white;
}

.progress-moved .progress-bar2 {
  width: 25%;
  background-color: #E50589;
  border-color: white;
  animation: progressAnimation 6s;
}

@keyframes progressAnimation {
  0% {
    width: 0%;
    background-color: #E50589;
  }
  100% {
    width: 25%;
    background-color: #E50589;
  }
}

.progress-moved-2 .progress-bar2 {
  width: 45%;
  background-color: #E50589;
  border-color: white;
  animation: progressAnimation-2 6s;
}

@keyframes progressAnimation-2 {
  0% {
    width: 0%;
    background-color: #E50589;
  }
  100% {
    width: 45%;
    background-color: #E50589;
  }
}



#accounts {
  width: 40%;
  height: 2em;
  margin-bottom: 1em;
}

button {
  width: 40%;
  padding: 0.5em;
  background-color: #E50589;
  font-weight: bold;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
}

button:hover{
  cursor:pointer;
}

.groupcontainer {
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center;
}




.leftcontainer:hover,
.rightcontainer:hover {
  transform: translateY(-10px); /* Move the container up 10 pixels when hovering */
  
}

.leftcontainer,
.rightcontainer {
  display: flex;
    flex-direction:column;
    justify-content: start;
    align-items: center;
    background-size: cover;
    padding: 2px;
    border-radius: 20px;
    /*text-shadow: black 7px 4px 20px;*/
    
    background-image: linear-gradient(360deg, #E50589, white 35%);
    
    text-align: center;
    text-size-adjust: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 450px; 
    height: 420px;
    transition: transform 500ms ease;
    border-style: solid;
    border-color: #E50589;
    margin: 10px;
    
    
}


.leftcontainer h1{
  position:relative;
  display: block;
  flex-direction:column;
  box-sizing: border-box;
    height: 100px;
    text-size-adjust: 100%;
    width: auto;
    height: 44px;
    line-height: 35px;
    padding-bottom: 100px;
    letter-spacing: -1px;
    font-weight: bolder;
    font-size: Larger;
}
.leftcontainer input{
  height: 22px;
}
.rightcontainer h1{
  padding-top: 75px;
  line-height: 35px;
  letter-spacing: -1px;
}

.buttoncontainer {
  margin: 70px;
  width: 100%;
}

.onboardingcreate {
  background-color: white;
}

.rightcontainer:hover{
  cursor: pointer;
}

#addPage:hover {
  cursor: pointer;
}

.updatediv{
  text-align: center;
  line-height: 44px;
  text-size-adjust: 100%;
  font-weight: bolder;
}
.updatediv1{
  
  border-color:#E50589;
  border-bottom-style: dashed;
  padding-bottom: 10px;

}

.form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.file-input-container, 
.submit-container, 
.image-container {
  position:relative;
  display: flex;
  flex-direction:row;
  box-sizing: border-box;
    height: 154px;
    text-size-adjust: 100%;
    width: 100%;
    margin: 10px;
    line-height: 35px;
    border-radius: 20px;
    letter-spacing: -1px;
    font-weight: bolder;
    
}
/* Hide the default file input button */
.file-input-container input[type="file"] {
  display: none;
}

/* Style the label to look like a button */
.file-input-container label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 154px;
  text-size-adjust: 100%;
  width: 100%;
  line-height: 35px;
  border-radius: 20px;
  border-style: solid;
  border-color: #E50589;
  color: white;
  letter-spacing: -1px;
  font-weight: bolder;
  background-color: white;
  color: #E50589;
  cursor: pointer;
  text-align: center;
  font-size:xx-large;
  
  
  
}

/* Change the color of the label on hover */
.file-input-container label:hover {
  background-color: #dfa3dc;
}

/* Style the submit button */
.submit-container button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 154px;
  text-size-adjust: 100%;
  width: 100%;
  line-height: 35px;
  border-radius: 20px;
  border-style: solid;
  border-color: #E50589;
  color: white;
  letter-spacing: -1px;
  font-weight: bolder;
  background-color: white;
  color: #E50589;
  cursor: pointer;
  text-align: center;
  align-items: center;
  font-size:xx-large;
}

/* Change the color of the button on hover */
.submit-container button:hover {
  background-color: #dfa3dc;
}

.image-container {
  position:relative;
  display: flex;
  flex-direction:row;
  justify-content: center;
  box-sizing: border-box;
    height: 154px;
    text-size-adjust: 100%;
    width: 100%;
    margin: 5px;
    line-height: 35px;
    border-radius: 45%;
    border-style: solid;
    border-color: white;
    
    
    letter-spacing: -1px;
    font-weight: bolder;
}

.image-container img {
  border-radius: 45%;
}


.profile-picture {
  
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 45%;
}
#testpreview {
  max-width: 100%; /*this will ensure the image does not exceed the width of its container*/
  height: auto;
  border-radius: 150px;
}

.createcontainer{
  display: flex;
  flex-direction: row;
  width: 100%;
}

#businessNames{
  width: 15%;
  text-align: left;
  font-size:small;
  
  
  
}

ul{
  
  list-style-type: none;
  margin-left: -10px;
}

li{
  white-space: nowrap;
  list-style-type: none;
  
  font-size: small;
  line-height: 20px;
  padding: 2px;

}

ul{
  margin: auto;
  padding: 3px;
}

.businessNames{
  width:20%;
  border: 2px solid #E50589;
  margin-right: 40px;
  background-color:aliceblue;
  overflow: auto;
}

#businessNames {
  display: block;
  justify-content:start;
  align-items: center;
  width: 100%;
  height: 100%;
}


.businessNames h2{
  
  text-align: center;
  text-decoration: underline;
}

.divSteps{
  margin-left: 50px;
  
  width: 80%;

}

.step{
  display: block;
  position: relative;
  height:100%;
}

#loadingWrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
}

#loading img {
  display: block;
  align-items: center;
  width: auto;
  height: auto;
}

#loading{
  display: flex;
  justify-content: center;
  width: auto;
  height: auto;
  flex-direction: column;
}

iframe {
  position: relative; 
  display: block;
  
  width: 90%;
  height: 100%;
}

h3{
  text-align: center;
}




  