.SN-center-text {
  text-align: center;
}

.SN-center-text__content {
  display: inline-block;
}

.SN-center-text__content {
  text-align: left;
}

.SN-center-text__content {
  text-align: right;
}

.SN-language-picker {
  -webkit-transform: translateZ(0);
}

.SN-language-picker {
  transform: translateZ(0);
  cursor: pointer;
}

.SN-language-picker.ant-dropdown-open .SN-language-picker__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SN-language-picker.ant-dropdown-open .SN-language-picker__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.SN-language-picker.ant-dropdown-open {
  color: #ff6900;
}

.SN-language-picker__modal {
  max-width: calc(100% - 16px);
}

.SN-language-picker__modal .ant-modal-header {
  border-bottom: none;
  padding: 40px 24px 0;
}

.SN-language-picker__modal .ant-modal-title {
  font-size: 18px;
  font-weight: medium;
  color: #333;
  line-height: 40px;
}

.SN-language-picker__modal .ant-modal-title {
  text-align: center;
}

.SN-language-picker__modal .ant-modal-close-x {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.SN-language-picker__icon {
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  vertical-align: -0.125em;
}

.SN-language-picker__wrap {
  outline: 1px solid rgba(0, 0, 0, 0);
}

.SN-language-picker__dropdown {
  -webkit-transform: translateZ(0);
}

.SN-language-picker__dropdown {
  transform: translateZ(0);
}

.SN-language-picker__dropdown .ant-dropdown-menu {
  overflow: hidden;
}

.SN-language-picker__dropdown .ant-dropdown-menu {
  padding: 0;
  box-shadow: 0 5px 29px 0 hsla(0, 0%, 63.5%, 0.2);
}

.SN-language-picker__dropdown .ant-dropdown-menu-item,
.SN-language-picker__dropdown .ant-dropdown-menu-submenu-title {
  font-size: 14px;
}

.SN-language-picker__dropdown .ant-dropdown-menu-item,
.SN-language-picker__dropdown .ant-dropdown-menu-submenu-title {
  text-align: center;
  padding: 9px 14px;
}

.SN-language-picker__dropdown .ant-dropdown-menu-item:hover,
.SN-language-picker__dropdown .ant-dropdown-menu-submenu-title:hover {
  color: #333;
}

.SN-language-picker__scroll {
  overflow-x: auto;
}

.SN-language-picker__list {
  overflow: hidden;
  min-width: 680px;
}

.SN-language-picker__item {
  white-space: normal;
  width: 20%;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  line-height: 1;
}

.SN-language-picker__item {
  cursor: pointer;
  padding: 0 10px;
  margin-bottom: 6px;
}

.SN-language-picker__item {
  float: left;
}

.SN-language-picker__item {
  float: right;
}

.SN-language-picker__item--selected {
  color: #ff6900;
}

@media (prefers-color-scheme: dark) {
  ._-src-portals-desktop-components-Checkbox-checkbox-wrapper
    .ant-checkbox
    > .ant-checkbox-inner {
    background-color: #ddd;
  }
}

.SN-layout {
  position: relative;
  min-height: 100vh;
}

.SN-layout {
  padding-bottom: 40px;
}

@media (prefers-color-scheme: dark) {
  .SN-layout {
    background-color: #fff;
  }
}

.SN-layout__header {
  overflow: hidden;
}

.SN-layout__header {
  padding: 20px;
}

.SN-layout__logo-wrap {
  display: inline-block;
  vertical-align: top;
}

.SN-layout__logo-wrap {
  margin-right: 10px;
}

.SN-layout__logo-wrap {
  margin-left: 10px;
}

.SN-layout__logo {
  width: 40px;
  height: 40px;
}

.SN-layout__title {
  height: 40px;
  font-size: 26px;
  font-weight: 500;
  color: #333;
  line-height: 40px;
}

.SN-layout__title {
  float: left;
}

.SN-layout__title {
  float: right;
}

.SN-layout__container {
  position: relative;
}

.SN-layout__container {
  text-align: center;
}

.SN-layout__toast {
  width: 100%;
  height: 100%;
}

.SN-layout__card {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-width: 425px;
  background: #f0f6fc;
  height: 354px;
}

.SN-layout__card {
  padding: 0px;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgb(54 100 152 / 15%), inset 0 0 0 1px #fff;
}

.SN-layout__card {
  text-align: left;
}

.SN-layout__card {
  text-align: right;
}

.SN-layout__card .ant-tabs {
  width: 360px;
  margin: 0 auto;
  min-height: 234px;
}

.SN-layout__card .ant-tabs .ant-tabs-bar {
  border-bottom: none;
  margin: 0 0 10px;
}

.SN-layout__card .ant-tabs .ant-tabs-tab-btn {
  font-size: 22px;
  font-weight: 400;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  height: 41px;
  line-height: 41px;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  padding: 0 0 4px;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  margin: 0 20px 0 0;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 20px;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn > a {
  color: #bbb;
}

.SN-layout__card .ant-tabs .ant-tabs-nav:before {
  border-bottom: none;
}

.SN-layout__card
  .ant-tabs
  .ant-tabs-nav
  .ant-tabs-tab-active
  .ant-tabs-tab-btn
  > a {
  color: #333;
  font-weight: 500;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  height: 4px;
}

.SN-layout__card .ant-tabs .ant-tabs-nav .ant-tabs-ink-bar {
  border-radius: 2px;
}

.SN-nav {
  float: right;
}

.SN-nav {
  float: left;
}

.SN-nav__item {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #838383;
  line-height: 40px;
}

.SN-nav__item,
.SN-nav__item {
  margin-left: 10px;
  margin-right: 10px;
}

.SN-nav__item:hover {
  color: #ff6900;
}

.SN-nav__divider {
  vertical-align: middle;
  display: inline-block;
  height: 14px;
  width: 0;
}

.SN-nav__divider {
  margin-left: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.SN-nav__divider {
  margin-right: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

@media (prefers-color-scheme: dark) {
  .SN-layout__logo-wrap {
    -webkit-filter: invert(1) hue-rotate(180deg);
    filter: invert(1) hue-rotate(180deg);
  }

  .SN-layout__card {
    background-color: #efefef;
  }
}

.SN-layout .SN-layout__toast .SN-toast {
  right: auto;
}

.SN-accept-terms {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
  line-height: 20px;
}

.SN-accept-terms {
  margin-top: 20px;
}

.SN-accept-terms a {
  color: #333;
}

.SN-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  height: 50px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.SN-button {
  cursor: pointer;
  text-align: center;
  border: none;
  padding: 0 20px;
  background: #f9f9f9;
  border-radius: 4px;
  border-radius: 10px;
}

.SN-button:focus {
  outline: 0;
}

.SN-button--primary {
  color: #fff;
  border: 1px solid #fcfdfd;
}

.SN-button--primary {
  background-color: #007dff;
}

.SN-button--primary:active,
.SN-button--primary:hover {
  color: #fff;
}

.SN-button--primary:active,
.SN-button--primary:hover {
  background-color: #484848;
}

.SN-button--disabled {
  opacity: 0.4;
}

.SN-button--disabled {
  cursor: default;
}

.SN-button--fullwidth {
  width: 100%;
}

.SN-select-field .SN-floating-label {
  cursor: pointer;
}

.SN-select-field .ant-select-single .ant-select-selector {
  height: 60px;
}

.SN-select-field .ant-select-single .ant-select-selector {
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

.SN-select-field
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item {
  display: block;
  line-height: 20px;
}

.SN-select-field
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item {
  padding: 20px 20px 0;
}

.SN-select-field
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-placeholder {
  line-height: 60px;
}

.SN-select-field
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-placeholder {
  margin-left: 20px;
}

.SN-select-field
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-placeholder {
  margin-right: 20px;
}

.SN-select-field .ant-select-selection {
  background: rgba(0, 0, 0, 0);
}

.SN-select-field .ant-select-arrow {
  pointer-events: none;
  font-size: 20px;
}

.SN-select-field .ant-select-arrow {
  margin-top: -10px;
}

.SN-select-field .ant-select-arrow {
  right: 21px;
}

.SN-select-field .ant-select-arrow {
  left: 21px;
}

.SN-select-field--with-label
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item {
  display: block;
}

.SN-select-field--with-label
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item {
  padding-top: 30px;
}

.SN-select-field--with-label
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item:after {
  content: "";
}

.SN-select {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #333;
}

.SN-select.ant-select.ant-select-disabled .ant-select-selection-selected-value {
  color: #aaa;
}

.SN-select-dropdown {
  overflow: hidden;
}

.SN-select-dropdown {
  box-shadow: 0 5px 29px 0 hsla(0, 0%, 63.5%, 0.2);
}

.SN-select-dropdown .ant-select-item-group-title {
  color: #ff5c00;
}

.SN-select-dropdown .ant-select-item-group-title {
  padding: 0 20px;
}

.SN-select-dropdown .ant-select-item {
  font-size: 17px;
  font-weight: 400;
  color: #aaa;
  line-height: 40px;
}

.SN-select-dropdown .ant-select-item {
  padding: 10px 20px;
}

.SN-select-dropdown .ant-select-item-selected,
.SN-select-dropdown .ant-select-item:hover {
  color: #333;
}

.SN-select-dropdown .ant-select-item:hover:not(.ant-select-item-disabled) {
  background-color: #fff3e6;
}

.SN-select-dropdown .rc-virtual-list-holder-inner {
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (prefers-color-scheme: dark) {
  .SN-select-field .SN-select .ant-select-selection {
    background-color: #ddd;
  }
}

.SN-select-field .SN-form-field__control .ant-select-selection-item {
  direction: ltr;
}

.SN-region-field__dropdown .ant-select-dropdown-menu {
  max-height: 360px;
}

.SN-region-field__dropdown .rc-virtual-list-holder-inner {
  -ms-flex-direction: column;
  flex-direction: column;
}

.SN-region-field__search {
  padding: 10px 20px;
}

.SN-region-field__search-icon {
  position: absolute;
  top: 17px;
  width: 16px;
  height: 16px;
}

.SN-region-field__search-icon {
  left: 19px;
}

.SN-region-field__search-icon {
  right: 19px;
}

.SN-region-field__search-input {
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 17px;
  color: #333;
}

.SN-region-field__search-input {
  background: rgba(0, 0, 0, 0);
  border-radius: 4px;
  border: none;
}

.SN-region-field__search-input {
  padding: 0 20px 0 46px;
}

.SN-region-field__search-input {
  padding: 0 46px 0 20px;
}

.SN-region-field__search-input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 17px;
}

.SN-region-field__search-input:-ms-input-placeholder {
  color: #aaa;
  font-size: 17px;
}

.SN-region-field__search-input::placeholder {
  color: #aaa;
  font-size: 17px;
}

.SN-region-field__search-input:focus {
  outline: 0;
}

.SN-region-field__name {
  float: left;
}

.SN-region-field__code,
.SN-region-field__name {
  float: right;
}

.SN-region-field__code {
  float: left;
}

.rtl_text {
  display: inline-table;
}

.rtl_text {
  direction: rtl;
}

.rtl_text {
  direction: ltr;
}

.SN-status-icon {
  color: #e5e5e5;
}

.SN-status-icon--success {
  color: #87d068;
}

.SN-status-icon--error {
  color: #73869a;
}

.SN-status-icon--warning {
  color: #ff6900;
}

.SN-status-text {
  position: relative;
  color: #333;
  line-height: 20px;
}

.SN-status-text__icon {
  position: absolute;
  top: 0;
}

.SN-status-text__icon {
  left: 0;
  margin-right: 6px;
}

.SN-status-text__icon {
  right: 0;
  margin-left: 6px;
}

.SN-status-text__text {
  margin-left: 18px;
}

.SN-status-text__text {
  margin-right: 18px;
}

.SN-password-field__adornment {
  cursor: pointer;
}

.SN-password-field__adornment:hover .SN-password-field__icon {
  color: rgba(0, 0, 0, 0.45);
}

.SN-password-field__icon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.SN-password-field__icon {
  margin: 10px 20px;
}

@media (prefers-color-scheme: dark) {
  .SN-password-field__adornment {
    background-color: #ddd;
  }
}
.SN-input-adornment {
  display: table-cell;
  vertical-align: middle;
}

.SN-form-helper-text {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.SN-form-helper-text {
  margin-top: 10px;
}

.SN-form-helper-text--error {
  color: #73869a;
}

.SN-form-helper-text--error a {
  color: #0b84ff;
}

.SN-touch-ripple-root {
  top: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}

.SN-touch-ripple-root {
  border-radius: inherit;
}

.SN-touch-ripple-root,
.SN-touch-ripple-root {
  left: 0;
  right: 0;
}

.SN-touch-ripple-ripple {
  opacity: 0;
  position: absolute;
}

.SN-touch-ripple-rippleVisible {
  opacity: 0.3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.SN-touch-ripple-rippleVisible {
  transform: scale(1);
}

.SN-touch-ripple-rippleVisible,
.SN-touch-ripple-rippleVisible {
  -webkit-animation: SN-touch-ripple-keyframes-enter 0.55s
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: SN-touch-ripple-keyframes-enter 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.SN-touch-ripple-ripplePulsate,
.SN-touch-ripple-ripplePulsate {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}

.SN-touch-ripple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.SN-touch-ripple-child {
  border-radius: 50%;
  background-color: currentColor;
}

.SN-touch-ripple-childLeaving {
  opacity: 0;
}

.SN-touch-ripple-childLeaving,
.SN-touch-ripple-childLeaving {
  -webkit-animation: SN-touch-ripple-keyframes-exit 0.55s
    cubic-bezier(0.4, 0, 0.2, 1);
  animation: SN-touch-ripple-keyframes-exit 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.SN-touch-ripple-childPulsate {
  top: 0;
  position: absolute;
}

.SN-touch-ripple-childPulsate {
  left: 0;
}

.SN-touch-ripple-childPulsate,
.SN-touch-ripple-childPulsate {
  -webkit-animation: SN-touch-ripple-keyframes-pulsate 2.5s
    cubic-bezier(0.4, 0, 0.2, 1) 0.2s infinite;
  animation: SN-touch-ripple-keyframes-pulsate 2.5s cubic-bezier(0.4, 0, 0.2, 1)
    0.2s infinite;
}

.SN-touch-ripple-childPulsate {
  right: 0;
}

@-webkit-keyframes SN-touch-ripple-keyframes-enter {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes SN-touch-ripple-keyframes-enter {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes SN-touch-ripple-keyframes-exit {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes SN-touch-ripple-keyframes-exit {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes SN-touch-ripple-keyframes-pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes SN-touch-ripple-keyframes-pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.SN-form-field__field {
  position: relative;
  overflow: hidden;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SN-form-field__control {
  position: relative;
  display: table-cell;
  width: 100%;
}

.SN-form-field__popover {
  font-size: 12px;
  max-width: 300px;
  -webkit-transform: translateZ(0);
}

.SN-form-field__popover {
  transform: translateZ(0);
}

.SN-form-field__popover .ant-popover-inner {
  box-shadow: 0 5px 20px 0 hsla(0, 0%, 63.5%, 0.2);
}

.SN-form-field__popover .ant-popover-inner-content {
  padding: 16px 20px;
}

.SN-form-field__remove {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.SN-form-field__remove {
  cursor: pointer;
}

.SN-form-field__remove {
  right: 0;
  border-top-right-radius: 3px;
}

.SN-form-field__remove {
  left: 0;
  border-top-left-radius: 3px;
}

.SN-form-field__remove:hover {
  color: #ff5c00;
}

.SN-form-field--bordered > .SN-form-field__field {
  background: #f9f9f9;
}

.SN-form-field--fullwidth {
  width: 100%;
}

.SN-form-field--bordered > .SN-form-field__field {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.SN-form-field--bordered.SN-form-field--focused > .SN-form-field__field {
  background: #fff;
  box-shadow: 0 0 0 2px #cdd8e7;
  border-color: #007dff;
}

.SN-form-field--bordered.SN-form-field--error > .SN-form-field__field {
  background: #e7eff8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-appearance: none;
  -o-border-radius: 10px;
}

.SN-form-field__field {
  background: #e7eff8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.SN-form-field--bordered.SN-form-field--error
  > .SN-form-field__field
  .SN-floating-label {
  color: #73869a;
}

@media (prefers-color-scheme: dark) {
  .SN-form-field--bordered .SN-form-field__field {
    background-color: #ddd;
  }
}

.SN-floating-label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 15px;
  height: 20px;
  font-weight: 400;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  transition: top 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    font-size 0.15s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.SN-floating-label {
  cursor: text;
}

.SN-floating-label {
  left: 20px;
}

.SN-floating-label {
  /*right: 20px*/
}

.SN-floating-label--float-above {
  top: 0px;
  font-size: 12px;
  color: #aaa;
}

.SN-floating-label--error {
  color: #73869a;
}

@-webkit-keyframes autofill {
  0%,
  to {
    color: #666;
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes autofill {
  0%,
  to {
    color: #666;
    background: rgba(0, 0, 0, 0);
  }
}

.SN-input__input {
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 25px;
  color: #333;
  line-height: 20px;
}

.SN-input__input {
  border: none;
  background: rgba(0, 0, 0, 0);
}

.SN-input__input::-webkit-input-placeholder {
  color: #aaa;
}

.SN-input__input:-ms-input-placeholder {
  color: #aaa;
}

.SN-input__input::placeholder {
  color: #aaa;
}

.SN-input__input:-webkit-autofill,
.SN-input__input:-webkit-autofill:active,
.SN-input__input:-webkit-autofill:focus,
.SN-input__input:-webkit-autofill:hover {
  transition: background-color 60000s ease-in-out 0s;
}

.SN-input__input:-webkit-autofill,
.SN-input__input:-webkit-autofill:active,
.SN-input__input:-webkit-autofill:focus,
.SN-input__input:-webkit-autofill:hover {
  -webkit-transition: background-color 60000s ease-in-out 0s;
}

.SN-input__input::-webkit-inner-spin-button,
.SN-input__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.SN-input__input::-ms-clear,
.SN-input__input::-ms-reveal {
  display: none;
}

.SN-input__input:focus {
  outline: none;
}

.SN-input__input:-webkit-autofill:first-line {
  font-size: 17px;
  font-family: "MiSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.SN-input__input:-webkit-autofill + .SN-floating-label {
  top: 6px;
  font-size: 12px;
  color: #aaa;
}

@media (prefers-color-scheme: dark) {
  .SN-text-field .SN-input__input {
    -webkit-filter: invert(1) hue-rotate(180deg);
    filter: invert(1) hue-rotate(180deg);
    color: #fff !important;
  }
}

.SN-text-field .SN-input__input {
  height: 50px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-size: 17px;
  color: #333;
  line-height: 20px;
}

.SN-text-field .SN-input__input {
  padding: 20px;
  border: none;
  background: rgba(0, 0, 0, 0);
}

.SN-text-field .SN-input__input ::-webkit-input-placeholder {
  color: #aaa;
}

.SN-text-field .SN-input__input :-ms-input-placeholder {
  color: #aaa;
}

.SN-text-field .SN-input__input ::placeholder {
  color: #aaa;
}

.SN-text-field .SN-input__input:focus {
  outline: none;
}

.SN-text-field--with-label .SN-input__input {
  padding: 20px 20px 10px 18px;
  border: 1px solid #fcfdfd;
  border-radius: 10px;
}

.SN-text-field--with-label .results {
  padding: 0px 20px 0px 18px;
}

@media (prefers-color-scheme: dark) {
  .SN-text-field__input {
    background-color: #ddd;
  }
}

.SN-captcha-field__image {
  cursor: pointer;
}

.SN-captcha-code-form__action {
  margin-top: 30px;
}

.SN-captcha-code-form__action {
  text-align: right;
}

.SN-captcha-code-form__action {
  text-align: left;
}

.SN-link {
  font-size: 14px;
}

.SN-toast-desktop__icon {
  font-size: 18px;
  vertical-align: -4px;
}

.SN-toast-desktop__icon {
  margin-right: 10px;
}

.SN-toast-desktop__icon {
  margin-left: 10px;
}

.root-container {
  position: absolute;
  top: 50%;
  width: 450px;
  min-height: 80%;
}

.root-container {
  margin: 0 auto 80px;
  box-shadow: 0 20px 50px 0 hsla(0, 0%, 63.5%, 0.1);
  padding: 40px 45px;
}

.root-container {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.root-container {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.root-container__content {
  margin-top: 30px;
}

.root-container__btn {
  display: -ms-flexbox;
  display: flex;
}

.root-container__btn {
  margin-top: 30px;
}

.root-container__icon {
  display: -ms-flexbox;
  display: flex;
}

.root-container__icon {
  margin-top: 60px;
}

.top-padding {
  background-color: #e7eff8;
  height: 30px;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem 1rem 0 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bottom-padding {
  background-color: #e7eff8;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #a2a4aa;
  font-size: 12px;
  border-radius: 0 0 1rem 1rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.bottom-padding a {
  color: #59595c;
  font-weight: 600;
}
.bottom-padding a:hover {
  color: #007dff;
}
.SN-layout__card::after {
  content: " ";
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c7c7c7;
  width: 10px;
  height: 10px;
  top: 0;
  left: 15px;
  margin-top: 10px;
  -webkit-box-shadow: 16px 0 #c7c7c7, 32px 0 #c7c7c7;
  box-shadow: 16px 0 #c7c7c7, 32px 0 #c7c7c7;
  transition-duration: 0.3s;
}

.SN-layout__card:hover::after {
  background: #fc625d;
  -webkit-box-shadow: 16px 0 #fdbc40, 32px 0 #35cd4b;
  box-shadow: 16px 0 #fdbc40, 32px 0 #35cd4b;
}

@media (max-width: 960px) {
  .SN-layout__card .ant-tabs {
    width: 100%;
  }
  .SN-layout__card .ant-tabs {
    width: 80%;
  }

  .SN-layout__card .ant-tabs {
    width: 80%;
  }
  .SN-layout__card {
    min-width: 100%;
  }
}

.results {
  padding: 0;
}
