@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

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

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

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

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

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

.pointer-events-none{
  pointer-events: none !important;
}

.visible{
  visibility: visible !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.right-0{
  right: 0px !important;
}

.right-3{
  right: 0.75rem !important;
}

.left-0{
  left: 0px !important;
}

.left-3{
  left: 0.75rem !important;
}

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

.m-auto{
  margin: auto !important;
}

.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

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

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

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

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0{
  margin-top: 0px !important;
}

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

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem !important;
}

.mt-20{
  margin-top: 5rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mt-10px{
  margin-top: 10px !important;
}

.mt-12px{
  margin-top: 12px !important;
}

.mt-30px{
  margin-top: 30px !important;
}

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

.mr-3{
  margin-right: 0.75rem !important;
}

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

.mr-5{
  margin-right: 1.25rem !important;
}

.mr-10{
  margin-right: 2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-16px{
  margin-left: 16px !important;
}

.block{
  display: block !important;
}

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

.inline{
  display: inline !important;
}

.flex{
  display: flex !important;
}

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

.table{
  display: table !important;
}

.grid{
  display: grid !important;
}

.hidden{
  display: none !important;
}

.h-40px{
  height: 40px !important;
}

.h-full{
  height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.w-40{
  width: 10rem !important;
}

.w-60{
  width: 15rem !important;
}

.w-full{
  width: 100% !important;
}

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

.flex-shrink{
  flex-shrink: 1 !important;
}

.flex-grow{
  flex-grow: 1 !important;
}

.transform{
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(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)) !important;
}

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

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

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer !important;
}

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

.resize{
  resize: both !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-evenly{
  justify-content: space-evenly !important;
}

.gap-4{
  gap: 1rem !important;
}

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

.overflow-hidden{
  overflow: hidden !important;
}

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

.rounded-4{
  border-radius: 4px !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

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

.rounded-3xl{
  border-radius: 1.5rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.border{
  border-width: 1px !important;
}

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

.border-primary{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 101, 255, var(--tw-border-opacity)) !important;
}

.border-strokeBox{
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 216, 230, var(--tw-border-opacity)) !important;
}

.border-rejected{
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 98, 64, var(--tw-border-opacity)) !important;
}

.border-customBorder-shade1{
  border-color: rgba(151, 160, 175, 0.2) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 101, 255, var(--tw-border-opacity)) !important;
}

.bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 101, 255, var(--tw-bg-opacity)) !important;
}

.bg-primary-natural{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(23, 43, 77, var(--tw-bg-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}

.p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-3{
  padding: 0.75rem !important;
}

.p-4{
  padding: 1rem !important;
}

.p-5{
  padding: 1.25rem !important;
}

.p-8{
  padding: 2rem !important;
}

.p-12px{
  padding: 12px !important;
}

.p-18px{
  padding: 18px !important;
}

.p-24px{
  padding: 24px !important;
}

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

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

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

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

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-20px{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

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

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

.py-10px{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-16px{
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

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

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

.pt-5{
  padding-top: 1.25rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pt-10px{
  padding-top: 10px !important;
}

.pt-20px{
  padding-top: 20px !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pb-0{
  padding-bottom: 0px !important;
}

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

.pb-4{
  padding-bottom: 1rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pb-9{
  padding-bottom: 2.25rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pb-32px{
  padding-bottom: 32px !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

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

.pl-3{
  padding-left: 0.75rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pl-32px{
  padding-left: 32px !important;
}

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

.font-mont{
  font-family: Montserrat !important;
}

.text-header-l{
  font-size: 32px !important;
  line-height: 48px !important;
}

.text-header-m{
  font-size: 28px !important;
  line-height: 42px !important;
}

.text-title-m{
  font-size: 16px !important;
  line-height: 24px !important;
}

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

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

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

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(0, 101, 255, var(--tw-text-opacity)) !important;
}

.text-primary-natural{
  --tw-text-opacity: 1 !important;
  color: rgba(23, 43, 77, var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.underline{
  text-decoration: underline !important;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.blur{
  --tw-blur: blur(8px) !important;
}

.grayscale{
  --tw-grayscale: grayscale(100%) !important;
}

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

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

/* @font-face {
  font-family: 'BrandonText-Bold';
  src: url('/fonts/BrandonText-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'BrandonText-Black';
  src: url('/fonts/BrandonText-Black.otf') format('opentype');
}
@font-face {
  font-family: 'BrandonText-Medium';
  src: url('/fonts/BrandonText-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'BrandonText-Regular';
  src: url('/fonts/BrandonText-Regular.otf') format('opentype');
} */

@-webkit-keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

html {
  font-size: 16px;
}

html,
body {
  /* position: fixed; */
  height: 100%;
  width: 100%;
}

#modal-root,
#error-modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: stretch;
}

input.visit-input {
  /* font-family: BrandonText-Medium, Lato, sans-serif; */
  font-family: 'Montserrat';
  font-size: 1.1rem;
  border: none;
}

input.visit-input:focus {
  outline: none;
}

body {
  /* font-family: Lato, sans-serif; */
  font-family: 'Montserrat';
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

#root {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}

.fade-enter {
  opacity: 0;
}

.fade-enter.fade-enter-active {
  transition: 300ms linear;
  opacity: 1 !important;
}

.fade-enter-done {
  opacity: 1 !important;
}

.fade-exit {
  opacity: 1 !important;
}

.fade-exit.fade-exit-active {
  opacity: 0;
  transition: 3000ms linear;
}

.fade-in-enter,
.fade-in-appear {
  transform: translateY(2rem);
  opacity: 0;
}

.fade-in-enter.fade-in-enter-active,
.fade-in-appear.fade-in-appear-active {
  transition: 200ms linear;
  transform: none;
  opacity: 1;
}

.slide-next-enter {
  transform: translateX(100%);
}

.slide-next-enter.slide-next-enter-active {
  transition: 200ms linear;
  transform: unset;
}

.slide-next-exit {
  transform: translateY(-100%);
}

.slide-next-exit.slide-next-exit-active {
  transition: 200ms linear;
  transform: translate(100%, -100%);
}

.slide-previous-enter {
  transform: scale(0.9);
}

.slide-previous-enter.slide-previous-enter-active {
  transition: 200ms linear;
  transform: unset;
}

.slide-previous-exit {
  transform: translateX(-100%);
}

.slide-previous-exit.slide-previous-exit-active {
  transition: 200ms linear;
  transform: translateX(-100%) scale(0.6);
}

.fly-in-enter,
.fly-in-appear {
  transform: translateY(100%);
}

.fly-in-enter.fly-in-enter-active,
.fly-in-appear.fly-in-appear-active {
  transition: 200ms linear;
  transform: none;
}

.fly-in-exit {
  transform: none;
}

.fly-in-exit.fly-in-exit-active {
  transition: 200ms linear;
  transform: translateY(100%);
}

.slide-in-enter,
.slide-in-appear {
  transform: translateX(100%);
}

.slide-in-enter.slide-in-enter-active,
.slide-in-appear.slide-in-appear-active {
  transition: 200ms linear;
  transform: none;
}

.slide-in-exit {
  transform: none;
}

.slide-in-exit.slide-in-exit-active {
  transition: 200ms linear;
  transform: translateX(100%);
}

/*
.expand-hide-enter.expand-hide-enter-active {
  padding: 0 !important;
  height: 0;
  transition: 200ms linear;
}

.expand-hide-enter-done {
  padding: 0 !important;
  height: 0;
}

.expand-enter.expand-enter-active {
  background: white;
  transition: 200ms linear;
  margin-top: 0;
  /* transform: translateY(-100%); */

/*}

.expand-enter-done {
  background: white;
  margin-top: 0;
  transform: translateY(-100%);
}*/

.textOnInput {
  position: relative;
}

label {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* .textOnInput  */

.textOnInputLabel {
  position: absolute;
  top: -15px;
  left: 23px;
  padding: 2px;
  z-index: 1;
}

.textOnInput label:after {
  content: ' ';
  background-color: #fff;
  width: 100%;
  height: 13px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.form-control {
  font-weight: 500;
  font-size: 14px;
  box-shadow: none !important;
}

.checkMarkContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.checkMarkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 15px;
}

/* On mouse-over, add a grey background color */

.checkMarkContainer:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkMarkContainer input:checked~.checkmark {
  background-color: #714fff;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkMarkContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkMarkContainer .checkmark:after {
  left: 9px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.reconfirm-modal table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.reconfirm-modal td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px 0px 10px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

td.active {
  color: #00875a;
}

.reconfirm-modal th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
}

.Table__itemCount {
  /* margin-top: 10px; */
  font-size: 14px;
}

.Table__pagination {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
}

.Table__pageButton {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #172b4d;
  margin-right: 20px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
}

.Table__pageButton:disabled {
  cursor: not-allowed;
  color: gray;
}

.Table__pageButton--active {
  color: white;
  background: #714fff;
  font-weight: bold;
}

@-webkit-keyframes blink {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.25;
  }

  100% {
    scale: 1;
  }
}

@keyframes blink {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.25;
  }

  100% {
    scale: 1;
  }
}

.blink {
  -webkit-animation: blink 1.5s ease-in infinite;
          animation: blink 1.5s ease-in infinite;
}

.comment-modal>div:nth-child(2) {
  border: 2px solid #714fff !important;
  border-radius: 7.5px !important;
}

.ant-modal-content {
  border-radius: 7.5px !important;
}

.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.react-date-picker__inputGroup__input {
  -webkit-appearance: textfield !important;
          appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  background-color: white;
  height: 70px;
  border-bottom: 1px solid lightgray;
  width: 100%;
  padding-top: 32px;
}

.header div {
  display: flex;
  align-items: center;
}

.headerText {
  color: var(--primary-text-new, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Header/Text_M */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.helpButton {
  color: #714fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.uploadDiv {
  margin: 16px;
  display: flex;
  align-items: center;
}

.ant-spin-nested-loading {
  width: 100%;
}

.uploadText {
  color: var(--text-sub, #767787);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.nameDiv {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin: 10px;
}

.nameDiv input {
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
  display: flex;
  /* width: 313px; */
  padding: 8px 20px;
  color: #000000;
  align-items: center;
  gap: 10px;
}

.nameDiv label {
  color: var(--primary-text-new, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.gender {
  display: flex;
  width: 97px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  color: #e3e3e3;
  color: var(--text-brochure, #302e6b);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.language-options {
  border-radius: 4px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
}

.language-options .css-1s2u09g-control {
  border: none !important;
}

.language-options .css-b62m3t-container {
  border-radius: 4px;
}

.checkbox-doctor-profile {
  display: flex;
  width: 313px;
  padding: 8px 12px 8px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
}

.checkbox-doctor-profile span {
  color: var(--primary-text-new, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
}

.checkbox-doctor-profile input {
  width: 10px;
}

.button-submit {
  display: flex;
  width: 313px;
  padding: 12px 104.5px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #714fff;
  background: var(--Primary, #714fff);
  margin: 10px;
}

.button-submit button {
  color: var(--White, #fff);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
}

.css-yt9ioa-option {
  color: #000000 !important;
}

.doctor-name {
  color: var(--primary-text-new, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.doctor-vertical {
  color: var(--text-sub, #767787);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
}

.doctor-name-vertical {
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 6px;
}

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

.doctor-exp {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #fff8f5;
  margin-right: 10px;
}

.doctor-languages {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #3f8cff1a;
  margin-right: 10px;
}

.doctor-qual {
  display: inline-flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #f8d4df;
}

.doctor-checkbox {
  color: var(--text-secondary, #585969);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
  /* margin: 10px; */
}

.tick-service {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #714fff;
  margin-left: auto;
}

.slots-header {
  display: flex;
  width: 335px;
  padding: 12px;
  align-items: center;
  gap: 8px;
  border-radius: 12px 12px 0px 0px;
  background: #e2deff;
  color: #0f0b28;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}

.add-slot-button {
  display: flex;
  padding: 12px 24px 12px 16px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #714fff;
  color: #714fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.1px;
}

.slot-card {
  display: flex;
  padding: 12px;
  flex-direction: column;
  width: 310px;
  /* margin-top: 30px; */
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  border-radius: 16px;
  border: 1px solid var(--Stroke, #ebeaf5);
  background: rgba(207, 200, 255, 0.2);
}

.save-slot-button {
  display: flex;
  padding: 12px 24px 12px 24px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  background: var(--Primary, #714fff);
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #714fff;
  color: var(--White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.1px;
}

.slots {
  margin-bottom: 14px;
}

.submit-status {
  color: #714fff;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.25px;
  margin-top: 30px;
}

.submit-description {
  color: rgb(78, 73, 73);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.25px;
  margin-top: 20px;
}

.button-text {
  margin-top: 20px;
  display: flex;
  width: 269px;
  padding: 14px 15px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Primary, #714fff);
  color: var(--color-white-white, #fff);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
}

.header-center-spoc {
  color: #714fff;
  font-feature-settings: 'clig' off, 'liga' off;
  align-self: flex-start;
  margin: 20px;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
}

.spoc-item {
  display: flex;
  margin-left: 10px;
  align-items: flex-start;
  margin-top: 10px;
}

.spoc-text {
  margin-left: 10px;
}

.spoc-text-key {
  color: var(--text-secondary, #585969);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 15px */
}

.spoc-text-value {
  color: var(--text-primary, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.image-button {
  cursor: pointer;
  display: flex;
  padding: 12px 24px 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #714fff;
  color: #714fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.1px;
  align-self: flex-start;
  margin-left: 20px;
}

/* Style for the image inside the button */

.image-button img {
  width: 20px;
  /* Set the width of the image */
  height: 20px;
  /* Set the height of the image */
  vertical-align: middle;
  margin-right: 5px;
  /* Adjust the spacing between the image and the text */
}

.payment-mode-select {
  border-radius: 4px;
  border: 1px solid var(--text-secondary-8, #a5a6bb);
  background: #fff;
}

.payment-mode-select .ant-select-selector {
  border: none !important;
  border-radius: 0px;
}

.pan-doc-disclaimer {
  border-radius: 12px;
  /* opacity: 0.1; */
  background: var(--accent-24, #fee4da);
  padding: 14px;
  margin-bottom: 14px;
}

.pan-doc-disclaimer h1 {
  color: #000000;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 15px */
  letter-spacing: 0.25px;
}

.pan-doc-disclaimer ul {
  color: var(--text-secondary, #000000);
  list-style-type: disc;
  /* Set the type of bullet point */
  margin-left: 12px;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.25px;
}

.file-uplaod-pan {
  border-radius: 8px;
  border: 0.5px solid #7651da;
  background: #fff;
  padding: 10px;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10;
}

.card-details {
  min-width: 48%;
}

.clinic-card {
  position: relative;
  border-radius: 12px;
  background: #ffba7a;
  height: 150px;
  flex-shrink: 0;
}

.clinic-card div {
  margin: 10px;
  color: #cf6500;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.doctor-card {
  position: relative;
  border-radius: 12px;
  background: #ade9cc;
  height: 150px;
  flex-shrink: 0;
}

.doctor-card div {
  margin: 10px;
  color: #268356;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.appointment-card {
  position: relative;
  border-radius: 12px;
  background: #bff2b7;
  height: 150px;
  flex-shrink: 0;
}

.appointment-card div {
  margin: 10px;
  color: #338326;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.spoc-card {
  position: relative;
  border-radius: 12px;
  background: #d6d1f7;
  height: 150px;
  flex-shrink: 0;
}

.spoc-card div {
  margin: 10px;
  color: #5b4ac9;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
}

.clinic-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100px;
  /* Adjust this according to your image */
  max-height: 100px;
  /* Adjust this according to your image */
  border-radius: 50%;
  border: 2px solid white;
}

.status-card {
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
  height: 77px;
  flex-shrink: 0;
  padding: 14px;
  padding-left: 20px;
}

.status-card h1 {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04px;
}

.status-card h6 {
  color: var(--White, #fff);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
}

.visit-opd-network {
  color: #714fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 210px;
  margin-bottom: 20px;
}

.largest-network {
  color: #714fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 209px;
  margin-top: 40px;
}

.opd-network-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.back-button-arrow {
  display: inline;
}

.reschedule-heading h4 {
  display: inline;
  color: var(--Icon, #3A2CA0);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.reschedule-heading {
  margin: 10px;
}

.reschedule-heading img {
  padding-bottom: 5px;
}

.reschedule-input-label label {
  color: var(--text-secondary-8, #A5A6BB);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 14.4px */
  letter-spacing: 0.5px;
}

.reschedule-form {
  margin: 22px;
}

/* .reschedule-input-label select{
  height: 40px;
  border-radius: 12px;
  border: 1px solid #714FFF;
} */

.reschedule-input-label {
  margin-top: 20px;
}

.call-modal .ant-modal-content {
  top: 20vh;
  width: 300px !important;
  margin: auto;
}

.call-modal .ant-modal-body {
  padding: 8px;
}

.confirm-modal-button {
  display: flex;
  /* width: 100%; */
  max-width: 100%;
  margin: auto;
  padding: 14px 125px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--Primary, #714FFF);
  color: white;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.css-yt9ioa-option {
  color: #000000 !important;
}

.bottom-modal .ant-modal {
  position: fixed;
  bottom: 0;
  top: auto;
  right: 0;
  left: 0;
  padding: 0;
  margin: auto;
  border: none;
  max-width: 375px;
  width: 100%;
}

/* @media screen and (min-width: 750px) {
  .bottom-modal .ant-modal {
    max-width: 100%;
  }
} */

.no-date-icon .ant-picker-suffix {
  display: none;
}

.no-date-icon .ant-picker-clear {
  display: none;
}

.no-date-icon {
  width: 155px;
}

.no-date-icon .ant-picker-input>input::-moz-placeholder {
  color: #714FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.no-date-icon .ant-picker-input>input:-ms-input-placeholder {
  color: #714FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.no-date-icon .ant-picker-input>input::placeholder {
  color: #714FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.select-slot .css-b62m3t-container {
  width: 100%;
}

.book-appointment-select .ant-select-selector {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

.book-appointment-select.ant-select-focused .ant-select-selector {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
  border-radius: 10px !important;
  /* Adjust this to match your select's border radius */
}

.white-spinner .ant-spin-dot-item {
  background-color: #fff !important;
}

.pink-spinner .ant-spin-dot-item {
  background-color: #714FFF !important;
}

.book-appointment-select-react .css-1s2u09g-control {
  align-items: center !important;
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(235, 234, 245) !important;
  border-radius: 10px !important;
  border-style: solid !important;
  border-width: 1px !important;
  cursor: default !important;
  display: flex !important;
  font-family: 'Montserrat' !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  min-height: 38px !important;
  position: relative !important;
  transition: 100ms !important;
  box-sizing: border-box !important;
}

.book-appointment-select-react .ant-select-item-option-content {
  font-family: 'Montserrat' !important;
}

.ReactTable .rt-tbody .rt-expandable {
  visibility: hidden !important;
}

.search-container {
  position: relative; /* Enables absolute positioning for child elements */
  width: 100%; /* Adjust width as needed */
  max-width: 400px; /* Optional: set a max width */
}

.search-icon {
  position: absolute;
  left: 10px; /* Adjust based on design requirements */
  top: 50%;
  transform: translateY(-50%); /* Center vertically */
  width: 20px; /* Adjust icon size as needed */
  height: 20px;
  pointer-events: none; /* Ensures clicks pass through the icon to the input */
}

.search-input {
  width: 100%; /* Ensures input takes the full width of the container */
  padding-left: 40px; /* Add padding to make room for the icon */
  padding-right: 10px; /* Optional: space on the right */
  height: 40px; /* Adjust height as needed */
  border: 1px solid #ccc; /* Add border styling */
  border-radius: 8px; /* Optional: rounded corners */
  font-size: 16px; /* Adjust text size */
  outline: none; /* Remove default focus styles */
}

.search-input:focus {
  border-color: #714fff; /* Change border color on focus */
  box-shadow: 0 0 5px rgba(113, 79, 255, 0.5); /* Optional focus effect */
}

/* Target the drawer content wrapper */

.custom-drawer .ant-drawer-content-wrapper {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden; /* Ensures content respects the border-radius */
}

/* Optional: Style the drawer content */

.custom-drawer .ant-drawer-content {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.myCustomModal .ant-modal {
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.myCustomModal .ant-modal-content {
  margin: 0;
  padding: 0;
  border-radius: 16px !important;
  width: 580px;
  /* overflow: auto; */
}

.myCustomModal .ant-modal-body {
  padding: 0;
}

.myCustomModal .ant-modal {
  width: 900px !important;
}

.myCustomModal .ant-modal-close-x {
  line-height: 42px !important;
  box-shadow: none !important;
}

.label-for-two {
  font-family: Montserrat;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 0px !important;
  font-family: 600;
}

.my-datepicker .ant-picker {
  visibility: hidden !important;
}

.my-datepicker4-dropdown {
  z-index: 100000 !important;
  left: 100px !important;
}

/* Define custom scrollbar styles */

.custom-scrollbar {
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #C1C7DE #f1f1f5; /* For Firefox */
}

/* For WebKit browsers (Chrome, Safari) */

.custom-scrollbar::-webkit-scrollbar {
  width: 12px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #C1C7DE;
  border-radius: 10px;
  border: 3px solid #f1f1f5;
}

.hover-effect2 {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #E5E5E5;
  padding: 5px;
  cursor: pointer; /* Change cursor to pointer */
}

.hover-effect2:hover {
  background-color: #f0f0f0; /* Change background color on hover */
}

.hover-effect {
  display: flex;
  gap: 10px;
  padding: 5px;
  cursor: pointer; /* Change cursor to pointer */
}

.hover-effect:hover {
  background-color: #f0f0f0; /* Change background color on hover */
}

.and-datepicker  {
  top: -50px !important;
}

.medical-header {
  background-color: #714fff4f !important;
  /* font-color: #000000; */
}

.medical-header .close {
  color: #3D23A6; /* Change this to your desired color */
  outline: none !important;
  box-shadow: none !important;
}

.medical-modal {
  /* Your styles here */
  min-width: 744px !important;
  border-radius: 16px !important;
  /* min-width: none !important; */
}

.medical-modal .modal-content {
  border-radius: 16px !important;
}

.delete-modal{
  width: 400px !important;
}

.delete-modal .modal-content {
  border-radius: 16px !important;
  border : none !important;
}

.delete-modal2{
  width: 90% !important;
}

.delete-modal2 .modal-content {
  border-radius: 16px !important;
  border : none !important;
  width: 90% !important;
}

.delete-modal-mobile {
  width: 290px !important;
  margin-left: 50px !important;
}

.delete-modal-mobile .modal-content {
  border-radius: 16px !important;
  border : none !important;
}

.type-select.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 10px !important;
  height: 38px !important;
  border: 1px solid rgba(226, 226, 234, 1) !important;
  font-family: 'Montserrat' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.type-select .ant-select-item-option-content {
  font-family: 'Montserrat' !important;
}

.type-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{
  padding-top: 3px !important;
}

.type-select .ant-select-item-option-content {
  font-family: 'Montserrat' !important;
}

.typepicker {
  border-radius: 10px !important;
  height: 38px !important;
  border: 1px solid rgba(226, 226, 234, 1) !important;
  font-family: 'Montserrat' !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.add-labs-modal {
  max-width: 609px !important;
}

.add-labs-modal .modal-content {
  border-radius: 10px !important;
  border: none !important;
  max-height: 720px !important;
  z-index: 100000 !important;
}

.add-labs-modal2 .modal-content {
  border-radius: 10px !important;
  border: none !important;
  z-index: 100000 !important;
}

.add-labs-modal-header {
  background: rgba(113, 79, 255, 0.31) !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  height: 8% !important;
}

.add-labs-modal-header2 {
  /* background: rgba(113, 79, 255, 0.31) !important; */
  background: rgba(211, 200, 255, 1) !important;
}

.add-labs-modal-header.modal-header > h5, .modal-header > button {
  color: rgba(61, 35, 166, 1) !important;
}

.add-labs-modal-header2.modal-header > h5, .modal-header > button {
  color: #000000 !important;
}

.info-icon:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

.partitioned-container {
  display: flex;
  gap: 45px;
  justify-content: center;
  /* margin-top: 14px; */
  margin-bottom: 8px;
  height: 32px;
}

.partitioned-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 168px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  /* margin-top: 8px; */
  color: rgba(69, 69, 81, 1);
  position: relative;
}

.partitioned-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -22.5px; /* Half of the gap */
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccc; /* Adjust the color as needed */
}

.custom-tooltip {
  z-index: 100000 !important; /* Ensure the z-index is applied */
  max-width: 250px !important; /* Control the width */
  padding: 10px; /* Add padding for spacing */
}

.myCustomModal .ant-modal-close{
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}

@media (min-width: 1536px){
}

/* purgecss start ignore */

.ReactTable {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ReactTable * {
  box-sizing: border-box
}

.ReactTable .rt-table {
  flex: auto 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto
}

.ReactTable .rt-thead {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #CFD8E6 ;
}

.ReactTable .rt-thead.-headerGroups {
  border: 0;
  display: none;
}

.ReactTable .rt-thead.-filters {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 4px;
  font-weight: normal;
  outline-width: 0
}

.ReactTable .rt-thead.-filters .rt-th {
  border-right: 1px solid rgba(0, 0, 0, 0.02)
}

/* .ReactTable .rt-thead.-header {
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15)
} */

/* .ReactTable .rt-thead .rt-tr {
	text-align: center
} */

.ReactTable .rt-thead .rt-th,
.ReactTable .rt-thead .rt-td {
  padding: 20px 16px;
  line-height: normal;
  position: relative;
  transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
  box-shadow: inset 0 0 0 0 transparent;
}

.ReactTable .rt-thead .rt-th.-sort-asc,
.ReactTable .rt-thead .rt-td.-sort-asc {
  box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6)
}

.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-td.-sort-desc {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6)
}

.ReactTable .rt-thead .rt-th.-cursor-pointer,
.ReactTable .rt-thead .rt-td.-cursor-pointer {
  cursor: pointer
}

.ReactTable .rt-thead .rt-th:last-child,
.ReactTable .rt-thead .rt-td:last-child {
  border-right: 0
}

.ReactTable .rt-thead .rt-th:focus {
  outline-width: 0
}

.ReactTable .rt-thead .rt-resizable-header {
  overflow: visible;
}

.ReactTable .rt-thead .rt-resizable-header:last-child {
  overflow: hidden
}

.ReactTable .rt-thead .rt-resizable-header-content {
  font-family: 'Montserrat';
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  color: #000000;
  opacity: 0.8;
  /* overflow: visible;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #172B4D; */
}

.ReactTable .rt-thead .rt-header-pivot {
  border-right-color: #f7f7f7
}

.ReactTable .rt-thead .rt-header-pivot:after,
.ReactTable .rt-thead .rt-header-pivot:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.ReactTable .rt-thead .rt-header-pivot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px
}

.ReactTable .rt-thead .rt-header-pivot:before {
  border-color: rgba(102, 102, 102, 0);
  border-left-color: #f7f7f7;
  border-width: 10px;
  margin-top: -10px
}

.ReactTable .rt-tbody {
  flex: 99999 1 auto;
  display: flex;
  flex-direction: column;
  overflow: auto;
  /* max-height: 600px; */
}

.ReactTable .rt-tbody .rt-tr-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.ReactTable .rt-tbody .rt-tr-group:last-child {
  border-bottom: 0
}

/* .ReactTable .rt-tbody .rt-td {
	border-right: 1px solid rgba(0, 0, 0, 0.02);
} */

/* .ReactTable .rt-tbody .rt-td:last-child {
	border-right: 0
} */

.ReactTable .rt-tbody .rt-expandable {
  cursor: pointer;
  text-overflow: clip
}

.ReactTable .rt-tr-group {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch
}

.ReactTable .rt-tr {
  flex: 1 0 auto;
  display: inline-flex
}

.ReactTable .rt-th,
.ReactTable .rt-td {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  flex: 1 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 20px;
  overflow: visible;
  transition: .3s ease;
  transition-property: width, min-width, padding, opacity;
}

.ReactTable .rt-th.-hidden,
.ReactTable .rt-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important
}

.ReactTable .rt-expander {
  display: inline-block;
  position: relative;
  margin: 0;
  color: transparent;
  margin: 0 10px;
}

.ReactTable .rt-expander:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  border-left: 5.04px solid transparent;
  border-right: 5.04px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  cursor: pointer
}

.ReactTable .rt-expander.-open:after {
  transform: translate(-50%, -50%) rotate(0)
}

.ReactTable .rt-resizer {
  display: inline-block;
  position: absolute;
  width: 36px;
  top: 0;
  bottom: 0;
  right: -18px;
  cursor: col-resize;
  z-index: 10
}

.ReactTable .rt-tfoot {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  background: rgba(0, 0, 0, 0.05)
}

.ReactTable .-pagination {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.ReactTable .-pagination input,
.ReactTable .-pagination select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px 7px;
  font-size: inherit;
  border-radius: 4px;
  font-weight: normal;
  outline-width: 0
}

.ReactTable .-pagination .-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  padding: 6px;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  transition: all .1s ease;
  cursor: pointer;
  outline-width: 0;
}

.ReactTable .-pagination .-btn[disabled] {
  opacity: .5;
  cursor: default
}

.ReactTable .-pagination .-btn:not([disabled]):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff
}

.ReactTable .-pagination .-previous,
.ReactTable .-pagination .-next {
  flex: 1;
  text-align: center
}

.ReactTable .-pagination .-center {
  flex: 1.5;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around
}

.ReactTable .-pagination .-pageInfo {
  display: inline-block;
  margin: 3px 10px;
  white-space: nowrap
}

.ReactTable .-pagination .-pageJump {
  display: inline-block;
}

.ReactTable .-pagination .-pageJump input {
  width: 70px;
  text-align: center
}

.ReactTable .-pagination .-pageSizeOptions {
  margin: 3px 10px
}

.-pagination-bottom{
  display: flex;
  justify-content: space-between;
}

.ReactTable .Table__pagination select {
  background: #fff;
  padding: 12px;
  font-size: inherit;
  border: 1px solid #CFD8E6;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-weight: 400;
}

.ReactTable .Table__pagination select option {
  background: #fff;
  padding: 12px;
  font-size: inherit;
  border: 1px solid #CFD8E6;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-weight: 400;
}

.ReactTable .rt-noData {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 1;
  pointer-events: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5)
}

.ReactTable .-loading {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.ReactTable .-loading>div {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  transform: translateY(-52%);
  transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.ReactTable .-loading.-active {
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}

.ReactTable .-loading.-active>div {
  transform: translateY(50%)
}

.ReactTable .rt-resizing .rt-th,
.ReactTable .rt-resizing .rt-td {
  transition: none !important;
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

/* purgecss end ignore */
/* purgecss start ignore */

.react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid #bbb !important;
  border-radius: 5px;
  padding: 7.5px;
  font-weight: 500;
  padding-right: 25px;
  width: 140px;
}

.react-date-picker__inputGroup__day {
  width: 20px !important;
  text-align: center;
}

.react-date-picker__inputGroup__month {
  width: 20px !important;
  text-align: center;
}

.react-date-picker__inputGroup__year {
  width: 40px !important;
}

.react-date-picker__clear-button {
  display: none;
}

.react-date-picker__calendar-button {
  display: none;
}

.font-semibold {
  font-weight: 600 !important;
  margin-bottom: 0;
}

.-filters > div > div {
  padding: 5px !important;
  display: flex !important;
}

.react-date-picker__wrapper {
  padding: 4px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 2px;
}

.body {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
  background-color: white;
  padding: 200px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 90%;
}

.heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.input {
  width: 100%; /* Make the input bar occupy the full width of the parent */
  max-width: 80%; /* Adjust the max width as needed to fit within the parent */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.button {
  background-color: #6a5acd;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: #483d8b;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Ensure it covers the full height of the viewport */
  background: #ffffff;
}

.outer-div {
  display: flex;
  flex-direction: column;
  align-items: start;
  background: #ffffff;
  width: 334px;
  height: 300px;
  border-radius: 0px 0px 12px 12px;
  margin: auto;
}

.outer-div h2 {
  margin-bottom: 10px;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  width: 271px;
  color: var(--primary-text-new, #0f0b28);
}

.outer-div span {
  margin-bottom: 10px;
}

/* .outer-div input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 303px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--Green-3, #ffffff);
  background: #fff;
} */

.mobile-input-login {
  width: 303px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid var(--Green-3, #6fcf97);
  background: #fff;
}

.input-container {
  position: relative;
}

.input-logo {
  position: absolute;
  top: 50%;
  left: 10px; /* Adjust the left position as needed */
  transform: translateY(-50%);
  width: 20px; /* Adjust the width of the logo as needed */
  height: auto; /* Maintain aspect ratio */
}

.mobile-input-login {
  padding-left: 35px; /* Make sure this value is greater than the width of the logo */
  /* Add any other styling you need for the input */
}

.outer-div button.purple-button {
  border-radius: 12px;
  background: var(--Primary, #714fff);
  color: #fff; /* White text color */
  padding: 10px;
  border: none;
  border-radius: 5px;
  height: 46px;
  cursor: pointer;
  width: 303px; /* Same width as the input */
  margin-top: 10px;
  color: var(--color-white-white, #fff);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.otp-inputs {
  display: flex;
}

/* OTP input style */

.otp-inputs input {
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 22px;
  margin-left: 0px;
  margin-right: 34px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
  background: var(--White, #fff);
  width: 48px;
  height: 48px;
}

.tab-toggle-container {
  margin: 0;
  width: 100%;
}

.tab-headers {
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  width: 100%;
  padding-bottom: 4px; /* Add a bottom padding for the underline */
}

.tab-header {
  padding: 10px;
  width: 50%;
  color: var(--text-sub, #767787);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Body/Search_Results */
  font-family: Inter;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 18px */
  letter-spacing: 0.25px;
  text-align: center;
  border-bottom: 1px solid var(--Primary, #f0f3f6);
}

.dot-image {
  padding: 7px;
}

.round-tab {
  width: 20px; /* Set the width and height to make the container circular */
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f4f7fc; /* Border styling */
  border-radius: 50%; /* Makes the container circular */
  font-size: 10px; /* Adjust the font size as needed */
  margin-right: 6px;
}

.round-tab.active {
  border: 1px solid #714fff !important; /* Border styling */
}

.tab-header.active {
  color: var(--Icon, #3a2ca0);
  border-bottom: 1px solid var(--Primary, #714fff);
}

.tab-header.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #8a2be2; /* Purple underline color */
}

.center-form {
  margin-top: 20px;
  text-align: left;
  overflow: auto;
  margin-bottom: 100px;
}

.input-label {
  color: var(--primary-text-new, #0f0b28);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.form-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.form-group {
  margin: 15px;
}

.form-input {
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
  display: flex;
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  padding: 8px 20px;
  align-items: center;
  gap: 10px;
}

.form-button {
  display: inline-flex;
  padding: 14px 150px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90%;
  border-radius: 8px;
  background: rgba(99, 99, 99, 0.2);
}

.form-button.active{
  background: #714FFF;
  color:white
}

.bottom-profilebutton {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 108px;
  flex-shrink: 0;
  background: #fefefe;
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.05);
}

.bottom-profilebutton button {
  color: #9F9F9F;
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
}

/* .form-button:hover {
  background-color: #714fff;
} */

.timeline-outer-div {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 120px;
}

.certification {
  color: #714fff;
  font-feature-settings: 'clig' off, 'liga' off;
  /* Header/Text_S */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.25px;
}

.timeline {
  border-radius: 8px;
  border: 0.5px solid #7651da;
  background: #fff;
  margin: auto;
}

/* Rest of your existing styles for .timeline */

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 3px; /* Adjust the margin to control the space between items */
}

.dot {
  display: inline-block;
  width: 15px; /* Adjust dot size as needed */
  height: 15px; /* Adjust dot size as needed */
  color: #8a2be2; /* Color of the dot */
  border-radius: 50%; /* Make the dot round */
  margin-right: 10px; /* Adjust the margin to control the space between dot and label */
}

.dot-label {
  color: rgba(15, 11, 40, 0.87);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.25px;
}

.upload-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-top: 5px;
  margin-left: 16px;
}

.upload-icon {
  cursor: pointer;
  display: flex;
  padding: 14px;
}

input[type='file'] {
  margin-bottom: 5px;
}

/* Add styles for the connecting line */

.timeline-line {
  border-left: 1px solid rgba(113, 79, 255, 0.6);
  width: 100%;
  height: 100px;
  margin-left: 16px;
}

.input-box-docs {
  border-radius: 8px;
  border: 0.5px solid #714fff;
  background: #fff;
  width: 88%;
}

.close-timeline-line {
  border-left: 1px solid rgba(113, 79, 255, 0.6);
  width: 100%;
  height: 30px;
  margin-left: 16px;
}

.last-timeline-line {
  border-left: 1px solid #ffffff;
  width: 100%;
  height: 100px;
  margin-left: 16px;
}

.map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Set the height of the map container to the full viewport height */
}

.map-wrapper {
  flex: 1; /* Allow the map to grow and fill the available space */
  width: 100%; /* Ensure the map takes up the full width of its parent container */
  max-width: 100%; /* Ensure the map doesn't exceed its parent's width */
}

.otp-phone {
  color: var(--text-brochure, #302e6b);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.25px;
}

.edit-button {
  color: var(--Primary, #714fff);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.25px;
  margin-left: 6px;
}

.otp-boxes {
  border-radius: 12px;
  border: 1px solid var(--text-secondary-7, #e3e3e3);
  background: var(--White, #fff);
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.resend-otp {
  color: var(--Primary, #714fff);
  font-feature-settings: 'clig' off, 'liga' off;
  /* Body/Medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.login-gradient-1 {
  left: 0;
  position: absolute;
  top: 14vh;
}

.login-gradient-2 {
  right: 0;
  position: absolute;
  top: 5vh;
}

.login-background-1 {
  position: absolute;
  width: 202px;
  height: 202px;
  flex-shrink: 0;
  border-radius: 292px;
  opacity: 0.5;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(129, 100, 248, 0.4) 0%,
    rgba(147, 120, 255, 0.4) 100%
  );
  filter: blur(50px);
}

.login-background-2 {
  position: absolute;
  width: 202px;
  height: 202px;
  flex-shrink: 0;
  right: 0;
  top: 50vh;
  z-index: -1;
  border-radius: 292px;
  opacity: 0.5;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 229, 177, 0.4) 0%,
    rgba(160, 215, 231, 0.4) 100%
  );
  filter: blur(50px);
}

.login-background-3 {
  position: absolute;
  width: 202px;
  height: 202px;
  bottom: 0;
  flex-shrink: 0;
  z-index: -1;
  border-radius: 321px;
  opacity: 0.5;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(151, 71, 255, 0.4) 0%,
    rgba(71, 178, 255, 0.4) 97.92%
  );
  filter: blur(50px);
}

/* purgecss end ignore */

/* purgecss start ignore */

.imageCard {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.imageCard-img {
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #714fff;
}

.imageCard-heading {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #0f0b28;
  margin-left: 8px;
  margin-bottom: 0px;
}

.slotBox {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.slotBox-larger {
  width: 130px;
  height: 60px;
  border-radius: 10px;
  background-color: #e0dafd;
  padding: 14px 10px;
}

.slotBox-small {
  border-radius: 8px;
  background: #e0dafd;
  height: 60px;
  padding: 20px 10px;
  margin-left: 12px;
}

.slotBox-text {
  color: #0f0b28;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.4%;
}

.doctorHome-main {
  border-radius: 24px 24px 0px 24px;
  border: 1px solid #ebecf0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 32px 48px;
  width: 100%;
  margin-top: 12px;
}

.doctorProfile {
  border-radius: 24px;
  background: #f5f4ff;
  padding: 28px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.doctorProfile-info {
  display: flex;
  justify-content: space-between;
  /* margin-top: 16px; */
}

.doctorProfile-info-name {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}

.doctorProfile-info-img-text {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

.doctorProfile-info-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  /* margin-top: 12px; */
}

.doctorProfile-info-box-para {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
  width: 80%;
}

.doctorProfile-info-icon {
  width: 28px;
  height: 28px;
}

.doctorProfile-lower {
  border-radius: 16px;
  background: #fff;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.doctorProfile-lower-box {
  display: flex;
}

.doctorProfile-lower-img-text {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 48px;
  color: #0f0b28;
  min-width: 150px;
}

.doctorProfile-lower-box-para {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 60px;
}

.doctorSlot-box {
  padding: 4px;
  border-radius: 24px 24px 0px 0px;
  background: rgb(207, 200, 255, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.09),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0);
}

.doctorSlot-main {
  border-radius: 16px;
  border: 1px solid #ebeaf5;
  padding: 16px;
  display: flex;
  justify-content: space-evenly;
  width: 1000px;
  height: 180px;
  margin-bottom: 32px;
}

.doctorSlot-weekday {
  border-radius: 16px;
  background: #fff;
  width: 450px;
  height: 140px;
}

.doctorSlot-time {
  border-radius: 16px;
  background: #fff;
  width: 214px;
  margin-left: 16px;
  height: 100px;
}

.doctorSlot-weekday > div:nth-child(3) {
  border-radius: 16px;
  border: none;
  padding: 8px;
  height: 140px;
}

.doctorSlot-weekday > div:nth-child(2) {
  overflow-y: scroll;
}

/* .doctorSlot-weekday > div:first-child > div  {
  background: #e6dff9;
  border-radius: 8px;
  height: 32px;
  width: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #0f0b28;
} */

.doctorSlot-time > div {
  border-radius: 16px;
  border: none;
  padding: 16px;
  height: 100px;
}

.doctorSlot-time div:nth-child(2) {
  overflow-y: scroll;
}

.doctorSlot-cross {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e5e1fd;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}

.doctorSlot-button {
  display: flex;
  justify-content: end;
  /* margin-right: 32px; */
}

.editDoctorProfile {
  padding: 40px 48px 60px 48px;
  border-radius: 0px 0px 24px 24px;
  border: 1px solid #ebecf0;
  background: #fff;
}

.editDoctorProfile-upper {
  display: flex;
  justify-content: space-between;
}

.editDoctorProfile-img {
  width: 103px;
  height: 103px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #714fff;
  border-radius: 50%;
  padding: 10px;
}

.editDoctorProfile-lower-main {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.editDoctorProfile-lower-row {
  display: flex;
  margin-top: 24px;
}

.editDoctorProfile-lower-select-multi {
  /* border: 1px solid #e3e3e3; */
  width: 485px;
  height: 100px;
}

.editDoctorProfile-lower-select {
  width: 485px;
  height: 40px;
}

.editDoctorProfile-lower-select > div {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  padding: 2px;
}

.editDoctorProfile-lower-select-multi > div {
  border-radius: 12px;
  padding: 8px 4px;
  height: auto;
  border: 1px solid #e3e3e3;
  height: 100px;
}

.editDoctorProfile-lower-input {
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  width: 485px;
  height: 40px;
  padding: 16px;
  /* outline: 1px solid #e3e3e3; */
}

.editDoctorProfile-lower-row-left {
  display: flex;
  flex-direction: column;
  width: 485px;
}

.editDoctorProfile-lower-row-main {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
}

.doctor-desc-tooltip {
  width: 600px;
  height: auto;
  padding: 16px;
  border-radius: 12px;
  background-color: #f1eeff !important;
  color: #1c1b1f !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.doctorTable {
  background-color: #ffffff;
  border-radius: 24px 0px 0px 24px;
  background: #ffff;
}

.doctorTable > div {
  border: none;
}

.solid-button-text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-bottom: 0px;
  color: #3a2ca0;
}

.slotModal-main {
  border-radius: 16px;
  background: #fafafa;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1),
    0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.09),
    0px 0px 1px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.01),
    0px 0px 1px 0px rgba(0, 0, 0, 0);
  padding: 20px 20px 12px 20px;
  margin: 32px 0px 16px 0px;
}

.doctorProfile-border {
  width: 1px;
  background: #e0dafd;
  height: 164px;
}

.editDoctorProfile-label {
  color: #0f0b28;
  font-size: 16px;
  font-weight: 600;
}

.modalclose-icon {
  border-radius: 50%;
  background: rgba(15, 11, 40, 0.4);
  width: 32px;
  height: 32px;
  margin-top: 12px;
  margin-left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputText {
  color: #714fff;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 16px 0px 0px;
}

/* purgecss end ignore */

/* purgecss start ignore */

/* .ant-drawer {
  background: #f8f9fa; 
}

.ant-drawer-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ant-drawer-close {
  font-size: 18px;
  color: #555;
  transition: color 0.3s ease-in-out;
}

.ant-drawer-close:hover {
  color: red;
}

.drawer-iframe {
  width: 100%;
  height: 80vh;
  border: none;
  border-radius: 5px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

/* Ensure the drawer takes full height but doesn't overflow */

.ant-drawer-content-wrapper {
  height: 100% !important;
  max-height: 100vh;
}

.ant-drawer-body{
  overflow: hidden;
  padding: 0;
}

/* Prevent iframe from overflowing */

.drawer-iframe {
  width: 100%;
  height: calc(100vh - 10px); /* 64px = default Drawer header height */
  border: none;
  border-radius: 5px;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* purgecss end ignore */

/* purgecss start ignore */

@-webkit-keyframes medicalBox {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(13.001deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes medicalBox {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(13.001deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes medicalReport {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-16.19deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes medicalReport {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-16.19deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes halfFloatingCircle {
  0% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-40px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircle {
  0% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-40px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }
}

@-webkit-keyframes halfFloatingCircle2 {
  0% {
    transform: translateY(0);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(-35px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(0);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircle2 {
  0% {
    transform: translateY(0);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(-35px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(0);
    /* opacity: 0; */
  }
}

@-webkit-keyframes arrow {
  0% {
    transform: translateY(10px);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(0px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(10px);
    /* opacity: 0; */
  }
}

@keyframes arrow {
  0% {
    transform: translateY(10px);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(0px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(10px);
    /* opacity: 0; */
  }
}

.medical-box-container {
  position: absolute;
  bottom: 50px;
  right: 5vw;
  -webkit-animation: medicalBox 3s infinite;
          animation: medicalBox 3s infinite;
}

.medical-box-container img {
  width: 120px;
  max-width: 100%;
  height: 120px;
}

.medical-report-container {
  position: absolute;
  top: 30px;
  left: 10vw;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.medical-report-container img {
  width: 100px;
  max-width: 100%;
  height: 100px;
}

.half-floating-circle {
  position: absolute;
  bottom: 30px;
  left: -30px;
  -webkit-animation: halfFloatingCircle 5s infinite;
          animation: halfFloatingCircle 5s infinite;
}

.half-floating-circle2 {
  position: absolute;
  top: -111px;
  right: -105px;
  -webkit-animation: halfFloatingCircle2 5s infinite;
          animation: halfFloatingCircle2 5s infinite;
}

.star-svg1 {
  position: absolute;
  bottom: 90px;
  left: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2 {
  position: absolute;
  top: 70px;
  right: 80px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg3 {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg1-secondPage {
  position: absolute;
  bottom: 90px;
  right: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-secondPage {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg3-secondPage {
  position: absolute;
  bottom: 220px;
  left: 60px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg4-secondPage {
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.ellipse-svg {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.ellipse-svg img {
  height: auto;
}

.arrow-svg {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  -webkit-animation: arrow 2s infinite;
          animation: arrow 2s infinite;
}

.arrow-svg img {
  height: auto;
  margin: auto;
}

.skip-button {
  position: absolute;
  top: 20px;
  right: 0px;
  right: 50px;
  color: #fff;
  padding: 30px;
  text-align: right;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 52px;
  height: 100px;
  flex-shrink: 0;
}

.continue-button {
  position: absolute;
  bottom: 30px;
  /* margin: auto; */
  margin-bottom: 130px;
  color: rgb(147, 120, 255);
  padding: 0px;
  /* text-align: right; */
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}

.main-container {
  max-width: 480px;
  width: 100%;
  min-height: 900px;
  height: 100vh;
  background-color: #dfd8ff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0px !important;
  padding: 0px;
}

.secondTab {
  background-color: #714fff;
}

.thirdTab{
  background-color: #4227B4;
}

.associated-corporates {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 298px;
  z-index: 999;
}

.associated-corporates-middle{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 1000px;
  gap:16px;
}

.more-better {
  width: 179px;
  height: 80px;
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 600;
  z-index: 999;
}

.sections {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 900px;
  /* transition: all 5s ease; */
  overflow: hidden;
}

.slide-in {
  -webkit-animation: slide-in 5s forwards;
          animation: slide-in 5s forwards;
}

@-webkit-keyframes slide-in-element {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in-element {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(0);
  }
}

.slide-in-element {
  -webkit-animation: slide-in-element 5s forwards;
          animation: slide-in-element 5s forwards;
}

@-webkit-keyframes slide-out-element {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100vh);
  }
}

@keyframes slide-out-element {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100vh);
  }
}

.slide-out-element {
  -webkit-animation: slide-out-element 5s forwards;
          animation: slide-out-element 5s forwards;
}

.slide-out {
  -webkit-animation: slide-out 5s forwards;
          animation: slide-out 5s forwards;
}

.medical-logos-svg{
  -webkit-animation: slide 8s linear infinite;
          animation: slide 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg2{
  -webkit-animation: slide2 8s linear infinite;
          animation: slide2 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg3{
  -webkit-animation: slide3 8s linear infinite;
          animation: slide3 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg-rotate{
  -webkit-animation: rotateLogo 4s infinite;
          animation: rotateLogo 4s infinite;
  width: 80%;
  max-width: 100%;
  transform-origin: center;
}

.forthTab{
  background: #957CFF;
}

@-webkit-keyframes rotateLogo {
  0% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }

  50% {
    transform: perspective(500px) rotateY(180deg);
  }

  100% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }
}

@keyframes rotateLogo {
  0% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }

  50% {
    transform: perspective(500px) rotateY(180deg);
  }

  100% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@keyframes slide {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@-webkit-keyframes slide2 {
  0% {
    transform: translateX(-400px);
  }

  100% {
    transform: translateX(600px);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(-400px);
  }

  100% {
    transform: translateX(600px);
  }
}

@-webkit-keyframes slide3 {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@keyframes slide3 {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@-webkit-keyframes slide-in {
  from {
    transform: translateY(900px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in {
  from {
    transform: translateY(900px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-900px);
  }
}

@keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-900px);
  }
}

.arrow {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  font-size: 30px;
  transition: all 0.5s ease;
}

.half-floating-circle div{
  border-radius: 50%;
  background-color: '#9378FF';
}

.half-floating-circle2 div{
  border-radius: 50%;
  background-color: '#9378FF';
}

.half-floating-circle-secondpage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-secondpage div{
  border-radius: 50%;
  background: #8567FF;
}

.half-floating-circle2-secondpage{
  position: absolute;
  bottom:190px;
  right: -40px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-secondpage div{
  border-radius: 50%;
  background: #8567FF;
}

.half-floating-circle-thirdPage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-thirdPage div{
  border-radius: 50%;
  background: #5D43CA;
}

.half-floating-circle2-thirdPage{
  position: absolute;
  bottom:190px;
  right: -40px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-thirdPage div{
  border-radius: 50%;
  background: #5D43CA;
}

.vector-svg{
  position: absolute;
  top: 210px;
  left: 12vw;
  z-index: 99;
}

.vector-svg1{
  position: absolute;
  bottom: 50px;
  left: 50vw;
  z-index: 99;
}

.vector-svg-secondpage{
  position: absolute;
  top: 20px;
  right: 40vw;
  z-index: 99;
}

.vector-svg1-secondpage{
  position: absolute;
  bottom:80px;
  left: 10vw;
  z-index: 99;
}

.star-svg1-thirdPage{
  position: absolute;
  bottom: 130px;
  left: 40px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-thirdPage{
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.vector-svg-thirdPage{
  position: absolute;
  top: 120px;
  left: 10vw;
  z-index: 99;
}

.vector-svg1-thirdPage{
  position: absolute;
  bottom:80px;
  left: 40vw;
  z-index: 99;
}

.star-svg1-forthPage{
  position: absolute;
  bottom: 130px;
  left: 40px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-forthPage{
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.vector-svg-forthPage{
  position: absolute;
  top: 120px;
  left: 10vw;
  z-index: 99;
}

.vector-svg1-forthPage{
  position: absolute;
  bottom:80px;
  left: 40vw;
  z-index: 99;
}

.half-floating-circle-forthPage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-forthPage div{
  border-radius: 50%;
  background-color: #725CDC !important;
}

.half-floating-circle2-forthPage{
  position: absolute;
  bottom:190px;
  right: 0px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-forthPage div{
  border-radius: 50%;
  background-color: #725CDC !important;
}

.india-map{
  z-index: 20;
}

@-webkit-keyframes halfFloatingCircleBelowMap {
  0% {
    transform: translateX(45px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-100px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(45px);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircleBelowMap {
  0% {
    transform: translateX(45px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-100px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(45px);
    /* opacity: 0; */
  }
}

.india-map-pin{
  position: relative;
}

.lottie-pin-0 {
  position: absolute;
  top: -5px;
  left: 70px;
}

.lottie-pin-1 {
  position: absolute;
  top: 30px;
  left: 45px;
}

.lottie-pin-2 {
  position: absolute;
  top: 80px;
  left: 30px;
}

.lottie-pin-3 {
  position: absolute;
  top: 120px;
  left: 10px;
}

.lottie-pin-4 {
  position: absolute;
  top: 55px;
  left: 60px;
}

.lottie-pin-5 {
  position: absolute;
  top: 120px;
  left: 80px;
}

.lottie-pin-6 {
  position: absolute;
  top: 100px;
  left: 60px;
}

.lottie-pin-7 {
  position: absolute;
  top: 180px;
  left: 30px;
}

.lottie-pin-8 {
  position: absolute;
  top: 220px;
  left: 50px;
}

.lottie-pin-9 {
  position: absolute;
  top: 210px;
  left: 90px;
}

.lottie-pin-10 {
  position: absolute;
  top: 150px;
  left: 150px;
}

.lottie-pin-11 {
  position: absolute;
  top: 120px;
  left: 180px;
}

.lottie-pin-12 {
  position: absolute;
  top: 115px;
  left: 150px;
}

.lottie-pin-14 {
  position: absolute;
  top: 70px;
  left: 110px;
}

.lottie-pin-15 {
  position: absolute;
  top: 270px;
  left: 75px;
}

.lottie-pin-16 {
  position: absolute;
  top: 90px;
  left: 160px;
}

.lottie-pin-13 {
  position: absolute;
  top: 150px;
  left: 110px;
}

/* purgecss end ignore */

/* purgecss start ignore */

@-webkit-keyframes medicalBox {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(13.001deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes medicalBox {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(13.001deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes medicalReport {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-16.19deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes medicalReport {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-16.19deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes halfFloatingCircle {
  0% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-40px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircle {
  0% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-40px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(-5px);
    /* opacity: 0; */
  }
}

@-webkit-keyframes halfFloatingCircle2 {
  0% {
    transform: translateY(0);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(-35px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(0);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircle2 {
  0% {
    transform: translateY(0);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(-35px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(0);
    /* opacity: 0; */
  }
}

@-webkit-keyframes arrow {
  0% {
    transform: translateY(10px);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(0px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(10px);
    /* opacity: 0; */
  }
}

@keyframes arrow {
  0% {
    transform: translateY(10px);
    /* opacity: 0; */
  }

  50% {
    transform: translateY(0px);
    /* opacity: 1; */
  }

  100% {
    transform: translateY(10px);
    /* opacity: 0; */
  }
}

.medical-box-container {
  position: absolute;
  bottom: 50px;
  right: 5vw;
  -webkit-animation: medicalBox 3s infinite;
          animation: medicalBox 3s infinite;
}

.medical-box-container img {
  width: 120px;
  max-width: 100%;
  height: 120px;
}

.medical-report-container {
  position: absolute;
  top: 30px;
  left: 10vw;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.medical-report-container img {
  width: 100px;
  max-width: 100%;
  height: 100px;
}

.half-floating-circle {
  position: absolute;
  bottom: 30px;
  left: -30px;
  -webkit-animation: halfFloatingCircle 5s infinite;
          animation: halfFloatingCircle 5s infinite;
}

.half-floating-circle2 {
  position: absolute;
  top: -111px;
  right: -105px;
  -webkit-animation: halfFloatingCircle2 5s infinite;
          animation: halfFloatingCircle2 5s infinite;
}

.star-svg1 {
  position: absolute;
  bottom: 90px;
  left: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2 {
  position: absolute;
  top: 70px;
  right: 80px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg3 {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg1-secondPage {
  position: absolute;
  bottom: 90px;
  right: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-secondPage {
  position: absolute;
  top: 130px;
  right: 40px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg3-secondPage {
  position: absolute;
  bottom: 220px;
  left: 60px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg4-secondPage {
  position: absolute;
  top: 90px;
  left: 30px;
  z-index: 99;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.ellipse-svg {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.ellipse-svg img {
  height: auto;
}

.arrow-svg {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  -webkit-animation: arrow 2s infinite;
          animation: arrow 2s infinite;
}

.arrow-svg img {
  height: auto;
  margin: auto;
}

.skip-button {
  position: absolute;
  top: 20px;
  right: 0px;
  right: 50px;
  color: #fff;
  padding: 30px;
  text-align: right;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 52px;
  height: 100px;
  flex-shrink: 0;
}

.continue-button {
  position: absolute;
  bottom: 30px;
  /* margin: auto; */
  margin-bottom: 130px;
  color: rgb(147, 120, 255);
  padding: 0px;
  /* text-align: right; */
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex-shrink: 0;
}

.main-container {
  max-width: 480px;
  width: 100%;
  min-height: 900px;
  height: 100vh;
  background-color: #dfd8ff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 0px !important;
  padding: 0px;
}

.secondTab {
  background-color: #714fff;
}

.thirdTab{
  background-color: #4227B4;
}

.associated-corporates {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  width: 298px;
  z-index: 999;
}

.associated-corporates-middle{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 1000px;
  gap:16px;
}

.more-better {
  width: 179px;
  height: 80px;
  flex-shrink: 0;
  color: #ffffff;
  font-weight: 600;
  z-index: 999;
}

.sections {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 900px;
  /* transition: all 5s ease; */
  overflow: hidden;
}

.slide-in {
  -webkit-animation: slide-in 5s forwards;
          animation: slide-in 5s forwards;
}

@-webkit-keyframes slide-in-element {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in-element {
  from {
    transform: translateY(100vh);
  }

  to {
    transform: translateY(0);
  }
}

.slide-in-element {
  -webkit-animation: slide-in-element 5s forwards;
          animation: slide-in-element 5s forwards;
}

@-webkit-keyframes slide-out-element {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100vh);
  }
}

@keyframes slide-out-element {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100vh);
  }
}

.slide-out-element {
  -webkit-animation: slide-out-element 5s forwards;
          animation: slide-out-element 5s forwards;
}

.slide-out {
  -webkit-animation: slide-out 5s forwards;
          animation: slide-out 5s forwards;
}

.medical-logos-svg{
  -webkit-animation: slide 8s linear infinite;
          animation: slide 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg2{
  -webkit-animation: slide2 8s linear infinite;
          animation: slide2 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg3{
  -webkit-animation: slide3 8s linear infinite;
          animation: slide3 8s linear infinite;
  width: 250%;
  max-width: 250%;
}

.medical-logos-svg-rotate{
  -webkit-animation: rotateLogo 4s infinite;
          animation: rotateLogo 4s infinite;
  width: 80%;
  max-width: 100%;
  transform-origin: center;
}

.forthTab{
  background: #957CFF;
}

@-webkit-keyframes rotateLogo {
  0% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }

  50% {
    transform: perspective(500px) rotateY(180deg);
  }

  100% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }
}

@keyframes rotateLogo {
  0% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }

  50% {
    transform: perspective(500px) rotateY(180deg);
  }

  100% {
    transform: rotate(0deg); /* Adjust this value based on the distance you want the logos to move */
  }
}

@-webkit-keyframes slide {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@keyframes slide {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@-webkit-keyframes slide2 {
  0% {
    transform: translateX(-400px);
  }

  100% {
    transform: translateX(600px);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(-400px);
  }

  100% {
    transform: translateX(600px);
  }
}

@-webkit-keyframes slide3 {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@keyframes slide3 {
  0% {
    transform: translateX(600px); /* Adjust this value based on the distance you want the logos to move */
  }

  100% {
    transform: translateX(-400px);
  }
}

@-webkit-keyframes slide-in {
  from {
    transform: translateY(900px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slide-in {
  from {
    transform: translateY(900px);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-900px);
  }
}

@keyframes slide-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-900px);
  }
}

.arrow {
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  font-size: 30px;
  transition: all 0.5s ease;
}

.half-floating-circle div{
  border-radius: 50%;
  background-color: '#9378FF';
}

.half-floating-circle2 div{
  border-radius: 50%;
  background-color: '#9378FF';
}

.half-floating-circle-secondpage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-secondpage div{
  border-radius: 50%;
  background: #8567FF;
}

.half-floating-circle2-secondpage{
  position: absolute;
  bottom:190px;
  right: -40px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-secondpage div{
  border-radius: 50%;
  background: #8567FF;
}

.half-floating-circle-thirdPage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-thirdPage div{
  border-radius: 50%;
  background: #5D43CA;
}

.half-floating-circle2-thirdPage{
  position: absolute;
  bottom:190px;
  right: -40px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-thirdPage div{
  border-radius: 50%;
  background: #5D43CA;
}

.vector-svg{
  position: absolute;
  top: 210px;
  left: 12vw;
  z-index: 99;
}

.vector-svg1{
  position: absolute;
  bottom: 50px;
  left: 50vw;
  z-index: 99;
}

.vector-svg-secondpage{
  position: absolute;
  top: 20px;
  right: 40vw;
  z-index: 99;
}

.vector-svg1-secondpage{
  position: absolute;
  bottom:80px;
  left: 10vw;
  z-index: 99;
}

.star-svg1-thirdPage{
  position: absolute;
  bottom: 130px;
  left: 40px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-thirdPage{
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.vector-svg-thirdPage{
  position: absolute;
  top: 120px;
  left: 10vw;
  z-index: 99;
}

.vector-svg1-thirdPage{
  position: absolute;
  bottom:80px;
  left: 40vw;
  z-index: 99;
}

.star-svg1-forthPage{
  position: absolute;
  bottom: 130px;
  left: 40px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.star-svg2-forthPage{
  position: absolute;
  top: 70px;
  right: 110px;
  z-index: 100;
  -webkit-animation: medicalReport 3s infinite;
          animation: medicalReport 3s infinite;
}

.vector-svg-forthPage{
  position: absolute;
  top: 120px;
  left: 10vw;
  z-index: 99;
}

.vector-svg1-forthPage{
  position: absolute;
  bottom:80px;
  left: 40vw;
  z-index: 99;
}

.half-floating-circle-forthPage{
  position: absolute;
  top:-170px;
  right: -130px;
  /* animation: halfFloatingCircle 5s infinite; */
}

.half-floating-circle-forthPage div{
  border-radius: 50%;
  background-color: #725CDC !important;
}

.half-floating-circle2-forthPage{
  position: absolute;
  bottom:190px;
  right: 0px;
  -webkit-animation: halfFloatingCircleBelowMap 10s infinite;
          animation: halfFloatingCircleBelowMap 10s infinite;
}

.half-floating-circle2-forthPage div{
  border-radius: 50%;
  background-color: #725CDC !important;
}

.india-map{
  z-index: 20;
}

@-webkit-keyframes halfFloatingCircleBelowMap {
  0% {
    transform: translateX(45px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-100px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(45px);
    /* opacity: 0; */
  }
}

@keyframes halfFloatingCircleBelowMap {
  0% {
    transform: translateX(45px);
    /* opacity: 0; */
  }

  50% {
    transform: translateX(-100px);
    /* opacity: 1; */
  }

  100% {
    transform: translateX(45px);
    /* opacity: 0; */
  }
}

.india-map-pin{
  position: relative;
}

.lottie-pin-0 {
  position: absolute;
  top: -5px;
  left: 70px;
}

.lottie-pin-1 {
  position: absolute;
  top: 30px;
  left: 45px;
}

.lottie-pin-2 {
  position: absolute;
  top: 80px;
  left: 30px;
}

.lottie-pin-3 {
  position: absolute;
  top: 120px;
  left: 10px;
}

.lottie-pin-4 {
  position: absolute;
  top: 55px;
  left: 60px;
}

.lottie-pin-5 {
  position: absolute;
  top: 120px;
  left: 80px;
}

.lottie-pin-6 {
  position: absolute;
  top: 100px;
  left: 60px;
}

.lottie-pin-7 {
  position: absolute;
  top: 180px;
  left: 30px;
}

.lottie-pin-8 {
  position: absolute;
  top: 220px;
  left: 50px;
}

.lottie-pin-9 {
  position: absolute;
  top: 210px;
  left: 90px;
}

.lottie-pin-10 {
  position: absolute;
  top: 150px;
  left: 150px;
}

.lottie-pin-11 {
  position: absolute;
  top: 120px;
  left: 180px;
}

.lottie-pin-12 {
  position: absolute;
  top: 115px;
  left: 150px;
}

.lottie-pin-14 {
  position: absolute;
  top: 70px;
  left: 110px;
}

.lottie-pin-15 {
  position: absolute;
  top: 270px;
  left: 75px;
}

.lottie-pin-16 {
  position: absolute;
  top: 90px;
  left: 160px;
}

.lottie-pin-13 {
  position: absolute;
  top: 150px;
  left: 110px;
}

/* purgecss end ignore */

/* purgecss start ignore */

/* Center the loading spinner in the middle of the screen */

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Full height */
  background-color: #f4f4f4; /* Light background */
  padding: 20px;
  box-sizing: border-box;
}

/* Spinner styling */

.spinner {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

/* Animation for the spinner */

@-webkit-keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

/* Responsive design */

@media (max-width: 768px) {
  .loading-container {
    padding: 10px; /* Adjust padding for smaller screens */
  }

  .spinner {
    width: 40px;
    height: 40px;
    border-width: 6px;
  }
}

@media (max-width: 480px) {
  .spinner {
    width: 30px;
    height: 30px;
    border-width: 4px;
  }
}

/* purgecss end ignore */
  
/* purgecss start ignore */

.vision-dashboard {
  height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  background: #fafafa;
  grid-template-areas: 
        "sidebar header header header header header header"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table"
        "sidebar table  table  table  table  table  table";
}

/* purgecss end ignore */
/* purgecss start ignore */

.vision-sidebar {
  grid-area: sidebar;
  background: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.05) 0px 1px 3px 1px;
  justify-content: space-between;
  height: 100vh;
}

.center-image {
  width: 100%;
  border-radius: 5px;
}

.center-address {
  font-size: 12.5px;
  font-weight: 400;
  color: #777;
}

.side-visit-logo {
  width: 50%;
}

.tertiary-text {
  font-size: 10px !important;
  margin-bottom: 2.5px;
}

.grey-text {
  color: #888888;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 15px;
  font-size: 12.5px;
}

/* purgecss end ignore */
/* purgecss start ignore */

.image-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0;
  border: 2px solid #714fff !important;
  outline: none !important;
  box-shadow: none !important;
  justify-content: flex-start;
}

.image-button img {
  margin-right: 0 !important;
}

.active-image-button {
  background: #714fff;
  color: #fff;
}

.active-image-button > img {
  filter: brightness(0) invert(1);
}

.image-button-tip {
  padding: 2.5px !important;
  font-size: 10px !important;
  background: #714FFFAA !important;
}

.image-button-tip::before, .image-button-tip::after {
  background: #714FFF2E !important;
}

.disabled-image-button {
  background: #eee;
  color: #D1D1D1;
  border-color: #eee !important;
  cursor: not-allowed;
}

/* purgecss end ignore */
/* purgecss start ignore */

.vision-header {
  grid-area: header;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

/* purgecss end ignore */
/* purgecss start ignore */

.vision-table-container {
  grid-area: table;
  padding: 10px;
  position: relative;
}

.vision-table {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border-collapse: separate;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: scroll;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.table-header {
  background: #fff;
  border: 1px solid #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 10px;
}

.tab-option {
  font-size: 12.5px;
  font-weight: 600;
  border-bottom: 1.5px solid transparent;
  cursor: pointer;
}

.selected-tab {
  color: #714fff;
  border-bottom-color: #714fff;
}

.download-button {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 12.5px;
  font-weight: 600;
}

.page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 30px;
  font-size: 12.5px;
  font-weight: 600;
  height: 30px;
  outline: none !important;
}

.current-page {
  background: #714fff;
  color: #fff;
  border-color: #714fff;
}

.table-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffbb;
  z-index: 1;
}

.search-input {
  border-radius: 2.5px;
  outline: none;
  border: 1px solid #aaa;
  width: 100%;
  padding: 7.5px 2px;
  position: absolute;
  bottom: 0;
  font-size: 12.5px;
  height: 30px;
  transform: translateY(110%);
}

.action-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 5px;
  padding: 0 5px;
  justify-content: center !important;
  font-weight: 600;
  font-size: 10px;
  border-width: 1.5px !important;
}

.action-button > img {
  height: 15px;
}

.blue-button {
  border-color: #3E8BFF !important;
}

td {
  font-weight: 500;
  color: #440;
}

/* purgecss end ignore */
/* purgecss start ignore */

.modal-content {
  border: 2px solid #714FFF;
}

.upload-modal {
  padding: 20px;
}

.modal-header {
  background: #714FFF;
}

.modal-header > h5, .modal-header > button {
  color: #fff;
}

.submit-button-upload {
  text-align: center;
  justify-content: center;
}

.document-section {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}

.document-window {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100px;
  height: fit-content;
  border-radius: 5px;
  flex: 1;
  width: 100%;
  background: #714FFF1A;
  border: 1px solid #714FFF2A;
  min-width: unset;
  position: relative;
  height: 50vh;
}

.document-window > * {
  font-family: 'Montserrat' !important;
}

.upload-button {
  justify-content: center;
  background: #fff;
  align-items: center;
  padding: 10px 0;
  border-width: 1px !important;
  font-weight: 300 !important;
}

.upload-divide {
  flex: 1;
  height: 2px;
  background: red;
}

.disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 8px;
  transform: translateY(125%);
}

.re-button {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff8c00;
  height: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.invoice-modal {
  min-width: 70%;
}

.primary-box {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #CFC8FF;
  overflow-y: scroll;
}

.submit-button {
  position: absolute;
  bottom: 5px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  text-align: center;
  justify-content: center;
}

.secondary-box {
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  background: #F2EFFF;
}

.invoice-form {
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}

.add-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  padding: 5px;
  font-weight: 300;
  border-width: 1.25px !important;
  border-radius: 4.25px;
  margin-top: 20px;
  margin-bottom: 55px;
}

.bottom-text {
  position: absolute;
  bottom: 7.5px;
  left: 50%;
  transform: translateX(-50%);
}

.document-window.disabled {
  cursor: not-allowed;
}

.document-window.disabled:hover {
  border-color: #ddd;
  background-color: #f8f9fa;
}

/* purgecss end ignore */
