@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
/* Dark Mode */
input, textarea {
  background: #fff;
  color: #1f2937;
}
.created-by-icons p, .created-by-icons h3 {color:black}
select {
  background: #fff;
}
input#opensearch {
background: #fff;
}
.input-dark-mode{
  background: #fff !important;
  color: #1f2937 !important;
  border: 1px #c7c7c7 solid !important;
}
.dark-mode-td td {
  background: #fff;
  color: #1f2937;
}
.dark-mode-td th {
  background: #fff;
}
.new-popup-tabls p{
  color: #1f2937 !important;
}
.table-zebra tbody tr:nth-child(2n) th, .table-zebra tbody tr:nth-child(2n) td {
  background: #fff !important;
  color: #1f2937 !important;
}
::placeholder {
  color: #1f2937;
  font-weight: 500;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #1f2937;
  font-weight: 500;
  font-size: 13px;
}

::-moz-placeholder {
  color: #1f2937;
  font-weight: 500;
  font-size: 13px;
}

:-ms-input-placeholder {
   color: #1f2937;
  font-weight: 500;
  font-size: 13px;
}

::-ms-input-placeholder {
  color: #1f2937;
  font-weight: 500;
  font-size: 13px;
}
.fotter-tables-claims {
  color: #1f2937;
}
input[type="checkbox"]{
  appearance:none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  outline: 2px solid #3d4063;
  cursor: pointer;
  margin: 5px;

}
input[type="checkbox"]:checked{
  appearance:none;
  height: 15px;
  width: 15px;
  background-color: #3d4063;
  border:2px solid #fff;
  cursor: pointer;
  margin: 5px;
}
input[type="radio"]{
  appearance:none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #fff;
  outline: 2px solid #3d4063;
  cursor: pointer;
  margin: 5px;

}
input[type="radio"]:checked{
  appearance:none;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #3d4063;
  border:2px solid #fff;
  cursor: pointer;
  margin: 5px;
}
::-webkit-calendar-picker-indicator{
  background-color: #3d4063;
  padding: 5px;
  cursor: pointer;
}
/* Dark Mode Close*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  /* cursor: default; */
  opacity: 0.6;
  cursor: not-allowed;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.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;
  }
}
.page-access-denied{
  font-size: 2em;
  color: red;
  margin: 2%;
}
.menu-item{
  position: relative;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-item.active {
  background: #545898;
}
button.start-btn.menu-item {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

.menu-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.sidebar-item{
  margin-top: 0.25rem;
  padding: 1rem;
}

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

.all-button{
  margin-left: 0.5rem;
  display: flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(84 88 152 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.uppercase.all-button span {
  color: #000;
  text-transform: capitalize;
  padding-left: 5px;
}

button.start-btn.all-button {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

.all-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.all-button-sub{
  margin-left: 0.5rem;
  display: flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(84 88 152 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.uppercase.all-button-sub span {
  color: #000;
  text-transform: capitalize;
  padding-left: 5px;
}

button.start-btn.all-button-sub {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

.all-button-sub:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.all-button-reset{
  margin-left: 0.5rem;
  display: flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.uppercase.all-button-reset span {
  color: #000;
  text-transform: capitalize;
  padding-left: 5px;
}

button.start-btn.all-button-reset {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

.all-button-reset:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.all-button-chicago{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.uppercase.all-button-chicago span {
  color: #000;
  text-transform: capitalize;
  padding-left: 5px;
}

button.start-btn.all-button-chicago {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

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

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.right-0{
  right: 0px;
}

.top-3{
  top: 0.75rem;
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

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

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

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

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


.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-7{
  height: 1.75rem;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}
.w-50{
  width:16rem;
}

.w-5{
  width: 1.25rem;
}

.w-auto{
  width: auto;
}

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

.max-w-xs{
  max-width: 20rem;
}

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

.flex-none{
  flex: none;
}

.shrink{
  flex-shrink: 1;
}

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity));
}
.formvali_err 
{
  border: 1px solid #f00 !important;
}
.detail-action{
  background: #585ea4;
  color: #fff;
  padding: 5px 5px 6px;
  border-radius: 5px;
  margin-left: 70px;
}
.count-show{
   margin-left: 1rem;
}
.approve-nd-cancel{
    margin: 10px;
    display: flex;
    justify-content: end;
    gap: 10px;
}
.approve-button{
    background: #1aab00 !important;
    padding: 3px 20px 5px;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.align-center {
  text-align: center;
}
.disabled-approve-button{
  background:#dce5da !important;
  padding: 3px 20px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.cancel-button{
  background: #df1b24;
  padding: 3px 20px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.totalprice-container{
  display: flex;
    padding: 15px;
    font-weight: 800;
    gap: 2rem;
}
.otp-input{
  width: 60px;
  height: 50px;
  padding-inline: 22px;
  font-size: 1.5rem;
  background: rgb(226 232 240 / var(--tw-bg-opacity));
  border-radius: 12px;
}
.otp-input-container{
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.overflow-x-auto{
  overflow-x: auto;
}

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

.whitespace-nowrap{
  white-space: nowrap;
}

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

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

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

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

.stroke-current{
  stroke: currentColor;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

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

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

.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-wrap{
  text-wrap: wrap;
}
.text-zinc-100{
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

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

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-slate-900\/10{
  --tw-ring-color: rgb(15 23 42 / 0.1);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.services-order-box-popup {
  border: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 13px 15px -3px rgba(153,153,153,1);
  -moz-box-shadow: 0px 13px 15px -3px rgba(153,153,153,1);
  box-shadow: 0px 13px 15px -3px rgba(153,153,153,1);
}

.input-tables-section.services-orders-boxs-secs {
  margin: 0px;
}

.tab-cont.right-tabs-menus p {
border-bottom: 1px solid #cacaca;
}
.btn-tab.ritmenu svg.svg-inline--fa.fa-arrow-right {
  font-size: 17px;
  font-weight: 700;
  transform: rotate(180deg);
}

.removs-pats-btn-wrp {
  background: #df1b24 !important;
  color: #fff;
  padding: 5px 10px !important;
  border-radius: 100px;
  cursor: pointer;
  margin-left: 10px;
}
.table_row {
  display: table-row !important;
}
.ads-pats-btn-wrp {
  background: #5b60a4 !important; 
  color: #fff;
  padding: 5px 10px !important;
  border-radius: 100px;
  cursor: pointer;
  margin-left: 10px;
}
.shao-bayn {
  position: relative;
}

.show-hid-form {
  position: absolute;
  right: 20px;
  transition: all 1s !important;
  top: 20px;
}

#formWrp {
  transition: all 0.5s !important;
  transition-delay: 0.1s;
}

.opnSrch {
  transition: all 0.5s !important;
}

.leftpan {
  width: 100% !important;
  /* transition: all 0.5s; */
  max-width: 180px !important;
}


.lfet-menu-blu {
  max-height: 99.5vh;
  width: 100% !important;
  max-width: 180px !important;
  overflow-y: scroll;
}

.lfet-menu-blu::-webkit-scrollbar {
  width: 7px;
}

.lfet-menu-blu::-webkit-scrollbar-track {
  background-color: #d5d5d5 !important;
  border-radius: 0px !important;
}

.lfet-menu-blu::-webkit-scrollbar-thumb {
  border-radius: 0px !important;
  background: #6d6d6d !important;
}

.leftpan.lfet-menu-blu {
  overflow: scroll !important;
  z-index: 99;
}

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

.leftpan::-webkit-scrollbar-track {
  background-color: #d5d5d5 !important;
  border-radius: 0px !important;
}

.leftpan::-webkit-scrollbar-thumb {
  border-radius: 0px !important;
  background: #6d6d6d !important;
}

.all-heading-ths {
  color: #585ea4;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  border: 2px solid #e5e7eb;
  background: #f2f2f2;
  padding: 6px 2px !important;
  font-size: 10px !important;
}

.leftMs {
  width: 50px !important;
}

.leftpan span.txt {
  margin-left: 8px;
}

.leftMs span.txt {
  display: none;
}

.mobFlex {
  display: flex;
}
.approve-reject {
  display: flex;
  align-items: center;
  margin-left: 44%;
}
.resInp {
  width: 200px;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1.2rem;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  margin-right: 0.5rem;
}

.mobd {
  display: none;
}

.wSear {
  width: 48rem;
}

@font-face {
  font-family: "Material Icons";

  font-style: normal;

  font-weight: 400;

  src: url(https://example.com/MaterialIcons-Regular.eot);

  /* For IE6-8 */

  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"),
    url(https://example.com/MaterialIcons-Regular.woff) format("woff"),
    url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.colTabs {
  flex-direction: column;
  width: 20px;
}

.colTabs .tab {
  background-color: #bebebe;
  height: 100%;
  width: 20px;
  line-height: initial;
}

.colTabs .tab .tablinks {
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  transform: rotate(-90deg);
  color: #333;
}

.colTabs .tab .tablinks:hover {
  color: #333 !important;
}

.colTabs .tab .tablinksrt {
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  transform: rotate(-90deg);
  color: #333;
}

.colTabs .tab .tablinksrt:hover {
  color: #333 !important;
}

.colTabs .tab .active {
  color: #000 !important;
}

.indicators {
  margin-left: 20px;
  padding: 0 20px;
  position: absolute;
}

footer {
  margin-top: auto;
}

.mIcoUse > span {
  line-height: 20px;
  float: left;
}

.dm {
  position: relative;
}

.dm input {
  position: absolute;
  top: -18px;
  padding-left: 32px;
  color: #fff;
}

.dm svg {
  position: absolute;
  z-index: 111;
  top: -11px;
  left: 4px;
}

.topMs {
  display: block !important;
}

.bg-mer-1 {
  background-color: #3d4063;
}

.text-mer-1 {
  color: #585ea4;
}

/* ================Avi Css Start Here 15-03-2023=================== */

/* --------Header Claim Start------- */

/* New Css 10-05-23 Start */

.input-tables-section .resInp {
  width: 100%;
  padding: 3px 2px;
  min-width: 70px;
}

button.create-line-icons {
  padding-left: 10px;
}
.indexingplus {
  z-index: 1;
  position: relative;
  width: 100%;
}
input#share_report:before {
  top: -13px;
}
.sub-tails-sec.clains {
  align-items: center;
  display: flex;
}

.input-tables-section {
  margin: 10px;
}

.sub-tile-sec-claim-sec p {
  color: #df1c25;
  font-weight: 500;
}

.tow-table-sec-loss-type .main-contract-tabsl h5 {
  height: 40px;
  padding-top: 15px;
}

.mode-mid-add {
  position: relative;
}

.midel-box-prim.pas-aaslot-sec:before {
  content: "";
  position: absolute;
  background: #000;
  height: 28px;
  width: 2px;
  top: 8px;
  right: -20px;
}

.midel-box-prim.pas-aaslot-sec:after {
  position: absolute;
  content: "";
  background: #000;
  height: 28px;
  width: 2px;
  top: 8px;
  left: -15px;
}

.approv-and-remov-btn {
  display: flex;
  margin-top: 10px;
}

.remove-appo-btn-sec {
  display: flex;
  width: 150px;
  align-items: center;
}

a.btn-ands-removes {
  margin: 0px 5px;
}

#hidden {
  display: none;
}

a.btn-ands-edits img {
  background: #585ea4;
  padding: 6px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  margin: 0px 6px;
}

a.btn-ands-prst {
  background: #5b60a4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  cursor: pointer;
}

a.btn-and-approv img {
  background: #1aab00;
  padding: 8px;
  border-radius: 30px;
  width: 25px;
  height: 25px;
}

a.btn-ands-removes img {
  background: #df1b24;
  padding: 5px;
  border-radius: 30px;
  width: 25px;
  height: 25px;
}

.input-tables-section th.all-heading-ths {
  background: #f2f2f2;
  color: #5f64a4;
}

td.table-inner-rows-sec th {
  background: #f2f2f2 !important;
  color: #5f64a4;
  text-transform: capitalize;
  border: 2px solid #e5e7eb;
}

.bg-table-colur-sec-all td {
  background: #fff !important;
}

.blue-background-sec-all td {
  background: #dcecf8 !important;
  font-size: 12px !important;
  border: transparent;
  border-radius: 0px;
  font-weight: 600;
}

.purpl-background-sec-all td {
  background: #e3e3e3 !important;
  font-size: 12px !important;
  border: transparent;
  border-radius: 0px;
  font-weight: 700;
  color: #1f2937;
}

td#collapseButton {
  font-size: 16px !important;
  font-weight: 500;
  cursor: pointer;
}

.main-contract-tabsl.crea-pey {
  float: right;
}

.main-contract-tabsl.crea-pey button {
  background: #585ea4;
  color: #fff;
  padding: 3px 10px 4px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

#addPayeePopup {
  background: #ffffff;
  position: fixed;
  left: 14%;
  top: 27%;
  width: 60vw;
  height: auto;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
  border: 1px solid #585ea4;
  border-radius: 10px;
  z-index: 9999;
}

.add-payes-heading-sec span.red-start-text {
  color: #ff0000;
  font-size: 12px;
  padding-left: 2px;
}

.pays-section .product-servics-content-left.beling-addrs {
  padding: 10px 0px;
}

.pays-section .product-servics-content-left.response-data {
  padding: 10px 0px;
}
.pay-sec-all .customer-servics-content-box {
  height: 230px;
  padding: 15px 10px;
}

.pay-sec-all .product-servics-content-left input.resInp {
  width: 100%;
}

.pay-sec-all .product-servics-content-left select.resInp {
  width: 100%;
  color: #9ca3af;
  padding: 6px 7px;
}

.sub-tile-sec-claim-sec span {
  padding-left: 5px;
}

.main-contract-tabsl .resInp {
  width: 70px;
  padding: 3px 2px;
  margin-top: 5px;
}

.client-code-mid-header {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  height: 100%;
  /* border-right: 1px solid #b8b8b9; */
  border-left: 1px solid #b8b8b9;
}

.claim-pages-sect {
  padding-top: 75px !important;
}

.midel-box-prim span {
  color: #000;
  padding-left: 5px;
  font-size: 11px;
  font-weight: 500;
}

.midel-box-prim a {
  color: #000;
  padding-left: 5px;
  font-size: 11px;
  font-weight: 500;
}

.uppercase.font-medium span {
  color: #000;
  text-transform: capitalize;
  padding-left: 5px;
}

.contract-number-header-sec {
  display: flex;
  justify-content: space-between;
}

.contract-number-header-sec h4 {
  color: #4d9900;
  font-weight: 500;
  font-size: 12px;
}

.ticket-typ-sec-wrp p {
  padding-left: 0px;
  font-weight: 500;
  font-size: 11px;
}

.ads-payee-forms-headins span.red-start-text {
  color: #ff0000;
  font-size: 13px;
  padding-left: 2px;
}

.midel-box-prim {
  padding-top: 5px;
}

.ticket-typ-sec-wrp {
  padding: 4px 0px;
}

.all-heading-claims {
  color: #585ea4;
  text-transform: capitalize !important;
  font-weight: 500 !important;
  border: 2px solid #e5e7eb;
  background: #f2f2f2;
  font-size: 12px !important;
}

.sub-tails-sec.clains {
  margin: 0px;
}

.fotter-tables-claims {
  background: #dcecf8 !important;
}

.tow-table-sec-loss-type {
  display: flex;
  width: 100%;
  max-width: 810px;
  overflow-y: auto;
  margin: 10px;
}

.tow-table-sec-loss-type h3 {
  width: 100px;
}

.srevics-oredr-one {
  display: flex;
  justify-content: space-between;
  align-items: normal;
}

p.add-calim {
  font-size: 10px !important;
}

/* Scrollbar Styling */

.tow-table-sec-loss-type ::-webkit-scrollbar {
  width: 8px;
}

.tow-table-sec-loss-type ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.tow-table-sec-loss-type ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

.tow-table-sec-loss-type-two {
  display: flex;
  width: 100%;
  max-width: 830px;
  overflow-y: auto;
  margin: 10px;
}

.tow-table-sec-loss-type-two .resInp {
  margin: 10px 10px 0px 0px;
}

.tow-table-sec-loss-type-two h3 {
  width: 100px;
}

.service-ordr-payee-type-back {
  background: #f1f8fd;
}

.tow-table-sec-loss-type .resInp {
  margin: 10px 10px 0px 0px;
}

.tow-table-sec-loss-type p {
  color: #ff0505 !important;
}

.service-ordr-payee-type {
  background: #fff;
}

/* New Css 10-05-23 End */

.leftpan.claim-page-section-main {
  background: #3d4063;
}

.servis-order-form input.resInp {
  display: inherit;
}

.claim-all-box-main {
  margin-top: 90px;
}

.claim-inner-customer-tabls {
  width: 100%;
  max-width: 310px;
}

.priority-header-sec {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.claim-header-section {
  background: #e8e8e8;
  box-shadow: 2px 6px 27px -3px rgba(163, 155, 163, 1);
  position: fixed;
  width: 100%;
  z-index: 99;
}

.servis-order-content h3 {
  font-size: 12px;
  font-weight: 500;
  color: #4b508a;
}

.servis-order-form .resInp {
  width: 100%;
}

.servis-order-form p {
  font-weight: 600;
  /* margin-left: -100px; */
}

.servis-order-form {
  margin: 8px 0px;
}

.claim-page-header {
  display: flex;
  position: fixed;
  justify-content: space-between;
  background: #dcecf8;
  right: 0px;
  width: 340px;
  padding: 4px 10px 19px;
}

.claim-edit-btn-wrp img {
  background: #595fa4;
  width: 18px;
  height: 18px;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  margin: auto;
}

.ticket-typ-sec-wrp-middl {
  margin-top: 28px;
}

button.all-button-reset {
  background: #a7a7a7 !important;
}

button.all-button-reset:hover {
  background: #000 !important;
}

/* .ticket-typ-sec-wrp {
  display: flex;
  align-items: center;
} */

.customer-contact-wep a {
  font-size: 10px;
  font-weight: 600;
  color: #1f2937;
}

.mainBody.inpu-fomr-pags {
  padding-top: 0px;
}

.customer-wep.deit-wrp-cont:before {
  content: "";
  background: #565656;
  position: absolute;
  width: 2px;
  height: 25px;
  right: 270px;
  top: 6px;
}

.customer-contact-wep.numbr-wrp-cont:before {
  content: "";
  background: #565656;
  position: absolute;
  width: 2px;
  height: 25px;
  right: 125px;
  top: 6px;
}

.edit-btn-wrp.rit-edit-btn img {
  position: absolute;
  right: 25px;
  top: 50px;
  width: 18px;
  height: 18px;
}

.contract-number-header-sec h3 {
  font-size: 11px;
  font-weight: 500;
  color: #4b508a;
  line-height: 19px;
}

.contract-number-header-sec span {
  color: #000;
  font-size: 11px;
  font-weight: 500;
}

.ticket-typ-sec-wrp h3 {
  color: #585ea4;
}

.customer-email-wep.midel-box-two h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.edit-btn-wrp.midel-box-two-edit {
  position: relative;
  left: 60px;
  top: 10px;
}

.right-sce-cont.nidel-last-box.right-sce-cont {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #e0f2fe;
  margin: 0px 0px 0px 10px;
  padding: 5px 0px;
}


.midel-box-prim h3 {
  font-size: 11px;
  font-weight: 500;
  color: #4b508a;
}

.tab-cont.tabs-left-mensu img {
  transform: rotate(90deg);
}

.btn-tab.ritmenu img {
  transform: rotate(90deg);
}

.edit-btn-wrp img {
  background: #585ea4;
  width: 22px;
  z-index: 99;
  height: 22px;
  padding: 4px;
  border-radius: 5px;
}

.rigt-tab-sec {
  text-align: right;
  padding: 8px 0px;
}

.dispy-img-com {
  display: flex;
}

.togle-btn-rit img {
  text-align: right;
  display: inline-block;
  cursor: pointer;
}

/* ======Pop Sec===== */

#draggable {
  background: #f2f2f2;
  position: fixed;
  left: 180px;
  top: 110px;
  width: 60vw;
  height:auto;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
  border: 1px solid #585ea4;
  border-radius: 10px;
  z-index: 9999;
}

#draggableUpload {
  background: #fff;
  position: fixed;
  left: 14%;
  top: 20%;
  width: 60vw;
  height: auto;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
  /* border: 1px solid #585ea4; */
  border-radius: 10px;
  z-index: 999;
}

/* #productServicsBox {
    background: #ffffff;
    position: fixed;
    left: 168px;
    top: 126px;
    width: 860px;
    height: 440px;
    border-radius: 0px;
    -webkit-box-shadow: -1px -1px 25px 4px rgba(148,148,148,1);
    -moz-box-shadow: -1px -1px 25px 4px rgba(148,148,148,1);
    box-shadow: -1px -1px 25px 4px rgba(148,148,148,1);
    border: 1px solid #585ea4;
    border-radius: 10px;
} */

#draggable-div {
  width: 60vw;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 20% ;
  left: 14%;
  border: 1px solid #585ea4;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
  z-index: 999;
}


.box-text-copy {
  position: relative;
  padding-bottom: 10px;
}
.button-copy-txt {
  position: absolute;
  top: 7px;
  right: 5px;
}
.redibtn-inputs {
  display: grid;
  grid-template-columns: 94% 5%;
  gap: 10px;
  align-items: center;
}
.copyed-texs {
  position: absolute;
  top: -3px;
  right: 20px;
  background:#90d7a0;
  border: 1px solid #28a745;
  border-radius: 5px;
  outline: none;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  padding: 3px 10px 4px;
  border-radius: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  display: none;
}

.button-copy-txt img:hover {
  width: 28px;
  transition: all 0.2s ease;
}


#customerServicsBoxRight {
  background: #ffffff;
  position: fixed;
  left: 14%;
  top: 20%;
  width: 60vw;
  height: auto;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
  border: 1px solid #585ea4;
  border-radius: 10px;
  z-index: 9999;
}

.customer-servics-content-box {
  height: 350px;
  padding:15px 10px;
}

input.resInp.exten-with-customer {
  width: 162px;
}

/* Scrollbar Styling */

.customer-servics-content-box::-webkit-scrollbar {
  width: 8px;
}

.customer-servics-content-box::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.customer-servics-content-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

.product-servics-content {
  height: 350px;
  padding: 0px 10px 15px;
}

.product-serves-sec-btans {
  float: right;
  /* padding: 0px 20px; */
}

/* Scrollbar Styling */

.product-servics-content::-webkit-scrollbar {
  width: 8px;
}

.product-servics-content::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.product-servics-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

input.resInp.product-servics-inputbox {
  width: 160px;
}

input.resInp.product-datepiker-box {
  display: inherit;
  width: 100%;
  color: #1f2937;
}

.display-moble-flx {
  grid-template-columns: auto auto;
}

/* .product-servics-content-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.disply-flex-input-box {
  display: grid;
    grid-template-columns: 47% 48% 2%;
    gap: 0px;
    align-items: center;
    margin: 3px 0px;
}

textarea.editnote {
  width: 100%;
}

.editclaim {
  margin: 20px 5px !important;
  padding: 0px !important;
  float: left !important;
}
.product-servics-readio-btn {
  display: flex;
}

.product-servics-readio-btn input.resInp {
  width: 100%;
}

input.resInp.exten-with-long {
  width: 100%;
}

input.resInp.exten-with {
  width: 100%;
  /* max-width: 50px; */
}

.product-servics-content-left.beling-addrs {
  padding: 10px 0px;
}
.pays-section .product-servics-content-left.response-data {
  padding: 10px 0px;
}
.product-servics-content-left.sevices-table-heding-min {
  padding: 6px 0px;
}

.product-type-heading {
  background: #585ea4;
}

.product-type-heading h3 {
  color: #fff;
}

.product-type-heading span {
  padding-left: 5px;
  font-weight: 400;
}

.servics-reques-close-btn img {
  margin: 0 auto;
  padding-top: 7px;
}

.product-servics-content-left input.resInp {
  width: 100%;
  color: #1f2937;
}

.resqred-inpu-box .resInp {
  border: 1px solid #f00;
}

textarea.resInp.product-text-area.resqred-inpu-box {
  border: 1px solid #f00;
}

input.resInp.product-datepiker-box.resqred-inpu-box {
  border: 1px solid #f00;
}

.product-servics-content-left select.resInp {
  width: 100%;
  color: #9ca3af;
  padding: 6px 7px;
}

textarea.resInp.product-text-area {
  width: 100%;
  margin-top: 10px;
}

/* .email-bg-colro {
    background: #585ea4;
} */

.product-servics-content-left-heading span {
  font-size: 11px;
  font-weight: 500;
}

.product-servics-content-left h3 {
  font-size: 12px;
  font-weight: 500;
  color: #4b508a;
}

/* .checkboxField:before {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 2px solid;
  border-radius: 0;
  background-color: white;
  border-color: transparent;
  box-sizing: border-box;
  color: #585ea4;
  content: close-quote;
  display: inline-block;
  height: 12px;
  outline: 2px solid #585ea4;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
  width: 12px;
  position: relative;
  top: -4px;
}
.checkboxField:checked:before {
  background-color: #585ea4;
  border-color: white;
}
.checkboxFieldpad-wrpes:before {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 2px solid;
  border-radius: 0;
  background-color: white;
  border-color: transparent;
  box-sizing: border-box;
  color: #585ea4;
  content: close-quote;
  display: inline-block;
  height: 12px;
  outline: 2px solid #585ea4;
  transition-duration: 0.5s;
  transition-property: background-color, border-color;
  width: 12px;
  position: relative;
  top: -1px;
}
.checkboxFieldpad-wrpes:checked:before {
  background-color: #585ea4;
  border-color: white;
} */

.product-servics-content-left p {
  color: #454545;
  font-size: 12px;
  font-weight: 600;
}

.product-servics-content-left-heading h2 {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  display: flex;
  align-items: center;
  padding: 7px 13px;
}

.product-servics-content-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-servics-content-right h3 {
  font-size: 12px;
  font-weight: 500;
  color: #4b508a;
}

.product-servics-content-right p {
  color: #454545;
  font-size: 12px;
  font-weight: 600;
}

/* #note-block {
    width: 100%;
    margin: 10px;
} */

.ads-note-forms-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.note-child-text
{
  background-color: rgb(238, 238, 87); 
  padding-left: 5px;
}

.close-btn-sec {
  cursor: pointer;
  background: #585ea4;
  padding: 5px;
  border-radius: 100px;
}

.nots-form-adds {
  padding: 20px;
}

/* -----Show Hide Start css----- */

.hide {
  display: none;
}

.show {
  display: block;
}

.ads-form-sec textarea.resInp {
  width: 100%;
  height: 100px;
}

.save-calcle-btn {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}

.nosts-ads-rit {
  float: right;
  margin-bottom: 10px;
}

button.btn-save-rit {
  background: #1aab00;
  padding: 3px 25px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
button.btn-save-rit:disabled{
  background:#dce5da !important;
  padding: 3px 25px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.btn-save-rit-disabled {
  background:#dce5da !important;
  padding: 3px 20px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

button.btn-cancle-rit {
  background: #df1b24;
  padding: 3px 25px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* -----Show Hide End css----- */

/* ======Pop Sec End===== */

/* .no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
} */

.rigt-tab-sec img {
  display: inline-block;
  margin: 5px 5px;
}

.midel-box-prim p {
  color: #454545;
  font-size: 11px;
  font-weight: 700;
}

.contract-number-header-sec p {
  font-size: 11px;
  font-weight: 700;
}

/* --------Login Css STart------- */

.login-wrp-sec {
  height: 100vh;
}

.login-form-box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-form-box {
  background: #fff;
  padding: 0px;
  box-shadow: 2px 6px 27px -3px rgba(163, 155, 163, 1);
  border-radius: 0px;
}

.login-content-sec {
  padding: 10px 20px;
}

.login-emil-wrp {
  position: relative;
}
.card-box-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
span.emil-icon {
  position: absolute;
  top: 36px;
  left: 6px;
  background: #585ea4;
  width: 35px;
  height: 35px;
  border-radius: 100px;
}

span.emil-icon img {
  padding-top: 6px;
  margin-left: 7px;
}

.login-form-box input.resInp {
  width: 100%;
  margin: 10px 0px 10px;
  padding: 13px 50px;
  background: #edf0f5;
  border: 1px solid #edf0f5;
  border-radius: 100px;
}

h4.checkbox-reme {
  align-items: center;
  display: flex;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #4b508a;
  margin-bottom: 15px;
}

h4.checkbox-reme input {
  margin-right: 7px;
}

.login-form-box label {
  font-size: 14px;
  font-weight: 500;
  color: #4b508a;
}

.login-form-box h3 {
  font-size: 20px;
  padding: 5px 0px;
  color: #545454;
}

span.emil-icon-view {
  position: absolute;
  top: 43px;
  right: 13px;
}

.login-form-box img {
  text-align: center;
}

span.emil-icon-forgot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  font-weight: 500;
  color: #4b508a;
  margin-bottom: 15px;
}

span.emil-icon-forgot img {
  margin-right: 5px;
}

button.login-btn-sub {
  background: #585ea4;
  width: 50%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 40px;
  margin: 0 auto;
  display: block;
  font-weight: 500;
}

/*  --------Login Css End-------  */

/* --------Header Claim End------- */

.table :where(th, td) {
  padding: 6px 2px !important;
  font-size: 11px !important;
}
.cancel-contract-wrapper1{
  position: absolute;
  right: 2rem;
  top: 3px;
}
.cancel-contract-wrapper{
  position: absolute;
  right: 34rem;
  top: 3px;
}

.pending-contract-wrapper{
  position: absolute;
  right: 53rem;
  top: 3px;
}
.pending-contract-wrapper button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.void-contract-view-wrapper{
  position: absolute;
  right: 43rem;
  top: 3px;
}
.void-contract-view-wrapper button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.cancel-contract-view-wrapper{
  position: absolute;
  right: 22rem;
  top: 3px;
}
.cancel-contract-view-wrapper button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.mark-paidin-full{
  position: absolute;
  right: 13rem;
  top: 3px;
}
.mark-paidin-full button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.cache-data-row {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  text-align: left;
} 
.cache-data-row p {
  font-weight: 600;
}
.btn-download{
  position: absolute;
  right: 7rem;
  top: 3px;
}
.btn-download button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.radio-label span {
  color: #000;
  padding: 0px 5px;
  font-size: 15px;
  font-weight: 400;
}
.radio-label h2 {
  color: #000;
  padding: 0px 5px;
  font-size: 15px;
  font-weight: 500;
}
.reverse-paidin-full{
  position: absolute;
  right: 2rem;
  top: 3px;
}
.reverse-paidin-full button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
/* .cancel-contract-wrapper1 button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
} */
.cancel-contract-wrapper button {
  background: #585ea4 !important;
    color: #fff;
    padding: 5px 5px 6px;
    border-radius: 5px;
}
.sub-tile-sec {
  position: absolute;
  right: 20px;
  transition: all 1s !important;
  top: 4px;
}
.sub-tile-sec.leftso {
  position: absolute;
  right: 160px;
}
.contract-sce-wrps.full-widt-box .container #sectiontohide {
  margin: 0 5px;
  width: 100%;
}
.all-head-thtag {
  color: #585ea4;
  font-size: 12px !important;
  text-transform: capitalize !important;
  background-color: #fff !important;
  font-weight: 500 !important;
}

.table-two-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.all-button-servivce-wrp {
  background: #585ea4 !important;
  /* background: #585ea4 ; */
  color: #fff;
  padding: 5px 5px 6px;
  border-radius: 5px;
}

.icon-roteate-sec span {
  transform: rotate(90deg);
  font-weight: 700;
}

.colTabs .tab {
  background-color: #ffffff;
  height: 100%;
  width: 30px;
  line-height: initial;
}

.rigt-tab-head {
  color: #585ea4 !important;
  text-transform: uppercase;
}

.colTabs .tab .active {
  color: #585ea4 !important;
  text-transform: uppercase;
}

.colTabs .tab .tablinks {
  font-weight: bold;
  padding: 20px 0;
  cursor: pointer;
  transform: rotate(-90deg);
  color: #333;
  text-transform: uppercase;
}

.all-button-sub {
  background: #545898 !important;
}

.all-button-sub:hover {
  background: #121212 !important;
}

.table-two-subtitle.clim-acty img {
  position: absolute;
  right: 50px;
  top: 60px;
}

.table-two-subtitle.clim-acty.two-cim img {
  position: absolute;
  top: 50px;
}

.selct-box-wrp {
  padding: 8px 0px;
  color: #797979;
  font-size: 12px;
  border-radius: 5px;
}

/* .right-sce-cont {
    display: flex;
    justify-content: right;
    align-items: center;
    background: #e0f2fe;
    padding: 5px 5px;
    width: 340px;
    float: right;
} */

.right-sce-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e0f2fe;
  padding: 5px 15px;
  /* width: 472px; */
  /* float: right; */
  /* margin: 0 auto; */
  position: fixed;
  right: 0px;
}
.customer-client-wep {
  /* font-size: 10px;
  font-weight: 500;
  line-height: 12px; */
  padding: 0px 15px;
}

.table-two-subtitle {
  padding: 3px 0px 0px;
}

.table-two-subtitle h5 {
  padding: 7px 0px 0px;
}

.tabs-left-mensu p {
  border-bottom: 1px solid #cacaca;
}

.customer-wep p {
  font-size: 10px;
  color: #585ea4;
  font-weight: 500;
  text-align: right;
  line-height: 12px;
}

.customer-email-wep {
  margin: 0px 15px;
  border-right: 2px solid #3d4063;
  border-left: 2px solid #3d4063;
  padding: 0px 15px;
}

.customer-email-wep h4 {
  font-size: 10px;
  font-weight: 700;
  line-height: 6px;
}

.customer-email-wep a {
  font-size: 10px;
  font-weight: 500;
  color: #1f2937;
  /* font-style: italic; */
}

.back-col-shaw select.input {
  height: 25px;
  border-radius: 0px;
  margin-top: 5px;
  background: #fff;
}

.customer-contact-wep p {
  line-height: 12px;
  cursor: pointer;
}

.ads-nots-edit-delete {
  display: flex;
  width: 100px;
}

.nots-deelet-btns button {
  color: #df1b24;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 2px;
}

.dox-deelet-btns button {
  color: #df1b24;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 2px;
}

.doxnots-view-delete {
  display: flex;
  align-items: center;
}

.dox-view-btns {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.table-text-left-padd {
  margin-left: 20px;
}

.dox-deelet-btns {
  display: flex;
  align-items: center;
}

.doc-box-two-icon img {
  margin-right: 5px;
}

.dox-view-btns img {
  margin: 2px 2px 0px 0px;
  width: 13px;
}

.dox-deelet-btns img {
  width: 12px;
}

.created-by-icons h3 {
  font-style: italic;
}

.nodts-rite-box {
  height: 350px;
}

/* Scrollbar Styling */

.nodts-rite-box::-webkit-scrollbar {
  width: 8px;
}

.nodts-rite-box::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.nodts-rite-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

.nots-deelet-btns {
  display: flex;
  align-items: center;
}

.nots-deelet-btns img {
  margin-left: 20px;
  width: 12px;
}

button.start-btn.flex {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px;
  margin: 5px 5px 0px;
  border-radius: 0px;
  font-weight: 500;
}

.back-col-shaw {
  background: #e8e8e8;
  box-shadow: 2px 6px 27px -3px rgba(163, 155, 163, 1);
  position: fixed;
  top: 48px;
  width: 100%;
  z-index: 1;
}

.serch-hrad-wrps h3 {
  padding: 0px 0px;
}

.overflow-x-auto.margn {
  margin-top: 12px;
}

.table-tabs-btn .tab.on {
  background-color: #4b508a;
  color: #fff;
}

.tabview {
  display: none;
}

.tabview:nth-child(1) {
  display: block;
}

.table-tabs-btn button.tab {
  width: 235px;
  background: #e4e4ec;
  font-size: 13px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
  height: 35px;
}

.table-tabs-btn .tab.on:after {
  content: "";
  background: #4b508a;
  position: absolute;
  width: 15px;
  height: 16px;
  top: 34px;
  left: 120px;
  right: 0px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
}

.main-contract-tabsl h3 {
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
  color: #4b508a;
  word-wrap: break-word;
}

.main-contract-tabsl p {
  color: #454545;
  font-size: 11px;
  font-weight: 500;
}

.inner-customer-tabls {
  width: 100%;
}

.main-contract-tabsl {
  margin: 10px 0px;
  word-wrap: break-word;
}

.ads-batn-wrp {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px 4px;
  border-radius: 100px;
}

.table-two-subtitle.clim-acty {
  text-align: right;
  display: inherit;
  margin: 0px;
  padding: 7px 0px 0px;
}

.main-contract-tabsl.shot-clame {
  margin: 5px 0px;
}

.main-contract-tabsl.shot-clame p {
  line-height: 18px;
}

.main-contract-tabsl.shot-clame h2 {
  font-size: 16px;
  font-weight: 600;
}

.pro-disp-loc-wrp {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.busines-btn-sec a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.nots-two-subtitle {
  text-align: right;
  padding: 5px 10px;
  background: #fff;
}

.servis-order-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.claim-all-box-main .tab-cont {
  height: 1300px;
}

.nots-two-subtitle p {
  display: flex;
  align-items: center;
  justify-content: end;
}

.main-nots-tabls {
  display: flex;
  padding: 5px 0px 13px;
}

.nots-tabl-contents h4 {
  line-height: 15px;
}

.main-nots-tabls.two-icos-bts {
  padding: 0px 0px 0px;
}

.nots-tabl-icons img {
  width: 14px;
}

.nots-tabl-contents h3 {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
}

.nots-wrps-all-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.large-icons-sec img {
  background: #585ea4;
  width: 22px;
  height: 22px;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.5s;
}

.sub-tails-sec {
  margin: 0px 25px;
}

.nots-tabl-contents p {
  font-style: italic;
  padding: 3px 0px;
}

.nots-tabl-contents a {
  color: #0d27e1;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

/*============================================================================*/

/*---------Show Hide Button-----------*/

/*============================================================================*/

.up-down-arrow {
  text-align: center;
  margin: 50px;
}

.up-down-arrow a {
  background: #3f8ead;
  color: #fff;
  padding: 10px 80px;
  font-size: 20px;
}

.hide-cont {
  display: none;
}

.show {
  display: block;
}

.ads-center-forms-sec textarea.resInp {
  width: 100%;
  padding: 10px 10px 30px;
}

.center-save-calcle-btn {
  display: flex;
  margin: 10px 0px 0px;
  justify-content: end;
}

#forms-center-nots-box {
  padding: 10px;
  background-color: #ffffff;
}

.nots-wrps-all-box-.fets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}

.up-down-arrow-content {
  padding: 80px 0px 0px;
}

.div-table-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  color: #5b60a4;
  padding: 5px 10px;
  font-weight: 500;
}

.div-table-paragrap {
  display: grid;
  grid-template-columns: 40% 40% 20%;
}

.div-table-paragrap-head {
  border: 1px solid #e5e7eb;
  padding: 5px 10px;
}

.div-table-paragrap-dats {
  border: 1px solid #e5e7eb;
  padding: 5px 10px;
}

.div-table-paragrap-btns {
  border: 1px solid #e5e7eb;
  padding: 5px 10px;
}

/* .up-down-arrow-content {
    position: absolute;
    z-index: 9;
    left: 30px;
    top: 14px;
    width: 100%;
} */

.inner-customer-tabls.inrs-popup {
  width: 100%;
  max-width: 1480px;
}

.nots-tabl-contents-titl h3 {
  padding: 0px;
  color: #454545;
  font-size: 13px;
  font-weight: 500;
}

.nots-tabl-contents-titl p {
  color: #454545;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}

.nots-tabl-icsons img {
  width: 20px;
}

.nodts-rite-boxses {
  height: 100%;
  background: #fff;
  padding: 0px 5px 10px 5px;
}

/* Scrollbar Styling */

.nodts-rite-boxses::-webkit-scrollbar {
  width: 8px;
}

.nodts-rite-boxses::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

.nodts-rite-boxses::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}

/*============================================================================*/

/*---------Show Hide Button End-----------*/

/*============================================================================*/

.nots-edit-btns {
  display: flex;
  align-items: center;
}

.nots-edit-btns img {
  margin-right: 4px;
  cursor: pointer;
  width: 11px;
}

.main-nots-tabls-box-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.nots-tabl-icons-box-two {
  display: flex;
  align-items: flex-start;
}

.doc-box-two-cont a {
  color: #0d27e1;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.doc-box-two-cont p {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.created-by-icons h3 {
  font-style: italic;
}

.doc-box-two-icon span {
  font-size: 30px;
  font-weight: 600;
}

.nots-tabl-contents-box-two {
  font-style: italic;
}

.p-colr-red span {
  color: #ff0606;
  font-weight: 600;
}

.p-icon-gry span {
  position: relative;
  top: 10px;
}

.p-icon-gry img {
  margin-top: -8px;
  position: relative;
  left: 5px;
  top: 2px;
}

.p-icon-gry a {
  padding-left: 20px;
}

.customer-email-wep.midel-box-two {
  border: none;
  padding: 0px 10px;
  margin: 0px 10px;
}

.nots-edit-btns a {
  font-weight: 500;
  color: #0d27e1;
}

.created-by-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
}

.created-by-icons img {
  margin-right: 4px;
  cursor: pointer;
  width: 10px;
  display: none;
}

.nots-tabl-icons img {
  width: 14px;
  margin: 0px 10px 0px 5px;
}

/* --------------Tab Css Start Here--------- */

.container {
  max-width: 100%;
  width: 100%;
  border: 0px solid transparent;
  height: 100%;
  transition: all 0.5s;
}

.tab-cont {
  background-color: #fff;
  height: 100%;
  border-right: 1px solid #3d4063;
  width: 25px;
}

.width-right-left {
  width: 0px;
}

.contract-sce-wrps .tab-cont p {
  transform: rotate(-180deg);
}

.contract-sce-wrps .tab-cont span {
  color: #404040;
  font-weight: 600;
  transform: rotate(90deg);
}

h3.custonr-name-tex {
  padding-top: 6px;
}

.marg-top-botm {
  margin: 4px 0px 7px;
}

/* =================Documents Show Hid Start================= */

.documents-btn-main-box {
  background: #fff;
  /* padding: 5px 5px; */
}

.documents-adsfile-wrap {
  border-radius: 0px 0px 5px 5px;
  text-align: right;
}

.documents-uploade-wrap .resInp {
  width: 100%;
}

/* #documents-btn-main-right {
  background: #ffffff;
  position: fixed;
  right: 335px;
  bottom: 360px;
  width: 830px;
  box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
} */

.documents-adsfile-box {
  border: 1px dashed #585ea4;
  margin: 10px;
  border-radius: 10px;
  padding: 10px 5px;
  text-align: center;
  font-weight: 500;
  background: #f7f7f7;
}

.documents-adsfile-box img {
  margin: 0 auto;
}

.upload-nd-cancl {
  margin: 10px;
}

button.add-filas-btn {
  background: #585ea4;
  color: #fff;
  padding: 3px 15px 4px;
  border-radius: 100px;
  margin: 0px 10px 6px;
  font-weight: 500;
}

.documents-uploade-wrap {
  margin: 8px;
  font-weight: 500;
}

button.upload-btn-doc {
  background: #1aab00;
  padding: 3px 20px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

button.cancle-btn-doc {
  background: #df1b24;
  padding: 3px 20px 5px;
  border-radius: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.main-contract-tabsl span {
  color: #f30808;
  padding-right: 4px;
}

.padi-all-sec-call {
  padding-top: 7px;
}

.custome-call-two-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-inner-rows-sec {
  padding: 10px !important;
  background: #ffffff !important;
  /* margin-bottom: 15px;
  display: inline-block; */
  box-shadow: -1px 0px 19px 1px rgba(194,194,194,1);
}

/* =======================TostyFy Css Start================== */

.display-btn-tosty {
  position: relative;
  top: 30px;
  right: 560px;
}

.tostyfy-sec-wrap {
  position: absolute;
  z-index: 9999;
  right: 160px;
}

.formvali_err 
{
  border: 1px solid #f00;
}
.tostyfy-sec-wrap .toast {
  display: flex;
  justify-content: start;
  width: 580px;
  height: 60px;
  background: #fff5f5;
  border-radius: 10px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* animation: slide-in 0.5s ease-out forwards; */
  right: 10px;
  top: 50px;
  border: 1px solid #f56565;
}

.tostyfy-sec-wrap.text {
  align-self: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: start;
  font-size: 14px;
}

.tostyfy-sec-wrap .message {
  margin-top: 5px;
  font-size: 14px;
  color: #878787;
}

.tostyfy-sec-wrap .close {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translate(10px, -55px);
  font-size: 30px;
  color: #f56565;
  cursor: pointer;
  align-items: center;
}

@keyframes toast {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}

.tostyfy-sec-wrap .toast-area {
  z-index: 2;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.tostyfy-sec-wrap button {
  background: #ff1010;
  width: 90px;
  height: 30px;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

@keyframes slide-in {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* -------Greeen----------- */

.tostyfy-sec-wrap.green-butn-succs {
  position: absolute;
  z-index: 9999;
  right: 0px;
}

.tostyfy-sec-wrap.green-butn-succs .toast {
  display: flex;
  justify-content: start;
  width: 580px;
  height: 60px;
  background: #d0ffdb;
  border-radius: 10px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* animation: slide-in 0.5s ease-out forwards; */
  right: 10px;
  top: 50px;
  border: 1px solid #28a745;
}

.tostyfy-sec-wrap.green-butn-succs .text {
  align-self: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: start;
  font-size: 14px;
}

.tostyfy-sec-wrap.green-butn-succs .message {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
}

.tostyfy-sec-wrap.green-butn-succs .close {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translate(10px, -55px);
  font-size: 30px;
  color: #28a745;
  cursor: pointer;
  align-items: center;
}

@keyframes toast {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate(0, -10px);
    opacity: 0;
  }
}

.tostyfy-sec-wrap.green-butn-succs .toast-area {
  z-index: 2;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.tostyfy-sec-wrap.green-butn-succs button {
  background: #28a745;
  width: 90px;
  height: 30px;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

@keyframes slide-in {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* =======================TostyFy Css End================== */

/* =========================Main Dashbord Box Start===================== */

.main-dashbord-content-wrp {
  background: #fff;
  border: 1px solid #bdbde5;
  border-radius: 5px;
  position: relative;
  transition: all 500ms ease;
}

.main-dashbord-content-wrp:hover {
  background: #fff;
  border: 1px solid #bdbde5;
  transition: all 500ms ease;
  box-shadow: -2px 1px 5px 3px rgba(219,219,219,1);
}

.main-dashbord-content-icon {
  background: #e5edfa;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  float: right;
}

.main-dashbord-content-icon img {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
}

.main-dashbord-content-box {
  padding: 10px;
}

.main-dashbord-content-box h4 {
  color: #585ea4;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.main-dashbord-content-box p {
  font-size: 32px;
  font-weight: 700;
}

.main-dashbord-btns {
  padding: 5px 10px;
  font-size: 14px;
  color: #3d4063;
  font-weight: 600;
  transition: all 500ms ease;
}

.main-dashbord-btns:hover {
  padding-left: 30px;
  transition: all 500ms ease;
}

/* =========================Main Dashbord Box End===================== */

/* =================Documents Show Hid End================= */

.tab-cont p {
  width: 100%;
  font-family: "Poppins", sans-serif;
  background-color: inherit;
  padding: 15px 2px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-align: center;
  text-transform: uppercase;
  color: #585ea4;
  align-items: center;
  justify-content: center;
  display: flex;
  /* WebKit */
  -webkit-padding: 15px 2px !important;
  /* Mozilla */
  -moz-padding: 15px 2px !important;
  /* Opera */
  -o-padding: 15px 2px !important;
  /* Internet Explorer */
  -ms-padding: 15px 2px !important;
}

span.red-start-text {
  color: #ff0000;
  font-size: 14px;
  padding-left: 2px;
}

.tab-cont p:hover {
  background-color: #f2f2f2;
}
.editclaim {
  display: flex;
  margin-left: 10px;
  margin-top: 5px;
}
.rules{
  padding-left: 10px;
  font-size: 15px;
}
table {
  /* text-align: center; */
  width: 100%;
}
.tab-content {
  display: none;
  height: 100%;
  width: 100%;
  padding-left: 10px;
}

.tab-cont .btn-tab.active {
  background-color: #585ea4;
  color: #fff;
}



.tab-cont .but.active {
  background-color: #585ea4;
  color: #fff;
}

.tab-cont .btn-tab.active:after {
  content: "";
  background: #585ea4;
  position: absolute;
  width: 15px;
  height: 8px;
  top: 50%;
  right: 17px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
  transform: translate(0, -50%) rotate(90deg);
  z-index: 99;
}

.tab-cont .but.active:after {
  content: "";
  background: #585ea4;
  position: absolute;
  width: 15px;
  height: 8px;
  top: 50%;
  right: 19px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 50% 100%, 0 0);
  transform: translate(0, -50%) rotate(90deg);
  z-index: 99;
}


.btn-tab-content {
  display: none;
}

@keyframes anime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contract-sce-wrps {
  height: 100%;
}

.rhtMs {
  width: 30px !important;
  overflow: hidden !important;
}

/* .colpsRt { width: 0px; transition: all 300ms linear !important; transition: margin-right .4s ease-in;} */

/* New CSS */
/*NSA/INTERNAL TOGGLE CSS*/
.sow-fid {
  position: absolute;
  /* right: 250px; */
}
.sow-fid input[switch] {
  display: none;
}
.sow-fid input[switch] + label {
  font-size: 1em;
  line-height: 1;
  width: 7rem;
  height: 2.3rem;
  background-color: #ddd;
  background-image: none;
  border-radius: 2rem;
  padding: 0.1666666667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
  font-family: inherit;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sow-fid input[switch] + label:before {
  text-transform: uppercase;
  color: #b7b7b7;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-family: FontAwesome, inherit;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.22rem;
  position: absolute;
  right: 0.2166666667rem;
  margin: 0.2166666667rem;
  top: 4px;
  text-align: center;
  min-width: 1.6666666667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.sow-fid input[switch] + label:after {
  content: "";
  position: absolute;
  left: 0.1666666667rem;
  background-color: #f7f7f7;
  box-shadow: none;
  border-radius: 2rem;
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.1s ease-in-out;
  top: 5px;
}
.sow-fid input[switch]:checked + label {
  background-color: lightblue;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.15)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.15),
    rgba(0, 0, 0, 0.2)
  );
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
}
.sow-fid input[switch]:checked + label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 0.2166666667rem;
}
.sow-fid input[switch]:checked + label:after {
  left: 5.2rem;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.sow-fid input[switch="bool"] + label {
  background-color: #585ea4;
}
.sow-fid input[switch="bool"] + label:before {
  color: #fff !important;
}
.sow-fid input[switch="bool"]:checked + label {
  background-color: #585ea4;
}
.sow-fid input[switch="bool"]:checked + label:before {
  color: #fff !important;
}

.sow-fid input[switch="default"]:checked + label {
  background-color: #a2a2a2;
}
.sow-fid input[switch="default"]:checked + label:before {
  color: #fff !important;
}

.sow-fid input[switch="success"]:checked + label {
  background-color: #bce954;
}
.sow-fid input[switch="success"]:checked + label:before {
  color: #fff !important;
}

.sow-fid input[switch="warning"]:checked + label {
  background-color: gold;
}
.sow-fid input[switch="warning"]:checked + label:before {
  color: #fff !important;
}
/*NSA/INTERNAL TOGGLE CSS*/
body {
  min-height: 100vh;
}

main {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 48px;
}

.mainBody {
  min-height: 100vh;
  padding-top: 48px;
  width: 100%;
}
.ce-three-boxs {
  display: flex;
  gap: 15px;
}

.ce-three-boxs .inner-customer-tablss {
  width: 100%;
}
div#tabs-menu-flx {
  height: 100%;
  padding-top: 36px;
}

.contract-sce-wrps .container {
  display: flex;
}

.contract-sce-wrps .container .tabs-left-mensu {
  margin-left: 5px;
}

.contract-sce-wrps .container #sectiontohide {
  margin: 0 5px;
  /* width: 100%; */
  width: calc(100% - 40px);
}

.leftpan .lfet-menu-blu {
  height: 100%;
  width: 170px; 
}

.rightpan {
  width: 100%;
  width: calc(100% - 180px);
}

.leftpan.leftMs+.rightpan {
  width: calc(100% - 50px);
}

.rightpan .width-right-left {
  height: 100%;
  padding-bottom: 53px;
  width: 100%;
}

.rightpan .footer {
  bottom: 0;
  height: 48px;
  position: fixed;
  width: 100%;
}

div#sidebar {
  height: 100%;
}

#sidebar .container {
  display: flex;
}

#sidebar .container .right-tabs-content {
  display: none;
  margin: 0;
}

#sidebar .container .right-tabs-content.right-tabs-show {
  display: block;
  margin: 0 5px;
}

.main-tab-wrp .main-left-wrp {
  width: 100%;
}

.main-tab-wrp.main-tab-wrp-rotate .main-left-wrp {
  width: calc(100% - 334px);
}

.main-tab-wrp.main-tab-wrp-rotate .main-right-wrp {
  width: 334px;
}

.main-tab-wrp-rotate .main-right-wrp .contract-sce-wrps,
.main-tab-wrp-rotate .main-right-wrp .contract-sce-wrps .right-tabs-content {
  width: 100%;
}

tr.table-tr-body-sec td {
  padding: 8px 0px;
  text-align: center;
}

.main-tab-wrp.main-tab-wrp-rotate .main-left-wrpss {
  width: calc(100% - 0px);
  padding: 0px 10px;
}

.rightpan.customer-search-warpsa div#tabs-menu-flx {
  height: 100%;
  padding-top: 15px;
}

.slide-sec-wrap {
  background: #fff;
}

.slide-sec-wrap .slider{
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}

.slide-sec-wrap .slide{
  position: absolute;
  top:0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

/* button{
  background: none;
  border: none;
}
button .fas{
  color: rgba(255, 255, 255, .5);
}  */

.slide-sec-wrap .btn-slide {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 25px;
  width: 25px;
  cursor: pointer;
  background: rgba(39,39,39, .5);
  color: #4b508a;
  border-radius: 10px;
  font-size: 12px;
}

.slide-sec-wrap .prev{
  left:20px;
  transform: translate(-50%, -50%);
}

.slide-sec-wrap .next{
  right: 20px;
  transform: translate(50%, -50%);
}

.btn-slide.next.active {
  background: #4b508a;
  color: #fff;
}

.btn-slide.prev.active {
  background: #4b508a;
  color: #fff;
}

.slide-sec-wrap .dots-container{
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide-sec-wrap .dot{
  width: 25px;
  height: 5px;
  margin: 15px 5px;
  border-radius: .5rem;
  background: rgba(39,39,39, .5);
  cursor: pointer;
}

.slide-sec-wrap .dot.active{
  background:#272727;
}

.slide-sec-wrap .table-tabs-btn {
  display: flex;
}

/* --------------Tab Css End Here--------- */

/* ================Avi Css End Here 15-03-2023=================== */

#contractTwo {
  margin-top: 30px;
}

#contractThree {
  margin-top: 30px;
}

#contractFour {
  margin-top: 30px;
}

#contractFive {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .leftpan {
    position: absolute;
    z-index: 111;
    display: none;
  }

  .leftMs {
    display: block !important;
    width: 100% !important;
  }

  .leftMs span.txt {
    display: block !important;
  }

  .main-tab-wrp.main-tab-wrp-rotate .main-right-wrp {
    width: 400px !important;
  }

  #draggableUpload {
    left: 30px !important;
    top: 170px !important;
    width: 380px !important;
  }

  .main-tab-wrp.main-tab-wrp-rotate .main-left-wrp {
    width: calc(100% - -138px) !important;
  }

  .table-tabs-btn button.tab {
    width: 100%;
    font-size: 10px;
    margin: 0px 5px;
    font-weight: 600;
    height: 45px;
  }

  .table-tabs-btn .tab.on:after {
    top: 45px;
    left: 45px;
  }

  .contract-sce-wrps .container #sectiontohide {
    width: 91%;
  }

  .all-head-thtag.table-pad-box {
    padding: 5px 20px 5px 0px !important;
  }

  .rightpan .width-right-left {
    width: 100% !important;
  }

  .mobd {
    display: block;
  }

  .dm {
    display: none;
  }

  .opnSrch input {
    display: block;
  }

  .mainBody {
    display: block;
  }

  .mobFlex {
    display: block;
  }

  .resInp {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  .text-lg {
    font-size: 8.5px;
  }

  .right-sce-cont {
    margin-left: 0px;
  }

  .tabcontent {
    float: inherit;
    margin: 0px 22px;
  }

  .tab.tabs-all-wrps {
    height: 100%;
    width: 30px;
    margin: 0px 10px 0px 0px;
  }

  .ticket-typ-sec-wrp span {
    padding: 0px 0px;
  }

  .tab-cont.tabs-left-mensu {
    min-height: 1266px;
    height: 100%;
  }

  .back-col-shaw {
    top: 47px;
  }

  #productServicsBox {
    left: 22px;
    top: 156px;
    width: 378px !important;
  }

  #draggable-div {
    width: 368px !important;
    top: 42% !important;
    left: 50% !important;
    transform: translate(-48%, -50%) !important;
    position: fixed;
  }

  #customerServicsBoxRight {
    left: 25px !important;
    top: 145px !important;
    width: 380px !important;
  }

  input.resInp.exten-with-customer {
    width: 108px;
  }

  .leftpan .lfet-menu-blu {
    height: 100%;
    background: #3d4063;
    width: 100%;
  }

  .claim-page-header {
    width: 420px !important;
    top: 173px !important;
    box-shadow: 0px 19px 12px -9px rgba(189, 189, 189, 1);
    padding: 10px 20px;
  }

  .claim-header-section {
    top: 45px !important;
  }

  .disply-gird-box-mob {
    grid-template-columns: 27% 16% 55%;
    align-items: center;
  }

  .ticket-typ-sec-wrp-middl {
    margin-top: 8px;
  }

  .display-moble-flx {
    grid-template-columns: 40% 60%;
    justify-content: stretch;
    align-items: center;
  }

  .claim-activity-disply {
    grid-template-columns: 50% 50%;
  }

  .product-servics-content-left input.resInp {
    width: 100%;
  }

  input.resInp.product-datepiker-box {
    width: 100%;
  }

  .product-servics-content-left select.resInp {
    width: 100%;
  }

  textarea.resInp.product-text-area {
    width: 100%;
  }

  input.resInp.exten-with-long {
    width: 107px !important;
  }

  input.resInp.exten-with-customer {
    width: 110px !important;
  }

  input.resInp.exten-with {
    width: 50px;
  }

  .mobile-text-mob p {
    padding-top: 12px;
  }

  .product-servics-content {
    padding: 15px 10px;
  }

  .width-right-left {
    width: 100%;
  }

  .tab-cont.tabs-left-mensu {
    margin-top: 10px !important;
  }

  .inner-contract-tabls {
    margin-top: 10px !important;
  }

  .tab-cont.right-tabs-menus {
    height: 100%;
    min-height: 1040px;
  }

  .nots-tabl-icons img {
    width: 30px;
  }

  .nots-wrps-all-box {
    justify-content: space-between;
  }

  div#tabs-menu-flx {
    margin-top: 46px;
  }

  .inner-contract-tabls {
    padding: 5px;
  }

  #draggable {
    left: 30px;
    width: 354px;
    height: 220px;
  }

  .ticket-typ-sec-wrp {
    justify-content: space-between;
  }

  .customer-contact-wep.numbr-wrp-cont:before {
    right: 160px;
  }

  .customer-wep.deit-wrp-cont:before {
    right: 303px;
  }

  div#ritmenutab {
    width: 100%;
  }

  .contract-sce-wrps {
    width: 100% !important;
  }

  .edit-btn-wrp.rit-edit-btn img {
    right: 10px !important;
    top: 50px !important;
  }

  .right-sce-cont {
    justify-content: center;
    width: 100%;
    float: inherit;
  }

  .login-form-box-main {
    height: 50vh;
  }
}

@media (max-width: 1024px) {
  .right-sce-cont {
    justify-content: flex-start;
    position: inherit;
    margin-top: 7px;
  }

  #draggable-div {
    width: 600px;
    top: 37%;
    left: 50%;
    transform: translate(-38%, -50%);
    position: fixed;
  }

  .table-tabs-btn button.tab {
    width: 100%;
    background: #e4e4ec;
    font-size: 11px;
    margin: 0px 5px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    height: 45px;
  }

  .table-tabs-btn .tab.on:after {
    top: 45px;
    left: 70px;
  }

  input.resInp.exten-with-long {
    width: 255px;
  }

  input.resInp.exten-with-customer {
    width: 270px;
  }

  #customerServicsBoxRight {
    position: fixed;
    left: 168px;
    top: 115px;
    width: 625px;
  }

  .dm input {
    width: 400px;
  }

  .nots-tabl-icons img {
    width: 36px;
  }

  .priority-header-sec {
    justify-content: start;
    padding-bottom: 6px;
  }

  .claim-inner-customer-tabls {
    width: 100%;
  }

  .pro-disp-loc-wrp {
    justify-content: space-between;
    padding: 0px 13px;
  }

  .claim-page-header {
    width: 100%;
    top: 175px;
    max-width: 618px;
    justify-content: space-between;
    box-shadow: 0px 19px 12px -9px rgba(189, 189, 189, 1);
  }

  .edit-btn-wrp.rit-edit-btn img {
    right: 10px;
    top: 60px;
  }

  .contract-number-header-sec {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: inherit;
  }

  #productServicsBox {
    width: 628px;
  }

  .up-down-arrow-content {
    padding: 50px 0px 0px;
  }

  .claim-all-box-main {
    margin-top: 140px;
  }

  .inner-contract-tabls {
    margin-top: 40px;
  }

  .tab-cont.tabs-left-mensu {
    margin-top: 40px;
  }

  .back-col-shaw {
    margin: 0px;
    padding: 0px;
  }

  .nots-wrps-all-box {
    justify-content: space-between;
  }

  .inner-customer-tabls {
    width: 100%;
  }

  .main-tab-wrp.main-tab-wrp-rotate .main-right-wrp {
    width: 610px;
    margin-left: 6px;
    margin-top: 50px;
  }

  .leftpan {
    width: 175px;
    transition: all 0.5s;
  }

  .main-tab-wrp.main-tab-wrp-rotate .main-left-wrp {
    width: calc(100% - -610px);
  }

  .right-sce-cont.nidel-last-box.right-sce-cont {
    margin: 0px 0px 0px 0px;
  }

  .servis-order-form.input-fild-box input.resInp {
    width: 270px;
  }

  .mobFlex {
    display: inherit;
  }

  #tabs-menu-flx {
    flex-direction: column;
  }

  #colpsRt {
    width: 100%;
  }

  .customer-contact-wep.numbr-wrp-cont:before {
    display: none;
  }

  .customer-wep.deit-wrp-cont:before {
    display: none;
  }

  .rightpan .width-right-left {
    width: 0px;
  }

  .main-tab-wrp.main-tab-wrp-rotate .main-left-wrpss {
    padding: 0px 10px;
    width: calc(100% - -620px);
  }

  .customer-search-pages .resInp {
    width: 100%;
    margin: 10px 0px;
  }

  #draggableUpload {
    left: 180px;
    top: 150px;
    width: 580px;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .tab-cont {
    width: 35px;
  }
  .product-serves-sec-btans {
    float: right;
    padding: 0px 20px;
  }
  .inner-customer-tabls {
    width: 100%;
    max-width: 100%;
  }

  #customerServicsBoxRight {
    background: #ffffff;
    position: absolute;
    /* left: 168px; */
    top: 100px;
    width: 60vw;
    height: 560px;
    box-shadow: -1px -1px 25px 4px rgba(148, 148, 148, 1);
    border: 1px solid #585ea4;
    border-radius: 10px;
  }

  .customer-servics-content-box {
    height: auto !important;
    padding: 0px 0px 0px 10px;
  }

  .pay-sec-all .customer-servics-content-box{
    height: auto;
  }
}

/* @media (min-width: 1536px) { 
        .container {
            width: 100%;
            height: 100%;
            min-width: 980px !important;
        }
        .tab-cont {
            width: 35px;
        }
        .inner-customer-tabls {
            width: 100%;
            max-width: 100%;
          }
    } */

@media (min-width: 1920px) {
  .pay-sec-all .customer-servics-content-box{
    height: auto;
  }
  .complaintcss {
    padding-bottom: 40px;
}
  .box-text-copy {
    position: relative;
    padding-bottom: 10px;
  }
  textarea.resInp.product-text-area {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
  }
  .padd-botm-issue-text h3 {
    padding-bottom: 40px;
  }
  .disply-flex-input-box {
    display: grid;
    grid-template-columns: 55% 36% 10%;
    gap: 10px;
    align-items: center;
  }
  .customer-servics-content-box {
    height: auto;
  }

  .product-servics-content {
    /* height: auto; */
  }

  .input-tables-section .resInp {
    width: 100% !important;
  }

  .product-servics-content-left .resInp {
    width: 100%;
  }

  .product-servics-readio-btn .resInp {
    width: 100% !important;
  }

  input.resInp.exten-with-long {
    width: 100%;
  }

  .claim-page-header {
    width: 450px;
    padding: 4px 10px 18px;
  }

  .customer-wep.deit-wrp-cont:before {
    right: 330px;
  }

  .claim-page-header {
    display: flex;
    justify-content: space-evenly;
  }

  input.resInp.exten-with {
    width: 100%;
  }

  .customer-contact-wep.numbr-wrp-cont:before {
    right: 160px;
  }

  div#formWrp .resInp {
    width: 100%;
  }
}

.hover\:divide-solid:hover > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

.hover\:text-sky-900:hover{
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

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

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-sky-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:block{
  display: block;
}

@media (prefers-color-scheme: dark){
  .dark\:bg-slate-800{
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  }

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

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

  .dark\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

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

@media (min-width: 640px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

@media (min-width: 768px){
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

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

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

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

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

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

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

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

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

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

@media (min-width: 1536px){
  .\32xl\:col-span-12{
    grid-column: span 12 / span 12;
  }
}


.loader-container{
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  padding: 3px !important;
  height: auto !important;
}

.loader {
  right: 10px;
  top: 2px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 4px;
}

.loader1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/assets/images/loader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.add-payee-forms-popup-sec .resInp {
  width: 100%;
  color: #1f2937;
}
.manage_width_date {
  width: 100%;
  min-width: 200px;
}
.manage_width_input {
  width: 100%;
  min-width: 200px;
}
.add-payee-forms-popup-sec select.resInp {
font-size: 12px;
color: #999999;
font-weight: 500;
}

.redibtn-inputs {
display: grid;
grid-template-columns: 94% 5%;
gap: 10px;
align-items: center;
}

.product-servics-type {
  margin: 20px 0px 20px;
}

.redibtn-inputs-three {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
  align-items: center;
}
:root {
  --clr-primary: #585ea4;
  --clr-neutral-200: #c2c8d0;
  --clr-neutral-300: #999;
  
  --transition: 0.2s ease;
  --br: 3px;
}

.form {
  padding: 5px 0px;
  --spacing-default: 16px;
  --spacing-top: var(--spacing-default);
  --spacing-left: var(--spacing-default);
  --spacing-right: var(--spacing-default);
  --spacing-bottom: var(--spacing-default);
  --spacing-top-offset: -0.7;
  --spacing-left-offset: 0.5;
  display: grid;
  gap: 1.7rem;
  /* margin-block: 4rem; */
}

.form-group {
  position: relative;
}

input,textarea,
button[type="submit"] {
  /* border-radius: var(--br); */
  /* padding-block: var(--spacing-top) var(--spacing-bottom); */
 /*  padding-inline: var(--spacing-right) var(--spacing-left); */
  font: inherit;
}

.add-payee-forms-popup-sec input {
  display: block;
   /* width: 300px !important; */
  border: 1px solid var(--clr-neutral-200);
  transition: var(--transition);
}

.create-servicer-error-field{
  display: block !important;
  border: 1px solid red !important;
  transition: var(--transition) !important;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  margin-right: 0.5rem;
  width: 100%;
}

.helper-text{
  color: red;
}

div:focus label{
  outline: 1px solid #585ea4;
  border-color: #585ea4;
}
.add-payee-forms-popup-sec textarea:focus {
  outline: 1px solid #585ea4;
  border-color: #585ea4;
}

.add-payee-forms-popup-sec input:focus {
  outline: 1px solid #585ea4;
  border-color: #585ea4;
}

.add-payee-forms-popup-sec .input-div:focus {
  outline: 1px solid #585ea4;
  border-color: #585ea4;
}

.add-payee-forms-popup-sec label {
  position: absolute;
  top: var(--spacing-top);
  left: var(--spacing-left);
  color: var(--clr-neutral-300);
  font-size: 13px;
  pointer-events: none;
  transition: var(--transition);
  top: 6px;
  font-weight: 500;
  background-color: #fff;
}
#cancelperc {
  min-width: 175px;
  width: 100%;
}
.add-payee-forms-popup-sec textarea:focus ~ label,
input:focus ~ label,select:focus ~ label {
  top: calc(var(--spacing-top) * var(--spacing-top-offset));
  left: calc(var(--spacing-left) * var(--spacing-left-offset));
  font-size: 15px;
  background-color: #fff;
  color: var(--clr-primary);
  padding-inline: 4px;
  
}

select:focus {
  outline: 1px solid #585ea4;
  border-color: #585ea4;
}
.set-flag-phone {
  position: relative;
}

.set-flag-phone p {
  position: absolute;
  top: 1px;
  background: #f2f2f2;
  width: 45px;
  line-height: 28px;
  display: block;
  height: 29px;
  border-radius: 5px 0px 0px 5px;
  left: 0.5px;
}
.set-flag-phone img {
  display: inline-block;
  margin-left: 6px;
}

.active-input-field {
  top: calc(var(--spacing-top) * var(--spacing-top-offset)) !important;
  left: calc(var(--spacing-left) * var(--spacing-left-offset)) !important;
  font-size: 15px !important;
  background-color: #fff;
  padding-inline: 4px;
}

.date-pickers input[type=date]::-webkit-datetime-edit-text {
  -webkit-appearance: none;
  display: none;
}
.date-pickers input[type=date]::-webkit-datetime-edit-month-field{
  -webkit-appearance: none;
  display: none;
}
.date-pickers input[type=date]::-webkit-datetime-edit-day-field {
  -webkit-appearance: none;
  display: none;
}
.date-pickers input[type=date]::-webkit-datetime-edit-year-field {
  -webkit-appearance: none;
  display: none;
}

.bils-addr {
  font-size: 16px;
  font-weight: 700;
  color: #585ea4;
  padding: 7px 13px;
  background: #e0f2fe;
  border-bottom: 2px solid #585ea4;
  margin: 15px 10px 15px 0px;
}

.contract-sce-wrps.full-widt-box .container #sectiontohide {
  margin: 0 5px;
  width: 100%;
}

.serv-add {
    font-size: 16px;
    font-weight: 700;
    color: #585ea4;
    display: flex;
    align-items: center;
    padding: 7px 13px;
    background: #e0f2fe;
    border-bottom: 2px solid #585ea4;
    margin: 15px 0px 15px 10px;
}
.inactive-table-action{
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #7a7c7a !important;
  color: whitesmoke;
  width: 78px;
  height: 29px;
  border-radius: 20px;
  gap: 3px;
  align-items: center;
}
.delete-table-action{
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #e21616 !important;
  color: whitesmoke;
  width: 78px;
  height: 29px;
  border-radius: 20px;
  gap: 3px;
  align-items: center;
}
.active-table-action{
  display: flex;
  justify-content: center;
  padding: 5px;
  background: #1bcf5e !important;
  color: whitesmoke;
  width: 78px;
  height: 29px;
  border-radius: 20px;
  gap: 3px;
  align-items: center;
}
.create-btn-container{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.add-payee-forms-popup-sec .form-divide {
  display: grid;
  grid-template-columns: 50% 50%;
}
.form-divide .form-group {
  margin: 10px;
}
.ads-form-devid .form {
  gap: inherit;
}

.modal-popup{
  position: fixed;
  background: #00000052;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000000;
}

.model-div{
  width: 580px !important;
  max-width: 98%;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  background: #fff;
  padding: 10px;
  transform: translate(-50%, -50%);
  top:50%;
  position: absolute;
  left: 50%;
  border-radius: 10px;

}
.model-header{ display: flex; justify-content: right; }
.model-header-text{
  font-size: 25px;
}
.model-close {
  cursor: pointer;
  font-size: 21px;
  opacity: 0.7;
  font-family: arial;}
.model-close:hover{
 
  opacity: 1;
}
.model-body{
  line-height: 22px;
  font-size: 18px;
  text-align: center;
}
.model-footer{
  padding: 25px 0px 20px 0px;
  display: flex;
  justify-content: center;
    gap: 10px;
}
.model-save {
    background: #585ea4 !important;
    color: #fff !important;
    padding: 10px 30px 13px !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    font-weight: 400 !important;
}
.model-cancel {
  background: #e30606;
  color: #fff;
  padding: 10px 30px 13px;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 400;

}
.model-cancel:hover, .model-save:hover{
  opacity: 0.8;
} 
.pb-15{
  padding-bottom: 15px;
}
.new-popup-tabls{
  padding: 10px;
}
.pb-15 p{
  font-weight: bold;
}
.pb-15 h3{
  color: #585ea4;
  font-weight: bold;
  padding-bottom: 5px;
}
.multiselect-options-container{
  display: flex;
  gap: 1rem;
}

.multiselect-options-container label{
  font-size: 14px ;
  font-weight: 500 ;
  position: inherit !important;
  transition: none !important;
  color: var(--clr-neutral-300)  !important;
  /* ;
  
  
   */
}

.input-div{
   border: 1px #c7c7c7 solid;
    margin: 0px 10px;
    border-radius: 5px;
    height: 34px;
    background: #fff;
    padding-right: 10px;
}

/* #multi-select-box{
  position: relative;
} 
.multi-select-box{
  position: relative;
} */
.multi-select-label{
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
    color: var(--clr-neutral-300);
}
.drop-down-div{
  position: absolute;
  width: 100%;
  border: 1px #ccc solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    padding: 10px;
    margin: 0px 10px;
    top: 41px;
    border-radius: 5px;
    background: #fff;
    overflow: scroll;
    height: 250px;
    overflow-x: auto;
    z-index: 999;
}
.dropdown-label
{
  margin-left: 13px;
}
.dropdwon-class {
  padding-right: 13px;
}
.dropdwon-class .input-div {
  width: 100%;
  min-width: 200px;
}

.input-div .optext{
  margin: 2px 0px 0px 5px;
    background: #d3d2d2;
    display: inline-block;
    padding: 4px 7px;
    border-radius: 5px;
    color:black;
}
.input-div .optdel{
 margin-left: 5px;
 cursor: pointer;
}
.drop-down-div .multiselect-options-container input{
  outline: none;
  width: 20px;
  height: 20px;

}
.drop-down-div .multiselect-options-container{
  margin-bottom: 10px;
}
.input-serch{
  width: 100%;
  border: 1px #c7c7c7 solid;
  padding: 3px 5px;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 10px;
}
.original-address-box {
  background: #fbfbfb;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #585ea4;
  margin: 10px 0px;
}
.original-address-box button {
  border: 2px solid #585ea4;
  padding: 5px;
  border-radius: 5px;
  color: #585ea4;
  margin-top: 10px;
}
.recommended-address-box{
  background: #fbfbfb;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #585ea4;
  margin: 10px 0px;
}
.recommended-address-box button {
  border: 2px solid #585ea4;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  background:  #585ea4;
  margin-top: 10px;
}
.formatted-address-container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text { 	color: #1a1818 !important; }


button.all-button.rounded-lg.search-button {
  background: #3d4063;
}
.claimlookup-section {
  z-index: 9;
  position: relative;
}
.lookupform-containerr {
  z-index:2;
  position: relative;
}

/* .searchresult-table {
  z-index: 1;
} */
.deductible-button-container{
  position: absolute;
  right: 250px;
  margin-bottom: 3px;
}

.paidstatus-button-container{
  position: absolute;
  right: 380px;
  margin-bottom: 3px;
}
.nsaview-button-container{
  position: absolute;
  right: 485px;
  margin-bottom: 3px;
}
.nsa-get-status-button-container{
  position: absolute;
  right: 570px;
  margin-bottom: 3px;
}
.link-notification{
   background: #585ea4;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.cancel-screen-field label {
  display: inline-block;
  width: 210px;
  text-align: right;
  color: #585ea4;
  font-weight: bold;
  padding-bottom: 5px;
}
.cancel-screen-field h3 {
  display: inline-block;
  width: 210px;
  text-align: right;
  color: #585ea4;
  font-weight: bold;
  padding-bottom: 5px;
}
.dual-field {
  display: grid;
  grid-template-columns: 55% 45%;
}
.info-text{
  font-weight: 700;
  margin-left: 4.5rem;
}
.field-error-helper-text {
  color: red;
  display: block;
  padding-left: 226px;
  font-weight: 700;
}
.cancel-screen-field input {
  border: 2px solid black;
  border-radius: 6px;
  text-align: center;
  margin-left: 1rem;
  width: 120px;
  font-weight: bold;
}
.cancel-screen-field select {
  border: 2px solid black;
  border-radius: 6px;
  text-align: center;
  margin-left: 1rem;
  width: 120px;
  font-weight: bold;
}
.auth-input{
  width: 100%;
  font-size: 17px;
  padding-inline: 4rem;
  height: 40px;
  border-radius: 12px;
  background: rgb(226 232 240 / var(--tw-bg-opacity));
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.auth-qr{
  margin-left: 12rem;
}
.service-ordr-payee-type-fonts{
  background: #f8fafc;
  -webkit-box-shadow: 1px 1px 19px 4px rgba(196,196,196,1);
  -moz-box-shadow: 1px 1px 19px 4px rgba(196,196,196,1);
  box-shadow: 1px 1px 19px 4px rgba(196,196,196,1);
}
.menu-drop-downs{
  display: none;
};


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

.tooltip .tooltip-text {
  visibility: hidden;
  width: 285px;
  background-color: #585ea4;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  top: -20px;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
}


.tooltip-data-container{
  display: flex;
  flex-direction: column;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.product-list-wrpss h4 {
  background: #f3f4f6;
  padding: 3px 4px;
  border-bottom: 2px solid #cccccc;
  margin: 3px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.product-list-wrpss ul li {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}
.confirmation-text p {
  font-size: 13px;
  color: #ff0505;
  font-weight: 400;
  padding: 8px 0px;
}

button.cncl-btns-wrps {
  background: #ff0505 !important;
}
button.cncl-btns-wrps:hover {
  background: rgb(17, 16, 29) !important;
  transition: all 500ms ease 0s;
}

.factor-methods-wrps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confrt-btns span {
  font-size: 15px;
  padding-left: 7px;
  color: #000000;
}

.confrt-btns a {
  font-size: 14px;
  color: #22c55e;
  border: 1px solid #22c55e;
  border-radius: 100px;
  padding: 2px 7px;
  margin-left: 10px;
}
.two-factor-sec-head {
  padding: 0px;
}
.confrt-btns p {
  padding-left: 13px;
}
.two-factor-sec-heaing {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.table th:first-child {
  z-index: 11 !important;
  position: relative !important;;
  left: 0 !important;
}
button.cncl-btnsgry-wrps {
  background: #f3f4f6;
  color: #000;
}
.buckets-whit-secs-bg{
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 0px 14px 0px rgba(204,204,204,1);
  -moz-box-shadow: -1px 0px 14px 0px rgba(204,204,204,1);
  box-shadow: -1px 0px 14px 0px rgba(204,204,204,1);
}
.confrt-btns {
  margin: 10px 0px;
}
.fme-btns-disply-wprs {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fme-divs-disply-wprs {
  width: 200px;
}
button.all-button-servivce-wrp.fme-btns-disply-als {
  width: 94px;
  margin-top: 1rem;
}

button.fme-btns-disply-cncl {
  width: 94px;
  background-color: #d53333 !important;
  margin-top: 1rem;
}
.extended-button{
    display: flex;
    justify-content: center;
    padding: 11px;
    background: #545898 !important;
    color: whitesmoke;
    height: 25px;
    border-radius: 20px;
    gap: 6px;
    align-items: center;
    width: 100%;
}
.authentication-toast .close {
  position: absolute;
  right: 20px;
  top: 50px;
}

.authentication-toast .text {
  position: absolute;
  left: 20px;
  top: 10px;
}
.authentication-toast .tostyfy-sec-wrap {
  position: absolute;
  z-index: 9999;
  right: 0px;
}
.box-singup-wrps {
  background: #edf0f5;
  padding: 10px 5px;
  border-radius: 6px;
  margin: 10px 0px;
}
.expiredcontent-error{
  display: flex;
  justify-content: center;
  padding: 18rem;
  font-size: 30px;
}

.role-dropdown-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.role-dropdown-container .multi-select-container {
  width: 100%;
}
.multi-select-container{
  position: relative;
}
h2#error_msg {
  display: inline-block;
  width: 380px;
  text-align: center;
  color: red;
}
.no-found-error{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.markdown-body {
  box-sizing: border-box;
  min-width: 200px;
  max-width: 980px;
  padding: 45px;
  max-height: 85vh;
  overflow: auto;
}
.satis-ind{
    color: #10c810;
    font-weight: bold;
}
.notsatis-ind{
  font-weight: bold;
  color: #d11a1a;
}

@media (max-width: 767px) {
  .markdown-body {
    padding: 15px;
  }
}
.subroute-container{
  margin-top: 2px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 1px;
}
.subroute-link-container{
  background: #95b0d6 !important;
  width: 100%;
  display: block;
  height: 35px;
}
.subroute-link-element{
  display: flex;
  margin-left: 30px;
  gap: 10px;
  margin-top: 2px;
  line-height: 33px;
}
.subroute-link-element img{
  margin-top: 6px;
}