@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[30\%\] {
  left: 30%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[40\%\] {
  top: 40%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[1300\] {
  z-index: 1300;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[auto\] {
  margin: auto;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30vh\] {
  margin-top: 30vh;
  margin-bottom: 30vh;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[72\%\] {
  max-width: 72%;
}
.max-w-\[97\%\] {
  max-width: 97%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.select-all {
  user-select: all;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#0D5FBE\] {
  --tw-border-opacity: 1;
  border-color: rgb(13 95 190 / var(--tw-border-opacity));
}
.border-\[\#919191\] {
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity));
}
.border-\[\#C6C6C6\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}
.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.bg-\[\#0D5FBE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 95 190 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-color-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-primary-background {
  --tw-bg-opacity: 1;
  background-color: rgb(13 95 190 / var(--tw-bg-opacity));
}
.bg-secondary-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 150 / var(--tw-bg-opacity));
}
.bg-secondary-background\/\[\.1\] {
  background-color: rgb(0 70 150 / .1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-kanit {
  font-family: kanit;
}
.font-sans {
  font-family: Open Sans, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-\[\#0D5FBE\] {
  --tw-text-opacity: 1;
  color: rgb(13 95 190 / var(--tw-text-opacity));
}
.text-\[\#11A70B\] {
  --tw-text-opacity: 1;
  color: rgb(17 167 11 / var(--tw-text-opacity));
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-\[\#919191\] {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}
.text-\[\#DD0000\] {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-text {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-color-blackDark {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-color-red {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 6px 20px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 6px 20px 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-\[2px_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 2px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body {
  margin: 0;
  font-family: "Kanit";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  text-decoration: none;
  color: black;
}

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

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

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

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

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

.focus-visible\:ring-offset-secondary-background:focus-visible {
  --tw-ring-offset-color: #004696;
}

@media (min-width: 640px) {
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-\[43\%\] {
    width: 43%;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-\[33\%\] {
    width: 33%;
  }
  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}


@font-face {
  font-family: "siera-font-icons";
  src:url("/assets/siera-font-icons-RFaQEqMw.eot");
  src:url("/assets/siera-font-icons-RFaQEqMw.eot?#iefix") format("embedded-opentype"),
    url("/assets/siera-font-icons-52e3mkdW.woff") format("woff"),
    url("/assets/siera-font-icons-B-hl4Zao.ttf") format("truetype"),
    url("/assets/siera-font-icons-DhPu5iIj.svg#siera-font-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "siera-font-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "siera-font-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-deactivate:before {
  content: "\68";
}
.icon-delete:before {
  content: "\69";
}
.icon-diagnostics:before {
  content: "\6a";
}
.icon-dont-show:before {
  content: "\6b";
}
.icon-inspection-passed:before {
  content: "\6c";
}
.icon-keyboard:before {
  content: "\6e";
}
.icon-save:before {
  content: "\71";
}
.icon-select:before {
  content: "\74";
}
.icon-send:before {
  content: "\75";
}
.icon-inspection-failed:before {
  content: "\45";
}
.icon-reports:before {
  content: "\47";
}
.icon-reset:before {
  content: "\48";
}
.icon-download:before {
  content: "\4d";
}
.icon-edit:before {
  content: "\4e";
}
.icon-email:before {
  content: "\4f";
}
.icon-logout:before {
  content: "\50";
}
.icon-management:before {
  content: "\51";
}
.icon-object:before {
  content: "\52";
}
.icon-settings:before {
  content: "\53";
}
.icon-share:before {
  content: "\54";
}
.icon-update:before {
  content: "\57";
}
.icon-profile-photo:before {
  content: "\58";
}
.icon-print:before {
  content: "\5a";
}
.icon-filter:before {
  content: "\30";
}
.icon-help-center:before {
  content: "\34";
}
.icon-manage-asset-types:before {
  content: "\38";
}
.icon-unlock:before {
  content: "\21";
}
.icon-pdf-icon:before {
  content: "\22";
}
.icon-unauthorized-user:before {
  content: "\39";
}
.icon-tutorials:before {
  content: "\27";
}
.icon-pedestrian:before {
  content: "\36";
}
.icon-dashboard:before {
  content: "\23";
}
.icon-forklift-certification:before {
  content: "\2e";
}
.icon-dot:before {
  content: "\2b";
}
.icon-information-tooltip:before {
  content: "\2f";
}
.icon-language:before {
  content: "\61";
}
.icon-scan:before {
  content: "\62";
}
.icon-search:before {
  content: "\63";
}
.icon-users:before {
  content: "\65";
}
.icon-worksites:before {
  content: "\66";
}
.icon-view:before {
  content: "\67";
}
.icon-locked:before {
  content: "\6f";
}
.icon-assets:before {
  content: "\70";
}
.icon-accounts:before {
  content: "\72";
}
.icon-add:before {
  content: "\73";
}
.icon-attachment:before {
  content: "\76";
}
.icon-back-button:before {
  content: "\77";
}
.icon-add-account:before {
  content: "\78";
}
.icon-add-asset:before {
  content: "\79";
}
.icon-blue-asset-details:before {
  content: "\7a";
}
.icon-bluetooth-settings-1:before {
  content: "\41";
}
.icon-add-asset-type-op3:before {
  content: "\42";
}
.icon-add-checklist:before {
  content: "\43";
}
.icon-bulk-upload:before {
  content: "\46";
}
.icon-calendar:before {
  content: "\49";
}
.icon-add-user:before {
  content: "\4a";
}
.icon-add-worksite:before {
  content: "\4b";
}
.icon-cancel:before {
  content: "\4c";
}
.icon-change-password:before {
  content: "\59";
}
.icon-alertsettings:before {
  content: "\31";
}
.icon-change-pin:before {
  content: "\32";
}
.icon-asset-hour-adjust:before {
  content: "\33";
}
.icon-asset-hour-reset:before {
  content: "\35";
}
.icon-checklists:before {
  content: "\37";
}
.icon-copy:before {
  content: "\29";
}
.icon-asset-media:before {
  content: "\2a";
}
.icon-asset-permission:before {
  content: "\2c";
}
.icon-csv-icon:before {
  content: "\2d";
}
.icon-total-unauthorized-incidents:before {
  content: "\25";
}
.icon-time:before {
  content: "\55";
}
.icon-checklist-details:before {
  content: "\26";
}
.icon-checklist-overview:before {
  content: "\28";
}
.icon-eye-slash:before {
  content: "\3e";
}
.icon-eye:before {
  content: "\3f";
}
.icon-help-faq:before {
  content: "\56";
}
.icon-inspection-timed-out:before {
  content: "\5e";
}
.icon-impact:before {
  content: "\44";
}
.icon-incident-high:before {
  content: "\40";
}
.icon-incident-low:before {
  content: "\5b";
}
.icon-incident-medium:before {
  content: "\5d";
}
.icon-near-miss-object:before {
  content: "\5f";
}
.icon-near-miss-pedestrian:before {
  content: "\60";
}
.icon-total-incidents:before {
  content: "\64";
}
.icon-total-near-miss-incidents:before {
  content: "\24";
}
.icon-ellipsis-v:before {
  content: "\7b";
}
.icon-alert-icon:before {
  content: "\7c";
}
.icon-user-type-details:before {
  content: "\7d";
}
.icon-user-type-overview:before {
  content: "\7e";
}
.icon-user-type-permissions:before {
  content: "\5c";
}
.icon-move-icon:before {
  content: "\99";
}
.icon-analytics:before {
  content: "\3a";
}
.icon-arrow-down:before {
  content: "\3b";
}
.icon-arrow-left:before {
  content: "\3c";
}
.icon-arrow-right:before {
  content: "\3d";
}
.icon-arrow-up:before {
  content: "\e000";
}
.icon-file-upload-csv:before {
  content: "\6d";
}
.icon-file-upload-img:before {
  content: "\e001";
}
.icon-file-upload-logo:before {
  content: "\e002";
}
.icon-user-photo:before {
  content: "\e003";
}
.icon-image-icon:before {
  content: "\e004";
}
.icon-asset-photo:before {
  content: "\e005";
}
.icon-inspections-performed:before {
  content: "\e006";
}
.icon-assettypechecklistsicon:before {
  content: "\e007";
}
.icon-assettypedetails:before {
  content: "\e008";
}
.icon-assettypeoverview:before {
  content: "\e009";
}
.icon-user-overview:before {
  content: "\e00a";
}
.icon-user-details:before {
  content: "\e00b";
}
.icon-blue-asset-overview:before {
  content: "\e00c";
}
.icon-certificate-ok:before {
  content: "\e00d";
}
.icon-timezone:before {
  content: "\e00e";
}
.icon-camera:before {
  content: "\e010";
}
.icon-exclamation-mark:before {
  content: "\e00f";
}
.icon-note-icon:before {
  content: "\e011";
}
.icon-vehicle-lock:before {
  content: "\e012";
}
.icon-vehicle-unlock:before {
  content: "\e013";
}
.icon-fullscreen-collapse:before {
  content: "\e014";
}
.icon-fullscreen-expand:before {
  content: "\e015";
}
._desktopManagementPanel_1q0aw_1 {
  display: block;
}

._mobileManagementPanel_1q0aw_5 {
  display: none;
}

._searchBoxFilter_1q0aw_9 {
  display: flex;
}

._filterButtonStyle_1q0aw_13 p {
  margin: 0;
  height: 100%;
}
._filterButtonStyle_1q0aw_13 p button {
  height: 75%;
  border: 0px;
  margin-top: 6px;
  width: 100%;
}

._filterButtonStyle_1q0aw_13 p button svg {
  height: 24px;
}

button._filterButtonStyleShow_1q0aw_28 {
  /* background: #FFFFFF; */
}
button._filterButtonStyleShow_1q0aw_28 svg path {
  fill: #0553ab;
}

button._filterButtonStyleHide_1q0aw_35 {
  background: #0553ab;
}
button._filterButtonStyleHide_1q0aw_35 svg path {
  fill: #ffffff;
}

._filterSelectStyle_1q0aw_42 {
  margin-bottom: 20px;
}

._ButtonDesktopCancel_1q0aw_46 {
  display: block;
}
._ButtonMobileCancel_1q0aw_49 {
  display: none;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 1100px) {
  ._desktopManagementPanel_1q0aw_1 {
    display: none;
  }

  ._mobileManagementPanel_1q0aw_5 {
    display: block;
  }

  ._mobileSearchBarFilters_1q0aw_66 {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  ._mobileListingSection_1q0aw_72 table thead {
    background-color: #0d5fbe !important;
  }
  ._mobileListingSection_1q0aw_72 table thead tr th {
    background-color: #0d5fbe !important;
  }
  ._mobileListingSection_1q0aw_72 table thead tr th h5 {
    color: #fff !important;
  }
  ._mobileListingSection_1q0aw_72 table tbody td p {
    font-size: 1rem !important;
    width: 69%;
  }
  ._mobileListingSection_1q0aw_72 table tbody td button {
    padding: 3px 10px;
    font-size: 0.8rem !important;
  }
  p._assetNameMobile_1q0aw_89 {
    text-align: left;
    float: left;
    display: block;
    width: 100%;
    background-color: #0d5fbe;
    color: #fff;
    line-height: 45px;
    padding-left: 9px;
    font-size: 16px !important;
    font-weight: 500;
  }

  p._assetNameMobile_1q0aw_89 span {
    font-weight: 300;
  }
  p._assetNameMobile_1q0aw_89 img {
    margin-right: 8px;
    margin-left: 8px;
  }

  ._searchMobileView_1q0aw_110 input {
    border-radius: 0px !important;
  }
  ._popupAssetModal_1q0aw_113 {
    display: block;
    padding-left: 5px !important;
    /* overflow: hidden !important; */
    padding: 0;
    margin: 0px !important;
    top: -13px !important;
    border-radius: 0px;
    margin: 0rem;
  }

  ._ButtonDesktopCancel_1q0aw_46 {
    display: none;
  }
  ._ButtonMobileCancel_1q0aw_49 {
    display: block;
    background: none;
    border: none;
    font-size: 1.4rem !important;
  }

  ._AssetModalBody_1q0aw_136 {
    padding: 0px !important;
  }

  ._StepperMobileView_1q0aw_140 {
  }

  ._StepperMobileViewDiv_1q0aw_143 {
    padding: 10px 5px !important;
  }

  ._StepperMobileStepDiv_1q0aw_147 {
    text-align: center;
  }
  ._StepperMobileStepDiv_1q0aw_147 span {
    display: inline;
  }

  ._StepperMobileStepDiv_1q0aw_147 span span {
    display: inline-block;
    font-size: 12px;
    padding-top: 4px;
  }

  ._StepperMobileStepDiv_1q0aw_147 span span div {
    width: 40px;
    height: 40px;
  }

  ._StepperMobileStepDiv_1q0aw_147 span span div svg {
    width: 16px;
    height: 16px;
  }

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

  ._AssetOverFormView_1q0aw_175 {
    padding-left: 15px;
    padding-right: 15px;
  }
  ._AssetOverviewMainDiv_1q0aw_179 {
    display: table !important;
  }
  ._AssetOverviewImage_1q0aw_182 {
    display: table-header-group;
  }
  ._AssetModalNextButtonpDiv_1q0aw_185 {
    margin-bottom: 20px;
  }

  ._AssetOverviewImageIcon_1q0aw_189 {
    margin-top: 45px;
    margin-left: 18px !important;
  }
  ._AssetOverviewImageIcon_1q0aw_189 span {
    font-size: 1rem;
  }

  ._mobileViewButton_1q0aw_197 {
    width: 100%;
  }

  ._mobileViewButton_1q0aw_197 button {
    width: 100% !important;
    text-align: left;
    border-radius: 0;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #c6c6c6;
    color: #323232;
    font-size: 0.9rem !important;
  }

  ._mobileViewButton_1q0aw_197 button svg,
  ._mobileViewButton_1q0aw_197 span a svg {
    width: 25px !important;
    height: auto !important;
    margin-right: 18px !important;
  }
  ._mobileViewButton_1q0aw_197 button:disabled svg  {
    filter: grayscale(100%);
  }
  ._mobileViewButton_1q0aw_197 button img {
    width: 20px;
  }

  ._mobileViewButton_1q0aw_197 span a {
    width: 100% !important;
    display: block;
    text-decoration: none !important;
    text-align: left;
    line-height: initial;
    margin-bottom: 0px;
    border: 0px;
    border-bottom: 1px solid #c6c6c6;
    color: #323232;
    font-size: 0.9rem !important;
  }
}
.modal .buttons {
  width: 160px;
  height: 40px;
}

.modal .buttons svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.modal .buttons path {
  fill: #28a745;
  stroke: #28a745;
}

.modal .buttons:hover path {
  fill: #fff;
  stroke: #fff;
}

.modal .danger-icon path {
  fill: red;
  stroke: red;
}
.modal .danger-icon {
  width: 40px;
  height: 40px;
}

.modal .success-icon {
  width: 40px;
  height: 40px;
}

.modal .success-icon path {
  fill: #28a745;
  stroke: #28a745;
}

.icon-space .icon:hover {
  border: 1px solid black;
  padding: 3px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
span.modal-font-color {
  font-size: 1.2rem;
}
span.modal-font-size {
  font-size: 1.8rem;
}
span.modal-font-color strong {
  color: #0d5fbe;
}

/* This style is for Discard Modal */
.discard-modal .modal-content {
  width: 80%;
  margin: auto;
}
.stepperStyle .MuiStepper-alternativeLabel {
  padding: 5px 0px;
}

.stepperStyle .MuiStepLabel-label.MuiStepLabel-alternativeLabel {
  margin-top: 2px;
  margin-bottom: 18px;
}

.stepperStyle svg.stepper-style {
  fill: white;
  height: 24px;
  width: 24px;
  margin: 12px;
}

.stepperStyle .MuiStepLabel-label.MuiStepLabel-completed {
  color: #323232;
  font-weight: 300;
}
.stepperStyle .MuiStepLabel-label.MuiStepLabel-active {
  color: #323232;
  font-weight: 500;
}

.stepperStyle .MuiStepLabel-label {
  color: #707070;
  font-weight: 300;
}
/*.stepperStyle form .row:nth-child(1){
    margin: auto;
    width: 95%;
}*/
._stepperContainer_8mn58_1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 16px;
  font-family: "Kanit", sans-serif;
}

._stepSeparator_8mn58_9 {
  flex: 1 1 auto;
  padding-left: 16px;
  padding-right: 16px;
}

._stepSeparator_8mn58_9 span {
  display: block;
  border: 0;
  height: 3px;
  border-radius: 1px;
  background-color: #eaeaf0;
}

._stepSeparatorComplete_8mn58_23 {
  background-color: #004696 !important;
}

._stepContent_8mn58_27 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

._stepIconContainer_8mn58_33 {
  padding: 16px;
  border-radius: 50%;
  background-color: #cccccc;
  background-color: #c6c6c6;
  margin-right: 10px;
}

._stepIconActive_8mn58_41 {
  background-color: #004696;
}

._stepIconContainer_8mn58_33 svg {
  width: 24px;
  height: 24px;
  fill: white;
}
._stepHeading_8mn58_50 {
  font-weight: 100;
}

._stepHeadingActive_8mn58_54 {
  font-weight: bold;
  /* fill: white; */
}
._stepIconContainer_8mn58_33 svg path {
  fill: white;
}
._stepIconContainer_8mn58_33 svg rect {
  fill: white;
}
._stepHeading_8mn58_50 {
  font-weight: 400;
  color: #919191;
}

._stepHeadingActive_8mn58_54 {
  font-weight: 500;
  color: #323232;
}

@media only screen and (max-width: 600px) {
  ._stepHeading_8mn58_50 {
    display: none;
  }

  ._stepHeadingActive_8mn58_54 {
    display: none;
  }
  ._stepIconContainer_8mn58_33 {
    padding: 10px;
  }
  ._stepContentStepper_8mn58_85 span:first-child {
    display: block;
    margin-top: 15px;
  }
}
._useroverviewHeading_be0f0_1 {
  padding: 10px;
  color: #fff;
  /* background-color: #004696; */
  background-image: linear-gradient(30deg, rgb(13, 95, 190) 0%, rgb(0, 70, 150) 100%);
}

._useroverviewHeading_be0f0_1 h5 {
  margin: 0;
}

._useroverviewContainer_be0f0_12 {
  margin-top: 24px;
}

._useroverviewFilters_be0f0_16 {
}
._tabpanelSize_1vwwi_1 a {
  padding: 10px 30px;
  margin-bottom: 10px;
}

._tabbar_1vwwi_6 {
  text-align: left;
  border-bottom: 2px solid #f1f1f1;
  margin-bottom: 10px;
}

._tabbaritem_1vwwi_12 {
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  margin-right: 20px;
  font-family: "Kanit", sans-serif;
  font-size: 1.1rem !important;
  font-weight: 300;
}

._tabbaritemactive_1vwwi_25 {
  border-bottom: 3px solid #0d5fbe;
  font-weight: 500;
}

._mobiletabbar_1vwwi_30 {
  display: none;
}

._crossStyle_1vwwi_34 {
  font-size: 28px;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 1100px) {
  ._crossStyle_1vwwi_34 img {
    width: 22px !important;
    margin-top: 0px !important;
  }

  ._mainTabSelect_1vwwi_45 {
    height: 30px;

    overflow: -moz-hidden-unscrollable;
    background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='40px'%20height='40px'%20viewBox='0%200%2040%2040'%20enable-background='new%200%200%2040%2040'%20xml:space='preserve'%3e%3cimage%20id='image0'%20width='40'%20height='40'%20x='0'%20y='0'%20href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAAAAACpleexAAAABGdBTUEAALGPC/xhBQAAACBjSFJN%20AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZ%20cwAAAGAAAABgAPBrQs8AAAAHdElNRQflBx4SARCTtYoWAAAAzklEQVQ4y+3UsQ6CMBjE8cPNF+jH%20wrsYYTBRB5/dto/g4GBcCmo050AUaEthcvLGf37zZcS8LWa6P5yCzxnqdcHiLIfHlGs2ucVVsL8z%20ubqCnEAj2N2nnCFIo5LSlVCGBEmdkq6EOrKF1Aq7W9q1kFphextzmh0ck537QGqJyJ77QmrBth53%20HaQRVLXn5Ot60JdD14dD6UqIYRzSCEoXd0PYycB5kEawdqRb+86HrYy4ANLmWK1CF0LaHBEXgbRF%20YcOaRd6swTKM2f/2fgvfnXqaeBK8K6QAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDctMzBUMTg6%20MDE6MTYrMDA6MDCFpL58AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA3LTMwVDE4OjAxOjE2KzAw%20OjAw9PkGwAAAAABJRU5ErkJggg=='%20/%3e%3c/svg%3e") no-repeat right white;
    background-size: 25px;
    display: inline-block;
    position: relative;
  }

  ._mainTabSelect_1vwwi_45:before {
   /* content: ";";
    display: block;
    font-family: "siera-font-icons";
    font-size: 40px;
    height: 40px;
    float: right;
    margin: -20px 0px 0px 0px;*/
  }

  ._mainTabSelect_1vwwi_45 select {
    background: transparent;
    -webkit-appearance: none;
    width: 100px;
    font-size: 11px;
    border: 0;

    position: absolute;
    left: 0;
    top: 0;
  }
  ._tabbar_1vwwi_6 {
    display: none;
  }

  ._mobiletabbar_1vwwi_30 {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* justify-content: center; */

    height: 34px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
  }

  ._mobiletabbar_1vwwi_30 select {
    width: 100%;
    /*border-bottom: 1px solid #f1f1f1;
        padding: 5px 10px 5px 10px;*/
    margin-right: 10px;

    font-size: 1.2rem;
    font-family: "Kanit";
    font-weight: 300;
  }

  ._threeDot_1vwwi_103 {
    width: 6%;
  }

  ._threeDot_1vwwi_103 p {
    margin: 0;
  }

  ._threeDot_1vwwi_103 p img {
    width: 4px;
    margin-top: -25px;
  }

  ._mobileTabPanelSizetable_1vwwi_116 ._tableListSec_1vwwi_116 tr th._listNameBG_1vwwi_116 {
    background-color: #0553ab;
    color: #fff;
  }
}
._header_1s559_1 {
  background-image: linear-gradient(30deg, rgb(13, 95, 190) 0%, rgb(0, 70, 150) 100%);
  color: #fff;
  padding: 12px;
  border-radius: 5px;
}

._header_1s559_1 h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}

._content_1s559_15 {
  padding: 12px;
}

._InputStyle_1s559_19 {
  background-color: #ffffff !important;
}

._RadioInputStyle_1s559_23 {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

._RadioInputStyle_1s559_23 span {
  margin-left: 5px;
  font-size: 1rem;
}

._nextButton_1s559_34 span {
  vertical-align: middle;
}

._buttonBack_1s559_38 {
  background-color: transparent;
  color: #919191;
  float: left;
  width: 110px;
  height: 40px;
  font-size: 16px;
  font-style: normal;
  font-family: Kanit;
  margin-right: 8px;
  border: none;
}

._buttonBack_1s559_38:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}

._submitButton_1s559_57 {
  background-color: #11a70b !important;
}

._footerActions_1s559_61 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
._footerActionsAssetStatus_1s559_66 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  bottom: 9px;
  margin: auto;
  left: 0;
  right: 0;
  width: 96%;
}
._rightSideActions_1s559_77 {
  margin-left: auto;
  display: flex;
}

._CardAssetBody_1s559_82 {
  padding: 10px 0px 0px 0px !important;
}

._CardAssetBody_1s559_82 h5 {
  font-size: 1rem !important;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 400;
}

._CardAssetTypeHeight_1s559_93 {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(65vh - 273px);
  padding: 1rem !important;
}
._ResponDiv_1s559_99 {
  height: 30px;
}
._AddSelectModal_1s559_102 {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  ._header_1s559_1 {
    padding: 8px;
  }
  ._header_1s559_1 h5 {
    font-size: 1rem !important;
  }
  ._ResponDiv_1s559_99 {
    float: left;
    width: 50% !important;
  }
  ._ResponRow_1s559_117 {
    padding: 10px;
  }
  ._InputStyle_1s559_19 {
    margin-bottom: 4px;
  }
  ._CardAssetTypeHeight_1s559_93 {
    padding: 0px !important;
    margin-bottom: 15px;
  }
  ._ResponDiv_1s559_99 {
    height: auto;
  }
  ._ResponFormGroup_1s559_130 {
    margin-bottom: 0px !important;
  }
  ._CardAssetBody_1s559_82 {
    padding: 10px 0px 6px 0px !important;
  }
  ._ResponDiv_None_1s559_136 {
    display: none;
  }

  ._footerActionsAssetStatus_1s559_66 {
    display: block;
    justify-content: flex-start;
    flex-direction: inherit;
    position: relative;
    bottom: 4px;
    width: auto;
    float: left;
    text-align: left;
    margin-top: 50px;
  }

  ._rightSideActions_1s559_77 {
    float: left;
  }
}
h7.text-ellip-asset {
  display: inherit;
  width: 80%;
  float: left;
  margin-left: 4px;
}
.asset-status-span span {
  display: none;
}
span.last-activity-icon {
  display: block;
}
span.last-activity-icon-m {
  display: none;
}
.checklist-tab-name {
  min-height: 35px;
}
.checklist-tab-name div div button.MuiButtonBase-root {
  font-weight: 500;
  opacity: 1;
  padding: 1px 1px;
}
.checklist-tab-name div div button.MuiButtonBase-root span {
  font-weight: 300;
  font-size: 15px !important;
  color: #323232;
  font-family: "Kanit";
}
.checklist-tab-name div div button.Mui-selected span {
  font-weight: 500;
}
.checklist-tab-name .assetType_sec {
  height: calc(100vh - 62vh);
  background-color: aqua;
}
.asset-type-table-height .assetType_sec {
  height: calc(100vh - 62vh);
  padding-top: 0px !important;
}
.assetType-checklist-height {
  height: calc(100vh - 63.5vh);
}
.assetType-checklist-height .noSection_cD {
  padding-top: 6vh;
}
.assetType-checklist-height table.assetTablesz tbody {
  /* height: calc(100vh - 68vh);*/
  max-height: 183px;
}
.add-asset-checklist-select .Checklist__value-container {
  padding: 2px 2px;
  z-index: 10;
}
.add-asset-checklist-select .Checklist__value-container .Checklist__placeholder {
  color: #323232;
  font-family: "Open Sans", sans-serif;
}
.asset-type-checklist-modal table.assetTablesz tbody {
  /* height: calc(100vh - 80vh); */
  max-height: 150px;
}
.asset-status-card {
  display: grid !important;
}
.asset-status-table:hover {
  background-color: transparent;
}
@media screen and (max-width: 1100px) {
  .asset-type-table-height .assetType_sec {
    height: auto;
  }

  span.last-activity-icon {
    display: none;
  }
  span.last-activity-icon-m {
    display: block;
  }
  .asset-status-table {
    margin-bottom: 10px;
  }
  .asset-status-span span {
    display: block;
    float: left;
    width: 50%;
    font-size: 0.9rem !important;
  }
  .asset-status-span p {
    display: block;
    float: right;
    width: 50%;
    margin-bottom: 0px;
    font-weight: bold !important;
    font-size: 0.9rem !important;
  }
  .asset-status-para p {
    float: left;
    width: 50%;
    font-size: 0.9rem !important;
  }
  .asset-status-para h7 {
    float: right;
    width: 50%;
    font-weight: bold !important;
    font-size: 0.9rem !important;
  }

  .asset-status-table div.asset-status-para:nth-of-type(6) span.asset-status-arrow {
    float: right;
    width: 100%;
    text-align: center;
  }
  .search-box-view {
    margin-top: 15px;
  }
  .asset-status-table .text_size_bill h7 {
    font-size: inherit;
    margin-left: 0px;
  }
  table.asset-status-table {
    display: block;
  }
  /*
.asset-status-table 
{
    display: initial !important;
}
.asset-status-table div
{
    margin-left: 29px !important;
}
.asset-status-table div:nth-child(1)
{
    float: left;
    margin: 0px !important;
    width: auto;
}
.asset-status-table div:nth-child(2)
{
    float: left;
    margin: 0px !important;
    width: auto;
}
.asset-status-table div:nth-child(1) p
{
    margin-left: 5px !important;
}

.asset-status-table div:nth-last-child(2)
{
    margin: 0px !important;
}
span.asset-status-arrow
{
    top: -15px;
    position: relative;
}
span.asset-status-arrow svg
{
    width: 20px;
    height: 15px;
}*/
}
@media screen and (max-width: 1000px) {
  span.asset-status-span {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    clear: both;
  }
}
button._buttonTabElipses_boedu_1 span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-items: baseline;
  font-size: 1rem;
}

._checklistListing_boedu_9 table tbody button {
  background-color: #0d5fbe;
  padding: 2px;
  border-radius: 5px;
  height: 30px;
  width: 40px;
  border: none;
  float: right;
  right: 7px;
  bottom: 8px;
  position: absolute;
}
._checklistListing_boedu_9 table tbody button img {
  height: 100%;
  padding: 5px;
}

._checklistListing_boedu_9 table tbody tr td {
  display: flex !important;
  position: relative;
}

._checklistListing_boedu_9 table tbody tr td p {
  white-space: inherit !important;
  width: 70% !important;
  display: grid !important;
}

._checklistListing_boedu_9 table tbody tr td p span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
._checklistListing_boedu_9 table tbody div {
  height: calc(100vh - 280px);
}

._checklistTabPanel_boedu_46 {
  margin: auto;
  width: 96%;
}

._addChecklistButton_boedu_51 button {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  font-family: Kanit;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 20px;
  display: initial;
  text-transform: uppercase;
  background: #0d5fbe;
  color: white;
  border: 0px solid #ffffff;
  background-position: center;
  transition: background 0.8s;
}
._addChecklistButton_boedu_51 button:hover {
  background: #004aa0 radial-gradient(circle, transparent 1%, #004aa0 1%) center/15000% !important;
  border: 0px;
}
._addChecklistButton_boedu_51 button:active {
  background-color: #0d5fbe;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
  outline: none;
}

._addChecklistButton_boedu_51 button i {
  cursor: pointer;
  margin-right: 12px;
  margin-top: 3px;
  height: 16px;
  width: 16px;
  float: left;
  box-sizing: initial;
}
._addChecklistButton_boedu_51 button::after {
  display: none;
}

._addChecklistButtonNested_boedu_95 a {
  font-size: 0.93rem;
}

@media screen and (max-width: 1100px) {
  ._checklistListing_boedu_9 table tbody div {
    height: auto;
  }

  ._checklistYour_h_boedu_104 {
    height: auto;
  }
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-\[30\%\] {
  left: 30%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[40\%\] {
  top: 40%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[1300\] {
  z-index: 1300;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[auto\] {
  margin: auto;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30vh\] {
  margin-top: 30vh;
  margin-bottom: 30vh;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-12 {
  height: 3rem;
}
.h-28 {
  height: 7rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-14 {
  width: 3.5rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[72\%\] {
  max-width: 72%;
}
.max-w-\[97\%\] {
  max-width: 97%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  user-select: none;
}
.select-all {
  user-select: all;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#0D5FBE\] {
  --tw-border-opacity: 1;
  border-color: rgb(13 95 190 / var(--tw-border-opacity));
}
.border-\[\#919191\] {
  --tw-border-opacity: 1;
  border-color: rgb(145 145 145 / var(--tw-border-opacity));
}
.border-\[\#C6C6C6\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}
.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.bg-\[\#0D5FBE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 95 190 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-color-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-primary-background {
  --tw-bg-opacity: 1;
  background-color: rgb(13 95 190 / var(--tw-bg-opacity));
}
.bg-secondary-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 70 150 / var(--tw-bg-opacity));
}
.bg-secondary-background\/\[\.1\] {
  background-color: rgb(0 70 150 / .1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-kanit {
  font-family: kanit;
}
.font-sans {
  font-family: Open Sans, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-\[\#0D5FBE\] {
  --tw-text-opacity: 1;
  color: rgb(13 95 190 / var(--tw-text-opacity));
}
.text-\[\#11A70B\] {
  --tw-text-opacity: 1;
  color: rgb(17 167 11 / var(--tw-text-opacity));
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-\[\#919191\] {
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}
.text-\[\#DD0000\] {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black-text {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-color-blackDark {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-color-red {
  --tw-text-opacity: 1;
  color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 6px 20px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 6px 20px 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-\[2px_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  --tw-shadow-colored: 2px 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal-height-width {
  /* height: 100vh; */
  width: 90vw;
}

@media screen and (max-width: 480px) {
  .modal-height-width {
    height: 100vh;
    width: 100vw;
  }
}
.text-xarlem {
  font-size: 1rem !important;
}

.text-xrlem {
  font-size: 1.25rem !important;
}
.shadow-modal {
  -moz-box-shadow: 0 0 10px #5e5d5d;
  -webkit-box-shadow: 0 0 10px #5e5d5d;
  box-shadow: 0 0 10px #5e5d5d;
}

.shadow {
  -moz-box-shadow: inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow: inset 0 0 5px #000000;
}

.shadow-submit {
  -moz-box-shadow: 0px 4px 12px #0000009a;
  -webkit-box-shadow: 0px 4px 12px #0000009a;
  box-shadow: 0px 4px 12px #0000009a;
}

.shadow-na {
  -moz-box-shadow: 0px 4px 8px #00000080;
  -webkit-box-shadow: 0px 4px 8px #00000080;
  box-shadow: 0px 4px 8px #00000080;
}

.shadow-selected-green {
  -moz-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #458b00;
  -webkit-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #458b00;
  box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #458b00;
}

.shadow-selected-gray {
  -moz-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dedede;
  -webkit-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dedede;
  box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dedede;
}

.shadow-selected-red {
  -moz-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dd0000;
  -webkit-box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dd0000;
  box-shadow: inset 0 0 5px #000000, 0 0 0 4px #ffffff, 0 0 0 8px #dd0000;
}

.shadow:hover {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

textarea:focus {
  border: 1px solid red !important;
}

.otp-input > input {
  margin: 4px !important;
  width: 45px !important;
  height: 64px !important;
  border: 1px solid #323232 !important;
  border-radius: 6px;
  color: #323232 !important;
  font-size: 3rem !important;
  font-weight: 100;
}

.icon-color-black {
  filter: brightness(0) saturate(100%) invert(47%) sepia(4%) saturate(6%) hue-rotate(50deg) brightness(91%)
    contrast(89%);
}

.icon-color-default {
  filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(3606%) hue-rotate(212deg)
    brightness(122%) contrast(87%);
}

.transform-span {
  transform: translate(-50%, -50%);
}

.transition-span {
  transition: all 0.3s;
}

.image-hover:hover > .span-hover {
  transform: scale(1.3);
  opacity: 1;
}

.loader-cls svg {
  position: absolute;
  margin: auto;
  left: 40%;
  top: 30%;
  z-index: 9999;
}

.delete-icon {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #d6d6d6;
  opacity: 0.9;
  padding-top: 3px;
  padding-bottom: 3px;
}

.rotate-icon {
  transform: rotate(90deg);
}

.rotate-icon-180 {
  transform: rotate(180deg);
}

ul.inspection-select-list {
  list-style-type: none;
  padding: 0;
}

.inspection-circle {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  background-color: #ffb000;
  width: 200px;
  height: 200px;
}
.submit-circle {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  background-color: #11a70b;
  width: 100px;
  height: 100px;
}
.notok-circle {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  background-color: #dd0000;
  width: 100px;
  height: 100px;
}
.na-circle {
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  background-color: #f2f2f2;
  width: 70px;
  height: 70px;
}

.upload-icon-color {
  filter: invert(62%) sepia(2%) saturate(7%) hue-rotate(340deg) brightness(94%) contrast(83%);
}

/* Green Ok Button Class */
button.button-green {
  background-color: #11a70b !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: 0px 4px 12px #0000009a;
  height: 100px;
  width: 100px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.button-green:hover,
button.button-green:focus {
  background-color: #11a70b !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-green:active {
  background-color: #11a70b !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-green-selected {
  background-color: #11a70b !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  height: 100px;
  width: 100px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 4px 12px #0000009a;
  border: 4px solid #ffffff;
  outline: 5px solid #11a70b;
}

/* Red Not Ok Button Class */
button.button-red {
  background-color: #dd0000 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: 0px 4px 12px #0000009a;
  height: 100px;
  width: 100px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.button-red:hover,
button.button-red:focus {
  background-color: #dd0000 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-red:active {
  background-color: #dd0000 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-red-selected {
  background-color: #dd0000 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  height: 100px;
  width: 100px;
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  box-shadow: 0px 4px 12px #0000009a;
  border: 4px solid #ffffff;
  outline: 5px solid #dd0000;
}

/* Gray NA Button Class */
button.button-gray {
  background-color: #f2f2f2 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  box-shadow: 0px 4px 12px #0000009a;
  height: 70px;
  width: 70px;
  color: #919191;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button.button-gray:hover,
button.button-gray:focus {
  background-color: #f2f2f2 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-gray:active {
  background-color: #f2f2f2 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.button-gray-selected {
  background-color: #f2f2f2 !important;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #00000000 0%, #00000000 85%, #00000034 100%) 0% 0% no-repeat
    padding-box;
  height: 70px;
  width: 70px;
  color: #919191;
  cursor: pointer;
  border-radius: 100%;
  text-transform: uppercase;
  box-shadow: 0px 4px 12px #0000009a;
  border: 4px solid #ffffff;
  outline: 5px solid #c6c6c6;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.heightmax {
  min-height: calc(100vh - 30vh);
}

.notification-style {
  top: 5%;
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  height: calc(100vh - 9vh);
}

.notification-content-div {
  display: inline-block;
  top: 40%;
  position: relative;
}

@media screen and (min-width: 1920px) {
  button.button-green,
  button.button-red,
  button.button-green-selected,
  button.button-red-selected {
    width: 150px;
    height: 150px;
  }
  button.button-gray,
  button.button-gray-selected {
    width: 110px;
    height: 110px;
  }
  .text-xrlem {
    font-size: 1.6rem !important;
  }
  .inspection-circle {
    width: 350px;
    height: 350px;
  }
  .inspection-circle .text-xl {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .inspection-name p.text-md {
    font-size: 1.6rem !important;
    line-height: 2rem;
  }
  .operator-name-button button span.text-lg {
    font-size: 1.6rem;
  }
  .heading-name h3 span {
    font-size: 1.3rem;
  }
  .text-xrlem {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1100px) {
  .heightmax {
    min-height: auto;
  }

  .modal-height-width {
    height: auto;
    width: 100vw;
  }
  button.button-green,
  button.button-red,
  button.button-green-selected,
  button.button-red-selected {
    width: 80px;
    height: 80px;
  }
  button.button-gray,
  button.button-gray-selected {
    width: 70px;
    height: 70px;
  }

  .operator-name-button button span.text-lg {
    font-size: 1.3rem;
  }
  .heading-name h3 span {
    font-size: 1rem;
  }
  .image-upload-style {
    margin-top: 100px;
  }
  .text-xrlem {
    font-size: 1rem !important;
  }

  .notification-style {
    height: 93vh;
  }

  .notification-style .text-2xl {
    font-size: 1rem;
    line-height: 2rem;
  }
  .otp-input > input {
    width: 31px !important;
    height: 51px !important;

    font-size: 2rem !important;
  }
}

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

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

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

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

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

.focus-visible\:ring-offset-secondary-background:focus-visible {
  --tw-ring-offset-color: #004696;
}

@media (min-width: 640px) {
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-\[43\%\] {
    width: 43%;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-\[33\%\] {
    width: 33%;
  }
  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.tab {
  color: #48484e;
  border-radius: 20px !important;
  font-size: 14px;
  margin: 4px;
  padding: 4px 4px 4px 18px;
  background-color: #f7f7f9 !important;
  float: left;
}

.closeFont {
  padding: 2px 4px 2px 4px;
  border-radius: 50px !important;
  /* box-shadow: 0 0 4px 1px #888; */
  margin-top: 0px;
  font-size: 16px !important;
  cursor: pointer;
}

.EmailListShare {
  max-height: 105px;
  overflow-y: auto;
  overflow-x: hidden;
}
.close:hover {
  box-shadow: 0 0 4px 1px #888;
}

.send-button {
  background: #0d5fbe !important;
  height: fit-content;
}

.send-button svg path {
  fill: #ffffff;
}
.popover {
  max-width: 500px !important;
  box-shadow: 3px 3px 12px 0px #888;
  border: 0px !important;
}
.popover-body {
  width: 500px;
}

.email-input {
  border-radius: 5px 0px 0px 0px !important;
}

.report-modal-container {
  /*  padding: 0px 14px 14px 14px !important;*/
}

.report-modal-container form .form-group {
  margin-bottom: 0rem;
}

.popover-body {
  padding: 0px !important;
}
.shareEmail {
  width: 93%;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .popover-body {
    width: 98vw;
  }
}
/* for report table input checkbox background transparent */
.borderLine {
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  border-radius: 3px;
}
input.inputdesign {
  filter: opacity(0);
  border: 1px solid #000;
  outline: 1px solid #000;
}

input.inputdesign:checked {
  filter: opacity(1);
}

button.anim-button {
  line-height: 23px;
  position: relative;
  width: 118px !important;
  margin-left: 0px;
  font-size: 14px;
}
span.text-a {
  float: left;
  margin-left: 10px;
  line-height: 23px;
  font-family: "Open Sans";
  font-weight: 600;
}
.iconslide {
  fill: #dd0000;
  margin-left: 3px;
  float: right;
  width: 23px;
  padding: 1px;
  transition: transform 0.4s ease;
  transform: translateX(0px);
}

button.anim-button:hover .iconslide {
  transform: translateX(-85px);
}

button.anim-button:hover span.text-a {
  display: none;
}

span.text-b {
  display: none;
}

button.anim-button:hover span.text-b {
  display: block;
  position: absolute;
  right: 10px;
  line-height: 23px;
  font-family: "Open Sans";
  font-weight: 600;
}

table.box-bottom-shaddow tr {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 51, 50, 0.47);
  -moz-box-shadow: 0px 1px 2px 0px rgba(50, 51, 50, 0.47);
  box-shadow: 0px 1px 2px 0px rgba(50, 51, 50, 0.47);
  position: relative;
  z-index: 1;
}
table.box-bottom-shaddow tr th.biling_head .InspectionTableHeader {
  font-weight: 500;
}

table.box-bottom-shaddow tr th.biling_head .ImpactTableHeader {
  font-weight: 500;
}
.alert-pop-report {
  background-color: rgb(242, 242, 242);
  line-height: 35px;
  position: relative;
  /* z-index: 3; */
}
span.alert-text-div {
  color: #323232;
  font-weight: 500;
  font-family: "Open Sans";
  font-size: 13px;
}
span.alert-text-clear {
  color: #0d5fbe;
  font-weight: 500;
  font-family: "Open Sans";
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}
.InspectionTableHeader div:nth-child(7) {
  padding-right: 0px;
}
.InspectionTableHeader div:nth-child(8) {
  text-align: right;
}

@media (min-width: 1920px) and (max-width: 2860px) {
  .Scroll_Report_B .AccordReport_Tog {
    height: calc(100vh - 451px);
  }
}
@media screen and (max-width: 1100px) {
  .report-status-button {
    display: block !important;
    flex: unset !important;
    padding: 0 !important;
    margin: 0;
    max-width: 100% !important;
    margin-top: 10px;
  }
}
._divButtonStyle_1wbg5_1 {
  background-color: transparent !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  white-space: inherit !important;
}

._divButtonStyle_1wbg5_1:hover,
._divButtonStyle_1wbg5_1:active,
._divButtonStyle_1wbg5_1:focus {
  background-color: transparent !important;
}

._divButtonStyle_1wbg5_1:after {
  display: none !important;
}
.flip-card {
  width: 400px;
  height: max-content;

  transition: all linear 0.3s;
}

.content {
  width: 100%;
  height: 100%;

  transform-style: preserve-3d;
}

.flip-card.second .content {
  transform: rotateY(180deg);
}
.flip-card.second .content .front {
  visibility: hidden;
}

.flip-card.second .content .back {
  visibility: visible;
}

.front,
.back {
  visibility: visible;
  padding: 40px;
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #03446a;
  border-radius: 5px;
  backface-visibility: hidden;
}

.back {
  visibility: hidden;
  transform: rotateY(180deg);
  top: -20px;
}

.flip-card {
  width: 100% !important;
}

.input-account-profile .Units__menu-portal,
.input-account-profile .Zone__menu-portal {
  position: initial;
}
.profile-div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/assets/settings-background-DB8H9nul.jpg);
  background-size: cover;
  background-position: center;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 40px;
}

.left-profile-div {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 700px;
}
.input-profile {
  clear: both;
  margin-top: 10px;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.input-profile .inputBoxDiv {
  background: #f9f9f9;
}

.input-profile .inputBoxDiv .input-group input {
  background: none;
}

.input-profile .inputBoxDiv .inputBox {
  border: 0px;
}
.input-profile .inputBoxDiv .input-group input.name-style {
  font-family: kanit;
  color: #323232;
  font-size: 24px !important;
}
.input-profile .inputBoxDiv .input-group input.email-style {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
}
.input-profile .inputBoxDiv .input-group .react-tel-input .form-control {
  border: 0px;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
}

.profile-button-style {
  width: 100%;
  display: flex;
}
.profile-button-style div {
  flex: 1;
}

.profile-button-style .edit-style button {
  width: 120px;
  float: left;
}

.profile-button-style .change-pass-style button {
  width: 220px;
  float: left;
  background: #0d5fbe;
  color: #fff;
}

.account-name-style {
  margin: 0;
  border: 1px solid #0d5fbe;
  border-radius: 20px;
  display: block;
  padding: 8px 20px 8px 20px;
  text-transform: capitalize;
  color: #0d5fbe;
  cursor: pointer;
  float: left;
}

.skew-div-style {
  float: left;
  width: 56%;
  left: 22px;
  background: #ffffff;
  height: 100%;
  position: absolute;
  top: 0px;
  -moz-transform: skew(-5deg, 0deg);
  -webkit-transform: skew(-5deg, 0deg);
  -o-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

p.password-text-style {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 14px !important;
  text-align: left;
}

.change-pass-div .inputBoxDiv .input-group input {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
}

.icon-back span {
  border: 0;
  top: -8px;
  position: relative;
  right: 10px;
  background-color: transparent;
}

.content {
  width: 100%;
}
.account-label {
  text-align: left;
}
.account-label label {
  text-align: left;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif;
  color: #919191;
}

.avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: 69%;
  border: 0.8px solid #ccc;
  background-repeat: no-repeat;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
}

.company-logo.avatar {
  width: 200px;
  margin: auto;
  height: 120px;
  float: left;
  border-radius: 0px;
  border: 0.5px solid #eee;
  background-size: contain;
  background-repeat: no-repeat;
}

.company-logo.avatar .change-image {
  height: 50px;
  width: 100%;
  padding: 5px;
}

.avatar .change-image {
  font-style: 0.6em !important;
  text-align: center;
  color: #fff;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.avatar:hover .change-image {
  visibility: visible;
}

.avatar .change-image input[type="file"] {
  visibility: hidden;
}

.avatar .change-image svg {
  width: 0.8em;
  height: 0.8em;
}

.avatar .change-image span {
  font-size: 0.8em !important;
  font-weight: 200;
}

.input-account-profile {
  clear: both;
}

.input-account-profile .inputBoxDiv {
  background: #f9f9f9;
  margin-bottom: 10px;
}

.input-account-profile .inputBoxDiv .input-group input {
  background: none;
  border: 0px;
}
/*
.input-account-profile .inputBoxDiv .input-group input.form-control:disabled
{
    opacity: 0.6;
}*/

.input-account-profile .inputBoxDiv .input-group input#companyName {
  font-family: kanit;
  color: #323232;
  font-size: 24px !important;
}

.input-account-profile .inputBoxDiv p {
  text-align: left;
  left: 4px;
  position: relative;
  font-size: 12px !important;
}
.input-account-profile .inputBoxDiv .styleDropdown .Units__control {
  background: transparent;
  border-bottom: 0px solid #919191;
}
.input-account-profile .inputBoxDiv .styleDropdown .Units__control .Units__value-container {
  margin-left: 1px;
}
.input-account-profile
  .inputBoxDiv
  .styleDropdown
  .Units__control
  .Units__value-container
  .Units__single-value {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
  top: 40% !important;
}

.input-account-profile .inputBoxDiv .input-group .input-group-prepend {
  padding-left: 4px;
}
.input-account-profile .inputBoxDiv .input-group .input-group-prepend span.input-group-text {
  background: transparent;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
}
.input-account-profile .inputBoxDiv .input-group input#enterpriseUrl {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
}

.input-account-profile .inputBoxDiv .styleDropdown .Zone__control {
  background: transparent;
  border-bottom: 0px solid #919191;
}
.input-account-profile .inputBoxDiv .styleDropdown .Zone__control .Zone__value-container {
  margin-left: 1px;
}
.input-account-profile .inputBoxDiv .styleDropdown .Zone__control .Zone__value-container .Zone__single-value {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-weight: 600;
  font-size: 16px !important;
  top: 40% !important;
}

@media screen and (max-width: 1100px) {
  .div-skew-style,
  .left-profile-div,
  .content {
    width: 100%;
  }
  .profile-div {
    background: #ffffff;
  }
}
/*.camera-setting-dropdown{
  position: relative;
  top: 70px;
  left: 20px;
}*/
.camera-setting-dropdown {
  position: relative;
  top: 0px;
}

.camera-setting-top {
  position: absolute;
}

.square-red {
  z-index: 200;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 196px;
  top: 340px;
  border: 2px solid red;
}

.camera-setting-container {
  position: relative;
  /*top: -70px; */
  left: 0px;
  /* height: 515px;*/
  z-index: 0;
}

.top-container {
  position: absolute;
  top: 28px;
  left: 0px;
}

.parent {
  position: absolute;
  /* background-color: #fc0000 !important;
  */
  top: 40px;
  left: 510px;
  height: 100px;
  width: 50px;
}

.postion-1 {
  z-index: 25;
  position: absolute;
  top: 80px;
  left: -259px;
  width: 1px;
}

.postion-2 {
  z-index: 20;
  transform: rotate(270deg) !important;
  width: 20px;
  position: absolute;
  top: 28px;
  left: -90px;
}

.postion-3 {
  z-index: 20;
  position: absolute;
  transform: rotate(90deg) !important;
  top: 212px;
  right: 242px;
}

.postion-4 {
  z-index: 20;
  position: absolute;
  transform: rotate(270deg) !important;
  top: 360px;
  right: 358px;
  width: 0px;
  height: 0px;
}

.postion-5 {
  z-index: 20;
  position: absolute;
  transform: rotate(270deg) !important;
  top: 450px;
  right: 358px;
  width: 0px;
  height: 0px;
}

.postion-6 {
  z-index: 20;
  position: absolute;
  transform: rotate(0deg) !important;
  top: 382px;
  left: 350px;
}

.postion-7 {
  z-index: 25;
  position: absolute;
  top: 190px;
  left: -290px;
  width: 1px;
}

#rs-input-2,
#scz-rs-input-2 {
  transform: rotate(90deg);
}

#rs-input-3,
#scz-rs-input-3 {
  transform: rotate(270deg);
}

#rs-input-4,
#scz-rs-input-4 {
  transform: rotate(90deg);
}

#rs-input-5,
#scz-rs-input-5 {
  transform: rotate(90deg);
}

.horizontal {
  width: 110px !important;
}

.vertical-1 {
  width: 110px !important;
}

.vertical-2 {
  width: 110px;
  top: 2px;
  right: 1px;
  position: relative;
}

.vertical-3 {
  width: 100px;
}

.vertical-4 {
  width: 80px;
}

.horizontal-2 {
  width: 90px;
}

.rs-range {
  -webkit-appearance: none;
}

.rs-range:focus {
  outline: none;
}

.rs-range::-webkit-slider-runnable-track {
  width: 200px;
  height: 0px;
  cursor: pointer;
  box-shadow: none;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0px;
  border: 0px solid transparent;
}

.rs-range::-moz-range-track {
  /* width: 200px;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #03fa2d;
  border-radius: 0px;
  border: 0px solid #010101;
  */
}

.rs-range::-webkit-slider-thumb {
  z-index: 200;
  box-shadow: none;
  height: 10px;
  width: 10px;
  box-shadow: 0px 0px 0px 4px white, 0px 0px 0px 5px #0d5fbe;
  background-color: #0d5fbe;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

.rs-range::-moz-range-thumb {
  /* box-shadow: none;
  border: 0px solid #fd0000;
  box-shadow: 0px 10px 10px rgb(180, 17, 17);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: rgb(255, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
  */
}

.rs-range::-moz-focus-outer {
  /* border: 0;
  */
}

.rs-label {
  position: relative;
  display: block;
  border: none;
  margin: 4px;
  /* background: rgb(12, 12, 255) !important;
  */
  text-align: center;
  box-sizing: border-box;
  left: attr(value);
  color: rgb(255, 0, 0);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
}

.rs-line-1 {
  width: 0px;
  height: 290px;
  border-right: 2px solid rgb(14, 95, 190);
}

.rs-line-2 {
  width: 0px;
  height: 320px;
  border-right: 2px solid rgb(14, 95, 190);
}

.rs-line-3 {
  width: 0px;
  height: 320px;
  border-right: 2px solid rgb(14, 95, 190);
}

.rs-line-4 {
  width: 0px;
  height: 320px;
  border-right: 2px solid rgb(14, 95, 190);
}

.rs-line-5 {
  z-index: 1000;
  width: 0px;
  height: 320px;
  border-right: 2px solid rgb(14, 95, 190);
}

.rs-line-1-disabled {
  width: 0px;
  height: 290px;
  border-right: 2px dashed #c6c6c6;
}

.rs-line-2-disabled {
  width: 0px;
  height: 320px;
  border-right: 2px dashed #c6c6c6;
}

.rs-line-3-disabled {
  width: 0px;
  height: 320px;
  border-right: 2px dashed #c6c6c6;
}

.rs-line-4-disabled {
  width: 0px;
  height: 320px;
  border-right: 2px dashed #c6c6c6;
}

.rs-line-5-disabled {
  width: 0px;
  height: 180px;
  border-right: 2px dashed #c6c6c6;
}

.rs-label::after {
  font-size: 0px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

.hr-line {
  border-top: 1px dashed red;
  margin-top: 29px;
  width: 600px;
}

.rs-label-input-1 {
  position: relative;
  width: 80px;
}

.rs-label-input-2 {
  position: absolute;
  bottom: 8px;
  width: 40px;
}

.rs-label-input-3 {
  position: absolute;
  bottom: 28px;
  width: 40px;
}

.rs-label-input-4 {
  position: absolute;
  bottom: 0px;
  width: 40px;
}

.rs-label-input-5 {
  position: absolute;
  bottom: 0px;
  width: 40px;
}

.rs-label-input-7 {
  position: absolute;
  top: 10px;
  width: 40px;
}

.dot-line-1 {
  position: absolute;
  top: 197px;
  left: 20px;
  width: 650px;
  background: none;
  border-top: 1px dashed red;
}

.dot-line-2 {
  position: absolute;
  top: 500px;
  left: 20px;
  width: 650px;
  background: none;
  border-top: 1px dashed red;
}

.dot-line-3 {
  transform: rotate(90deg);
  position: absolute;
  top: 350px;
  left: 56px;
  width: 300px;
  background: none;
  border-top: 1px dashed red;
}

.dot-line-4 {
  transform: rotate(90deg);
  position: absolute;
  top: 350px;
  left: 208px;
  width: 300px;
  background: none;
  border-top: 1px dashed red;
}

.dot-line-5 {
  z-index: 20;
  transform: rotate(315deg);
  position: absolute;
  top: 274px;
  left: 174px;
  width: 215px;
  background: none;
  border-top: 1px solid #323232;
}

.dot-line-6 {
  z-index: 20;
  transform: rotate(45deg);
  position: absolute;
  top: 424px;
  left: 174px;
  width: 215px;
  background: none;
  border-top: 1px solid #323232;
}

.dot-line-7 {
  /* transform: rotate(90deg);
  position: absolute;
  top: 348px;
  left: 208px;
  width: 300px;
  background: none;
  border-top: 1px dashed black; */
}

.canvas {
  z-index: 18;
  position: absolute;
  left: 207px;
  top: 160px;
}

.triangle {
  position: absolute;
  left: 450px;
  top: 116px;
}

.arrow-left {
  width: 100px !important;
  height: 100px !important;
  border-top: 280px solid transparent;
  border-bottom: 280px solid transparent;
  border-right: 370px solid rgb(154, 154, 255);
}

.checkbox-front-right {
  position: absolute;
  top: 130px;
  left: 220px;
}

.checkbox-front {
  position: absolute;
  top: 155px;
  left: 220px;
}

.checkbox-front-left {
  position: absolute;
  top: 180px;
  left: 220px;
}

.checkbox-right {
  position: absolute;
  top: 10px;
  left: 320px;
}

.checkbox-left {
  position: absolute;
  top: 100px;
  left: 320px;
}

.checkbox-rear-right {
  position: absolute;
  top: -68px;
  left: 420px;
}

.checkbox-rear {
  position: absolute;
  top: -44px;
  left: 420px;
}

.checkbox-rear-left {
  position: absolute;
  top: -20px;
  left: 420px;
}

.forklift-div-2 {
  /* position: absolute;
  top: 20px;
  left: 120px; 
  */
  position: absolute;
  top: -20px;
  left: 23%;
  right: auto;
  margin: auto;
}

.forklift-div-1 {
  position: relative;
}

.checkbox-position {
  z-index: auto;
}

.checkbox-position input[type="checkbox"] {
  border-radius: 20px;
}

.hide-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: default !important;
}

.camera-location-forklift {
  height: 280px;
  position: absolute;
  left: -10px;
  top: 76px;
}

.forklift-div-2 input[type="checkbox"] {
  width: 30px;
  /*Desired width*/
  height: 30px;
  /*Desired height*/
  cursor: pointer;
}

.footer-camera-setting {
  position: absolute;
  /*top: 530px;
  left: 500px;*/
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  width: 100%;
}

/* Forklift View Front------- */
.forklift-front {
  transform: rotate(180deg);
  position: absolute;
  top: 300px;
  left: 120px;
}

.forklift-front-right {
  transform: rotate(180deg);
  position: absolute;
  top: 274px;
  left: 120px;
}

.forklift-front-left {
  transform: rotate(180deg);
  position: absolute;
  top: 325px;
  left: 120px;
}

/* Forklift View Back--------- */
.forklift-rear {
  transform: rotate(0deg);
  position: absolute;
  top: 300px;
  left: 70px;
}

.forklift-rear-right {
  transform: rotate(0deg);
  position: absolute;
  top: 318px;
  left: 70px;
}

.forklift-rear-left {
  transform: rotate(0deg);
  position: absolute;
  top: 280px;
  left: 70px;
}

/* Right & Left---------------- */
.forklift-right {
  transform: rotate(90deg);
  position: absolute;
  top: 274px;
  left: 110px;
}

.forklift-left {
  transform: rotate(270deg);
  position: absolute;
  top: 330px;
  left: 110px;
}

.forklift-height {
  transform: rotate(0deg);
  position: absolute;
  top: 340px;
  left: 10px;
}

/* Stepper Css */
span.steper-number {
  background-color: #0d5fbe;
  color: #ffffff;
  height: 24px;
  width: 24px;
  text-align: center;
  float: left;
  line-height: 1.6rem;
}

/* Added Style for Input Slider */
.inputSlider {
  background-color: #ffffff;
  width: 100%;
  float: left;
  padding: 1px;
  display: block;
  clear: both;
  border-radius: 5px;
  border: 1px solid #323232;
}

label.cameraLabel {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 0.7rem !important;
  letter-spacing: 0px;
  color: #919191;
  line-height: 0px;
  margin-top: 9px;
  margin-left: 5px;
}

input.cameraInput {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 0.8rem !important;
  margin-left: 3px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #323232;
  border: 0px;
  border: none;
  width: -webkit-fill-available;
}

/* Added Style for Input Select */
.inputSelect {
  background-color: #ffffff;
  width: 94%;
  float: left;
  padding: 1px;
  display: block;
  clear: both;
  border-radius: 5px;
  border: 1px solid #323232;
}

.inputSelect label {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 0.7rem !important;
  letter-spacing: 0px;
  color: #919191;
  line-height: 0px;
  margin-top: 9px;
  margin-left: 5px;
}

.inputSelect Select {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 0.8rem !important;
  margin-left: 1px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #323232;
  border: 0px;
  border: none;
  width: -webkit-fill-available;
}

.cameraPosition {
  width: 125px;
  margin-left: 10px;
  float: left;
}

.camera_height_style {
  position: absolute;
  top: -127px;
  right: 0px;
  height: 0px;
}

.camera_width_depth_style {
  top: -30px;
  position: absolute;
  right: 490px;
}

/*.obstacle-select div {
  width: 100%;
  margin-bottom: 2px;
}

.obstacle-select div div
{
width: 94%;
float: right;
}*/

.triangle_down {
  transform: rotate(45deg);
  position: absolute;
  top: 450px;
  left: 180px;
  width: 2000;
  height: 5000;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid rgb(255, 255, 255);
}

/* width depth height tab style */

.tab-setting .nav-link.active {
  background-color: #0d5fbe !important;
  color: #ffffff !important;
}

.tab-setting .nav-link.active:hover {
  color: #ffffff !important;
}

.tab-setting .nav-item a {
  color: #707070 !important;
}

.tab-setting .nav-item a:hover {
  color: #323232 !important;
}

.tab-setting .nav-link.active a {
  color: #ffffff !important;
}

#rs-input-1 div {
  margin-left: -50px;
  position: relative;
  top: 7px;
}

#rs-input-1 span {
  left: 67px;
  bottom: 8px;
}

#rs-input-1 div span {
  bottom: 7px;
}

#rs-input-2 div,
#scz-rs-input-2 div {
  margin-top: 44px;
  margin-left: 11px;
}

#rs-input-3 div,
#scz-rs-input-3 div {
  margin-top: -15px;
  margin-left: 4px;
}

#rs-input-4 div,
#scz-rs-input-4 div {
  margin-top: 63px;
  margin-left: 2px;
}

#rs-input-5 div,
#scz-rs-input-5 div {
  margin-top: 167px;
  margin-left: -50px;
}

#rs-input-5 span,
#scz-rs-input-5 span {
  left: 66px;
}

#rs-input-6 div {
  margin-top: -6px;
}

.width-text {
  position: relative;
  top: 201px;
  left: 20px;
  width: 190px;
  text-align: left;
}

.width-text p {
  font-family: "Open Sans";
  color: #707070;
  font-size: 0.7rem !important;
}

#button-tooltip > .tooltip-inner {
  background-color: #f2f2f2;
  color: #323232;
  border: 1px solid #f2f2f2;
  text-align: left;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.09);
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

#button-tooltip > .tooltip-arrow {
  border-top: 5px solid transparent;
}

.apply-checkbox-s3 {
  float: left;
  margin-top: 15px;
}

.apply-checkbox-s3 label {
  display: inline-flex;
}

.apply-checkbox-s3 label .form-check input {
  margin-right: 10px;
  height: 16px;
  width: 16px;
  top: -3px;
  position: relative !important;
  float: left;
}

.apply-checkbox-s3 img {
  height: 16px;
  margin-left: 11px;
  top: -8px;
  position: relative;
}

.s3-setting-tab a {
  flex: 1;
  text-align: center;
  padding: 3px 0px 3px 15px;
  font-size: 1rem;
  border-radius: 0.15rem !important;
  background-color: #f5f5f5 !important;
  color: #323232;
  font-weight: 600;
}

.s3-setting-tab a.active {
  background-color: #0d5fbe !important;
  color: #ffffff;
}

span.span-cam-position {
  background-color: #0d5fbe;
  border-radius: 0.15rem;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 0.9rem;
  text-transform: capitalize;
  margin: 4px;
  float: left;
}

.camera-location {
  position: relative;
  width: 100%;
  clear: both;
  float: left;
  /* min-height: 337px; */
}

span.camera-num-span {
  background-color: transparent;
  color: #323232;
  padding: 1px 7px;
  font-size: 1.1rem;
  text-transform: capitalize;
  margin: 4px;
  float: left;
}

p.default-text {
  color: #707070;
  height: calc(100vh - 42vh);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .forklift-div-2 {
    transform: scale(0.7);
    left: 0;
  }
  .camera_width_depth_style {
    transform: scale(0.8);
    top: 20px;
    right: initial;
    left: 0px;
  }
  .camera_height_style {
    transform: scale(0.8);
    top: 0px;
    right: initial;
  }
}
@media screen and (max-width: 800px) {
  .camera-setting-container {
    margin-top: 120px;
  }
  .camera_height_style {
    left: -77px;
  }
}
._activeNumber_mwklr_1 {
  float: left;
  width: 112px;
  position: relative;
}
._inputNumber_mwklr_6 {
  background-color: #ffffff;
  width: 112px;
  float: left;
  padding: 1px;
  display: block;
  clear: both;
  border-radius: 5px;
  border: 1px solid #0d5fbe;
  margin-bottom: 15px;
  margin-right: 5px;
}
._inputNumber_mwklr_6 label {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 12px !important;
  letter-spacing: 0px;
  color: #676767;
  margin-left: 3px;
  margin-bottom: -3px;
}
._inputNumber_mwklr_6 input {
  float: left;
  text-align: left;
  font-family: "Open Sans";
  font-size: 16px !important;
  line-height: 8px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #323232;
  border: 0px;
  border: none;
  width: -webkit-fill-available;
  background: transparent;
}
/* Chrome, Safari, Edge, Opera */
._inputNumber_mwklr_6 input::-webkit-outer-spin-button,
._inputNumber_mwklr_6 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
span._sizeStyle_mwklr_48 {
  font-family: "Open Sans";
  font-size: 0.8rem !important;
  font-weight: 500;
  position: absolute;
  bottom: 13px;
}
._defaultNumber_mwklr_55 ._inputNumber_mwklr_6 {
  border: 1px solid #c6c6c6;
}
._defaultNumber_mwklr_55 span._sizeStyle_mwklr_48,
._defaultNumber_mwklr_55 ._inputNumber_mwklr_6 input,
._defaultNumber_mwklr_55 ._inputNumber_mwklr_6 label {
  color: #c6c6c6;
}
._camera_setting_dropdown_1n5l1_1 {
  position: relative;
  top: 50px;
  left: 20px;
}

._camera_setting_top_1n5l1_7 {
  position: absolute;
}

._square_red_1n5l1_11 {
  z-index: 200;
  position: absolute;
  height: 20px;
  width: 20px;
  left: 196px;
  top: 394px;
  border: 2px solid red;
}

._top_container_1n5l1_21 {
  position: absolute;
  top: -10px;
  left: 0px;
}

._parent_1n5l1_27 {
  position: absolute;
  top: 40px;
  left: 510px;
  height: 100px;
  width: 50px;
}

._postion_1_1n5l1_35 {
  z-index: 25;
  transform: rotate(270deg) !important;
  position: absolute;
  top: 90px;
  left: -70px;
  width: 1px;
}

._postion_2_1n5l1_44 {
  z-index: 20;
  transform: rotate(90deg) !important;
  width: 20px;
  position: absolute;
  top: 176px;
  left: -118px;
}

._rs_range_1n5l1_53 {
  margin-top: 10px;
  width: 100px;
  -webkit-appearance: none;
}

._rs_range_1n5l1_53:focus {
  outline: none;
}

._rs_range_1n5l1_53::-webkit-slider-runnable-track {
  width: 200px;
  height: 0px;
  cursor: pointer;
  box-shadow: none;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0px;
  border: 0px solid transparent;
}

._rs_range_1n5l1_53::-moz-range-track {
  width: 200px;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #03fa2d;
  border-radius: 0px;
  border: 0px solid #010101;
}

._rs_range_1n5l1_53::-webkit-slider-thumb {
  z-index: 200;
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 22px;
  width: 22px;
  background: rgb(63, 86, 216);
  border-radius: 50%;
  border: 4px solid black;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

._rs_range_1n5l1_53::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #fd0000;
  box-shadow: 0px 10px 10px rgb(180, 17, 17);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: rgb(255, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}

._rs_range_1n5l1_53::-moz-focus-outer {
  border: 0;
}

._rs_label_1n5l1_116 {
  position: relative;
  display: block;
  border: none;
  background: rgb(12, 12, 255) !important;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  border: 0px solid #fff;
  margin-top: 10px;
  margin-left: 10px;
  left: attr(value);
  color: rgb(255, 0, 0);
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
}

._rs_line_1_1n5l1_135 {
  width: 3px;
  height: 320px;
}

._rs_line_2_1n5l1_140 {
  width: 3px;
  height: 320px;
}

._rs_label_1n5l1_116::after {
  font-size: 0px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

._rs_label_input_1_1n5l1_151 {
  position: relative;
  bottom: 70px;
  width: 60px;
  transform: rotate(90deg);
  margin-top: 100px !important;
}

._rs_label_input_2_1n5l1_159 {
  position: relative;
  bottom: 20px;
  width: 60px;
  transform: rotate(270deg);
}

._hr_line_1n5l1_166 {
  border-top: 1px dashed red;
  margin-top: 29px;
  width: 600px;
}

._dot_line_1_1n5l1_172 {
  position: relative;
  top: 256px;
  left: 20px;
  width: 700px;
  background: none;
  border-top: 1px dashed red;
}

._dot_line_2_1n5l1_181 {
  position: absolute;
  top: 502px;
  left: 20px;
  width: 700px;
  background: none;
  border-top: 1px solid #323232;
}

._dot_line_3_1n5l1_190 {
  transform: rotate(90deg);
  position: absolute;
  top: 402px;
  left: 105px;
  width: 200px;
  background: none;
  border-top: 1px dashed red;
}

._dot_line_4_1n5l1_200 {
  transform: rotate(90deg);
  position: absolute;
  top: 402px;
  left: 204px;
  width: 200px;
  background: none;
  border-top: 1px dashed red;
}

._dot_line_5_1n5l1_210 {
  transform: rotate(315deg);
  position: absolute;
  top: 354px;
  left: 184px;
  width: 140px;
  background: none;
  border-top: 1px solid #323232;
}

._dot_line_6_1n5l1_220 {
  transform: rotate(45deg);
  position: absolute;
  top: 452px;
  left: 184px;
  width: 140px;
  background: none;
  border-top: 1px solid #323232;
}

._dot_line_7_1n5l1_230 {
  position: absolute;
  top: 403px;
  left: 184px;
  width: 160px;
  background: none;
  border-top: 1px solid #323232;
}

._dot_line_8_1n5l1_239 {
  transform: rotate(90deg);
  position: absolute;
  top: 402px;
  left: 124px;
  width: 202px;
  background: none;
  border-top: 1px dashed #c6c6c6;
}

._camera_height_input_1n5l1_249 {
  z-index: 1000;
  transform: rotate(0deg);
  position: relative;
  top: 378px;
  left: 565px;
  width: 70px;
  background: none;
}

._canvas_position_1n5l1_259 {
  position: absolute;
  left: 205px;
  top: 160px;
}

._forklift_height_1n5l1_265 {
  z-index: 10;
  transform: rotate(0deg);
  position: absolute;
  top: 400px;
  left: 10px;
}

._forklift_height_reverse_1n5l1_273 {
  z-index: 10;
  transform: rotate(0deg);
  position: absolute;
  top: 400px;
  left: 70px;
}

._forklift_height_back_rear_1n5l1_281 {
  z-index: 10;
  transform: rotate(0deg);
  position: absolute;
  top: 400px;
  left: 45px;
}
.settings-section {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
}

.settings-section .title {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
}

.settings-section table {
  width: 100%;
}

.settings-section .email-field {
  padding-bottom: 10px;
}

.settings-section .email-field p {
  color: rgb(13, 95, 190);
  font-size: 1rem !important;
}

.settings-section .email-field .custom-emails {
  margin-top: 10px;
}

.settings-section .email-field .custom-emails .email-container {
  background-color: #f2f2f2;
  padding: 4px 10px;
  border-radius: 20px;
  cursor: pointer;
  margin: 5px;
  display: inline-block;
}

.settings-section .email-field .custom-emails .email-container .email {
  margin-right: 5px;
}

.settings-section .email-field .custom-emails .email-container .closeButtonspan {
  border-radius: 100%;
  margin: 3px;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 20px;
}
.settings-section .email-field .custom-emails .email-container:hover span.closeButtonspan {
  border-radius: 100%;
  background-color: #919191;
  margin: 3px;
  padding: 0px 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}

.settings-section .expand-more {
  margin-top: 10px;
  font-size: 32px;
  color: #919191;
  transition: all 500ms linear;
}

.settings-section .expand-more.open {
  transform: rotate(-180deg);
  transition: all 500ms linear;
}

.settings-section table thead {
  color: rgb(13, 95, 190);
}

.settings-section table thead tr th {
  font-family: "kanit";
  font-weight: 400;
  font-size: 1rem;
}

.settings-section table thead tr th:first-child {
  width: 80%;
}
.settings-section table tbody tr td {
  color: #323232;
  font-family: "Open Sans", sans-serif;
}

.settings-section table .switch-container {
  display: flex;
  align-items: center;
}

.settings-section .flex-container {
  flex: 1;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .profile_height_m {
    padding-bottom: 50px;
  }
}
.tab {
  color: #48484e;
  border-radius: 20px !important;
  font-size: 14px;
  margin: 4px;
  padding: 4px 4px 4px 18px;
  background-color: #f7f7f9 !important;
  float: left;
}

.close {
  padding: 2px 4px 2px 4px;
  border-radius: 50px !important;
  /* box-shadow: 0 0 4px 1px #888; */
  margin-top: 0px;
  font-size: 16px !important;
  cursor: pointer;
}

.EmailListShare {
  max-height: 76px;
  overflow-y: auto;
  overflow-x: hidden;
}
.close:hover {
  box-shadow: 0 0 4px 1px #888;
}

.send-button {
  background: #0d5fbe !important;
  height: fit-content;
}

.send-button svg path {
  fill: #ffffff;
}
.popover {
  max-width: 500px !important;
  box-shadow: 3px 3px 12px 0px #888;
  border: 0px !important;
}
.popover-body {
  width: 500px;
}

.email-input {
  border-radius: 5px 0px 0px 0px !important;
}

.report-modal-container {
  /*  padding: 0px 14px 14px 14px !important;*/
}

.report-modal-container form .form-group {
  margin-bottom: 0rem;
}

.popover-body {
  padding: 0px !important;
}
.shareEmail {
  width: 93%;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .popover-body {
    width: 98vw;
  }
}
.asset-lock {
  text-align: left;
}

.asset-lock table tbody tr,
td.full:first-child {
  width: 100%;
  text-align: left;
}

.asset-lock table tbody tr {
  border-bottom: 1px solid #c6c6c6;
}

.asset-lock table tbody tr.no-border {
  border-bottom: none;
}

.asset-lock input {
  border: 1px solid #ced4da;
  border-radius: 3px;
  margin-right: 7px;
  line-height: 24px;
  font-size: 13px !important;
}

.asset-lock .input-border {
  border: 1px solid #ced4da;
  border-radius: 3px;
  height: 35px;
  margin-right: 8px;
  font-size: 13px;
  width: 100px;
  padding: 5px;
}

select.input-border:focus {
  border: 2px solid;
}
.borderC6C6C6 {
  border: 1px solid #c6c6c6;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%), 0px 0px 0px 0px rgb(0 0 0 / 0%),
    0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
}

.tableAssetLock table thead tr th {
  color: #0d5fbe;
  font-weight: 400;
  font-size: initial;
  font-family: "kanit";
}
.tableAssetLock table tbody tr td {
  font-size: 0.8rem;
  font-weight: 500;
  color: #323232;
  font-family: "Open Sans", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Asset Lockout Setting Styling */

.heading-name {
  color: #323232;
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.asset-buuton-text {
  color: #323232;
  font-family: "Open Sans", sans-serif;
}

.custom-modal-class .modal-header {
  background: #0d5fbe;
  color: white;
}
.error-card-style {
  width: 101%;
  margin-left: -3px;
  background-color: transparent !important;
  border: 0px !important;
}
.error-card-style .card {
  background: none;
}
.filter-drop-label-error-logs {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: -13px;
}
.filter-drop-label-error-logs .Account__placeholder {
  top: 60%;
}
.filter-drop-label-error-logs div div div {
  font-family: "Open Sans", sans-serif;
}
.biiling_row .filterDropLabel .Worksite__value-container {
  font-family: "Open Sans", sans-serif;
}
.biiling_row .filterDropLabel .Asset__value-container {
  font-family: "Open Sans", sans-serif;
}
label.select-lable-drop-error-logs {
  position: relative;
  margin-bottom: 0;
  bottom: -14px;
  z-index: 1;
  left: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}

.error-descr-div :nth-child(2) {
  /* width: 67%;
    float: left;
    display: block;
    max-width: 13.5%;
    margin-right: 3% !important;

  width: 80%;
  display: flex;*/
}
.error-descr-div :nth-child(7) {
 /* display: flex; */
}
.error-logs-datepick .react-google-flight-datepicker .dialog-date-picker {
  margin-left: -200px;
  margin-top: 42px;
}

.custom-date-dropdown > .styleDropdown {
  top: 0px !important;
  margin-right: 10px;
}
.date-select-box {
  display: inline-grid;
}

.date-select-box label {
  position: relative;
  margin-bottom: 0;
  bottom: -4px;

  left: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}

.date-select-box .basic-single {
  top: -11px;
  width: 90%;
  float: left;
  display: flex;
}

.date-select-box .basic-single div div div {
  margin-left: -4px;
  top: 21px !important;
  font-family: "Open Sans", sans-serif;
}

.calander-ui input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  padding: 0px;
  margin: 0px;
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23323232;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M38,5.36h0V38H2V5.36H38m0-2H2a2,2,0,0,0-2,2V38a2,2,0,0,0,2,2H38a2,2,0,0,0,2-2V5.36a2,2,0,0,0-2-2Z'/%3e%3cpath%20class='cls-1'%20d='M38,12.76H2a1,1,0,0,1,0-2H38a1,1,0,0,1,0,2Z'/%3e%3cpath%20class='cls-1'%20d='M15.8,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M35,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M15.8,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M9.4,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M35,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M15.8,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M9.4,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M7.4,7.17a1,1,0,0,1-1-1V1a1,1,0,0,1,2,0V6.17A1,1,0,0,1,7.4,7.17Z'/%3e%3cpath%20class='cls-1'%20d='M33,7.17a1,1,0,0,1-1-1V1a1,1,0,0,1,2,0V6.17A1,1,0,0,1,33,7.17Z'/%3e%3c/svg%3e");
  background-size: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}

.calander-ui input[type="date"]:disabled {
  -webkit-appearance: none;
  margin: 0px;
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23919191;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M38,5.36h0V38H2V5.36H38m0-2H2a2,2,0,0,0-2,2V38a2,2,0,0,0,2,2H38a2,2,0,0,0,2-2V5.36a2,2,0,0,0-2-2Z'/%3e%3cpath%20class='cls-1'%20d='M38,12.76H2a1,1,0,0,1,0-2H38a1,1,0,0,1,0,2Z'/%3e%3cpath%20class='cls-1'%20d='M15.8,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M35,17.48a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M15.8,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M9.4,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M35,24.88a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M15.8,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M9.4,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M22.2,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M28.61,32.29a2,2,0,1,1-2-2,2,2,0,0,1,2,2'/%3e%3cpath%20class='cls-1'%20d='M7.4,7.17a1,1,0,0,1-1-1V1a1,1,0,0,1,2,0V6.17A1,1,0,0,1,7.4,7.17Z'/%3e%3cpath%20class='cls-1'%20d='M33,7.17a1,1,0,0,1-1-1V1a1,1,0,0,1,2,0V6.17A1,1,0,0,1,33,7.17Z'/%3e%3c/svg%3e");
  background-size: 34px 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}

.time-ui input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;

  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23323232;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M20,2A18,18,0,1,1,2,20,18,18,0,0,1,20,2m0-2A20,20,0,1,0,40,20,20,20,0,0,0,20,0Z'/%3e%3cpath%20class='cls-1'%20d='M20,21a1,1,0,0,1-1-1V5.13a1,1,0,1,1,2,0V20A1,1,0,0,1,20,21Z'/%3e%3cpath%20class='cls-1'%20d='M12.27,28.73a1,1,0,0,1-.7-.3,1,1,0,0,1,0-1.41l7.72-7.73a1,1,0,0,1,1.42,1.42L13,28.43A1,1,0,0,1,12.27,28.73Z'/%3e%3c/svg%3e");
  background-size: 18px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}

.time-ui input[type="time"]:disabled {
  -webkit-appearance: none;
  margin: 0px;
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2040%2040'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23919191;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M20,2A18,18,0,1,1,2,20,18,18,0,0,1,20,2m0-2A20,20,0,1,0,40,20,20,20,0,0,0,20,0Z'/%3e%3cpath%20class='cls-1'%20d='M20,21a1,1,0,0,1-1-1V5.13a1,1,0,1,1,2,0V20A1,1,0,0,1,20,21Z'/%3e%3cpath%20class='cls-1'%20d='M12.27,28.73a1,1,0,0,1-.7-.3,1,1,0,0,1,0-1.41l7.72-7.73a1,1,0,0,1,1.42,1.42L13,28.43A1,1,0,0,1,12.27,28.73Z'/%3e%3c/svg%3e");
  background-size: 50px 19px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}
.error-descr-div h7 span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.errorlog-comment {
  height: calc(100vh - 58vh);
  display: flex;
  width: auto;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 1100px) {
  .date-select-box .basic-single {
    width: 100%;
  }
  .date-select-box {
    width: 100%;
  }
  .date-select-box .basic-single div:nth-of-type(1) {
    width: 100%;
    text-align: left;
  }

  .asset-error-select {
    margin-bottom: 15px;
  }

  .error-descr-div :nth-child(2) {
    width: 100%;
    display: block;
  }
  .error-descr-div p {
    float: left;
    width: 50%;
    font-size: 0.9rem !important;
  }

  .error-descr-div h7 {
    float: right;
    width: 50% !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
  }
  .error-descr-div h7 span {
    display: flow-root;
  }
  .error-descr-div div {
    padding-bottom: 0px !important;
  }
  .error-descr-div .col {
    flex: inherit;
  }
  .error-descr-div :nth-child(7) {
    display: block;
  }
  .error-descr-div :nth-child(7) h7 {
    display: block;
  }
  span.bootom-arrow-key {
    float: initial;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.tab {
  color: #48484e;
  border-radius: 20px !important;
  font-size: 14px;
  margin: 4px;
  padding: 4px 4px 4px 18px;
  background-color: #f7f7f9 !important;
  float: left;
}

.close {
  padding: 2px 4px 2px 4px;
  border-radius: 50px !important;
  /* box-shadow: 0 0 4px 1px #888; */
  margin-top: 0px;
  font-size: 16px !important;
  cursor: pointer;
}

.EmailListShare {
  max-height: 105px;
  overflow-y: auto;
  overflow-x: hidden;
}
.close:hover {
  box-shadow: 0 0 4px 1px #888;
}

.send-button {
  background: #0d5fbe !important;
  height: fit-content;
}

.send-button svg path {
  fill: #ffffff;
}
.popover {
  max-width: 500px !important;
  box-shadow: 3px 3px 12px 0px #888;
  border: 0px !important;
}
.popover-body {
  width: 500px;
}

.email-input {
  border-radius: 5px 0px 0px 0px !important;
}

.report-modal-container {
  /*  padding: 0px 14px 14px 14px !important;*/
}

.report-modal-container form .form-group {
  margin-bottom: 0rem;
}

.popover-body {
  padding: 0px !important;
}
.shareEmail {
  width: 93%;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .popover-body {
    width: 98vw;
  }
}


.viewreport {
  background-color: #f7f7f7;
  margin: 100px;
  margin-top: 10px;
}
.leaflet-container {
  width: 100%;
  height: 400px;
}
.reportBackground {
  background: rgb(204, 204, 204);
}
.pageContainer {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0.5cm rgb(0 0 0 / 50%);
  min-height: 15in;
  padding: 1.5cm !important;
  position: relative;
  text-align: left;
}
.pageNumber {
  font-family: kanit;
  font-weight: 400;
}
.headingName {
  font-size: 4rem;
  font-family: kanit;
  font-weight: 400;
}
.datePdf {
  font-size: 2rem;
  color: #919191;
  font-weight: 300;
}
.summaryHeading {
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding-left: 20px;
  font-family: kanit;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.firstSectionpdf {
  clear: both;
  border-bottom: 2px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftSectionName {
  display: inline-block;
  margin: 0;
  font-family: kanit;
  font-weight: 300;
}
.rightButtonpdf {
  display: inline-block;
  padding: 5px 30px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  margin: 0;
}
.rightSectionName {
  display: inline-block;
  color: #919191;
  margin: 0px;
  font-weight: normal;
}
.pageFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #919191;
}
p.pFooter {
  font-family: kanit;
  font-weight: 300;
}
img.imageSnapshot {
  width: 100%;
  height: fit-content;
}
.unauthoButton {
  display: inline-block;
  background-color: #323232;
  padding: 5px 30px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
  margin: 0;
  float: right;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }

  .pageContainer {
    margin-top: 0px;
    padding: 0.5cm;
  }
  .headingName {
    font-size: 2rem;
  }
  .datePdf {
    font-size: 1.3rem;
  }

  .summaryHeading {
    padding-left: 10px;
    font-size: 1rem;
  }
  .firstSectionpdf {
    padding-left: 7px;
    padding-right: 0px;
  }
  .leftSectionName {
    font-size: 0.9rem;
  }
  .rightSectionName {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1100px) {
  .viewreport {
    margin: 10px;
    margin-top: 10px;
  }
  .viewreport h1 {
    font-size: 1.2rem;
  }
  .viewreport h4 {
    font-size: 0.9rem;
  }
  .viewreport h5 {
    font-size: 0.9rem;
  }
  .viewreport h6 {
    font-size: 0.9rem;
  }
}


.viewreport {
  background-color: #f7f7f7;
  margin: 100px;
  margin-top: 10px;
}
.leaflet-container {
  width: 100%;
  height: 300px;
}
.reportBackground {
  background: rgb(204, 204, 204);
}
.pageContainer {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0.5cm rgb(0 0 0 / 50%);
  min-height: 15in;
  padding: 1.5cm !important;
  position: relative;
  text-align: left;
}
.pageNumber {
  font-family: kanit;
  font-weight: 400;
}
.headingName {
  font-size: 4rem;
  font-family: kanit;
  font-weight: 400;
}
.datePdf {
  font-size: 2rem;
  color: #919191;
  font-weight: 300;
}
.summaryHeading {
  padding: 10px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding-left: 20px;
  font-family: kanit;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.firstSectionpdf {
  clear: both;
  border-bottom: 2px solid #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.leftSectionName {
  display: inline-block;
  margin: 0;
  font-family: kanit;
  font-weight: 300;
}
.rightButtonpdf {
  display: inline-block;
  padding: 5px 30px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  margin: 0;
}
.rightSectionName {
  display: inline-block;
  color: #919191;
  margin: 0px;
  font-weight: normal;
}
.pageFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #919191;
}
p.pFooter {
  font-family: kanit;
  font-weight: 300;
}
img.imageSnapshot {
  width: 100%;
  height: fit-content;
}
.unauthoButton {
  display: inline-block;
  background-color: #323232;
  padding: 5px 30px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 5px;
  margin: 0;
  float: right;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }

  .pageContainer {
    margin-top: 0px;
    padding: 0.5cm;
  }
  .headingName {
    font-size: 2rem;
  }
  .datePdf {
    font-size: 1.3rem;
  }

  .summaryHeading {
    padding-left: 10px;
    font-size: 1rem;
  }
  .firstSectionpdf {
    padding-left: 7px;
    padding-right: 0px;
  }
  .leftSectionName {
    font-size: 0.9rem;
  }
  .rightSectionName {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1100px) {
  .viewreport {
    margin: 10px;
    margin-top: 10px;
  }
  .viewreport h1 {
    font-size: 1.2rem;
  }
  .viewreport h4 {
    font-size: 0.9rem;
  }
  .viewreport h5 {
    font-size: 0.9rem;
  }
  .viewreport h6 {
    font-size: 0.9rem;
  }
}
.card-grid {
  display: grid;
}
@media screen and (max-width: 1100px) {
  .RespoFieldReport {
    display: block;
    padding: 5px;
  }
  .RespoFieldReport .col:nth-child(1) {
    display: none;
  }

  .RespoFieldReport .col:nth-child(2) {
    display: none;
  }

  .RespoFieldReport .col:nth-child(3) {
    font-size: 1rem !important;
    color: #323232;
  }
  .RespoFieldReport .col:nth-child(4) {
    display: none;
  }
  .RespoFieldReport .col:nth-child(6) {
    font-size: 0.8rem !important;
    color: #323232;
  }

  .RespoFieldReport .col:nth-child(5) {
    font-size: 1.2rem !important;
    color: #323232;
  }

  .RespoFieldReport .col:nth-child(1) {
    display: none;
  }
  .RespoFieldReport .col {
    display: block;
    flex: unset;
    width: 80%;
    float: left;
    padding: 0 !important;
    margin: 0;
  }
  .RespoFieldReport .expand_icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    top: 15px;
    right: 0;
  }
  .RespoFieldReport .Down_Icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    text-align: center !important;
    right: 0px;
    bottom: 15px;
  }
  .RespoFieldReport .expand_icon svg {
    height: 20px;
    width: 20px;
  }
}
@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.pro-sidebar {
  color: #adadad;
  height: 100%;
  width: 270px;
  min-width: 270px;
  text-align: left;
  transition: width, left, right, 0.3s;
  position: relative;
  z-index: 1009;
}
.pro-sidebar > .pro-sidebar-inner {
  background: #1d1d1d;
  height: 100%;
  position: relative;
  z-index: 101;
}
.pro-sidebar > .pro-sidebar-inner > img.sidebar-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 100;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 101;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-header {
  border-bottom: 1px solid rgba(173, 173, 173, 0.2);
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content {
  flex-grow: 1;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-footer {
  border-top: 1px solid rgba(173, 173, 173, 0.2);
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pro-sidebar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
}
.pro-sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}
.pro-sidebar.rtl {
  text-align: right;
  direction: rtl;
}
@media (max-width: 480px) {
  .pro-sidebar.xs {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.xs.collapsed {
    left: -80px;
  }
  .pro-sidebar.xs.toggled {
    left: 0;
  }
  .pro-sidebar.xs.toggled .overlay {
    display: block;
  }
  .pro-sidebar.xs.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.xs.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.xs.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 576px) {
  .pro-sidebar.sm {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.sm.collapsed {
    left: -80px;
  }
  .pro-sidebar.sm.toggled {
    left: 0;
  }
  .pro-sidebar.sm.toggled .overlay {
    display: block;
  }
  .pro-sidebar.sm.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.sm.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.sm.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .pro-sidebar.md {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.md.collapsed {
    left: -80px;
  }
  .pro-sidebar.md.toggled {
    left: 0;
  }
  .pro-sidebar.md.toggled .overlay {
    display: block;
  }
  .pro-sidebar.md.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.md.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.md.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .pro-sidebar.lg {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.lg.collapsed {
    left: -80px;
  }
  .pro-sidebar.lg.toggled {
    left: 0;
  }
  .pro-sidebar.lg.toggled .overlay {
    display: block;
  }
  .pro-sidebar.lg.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.lg.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.lg.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .pro-sidebar.xl {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.xl.collapsed {
    left: -80px;
  }
  .pro-sidebar.xl.toggled {
    left: 0;
  }
  .pro-sidebar.xl.toggled .overlay {
    display: block;
  }
  .pro-sidebar.xl.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.xl.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.xl.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .pro-sidebar.xxl {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.xxl.collapsed {
    left: -80px;
  }
  .pro-sidebar.xxl.toggled {
    left: 0;
  }
  .pro-sidebar.xxl.toggled .overlay {
    display: block;
  }
  .pro-sidebar.xxl.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.xxl.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.xxl.rtl.toggled {
    left: auto;
    right: 0;
  }
}
.pro-sidebar .pro-menu.submenu-bullets .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  content: "";
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  box-shadow: 1px 0px 0px #adadad, 0px -1px 0px #adadad, 0px 1px 0px #adadad, -1px 0px 0px #adadad;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sidebar .pro-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
  position: relative;
  background-color: #2b2b2b;
}
.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro-sidebar .pro-menu a {
  text-decoration: none;
  color: #adadad;
}
.pro-sidebar .pro-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.pro-sidebar .pro-menu a:hover {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item {
  font-size: 15px;
}
.pro-sidebar .pro-menu .pro-menu-item.active {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper {
  opacity: 1;
  transition: opacity 0.2s;
}
.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper {
  display: flex;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 0.2s;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 35px 8px 20px;
  cursor: pointer;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus {
  outline: none;
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  margin-right: 10px;
  font-size: 14px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper .pro-icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item:before {
  background: #adadad;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  display: inline-block;
  border-style: solid;
  border-color: #adadad;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item:before {
  background: transparent !important;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 24px;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 30px 8px 15px;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item > .pro-icon-wrapper {
  background: none;
  width: auto;
  min-width: auto;
  height: auto;
  line-height: auto;
}
.pro-sidebar .pro-menu:not(.inner-submenu-arrows) .pro-inner-list-item .pro-menu-item.pro-sub-menu .pro-inner-item .pro-arrow-wrapper {
  display: none;
}
.pro-sidebar .pro-menu.shaped .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  background-color: #2b2b2b;
}
.pro-sidebar .pro-menu.square .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 0;
}
.pro-sidebar .pro-menu.round .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 4px;
}
.pro-sidebar .pro-menu.circle .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 50%;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item {
  position: relative;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .suffix-wrapper,
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .prefix-wrapper {
  opacity: 0;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-list-item {
  background-color: #2b2b2b;
  z-index: 111;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu {
  position: relative;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item {
  pointer-events: none;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  display: none;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  height: auto !important;
  position: fixed;
  visibility: hidden;
  min-width: 220px;
  max-width: 270px;
  background-color: transparent;
  max-height: 100%;
  padding-left: 3px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
  padding-left: 10px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  max-height: 100vh;
  overflow-y: auto;
  background-color: #2b2b2b;
  padding-left: 20px;
  border-radius: 4px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover > .pro-inner-list-item {
  transition: visibility, transform 0.3s;
  visibility: visible;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 30px 8px 5px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper {
  margin-right: 0;
  margin-left: 5px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item {
  padding: 8px 20px 8px 35px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  margin-right: 0;
  margin-left: 10px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  right: auto;
  left: 20px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(135deg);
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg);
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 0;
  padding-right: 24px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 15px 8px 30px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  margin-right: 0;
  margin-left: 15px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  padding-left: 0;
  padding-right: 3px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
  padding-right: 10px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  padding-left: 0;
  padding-right: 20px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 5px 8px 30px;
}
.popper-arrow {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.popper-element[data-popper-placement^=left] > .popper-arrow {
  right: 0;
  border-right: 7px solid #2b2b2b;
}
.popper-element[data-popper-placement^=right] > .popper-arrow {
  left: 0;
  border-left: 7px solid #2b2b2b;
}
.react-slidedown {
  height: 0;
  transition-property: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.react-slidedown.transitioning {
  overflow-y: hidden;
}
.react-slidedown.closed {
  display: none;
}
#root {
  height: 100%;
}
.app {
  height: 100%;
  display: flex;
  position: relative;
}
.app .btn-toggle {
  cursor: pointer;
  display: none;
}
.app main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: 20px;
  /* header {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef;
  }

  footer {
    margin-top: auto;
    color: #888;
    text-align: center;
    a {
      text-decoration: none;
      color: #888;
      &:hover {
        text-decoration: underline;
      }
    }
  }*/
}
.app .block {
  display: flex;
  margin-bottom: 24px;
  font-size: 14px;
  color: #545454;
}
.app .block > span {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .app .btn-toggle {
    display: block;
    float: left;
  }
}
.badge {
  padding: 3px 6px;
  font-size: 9px;
  letter-spacing: 1px;
  border-radius: 15px;
}
.badge.red {
  color: #ffffff;
  background: #d63030;
}
.badge.gray {
  color: #ffffff;
  background: #777777;
}
.badge.yellow {
  color: #000000;
  background: #ffd331;
}.error-page {
  height: 100vh;
}
.error-style {
  width: 80%;
  margin: auto;
  text-align: left;

  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}
.error-style h3 {
  color: #0a5fbe;
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

.error-style h5 {
  color: #323232;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}

.error-style p {
  color: #323232;
  font-size: 0.9rem !important;
  margin: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

button.button-ErrorStyle {
  margin: auto;
  text-align: center;
  width: 80%;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 1rem !important;
  line-height: 2.5rem;
  background: #0a5fbe;
  border: 0px;
  color: #fff;
  margin-top: 10px;
}
.error-style img {
  width: 700px;
}
@media screen and (max-width: 1100px) {
  .error-page {
    height: auto;
  }

  .error-style {
    width: 80%;
    margin: auto;
    text-align: center;

    top: 30%;
    left: auto;
    transform: inherit;
    position: relative;
  }

  .error-style h3 {
    font-size: 2rem;
    margin-top: 50%;
  }

  .error-style h5 {
    font-size: 1.1rem;
  }
  .error-style p {
    font-size: 0.8rem !important;
  }

  .error-style svg {
    margin-top: 50px;
  }

  .error-style img {
    width: 200px;
  }
}





/* This Section is user for maintaing height of dashboard  */
.App {
  text-align: center;
  height: 100vh;
}
.form-control:valid {
  border-color: none !important;
  padding-right: none !important;
}
.tooltip {
  position: relative;
  z-index: 10000 !important;
}
.MuiTooltip-popper {
  z-index: 9999999 !important;
}
.popover {
  max-width: 550px !important;
}
.popover-body {
  width: 550px;
}
.App .makeStyles-root-1 {
  /* height: 100vh; */
}
.App .makeStyles-drawerPaper-8 {
  height: 100%;
  max-height: initial;
}
.makeStyles-root-15 {
  height: 82%;
}
.tabPanels {
  height: 100%;
}
.tabpanel-width {
  width: 100% !important;
}
.management-panel {
  /*height: calc(100vh - 210px); */
}
.management-panel .MuiBox-root {
  height: 100% !important;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
/* This is prefix   */
@-moz-document url-prefix() {
  .selector {
    color: lime;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}
input::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.form-control:disabled {
  background-color: #ffffff !important;
  color: #c6c6c6 !important;
}
input.form-control {
  color: #323232 !important;
}
input.form-control::-webkit-input-placeholder {
  color: #323232;
}
input.form-control:disabled::-webkit-input-placeholder {
  color: #c6c6c6;
}
.checklist-formcontrol {
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  background-color: #ffffff !important;
}
textarea.form-control {
  padding: 8px 10px 8px 10px !important;
}
textarea.form-control:focus {
  border-color: #0d5fbe !important;
  border: 2px #0d5fbe solid !important;
}
.form-control:focus {
  border-color: #0d5fbe !important;
  border: 2px solid;
}
.form-control:hover,
.input-group input:hover {
  border-color: #0d5fbe;
}
.form-control[disabled]:hover {
  border-color: #ced4da;
}
.input-group input:focus {
  border-color: #0d5fbe !important;
  border: 2px solid;
}
input.form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
input:required {
  border-color: #ccc;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.invalid-feedback {
  margin-top: 0px !important;
}
/* This Section is user for maintaing height of dashboard    */
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}
/* This is reset css     */
.App-link {
  text-decoration: none;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
textarea:hover,
input:hover,
textarea:active,
input:active,
.form-control:focus,
.form-control:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  background-color: "";
  outline: 0px !important;
  box-shadow: none !important;
}
a.nav-link {
  text-decoration: none;
  color: black;
  padding: 0px;
  margin: 0px;
}
.asset-type-size {
  font-size: 13px !important;
}
.asset-type-size span {
  color: rgb(50, 50, 50);
  font-size: 13px !important;
}
/* This carousel for front login   */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  margin: 20px;
  border-radius: 50px;
  background-color: #7b7b7b !important;
  color: #0856af !important;
}
/* This component for buttons   */
Button.buttonSubmit {
  border-radius: 0.2rem;
  border: none;
  background-color: #0d5fbe;
  color: #ffffff;
  font-family: Kanit;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  width: 110px;
  padding-left: 20px;
  box-shadow: none;
  padding-right: 20px;
}
.input-group-text {
  padding: 0px !important;
}
Button.buttonSubmit:hover {
  background-color: #0f54a3;
}
Button.buttonDisabled {
  background-color: #ccc;
}
Button.buttonDisabled:hover {
  /* background-color: transparent !important; */
  background-color: #ccc !important;
  cursor: pointer;
}
Button.buttonCancel {
  border-radius: 0.2rem;
  border: none;
  color: #919191;
  font-family: Kanit;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  width: 110px;
  box-shadow: none;
}
Button.buttonSave {
  border-radius: 0.2rem;
  border: none;
  background-color: #31b92c;
  color: #ffffff;
  font-family: Kanit;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  width: 110px;
  box-shadow: none;
}
Button.disabledButtonSave {
  pointer-events: none;
  background-color: #ccc;
}
Button.blueButtonSave {
  border-radius: 0.2rem;
  border: none;
  background-color: rgb(13, 95, 190);
  color: #ffffff;
  font-family: Kanit;
  font-style: normal;
  font-size: 16px;
  height: 40px;
  width: 110px;
  box-shadow: none;
}
Button.blueButtonSave:hover {
  background-color: rgb(13, 95, 190, 0.8);
}
Button.buttonAdd {
  border-radius: 0.2rem;
  border: 1px solid #0d5fbe;
  background-color: #ffffff;
  color: #0d5fbe;
  font-family: Kanit;
  font-style: normal;
  font-size: 16px;
  height: 38px;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: none;
  width: max-content;
}
div.center-content {
  float: left;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 1s ease-out;
}
.center-content-bt {
  display: block;
  width: 65%;
  float: right;
  margin-top: 30px;
}
.button-width {
  margin: auto;
  float: none;
  margin-top: 0px;
}
.center-content-bt .div-button-edit {
  float: left;
  width: 40%;
}
.center-content-bt .div-button-edit button {
  float: left;
}
.center-content-bt .div-button-cp {
  float: right;
  width: 59%;
}
.center-content-bt .div-button-cp button {
  float: right;
}
.center-content-bt .div-button-save {
  float: left;
  width: 50%;
}
.center-content-bt .div-button-cancel {
  float: right;
  width: 50%;
}
.center-content-bt .div-button-cancel button {
  float: right;
}
.was-validated .checklistInput_a {
  float: right;
  width: 100%;
}
div.edit-content {
  width: 70%;
  margin: auto;
  transition: all 1s ease-out;
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.5);
}
.front-flip-card .flip-card {
  min-height: 500px !important;
}
.center-top-height {
  margin-top: -50px;
}
Button.largeWidth {
  min-width: 170px;
}
Button.accountSave:hover {
  background-color: #31b92c !important;
  color: #fff !important;
}
Button.accountSave:hover svg {
  color: #fff;
}
Button.rounded {
  border-radius: 7px !important;
}
Button.buttonCancel:hover,
Button.buttonCancel:active {
  background-color: #f2f2f2;
  color: #919191;
}
Button.buttonSave:hover {
  background-color: #1e6c1b;
}
Button.buttonAdd:hover {
  background-color: #0856af;
  color: white;
}
Button.buttonAdd:hover .blueBulkIcon {
  display: none;
}
Button.buttonAdd:hover .whiteBulkIcon {
  display: inherit;
}
.account-profile-pg {
  height: fit-content;
}
.account-profile-pg .checklistInput_a {
  float: right;
  width: 65%;
}
.account-profile-pg .inputBoxDiv {
  float: right;
  width: 65%;
}
.user-profile-pg .inputBoxDiv {
  float: inherit;
  width: auto;
}
.account-profile-pg .selectBoxDiv {
  float: right;
  width: 65%;
}
.account-profile-pg .inputBoxDiv label {
  margin-left: 0px;
}
.change-password-back .checklistInput_a {
  width: 100%;
}
.whiteBulkIcon {
  display: none;
}
/* This component reset css   */
body,
p,
div,
.MuiListItemText-root span,
.topnav a,
input,
textarea {
  font-size: 14px !important;
}
.input-select-control div {
  font-size: 13px !important;
}
.input-group input::placeholder,
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif;
  color: #323232;
}
.input-group input,
.form-group input,
.form-group textarea {
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif;
  color: #323232;
}
.invalid-feedback {
  left: 3px;
  position: relative;
  top: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none !important;
}
/* This is for modal title head   */
.modal-title {
  font-size: 24px !important;
}
/* This is in worksite tab section   */
.worksite-overview > h1 {
  font-family: Kanit !important;
  font-size: 26px !important;
  color: black;
  text-align: left;
  padding-top: 2px;
}
/*.MuiTextField-root > label {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 3px !important;
}*/
.add-user-sel .MuiFormControl-root {
  min-width: 79% !important;
}
/* This login page    */
.login-email .MuiTextField-root > label {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: px !important;
}
/* This for carousel next pre button   */
.carous-a .carousel-control-next-icon,
.carous-a .carousel-control-prev-icon {
  background-color: #adb5bd !important;
}
.text-danger {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  font-size: 12px;
  color: rgb(220, 53, 69);
  left: 3px;
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
}
.login-valid-l {
  /* width: 20rem; */
  margin: 0px auto 17px auto !important;
}
/* This is carousel button   */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent !important;
}
/* This is login   */
.login-bottom .makeStyles-indicator-6 {
  height: 2px;
  background-color: #0d5fbe;
  width: 44px !important;
  left: 103px !important;
}
/* This for worksite page    */
.work-label .MuiInputLabel-formControl {
  transform: translate(0, 0px) scale(1) !important;
}
/* This is for carausel indicators  */
.carouselArrow .carousel-indicators li {
  display: none;
}
.carousel-control-next,
.carousel-control-prev {
  width: 19% !important;
}
.carousel-control-prev {
  left: -8px !important;
}
.carousel-control-next {
  right: -8px !important;
}
/* This for worksite page lable   */
.work-label .MuiTextField-root > label {
  font-size: 13px !important;
}
/* This for asset page lable   */
.asset-names .MuiTextField-root > label {
  font-size: 13px !important;
}
.asset-names .MuiSelect-select.MuiSelect-select {
  text-align: left;
}
.asset-names .MuiInputBase-input {
  left: 9px;
  position: relative;
}
/* This for worksite page lable   */
.worksite-names .MuiInputBase-input {
  left: 9px;
  position: relative;
}
.text-forkli {
  font-family: Kanit;
  color: black;
  font-size: 26px !important;
  text-align: left;
  padding-top: 2px;
}
/* This for carousel    */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  margin: 13px;
  border-radius: 0px;
  /*background-color: #adb5bd !important; */
  color: #f8f9fa !important;
}
.carousel-indicators {
  display: none;
}
/* This for worksite page image   */
label.image-user {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
}
.worksite-names .MuiInputBase-input {
  width: 94%;
}
/* This for asset page lable   */
.asset-names .MuiTextField-root div.MuiSelect-root {
  padding-left: 0px !important;
}
.asset-names .MuiInputLabel-formControl {
  transform: translate(0, 0px) scale(1);
}
.add-asset-cs .MuiFormControl-root,
.add-asset-cs .makeStyles-selectEmpty-101,
.add-asset-cs .makeStyles-formControl-100,
.add-asset-cs .makeStyles-formControl-102 {
  width: 100% !important;
  min-width: 100% !important;
}
.add-asset-cs .makeStyles-selectEmpty-103,
.add-asset-cs .makeStyles-formControl-102,
.add-asset-cs .makeStyles-selectEmpty-86,
.add-asset-cs .makeStyles-formControl-102 {
  width: 100% !important;
  min-width: 100% !important;
}
span.asset-im {
  display: block;
  text-align: center;
  float: left;
  height: 19px;
  margin-bottom: 10px;
  position: absolute;
  top: 9%;
  font-size: 1.2rem;
}
.add-asset-cs .MuiFormControl-root,
.add-asset-cs .MuiInputBase-root {
  min-width: 100% !important;
  width: 100% !important;
}
.add-asset-cs .MuiTextField-root > label {
  padding-left: 0px !important;
}
/* This for worksite label   */
.worksite-names .MuiInputLabel-formControl {
  transform: translate(0, 0px) scale(1);
}
.work-label .MuiInputBase-input {
  left: 9px;
  position: relative;
}
.work-label .MuiTextField-root div.MuiSelect-root {
  padding-left: 0px !important;
}
.MuiInputBase-root div:focus {
  background-color: white;
}
.forgot-pass {
  height: 97vh;
}
.forgot-pass-height {
  height: 86vh;
}
/*.search-b-top
{
  margin-top: -52px;
  position: absolute !important;
  right: 0px;
}

.search-a-top
{
  margin-top: -58px;
  position: absolute !important;
  right: -57px;
}

.search-v-top
{
  margin-top: -69px;
  position: absolute !important;
  right: -58px;
}*/
/* This for star dot   */
.asterisk_form .inputBoxDiv {
  position: relative;
}
p.asterisk_ico {
  position: absolute;
  right: 14px;
  top: 0;
  font-size: 20px !important;
  color: #dd0000;
}
p.asterisk_user {
  position: absolute;
  right: 11px;
  top: 0;
  font-size: 20px !important;
  color: #dd0000;
}
p.asts {
  position: absolute;
  right: 11px;
  top: 0;
  font-size: 28px !important;
  color: #dd0000;
}
.MuiInput-underline:after {
  border-bottom: 2px solid #0d5fbe;
}
/*  .MuiSelect-select.MuiSelect-select {
  padding-right: 24px !important;
  text-align: left !important;
  left: 5px !important;
  position: relative !important;
} .worksite-overview-panel div > input {
     padding-left: 10px !important;
     padding-right: 10px !important;
     padding-top: 0px !important;
     font-size: 14px !important;
  }
  .MuiInputLabel-formControl
  {
    transform: translate(0, 0px) scale(1) !important;
  }
.MuiInputBase-input
  {
    padding: 6px 10px 7px !important;
  }*/
/* This input background   */
.MuiTextField-root {
  background-color: #f9f9f9;
  margin: 0px;
  padding: 0px;
}
.MuiTextField-root div.MuiSelect-root {
  padding-left: 6px !important;
  padding-top: 3px !important;
  padding-bottom: 4px !important;
  font-size: 14px !important;
}
.MuiTextField-root div:focus {
  background-color: #f9f9f9 !important;
}
td {
  font-size: 14px !important;
}
/*
.MuiTablePagination-root p,
div,
button {
  font-size: 13px !important;
}
*/
.title-style {
  font-size: 24px !important;
  margin-top: -15px;
}
/* This input background   */
.MuiListItemText-root span {
  font-size: 14px !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #343434;
}
@media screen and (max-width: 600px) {
  .MuiListItemText-root span {
    font-size: 13px !important;
  }
}
.MuiTablePagination-root svg {
  font-size: 18px !important;
}
.topnav a {
  padding: 16% 32%;
}
/*
button,
.button {
  font-size: 14px !important;
  border-width: 0.1vh !important;
}
*/
/* This is worksite page  */
.management-panel .MuiBox-root {
  padding: 0.8em 0em !important;
}
/* This is image upload hover  */
.imgUploadLabel:hover {
  content: "Change Image";
  z-index: 15;
  cursor: pointer;
}
.imgUploadLabel:hover:after {
  content: "Change";
  position: absolute;
  color: #ffffff;
  padding: 2px;
  background-color: #000000;
  border-radius: 4px;
  left: 47%;
  top: 15%;
}
.imgUploadLabel:hover {
  opacity: 0.5;
}
.MuiTableRow-root {
  cursor: pointer;
}
.MuiTableRow-root.Mui-selected {
  background-color: #f2f2f2 !important;
}
.buttontabpanels span {
  font-family: "Kanit", sans-serif;
  font-size: 1.1rem;
}
.buttonTabSize span {
  font-size: 0.9rem;
}
.buttontabpanels.Mui-selected {
  color: #0d5fbe !important;
}
.PrivateTabIndicator-colorPrimary-16 {
  background-color: #0d5fbe !important;
}
.tabpanelSize .MuiTabs-indicator {
  background-color: #0d5fbe !important;
}
.mobileTabPanelSize {
  display: none;
}
svg.stepper-style {
  fill: white;
  height: 20px;
  width: 20px;
}
svg.stepper-style .cls-1 {
  fill: white;
}
.MuiTabs-flexContainer.Mui-selected {
  color: #0d5fbe !important;
}
/* This is table style  */
.MuiTableRow-head th {
  border-radius: 5px 5px 0px 0px;
}
.table-footer > .MuiTablePagination-toolbar > div {
  margin: 0px !important;
  padding: 0px !important;
}
/* This is carousel count  */
.count-card {
  padding: 2px;
  margin: 0px;
  font-size: 13px;
  color: #919191;
}
/* This is for breadcrum  */
.bread-crumb {
  padding-top: "10px";
}
/* This is tect font style  */
.text-style {
  font-family: Kanit !important;
}
/* This is for kait font  */
.text-kanit {
  font-family: "Kanit";
  color: #515151;
}
.text-open-sans {
  font-family: "Open Sans", sans-serif;
}
/* This is tab font style  */
div.tab-header-active {
  background-color: #0d5fbe;
  color: #ffffff;
}
div.tab-header-inactive {
  background-color: #a6a9a6;
  color: #ffffff;
}
/* This is switch style  */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 21px;
  padding: 0px;
  margin: 0px;
}
.switch input {
  display: none;
}
/* This is login slider style  */
.slider {
  padding: 0px;
  margin: 0px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2rem;
}
.slider:before {
  position: absolute;
  padding: 0px;
  margin: 0px;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2rem;
}
input:checked + .slider {
  background-color: #11a70b;
}
input:checked + .slider.disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
input:focus + .slider {
  box-shadow: 0 0 1px #11a70b;
}
input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  -ms-transform: translateX(29px);
  transform: translateX(29px);
}
.slider:after {
  content: "✖";
  color: white;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 70%;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}
/* This for input checked  style  */
input:checked + .slider:after {
  content: "✔";
  top: 48%;
  left: 30%;
  font-size: 14px;
}
/* This for modal popup  */
.modal.custom-modal {
  margin-top: 6%;
  padding: 0px;
}
/* This for scroller bar style  */
/* width */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 1px;
}
::-webkit-scrollbar-thumb {
  background: #9a9a9a;
}
main {
  overflow-x: hidden;

  height: 100vh;
}
.MuiFilledInput-root {
  background-color: #f9f9f9;
}
/* Custom css overview */
body {
  font-family: Kanit !important;
}
.bottom-bordered .form-group {
  background-color: #f9f9f9 !important;
  padding: 0px;
}
.bottom-bordered input,
textarea {
  background-color: #f9f9f9 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  padding: 0px 2px 11px 5px !important;
}
.flag-select__option__icon {
  top: 0.2rem !important;
  width: 2.5rem !important;
  height: 4.3rem !important;
}
.close {
  font-size: 2rem !important;
}
.center-div-loader {
  position: absolute;
  left: 60%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}
/*Custom Css Components */
/*For Buttons*/
/*
        <div className="mr-2 pl-0">
          <Button className="buttonAdd">
            <AddIcon  className="buttonIcon"/> Button Name
          </Button>
        </div>
         */
/* */
/* This for button element style  */
button.buttonAdd {
  border-radius: 0.2rem;
  border: 1px solid #0d5fbe;
  background-color: #ffffff;
  color: #0d5fbe;
  font-family: Kanit;
  font-style: normal;
  font-size: 14px !important;
  height: 38px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
button.buttonAdd:hover {
  background-color: #0d5fbe;
  color: #ffffff;
}
.buttonIcon {
  margin-bottom: 3px;
}
/* This for input selectbox element style  */
.selectBoxDiv .selectBox {
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #919191;
  border-radius: 0px;
  font-size: 0.8rem !important;
  height: calc(0.8em + 0.75rem + 0px);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
.selectBoxDiv label {
  margin: 0px;
  padding: 0px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
/* This for input input element style  */
.inputBoxDiv label {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: 5px;

  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
.inputBoxDiv .inputBox {
  padding: 4px;
  border: 0px;
  border-bottom: 1px solid #919191;
  border-radius: 0px;
  font-size: 0.8rem !important;
  height: calc(0.8em + 0.75rem + 0px);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
.selectBoxDiv .invalid-feedback {
  background: #fff;
  text-align: left;
}
.inputBoxDiv .invalid-feedback {
  background: #fff;
  text-align: left;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  padding: 0px;
  margin-top: 0px;
}
.inpuntUser .inputBox {
  height: calc(0.99em + 0.85rem + 0px);
}
.logReg_page input:active,
.logReg_page input:focus {
  border: 2px solid #0d5fbe;
}
/* This responsive of selectbox and input element style  */
@media (min-width: 576px) and (max-width: 1100px) {
  .slide-box img {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .slide-box img {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 1100px) {
  .slide-box img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* This inspect page height  calcualation style  */
.inspectList {
  height: 55vh;
  overflow-y: scroll;
}
/* This asset page height calculation style  */
.assetType-height {
  height: calc(100vh - 29vh);
  overflow: auto;
  margin-bottom: 30px;
}
/* This asset page height  calcualation style  */
.assetTypeList_hieght .tableHeight {
  height: calc(100vh - 200px);
  overflow-x: hidden;
}
.asset_checklist_list .tableHeight {
  height: calc(100vh - 314px);
}
.asset_checklist_list table {
  width: 100%;
}
.asset_checklist_list table thead {
  width: 100%;
  display: block;
}
.asset_checklist_list table thead tr {
  width: 100%;
  display: block;
}
.asset_checklist_list table thead tr th {
  width: 100%;
  display: block;
}
.asset_checklist_list table tbody {
  width: 100%;
  display: block;
}
/* This card  style  */
.card_assetBody {
  padding: 5px 0px !important;
}
.card_assetBody h5 {
  font-size: 1rem !important;
  margin-bottom: 0px;
}
/* This asset page height  calcualation style  */
.assetType_sec {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(65vh - 273px);
  padding: 1rem !important;
}
.assettypeover-h5 h5 {
  text-align: left;
}
/* This label style  */
.radioLabel label {
  margin-bottom: 0px;
}
.radioLabel label span {
  padding: 2px;
}
/* This asset page height  calcualation style  */
.AssetType_addSec {
  height: 79vh;
  overflow: auto;
}
.assetTypeadd_height {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 12rem;
  padding: 1rem !important;
}
.assetType_sec .form-group {
  margin-bottom: 0px !important;
}
/* This bottom button of all page  */
.buttonAdd-assetType {
  width: 200px;
  text-align: left;
}
.asset_ImageSec {
  margin-top: 86px;
  margin-left: 130px !important;
}
/* This search element  */
.selectSearch {
  display: none;
}
/* This checklist page  */
.checkList_top {
  margin-left: 3rem !important;
  margin-top: 10px;
}
.HR_line {
  height: 2px;
  width: 7rem;
}
/* This checklist height calculation and checklist page style  */
.checkList_height {
  height: calc(100vh - 285px);
}
.pending_height {
  height: 60vh;
}
.checkList_height_a {
  height: calc(99vh - 285px);
}
.button_checklistAdd {
  margin-bottom: 10px;
  position: relative;
  bottom: 12px;
}
#inspection_List {
  margin-top: 11px;
  height: calc(100vh - 294px);
  overflow-y: auto;
}
.View_checlistPage div div {
  max-height: auto;
  height: 70vh !important;
}
.view_checlHeight {
  height: 53vh;
}
.editViewCheck {
  float: right;
  margin-right: 0.4rem !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
a.buttonAdd_a {
  background: #0d5fbe;
  border-radius: 0.2rem;
  border: 1px solid #0d5fbe;
  background-color: #ffffff;
  color: #0d5fbe;
  font-family: Kanit;
  font-style: normal;
  font-size: 14px !important;
  height: 38px;
  letter-spacing: 0.5px;
  box-shadow: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  line-height: 38px;
  text-decoration: none;
}
a.buttonAdd_a:hover {
  background-color: #0d5fbe;
  color: #ffffff;
}
a.buttonAdd_a svg .cls-1:hover {
  fill: #ffffff !important;
}
button.buttonAdd_a svg .cls-1:hover {
  stroke: #c6c6c6 !important;
}
/* This modal pop style  */
.modalPopup {
  padding: 3rem;
}
.checklist_tablefont {
  background-color: #5b8df1;
  font-size: 16px;
}
.checklistRespo {
  width: 19rem;
  display: flex;
}
.container_za {
  margin: 0 auto;
  width: 98%;
}
/* This worksite input extra  style  */
.work-label .selectBoxDiv .selectBox {
  border-bottom: 0px !important;
}
.work-label .inputBoxDiv .inputBox {
  border-bottom: 0px !important;
}
.worksite-names .selectBoxDiv .selectBox {
  border-bottom: 0px !important;
}
.worksite-names .inputBoxDiv .inputBox {
  border-bottom: 0px !important;
}
.noSection {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
}
.checklist_over {
  position: relative;
  top: 47%;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem !important;
}
/*
.noSection p:first-child {
  margin-top: 7%;
}
/*.top_toB
{
 margin-top: 15px;
} */
/* This modal popup extra  style  */
.modal-header {
  padding: 1rem 2.2rem !important;
}
/* This asset section extra  style  */
.asset_buttons {
  float: right;
}
.asset_media_button {
  position: relative;
}
/* This worksite section extra  style  with height calculation */
.worksite-overview-height_ab {
  max-height: calc(50vh - 263px);
  overflow: auto;
  scrollbar-width: thin;
}
/* This checklist section extra  style  with height calculation */
.asset_check_buttonFlex {
  display: flex;
  padding: 0;
  margin-top: 1px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.checklistInput_a {
  margin-bottom: 7px !important;
}
.checklistInput_a label {
  margin-bottom: 0px;
}
.account-profile-pg .checklistInput_a label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #707070;
  font-size: 12px !important;
}
.account-profile-pg .inputBoxDiv label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #707070;
  font-size: 14px !important;
  margin-left: 0px;
}
.account-profile-pg .selectBoxDiv label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  color: #707070;
  font-size: 12px !important;
  margin-left: 0px;
}
.account-profile-pg .selectBoxDiv .selectBox {
  height: auto;
  padding: 5px 5px 5px 5px;
  line-height: normal;
  font-size: 14px !important;
  margin-left: -4px;
}
.account-profile-pg .inputBoxDiv .input-group .inputBox {
  height: auto;
  padding: 5px 5px 5px 1px;
  line-height: normal;
  font-size: 14px !important;
}
.checklistYour_h {
  overflow: hidden scroll;
  height: 100%;
  max-height: calc(38vh - 137px);
  margin-top: 0rem;
  color: rgb(81, 81, 81);
  scrollbar-width: thin;
}
.checklistTabPanel .MuiBox-root {
  padding: 0px;
}
.checklist_Edit_height {
  height: calc(78vh - 50px);
  scrollbar-width: thin;
}
.view_checlHeight_setting {
  height: calc(100vh - 305px);
  scrollbar-width: thin;
}
.checklist__border {
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 4px;
}
h4.textElipsisName_checklist {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.view_checlHeight_setting .card-body {
  padding-top: 0.25rem;
}
/* This user image  styling */
.image_profile_H {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
  /* margin-right: 20px; */
}
.profile_height_m {
  height: auto;
}
.logReg_page {
  margin: auto;
  width: 80%;
}
button.responSelec {
  display: none;
}
.col_Radio span {
  padding: 2px !important;
}
.checklist_cardB {
  padding: 0.25rem !important;
}
/* This workisite edit input styling */
.editWorks {
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.editworksiteT {
  position: absolute;
  bottom: 0;
  /*  right: 100px; */
}
/* This button close and save  styling */
.buttonSaveClose {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.buttonSaveClose button {
  margin-right: 5px;
  width: 30%;
}
/* This tab  styling */
.tabpanelSize .MuiTab-textColorPrimary.Mui-selected {
  color: #323232 !important;
  font-weight: 400;
  padding: 0px;
  margin-right: 20px;
}
.MuiTab-textColorPrimary.Mui-selected {
  color: #323232 !important;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
}
.MuiTab-textColorPrimary {
  color: #323232 !important;
  font-family: "Kanit", sans-serif;
}
.buttontabpanels {
  /* max-width: max-content !important;*/
}
span.check_radioB {
  padding: 0px !important;
}
/* This billing styling */
.billingPage {
  margin-top: 10px;
  height: 82vh;
}
/* This workiste page listing height calculation  styling */
.worksite-height {
  z-index: 0;
  display: block !important;
  height: calc(100vh - 322px);
}
/* This asset top section  styling */
.assetTopBarH {
  /* height: 18vh; */
}
/* This worksite forgroup input section  styling */
.work-label .form-group {
  margin-bottom: 0.2rem !important;
}
.assetMediaLast {
  display: block !important;
}
/* This  checklist laguage  styling */
.checklistLangh5 {
  font-size: 1rem !important;
}
.buttontabpanels span {
  text-transform: capitalize !important;
  letter-spacing: initial;
}
/*.worksiteRight
{
  right: 11%;
} */
.worksiteRight {
  right: 15px;
}
/* This asset checklist section  styling */
.asset_check_H {
  overflow-x: hidden;
  height: 10vh;
  padding: 0.25rem;
}
/* This table data styling */
.table_TD table td,
.table_TD table th {
  padding: 4px;
}
.table_TD table th {
  background-color: #f7f7f7;
  color: #000000;
  font-weight: 400;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.table-striped tbody tr {
  border-bottom: 1px solid #eee !important;
}
.table-bordered td {
  border: 0px solid #dee2e6 !important;
}
.table-bordered {
  border: 0px solid #dee2e6 !important;
}
.tableFixHead {
  /*  overflow-y: auto; */
  height: 100%;
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 12;
}
.table_TD table td p {
  margin-bottom: 0px;
}
.table_TD table td label {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
}
/* This is for profile styling */
.profile_filename input {
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  overflow: auto;
}
.asset_button_over {
  /* position: absolute;
  bottom: 0;
  right: 5px;
  width: 95%;
    display: flex; */
}
/* This is user page styling */
.userPage_a {
  display: flex;
  padding-top: 0px !important;
}
.userPage_a div {
  padding-top: 0px !important;
  margin-left: 2px;
  font-size: 12px !important;
}
.div_user_pin {
  display: block;
}
.div_user_pin p {
  margin-right: 5px;
  float: left;
  margin: 0px;
  width: 100%;
}
.div_user_pin p span {
  margin-top: 0px !important;
}
.padding_table {
  padding: 0.35rem !important;
}
.NavbarPadding {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.assetTypeAdd .MuiBox-root {
  padding: 11px !important;
}
.radioAssetType div label {
  margin: 0px !important;
}
.documentTableH {
  /* height: 198px;*/
  overflow: auto;
}
/* This is used for elipses cut  large text styling */
p.elipsis_asset {
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding: 2px;
  font-size: 1.1rem;
  margin: 0;
  background: white;
}
.textElipsisName span {
  white-space: nowrap;
  width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elipses_profileName {
  white-space: nowrap;
  width: 164px;
  overflow: hidden;
  text-overflow: ellipsis;
}
button.buttontabpanels_chec_edit {
  min-width: auto !important;
  padding-left: 13px;
  padding-right: 13px;
}
/* This is used for table responsive styling */
@media screen and (max-width: 600px) {
  .inputMobileR input {
    width: 50px !important;
  }

  .table_TD table {
    border: 0;
  }

  .widthTabT {
    width: auto !important;
  }

  .table_TD table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table_TD table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  .table_TD table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .tableMediaRes table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }

  .table_TD table td::before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    text-transform: initial;
    background: #eee;
    width: 50%;
    text-align: left;
    left: 0;
  }

  .tableMediaRes table td::before {
    content: attr(data-label);
    float: left;
    font-weight: normal;
    text-transform: initial;
    background: #eee;
    width: 100%;
    text-align: left;
    left: 0;
  }

  .table_TD table td:last-child {
    border-bottom: 0;
  }
}
.assetMediaLast div:nth-child(2) .buttonSubmit {
  position: absolute;
  bottom: 15px;
}
.asserMedia_respons {
  width: 96%;
  margin: auto;
}
.uploadHight {
  margin-top: 10px;
}
@media (min-width: 600px) {
  .tabpanelSize .MuiTab-root {
    min-width: auto !important;
    padding: 0;
    margin-right: 20px;
    font-weight: 300;
  }
}
/* This is used checklist view styling */
.checklist_Text_div {
  height: 100%;
}
h1.checklist_Text {
  text-align: center;
  position: relative;
  top: 37%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5vw !important;
}
/*Responsive css starts here for all section worksite user and asset and checklist and view checkist 
and all other section of page inclusding height calculation
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {*/
@media screen and (max-width: 1100px) {
  .userPageResponsive .userButtonResponsive {
    position: relative;
    top: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .operatorEditButtonResponsive .userButtonResponsive {
    display: contents;
  }

  .update-apply {
    width: 100%;
  }

  .tabpanelSize {
    /* display: none !important; */
  }

  .mobileTabPanelSize {
    display: block;
  }

  .uploadHight {
    max-height: 15vh;
  }

  .asserMedia_respons {
    width: 89%;
    margin: auto;
  }

  .worksite-height .card-body .row .text-left {
    margin-top: 25px;
    margin-bottom: 10px;
  }

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

  .App .makeStyles-root-1 {
    height: auto;
  }

  .asset_button_over {
    position: relative;
  }

  .view_checlHeight_setting {
    height: auto !important;
  }

  .checklistYour_h {
    height: auto !important;
  }

  .tableFixHead {
    height: auto;
  }

  .asset_check_H {
    height: auto;
  }

  .asset_check_buttonFlex div {
    margin-bottom: 5px;
    text-align: center;
  }

  .buttoncheckRespon {
    display: inline-block;
  }

  .noSection {
    position: relative;
    top: 42%;
    left: 0;
    right: 0;
    height: 200px;
    display: inline-grid;
    align-items: center;
    align-content: center;
  }

  .MuiTab-root {
    min-width: auto !important;
  }

  .buttontabpanels {
    /* max-width: max-content !important;*/
  }

  .asset_check_buttonFlex {
    display: block;
    float: right;
    margin-top: 10px;
  }

  #inspection_List {
    height: auto;
  }

  .editWorks {
    margin-bottom: 10px;
    margin: auto !important;
    width: 100%;
    position: relative;
  }

  .editworksiteT {
    position: relative;
    bottom: -14px;
    right: 0;
    margin-bottom: 50px !important;
  }

  .assetTopBarH {
    height: auto !important;
  }

  button.responSelec {
    display: block;
    width: 100%;
    background-color: #0d5fbe;
  }

  .responDivHide {
    display: none;
  }

  .tableHides {
    height: auto !important;
    max-height: 200px;
  }

  .checklistRespo {
    width: 100%;
    margin-top: 10px;
    display: inline;
  }

  .mainModelPop {
    margin-top: 70px;
  }

  .modal-content {
    /* margin-top: 15%;*/
  }

  .cardBodyChecklist {
    padding: 0.8rem !important;
  }

  .checklist_tablefont {
    background-color: #5b8df1;
    font-size: 14px;
  }

  .modalPopup {
    padding: 1rem;
  }

  span.checklist_addh4 {
    font-size: 1rem;
    margin-top: 10px;
    float: left;
  }

  .view_checlHeight {
    height: auto;
  }

  .View_checlistPage div div {
    margin-bottom: 1rem;
    max-height: auto;
    height: 30vh !important;
  }

  .makeStyles-content-10 {
    width: 100%;
    overflow: inherit;
    margin-bottom: 30px;
  }

  .footer-height div {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px !important;
  }

  .InspectUpload {
    display: block;
    width: auto;
    float: left;
    clear: both;
  }

  .InspectUpload div {
    right: 0;
    cursor: pointer;
    position: relative;
    margin-top: 25px;
  }

  .InspectUpload div div {
    width: 100% !important;
  }

  .thumbsDiv div {
    display: block;
  }

  .thumbsDiv div div {
    width: 100%;
  }

  .thumbsDiv textarea {
    display: initial;
    width: 98%;
    margin-top: 5px;
  }

  /*
  .thumbsDiv div div div {
    width: 50%;
    display: inline-block;
  }*/
  .thumbsDiv div div div svg {
    padding: 35px !important;
    font-size: 100px !important;
  }

  #inspectRoundIcon {
    padding: 35px;
    font-size: 100px;
  }

  #inspection_check {
    height: auto;
  }

  #inspection_check .MuiFormControl-root {
    width: 90% !important;
  }

  #inspection_check button {
    width: 180px;
    height: 180px;
  }

  #inspection_check button span {
    font-size: 1rem;
  }

  #inspection_check .Result-fail-70,
  #inspection_check .Result-pass-69 {
    font-size: 33px !important;
  }

  #inspection_check .Result-message-71 {
    width: 78%;
  }

  #inspection_check .Result-id-74 {
    font-size: 16px !important;
  }

  .button_checklistAdd {
    margin-bottom: 0px;
    position: relative;
    bottom: 0px;
  }

  .checklist_Text {
    font-size: 1rem !important;
  }

  .checkList_height_a {
    height: auto;
  }

  .pending_height {
    height: auto;
  }

  .checkList_height {
    height: auto;
  }

  .HR_line {
    height: 2px;
    width: 1rem;
  }

  .checkList_top {
    margin-left: 17px !important;
  }

  /* .tableHeight
  {
    display: none;
  }*/
  .selectSearch {
    display: block;
    margin: 10px auto;
    width: 99%;
    position: relative;
    z-index: 99;
  }

  .selectSearch .select-search {
    width: 100%;
  }

  .select-search__option.is-selected {
    background: #0d5fbe !important;
    color: #fff;
  }

  .select-search:not(.select-search--multiple) .select-search__input:hover {
    border-color: #0d5fbe !important;
  }

  .asset_ImageSec {
    margin-top: 86px;
    margin-left: 90px !important;
  }

  .AssetType_addSec {
    height: auto;
    overflow: auto;
  }

  .add-user-sel .MuiFormControl-root {
    min-width: 96% !important;
  }

  .assetType-height {
    height: auto;
    overflow: auto;
    margin-bottom: 30px;
  }

  .assetType_sec {
    height: auto;
    overflow: hidden;
    padding: 0 !important;
  }

  .radioLabel label span {
    font-size: 0.8rem;
    margin-left: 10px;
  }

  .assetType_sec h6 {
    font-size: 0.8rem;
  }

  .card_assetBody {
    display: none;
  }

  button.btn-res {
    margin: 0;
  }

  .carousel-buttton {
    bottom: 21px !important;
  }

  .carousel-buttton .MuiButtonBase-root {
    height: 3ch;
    font-size: 0.7rem !important;
    line-height: 1rem;
    width: 180px;
  }

  .carousel-buttton-a {
    bottom: 21px !important;
  }

  .carousel-buttton-a .MuiButtonBase-root {
    height: 3ch;
    font-size: 0.7rem !important;
    line-height: 1rem;
    width: 200px;
  }

  .carousel-buttton-b {
    bottom: 21px !important;
  }

  .carousel-buttton-b .MuiButtonBase-root {
    height: 3ch;
    font-size: 0.7rem !important;
    line-height: 1rem;
    width: 200px;
  }

  /*.login-email .MuiButtonBase-root
{
  width: 23ch;
  height: 4ch;
}*/

  .topToolbar .MuiTypography-h2 {
    font-size: 0.2rem;
    margin-top: 7px;
  }

  .topToolbar .cSBxWN {
    font-size: 1rem !important;
    margin-left: 6px;
  }

  .logoImg {
    height: 11px;
    width: auto;
  }

  .topToolbar .flag-select__option .flag-select__option__icon {
    width: 1.5rem !important;
  }

  .topToolbar .flag-select__btn:after {
    border-top: 5px solid #ffffff;
  }

  .topToolbar .flag-select__btn[aria-expanded="true"]:after {
    border-bottom: 5px solid #ffffff;
  }

  .topToolbar .iconHelp {
    height: 21px !important;
  }

  .breadCrum .breadHome,
  .breadCrum .breadPage {
    font-size: 12px;
  }

  .tabName span.MuiTab-wrapper {
    font-size: 1rem !important;
    text-transform: capitalize;
  }

  button.buttonAdd {
    font-size: 12px !important;
    height: 36px;
    margin-bottom: 5px;
  }

  button.buttonAdd .MuiSvgIcon-root {
    width: 0.5em;
    height: 0.5em;
  }

  .search-a-top {
    margin-top: auto;
    position: relative !important;
    right: auto;
  }

  .worksite-height {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 21px;
  }

  .search-v-top {
    margin-top: auto;
    position: relative !important;
    right: auto;
  }

  button.buttonAdd svg {
    width: 13px;
    margin-bottom: 0px;
    margin-right: 10px;
  }

  /*
  .editWorks {
    float: right;
    margin-right: 0px !important;
    margin-bottom: 10px;
  } */
  h4.h4texts {
    font-size: 1rem;
  }

  .tabPanels .MuiTab-wrapper {
    font-size: 0.8rem !important;
  }

  .footerNav div {
    font-size: 9px !important;
    padding: 0;
  }

  .flMGOQ {
    font-size: 23px !important;
  }

  .worksite-overview-height {
    height: auto !important;
    margin-bottom: 27px;
    padding-bottom: 6px;
    max-height: initial;
  }

  .worksite-overview-height_ab {
    height: auto !important;
  }

  .InspectionList {
    height: auto !important;
    overflow: hidden !important;
    max-height: initial !important;
  }

  .InspectionList div {
    margin-bottom: 10px;
    display: flex;
  }

  .ImageUpl_sec div {
    margin-bottom: 0px !important;
    display: inline-block;
  }

  .assetTextData {
    margin-bottom: 8px;
  }

  .checklist_cardB {
    padding: 0 !important;
    margin: 0;
    padding-top: 10px !important;
  }

  .checklist_cardB div form div {
    padding: 0px;
    margin-right: 2px;
  }

  .checklist_comming {
    margin: 0;
    padding: 0 !important;
  }

  .checklist_comming span {
    display: block;
    padding: 0 !important;
    text-align: center;
  }

  .check_language {
    display: block !important;
    margin: 0 !important;
    width: 100%;
  }

  .check_language div {
    width: 100%;
    padding: 0px;
    margin: 0;
  }

  .assetTable {
    display: none;
  }

  .assetTableView div {
    /* width: 100%; */
  }

  .modal-title {
    font-size: 19px !important;
  }

  .addWorkNav {
    padding: 0px 10px !important;
    font-size: 12px !important;
  }

  .addWorkNav span.navbar-brand {
    font-size: 1rem !important;
  }
}
@media (max-width: 599.95px) {
  .MuiTabs-scrollButtonsDesktop {
    display: grid !important;
  }
}
/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
  .container_za form {
    display: flex !important;
  }

  .btn-sm {
    padding: 0 !important;
    line-height: 2 !important;
  }
}
/*
@media only screen and (max-width: 1366px) {*/
@media (max-width: 1380) and (min-width: 800px) {
  /*  .worksiteRight {
      right: 13%;
  }
  
.worksiteMainbox {
  padding-top: 2vh;
  height: 63vh !important;
}
.tableHeight {
  height: 43vh !important;
  overflow-y: scroll;
}

.worksite-height {
  height: 50vh !important;
  overflow: auto;
}

.worksite-overview-height {
  height: 15vh !important;
} */
  .editWorks {
    margin-bottom: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .editWorks div {
    float: right;
  }

  .checkList_height .card-header {
    padding: 0.15rem 0.25rem !important;
  }

  .h5,
  h5 {
    font-size: 1rem !important;
  }

  .checklist_cardB card span {
    font-size: 1rem !important;
  }

  .container_za form div {
    float: left;
    width: 100%;
  }
}
/* This is used selctbox small styling */
.selectBoxDiv {
  margin-bottom: 0.2rem !important;
}
.selctAccMB {
  margin-bottom: 1rem !important;
}
.selectBoxDiv .selectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 2px 2px 2px;
  border: none;
  background: transparent url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='13.414'%20height='7.414'%20viewBox='0%200%2013.414%207.414'%3e%3cpath%20id='Path_2381'%20data-name='Path%202381'%20d='M1326,9588l-6,6,6,6'%20transform='translate(-9587.293%201326.707)%20rotate(-90)'%20fill='none'%20stroke='%23919191'%20stroke-linecap='round'%20stroke-width='1'/%3e%3c/svg%3e") no-repeat;
  background-position: right;
  cursor: pointer;
  padding: 0px;
  border: 0px;
  border-bottom: 1px solid #919191;
  border-radius: 0px;
  font-size: 0.8rem !important;
  height: calc(0.8em + 0.75rem + 0px);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
  margin-bottom: 0.2rem !important;
  padding-left: 4px;
}
.selectBoxDiv .selectBox option {
  height: 350px;
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);

  font-size: 1rem;
  background-color: #fff;
  color: #000000;
  border-color: #ccc;
  box-shadow: #ccc;
  border: 1px solid #ccc;
  outline: none;

  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 16px;
  white-space: nowrap;
  letter-spacing: 0.00938em;

  opacity: 1;
  transform: none;
  min-width: 266px;
  transition:
    opacity 387ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 258ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;

  transform-origin: 0px 433.9px;
}
.selectBoxDiv .selectBox:focus {
  outline: none !important;
  border-color: #0d5fbe !important;
}
option {
  box-shadow: none !important;
  border: none !important;
  -webkit-appearance: none !important;
}
option:hover {
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
}
*:focus {
  outline: none;
}
select {
  border: none;
  outline: none;
  scroll-behavior: smooth;
}
input:focus,
select:focus,
textarea:focus,
form:focus,
button:focus {
  outline: 0;
}
.selectBoxDiv select:focus {
  outline: 0;
}
.selectBoxDiv .selectBox:focus {
  outline: 0;
}
.selectBoxDiv .selectBox option:focus {
  outline: 0;
}
.selectBoxDiv label {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
.editForm {
  background-color: #f9f9f9;
}
.editForm .custom-select,
.editForm .form-control {
  background: #f9f9f9 !important;
}
/* Breadcrum styling*/
.breadCrum {
  padding-top: 0.1rem;
}
.breadHome {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;

  /* color: #919191;*/
}
.breadPage {
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
/* left list sec stylig */
.listNameSec {
  font-family: Kanit;
  font-size: 18px;
  /* margin-top: 5px;*/
  padding: 5px 0px 5px 0px;
  margin-bottom: -1px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.5;*/
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
/* This is used table listing styling */
table.tableListSec tr th.listNameBG {
  background-color: #f2f2f2;
}
.tableListSec {
  /*height: calc(100vh - 300px); */
}
.inspect-asset-height .tableListSec {
  height: calc(100vh - 218px);
}
tr.tableTr {
  text-align: left !important;
  color: inherit;
  outline: 0;
  display: grid;
  vertical-align: middle;

  font-family: "Open Sans", sans-serif;
}
.table thead th {
  border: 0px !important;
}
tr.tableTr td {
  font-size: 13px !important;
  display: table-cell;
  font-size: 0.875rem;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  line-height: 1.43;
  border-bottom: 1px solidf #f2f2f2;
  letter-spacing: 0.01071em;
  vertical-align: inherit;
}
tr.tableTr td.active-list-item {
  background-color: #f2f2f2;
}
tr.tableTr p {
  display: inline-block;
  margin: -7px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}
/*
.InspectionList
{
  overflow-x:hidden;
  overflow-y:scroll;
  height: 15rem;
  padding: 0.5rem 1.3rem !important;
}*/
/* This is inspect button styling 
button.burronInspect {
  padding: 2px 12px;
  font-size: 0.8rem !important;
}*/
/* This is carousel button changed in workiste  styling */
.carouselArrow .carousel-control-next-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZYjaSQGGmKt0hftDWxwrxs2h5w_uzjFzw3A&usqp=CAU);
}
.carouselArrow .carousel-control-prev-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZYjaSQGGmKt0hftDWxwrxs2h5w_uzjFzw3A&usqp=CAU);

  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.borderCar {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.react-multiple-carousel__arrow {
  background: transparent !important;
}
.react-multiple-carousel__arrow:hover {
  background: transparent !important;
}
.react-multiple-carousel__arrow::before {
  color: #c7bfbf !important;
}
.fexDiv {
  display: flex;
  align-items: center;
  height: 100%;
}
/*footer */
.footerNav {
  justify-content: center;
  background-color: #e6e6e6;
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);

  height: 4vh;
}
/* for website without scroll */
body {
  width: 100%;
  /*  height: 100vh;*/
  background-color: #ffffff;
  font-family: gothambook;
  /*   position: fixed;*/
  top: 0;
  bottom: 0;
  min-height: 100vh;
}
.footer-height {
  position: fixed !important;
  z-index: 9999;
  bottom: 0 !important;
  width: 100%;
  height: 5vh;
}
/*
.makeStyles-container-67 {
  height: 55vh;
}
.MuiTableContainer-root {
  height: 55vh !important;
}

.worksite-height {
  height: 53vh;
  overflow: auto;
}

.worksite-overview-height {
  height: 19vh;
  overflow-x: hidden;
  overflow-y: auto;
}*/
.asset_media_w {
  display: block;
  position: relative;
  top: 40%;
}
.tableHeight {
  display: block !important;
  overflow-y: scroll;
  height: calc(100vh - 314px);
}
/* for website without scroll */
.inspect-asset-height .tableListSec .tableHeight {
  height: calc(100vh - 280px);
}
.tabName span.MuiTab-wrapper {
  font-size: 1rem !important;
  text-transform: capitalize;
  font-family: "Kanit";
  font-weight: 400;
}
/*checklist correction*/
.checklistLabel label {
  margin-bottom: 0px;
  color: #919191 !important;
}
.checklistLabel-a label {
  margin-bottom: 0px;
  color: #919191 !important;
}
.checklistLabel input {
  font-size: 1.5rem !important;
  padding: 0 !important;
  margin: 0;
  height: 28px;
  color: #323232 !important;
  font-weight: 600;
  letter-spacing: 1px;
}
tr.tableTr td.active-list-item {
  background-color: #f2f2f2;
}
tr.tableTr p {
  display: inline-block;
  margin: -7px 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}
/* This is inspect page styling */
.InspectionList {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(50vh - 263px);
  padding: 0.5rem 1.3rem !important;
  scrollbar-width: thin;
}
button.burronInspect {
  padding: 2px 10px;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  background: #0d5fbe;
  border-color: #0d5fbe;
}
tr.tableTr button[disabled]:hover {
  background: #6c757d !important;
}
/* This is carousel page arrow changed */
.carouselArrow .carousel-control-next-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZYjaSQGGmKt0hftDWxwrxs2h5w_uzjFzw3A&usqp=CAU);
}
.carouselArrow .carousel-control-prev-icon {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSZYjaSQGGmKt0hftDWxwrxs2h5w_uzjFzw3A&usqp=CAU);

  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.borderCar {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.react-multiple-carousel__arrow {
  background: transparent !important;
}
.react-multiple-carousel__arrow:hover {
  background: transparent !important;
}
.react-multiple-carousel__arrow::before {
  color: #c7bfbf !important;
}
.fexDiv {
  display: flex;
}
.tabPanels .MuiAppBar-root {
  background-color: #ffffff !important;
}
.worksiteMainbox {
  padding-top: 10px;
  min-height: calc(100vh - 256px);
}
/* search box design */
.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#searchQueryInput {
  width: 100%;
  height: 2.2rem;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 1rem;
  border: 1px solid #c6c6c6;
  font-family: "Open Sans", sans-serif;
}
#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}
#searchQuerySubmit:hover {
  cursor: pointer;
}
.worksite_Account {
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
  position: relative;
}
span.elip-span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.elip-span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.width-span {
  /*float: right;*/
  width: 70%;
}
@media screen and (max-width: 1366px) {
  .worksite_Account {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 79vh);
    position: relative;
  }
}
@media screen and (min-width: 1920px) {
  .assetTypeList_hieght .tableHeight {
    height: calc(100vh - 330px);
  }

  .assetType-height {
    height: calc(100vh - 275px);
  }

  .assetType_sec {
    height: calc(46vh - 27px);
  }

  .worksite-height {
    height: calc(100vh - 362px);
  }

  .tableListSec {
    height: calc(100vh - 340px);
  }

  /*.tableHeight {
    height: 53vh;
  }
  .worksite-height {
    height: calc(57vh - 2px);
  }
  .worksite-overview-height_ab {
    height: 26vh !important;
  }

  /*.worksiteMainbox
  {
    height: auto;
  }
  .View_checlistPage div div {
    max-height: auto;
    height: 80vh !important;
  }
  .view_checlHeight {
    height: 61vh;
  }
  .tableHeight {
    height: 58vh;
  }

  .worksite-height {
    height: 62vh;
  }
  .worksite-overview-height {
    height: 30vh;
  }
 
  .assetTypeList_hieght .tableHeight {
    height: 66vh;
  }

  .assetType-height {
    height: 71vh;
  }
  .assetType_sec {
    height: 20rem;
  } */
}
/* This is bootstrap styling */
.pure-material-textfield-outlined .text-danger {
  margin: 0 !important;
}
.inputGrp {
  display: block !important;
  width: 96% !important;
}
.InputGroupButton {
  float: right;
  position: absolute;
  right: 0;
  top: 6.9px;
}
.InputGroupButton button {
  color: #807373;
  background-color: #ffffff;
  border-color: #ffffff;
}
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 6, 82, 169));
  position: relative;
  display: inline-block;
  padding-top: 6px;

  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 74%;
}
/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  /* Safari */
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-top-color: transparent;
  border-radius: 4px;
  padding: 8px 12px 8px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 6, 82, 169));
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition:
    color 0.2s,
    font-size 0.2s,
    line-height 0.2s;
}
/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 3px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 3px;
  border-right: solid 2px rgb(6, 82, 169);
  border-radius: 0 4px;
}
/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb));
  border-top-color: transparent;
}
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb));
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb));
}
/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb));
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 52px;
  letter-spacing: 0.0055px;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}
/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: rgba(var(--pure-material-onsurface-rgb));
  border-top-color: transparent;
  box-shadow:
    inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1);
  outline: none;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: rgba(var(--pure-material-onsurface-rgb));
}
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb));
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb));
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb));
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb));
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}
/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-outlined > input,
    .pure-material-textfield-outlined > input + span,
    .pure-material-textfield-outlined > textarea,
    .pure-material-textfield-outlined > textarea + span,
    .pure-material-textfield-outlined > input + span::before,
    .pure-material-textfield-outlined > input + span::after,
    .pure-material-textfield-outlined > textarea + span::before,
    .pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
/*Login Form */
.registerInputText {
  /* width: 20rem !important; */
  background-color: white;
  margin: 0 auto;
}
.registerButton {
  width: 27ch;
  height: 5ch;
  background-color: #0d5fbe;
  font-family: Kanit;
  font-size: 20px;
}
.registerButton:hover {
  background-color: #5387dc;
}
/* Billing page styling with 3 tab section */
.scout-safety {
  border: 1px solid #0d5fbe;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  /*	position:relative;*/
}
.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.billing_mainTab {
  padding-bottom: 20px;
}
p.plan-setting {
  text-align: left;
  font-size: 1.3rem !important;
  letter-spacing: 0px;
  color: #0d5fbe;
  opacity: 1;
  margin: 10px 0px 0px;
}
.gallery-cell {
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
  border: 1px solid #ccc;
}
.gallery-cell:hover {
  box-shadow: 0px 4px 48px #00000033;
}
.tabs .nav-tabs .nav-link {
  border: 0px solid transparent;
}
.tabs .nav-tabs .nav-link.active {
  border-bottom: 3px solid #0550a7;
}
.tabs .nav-tabs .nav-item {
  margin-bottom: -3px;
}
.tabs .nav-tabs {
  border-bottom: 3px solid #ccc !important;
}
.plan-sub {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
  height: 450px;
}
.plan-sub-head {
  width: 100%;
  padding: 16px 15px;
  font-size: 1.3rem !important;
  background: #0d5fbe;
  color: #fff;
  overflow: hidden;
  float: left;
  text-transform: capitalize;
}
.bg-basic {
  background: url(/assets/BASIC-j5C2-rXf.png);
  background-size: cover;
}
.bg-pro {
  background: url(/assets/PRO-BQm2QHYK.png);
  background-size: cover;
}
.bg-enter {
  background: url(/assets/ADVANCED-DQB3Gn9U.png);
  background-size: cover;
}
.plan-cent-div {
  text-align: center;
}
.price-sec {
  overflow: hidden;
  float: left;
  text-align: center;
  width: 100%;
  margin: 15px auto 0;
}
p.price-set {
  font-size: 1.4rem !important;
  margin-bottom: 0;
}
.price-set sup {
  top: -1.2rem;
}
.nocc-cr {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}
.plan-ul {
  text-align: left;
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 8px 15px;
  margin-bottom: 33px;
  font-size: 0.8rem !important;
}
.plan-ul ul {
  font-family: "Open Sans", sans-serif;
  list-style-type: initial;
  margin: 0px;
  padding: 0px 16px;
}
a.change-plan-ac {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background: #0d5fbe;
  display: block;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
a.change-plan-ac:hover {
  color: #fff;
}
.change-plan {
  width: 100%;
}
.cp-plan {
  position: absolute;
  bottom: 12px;
}
.tabsTitle {
  font-size: 20px;
  padding: 5px !important;
}
.nav-tabs {
  /* border-bottom: 4px solid #ccc !important; */
}
.tabCards {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.details {
  font-size: 14px;
}
.tabContentCover {
  margin-top: 20px;
}
/*Payment page */
.payment-details {
  font-size: 20px !important;
}
.payment-cover form {
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0px 4px 48px #00000033;
}
.payment-cover button {
  margin-top: 25px;
  background-color: blue;
  color: #fff;
  padding: 4px 25px;
}
.payment-cover {
  width: 50%;
  margin: 0 auto;
}
.tab-contents {
  padding: 0.5em 0em 1em;
  /*border: 1px solid #ddd;*/
  margin-top: 20px;
}
.paddingBlock {
  /*padding: 20px 0;*/
}
.eqWrap {
  display: flex;
}
.eq {
  /*	padding: 10px;*/
}
.eq:nth-of-type(odd) {
  /*background: yellow;*/
}
.eq:nth-of-type(even) {
  /*background: lightblue;*/
}
/*.equalHW {
	flex: 1;
}*/
.equalHMWrap {
  justify-content: space-between;
}
.equalHM {
  width: 32%;
}
.equalHMRWrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
.equalHMR {
  width: 32%;
  margin-bottom: 2%;
}
.equalHMVWrap {
  flex-wrap: wrap;
}
.equalHMV {
  width: 32%;
  margin: 1%;
}
.equalHMV:nth-of-type(3n) {
  margin-right: 0;
}
.equalHMV:nth-of-type(3n + 1) {
  margin-left: 0;
}
.billing-div-sec {
  display: flex;
  background: transparent linear-gradient(180deg, #0d5fbe 0%, #07305f 100%) 0% 0% no-repeat padding-box;
}
.popular-plan {
  background-color: #fbc401;
  width: fit-content;
  margin: 0 auto 15px;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 12px !important;
}
.trial-plan {
  background-color: #ccc;
  width: fit-content;
  margin: 0 auto 15px;
  border-radius: 50px;
  padding: 0 10px;
  font-size: 12px !important;
}
.left-billing {
  float: left;
  background: transparent linear-gradient(180deg, #0d5fbe 0%, #07305f 100%) 0% 0% no-repeat padding-box;
  box-shadow: -2px 0px 2px #000000be;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 65%;
  overflow: hidden;
}
.left-current {
  padding: 18px;
  overflow: hidden;
}
.top-left-biling {
  color: #fff;
  position: relative;
  opacity: 0.8;
  font-weight: 100;
  text-align: left;
}
.center-top-biling {
  width: 100%;
}
.center-left-bill {
  float: left;
  padding: 10px 0px;
}
.center-right-bill {
  float: right;
}
.center-left-bill h5 {
  color: #fff;
  margin: 0;
  font-weight: 100;
  text-align: left;
}
.center-left-bill h4 {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 2.5rem;
}
.center-left-bill h4 small {
  color: #fff;
  opacity: 0.8;
  font-weight: 100;
  font-size: 1.5rem;
}
.center-left-bill p {
  margin: 0;
  color: #fff;
  position: relative;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 100;
  text-align: left;
}
.star-round i {
  padding: 10px;
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 0px 6px #00000098;
}
.star-round i:before {
  content: "\f005";
  color: #ffffff;
  font-size: 22px;
}
.change-plan {
  clear: both;
  display: block;
  width: 100%;
  overflow: hidden;
  float: left;
}
a.change-plan-ach {
  text-decoration: none;
  background: #fff;
  padding: 7px 18px;
  color: #0d5fbe;
  float: left;
  border-radius: 2px;
  border: 1px solid #0d5fbe;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
}
a.change-plan-acb-cc {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background: #0d5fbe;
  display: inline-grid;
  width: 80%;
  margin: 0 auto;
}
a.change-plan-ac-cc {
  text-decoration: none;
  color: #0d5fbe;
  padding: 10px 20px;
  background: #f2f2f2;
  display: block;
  width: 80%;
  margin: 0 auto;
}
a.change-plan-acb-cc {
  display: none;
}
.next-payment {
  border: 1px solid #0d5fbe;
  border-radius: 5px;
  padding: 15px;
  overflow: hidden;
  height: 100%;
}
.top-next-pay {
  display: block;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.left-top-pay {
  float: left;
  color: #0d5fbe;
}
.right-top-pay {
  float: right;
}
.right-top-pay i {
  padding: 6px;
  position: relative;
  border-radius: 100%;
  background: aliceblue;
}
.right-top-pay i:before {
  font-size: 12px;
}
.center-next-bill h4 {
  color: #0d5fbe;
  margin: 0;
  font-weight: 500;
  font-size: 2.5rem;
}
.center-next-bill p {
  margin: 0;
  color: #000;
  position: relative;
  opacity: 0.8;
  font-size: 1rem;
  font-weight: 100;
}
a.change-plan-ac {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background: #0d5fbe;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.right-billing {
  float: right;
  background: url(/assets/ENTERPRISE-DYI-_dSz.png);
  background-size: cover;
  width: 35%;
}
.clipped {
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
.plan-title {
  color: #0d5fbe;
  text-align: left;
}
.plan-stars {
  font-size: 40px !important;
  margin-top: 100px !important;
  font-weight: 500;
  margin-bottom: 0;
}
.plan-card-details {
  color: #c6c6c6;
}
.plan-card-amount {
  font-size: 40px !important;
  padding: 0 2px;
}
.monthly-button {
  border-radius: 50px !important;
  width: 140px;
  position: relative;
  transition: 0.3s;
  min-height: 48.65px;
}
.yearly-button {
  border-radius: 50px !important;
  width: 140px;
  margin-left: -36px;
  position: relative;
  min-height: 48.65px;
}
.yearly-button span {
  display: block;
  font-size: 10px;
}
.time-button-selected {
  background-color: #007bff !important;
  border: 1px solid #007bff !important;
  z-index: 2;
}
.time-button-unselected {
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
  z-index: 1;
}
.bill_respo {
  display: none;
}
/* this is for responsive Billing page styling with 3 tab section */
@media screen and (max-width: 1100px) {
  .assetTypeList_hieght .tableHeight {
    height: auto;
  }

  .bill_respo {
    display: block;
    margin: 0px;
  }

  .biling_head {
    display: none;
  }

  .biiling_row .billing_col {
    margin: auto;
    display: contents;
    flex: 0;
    position: relative;
    clear: both;
  }

  .hidden_call {
    display: none;
  }

  .text_size_bill h7 {
    font-size: 1.1rem;
    font-weight: normal !important;
  }

  .tabCards {
    display: block;
  }

  .gallery-cell {
    width: 100%;
    margin-bottom: 20px;
  }

  .plan-sub-head {
    width: 100%;
    padding: 7px 8px;
    font-size: 1.1rem !important;
  }

  p.price-set {
    font-size: 1.2rem !important;
    margin-bottom: 0px;
  }

  .price-sec {
    margin: 10px auto;
  }
}
/* This section  is for input user modal  */
.inputUserModal label {
  display: block;
  width: 100%;
  margin-bottom: 0px;

  margin: 0px;
  padding: 0px;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
.inputUserModal input {
  padding: 0px;

  border: 0px;
  border-bottom: 1px solid #919191;
  border-radius: 0px;
  font-size: 0.8rem !important;
  height: calc(0.8em + 0.75rem + 0px);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #323232;
}
.inputUserButton {
  padding: 0px !important;
}
/*  new menu des */
.acco_menuSt {
  margin: 0px 0 !important;
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.acco_menuSt .MuiAccordionSummary-content .Mui-expanded {
  margin: 0px 0;
}
.acco_menuSt:before {
  position: relative !important;
}
.acco_menuSt.MuiAccordion-root.Mui-disabled {
  background-color: transparent !important;
}
.MuiAccordionSummary-content.Mui-expanded {
  margin: 11px 0 !important;
}
.acco_menuSt .MuiAccordionSummary-root.Mui-expanded {
  min-height: 43px;
}
.acco_menuSt .MuiListItemText-root {
  flex: none;
  min-width: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 99%;
  text-align: left;
}
.accordSlideSec {
  display: block !important;
  padding: 0px 0px 0px !important;
}
.heightMidd {
  position: relative;
  width: 100%;
  float: left;
  padding-top: 7%;
  font-size: 17px;
}
/* This change pin design  */
.changePinB {
  padding: 2px 4px 2px 4px;
  /*margin-top: -7px !important;
  margin-bottom: 6px !important;
  margin-left: 7px !important;*/
  font-size: 0.7rem !important;
  padding: 0.15rem 0.1rem !important;
  height: 23px;
  position: relative;
  line-height: 1.4 !important;
  /*top: 5px;*/
}
.uploadHight {
  position: relative;
  z-index: 0;
}
/* This carousel in carousel multi  */
.carousel_itemMar {
  width: 100%;
  height: 86vh;
}
.carousel_itemMar .w-100 {
  width: 100% !important;
  height: 100vh;
}
.no-gutters {
  height: calc(86vh);
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ccc !important;
  background-image: none !important;
  background-position: right calc(0.375em + 1.1875rem) center !important;
}
.form-control.is-valid,
.was-validated .form-control:focus {
  border-color: #0d5fbe !important;
}
.enter_title {
  font-size: 32px !important;
}
.textCheklistHi {
  max-height: 11vh;
  overflow: hidden;
}
.widthTabT {
  width: 200px;
}
.marKeTingCar .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  margin-left: 133px;
}
.marKeTingCar .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  margin-right: 133px;
}
.marKeTingCar .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
/* This section  is height in all listing page to scroll  */
.height_Overflow {
  overflow-y: scroll;
  height: 100%;
  background-color: #f2f2f2;
}
/* .height_Overflow div:nth-child(1) {
  height: auto !important;
} */
/* This section  is for carousel and listing page to scroll  */
@media screen and (max-width: 1100px) {
  .carousel_itemMar {
    width: 100%;
    height: auto;
  }

  .carousel_itemMar .w-100 {
    width: 100% !important;
    height: auto;
  }

  .no-gutters {
    height: auto;
  }

  .stick-topNAV {
    height: auto;
  }

  .enter_title {
    font-size: 20px !important;
  }

  .logReg_page {
    margin: auto;
    width: 98%;
  }

  .footerNav {
    height: auto;
  }
}
/* This section  is for prefix table */
@-moz-document url-prefix() {
  .tableListSec {
    height: auto;
  }

  .tableHeight {
    display: block !important;
    overflow-y: scroll;
    height: calc(100vh - 387px);
    /* scrollbar-color: #f3f1f4 #e3e8e3; */
    scrollbar-width: thin;
  }

  .App .makeStyles-drawerPaper-8 {
    /* scrollbar-color: #f3f1f4 #e3e8e3; */
    scrollbar-width: thin;
  }
}
/* Credit card form */
.cardFields {
  text-align: left;
}
.cardFields .StripeElement {
  border: 1px solid #ccc;
}
.PrivateNotchedOutline-legendLabelled-30 > span {
  display: inline-block;
  padding-left: 15px !important;
  padding-right: 5px;
}
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1880px) {
  .mounTedTabCSS {
    width: 97%;
  }

  .questionWrapper {
    display: none;
  }

  .second_QWE {
    float: left;
    width: 50%;
    height: calc(100vh - 56vh);
  }

  .second_QWE div {
    height: 93%;
  }

  .second_QWE div div {
    display: contents;
  }

  .second_QWE div div svg {
    font-size: 3rem;
  }

  .center_textQues {
    width: -webkit-fill-available;
    border: 4px solid #f2f2f2;
    border-radius: 5px;
    float: left;
    display: block !important;
    vertical-align: middle;
    align-items: center;
  }

  .abS_Rig_arrow {
    position: relative;
  }

  .abS_Rig_arrow svg {
    position: absolute;
    right: 10vh;
  }

  .thumbsDiv {
    float: right;
    width: 50%;
  }

  .thumbsDiv div {
    display: block;
  }

  .thumbsDiv div div {
    margin: 0 auto;
    width: 90%;
    margin-top: 5vh;
  }

  .thumb_buttons_A {
  }

  .thumb_buttons_A svg {
    padding: 24px;
    font-size: 80px;
    margin-right: 25px;
  }

  .thumb_buttons_A button {
    padding: 19px 16.5px;
    margin-top: 0px;
  }

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

  .Status_bottm {
    clear: both;
    display: block;
  }

  .thumb_buttons_A div:nth-child(1) {
    float: left;
    width: 50%;
  }

  .thumb_buttons_A div:nth-child(2) {
    float: right;
    width: 50%;
  }

  .InspectUpload_va div {
    width: 100%;
    margin: 0;
    right: auto;
    left: auto;
    position: relative;
  }

  .thumbsDiv_vB label {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .inputMobileR {
    margin-top: 0px !important;
    flex: 1 !important;
  }

  .inputMobileR input {
    width: 100% !important;
    height: 55px !important;
  }

  .mounTedTabCSS .text-danger {
    color: #dc3545 !important;
    text-align: center;
  }
}
/* Account page css starts here */
.AccountPageDes {
  min-height: calc(100vh - 256px);
}
.AccountPageDes .tableListSec {
  height: calc(100vh - 315px);
}
.Account_Carousel {
  height: 8vh;
}
.Account_Carousel span {
  font-size: 1.3rem;
}
.Account_Carousel .fexDiv {
  display: flex;
  height: 8vh;
  overflow: hidden;
  margin-top: 0.8vh;
}
.fexDiv a.nav-carousel {
  display: contents;
}
.fexDiv a.nav-carousel:hover {
  color: #0d5fbe;
}
.Account_Carousel .fexDiv_A {
  height: 8vh;
}
.Account_TabOver {
  margin-bottom: 0.5vh;
}
.Account_TabOver ul li .fexDiv .count-card {
  font-size: 0.6rem !important;
}
.Account_TabOver ul li .fexDiv .count-card img {
  height: 17px !important;
}
.Account_TabOver ul li .fexDiv .count-card span {
  font-size: 1.2rem !important;
}
.Acc_input_c {
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  color: rgb(145, 145, 145);
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.div_logo_lable {
  padding-bottom: 4px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: left;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  color: rgb(145, 145, 145);
  background-color: rgb(249, 249, 249);
}
.Acc_input_c span {
  padding: 0px;
  margin-right: 5px;
  font-size: 0.9rem;
}
.Asset_checkNew {
  overflow-x: hidden;
  /* overflow-y: scroll; */
}
/*
.tooltipMUI
{
 
}

.Asset_checkNew table
{
overflow: auto;
display: flow-root;
overflow-x: hidden;
height: calc(100vh - 236px);
} 


.elip_hover {
  position: relative;
}


.elip_hover:hover {
 
  
}

.elip_hover span {
  background-color: #eee;
  color: #000;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  padding: 4px;
}

.elip_hover:hover span {
  transition: 1s;
  opacity: 1;
  visibility: visible;
  display: block;
  text-overflow: clip !important;
  position: absolute;
  top: 4px;
  width: 100%;
  left: 0;
  height: 100%;
}

.elip_hover span:before {
  content: '';
  position: absolute;
  top: 29px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  height: 10px;
  width: 10px;
  background: #eee;
  z-index: -1;
}*/
/* This section worksite account page styling  */
.worksite_Account {
  width: 100%;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.worksite_Account div:nth-child(1),
.worksite_Account div:nth-child(2),
.worksite_Account div:nth-child(3) {
  padding: 2px;
  margin: 0;
  width: auto;
}
.worksite_Account div {
  padding: 2px;
  margin: 0;
  width: 100%;
}
.worksite_Account div svg:nth-child(2) {
  width: 28px;
}
.div_ent_url {
}
.animateMainDiv .animat_div {
  background-color: transparent;
  animation-name: example;
  animation-duration: 5s;
}
.selectBoxDiv .animat_div {
  text-overflow: ellipsis;
}
@keyframes example {
  from {
    background-color: transparent;
  }

  to {
    border-bottom: 4px solid rgb(13, 95, 190);
  }
}
/* This section  report page styling  */
.Table_Report {
  margin-top: 20px;
}
.table_head {
  background: #f2f2f2;
  border-radius: 4px 4px 0px 0px;
  text-align: left;
  font: normal normal normal 15px/20px Kanit;
  font-weight: 200;
  letter-spacing: 0px;
  color: #323232;
}
.table_head th {
  font-weight: 500;
}
.table_Data {
  text-align: left;
  font: normal normal normal 15px/20px Open Sans;
  letter-spacing: 0px;
  color: #323232;
}
.assetPageList table {
  display: block;
  height: 100%;
}
.assetPageList .tableListSec {
  height: 100%;
}
.assetPageList table thead {
  background-color: #f2f2f2;
  width: 100%;
  display: block;
}
.assetPageList table tbody {
  display: block;
  float: left;
  width: 100%;
}
.assetPageList .tableHeight {
  overflow-y: scroll;
  height: calc(100vh - 260px);
  overflow-x: hidden;
}
.assetPageData tr.tableTr {
  display: flex;
}
.assetPageData tr.tableTr td {
  width: 100%;
}
.accountPageList .tableListSec {
  height: 100% !important;
  float: left;
}
.accountPageList table tbody {
  display: inline-grid;
  width: 100%;
}
.accountPageList .tableHeight {
  overflow-y: scroll;
  height: 100%;
  height: calc(100vh - 314px);
  overflow-x: hidden;
}
.accountPageList .tableHeight tr.tableTr {
  display: block;
}
.accountPageList .tableHeight tr.tableTr td {
  display: inherit;
}
.managementListing table tbody {
  /* display: inline-grid; */
  width: 100%;
}
.managementListing .tableHeight tr.tableTr {
  display: block;
}
.managementListing .tableHeight tr.tableTr td {
  display: inherit;
}
button.button_FilDes {
  background: #f2f2f2;
  color: #323232;
  margin-bottom: 15px;
  border: transparent;
}
.react-google-flight-datepicker .date-picker {
  padding: 0px !important;
}
.react-google-flight-datepicker .date-picker-input {
  height: 35px !important;
}
.react-google-flight-datepicker .dialog-header .date-picker-input {
  height: 35px !important;
  width: 55% !important;
}
button.button_FilDes svg {
  height: 20px;
  margin-right: 10px;
  fill: #323232;
}
.morefilter button {
  background: #f2f2f2;
  color: #323232;
  margin-top: 7px;
  border: transparent;
}
button.button_FilDes svg:hover {
  fill: #ffffff;
}
button.PassFail {
  height: auto;
  line-height: 10px;
  width: 104px !important;
  font-size: 14px;
}
button.btn-outline-Pass {
  border: 1px solid #11a70b;
}
button.btn-outline-Fail {
  border: 1px solid #dd0000;
}
button.btn-outline-Timedout {
  border: 1px solid #323232;
}
.checkRep {
  text-align: center;
}
/* Impact report high mid low button */
button.ImpactButton {
  height: auto;
  line-height: 10px;
  width: 100% !important;
  padding: 3px 3px;
  margin-left: -6px;
  font-size: 14px;
}
button.btn-border-High {
  border: 1px solid #dd0000;
}
button.btn-border-Mid {
  border: 1px solid #dd9000;
}
button.btn-border-Low {
  border: 1px solid #11a70b;
}
button.btn-HighTh {
  background-color: #dd0000;
}
button.btn-MidTh {
  background-color: #dd9000;
}
button.btn-LowTh {
  background-color: #11a70b;
}
input.lowborder {
  border: 1px solid #11a70b;
}
input.mediumborder {
  border: 1px solid #ddaa00;
}
input.highborder {
  border: 1px solid #dd0000;
}
span.threshold_g {
  color: #0d5fbe;
  font-weight: bold;
}
.expand_icon {
  display: none;
}
/*.AccordReport_Tog .collapse {
  display: none;
}*/
.Accord_Hidden {
  display: none;
}
button.FilterButton {
  float: left;
}
.displ_bloc {
  display: block;
}
.text_Repo_elips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdow_acc_f form .selectBoxDiv {
  background: #f9f9f9;
}
.dropdow_acc_f form .selectBoxDiv .selectBox {
  background: #f9f9f9;
}
.pagina_Report {
  display: inline-flex;
  margin-top: 20px;
}
.pageRow {
}
.pageRow .selectBoxDiv {
  float: left;
  margin-right: 30px;
}
.pageRow .selectBoxDiv label {
  float: left;
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
  color: #323232 !important;
  font-size: 14px !important;
}
.pageRow .selectBoxDiv .selectBox {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 100% 50%;
  float: left;
  width: 36px;
  border-bottom: 0px;
  color: #323232 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px !important;
}
.pageRow_Num {
  float: left;
  margin-right: 20px;
}
.pageRow_Num p {
  margin-bottom: 0rem;
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
}
.pageRow_Arrow {
  margin-top: 2px;
}
.Scroll_Report_B .AccordReport_Tog {
  /*overflow-y: scroll;
height: calc(100vh - 434px);
overflow-x: hidden;*/
  font-family: "Open Sans";
  overflow-y: scroll;
  height: calc(100vh - 411px);
  /* min-height: 600px !important; */
  overflow-x: hidden;
}
.div_Filter {
  clear: both;
}
.accorbuutt {
  margin-top: -10px;
  position: relative;
  /*z-index: 99;*/
}
.accorbuutt button.FilterButton {
  display: none;
}
.accorbuutt .card {
  border: 0px;
}
/* 
  .accorbuutt .card .collapse
  {
display: block;

  } */
.accorbuutt .card .collapse .card-body {
  padding: 0rem;
}
.react-google-flight-datepicker .dialog-date-picker {
  width: 737px !important;
  z-index: 1000 !important;
  margin-left: -9px;
}
.spinner-border {
  width: 1.3rem !important;
  height: 1.3rem !important;
}
.count-spin {
  vertical-align: inherit !important;
}
.table-spin {
  margin-top: 20%;
}
/* Inspect Report Panel */
.InspecPanel .MuiBox-root {
  padding: 0.2em 0em !important;
}
.head_style {
  font-family: Kanit;
  font-style: normal;
  font-size: 1rem !important;
  line-height: 24px;
  font-weight: 500;
}
.head_style_link {
  font-size: 0.7rem !important;
  font-weight: 100;
  line-height: 26px;
}
.head_style_link a {
  float: right;
  font-weight: 300;
}
.head_style_link a img {
  filter: brightness(0) invert(1);
}
th.table_head_st {
  padding: 0.35rem !important;
}
.font_col_size {
  color: #323232;
  font-size: 0.7rem;
  font-weight: 100;
}
.graph_section {
  padding-top: 8px;
  border: 1px solid #eee;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tooltip-wrap {
  z-index: 1000;
}
.apexcharts-xaxistooltip {
  background: #0d5fbe !important;
  color: #fff !important;
  font-family: "Open Sans" !important;
}
.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #0d5fbe !important;
}
.carousal_button {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
  -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
}
.carousal_button button {
  z-index: 10;
}
.carousal_button .react-multiple-carousel__arrow--right {
  right: calc(0% + 1px);
}
.carousal_button .react-multiple-carousel__arrow--left {
  left: calc(0% + 1px);
}
.carousal_button_Incident {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
  -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
}
.carousal_button_Incident button {
  z-index: 10;
}
.carousal_button_Incident .react-multiple-carousel__arrow--right {
  right: calc(0% + -12px);
}
.carousal_button_Incident .react-multiple-carousel__arrow--left {
  left: calc(0% + -12px);
}
img.carousal_img {
  filter: invert(0.5);
  height: 23px;
  margin-right: 10px;
  margin-top: 2px;
}
.image-as-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.screen-reader-text {
  height: auto;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  height: auto;
  width: auto;
  background-color: #000000;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  z-index: 100000;
}
.search-form {
  display: inline-block;
  float: right;
  position: relative;
  width: 100%;
}
.search-field,
.search-submit {
  height: 1.5rem;
}
.search-field {
  position: absolute;
  right: 0;
  transition: all 0.5s ease-in-out;
  background-color: #0d5fbe;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 2.25rem;
  font-weight: 300;
  opacity: 0;
  padding-right: 3.75rem;
  width: 0;
  z-index: 3;
}
.search-field:focus {
  cursor: text;
  opacity: 1;
  outline: none;
  width: 100%;
  z-index: 1;
}
.search-field:focus:hover ~ .search-submit .fa-search {
  color: #ffffff;
}
.search-field:hover ~ .search-submit .fa-search {
  color: white;
}
.search-submit {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  width: 2rem;
  z-index: 2;
  height: 1.5rem;
}
.search-submit:hover .fa-search {
  color: white;
}
div.search-submit img {
  filter: brightness(16);
  height: 16px;
  width: 16px;
  cursor: pointer;
}
input.search-field::placeholder {
  color: #ffffff;
}
/*
.fa-search {
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}*/
thead.table-thead-style {
  background-color: rgb(13, 95, 190);
  font-size: 28px;
  color: rgb(255, 255, 255);
  border: 0px solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inherit;
  width: 100%;
  box-shadow: 0px 0px 2px 0px #000000;
}
/*.makeStyles-drawerHeader-9 {
  min-height: 47px !important;
}

.react-google-flight-datepicker .date-picker-date-group {
  width: 258px;
}*/
/*
.react-google-flight-datepicker {
  width: fit-content;
  float: left;
  display: grid;
}*/
.react-google-flight-datepicker {
  width: 103%;
  display: block;
}
.react-google-flight-datepicker .selected-date {
  width: 90px;
  overflow: initial !important;
}
.addassettype-pagebottom {
  position: absolute;
  width: 99%;
  bottom: 10px;
}
/* This section  report page responsive styling  */
@media screen and (max-width: 1100px) {
  .react-google-flight-datepicker .dialog-date-picker {
    width: 100% !important;
    z-index: 1000 !important;
    margin-left: auto;
  }

  .accorbuutt button.FilterButton {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
    padding: 8px 16px;
    border-radius: 4px;
  }

  .accorbuutt .card .card-header button {
    margin: 0;
    float: left;
    text-decoration: none;
    margin-bottom: 15px;
  }

  .accor_Menu {
    float: left;
    padding-bottom: 20px;
    width: 100%;
  }

  /* .accorbuutt .card .collapse
  {
display: inherit;
  }*/

  .Scroll_Report_B .AccordReport_Tog {
    overflow-y: hidden;
    height: auto;
    overflow-x: hidden;
  }

  .pagina_Report {
    display: block;
    margin-top: 20px;
    border-bottom: 0px;
  }

  .pageRow {
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 0px transparent;
  }

  .pageRow .selectBoxDiv {
    float: none;
    margin-right: 0px;
    display: inline-flex;
  }

  .pageRow .selectBoxDiv label {
    float: none;
  }

  .pageRow .selectBoxDiv .selectBox {
    float: none;
  }

  .pageRow_Num {
    float: left;
    margin-right: 20px;
    text-align: center;
    display: block;
    width: auto;
  }

  .pageRow_Arrow {
    margin-top: 2px;
    text-align: center;
    display: block;
    width: auto;
    float: right;
  }

  .asset_nameAcc_h div.asse_hid_acc:nth-child(1) {
    display: none;
  }

  .asset_nameAcc_h div.asse_hid_acc:nth-child(2) {
    display: none;
  }

  button.FilterButton {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div_Filter {
    clear: both;
  }

  .RespoField {
    display: block;
    padding: 5px;
  }

  .RespoField .col:nth-child(2) {
    font-size: 1.2rem !important;
    color: #323232;
  }

  .RespoField .col:nth-child(3) {
    color: #707070;
  }

  .RespoField .col:nth-child(6) {
    color: #707070;
  }

  .RespoField .col:nth-child(5) {
    display: none;
  }

  .RespoField .col:nth-child(4) {
    display: none;
  }

  .RespoField .col {
    display: block;
    flex: unset;
    width: 80%;
    float: left;
    padding: 0 !important;
    margin: 0;
  }

  .RespoField .col-1 {
    float: left;
    display: contents;
  }

  .RespoField .expand_icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    top: 15px;
    right: 0;
    text-align: center;
  }

  .RespoField .Down_Icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 15px;
    text-align: center !important;
    max-width: 20%;
    flex: auto;
  }

  .RespoField .expand_icon svg {
    height: 20px;
    width: 20px;
  }

  .RespoField .Down_Icon .ml-2 {
    display: block;
  }

  /*.AccordReport_Tog .collapse {
    display: block;
  }*/
  .Accord_Hidden {
    display: block;
  }

  .hidden_call {
    display: none !important;
  }
}
/* This extra css for calander always blue border remove */
.react-google-flight-datepicker .date:focus,
.react-google-flight-datepicker .date.is-focus {
  background-color: transparent !important;
}
.react-google-flight-datepicker .date:focus::after,
.react-google-flight-datepicker .date.is-focus::after {
  border: 0px !important;
}
/*  Threshold setting css  */
.ThresHold_des {
  margin: 0 auto;
  width: 50%;
}
.div_buttonLH {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: left;
  /*   margin-left: 25px; */
  margin-top: 10px;
}
.div_buttonLH button {
  margin-top: -4px;
  width: 13px;
  height: 13px;
  padding: 0px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.div_buttonLH h6 {
  display: inline;
  font-size: 0.8rem;
}
.hButton {
  width: 86px;
  padding-top: 4px;
}
.InputButton {
}
.InputButton input::-webkit-input-placeholder {
  font-size: 0.8rem;
  margin-left: 10px;
  line-height: 36px;
}
.effectShad {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
}
.h7ButA {
  width: 100px;
  display: inline-block;
}
.div_buttonLHA {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin-left: 25px;
  margin-top: 4px;
}
.div_buttonLHA button {
  width: 15px;
  height: 15px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
h6.RespH6A {
  width: 100%;
  font-family: "Kanit";
  font-size: 0.8rem;
  color: #0d5fbe;
}
.InputButton input {
  /* border-radius: 0px; */
  font-size: 16px !important;
  padding: 0px !important;
  height: 30px;
}
.account_select_threshold {
  float: left;
  width: 30%;
}
/*
.wrappertable table {
  width: 100%;
  border-collapse: collapse;
}

.wrappertable th,
.wrappertable td {
  padding: 7px;
  text-align: left;
  font-size: 10px;
}

.wrappertable th {
  text-align: left;
  background: #eee;
  position: sticky;
  top: 0px;
  font-size: 12px;
}

.wrappertable {
  border: 1px solid #ddd;
  width: 100%;
  height: 260px;
  overflow-y: auto;
} */
button.passfaildashboard {
  height: auto;
  line-height: 10px;
  width: 47px !important;
}
.filterinput form {
  width: 90%;
}
.blue__backheader {
  text-align: left;
  font: normal normal normal 18px/27px Kanit;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  background-color: #0d5fbe;
  padding: 8px;
  border: 0px solid;
}
.quick__icons {
  border: 1px solid #ddd;
  width: 100%;
}
.qi-links {
  margin: 0;
  overflow: hidden;
}
.qi-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qi-links-list li {
  float: left;
  width: 20%;
  height: 85px;
  text-align: center;
}
.qi-links-list li a {
  text-decoration: none;
}
span.ql__iconimg {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 5px #00000029;
  border-radius: 50px;
  display: inline-block;
  margin: 8px;
}
.QuickManagementST:hover span.ql__iconimg {
  background: #0d5fbe 0% 0% no-repeat padding-box;
}
span.ql__iconimg img {
  margin: 5px;
  height: 25px;
  padding: 2px;
  filter: brightness(0.5);
}
.QuickManagementST:hover span.ql__iconimg img {
  filter: brightness(5.5);
}
span.ql__name {
  width: 100%;
  display: block;
  font-size: 9px;
  text-align: center;
  font: normal normal normal 10px/11px Kanit;
  letter-spacing: 0px;
  color: #323232;
  opacity: 1;
}
.QuickManagementST:hover span.ql__name {
  color: #0d5fbe;
}
.border__right {
  border-left: 1px solid #c6c6c6;
  position: relative;
  height: 40px;
}
.Scroll_Report__dashboard .AccordReport_Tog {
  overflow-y: scroll;
  height: calc(100vh - 65vh);
  overflow-x: hidden;
}
span.h3__carousel__span {
  vertical-align: middle;
  color: #ff5c5c;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: bolder;
}
.new-line-carousel {
  display: block;
  margin-top: -5px;
}
.biling_head_table {
  font-size: 0.8rem;
}
.quick_manage {
  width: 100%;
  margin: auto;
  border: 1px solid #eee;
  padding: 3%;
}
.table_data {
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.table_scroll {
  height: calc(100vh - 527px);
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #eee;
}
span.count-card-head {
  font-family: "Open Sans", sans-serif;
  /* font-weight: 100;*/
  color: black;
  font-size: 0.8rem;
}
span.count-card-head:hover {
  color: #0d5fbe;
}
.fexDiv a.nav-carousel:hover span.count-card-head {
  color: #0d5fbe;
}
.span-css span.count-card-head {
  /*padding-top: 6px;
  margin-bottom: 5px;*/
  display: block;
  letter-spacing: 0.3px;
  /*font-weight: 600;*/
}
span.count-card-head a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  font-weight: 600;
}
.top-menu-height {
  min-height: 48px !important;
}
.dropdown-toggle::after {
  color: #ffffff;
}
.Scroll_Report_C .AccordReport_Tog {
  overflow-y: scroll;
  height: calc(100vh - 380px);
  overflow-x: hidden;
  border: 1px solid #eee;
}
.inspectionFailedTable .AccordReport_Tog {
  max-height: calc(100vh - 559px);
  height: auto;
  overflow: auto;
}
.inspectinLastTable {
  max-height: calc(100vh - 368px);
  height: auto;
  overflow: auto;
}
.shadow-sm-cra {
  box-shadow: 0 0px 4px rgb(0, 0, 0, 0.2) !important;
  border-radius: 4px;
}
.tablethheight {
  height: 35px;
  vertical-align: inherit !important;
}
.worksite-bold {
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
}
.worksite-last-hour {
  float: left;
  text-align: left;
  font-size: 11px;
  margin-top: -7px;
  display: block;
  width: 100%;
  color: #919191;
  margin-bottom: 0px;
  line-height: 20px;
}
.inspectSpinner {
  margin-top: 30%;
}
.react-multi-carousel-list {
  z-index: 0;
}
/* dropdown */
.styleDropdown {
  position: relative;
  top: 6px;
}
.styleDropdown .css-yk16xz-control {
  height: 35px;
  min-height: auto;
}
.selectBoxDiv .styleDropdown {
  /* op: 0px; */
}
.asterisk_form {
  margin-top: 5px;
  margin-bottom: 5px;
}
.styleDropdown .Account__control {
  margin-bottom: 10px;
}
.styleDropdown .By__control {
  margin-bottom: 8px;
}
.inputBoxDiv .styleDropdown {
  top: 0px;
  margin-bottom: 10px;
}
.inputBoxDiv.bordered-input {
  padding: 1px;
  border: 1px solid #919191;
  border-radius: 5px;
}
.inputBoxDiv.bordered-input .inputBox {
  border: none !important;
}
.inputBoxDiv .Obstacle__control {
  background-color: transparent;
  margin-top: -12px;
  margin-bottom: -8px;
  border: none !important;
}
.inputBoxDiv span.label {
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
.inputBoxDiv .basic-single.styleDropdown {
  margin-bottom: 5px;
}
.inputBoxDiv .basic-single.styleDropdown .Camera {
  border-bottom: 0px;
}
.inputBoxDiv .styleDropdown .Preferred,
.inputBoxDiv .styleDropdown .Time {
  margin-left: 0px;
}
.asterisk_form .styleDropdown {
  top: -4px;
}
.add-user-sel .asterisk_form .styleDropdown .Worksite__control {
  top: 9px;
}
.animateMainDiv .styleDropdown {
  top: 0px;
}
.addChecklistDropdown .styleDropdown {
  width: 100%;
  font-weight: 400;
}
.addWorksiteDrop .inputBoxDiv {
  margin-bottom: 35px !important;
}
.filterDropLabel {
  position: relative;
  z-index: inherit;
}
.selectLableDrop {
  position: absolute;
  margin-left: 0px !important;
  float: left;
  margin: 0;
  padding: 0;
  left: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #919191;
}
.css-1uccc91-singleValue,
.By__placeholder {
  top: 60% !important;
}
.addChecklistDropdown .filterDropLabel {
  width: 100%;
}
.filterinput .filterDropLabel {
  width: 90%;
}
.accessLabelDrop .inputBoxDiv .styleDropdown {
  top: 5px;
  margin-bottom: 0px;
}
.selectAccessDrop .styleDropdown {
  top: 10px;
}
.add-asset-cs .inputBoxDiv .styleDropdown {
  top: 0px;
  margin-bottom: 0px;
}
.add-asset-cs .invalid-feedback {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  margin-top: 2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #dc3545;
}
.accessLabelDrop .inputBoxDiv label {
  margin-top: 8px;
}
.add-user-sel .invalid-feedback {
  margin: 0px;
  padding: 0px;
  float: left;
  margin-left: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  margin-top: 2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #dc3545;
}
@media screen and (max-width: 1100px) {
  .table_scroll {
    overflow-y: hidden;
    height: auto;
  }

  .account_select_threshold {
    float: left;
    width: 100%;
  }

  /*.shadow-sm-cra {
    margin-bottom: 20px;
  }
 
  .Scroll_Report_C .AccordReport_Tog {
    overflow-y: hidden;
    height: auto;
  }

 
  .ThresHold_des {
    margin: 0 auto;
    width: 100%;
  }
  .RespH4 {
    font-size: 1rem;
  }
  .RespH6 {
    width: 98%;
    font-size: 0.8rem;
  }
  .RespRow .col {
    padding: 0px;
  }
  .RespRow .col .RespH6A {
    font-size: 0.8rem;
  }

  .div_buttonLH {
    margin-left: 8px;
    margin-top: 3px;
  }
  .div_buttonLH button {
    height: 20px;
  }
  .InputButton {
    width: 42px !important;
    text-align: center;
    display: inline-flex !important;
  }
  .div_buttonLH h6 {
    display: inline;
      font-size: 0.8rem;
  }
  .InputButton input {
    height: 25px;
  }
  .hButton {
    width: 37px;
    padding-top: 3px;
  }
  .RespRow {
    width: 98% !important;
    margin: auto !important;
  }*/

  .carousal_button {
    margin-bottom: 10px;
  }

  span.h3__carousel__span {
    font-size: 1.5rem;
  }

  .Scroll_Report_C .AccordReport_Tog {
    overflow-y: hidden;
    height: auto;
  }
}
.user-profile {
  /*background-image: url("./assets/profile.jpg");*/
  background-size: cover;
  background-position: center;
  min-height: 70vh !important;
}
form.no-flex {
  display: block !important;
}
.appBar {
  z-index: 10;
  background-color: #ffffff;
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
  font-size: "30px";
  margin-bottom: 10px;
}
.PhoneInput {
  width: 100%;
}
.PhoneInput input {
  width: 100%;
  border: 0px;
}
.bottom-bordered-account input.form-control {
  background-color: #f9f9f9;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-radius: 0;
  border: 0px;
  padding-left: 0px;
  font-size: 1rem;
  opacity: 1;
  position: relative;
}
.bottom-bordered-account select.form-control {
  background-color: #f9f9f9;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-radius: 0;
  border: 0px;
  padding-left: 0px;
  font-size: 1rem;
  opacity: 1;
  position: relative;
}
.bottom-bordered-account .form-control:disabled {
  color: #6c757d !important;
  font-size: 14px;
}
.bottom-bordered-account span.input-group-text {
  padding: 0;
  border: 0;
  border-radius: 0px;
  background: #f9f9f9;
  font-size: 1rem;
  color: #6c757d;
}
.acc-logo-label {
  width: 85% !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
}
.edit-pos-abs {
  position: absolute;
  bottom: 106px;
  left: 20px;
  margin: auto;
}
.bottom-bordered-account .PhoneInputInput {
  border: 0px;
  border-radius: 0px;
}
h4.h4-heading-PR {
  color: #323232;
}
p.password-crit {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 13px !important;
}
.carousel-heading {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 1.1rem !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.borderCar-Reg {
  position: relative;
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 0px 0px;
  width: 90%;
  margin: 20px auto;
}
.borderCar-Reg div {
  width: 99%;
}
.borderCar-Reg div img {
  width: auto;
  max-width: 100%;
  height: 30px;
}
.regist-top-header {
  margin: 20px auto;
  width: 85%;
}
.regist-top-header h2 {
  font-family: Kanit;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #323232;
}
.regist-top-header h4 {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 1rem;
}
.borderCar-Reg .react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
  display: none;
}
.borderCar-Reg .react-multiple-carousel__arrow--right {
  right: calc(0% + 1px);
  display: none;
}
.carousel-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.accordian-filter {
  width: 100%;
}
.padding-th {
  padding: 0.35rem !important;
  height: 32px;
}
.button-dissabled-asset button.Mui-disabled {
  display: none;
}
.padding-accord {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.75rem;
}
button.no-hover:hover {
  background-color: transparent;
  background: transparent;
  color: #0d5fbe;
}
img.filter-blue {
  filter: invert(21%) sepia(73%) saturate(7021%) hue-rotate(205deg) brightness(90%) contrast(90%);
}
img.filter-blue:hover {
  filter: initial;
}
a.button-svg-hover:hover svg path.cls-1 {
  fill: #f4f5f7 !important;
  filter: brightness(100%);
}
button.button-svg-hover svg path.cls-1,
a.button-svg-hover svg path.cls-1 {
  fill: #0d5fbe !important;
}
button.button-svg-hover:hover svg path.cls-1 {
  fill: #f4f5f7 !important;
  filter: brightness(100%);
}
button.button-svg-hover:hover svg rect {
  filter: brightness(0) invert(1);
}
button.button-svg-hover:focus svg rect {
  filter: brightness(0) invert(1);
}
button.backbutton {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 38px;
  height: 38px;
  padding: 0;
}
button.backbutton:focus {
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
  background: #c6c6c6 !important;
}
button.backbutton:active {
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
  background: #c6c6c6 !important;
}
button.backbutton:hover {
  background-color: #c6c6c6;
  border: 1px solid #c6c6c6;
}
button.backbutton:focus {
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
  background: #c6c6c6 !important;
}
button.backbutton:active {
  background-color: #c6c6c6 !important;
  border: 1px solid #c6c6c6 !important;
  background: #c6c6c6 !important;
}
a.download-Qrcode svg path.cls-1 {
  fill: #0d5fbe;
}
.qwertt img {
  width: 100% !important;
}
.account-permission {
  margin: 0;
  /* border: 1px solid #0d5fbe; */
  display: block;
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  color: #0d5fbe;
  cursor: pointer;
}
.user_carusel ul li div.fexDiv div.count-card {
  padding-top: 7px;
  padding-bottom: 7px;
}
.user_carusel .react-multiple-carousel__arrow--left {
  left: calc(0% + -12px) !important;
}
.user_carusel .react-multiple-carousel__arrow--right {
  right: calc(0% + -12px) !important;
}
.input_useroverviewtab {
  background: #f9f9f9;
}
.PhoneInput input {
  background: #f9f9f9;
}
.table_margin h5 {
  text-align: left;
  margin-left: -13px;
}
.user_card_details {
  margin-top: -10px;
}
.change_pin_style {
  clear: both;
  display: block !important;
  width: fit-content;
  padding: 2px 3px 2px 3px !important;
  font-size: 0.7rem !important;
}
.checklist_list_table tr.tableTr {
  float: left;
  width: 100%;
}
.checklist_list_table tr.tableTr td {
  display: inline-grid;
}
.checklist_list_table table tr.tableTr td p {
  width: 90%;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .padding-th {
    height: auto;
  }

  .height_Overflow {
    overflow: hidden;
  }

  .carousel-wrapper {
    position: relative;
  }

  div.edit-content {
    width: 100%;
  }

  .front,
  .back {
    padding: 20px !important;
  }

  div.center-content {
    float: none;
    width: 100%;
  }

  .account-profile-pg .checklistInput_a {
    float: none;
    width: 100%;
  }

  .account-profile-pg .inputBoxDiv {
    float: none;
    width: 100%;
  }

  .account-profile-pg .selectBoxDiv {
    float: none;
    width: 100%;
  }

  .center-content-bt {
    display: block;
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .center-content-bt .div-button-edit {
    float: none;
    width: 100%;
  }

  .center-content-bt .div-button-cp {
    float: none;
    width: 100%;
  }

  Button.largeWidth {
    min-width: 100%;
  }

  .edit-pos-abs {
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .edit-pos-abs .mt-2 {
    width: 100%;
  }

  .edit-pos-abs .mt-2 button {
    width: 100%;
  }

  .company-logo.avatar {
    width: 100%;
  }

  .acc-logo-label {
    width: 100% !important;
  }

  .front-flip-card .flip-card {
    min-height: 500px !important;
    height: 750px !important;
  }

  .flip-card {
    min-height: 390px !important;
    width: 100% !important;
    height: 550px !important;
  }

  .logoImg {
    height: 12px !important;
    width: auto;
    margin-right: 28px;
  }

  span.cloudText {
    font-size: 18px !important;
  }
}
/* s2 setting */
.h4-head-setting {
  font-family: "kanit";
  font-size: 1.1rem;
  color: #323232;
  margin-bottom: 0.2rem;
}
.ml-mt {
  margin-left: 0.5rem !important;
  margin-top: 1rem;
}
.h6-settings {
  font-size: 0.8rem;
  font-weight: 500;
  color: #323232;
  font-family: "Open Sans", sans-serif;
}
.h6-setting-bottom {
  font-size: 0.8rem;
  font-weight: 500;
  color: #707070;
  font-family: "Open Sans", sans-serif;
  clear: both;
}
.size-8rem-col {
  font-size: 0.8rem !important;
  color: #707070;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.wa {
  flex: 1;
  text-align: left;
}
.wb {
  flex: 1;
  text-align: left;
  padding-left: 29px;
}
.wc {
}
.wd {
  flex: 1;
  text-align: left;
  padding-left: 11px;
}
.bottm-hrline {
  margin: 0px;
  width: 107%;
  margin-left: -16px;
  float: left;
  clear: both;
}
.main-container {
  display: flex;
  /* establish flex container */
  flex-direction: row;
  /* default value; can be omitted */
  flex-wrap: nowrap;
  /* default value; can be omitted */
  justify-content: space-between;
  /* switched from default (flex-start, see below) */
}
.main-container > .div-con {
  display: block;
  flex: auto;
  max-width: max-content;
  border-radius: 3px;
  font-size: 0.9rem !important;
  color: #323232;
  font-weight: 300;
}
.low-col-div {
  border: 1px solid #11a70b;
}
.med-col-div {
  border: 1px solid #dd9022;
}
.high-col-div {
  border: 1px solid #dd0916;
}
/*.width-expan {
}
.width-expan .wa {
  padding-right: 0px;
  padding-left: 0px;
}*/
.border-col {
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  width: 98%;
  margin-top: 14px;
  margin-left: 0% !important;
}
.heading-respons {
  display: none;
}
.heading-respons-tc {
  display: none;
}
.heading-respons-va {
  display: none;
}
.heading-respons-va-i {
  display: none;
}
.heading-respons-ns-i {
  display: none;
}
.respo-row-col {
  margin-top: 10px;
}
.line-divide {
  display: none;
}
.line-divide-tc {
  display: none;
}
.button-direc {
  float: right;
}
.respo-right {
  float: right;
}
.timecollision {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  margin: auto;
  padding: 6%;
  overflow: hidden;
}
.RespRow-top-tc {
  margin-top: 5px;
}
.wa-tc {
  flex: 1;
  text-align: left;
}
.wb-tc {
  flex: 1;
  text-align: left;
  margin-left: -50px;
}
.wc-tc {
  flex: 1;
  text-align: right;
}
span.timecol-b,
span.timecol-A {
  font-size: 0.8rem;
  font-weight: 500;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  margin-top: 7px;
  float: left;
}
.wa-va {
  flex: 1;
  text-align: left;
}
.wb-va {
  flex: 1;
  text-align: right;
}
.wc-va {
  flex: 1;
  text-align: right;
}
.wd-va {
  flex: 1;
  text-align: center;
}
.InputH6text .input-group {
  width: 70%;
  float: left;
  border-radius: 3px;
}
.InputH6text .input-group input {
  border-radius: 3px;
}
.InputH6text h6 {
  float: right;
  padding-top: 3px;
}
h6.s2-settings {
  width: 100%;
  margin-left: -18px;
}
h6.s2-settings img {
  height: 16px;
  margin: 2px;
  float: left;
  margin-bottom: 17px;
}
.billing-height {
  overflow-y: auto;
  height: calc(100vh - 282px);
}
.assettypename table tr.tableTr td p {
  width: 80%;
}
.AssetTypeListing table tr.tableTr td {
  display: grid;
  line-height: 30px;
}
label.form_label_asterics {
  width: 100%;
}
p.asterics_input {
  float: right;
  margin: 0;
  font-size: 20px;
  color: #dd0000;
}
p.asterics_add_checklist {
  margin: 0;
  float: right;
  margin-bottom: -30px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  font-size: 20px !important;
  color: #dd0000;
}
p.asterics_add_section {
  margin: 0;
  float: right;
  margin-bottom: -30px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  font-size: 20px !important;
  color: #dd0000;
}
.user-overview-input input {
  border: 0px solid #cacaca !important;
}
.react-tel-input .form-control {
  width: 100% !important;
}
/*
.react-tel-input .flag-dropdown {
  padding-top: 5px !important;
  border: 0px !important;
  background-color: #f9f9f9 !important;
}

.react-tel-input {
  height: 24px;
}
*/
.react-tel-input .country-list {
  max-height: 170px !important;
}
.react-tel-input .country-list .country {
  text-align: left;
}
.user-inputbox input {
  border: 0px !important;
  border-bottom: 1px solid #919191 !important;
  height: 30px !important;
  padding: 0;
  margin: 0;
}
.account-profile-pg .react-tel-input .form-control {
  background-color: #f9f9f9 !important;
  height: 28px;
  padding: 0;
}
.modal-open .modal {
  z-index: 9999;
}
.assetOverS3 label {
  float: left;
  margin-left: 0px !important;
}
.assetOverS3 p {
  float: left;
}
p.addAssetForms3 {
  margin-top: 7px !important;
}
.switchTabs3 {
  height: 17px;
  margin-top: 11px;
  width: 42px;
}
.switchTabs3 .slider:before {
  height: 13px;
  width: 13px;
}
.switchTabs3 .slider:after {
  left: 76%;
}
.switchTabs3 input:checked + .slider:before {
  transform: translateX(24px);
}
.modalS3Top {
  margin-top: 14% !important;
}
span.s3ModalText {
  font-family: "Open Sans", sans-serif;
  color: #323232;
  font-size: 20px;
}
.s3modalbuttonyes button {
  background-color: #0d5fbe;
  border-color: #0d5fbe;
  color: #fff;
  width: 200px;
  height: 50px;
}
.s3modalbuttonno button {
  width: 200px;
  height: 50px;
  color: #919191;
}
.s3modalbuttonno button:hover {
  background-color: #f2f2f2;
  color: #919191;
}
.assetOverEditBut {
  display: contents;
}
.assetOverEditBut .editButtonMobile {
  /* margin-right: 15px; */
}
.editButtonMobile div {
  float: right;
}
.UserOverUpdate {
  text-align: right;
}
.UserOverUpdate .buttonSubmit {
  float: right;
}
@media screen and (max-width: 1100px) {
  .tableListSec {
    height: auto;
  }

  .addassettype-pagebottom {
    position: relative;
    width: 100%;
    bottom: 10px;
  }



  .worksite-height {
    margin-bottom: 50px;
  }

  .worksite_Account {
    overflow-y: hidden;
  }

  .worksite_Account div:nth-child(1),
  .worksite_Account div:nth-child(2),
  .worksite_Account div:nth-child(3) {
    width: 100%;
  }

  .s3-settings-acc {
    width: 100%;
  }

  .timecollision {
    padding: 10%;
    margin-top: 10px;
  }

  .respo-right {
    float: none;
    margin-bottom: 5px;
  }

  .main-container > .div-con {
    max-width: inherit;
    margin-top: 7px;
  }

  .line-divide {
    width: 100%;
    height: 2px;
    background-color: #c6c6c6;
    float: left;
    display: block;
    clear: both;
  }

  .line-divide-tc {
    width: 100%;
    height: 2px;
    background-color: #c6c6c6;
    float: left;
    display: block;
    clear: both;
    margin-top: 6px;
    margin-bottom: 8px;
  }

  .respo-right .line-divide {
    margin-top: 13px;
    margin-bottom: 15px;
  }

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

  .heading-respons {
    display: block;
    width: 100%;
    font-family: "Kanit";
    font-size: 0.8rem;
    color: #0d5fbe;
    margin-bottom: 7px;
  }

  .heading-respons-tc {
    display: block;
    width: 100%;
    font-family: "Kanit";
    font-size: 0.8rem;
    color: #0d5fbe;
    margin-bottom: 0px;
  }

  .heading-respons-va {
    display: block;
    width: 100%;
    font-family: "Kanit";
    font-size: 0.8rem;
    color: #0d5fbe;
    margin-bottom: 0px;
    float: left;
    text-align: left;
  }

  .heading-respons-va-i {
    display: block;
    width: 100%;
    font-family: "Kanit";
    font-size: 0.8rem;
    color: #323232;
    margin-bottom: 0px;
    float: left;
    text-align: left;
    margin-left: -15px;
  }

  .heading-respons-ns-i {
    display: block;
    width: 100%;
    font-family: "Kanit";
    font-size: 0.8rem;
    color: #0d5fbe;
    margin-bottom: 0px;
    text-align: left;
  }

  .email-al {
    float: left;
    text-align: left;
    margin-left: -15px;
    width: auto;
  }

  span.timecol-b,
  span.timecol-A {
    margin-top: 2px;
    margin-bottom: 15px;
  }

  .h4-head-setting {
    font-size: 1.1rem;
    text-align: left;
  }

  .h6-settings {
    font-size: 0.7rem;
  }

  .h6-setting-bottom {
    font-size: 0.7rem;
  }

  .RespRow-top {
    display: none !important;
  }

  .RespRow-top-tc {
    display: block !important;
  }

  .bottm-hrline {
    display: none;
  }

  .respo-row-col {
    display: block !important;
    clear: both;
  }

  .respo-row-col .first-col {
    display: block;
    width: 100%;
    padding: 0px !important;
    flex: auto;
    clear: both;
  }

  .respo-row-col .seconf-col {
    display: block;
    width: 33%;
    padding: 0px !important;
    text-align: left;
    margin-top: 10px;
    float: left;
    flex: auto;
  }

  .hButton {
    width: 33%;
    padding-top: 40px;
    float: left;
    text-align: center;
  }

  .respo-row-col .third-col {
    display: block;
    width: 33%;
    padding: 0px !important;
    text-align: right;
    margin-top: 10px;
    float: right;
    flex: auto;
  }

  .first-col .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .div_buttonLH button {
    height: 15px;
    width: 15px;
  }

  .wa-tc {
    flex: 0;
    text-align: right;
    float: right;
    width: 50%;
  }

  .wb-tc {
    flex: 0;
    text-align: left;
    margin-left: 0;
    float: left;
    width: 50%;
  }

  .wc-tc {
    flex: 0 1;
    text-align: left;
    width: 100%;
    display: inline-block;
  }

  .wc-tc .input-group {
    width: 60%;
  }

  .martop {
    margin-top: 7px;
  }

  .disp-blo {
    display: block;
    margin-top: 10px;
  }

  /* Lock Asset Button and Adjust Hour Button */

  .icon-space.list-icon-container.hide-icon {
    opacity: 1 !important;
  }

  .btn-outline-danger svg,
  .btn-outline-danger svg {
    margin-right: auto !important;
  }

  button.LockAssetButton span {
    display: none;
  }

  button.AdjustHourMet svg {
    margin-right: auto !important;
  }

  button.AdjustHourMet span {
    display: none;
  }

  .assetOverEditBut {
    width: 100%;
    display: inherit;
    margin-bottom: 20px;
  }

  .assetOverEditBut div:nth-child(1) {
    padding-right: 0px !important;
  }

  .assetOverEditBut .buttonSave {
    margin-left: 10px;
  }

  .update-button-s2 {
    justify-content: center !important;
    margin-top: 50px;
  }

  .update-impact-threshold {
    float: none !important;
    width: 100%;
    justify-content: center !important;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .imapct-select-box .pr-0 {
    padding-right: 15px !important;
    padding-left: 0px;
  }
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .Scroll_Report_C .AccordReport_Tog {
    height: calc(100vh - 804px);
  }

  .table_scroll {
    height: calc(100vh - 543px);
  }
}
@media screen and (min-width: 1440px) {
  .tablethheight div div {
    font-size: 0.8rem !important;
    font-weight: 400;
  }
}
@media screen and (max-width: 1440px) {
  .tablethheight div div {
    font-size: 0.8rem !important;
    font-weight: 400;
    color: #323232;
  }
}
@media screen and (max-width: 1240px) {
  span.name-carousel,
  span.count-card-head {
    font-size: 0.7rem;
  }

  /*.head_style {
    font-size: 0.7rem !important;
  }*/
  button.ImpactButton {
    width: 52px !important;
  }

  span.ql__iconimg {
    margin: 5px;
  }

  span.ql__iconimg img {
    margin: 3px;
    height: 16px;
  }

  button.burronInspect {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 1092px) {
  span.name-carousel,
  span.count-card-head {
    font-size: 0.6rem;
  }

  /*.head_style {
    font-size: 0.6rem !important;
  }*/
  .worksite-last-hour {
    font-size: 10px;
  }
}
/* user overview tab worksite label */
label.userOverLabel {
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #919191;
  position: absolute;
  z-index: 1;
  left: 18px;
  top: -5px;
}
.userOverLabelDV .Worksite__control {
  height: 40px;
  background: #f9f9f9;
}
.userOverLabelDV .Worksite__control .Worksite__single-value {
  top: 22px !important;
}
/* add Worsite, add user, add asset form input  */
.accountLabelWorksite {
  margin-bottom: 10px;
}
.accountLabelWorksite label {
  position: absolute;
}
.accountLabelWorksite .styleDropdown {
  top: 5px;
}
.accountLabelWorksite .styleDropdown .Account__control,
.accountLabelWorksite .styleDropdown .Type__control,
.accountLabelWorksite .styleDropdown .Worksite__control,
.accountLabelWorksite .styleDropdown .Product__control,
.accountLabelWorksite .styleDropdown .Level__control {
  background-color: transparent;
}
.accountLabelWorksite .styleDropdown .Account__value-container,
.accountLabelWorksite .styleDropdown .Type__value-container,
.accountLabelWorksite .styleDropdown .Worksite__value-container,
.accountLabelWorksite .styleDropdown .Product__value-container,
.accountLabelWorksite .styleDropdown .Level__value-container,
.accountLabelWorksite .styleDropdown .Size__value-container {
  padding: 2px 3px !important;
  font-family: "Open Sans", sans-serif;
}
.accountLabelWorksite .styleDropdown .Account__value-container .Account__placeholder,
.accountLabelWorksite .styleDropdown .Type__value-container .Type__placeholder,
.accountLabelWorksite .styleDropdown .Worksite__value-container .Worksite__placeholder,
.accountLabelWorksite .styleDropdown .Level__value-container .Level__placeholder,
.accountLabelWorksite .styleDropdown .Product__value-container .Product__placeholder {
  top: 57%;
}
.flex-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.adjustMeterHourInput {
  margin-top: 0px !important;
  flex: 1 1 !important;
} */
.adjustMeterHourInput input {
  font-size: 2.5rem !important;
}
/* asset page */
/*
.assetHeightPage
{
  height:calc(100vh - 320px);
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.imageUser
{
  float: left;
  margin: 10px;
  margin-right: 30px;
}
.assetTextData
{
  float: left;
  display: contents;
}
.assetTextData
{
  font-family: "Kanit", sans-serif;
  text-align: left;
  margin-left: 10px;
}
.companyTitleName
{
  font-size: 1.5rem !important;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.assetTypeName, .addedOnTime, .lastHourMeterReading, .worksiteNameT
{
display: block;
width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #919191;
}*/
table.assetTablesz {
  width: 100%;
}
table.assetTablesz thead,
table.assetTablesz tbody,
table.assetTablesz tr,
table.assetTablesz td,
table.assetTablesz th {
  display: block;
}
table.assetTablesz tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}
table.assetTablesz tbody tr {
  border-bottom: 1px solid #f2f2f2 !important;
}
table.assetTablesz thead th {
  float: left;
  text-align: left;
  color: #323232;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  padding: 0.35rem 0.75rem 0.35rem 0.75rem;
}
table.assetTablesz tbody {
  height: calc(100vh - 597px);
  overflow-y: auto;
  /*max-height: 150px; */
}
table.add-asset-type-table tbody {
  height: auto !important;
  max-height: 150px;
}
table.assetTablesz thead {
  /* fallback */
  text-align: left;
  background: #f2f2f2;
}
table.assetTablesz tbody td {
  float: left;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  color: #323232;
  padding-top: 8px;
  padding-bottom: 1px;
}
/* this is for Asset overview Report table width */
table.assetOverReportT tbody td:nth-child(1),
table.assetOverReportT thead th:nth-child(1) {
  width: 25%;
}
table.assetOverReportT tbody td:nth-child(2),
table.assetOverReportT thead th:nth-child(2) {
  width: 40%;
}
table.assetOverReportT tbody td:nth-child(3),
table.assetOverReportT thead th:nth-child(3) {
  width: 20%;
}
table.assetOverReportT tbody td:nth-child(4),
table.assetOverReportT thead th:nth-child(4) {
  width: 15%;
}
table.assetTablesz tbody td .form-group,
table.assetTablesz tbody td p {
  margin-bottom: 0px;
  margin-top: -3px;
  padding-bottom: 3px;
}
table.assetTablesz tbody td label {
  margin: 0px !important;
}
span.viewButtonAO {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  padding: 4px 15px 4px 15px;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}
a.downloadButtonAO {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
  padding: 4px 15px 4px 15px;
  border-radius: 5px;
  float: left;
  text-align: center;
  cursor: pointer;
}
/* this is for Asset overview checklist table width */
table.assetOverCheck tbody td:nth-child(1),
table.assetOverCheck thead th:nth-child(1) {
  width: 20%;
}
table.assetOverCheck tbody td:nth-child(2),
table.assetOverCheck thead th:nth-child(2) {
  width: 40%;
}
table.assetOverCheck tbody td:nth-child(3),
table.assetOverCheck thead th:nth-child(3) {
  width: 25%;
  text-align: center;
}
table.assetOverCheck tbody td:nth-child(4),
table.assetOverCheck thead th:nth-child(4) {
  width: 15%;
  text-align: center;
}
/* this is for Asset media tab table width */
table.assetMediaTab tbody td:nth-child(1),
table.assetMediaTab thead th:nth-child(1) {
  width: 10%;
}
table.assetMediaTab tbody td:nth-child(2),
table.assetMediaTab thead th:nth-child(2) {
  width: 70%;
}
table.assetMediaTab tbody td:nth-child(3),
table.assetMediaTab thead th:nth-child(3) {
  width: 20%;
}
.shadow-none {
  background: transparent !important;
}
.noSectionReport {
  position: relative;
  margin-top: 9%;
}
.assettBottomButton {
  position: absolute;
  width: 97%;
  bottom: 22px;
}
.assetTableszOver {
  height: calc(100vh - 82vh);
  overflow-x: hidden;
}
table.assetOverReportT tbody {
  height: calc(100vh - 613px);
}
table.asset-inspect-table tbody {
  height: calc(100vh - 572px);
}
/*
table.assetTablesz tr td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}*/
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple:before {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.ripple:focus:before {
  transition: all 0.5s ease-out;
  opacity: 0;
  width: 160px;
  height: 160px;
  margin-top: -80px;
  margin-left: -80px;
}
@media screen and (max-width: 1100px) {
  .filterDropLabel {
    margin-top: 10px;
    z-index: initial;
  }
}
@media screen and (max-width: 1000px) {
  .buttontabpanels span {
    font-family: "Kanit", sans-serif;
    font-size: 0.9rem;
  }

  table.assetOverReportT tbody {
    height: auto;
  }

  .assetTableszOver {
    height: auto;
  }

  table.assetTablesz tbody {
    height: auto;
  }

  .asset_check_buttonFlex {
    display: contents;
  }

  span.width-span {
    float: initial;
    width: auto;
  }

  .editViewCheck {
    margin-bottom: 2.5rem;
  }
}
.alert-modal-overlay {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 0;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0);
  /* Black w/ opacity */
}
.icon-space {
  width: 25px;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.icon-space .icon {
  width: 15px;
  height: 15px;
}
.btn-outline-success:hover path,
.btn-outline-danger:hover path {
  fill: #fff;
  stroke: #fff;
}
.btn-outline-success path {
  fill: #28a745;
  stroke: #28a745;
}
.btn-outline-danger path {
  fill: #dc3545;
  stroke: #dc3545;
}
.btn-outline-success svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.btn-outline-danger svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.danger-outline {
  border: 1px solid rgb(255, 92, 92) !important;
}
.switch-container {
  display: flex;
  align-items: center;
}
.icon-space.list-icon-container.hide-icon {
  opacity: 0;
}
.icon-space.list-icon-container.icon-danger-border .icon {
  border: 1px solid red;
  padding: 3px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.icon-space.list-icon-container.icon-danger-border .icon path {
  fill: red;
  stroke: red;
}
.tableTr:hover .icon-space.list-icon-container.hide-icon {
  opacity: 1;
}
/* Breadcrum */
.breadCrum ol.MuiBreadcrumbs-ol li:nth-child(2) {
  display: none;
}
/* Tab Style Css Start Here */
.TabStyleCSS {
  border-bottom: 2px solid #f1f1f1 !important;
}
.TabStyleCSS .nav-link.active {
  color: initial;
  background-color: initial;
  border-color: #fff #fff #fff !important;

  border-bottom: 3px solid #0d5fbe !important;
  font-weight: 500 !important;
}
.TabStyleCSS .nav-link.active:hover {
  border-bottom: 3px solid #0d5fbe !important;
}
.TabStyleCSS .nav-link:hover {
  border-color: #fff #fff #fff !important;
  border-bottom: 3px solid #fff !important;
}
.TabStyleCSS .nav-link {
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  margin-right: 20px;
  font-family: "Kanit", sans-serif;
  font-size: 1.1rem !important;
  font-weight: 300;
}
.clickDesktop {
  display: block;
}
.tapMobile {
  display: none;
}
@media screen and (max-width: 1100px) {
  .clickDesktop {
    display: none;
  }

  .tapMobile {
    display: block;
  }

  .btn-outline-success svg {
    width: 18px;
    height: 18px;
    margin-right: auto;
  }

  button.AdjustHourMet {
    width: 44px;
    margin: 0px;
    padding: 0px;
  }

  .asset_button_over .col {
    flex-basis: inherit;
  }

  .asset_button_over .col button {
    float: left;
    height: 36px !important;
  }

  .UserOverUpdate {
    text-align: left;
  }

  .UserOverUpdate .buttonSubmit {
    float: left;
  }

  .input-style-container div {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .adjustMeterHourInput input {
    width: 75% !important;
    height: 50px !important;
    font-size: 1.8rem !important;
  }

  button.button-usechecklist {
    margin-bottom: 20px;
  }
}
.ellipseStyle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-asset-checklist-select {
  overflow: visible;
}
.add-asset-checklist-select .add-asset-col {
  position: absolute;
  overflow: visible;
}
/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .carousel_itemMar {
    height: auto;
  }

  .carousel_itemMar .w-100 {
    height: auto;
  }

  .carousel-buttton-b .MuiButtonBase-root {
    width: 250px;
  }

  .bill_respo {
    display: block;
    margin: 0px;
  }

  .biling_head {
    display: none;
  }

  .biiling_row .billing_col {
    margin: auto;
    display: contents;
    flex: 0;
    position: relative;
    clear: both;
  }

  .hidden_call {
    display: none;
  }

  .text_size_bill h7 {
    font-size: 1.1rem;
    font-weight: normal !important;
  }

  .accorbuutt button.FilterButton {
    display: block;
    text-decoration: none;
    margin-bottom: 15px;
  }

  .accorbuutt .card .card-header button {
    margin: 0;
    float: left;
    text-decoration: none;
    margin-bottom: 15px;
  }

  .accor_Menu {
    float: left;
    padding-bottom: 20px;
    width: 100%;
  }

  /* .accorbuutt .card .collapse
    {
  display: inherit;
    }*/

  .Scroll_Report_B .AccordReport_Tog {
    overflow-y: hidden;
    height: auto;
    overflow-x: hidden;
  }

  .pagina_Report {
    display: block;
    margin-top: 20px;
    border-bottom: 0px;
  }

  .pageRow {
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 0px transparent;
  }

  .pageRow .selectBoxDiv {
    float: none;
    margin-right: 0px;
    display: inline-flex;
  }

  .pageRow .selectBoxDiv label {
    float: none;
  }

  .pageRow .selectBoxDiv .selectBox {
    float: none;
  }

  .pageRow_Num {
    float: left;
    margin-right: 20px;
    text-align: center;
    display: block;
    width: auto;
  }

  .pageRow_Arrow {
    margin-top: 2px;
    text-align: center;
    display: block;
    width: auto;
    float: right;
  }

  .asset_nameAcc_h div.asse_hid_acc:nth-child(1) {
    display: none;
  }

  .asset_nameAcc_h div.asse_hid_acc:nth-child(2) {
    display: none;
  }

  button.FilterButton {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div_Filter {
    clear: both;
  }

  .RespoField {
    display: block;
    padding: 5px;
  }

  .RespoField .col:nth-child(2) {
    font-size: 1.2rem !important;
    color: #323232;
  }

  .RespoField .col:nth-child(3) {
    color: #707070;
  }

  .RespoField .col:nth-child(6) {
    color: #707070;
  }

  .RespoField .col:nth-child(5) {
    display: none;
  }

  .RespoField .col:nth-child(4) {
    display: none;
  }

  .RespoField .col {
    display: block;
    flex: unset;
    width: 80%;
    float: left;
    padding: 0 !important;
    margin: 0;
  }

  .RespoField .expand_icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    top: 15px;
    right: 0;
  }

  .RespoField .Down_Icon {
    display: block;
    width: 20%;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 15px;
  }

  .RespoField .expand_icon svg {
    height: 20px;
    width: 20px;
  }

  .AccordReport_Tog .collapse {
    display: block;
  }

  .Accord_Hidden {
    display: block;
  }

  .hidden_call {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .selectBoxleft {
    flex: 0 0 85% !important;
    max-width: 85% !important;
  }

  .deleteBoxright {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
}
.add-asset-stepper {
  padding: 10px 17px 10px 17px !important;
}
.checklist-setting-list table tr.tableTr td {
  display: grid;
  line-height: 35px;
}
.checklist-setting-list table tr.tableTr td p {
  width: 98%;
}
.show {
  visibility: visible !important;
}
.success-modal-backdrop {
  z-index: 100004 !important;
}
.success-modal-backdrop + .modal {
  z-index: 100005 !important;
}
#webpack-dev-server-client-overlay-div {
  display: none;
}
#webpack-dev-server-client-overlay {
  display: none;
}
.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.introjs-showElement {
  z-index: 9999999 !important;
}
tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative;
}
tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #fff;
  opacity: 0;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow: rgb(33 33 33 / 80%) 0px 0px 0px 0px, rgb(33 33 33 / 50%) 0px 0px 0px 5000px !important;
}
.introjs-helperLayer * {
  box-sizing: content-box;
}
.introjs-helperLayer :before {
  box-sizing: content-box;
}
.introjs-helperLayer :after {
  box-sizing: content-box;
}
.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
}
.introjs-helperNumberLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-arrow {
  border: 10px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #fff;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #fff;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #fff;
}
.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #fff;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
}
.introjs-arrow.left {
  left: -19px;
  top: 10px;
  border-right-color: #0d5fbe;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #fff;
}
.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #0d5fbe;
  min-width: 350px;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  transition: opacity 0.1s ease-out;
  color: #ffffff;
}
.introjs-tooltiptext {
  padding: 10px 20px;
  font-family: "Open Sans";
  font-size: 15px !important;
  font-style: normal;
  text-align: left;
}
a.introjs-skipbutton {
  font-size: 34px;
  font-weight: 200;
}
.introjs-dontShowAgain {
  padding-left: 20px;
  padding-right: 20px;
}
.introjs-dontShowAgain input {
  padding: 0;
  margin: 0;
  margin-bottom: 2px;
  display: inline;
  width: 10px;
  height: 10px;
}
.introjs-dontShowAgain label {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 0 5px;
  padding: 0;
  background-color: #fff;
  color: #616161;
  -webkit-user-select: none;
  user-select: none;
}
.introjs-tooltip-title {
  font-size: 20px;
  font-family: "kanit";
  width: 90%;
  min-height: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
}
.introjs-tooltip-header {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  min-height: 1.5em;
}
.introjs-tooltipbuttons {
  border-top: 1px solid #0f62c3;
  /*padding: 10px; */
  text-align: right;
  white-space: nowrap;
  margin-top: -43px;
}
.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  padding: 0.5rem 1rem;
  border: 1px solid #0d5fbe;
  text-decoration: none;
  text-shadow: 1px 1px 0 #0d5fbe;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  outline: 0;
  background-color: #0d5fbe;
  border-radius: 0.2em;
  zoom: 1;
  display: inline;
}
.introjs-button:hover {
  /* outline: 0;
  text-decoration: none;
  border-color: #fff;*/
  background-color: #0d5fbe;
}
.introjs-button:focus {
  /* outline: 0;
  text-decoration: none;*/
  background-color: #0d5fbe;
}
.introjs-button:active {
  /* outline: 0;
  text-decoration: none;
  background-color: #0d5fbe;
  border-color: #0d5fbe;
  color: #fff;*/
}

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #616161;
  font-size: 22px;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.introjs-skipbutton:focus,
.introjs-skipbutton:hover {
  color: #212121;
  outline: 0;
  text-decoration: none;
}
.introjs-prevbutton {
  float: left;
}
.introjs-prevbutton:before {
  content: "\3c";
  display: block;
  font-family: "siera-font-icons";
  font-size: 14px;
  float: left;
  margin: 0px 3px 0px 0px;
}
.introjs-nextbutton {
  float: right;
}
.introjs-nextbutton::after {
  content: "\3d";
  display: block;
  font-family: "siera-font-icons";
  font-size: 14px;
  float: right;
  margin: 0px 0px 0px 2px;
}
.introjs-donebutton::after {
  content: "" !important;
}
.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-disabled:focus,
.introjs-disabled:hover {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  transition: width 0.1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:focus,
.introjs-bullets ul li a:hover {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: 0;
}
.introjs-bullets ul li a.active {
  width: 15px;
  background: #fff;
}
.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: 0 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hint:hover > .introjs-hint-pulse {
  background-color: rgba(60, 60, 60, 0.57);
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
@keyframes introjspulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.introjs-hint-pulse {
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out;
  animation: introjspulse 2s infinite;
}
.introjs-hint-no-anim .introjs-hint-pulse {
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  background: 0 0;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  opacity: 0;
}
