/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }
*, ::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
#__next .visible {
  visibility: visible;
}
#__next .invisible {
  visibility: hidden;
}
#__next .collapse {
  visibility: collapse;
}
#__next .static {
  position: static;
}
#__next .fixed {
  position: fixed;
}
#__next .absolute {
  position: absolute;
}
#__next .relative {
  position: relative;
}
#__next .sticky {
  position: sticky;
}
#__next .inset-0 {
  inset: 0px;
}
#__next .bottom-0 {
  bottom: 0px;
}
#__next .bottom-4 {
  bottom: 1rem;
}
#__next .bottom-\[4\%\] {
  bottom: 4%;
}
#__next .bottom-\[5\%\] {
  bottom: 5%;
}
#__next .end-5 {
  inset-inline-end: 1.25rem;
}
#__next .left-0 {
  left: 0px;
}
#__next .left-3 {
  left: 0.75rem;
}
#__next .left-4 {
  left: 1rem;
}
#__next .right-0 {
  right: 0px;
}
#__next .right-3 {
  right: 0.75rem;
}
#__next .top-10 {
  top: 2.5rem;
}
#__next .top-3 {
  top: 0.75rem;
}
#__next .z-10 {
  z-index: 10;
}
#__next .z-\[-1\] {
  z-index: -1;
}
#__next .z-\[1\] {
  z-index: 1;
}
#__next .m-3 {
  margin: 0.75rem;
}
#__next .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#__next .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#__next .mb-2 {
  margin-bottom: 0.5rem;
}
#__next .mb-3 {
  margin-bottom: 0.75rem;
}
#__next .mb-4 {
  margin-bottom: 1rem;
}
#__next .mb-6 {
  margin-bottom: 1.5rem;
}
#__next .mb-8 {
  margin-bottom: 2rem;
}
#__next .me-2 {
  margin-inline-end: 0.5rem;
}
#__next .ml-1 {
  margin-left: 0.25rem;
}
#__next .ml-5 {
  margin-left: 1.25rem;
}
#__next .ml-auto {
  margin-left: auto;
}
#__next .mr-5 {
  margin-right: 1.25rem;
}
#__next .ms-2 {
  margin-inline-start: 0.5rem;
}
#__next .mt-0 {
  margin-top: 0px;
}
#__next .mt-1 {
  margin-top: 0.25rem;
}
#__next .mt-10 {
  margin-top: 2.5rem;
}
#__next .mt-2 {
  margin-top: 0.5rem;
}
#__next .mt-3 {
  margin-top: 0.75rem;
}
#__next .mt-4 {
  margin-top: 1rem;
}
#__next .mt-8 {
  margin-top: 2rem;
}
#__next .block {
  display: block;
}
#__next .inline-block {
  display: inline-block;
}
#__next .inline {
  display: inline;
}
#__next .flex {
  display: flex;
}
#__next .inline-flex {
  display: inline-flex;
}
#__next .table {
  display: table;
}
#__next .grid {
  display: grid;
}
#__next .hidden {
  display: none;
}
#__next .h-10 {
  height: 2.5rem;
}
#__next .h-24 {
  height: 6rem;
}
#__next .h-4 {
  height: 1rem;
}
#__next .h-5 {
  height: 1.25rem;
}
#__next .h-8 {
  height: 2rem;
}
#__next .h-\[297mm\] {
  height: 297mm;
}
#__next .h-\[calc\(100vh-275px\)\] {
  height: calc(100vh - 275px);
}
#__next .h-full {
  height: 100%;
}
#__next .max-h-\[90vh\] {
  max-height: 90vh;
}
#__next .w-10 {
  width: 2.5rem;
}
#__next .w-4 {
  width: 1rem;
}
#__next .w-\[210mm\] {
  width: 210mm;
}
#__next .w-\[70px\] {
  width: 70px;
}
#__next .w-full {
  width: 100%;
}
#__next .w-px {
  width: 1px;
}
#__next .min-w-0 {
  min-width: 0px;
}
#__next .min-w-\[400px\] {
  min-width: 400px;
}
#__next .max-w-\[210mm\] {
  max-width: 210mm;
}
#__next .flex-1 {
  flex: 1 1 0%;
}
#__next .flex-auto {
  flex: 1 1 auto;
}
#__next .flex-shrink {
  flex-shrink: 1;
}
#__next .flex-shrink-0 {
  flex-shrink: 0;
}
#__next .shrink {
  flex-shrink: 1;
}
#__next .flex-grow {
  flex-grow: 1;
}
#__next .grow {
  flex-grow: 1;
}
#__next .basis-full {
  flex-basis: 100%;
}
#__next .border-collapse {
  border-collapse: collapse;
}
#__next .-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
#__next .rotate-90 {
  --tw-rotate: 90deg;
  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));
}
#__next .scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}
#__next .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));
}
#__next .cursor-pointer {
  cursor: pointer;
}
#__next .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#__next .resize {
  resize: both;
}
#__next .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
#__next .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#__next .flex-row {
  flex-direction: row;
}
#__next .flex-col {
  flex-direction: column;
}
#__next .flex-wrap {
  flex-wrap: wrap;
}
#__next .items-start {
  align-items: flex-start;
}
#__next .items-end {
  align-items: flex-end;
}
#__next .items-center {
  align-items: center;
}
#__next .justify-start {
  justify-content: flex-start;
}
#__next .justify-end {
  justify-content: flex-end;
}
#__next .justify-center {
  justify-content: center;
}
#__next .justify-between {
  justify-content: space-between;
}
#__next .gap-0\.5 {
  gap: 0.125rem;
}
#__next .gap-1 {
  gap: 0.25rem;
}
#__next .gap-1\.5 {
  gap: 0.375rem;
}
#__next .gap-10 {
  gap: 2.5rem;
}
#__next .gap-2 {
  gap: 0.5rem;
}
#__next .gap-2\.5 {
  gap: 0.625rem;
}
#__next .gap-3 {
  gap: 0.75rem;
}
#__next .gap-4 {
  gap: 1rem;
}
#__next .gap-5 {
  gap: 1.25rem;
}
#__next .gap-6 {
  gap: 1.5rem;
}
#__next .gap-\[7px\] {
  gap: 7px;
}
#__next .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
#__next .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
#__next .gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#__next .gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
#__next .gap-y-1 {
  row-gap: 0.25rem;
}
#__next .gap-y-2 {
  row-gap: 0.5rem;
}
#__next .gap-y-3 {
  row-gap: 0.75rem;
}
#__next .gap-y-8 {
  row-gap: 2rem;
}
#__next :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#__next :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
#__next :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
#__next :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#__next .self-start {
  align-self: flex-start;
}
#__next .overflow-auto {
  overflow: auto;
}
#__next .overflow-hidden {
  overflow: hidden;
}
#__next .overflow-x-auto {
  overflow-x: auto;
}
#__next .overflow-y-auto {
  overflow-y: auto;
}
#__next .overflow-x-hidden {
  overflow-x: hidden;
}
#__next .overflow-ellipsis {
  text-overflow: ellipsis;
}
#__next .whitespace-nowrap {
  white-space: nowrap;
}
#__next .rounded {
  border-radius: 0.625rem;
}
#__next .rounded-full {
  border-radius: 9999px;
}
#__next .rounded-md {
  border-radius: var(--mui-shape-customBorderRadius-md);
}
#__next .rounded-sm {
  border-radius: var(--mui-shape-customBorderRadius-sm);
}
#__next .border {
  border-width: 1px;
}
#__next .border-\[5px\] {
  border-width: 5px;
}
#__next .border-t {
  border-top-width: 1px;
}
#__next .border-dashed {
  border-style: dashed;
}
#__next .border-backgroundPaper {
  border-color: var(--mui-palette-background-paper);
}
#__next .border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
#__next .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
#__next .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
#__next .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
#__next .bg-actionHover {
  background-color: var(--mui-palette-action-hover);
}
#__next .bg-actionSelected {
  background-color: var(--mui-palette-action-selected);
}
#__next .bg-backgroundPaper {
  background-color: var(--mui-palette-background-paper);
}
#__next .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#__next .bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
#__next .bg-cardDark {
  --tw-bg-opacity: 1;
  background-color: rgb(49 51 78 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
#__next .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
#__next .bg-textDisabled {
  background-color: var(--mui-palette-text-disabled);
}
#__next .bg-textPrimary {
  background-color: var(--mui-palette-text-primary);
}
#__next .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#__next .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
#__next .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
#__next .p-0 {
  padding: 0px;
}
#__next .p-12 {
  padding: 3rem;
}
#__next .p-3 {
  padding: 0.75rem;
}
#__next .p-4 {
  padding: 1rem;
}
#__next .p-5 {
  padding: 1.25rem;
}
#__next .p-6 {
  padding: 1.5rem;
}
#__next .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#__next .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#__next .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#__next .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#__next .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#__next .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#__next .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#__next .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
#__next .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#__next .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#__next .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#__next .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#__next .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#__next .\!pt-0 {
  padding-top: 0px !important;
}
#__next .pb-2 {
  padding-bottom: 0.5rem;
}
#__next .pb-3 {
  padding-bottom: 0.75rem;
}
#__next .pb-4 {
  padding-bottom: 1rem;
}
#__next .pb-6 {
  padding-bottom: 1.5rem;
}
#__next .pl-4 {
  padding-left: 1rem;
}
#__next .ps-0 {
  padding-inline-start: 0px;
}
#__next .pt-4 {
  padding-top: 1rem;
}
#__next .pt-\[10px\] {
  padding-top: 10px;
}
#__next .text-center {
  text-align: center;
}
#__next .text-justify {
  text-align: justify;
}
#__next .text-end {
  text-align: end;
}
#__next .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#__next .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
#__next .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
#__next .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
#__next .text-\[1\.625rem\] {
  font-size: 1.625rem;
}
#__next .text-\[10px\] {
  font-size: 10px;
}
#__next .text-\[12px\] {
  font-size: 12px;
}
#__next .text-\[15px\] {
  font-size: 15px;
}
#__next .text-\[16px\] {
  font-size: 16px;
}
#__next .text-\[18px\] {
  font-size: 18px;
}
#__next .text-\[22px\] {
  font-size: 22px;
}
#__next .text-\[30px\] {
  font-size: 30px;
}
#__next .text-\[64px\] {
  font-size: 64px;
}
#__next .text-\[88px\] {
  font-size: 88px;
}
#__next .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#__next .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#__next .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#__next .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#__next .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#__next .font-bold {
  font-weight: 700;
}
#__next .font-medium {
  font-weight: 500;
}
#__next .font-semibold {
  font-weight: 600;
}
#__next .uppercase {
  text-transform: uppercase;
}
#__next .lowercase {
  text-transform: lowercase;
}
#__next .capitalize {
  text-transform: capitalize;
}
#__next .italic {
  font-style: italic;
}
#__next .leading-relaxed {
  line-height: 1.625;
}
#__next .tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}
#__next .tracking-wide {
  letter-spacing: 0.025em;
}
#__next .text-actionActive {
  color: var(--mui-palette-action-active);
}
#__next .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
#__next .text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
#__next .text-error {
  color: var(--mui-palette-error-main);
}
#__next .text-facebook {
  --tw-text-opacity: 1;
  color: rgb(66 103 178 / var(--tw-text-opacity, 1));
}
#__next .text-googlePlus {
  --tw-text-opacity: 1;
  color: rgb(219 68 55 / var(--tw-text-opacity, 1));
}
#__next .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
#__next .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
#__next .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
#__next .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
#__next .text-primary {
  color: var(--primary-color);
}
#__next .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
#__next .text-success {
  color: var(--mui-palette-success-main);
}
#__next .text-textDisabled {
  color: var(--mui-palette-text-disabled);
}
#__next .text-textPrimary {
  color: var(--mui-palette-text-primary);
}
#__next .text-textSecondary {
  color: var(--mui-palette-text-secondary);
}
#__next .text-twitter {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}
#__next .text-warning {
  color: var(--mui-palette-warning-main);
}
#__next .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#__next .underline {
  text-decoration-line: underline;
}
#__next .overline {
  text-decoration-line: overline;
}
#__next .no-underline {
  text-decoration-line: none;
}
#__next .opacity-50 {
  opacity: 0.5;
}
#__next .shadow-lg {
  --tw-shadow: var(--mui-customShadows-lg);
  --tw-shadow-colored: var(--mui-customShadows-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-md {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .outline {
  outline-style: solid;
}
#__next .blur {
  --tw-blur: blur(8px);
  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);
}
#__next .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);
}
#__next .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);
}
#__next .backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#__next .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;
}
#__next .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;
}
#__next .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#__next .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#__next .text-end {
  text-align: end;
}
#__next .bs-10 {
  block-size: 2.5rem;
}
#__next .bs-6 {
  block-size: 1.5rem;
}
#__next .bs-\[105px\] {
  block-size: 105px;
}
#__next .bs-\[250px\] {
  block-size: 250px;
}
#__next .bs-\[350px\] {
  block-size: 350px;
}
#__next .bs-\[38px\] {
  block-size: 38px;
}
#__next .bs-\[400px\] {
  block-size: 400px;
}
#__next .bs-\[500px\] {
  block-size: 500px;
}
#__next .bs-\[550px\] {
  block-size: 550px;
}
#__next .bs-\[56px\] {
  block-size: 56px;
}
#__next .bs-auto {
  block-size: auto;
}
#__next .bs-full {
  block-size: 100%;
}
#__next .min-bs-8 {
  min-block-size: 2rem;
}
#__next .min-bs-\[100dvh\] {
  min-block-size: 100dvh;
}
#__next .min-bs-\[24px\] {
  min-block-size: 24px;
}
#__next .min-bs-\[38px\] {
  min-block-size: 38px;
}
#__next .min-bs-full {
  min-block-size: 100%;
}
#__next .max-bs-\[517px\] {
  max-block-size: 517px;
}
#__next .max-bs-\[550px\] {
  max-block-size: 550px;
}
#__next .max-bs-\[650px\] {
  max-block-size: 650px;
}
#__next .max-bs-\[673px\] {
  max-block-size: 673px;
}
#__next .max-bs-\[677px\] {
  max-block-size: 677px;
}
#__next .is-10 {
  inline-size: 2.5rem;
}
#__next .is-96 {
  inline-size: 24rem;
}
#__next .is-\[38px\] {
  inline-size: 38px;
}
#__next .is-\[90vw\] {
  inline-size: 90vw;
}
#__next .is-full {
  inline-size: 100%;
}
#__next .\!min-is-full {
  min-inline-size: 100% !important;
}
#__next .min-is-0 {
  min-inline-size: 0px;
}
#__next .min-is-\[160px\] {
  min-inline-size: 160px;
}
#__next .min-is-\[240px\] {
  min-inline-size: 240px;
}
#__next .max-is-\[400px\] {
  max-inline-size: 400px;
}
#__next .max-is-full {
  max-inline-size: 100%;
}
#__next .-mli-4 {
  margin-inline: -1rem;
}
#__next .mlb-1 {
  margin-block: 0.25rem;
}
#__next .mlb-2 {
  margin-block: 0.5rem;
}
#__next .mli-1 {
  margin-inline: 0.25rem;
}
#__next .mli-\[-5px\] {
  margin-inline: -5px;
}
#__next .\!mbs-4 {
  margin-block-start: 1rem !important;
}
#__next .mbe-1 {
  margin-block-end: 0.25rem;
}
#__next .mbe-11 {
  margin-block-end: 2.75rem;
}
#__next .mbe-2 {
  margin-block-end: 0.5rem;
}
#__next .mbe-2\.5 {
  margin-block-end: 0.625rem;
}
#__next .mbe-3 {
  margin-block-end: 0.75rem;
}
#__next .mbe-4 {
  margin-block-end: 1rem;
}
#__next .mbe-6 {
  margin-block-end: 1.5rem;
}
#__next .mbe-\[18px\] {
  margin-block-end: 18px;
}
#__next .mbs-1 {
  margin-block-start: 0.25rem;
}
#__next .mbs-1\.5 {
  margin-block-start: 0.375rem;
}
#__next .mbs-11 {
  margin-block-start: 2.75rem;
}
#__next .mbs-4 {
  margin-block-start: 1rem;
}
#__next .mbs-\[-30px\] {
  margin-block-start: -30px;
}
#__next .mie-1 {
  margin-inline-end: 0.25rem;
}
#__next .mie-2 {
  margin-inline-end: 0.5rem;
}
#__next .mie-4 {
  margin-inline-end: 1rem;
}
#__next .mis-2 {
  margin-inline-start: 0.5rem;
}
#__next .plb-0\.5 {
  padding-block: 0.125rem;
}
#__next .plb-1 {
  padding-block: 0.25rem;
}
#__next .plb-1\.5 {
  padding-block: 0.375rem;
}
#__next .plb-14 {
  padding-block: 3.5rem;
}
#__next .plb-2 {
  padding-block: 0.5rem;
}
#__next .plb-3 {
  padding-block: 0.75rem;
}
#__next .plb-4 {
  padding-block: 1rem;
}
#__next .plb-5 {
  padding-block: 1.25rem;
}
#__next .pli-16 {
  padding-inline: 4rem;
}
#__next .pli-4 {
  padding-inline: 1rem;
}
#__next .pli-5 {
  padding-inline: 1.25rem;
}
#__next .pli-6 {
  padding-inline: 1.5rem;
}
#__next .pli-8 {
  padding-inline: 2rem;
}
#__next .pbe-2 {
  padding-block-end: 0.5rem;
}
#__next .pbs-0 {
  padding-block-start: 0px;
}
#__next .pbs-2 {
  padding-block-start: 0.5rem;
}
#__next .pbs-5 {
  padding-block-start: 1.25rem;
}
#__next .block-start-5 {
  inset-block-start: 1.25rem;
}
#__next .inline-start-6 {
  inset-inline-start: 1.5rem;
}
#__next .border-be {
  border-block-end-width: 1px;
}
#__next .border-be-0 {
  border-block-end-width: 0px;
}
#__next .border-bs {
  border-block-start-width: 1px;
}
#__next .border-ie {
  border-inline-end-width: 1px;
}
#__next .rounded-bs-xl {
  border-start-start-radius: var(--mui-shape-customBorderRadius-xl);
  border-start-end-radius: var(--mui-shape-customBorderRadius-xl);
}

:root {
  --border-radius: var(--mui-shape-borderRadius);
  --border-color: var(--mui-palette-divider);
  --primary-color: var(--mui-palette-primary-main);
  --background-color: var(--mui-palette-background-default);
  --background-color-rgb: var(--mui-palette-background-paperChannel);
  --header-height: 64px;
  --header-z-index: var(--mui-zIndex-appBar);
  --footer-z-index: 10;
  --customizer-z-index: var(--mui-zIndex-drawer);
  --search-z-index: var(--mui-zIndex-tooltip);
  --drawer-z-index: var(--mui-zIndex-drawer);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-lightShadow);
}

[data-dark] {
  --backdrop-color: rgb(16 17 33 / 0.6);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-darkShadow);
}

*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, currentColor);
}

html {
  display: flex;
  inline-size: 100%;
  min-block-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul:not([class]) {
  margin-block: 1rem;
  padding-inline-start: 40px;
}

/*! Do not remove the following styles */
/*
  Fix the popout / submenu closing issue when using hover trigger to open the menu and using
  perfectscrollbar where the bridge create with safe polygon by floating ui was not working
*/
[data-floating-ui-safe-polygon] .scrollbar-container {
  pointer-events: auto;
}
[data-floating-ui-safe-polygon] .scrollbar-container .ps__rail-y {
  pointer-events: none;
}

.ps__rail-y {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y {
    inset-inline-end: 3px !important;
    inset-inline-start: auto !important;
    background-color: var(--mui-palette-divider);
    inline-size: 6px;
  }

:is(.ps__rail-y .ps__thumb-y):hover,:is(.ps__rail-y .ps__thumb-y):focus,.ps--clicking:is(.ps__rail-y .ps__thumb-y) {
      background-color: var(--mui-palette-action-disabled) !important;
    }

.ps__rail-y:hover,.ps__rail-y:focus,.ps__rail-y.ps--clicking {
    background-color: var(--mui-palette-action-hover) !important;
  }

:is(.ps__rail-y:hover,.ps__rail-y:focus,.ps__rail-y.ps--clicking) .ps__thumb-y {
      background-color: var(--mui-palette-action-disabled) !important;
    }

.ts-vertical-nav-root .ps__thumb-y {
    inline-size: 4px;
  }

:is(.ts-vertical-nav-root .ps__thumb-y):hover,:is(.ts-vertical-nav-root .ps__thumb-y):focus,.ps--clicking:is(.ts-vertical-nav-root .ps__thumb-y) {
      inline-size: 6px;
    }

.ts-vertical-nav-root .ps__rail-y {
    inline-size: 10px;
  }

:is(.ts-vertical-nav-root .ps__rail-y):hover,:is(.ts-vertical-nav-root .ps__rail-y):focus,.ps--clicking:is(.ts-vertical-nav-root .ps__rail-y) {
      background-color: transparent !important;
    }

:is(:is(.ts-vertical-nav-root .ps__rail-y):hover,:is(.ts-vertical-nav-root .ps__rail-y):focus,.ps--clicking:is(.ts-vertical-nav-root .ps__rail-y)) .ps__thumb-y {
        inline-size: 6px;
      }

:where([class^='ri-']) {
  font-size: 1.5rem;
}

/* Fix width issue for the input-otp component */
input[autocomplete='one-time-code'][data-input-otp='true'] {
  inline-size: 100% !important;
}

code {
  font-family: inherit;
  padding-block: 2px;
  padding-inline: 4px;
  border-radius: 4px;
  font-size: 90%;
  color: var(--mui-palette-info-main);
  background-color: rgb(var(--mui-palette-info-mainChannel) / 0.08);
  border: 0;
}

.thin-scrollbar {
  overflow-y: auto;
}

.thin-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 5px;
}

.thin-scrollbar::-webkit-scrollbar-track {
  /* background: #f0f0f0; */
}

.thin-scrollbar::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 4px;
}
/* table row */
.small-cell .mui-1tfc8ap {
  font-size: 12px !important;
}

.small-cell .mui-2j7gtv-MuiTypography-root {
  font-size: 12px !important;
}
.rmdp-container {
  width: 100%;
}

/* LeadsTable.css */
.table-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 232px);
  min-height: 350px;
}

.table-scroll-container {
  overflow-y: auto;
  flex: 1;
}

.fixed-pagination {
  position: sticky;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(224, 224, 224, 1);
}

.dashboard-table-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 400px);
  min-height: 430px;
}

/* Global override for dark mode */
html[data-dark] {
  /* Typography text */
  --text-color: rgb(255, 255, 255);
}

/* Typography */
html[data-dark] .MuiTypography-root {
  color: rgb(255 255 255 / 90%) !important;
}

/* Input text */
html[data-dark] .MuiInputBase-input {
  color: rgb(255 255 255 / 90%) !important;
}

/* Label text */
html[data-dark] .MuiInputLabel-root {
  color: rgb(255 255 255 / 90%) !important;
}

/* Placeholder */
html[data-dark] .MuiInputBase-input::-moz-placeholder {
  color: rgb(255 255 255 / 70%) !important;
  opacity: 1;
}
html[data-dark] .MuiInputBase-input::placeholder {
  color: rgb(255 255 255 / 70%) !important;
  opacity: 1;
}

/* Disabled input overrides */
html[data-dark] .Mui-disabled {
  -webkit-text-fill-color: rgb(255 255 255 / 90%) !important;
  opacity: 1;
  font-size: 13px;
}

.MuiTypography-root {
  color: rgb(var(--mui-mainColorChannels-light) / 0.9) !important;
}
.MuiInputBase-input {
  color: rgb(var(--mui-mainColorChannels-light) / 0.9) !important;
}
.MuiInputBase-input::-moz-placeholder {
  color: rgb(var(--mui-mainColorChannels-light) / 0.7) !important;
  opacity: 1;
}
.MuiInputBase-input::placeholder {
  color: rgb(var(--mui-mainColorChannels-light) / 0.7) !important;
  opacity: 1;
}
.MuiInputLabel-root {
  color: rgb(var(--mui-mainColorChannels-light) / 0.9) !important;
}
.MuiInputBase-input.Mui-disabled {
  -webkit-text-fill-color: rgb(var(--mui-mainColorChannels-light) / 0.9) !important;
  opacity: 1;
  font-size: 13px !important;
}
/* .mui-1uujlkq-MuiFormLabel-root-MuiInputLabel-root.MuiInputLabel-outlined:not(.MuiInputLabel-shrink) {
  font-size: 13px !important;
  font-weight: 600 !important;
} */
.Mui-disabled {
  font-size: 13px !important;
  -webkit-text-fill-color: rgb(var(--mui-mainColorChannels-light) / 0.9) !important;
  opacity: 1;
}
.country-code .mui-1jym8hr-MuiInputBase-root-MuiOutlinedInput-root:has(.MuiInputAdornment-positionStart) {
    padding: 0px;
  }
.country-code .mui-go1de9-MuiAutocomplete-root {
    padding: 0px;
  }
.country-code .mui-54o6rj-MuiAutocomplete-root {
    width: 90px !important;
  }
.country-code .mui-wxxcdn-MuiInputAdornment-root {
    margin: 0px !important;
  }
#__next .odd\:border-ie:nth-child(odd) {
  border-inline-end-width: 1px;
}
#__next .hover\:bg-actionHover:hover {
  background-color: var(--mui-palette-action-hover);
}
#__next .hover\:text-error:hover {
  color: var(--mui-palette-error-main);
}
#__next .hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
#__next .hover\:text-primary:hover {
  color: var(--primary-color);
}
#__next .hover\:underline:hover {
  text-decoration-line: underline;
}
#__next .focus-visible\:text-primary:focus-visible {
  color: var(--primary-color);
}
#__next .focus-visible\:outline-0:focus-visible {
  outline-width: 0px;
}
#__next :is(.group:hover .group-hover\:visible) {
  visibility: visible;
}
@media not all and (min-width: 1200px) {
  #__next .max-lg\:mbs-40 {
    margin-block-start: 10rem;
  }
}
@media not all and (min-width: 900px) {
  #__next .max-md\:hidden {
    display: none;
  }
}
@media not all and (min-width: 600px) {
  #__next .max-sm\:gap-0\.5 {
    gap: 0.125rem;
  }
  #__next .max-sm\:gap-3 {
    gap: 0.75rem;
  }
}
@media (max-width: 400px) {
  #__next .max-\[400px\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 600px) {
  #__next .sm\:ml-auto {
    margin-left: auto;
  }
  #__next .sm\:mt-0 {
    margin-top: 0px;
  }
  #__next .sm\:w-auto {
    width: auto;
  }
  #__next .sm\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
    flex-basis: calc((100% - 3rem) / 2);
  }
  #__next .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #__next .sm\:flex-row {
    flex-direction: row;
  }
  #__next .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  #__next .sm\:items-start {
    align-items: flex-start;
  }
  #__next .sm\:items-end {
    align-items: flex-end;
  }
  #__next .sm\:items-center {
    align-items: center;
  }
  #__next .sm\:justify-normal {
    justify-content: normal;
  }
  #__next .sm\:justify-end {
    justify-content: flex-end;
  }
  #__next .sm\:justify-between {
    justify-content: space-between;
  }
  #__next .sm\:gap-0 {
    gap: 0px;
  }
  #__next .sm\:gap-2 {
    gap: 0.5rem;
  }
  #__next .sm\:\!p-12 {
    padding: 3rem !important;
  }
  #__next .sm\:is-\[460px\] {
    inline-size: 460px;
  }
  #__next .sm\:is-\[unset\] {
    inline-size: unset;
  }
  #__next .sm\:is-auto {
    inline-size: auto;
  }
  #__next .sm\:max-is-\[400px\] {
    max-inline-size: 400px;
  }
  #__next .sm\:mbs-14 {
    margin-block-start: 3.5rem;
  }
  #__next .sm\:pli-10 {
    padding-inline: 2.5rem;
  }
  #__next .sm\:pli-16 {
    padding-inline: 4rem;
  }
  #__next .sm\:pbe-16 {
    padding-block-end: 4rem;
  }
  #__next .sm\:pbe-4 {
    padding-block-end: 1rem;
  }
  #__next .sm\:pbe-6 {
    padding-block-end: 1.5rem;
  }
  #__next .sm\:pbs-16 {
    padding-block-start: 4rem;
  }
  #__next .sm\:block-start-\[38px\] {
    inset-block-start: 38px;
  }
  #__next .sm\:inline-start-\[38px\] {
    inset-inline-start: 38px;
  }
}
@media (min-width: 900px) {
  #__next .md\:w-auto {
    width: auto;
  }
  #__next .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #__next .md\:flex-row {
    flex-direction: row;
  }
  #__next .md\:items-end {
    align-items: flex-end;
  }
  #__next .md\:justify-start {
    justify-content: flex-start;
  }
  #__next .md\:gap-4 {
    gap: 1rem;
  }
  #__next .md\:p-12 {
    padding: 3rem;
  }
  #__next .md\:bs-\[450px\] {
    block-size: 450px;
  }
  #__next .md\:is-\[480px\] {
    inline-size: 480px;
  }
  #__next .md\:is-full {
    inline-size: 100%;
  }
  #__next .md\:\!min-is-\[unset\] {
    min-inline-size: unset !important;
  }
  #__next .md\:max-is-\[unset\] {
    max-inline-size: unset;
  }
  #__next .md\:mbs-0 {
    margin-block-start: 0px;
  }
}
@media (min-width: 1200px) {
  #__next .lg\:bs-\[500px\] {
    block-size: 500px;
  }
  #__next .lg\:mbe-24 {
    margin-block-end: 6rem;
  }
}
@media (prefers-color-scheme: dark) {
  #__next .dark\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }
  #__next .dark\:bg-transparent {
    background-color: transparent;
  }
  #__next .dark\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }
}
#__next :is(.\[\&\:first-of-type\>\*\]\:rounded-be-none:first-of-type>*) {
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
}
#__next :is(.\[\&\:last-of-type\>\*\]\:rounded-bs-none:last-of-type>*) {
  border-start-start-radius: 0px;
  border-start-end-radius: 0px;
}
#__next .\[\&\:not\(\:last-of-type\)\:not\(\:nth-last-of-type\(2\)\)\]\:border-be:not(:last-of-type):not(:nth-last-of-type(2)) {
  border-block-end-width: 1px;
}
#__next :is(.\[\&\:nth-of-type\(2\)\>\*\]\:rounded-none:nth-of-type(2)>*) {
  border-radius: 0px;
}

