
	button.initiate_step {
		margin: 5px auto;
		padding: 10px 20px;
		font-weight: 400;
		line-height: 1.5;
		border: 1px solid transparent;
		border-radius: 0px !important;
	}
	#next-page-button-wrapper {
    display: flex;
    align-items: center;
  }
	.next-page-button-wrapper {
    text-align: center;
	}
#myForm {
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

#myForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

#myForm .input-field {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#myForm #submit-button {
  background-color: #3897f0;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#myForm #submit-button:hover {
  background-color: #327bbd;
}
#tnc_response_box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.agree-button,
.disagree-button {
  flex: 1;
  margin: 0 5px;
}

.agree-button {
  background-color: green;
  color: white;
}

.disagree-button {
  background-color: red;
  color: white;
}
.gif-container {
  text-align: center;
}

.gif-container img {
  display: inline-block;
  margin: 0 auto;
  max-width: 200px;
}

.autoinsta-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.autoinsta-box {
  flex: 1;
  text-align: center;
  padding: 20px;
  margin: 10px;
  border: 2px solid #E1306C;
  border-radius: 10px;
}
.autoinsta-box-wrapper {
  display: flex;
  flex-direction: column;
}

.autoinsta-box img {
  max-width: 100px;
  height: auto;
}

.autoinsta-box p {
  margin-top: 10px;
}
#auto_insta_submit_status_box {
  text-align: center;
}
.user-profile {
  text-align: center;
}

.profile-image {
  display: block;
  margin: 0 auto;
  width: 200px; /* Adjust the width as needed */
  height: auto;
  border-radius: 50%;
}

.username {
  font-weight: bold;
}
.autoinsta-iframe {
  margin: 5px auto;
}

.iautoinsta_info-line {
  text-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.icon {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.text {
	font-size: 22px;
  margin-left: 10px;
}
.dashicons-email::before {
  content: "\f465";
}
.dashicons-admin-users::before {content: "\f110";}
.dashicons-instagram::before {
  content: "\f12d";
}