body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background-color: rgba(23, 82, 175, 0.1);
}
*::-webkit-scrollbar-thumb {
  background-color: #a020ff;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  *::-webkit-scrollbar {
    width: 0px;
  }
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

fieldset {
  padding: 0;
  border: none;
  border: 0;
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  display: none;
}
ul {
  list-style-type: none;
}

h1:focus,
h1:focus-visible {
  outline: none;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}
.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

/** Hide Arrows From Input Number **/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.MuiDialog-root.MuiModal-root .MuiBackdrop-root {
  background-color: rgba(8, 29, 84, 0.8);
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

@media print {
  body * {
    visibility: hidden;
  }
  .print-only,
  .print-only * {
    visibility: visible;
  }
  .print-only {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen {
  .print-only {
    display: none;
  }
}
