@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');:root {
  --brand-blue: #140a9a;
  --border: #c8c8c8;
  --text: #767676;
  --link: #0066cc;
  --bg: #ffffff;
}

.support-contacts {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  background: var(--bg);
  font-family: 'Times New Roman', 'SimSun', serif;
  color: var(--text) !important;
}

.support-contacts__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
}

.support-contacts__table th,
.support-contacts__table td {
  border: 1px solid var(--border);
  padding: 12px 14px;
  vertical-align: middle !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.support-contacts__header-main,
.support-contacts__header-sub {
  background: var(--brand-blue);
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.support-contacts__header-main {
  font-size: 20px;
  padding: 16px 12px;
}

.support-contacts__header-sub {
  font-size: 16px;
  padding: 12px;
}

.support-contacts__header-row th {
  background: var(--brand-blue);
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.support-contacts__header-row .support-contacts__col-email {
  text-align: left;
}

.support-contacts__col-region,
.support-contacts__col-entity {
  text-align: center !important;
}

.support-contacts__col-email {
  text-align: left;
}

.support-contacts__stack {
  display: grid;
  gap: 6px;
}

.support-contacts__stack-tight {
  display: grid;
  gap: 2px;
}

.support-contacts__note {
  margin-top: 6px;
  font-size: 14px !important;
}

.support-contacts a {
  color: var(--link) !important;
  text-decoration: underline;
}

@media (max-width: 820px) {
  .support-contacts {
    padding: 16px 12px 32px;
  }

  .support-contacts__table th,
  .support-contacts__table td {
    font-size: 14px !important;
    padding: 10px 12px;
  }

  .support-contacts__header-main {
    font-size: 18px !important;
  }
}

.szh-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.szh-menu:focus {
  outline: none;
}
.szh-menu__arrow {
  box-sizing: border-box;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.szh-menu__arrow--dir-left {
  right: -0.375rem;
  transform: translateY(-50%) rotate(135deg);
}
.szh-menu__arrow--dir-right {
  left: -0.375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.szh-menu__arrow--dir-top {
  bottom: -0.375rem;
  transform: translateX(-50%) rotate(-135deg);
}
.szh-menu__arrow--dir-bottom {
  top: -0.375rem;
  transform: translateX(-50%) rotate(45deg);
}
.szh-menu__item {
  cursor: pointer;
}
.szh-menu__item:focus {
  outline: none;
}
.szh-menu__item--hover {
  background-color: #ebebeb;
}
.szh-menu__item--focusable {
  cursor: default;
  background-color: inherit;
}
.szh-menu__item--disabled {
  cursor: default;
  color: #aaa;
}
.szh-menu__group {
  box-sizing: border-box;
}
.szh-menu__radio-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.szh-menu__divider {
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgba(0, 0, 0, 0.12);
}

.szh-menu-button {
  box-sizing: border-box;
}

.szh-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.133), 0 0.6px 2px rgba(0, 0, 0, 0.1);
  min-width: 10rem;
  padding: 0.5rem 0;
}
.szh-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.375rem 1.5rem;
}
.szh-menu-container--itemTransition .szh-menu__item {
  transition-property: background-color, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.szh-menu__item--type-radio {
  padding-left: 2.2rem;
}
.szh-menu__item--type-radio::before {
  content: "○";
  position: absolute;
  left: 0.8rem;
  top: 0.55rem;
  font-size: 0.8rem;
}
.szh-menu__item--type-radio.szh-menu__item--checked::before {
  content: "●";
}
.szh-menu__item--type-checkbox {
  padding-left: 2.2rem;
}
.szh-menu__item--type-checkbox::before {
  position: absolute;
  left: 0.8rem;
}
.szh-menu__item--type-checkbox.szh-menu__item--checked::before {
  content: "✔";
}
.szh-menu__submenu > .szh-menu__item {
  padding-right: 2.5rem;
}
.szh-menu__submenu > .szh-menu__item::after {
  content: "❯";
  position: absolute;
  right: 1rem;
}
.szh-menu__header {
  color: #888;
  font-size: 0.8rem;
  padding: 0.2rem 1.5rem;
  text-transform: uppercase;
}
@keyframes szh-menu-show-zoom {
  from {
    opacity: 0.1;
    transform: scale(0.95);
  }
}
@keyframes szh-menu-hide-zoom {
  to {
    opacity: 0.1;
    transform: scale(0.95);
  }
}
.szh-menu--state-opening {
  animation: szh-menu-show-zoom 0.125s ease-out;
}

.szh-menu--state-closing {
  animation: szh-menu-hide-zoom 0.125s ease-in forwards;
}

.szh-menu--dir-left.szh-menu--align-start {
  transform-origin: right top;
}

.szh-menu--dir-left.szh-menu--align-center {
  transform-origin: right center;
}

.szh-menu--dir-left.szh-menu--align-end {
  transform-origin: right bottom;
}

.szh-menu--dir-right.szh-menu--align-start {
  transform-origin: left top;
}

.szh-menu--dir-right.szh-menu--align-center {
  transform-origin: left center;
}

.szh-menu--dir-right.szh-menu--align-end {
  transform-origin: left bottom;
}

.szh-menu--dir-top.szh-menu--align-start {
  transform-origin: left bottom;
}

.szh-menu--dir-top.szh-menu--align-center {
  transform-origin: center bottom;
}

.szh-menu--dir-top.szh-menu--align-end {
  transform-origin: right bottom;
}

.szh-menu--dir-bottom.szh-menu--align-start {
  transform-origin: left top;
}

.szh-menu--dir-bottom.szh-menu--align-center {
  transform-origin: center top;
}

.szh-menu--dir-bottom.szh-menu--align-end {
  transform-origin: right top;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  img,
  video {
    max-width: none;
    height: auto;
  }
.container{
  width: 100%;
}
@media (min-width: 0px){
  .container{
    max-width: 0px;
  }
}
@media (min-width: 450px){
  .container{
    max-width: 450px;
  }
}
@media (min-width: 900px){
  .container{
    max-width: 900px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
#menuappui .visible{
  visibility: visible;
}
#menuappui .static{
  position: static;
}
#menuappui .absolute{
  position: absolute;
}
#menuappui .relative{
  position: relative;
}
#menuappui .inset-y-0{
  top: 0px;
  bottom: 0px;
}
#menuappui .right-0{
  right: 0px;
}
#menuappui .top-0{
  top: 0px;
}
#menuappui .z-10{
  z-index: 10;
}
#menuappui .\!my-\[8px\]{
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#menuappui .mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
#menuappui .mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
#menuappui .mx-\[6px\]{
  margin-left: 6px;
  margin-right: 6px;
}
#menuappui .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
#menuappui .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#menuappui .\!ml-0{
  margin-left: 0px !important;
}
#menuappui .mb-2{
  margin-bottom: 0.5rem;
}
#menuappui .mb-4{
  margin-bottom: 1rem;
}
#menuappui .mb-6{
  margin-bottom: 1.5rem;
}
#menuappui .ml-0\.5{
  margin-left: 0.125rem;
}
#menuappui .mt-4{
  margin-top: 1rem;
}
#menuappui .mt-6{
  margin-top: 1.5rem;
}
#menuappui .block{
  display: block;
}
#menuappui .\!flex{
  display: flex !important;
}
#menuappui .flex{
  display: flex;
}
#menuappui .hidden{
  display: none;
}
#menuappui .h-3{
  height: 0.75rem;
}
#menuappui .h-\[90vh\]{
  height: 90vh;
}
#menuappui .h-\[inherit\]{
  height: inherit;
}
#menuappui .h-full{
  height: 100%;
}
#menuappui .h-screen{
  height: 100vh;
}
#menuappui .max-h-\[65vh\]{
  max-height: 65vh;
}
#menuappui .min-h-\[65vh\]{
  min-height: 65vh;
}
#menuappui .min-h-screen{
  min-height: 100vh;
}
#menuappui .w-3{
  width: 0.75rem;
}
#menuappui .w-4{
  width: 1rem;
}
#menuappui .w-\[0px\]{
  width: 0px;
}
#menuappui .w-full{
  width: 100%;
}
#menuappui .min-w-0{
  min-width: 0px;
}
#menuappui .min-w-full{
  min-width: 100%;
}
#menuappui .max-w-\[120px\]{
  max-width: 120px;
}
#menuappui .max-w-\[80px\]{
  max-width: 80px;
}
#menuappui .max-w-md{
  max-width: 28rem;
}
#menuappui .flex-1{
  flex: 1 1 0%;
}
#menuappui .flex-shrink-0{
  flex-shrink: 0;
}
#menuappui .shrink{
  flex-shrink: 1;
}
#menuappui .transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#menuappui .cursor-ew-resize{
  cursor: ew-resize;
}
#menuappui .cursor-pointer{
  cursor: pointer;
}
#menuappui .resize{
  resize: both;
}
#menuappui .flex-row{
  flex-direction: row;
}
#menuappui .flex-col{
  flex-direction: column;
}
#menuappui .flex-wrap{
  flex-wrap: wrap;
}
#menuappui .items-center{
  align-items: center;
}
#menuappui .justify-center{
  justify-content: center;
}
#menuappui .justify-between{
  justify-content: space-between;
}
#menuappui .\!gap-1{
  gap: 0.25rem !important;
}
#menuappui .gap-1{
  gap: 0.25rem;
}
#menuappui .gap-4{
  gap: 1rem;
}
#menuappui .gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
#menuappui .gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
#menuappui .gap-y-2{
  row-gap: 0.5rem;
}
#menuappui .overflow-auto{
  overflow: auto;
}
#menuappui .overflow-hidden{
  overflow: hidden;
}
#menuappui .overflow-y-auto{
  overflow-y: auto;
}
#menuappui .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#menuappui .whitespace-nowrap{
  white-space: nowrap;
}
#menuappui .rounded{
  border-radius: 0.25rem;
}
#menuappui .rounded-2xl{
  border-radius: 1rem;
}
#menuappui .rounded-\[3px\]{
  border-radius: 3px;
}
#menuappui .rounded-lg{
  border-radius: 0.5rem;
}
#menuappui .rounded-r-\[50px\]{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#menuappui .border{
  border-width: 1px;
}
#menuappui .border-0{
  border-width: 0px;
}
#menuappui .border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
#menuappui .bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
#menuappui .bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#menuappui .bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
#menuappui .bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
#menuappui .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#menuappui .p-0{
  padding: 0px;
}
#menuappui .p-1{
  padding: 0.25rem;
}
#menuappui .p-4{
  padding: 1rem;
}
#menuappui .p-8{
  padding: 2rem;
}
#menuappui .p-\[0\.2em\]{
  padding: 0.2em;
}
#menuappui .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
#menuappui .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#menuappui .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
#menuappui .px-\[20\%\]{
  padding-left: 20%;
  padding-right: 20%;
}
#menuappui .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#menuappui .\!pb-2{
  padding-bottom: 0.5rem !important;
}
#menuappui .text-center{
  text-align: center;
}
#menuappui .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
#menuappui .text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
#menuappui .text-\[10px\]{
  font-size: 10px;
}
#menuappui .text-\[14px\]{
  font-size: 14px;
}
#menuappui .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#menuappui .\!font-bold{
  font-weight: 700 !important;
}
#menuappui .font-bold{
  font-weight: 700;
}
#menuappui .font-normal{
  font-weight: 400;
}
#menuappui .uppercase{
  text-transform: uppercase;
}
#menuappui .capitalize{
  text-transform: capitalize;
}
#menuappui .\!text-\[\#000000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
#menuappui .\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
#menuappui .text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#menuappui .text-\[\#140a9a\]{
  --tw-text-opacity: 1;
  color: rgb(20 10 154 / var(--tw-text-opacity, 1));
}
#menuappui .text-\[\#8F969A\]{
  --tw-text-opacity: 1;
  color: rgb(143 150 154 / var(--tw-text-opacity, 1));
}
#menuappui .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#menuappui .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#menuappui .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
#menuappui .text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
#menuappui .text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
#menuappui .text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
#menuappui .underline{
  text-decoration-line: underline;
}
#menuappui .overline{
  text-decoration-line: overline;
}
#menuappui .shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menuappui .shadow-custom{
  --tw-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menuappui .shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menuappui .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#menuappui .drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#menuappui .filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#menuappui .transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menuappui .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menuappui .transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#menuappui .duration-200{
  transition-duration: 200ms;
}
#menuappui .duration-500{
  transition-duration: 500ms;
}
#menuappui .ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:root {
  --text-color-title: #3366cc;
  --text-color-hint: #707070;
  --text-color-heading: #140a9a;
  --text-color-link: #140a9a;

  --button-secondry-color: #253fc8;
  --button-tertiary-color: #e2f2ff;
  --button-neutral-color: #8f969a;

  --table-primary-color: #3366cc;
  --primary-header-color: #f2f3f7;
}

/* Scrollable box loader */
.loading-scroll-spinner {
  position: fixed; /* positioned relative to parent container */
  top: var(--box-top);
  left: var(--box-left);
  width: var(--box-width);
  height: var(--box-height);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; /* smooth fade */
}

.loading-scroll-spinner.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Full-screen loader overlay (e.g. userType 15 waiting for summary) - no flicker behind */
.loading-complete-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Box-specific loader */
.loading-spinner {
  position: absolute;
  inset: 0; /* replaces top:0; left:0; right:0; bottom:0 */
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius: 0.5rem;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body {
  margin: 0;
  font-family: 'Noto Sans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.MuiDataGrid-menuList li:nth-child(1),
.MuiDataGrid-menuList li:nth-child(2),
.MuiDataGrid-menuList hr {
  display: none !important;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #d2d2d2 !important;
  border-radius: 0.25rem;
}

legend {
  font-size: 18px;
  font-weight: 700;
  color: #140a9a;
}

.mp_textField .MuiOutlinedInput-input {
  font-size: 14px;
  padding: 8px;
  color: #000; /* Ensures input text remains visible */
}

/* Placeholder color */
.mp_textField .MuiOutlinedInput-input::-moz-placeholder {
  color: #707070 !important;
  opacity: 1; /* Ensures proper visibility in some browsers */
}
.mp_textField .MuiOutlinedInput-input::placeholder {
  color: #707070 !important;
  opacity: 1; /* Ensures proper visibility in some browsers */
}

/* Disabled state */
.mp_textField .MuiOutlinedInput-root.Mui-disabled,
.mp_textField .MuiOutlinedInput-input.Mui-disabled {
  background-color: #e4e6e6 !important;
  cursor: not-allowed !important;
  color: #707070 !important; /* Ensures text in disabled fields remains visible */
}

/* Optional: Ensuring border color consistency for disabled input */
.mp_textField .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
  border-color: #d1d1d1 !important;
}
@media (max-width: 450px) {
  /* Tailwind 'xs' breakpoint */
  .mp_textField .MuiOutlinedInput-input {
    font-size: 12px; /* Apply 12px on small screens */
  }
}
.mp_textField .MuiOutlinedInput-input:disabled {
  cursor: not-allowed;
}
.mp-formlabel {
  text-align: start;
  padding: 8px;
  font-weight: bold !important;
  color: black !important;
}
@media (max-width: 450px) {
  /* Tailwind 'xs' breakpoint */
  .mp-formlabel {
    font-size: 14px !important; /* Apply 12px on small screens */
  }
}

.animationBody {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #140a9a;
  padding-block: 1em;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 50px;
}

.animationText {
  display: inline-block;
  white-space: nowrap;
  font-size: 24px;
  width: 100%;
  font-weight: bold;
  color: #fff;
  animation: scrollX 10s linear infinite;
}

@keyframes scrollX {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.defaultHover .szh-menu__item--hover {
  background-color: #253fc8 !important;
  color: #ffffff !important;
}

.primaryHover .szh-menu__item--hover {
  background-color: #97d797 !important;
  color: #000 !important;
}

.not-allowed {
  color: #ccc !important;
  cursor: not-allowed !important;
}

.defaultHover:hover {
  background-color: #253fc8 !important;
}

.defaultHover:focus {
  background-color: #253fc8 !important;
}

.primaryHover:hover {
  background-color: #97d797 !important;
}

.defaultHover:hover > span {
  color: #ffffff !important;
  background-color: #253fc8 !important;
}

.primaryHover:hover > span {
  color: #000 !important;
}

.defaultHover:hover > a {
  color: #ffffff !important;
  background-color: #253fc8 !important;
}

.primaryHover:hover > a {
  color: #000 !important;
  background-color: #97d797 !important;
}

.hover-menu {
  text-transform: none;
  position: relative;
}

.hover-menu-default > button {
  color: #ffffff !important;
}

.hover-menu-primary > button {
  color: #000000 !important;
}

.hover-menu::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px !important;
  bottom: 0 !important;
  left: 0;
  background-color: #ffc82f;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.hover-menu:hover::after {
  transform: scaleX(1);
}

.hover-menu:hover::after,
.hover-menu:focus::after,
.hover-menu.active::after {
  transform: scaleX(1);
}
.szh-menu {
  border-radius: 0px !important;
}

.spinnerLoad {
  width: 100% !important;
}

.searchbox {
  width: 95%;
}

/* .ms-SearchBox {
  width: 320px !important;
} */

.dropdownstyles {
  margin-right: 10px !important;
}

.content-section {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.left-section {
  overflow: hidden;
}

/* Footer Styles */
.footer {
  background-color: #140a9a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 16px;
  min-height: 35px;
}

.footer-text {
  color: white;
  font-size: 12px;
  padding: 5px;
}

.footer-link {
  color: white;
  cursor: pointer;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.8;
}

/* Terms and Conditions Modal Styles */
.terms-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.terms-modal-overlay > div {
  background-color: transparent;
  border-radius: 8px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
  width: 100%;
  height: 100%;
  overflow: auto;
}

.css-0 {
  overflow: auto !important;
}

#menuappui .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

#menuappui .hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 0px){
  #menuappui .xs\:\!text-\[14px\]{
    font-size: 14px !important;
  }
}

@media (min-width: 450px){
  #menuappui .sm\:\!my-\[10px\]{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #menuappui .sm\:mx-\[10px\]{
    margin-left: 10px;
    margin-right: 10px;
  }
  #menuappui .sm\:ml-1{
    margin-left: 0.25rem;
  }
  #menuappui .sm\:h-4{
    height: 1rem;
  }
  #menuappui .sm\:w-4{
    width: 1rem;
  }
  #menuappui .sm\:max-w-none{
    max-width: none;
  }
  #menuappui .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  #menuappui .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  #menuappui .sm\:rounded-\[4px\]{
    border-radius: 4px;
  }
  #menuappui .sm\:p-\[0\.275em\]{
    padding: 0.275em;
  }
  #menuappui .sm\:text-\[12px\]{
    font-size: 12px;
  }
}

@media (min-width: 900px){
  #menuappui .md\:\!grid{
    display: grid !important;
  }
  #menuappui .md\:\!h-\[40px\]{
    height: 40px !important;
  }
  #menuappui .md\:\!items-center{
    align-items: center !important;
  }
  #menuappui .md\:\!text-\[16px\]{
    font-size: 16px !important;
  }
}

@media (min-width: 1280px){
  #menuappui .lg\:flex-row{
    flex-direction: row;
  }
  #menuappui .lg\:\!font-\[700\]{
    font-weight: 700 !important;
  }
}
