/* [project]/styles/globaltest.css [client] (css) */
*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

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

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  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;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --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;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.left-0 {
  left: 0;
}

.left-3 {
  left: .75rem;
}

.right-3 {
  right: .75rem;
}

.top-0 {
  top: 0;
}

.top-2 {
  top: .5rem;
}

.top-2\.5 {
  top: .625rem;
}

.top-3 {
  top: .75rem;
}

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

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

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

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

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: .75rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-40 {
  margin-right: 10rem;
}

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

.mt-0 {
  margin-top: 0;
}

.mt-0\.5 {
  margin-top: .125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: .75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: .75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

.flex-1 {
  flex: 1;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: .25rem;
}

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

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-2 {
  row-gap: .5rem;
}

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: .25rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

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

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

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

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

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

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

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: #0000;
}

.border-white\/20 {
  border-color: #fff3;
}

.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

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

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

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

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

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

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

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

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

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

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

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

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

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

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

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

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

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

.bg-white\/20 {
  background-color: #fff3;
}

.bg-opacity-40 {
  --tw-bg-opacity: .4;
}

.bg-opacity-50 {
  --tw-bg-opacity: .5;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

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

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

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

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

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

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

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

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

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

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

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

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

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

.opacity-75 {
  opacity: .75;
}

.opacity-90 {
  opacity: .9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity));
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.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, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-200 {
  transition-duration: .2s;
}

body {
  background: #f5f5f5;
  margin: 0;
  padding: 0;
}

.minscreen {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 3rem;
  display: flex;
}

.headercss {
  color: #fff;
  z-index: 9999;
  background: #444a52;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  font-family: Roboto;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.imagelogo {
  width: 150px;
}

.dashboardcontents {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.titlelist, .untitlelist {
  margin-right: 1rem;
}

.active .spantitle, .active .unspantitle {
  font-weight: bold;
}

.imagepmlogo {
  -o-object-fit: contain;
  object-fit: contain;
  height: 2.5rem;
  margin-right: 16px;
  font-family: Roboto;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
  width: max-content;
  padding: .4rem;
  transition: opacity .3s, visibility .3s;
  position: absolute;
  top: 100%;
  left: -110%;
  box-shadow: 0 2px 4px #0000001a;
}

.font-roboto {
  font-family: Roboto;
  font-weight: 500;
}

.container {
  border-radius: 4px solid #002a07;
  background-color: #f5f5f5;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  font-family: Roboto;
  box-shadow: 0 2px 4px #e1e8df1a;
}

h2 {
  text-align: center;
  font-family: Roboto;
}

.form-group {
  margin-bottom: 15px;
  font-family: Roboto;
}

.error {
  color: red;
}

.label {
  margin-left: 3%;
  font-family: Roboto;
  font-weight: bold;
}

.login-button:hover {
  background-color: #0056b3;
}

.login-button.submitted {
  background-color: #5588e7;
}

.login-button.clicked {
  background-color: #9068ff;
}

.input {
  border: 1px solid #ccc;
  width: 80%;
  margin-top: 3%;
  margin-left: 3%;
  padding: 3%;
  font-family: Roboto;
  position: static;
}

.button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 103px;
  width: 51%;
  margin-top: 7%;
  margin-bottom: 14%;
  margin-left: 24%;
  padding: 4%;
  font-family: Roboto;
  position: static;
}

.button:hover {
  color: #000;
  background-color: #fff6f6;
  font-family: Roboto;
}

.background {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 6%;
  width: 25%;
  margin-top: 6%;
  margin-left: 38%;
  font-family: Roboto;
  position: relative;
  box-shadow: 10px 10px #4f5ce1;
}

.formheading {
  color: purple;
  background: #fff;
  border-radius: 9px;
  width: 98%;
  margin: 2% 2% 2% 1%;
  font-family: Roboto;
  font-size: 27px;
}

.item {
  background-color: #d3edff;
  border: .1vw solid #ccc;
  width: 87%;
  margin: 1%;
  padding: 1.5vh;
  font-family: Roboto;
}

.buttonform {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 96px;
  width: 47%;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: 25%;
  padding: 2%;
  font-family: Roboto;
  position: static;
}

.buttonform:hover {
  color: #000;
  background-color: purple;
  font-family: Roboto;
}

.mainheading {
  color: #ccc;
  text-align: left;
  background: #000;
  margin: 0;
  padding: 1vh;
  font-family: Roboto;
}

.logo {
  letter-spacing: 2px;
  font-family: Roboto;
  font-size: 32px;
}

.inputhp {
  border-radius: 111px;
  width: 80%;
  height: 25px;
  margin-left: 2%;
  font-family: Roboto;
}

.labelhp {
  margin-left: 3%;
  font-family: Roboto;
}

.maincontainer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 59%;
  margin: 1% auto auto;
  font-family: Roboto;
  display: grid;
  position: relative;
  left: 2%;
}

.config {
  border-radius: solid black 18px;
  background: #e5eff6;
  width: 70%;
  height: 90%;
  margin: 3% auto auto;
  font-family: Roboto;
}

.content {
  margin-left: 250px;
  padding: 20px;
  font-family: Roboto;
}

a {
  color: #fff;
  font-family: Roboto;
  text-decoration: none;
}

.imagelogo {
  -o-object-fit: contain;
  object-fit: contain;
  width: 15rem;
  height: 3rem;
  margin-left: -76px;
  font-family: Roboto;
}

.dashboardcontents {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  display: flex;
}

.titlelist {
  justify-content: center;
  margin-left: 22px;
  font-family: Roboto;
  display: flex;
}

.titlelist a {
  cursor: pointer;
  color: #fff;
  border-radius: .25rem;
  font-family: Roboto;
  text-decoration: none;
  display: flex;
}

.titlelist a:hover {
  color: #000;
  background-color: #ebeaea;
  width: fit-content;
  height: fit-content;
  font-family: Roboto;
}

.spantitle {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  font-family: Roboto;
  display: flex;
}

.profile-menu-container {
  align-items: center;
  display: flex;
}

.profile-menu {
  position: relative;
}

.profile-menu-container .dashboardlogout {
  align-items: center;
  display: flex;
}

.spanlogout {
  text-align: center;
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 30px;
  width: 42px;
  height: 36px;
  margin-bottom: -3px;
  font-family: Roboto;
  font-size: large;
  display: inline-block;
}

.aside {
  background-color: #f5f1f1;
  width: 80px;
  font-family: Roboto;
}

.aside:hover {
  width: 120px;
  font-family: Roboto;
}

.login-class {
  -o-object-fit: contain;
  object-fit: contain;
  width: 15rem;
  height: 6rem;
  margin-top: -5px;
  margin-left: 6rem;
  font-family: Roboto;
}

.login-container {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.login-containeron {
  background-color: #fff;
  width: 100%;
  max-width: 32rem;
  margin-top: -50px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.login-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.login-line {
  color: #444a52;
  margin-bottom: 1.5rem;
  margin-left: 11rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 600;
}

.logindetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.login-label, .login-labelac, .logins-label {
  color: #444a52;
  width: 7rem;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.loginse-label {
  color: #444a52;
  width: 7rem;
  margin-top: -2rem;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.login-input2 {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 68%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.login-forgotpassword {
  color: #444a52;
  margin-left: 19.5rem;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
}

.login-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 7% auto 0;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.changepass-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 90px;
  height: 38px;
  margin: 7% auto 0 52%;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.usercredential-1 {
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.usercredential-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 90rem;
  margin-top: -50px;
  margin-left: 5%;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 8px 12px #0003;
}

.usercredential-cont {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.usercredential-label {
  color: #444a52;
  width: 13rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.usercredential-lab {
  color: #444a52;
  margin-left: 140px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.usercredential-labs, .usercredential-labe {
  color: #444a52;
  width: 13rem;
  margin-left: 40px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.usercredential-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 20% auto 0;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  display: block;
}

.sftplogin-containeron {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 32rem;
  margin-top: -86px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.azure-container {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.azure-containeron {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 29rem;
  margin-top: -86px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.azuredetail-container {
  align-items: center;
  margin-bottom: 2rem;
  font-family: Roboto;
  display: flex;
}

.azure-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 10% auto 0;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.azure-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 5%;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.client-label {
  color: #444a52;
  width: 11rem;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.admin-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 0 auto 0 28%;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.admin-buttonk {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 0 auto 0 35%;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  display: block;
}

.admini-button, .admin-buttoncre {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  display: block;
}

.back-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 90px;
  height: 38px;
  margin: -8.9% auto 0 23%;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  display: block;
}

.back-buttoneu {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 90px;
  height: 38px;
  margin: -39px auto 0 23%;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  display: block;
}

.admin-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 3%;
  margin-left: -2.5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.config-button {
  color: #fafafa;
  border-radius: .375rem;
  width: 90px;
  height: 40px;
  margin-left: -70px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
  background-color: #2a60c8 !important;
}

.configure-container1 {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  font-family: Roboto;
  display: flex;
}

.configure-containeron1 {
  background-color: #fff;
  width: fit-content;
  height: 80%;
  margin-right: 10%;
  padding: 2rem;
  font-family: Roboto;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.left-container {
  flex: 1;
  margin-top: 6%;
  margin-right: 8px;
  padding: 6px;
  font-family: Roboto;
}

.right-container {
  flex: 1;
  margin-top: 6%;
  margin-left: 14px;
  padding: 6px;
  font-family: Roboto;
}

.config-label {
  color: #2a60c8;
  width: 10rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.config-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem 1.4rem;
  font-family: Roboto;
}

.configure-page-heading {
  text-align: center;
  color: purple;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 24px;
}

.config-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: -4rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.sftp-heading {
  color: #444a52;
  text-align: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.configdrp-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 61%;
  padding: .5rem;
  font-family: Roboto;
}

.configdrpuploadto-input {
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 61%;
  padding: .5rem;
  font-family: Roboto;
}

.configdrporg-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem .9rem;
  font-family: Roboto;
}

.configuredetails-container1 {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.sftplogin-containeron {
  background-color: #fff;
  width: 613%;
  max-width: 32rem;
  margin-top: -86px;
  margin-left: 12%;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.last-time-to-dial-fields-rowforqueue {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  margin-left: 18%;
  display: flex;
}

.last-time-to-dial-fields-addqueuerowforqueue {
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
  margin-left: 23%;
  display: flex;
}

.sftplogindetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.sftplogin-label {
  color: #444a52;
  width: 13rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.sftplogin-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.sftplogin-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 90px;
  height: 40px;
  margin: 0 auto 0 169px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.sftplogin-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.sftplogin-container {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.spantitle {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .1rem;
  font-family: Roboto;
  display: flex;
}

.sidebar {
  color: #fff;
  background-color: #333;
  width: 100px;
  height: 100vh;
  font-family: Roboto;
  transition: width .3s ease-in-out;
  position: fixed;
  top: 2.75rem;
  left: 0;
}

.sidebar.closed {
  width: 0;
  font-family: Roboto;
}

.toggle-button {
  color: #fff;
  cursor: pointer;
  background-color: #555;
  border: none;
  height: 50px;
  margin-top: 50px;
  padding: 10px;
  font-family: Roboto;
  transition: width .3s ease-in-out;
}

.toggle-button.small {
  width: 30px;
  font-family: Roboto;
}

.sidebar a:last-child {
  border-bottom: none;
  font-family: Roboto;
}

.perrecording {
  border-collapse: collapse;
  width: 90%;
  margin-top: 40px;
  font-family: Roboto;
  box-shadow: 0 8px 16px #0003;
}

.perrecording th, .perrecording td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Roboto;
}

.perrecording th {
  background-color: #f2f2f2;
}

.reccontainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Roboto;
  display: flex;
  box-shadow: 0 12px 24px #0000004d;
}

.rectext {
  color: #444a52;
  margin-top: -22.5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 600;
}

.rec-headers {
  color: #444a52;
  font-family: Roboto;
}

.tabledata {
  font-family: Roboto;
}

.recording-table {
  border-collapse: collapse;
  width: 118.9%;
  margin-top: 40px;
  font-family: Roboto;
  transition: width .3s;
}

.client-table {
  border-collapse: collapse;
  width: 118.9%;
  font-family: Roboto;
  transition: width .3s;
}

.search-open .recording-table {
  width: 98%;
  font-family: Roboto;
}

.recording-table th {
  text-align: left;
  color: #444a52;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Roboto;
}

.recording-table td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Roboto;
}

.recording-table th {
  background-color: #f2f2f2;
  font-family: Roboto;
}

.search-container {
  color: #444a52;
  flex: 1;
  padding-right: 20px;
  font-family: Roboto;
}

.table-container {
  flex: 6;
  min-height: 410px;
  font-family: Roboto;
  position: relative;
}

.table-containergus {
  flex: 6;
  margin-left: 100px;
  font-family: Roboto;
  position: relative;
}

.search-item {
  margin-top: 1px;
  margin-bottom: 10px;
  font-family: Roboto;
}

.opti-user {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.optiedit-user {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  font-family: Roboto;
  display: flex;
}

.opti-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 30rem;
  margin-top: -86px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.opti-containerself {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 50rem;
  margin-top: -86px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.optiedit-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 28rem;
  margin-top: -86px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.description-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.addclient-input {
  border: 1px solid #ced4da;
  border-radius: .475rem;
  width: 60%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.addclient-input1 {
  border: 1px solid #ced4da;
  border-radius: .475rem;
  width: 68%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.addconfig-button {
  color: #fafafa;
  border-radius: .375rem;
  width: 90px;
  height: 40px;
  margin-top: 338px;
  margin-left: -452px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
  background-color: #2a60c8 !important;
}

.addconfig-container1 {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 88vh;
  font-family: Roboto;
  display: flex;
}

.addconfig-containeron1 {
  background-color: #fff;
  width: 940px;
  height: 76%;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.addconfig-container {
  align-items: center;
  margin-bottom: .6rem;
  font-family: Roboto;
  display: flex;
}

.editconfig-button {
  color: #fafafa;
  border-radius: .375rem;
  width: 90px;
  height: 40px;
  margin-top: 18px;
  margin-left: -70px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
  background-color: #2a60c8 !important;
}

.editconfig-container1 {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  font-family: Roboto;
  display: flex;
}

.editconfig-containeron1 {
  background-color: #fff;
  width: 940px;
  height: 70%;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.editconfig-container {
  align-items: center;
  margin-bottom: .4rem;
  font-family: Roboto;
  display: flex;
}

.editdrp-input {
  border: 1px solid #ced4da;
  border-radius: .475rem;
  width: 59%;
  margin-top: -22px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.displayclient-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  font-family: roboto;
  transition: width .3s;
}

.displayclient-table th {
  text-align: left;
  color: #444a52;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Roboto;
}

.displayclient-table td {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  font-family: Roboto;
}

.displayclient-table th {
  background-color: #f2f2f2;
  font-family: Roboto;
}

.recording-container {
  font-family: Roboto;
  display: flex;
}

.client-heading {
  color: #444a52;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 1rem;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.checkbox-label {
  align-items: center;
  font-family: Roboto;
  display: flex;
}

.checkbox-label input, .checkbox-label {
  margin-right: 10px;
  font-family: Roboto;
}

.checkbox-columns {
  white-space: nowrap;
  margin-right: -20px;
  display: flex;
}

.checkbox-columnsj {
  white-space: nowrap;
  margin-left: 33px;
  margin-right: 6px;
  display: flex;
}

.column {
  flex: 1;
}

.checkbox-label {
  display: block;
}

.sftp-user {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.sftp-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 32rem;
  margin-top: -95px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.addsftp-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 29rem;
  margin-top: -95px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.sftpdetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.azure-label {
  color: #444a52;
  width: 9rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.aws-container {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  font-family: Roboto;
  display: flex;
}

.aws-heading {
  color: #444a52;
  text-align: center;
  align-items: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.aws-containeron1 {
  background-color: #fff;
  justify-content: center;
  width: 600px;
  height: 80%;
  margin-top: -63px;
  padding: 2rem;
  font-family: Roboto;
  display: flex;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.awsleft-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 6px;
  font-family: Roboto;
  display: flex;
}

.awsdetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.awsright-container {
  text-align: left;
  flex-direction: column;
  flex: 1;
  padding: 6px;
  font-family: Roboto;
  display: flex;
}

.awsright-container select {
  text-align: left;
}

.aws-label {
  color: #444a52;
  text-align: left;
  width: 10rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.aws-label:after {
  content: "*";
  color: red;
}

.aws-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 238px;
  margin-top: 5px;
  margin-right: 20px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staffper-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 238px;
  margin-top: 19px;
  margin-left: 30%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staff-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 238px;
  margin-top: 5px;
  margin-left: 25%;
  margin-right: 1px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.awsbutton {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin-top: 10px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.message {
  text-align: center;
  margin-top: 10px;
}

.custom-opti-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 32rem;
  margin-top: -126px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.custom-admin-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 5%;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.custom-azuredetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.custom-login-label {
  color: #444a52;
  width: 13rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.custom-login-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.custom-admin-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.error-message {
  color: red;
  text-align: center;
  font-family: Roboto;
}

.success-message {
  color: green;
  text-align: center;
  padding: 10px;
  font-family: Roboto;
}

.error-messageaddconfig {
  color: red;
  text-align: center;
  margin-top: 60px;
  margin-left: -115%;
  font-family: Roboto;
}

.erroreditconfig-message {
  color: red;
  text-align: center;
  margin-top: 32px;
  margin-left: -115%;
  font-family: Roboto;
}

.success-messageaddconfig {
  color: green;
  text-align: center;
  margin-top: 56px;
  margin-left: -115%;
  padding: 10px;
  font-family: Roboto;
}

.successeditconfig-message {
  color: green;
  text-align: center;
  margin-top: 18px;
  margin-left: -115%;
  padding: 10px;
  font-family: Roboto;
}

.button-error-container {
  justify-content: center;
  margin-top: -6%;
  margin-right: 6%;
  font-family: Roboto;
  display: flex;
}

.config-inputorg, .config-inputactive {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 61%;
  padding: .5rem;
  font-family: Roboto;
}

.errorazure-message {
  color: red;
  text-align: center;
  margin-top: 10px;
  margin-left: -2%;
  font-family: Roboto;
}

.successazure-message {
  color: green;
  text-align: center;
  margin-top: 10px;
  margin-left: -2%;
  padding: 10px;
  font-family: Roboto;
}

.reactdatagrid {
  font-family: Roboto;
}

.changepassword-line {
  color: #444a52;
  margin-bottom: 1.5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: 600;
}

.labelcss {
  white-space: nowrap;
  align-items: center;
  margin-top: -29%;
  margin-left: 22%;
  font-family: Roboto;
  display: flex;
}

.labelcsss {
  white-space: nowrap;
  align-items: center;
  margin-top: -25%;
  margin-left: 22%;
  font-family: Roboto;
  display: flex;
}

.labelcs {
  white-space: nowrap;
  align-items: center;
  margin-top: -20%;
  margin-left: 22%;
  font-family: Roboto;
  display: flex;
}

.labeledituser {
  align-items: center;
  margin-top: -18%;
  margin-left: 16%;
  font-family: Roboto;
  display: flex;
}

.aws-org {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.awsdrpuploadto-input {
  text-align: left;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 240px;
  padding: .5rem;
  font-family: Roboto;
}

.pswd {
  color: green;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.messagecss {
  text-align: center;
  margin-top: 8px;
}

.success {
  color: green;
  margin-top: 3px;
}

.errormsg {
  color: red;
}

.eye-icon {
  cursor: pointer;
  margin-left: -6%;
}

.eye-iconus {
  cursor: pointer;
  margin-left: -9%;
}

.logout-button {
  color: #333;
  cursor: pointer;
  background-color: #f7f5f5;
  border: none;
  border-radius: 5px;
  align-items: center;
  margin-left: 9px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bolder;
  transition: background-color .3s;
  display: flex;
}

.logout-button:hover {
  background-color: #ddd;
}

.icon {
  color: #000;
  margin-right: 5px;
  font-weight: bolder;
}

.white-icon {
  fill: #ef0fd9;
  width: 40px;
  height: 48px;
  margin-top: -7px;
  margin-left: -3px;
}

.changepasswordbutton {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #2a60c8;
  border-radius: 10px;
  width: 120px;
  height: 30px;
  font-family: Roboto;
}

.submitted {
  opacity: .5;
  cursor: not-allowed;
}

.sftplogin-button.submitted {
  opacity: .5 !important;
  cursor: not-allowed !important;
}

.azuredetailsedit-container {
  align-items: baseline;
  margin-bottom: 1rem;
  margin-left: 30px;
  font-family: Roboto;
  display: flex;
}

.roles-label {
  color: #444a52;
  width: 13rem;
  margin-left: -28px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.roleseu-label {
  color: #444a52;
  width: 8rem;
  margin-left: .3rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.profile-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-menu svg {
  width: 44px;
  height: 44px;
}

.profile-menu svg path {
  fill: #fff;
}

.profile-dropdown {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  min-width: 120px;
  padding: 10px;
  display: none;
  position: absolute;
  top: 100%;
}

.profile-menu-item {
  list-style-type: none;
}

.profile-menu-item a {
  color: #333;
  padding: 5px;
  text-decoration: none;
  display: block;
}

.titlelogoutlist.active .profile-dropdown {
  display: block;
}

.titlelist.active, .titlelogoutlist.active {
  background-color: #f0f0f0;
  border-radius: .5rem;
}

.titlelist.active a, .titlelogoutlist.active a {
  color: #333;
}

.dashboardcontents {
  font-family: Roboto;
  display: flex;
}

.logincu-input {
  cursor: text;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  justify-content: center;
  place-items: center;
  width: 59%;
  height: 40px;
  padding: .5rem .7rem;
  font-family: Roboto;
}

.admin1-heading {
  color: #444a52;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.table-container .reactdatagrid {
  min-height: calc(100vh - 4rem - 20px) !important;
}

@media screen and (max-width: 768px) {
  .table-container .reactdatagrid {
    min-height: calc(100vh - 4rem - 75px) !important;
  }
}

@media screen and (min-width: 1200px) {
  .table-container .reactdatagrid {
    min-height: calc(100vh - 8rem - 85px) !important;
  }
}

.table-containergus .reactdatagrid {
  min-height: calc(100vh - 4rem - 10px) !important;
}

@media screen and (max-width: 768px) {
  .table-containergus .reactdatagrid {
    min-height: calc(100vh - 4rem - 80px) !important;
  }
}

@media screen and (min-width: 1200px) {
  .table-containergus .reactdatagrid {
    min-height: calc(100vh - 9rem - 79px) !important;
  }
}

.footer {
  color: #fff;
  background: #444a52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  font-family: Roboto;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.profile-menu a {
  color: #f8f4fa;
  background-color: #2a60c8;
  border-radius: 2px;
  align-items: center;
  padding: 5px 9px;
  font-size: 16px;
  box-shadow: 0 2px 4px #0000001a;
}

.dropdown-menu a {
  display: block;
}

.dropdown-menu a:last-child {
  margin-bottom: 2px;
}

.profile-menu:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.titlelogoutlist {
  align-items: center;
  display: flex;
}

.profile-menu:hover .dropdown-menu a {
  color: #fff;
}

.profile-menu:hover .dropdown-menu a:hover {
  background-color: #d368dd;
}

.sidebar {
  background-color: #444a52;
  width: 100px;
  padding: 20px;
}

.sidebar a {
  color: #f7f2f2;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
}

.last-time-to-dial-inline-fields {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.last-time-to-dial-text {
  margin-left: -22%;
  font-size: 16px;
}

.last-time-to-dial-bold-label {
  margin-right: 95px;
  font-weight: bold;
}

.last-time-to-dial-item {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.active-line {
  background-color: #ff0;
  width: 80%;
  height: 3px;
  margin-top: 5px;
}

.sidebar a {
  height: max-content;
  padding: 2px;
  font-family: Roboto;
  font-size: 15px;
}

.last-time-to-dial-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.last-time-to-dial-form-container {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  margin-top: -10%;
  padding: 20px;
  box-shadow: 0 0 10px #0000001a;
}

form {
  flex-direction: column;
  margin-left: 7%;
  display: flex;
}

.last-time-to-dial-heading {
  text-align: center;
  margin-bottom: 20px;
}

.last-time-to-dial-fields-row {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.last-time-to-dial-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px;
}

.last-time-to-dial-add-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  margin-top: 5%;
  margin-left: 25%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-remove-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-top: 4%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.last-time-to-dial-add-button:hover, .last-time-to-dial-remove-button:hover {
  background-color: #2a60c8;
}

.last-time-to-dial-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  margin-top: -6.6%;
  margin-left: 45%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-submit-button.submitted, .last-time-to-dial-submit-button:hover {
  background-color: #2a60c8;
}

.queues-container {
  width: 105%;
}

.contact-list-container {
  width: 150%;
  margin-top: 13%;
  margin-left: 33%;
}

.queue-item {
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding: 8px;
  display: flex;
}

.queue-item:last-child {
  border-bottom: none;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.addqueue-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 0 auto;
  padding: 8px 24px;
  font-family: Roboto, sans-serif;
  display: block;
}

.editqform-group {
  width: 300px;
  margin-bottom: 15px;
  margin-left: 50px;
  font-family: Roboto;
}

.editqueue-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 116%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.horizontal-form-group {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-item {
  flex-direction: column;
  width: 48%;
  display: flex;
}

.editqueue-input {
  width: 97%;
  margin-right: 20px;
}

.editqueue-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 61rem;
  margin-top: -86px;
  margin-left: 100px;
  padding: 3rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.admin2-heading {
  color: #444a52;
  text-align: -webkit-right;
  margin-top: -5%;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.add-mapping-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 12px;
  margin-bottom: 2%;
  margin-right: 1%;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.form-group1 {
  justify-content: space-between;
  display: flex;
}

.azuredetails-container1 {
  flex: 1;
  margin-right: 20px;
}

.azuredetails-container1:last-child {
  margin-right: 0;
}

.login-input1 {
  width: 100%;
}

.login-labelself {
  color: #444a52;
  width: 7rem;
  margin-left: 4rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.addq-heading {
  color: #444a52;
  text-align: center;
  margin-left: -2.5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.inline-inputs {
  justify-content: space-between;
  display: flex;
}

.inline-inputs2, .inline-inputs3 {
  justify-content: left;
  display: flex;
}

.inline-inputs .custom-azuredetails-container {
  flex: 1;
}

.inline-inputs .custom-azuredetails-container:not(:last-child) {
  margin-right: 1rem;
}

.genheading {
  text-align: center;
  margin-top: 30px;
}

.custom-createuser-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 56rem;
  margin-top: -90px;
  padding: 1rem 70px 1rem 1rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.custom-admincu-button {
  color: #fafafa;
  white-space: nowrap;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 38px;
  margin: 0 auto;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.pswdcontainer {
  background-color: #fff;
  width: 100%;
  max-width: 35rem;
  margin-top: -50px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.ed-login-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 200px;
  margin-bottom: 3%;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.pswdcntnr {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.password-heading {
  color: #444a52;
  text-align: center;
  margin-bottom: 10%;
  margin-left: .5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.azuredetails-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.login-labelac {
  color: #444a52;
  width: 7rem;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.login-input1 {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 228px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.login-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.admin-buttonedit {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -4.6%;
  margin-left: 23%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-add-buttonforeditqueue {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-left: -15%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-remove-buttonforeditqueue {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-top: 4.4%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.last-time-to-dial-add-buttonforqueue {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-left: -15%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-submit-buttonforqueue {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -2.7%;
  margin-left: 10%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.eye-icons {
  cursor: pointer;
  margin-left: -9%;
}

.back-buttons {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 38px;
  margin: 20px auto -68px 20%;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.password-button {
  color: #fafafa;
  background-color: #2a60c8;
  border-radius: .375rem;
  width: 110px;
  height: 40px;
  margin: 6.7% auto 0 230px;
  padding: 2px 10px;
  font-family: Roboto;
  display: block;
}

.eye-iconn {
  cursor: pointer;
  margin-top: -9px;
  margin-left: -10%;
}

.successcss {
  color: green;
}

.aws-inputs {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 240px;
  margin-left: -14px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.aws-labelp {
  color: #444a52;
  text-align: left;
  width: 10rem;
  margin-left: 0;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.aws-label2 {
  color: #444a52;
  text-align: left;
  width: 11rem;
  margin-left: -19px;
  margin-right: -27px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.aws-labelf {
  color: #444a52;
  width: 11rem;
  margin-left: 0;
  margin-right: -1rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.createuser-container {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 30rem;
  margin-top: 25px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.createuser-containers {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 35rem;
  margin-top: 25px;
  padding: 2rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.createuserinput-container {
  align-items: center;
  margin-bottom: 1rem;
  font-family: Roboto;
  display: flex;
}

.checkboxcu-label {
  align-items: center;
  font-family: Roboto;
  display: flex;
}

.checkboxcu-label input, .checkboxcu-label {
  margin-right: 10px;
  font-family: Roboto;
}

.admin-backbuttonedit {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -4.6%;
  margin-left: -53%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.queue-list {
  border: 1px solid #ced4da;
  border-radius: 4px;
  width: 450px;
  max-height: 200px;
  margin: 0 0 0 25%;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

.queue-search {
  color: #444a52;
  text-align: center;
  margin-left: 10%;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: bold;
}

.last-time-to-dial-addinput {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 120px;
  margin-left: 10px;
  padding: 8px;
}

.last-time-to-dial-field {
  flex-direction: column;
  width: 25%;
  display: contents;
}

.last-time-to-dial-remove-buttonforqueue {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-left: 10px;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.time-slot-scroll-container {
  max-height: 200px;
  margin-top: 12%;
  margin-left: 5%;
  padding: 10px;
  overflow-y: auto;
}

.last-time-to-dial-label {
  color: #444a52;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.create-label2 {
  color: #444a52;
  width: 7rem;
  margin-left: 1.5rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.cu-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  margin-left: .4rem;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.cu-inputcreate {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 250px;
  margin-left: .4rem;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.curole-label {
  color: #444a52;
  width: 7rem;
  margin-top: -7rem;
  margin-left: .3rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.login-labelselfserv {
  color: #444a52;
  width: 7rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-fields-addqueuerowforself {
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
  display: flex;
}

.opti-containerselfedit {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 50rem;
  margin-top: -116px;
  padding: 2rem;
  font-family: Roboto, sans-serif;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.login-editssinput {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  padding: .5rem;
  font-family: Roboto, sans-serif;
}

.editssinput {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 224px;
  margin-left: -14.22rem;
  padding: .5rem 1rem;
  font-family: Roboto, sans-serif;
}

.editcbklabel1 {
  color: #444a52;
  width: 7rem;
  margin-left: -126%;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-ldinput {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100px;
  margin-left: 10px;
  padding: 8px;
}

.last-time-to-dial-seinput {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 150px;
  margin-left: 10px;
  padding: 8px;
}

.last-time-to-dial-addinput14 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 220px;
  padding: 8px;
}

.last-time-to-dial-label16 {
  color: #444a52;
  margin-bottom: 16px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-field21 {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.last-time-to-dial-label21 {
  color: #444a52;
  margin-bottom: 5px;
  margin-left: -5%;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-input21 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70%;
  margin-left: -5%;
  padding: 8px;
}

.last-time-to-dial-addinput21 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 110px;
  margin-left: -5%;
  padding: 8px;
}

.last-time-to-dial-field22 {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.last-time-to-dial-label22 {
  color: #444a52;
  margin-bottom: 5px;
  margin-left: 36%;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-input22 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70%;
  margin-left: 36%;
  padding: 8px;
}

.last-time-to-dial-addinput22 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 110px;
  margin-left: 36%;
  padding: 8px;
}

.last-time-to-dial-field23 {
  flex-direction: column;
  width: 25%;
  display: flex;
}

.last-time-to-dial-label23 {
  color: #444a52;
  margin-bottom: 5px;
  margin-left: -44%;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-input23 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70%;
  margin-left: -44%;
  padding: 8px;
}

.last-time-to-dial-addinput23 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 110px;
  margin-left: -44%;
  padding: 8px;
}

.last-time-to-dial-remove-buttonforaddcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-top: 2%;
  margin-left: -19%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.admin-buttonforcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -4.6%;
  margin-left: 23%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-add-buttonforcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-left: -15%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-remove-buttonforcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-top: 4.4%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.last-time-to-dial-add-buttonforcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -2%;
  margin-left: -15%;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.last-time-to-dial-submit-buttonforcallback {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -3%;
  margin-left: 10%;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.containercallback {
  border-radius: 4px solid #002a07;
  background-color: #f5f5f5;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  font-family: Roboto;
  box-shadow: 0 2px 4px #e1e8df1a;
}

.contact-list-containercallback {
  width: 150%;
  margin-top: 13%;
  margin-left: 33%;
}

.last-time-to-dial-label84 {
  color: #444a52;
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-input84 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 50%;
  padding: 8px;
}

.last-time-to-dial-label82 {
  color: #444a52;
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.last-time-to-dial-input82 {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 70%;
  padding: 8px;
}

.azuredetails-container91 {
  flex: 1;
  margin-right: 20px;
}

.azuredetails-container91:last-child {
  margin-right: 0;
}

.last-time-to-dial-fields-addqueuerowforcallback {
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
  margin-left: 23%;
  display: flex;
}

.addcallback-heading {
  color: #444a52;
  text-align: center;
  margin-top: 2%;
  margin-bottom: -6%;
  margin-left: -2.5rem;
  font-family: Roboto;
  font-size: 1.5rem;
  font-weight: bold;
}

.eye-iconpassword {
  cursor: pointer;
  margin-left: -7%;
}

.eye-iconpsd {
  cursor: pointer;
  margin-left: -8%;
}

.eye-iconpsch {
  cursor: pointer;
  margin-left: -7%;
}

.staff-container {
  background-color: #f7fafc;
  min-height: 90vh;
  font-family: Roboto;
}

.staff1-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 238px;
  margin-top: 5px;
  margin-left: 160%;
  margin-right: 1px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staff-ruletypedropdown {
  border-radius: .375rem;
  width: 238px;
  margin-top: -2px;
  margin-left: 160%;
  margin-right: 1px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staff-label {
  color: #444a52;
  text-align: center;
  width: 10rem;
  margin-right: 10px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.staffing-label {
  color: #444a52;
  text-align: center;
  width: 10rem;
  margin-top: 9px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.staffingqueue-label {
  color: #444a52;
  text-align: center;
  width: 10rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.fixed-width-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
  padding: 5px;
  font-size: 14px;
}

.queue-label {
  color: #444a52;
  text-align: center;
  width: 10rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.fixed-width-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
  margin-top: 10px;
  font-size: 14px;
}

.fixed-width-select__control {
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
}

.fixed-width-select__menu {
  width: 200px;
}

.fixed-width-select__option {
  padding: 10px;
}

.fixed-width-select__option--is-selected {
  color: #fff;
  background-color: #00f;
}

.fixed-width-select__option--is-focused {
  background-color: #f0f0f0;
}

.percentage-container {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin-top: 20%;
  margin-left: 31%;
  font-family: Roboto;
}

.form-row .aws-input {
  width: 85%;
}

.form-row {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.form-row > div {
  flex-direction: column;
  flex: 1;
  margin-right: 10px;
  display: flex;
}

.form-row > div:last-child {
  margin-right: 0;
}

.staffing-remove-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  width: 80px;
  height: 42px;
  margin-left: 10px;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
}

.staffing-add-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  padding: 10px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.staff-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 38px;
  margin-top: -37px;
  margin-left: 160px;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.addconfig-input, .de-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 238px;
  margin-top: 5px;
  margin-right: 1px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.de-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 38px;
  margin-top: -37px;
  padding: 5px;
  font-family: Roboto;
  font-size: 1.1rem;
  display: flex;
}

.button-container {
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.button-container button {
  color: #fff;
  background-color: #1e40af;
  border-radius: .5rem;
  width: 256%;
  margin-top: 1rem;
  margin-left: 343%;
}

.staff-dropdown {
  border-radius: .375rem;
  width: 75%;
  margin-right: 1px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staff-dropdown-fixed .react-select__control {
  width: 200px !important;
}

.rt-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 160px;
  margin-top: 5px;
  margin-left: 20px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.rn-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 138px;
  margin-top: -3px;
  padding: .5rem 1rem;
  font-family: Roboto;
}

.staff-labelrt {
  color: #444a52;
  text-align: center;
  width: 10rem;
  margin-right: -60px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.createclient-label {
  color: #444a52;
  white-space: nowrap;
  width: 5rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.custom-opti-user {
  background-color: #f7fafc;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: Roboto;
  display: flex;
}

.custom-createuser-containers {
  background-color: #fff;
  justify-content: center;
  width: 613%;
  max-width: 58rem;
  margin-top: -90px;
  padding: 1rem 70px 1rem 1rem;
  font-family: Roboto;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.custom-createcliuser-container {
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-bottom: 0;
  font-family: Roboto;
  display: flex;
}

.role-label {
  color: #444a52;
  width: 7rem;
  margin-top: -4rem;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.roles-container {
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  margin-top: -15px;
  display: grid;
}

.labelcsccu {
  white-space: nowrap;
  align-items: center;
  margin-top: -26%;
  margin-left: 21%;
  margin-right: 15px;
  font-family: Roboto;
  display: flex;
}

.eye-iconnp {
  cursor: pointer;
  margin-top: -15px;
  margin-left: -6%;
}

.login-inputld {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  margin-left: 25px;
  padding: .5rem 40px .5rem 1rem;
  font-family: Roboto;
}

.k-login-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  margin-bottom: 3%;
  margin-right: 10px;
  padding: .5rem 40px .5rem 1rem;
  font-family: Roboto;
}

.create-label {
  color: #444a52;
  width: 7rem;
  margin-top: -10px;
  margin-left: 2rem;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.description-cell {
  white-space: normal;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6rem;
  display: -webkit-box;
  overflow: hidden;
}

.add-rule-input {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 250px;
  margin-bottom: 3%;
  margin-right: 10px;
  padding: .5rem 40px .5rem 1rem;
  font-family: Roboto;
}

.add-rule-inputs {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  width: 150px;
  margin-bottom: 3%;
  margin-right: 10px;
  padding: .5rem 40px .5rem 1rem;
  font-family: Roboto;
}

.addrule-label {
  color: #444a52;
  white-space: nowrap;
  width: 7rem;
  margin-top: -10px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.addrulequeue-label {
  color: #444a52;
  white-space: nowrap;
  width: 7rem;
  margin-top: 200px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
}

.InovuaReactDataGrid__box--ellipsis, .InovuaReactDataGrid__cell__content, .InovuaReactDataGrid__header-group__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip !important;
}

.dropdown-container {
  display: inline-block;
  position: relative;
}

.add-mapping-buttonget {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2a60c8;
  border: none;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.dropdown-content {
  z-index: 1;
  background-color: #f9f9f9;
  min-width: 160px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-content button {
  color: #444a52;
  text-align: left;
  background-color: #fff;
  border: none;
  width: 100%;
  padding: 12px 16px;
  font-family: Roboto;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.dropdown-content button:hover {
  background-color: #ddd;
}

.dropdown-container.open .dropdown-content {
  display: block;
}

.password-input, .login-inputpswd {
  border: 1px solid #ced4da;
  border-radius: .375rem;
  margin-right: 10px;
  padding: .5rem 40px .5rem 1rem;
  font-family: Roboto;
}

.eye-iconusp {
  cursor: pointer;
  margin-left: -7%;
}

.errorcssclient {
  color: red;
  margin-top: 4px;
  margin-bottom: 4px;
}

.errorcss {
  color: red;
  margin-bottom: -8px;
  margin-left: -17px;
}

.app-container {
  display: flex;
}

.main-content {
  flex: 1;
  padding: 20px;
}

.form-container {
  max-width: 600px;
  margin: 0 auto;
}

.form-groups {
  margin-bottom: 20px;
}

.form-label {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

.form-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}

.form-inputs {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 160px;
  padding: 8px;
}

.wide-dropdown {
  width: 150%;
}

.submit-button, .back-button {
  color: #fff;
  cursor: pointer;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
}

.submit-button:hover, .back-button:hover {
  background-color: #0056b3;
}

.error-message {
  color: red;
  margin-top: -28px;
  margin-bottom: -70px;
  margin-left: -60px;
}

.error-messageh {
  color: red;
  margin-top: -28px;
  margin-bottom: -70px;
  margin-left: -120px;
}

.error-messagess {
  color: red;
  margin-top: -4px;
  margin-bottom: -9px;
  margin-left: 110px;
}

.error-messagessp {
  color: red;
  margin-top: -4px;
  margin-bottom: -9px;
  margin-left: 43px;
}

.success-message {
  color: green;
  margin-top: -47px;
  margin-bottom: -80px;
  margin-left: -102px;
}

.custom-addrule-container {
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-bottom: 0;
  font-family: Roboto;
  display: flex;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
}

.call-recording-wrapper {
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 3rem);
  font-family: Roboto;
  display: flex;
  overflow: hidden;
}

.side-panel {
  color: #666;
  background-color: #f5f5f5;
  width: 200px;
  height: 100%;
  padding: 20px;
  font-family: Roboto;
  font-weight: 600;
  overflow-y: auto;
}

.participant-section {
  background-color: #c1bebef5;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.section-heading {
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #ccc;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.icon {
  color: #666;
  width: 14px;
  height: 14px;
}

.controls-panel button, .speed-btn {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .3rem .6rem;
}

.controls-panel button:hover, .speed-btn:hover {
  background-color: #e0e0e0;
}

.participant-list p {
  margin: 4px 0;
}

.participant-primary {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.participant-muted {
  color: #888;
  font-size: 13px;
}

.main-panel {
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 3px;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.recording-header {
  color: #333;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.waveform-container {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.waveform {
  height: 80px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.annotation-bar {
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.annotation-bar input {
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1;
  padding: 6px 10px;
  font-size: 14px;
}

.annotation-bar button {
  color: #fff;
  cursor: pointer;
  background: #2d8cff;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 14px;
}

.controls-panel {
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.volume-button {
  cursor: pointer;
  border-radius: 3px;
  padding: 6px;
  font-size: 10px;
}

.volume-level {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.file-input {
  margin-top: 20px;
  font-size: 14px;
}

.tab-bar {
  border-bottom: 2px solid #ddd;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 4px;
  font-size: 14px;
  display: flex;
}

.tab-bar span {
  cursor: pointer;
  color: #666;
}

.timeline-section {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 2rem;
  padding: 1rem;
}

.timeline-box {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
  position: relative;
}

.timeline-row {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.timeline-label {
  width: 200px;
  font-size: .875rem;
}

.timeline-bar-wrapper {
  background: #eee;
  border-radius: 4px;
  flex: 1;
  height: 24px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.timeline-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #22c55e;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  overflow: hidden;
}

.timeline-bar.ivr {
  background: #3b82f6;
}

.timeline-ticks {
  color: #555;
  justify-content: space-between;
  padding-top: 5px;
  font-size: 10px;
  display: flex;
}

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

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

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

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

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

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

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

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

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

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-white\/30:hover {
  background-color: #ffffff4d;
}

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

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

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

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:border-transparent:focus {
  border-color: #0000;
}

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

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

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-1 {
    margin-top: .25rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }
}

/*# sourceMappingURL=styles_globaltest_1gfsvn0.css.map*/