body {
  font-family: "Cabin", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flash-message {
  margin: 0px;
  line-height: 1.2;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.flash-message.alert {
  color: blue;
}

.flash-message.error {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #A44608;
	font-weight: 700;
	background-color: #FFE0CC;
	border-color: #FFE0CC;
}

.flash-message.error:before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA4MzMgMjAuNzVIMTEuOTE2NlYyMi41ODM0SDEwLjA4MzNWMjAuNzV6TTEwLjA4MzMgMTMuNDE2N0gxMS45MTY2VjE4LjkxNjdIMTAuMDgzM1YxMy40MTY3Wk0xMC45OTA4IDguODMzNzdDNS45MzA3NSA4LjgzMzc3IDEuODMzMjUgMTIuOTQgMS44MzMyNSAxOC4wMDAwMUMxLjgzMzI1IDIzLjA2MCA1LjkyMDc1IDI3LjE2NjcgMTAuOTkwOCAyNy4xNjY3QzE2LjA1OTkgMjcuMTY2NyAyMC4xNjY2IDIzLjA2MCAyMC4xNjY2IDE4QzIwLjE2NjYgMTIuOTQgMTYuMDU5OSA4LjgzMzc3IDEwLjk5MDggOC44MzM3N1pNMTAgNTQuMzMzNEM2Ljk0ODI1IDUwLjMzM0MzLjY2NjU5IDQyLjA1MTcgMy42NjY1OSAxOC4wMDAwMWMxMy45NDg0IDYuOTQ4MjUgMTYuNjY2NyA5Ljk5OTl6IiBmaWxsPSIjQTQ0NjA4Ii8+Cjwvc3ZnPgo=');
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: -5px;
}

.flash-message.notice {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #007D73;
	font-weight: 700;
	background-color: #CEF1EE;
	border-color: #CEF1EE;
}

.flash-message.notice:before {
	content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA4MzUgMjAuNzVIMTEuOTE2OFYyMi41ODM0SDEwLjA4MzVWMjAuNzVaTTEwLjA4MzUgMTMuNDE2N0gxMS45MTY4VjE4LjkxNjdIMTAuMDgzNVYxMy40MTY3Wk0xMC45MTEgOC44MzM3N0M1LjkzMSA4LjgzMzc3IDEuODMzNSAxMi45NCAxLjgzMzUgMThDMS44MzM1IDIzLjA2IDUuOTMxIDI3LjE2NjcgMTAuOTExIDI3LjE2NjdDMTYuMDYwMiAyNy4xNjY3IDIwLjE2NjggMjMuMDYgMjAuMTY2OCAxOEMyMC4xNjY4IDEyLjk0IDE2LjA2MDIgOC44MzM3NyAxMC45MTEgOC44MzM3N1pNMTEuMDAyIDI1LjMzMzRDNi45NDg1IDI1LjMzMzQgMy42NjgzIDIyLjA1MTcgMy42NjgzIDE4QzMuNjY4MyAxMy45NDg0IDYuOTQ4NSAxMC42NjY3IDExLjAwMiAxMC42NjY3QzE1LjA1MTggMTAuNjY2NyAxOC4zMzM1IDEzLjk0ODQgMTguMzMzNSAxOEMxOC4zMzM1IDIyLjA1MTcgMTUuMDUxOCAyNS4zMzM0IDExLjAwMiAyNS4zMzM0WiIgZmlsbD0iIzAwN0Q3MyIvPgo8L3N2Zz4=');
	display: inline-block;
	vertical-align: middle;
	margin-bottom: -5px;
}

.btn-container {
  margin-top: 20px;
}

/*.login-container {}*/

.login-form-container, .sniper-form-container {
	max-width: 1600px;
	margin: auto;
}

.login-form-button a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.login-form-inner-container, .sniper-link-inner-container {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  position: relative;
  padding: 8vh 0px;
  overflow: visible !important;
}

.sniper-link-text {
    text-align:center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.sniper-link-button-text {
    margin: 0px;
    font: inherit;
    align-self: center;
    margin-bottom: 25px;
}

.sniper-link-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-transform: none;
    font-size: 1rem;
    font-weight: bold;
    font-family: Lato, sans-serif;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 16px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    box-shadow: none;
    width: 160px;
}

.login-form-inner-container> :not(style):not(style) {
  margin: 0px;
}

.login-form-inner-container> :not(style)~ :not(style) {
  margin-top: 12px;
}

.toggle-password-button {
  position: absolute;
  right: 5px;
  border: none;
  background: none;
  cursor: pointer;
}

/*.login-form-inner-container.smart-insights-badge {}*/

@media (min-width: 0px) {
  .login-form-inner-container {
    width: 85%;
  }
}

@media (min-width: 900px) {
  .login-form-inner-container {
    width: 35%;
  }
}

.login-form-header-generic, .sniper-link-header-generic {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

/*.login-form-header {}*/

.magic-link-input-container {
  display: flex;
  flex-direction: column;
  margin: 10px 0 20px 0;
  gap: 6px;
}

.content-sso-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin-top: 15px;
}

.content-sso-container a {
  align-items: flex-start;
  margin-top: 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}

@media (min-width: 0px) {
  .content-sso-container a {
    font-size: 18px;
    margin-top: 15px;
  }

  .login-form-header-generic.sso {
    margin-top: 5px;
  }
}

@media (min-width: 900px) {
  .login-form-header-generic.sso {
    margin-top: 20px;
  }
}

.modal-terms {
  font-size: 15px;
  margin-top: 20px;
}

.modal-terms a {
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.modal-footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.content-link a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}


.close-button {
  position: absolute;
  top: 5px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.sso-email-label {
  font-weight: bold;
  text-align: left;
}

.sso-form {
  width: 100%;
}

.modal-text-container.sso {
  width: 100%;
}

.modal-text {
  margin: 0px;
  font-size: 15px;
  line-height: 1.2;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.modal-text-find {
  display: block;
  margin-bottom: 5px;
}

.form-fields-container {
  display: flex;
  flex-direction: column;
}

.form-fields-container> :not(style):not(style) {
  margin: 0px;
}

.form-fields-container> :not(style)~ :not(style) {
  margin-top: 20px;
}

.form-fields-container .login-form-text-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/*.form-fields-container.smart-insights-badge {}*/

.form-field-container {
  display: flex;
  flex-direction: column;
}

.form-field-container> :not(style):not(style) {
  margin: 0px;
}

.form-field-container> :not(style)~ :not(style) {
  margin-top: 8px;
}

/*.form-field-container.smart-insights-badge {}*/

.login-form-label-generic {
  display: block;
  transform-origin: left top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  font-weight: 700;
}

/*.login-form-label {}*/

/*.login-form-label.Mui-focused {}*/

.login-form-label.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}

/*.login-form-label.Mui-error {}*/

.form-input-container {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  vertical-align: top;
  width: 100%;
}

.form-input-container input {
  padding: 12px;
}

.form-input-container div {
  height: 40px;
  background-color: rgb(255, 255, 255);
}

.form-input-container .MuiFormLabel-root {
  top: -8px;
}

.form-input-container .Mui-focused {
  top: 0px;
}

.form-input-container .MuiFormLabel-filled {
  top: 0px;
}

.form-input-inner-container {
  font-size: 1rem;
  line-height: 1.4375em;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 4px;
}

.form-input-inner-container.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.form-input-inner-container:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.87);
}

@media (hover: none) {
  .form-input-inner-container:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}

.form-input-inner-container.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: rgb(74, 59, 143);
  border-width: 2px;
}

.form-input-inner-container.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: rgb(220, 0, 21);
}

.form-input-inner-container.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.26);
}
.signup-link {
  text-decoration: underline;
  color: #000;
}

.login-form-input {
  font: inherit;
  letter-spacing: inherit;
  color: rgb(0, 0, 0);
  border: 0px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
  min-width: 0px;
  width: 100%;
  animation-name: mui-auto-fill-cancel;
  animation-duration: 10ms;
  padding: 16.5px 14px;
}
.sso-input {
  border: 1px solid #000000;
  border-radius: 4px;
  width: 100%;
}

.login-form-input::-webkit-input-placeholder {
  color: #4A4A4A;;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.login-form-input:focus {
  outline: 0px;
}

.login-form-input:invalid {
  box-shadow: none;
}

.login-form-input::-webkit-search-decoration {
  appearance: none;
}

label[data-shrink="false"]+.MuiInputBase-formControl .login-form-input::-webkit-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]+.MuiInputBase-formControl .login-form-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}

.login-form-input.Mui-disabled {
  opacity: 1;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.login-form-input:-webkit-autofill {
  animation-duration: 5000s;
  animation-name: mui-auto-fill;
}

.login-form-input:-webkit-autofill {
  border-radius: inherit;
}

.login-form-fieldset-generic {
  text-align: left;
  position: absolute;
  inset: -5px 0px 0px;
  margin: 0px;
  padding: 0px 8px;
  pointer-events: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  min-width: 0%;
}

/*.login-form-fieldset {}*/

.login-form-legend {
  float: unset;
  width: auto;
  overflow: hidden;
  padding: 0px;
  line-height: 11px;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.login-button-container {
  text-align: center;
}

.login-form-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: rgb(255, 255, 255);
  background-color: rgb(33, 32, 32);
  box-shadow: none;
  width: 250px;
}

.login-form-button:disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

@media print {
  .login-form-button {
    -webkit-print-color-adjust: exact;
  }
}

.login-form-button:hover {
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

@media (hover: none) {
  .login-form-button:hover {
    background-color: rgb(33, 32, 32);
  }
}

.login-form-button:active {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}

.login-form-button.Mui-focusVisible {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
}

.login-form-button.smart-insights-button {
  background-image: linear-gradient(to right, rgb(99, 138, 58) 0%, rgb(129, 180, 76));
}

.mui-touch-ripple {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0px;
  border-radius: inherit;
}


.login-link-container {
  padding: 12px 0px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.login-link-container> :not(style):not(style) {
  margin: 0px;
}

.login-link-container> :not(style)~ :not(style) {
  margin-top: 24px;
}

.login-link-container.smart-insights-badge {
  background-image: linear-gradient(to right, rgb(99, 138, 58) 0%, rgb(129, 180, 76));
}

.turnstile-text-container {
  margin: 0px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 0.857143rem;
  text-align: center;
}

.turnstile-link-text {
  margin: 0px;
  font: inherit;
  text-decoration: underline rgba(33, 32, 32, 0.4);
  color: rgb(33, 32, 32);
}

.turnstile-link-text:hover {
  text-decoration-color: inherit;
}

/* Header */

.header-container {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
}

.header-element {
	margin-bottom: 0px;
	box-shadow: rgba(117, 117, 117, 0.5) 0px 1px 2px;
	padding: 0px 10px;
	background-color: rgb(255, 255, 255);
	position: relative;
}

.header-element>.MuiStack-root {
	max-width: 1600px;
	height: 62px;
	align-items: center;
	flex-direction: row;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

.login-header__logo {
  width: 160px;
  height: 25px;
}

.login-header__logo_link {
  height: 25px;
}

/* Modal */

.modal-container {
	height: 100%;
	outline: 0px;
	display: none;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
  position: fixed;
  z-index: 1000;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media print {
	.modal-container {
		height: auto;
	}
}

.modal-paper-container {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
	margin: 32px;
	position: relative;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	max-height: calc(100% - 64px);
	max-width: 600px;
	padding: 24px;
}

@media print {
	.modal-paper-container {
		overflow-y: visible;
		box-shadow: none;
	}
}

@media (max-width: 663.95px) {
	.modal-paper-container.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

@media (min-width: 0px) {
	.modal-paper-container {
		min-width: 320px;
	}
}

@media (min-width: 550px) {
  .modal-paper-container-sso {
    min-width: 600px;
  }
}

@media (min-width: 900px) {
	.modal-paper-container {
		min-width: 658px;
	}

  .modal-paper-container-sso {
    min-width: 750px;
    padding: 34px;
  }
}

.modal-content-container {
	flex: 1 1 auto;
	overflow-y: auto;
}

.modal-content-container-sso {
  padding: 20px 24px;
}

.MuiDialogTitle-root+.modal-content-container {
	padding-top: 0px;
}

.modal-flex-container {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.modal-flex-container> :not(style):not(style) {
	margin: 0px;
}

.modal-flex-container> :not(style)~ :not(style) {
	margin-top: 20px;
}

.modal-flex-container.smart-insights-badge {
	background-image: linear-gradient(to right, rgb(99, 138, 58) 0%, rgb(129, 180, 76));
}

.forgot-email-modal-header {
	font-size: 1.25rem;
	font-weight: bold;
	font-family: Lato, sans-serif;
	line-height: 1.2;
	margin: 0px;
}

.forgot-email-modal-open-days,
.forgot-email-modal-open-hours {
    font-size: 1rem;
    font-weight: bold;
    font-family: Lato, sans-serif;
    line-height: 1.2;
    margin: 0px;
}

.sso_modal_container {
  background-color: rgb(255, 255, 255);
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
  width: 100%;
}

@media (min-width: 0px) {
  .sso_modal_container {
    margin-top: 0;
  }
}

@media (min-width: 900px) {
  .sso_modal_container {
    margin-top: 15px;
  }
}

.modal-body-container {
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	overflow: hidden;
	margin-bottom: 16px;
	padding: 16px;
	width: 100%;
}

.modal-body-container.hover-shadow:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}

.modal-body-container.premium {
	position: relative;
	overflow: inherit;
}

.modal-text-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 4px;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.modal-text-container> :not(style):not(style) {
	margin: 0px;
}

.modal-text-container> :not(style)~ :not(style) {
	margin-top: 8px;
}

.modal-text-container.smart-insights-badge {
	background-image: linear-gradient(to right, rgb(99, 138, 58) 0%, rgb(129, 180, 76));
}

.forgot-email-modal-customer-care-header {
	margin: 0px 0px 12px;
	font-size: 1rem;
	font-weight: bold;
	font-family: Lato, sans-serif;
	line-height: 1.2;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9); /* Black background with opacity */
  z-index: 999; /* Just below the error message */
}

.tooltip-container {
  display: grid;
  place-items: center;
  position: relative;
  padding-left: 3px;
}

.tooltip-container .tooltip-text .info-icon {
  margin-right: 3px;
  padding-top: 3px;
}

.tooltip-container .tooltip-text .check-icon {
  margin-right: 3px;
  padding-top: 3px;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  top: 125%;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.hidden {
  display: none;
}

.email-container {
  display: flex;
  align-items: center;
}

.sniper-link-image {
  height: 20px;
  margin-right: 10px;
}

.sniper-link-text-container {
  display: flex;
  align-items: center;
}

.sso-logo {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: inherit;
}

.sso-logo.google::before,
.sso-logo.apple::before {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

.sso-logo.google::before {
  background-image: url(/assets/web_sessions/shared/img_google_icon-baf934404609427a87cec23ad8f4350c076e5c9c7b31a8cbbd9fe053906f2fdc.svg);
}

.sso-logo.apple::before {
  background-image: url(/assets/web_sessions/shared/img_apple_icon-8a74a0512355ff950ed893e7b321d21ddd32f36d7bbf903b30d2cbd9fdf2027e.svg);
}

.signin-btn.onetime {
  border-color: #ddd;
}

.suggestion-container {
  display: none;
  font-size: 14px;
  color: #666;
}

.email-suggestion {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
  font-weight: 600;
}
