body {
  margin: 0;
  font-size: 13px;
  padding-right: 0 !important;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body > #root {
  height: 100vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  border: none;
}

.MuiPaper-root {
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.MuiAppBar-root {
  width: 100%;
  display: flex;
  z-index: 1100;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
}

.MuiAppBar-positionStatic {
  position: static;
}

.MuiAppBar-colorDefault {
  color: #85898f;
  background-color: #e5f5fc;
}

.MuiPaper-elevation0 {
  box-shadow: none;
}

.MuiContainer-root {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 640px) {
  .MuiContainer-root {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1280px) {
  .MuiContainer-maxWidthLg {
    max-width: 1280px;
  }
}

.MuiBox-root {
}

.jss2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.MuiGrid-root {
}

.MuiGrid-justify-content-xs-space-between {
  justify-content: space-between;
}

.MuiGrid-align-items-xs-flex-start {
  align-items: flex-start;
}
.MuiGrid-align-items-xs-center {
  align-items: center;
}

.MuiGrid-wrap-xs-nowrap {
  flex-wrap: nowrap;
}

.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.MuiGrid-item {
  margin: 0;
  box-sizing: border-box;
}
.MuiGrid-spacing-xs-1 {
  width: calc(100% + 4px);
  margin: -2px;
}

.MuiGrid-spacing-xs-1>.MuiGrid-item {
  padding: 2px;
}

.MuiGrid-spacing-xs-2 {
  width: calc(100% + 8px);
  margin: -4px;
}

.MuiGrid-spacing-xs-2>.MuiGrid-item {
  padding: 4px;
}

.MuiGrid-spacing-xs-3 {
  width: calc(100% + 12px);
  margin: -6px;
}

.MuiGrid-spacing-xs-3>.MuiGrid-item {
  padding: 6px;
}

.MuiGrid-spacing-xs-4 {
  width: calc(100% + 16px);
  margin: -8px;
}

.MuiGrid-spacing-xs-4>.MuiGrid-item {
  padding: 8px;
}

.MuiGrid-spacing-xs-5 {
  width: calc(100% + 20px);
  margin: -10px;
}

.MuiGrid-spacing-xs-5>.MuiGrid-item {
  padding: 10px;
}

.MuiGrid-spacing-xs-6 {
  width: calc(100% + 24px);
  margin: -12px;
}

.MuiGrid-spacing-xs-6>.MuiGrid-item {
  padding: 12px;
}

.MuiGrid-spacing-xs-7 {
  width: calc(100% + 28px);
  margin: -14px;
}

.MuiGrid-spacing-xs-7>.MuiGrid-item {
  padding: 14px;
}

.MuiGrid-spacing-xs-8 {
  width: calc(100% + 32px);
  margin: -16px;
}

.MuiGrid-spacing-xs-8>.MuiGrid-item {
  padding: 16px;
}

.MuiGrid-spacing-xs-9 {
  width: calc(100% + 36px);
  margin: -18px;
}

.MuiGrid-spacing-xs-9>.MuiGrid-item {
  padding: 18px;
}

.MuiGrid-spacing-xs-10 {
  width: calc(100% + 40px);
  margin: -20px;
}

.MuiGrid-spacing-xs-10>.MuiGrid-item {
  padding: 20px;
}

.MuiTypography-root {
  margin: 0;
}

.MuiLink-root {
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
  line-height: 1.69;
  letter-spacing: 0.2px;
}

.MuiLink-root:hover {
  color: #000000;
}

.MuiLink-root.active {
  color: #000000;
}

.MuiLink-root.MuiTypography-colorPrimary {
  color: #000000;
}

.MuiLink-root.MuiTypography-colorSecondary {
  color: #314349;
}

.MuiTypography-colorTextPrimary {
  color: rgba(0, 0, 0, 0.87);
}
.MuiLink-root.MuiTypography-colorTextPrimary {
  color: #314349;
}

.MuiLink-root .MuiSvgIcon-root {
  padding-right: 12px;
}

.MuiLink-root.MuiTypography-colorTextPrimary:hover {
  color: #000000;
}

.MuiLink-root.MuiTypography-colorTextPrimary.active {
  color: #000000;
}

.MuiLink-root.MuiTypography-colorSecondary:hover {
  color: rgba(0, 160, 224, 0.8);
}

.MuiLink-root.MuiTypography-colorPrimary:hover {
  color: #314349;
}

.MuiLink-underlineNone {
  text-decoration: none;
}

.MuiTypography-colorPrimary {
  color: #314349;
}

.MuiLink-root.MuiTypography-colorPrimary {
  color: #000000;
}
.MuiLink-root.MuiTypography-colorPrimary:hover {
  color: #314349;
}

.jss3 {
  margin-left: 12px;
  padding-top: 10px;
  margin-right: 12px;
}

.jss4 {
  padding-top: 12px;
}

.MuiGrid-spacing-xs-3 {
  width: calc(100% + 12px);
  margin: -6px;
}

.MuiGrid-justify-content-xs-center {
  justify-content: center;
}

.MuiIconButton-root {
  flex: 0 0 auto;
  color: #0096df;
  width: 36px;
  height: 36px;
  padding: 0;
  overflow: visible;
  font-size: 1.3928571428571428rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}

.MuiIconButton-root:hover {
  color: rgba(0, 160, 224, 0.8);
  background-color: rgba(53, 165, 255, 0.09);
}

.MuiIconButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.MuiIconButton-root.active {
  color: #000000;
}

.MuiIconButton-root.active:hover {
  color: #000000;
}

@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: #314349 !important;
  }
}

@media (hover: none) {
  .MuiIconButton-root:hover {
    background-color: transparent;
  }
}

.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}

.MuiFormControlLabel-root {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: -11px;
  margin-right: 16px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.MuiFormControlLabel-root.Mui-disabled {
  cursor: default;
}

.MuiFormControlLabel-root:hover .MuiIconButton-label {
  color: #000000;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.3928571428571428rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.sc-faUpoM {
}

.bWMBhi {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.app-content-container {
}
.sc-fFeiMQ {
}
.NKRBH {
  height: 100%;
  background: url("unknown") center center / cover;
  background-blend-mode: soft-light, overlay, normal;
  display: flex;
}

.MuiGrid-direction-xs-column {
  flex-direction: column;
}

.MuiGrid-direction-xs-column-reverse {
  flex-direction: column-reverse;
}

.t-registration-page {
}

.jss5 {
  padding: 0;
}

@media (min-width: 0px) {
  .MuiContainer-maxWidthXs {
    max-width: 444px;
  }
}

.MuiPaper-rounded {
  border-radius: 8px;
}

.jss6 {
  padding: 32px 48px 48px;
}

.t-login-title {
}

.MuiTypography-h5 {
  font-size: 1.3928571428571428rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.334;
}
.jss7 {
  font-weight: 700;
}

.jss8 {
  padding-top: 32px;
}

.MuiFormControl-root {
  border: 0;
  margin: 0;
  display: inline-flex;
  padding: 0;
  position: relative;
  min-width: 0;
  flex-direction: column;
  vertical-align: top;
}

.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}

.MuiFormControl-marginDense {
  margin-top: 8px;
  margin-bottom: 4px;
}

.MuiFormControl-fullWidth {
  width: 100%;
}

.MuiTextField-root {
}

.MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
  font-size: 0.9285714285714286rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.MuiFormLabel-root.Mui-focused {
  color: #314349;
}

.MuiFormLabel-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.MuiFormLabel-root.Mui-error {
  color: #f44336;
}

.MuiInputLabel-root {
  display: block;
  padding-right: 4px;
  background-color: #ffffff;
  transform-origin: top left;
}

.MuiInputLabel-formControl {
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}

.MuiInputLabel-animated {
  transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.MuiInputLabel-outlined {
  z-index: 1;
  transform: translate(14px, 20px) scale(1);
  pointer-events: none;
}

.MuiInputLabel-outlined.MuiInputLabel-marginDense {
  transform: translate(14px, 12px) scale(1);
}

.MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}

.Mui-required {
}

.MuiFormLabel-asterisk.Mui-error {
  color: #f44336;
}

.MuiInputBase-root {
  color: rgba(0, 0, 0, 0.87);
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 0.9285714285714286rem;
  box-sizing: border-box;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}

.MuiInputBase-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.MuiOutlinedInput-root {
  position: relative;
  border-radius: 4px;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.87);
}

@media (hover: none) {
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #314349;
  border-width: 2px;
}

.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #f44336;
}

.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.26);
}

.MuiInputBase-fullWidth {
  width: 100%;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}

.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.MuiInputBase-input::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input::-moz-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input::-ms-input-placeholder {
  color: currentColor;
  opacity: 0.42;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input:focus {
  outline: 0;
}

.MuiInputBase-input:invalid {
  box-shadow: none;
}

.MuiInputBase-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.MuiInputBase-input.Mui-disabled {
  opacity: 1;
}

.MuiInputBase-input:-webkit-autofill {
  animation-name: mui-auto-fill;
  animation-duration: 5000s;
}

.MuiInputBase-input[type="password"]::-ms-reveal {
  display: none;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-webkit-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-moz-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input::-ms-input-placeholder {
  opacity: 0 !important;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-webkit-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-moz-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus:-ms-input-placeholder {
  opacity: 0.42;
}

label[data-shrink="false"]
  + .MuiInputBase-formControl
  .MuiInputBase-input:focus::-ms-input-placeholder {
  opacity: 0.42;
}

.MuiInputBase-inputMarginDense {
  padding-top: 3px;
}

.MuiInputBase-inputMultiline {
  height: auto;
  resize: none;
  padding: 0;
}

.MuiInputBase-inputTypeSearch {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.MuiOutlinedInput-input {
  padding: 18.5px 14px;
}

.MuiOutlinedInput-input:-webkit-autofill {
  border-radius: inherit;
}

.MuiOutlinedInput-inputMarginDense {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.MuiOutlinedInput-inputMultiline {
  padding: 0;
}

.MuiOutlinedInput-inputAdornedStart {
  padding-left: 0;
}

.MuiOutlinedInput-inputAdornedEnd {
  padding-right: 0;
}

.t-email-field {
}

.jss9 {
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 8px;
  overflow: hidden;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: inherit;
  pointer-events: none;
}

.jss10 {
  padding: 0;
  text-align: left;
  transition: width 150ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  line-height: 11px;
}

.jss11 {
  width: auto;
  height: 11px;
  display: block;
  padding: 0;
  font-size: 0.75em;
  max-width: 0.01px;
  text-align: left;
  transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  visibility: hidden;
}

.jss11 > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.jss12 {
  max-width: 1000px;
  transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.87);
}

@media (hover: none) {
  .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.23);
  }
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #314349;
  border-width: 2px;
}

.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #f44336;
}

.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 0, 0, 0.26);
}

.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: rgba(0, 160, 224, 0.8);
}

.MuiOutlinedInput-adornedEnd {
  padding-right: 14px;
}

.t-password-field {
}

.MuiInputAdornment-root {
  height: 0.01em;
  display: flex;
  max-height: 2em;
  align-items: center;
  white-space: nowrap;
}

.MuiInputAdornment-positionEnd {
  margin-left: 8px;
}

.jss13 {
  padding: 9px;
}

.jss16 {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}

.MuiCheckbox-root {
  color: rgba(0, 0, 0, 0.54);
}

.MuiCheckbox-colorPrimary.Mui-checked {
  color: #314349;
}

.MuiCheckbox-colorPrimary.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorPrimary:hover {
  background: transparent;
}

.MuiCheckbox-colorPrimary.Mui-checked:hover {
  background-color: rgba(49, 67, 73, 0.04);
}

@media (hover: none) {
  .MuiCheckbox-colorPrimary.Mui-checked:hover {
    background-color: transparent;
  }
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: rgba(0, 160, 224, 0.8);
}

.MuiCheckbox-colorSecondary.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.MuiCheckbox-colorSecondary.Mui-checked:hover {
  background-color: rgba(0, 160, 224, 0.04);
}

@media (hover: none) {
  .MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: transparent;
  }
}

.sc-bkkeKt {
}

.dNuSVS {
  padding: 2px !important;
}

.MuiIconButton-colorPrimary {
  color: #0096df;
}

.MuiIconButton-colorPrimary:hover {
  color: rgba(53, 165, 255, 0.09);
  background-color: #e5f5fc;
}

@media (hover: none) {
  .MuiIconButton-colorPrimary:hover {
    background-color: transparent;
  }
}

.MuiFormControlLabel-labelPlacementStart {
  margin-left: 16px;
  margin-right: -11px;
  flex-direction: row-reverse;
}

.MuiFormControlLabel-labelPlacementTop {
  margin-left: 16px;
  flex-direction: column-reverse;
}

.MuiFormControlLabel-labelPlacementBottom {
  margin-left: 16px;
  flex-direction: column;
}

.MuiFormControlLabel-label.Mui-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.MuiTypography-body1 {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.2px;
}



.MuiButton-contained {
  color: #0096df;
  box-shadow: none;
  background-color: transparent;
}

.MuiButton-contained:hover {
  color: rgba(0, 160, 224, 0.8);
  box-shadow: none !important;
  background-color: rgba(53, 165, 255, 0.09);
}

.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px #00000033, 0px 6px 10px 0px #00000024,
    0px 1px 18px 0px #0000001f;
}

.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px #00000033, 0px 8px 10px 1px #00000024,
    0px 3px 14px 2px #0000001f;
}

.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}

.MuiButton-contained.Mui-disabled {
  background: rgba(0, 0, 0, 0.12);
}

@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
      0px 1px 5px 0px #0000001f;
    background-color: #e0e0e0;
  }
}

.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}



.MuiButton-startIcon {
  color: #0096df;
  display: inherit;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 0;
  margin-right: 8px;
}

.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}

.MuiButton-startIcon:hover {
  color: #000000;
}




.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  white-space: nowrap;
  justify-content: inherit;
}

.t-forgot-password {
}

.MuiAlert-root {
  display: flex;
  padding: 6px 16px;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent;
}

.MuiAlert-standardInfo {
  color: rgb(13, 60, 97);
  background-color: rgb(232, 244, 253);
}

.MuiAlert-standardInfo .MuiAlert-icon {
  color: #2196f3;
}

.MuiAlert-standardSuccess {
  color: rgb(30, 70, 32);
  background-color: rgb(237, 247, 237);
}

.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #4caf50;
}

.MuiAlert-standardInfo {
  color: rgb(13, 60, 97);
  background-color: rgb(232, 244, 253);
}

.MuiAlert-standardInfo .MuiAlert-icon {
  color: #2196f3;
}

.MuiAlert-standardWarning {
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
}

.MuiAlert-standardWarning .MuiAlert-icon {
  color: #ff9800;
}

.MuiAlert-standardError {
  color: rgb(97, 26, 21);
  background-color: rgb(253, 236, 234);
}

.MuiAlert-standardError .MuiAlert-icon {
  color: #f44336;
}

.MuiAlert-outlinedSuccess {
  color: rgb(30, 70, 32);
  border: 1px solid #4caf50;
}

.MuiAlert-outlinedSuccess .MuiAlert-icon {
  color: #4caf50;
}

.MuiAlert-outlinedInfo {
  color: rgb(13, 60, 97);
  border: 1px solid #2196f3;
}

.MuiAlert-outlinedInfo .MuiAlert-icon {
  color: #2196f3;
}

.MuiAlert-outlinedWarning {
  color: rgb(102, 60, 0);
  border: 1px solid #ff9800;
}

.MuiAlert-outlinedWarning .MuiAlert-icon {
  color: #ff9800;
}

.MuiAlert-outlinedError {
  color: rgb(97, 26, 21);
  border: 1px solid #f44336;
}

.MuiAlert-outlinedError .MuiAlert-icon {
  color: #f44336;
}

.MuiAlert-icon {
  display: flex;
  opacity: 0.9;
  padding: 7px 0;
  font-size: 22px;
  margin-right: 12px;
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}

.MuiAlert-message {
  padding: 8px 0;
}

.MuiBackdrop-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}

.MuiBackdrop-invisible {
  background-color: transparent;
}

main {
  display: block;
}

.sc-eJwWfJ {
}

.bzZTuv {
  position: relative;
  padding: 15px 0px;
  background-color: rgb(229, 245, 252);
  bottom: 0px;
}

.sc-iNGGcK {
}

.dxfDuy {
  color: rgb(49, 67, 73);
  text-transform: none;
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: 0.3px;
}

.MuiGrid-justify-content-xs-flex-end {
  justify-content: flex-end;
}

.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}

.bXapfF {
  height: auto;
  width: 100%;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 959.95px) {
  .cAnCBs {
    height: auto;
  }
}

.cAnCBs {
  height: 50px;
  overflow: hidden;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}

.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}

@media print {
  .MuiButtonBase-root {
    -webkit-print-color-adjust: exact;
  }
}

.MuiButton-textPrimary .MuiButton-startIcon {
  color: #0096df;
}

.MuiButton-textPrimary:hover .MuiButton-startIcon {
  color: rgba(0, 160, 224, 0.8);
}


.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  height: 36px;
  padding: 0 10px;
  font-size: 13px;
  min-width: 64px;
  box-sizing: border-box;
  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 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.25;
  border-radius: 4px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}

.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}

@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}

.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}

.MuiButton-containedSecondary {
  color: #ffffff;
  box-shadow: none;
  background-color: #314349;
}

.MuiButton-containedSecondary:hover {
  color: #ffffff;
  background: linear-gradient(-30deg, #0578b0 0%, #0578b0 100%);
  box-shadow: none;
  background-color: rgba(0, 160, 224, 0.8);
}

@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: rgba(0, 160, 224, 0.8);
  }
}


.MuiButton-containedPrimary {
  color: #ffffff;
  box-shadow: none;
  background-color: #0096df;
}

.MuiButton-containedPrimary:hover {
  color: #ffffff;
  background: none;
  box-shadow: none;
  background-color: rgba(0, 160, 224, 0.8);
}
.MuiButton-containedPrimary .MuiButton-startIcon {
  color: #000000;
}

.MuiButton-containedPrimary:focus {
  color: #ffffff;
}

@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #314349;
  }
}

.MuiButton-containedPrimary:hover .MuiButton-startIcon {
  color: #ffffff;
}

.MuiButton-containedPrimary:hover:focus {
  color: #ffffff;
}

.MuiButton-containedSizeSmall {
  padding: 6px 16px;
  font-size: 0.7544642857142857rem;
}

.MuiButton-containedSizeLarge {
  height: 48px;
  padding: 0 44px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: 0.84px;
}

.MuiButton-sizeLarge {
}
.MuiButton-fullWidth {
  width: 100%;
}

.MuiButton-text {
  padding: 8px 10px;
  line-height: 1.25;
  letter-spacing: 1.04px;
}

.MuiButton-text:hover {
  color: #ffffff;
  background: linear-gradient(-30deg, #0578b0 0%, #0578b0 100%);
}

.MuiButton-textPrimary {
  color: #0096df;
}

.MuiButton-textPrimary:hover {
  color: rgba(0, 160, 224, 0.8);
  background: none;
  background-color: rgba(53, 165, 255, 0.09);
}

.MuiButton-textPrimary .MuiButton-startIcon {
  color: #0096df;
}

.MuiButton-textPrimary:hover .MuiButton-startIcon {
  color: rgba(0, 160, 224, 0.8);
}

@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}

.MuiButton-textSecondary {
  color: #0096df;
}

.MuiButton-textSecondary:hover {
  color: #0578b0;
  background: transparent;
  background-color: transparent;
}

.MuiButton-textSecondary:hover .MuiButton-startIcon {
  color: #0578b0;
}

.MuiButton-textSecondary.active {
  color: #0578b0;
}

.MuiButton-textSecondary.active .MuiButton-startIcon {
  color: #0578b0;
}

@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}

.MuiButton-textSizeSmall {
  padding: 6px 13px;
  font-size: inherit;
}

.MuiButton-textSizeLarge {
  height: 48px;
  padding: 6px 13px;
  font-size: inherit;
}
.MuiIconButton-colorSecondary {
  color: #0096df;
}

.MuiIconButton-colorSecondary:hover {
  color: #0578b0;
  background-color: transparent !important;
}

.MuiIconButton-colorSecondary.active {
  color: #0578b0;
}

@media (hover: none) {
  .MuiIconButton-colorSecondary:hover {
    background-color: transparent;
  }
}

.jss330 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.jss333 {
  padding-bottom: 48px;
}

.jss332 {
  padding-right: 24.8px;
}

.MuiTypography-h3 {
  font-size: 18px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.56;
  font-stretch: normal;
  letter-spacing: 0.36px;
}

.MuiCard-root {
  overflow: hidden;
}

.dRllCl {
  position: relative;
  width: 284px;
  height: 272px;
}
.MuiPaper-elevation1 {
  box-shadow: 0px 6px 32px 0 rgba(0, 0, 0, 0.09);
}
.MuiPaper-elevation2 {
  box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
    0px 1px 5px 0px #0000001f;
}

.MuiPaper-elevation3 {
  box-shadow: 0px 3px 3px -2px #00000033, 0px 3px 4px 0px #00000024,
    0px 1px 8px 0px #0000001f;
}

.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
}

.MuiPaper-elevation5 {
  box-shadow: 0px 3px 5px -1px #00000033, 0px 5px 8px 0px #00000024,
    0px 1px 14px 0px #0000001f;
}

.MuiPaper-elevation6 {
  box-shadow: 0px 3px 5px -1px #00000033, 0px 6px 10px 0px #00000024,
    0px 1px 18px 0px #0000001f;
}

.MuiPaper-elevation7 {
  box-shadow: 0px 4px 5px -2px #00000033, 0px 7px 10px 1px #00000024,
    0px 2px 16px 1px #0000001f;
}

.MuiPaper-elevation8 {
  box-shadow: 0px 5px 5px -3px #00000033, 0px 8px 10px 1px #00000024,
    0px 3px 14px 2px #0000001f;
}

.MuiPaper-elevation9 {
  box-shadow: 0px 5px 6px -3px #00000033, 0px 9px 12px 1px #00000024,
    0px 3px 16px 2px #0000001f;
}

.MuiPaper-elevation10 {
  box-shadow: 0px 6px 6px -3px #00000033, 0px 10px 14px 1px #00000024,
    0px 4px 18px 3px #0000001f;
}

.MuiPaper-elevation11 {
  box-shadow: 0px 6px 7px -4px #00000033, 0px 11px 15px 1px #00000024,
    0px 4px 20px 3px #0000001f;
}

.MuiPaper-elevation12 {
  box-shadow: 0px 7px 8px -4px #00000033, 0px 12px 17px 2px #00000024,
    0px 5px 22px 4px #0000001f;
}

.MuiPaper-elevation13 {
  box-shadow: 0px 7px 8px -4px #00000033, 0px 13px 19px 2px #00000024,
    0px 5px 24px 4px #0000001f;
}

.MuiPaper-elevation14 {
  box-shadow: 0px 7px 9px -4px #00000033, 0px 14px 21px 2px #00000024,
    0px 5px 26px 4px #0000001f;
}

.MuiPaper-elevation15 {
  box-shadow: 0px 8px 9px -5px #00000033, 0px 15px 22px 2px #00000024,
    0px 6px 28px 5px #0000001f;
}

.MuiPaper-elevation16 {
  box-shadow: 0px 8px 10px -5px #00000033, 0px 16px 24px 2px #00000024,
    0px 6px 30px 5px #0000001f;
}

.MuiPaper-elevation17 {
  box-shadow: 0px 8px 11px -5px #00000033, 0px 17px 26px 2px #00000024,
    0px 6px 32px 5px #0000001f;
}

.MuiPaper-elevation18 {
  box-shadow: 0px 9px 11px -5px #00000033, 0px 18px 28px 2px #00000024,
    0px 7px 34px 6px #0000001f;
}

.MuiPaper-elevation19 {
  box-shadow: 0px 9px 12px -6px #00000033, 0px 19px 29px 2px #00000024,
    0px 7px 36px 6px #0000001f;
}

.MuiPaper-elevation20 {
  box-shadow: 0px 10px 13px -6px #00000033, 0px 20px 31px 3px #00000024,
    0px 8px 38px 7px #0000001f;
}

.MuiPaper-elevation21 {
  box-shadow: 0px 10px 13px -6px #00000033, 0px 21px 33px 3px #00000024,
    0px 8px 40px 7px #0000001f;
}

.MuiPaper-elevation22 {
  box-shadow: 0px 10px 14px -6px #00000033, 0px 22px 35px 3px #00000024,
    0px 8px 42px 7px #0000001f;
}

.MuiPaper-elevation23 {
  box-shadow: 0px 11px 14px -7px #00000033, 0px 23px 36px 3px #00000024,
    0px 9px 44px 8px #0000001f;
}

.MuiPaper-elevation24 {
  box-shadow: 0px 11px 15px -7px #00000033, 0px 24px 38px 3px #00000024,
    0px 9px 46px 8px #0000001f;
}

.MuiCardContent-root {
  padding: 16px;
}

.MuiCardContent-root:last-child {
  padding-bottom: 24px;
}

.bYHoMU {
  position: relative;
  padding: 0px !important;
}

.MuiCardMedia-root {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.MuiCardMedia-media {
  width: 100%;
}

.MuiCardMedia-img {
  object-fit: cover;
}

.jss338 {
  top: 0px;
  height: 204px;
  padding: 24px;
  z-index: 1;
  position: absolute;
  box-sizing: border-box;
}

.MuiLink-underlineHover {
  text-decoration: none;
}

.MuiLink-underlineHover:hover {
  text-decoration: underline;
}

.lkFtxq {
  font-weight: bold;
  font-size: 15px !important;
  text-decoration: none !important;
  color: rgb(255, 255, 255) !important;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.bYHoMU::after {
  content: "";
  width: 100%;
  height: 204px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(28, 29, 31, 0.6);
}

.MuiCardActions-root {
  display: flex;
  padding: 16px 24px;
  align-items: center;
}

.MuiCardActions-spacing > :not(:first-child) {
  margin-left: 8px;
}

.jss339 {
  padding-bottom: 12px;
}

.jss340 {
}

.foUdbf {
  text-transform: uppercase;
  color: rgb(133, 137, 143);
  font-size: 10px !important;
  font-weight: 700 !important;
}

jss341 {
  font-weight: 700;
}

.user-menu .glyph {
  stroke-width: 4px;
}

.sidebar .glyph,
.user-menu .glyph {
  height: 16px;
  width: 16px;
  margin: 0 10px 0 0;
  stroke-width: 3px;
}

.MuiTableSortLabel-root:hover .MuiTableSortLabel-icon {
  opacity: 0.5;
}

.MuiTableSortLabel-icon {
  opacity: 1;
  font-size: x-large;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-left: 4px;
  user-select: none;
  margin-right: 4px;
}

.MuiTableSortLabel-iconDirectionDesc {
  transform: rotate(0deg);
}

.MuiTableSortLabel-iconDirectionAsc {
  transform: rotate(180deg);
}

.link_order {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  margin:0;
}


.jss145 {
  width: 100%;
}

.jss146 {
  background-color: rgba(133, 147, 143, 0.09);
}
.jKcner {
  position: relative;
  background-color: rgba(133, 147, 143, 0.09);
}

.MuiGrid-grid-xs-7 {
  flex-grow: 0;
  max-width: 58.333333%;
  flex-basis: 58.333333%;
}

.jss147 {
  color: rgb(0, 0, 0);
  padding-top: 24px;
  padding-bottom: 24px;
}

.MuiGrid-spacing-xs-5 {
  width: calc(100% + 20px);
  margin: -10px;
}

.MuiGrid-spacing-xs-5>.MuiGrid-item {
  padding: 10px;
}

.MuiTypography-h1 {
  font-size: 24px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-stretch: normal;
  letter-spacing: normal;
}

.MuiTypography-h2 {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.MuiTypography-h3 {
  font-size: 18px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1.56;
  font-stretch: normal;
  letter-spacing: 0.36px;
}

.MuiTypography-h4 {
  font-size: 1.9732142857142858rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.235;
}

.MuiTypography-h5 {
  font-size: 1.3928571428571428rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.334;
}

.MuiTypography-h6 {
  font-size: 1.1607142857142858rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.MuiTypography-body2 {
  font-size: 15px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.47;
  font-stretch: normal;
  letter-spacing: 0.3px;
}

.MuiTypography-body1 {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.2px;
}

.MuiTypography-displayInline {
  display: inline;
}

.MuiTypography-displayBlock {
  display: block;
}

.jCMDln {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
}

.MuiGrid-grid-xs-5 {
  flex-grow: 0;
  max-width: 41.666667%;
  flex-basis: 41.666667%;
}

.hzbRAi {
  height: 100%;
}

.jss148 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.MuiGrid-grid-xs-1 {
  flex-grow: 0;
  max-width: 8.333333%;
  flex-basis: 8.333333%;
}

.MuiGrid-grid-xs-2 {
  flex-grow: 0;
  max-width: 16.666667%;
  flex-basis: 16.666667%;
}

.MuiGrid-grid-xs-3 {
  flex-grow: 0;
  max-width: 25%;
  flex-basis: 25%;
}

.MuiGrid-grid-xs-4 {
  flex-grow: 0;
  max-width: 33.333333%;
  flex-basis: 33.333333%;
}

.MuiGrid-grid-xs-5 {
  flex-grow: 0;
  max-width: 41.666667%;
  flex-basis: 41.666667%;
}

.MuiGrid-grid-xs-6 {
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
}

.MuiGrid-grid-xs-7 {
  flex-grow: 0;
  max-width: 58.333333%;
  flex-basis: 58.333333%;
}

.MuiGrid-grid-xs-8 {
  flex-grow: 0;
  max-width: 66.666667%;
  flex-basis: 66.666667%;
}

.MuiGrid-grid-xs-9 {
  flex-grow: 0;
  max-width: 75%;
  flex-basis: 75%;
}

.MuiGrid-grid-xs-10 {
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
}

.MuiGrid-grid-xs-11 {
  flex-grow: 0;
  max-width: 91.666667%;
  flex-basis: 91.666667%;
}

.MuiGrid-grid-xs-12 {
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
}

.jss151 {
  margin-top: 20px;
  font-weight: bold;
}

.MuiList-root {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.MuiList-subheader {
  padding-top: 0;
}

.MuiListItem-root {
  width: 100%;
  display: flex;
  outline: none;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}

.MuiListItem-root.Mui-focusVisible {
  background-color: rgba(0, 0, 0, 0.08);
}

.MuiListItem-root.Mui-selected,
.MuiListItem-root.Mui-selected:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.MuiListItem-root.Mui-disabled {
  opacity: 0.5;
}

.MuiListItem-root.Mui-selected {
  color: #000000;
}

.MuiListItem-root.Mui-selected:hover {
  background-color: #f1f1f1;
}

.jss149 {
  margin-top: 20px;
  margin-bottom: 36px;
}

.jss150 {
  margin-top: 20px;
}

.jss152 {
  padding-right: 16px;
}

.MuiLink-button {
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.MuiLink-button::-moz-focus-inner {
  border-style: none;
}

.MuiLink-button.Mui-focusVisible {
  outline: auto;
}