/* translation styling start */
.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}

.msb-top-navbar .navbar-nav .nav-link {
	color: #fff;
}

.msb-top-navbar .navbar-nav .nav-link:hover,
.msb-top-navbar .navbar-nav .nav-link:focus {
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}

.msb-top-navbar.navbar-light .navbar-nav .nav-link {
  color: #707682;
}

.msb-top-navbar.navbar-light .navbar-nav .nav-link:hover,
.msb-top-navbar.navbar-light .navbar-nav .nav-link:focus {
	background-color: rgba(0,0,0,0.1);
  color: #707682;
}
/* translation styling end */

.sinup2-newScrollbar ::-webkit-scrollbar {
  background: transparent;
  height: 8px;
  width: 8px;
}

.sinup2-newScrollbar ::-webkit-scrollbar-thumb {
  border: none;
  box-shadow: none;
  background: #dadce0;
  border-radius: 8px;
  min-height: 40px;
}

.sinup2-newScrollbar :hover::-webkit-scrollbar-thumb {
  background: #bdc1c6;
}

.sinup2-newScrollbar ::-webkit-scrollbar-thumb:hover {
  background: #bdc1c6;
}

.sinup2-newScrollbar ::-webkit-scrollbar-thumb:active {
  background: #80868b;
}

.sinup2-pageParent {
  display: flex;
  justify-content: center;
}

.sinup2-leftSide {
  flex: 0 0 50%;
  display: none;
  max-height: 100vh;
}

.sinup2-leftImg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

@media (min-width: 900px) {
  .sinup2-leftSide {
    display: block;
  }

  .sinup2-rightSide {
    position: relative;
    flex: 1 1 50%;
  }
}

.sinup2-trueRoot {
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}

.sinup2-header {
  width: 100%;
  flex: 0 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin: auto;
  max-width: 600px;
}

.sinup2-contentWidth {
  width: 100%;
}

@media (max-width: 600.98px) {
  .sinup2-rightSide {
    width: 100%;
    max-width: 450px;
  }
}

@media (min-width: 601px) {
  .sinup2-contentWidth {
    width: 450px;
  }
}

.sinup2-nonHeader {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.sinup2-root {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sinup2-headerHalf {
  flex: 1 1 50%;
}

.sinup2-headerRight {
  text-align: right;
}

.sinup2-headerSvg {
  flex: 0 0 auto;
}

.sinup2-headerA {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin: 0 12px;
  color: #707682;
}

.sinup2-headerADarkBg {
  color: #fff;
}

a.sinup2-headerADarkBg:hover,
a.sinup2-headerADarkBg:focus {
	color: #fff;
}

.sinup2-darkBlueBg {
  background-color: #003a92;
}

.sinup2-body {
  flex-grow: 1;
  padding: 24px 24px 36px;
}

@media (min-width: 450px) {
  .sinup2-body {
    padding: 48px 40px 36px;
  }
}

.sinup2-body.sinup2-emailPageBody {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.sinup2-footer {
  flex: 0 0 auto;
  text-align: center;
  padding: 0 24px 14px;
}

.sinup2-footerServerName {
  color: #777;
}

.sinup2-darkBlueBg .sinup2-footerServerName {
  color: #fff;
}

.sinup2-footerServerName.sinup2-invert {
  color: #fff;
}

.sinup2-darkBlueBg .sinup2-footerServerName.sinup2-invert {
  color: #003a92;
}

.sinup2-pageTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333;
  width: 100%;
  text-align: center;
  padding-bottom: 8px;
}

.sinup2-pageDesc {
  color: #5f5f5f;
  font-size: 16px;
  padding-bottom: 32px;
  width: 100%;
  text-align: center;
  overflow-wrap: break-word;
}

.sinup2-pageDesc.sinup2-textAlignLeft {
  text-align: left;
}

.sinup2-emailTextField.MuiFilledInput-root {
  background-color: #fff;
  border-radius: 4px;
}

.sinup2-emailTextField.MuiFilledInput-root:hover {
  background-color: #e8e8e8;
}

.sinup2-emailTextField.MuiFilledInput-root.Mui-focused {
  background-color: #f0f0f0;
}

.sinup2-darkPage {
  color: #fff;
}

.sinup2-darkBgTitle {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.2px;
}

.sinup2-darkBgBodyText {
  color: #fff;
  font-size: 17px;
  margin-top: 24px;
}

.sinup2-disclaimerText {
  color: #707682;
}

.sinup2-darkPage .sinup2-disclaimerText {
  color: #fff;
}

.sinup2-aColor {
  color: #0f5efc;
}

.sinup2-darkBgAColor,
.sinup2-darkBgAColor:hover {
  color: #9fc1f5;
}

.sinup2-primaryButton.Mui-focused {
  background-color: #005de9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-radius: 9999px;
  padding: 12px 36px;
  outline: none;
  border: none;
}

.sinup2-centerContent {
  width: 100%;
  text-align: center;
}

.sinup2-msgDataRatesText {
  font-size: 12px;
  color: #707682;
  font-weight: 400;
  padding-top: 10px;
}

.sinup2-errorhsadifoah {
  background-color: #f8d7da;
  color: #b92727;
}

.sinup2-getStartedWrapper {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.sinup2-buttonsWrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.sinup2-btnWrapper {
  margin-top: 32px;
  flex-grow: 1;
}

.sinup2-btnWrapperRight {
  padding-left: 8px;
  text-align: right;
}

.sinup2-translationParent {
  margin-left: auto;
  display: flex;
}

.sinup2-pageBody {
  width: 100%;
}

.sinup2-textAlignCenter {
  text-align: center;
}

.sinup2-accountDetailsTableWrapper {
  padding: 8px 0px 16px;
}

.sinup2-accountDetailsTable {
  width: 100%;
  font-size: 16px;
}

.sinup2-accountDetailsTableLabel {
  color: #5f5f5f;
  padding: 4px 8px;
}

.sinup2-accountDetailsTableValue {
  font-weight: bold;
  text-align: right;
  padding: 4px 8px;
  overflow-wrap: anywhere;
}

/* CheckboxWithText begin */
.sinup2-checkboxWithTextRoot {
  display: flex;
}

.sinup2-checkboxText {
  color: #707682;
  font-size: 15px;
  line-height: 21px;
  padding-left: 8px;
  margin: 0;
}

.sinup2-page2checkboxText {
  color: #707682;
  font-size: 13px;
  line-height: 21px;
  padding-left: 10px;
  margin: 0;
}

input[type='checkbox'].sinup2-checkbox {
  width: 18px;
  height: 18px;
}
/* CheckboxWithText end */

.sinup2-editUiOverlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.5;
  z-index: 4;
  outline: none;
}

/* LinearProgress start */
@keyframes primary-indeterminate-translate {
  0% {
    transform: translateX(-145.166611%);
  }

  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(-145.166611%);
  }

  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-61.495191%);
  }

  to {
    transform: translateX(55.444446%);
  }
}

@keyframes auxiliary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(-54.888891%);
  }

  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-17.236978%);
  }

  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(29.497274%);
  }

  to {
    transform: translateX(105.388891%);
  }
}

@keyframes primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }

  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }

  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }

  to {
    transform: scaleX(0.08);
  }
}

@keyframes auxiliary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(
      0.205028,
      0.057051,
      0.57661,
      0.453971
    );
    transform: scaleX(0.08);
  }

  19.15% {
    animation-timing-function: cubic-bezier(
      0.152313,
      0.196432,
      0.648374,
      1.004315
    );
    transform: scaleX(0.457104);
  }

  44.15% {
    animation-timing-function: cubic-bezier(
      0.257759,
      0.003163,
      0.211762,
      1.38179
    );
    transform: scaleX(0.72796);
  }

  to {
    -webkit-transform: scaleX(0.08);
    transform: scaleX(0.08);
  }
}

.linearProgress-root {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 5;
}

.linearProgress-child1 {
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translateZ(0);
  transition: opacity 250ms linear;
}

.linearProgress-child1.linearProgress-child1Hidden {
  opacity: 0;
}

.linearProgress-child3 {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  transform-origin: top left;
  transition: transform 250ms ease;
  position: absolute;
}

.linearProgress-spanParent1 {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: none;

  animation: primary-indeterminate-translate 2s infinite linear;
}

.linearProgress-spanParent2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: none;

  animation: auxiliary-indeterminate-translate 2s infinite linear;
}

.linearProgress-span1 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #1a73e8;
  animation: primary-indeterminate-scale 2s infinite linear;
}

.linearProgress-span2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #1a73e8;
  animation: auxiliary-indeterminate-scale 2s infinite linear;
}
/* LinearProgress end */

/* gl inputGroup start */

.glxmsb-inputLabel {
  font-size: 14px;
  margin: 0;
  margin-left: 9px;
}

.glxmsb-input2 {
  width: 100%;
  height: 32px;
  font-size: 14px;
  padding: 5px 8.5px 7px;
  border-radius: 4px;
  color: #202124;
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
  line-height: 24px;

  margin: 2px;
  z-index: 1;
}

.glxmsb-input2Outer {
  width: 100%;
  position: relative;
}

.glxmsb-input2Thing {
  border: 1px solid #dadce0;
  padding: 1px;
  border-radius: 4px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.glxmsb-input2InputWrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0%;
  position: relative;
}

.glxmsb-input2DarkOutline {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  border: 1px solid #1a73e8;

  border: 1px solid #2b73b7;
  border-radius: 4px;
}

.glxmsb-inputGroupError .glxmsb-input2DarkOutline {
  border-color: #d93025;
  opacity: 1;
}

.glxmsb-inputGroupFocused .glxmsb-input2DarkOutline {
  border-width: 2px;
  opacity: 1;
}

.glxmsb-inputMsg {
  display: flex;
  color: #5f6368;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.4286;
}

.glxmsb-inputMsg:empty {
  display: none;
}

.glxmsb-inputGroupError .glxmsb-inputMsg {
  color: #d93025;
}

.glxmsb-inputMsgErrorIconWrapper {
  margin-right: 8px;
}

.glxmsb-inputMsgErrorIcon {
  fill: currentColor;
  width: 16px;
  height: 16px;
  vertical-align: initial;
}

.glxmsb-inputLabel2Wrapper {
  position: absolute;
  left: 4px;
  right: 4px;
  top: -8px;
  bottom: 0;
  display: flex;
}

.glxmsb-inputSpan2Wrapper {
  padding: 17px 0 0;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  user-select: none;
  color: #5f6368;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s,
    color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s,
    font-size 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s,
    padding-top 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.glxmsb-inputGroupTextRaised .glxmsb-inputSpan2Wrapper {
  padding-top: 0px;
  font-size: 10.5px;
}

.glxmsb-inputGroupFocused .glxmsb-inputSpan2Wrapper {
  color: #1a73e8;
}

.glxmsb-inputGroupError.glxmsb-inputGroupTextRaised .glxmsb-inputSpan2Wrapper {
  color: #d93025;
}

.glxmsb-inputSpan2 {
  background-color: #fff;
  padding: 0 6.5px;
  transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.glxmsb-inputGroupTextRaised .glxmsb-inputSpan2 {
  padding: 0 5px;
}

/* for email input styling */
.glxmsb-inputGroup.glxmsb-inputGroupContained {
	background-color: #fff;
	border-radius: 4px;
}

.glxmsb-inputGroup.glxmsb-inputGroupContained .glxmsb-input2 {
	padding: 25px 12px 8px;
	height: unset;
	font-size: 16px;
	margin: 0;
}

.glxmsb-inputGroup.glxmsb-inputGroupContained .glxmsb-inputLabel2Wrapper {
    top: 0px;
}

.glxmsb-inputGroup.glxmsb-inputGroupContained .glxmsb-inputSpan2Wrapper {
	padding-top: 18px;
	font-size: 16px;
}

.glxmsb-inputGroup.glxmsb-inputGroupContained .glxmsb-inputSpan2 {
	padding: 0 8px;
}

.glxmsb-inputGroup.glxmsb-inputGroupContained.glxmsb-inputGroupTextRaised .glxmsb-inputSpan2Wrapper {
    padding-top: 9px;
    font-size: 12px;
}
/* gl inputGroup end */

/* grid start */
.css-1rl1og4-MuiGrid-root > .MuiGrid-item {
  padding-left: 16px;
}

.css-1rl1og4-MuiGrid-root > .MuiGrid-item {
  padding-top: 16px;
}

.css-1rl1og4-MuiGrid-root > .MuiGrid-item {
  max-width: none;
}

.css-13i4rnv-MuiGrid-root {
  box-sizing: border-box;
  margin: 0;
  flex-direction: row;
}
/* grid end */

.sinup2-formHelperTextRoot {
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66;
  letter-spacing: 0.03333em;
  text-align: left;
  margin-top: 4px;
  margin-right: 14px;
  margin-bottom: 0;
  margin-left: 14px;
}

.sinup2-formHelperTextRoot.sinup2-error {
  color: #d32f2f;
}

.sinup2-formHelperTextRoot.sinup2-error.sinup2-errorEmailPage {
	padding: 0px 8px;
	background-color: rgb(249, 220, 223);
	color: rgb(198, 32, 32);
	border-radius: 1px;
}

.sinup2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
}

.sinup2-primaryBtn {
  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: #fff;
  background-color: #1976d2;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  background-color: #005de9;
  color: #fff;
  border-radius: 9999px;
  line-height: 24px;
  padding: 8px 24px;
  outline: none;
  border: none;
  box-shadow: none;
}

.sinup2-primaryBtn:hover {
  text-decoration: none;
  background-color: #1565c0;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

.sinup2-primaryBtn:focus {
	background-color: #5b93d3;
}

.sinup2-secondaryBtn {
  padding: 6px 8px;
  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: #1976d2;
}

.sinup2-secondaryBtn:hover {
  text-decoration: none;
  background-color: rgba(25, 118, 210, 0.04);
}

.sinup2-secondaryBtn:focus {
	background-color: #b4d2f1;
}

.sinup2-getStartedBtn {
  background-color: #005de9;
  color: #fff;
  border-radius: 9999px;
  line-height: 24px;
  font-size: 16px;
  padding: 14px 32px;
  outline: none;
  border: none;
	box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);;
}

.sinup2-headerSvg {
  fill: #005de9;
}

.sinup2-darkBlueBg .sinup2-headerSvg {
  fill: #fff;
}
.studentpayplus-logo {
		display: inline-block;
		width: 71px;
		height: 36px;
		background-image: url('/images/logos/studentpayplus-logo.svg');
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
	}
.sinup2-darkBlueBg .studentpayplus-logo {
	display: inline-block;
		width: 71px;
		height: 36px;
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url('/images/logos/studentpayplus-logo-white.svg');
	}