/*
! tailwindcss v3.4.4 | 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: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-\[16\%\] {
  left: 16%;
}

.left-\[25\%\] {
  left: 25%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-24 {
  top: 6rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[25\%\] {
  top: 25%;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[199\] {
  z-index: 199;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-1 {
  margin: 0.25rem;
}

.m-\[1\%\] {
  margin: 1%;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[29px\] {
  margin-left: 29px;
  margin-right: 29px;
}

.mx-\[32px\] {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[17px\] {
  margin-bottom: 17px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3 {
  height: 0.75rem;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[105px\] {
  height: 105px;
}

.h-\[107px\] {
  height: 107px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[137px\] {
  height: 137px;
}

.h-\[191px\] {
  height: 191px;
}

.h-\[199px\] {
  height: 199px;
}

.h-\[216px\] {
  height: 216px;
}

.h-\[221px\] {
  height: 221px;
}

.h-\[231px\] {
  height: 231px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[35vh\] {
  height: 35vh;
}

.h-\[45vh\] {
  height: 45vh;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[50vh\] {
  height: 50vh;
}

.h-\[51px\] {
  height: 51px;
}

.h-\[55vh\] {
  height: 55vh;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[58vh\] {
  height: 58vh;
}

.h-\[59px\] {
  height: 59px;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-\[69px\] {
  height: 69px;
}

.h-\[77vh\] {
  height: 77vh;
}

.h-\[85vh\] {
  height: 85vh;
}

.h-\[88\.5vh\] {
  height: 88.5vh;
}

.h-\[89px\] {
  height: 89px;
}

.h-\[93vh\] {
  height: 93vh;
}

.h-\[980px\] {
  height: 980px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-screen {
  height: 100vh;
}

.min-h-12 {
  min-height: 3rem;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[11\%\] {
  width: 11%;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[114px\] {
  width: 114px;
}

.w-\[12\%\] {
  width: 12%;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[22\%\] {
  width: 22%;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[23\%\] {
  width: 23%;
}

.w-\[24\%\] {
  width: 24%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[26\%\] {
  width: 26%;
}

.w-\[28\%\] {
  width: 28%;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[334px\] {
  width: 334px;
}

.w-\[348px\] {
  width: 348px;
}

.w-\[360px\] {
  width: 360px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[397px\] {
  width: 397px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[445px\] {
  width: 445px;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[465px\] {
  width: 465px;
}

.w-\[480px\] {
  width: 480px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[6\%\] {
  width: 6%;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[7\%\] {
  width: 7%;
}

.w-\[8\%\] {
  width: 8%;
}

.w-\[80vw\] {
  width: 80vw;
}

.w-\[96px\] {
  width: 96px;
}

.w-\[98\%\] {
  width: 98%;
}

.w-\[98vw\] {
  width: 98vw;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-12 {
  min-width: 3rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1550px\] {
  max-width: 1550px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-left {
  transform-origin: top left;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}

.-rotate-180 {
  --tw-rotate: -180deg;
  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));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes loop-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-30%);
  }
}

.animate-loop-scroll {
  animation: loop-scroll 10s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.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)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.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));
}

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

.border-r-zinc-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 216 / var(--tw-border-opacity));
}

.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-950 {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.to-green-800 {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[3px\] {
  padding: 3px;
}

.p-\[4px\] {
  padding: 4px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[1\%\] {
  padding-left: 1%;
  padding-right: 1%;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[4\.5\%\] {
  padding-left: 4.5%;
  padding-right: 4.5%;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pe-9 {
  padding-inline-end: 2.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[8px\] {
  padding-left: 8px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[5px\] {
  padding-right: 5px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.font-\[\'Inter\'\] {
  font-family: 'Inter';
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11\.11px\] {
  font-size: 11.11px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.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);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.table {
  /* width: 100%; */
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
    .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  /* border-bottom: 2px solid #dee2e6; */
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
    .table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
    .table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
    .table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
    .table-borderless td,
    .table-borderless thead th,
    .table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
    .table-primary > th,
    .table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
    .table-secondary > th,
    .table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
    .table-success > th,
    .table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
    .table-info > th,
    .table-info > td {
  background-color: #bee5eb;
}

.table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
    .table-warning > th,
    .table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
    .table-danger > th,
    .table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
    .table-light > th,
    .table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
    .table-dark > th,
    .table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
    .table-active > th,
    .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
    .table-dark td,
    .table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert p {
  margin-bottom: 0;
}

.alert:empty {
  display: none;
}

.invalid-feedback {
  color: #a94442;
  display: block;
  margin: -1rem 0 2rem;
}

.phx-no-feedback.invalid-feedback,
.phx-no-feedback .invalid-feedback {
  display: none;
}

.phx-click-loading {
  opacity: 0.5;
  transition: opacity 1s ease-out;
}

.phx-loading {
  cursor: wait;
}

.phx-modal {
  opacity: 1 !important;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.phx-modal-content {
  background-color: #fefefe;
  margin: 15vh auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.phx-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.phx-modal-close:hover,
.phx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fade-in-scale {
  animation: 0.2s ease-in 0s normal forwards 1 fade-in-scale-keys;
}

.fade-out-scale {
  animation: 0.2s ease-out 0s normal forwards 1 fade-out-scale-keys;
}

.fade-in {
  animation: 0.2s ease-out 0s normal forwards 1 fade-in-keys;
}

.fade-out {
  animation: 0.2s ease-out 0s normal forwards 1 fade-out-keys;
}

@keyframes fade-in-scale-keys {
  0% {
    scale: 0.95;
    opacity: 0;
  }

  100% {
    scale: 1.0;
    opacity: 1;
  }
}

@keyframes fade-out-scale-keys {
  0% {
    scale: 1.0;
    opacity: 1;
  }

  100% {
    scale: 0.95;
    opacity: 0;
  }
}

@keyframes fade-in-keys {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out-keys {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.page-holding {
  display: flex;
  width: 100%;
  /* height: 100vh; */
}

.header-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 3%;
  padding-top: 0.5%;
}

.header-left {
  /* margin-top: 5em; */
  margin-left: auto;
  margin-right: auto;
}

.header-right {
  display: flex;
  /* border-bottom: 1px solid #EEEEEE; */
}

.tabs {
  display: flex;
}

.nav-main-cont {
}

ul.nav-cont {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

li.tab {
  float: left;
  height: 100%;
  width: 100%;
  text-align: center;
}

li.tab:last-child {
  border-right: none;
}

li .nav-link {
  background-color: transparent;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
  font-size: 1em;
  cursor: pointer;
}

li .nav-link:hover:not(.active) {
  background-color: #eee;
}

.active:hover {
  background-color: #eee;
}

.active {
  color: #a94442;
}

.container-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.logo {
  /* padding: 6px 60px; */
}

.login-footer-container {
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}

.footer-img-cont {
  display: flex;
  justify-content: center;
  margin-bottom: 3%;
}

.footer-text-cont {
  /* display: flex;
  justify-content: center; */
}

.login-footer-text {
  color: #9b9b9b;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: sans-serif;
}

.login-logo-img {
  width: 50px;
}

.card-cont {
}

.watch-right-container {
  /* height: 61%; */
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.right-top-container {
  /* margin-bottom: 5%; */
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
}

table,
tr,
thead,
tbody,
th,
td {
  border-collapse: collapse;
}

.table-cont {
  width: 100%;
  overflow-x: hidden;
}

.thead-header {
  border-top: 1px solid #EBEEF1;
  border-bottom: 1px solid #EBEEF1;
}

.container-left {
  display: flex;
  flex-direction: column;
  /* width: 40%; */
  /* width: 35%; */
  height: 100%;
  /* overflow: scroll;
  overflow-x: hidden; */
  /* background-color: #1A1820;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%); */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.container-left::-webkit-scrollbar {
  /* chrome and safari*/
  display: none;
}

.watchlist {
  padding: 1.1em;
  color: #FFFFFF;
  font-size: 1.4em;
  border-bottom: 1px solid rgba(59, 58, 64, 0.5);
  margin-bottom: 1%;
}

.container-right {
  /* width: 65%; */
  height: 100%;
  /* padding: 2%; */
  /* background-color: #E5E5E5; */
}

.container-right-content {
  margin-left: 2%;
  display: flex;
}

.content {
  margin-left: 5%;
  display: flex;
  justify-content: center;
}

.font-icon {
  width: 7%;
  height: 4%;
}

.instrument-info-cont {
  width: 90%;
  margin-left: 5%;
  color: rgba(255, 255, 255, 1);
  margin-top: 1.5em;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.instrument-info-cont::-webkit-scrollbar {
  width: 0.5rem;
}

.instrument-info-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.5rem;
}

.instrument-info-cont::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1rem;
}

ul.instrument-info {
  display: flex;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-direction: column;
  justify-content: space-around;
  list-style-type: none;
}

li.instrument {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  transition-property: background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  transition-delay: 0s;
  align-items: center;
  width: 100%;
  margin: 0;
}

.buy-color {
}

.sell-color {
}

.t-s-color {
  background-color: #aa22ff;
  border: 0.1rem solid #aa22ff;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 200%;
  margin-left: -60px;
  opacity: 0;
  font-size: 0.6em;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.icon-cont {
  width: 60%;
  display: none;
}

.icon-sub-cont {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.icon-sub-cont button {
  width: 12%;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

.search-add-button {
  width: 1.5rem !important;
}

.other {
}

.instrument:hover .icon-cont,
.instrument:hover .search-right {
  display: block;
}

li.instrument:hover {
  background-color: #3100BE;
}

.inst-price-cont:hover {
}

.inst-price-cont {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.search-right {
  width: 10%;
  /* display: none; */
}

.search-right-fut {
  width: 10%;
}

.search-right-eq {
  width: 10%;
}

.search-left {
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

.search-left-fut {
  display: flex;
  width: 65%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

.search-left-eq {
  display: flex;
  width: 50%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

.omnisearch {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 90%;
  margin-left: 5%;
  border-radius: 10px;
  padding: 1%;
  margin-top: 1.5em;
  background-color: rgba(255, 255, 255, 0.06);
  align-items: center;
  color: rgba(255, 255, 255, 1);
}

.icon-img {
  width: 100%;
}

.input-search-cont {
  width: 95%;
}

.input-search {
  background-color: transparent;
  border: none;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.search-img {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1%;
  padding-right: 3%;
}

.symbol-name,
.symbol-price {
  display: flex;
  /* width: 65%; */
}

.symbol-name {
  width: 24%;
  display: flex;
  justify-content: space-between;
}

.symbol-price {
  width: 21%;
}

.watchlist-left {
  display: flex;
  width: 50%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

.symbol-price {
  width: 10%;
}

.symbol-info {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 1);
}

.ltd-cont {
  display: flex;
}

.symbol-ltp {
  display: flex;
  margin-left: 5%;
  width: 20%;
}

.symbol-ltq {
  display: flex;
  margin-left: 5%;
  width: 20%;
}

.symbol-ltt {
  display: flex;
  margin-left: 5%;
  width: 35%;
}

.order-container-right-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25%;
  height: 50%;
  width: 67%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.container-right-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 25%;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.sub-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  height: 90%;
}

.modal-inside {
  height: 100%;
}

.body-container {
}

.main-qty-price-cont {
  display: flex;
  padding: 1em;
  justify-content: space-around;
}

.row {
  display: flex;
  justify-content: space-around;
  padding: 1.2em;
}

.input-label {
  font-size: 1em;
  color: #6C6C6C;
  font-weight: 400;
  margin-bottom: 1%;
}

.period-label {
  font-size: 1em;
  color: #6C6C6C;
  font-weight: 400;
  padding: 1em .5em;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  margin: 0;
}

.period-label>span {
  margin-left: 2%;
}

.price-qty-input {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  color: #444;
  width: 100%;
  box-sizing: border-box;
}

.btn-cont {
  display: flex;
  justify-content: space-evenly;
}

.padding-top-12 {
  padding-top: 12%;
}

.input-cont-qty {
  width: 38%;
}

.padding-right1 {
  padding-right: 2%;
}

.padding-right2 {
  padding-right: 2%;
}

.input-disclosed-qty {
  width: 90%;
  margin-left: auto;
}

.input-period-qty {
  width: 20%;
}

.input-container {
  width: 29%;
}

.input-cont-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}

.input-cont-price .input-field {
  border: none;
  outline: none;
  padding: 0.5em 1em;
  /* color: #444; */
  color: #6C6C6C;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
}

.input-cont-qty .input-field,
.input-period-qty .input-field,
.input-disclosed-qty .input-field {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  padding: 0.5em 1em;
  /* color: #444; */
  color: #6C6C6C;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
}

.btn-confirm {
  background-color: #4184f3;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  border: 1px solid #4184f3;
  font-weight: 400;
  font-size: .925rem;
  display: inline-block;
}

.color-blue {
  color: #4184f3;
}

.radio-container {
  display: flex;
  align-items: center;
  width: 50%;
  border-top: 1px solid #EEEEEE;
  padding: 1em 0.5em;
  justify-content: space-around;
}

.radio-container label {
  width: 40%;
  display: flex;
  align-items: center;
  font-size: 1em;
  margin: 0;
  border: 1px solid #EEEEEE;
  padding: 4%;
  justify-content: space-around;
  border-radius: 5px;
}

.radio-main-cont {
  display: flex;
  /* flex-direction: column; */
}

/* .radio-container label:nth-child(2) {
  justify-content: flex-end;
} */

.radio-container label span {
  /* margin-right: 1em; */
  /* color: #000000;*/
  color: #6C6C6C;
  font-size: 1em;
  font-weight: 300;
}

.bottom-container span {
  color: #000000;
  font-size: 1.2em;
  font-weight: 300;
}

input[type=radio] {
  cursor: pointer;
}

.popup-sub-cont {
  display: flex;
  flex-direction: column;
}

.popup-title-text {
  font-size: 0.9em;
  font-weight: bold;
  color: rgb(9, 1, 1);
  padding: 0.5%;
}

.popup-value-text {
  font-size: 1em;
  font-weight: bold;
  color: rgb(54, 51, 51);
  padding: 0.5%;
}

.btn-popup {
  border: none;
  outline: none;
  padding: 6%;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}

ul {
  padding: 0;
  font-size: 1.3em
  /* text-align: right; */
}

.modal-popup-footer {
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  border-top: 1px solid #EEEEEE;
}

.btn-transaction {
  border: none;
  outline: none;
  padding: 2%;
  font-weight: 400;
  font-size: 1em;
  border-radius: 5px;
  width: 45%;
  cursor: pointer;
}

.btn-cancel {
  padding: 2%;
  font-weight: 400;
  /* font-size: 1em; */
  border-radius: 5px;
  width: 25%;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ABABAB;
  color: #414141;
  margin-right: 3%;
}

.btn-confirm:hover {
  background-color: #fff;
  color: #4184f3;
}

.logo-img {
  /* width: 23%; */
  /* height: 24%; */
  max-width: 2.3em;
}

.close-button {
  max-width: 5%;
}

.img-cont {
  position: relative;
  display: inline-block;
}

.img-cont .tooltip-market-depth-text {
  width: 100px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  font-size: 0.5em;
  transition: opacity 0.3s;
}

.img-cont .tooltip-market-depth-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 60%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.img-cont:hover .tooltip-market-depth-text {
  visibility: visible;
  opacity: 1;
}

.table-section {
  background-color: rgba(255, 255, 255, 1);
  padding: 1.2em;
  width: 100%;
  box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.table-header {
  color: #000000;
  font-weight: 600;
  font-size: 1.0em;
  margin-bottom: 2%;
}

.table-main-cont {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.market-depth-container {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0.5% 1%;
  margin-top: 1%;
}

.chart-main {
  background: #FFFFFF;
  box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 2%;
}

.depth-header {
  /* margin-bottom: 1%; */
  /* font-weight: 600; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.depth-header>p:last-child {
  font-weight: 400;
  font-size: 0.7em;
  color: rgba(95, 95, 95, 1);
}

.wrapper-left {
  flex: 0 0 54.54%;
  display: flex;
}

.wrapper-right {
  flex: 0 0 45.45%;
  display: flex;
}

.item-header {
  font-size: 0.8em;
  height: 20px;
}

.item {
  font-size: 0.7em;
  color: #000;
}

.table-part {
  background-color: red;
}

.item-header {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
}

.item-header,
.item-data {
  /* padding: 4px; */
  width: 60px;
  max-height: 30px;
  /* overflow: hidden; */
  table-layout: fixed;
  text-align: center;
}

.item-data:hover {
  background-color: #f2f2f2;
}

.item-data {
  background-color: #fff;
}

.item-data .input-field {
  border: none;
  outline: none;
  padding: 0em;
  color: #444;
  width: 100%;
  box-sizing: border-box;
}

.md-numbers {
  text-align: right;
  padding-right: 5%;
}

.hide-button {
  background-color: transparent;
  width: 10%;
  border: none;
  display: inline-block;
}

.text-style {
  font-size: 1em;
}

.padding-top-5 {
  padding-top: 5%;
}

.border-right {
}

.bar-cont-left {
  display: flex;
  align-items: end;
}

.bar-cont-right {
  display: flex;
  justify-content: flex-end;
}

.curr-per {
}

.per {
  font-weight: 400;
  font-size: 0.7em;
  padding-right: 0.5em;
  /* color: #00203F;
  background-color: #00203F; */
  color: #ADEFD1;
  background-color: #ADEFD1;
}

.per-rem {
  font-weight: 400;
  font-size: 0.7em;
  padding-right: 0.5em;
  color: #00203F;
  background-color: #00203F;
  /* color: #ADEFD1;
  background-color: #ADEFD1; */
}

.silder-wrapper {
  /* position: relative; */
  /* margin: 1rem; */
  width: 100%;
}

#chart_container {
  direction: rtl;
  overflow: hidden;
  /* width: 100%; */
  width: 100%;
  height: 100%;
  /* height: 100%; */
  overflow-x: scroll;
}

#chart_container::-webkit-scrollbar {
  display: none;
  width: 0;
}

.watch-right-container {
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* overflow-y: auto;
  overflow-x: hidden; */
}

.chart-main {
  height: 100%;
}

.chart-top-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(235, 238, 241, 1);
  margin-bottom: 2%;
  padding-bottom: 1%;
}

.duration-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.duration-btn {
  border: transparent;
  outline: none;
  background: transparent;
  color: rgba(95, 95, 95, 1);
  padding: 2%;
  margin-right: 2%;
  border-radius: 50%;
  cursor: pointer;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  font-size: .65em;
  justify-content: center;
}

.chart-symbol-container {
  font-size: 0.8em;
  color: rgba(95, 95, 95, 1);
}

.ohlc-container {
  color: rgba(95, 95, 95, 1);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: .7em;
  justify-content: flex-start;
}

.ohlc-time {
  margin-top: 1%;
}

.duration-btn:hover,
.duration-btn:focus {
  background-color: rgba(0, 0, 0, 1);
  color: #FFFFFF;
  /* font-weight: 600; */
}

.chart-top {
  height: 10%;
}

element.style {
}

input[type=range] {
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  /* background: #3100BE; */
  background: rgba((157, 157, 157, 0.21) 26.3158%);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  border-radius: 5px;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-image: url(/images/slider.svg);
  cursor: pointer;
  background-size: 20px 20px;
  background-position: 0% 120%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background-image: url(/images/slider.svg);
  background-size: 15px 15px;
  cursor: pointer;
  background-position: 0% 150%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.right-top-container>div:first-child {
  /* height: 100%; */
  /* width: 68%; */
  /* height: 70%; */
}

.time-sell-cont {
  display: flex;
  /* width: 30% !important; */
  height: 100%;
  box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);
  border: 1px solid #EBEEF1;
  background-color: #FFFFFF;
  border-radius: 8px;
  flex-direction: column;
  padding: 1%;
  width: 100%;
}

.time-header {
  color: #000000;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: .5em;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-header>p:last-child {
  font-weight: 400;
  font-size: 0.7em;
  color: rgba(95, 95, 95, 1);
}

.table-time-header {
  border-bottom: 1px solid #EBEEF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEEF1;
  width: 100%;
  padding-bottom: 1em;
}

.table-time-header>.thead-ltt,
.table-time-header>.thead-ltq,
.table-time-header>.thead-ltp {
  font-weight: 600;
}

.thead-ltt,
.thead-ltq,
.thead-ltp {
  font-size: .8em;
  color: #5F5F5F;
  padding-top: 1em;
}

.table-time-header>.thead-ltq {
  width: 30%;
  text-align: center;
}

.table-time-header>.thead-ltp {
  width: 30%;
  text-align: center;
}

.table-time-header>.thead-ltt {
  width: 40%;
  text-align: center;
  padding-right: 10%;
}

.lt-container>.thead-ltp {
  width: 35%;
  text-align: right;
  padding-right: 10%;
}

.lt-container>.thead-ltq {
  width: 20%;
  text-align: right;
  padding-right: 5%;
}

.lt-container>.thead-ltt {
  width: 40%
}

.lt-container {
  display: flex
}

.thead-ltt {
  padding-left: 10%;
}

.ltt-container {
  width: 70%;
  border-left: 1px solid #EBEEF1;
}

.temp-time-sell-cont {
  display: flex;
  height: 90%;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

.temp-time-sell-cont::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.temp-time-sell-cont {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.time-sell-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lt-container>.thead-ltq {
  color: #000000;
  font-weight: 600;
}

.lt-container>.thead-ltt {
  font-weight: 600;
}

.login-text {
  font-size: 2em;
}

.label-text {
  font-size: 1em;
}

.label-text-error {
  font-size: 1em;
  color: red;
}

.popup-modal {
  display: block;
  position: fixed;
  z-index: 100;
  left: 52%;
  font-size: 0.8rem;
  transform: translate(-50%, 0);
  background: white;
  border-radius: 10px;
  /* width: 45%; */
}

.modal {
  display: block;
  position: fixed;
  z-index: 100;
  left: 54%;
  /* bottom: 40%; */
  transform: translate(-50%, 0);
  background: white;
  border-radius: 5px 5px 0 0;
  width: 40%;
  top: 20%;
}

.closed {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
}

.popup-modal-header {
  border-radius: 10px 10px 0 0;
  padding: 2.2%;
  color: #FFFFFF;
  font-size: 1.0em;
  display: flex;
  justify-content: space-between;
  background-color: #3100BE;
}

.modal-header-buy,
.modal-header-sell {
  border-radius: 5px 5px 0 0;
  padding: 2.2%;
  color: #FFFFFF;
  font-size: 1.0em;
  display: flex;
  justify-content: space-between;
}

.modal-header-buy {
  background-color: #3100BE;
}

.modal-header-sell {
  background-color: #CC0000;
}

.modal-footer {
  background: #EEEEEE;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.modal-footer-margin-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  color: #6C6C6C;
}

.margin-error {
  width: 70%;
  margin-top: 1%;
  border: 1px solid #eeeeee;
  padding: 1%;
  border-radius: 1em;
  /* color: #6C6C6C; */
  text-align: center;
  color: rgba(204, 0, 0, 1);
}

.buy-btn {
  background-color: #3100BE;
  color: #FFFFFF;
}

.buy-sell {
  background-color: #CC0000;
  color: #FFFFFF;
}

.popup-cont {
  display: flex;
  padding: 1.2em;
  padding-left: 4%;
  padding-right: 4%;
}

.disc-text-initial {
  font-size: 0.5em;
}

ul,
ol {
  list-style-position: outside;
}

.popup-bottom-container {
  display: flex;
  flex-direction: column;
  padding-top: 2.5%;
  border-top: 1px solid #EEEEEE;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.2em;
  width: 100%;
}

.bottom-container {
  display: flex;
  padding-top: 2.5%;
  border-top: 1px solid #EEEEEE;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.2em;
  width: 100%;
  font-size: 1em;
}

.period-container {
  width: 60%;
  color: #6C6C6C;
  /* font-size: .8em; */
  /* border: 1px solid #EEEEEE; */
  /* border-radius: 5px; */
}

.period-container select {
  padding: 2.5% 3%;
  display: block;
  width: 100%;
  /* margin-top: 1%; */
  border-radius: 5px;
  color: #6C6C6C;
  border: 1px solid rgba(108, 108, 108, 0.4);
  font-size: 12px;
}

.period-container label {
}

.login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  /* align-items: flex-start;
  justify-content: space-between;
  overflow-y: hidden; */
}

.login-left {
  width: 70%;
  height: 100%;
}

.login-right {
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2%;
}

.login-content {
  width: 100%;
}

.login-content form {
  width: 100%;
}

.login-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-header {
  color: #171C1D;
  font-size: 2rem;
  font-weight: 600;
}

.login-label label {
  margin: 0;
  color: #878787;
  font-size: .8em;
  font-weight: 300;
  margin-bottom: 2%;
}

.chng-pwd-label {
  margin: 0;
  color: #878787;
  /* font-size: .8em; */
  /* font-size: 0.3em; */
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 2%;
}

.login-input {
  display: flex;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding: 2px;
  width: 100%;
  margin-bottom: 1rem;
}

.login-input input {
  border: transparent;
  outline: none;
  width: 90%;
}

.login-input input::-webkit-outer-spin-button,
.login-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

.login-input input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */

.input-cont-qty input::-webkit-outer-spin-button, .input-cont-price input::-webkit-outer-spin-button, .input-disclosed-qty input::-webkit-outer-spin-button,
.input-cont-qty input::-webkit-inner-spin-button, .input-cont-price input::-webkit-inner-spin-button, .input-disclosed-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

.input-cont-qty input[type=number], .input-cont-price input[type=number], .input-disclosed-qty input[type=number] {
  -moz-appearance: textfield;
}

.login-input img {
  margin-right: 2%;
}

.login-input:focus-within {
  border: 2px solid #3100BE;
}

.login-btn {
  margin-top: 1.2rem;
  width: 100%;
}

.login-btn button {
  width: 100%;
  padding: 2.5%;
  background: #3100BE;
  border-radius: 5px;
  border: transparent;
  outline: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
}

.reset-disbl-pwd-btn {
  /* margin-top: 2em;
  width: 100%;
  width: 100%;
  padding: 2.5%;
  background: #3100BE;
  border-radius: 5px;
  border: transparent;
  outline: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  opacity: 0.6;
  cursor: not-allowed; */
  /* cursor: pointer; */
  opacity: 0.6;
  cursor: not-allowed;
}

.reset-pwd-btn {
  margin-top: 2em;
  width: 100%;
  padding: 2.5%;
  background: #3100BE;
  border-radius: 5px;
  border: transparent;
  outline: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  cursor: pointer;
}

.otp-label {
  color: #000000;
  font-weight: 1em;
}

.otp-sub-label {
  color: #7E8487;
  font-size: .8em;
  font-weight: 400;
}

.otp-input {
  width: 100%;
}

.otp-input input {
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  width: 100%;
  margin-top: 1rem;
}

.otp-link {
  text-align: center;
  margin-top: 1em;
}

.otp-link a {
  color: #000000;
  text-decoration: underline;
}

.wrong_password_count {
  display: none;
}

.holdings-container {
  width: 100%;
}

.notification-container {
  display: flex;
  position: fixed;
  /* top: 15px; */
  right: 15px;
  width: 500px;
  max-width: calc(100% - 30px);
}

.notification {
  background-color: #fff;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  color: #fff;
  /* font-size: 16px; */
  padding: 5px 10px;
  line-height: 20px;
  margin-bottom: 15px;
  animation: grow 0.5s ease-in forwards;
}

.notification-info {
  background-color: #17191A;
  display: flex;
  flex-direction: column;
}

.notification-color {
  width: 2%;
  border-radius: 12px 0 0 12px;
  margin-bottom: 15px;
}

.rule-table-cont {
  /* margin-left: 3%; */
  /* margin-right: 3%; */
  /* overflow: auto; */
  padding-left: 1%;
  padding-right: 1%;
}

.option-chain-container {
  display: flex;
  flex-direction: column;
  padding: 2%;
}

.select-option-cont {
  display: flex;
}

.option-chain-header {
  height: 20%;
}

.common-th {
  font-size: 0.7rem;
  overflow-wrap: break-word;
  text-transform: uppercase;
}

.option-chain-header-ltp {
  width: 7%;
}

.option-chain-header-expiry-date {
  width: 6%;
}

.option-chain-header-oi {
  width: 7%;
}

.option-chain-header-volume-trade {
  width: 7%;
}

.option-chain-header-ltp-ce {
  width: 6%;
}

.option-chain-header-buy-vol-ce {
  width: 6%;
}

.option-chain-header-buy-price-ce {
  width: 6%;
}

.option-chain-header-sell-price-ce {
  width: 6%;
}

.option-chain-header-sell-vol-ce {
  width: 7%;
}

.option-chain-header-strike-price {
  width: 6%;
}

.option-chain-header-buy-vol-pe {
  width: 6%;
}

.option-chain-header-buy-price-pe {
  width: 6%;
}

.option-chain-header-sell-price-pe {
  width: 6%;
}

.option-chain-header-sell-vol-pe {
  width: 6%;
}

.option-chain-header-ltp-pe {
  width: 6%;
}

.option-chain-header-vol-traded-pe {
  width: 8%;
}

.option-chain-header-oi-pe {
  width: 9%;
}

.option-chain-td-oi {
  width: 7%;
}

.option-chain-td-vol-traded {
  width: 6%;
}

.option-chain-td-ltp {
  width: 6%;
}

.option-chain-td-buy-vol {
  width: 6%;
}

.option-chain-td-buy-price {
  width: 6%;
}

.option-chain-td-sell-price {
  width: 6%;
}

.option-chain-td-sell-vol {
  width: 6%;
}

.option-chain-td-strike-price {
  width: 6%;
}

.option-chain-td-ltp {
  width: 6%;
}

.option-chain-td-expiry-date {
  width: 6%;
}

.option-chain-td-buy-vol {
  width: 6%;
}

.option-chain-td-buy-price {
  width: 6%;
  /* background-color: #3100BE; */
}

.option-chain-td-sell-price {
  width: 6%;
}

.option-chain-td-sell-vol {
  width: 6%;
}

.option-chain-td-ltp {
  width: 6%;
}

.option-chain-td-vol-traded {
  width: 6%;
}

.option-chain-td-oi {
  width: 6%;
}

.holdings-header-container {
  padding-bottom: 1%;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2%;
}

.holdings-header-container>h3 {
  margin-bottom: 1%;
}

.tradebook-tabs-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2%;
  align-items: center;
  padding-bottom: 2%;
}

.tradebook-header {
  margin-left: 1%;
}

.tradebook-header>h3 {
  margin-bottom: 0;
}

.tradebook-top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 2%; */
}

.tradebook-pnl-container {
  margin-left: 2%;
  padding: 1% 2%;
  font-size: 1.5rem;
  border-radius: 1.5rem;
  background-color: #EEEEEE;
}

.tradebook-tabs {
  width: 40%;
  display: flex;
  justify-content: space-evenly;
  background-color: #EEEEEE;
  padding-top: 1%;
  padding-bottom: 1%;
  /* border: 1px solid rgba(108, 108, 108, 0.5); */
  border-radius: 2rem;
  /* margin-left: 1.5%;*/
  /* margin-right: 3%;  */
  /* margin-bottom: 2%; */
  /* margin-left: auto; */
}

.tradebook-tabs-orders {
  width: 25%;
  background-color: #DCDCDC;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5%;
  font-size: 1.5em;
  /* border-radius: 8px 0 0 8px; */
}

.tradebook-tabs-positions {
  width: 32%;
  background-color: #DCDCDC;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5%;
  font-size: 1.5em;
  /* border-radius: 0 8px 8px 0; */
}

.tradebook-tabs-trades {
  width: 26%;
  background-color: #DCDCDC;
  border-radius: 1rem;
  text-align: center;
  padding: 1.5%;
  font-size: 1.5em;
  /* border-radius: 0 8px 8px 0; */
}

.tradebook-table-header {
  background-color: rgba(245, 242, 252, 0.5);
  border-radius: 8px;
  display: flex;
  margin-bottom: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.tradebook-table-header th {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.tradebook-table-header tr {
  width: 100%;
  display: flex;
}

.tradebook-table-row {
  outline: 1px solid rgb(238, 238, 238);
  border-radius: 8px;
  display: block;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 2%;
  font-size: 0.8rem;
}

.tradebook-header-symbol {
  width: 15%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  padding-left: 2%;
  text-align: left;
}

.tradebook-header-order-type {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  padding: 0;
  /* padding-left: 1%; */
}

.tradebook-header-segment {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  text-align: left;
  padding: 0;
  /* padding-left: 1%; */
}

.tradebook-header-price {
  width: 10%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
}

.tradebook-header-quantity {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  text-align: left;
}

.tradebook-header-buy-sell {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
}

.tradebook-header-ltp {
  width: 10%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  padding-right: 2%;
}

.tradebook-header-pnl {
  width: 10%;
  padding-left: 2%;
  font-size: 1em;
  font-weight: 700;
}

.tradebook-header-time {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
  /* padding-right: 1%; */
}

.tradebook-header-status {
  width: 9%;
  font-weight: 700;
  font-size: 1em;
  padding: 0;
}

.tradebook-symbol {
  width: 15%;
  font-weight: 700;
  text-align: left;
  padding-left: 2%;
}

.tradebook-order-type {
  width: 8%;
  text-align: left;
  text-transform: uppercase;
}

.tradebook-segment {
  width: 8%;
  text-align: left;
  text-transform: uppercase;
  padding-left: 2%;
}

.tradebook-price {
  width: 10%;
  /* padding-right: 2%; */
}

.tradebook-price .input-field {
  text-align: right;
  width: 88%;
  font-size: 1em;
}

.tradebook-quantity {
  width: 8%;
  padding-right: 1%;
}

.tradebook-quantity .input-field {
  text-align: right;
  font-size: 1em;
}

.tradebook-buy-sell {
  width: 8%;
}

.tradebook-buy-sell .input-field {
  text-align: center;
  text-transform: uppercase;
}

.tradebook-buy-order .input-field {
  color: rgb(49, 0, 190);
  font-size: 1em;
}

.tradebook-sell-order .input-field {
  color: rgb(204, 0, 0);
  font-size: 1em;
}

.tradebook-ltp {
  width: 10%;
  text-align: center;
  padding-right: 2%;
}

.tradebook-ltp-symbol {
  display: block !important;
  width: 100% !important;
}

.tradebook-ltp-info {
  font-size: 1rem !important;
}

.tradebook-time {
  /* width: 10%; */
  width: 8%;
}

.tradebook-status-pending,
.tradebook-status-pending:hover {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  border-radius: 20px;
  background-color: rgb(238, 238, 238);
  text-transform: uppercase;
  height: 2.35rem;
}

.tradebook-status-done,
.tradebook-status-done:hover {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  border-radius: 20px;
  background-color: rgb(0, 204, 82, 0.1);
  color: rgb(0, 204, 82);
  height: 2.35em;
  text-transform: uppercase;
}

.tradebook-status-cancelled,
.tradebook-status-cancelled:hover {
  width: 8%;
  font-weight: 700;
  font-size: 1em;
  border-radius: 20px;
  background-color: rgba(204, 0, 0, 0.1);
  color: rgb(204, 0, 0);
  height: 2.35rem;
  text-transform: uppercase;
}

.tradebook-edit-icon {
  padding-left: 2%;
}

.tradebook-delete-icon {
  padding-right: 2%;
}

.tradebook-pnl {
  /* text-align: right; */
  /* padding-right: 2%; */
}

.dashboard-container {
  /* height: 100%; */
}

.dashboard-header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.dashboard-header>h3 {
  margin-bottom: 0;
}

.dashboard-body {
  height: 95%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dashboard-top-container,
.dashboard-middle-container,
.dashboard-bottom-container {
  margin-bottom: 2%;
}

.dashboard-equity-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  width: 30%;
  padding: 2%;
  height: 250px;
}

.equity-header {
  height: 20%;
}

.equity-body {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #636363;
}

.equity-margin-container {
  display: flex;
  flex-direction: column;
}

.equity-margin-container>span:first-child {
  font-size: 2em;
  color: #3100BE;
  font-weight: 700;
}

.equity-bottom-container {
  display: flex;
  flex-direction: column;
}

.equity-bottom-container>hr {
  margin: 1em 0;
}

.margin-used {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #EEEEEE; */
}

.margin-used>span {
  color: #000000;
  font-weight: 700;
}

.opening-balance {
  display: flex;
  justify-content: space-between;
}

.opening-balance>span {
  font-weight: 700;
  color: #000000;
}

.dashboard-holdings-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  width: 100%;
  padding: 2%;
  height: 250px;
}

.holdings-header {
  height: 20%;
}

.holdings-body {
  height: 80%;
  display: flex;
  color: #636363;
  justify-content: space-between;
}

.holdings-body-left {
  width: 35%;
  border-right: 1px solid #EEEEEE;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.holdings-pnl-container>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.holdings-pnl-container>div>span:first-child {
  font-size: 2em;
  color: #000000;
  font-weight: 700;
}

.holdings-pnl-container>div>span:last-child {
  padding: 3% 10%;
  border-radius: 1em;
  /* background-color: rgba(0, 204, 82, 0.1); */
}

.holdings-body-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  justify-content: space-around;
}

.current-value,
.investment-value,
.pnl-value {
  display: flex;
  justify-content: space-between;
  height: 20%;
}

.current-value>div,
.investment-value>div,
.pnl-value>div {
  margin-left: 2%;
  width: 65%;
}

.current-value>div>div {
  height: 100%;
  background-color: #3100BE;
  /* border-radius: 0.5em; */
}

.current-value-bar {
  display: flex;
}

.investment-value-bar {
  display: flex;
}

.pnl-value-bar {
  display: flex;
}

.investment-value>div>div {
  height: 100%;
  background-color: #9C85E0;
  /* border-radius: 0.5em; */
}

.pnl-value>div>div {
  height: 100%;
  background-color: #CC0000;
  /* border-radius: 0.5em; */
}

.pnl-value>div>div>div {
  /* width: 50%; */
  height: 100%;
  background-color: #00CC52;
  /* border-radius: 0.5em; */
}

.dashboard-positions-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  width: 30%;
  padding: 2%;
  height: 250px;
}

.db-positions-header {
  height: 20%;
}

.db-positions-body {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.db-zero-positions {
  text-align: center;
}

.db-non-zero-positions {
}

.logout-design {
  position: absolute;
  padding-top: 1.7em;
  margin-left: 1.1em;
  margin-top: 15.5em;
  display: none;
}

.logout-btn {
  background: url("/images/logout.png");
  background-repeat: no-repeat;
  border: none;
  height: 25px;
  width: 25px;
  transition: box-shadow .3s;
  border-radius: 1em;
  display: none;
}

.logout-btn:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.funds-header {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 2%;
}

.funds-header>h3 {
  margin-bottom: 0;
}

.funds-body {
  display: flex;
  flex-direction: column;
}

.funds-add-withdraw {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3%;
}

.funds-add-withdraw>span {
  margin-right: 1%;
}

.add-funds-button {
  border: none;
  background-color: #3100BE;
  color: white;
  padding: 2% 3%;
  margin-left: 2%;
  font-size: 1.2em;
  border-radius: 0.2em;
}

.add-funds-button:hover,
.add-funds-button:focus {
  background-color: #5533e5;
}

.withdraw-funds-button {
  border: none;
  background-color: #00CC52;
  color: white;
  padding: 2% 3%;
  margin-left: 2%;
  font-size: 1.2em;
  border-radius: 0.2em;
}

.funds-equity-container {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.funds-equity-container>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funds-equity-container>div>span {
  color: #6C6C6C;
}

.funds-margin {
  font-size: 2em;
  font-weight: 500;
}

.dealer-page {
  width: 50%;
  margin-left: 3%;
  margin-top: 2%;
}

.dealer-header>h3 {
  margin-bottom: 2%;
}

.dealer-page-body {
}

.dealer-page-body>hr {
  margin-top: 1%;
  margin-bottom: 1%;
}

.dealer-content {
}

.dealer-select-label {
  padding: 2%;
  padding-left: 0%;
  font-size: 1em;
}

.dealer-select-options {
  width: 70%;
  border-radius: 5px;
  padding: 3% 2%;
  margin-bottom: 2%;
}

.tradebook-client-list {
}

.dealer-select-client {
  border-radius: 0.3rem;
  /* padding-top: 5%; */
  /* padding-bottom: 5%; */
  padding-left: 5%;
}

.dealer-submit-btn {
  width: 70%;
  padding: 2%;
}

.change-pwd-container {
  /* margin-left: 7rem; */
  /* margin-top: 5rem; */
  /* border: 1px solid black; */
  /* border-radius: 1.2rem;
  padding: 1rem;
  width: 30%;
  background-image: linear-gradient(45deg, #c7d8e8, #fde6e7); */
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2%;
}

.chng-pass-header {
  /* margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0; */
  color: #171C1D;
  font-size: 2em;
  font-weight: 600;
}

.pwd-inner-cont {
  display: flex;
  flex-direction: column;
}

/* .chng-pass-body {
  padding-left: 1rem;
  padding-right: 1rem;
} */

.chng-pass-form-label {
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
}

.chng-pass-form-input {
  /* font-size: 1rem; */
  width: 100%;
  background-color: #f0f5f9;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.2rem;
  border: 1px solid #f0f5f9;
  border-radius: 0.4rem;
}

.chng-pass-form-input[type=password]:focus {
  border: 1px solid black;
}

.chng-pass-reset-btn-enable {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  background-color: #496885;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.chng-pass-reset-btn-disable {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.chng-pass-error {
  font-size: 1rem;
  /* margin-bottom: 0.3rem; */
}

.pwd-outer-container {
  /* display: flex;
  align-items: flex-start; */
  height: 100vh;
  display: flex;
  justify-content: center;
}

.patch-work {
  width: 5%;
  height: 300px;
  z-index: 1;
  background-color: white;
}

.CellWithComment {
  position: relative;
}

.CellComment {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  padding: 3px;
  color: red;
  top: 20px;
  left: 20px;
  width: 300%;
}

.CellWithComment:hover span.CellComment {
  display: block;
}

/* position: absolute;
    z-index: 100;
    border: 1px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    padding: 3px;
    color: red;
    top: 52px;
    left: -32px;
    width: 128%; */

.client_acc_no {
  position: relative;
}

.client_name {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 195, 255);
  padding: 3px;
  color: rgb(10, 9, 9);
  top: 30px;
  width: 100%;
  text-align: center;
}

.client_acc_no:hover span.client_name {
  display: block;
}

/* .status-tooltip{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.status-tooltip .status-tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

.status-tooltip:hover .status-tooltiptext {
  visibility: visible;
}
*/

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */

.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.switch-flat {
  padding: 0;
  background: #FFF;
  background-image: none;
}

.switch-flat .switch-label {
  background: #FFF;
  border: solid 2px #eceeef;
  box-shadow: none;
}

.switch-flat .switch-label:after {
  color: #3cb043;
}

.switch-flat .switch-handle {
  top: 6px;
  left: 6px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}

.switch-flat .switch-handle:before {
  background: #eceeef;
}

.switch-flat .switch-input:checked~.switch-label {
  background: #FFF;
  border-color: #3cb043;
}

.switch-flat .switch-input:checked~.switch-handle {
  left: 72px;
  background: #3cb043;
  box-shadow: none;
}

/* TV chart backlink */

.lw-attribution {
  position: absolute;
  /* left: 0px; */
  /* top: 45vh; */
  bottom: 5vh;
  z-index: 3;
  /* padding: 10px 0px 0px 12px; */
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
}

.lw-attribution a {
  cursor: pointer;
  color: rgb(54, 116, 217);
  opacity: 0.8;
}

.lw-attribution a:hover {
  color: rgb(54, 116, 217);
  opacity: 1;
}

.tv-candle-chart-container-class {
  position: relative !important;
  padding: 0px 10px 10px 10px;
  border: 1px solid #EBEEF1;
  /* border: 1px solid black; */
  border-radius: 0.5rem;
  box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);
  height: 70vh;
  width: 65vw;
}

#selected-ticker {
  position: absolute;
  top: 4.5vh;
  z-index: 10;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0px 0px;
}

#ohlc-interval-select {
  position: absolute;
  /* width: 100px; */
  height: 50px;
  top: 0.3vh;
  z-index: 3;
  /* border: 1px solid #EBEEF1; */
  border-radius: 0.5rem;
  /* box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06); */
  /* padding:5px 5px; */
  display: flex;
}

.ohlc-interval-select-button {
  border: 1px solid #EBEEF1;
  border-radius: 5px;
  height: 30px;
  padding: 5px 5px;
  margin-right: 3px;
  transition: background 0.7s;
  /* box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06);   */
}

.ohlc-interval-select-button:hover {
  background: black;
  border: 1px solid black;
  /* box-shadow: 4px 16px 64px rgba(255, 255, 255, 0.5);   */
  color: white;
}

.ohlc-interval-select-button.active {
  background: black;
  border: 1px solid black;
  /* box-shadow: 4px 16px 64px rgba(255, 255, 255, 0.5);   */
  color: white;
}

.tv-lightweight-charts {
  position: absolute;
  top: 4.5vh;
  z-index: 1;
}

#ohlc-legend {
  width: 100px;
  position: absolute;
  top: 10vh;
  z-index: 3;
}

@media screen and (min-width: 700px) {
  #ohlc-legend {
    position: absolute;
    top: 7vh;
    z-index: 3;
    width: 350px;
    /* top: 10vh; */
    background: #FFFF;
  }
}

.logout-icon {
  color: inherit;
  text-decoration: none;
  margin-left: 2px;
}

/* advanceChartContainer {
  /* position: relative !important; */

/* padding: 0px 10px 10px 10px; */

/* border: 1px solid #EBEEF1; */

/* border: 1px solid black; */

/* border-radius: 0.5rem; */

/* box-shadow: 4px 16px 64px rgba(0, 0, 0, 0.06); */

/* height: 56.5vh; */

/* width: 40.5vw; */

/* }  */

/* #tv-candle-chart-container canvas:hover {
  cursor: crosshair;
} */

.forgot-password-container {
  margin-top: 3%;
  font-size: 1rem;
}

.forgot-password-container a {
  color: #3e3e3e;
}

.forgot-password-container a:hover {
  color: grey;
}

.button-success {
  border: 1px solid #198754;
  color: #198754;
  padding: 5px 5px;
  border-radius: 10px;
  background-color: white;
}

.button-success:hover {
  background: #198754;
  color: white;
}

.button-danger {
  border: 1px solid #dc3545;
  color: #dc3545;
  padding: 5px 5px;
  border-radius: 10px;
  background-color: white;
}

.button-danger:hover {
  background: #dc3545;
  color: white;
}

.custom-select {
  padding: 10px 10px;
  display: inline-block;
  width: 150px;
  /* margin-top: 1%; */
  border-radius: 10px;
  color: black;
  border: 1px solid black;
  margin-right: 10px;
  /* color: #6C6C6C; */
  /* border: 1px solid rgba(108, 108, 108, 0.4); */
}

.option-index-select-text {
  font-size: 1.2rem;
}

.oc-expiry {
  position: relative
}

.oc-expiry-select-popup-hide {
  display: none;
}

.oc-expiry-select-popup-unhide {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  /* height: 100%; */
  border: 1px solid black;
  background-color: white;
  color: black;
}

.buy-sell-btn {
  display: none;
}

.buy-sell-btn-cont:hover .buy-sell-btn {
  display: inline-block;
}

.buy-btn {
  /* padding: 5px 10px; */
  border-radius: 3px;
  background-color: #3100BE;
  border: 1px solid #3100BE;
  /* color: #FFFFFF; */
  /* border: 1px solid white; */
}

.sell-btn {
  /* padding: 5px 10px; */
  border-radius: 3px;
  border: 1px solid #CC0000;
  background-color: #CC0000;
  color: #FFFFFF;
}

.temp-margin {
  margin-top: 10px;
}

.chart-main-cont {
  position: relative;
}

#pop-out-btn {
  position: absolute;
  z-index: 1;
  bottom: 2vh;
  left: 16vw;
}

.tradebook-sorting-container {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.tradebook-sorting-container img {
  width: 0.8rem;
  cursor: pointer;
}

.tradebook-sorting-container img:first-child:hover {
  border: 1px solid black;
  border-radius: 0.25rem;
}

.tradebook-sorting-container img:last-child:hover {
  border: 1px solid black;
  border-radius: 0.25rem;
}

.basket-folio-card-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  padding: 1rem;
  justify-content: space-between;
  height: 300px;
  width: 300px;
}

.basket-folio-card-container-top {
  display: flex;
  justify-content: space-between;
  height: 30%;
  align-items: flex-start;
}

.basket-folio-card-container-top div:first-child {
  border-radius: 2rem;
  background-color: #E5E5E5;
  width: 50px;
  height: 50px;
}

.basket-folio-card-container-top div:first-child img {
  width: 100%;
}

.basket-folio-card-container-top div:last-child {
  padding: 0.2rem 0.7rem;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  width: 70%;
  margin-bottom: auto;
  font-size: 0.8rem;
}

.basket-folio-card-container-mid {
  display: flex;
  flex-direction: column;
  justify-content: left;
  height: 50%;
}

.basket-folio-card-container-mid div:first-child {
  font-size: 1.5rem;
}

.basket-folio-card-container-mid div:last-child {
  width: 90%;
}

.basket-folio-card-container-bottom {
  display: flex;
  justify-content: space-between;
  height: 20%;
  align-items: center;
}

.basket-folio-card-container-bottom div:first-child {
  width: 50%;
}

.basket-folio-card-container-bottom div:first-child button {
  background-color: #2441D0;
  color: #FFFFFF;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  font-weight: 700;
}

.basket-folio-card-container-bottom div:last-child {
  width: 40%;
  color: #4BD33F;
  font-size: 0.8rem;
}

.basket-invest-card-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E5E5E5;
  border-radius: 1rem;
  padding: 1rem;
  height: 330px;
  width: 490px;
}

.basket-invest-card-container-top {
  display: flex;
  justify-content: space-between;
  height: 30%;
  align-items: flex-start;
}

.basket-invest-card-container-top div:first-child {
  border-radius: 2rem;
  background-color: #E5E5E5;
  width: 50px;
  height: 50px;
}

.basket-invest-card-container-top div:first-child img {
  width: 100%;
}

.basket-invest-card-container-top div:last-child {
  padding: 6px 12px;
  background-color: #F3F3F3;
  border-radius: 1rem;
  width: 50%;
  margin-bottom: auto;
  font-size: 0.8rem;
}

.basket-invest-card-container-mid {
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}

.basket-invest-card-container-mid>div:first-child {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: left;
}

.basket-invest-card-container-mid>div:last-child {
  font-size: 5rem;
  font-weight: 300;
  color: #666666;
}

.basket-invest-card-container-bottom {
  display: flex;
  justify-content: space-between;
  height: 20%;
  align-items: center;
}

.basket-invest-card-container-bottom div:first-child {
  width: 50%;
}

.basket-invest-card-container-bottom div:first-child button {
  background-color: #2441D0;
  color: #FFFFFF;
  padding: 1rem;
  border: none;
  border-radius: 1rem;
  font-weight: 700;
}

.basket-invest-card-container-bottom div:last-child {
  width: 100%
}

.basket-invest-card-container-bottom>div:last-child>div:last-child {
  display: flex;
  margin-bottom: 0.5rem;
}

.basket-invest-card-container-bottom-slider {
  width: 100%;
}

.basket-invest-card-container-bottom-slider div:first-child {
  height: 4px;
  background-color: #000000;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.basket-invest-card-container-bottom-slider div:last-child {
  height: 4px;
  background-color: #E5E5E5;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.net-card-container {
  width: 490px;
  height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 13px;
  color: white;
  background-color: #000;
  padding: 20px;
}

.net-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.net-card-header-right {
  display: flex;
  align-items: center;
}

.net-card-header .net-card-networth-info {
  display: flex;
  align-items: center;
}

.net-card-header .net-card-dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.net-card-header .net-card-percentage-green {
  background-color: #00ff00;
  color: #000;
  padding: 5px 10px;
  border-radius: 12px;
  margin-right: 10px;
}

.net-card-header .net-card-percentage-red {
  background-color: #E32D34;
  color: #000;
  padding: 5px 10px;
  border-radius: 12px;
  margin-right: 10px;
}

.net-card-networth {
  font-size: 3em;
  /* margin: 20px 0; */
}

.net-card-description {
  font-size: 0.8em;
  color: #aaa;
  margin-top: 20px;
}

/* CSS for the main container */

.funds-container {
  padding: 2rem;
  background-color: #f9f9f9;
  /* border: 1px solid #ddd; */
  border-radius: 0.5rem;
  /* max-width: 600px;
  margin: 0 auto; */
}

/* CSS for the header */

.funds-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.funds-header h3 {
  font-size: 1.5rem;
  color: #333;
}

/* CSS for the body */

.funds-body {
  text-align: left;
}

/* CSS for the add/withdraw section */

.funds-add-withdraw {
  margin-bottom: 2rem;
  text-align: center;
}

.funds-add-withdraw span {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.funds-add-withdraw img {
  max-height: 2.5rem;
  margin-bottom: 1rem;
}

.add-funds-button,
.withdraw-funds-button {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-funds-button {
  background-color: #3100be;
  color: #fff;
  margin-right: 1rem;
}

.withdraw-funds-button {
  background-color: #00cc52;
  color: #fff;
}

.add-funds-button:hover {
  background-color: #5a3fdc;
}

.withdraw-funds-button:hover {
  background-color: #33e576;
}

/* CSS for the equity container */

.funds-equity-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

.funds-equity-container div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.funds-equity-container span {
  font-size: 1rem;
}

.funds-margin {
  font-weight: bold;
}

/* CSS for the payment selection container */

.fund-select-mode-container {
  padding: 1.5rem;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  width: 60%;
  max-width: 900px;
  border-radius: 0.5rem;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: center;
}

.fund-select-mode-container p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.fund-select-btn-contnainer {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
}

.fund-select-mode-header {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 2rem;
}

.fund-select-back-btn {
  display: flex;
  align-items: center;
}

.fund-select-back-btn div {
  display: flex;
  align-items: center;
  padding: 1.5% 4%;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #3100be;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fund-select-back-btn div:hover {
  background-color: #3100be;
  border: none;
  color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.fund-select-back-btn i {
  margin-right: 0.5rem;
}

.fund-select-btn-upi,
.fund-select-btn-qr,
.fund-select-btn-net {
  width: 30%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  /* border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s; */
  border: 1px solid #3100be;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fund-select-btn-upi,
.fund-select-btn-qr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.fund-select-btn-upi i,
.fund-select-btn-qr i {
  font-size: 2rem;
}

.fund-select-btn-upi {
  /* background-color: #3100be;
  color: #fff; */
  background-color: #fff;
}

.fund-select-btn-qr {
  /* background-color: #3100be;
  color: #fff; */
  background-color: #fff;
}

.fund-select-btn-net {
  background-color: #fff;
}

.fund-select-btn-upi:hover,
.fund-select-btn-qr:hover,
.fund-select-btn-net:hover {
  /* background-color: #5a3fdc; */
  background-color: #3100be;
  border: none;
  color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* CSS for UPI and QR payment sections */

.fund-select-upi-container,
.fund-select-qr-label {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.fund-select-upi-inputs,
.fund-select-qr-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.fund-select-upi-inputs label,
.fund-select-qr-input label {
  font-size: 1rem;
  margin-top: 1rem;
  padding-left: 0.4rem;
}

.fund-select-upi-inputs input,
.fund-select-qr-input input {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 1rem;
  width: 100%;
}

.fund-select-upi-inputs button,
.fund-select-qr-input button {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0.25rem;
  background-color: #3100be;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.fund-select-upi-inputs button:hover,
.fund-select-qr-input button:hover {
  background-color: #5a3fdc;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* CSS for transaction status */

.trans-status-container {
  margin-top: 2rem;
  /* text-align: center; */
  display: flex;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.trans-stautus-back-btn {
  padding: 10% !important;
}

.trans-status-success {
  color: #00cc52;
  font-weight: bold;
}

.trans-status-pending {
  color: #ffa500;
  font-weight: bold;
}

.trans-status-fail {
  color: #cc0000;
  font-weight: bold;
  text-align: center;
}

.trans-retry-btn {
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 0.25rem;
  background-color: #cc0000;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.trans-retry-btn:hover {
  background-color: #ff3333;
}

/* CSS for QR image display */

.fund-select-show-qr {
  /* margin-top: 2rem; */
  text-align: center;
}

.fund-select-show-qr img {
  max-width: 100%;
  height: auto;
}

.funds-select-net-container {
  display: flex;
  flex-direction: column;
}

.funds-select-net-container-header {
  font-weight: bold;
  margin-bottom: 2%;
}

.funds-select-net-inner-container {
  display: flex;
  /* justify-content: space-between; */
  margin: 1% auto;
  width: 80%;
}

.funds-select-net-inner-container div:first-child {
  width: 50%;
  text-align: right;
}

.funds-select-net-inner-container div:last-child {
  text-align: left;
  margin-left: 10%;
}

.fund-history-table-container {
  margin: 20px;
  overflow-x: auto;
}

.fund-history-table-container h3 {
  margin-bottom: 20px;
  /* Space between heading and table */
  color: #333;
  /* Optional: Set color for heading */
}

.fund-history-transaction-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.fund-history-transaction-table th,
.fund-history-transaction-table td {
  padding: 10px;
  text-align: center;
  /* Center-align text */
  border-bottom: 1px solid #dddddd;
}

.fund-history-transaction-table th {
  background-color: #007bff;
  color: #ffffff;
}

.fund-history-transaction-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.fund-history-transaction-table tr:hover {
  background-color: #f1f1f1;
}

.fund-history-transaction-table th:first-child,
.fund-history-transaction-table td:first-child {
  border-top-left-radius: 8px;
}

.fund-history-transaction-table th:last-child,
.fund-history-transaction-table td:last-child {
  border-top-right-radius: 8px;
}

.funds-show-funds-history {
  display: flex;
  justify-content: flex-start;
  /* Center align the button */
  margin: 20px;
  /* Add some margin for spacing */
}

.funds-show-funds-history button {
  background-color: #007bff;
  /* Blue background */
  color: #ffffff;
  /* White text */
  border: none;
  /* Remove default border */
  padding: 10px 20px;
  /* Add padding for button size */
  font-size: 16px;
  /* Increase font size */
  border-radius: 5px;
  /* Round the corners */
  cursor: pointer;
  /* Pointer cursor on hover */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Add a slight shadow */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* Smooth transition for hover effects */
}

.funds-show-funds-history button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Larger shadow on hover */
}

.funds-show-funds-history button:focus {
  outline: none;
  /* Remove default focus outline */
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
  /* Custom focus outline */
}

.basket-invest-value-container {
  background-color: #F3F3F3;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 240px;
  height: 130px;
  padding: 14px;
}

.basket-invest-value-container-top {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-invest-value-container-top div:last-child {
  color: #B3B3B3;
  cursor: pointer;
}

.basket-invest-value-container-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-invest-value-container-bottom div:first-child {
  color: #666666;
}

.basket-invest-value-container-bottom-red,
.basket-invest-value-container-bottom-green {
  border-radius: 100px;
  padding: 6px 10px;
}

.basket-invest-value-container-bottom-green {
  background-color: #D2F4CF;
}

.basket-invest-value-container-bottom-red {
  background-color: #E66C71;
}

.fund-withradw-funds-container {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #E5E7EB;
  /* Light gray border */
  border-radius: 8px;
  /* Rounded corners */
  background-color: #F9FAFB;
  /* Light background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Subtle shadow */
  font-family: 'Arial', sans-serif;
  /* Default font */
}

.fund-withradw-funds-container-header {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  /* Dark gray text */
}

.fund-withradw-funds-container-header div {
  margin-bottom: 10px;
  font-weight: 500;
}

.fund-withradw-funds-container-check-funds {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Space between form elements */
  margin-bottom: 20px;
  /* Space before withdraw initiated message */
}

.fund-withradw-funds-container-check-funds form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fund-withradw-funds-container-check-funds label {
  font-weight: 600;
  /* Bold label */
  color: #1F2937;
  /* Darker text */
}

.fund-withradw-funds-container-check-funds input {
  padding: 10px;
  border: 1px solid #D1D5DB;
  /* Light border */
  border-radius: 4px;
  font-size: 14px;
  color: #374151;
  /* Dark gray text */
}

.fund-withradw-funds-container-check-funds input:focus {
  border-color: #3B82F6;
  /* Blue border on focus */
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  /* Blue shadow on focus */
}

.fund-withradw-funds-container-check-funds button {
  padding: 10px 15px;
  background-color: #10B981;
  /* Green button */
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  /* White text */
  font-size: 14px;
  font-weight: 600;
  /* Bold text */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fund-withradw-funds-container-check-funds button:hover {
  background-color: #059669;
  /* Darker green on hover */
}

.error-message {
  font-size: 14px;
  color: #EF4444;
  /* Red text for error */
  font-weight: 600;
  /* Bold text */
}

.withdraw-initiated-message {
  font-size: 16px;
  color: #10B981;
  /* Green text */
  font-weight: 600;
  /* Bold text */
  text-align: center;
  /* Center the message */
  padding: 10px;
  background-color: #ECFDF5;
  /* Light green background */
  border: 1px solid #D1FAE5;
  /* Light green border */
  border-radius: 4px;
}

.history-pending-btn-container {
  display: flex;
  align-items: center;
}

.marketwatch-ticker-container::-webkit-scrollbar {
  width: 0.2rem;
}

.marketwatch-ticker-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0.5rem;
}

.marketwatch-ticker-container::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 1rem;
}

.basket-table-scroll::-webkit-scrollbar {
  width: 8px;
  /* Adjust the width of the scrollbar */
}

/* The track (background of the scrollbar) */

.basket-table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* The handle (scrollbar itself) */

.basket-table-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  /* Rounded edges */
}

/* Handle on hover */

.basket-table-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:scale-\[2\]:hover {
  --tw-scale-x: 2;
  --tw-scale-y: 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));
}

.hover\:border-b-\[4px\]:hover {
  border-bottom-width: 4px;
}

.hover\:border-b-\[5px\]:hover {
  border-bottom-width: 5px;
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600\/10:hover {
  background-color: rgb(37 99 235 / 0.1);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-green-600\/20:hover {
  background-color: rgb(22 163 74 / 0.2);
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-green-800\/10:hover {
  background-color: rgb(22 101 52 / 0.1);
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-red-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}

.hover\:bg-red-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-800\/10:hover {
  background-color: rgb(133 77 14 / 0.1);
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:h-1\/6 {
  height: 16.666667%;
}

.group:hover .group-hover\:h-2\/6 {
  height: 33.333333%;
}

.group:hover .group-hover\:text-center {
  text-align: center;
}

.peer:checked ~ .peer-checked\:translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}

.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:w-\[38\%\] {
    width: 38%;
  }

  .sm\:w-\[75vw\] {
    width: 75vw;
  }
}

@media (min-width: 768px) {
  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[70vw\] {
    width: 70vw;
  }
}

@media (min-width: 1024px) {
  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[60vw\] {
    width: 60vw;
  }
}

@media (min-width: 1280px) {
  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-\[25\%\] {
    width: 25%;
  }

  .xl\:w-\[50vw\] {
    width: 50vw;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }
}