/*$Id$*/
@charset "UTF-8";

body {
  height: auto;
  width: 100%;
  background-color: white;
  margin: 0px;
}
.content_container {
  max-width: 540px;
  padding-top: 120px;
  padding-right: 4%;
  display: inline-block;
}
.announcement_header {
  font-size: 24px;
  font-weight: 600;
  cursor: default;
}
.verify_account_btn, .access_account_btn {
  font: normal normal 600 14px/14px ZohoPuvi;
  padding: 12px 30px;
  border-radius: 3px;
  color: white;
  border: none;
  background: #1389e3 0% 0% no-repeat padding-box;
  cursor: pointer;
  margin-top: 20px;
}
.verify_account_btn{
  margin-top: 28px;
}
.access_account_btn{
	margin-top: 24px;
}
.verify_account_btn:hover,
.access_account_btn:hover {
  background-color: #0779cf;
}
.verify_account_btn span,
.access_account_btn span {
  margin-left: 10px;
  font-size: 10px;
}
button:disabled {
  opacity: 0.4;
}
.illustration {
  width: 250px;
  height: 250px;
  display: inline-block;
  background: url("../images/confirm_email.8cf0f159d301c8d53786720394539e7b.svg") no-repeat;
}
.flex-container {
  display: flex;
  max-width: 1200px;
  gap: 50px;
  margin: auto;
}
.illustration-container {
  padding-top: 120px;
  padding-right: 10%;
}
.content_container {
  padding-left: 10%;
}
.textbox {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  padding: 0px 15px;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  border: 1px solid #dddddd;
  text-indent: 0px;
}
b {
  font-weight: 600;
}
#error_space {
  position: fixed;
  width: fit-content;
  width: -moz-fit-content;
  left: 0px;
  right: 0px;
  margin: auto;
  border: 1px solid #fcd8dc;
  display: inline-block;
  padding: 18px 30px;
  background: #ffecee;
  border-radius: 4px;
  color: #000;
  top: -100px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  max-width: 400px;
}
.top_msg {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  float: left;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  max-width: 304px;
}
.white {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.hide {
  display: none;
}
.result_popup {
  z-index: 4;
  position: relative;
  left: 0px;
  right: 0px;
  margin: auto;
  height: auto;
  width: 500px;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50px);
  padding: 40px;
  border: 1px solid #d8d8d8;
  overflow: hidden;
  border-radius: 12px;
  margin-top: 80px;
  text-align: center;
}
.result_popup .description {
  font: normal normal normal 14px/20px ZohoPuvi;
}
.error_illustration {
  width: 150px;
  height: 130px;
  display: inline-block;
}
#invalid_digest {
  background: url("../images/confirm_email_link_invalid.78bb97dbb1c992b20b810614f2dbfcdd.svg") no-repeat;
}
#digest_expired {
  background: url("../images/confirm_email_link_expired.d9ed5d5963941749f7be500c94d8df41.svg") no-repeat;
  width: 130px;
}
.horizontal_stroke {
  height: 0px;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  opacity: 1;
  margin: 24px 0px 24px -40px;
  position: absolute;
}
#instructions {
  text-align: left;
  margin-top: 48px;
  font: normal normal normal 14px/14px ZohoPuvi;
  color: #454545;
}
#instructions > ol > li > span > a {
  color: #1389e3;
}
.digest_validated {
  width: 122px;
  height: 50px;
  background: url("../images/success.99506b709d9ba6c652bc83ccc84be12b.svg") no-repeat;
}
.content_space {
  margin-top: 24px;
}
.head_text {
  text-align: center;
  font: normal normal 600 18px/19px ZohoPuvi;
  letter-spacing: 0px;
  color: #000000;
}
.description {
  font: normal normal normal 16px/24px ZohoPuvi;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 12px;
  word-break: break-word;
}
.no_pwd {
  text-align: left;
}
.textbox_div {
  display: block;
  height: auto;
  width: fit-content;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 35px;
  box-sizing: border-box;
  position: relative;
}
.confirm_form .textbox_div .textbox_label {
  display: block;
  cursor: text;
  text-align: left;
  font: normal normal 600 12px/14px ZohoPuvi;
  letter-spacing: 0px;
  color: #000000b3;
  position: absolute;
  top: -11px;
}

.confirm_form .textbox_div .hide_label{
	position: relative;
}
.confirm_form .textbox_div .real_textbox {
  font: normal normal normal 14px/16px ZohoPuvi;
  outline: none;
  margin-top: 4px;
  padding: 14px 104px 14px 16px;
  box-shadow: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #00000033;
  border-radius: 4px;
  width: 178px;
}
.confirm_form .textbox_div ::placeholder {
  color: #00000030;
  font-family: "ZohoPuvi";
}
.confirm_form .textbox_div .real_textbox:focus {
  border: 1px solid #1389e3;
}
.confirm_form .textbox_div .real_textbox.err:focus {
  border: 1px solid #f37272;
}
.confirm_form .textbox_div .pass_policy,
.confirm_form .textbox_div .pass_policy_error {
  color: #8c8c8c;
  font-size: 14px;
  position: relative;
  margin-top: 5px;
}
.logout_current_user_div {
  margin-top: 32px;
  display: flex;
  position: relative;
}
.logout_current_user_div .content {
  text-align: left;
  font: normal normal normal 14px/20px ZohoPuvi;
  letter-spacing: 0px;
  color: #000000;
}
.logout_current_user_div .icon {
  width: 32px;
  height: 100%;
}
.logout_current_user_div .icon .digest_validated {
  width: 32px;
}
.password_inp {
  display: flex;
  flex-direction: column;
  position: relative;
}
.logout_current_user_div .content .header {
  font: normal normal 600 14px/18px ZohoPuvi;
  margin-bottom: 8px;
}
.confirm_form .textbox_div .textbox_icon {
  display: block;
  width: max-content;
  position: relative;
  color: #000000b3;
  cursor: pointer;
  font-size: 18px;
}
.switch_visibility {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: absolute;
  right: 0px;
  top: -11px;
  height: 14px;
}
#confirm_new_password {
  margin-top: 32px;
  position: relative;
  width: min-content;
}
.hover-tool-tip {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px #0000001a;
  transition: opacity 0.1s;
  border-radius: 5px;
  z-index: 9;
  display: none;
}
.hover-tool-tip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -8px;
  top: 25px;
  left: 0px;
  box-sizing: border-box;
  border: 6px solid black;
  border-color: #ffffff transparent transparent #ffffff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -6px -6px 10px 0 #0000001a;
}
.hover-tool-tip.no-arrow::after {
  content: none;
}
.hover-tool-tip ul {
  padding: 0;
  margin: 0px 0px 0px 15px;
  list-style: none;
}
.hover-tool-tip p {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-weight: 500;
}
.hover-tool-tip ul li {
  font-size: 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 25px;
}
.hover-tool-tip ul li.success::before {
  background-color: #0dbc83;
}
.hover-tool-tip ul li::before {
  content: "";
  margin-right: 10px;
  background-color: red;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.confirmation_error_msg {
  display: block;
  font-size: 12px;
  color: #f37272;
  line-height: 14px;
  margin-top: 7px;
  top: 49px;
  font-weight: 500;
} 

.fielderror{
	display:none;
}
.pin_icon_div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #dbf0ff;
  position: relative;
  margin-right: 8px;
  top: 2px;
}
.pin_icon {
  font-size: 12px;
  color: #1389e3;
  margin: auto;
  height: 12px;
  position: absolute;
  left: 6px;
  top: 6px;
}
#password_field > div.switch_visibility > span {
  cursor: pointer;
  top: 0px;
  width: 32px;
}
ul{
	list-style:none;
	padding-left:10px;
	margin-top: 16px;
}
li{
	margin-top:10px;
}

#instructions > ul > li:nth-child(1):before{
	content: "1.";
	margin-right:8px;
}
#instructions > ul > li:nth-child(2):before{
	content: "2.";
	margin-right:8px;
}
#instructions > ul > li:nth-child(3):before{
	content: "3.";
	margin-right:8px;
}
#instructions > ul > li:nth-child(4):before{
	content: "4.";
	margin-right:8px;
}

#instructions > ul > li:nth-child(1) > span > a{
	color:#1389E3;
}
.tos_consent
{
	margin-top: 24px;
}
.tos_consent .note{
	font-size: 14px;
	font-weight: 500;
	line-height:20px
}
.tos_consent .note a{
	color: #0091FF;
	text-decoration: none;
}
.note{
	font-size: 12px;
	color: #343d47;
}
#forgot_password{
  position: relative;
  font: normal normal 600 14px/16px ZohoPuvi;
  color: #0091FF;
  cursor: pointer;
  margin-top: 8px;
}
.confirmation_error_msg.fielderror{
	margin-top: 8px;
}

/* ==================== Error toast ======================== */

.error_msg {
	cursor: pointer;
	display: none;
	position: fixed;
	width: auto;
	max-width: 400px;
	box-sizing: border-box;
	z-index: 100;
	background-color: #000000E6;
	border-radius: 7px;
	margin: auto;
	margin-top: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	right: 0px;
	left: 0px;
	top: -100px;
	transition: all .2s ease-in-out;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.err_icon_aligner {
	display: table-cell;
	width: 56px;
	margin-top: 5px;
	flex-shrink: 0;
}

.err_icon_bigMSG {
	margin-top: 9px;
}

.error_msg_cross {
	display: inline-block;
	float: right;
	height: 24px;
	width: 24px;
	margin: 7px 10px;
	background-color: #ff5555;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 11px;
	position: relative;
}

.crossline1 {
	display: inline-block;
	position: relative;
	height: 10px;
	width: 2px;
	background-color: #fff;
	margin: auto;
	transform: rotate(-45deg);
	left: 0px;
	top: -9px;
}

.crossline2 {
	display: inline-block;
	position: relative;
	height: 10px;
	width: 2px;
	background-color: #fff;
	margin: auto;
	transform: rotate(45deg);
	left: 0px;
	top: -28px;
}

.error_msg_text {
	font-size: 13px;
	line-height: 18px;
	display: table-cell;
	float: left;
	padding: 16px 24px 16px 0px;
	width: 100%;
	box-sizing: border-box;
	color: #FFFFFF;
}

.nopwd.confirmation_error_msg.fielderror{
	margin-top: 20px;
	font: normal normal normal 14px/18px ZohoPuvi;
	color: #D30000;
	
}

@media only screen and (max-width: 419px) {
	.error_msg {
		right: 0px;
		left: 0px;
		margin-top: 0px;
	}
}
/* ==================== Error toast ======================== */
@media only screen and (min-width: 435px) and (max-width: 980px) {
  .flex-container {
    padding: 50px 25px 0px 25px;
  }
  .illustration-container {
    display: none;
  }
  .content_container {
    padding: 0;
    margin: auto;
  }
  .result_popup {
    max-width: 560px;
    width: 90%;
  }
}
@media only screen and (max-width: 435px) {
  .flex-container {
    padding: 50px 20px 0px 20px;
  }
  .content_container {
    width: 100%;
    padding: 0;
  }
  .illustration-container {
    display: none;
  }
  button {
    width: 100%;
  }
  #password_field {
    width: 100%;
  }
  .password_inp {
    width: 100%;
  }
  .confirm_form .textbox_div .real_textbox {
    width: auto;
  }

  .result_popup {
    max-width: 560px;
    width: 90%;
  }
  #confirm_new_password{
  	width: 100%;
  }
}