/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-\[-10px\] {
  left: -10px;
}

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

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

.right-\[-20px\] {
  right: -20px;
}

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

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

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

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

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

.\!col-span-8 {
  grid-column: span 8 / span 8 !important;
}

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

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

.\!m-0 {
  margin: 0px !important;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.\!mr-0 {
  margin-right: 0px !important;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-\[90\%\] {
  height: 90%;
}

.h-\[70\%\] {
  height: 70%;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.w-full {
  width: 100%;
}

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

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

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

.\!w-auto {
  width: auto !important;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[\#C4C4C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

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

.bg-\[\#9DB3C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(157 179 200 / var(--tw-bg-opacity));
}

.bg-\[\#F3E4E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 228 224 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

.pb-16 {
  padding-bottom: 4rem;
}

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

.align-items-flex-start {
    align-items: flex-start !important;
}
.row-reverse {
    flex-direction: row-reverse;
}

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

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

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

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

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

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

.capitalize {
  text-transform: capitalize;
}

.text-\[\#898989\] {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

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

.outline-0 {
  outline-width: 0px;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #F2F5F9;
  background-image: url('../img/background-pasywisx.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
}

select {
  position: relative;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.75rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(146 41 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(146 41 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  select {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 976px) {
  select {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

select select {
  display: none
}

/*style the arrow inside the select element:*/

.select2-selection__rendered:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 13px;
  height: 8px;
  background: url('../img/select-arrow.png');
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

/*point the arrow upwards when the select box is open (active):*/

.select2-container--open .select2-selection__rendered:after {
  transform: rotate(0deg);
}

.select-selected.select-arrow-active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(146 41 229 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(146 41 229 / var(--tw-text-opacity));
}

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
  font-size: 16px;
  line-height: 19px;
}

.select-items div,.select-selected {
  padding: 20px 23px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}

/*style items (options):*/

.select-items {
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  margin-top: 21px;
  overflow: hidden;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected,  .custom-select .select-selected {
  position: relative;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0px;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  outline-width: 0px;
  direction: rtl;
}

.select-selected:focus,  .custom-select .select-selected:focus {
  --tw-border-opacity: 1;
  border-color: rgb(146 41 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(146 41 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .select-selected,  .custom-select .select-selected {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 976px) {
  .select-selected,  .custom-select .select-selected {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hr-brown {
  border-color: rgba(229, 229, 229, 0.5);
}

.select-backwards {
  direction: rtl;
}

.gradient-violet {
  background: linear-gradient(0deg, #BE8EE6 -11.85%, #9229E5 100%);
}

.gradient-silver {
  background: linear-gradient(123.31deg, #A8B2B9 7.13%, #FFFFFF 195.84%);
}

.border-color-custom-gray {
  border-color:rgba(215, 215, 215, 0.8);
}

.background-silver-custom {
  background: #8989891a;
}

.select-custom-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-repeat: no-repeat;
}

.remove-select-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.remove-select-icon::-ms-expand {
  display: none;
}

.button-check-item.active {
  background: transparent !important;
  color: #D759AD;
  border-color: #D759AD !important;
}

.long-shadow {
  box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
  -webkit-box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
  -moz-box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
}

input:checked + div svg {
  visibility: visible !important;
  display: block !important;
}

/* */

input[type="radio"] + label span {
  transition: all .2s,
      transform .2s;
}

input {
  background-color: transparent;
}

input[type="radio"]:checked + label span {
  background-color: #D759AD;
  box-shadow: 0px 0px 0px 2px white inset;
}

input[type="radio"]:checked + label{
  color: #D759AD;
}

/* */

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.js_tap_btn.done, .js_tap_btn.active {
  color: #333333 !important;
}

.js_tap_btn.done span {
  background-color: #BE8EE6 !important;
  color: #D759AD !important;
}

.js_tap_btn.active span {
  background-color: #D759AD !important;
  border-color: #D759AD !important;
  color: white !important;
}

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.5);
}

.accordion-button.active .accordion-content {
  display: block !important;
  visibility: visible !important
}

.accordion-button.active .active-icon {
  display: none;
}

.accordion-button.active .inactive-icon {
  display: block !important;
  visibility: visible !important
}

input[type="radio"].radio-box:checked + label {
  color: black !important;
  border-color: #D759AD !important;
  border-width: 2px !important;
  background: transparent !important;
}

input[type="radio"].radio-box:checked + label span {
  background: transparent !important;
}

input[type="radio"].radio-box:checked + label span.span-background-important {
  background-color: #EBDCFF !important;
}

input[type="radio"].radio-box:checked + label span.span-background-important2 {
  background-color: #D759AD !important;
}

/* */

.main-sidebar {
  min-height: 90vh;
  width: 100%;
  max-width: 260px;
  display: none;
  visibility: hidden;
}

@media (min-width: 976px) {
  .main-sidebar {
    visibility: visible !important;
    display: block !important;
    border-right-width: 1px;
  }
}

@media (min-width: 1600px) {
  .main-sidebar {
    max-width: 384px;
  }
}

.main-sidebar {
  border-color: rgba(215, 215, 215, 0.8);
}

.main-sidebar .brand {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .main-sidebar .brand {
    padding-left: 1.5rem;
    padding-top: 60px;
    padding-bottom: 84px;
  }
}

@media (min-width: 1600px) {
  .main-sidebar .brand {
    padding-left: 53px;
    padding-right: 53px;
  }
}

.main-sidebar .link-bot {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .main-sidebar .link-bot {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1600px) {
  .main-sidebar .link-bot {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/* */

.sidebar-list {
  margin-bottom: 9rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .sidebar-list {
    padding-right: 24px;
  }
}

@media (min-width: 1550px) {
  .sidebar-list {
    padding-right: 50px;
  }
}

.sidebar-list li {
  margin-bottom: 0.75rem;
}

.sidebar-list li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

@media (min-width: 1550px) {
  .sidebar-list li a {
    font-size:14px;
  }
}

.sidebar-list li a:hover {
  background-color: rgb(0 0 0 / 0.05);
}

@media (min-width: 976px) {
  .sidebar-list li a {
    padding-top: 16px;
    padding-bottom: 13px;
    padding-right: 22px;
  }
}

@media (min-width: 1600px) {
  .sidebar-list li a {
    padding-left: 3rem;
    padding-left: 55px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.sidebar-list li a:hover {
  border-radius: 0px 15px 15px 0px;
}

.sidebar-list li.active a {
  background: #D759AD;
  border-radius: 0px 15px 15px 0px;
  color: white;
  font-weight: 700;
}

.sidebar-list li a img {
  float: right;
  display: inline;
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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));
}

@media (min-width: 1600px) {
  .sidebar-list li a img {
    --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));
  }
}

.sidebar-list li.active img {
  filter:brightness(0) invert(1);
}

/* */

.btn-thumbnail {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-thumbnail img:first-of-type {
  margin-right: 15px;
}

.btn-thumbnail img:last-of-type {
  margin-left: auto;
}

.btn-grayscale {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 234 236 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  transition:0.3s all;
}
.btn-grayscale:hover {
    background:#D9D9D9;
}

@media (min-width: 976px) {
  .btn-grayscale {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}

.btn-grayscale img {
  position: absolute;
  left: 5px;
  top: 12px;
  cursor: pointer;
}

/* */

.main-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 480px) {
  .main-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .main-content {
    padding-top: 50px;
    padding-bottom: 4rem;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .main-content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 88px;
    padding-right: 66px;
    padding-top: 55px;
    padding-bottom: 84px;
  }
}

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

@media (min-width: 976px) {
  .heading-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.heading-top .left-side {
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .heading-top .left-side {
    grid-column: span 1 / span 1;
  }
}

.heading-top .left-side h1 {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 480px) {
  .heading-top .left-side h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .heading-top .left-side h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.heading-top .right-side {
  grid-column: span 1 / span 1;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .heading-top .right-side {
    grid-column: span 1 / span 1;
  }
}

.select-icon {
  margin-left: 1rem;
  display: inline;
  min-width: 55px;
}

@media (min-width: 976px) {
  .select-icon {
    margin-left: 37px;
  }
}

.select-icon img:first-of-type {
  display: inline;
}

.select-icon img:last-of-type {
  margin-left: 16px;
  display: inline;
}

.icon-list {
  display: inline-flex;
  align-items: center;
}

.icon-list li {
  margin-left: 10px;
}

@media (min-width: 976px) {
  .icon-list li {
    margin-left: 45px;
  }
}

.icon-list li.active button {
  position: relative;
}

.icon-list li.active button::after {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #D80027;
  border-radius: 50%;
}

.icon-list li button {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px !important;
  background-color: transparent;
}

.icon-list li button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity)) !important;
}

.welcome-message {
  margin-top: 19px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .welcome-message {
    margin-bottom: 2.5rem;
  }
}

.welcome-message p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.business-registration-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.businessRegistrationWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    min-height: 330px;
    flex-basis: 45%;
    margin: 2.5%;
    position: relative;
    flex-direction: column;
}
.businessRegistrationWrapper a {
    color: #D759AD;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    margin-top: 2rem;
}
.businessRegistrationWrapper a:hover {
    color:rgb(90, 0, 161);
}
.businessRegistrationWrapper .add-icon-btn {
    flex-direction: column;
    color: #333;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}
.businessRegistrationWrapper .add-icon-btn span {
    margin-bottom:2rem;
}
.business-registration-row .businessRegistrationWrapper > h4 {
    color: #BEBEBE;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top:1rem;
    margin-bottom: 0;
    
}
.business-registration-row .businessRegistrationWrapper > h5 {
    color: #333;
    text-align: center;
    font-size: 16px;
}
.deleteRegistrationButton {
    position: absolute;
    top:10px;
    right:30px;
}
.dashboard-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .dashboard-wrapper {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

@media (min-width: 976px) {
  .dashboard-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1440px) {
  .dashboard-wrapper {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
}

.dashboard-wrapper {
  min-width: 100%;
}

.dashboard-wrapper .dashboard-wrapper-5 {
  grid-column: span 12 / span 12;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .dashboard-wrapper .dashboard-wrapper-5 {
    margin-bottom: 0px;
  }
}

@media (min-width: 976px) {
  .dashboard-wrapper .dashboard-wrapper-5 {
    grid-column: span 5 / span 5;
  }
}

.dashboard-wrapper .dashboard-wrapper-7 {
  grid-column: span 12 / span 12;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .dashboard-wrapper .dashboard-wrapper-7 {
    margin-bottom: 0px;
  }
}

@media (min-width: 976px) {
  .dashboard-wrapper .dashboard-wrapper-7 {
    grid-column: span 7 / span 7;
  }
}

.dashboard-wrapper .block-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.5);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .dashboard-wrapper .block-wrapper {
    padding: 20px;
  }
}

@media (min-width: 1440px) {
  .dashboard-wrapper .block-wrapper {
    padding: 40px;
  }
}

.dashboard-wrapper .block-wrapper .close {
  position: absolute;
  top: -20px;
  right: 20px;
  cursor: pointer;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  display: none;
  visibility: hidden;
}

.dashboard-wrapper .block-wrapper:hover .close {
  visibility: visible !important;
  display: block !important;
}

.dashboard-wrapper .block-wrapper.no-padding {
  padding: 0 !important
}

.dashboard-wrapper-heading {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .dashboard-wrapper-heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.dashboard-wrapper-heading.text-white {
  color: white !important
}

.btn-black {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.btn-black {
  color: white
}

.btn-tabs-outline-violet {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .btn-tabs-outline-violet {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-tabs-outline-violet.active-tab-btn {
  color:#D759AD;
  border: 1.5px solid #D759AD;
  border-radius: 10px;
  text-transform: uppercase;
}

.select-grayscale div.select-selected {
  border-radius: 0.5rem;
  padding: 0.5rem;
  padding-right: 2.5rem !important;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #8989891a;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .select-grayscale div.select-selected {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.select-grayscale-no-icon div.select-selected {
  border-radius: 0.5rem;
  padding: 0.5rem;
  padding-right: 1rem !important;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  background: #8989891a;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-grayscale-no-icon div.select-selected::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .select-grayscale-no-icon div.select-selected {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.select-grayscale-no-icon div.select-selected::after {
  display: none !important;
}

.balance-block h2 {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.balance-block h2 {
  color: white
}

.balance-block-tabs {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.balance-block-tabs div {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.balance-block-tabs div {
  color: white
}

.balance-block-tabs-control {
  text-align: right;
}

.balance-block-tabs-control button:last-of-type {
  margin-left: 1rem;
}

.balance-block .balance-carousel-amount {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.balance-block .balance-carousel-amount {
  color: white
}

.balance-block .balance-carousel-amount {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.balance-block .balance-carousel-amount {
  color: white
}

.balance-block .balance-carousel-amount span:first-of-type {
  margin-right: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .balance-block .balance-carousel-amount span:first-of-type {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1440px) {
  .balance-block .balance-carousel-amount span:first-of-type {
    margin-right: 1rem;
  }
}

.balance-block .balance-carousel-amount span:last-of-type {
  font-weight: 400;
}

.button-select-with-image {
  display: inline-flex;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.button-select-with-image {
  color: white
}

@media (min-width: 768px) {
  .button-select-with-image {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.button-select-with-image img {
  margin-right: 0.5rem;
  display: inline;
}

.balance-block .select-text {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.balance-block .select-text {
  color: white
}

.tabs-block .tabs-block-controls {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  text-align: center;
}

.tabs-block .btn-tab-container {
}

.input-group {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.input-group > div, .input-group-full {
    position: relative;
}

.input-group-with-select {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
}

.input-group-with-select .left-side {
  grid-column: span 9 / span 9;
}

@media (min-width: 768px) {
  .input-group-with-select .left-side {
    grid-column: span 10 / span 10;
  }
}

.input-group-with-select .left-side input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

.input-group-with-select .right-side {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
  .input-group-with-select .right-side {
    grid-column: span 2 / span 2;
  }
}

.input-group-with-select .right-side select {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
  direction: rtl;
}

label {
  margin-bottom: 0.5rem;
  display: block;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
  text-transform: uppercase;
}

@media (min-width: 768px) {
  label {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 600;

  }
}

.input-group label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .input-group label {
    font-size: 0.625rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}

.input-group input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  outline-width: 0px;
}

.input-group input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.input-group input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .input-group input {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 976px) {
  .input-group input {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.input-group-with-transfer-select {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.input-group-with-transfer-select .left-side, .input-group-with-transfer-select .right-side {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .input-group-with-transfer-select .left-side, .input-group-with-transfer-select .right-side {
    grid-column: span 5 / span 5;
  }
}

.input-group-with-transfer-select .middle {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .input-group-with-transfer-select .middle {
    grid-column: span 2 / span 2;
  }
}

.input-group-with-transfer-select .wrapper {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: flex-end;
}

.input-group-with-transfer-select .wrapper-select {
  grid-column: span 3 / span 3;
}

.input-group-with-transfer-select .wrapper-input {
  grid-column: span 6 / span 6;
}

.input-group-with-transfer-select .wrapper-select select {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
  direction: rtl;
}

.input-group-with-transfer-select .wrapper-input input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(6 15 39 / var(--tw-text-opacity));
  outline-width: 0px;
}

.tabs-block #tab2 .btn-black {
  margin-top: 2rem;
}

.link-violet {
  cursor: pointer;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.link-violet:hover {
  --tw-text-opacity: 1;
  color: rgb(90 0 161 / var(--tw-text-opacity));
}

.heading-wrapper-center {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.heading-wrapper-center h2 {
  margin: 0px !important;
}

.heading-wrapper-center div:last-of-type {
  margin-left: auto;
  text-align: right;
}

.table-2column {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  border-bottom-width: 1px;
  padding-bottom: 1.25rem;
  border-color:rgba(215, 215, 215, 0.8);
}

@media (min-width: 768px) {
  .table-2column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

div.table-2column:last-of-type {
  margin: 0px;
  border-width: 0px;
  padding-bottom: 0px;
}

.table-2column .right-side {
  grid-column: span 5 / span 5;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .table-2column .right-side {
    grid-column: span 1 / span 1;
  }
}

.iconbox {
  grid-column: span 7 / span 7;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .iconbox {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 976px) {
  .iconbox {
    gap: 0px;
  }
}

.iconbox .img-side {
  grid-column: span 3 / span 3;
}

.iconbox .text-side {
  grid-column: span 9 / span 9;
}

.iconbox .text-side h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.iconbox .text-side p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.indicator-box {
  display: flex;
  align-items: center;
}

.indicator-box img {
  margin-right: 0.5rem;
  display: inline;
}

.indicator-box p {
  display: inline;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.indicator-box p.success {
  --tw-text-opacity: 1;
  color: rgb(0 192 88 / var(--tw-text-opacity));
}

.image-block img {
  height: 100%;
  width: 100%;
}

.chart-block .chart-block-filter {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 1440px) {
  .chart-block .chart-block-filter {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.chart-block .chart-block-filter .heading {
  grid-column: span 2 / span 2;
}

.chart-block .chart-block-filter .filters {
  grid-column: span 5 / span 5;
  margin-left: auto;
  text-align: right;
}

@media (min-width: 1440px) {
  .chart-block .chart-block-filter .filters {
    grid-column: span 3 / span 3;
  }
}

.chart-block .chart-block-filter .filters select:first-of-type {
  margin-right: 1rem;
}

.chart-block select {
  width: auto;
}

.select-date-icon {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.select-date-icon img {
  margin-right: 0.5rem;
  display: inline;
}

.main-content-2column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-content-2column .left-side {
  position: relative;
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 480px) {
  .main-content-2column .left-side {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .main-content-2column .left-side {
    padding-top: 120px;
  }
}

@media (min-width: 976px) {
  .main-content-2column .left-side {
    grid-column: span 1 / span 1;
    padding: 84px;
    min-height: 100vh;
  }
}

@media (min-width: 1600px) {
  .main-content-2column .left-side {
    padding-left: 168px;
    padding-right: 168px;
  }
}

.main-content-2column .left-side .brand {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  padding: 1rem;
  padding: 42px;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .main-content-2column .left-side .brand {
    visibility: visible !important;
    display: block !important;
  }
}

@media (min-width: 976px) {
  .main-content-2column .left-side .brand {
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

.main-content-2column .left-side .wrapper {
  width: 100%;
  text-align: center;
}

.main-content-2column .left-side .wrapper h1 {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 40px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-content-2column .left-side .wrapper h1 {
    max-width:520px;
    margin:2rem auto 1rem auto;
  }
}

.main-content-2column .left-side .wrapper .description {
  margin-bottom: 4rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-content-2column .left-side .wrapper .description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main-content-2column .left-side .wrapper .description a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.main-content-2column .left-side .wrapper .description span {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.forgot-password2 .link-violet {
  font-weight: 600;
}

.forgot-password2 .wrapper p:last-of-type {
  margin-top: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.input-group-full {
  margin-top: 2.5rem;
}
.iti.iti--allow-dropdown {
    width:100%;
}

.input-group-full div.select-selected, .input-group-full input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  outline-width: 0px;
}

.input-group-full div.select-selected::-moz-placeholder, .input-group-full input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.input-group-full div.select-selected::placeholder, .input-group-full input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.input-group-full div.select-selected:focus, .input-group-full input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .input-group-full div.select-selected, .input-group-full input {
    font-size: 0.857rem;
    line-height: 1.5rem;
  }
}

.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.input-group-full div.select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .input-group-full div.select-selected {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.icon-input-group {
  position: relative;
}

.icon-input-group svg {
  position: absolute;
  right: 12px;
  bottom: 6px;
  cursor: pointer;
}

.forgot-password .icon-box, .forgot-password2 .icon-box {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.forgot-password2 .description {
  margin-bottom: 0 !important;
}

.btn-back-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.btn-back-wrapper a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.btn-back-wrapper a img {
  margin-right: 0.5rem;
  display: inline;
}

.verification-code .wrapper p:last-of-type {
  margin-top: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .verification-code .wrapper p:last-of-type {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.verification-code .wrapper p:last-of-type a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.main-content-2column input {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.main-content-2column input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-content-2column input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-content-2column .right-side {
  grid-column: span 2 / span 2;
  background: url('../img/big-background.jpeg');
  background-size:cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (min-width: 976px) {
  .main-content-2column .right-side {
    grid-column: span 1 / span 1;
  }
}

.main-content-2column .right-side img {
  height: 100%;
  width: 100%;
}

.radio-btn-wrapper {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

.radio-btn-wrapper input {
  position: absolute;
  height: 8px;
  width: 8px;
  opacity: 0;
}

@media (min-width: 768px) {
  .radio-btn-wrapper input {
    height: 2rem;
    width: 2rem;
  }
}

.radio-btn-wrapper div {
  margin-right: 0.5rem;
  display: flex;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .radio-btn-wrapper div {
    height: 22px;
    width: 22px;
  }
}

.radio-btn-wrapper .icon-wrapper {
  margin-right: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

.radio-btn-wrapper svg {
  pointer-events: none;
  height: 0.75rem;
  width: 0.75rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
  display: none;
  visibility: hidden;
}

.radio-btn-wrapper .icon-wrapper label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.radio-btn-wrapper label {
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.radio-btn-wrapper.disabled label {
    color:#ccc;
}

.login-page .columns-2 {
  margin-top: 1.5rem;
}

.login-page .columns-2 div:last-of-type {
  text-align: right;
}

.login-page .columns-2 div:last-of-type a {
  font-weight: 600;
}

.btn-success {
  margin-bottom: 2rem;
  margin-top: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
}

.btn-success:disabled {
    background: #ccc;
    cursor:not-allowed;
}
.btn-success:disabled:hover {
    background:#ccc;
}

.dashboard-wrapper-heading.btn-success {
  color: white
}

.btn-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 0 161 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .btn-success {
    margin-bottom: 0px;
  }
}

/* footer */

footer .footer-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(51 57 68 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 480px) {
  footer .footer-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  footer .footer-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 976px) {
  footer .footer-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

footer .footer-wrapper .footer-brand {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 976px) {
  footer .footer-wrapper .footer-brand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

footer .footer-wrapper .footer-links {
  grid-column: span 3 / span 3;
  text-align: right;
}

@media (min-width: 976px) {
  footer .footer-wrapper .footer-links {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 768px) {
  .list-inline {
    display: inline-flex;
  }
}

.list-inline li {
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.list-inline li {
  color: white
}

@media (min-width: 768px) {
  .list-inline li {
    margin-left: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 976px) {
  footer hr {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

footer p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgb(255 255 255 / .56);
}

.content-wrapper {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.content-wrapper-main {
  grid-column: span 12 / span 12;
  border-radius: 15px;
  background-color: rgb(255 255 255 / 0.5);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 976px) {
  .content-wrapper-main {
    grid-column: span 8 / span 8;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media (min-width: 768px) {
  .new-payment .content-wrapper-main {
    padding: 3rem !important;
  }
}

.input-group-full-amount-half {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
}

@media (min-width: 768px) {
  .input-group-full-amount-half {
    gap: 2rem;
  }
}

.input-group-full-amount-half .left-side {
  grid-column: span 8 / span 8;
}

@media (min-width: 976px) {
  .input-group-full-amount-half .left-side {
    grid-column: span 4 / span 4;
  }
}

.input-group-full-amount-half .left-side input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

.input-group-full-amount-half .right-side {
  grid-column: span 4 / span 4;
}

@media (min-width: 976px) {
  .input-group-full-amount-half .right-side {
    grid-column: span 2 / span 2;
  }
}

.input-group-full-amount-half .right-side div.select-selected {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
  direction: rtl;
}

.content-wrapper-main h2 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.content-wrapper-main .button-select-with-image {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.content-wrapper-main .btn-success {
  margin-top: 0px !important;
}

.input-group-full-amount {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
}

@media (min-width: 768px) {
  .input-group-full-amount {
    gap: 2rem;
  }
}

.input-group-full-amount .left-side {
  grid-column: span 8 / span 8;
}

.input-group-full-amount .left-side input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

.input-group-full-amount .right-side {
  grid-column: span 4 / span 4;
}

.input-group-full-amount .right-side div.select-selected {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
  direction: rtl;
}

.content-wrapper-main label {
  text-transform: uppercase !important;
}

.show-less-btn {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.show-less-btn button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.show-less-btn button img {
  margin-right: 0.75rem;
  display: inline;
}

.show-more-btn {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.show-more-btn button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.show-more-btn button img {
  margin-right: 0.75rem;
  display: inline;
}

.content-wrapper-main .input-group-full {
  margin-top: 2rem !important;
}

.content-wrapper-sidebar {
  grid-column: span 12 / span 12;
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.5);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 976px) {
  .content-wrapper-sidebar {
    grid-column: span 4 / span 4;
    padding: 2.25rem;
  }
}

.search-input {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

.search-input form {
  display: flex;
  width: 100%;
  align-items: center;
}

.search-input input {
  margin-left: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  outline-width: 0px;
}

.transfers-page .heading-wrapper-center {
  margin-bottom: 1rem !important;
}

.add-icon-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .add-icon-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.add-icon-btn span {
  margin-right: 0.5rem;
  display: flex;
  height: 24px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
}

.icon-circle {
  margin-right: 0.5rem;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
}
.icon-circle svg {
    width:20px;
}
@media (min-width: 768px) {
  .add-icon-btn span {
    margin-right: 1rem;
    height: 45px;
    width: 45px;
  }
}

.add-icon-btn.icon-big span {
  height: 45px !important;
  width: 45px !important;
}

.add-icon-btn:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(213 180 255 / var(--tw-bg-opacity));
}

.transfers-page .add-icon-btn, .new-payment .add-icon-btn {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 976px) {
  .new-payment  .content-wrapper-main {
    padding: 2rem;
  }
}

.new-payment  input, .new-payment  select {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.new-payment .button-select-with-image {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

@media (min-width: 768px) {
  .new-payment .button-select-with-image {
    width: 66.666667%;
  }

  .new-payment .btn-success {
    margin: auto;
    display: grid;
    width: 66.666667%;
  }
}

.btn-thumbnail-icon {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.btn-thumbnail-icon .left-side {
  grid-column: span 10 / span 10;
}

.btn-thumbnail-icon .left-side .img-box {
  display: flex;
  align-items: center;
}

.btn-thumbnail-icon .left-side .img-box img {
  margin-right: 0.75rem;
  display: inline;
  height: 55px !important;
  width: 55px !important;
}

.btn-thumbnail-icon .left-side .img-box p {
  overflow-wrap: break-word;
  text-align: left;
  word-spacing: 100vw;
  white-space: pre-line;
}

.btn-thumbnail-icon .right-side {
  grid-column: span 2 / span 2;
  text-align: right;
}

.btn-thumbnail-icon .right-side img {
  display: inline;
}

.content-wrapper-full {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .content-wrapper-full {
    margin-top: 0.5rem;
  }
}

.content-wrapper-full-inner {
  grid-column: span 12 / span 12;
  border-radius: 0.5rem;
  background-color: rgb(255 255 255 / 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .content-wrapper-full-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 976px) {
  .content-wrapper-full-inner {
    padding: 2.25rem;
  }
}

.content-wrapper-full-inner h2 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .content-wrapper-full-inner h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.content-wrapper-full-inner h3 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.content-wrapper-full-inner h4 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.content-wrapper-full-inner .button-select-with-image {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.columns2-mobile-1 {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-end;
  gap: 2rem;
}

.btn-with-filters {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .btn-with-filters {
    gap: 2rem;
  }
}

.btn-with-filters .left-side {
  grid-column: span 12 / span 12;
}

@media (min-width: 1440px) {
  .btn-with-filters .left-side {
    grid-column: span 4 / span 4;
  }
}

.btn-with-filters .right-side {
  grid-column: span 12 / span 12;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .btn-with-filters .right-side {
    margin-top: 0px;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

@media (min-width: 1440px) {
  .btn-with-filters .right-side {
    grid-column: span 8 / span 8;
  }
}

.btn-with-filters .right-side button {
  margin: 0.25rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 239 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 241 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .btn-with-filters .right-side button {
    margin-left: 0.5rem;
    padding: 10px;
  }
}

@media (min-width: 1600px) {
  .btn-with-filters .right-side button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.columns2-mobile-1-inner {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .columns2-mobile-1-inner {
    grid-column: span 1 / span 1;
  }
}

.filters-submit-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

.filters-submit-wrapper .left-side {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .filters-submit-wrapper .left-side {
    grid-column: span 1 / span 1;
  }
}

.filters-submit-wrapper .left-side button {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.filters-submit-wrapper .left-side button img {
  margin-right: 1rem;
  display: inline;
}

.filters-submit-wrapper .right-side {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .filters-submit-wrapper .right-side {
    grid-column: span 1 / span 1;
  }
}

.filters-submit-wrapper .right-side button {
  margin-top: 0px !important;
  margin-bottom: 0px;
}

hr {
  margin-bottom: 3rem;
  border-color: #D7D7D7CC;
}

.table-top-statement {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
}

.table-top-statement .left-side {
  grid-column: span 8 / span 8;
}

@media (min-width: 768px) {
  .table-top-statement .left-side {
    grid-column: span 3 / span 3;
  }
}

.table-top-statement .left-side p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.table-top-statement .right-side {
  grid-column: span 4 / span 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

@media (min-width: 768px) {
  .table-top-statement .right-side {
    grid-column: span 9 / span 9;
  }
}

.table-top-statement .right-side button {
  margin-left: 1.5rem;
}

.table-statements-main {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .table-statements-main {
    align-items: baseline;
  }
}

hr.table-divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: #D7D7D7CC;
}

.table-statements-main div:nth-child(1) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(1) {
    grid-column: span 2 / span 2;
  }
}

.table-statements-main div:nth-child(1) span {
  margin-right: 1rem;
  font-size: 10px;
  font-weight: 500;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(1) span {
    visibility: visible;
    display: inline;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-main div:nth-child(1) p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(1) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-main div:nth-child(2) {
  grid-column: span 12 / span 12;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(2) {
    grid-column: span 3 / span 3;
    justify-content: flex-start;
  }
}

.table-statements-main div:nth-child(2) p {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(2) div {
    display: none;
  }
}

.table-statements-main div:nth-child(2) div img {
  margin-right: 0.5rem;
  display: inline;
}

.table-statements-main div:nth-child(3) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(3) {
    grid-column: span 3 / span 3;
  }
}

.table-statements-main div:nth-child(3) p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(3) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-main div:nth-child(4) {
  grid-column: span 2 / span 2;
  text-align: center;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(4) {
    visibility: visible;
    grid-column: span 2 / span 2;
    display: block;
  }
}

.table-statements-main div:nth-child(4) img {
  margin-right: 0.5rem;
  display: inline;
}

.table-statements-main div:nth-child(4) p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(4) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-main div:nth-child(5) {
  grid-column: span 2 / span 2;
  text-align: center;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(5) {
    visibility: visible;
    display: block;
    text-align: right;
  }
}

.table-statements-main div:nth-child(5) p {
  display: inline;
  font-size: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .table-statements-main div:nth-child(5) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-heading {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .table-statements-heading {
    visibility: visible;
    display: grid;
  }
}

.table-statements-heading p {
  display: inline;
  font-size: 10px;
  font-weight: 600 !important;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(137 137 137 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .table-statements-heading p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.table-statements-heading button {
  margin-left: 0.5rem;
  display: inline;
  height: 100%;
}

.table-statements-heading img {
  display: inline;
}

.heading-with-btn {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .heading-with-btn {
    gap: 2rem;
  }
}

.heading-with-btn h2 {
  margin-bottom: 0px !important;
}

.heading-with-btn div:last-of-type {
  text-align: right;
}

.cards-page .heading-with-btn button {
  margin-left: auto;
}

.filter-section-2-3 {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-end;
  gap: 2rem;
}

.filter-section-2-3 .left-side {
  grid-column: span 3 / span 3;
}

@media (min-width: 976px) {
  .filter-section-2-3 .left-side {
    grid-column: span 1 / span 1;
  }
}

.filter-section-2-3 .right-side {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 976px) {
  .filter-section-2-3 .right-side {
    grid-column: span 2 / span 2;
    margin-left: auto;
    justify-content: flex-end;
  }
}

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

@media (min-width: 768px) {
  .inline-buttons {
    margin-left: 2rem;
  }
}

.inline-buttons button {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 239 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 241 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .inline-buttons button {
    margin-left: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.inline-icons {
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .inline-icons {
    margin-left: 2rem;
  }
}

.inline-icons button {
  margin-left: 1.5rem;
}

.inline-icons button:first-of-type {
  margin: 0px;
}

.table-pagination {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.table-pagination .left-side p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.table-pagination .right-side {
  text-align: right;
}

.table-pagination .right-side button:last-of-type {
  margin-left: 2rem;
}

.table-pagination .right-side button img {
  display: inline;
}

.cards-table {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .cards-table {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
  }
}

.cards-table div:nth-child(1) {
  grid-column: span 1 / span 1;
}

.cards-table div:nth-child(2) {
  grid-column: span 4 / span 4;
}

.cards-table div:nth-child(2) p {
  display: inline;
  font-size: 10px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table div:nth-child(2) p:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(2) p:nth-of-type(1) {
    margin-bottom: 0px;
    display: inline;
  }
}

.cards-table div:nth-child(2) div.items-table-mobile {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(2) div.items-table-mobile {
    display: none;
  }
}

.cards-table div:nth-child(2) div.items-table-mobile p {
  margin: 0px !important;
}

.cards-table div:nth-child(2) div div {
  margin-right: 8px;
  display: inline-block;
}

.icon-success {
  margin-right: 1rem;
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 192 88 / var(--tw-bg-opacity));
}

.icon-platinum {
  margin-right: 1rem;
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(184 128 230 / var(--tw-bg-opacity));
}

.icon-warning {
  margin-right: 1rem;
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 0 / var(--tw-bg-opacity));
}

.icon-danger {
  margin-right: 1rem;
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(216 0 39 / var(--tw-bg-opacity));
}

.cards-table div:nth-child(3) {
  grid-column: span 3 / span 3;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(3) {
    visibility: visible;
    display: block;
  }
}

.cards-table div:nth-child(3) p {
  display: inline;
  font-size: 10px;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(3) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table div:nth-child(4) {
  grid-column: span 3 / span 3;
}

.cards-table div:nth-child(4) p {
  display: inline;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(4) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table div:nth-child(4) p.platinum {
  display: inline;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .cards-table div:nth-child(4) p.platinum {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table div:nth-child(5) {
  grid-column: span 1 / span 1;
}

.cards-table div:nth-child(5) img {
  display: inline;
}

.cards-table-heading {
  margin-top: 4rem;
  align-items: center !important;
}

.cards-table-heading div:nth-child(2) p {
  margin: 0px !important;
  display: inline;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-table-heading div:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table-heading div:nth-child(3) p {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-table-heading div:nth-child(3) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table-heading div:nth-child(4) {
  display: flex;
  align-items: center;
}

.cards-table-heading div:nth-child(4) p {
  display: inline;
  background-color: transparent;
  padding: 0px !important;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-table-heading div:nth-child(4) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cards-table-heading div:nth-child(5) p {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-table-heading div:nth-child(5) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

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

.message-box-inner {
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .message-box-inner {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    min-height: 100vh;
  }
}

@media (min-width: 976px) {
  .message-box-inner {
    padding: 2.25rem;
  }
}

.message-box-inner img {
  margin-bottom: 1.5rem;
}

.message-box-inner h2 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.message-box-inner p {
  margin-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .message-box-inner p {
    width: 41.666667%;
  }
}

.message-box-inner a {
  width: 33.333333%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.message-box-inner a {
  color: white
}

.popup-wrapper {
  height: 100vh;
}

.popup-wrapper-main {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .popup-wrapper-main {
    width: 41.666667%;
  }
}

.popup-wrapper-main {
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .popup-wrapper-wider .popup-wrapper-main {
    width: 58.333333%;
  }
}

.popup-wrapper-main-inner {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255);
  padding: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
  .popup-wrapper-wider .popup-wrapper-main-inner {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.popup-wrapper-main-inner .modal-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.popup-wrapper-main-inner img {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.popup-wrapper-main-inner p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.popup-wrapper-main-inner button.confirm {
  width: 50%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.popup-wrapper-main-inner button.confirm {
  color: white
}

.popup-btns {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

.popup-wrapper h2 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.popup-btns-inner {
  grid-column: span 1 / span 1;
}

.popup-btns-inner .btn-success {
  margin: 0px;
}
.popup-btns-inner .btn-cancel {
    display: block;
    text-align: center;
}

.btn-cancel {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  cursor: pointer;
}

.btn-cancel:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.thumbnail-info {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.thumbnail-info img, .thumbnail-info p {
  margin: 0px;
}

.thumbnail-info .left-side {
  grid-column: span 2 / span 2;
}

.thumbnail-info .right-side {
  grid-column: span 1 / span 1;
  text-align: right;
}

.thumbnail-info .right-side p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

.thumbnail-box img {
  display: inline;
  width: 100%;
  max-width: 56px;
}

.thumbnail-box p {
  margin-left: 1rem;
  display: inline;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .thumbnail-box p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.transaction-popup hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-color: #D7D7D7CC;
}

@media (min-width: 768px) {
  .transaction-popup hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .transaction-popup .popup-wrapper-main {
    width: 50%;
  }
}

.transaction-popup .popup-wrapper-main-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 2rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
}

.transaction-details {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px) {
  .transaction-details {
    align-items: baseline;
  }
}

.transaction-details .left-side {
  grid-column: span 8 / span 8;
}

@media (min-width: 768px) {
  .transaction-details .left-side {
    grid-column: span 4 / span 4;
  }
}

.transaction-details .left-side p:first-of-type {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.transaction-details .left-side p:last-of-type {
  margin: 0px !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.transaction-details .right-side {
  grid-column: span 8 / span 8;
}

@media (min-width: 768px) {
  .transaction-details .right-side {
    grid-column: span 4 / span 4;
  }
}

.transaction-details-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.transaction-details-inner div:first-of-type {
  text-align: center;
}

.transaction-details-inner div:first-of-type p:first-of-type {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.transaction-details-inner div:first-of-type img {
  margin: 0px !important;
  margin-right: 0.5rem !important;
  display: inline;
}

.transaction-details-inner div:first-of-type p:last-of-type {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.transaction-details-inner div:last-of-type {
  text-align: center;
}

@media (min-width: 768px) {
  .transaction-details-inner div:last-of-type {
    text-align: right;
  }
}

.transaction-details-inner div:last-of-type p:first-of-type {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.transaction-details-inner div:last-of-type p:last-of-type {
  margin: 0px !important;
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .edit-popup .popup-wrapper-main {
    width: 66.666667% !important;
  }
}

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

@media (min-width: 768px) {
  .edit-popup .popup-wrapper-main-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.edit-popup .input-group {
  width: 100%;
  text-align: left;
}

.edit-popup .popup-btns {
  margin-top: 2rem;
  width: 83.333333%;
}

@media (min-width: 768px) {
  .delete-popup .popup-wrapper-main {
    width: 66.666667% !important;
  }

  .delete-popup .popup-wrapper-main-inner {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.delete-popup .popup-wrapper-main-inner p:first-of-type {
  margin-bottom: 0px !important;
  margin-top: 1rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600 !important;
}

.delete-popup .popup-wrapper-main-inner p:last-of-type {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.delete-popup .popup-btns {
  width: 83.333333%;
}

@media (min-width: 976px) {
  .fa-popup .popup-wrapper-main-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.fa-popup-digits {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.fa-popup-digits input {
  margin-right: 1rem;
  display: inline;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

.fa-popup-digits input::-moz-placeholder {
  text-align: center !important;
}

.fa-popup-digits input::placeholder {
  text-align: center !important;
}

.fa-popup-digits input:last-of-type {
  margin-right: 0px;
}

.fa-popup .popup-btns {
  margin-top: 1rem;
}

.block-popup p {
  margin-top: 1rem;
  font-weight: 600;
}

.block-popup .popup-btns {
  width: 100%;
}

@media (min-width: 768px) {
  .block-popup .popup-wrapper-main-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.heading-notitle h1 {
  display: none !important;
}

.heading-notitle .select-icon {
  margin: 0px;
}

.heading-description-half {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .heading-description-half {
    width: 58.333333%;
  }
}

.fa-digits-page {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: left;
}

.fa-digits-page input {
  width: 14%;
}

@media (min-width: 768px) {
  .fa-page .popup-btns {
    width: 66.666667%;
  }
}

.faq-page hr {
  margin: 0px;
}

@media (min-width: 768px) {
  .accordion-main {
    margin-bottom: 4rem;
  }
}

.accordion-main button {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  border-bottom-width: 1px;
  border-color: #D7D7D7CC;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-main button div:nth-of-type(1) {
  grid-column: span 10 / span 10;
  text-align: left;
}

.accordion-main button div:nth-of-type(1) p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.accordion-main button div:nth-of-type(2) {
  grid-column: span 2 / span 2;
  text-align: right;
}

.accordion-main button div:nth-of-type(2) p {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.accordion-main button div:nth-of-type(3) {
  grid-column: span 12 / span 12;
  padding: 1rem;
  text-align: left;
  display: none;
  visibility: hidden;
}

.accordion-main button div:nth-of-type(3) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.contact-page label {
  text-transform: uppercase;
}

.contact-page input {
  text-transform: capitalize;
}

.contact-page .btn-success {
  margin-top: 2rem;
}

.page-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .page-wrapper {
    gap: 4rem;
  }
}

.page-wrapper-inner {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .page-wrapper-inner {
    grid-column: span 6 / span 6;
  }
}

.page-wrapper-inner p.description-heading {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.page-wrapper-inner p.description-paragraph {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.icon-description-box {
  margin-top: 3rem;
  display: inline-block;
  max-width: 70%;
}

.icon-description-box-main {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .icon-description-box-main {
    margin-bottom: 0px;
  }
}

.icon-description-box-main .left-side {
  grid-column: span 2 / span 2;
}

.icon-description-box-main .right-side {
  grid-column: span 9 / span 9;
}

.icon-description-box-main .right-side span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

textarea {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

textarea::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

textarea::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

textarea {
  outline-width: 0px;
}

@media (min-width: 768px) {
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.rounded-icon-box label {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.rounded-icon-box a {
  display: inline-block;
  min-width: 70%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding: 0.5rem;
  padding-right: 3.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .rounded-icon-box a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.rounded-icon-box a svg {
  margin-right: 0.5rem;
  display: inline;
}

@media (min-width: 768px) {
  .rounded-icon-box a svg {
    margin-right: 1rem;
  }
}

.input-group-end {
  align-items: flex-start;
}
.input-flex-end {
  align-items: flex-end;
}

.cards-carousel {
  padding-left: 25px;
  padding-right: 40px;
}

.cards-carousel-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  padding: 1rem;
  background: linear-gradient(123.31deg, #A8B2B9 7.13%, #FFFFFF 195.84%);
  box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
  -webkit-box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
  -moz-box-shadow: 3px 27px 27px -9px rgba(208,207,207,0.75);
}

@media (min-width: 768px) {
  .cards-carousel-inner {
    padding: 1.5rem;
  }
}

.cards-carousel-inner {
  justify-content: space-between;
}

.cards-carousel-inner .card-first {
  position: absolute;
  left: -25px;
  top: 8%;
  z-index: -1;
  height: 84%;
  width: 84%;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(157 179 200 / var(--tw-bg-opacity));
}

.cards-carousel-inner .card-second {
  position: absolute;
  right: -25px;
  top: 9%;
  z-index: -1;
  height: 82%;
  width: 82%;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 228 224 / var(--tw-bg-opacity));
}

.cards-carousel-inner .card-third {
  position: absolute;
  right: -40px;
  top: 20%;
  z-index: -4;
  height: 60%;
  width: 60%;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 146 / var(--tw-bg-opacity));
}

.cards-carousel-inner img {
  margin-bottom: 0.5rem;
  max-width: 78px;
}

@media (min-width: 768px) {
  .cards-carousel-inner img {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .cards-carousel-inner img {
    margin-bottom: 52px;
  }
}

.cards-carousel-inner hr:last-of-type {
  margin-bottom: 0px !important;
}

.cards-carousel-inner-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-carousel-inner-details div:first-of-type {
  border-right-width: 1px;
  border-color: #D7D7D7CC;
  padding-top: 1rem;
}

.cards-carousel-inner-details div:last-of-type {
  padding-left: 1rem;
  padding-top: 1rem;
}

.cards-carousel-inner-details div:first-of-type p:first-of-type {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-carousel-inner-details div:first-of-type p:first-of-type {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cards-carousel-inner-details div:first-of-type p:last-of-type {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .cards-carousel-inner-details div:first-of-type p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cards-carousel-inner-details div:last-of-type p:first-of-type {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .cards-carousel-inner-details div:last-of-type p:first-of-type {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.cards-carousel-inner-details div:last-of-type p:last-of-type {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .cards-carousel-inner-details div:last-of-type p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.main-navbar {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (prefers-color-scheme: dark) {
  .main-navbar {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px) {
  .main-navbar {
    display: none;
  }
}

.main-navbar-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 480px) {
  .main-navbar-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.main-navbar-brand {
  display: flex;
  align-items: center;
}

.main-navbar-collapse {
  margin-left: 0.75rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.main-navbar-collapse:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.main-navbar-collapse:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .main-navbar-collapse {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .main-navbar-collapse:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .main-navbar-collapse:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
  }
}

@media (min-width: 768px) {
  .main-navbar-collapse {
    display: none;
  }
}

.main-navbar-collapse-menu {
  width: 100%;
}

@media (min-width: 768px) {
  .main-navbar-collapse-menu {
    display: block;
    width: auto;
  }
}

.main-navbar-collapse-menu-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (prefers-color-scheme: dark) {
  .main-navbar-collapse-menu-list {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px) {
  .main-navbar-collapse-menu-list {
    margin-top: 0px;
    flex-direction: row;
  }

  .main-navbar-collapse-menu-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .main-navbar-collapse-menu-list {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }

  @media (prefers-color-scheme: dark) {
    .main-navbar-collapse-menu-list {
      --tw-bg-opacity: 1;
      background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }
  }
}

.main-navbar-collapse-menu-list li a {
  display: block;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.main-navbar-collapse-menu-list li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (prefers-color-scheme: dark) {
  .main-navbar-collapse-menu-list li a {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .main-navbar-collapse-menu-list li a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 768px) {
  .main-navbar-collapse-menu-list li a {
    border-width: 0px;
    padding: 0px;
  }

  .main-navbar-collapse-menu-list li a:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
  }

  @media (prefers-color-scheme: dark) {
    .main-navbar-collapse-menu-list li a:hover {
      background-color: transparent;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
  }
}

.statements-page .add-icon-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.exchange-box {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-end;
  gap: 1rem;
}

.exchange-box .right-side,  .exchange-box .left-side {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .exchange-box .right-side,  .exchange-box .left-side {
    grid-column: span 5 / span 5;
  }
}

.exchange-box .middle {
  grid-column: span 12 / span 12;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .exchange-box .middle {
    grid-column: span 2 / span 2;
  }
}

.exchange-input {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: flex-end;
}

.exchange-input .left-side {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .exchange-input .left-side {
    grid-column: span 4 / span 4;
  }
}

.exchange-input .left-side div.select-selected {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
  direction: rtl;
}

.exchange-input .right-side {
  grid-column: span 7 / span 7;
}

@media (min-width: 768px) {
  .exchange-input .right-side {
    grid-column: span 5 / span 5;
  }
}

.exchange-input .right-side input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(6 15 39 / var(--tw-text-opacity));
  outline-width: 0px;
}

.new-conversion .btn-success {
  margin-top: 1.5rem;
}

.btn-rounded-more {
  border-radius: 15px;
}

.conversions-page .filter-section-2-3 .left-side p {
  margin-right: 1rem;
  display: inline;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.conversions-page .filter-section-2-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.conversions-page .filter-section-2-3 .left-side {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
  .conversions-page .filter-section-2-3 .left-side {
    grid-column: span 1 / span 1;
  }
}

.conversions-page .filter-section-2-3 .left-side div.select-selected {
  display: inline;
  width: auto;
  padding-right: 2.5rem;
}

.conversions-page .filter-section-2-3 .right-side {
  grid-column: span 3 / span 3;
}

@media (min-width: 768px) {
  .conversions-page .filter-section-2-3 .right-side {
    grid-column: span 2 / span 2;
  }
}

.conversions-page .filter-section-2-3 .right-side div.select-selected {
  margin-left: 1rem;
  width: auto;
  padding-right: 4rem;
}

.conversions-page .filter-section-2-3 .right-side .inline-icons {
  margin-left: 0.5rem;
}

.from-to-box {
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .from-to-box {
    flex-wrap: nowrap;
  }
}

.from-to-box div:nth-of-type(1) {
  width: 40% !important;
}

@media (min-width: 768px) {
  .from-to-box div:nth-of-type(1) {
    margin-right: 3rem;
    width: auto !important;
  }
}

.from-to-box div:nth-of-type(1) button {
  margin-bottom: 4px;
  font-weight: 500 !important;
}

.from-to-box div:nth-of-type(2) {
  width: 20% !important;
}

@media (min-width: 768px) {
  .from-to-box div:nth-of-type(2) {
    margin-right: 3rem;
    width: auto !important;
  }
}

.from-to-box div:nth-of-type(3) {
  width: 40% !important;
}

@media (min-width: 768px) {
  .from-to-box div:nth-of-type(3) {
    margin-right: 6rem;
    width: auto !important;
  }
}

.from-to-box div:nth-of-type(3) button {
  margin-bottom: 4px;
  font-weight: 500 !important;
}

.from-to-box div:nth-of-type(2) svg {
  margin-bottom: 21px;
}

.from-to-box label {
  margin-bottom: 1.5rem;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.from-to-box div:nth-of-type(4) {
  width: 100%;
}

@media (min-width: 768px) {
  .from-to-box div:nth-of-type(4) {
    width: auto;
  }
}

.from-to-box div:nth-of-type(4) button {
  margin-top: 2rem !important;
  width: 100% !important;
}

@media (min-width: 768px) {
  .from-to-box div:nth-of-type(4) button {
    margin-top: 0px !important;
    width: auto;
  }
}

p.date-selection {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.conversions-table {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .conversions-table {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.conversions-table p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .conversions-table p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.conversions-table div:nth-of-type(3), .conversions-table div:nth-of-type(5), .conversions-table div:nth-of-type(6), .conversions-table div:nth-of-type(8) {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .conversions-table div:nth-of-type(3), .conversions-table div:nth-of-type(5), .conversions-table div:nth-of-type(6), .conversions-table div:nth-of-type(8) {
    visibility: visible;
    display: block;
  }
}

.conversions-table div:nth-of-type(1),  .conversions-table div:nth-of-type(2),  .conversions-table div:nth-of-type(4) {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .conversions-table div:nth-of-type(1),  .conversions-table div:nth-of-type(2),  .conversions-table div:nth-of-type(4) {
    grid-column: span 1 / span 1;
  }

  .conversions-table div:nth-of-type(2) p:nth-of-type(2), 
.conversions-table div:nth-of-type(4) p:nth-of-type(2) {
    display: none;
  }
}

.conversions-heading p {
  font-size: 10px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .conversions-heading p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.choose-card-box {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: flex-end;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .choose-card-box {
    gap: 2rem;
  }
}

.choose-card-box-inner {
  grid-column: span 1 / span 1;
  display: flex;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .choose-card-box-inner {
    padding: 2rem;
  }
}

.choose-card-box-inner img:last-of-type {
  margin-bottom: 2rem;
  cursor: pointer;
}

.choose-card-box-inner p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .choose-card-box-inner p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.card-ready-page {
  text-align: center;
}

.card-ready-page img {
  display: inline-block;
}

.card-ready-page h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.app-download-icon-box {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.app-download-icon-box .left-side {
  margin-left: auto;
  text-align: right;
}

.app-download-icon-box .right-side {
  text-align: left;
}

.btn-back-box {
  display: flex;
  justify-content: center;
}

.btn-back-box a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.btn-back-box a img {
  margin-right: 0.5rem;
  display: inline;
}

.enter-card-pin-box {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .enter-card-pin-box {
    gap: 2rem;
  }
}

@media (min-width: 1440px) {
  .enter-card-pin-box {
    gap: 5rem;
  }
}

.enter-card-pin-box .left-side {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .enter-card-pin-box .left-side {
    grid-column: span 5 / span 5;
  }
}

.enter-card-pin-box .right-side {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .enter-card-pin-box .right-side {
    grid-column: span 7 / span 7;
  }
}

.enter-card-pin-box label:last-of-type {
  margin-top: 4rem;
}

.enter-pin-box {
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .enter-pin-box {
    align-items: flex-start;
    text-align: left;
  }
}

.enter-pin-box input {
  margin-right: 1rem;
  display: inline;
  width: 10%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  outline-width: 0px;
}

.get-physical-card-page .heading-wrapper-center {
  margin-bottom: 0px !important;
}

.get-physical-card-page .input-group-full input {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.checkout-page-inner {
  margin: auto;
  display: grid;
}

@media (min-width: 768px) {
  .checkout-page-inner {
    margin-top: 7rem;
  }
}

@media (min-width: 976px) {
  .checkout-page-inner {
    width: 50%;
  }
}

.checkout-page-inner hr {
  margin-bottom: 1.5rem;
}

.checkout-page .btn-success {
  margin-top: 0px;
}

.checkout-page-inner-wrapper {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

.checkout-page-inner-wrapper .left-side {
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
}

.checkout-page-inner-wrapper .left-side p {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.checkout-page-inner-wrapper .right-side {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.checkout-page-inner-wrapper .right-side p {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.checkout-page-inner-wrapper .right-side svg path, .checkout-page-inner-wrapper .right-side svg circle {
  fill: #C4C4C4;
}

.checkout-page-inner-wrapper .right-side-second {
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.checkout-page-inner-wrapper .right-side-second .inner {
  display: flex;
  max-width: 24rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.checkout-page-inner-wrapper .right-side button:last-of-type {
  margin-left: 2rem;
}

.checkout-page .checkout-page-inner-wrapper:last-of-type {
  margin-bottom: 0.75rem;
}

.input-radio-main {
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.input-radio-main label {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.input-radio-main span {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.inline-icons-container {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.card-details-main {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

.card-details-main-inner {
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .card-details-main-inner {
    grid-column: span 3 / span 3;
  }
}

.card-details-main-inner p:first-of-type {
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .card-details-main-inner p:first-of-type {
    margin-bottom: 3rem;
  }
}

.card-details-main-inner p:last-of-type {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.card-details-main-inner:nth-of-type(2) p:last-of-type {
  font-weight: 700;
}

.cards-carousel-control {
  margin-top: 2rem;
  text-align: center;
}

.cards-carousel-control img:first-of-type {
  margin-right: 1.5rem;
  display: inline;
}

.cards-carousel-control img:last-of-type {
  margin-left: 1rem;
  display: inline;
}

.cards-carousel-control button {
  margin-right: 0.5rem;
  display: inline;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.active-item-carousel {
  background-color: #D759AD !important;
  width: 19px !important;
}

.manage-cards-main-card-wrapper {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

.manage-cards-main-card-wrapper .left-side {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .manage-cards-main-card-wrapper .left-side {
    grid-column: span 1 / span 1;
  }
}

.manage-cards-main-card-wrapper .right-side {
  grid-column: span 2 / span 2;
  align-items: center;
}

@media (min-width: 768px) {
  .manage-cards-main-card-wrapper .right-side {
    grid-column: span 1 / span 1;
    padding-left: 5rem;
  }
}

.icon-text-link {
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
  font-weight: 600;
}

@media (min-width: 768px) {
  .icon-text-link {
    margin-bottom: 3rem;
  }
}

.icon-text-link:last-of-type {
  margin-bottom: 0px;
}

.icon-text-link img {
  margin-right: 1rem;
  display: inline;
  height: 45px;
}

.subscriptions-page .popup-btns {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .subscriptions-page .popup-btns {
    width: 66.666667%;
  }
}

.subscriptions-page .popup-btns .btn-success {
  margin-top: 0px;
}

.subscriptions-page p {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .subscriptions-page p {
    display: inline-block;
    width: 83.333333%;
  }
}

.subscriptions-page label {
  font-weight: 400;
}

.inbox-filters-box {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .inbox-filters-box {
    gap: 2rem;
  }
}

.inbox-filters-box .left-side {
  grid-column: span 12 / span 12;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .inbox-filters-box .left-side {
    grid-column: span 4 / span 4;
  }
}

.inbox-filters-box .right-side {
  grid-column: span 12 / span 12;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .inbox-filters-box .right-side {
    grid-column: span 4 / span 4;
    margin-top: 0px;
  }
}

.inbox-filters-box .left-side button:last-of-type {
  margin-left: 2.5rem;
}

.inbox-filters-box .left-side p {
  margin-left: 0.5rem;
  display: inline;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.message-inbox-table {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.message-inbox-table div:nth-of-type(1) {
  grid-column: span 1 / span 1;
}

.message-inbox-table div:nth-of-type(2) {
  grid-column: span 3 / span 3;
}

.message-inbox-table div:nth-of-type(3) {
  grid-column: span 6 / span 6;
}

.message-inbox-table div:nth-of-type(4) {
  grid-column: span 2 / span 2;
}

.message-inbox-table div:nth-of-type(2) p {
  display: inline;
  font-size: 10px;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .message-inbox-table div:nth-of-type(2) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.message-inbox-table div:nth-of-type(3) p {
  display: inline;
  font-size: 10px;
}

@media (min-width: 768px) {
  .message-inbox-table div:nth-of-type(3) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.message-inbox-table div:nth-of-type(4) p {
  display: inline;
  font-size: 10px;
}

@media (min-width: 768px) {
  .message-inbox-table div:nth-of-type(4) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.message-inbox-heading p {
  font-size: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .message-inbox-heading p {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
}

.message-reply {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.message-reply-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  display: flex;
  height: 100vh;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}

.message-reply-wrapper-inner {
  position: absolute;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .message-reply-wrapper-inner {
    width: 83.333333%;
  }
}

.message-reply-wrapper-inner-box {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 976px) {
  .message-reply-wrapper-inner-box {
    padding: 2.25rem;
  }
}

.message-reply-wrapper-inner .close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.message-reply-wrapper-inner h2 {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.message-reply-wrapper-inner hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.message-reply-wrapper-inner .table-pagination {
  margin-bottom: 1.5rem;
}

.message-reply-wrapper-inner textarea {
  margin-top: 2rem;
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.message-reply-input {
  display: flex;
  align-items: center;
}

.message-reply-input .left-side {
  margin-right: 0.5rem;
}

.message-reply-input .right-side {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .message-reply-input .right-side {
    padding: 0px;
  }
}

.message-reply-input .right-side input {
  display: block;
  width: 100%;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  outline-width: 0px;
}

.message-reply-input .left-side label {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.message-reply-input:nth-of-type(3) .right-side input {
  font-weight: 500;
}

.reply-btns-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .reply-btns-control {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.reply-btns-control div:nth-of-type(1) {
  grid-column: span 1 / span 1;
}

.reply-btns-control div:nth-of-type(2) {
  grid-column: span 2 / span 2;
  text-align: right;
}

@media (min-width: 768px) {
  .reply-btns-control div:nth-of-type(2) {
    grid-column: span 1 / span 1;
  }
}

.reply-btns-control div:nth-of-type(2) button {
  margin-left: 1rem;
}

.sub-acc-control-top {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .sub-acc-control-top {
    gap: 2rem;
  }
}

.sub-acc-control-top div:nth-of-type(1) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .sub-acc-control-top div:nth-of-type(1) {
    grid-column: span 6 / span 6;
  }
}

.sub-acc-control-top div:nth-of-type(1) button {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .sub-acc-control-top div:nth-of-type(1) button {
    width: 50%;
  }
}

.sub-acc-control-top div:nth-of-type(2) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .sub-acc-control-top div:nth-of-type(2) {
    grid-column: span 6 / span 6;
    display: flex;
    justify-content: flex-end;
  }
}

.filter-search {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}

.filter-search p {
  margin-left: 0.5rem;
  display: inline;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.sub-acc-table {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .sub-acc-table {
    margin-top: 2rem;
  }
}

.sub-acc-table div:nth-of-type(1) {
  grid-column: span 1 / span 1;
}

.sub-acc-table div:nth-of-type(2) {
  grid-column: span 3 / span 3;
}

.sub-acc-table div:nth-of-type(2) p {
  font-weight: 700;
}

.sub-acc-table div:nth-of-type(3) {
  grid-column: span 6 / span 6;
}

.sub-acc-table div:nth-of-type(4) {
  grid-column: span 2 / span 2;
}

.sub-acc-table p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .sub-acc-table p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.sub-acc-heading {
  margin-top: 3rem;
}

.sub-acc-heading p {
  display: inline;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .sub-acc-heading p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.add-new-popup {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.add-new-popup-wrapper {
  position: relative;
  grid-column: span 12 / span 12;
  display: flex;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
}

@media (min-width: 976px) {
  .add-new-popup-wrapper {
    height: 100vh;
    min-height: 100%;
  }
}

.add-new-popup-wrapper-inner {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .add-new-popup-wrapper-inner {
    width: 83.333333%;
  }
}

.add-new-popup-wrapper-inner-box {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 976px) {
  .add-new-popup-wrapper-inner-box {
    padding: 4rem;
  }
}

.add-new-popup-wrapper-inner-box .close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.add-new-popup-wrapper-inner-box h2 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.add-new-popup-wrapper-inner-box label {
  text-transform: uppercase;
}

.add-new-popup-wrapper-inner-box input {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-transform: capitalize;
}

.add-new-popup-wrapper-inner-box div.select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-transform: capitalize;
}

.add-new-popup-wrapper-inner-box .popup-btns {
  margin: auto;
  margin-top: 4rem;
  width: 83.333333%;
}

@media (min-width: 768px) {
  .choose-acc-page .popup-btns {
    margin-top: 4rem;
    width: 50%;
  }

  .choose-acc-page h2 {
    margin-bottom: 5rem;
  }
}

.radio-button-account {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.radio-button-account label {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .radio-button-account label {
    flex-direction: row;
  }
}

.radio-button-account span:nth-of-type(1) {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.radio-button-account span:nth-of-type(2) {
  margin-left: 1rem;
  margin-right: 1rem;
  border-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .radio-button-account span:nth-of-type(2) {
    margin-left: 1.5rem;
    margin-right: 2rem;
  }
}

.radio-button-account span:nth-of-type(2) {
  box-shadow: none !important;
}

.radio-button-account span:nth-of-type(3) {
  margin-right: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .radio-button-account span:nth-of-type(3) {
    margin-right: 2rem;
  }
}

.radio-button-account span:nth-of-type(4) {
  margin-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .radio-button-account span:nth-of-type(4) {
    margin-right: 2rem;
  }
}

.radio-button-account span:nth-of-type(4) {
  box-shadow: none !important;
}

.add-new-btn {
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}


.bank-info-page .btn-success {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .bank-info-page .btn-success {
    width: 50%;
  }
}

.bank-info-page input, .bank-info-page select {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bank-info-page .input-group {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .bank-info-page h2 {
    margin-bottom: 6rem;
  }
}

.bank-info-page label {
  text-transform: uppercase;
}

.conversions-info, .conversions-info-top {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.conversions-info-top p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 15 39 / var(--tw-text-opacity));
}

.conversions-info-top p span {
  margin-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.conversions-info div:nth-of-type(1), .conversions-info div:nth-of-type(2) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .conversions-info div:nth-of-type(1), .conversions-info div:nth-of-type(2) {
    grid-column: span 6 / span 6;
  }
}

.conversions-info-top div:nth-of-type(1), .conversions-info-top div:nth-of-type(2) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .conversions-info-top div:nth-of-type(1), .conversions-info-top div:nth-of-type(2) {
    grid-column: span 6 / span 6;
  }
}

.conversions-info div:nth-of-type(1) p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 15 39 / var(--tw-text-opacity));
}

.conversions-info div:nth-of-type(2) p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.conversions-info div:nth-of-type(2) p img {
  margin-right: 0.5rem;
  display: inline;
}

.radio-btn-text {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.radio-btn-text:first-of-type {
  margin-left: 0px;
}

.radio-btn-text label {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.radio-btn-text span {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.choose-radio-box {
  margin-top: 2rem;
}

.choose-radio-box label {
  margin-bottom: 1.5rem;
}

.choose-radio-box-inner {
  display: flex;
  max-width: 24rem;
  flex-wrap: wrap;
}

.recipient-add .popup-btns {
  margin-top: 1rem;
}

.thumbnail-image-box {
  display: flex;
  align-items: center;
}

.thumbnail-image-box img {
  margin-right: 2rem;
  height: 56px;
  width: 56px;
}

.thumbnail-image-box p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.recipient-view-details {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}

.recipient-view-details div {
  grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
  .recipient-view-details div {
    grid-column: span 3 / span 3;
  }
}

.recipient-view-details div p:first-of-type {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.recipient-view-details div p:last-of-type {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.recipient-view-details div:last-of-type p:last-of-type {
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.recipient-view .popup-btns {
  margin-top: 3rem;
  width: 100%;
}

.recipient-table {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px) {
  .recipient-table {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
}

.recipient-table div:nth-of-type(1) {
  grid-column: span 12 / span 12;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(1) {
    grid-column: span 3 / span 3;
    display: flex;
    justify-content: flex-start;
  }
}

.recipient-table div:nth-of-type(1) .thumbnail-name-box img {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(1) .thumbnail-name-box img {
    visibility: visible;
    display: inline;
  }
}

.recipient-table div:nth-of-type(1) .thumbnail-name-box p {
  text-align: left;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(1) button {
    display: none;
  }
}

.recipient-table div:nth-of-type(2) {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(2) {
    grid-column: span 2 / span 2;
  }
}

.recipient-table div:nth-of-type(3) {
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(3) {
    grid-column: span 2 / span 2;
  }
}

.recipient-table div:nth-of-type(4) {
  grid-column: span 6 / span 6;
  text-align: right;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(4) {
    grid-column: span 2 / span 2;
    text-align: left;
  }
}

.recipient-table div:nth-of-type(5) {
  grid-column: span 2 / span 2;
  text-align: right;
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(5) {
    visibility: visible;
    display: block;
  }
}

.thumbnail-name-box {
  display: flex;
  align-items: center;
}

.thumbnail-name-box p {
  display: inline;
  padding-left: 0.5rem;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .thumbnail-name-box p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.thumbnail-name-box p {
  padding: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-spacing: 100vw;
  white-space: pre-line;
}

@media only screen and (max-width: 960px) {
  .thumbnail-name-box p {
    overflow-wrap: unset;
    word-spacing: unset;
  }
}

.thumbnail-name-box img {
  margin-right: 1rem;
  width: 28px;
}

@media (min-width: 768px) {
  .thumbnail-name-box img {
    width: 56px;
  }
}

.recipient-table div:nth-of-type(2) p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(2) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.recipient-table div:nth-of-type(3) p {
  display: inline;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(3) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.recipient-table div:nth-of-type(4) p {
  display: inline;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 10px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .recipient-table div:nth-of-type(4) p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.recipient-table div:nth-of-type(4) p.company {
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
}

.recipient-table div:nth-of-type(5) img {
  display: inline;
}

.recipient-table div:nth-of-type(5) button {
  margin-left: 1rem;
}

.recipient-heading {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .recipient-heading {
    visibility: visible;
    display: grid;
  }
}

.recipient-heading p {
  background-color: transparent !important;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .recipient-heading p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .swiper-slide-inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.swiper-slide-inner a {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.swiper-slide-inner-button {
  display: flex;
}

.swiper-slide-inner-button div:nth-of-type(1) {
  display: flex;
  align-items: center;
  text-align: center;
}

.swiper-slide-inner-button div:nth-of-type(1) span {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.error .swiper-slide-inner-button div:nth-of-type(1) span {
    background:#eb4d4b;
    border-color:#eb4d4b;
    color:#fff;
}
.complete .swiper-slide-inner-button div:nth-of-type(1) span {
    background:#6ab04c;
    border-color:#6ab04c;
    color:#fff;
}
.swiper-slide-inner-button:hover div:nth-of-type(1) span {
    background:#D5B4FF;
    border-color:#D5B4FF;
    color:#fff;
}

@media (min-width: 768px) {
  .swiper-slide-inner-button div:nth-of-type(1) span {
    height: 30px;
    width: 30px;
  }
}

.swiper-slide-inner-button div:nth-of-type(2) {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  text-align: left;
  font-size: 10px;
}

@media (min-width: 768px) {
  .swiper-slide-inner-button div:nth-of-type(2) {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}

.swiper-divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .table-spacing-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.table-spacing-desktop-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.table-spacing-desktop .input-group-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .table-spacing-desktop .input-group-full {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.table-spacing-desktop .input-group {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .table-spacing-desktop .input-group {
    margin-bottom: 2.5rem;
  }
}

.table-spacing-desktop h2 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .table-spacing-desktop h2 {
    margin-bottom: 2.5rem;
    line-height: 2.25rem;
    font-size: 2.25rem;
    line-height: 1;
  }
}

.table-spacing-desktop input, .table-spacing-desktop select,  .table-spacing-desktop .select-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tab-half-btn {
  margin: auto;
  display: grid;
}

@media (min-width: 768px) {
  .tab-half-btn {
    width: 50%;
  }
}

.tab-btn-container {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .tab-btn-container {
    margin-top: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.tab-btn-container .back-btn, .back-btn.back-toForm  {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.back-btn.back-toForm  {
    justify-content: flex-end;
}
.tab-btn-container .back-btn:hover, .back-btn.back-toForm:hover  {
    color:#D759AD;
}

@media (min-width: 768px) {
  .tab-btn-container .back-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tab-btn-container .back-btn button, .tab-btn-container .back-btn a, .back-btn.back-toForm a {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .tab-btn-container .back-btn button, .tab-btn-container .back-btn a, .back-btn.back-toForm a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.tab-btn-container .back-btn button img, .tab-btn-container .back-btn a img, .back-btn.back-toForm a img {
  margin-right: 0.5rem;
  display: inline;
}

.tab-btn-container .btn-success {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .tab-btn-container .btn-success {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.date-input {
  position: relative;
  width: 100%;
}

.date-input div {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 6px;
  display: flex;
  align-items: center;
  padding-left: 0px;
}

@media (min-width: 480px) {
  .date-input > div {
    bottom: 0px;
    padding-left: 0;
  }
}

.date-input input {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.date-input input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.date-input input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.date-input input {
  outline-width: 0px;
}

@media (min-width: 768px) {
  .date-input input {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 3rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.date-input input {
  /*background-image: url('../img/select-arrow.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100%;*/
}

@media only screen and (max-width: 600px) {
  .date-input input {
    background-image: none;
  }
}

.input-radio-group-full {
  margin-bottom: 2rem;
  align-items: flex-end;
  position: relative;
}

@media (min-width: 768px) {
  .input-radio-group-full {
    margin-top: 4rem;
  }
}

.input-radio-group-full-inner {
  display: flex;
  max-width: 24rem;
  flex-wrap: wrap;
}

.radio-input-inner {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}

.radio-input-inner label {
  margin-bottom: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.radio-input-inner span {
  margin-right: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.input-bot-text {
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.swiper-button-next, .swiper-button-prev {
  color: #D759AD !important;
}

.swiper-button-next {
  right: -10px !important;
}

.swiper-button-prev {
  left: -10px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: bold !important;
}

.payout-tab p {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.payout-tab p:nth-of-type(1) {
  margin-bottom: 1rem;
}

.list-dotted {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.big-file-input {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.big-file-input label {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: dashed;
  background-color: transparent;
}

.big-file-input div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.big-file-input p {
  margin-top: 1rem;
  margin-bottom: 0px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .big-file-input p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.big-file-input p span {
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.btn-success-half {
  margin: auto;
  display: grid;
  width: 50%;
}

.success-tab img {
  margin-bottom: 1.5rem;
}

.success-tab h2 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.success-tab p {
  margin-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .success-tab p {
    width: 41.666667%;
  }
}

.swiper-wrapper {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.radio-btn-wrapper-full {
  align-items: flex-start;
}

.radio-btn-wrapper-full div {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .radio-btn-wrapper-full div {
    margin-right: 2rem;
  }
}

.radio-btn-wrapper-full label {
  font-weight: 400;
}

.input-button-add {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .input-button-add {
    margin-top: 2.5rem;
  }
}

.input-button-add button {
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
  transition: 0.3s all;
}
.input-button-add button:hover {
    background-color: rgb(215 89 173 / var(--tw-border-opacity));
    color:#fff;
}

.add-details-table {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.add-details-table .input-button-add button {
    min-width: 260px;
}

@media (min-width: 768px) {
  .add-details-table {
    margin-top: 4rem;
  }
  #personsContainer .add-details-table {
    margin-top: 1rem;
  }
  .business-partners-tab .input-button-add, #personsContainer .input-button-add {
    margin-top: 1rem;
  }
}

.add-details-table hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.add-details-table-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}
.dynamic-list .add-details-table-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.dynamic-list .add-details-table-inner .dynamic-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
  padding:1rem 0;
  border-top:1px solid #D7D7D7CC;
  border-bottom:1px solid #D7D7D7CC;
}
.dynamic-list .add-details-table-inner .dynamic-item .actions {
    text-align: right;
}

@media (min-width: 768px) {
  .add-details-table-inner {
    gap: 2rem;
  }
}

.add-details-table-inner div:nth-of-type(2) {
  /* text-align: right; */
}

.add-details-table-inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.add-details-table-inner a {
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .add-details-table-inner a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.add-details-table-inner img {
  margin-left: 0.5rem;
  display: inline;
}

@media (min-width: 768px) {
  .add-details-table-inner img {
    margin-left: 1.5rem;
  }
}

.questionmark-icon {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.radio-btn-wrapper-full-center {
  align-items: center !important;
}

.btns-tab-controls {
  position: absolute;
  top: -105px;
  right: -10px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.7);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 13px;
  padding-right: 13px;
}

.btns-tab-controls button {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(51 57 68 / var(--tw-text-opacity));
}

.btns-tab-controls button:last-of-type {
  margin-bottom: 0px !important;
}

.btns-tab-controls button svg {
  margin-right: 12px;
}

.disable-outside-clicks {
  position: absolute;
  top: -100vh;
  right: -100vh;
  bottom: -100vh;
  left: -100vh;
  z-index: 10000;
}

.active-tab-btn {
  display: block !important;
  visibility: visible !important;
}

.profile-btns {
  position: absolute;
  left: 4.5rem;
  z-index: 10;
  width: auto;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.7);
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.profile-btns a {
  margin-bottom: 21px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(51 57 68 / var(--tw-text-opacity));
}

.profile-btns a:last-of-type {
  margin-bottom: 0px;
}

.profile-btns a svg {
  margin-right: 14px;
}

button.selected {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.list-selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity)) !important;
}

.language-select {
  position: absolute;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.7);
  padding: 12px;
  width: 120px;
  top: 2.25rem;
  left: -1rem;
  z-index: 444444444444444;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.language-select span {
  margin-right: 13px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}

.language-select span.active img {
  margin: 0px !important;
  display: block;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.language-select span:last-of-type {
  margin-right: 0px;
}

.language-select img {
  margin: 0px !important;
  height: 24px !important;
  width: 24px !important;
  border-radius: 9999px;
  border-width: 3px;
  border-color: transparent;
}

.language-select div {
  margin-bottom: 0.5rem;
  width: 100%;
  align-items: flex-end;
}

.language-select div:last-of-type {
  margin-bottom: 0px;
}

.list-selected {
  position: relative;
}

.list-item-absolute {
  z-index: 20;
  min-width: 239px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 14px;
  padding-right: 14px;
  display: none;
  visibility: hidden;
}

.list-selected div.list-item-absolute {
  visibility: visible !important;
  position: absolute;
  top: 65px;
  right: 0px;
  display: block !important;
}

.list-item-absolute hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-item-absolute-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-item-absolute-heading p {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.list-item-absolute-heading span {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 57 68 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 600;
  line-height: 14.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.list-item-absolute-heading span {
  color: white
}

.list-item-absolute-inner {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}

.list-item-absolute-inner p {
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.6px;
}

.list-item-absolute-inner2 {
  display: flex;
  justify-content: space-between;
}

.list-item-absolute-inner2 span {
  margin: 0px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.register-page {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 976px) {
  .register-page {
    flex-wrap: nowrap;
  }
}

.register-page .left-side {
  flex-grow: 1;
  padding: 25px;
}

@media (min-width: 768px) {
  .register-page .left-side {
    min-height: 100vh;
    padding-top: 160px;
    padding-left: 80px;
    padding-right: 110px;
  }
}

@media (min-width: 976px) {
  .register-page .left-side {
    max-width: 550px;
    flex-grow: 0;
  }
}

@media (min-width: 1600px) {
  .register-page .left-side {
    padding-top: 216px;
    padding-left: 110px;
    padding-right: 146px;
  }
}

.register-page .left-side {
  background-image: url('../img/bg-register.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom center;
}

.register-page .left-side h1 {
  margin-top: 89px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.register-page .left-side h1 {
  color: white
}

.register-page .left-side p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dashboard-wrapper-heading.register-page .left-side p {
  color: white
}

.register-page .right-side {
  flex-grow: 1;
  padding: 25px;
}

@media (min-width: 768px) {
  .register-page .right-side {
    padding: 0px;
  }
}

.register-page .right-side h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .register-page .right-side h2 {
    margin-top: 90px;
    margin-bottom: 0px;
    padding-bottom: 56px;
    padding-left: 80px;
  }
}

@media (min-width: 1600px) {
  .register-page .right-side h2 {
    margin-top: 160px;
    padding-left: 156px;
  }
}

.register-page .right-side h2 {
  border-bottom: 1px solid #D7D7D7CC;
}

.register-page .right-side h2::after {
  position: absolute;
  left: 0px;
  bottom: -2px;
  display: block;
  height: 4px;
  width: 95px;
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
  content: '';
}

@media (min-width: 768px) {
  .register-page .right-side .input-section-container {
    padding-left: 80px;
    padding-top: 80px;
    padding-right: 110px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .register-page .right-side .input-section-container {
    padding-left: 168px;
    padding-top: 76px;
    padding-right: 147px;
  }
}

.register-page .right-side .input-section-container p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .register-page .right-side .input-section-container p {
    margin-bottom: 81px;
    width: 66.666667%;
  }
}

.register-page input {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
}

.register-page input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.register-page input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.register-page input:focus {
  --tw-text-opacity: 1;
}

.register-page .radio-btn-wrapper label {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.register-page .radio-btn-wrapper label a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.input-group-mobile-full div:nth-of-type(1 ) {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .input-group-mobile-full div:nth-of-type(1 ) {
    grid-column: span 1 / span 1;
  }
}

.btn-mobile-smaller {
  font-size: 0.8em !important;
}

@media (min-width: 768px) {
  .btn-mobile-smaller {
    font-size: 1em !important;
  }
}

.checkout-page-inner-wrapper .right-side .btn-select-card-active svg path,.checkout-page-inner-wrapper .right-side .btn-select-card-active svg circle {
  fill: #D759AD !important;
}

.new-conversion .antispace-button {
  margin: 0px;
  gap: 0px;
}

@media (min-width: 768px) {
  .new-conversion .antispace-button {
    gap: 2rem;
  }
}

.new-conversion .antispace-button .btn-success {
  margin: 0px;
}

.add-icon-mobile-big {
  margin-bottom: 2rem;
  width: 100%;
  justify-content: center;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .add-icon-mobile-big {
    margin-bottom: 0px;
    width: auto;
    justify-content: flex-start;
    background-color: transparent;
    padding: 0px;
    text-align: left;
  }
}

.input-group-mobile-full div:nth-of-type(1),  .input-group-mobile-full div:nth-of-type(2) {
  grid-column: span 2 / span 2;
}

@media (min-width: 768px) {
  .input-group-mobile-full div:nth-of-type(1),  .input-group-mobile-full div:nth-of-type(2) {
    grid-column: span 1 / span 1;
  }
}

.input-group-mobile-nospacing {
  margin-bottom: 2rem !important;
}

/* Helpers */

.tip-msg, .tip-msg-before-3, .tip-msg-after-3, .phone-tip-msg {
    display: none;
    color:#D759AD;
    font-size:10px;
    margin-top:0.5rem;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.input-bot-text {
    position: absolute;
    left:0;
    bottom:-10px;
    transform:translateY(100%);
}
.error-msg {
    color:red;
    font-size:10px;
    margin-top:0.5rem;
    position: absolute;
    transform:translateY(100%);
    bottom: -10px;
    left: 0;
}
.error .input-bot-text {
    bottom:-40px;
}
.ui-tooltip {
    border-radius:10px;
    padding:23px;
    font-size:12px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.position-relative {
    position: relative;
}
.select-counter {
    margin-top: 1rem;
    position: relative;
}
.select-counter .select-deleteButton {
    position: absolute;
    right: -40px;
    bottom:0;
}
/* Sizers */
.mt-0 {margin-top:0 !important; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem !important; }
.my-0 {margin-top:0 !important; margin-bottom:0 !important;}
.main-content.pt-0 { padding-top:15px !important; } 

/* Overrides */
.phone-tip-msg {
    position: initial !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background:transparent;
}
.select2-container--default.select2-container--disabled  .select2-selection--single .select2-selection__placeholder {
    color:#ccc;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder, .radio-input-inner label {
    color:#000;
    font-weight: 400;
}
.radio-btn-wrapper-full label {
    text-transform: none;
    font-size: 0.875rem;
}
.radio-btn-wrapper-full div {
    margin-right:1rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right:-10px;
}
.daterangepicker select.monthselect {
    float: right;
    vertical-align: top;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    display:inline-block;
    vertical-align: top;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color:#D759AD;
}
.select2.select2-container {
    position: relative;
    display: block;
    width: 100% !important;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    outline-width: 0px;
}
.select2-container.select2-container--open {
    border-color: rgb(146 41 229 / var(--tw-border-opacity)) !important;
}
.select2-container--default .select2-selection--single {
    border:none;
    background:initial;
    border-radius:initial;
    height:24px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left:0;
    font-weight:400;
    line-height:1.5rem;
}
.select2-container--open .select2-selection--single .select2-selection__rendered {
    color:rgb(146 41 229);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display:none;
}
.select2-dropdown {
    border-radius: 10px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    margin-top: 21px;
}
.select2-results__option {
    padding:10px 23px;
    font-size:14px;
    line-height: 19px;
    font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color:#D759AD;
}
.select2-container--default .select2-results__option--selected.select2-results__option--selectable {
    background-color: transparent;
    color:#D759AD;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border:none;
    border-bottom: 1px solid #aaa;
    margin: 10px 23px;
    width: calc(100% - 46px);
    padding:10px 0;
    font-weight: 400;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color:rgb(146 41 229 / var(--tw-border-opacity)) !important;
    outline:none;
}
.select2-container--open .select2-dropdown--below {
    border-radius:10px;
}
.select2-container--open .select2-dropdown--above {
    margin-top:0;
}
.select2-container--default .select2-selection--multiple {
    background:transparent;
    border:none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background:transparent;
    padding:10px;
    font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left:30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding:10px;
    color:rgb(215 89 173 / var(--tw-bg-opacity));
}
.ui-widget-content.ui-autocomplete {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    border-radius: 6px;
}
.ui-widget-content.ui-autocomplete li {
    padding: 15px 23px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.ui-widget-content.ui-autocomplete li .ui-state-hover, .ui-widget-content.ui-autocomplete li .ui-state-active {
    background:transparent;
    color:#D759AD;
    border-color:transparent;
    outline:none;
}

/* End overrides */

@media (min-width: 768px) {
  .input-group-mobile-nospacing {
    margin-bottom: 4rem !important;
  }

  .md\:left-\[-50px\] {
    left: -50px;
  }

  .md\:right-\[-50px\] {
    right: -50px;
  }

  .md\:right-\[-80px\] {
    right: -80px;
  }

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:pl-20 {
    padding-left: 5rem;
  }
}

@media (min-width: 976px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
}

.questionmark {
    cursor: help;
    margin-top: -5px;
    margin-left: 5px;
    width: 18px;
}

.error-msg {
    color: red;
}
/* Modal */

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.modal a.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none !important;
  }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.passwordOk {
    color: green;
}


.select2-container {
  min-width: 100%;
}

.select2-results__options[aria-multiselectable="true"] .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 1rem;
  width: 1rem;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-width: 1px;
  border-radius: 0.125rem;
  margin-right: 20px;
  vertical-align: middle;
  transition: 0.3s all;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[aria-selected=true]:before {
  background-color: #D759AD;
  box-shadow: 0px 0px 0px 2px white inset;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__option--selected:before {
  background-color: #D759AD;
  box-shadow: 0px 0px 0px 2px white inset;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}


.accesibility-modal {
  position: fixed;
  top: 0px;
  right: 100px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:99;
  
}

.accesibility-modal-inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 252 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
  .accesibility-modal-inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 450px;
    border-radius: 15px;
    padding:35px 30px;
  }
}

.accesibility-modal-inner .accesibility-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.accesibility-modal-inner .accesibility-modal-submit-btn {
  margin-top: 14px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 19.5px;
  --tw-text-opacity: 1;
  color: rgb(215 89 173 / var(--tw-text-opacity));
}

.accesibility-modal-inner h3.accesibility-modal-heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.accesibility-modal-inner .accesibility-modal-section {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

.accesibility-modal-inner .accesibility-modal-section .accesibility-modal-section-heading {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}

@media (min-width: 480px) {
  .accesibility-modal-inner .accesibility-modal-section .accesibility-modal-section-heading {
    font-size: 16px;
    line-height: 19.5px;
  }
}

.accesibility-modal-inner .accesibility-modal-section .accesibility-modal-selection {
  display: flex;
}

.accesibility-modal-inner .accesibility-modal-section .accesibility-modal-selection p {
  margin-left: 38px;
  margin-right: 38px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 5;
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .accesibility-modal-section-heading {
  margin-bottom: 10px;
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  text-align: center;
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.active {
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner span {
  height: 22px;
  width: 22px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-green span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 192 88 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-violet span {
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-purple span {
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-orange span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 0 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-tan span {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 38 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color1 span {
  --tw-bg-opacity: 1;
  background-color: rgb(117 20 124 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color2 span {
  --tw-bg-opacity: 1;
  background-color: rgb(117 251 253 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color3 span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 84 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color4 span {
  --tw-bg-opacity: 1;
  background-color: rgb(55 126 34 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color5 span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 123 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color6 span {
  --tw-bg-opacity: 1;
  background-color: rgb(51 57 68 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color7 span {
  --tw-bg-opacity: 1;
  background-color: rgb(136 137 140 / var(--tw-bg-opacity));
}

.accesibility-modal-inner .accesibility-modal-section.accesibility-modal-sectionBG .color-selection .color-selection-inner.bg-choose-color8 span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#accessibilityTextMagnifierPopup {
    display: none;
    position: absolute;
    background: gray;
    color: white;
    padding: 10px;
    font-size: 32px;
    z-index: 9999;
}
.selection-btn-container {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .selection-btn-container {
    gap: 20px;
  }
}

.selection-btn-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  padding:15px;
}

.selection-btn-container-inner p {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
}

@media (min-width: 480px) {
  .selection-btn-container-inner p {
    font-size: 13px;
    line-height: 19.5px;
  }
}

.selection-btn-container-inner span {
  margin-bottom: 11px;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
  padding: 7px;
}

.selection-btn-container-inner span svg {
  fill: #D759AD;
}

.selection-btn-container-inner span svg path {
  fill: #D759AD;
}

.selection-btn-container-inner.active {
  --tw-border-opacity: 1;
  border-color: rgb(215 89 173 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(235 220 255 / var(--tw-bg-opacity));
}

.selection-btn-container-inner.active span {
  --tw-bg-opacity: 1;
  background-color: rgb(215 89 173 / var(--tw-bg-opacity));
}

.selection-btn-container-inner.active span svg, .selection-btn-container-inner.active span svg path {
  fill: #EBDCFF;
}
.success-page {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 1rem 0;
  text-align: center;
}

.green-success-icon {
  background-color: #00C058;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-page h3 {
  font-size: 2rem;
}

.success-page .btn-success {
  width: 250px;
  max-width: 100%;
}
