html {
  height: 100%;
}
html, body {
  overscroll-behavior-y: none; /* Disables the bounce effect on scroll */
}

#render-main .tool-header {
  display: none;
}

.katex-display > .katex {
  white-space: normal !important;
  display: inline !important;
  text-align: left !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}


#render-main li.nav-link>* {
  display: table-cell;
  vertical-align: middle;
}

#main-menu .nav-link {
  padding: 0;
}

#main-menu .nav-link {
  border-radius: 0;
  box-shadow: 0px 1px 2px -1px #222;
}

#main-menu .nav-link:hover {
  background: #ccc;
  color: #222;
}

.text-btn {
  width: 40px;
  height: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
}

.text-progress-btn {
  background: rgb(235, 193, 10);

}

.text-danger-btn {
  background: #cf0d0d;
  ;
}

.text-success-btn {
  background: #4caf50;
}

.connect-button {
  border: 1px solid #00000063;
  border-radius: 4px;
  height: 33px;
  padding: 0px 0px 0px 10px;

}

textarea#comment {
  border-radius: 10px;
  border: 0.1em solid #ccc;
  padding: 10px;
  resize: none;
  width: 100%;
  outline: none;
}

textarea#comment:focus {
  border-color: #2196f3;
}

#main-menu .nav-link>i {
  font-size: 2.5rem;
  padding: 8px;
}

.render-tabs .nav-link {
  cursor: pointer;
}

.drawer {
  background: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 3.5rem;
  padding-top: 70px;
  z-index: 300;
}

.drawer {
  -webkit-transition: width 0.21s ease-in-out;
  -moz-transition: width 0.21s ease-in-out;
  -ms-transition: width 0.21s ease-in-out;
  transition: width 0.21s ease-in-out;
}

.drawer {
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.drawer:hover {
  width: 20rem;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 0 0, rgba(0, 0, 0, 0.06) 3px 0 1px;
}

.drawer span.editable {
  min-width: 300rem;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: inline;
}

.tool-container {
  max-height: 100%;
}

.x2-border-bottom {
  background: #007bff;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
}

div#info-window {
  position: fixed;
  top: 40%;
  left: 30%;
  width: 40%;
  z-index: 999;
}

.form-group.ng-scope {
  margin-bottom: 0px;
}

.gridster-item.has-content {
  height: 100%;
  overflow: hidden;
}

.nobg {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.gridster-item.has-content .grid-inside-container {
  overflow: auto;
  /* height: 100%; */
  height: calc(100% - 5px);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

body ::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5; */
  display: block;
}


body ::-webkit-scrollbar {
  /* width: 6px;
  background-color: #f5f5f5; */
  display: block;
}


::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.output-comp {
  display: inline-block;
  width: 400px;
}

.input-comp {
  background: none !important;
  box-shadow: none !important;
}

.bottom-absolute {
  position: absolute;
  bottom: 0;
}

.on-load-screen {
  width: 0%;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  padding: 0;
  top: 3rem;
  left: 0;
  z-index: -33;
  transition: all 0.3s ease 0.15s;
  opacity: 0;
}

.content-container {
  display: none;
}

.content-container.active {
  display: block;
}

i.icon-lg.material-icons {
  font-size: 5rem;
}

.on-load-screen.active {
  width: 45%;
  /* opacity: 1; */
  margin: 0;
}

.load-cards .card:hover {
  filter: brightness(0.5);
  transition: background-color 0.2s ease-in;
  color: #fff !important;
}

.load-cards .card {
  transition: all 0.5s;
}

.help-container {
  position: fixed;
  right: -19.5rem;
  height: 20rem;
  top: 8rem;
  display: none;
  width: 22rem;
  z-index: 2000000;
  transition: all 0.5s ease-out;
}

.gridlines.ng-scope {
  width: calc(100% - 20px);
  position: absolute;
  height: calc(100% - 60px);
  background-size: 40px 40px;
  background-image: linear-gradient(to right, #dddddd12 1px, transparent 1px), linear-gradient(to bottom, #dddddd12 1px, transparent 1px);
}

.help-container:hover {
  right: 0;
}

.help-container .card-text {
  height: 100%;
  overflow: inherit;
  min-height: 18rem;
  overflow: auto;
}

.help-container.expanded .card {
  height: 100%;
  width: 100%;
}

.help-handler {
  float: left;
  left: 0;
  height: 15rem;
  width: 3rem;
  text-orientation: upright;
  background: #ccc;
  padding: 0.5rem;
  writing-mode: tb-rl;
}

.help-container img,
.popup-box img,
.device-info img {
  width: 98% !important;
  height: auto !important;
}

.help-container {
  display: initial;
}

.on-load-screen h5.card-title {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.output-comp {
  top: 20%;
  left: 0%;
  width: 500px;
  height: 40rem;
  position: absolute !important;
  box-shadow: 0 0 4px 0px #000;
  z-index: 998;
  background: #fff;
  overflow: hidden;
}

.on-load-screen.resize {
  /* width: 75% !important; */
}

.out-container-auto {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.bottom-fixed {
  bottom: 0;
  position: fixed;
  z-index: 209999;
}

.device-info {
  display: block;
  width: 54%;
  top: 4.5rem;
  padding: 10px;
  box-shadow: -3px 0 10px -4px;
  overflow: auto;
  right: 10px;
  position: fixed;
  z-index: -9999;
  background: #fff;
  /* Firefox */
  height: -moz-calc(100% - 115px);
  /* WebKit */
  height: -webkit-calc(100% - 115px);
  /* Opera */
  height: -o-calc(100% - 115px);
  /* Standard */
  height: calc(100% - 128px);
}

.expand {
  position: fixed;
  top: 8vh;
  left: 10%;
  width: 80%;
  transition: 0.3s width;
  height: 82vh !important;
  background: #fff;
  z-index: 99999;
  overflow: auto;
  box-shadow: 0 0 15px -1px #222;
  padding: 30px;
}

.graph {
  transition: 0.3s;
  -moz-transition: 0.3s;
}

.header {
  border-bottom: 1px solid #ccc;
}

body {
  background: #053669;
  background-repeat: no-repeat;
}

.custom-file-control:focus,
.form-control:focus {
  box-shadow: none;
}

.gridster-item.has-content .grid-inside-container {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.output-comp.expanded {
  height: 0px !important;
}

.trig-info {
  margin-top: -1px;
  color: #fff;
  text-shadow: -2px 1px 3px #000;
}

.trig-info i {
  font-size: 1.4rem;
}

ul.console-logger {
  height: 40px;
  margin: 0;
  scroll-behavior: smooth;
  overflow: auto;
  font-size: 0.75rem;
  padding: 0 5px;
  transition: all 0.2s;
  list-style: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.console-logger1 {
  height: 40px;
  margin: 0;
  scroll-behavior: smooth;
  overflow: auto;
  font-size: 0.75rem;
  padding: 0 5px;
  transition: all 0.2s;
  list-style: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.help-container.expanded {
  position: absolute;
  top: 20%;
  left: 10%;
  right: initial;
  width: 80%;
  height: 500px;
}

.help-container.expanded .help-handler {
  display: none;
}

form.form-vertical {
  margin: 0;
}

.console-bar.expand {
  position: fixed;
  width: 48%;
  height: 300px;
  left: 20%;
  z-index: 209999;
  top: 20%;
  background: #fff;
}

.console-bar {
  transition: width, left cubic-bezier(0.4, 0, 1, 1) 0.3s;
  height: 40px;
}

.console-bar.expand li {
  color: #222 !important;
  list-style: initial;
}

.console-bar.expand .console-logger {
  height: 100%;
}

.inner-sub .grid-inside-container {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.right-label {
  width: 30%;
  padding: 0% 1%;
  text-align: right;
  float: right;
}

.right-label-tool {
  width: auto;
  float: right;
}

.form-footer {
  width: 100%;
  clear: both;
  padding: 5px 0px;
}

.grid.grid-inner {
  clear: both;
}

.tool-container {
  clear: both;
}

/*Switch*/
.switch {
  position: relative;
  display: table-cell;
  width: 34px;
  height: 20px;
  margin-top: 7px;
  vertical-align: bottom;
}

.switch2 {
  position: relative;
  display: table-cell;
  width: 34px;
  height: 20px;
  margin-top: 7px;
  vertical-align: bottom;
}

/* Hide default HTML checkbox */
.switch:not(.swicheck) input:not(.swicheck) {
  display: none;
}

.switch2:not(.swicheck) input:not(.swicheck) {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e20000;
  -webkit-transition: 0.4s;
  transition: 0.3s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 17px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #4caf50;
}

input:focus+.slider {
  box-shadow: 0 0 1px #4caf50;
}

input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.nav-pills .nav-link,
.nav-tabs .nav-link {
  padding: 0.4286em 0.8575em;
}

.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

.radio-option span {
  /* float:right; */
  display: block;
  /* font-size: 14px; */
  padding: 6px 0px 0px 2px;
  vertical-align: bottom;
}

input.input-tool {
  height: 34px;
}

label.tool-label.ng-binding.top-label {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

i.material-icons+span.icon-text {
  margin-top: -30px;
  display: block;
  margin-left: 24px;
}

i.material-icons.handler-icon {
  cursor: -webkit-grab;
}

nav label.switch {
  margin: -4px;
}

pre {
  font-family: inherit;
  font-size: 14px;
}

div#video-modal {
  position: fixed;
  z-index: 999;
  width: 28.4rem;
  height: 20.8rem;
}

.ui-tour-backdrop {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 999;
  width: auto !important;
}

/* tour */
.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.no-scrolling {
  height: 100%;
  overflow: hidden;
}

/*this might be an accessibility issue*/
.ui-tour-popup:focus {
  outline: none;
}

.ui-tour-popup-orphan {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%);
}

/*improve popover arrows:*/
.ui-tour-popup.popover.bottom-left>.arrow,
.ui-tour-popup.popover.top-left>.arrow {
  left: 25px;
}

.ui-tour-popup.popover.bottom-right>.arrow,
.ui-tour-popup.popover.top-right>.arrow {
  left: auto;
  right: 25px;
}

.ui-tour-popup.popover.right-top>.arrow,
.ui-tour-popup.popover.left-top>.arrow {
  top: 25px;
}

.ui-tour-popup.popover.left-bottom>.arrow,
.ui-tour-popup.popover.right-bottom>.arrow {
  top: auto;
  bottom: 25px;
}

h3.popover-title.tour-step-title {
  font-size: 1rem;
  background: #ccc;
  padding: 5px;
}

table th:nth-child(2) {
  width: 30%;
  text-align: center;
}

.radio-btns-tx-4 {
  width: 25%;
  overflow: hidden;
  display: table-cell;
}

.radio-btns-tx-3 {
  width: 33.33%;
  overflow: hidden;
  display: table-cell;
  padding-left: 2px;
}

.radio-btns-tx-2 {
  width: 50%;
}

.radio-btns-tx-1 {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  vertical-align: bottom;
}

.radio-btns-tx- {
  width: 100%;
  overflow: hidden;
  display: table-cell;
}

.form-check-input:checked,
.form-check-input:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-check-input:checked+label,
.form-check-input:not(:checked)+label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-check-input:checked+label:before,
.form-check-input:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  /* border-radius: 100%; */
  background: #fff;
}

.form-check-input:checked+label:after,
.form-check-input:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #4caf50;
  position: absolute;
  top: 5px;
  left: 2px;
  /* border-radius: 100%; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-check-input:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-check-input:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label.x2-border-bottom b {
  margin-top: 6px;
  display: inline-block;
}

.tool-cell-container.left-label {
  display: inline-flex;
  justify-content: left;
  width: 100%;
  align-items: center;
  min-height: 34px;
}

.tool-cell-container.left-label>.tool-label {
  font-size: 14px;
  margin: 0;
}

.tool-cell-container.left-label>.input-tool-continer {
  display: flex;
  font-size: 14px;
}

.radio-group-container {
  display: flex;
  flex-flow: wrap;
  /* width: 25%; */
  width: 100%;
}

.half-width .radio-group-container {
  width: 100%;
}

.dependant-control {
  width: 100%;
  float: left;
}

.delete-block {
  width: 100%;
  height: 100%;
  display: none;
  background: #00000040;
  position: relative;
}

.delete-block i {
  font-size: 3em;
}

.all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1222;
  transform: translateX(-50%) translateY(-50%);
}

.delete-block:hover {
  display: block;
}

.main-grid li:hover .delete-block {
  display: block;
}

.grid-inside-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.live-form .gridster-item {
  border: none;
}

.popover-inner.tour-step-inner {
  background: #ffff97 !important;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #cccccc !important;
}

.popover.top>.arrow:after {
  border-top-color: #ffff97 !important;
}

.popover.left>.arrow:after {
  border-left-color: #ffff97 !important;
}

.popover.right>.arrow:after {
  border-right-color: #ffff97 !important;
}

.tab-selected {
  /* box-shadow: 0px 2px 0px 0px #fff; */
  background: #0e0e0e !important;
}

.tab-selected .card-body {
  filter: none !important;
  box-shadow: 0px -3px 6px -2px #000;
}

div#help-container-right .card-body {
  height: 20rem;
}

div#admin-dashboard {
  background: #fff;
  margin-top: calc(100% - 94%);
}

.manage-forms .container {
  background: #f8f9fa;
}

.login-container {
  background: #fff;
  margin-top: 13vh;
  padding: 20px 20px;
}



.show-modal {
  display: block !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5);
}

span.glassc-conn {
  width: 100px;
  height: 27px;
  z-index: 999;
  padding: 10px;
  position: absolute;
  top: 12px;
  cursor: pointer;
}

.load-cards .card-body {
  padding: 0.45rem;
  filter: contrast(0.3);
}

.ui-tour-popup {
  transition: 0.3s all;
}

.output-comp .has-content {
  box-shadow: 0 0 3px 0px #000;
}

.header-boxed {
  padding-top: 6px;
  box-shadow: 0px -3px 12px 3px;
  margin-bottom: 5px;
}

.output-comp .tool-container {
  overflow: initial;
}

.output-comp .x2-border-bottom a {
  color: #fff;
  text-shadow: -2px 1px 3px #000;
}

#render-main #main {
  display: inline-block;
}

.loaderbg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
}

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

.ball-grid-beat.loader-inner {
  height: 80px;
  left: 47%;
  top: 40%;
  position: fixed;
  z-index: 220000;
}

.output-comp table th {
  padding: 2px 4px;
  text-align: left;
  width: auto;
}

.backdrop {
  background: #00000087;
  height: calc(100vh - -6px);
  z-index: 99;
  position: fixed;
  width: calc(100% - -64px);
  left: -25px;
  top: -7px;
}

.backdropload {
  background: #0f0f102b;
  height: calc(100vh - -6px);
  z-index: 99;
  position: fixed;
  width: calc(100% - -64px);
  /* left: -25px; */
  /* top: -7px; */
  display: flex;
  justify-content: center;
  align-items: center;

}

.backdrop-black.ng-scope {
  width: 100%;
  height: 100%;
  background: #000000ab;
  position: fixed;
  z-index: 210099;
}

div#canva-container {
  min-height: 100vh;
  float: left;
}

.handler-icon {
  cursor: grab;
}

div#video-modal .header {
  position: relative;
}

div#video-modal:hover .header .row {
  display: flex !important;
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 8px -3px #000;
  left: 15px;
  transition: all 0.3s;
}

#info-window .modal-body img {
  width: 100%;
}
.userpicholder{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  object-fit: cover;
}
.comment-pic {
  text-transform: uppercase;
  background: #c1c6ab;
  padding: 2px;
  width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  border-radius: 5px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}

.comments-container {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.comments-container .media:first-child {
  border: none !important;
}

.comments-container .media {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}

.comments-container .media.child0 {
  border: none;
}

.comment-ago {
  color: #6e6e6e;
  font-size: 12px;
}

.comment-ago::before {
  content: " ";
  padding-right: 2px;
  display: inline-flex;
  color: #ccc;
  font-size: 8px;
  text-align: center;
}

.comments-container .children.child0 {
  border-top: 1px solid #ccc;
}

select {
  -moz-appearance: menulist !important;
  /* Firefox */
  -webkit-appearance: menulist !important;
  /* Safari and Chrome */
  appearance: menulist !important;
}

select[multiple] {
  -moz-appearance: initial !important;
  /* Firefox */
  -webkit-appearance: initial !important;
  /* Safari and Chrome */
  appearance: initial !important;
  height: 200px !important;
}

.lex-web-ui-iframe--minimize {
  height: 40px;
  min-height: 40px;
}

.lex-web-ui-iframe--show {
  min-width: 40px;
}

.lex-web-ui-iframe {
  right: -65px;
  width: 350px;
}

div#info-window .modal-body {
  overflow: auto;
}

.blinking {
  animation: blinkingText 1s cubic-bezier(0.03, 0.92, 0.1, 0.93) infinite;
}

@keyframes blinkingText {
  50% {
    opacity: 0;
  }
}

tx-elements .table td {
  padding: 4px;
  margin: 0px;
}

tx-elements .table td pre {
  margin: 0;
}

.toast.warning-dim {
  opacity: 1 !important;
  background-color: #616161 !important;
}

.output-comp table.table {
  margin: auto;
  display: table;
}

.main-grid>li.gridster-item:first-child.has-content {
  border: 1px solid #828282cc;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.intro-container,
#input-comp-container {
  max-height: 85vh;
}

.intro-container .wmContent,
#input-comp-container {
  overflow-y: auto !important;
}

#input-comp-container-edgelabs {
  overflow: hidden !important;
}

.device-info-body {
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}

#toast-container {
  z-index: 1000011;
}

.comment-body {
  font-size: 0.875rem;
  font-weight: 400;
}

.slider-btn {
  margin-top: 20px;
  background: #fff;
  border-radius: 6px;
  font-size: 20px;
  color: #5f5a5a;
  height: 22px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.incdecfont {
  font-size: 20px;
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }

  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}

.offers-popup {
  right: -26%;
  width: 10vw;
  /* overflow: hidden; */
  position: absolute;
  top: -210%;
}

.shiny {
  overflow: hidden;
  position: relative;
}

.show-off {
  width: 100px;
  height: 500px;
  animation: run cubic-bezier(0, 0, 0.2, 1) 2s infinite;
  position: absolute;
  top: -221px;
  left: 86px;
  transition: 1s;
  transform: rotate(30deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.7) 100%);
}

@keyframes run {
  0% {
    left: 0px;
  }

  50% {
    left: 130px;
  }

  100% {
    left: 860px;
  }
}

.closeBtn {
  position: absolute;
  right: -13px;
  z-index: 100;
  top: -15px;
  background: white;
  border: 1px solid #ccc;
  width: 30px;
  text-align: center;
  line-height: 170%;
  height: 30px;
  border-radius: 15px;
}

.animate-if {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.intro-container img {
  width: 100% !important;
  height: auto !important;
}

.battery {
  position: relative;
  width: 100%;
  height: 6rem;
  border: 8px solid #fff;
  border-radius: 2px;
  position: relative;
  padding: 1px;
  -webkit-transform: scale(0.5);
}

.battery:before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: -33px;
  margin-top: -10px;
  width: 40px;
  height: 40px;
  background: #fff;
  clip: rect(0, 25px, 30px, 12px);
  border-radius: 50%;
}

.battery.plugged:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -51px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #f00;
  border-radius: 50%;
}

.battery .level {
  width: 20%;
  height: 100%;
  background: #fff;
  border-radius: 1px;
}

@keyframes changewidth {
  from {
    width: 10%;
  }

  to {
    width: 100%;
  }
}

.battery .level {
  animation-duration: 10s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

/** Styling the Button **/
button.spl-led {
  text-shadow: 0px 1px 1px rgba(250, 250, 250, 0.1);
  text-decoration: none;
  transition: color 350ms ease, text-shadow 350ms;
  -o-transition: color 350ms ease, text-shadow 350ms;
  -moz-transition: color 350ms ease, text-shadow 350ms;
  -webkit-transition: color 350ms ease, text-shadow 350ms;
}

button.spl-led.on {
  text-shadow: 0px 0px 3px rgb(250, 250, 250);
}

/* Styling the Indicator light */
button.spl-led+span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgb(226, 0, 0);
  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 3px 2px rgba(226, 0, 0, 0.5);
  border-radius: 5px;
  clear: both;
  position: absolute;
  top: 10px;
  right: 10%;
  transition: background-color 350ms, box-shadow 700ms;
  -o-transition: background-color 350ms, box-shadow 700ms;
  -moz-transition: background-color 350ms, box-shadow 700ms;
  -webkit-transition: background-color 350ms, box-shadow 700ms;
}

button.spl-led.on+span {
  box-shadow: inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5), 0px 0px 3px 2px rgba(135, 187, 83, 0.5);
  background-color: rgb(166 255 76);
}

.tab-container {
  height: 100%;
}

.smooth-trans {
  transition: all 0.5s;
}

.led {
  margin: 0 2%;
  width: 16px;
  height: 16px;
  background-color: #e21f00;
  border-radius: 50%;
  box-shadow: #585858 0 -1px 7px 1px, inset transparent 0 -1px 9px, transparent 0 2px 12px;
}

.led-green {
  background-color: #00a651;
}

.led.not-connected {
  background: #757575 !important;
  animation: none;
}

.led-container.d-flex.top {
  justify-content: space-evenly;
}

.carousel-item img {
  width: 100% !important;
  height: auto !important;
}

.application-title span {
  font-size: 18px !important;
}

.video_modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 210000;
  justify-content: center;
  background: #000000ab;
}

.video_modal .file-drop-area {}

.file-drop-area {
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  background: #333;
  color: #fff;
  max-width: 100%;
  padding: 15px 10px;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.file-drop-area.is-active {
  background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgb(225 225 225 / 47%);
  border: 1px solid rgb(67 67 67 / 10%);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

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

.file-drop-area .title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.file-drop-area .title .close {
  float: right;
}

div#tool-tab-container {
  max-height: 65vh;
  overflow-y: auto;
}

.embed.tool-container {
  border: 1px solid #fff;
}

.cookiealert {
  z-index: 999999 !important;
}

body {
  /* background-image:url('/assets/cktbnr.png');
  background-size: cover;
  background-repeat: no-repeat; */
  font-family: sans-serif;
  background: #fff;
  /* background: #212327
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEECAIAAAAd4J55AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUIyQzg0Q0RDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUIyQzg0Q0VDQ0ExMTFFNjkyMDJGQkMzNjQ3OUEyMTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjJDODRDQkNDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjJDODRDQ0NDQTExMUU2OTIwMkZCQzM2NDc5QTIxNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMLhJsAAB3qSURBVHja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"); */
}

.only-label>label {
  overflow: visible;
  white-space: break-spaces !important;
}

.bucket-list li {
  width: 100%;
  max-width: 100% !important;
}

.bucket-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-container:not(#stepformcontainer) img {
  margin: auto;
  position: absolute;
  top: 30px;
  left: -4px;
  bottom: 0;
  right: 0;
  max-width: calc(100% - 11px);
  max-height: calc(100% - 50px);
}

.img-container {
  text-align: center;
  height: 100%;
}

.full-width .input-tool-continer.radio-group-container {
  width: 100%;
}

.full-width .radio-group-container span label {
  font-size: 16px;
  padding-left: 22px;
}

.full-width .radio-group-container span {
  padding-bottom: 8px;
}

span.mask-switch {
  /* width: 100%; */
  width: 120px;
  height: 20px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}

.dash-border {
  background-image: linear-gradient(to right, #438e8985 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 12px 2px;
  background-repeat: repeat-x;
}

.login-title {
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #5bbab4;
}

.font-poppins {
  font-family: Poppins;
}

.welcome-text {
  color: #433647;
  font-weight: 500;
}

.login-btn {
  width: 30%;
}

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

.textarea-container {
  background: initial !important;
}

.only-label {
  line-height: 140%;
}

.glass {
  background: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.water {
  background: #9cc6ff;
  background-position: top right;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* height: calc(100% - 73px);
    width: calc(100% - 6px);
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #ffffffa6;
    border-radius: 10px;
    margin: 23px;
} */

.batterys {
  height: 68%; 
  max-height: 140px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #667a9182;
  border-radius: 6px;
}

.h-40v .batterys {
  height: 50%;
  display: flex;
  justify-content: center;
  

}


.level-water {
  margin: 0 auto;
  position: absolute;
  height: calc(100% - 90px);
  width: calc(100% - 26px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.level-water2 {
  /* margin: 0 -10px;
  position: absolute;
  height: calc(100% - 500px);
  width: calc(100% - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid;
  border-radius: 10px; */
  margin: 0px 10px;
  position: absolute;
  height: calc(100% - 85px);
  width: calc(100% - 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ffffffa6;
  border-radius: 10px;
}

.level-percentage {
  position: absolute;
  z-index: 1;
  font-size: 150%;
  text-shadow: 0 0 2px #000;
  /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;
}

.level-percentage2 {
  position: absolute;
  z-index: 1;
  font-size: 100%;
  text-shadow: 0 0 2px #000;
  /* horizontal-offset vertical-offset 'blur' colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;
}

.level-container.no-title .level-water {
  height: calc(100% - 40px);
}

.level-container.no-title .level-water2 {
  height: calc(100% - 40px);
}

form#stepformcontainer.form-horizontal {
  margin: 0;
  display: grid;
  grid-gap: 1%;
  align-items: center;
}

form#stepformcontainer.form-horizontal.form-col-3 {
  grid-template-columns: repeat(auto-fit, minmax(31.33%, 1fr));
}

form#stepformcontainer.form-horizontal.form-col-2 {
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  row-gap: 5%;
}

form#stepformcontainer.form-horizontal.form-col-4 {
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
}

form#stepformcontainer.form-horizontal.form-col-5 {
  grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
}

form#stepformcontainer.form-horizontal.form-col-6 {
  grid-template-columns: repeat(6, min-content);
  grid-auto-flow: dense;
}

.form-horizontal .ignore-grid,
.form-horizontal tx-elements {
  display: contents;
}

form#stepformcontainer.form-horizontal>div {
  padding: 0;
  padding-bottom: 10px;
}


.loader-round,
.loader-round:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader-round {
  /* margin: 60px auto; */
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.js-plotly-plot {
  position: absolute;
  height: calc(100% - 77px);
  /* width: 100%; */
  width: calc(100% - 25px);
  /* margin-top: 10px; */
  margin-top: 1px;
}

.y2grid {
  stroke: #dddddd0B !important;
}

.embed-container iframe {
  display: block;
  margin: 0 auto;
  border: none;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

  .vm-plugintext
  {
   
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 80px);
    width: calc(100% - 10px);
    position: absolute;
    left: 10px;
    top: 40px;
  }


.x2-border-bottom {}

#render-main .gridster {
  opacity: 0;
}

.table-tool-container pre {
  margin: 0 auto;
}

.table-tool-container .row:nth-child(even) {
  background: #0000002b;
}

.dropdownlist {
  color: #000;
  width: 90px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  font-size: 17px;
  border-radius: 4px;
}

.table-tool-container .row {
  padding: 5px 5px;
}

.embed-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

td {
  vertical-align: middle !important;
}

.no-title img {
  max-height: 100%;
  top: 0;
}

.btn.counter-btn .btn-cnt-title {
  display: initial !important;
}

.btn.counter-btn .btn-title {
  display: none !important;
}

.btn-element .btn-cnt-title {
  display: none;
}

.merge-2 {
  grid-column: span 2;
}

.merge-3 {
  grid-column: span 3;
}

.merge-4 {
  grid-column: span 4;
}

.merge-5 {
  grid-column: span 5;
}


/* Btn utilities */

/* //new dashboard classes */


.user-icon2 {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #1d1059;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  border-radius: 100%;
}

#dashboardnav {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  /* background-image: url(/assets/common_Assets/headerimg.svg); */
  background: #1d1059;
  height: 65px;
}

#adminbtns {
  font-size: 14px !important;
  color: #fff;
  margin: 4px;
  text-decoration: underline;
}

.tabset {
  margin-top: 3px;
  /* width: 251px; */
  width: 100%;
  height: 35px;
  background: #fff;
  margin-left: 5px;
  border-radius: 5px;
  color: rgb(65, 62, 62);
  text-shadow: none;
  padding-left: 10px;
  margin-top: 2px;
  overflow: hidden;
}

.infotab .nav-link.active {
  background: #e14c27 !important;
  color: #fff !important;
  height: 35px;
  border: none;
  border-radius: 2px;
  font-weight: bolder;
}

.nav-link:hover {
  border: none;
}

#publishtab {
  /* width: 71px; */
  width: calc(100%/2 - 7px);
  text-align: center;
}

.divider {
  height: 20px;
  width: 2px;
  background: darkorange;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 4px;
}

#dashbrd {
  height: 34px !important;
  margin-top: -7px;
  color: #e14c27;
  margin-left: 20px;
}

.searchbutton {
  background: #e14c27;
  border: none;
  height: 30px;
  border-radius: 0px 49px 22px 22px;
  margin-left: 16px;
  cursor: pointer;
  margin-bottom: 5px
}

.formcards {
  width: calc(100%/3 - 13px);
  height: 13rem;
  overflow: auto;
}

.msgcard {
  height: 39vh;
  color: #fff;
  letter-spacing: 0.8px;
}

.optioncard {
  height: 7vh;

}

.formscardportion {
  background: #16111a;
  color: black;
}

.formscardportion2 {
  background: #16111a;
  color: black;
  margin-left: 1px;
}

.head {
  height: calc(8vh - 5px);
}

.bannerimg {
  background-image: url(/assets/V2_Assets/assets/bannerimg.jpg);
}

div#admin-dashboard {
  background: #fff;
  margin-top: 0px;
}

a.evaluate {
  padding: 6px 0.5px 7px 11.2px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.63);
  border: solid 1px #00bc25;
  background-color: #0c651e;
  color: white !important;
  /* width: 180px; */
  /* height: 40px; */
  height: 32px;
  width: 136px;
  text-decoration: none;
  font-size: 12px;
}

.icons {
  color: #8c9095;
}

.conatiner-card {
  max-height: 89vh;
  overflow-y: auto;
}

/* .headerbanner{
  background-image:url(/assets/V2_Assets/assets/headerbanner.png);
} */
.menubtns {
  text-align: center;
  border-right: 1px solid rgb(86, 75, 245);
}

.dropdown-toggle {
  color: #fff;
}

.sticky {
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 20;
  width: calc(100% - 30px);
  border-bottom: 1px solid #fff;
}

/* //scrollbar */
#scroller {
  background: #dfdfdf;
  min-height: 100vh;
  scrollbar-width: thin;
  scrollbar-color: rgb(227 90 56 / 74%) transparent !important;
}


#scroller::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  background-color: initial !important;
}

#scroller::-webkit-scrollbar-thumb {
  background-color: #e19b25 !important;
}

#scroller::-webkit-scrollbar-track {
  background-color: #e19b25 !important;
}

.runpopup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  border: none;
  height: 28px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  color: #070606;
  position: absolute;
  top: 103px;
  right: 49px;

}

.runinside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  border: none;
  height: 28px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  color: #070606;
}

/* .run {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  border: none;
  height: 28px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  color: #070606;
  position: absolute;
  top: 121px;
  right: 14px;

} */

.expandRun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  border: none;
  height: 28px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  color: #070606;
  position: absolute;
  top: 123px;
  right: 26px;
}

/* .reset {
  background: linear-gradient(to bottom, #1b9621, #0e8418);
  ;
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: center;
  height: 35px;
  text-align: center;
  opacity: 0.84;
  border-radius: 23px;
  border: solid 1px #fff;
} */

/* .terminate {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  text-align: center;
  border-radius: 23px;
  border: solid 1px #fff;
  background-image: linear-gradient(to bottom, #9b0000, #830000);
} */

.codeSelector {
  height: 34px;
  border-radius: 5px;
  color: #575f6b;
  background: #f2f3f6;
  margin-bottom: 15px;
  font-size: 12px;
  max-width: fit-content;
}

.cli {
  background: #030303;
  position: absolute;
  height: calc(100% - 60px);
  width: calc(100% - 25px);
  border: #706666 1px solid;
  border-radius: 4px;
  color: white;
  /* overflow-y: auto; */
  padding-left: 3px;
  top: 43px;
}

/* .Cli {
  background: #030303;
  position: absolute;
  height: calc(100% - 60px);
  width: calc(100% - 25px);
  border: #706666 1px solid;
  border-radius: 4px;
  color: white;
  overflow: auto;
  padding-left: 3px;
} */
/* .cli {
  top: 43px;
} */


/* //sb end */

/* battery */
.batteryContainer {
  height: 10px;
  background: #36414D;
  width: 35%;
  position: relative;
  border-radius: 4px 4px 0px 0px;
}

.batterypercentageshow {
  z-index: 10;
  font-size: 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.contentCardMenu .tab-content-area .battery-wrapper {
  height: calc(82% - 12px );
}
.tab-content-area .battery-wrapper{
  margin-top: 0%;
  height: calc(100% - 12px );
}
.battery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 7%;
  height: calc(100% - 63px );
  width: calc(100% - 30px);
}

.verticle-stage .tab-content-area .battery-wrapper {
  margin-top: 0%;
  height: 70%;
}

.verticle-normal-card .battery-wrapper {
  margin-top: 0%;
}
 .h-40v .battery-wrapper  {
  margin-top: 7%;
} 
.h-50v .battery-wrapper {
  margin-top: 7%;
  } 

  .h-50v .tab-content-area .battery-wrapper {
    margin-top: 0%;
    } 

    .h-40v .tab-content-area .battery-wrapper {
      margin-top: 0%;
      } 


.contentCard .battery-wrapper  {
margin-top: 0%;
}

.n-items{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.contentCardMenu .tab-content-area  .n-items {
  justify-content: flex-start;
  margin-top: 40px;
}

.verticle-stage .tab-content-area  .n-items {
  justify-content: flex-start;
  margin-top: 20px;
}


.contentCardMenu .battery-wrapper  {
  margin-top: -25px;
}

.contentCard .tab-content-area .battery-wrapper {
height: calc(100% - 63px );
} 

.verticle-stage-active {
  margin-top: 22vh !important;
}

.contentCardMenu .tabsconatiner.contentCard-active {
  margin-top: 15vh !important;
}

.battery-font{
  font-size:10px; 
  font-weight: 400; 
  padding: 0px 15px;
}

.contentCardMenu .battery-font {
  font-size:14px; 
}

.contentCardMenu .batterys {
max-height: 155px;
}

.w-95 .battery-font {
  font-size:14px; 
}

.w-95 .batterys  {
  max-height: 155px;
}




.indicatorlevel {
  background-position: top right;
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.emptybtry {
  background: #36414D;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

/* battery end */

/* // */

.ml-loader {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
}

.ml-loader div {
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: 1.2s opaque ease-in-out infinite both;
  animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 15px;
  border-radius: 10px;
  background-color: #0C0B9C;
}

.ml-loader div:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.ml-loader div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.ml-loader div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ml-loader div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.ml-loader div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ml-loader div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.ml-loader div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ml-loader div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.ml-loader div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ml-loader div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.ml-loader div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ml-loader div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.ml-loader div:nth-child(13) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

@-webkit-keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@keyframes spinBack {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@-webkit-keyframes spinBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-width: 15px;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-width: 3px;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-width: 15px;
  }
}

@keyframes spinBorder {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-width: 15px;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-width: 3px;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-width: 15px;
  }
}

@-webkit-keyframes grow {

  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes grow {

  0%,
  40%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes triforce {
  0% {
    border-bottom-color: rgb(206, 181, 2);
  }

  40% {
    border-bottom-color: rgba(206, 181, 2, 0);
  }

  80% {
    border-bottom-color: rgb(206, 181, 2);
  }

  100% {
    border-bottom-color: rgb(206, 181, 2);
  }
}

@keyframes triforce {
  0% {
    border-bottom-color: rgb(206, 181, 2);
  }

  40% {
    border-bottom-color: rgba(206, 181, 2, 0);
  }

  80% {
    border-bottom-color: rgb(206, 181, 2);
  }

  100% {
    border-bottom-color: rgb(206, 181, 2);
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  5% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }

  10% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  15% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  5% {
    -webkit-transform: rotate(45deg) scale(0.9);
    transform: rotate(45deg) scale(0.9);
  }

  10% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  15% {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
}

@-webkit-keyframes opaque {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@keyframes opaque {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  50.1% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





.ripple-loader {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
}

.ripple-loader div {
  position: absolute;
  border: 4px solid #0a71ac;
  border-radius: 50%;
  animation: ripple-loader 1.5s ease-out infinite;
}


@keyframes ripple-loader {
  0% {
    top: 40px;
    left: 40px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}



/* // */
.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background: transparent;
  /* border: 3px solid #b29b9b; */
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
  color: #dc2927;
  letter-spacing: 4px;
  text-transform: uppercase;
  /* text-shadow: 0 0 10px #5a5a59; */
  box-shadow: 0 0 0px 0px rgb(0 0 0 / 29%);
}

.ring:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px #dc2927;
  border-right: 6px solid #d9d9d9;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

/* .spanx
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.spanx:before
{
    content: '';
    position: absolute;
    top: 0px;
    left: -3px;
    width: 106%;
    height: 101%;
    border: 3px solid #573a3a00;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #dc2927;
    border-radius: 50%;
    animation: animateC 2s linear infinite;
} */
@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }

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

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

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

.resultlist-panel {
  display: none;
  width: 30px;
  color: #595959;
  z-index: 3 !important;
  background: #fff;
  cursor: pointer;

}


.contentCard .result-hide {
  display: none;
}

.contentCardMenu .result-hide {
  display: none;
}

.contentCard80 .result-hide {
  display: none;
}

/* .close-result-panel {
  position: absolute;
  right: 0px;
} */

.test-button {
  transform: rotate(268deg);
  width: 54px;
  position: relative;
  top: 24px;
  left: -15px;
  letter-spacing: 4px;
}

.open-result-panel {
  position: absolute;
  left: 0px;
  top: 34%;
  border-radius: 0 15px 15px 0;
  padding: 13px 0px 0px 2px;
  box-shadow: 1px 0px 2px 1px #dddddd;
  height: 94px;
  width: 35px !important;
  color: #fff;
  background: #cf0d0d;
}


.verticle-stage .resultlist-panel , .contentCard .resultlist-panel {
  display: block;
}

.contentCard80 .result-section {
  width: 20%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0px;
  padding-left: 5px;
  top: 30px;
}

.contentCard80 .resultlist-panel {
  display: block;

}

.contentCard .result-section {
  width: 20%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0px;
  padding-left: 5px;
  top: 30px;
}

.contentCardMenu .resultlist-panel {
  display: block;
}

.contentCardMenu .result-section {
  width: 20%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0px;
  padding-left: 5px;
  top: 30px;
}

.contentCard .hide-result-menu {
  width: calc(3% - -8px) !important;
  box-shadow: none !important;
  border-radius: none !important;
  border-left: 1px solid #d9d9d961;
}

.contentCardMenu .hide-result-menu {
  width: calc(3% - -8px) !important;
  box-shadow: none !important;
  border-radius: none !important;
  border-left: 1px solid #d9d9d961;
}

.contentCard80 .hide-result-menu {
  width: calc(3% - -8px) !important;
  box-shadow: none !important;
  border-radius: none !important;
  border-left: 1px solid #d9d9d961;
}

.contentCard .expand-compare-result {
  width: calc(97% - 16px) !important;
  left: calc(3% - -15px) !important;
}

.contentCard80.hide-result-menu {
  width: calc(3% - -8px) !important;
}

.contentCard80 .expand-compare-result {
  width: calc(97% - 16px) !important;
  left: calc(3% - -15px) !important;
}

.contentCardMenu.hide-result-menu {
  width: 3% !important;
}

.contentCardMenu .expand-compare-result {
  width: 97% !important;
  left: 3% !important;
}

.result-section {
  overflow-y: auto;
  position: absolute;
  height: 92%;
  width: calc(100% - 25px);
}


.result-content-section {
  display: none !important;
}

.verticle-stage .result-content-section,
.contentCard .result-content-section {
  display: block;
  position: absolute;
  left: 20%;
  height: calc(100% - 45px);
  display: flex !important;
  top: 45px;
  width: 80%;
}

.contentCard80 .result-content-section {
  display: block;
  position: absolute;
  left: 20%;
  height: calc(100% - 45px);
  display: flex !important;
  top: 45px;
  width: 80%;

}

.contentCardMenu .result-content-section {
  display: block;
  position: absolute;
  left: 20%;
  height: calc(100% - 45px);
  display: flex !important;
  top: 45px;
  width: 80%;

}

input[type=checkbox][name=resultcheck]:checked:after {
  content: "\002713";
  font-size: 12px;
  height: 16px;
  padding: 0px 2px 3px 3px;
  font-weight: 900;
  position: relative;
  left: -4px;
  top: -5px;
}

input[type=checkbox][name=resultcheck]:before {
  content: " ";
  background-color: #e19b25;
  display: inline-block;
  visibility: visible;
  color: white;
  margin-right: 2px
}

input[type=checkbox][name=resultcheck]:after {
  content: " ";
  background-color: #BA0C2F;
  display: inline-block;
  visibility: visible;
  color: white;
  width: 16px;
  position: absolute;
  border-radius: 2px;
  margin-right: -14px;
}

.w-40 {
  width: 40%;
}


/* //popover */
#settingModal .form-group {
  margin-bottom: 15px;
  background: #00000024;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #0000002b;
  color: #000;
}

#settingModal.form-control {
  color: #383838;
  background-image: none !important;
  padding-left: 5px;
  background: #ffffff1a;
  cursor: pointer;
  border-radius: 4px;
}

#settingModal .form-group>label {
  font-weight: 600;
}

#settingModal .modal-body {
  max-height: 80vh;
}

#settingModal small {
  padding-left: 5px;
}


/* after sitime intro confirmation add common  css here */

/* Common Css for V2+ tehme */

.btmCard {
  height: 40%;
}

.h-60 {
  height: calc(60% - 13px);
}


.h-80 {
  height: 50%;
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 100% !important;
  width: 100%;
  border-radius: 2px;
  box-shadow: none !important;
}

.h-40 {
  height: 100%;
  background: #fff !important;
  border: 1px solid #EFF1FF !important;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: 100% !important;
  width: 100%;
  border-radius: 8px;
  box-shadow: none !important;
  border-radius: 8px;
  box-shadow: none !important;
}

.monitor80 {
  overflow-x: auto;
  overflow-y: auto;
  height: calc(100% - 5px);
  flex-wrap: wrap;
  width: 100%;
  margin-top: 5px;

}

.monitor {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin: 0px 10px 0 0
}

/* //////////// */
.normalCard80-medium .graphimg {
  border: none;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 69px;
  left: -11px;
  bottom: 20px;
  right: 0;
  width: 43%;
  height: 50%;
  max-width: calc(100% - 11px);
  max-height: calc(100% - 20px);
  pointer-events: none;
}

.normalCard80-medium .plotheatImg {
  position: absolute;
  width: calc(75% - -10px);
  top: 23px;
  left: 14%;
  height: 100%;
}

.normalCard .graphimg {
  border: none;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 69px;
  left: -62px;
  bottom: 20px;
  right: 0;
  height: 65%;
  max-width: calc(71% - 20px);
  max-height: calc(100% - 24px);
  pointer-events: none;
}

.normalCard .plotheatImg {
  position: absolute;
  width: calc(110% - 3px);
  top: -7px;
  left: -9%;
  height: 121%;
}

.contentCard .graphimg {
  border: none;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 30px;
  left: 9px;
  bottom: 20px;
  right: 0;
  width: 50%;
  max-width: calc(100% - 11px);
  max-height: calc(100% - 50px);
  pointer-events: none;
}

.contentCard .plotheatImg {
  position: absolute;
  width: calc(59% - -25px);
  top: -10px;
  left: 21.4%;
  height: 121%;
}

.contentCardMenu .graphimg {
  border: none;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 30px;
  left: 9px;
  bottom: 20px;
  right: 0;
  width: 64.5%;
  max-width: calc(100% - 11px);
  max-height: calc(100% - 50px);
  pointer-events: none;
}

.contentCardMenu .plotheatImg {
  position: absolute;
  width: calc(75% - -10px);
  top: -43px;
  left: 14%;
  height: 113%;

}

/* eof heatmap bacground iamge*/





.normalCardMenu {
  max-height: 100% !important;
  position: relative;
  top: 18%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 5px;
  height: 24%;
  border-radius: 3px;
  width: 20vw;

}

.normalCard80 {
  /* width: calc(50% - 30px); */
  /* min-width: calc(56%- 28px); */
  max-height: 100% !important;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 42px 15px;
  height: calc(60% - 22px);
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: -2px -2px 6px #e2eaf4;
  border: 1px solid #EFF1FF;
}


.normalCard80-small {
  width: calc(26% - -1px);
  min-width: calc(26% - 1px);
  max-height: 100% !important;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: calc(25% - 5px);
  border-radius: 3px;
  margin: 42px 26px;
  box-shadow: -2px -2px 6px #E2EAF4;
  border: 1px solid #EFF1FF;
}

.normalCard80-medium {
  width: calc(100%/3 - 42px);
  min-width: calc(50%/2 - 28px);
  max-height: 100% !important;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 17px 17px;
  height: calc(100% - 10px);
  top: 0px;
  border-radius: 8px;
  box-shadow: -1px -1px 6px #e2eaf4;
  border: 1px solid #EFF1FF;
}


.normalCard50 {
  width: calc(50% - 65px);
  min-width: calc(56%- 28px);
  max-height: 100% !important;
  position: relative;
  top: 44%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 28px;
  height: calc(60% - 22px);
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: -2px -2px 6px #e2eaf4;
  border: 1px solid #EFF1FF;
}

.normalCard {
  width: 33rem;
  min-width: 33rem !important;
  max-height: 100% !important;
  position: relative;
  top: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 10px 5px;
  height: calc(100% - 40px);
  border-radius: 8px;
  box-shadow: -1px -1px 6px #e2eaf4;
  border: 1px solid #EFF1FF;
}

.contentCard>.h-40 {
  box-shadow: none;
  border: 1px solid #EFF1FF !important;
  background: #fff !important;
}

.contentCard50>.h-40 {
  box-shadow: none;
  border: 1px solid #EFF1FF !important;
  background: #fff !important;
}

.contentCard80>.h-40 {
  box-shadow: none;
  border: 1px solid #EFF1FF !important;
  background: #fff !important;
}

.contentCardMenu>.h-40 {
  box-shadow: none;
  background: #fff !important;
  border: 1px solid #EFF1FF !important;
}

.contentCard {
  height: 160%;
  width: calc(100% - 17px) !important;
  position: absolute;
  margin-left: 10px;
  top: -155%;
  border-radius: 6px;
}

.contentCard50 {
  height: 100%;
  width: calc(100% - 0px);
  position: absolute;
  left: 0%;
  top: -104%;
  background: #fff;
}

.contentCardMenu {
  height: 470%;
  width: calc(100% - 7px) !important;
  position: absolute;
  left: 1px;
  top: -430%;
  border-radius: 5px;
}

.contentCard80 {
  height: 48%;
  width: calc(100% - 0px);
  position: absolute;
  left: 0%;
  top: -48.5%;
  background: #fff;

}

.titlebar {
  height: 45px;
  margin-left: -13px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: -4px;
  padding-left: 15px !important;
  border-radius: 6px;
}

.outputMonitor {
  position: absolute;
  top: 62%;
  height: 39.5%;
  min-width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  display: flex;
  left: -12px;
  border-radius: 5px 5px 0 0;
  z-index: 99 !important;
}




/* #################################################### */


.resizable {
  position: relative;
}

.resizable.no-transition {
  transition: none !important;
}

.rg-right,
.rg-left,
.rg-top,
.rg-bottom {
  display: block;
  width: 10px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 30;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}

.rg-right span,
.rg-left span,
.rg-top span,
.rg-bottom span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  /* border: 1px solid #ccc; */
}

.rg-right span,
.rg-left span {
  border-width: 0 1px;
  /* top: 50%; */
  /* margin-top: -10px; */
  /* margin: -10px 0 0 3.5px; */
  height: 100%;
  width: 7px;
}

.rg-top span,
.rg-bottom span {
  border-width: 1px 0;
  left: 50%;
  margin: 3.5px 0 0 -10px;
  width: 20px;
  height: 7px;
}

.rg-top {
  cursor: row-resize;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -14px;
}

.rg-right {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: -14px;
}

.rg-bottom {
  cursor: row-resize;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}

.rg-left {
  cursor: e-resize;
  height: 100%;
  left: -2%;
  top: 0;
  margin-left: -10px;
}


/* ######################################################## */

.col-7-flex {
  flex: 0 0 60%;
  max-width: 60%;
  min-width: 60%;
  position: relative;
  left: 2px;
  z-index: 1;
  min-width: 60%;
}

.col-5-flex {
  flex: 0 0 39.9999% !important;
  max-width: 39.9999%;
  min-width: 39.9999%;
  position: relative;
  left: 10px;
}

.outputMonitor-0 {
  position: absolute;
  top: 82.2%;
  height: 19%;
  min-width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  display: flex;
  left: -12px;
  z-index: 99 !important;
}

.outputMonitor-50 {
  position: absolute;
  top: 50.5%;
  height: 49%;
  min-width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  display: flex;
  left: -12px;
  z-index: 99 !important;
}

.outputMonitor-80 {
  position: absolute;
  top: 0%;
  height: calc(100% - 2px);
  min-width: calc(100% - 45px);
  max-width: calc(100% - 45px);
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 2px;
  z-index: 99 !important;
}

.outputdeck {
  height: 34vh !important;
  margin-top: 12px;
}

.sequenceContainer {
  background: #A9D6E5;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 10px;
  color: #fff !important;
  padding-right: 10px;
  border: 1px solid #00bcd4;
  margin-bottom: 40px;
}

.scroll-buttons {
  top: 55%;
  z-index: 2;
  border: 1px solid #cfcfd3;
  background: #cfcfd3;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
}

.scroll-buttons-menu {
  top: 71%;
  z-index: 11;
  border: 1px solid #cfcfd3;
  background: #cfcfd3;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
}

.btn-icons {
  background: #fff;
  border-radius: 50%;
  margin-top: 1px;
  height: 24px;
  width: 24px;
  font-size: 18px;
  text-align: center;
  padding: 3px;
  color: #202022;
  cursor: pointer;

}

.contentCard .js-plotly-plot {
  position: absolute;
  height: calc(100% - 80px);
  width: calc(100% - 18px);
  margin-top: 1px !important;
  left: 10px;
}

.outputmonitorContainer {
  top: 3px;
  left: 0;
  min-width: 254px;
  height: 40px;
  width: 100%;
  z-index: 1;
  margin-top: 2px;
  align-items: flex-start;
  border-bottom: 1px solid #e4effc;
  z-index: 99 !important;
}

.view80 {
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  flex-wrap: wrap;
  height: 100%;

}

.view {
  overflow-x: auto;
  overflow-y: hidden;
}

.messenger {
  margin: 0px 0px 10px 18px;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 20px);
  height: auto;
  border-radius: 0px 15px 15px 15px;
  min-height: 40px;
  min-width: 30%;
  padding: 5px 10px;
  transition: all 1s ease-in;
}

.contentCard .img-container:not(#stepformcontainer) img {
  width: auto;
  position: absolute !important;
  /* border: 0.5px solid #0000000a; */
  border-radius: 3px;
  top: 30px;
  left: 0px;
}

.contentCardMenu .img-container:not(#stepformcontainer) img {
  width: auto;
  position: absolute !important;
  /* border: 0.5px solid #0000000a; */
  border-radius: 3px;
  top: 30px;
}

.contentCard50 .img-container:not(#stepformcontainer) img {
  width: auto;
  position: absolute !important;
  /* border: 0.5px solid #0000000a; */
  border-radius: 3px;
}

.contentCard80 .img-container:not(#stepformcontainer) img {
  width: auto;
  position: absolute !important;
  /* border: 0.5px solid #0000000a; */
  border-radius: 3px;
}

.normalCard .img-container:not(#stepformcontainer) img {
  position: absolute !important;
  top: 30px;
  width: auto;
}

.normalCard80-medium .img-container:not(#stepformcontainer) img {
  position: absolute !important;
  top: 30px;
  width: auto;
}

.filterdd {
  background: #fff;
  font-size: 12px;
  height: 22px;
  width: 75px;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.452);
  color: #000;
  text-transform: none;
  font-weight: 600;
}

.filterlistitem {
  height: 36px;
  text-align: left;
  padding-left: 10px;
  display: flex;
  color: #000;
  font: normal normal 500 16px;
  letter-spacing: 0.7px;
}

.normalCardMenu>.h-70 {
  height: 75%;
  background: #f5f5f5 !important;
}

.normalCardMenu .w-0 {
  width: 0px;
}

.inputpannel {
  height: calc(100% - 100px);
  width: calc(100% - 17px);
}


.contentCard50 label.x2-border-bottom strong {
  display: none;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
}

.contentCard80 label.x2-border-bottom strong {
  display: none;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
}

.contentCardMenu label.x2-border-bottom strong {
  display: none !important;
  color: #000;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 600;
  top: -7px;
}

.featurebanner {
  height: 35px;
  width: 100%;
  background: #d1d1d1;
  border-bottom: solid 1px #b9b9b9;
  margin-top: 37px;
}

.filtercheck {
  /* appearance: none; */
}

.bg-tour {
  background: #fff !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 5px;
}

.step1 {
  top: -24px;
  left: 30px;
}

.step2 {
  top: 70px;
  left: -27px;
  transform: rotate(268deg);
}

.step3 {
  top: 12px;
  left: 99%;
  transform: rotate(91deg);
}

.mainCanvas {
  height: calc(100% - 91px);
  left: 20px;
  width: calc(100% - 60px);
  position: absolute;
  top: 58px;
  z-index: 10;
}

.monitor-column {
  left: 10px;
  flex: 0 0 77%;
  /* width: 77%; */
  min-width: 60%;
  max-width: 77%;
  position: relative;
  z-index: 1;
}

.col-10-flex {
  position: relative;
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
}

.full-width-flex {
  position: relative;
  flex: 0 0 97.5%;
  max-width: 97.5%;
}

.text-active {
  color: rgb(22, 150, 22);
  font-size: 11px;
  font-weight: 700;
}

.subsequence {
  color: #7a95ad !important;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-family: proxima nova;
  text-transform: none;
  max-width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-sequence {
  height: 60px;
  max-width: 100%;
  background: #fafafa !important;
  border-bottom: 1.5px solid #bebebe;
}

.f14 {
  font-size: 14px;
}

.next {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  font-size: 11px;
  color: #010000;
  border-radius: 5px;
  width: 57px;
  border: none;
  margin-top: 9px;
  margin-right: 7px;
  height: 23px;
  border: 1px solid #b3b3b321;
}

/* typing loader for messenger */

.typing-loader {
  margin: 9px;
  width: 6px;
  height: 6px;
  -webkit-animation: line 1s linear infinite alternate;
  -moz-animation: line 1s linear infinite alternate;
  animation: line 1s linear infinite alternate;
  border-radius: 5px;
}

.typing-loader-right {
  margin: 9px;
  width: 6px;
  height: 6px;
  -webkit-animation: line 1s linear infinite alternate;
  -moz-animation: line 1s linear infinite alternate;
  animation: line 1s linear infinite alternate;
  border-radius: 5px;
  position: relative;
  left: 85%;
  top: -1px;

}


@-webkit-keyframes line {
  0% {

    background-color: rgba(0, 0, 0, 1);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 2);

  }
}

@-moz-keyframes line {
  0% {

    background-color: rgba(0, 0, 0, 1);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 2);

  }
}

@keyframes line {
  0% {

    background-color: rgba(0, 0, 0, 1);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  25% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 2),
      24px 0px 0px 0px rgba(0, 0, 0, 0.2);

  }

  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2),
      24px 0px 0px 0px rgba(0, 0, 0, 2);

  }
}

/* end of typing-loader */

/* Stage moving animation */
.moveUp {
  position: relative;
  animation-delay: 2s;
}

@-webkit-keyframes moveUp {
  0% {
    top: 500px;
  }

  100% {
    top: 0px;
  }
}

@keyframes moveUp {
  0% {
    top: 500px;
  }

  100% {
    top: 0px;
  }
}

/* end of stage moving aniamtion */

/* .no-info {
  margin: auto;
  font: normal normal 600 34px/28px;
  letter-spacing: 1.7px;
  color: #000000;
  text-shadow: 0px 1px 2px #00000042;
  opacity: 0.14;
} */

.contentCard-info {
  content: 'No Virtual Lab';
  margin: auto;
  font: normal normal 600 34px/28px;
  letter-spacing: 1.7px;
  color: #000000;
  text-shadow: 0px 1px 2px #00000042;
  opacity: 0.14;
}

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

.shrink-content {
  width: calc(100% - 198px);
  margin-left: 105px;
}

.expand-menus {
  width: 100px;
}


.rotate-90 {
  transform: rotate(270deg);
  margin-top: 100px;
  letter-spacing: 4px;
  color: #595959;
  position: relative;
}

.red-tooltip {
  color: #595959;
  font-size: 14px;
}



.outputMonitor-ft-0 {
  min-width: calc(100% - 9px);
  max-width: calc(100% - 9px);
  left: -3px;
}

.outputMonitor-ft-50 {
  min-width: calc(100% - 9px);
  max-width: calc(100% - 9px);
  left: -3px;
}

.outputMonitor-ft-80 {
  min-width: calc(100% - 50px);
  max-width: calc(100% - 44px);
  left: 15px;
  /* background: #fff; */
  /* height: calc(100% - 63px); */
  /* top: 7%; */
}

.outputMonitor-ft {
  min-width: calc(100% - 10px);
  max-width: calc(100% - 10px);
  left: -4px;
}

.w-23 {
  width: 21.5% !important;
}




.active-fettab {
  background: #ECECEC !important;
  border: 1px solid #59595942 !important;
}

.bg-unselected {
  background: #ececec;
}

.featurepanel {
  height: 100%;
  background: #fff !important;
  border: 1px solid #eff1ff !important;
  border-radius: 2px !important;
  cursor: pointer;
  z-index: 49 !important;
  box-shadow: none !important;
}

.scroll-x {
  overflow-x: hidden !important;
  overflow-y: hidden;
}

.scroll-y {
  overflow-y: auto !important;
  overflow-x: hidden;
}

.inputtab {
  background: #fff;
  cursor: pointer;
  box-shadow: 2px 2px 2px 0px #0000001a;
  height: 40px;
  color: #6A6E83;
  user-select: none;
}

.background-drop {
  height: 100vh;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0000007d;
  left: 0;
}


.chat-canvas {
  position: relative;
  border-radius: 2px;
  left: 10px;
  background: #fff;
  flex: 0 0 23%;
  /* width: 23%; */
  min-width: 23%;
  max-width: 40%;
}

.col-2-flex {
  flex: 0 0 45px;
  max-width: 45px;
  position: relative;
}

.col-6-flex {
  flex: 0 0 47%;
  max-width: 47%;
  position: relative;

}

.col-6-max {
  flex: 0 0 53%;
  max-width: 53%;
  position: relative;
}

.topopts {
  cursor: pointer;
  color: #c7c7c7bd;
  font-size: 14px;
  letter-spacing: 2%;
  padding-top: 1px;
  min-width: 110px;
  font-weight: 500;
}

.img-opt {
  font-size: 20px;
}

.active-opt {
  background: #f5f5f5;
  margin-top: 2px;
  color: #595959;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
}

.msgText>p {
  margin-bottom: 0px !important;
  padding: 5px 5px;
  color: #000 !important;
  font-size: 14px;
  font-weight: normal;
  cursor: default;
  user-select: none;

}

.msgText>ul {
  margin-bottom: 0px !important;
  color: #000 !important;
  font-size: 14px;
  font-weight: normal;
  cursor: default;
  user-select: none;
}

.backend-info {
  background: #FFF5C4;
  width: auto;
  border-radius: 8px;
  padding: 5px 15px;
  margin: auto;
  box-shadow: -1px 1px #f2f2f2;
  margin-bottom: 20px;
}


input[name='processindicator']:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #4caf50;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffffad;
}

input[name='statindicator']:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #4caf50;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffffad;
}

input[name='statindicator']:not(checked):after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #E12F2F;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffffad;
}

.submit-current-data {
  border-radius: 4px;
  background: #595959;
  height: 20px;
  color: #ffffff;
  font-size: 10px;
  border: none;
  padding-bottom: -4px;
  padding: 1px 15px !important;
  text-transform: none;
}

.open-panel {
  position: absolute;
  left: -20px;
  top: 45%;
  background: #fff;
  border-radius: 50% 0 0 50%;
  height: 47px;
  width: 42px;
  padding: 14px 3px 0 0;
  color: #000000;
  z-index: 3 !important;
  box-shadow: -2px 0 #dddddd;

}

.sequence-drop-zone {
  text-decoration: underline;
  font-weight: 600;
  color: white;
  background: #82c082;
  padding: 30px;
  border-radius: 10px;
}

.flex-grow {
  flex-grow: 1;
  align-items: center;
}

.tri-right.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 12px solid;
}

.tri-left.right-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -12px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
}

.cart-button {
  background: #fff;
  height: 46px;
  border-radius: 5px;
  padding: 1px 15px;
  margin-right: 15px;
  color: #BA0C2F;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  margin-top: -1px;
}




/* animation strip for messages  */
.animate-left-msg {
  animation-name: moveInleft;
  animation-duration: 1.2s;
}

@keyframes moveInleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* animation strip for user bubble  */
.animate-right-msg {
  animation-name: movefromRight;
  animation-duration: 1s;

}

@keyframes showBlock {
  from {
    display: block;
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes movefromRight {
  0% {
    transform: translateX(50px);
  }

  100% {
    transform: translate(0);
  }
}


@keyframes satgeUp {
  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}



@keyframes zoomin {

  0% {
    transform: scale(0.5, 0.5);
  }

  100% {
    transform: scale(1, 1);
  }
}

.send-button {
  height: 40px;
  border: none;
  width: 48px;
  border-radius: 50%;
  margin: 2px 6px 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[contentEditable=true]:empty:before {
  content: attr(data-text);
}

.user-messaging-area:empty:before {
  overflow-y: hidden;

}

.user-messaging-area {
  border-radius: 30px;
  outline: none;
  color: #595959;
  padding: 15px;
  resize: none;
  line-height: 20px;
  font-size: 14px;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  height: 52px !important;
}

.user-messaging-area ::-webkit-scrollbar {
  display: none !important;

}


.user-message-section {
  height: 52px;
  width: calc(100% - 6px);
  position: absolute;
  bottom: 0;
  font-size: 12px;
  padding: 1px;
  margin: 2px 0px 2px 6px;
}

.assist-bot {
  height: calc(100% - 165px);
  width: calc(100% - 8px);
  overflow-y: auto;
}

.no-bot {
  height: calc(100% - 100px);
  width: calc(100% - 8px);
  overflow-y: auto;
}

.no-feature-panel {
  height: calc(100% - 40px);
  width: calc(100% - 8px);
  overflow-y: auto;
}

.expand-view {
  right: 18px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
  transform: rotate(180deg);
  color: #000 !important;
}


.cart-details {
  border: 1px solid #eaeae6;
  width: calc(100% - 30px);
  margin: auto;
  border-radius: 5px;
  padding: 6px;
}

.fix-footer {
  background: #e8e8e8;
  height: 25px;
  z-index: 1;
  padding: 4px;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% - 0px);
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.header-content {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 19px;
}

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

/* Overview Page */
.tut-video {
  height: 65vh;
  width: 60%;
  margin: auto;
  position: relative;
  top: 20%;
  background: white;
  border: 1px solid #0b0a0a66;
  box-shadow: 0px 0px 7px 0px;
  padding: 60px;
  border-radius: 15px;
}

.tut-content {
  height: 90%;
  width: 100%;
  border-radius: 15px;
}

.titls {
  font-size: 28px;
  text-transform: uppercase;
}

.introoverview {
  width: 200px;
  background: white;
  width: 100%;
  /* margin: auto; */
}

.wikisource {
  background: white;
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
}

.embededimg {
  margin-left: 25px;
  border-radius: 5px;
  object-fit: contain;
  position: relative;
  overflow: hidden;
  padding-top: 49.25%;
  aspect-ratio: 1;
}

.key-feature {
  border-radius: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 5rem;
  overflow: hidden;
}

.keyword-pill {
  margin: 15px 0px;
  height: 35px;
  background: #C7C7C7;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.discription-text {
  color: #202022;
  font-size: 22px;
  text-align: left;
  text-align: justify;
  line-height: 30.8px;

}


.docslist {
  width: 100%;
  background: transparent;
  border-radius: 5px;
  overflow-x: auto;
  overflow-y: hidden;
}

.docs {
  height: 15%;
  border-radius: 5px;
}

.docs-container {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  margin-top: 10px;
}

.evalbtn {
  width: 170px;
  height: 45px;
  background: #BA0C2F;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* .grid-img {
  display: grid;
  padding: 0rem;
  grid-auto-flow: column;
  grid-template-columns: 50% 50%;
  gap: 0rem;
  justify-items: center;
} */

.grid-img {
  display: flex;
  max-width: 60%;
  align-items: center;
  height: 100%;

}

.explorebtn {
  font-weight: 600;
  background: #fff;
  width: 170px;
  height: 45px;
  border: 1px solid #BA0C2F;
  color: #BA0C2F;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.keyfeature-card {
  width: 45%;
  margin-bottom: 30px;
  height: 50%;
}

.intro-img-container {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.indices {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 24px;
  font-weight: 500;
}

.relativepath {
  font-size: 20px;
  text-transform: uppercase;
  margin: 15px 0px;
}


/* //result section */
.staging-result-img {
  width: auto !important;
  border-radius: 3px;
  left: 0px;
  bottom: 0;
  right: 0;
  max-width: calc(100% - 11px);
  max-height: calc(100% - 50px);
  top: -27px;
}

.text-mute {
  color: #9e9e9e;
}


.contentCard80 .result-section {
  box-shadow: 1px 0px 3px #d9d9d9;
  border-radius: 9px
}

.contentCard .result-section {
  box-shadow: 1px 0px 3px #d9d9d9;
  border-radius: 9px
}

.contentCardMenu .result-section {
  box-shadow: 1px 0px 3px #d9d9d9;
  border-radius: 9px
}

.contentCardMenu .expand-compare-result {
  width: 97% !important;
  left: 3% !important;
}

#captcha {
  background: #00000024;
  width: fit-content;
  border-radius: 5px;
  color: #000;
  border: 1px solid #f8f1f1;
  margin: 15px 0px;
  display: flex;
  align-items: center;
  padding: 5px 50px;
  justify-content: space-around;
  font-family: fantasy;
  font-size: 26px;
  user-select: none;

}

.carousel-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #cfcfd3;
  background: #00000017;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
}

.result_download,
.result_download:hover {
  text-decoration: none;
  color: #000;
}

.trigger-element {
  background: #6f6f77;
  width: auto;
  height: 35px;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 5px 20px;
}

.captchatextbox {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #eaeae6;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;

}

.captchatextbox::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(126, 126, 126, 0.39);
  opacity: 1;
  /* Firefox */
  font-size: 12px;
}

.skiptranslate iframe {
  visibility: hidden !important;
}

.goog-te-gadget-icon {
  display: none;
}

body {
  top: 0px !important;
}

.goog-te-gadget-simple {
  /* background-color: #ffffff; */
  content: '';
  border-left: 1px solid #D5D5D5;
  border-top: 1px solid #9B9B9B;
  border-bottom: 1px solid #E8E8E8;
  border-right: 1px solid #D5D5D5;
  font-size: 10pt;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 2px;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #ba0c2f !important;
}

.goog-te-gadget-simple span {
  /* display: none; */
  color: #ba0c2f !important;
  font-weight: 600;
  width: 0px;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
  display: none !important;
}

element.style {
  white-space: nowrap;
  width: 5px;
  overflow: hidden;
}

.goog-te-gadget-simple {
  width: 2px;
  overflow: hidden;
}

body {
  top: 0px !important;
}

#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}



/* #################################################### */


.resizable {
  position: relative;
}

.resizable.no-transition {
  transition: none !important;
}

.rg-right,
.rg-left,
.rg-top,
.rg-bottom {
  display: block;
  width: 10px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  z-index: 30;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}

.rg-right span,
.rg-left span,
.rg-top span,
.rg-bottom span {
  position: absolute;
  box-sizing: border-box;
  display: block;
  /* border: 1px solid #ccc; */
}

.rg-right span,
.rg-left span {
  border-width: 0 1px;
  /* top: 50%; */
  /* margin-top: -10px; */
  /* margin: -10px 0 0 3.5px; */
  height: 100%;
  width: 7px;
}

.rg-top span,
.rg-bottom span {
  border-width: 1px 0;
  left: 50%;
  margin: 3.5px 0 0 -10px;
  width: 20px;
  height: 7px;
}

.rg-top {
  cursor: row-resize;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: -14px;
}

.rg-right {
  cursor: col-resize;
  height: 100%;
  right: 0;
  top: 0;
  margin-right: -14px;
}

.rg-bottom {
  cursor: row-resize;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: -14px;
}

.rg-left {
  cursor: e-resize;
  height: 100%;
  left: -2%;
  top: 0;
  margin-left: -10px;
}


/* ######################################################## */
.landing-page {
  font-family: 'Open Sans', sans-serif;
  background: #f4f4f4;
}

.home-btn {
  height: 43px;
  background: #263238;
  color: #fff !important;
  padding: 9px 25px !important;
  border-radius: 5px;
}

.home-btn:hover {
  text-decoration: none !important;
}


.samples {
  position: relative;
  width: 100%;
  background: #fff;
}

.samples-card {
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  min-height: calc(100vh - 122px);
}

.sample-header {
  height: 120px;
  border-bottom: solid 2px #ECECEC;
}

.cart-text {
  font-size: 18px;
}

.samples-address {
  width: 100%;
  min-height: 120px;
  border: solid 3px #ECECEC;
  border-radius: 15px;
}

.input:-internal-autofill-selected {
  background-color: none !important;
}

.graphResult {
  position: absolute;
  width: fit-content;
  top: 30px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding: 10px;
  border-radius: 10px 0px 10px 10px;
}

.graphResultBTN {
  background-color: #ffffff;
  color: #000;
  border-radius: 5px;
  display: flex;
  z-index: 1;
  animation: blink-animation 1s steps(10, start) infinite;
  -webkit-animation: blink-animation 1s steps(10, start) infinite;
}

@keyframes blink-animation {
  to {
    /* visibility: hidden; */
    transform: scale(1.2);
    transition: ease-in-out;
  }
}

@-webkit-keyframes blink-animation {
  to {
    /* visibility: hidden; */
    transform: scale(1.2);
    transition: ease-in-out;
  }
}

.graph_table {
  display: flex;
  flex-direction: column;
  height: calc(100% - 60px);
  position: absolute;
  width: calc(100% - 25px);
}

.graph_table .js-plotly-plot {
  position: relative;
  height: calc(100% - 1px) !important;
  width: 100%;
}

.graph_content {
  flex: 1;
  height: 50%;
}

.nth3:nth-child(1) {
  flex: 0 0 97.1%;
  max-width: 97.1%;
}

.nth3:nth-child(3),
.nth3:nth-child(2) {
  flex: 0 0 48.3%;
  max-width: 48.3%;
}

.nth4 {
  flex: 0 0 48%;
  max-width: 48%;
}

.nth1,
.nth2 {
  flex: 0 0 99%;
  max-width: 99%;
}

@media screen and (max-width: 1180px) {

  .nth4,
  .nth3:nth-child(3),
  .nth3:nth-child(2) {
    flex: 0 0 99%;
    max-width: 99%;
  }
}

.selectBTN {
  background-color: #ffffff;
  border-radius: 5px;
  height: 44px;
  border: none;
  box-shadow: none;
  width: 100%;
  /* padding: 0px 3%; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  font-size: 15px;
}

.selectBTN input[type="checkbox"] {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 2px solid #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.selectBTN input[type="checkbox"]:checked {
  background-image: url('/assets/tick-circle.svg');
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

.MQTTelement {
  position: relative;
}

/* .close{
  background-image: url('/assets/close-circle.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 24px;
  color: #fff;
  z-index: 20;
} */


.navcircle {
  border-radius: 50%;
  background-color: #FFF;
  width: 105px;
  height: 105px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  gap: 2px;
  transform: rotate(133.298deg);
  border: 2px solid #FFF;
}

.navright {
  background-color: #1D1059;
  position: relative;
  cursor: pointer;
}

.navigationbutton {
  width: 100%;
  height: 100%;
  all: unset;
}

.navtop {
  background-color: #1D1059;
  cursor: pointer;
}

.imgright {
  position: absolute;
  left: 20px;
  top: 19px;
  transform: rotate(-44deg);
}

.imgleft {
  transform: rotate(135deg);
  position: relative;
  left: 14px;
  bottom: -12px;
}

.imgbottom {
  transform: rotate(45deg);
  position: relative;
  /* right: -34px; */
  top: 16px;
  left: 14px;
}

.imgtop {
  transform: rotate(-132deg);
  position: absolute;
  left: 17px;
  top: 64px;
}

.centerimgborder {
  left: 35px;
  border-radius: 50%;
  position: absolute;
  background-color: #FFFFFF;
  height: 35px;
  width: 35px;
  top: 31px;
  transform: rotate(-130deg);
  ;
}

.centerimg {
  width: 19px;
  position: absolute;
  right: 9px;
  top: 8px;
}

.user-tool-cell .x2-border-bottom {
  padding: 7px 6px 7px 12px;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

.analog_meter {
  background: #ccc;
  margin: auto;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: calc(100% - 60px);
  position: absolute;
  width: calc(100% - 30px);
  border-radius: 25px;
}

.analog_circle {
  width: 310px;
  height: 300px;
  border-radius: 50%;
  position: relative;
}

.analog_current-rangevalue {
  position: absolute;
  width: 100%;
  text-align: center;
  right: 0px;
  font-weight: 500;
  z-index: 10;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analog_current-valuepalce {
  padding: 0px 6px;
  /* background: #6a6a6a; */
  border-radius: 5px;
  color: #000;
  font-size: 16px;

}

.containered_circle {
  height: 162px;
  overflow: hidden;
  position: relative;
}

.analog_circle_2 {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 7px;
  top: 22px;

}

.analog_scale {
  position: absolute;
  width: 100%;
  height: 17px;
  top: 145px;
  font-size: 12px;
}

.analog_scales {
  width: 100%;
  height: 100%;
  color: black;
}

.analog_range {
  background-color: #ccc;
  width: 50%;
  height: 100%;
}

.analog_arrow-container {
  width: 100%;
  height: 3px;
  background-color: transparent;
  position: absolute;
  z-index: 11;
  top: 48%;
  transition: .2s ease-in-out;
}

.analog_arrow-wrapper {
  width: 50%;
  height: 100%;
  position: relative;

}

.analog_arrow-wrapper img {
  transform: rotate(-147deg);
  width: 121px;
  position: absolute;
  top: -42px;
  left: 36px;
}

.analog_arrow {
  width: 100%;
  height: 2px;
  background-color: purple;
  position: absolute;
  top: 160px;
  left: -3px;
  z-index: 1;

}



.needleparent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: transparent;
  width: 5px;
  rotate: 270deg;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}

.tick {
  position: absolute;
  width: 10px;
  height: 50%;
  background: black;
  border: 1px solid #fff;
  border-radius: 5px 5px 0px 0px;
}

.tick-base {
  background: black;
  position: relative;
  top: 93%;
  width: 30px;
  left: -11px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  border: 1px solid #fff;
}

.indicator-box {
  background: red;
  position: absolute;
}

.needle {
  position: relative;
  height: calc(80% - 0px);
  width: 5px;
  rotate: 270deg;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  top: calc(100% - 82%);
  transform: rotate(0deg);
}

.expand .needle {
  height: 120%;
}

.needle-tic {
  position: absolute;
  width: 10px;
  height: calc(100% - 50%);
  height: calc(100% - 50%);
  background: #efefef;
  border: 1px solid #000;
  border-radius: 5px 5px 0px 0px;
  border-radius: 40% 40% 0px 0px;
  border-style: solid;
}

.needle-base {
  background: black;
  position: relative;
  top: 93%;
  width: 30px;
  left: -11px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  height: 30px;
  border: 1px solid #fff;
}

.expand .needle {
  top: calc(100% - 62%);
}

.indicator .js-plotly-plot {
  width: 100%;
  height: 100%;
}

.expand .indi .js-plotly-plot {
  width: 100%;
  height: 100%;
}

.needle-container {
  position: absolute;
  display: none;
  top: 1%;
  height: calc(100% - 0px);
  background: transparent;
  width: 5px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: calc(100% - 0px);
}

.plots-container {
  position: absolute;
  display: none;
  top: 0%;
  height: calc(100% - 35px);
  background: transparent;
  width: 5px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  align-items: center;
  align-content: center;
  width: calc(100% - 0px);
}

.plots-container .plot-container {
  position: relative;
  top: 0%;
  height: 100%;
}

/* .needle-dot{
  height: 3px;
  width: 3px;
  background: #fff;
  border-radius: 50%;
} */

.needle-value {
  position: absolute;
  bottom: 18%;
  right: 1%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.expand .needle-value {
  bottom: 14%;
}

.expand .needle-container {
  top: -8%;
}

.spacewarp {
  white-space: pre-line;
  margin: 5px 30px;
  top: -15px;
  position: relative;
}

.bits-info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 15px;
  padding: 5px;
  background: #033c73;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  height: 30px;
}

.refresh-stream {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 15px;
  padding: 13px 5px;
  z-index: 10;
  background: #c71c22;
  border: 1px solid #c71c22;
  color: #fff;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.audio-control {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  left: 65px;
  margin: 15px;
  padding: 5px;
  background: #c71c22;
  border: 1px solid #c71c22;
  color: #fff;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.subplot {
  height: calc(100% - 25px);
  position: absolute;
  width: calc(100% - 35px);
}

.first-two-elements-container,
.remaining-elements-container {
  /* Set overflow-y to auto to enable scrolling */
  overflow-y: auto;
  /* Set max-height to allow dynamic height division */
  max-height: calc(50% - 25px);
  /* Adjust as needed */
}


 .subplot .js-plotly-plot {
  
  width: calc(100% - 3px ) !important;
  margin-top: 35px;

}

.chatopts {
  position: absolute;
  bottom: 35px;
  right: 13px;
  z-index: 20;
  height: 45px;
  width: 45px;
  background: #1D1059;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

}

.chatdisabled {
  color: #d5d5d5;
}

.loader {
  transform: rotateZ(40deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  color: #fff;
}

.loader:before,
.loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #1d1059;
  transform: rotateY(74deg);
  animation-delay: .4s;
}

/* Conditional loader color for infineon theme */
.infineon-theme .loader:after {
  color: #0a8276;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {

  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -.2em .2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -.2em -.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: .2em -.2em 0 0 currentcolor;
  }
}

.doc_viewArea {
  height: calc(100% - 125px);
  width: calc(100% - 35px);
}

.feed-select {
  color: #1d1059;
  font-weight: 700;
  font-size: 13px;
}

.login-common{
  width: 82px;
  color: #0c0b9c;
  border: 1px solid #0c0b9c;
  height: 35px;
  font-weight: 500;
  border-radius: 11px;
  background: #fff;
}
.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding: 15px 30px 15px 50px !important;
  border-bottom: 1px solid #EAE8E8 !important;
  background: #fff;
}

.loginpopupcloser {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  background-image: url(/assets/local_Assets/close-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ka-popup-closer{
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  right: -6px;

  cursor: pointer;
  background-image: url(/assets/local_Assets/close-circle-white.svg);
  background-color: #1D1059;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  animation: slide-in-bottom 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.loginclose {
  background-color: #FFF;
  position: absolute;
  top: -12px;
  right: -14px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.connectionpopup {
  position: relative;
  width: 60%;
  /* height: 70%; */
  padding: 20px;
  z-index: 9999;
  background-color: #FFF;
  border-radius: 8px;
}
.Loginbtn{
border: 1px solid #fff;
color: #fff;
font-weight: 500;
width: 80px;
height: 30px;
background-color: transparent;
border-radius: 5px;
}

.emojy-action {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 65px;
  align-items: center;
}

#userfeed {
  width: 100%;
  resize: none;
  border-radius: 10px;
  border: 1px solid #a5a3a370;
  font-size: 14px;
  padding: 12px 9px;
}

.feed-check {
  background: #1d1059;
  padding: 1px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  position: relative;
  top: -54px;
  left: 40px;
}

.feed-border {
  border: 2px solid #1d1059;
  border-radius: 50%;
}

.feedback-btn {
  border: none;
  background: #1d1059;
  color: #fff;
  font-size: 14px;
  height: 35px;
  border-radius: 5px;
  padding: 5px 15px;
}

#userfeed::placeholder {
  font-size: 14px;
  color: #A1A1AA;
}
#userfeed{
  background: transparent;
}
#userfeed:focus {
  outline: none;
}

.showtext {
  display: none;
}

.showemojy:hover+.showtext {
  display: block !important;
  /* background: #3130301a */
  color: #000;
}

.feed-select {
  display: block !important;
}

.feedback-icons {
  height: 57px;
  background: #F4F4F5;
  padding: 8px;
  border-radius: 50%;
}

.feedback-btn:disabled{
  background: #b9b8bf;
  color: #f1f1f1;
}

.right-msg-chat {
  display: flex;
  justify-content: flex-end;
}
.user-chat-msg{
  background: #1d1059;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  max-width: 75%;
  font-size: 14px;
  max-width: 75%;
  word-wrap: break-word;
  overflow-wrap: break-word
}
.bot-chat-msg{
  background: #EBEDFD  ;
  min-height: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  max-width: 75%;
  font-size: 14px;
  max-width: 75%; 
  word-wrap: break-word; 
  overflow-wrap: break-word
}
.chatbot-lay{
  height: 60%; 
  bottom: calc(10px + 2% + 40px);
  right: calc(10px + 2% + 40px);
  background-color: white;
  z-index: 9999; 
  border-radius: 10px 10px 10px 10px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden !important;
  transform: translateY(100px);
  transition: transform 0.3s ease, opacity 0.3s ease;

}
.chat-scroll-body {
  flex-grow: 1;
  padding: 10px;
}

.verticle-stage .expand-compare-result {
  width: calc(97% - 16px) !important;
  left: calc(3% - -15px) !important;
}

.verticle-stage .hide-result-menu {
  width: calc(3% - -8px) !important;
  box-shadow: none !important;
  border-radius: none !important;
  border-left: 1px solid #d9d9d961;
}

.contentCard .result-hide {
  display: none;
}

.verticle-stage .result-hide {
  display: none;
}
.chatbot-v4 {
  display: flex;
  width: 17.9375rem;
  max-width: 17.9375rem;
  height: 4.05rem;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.725rem;
  border-radius: 0.5rem;
  background: #1D1059;
  font-size: 0.8rem;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  top: -60px;
  left: -120px;
}
.chat-opt-s1 {
  position: absolute;
  bottom: auto;
  right: auto;
  z-index: 20;
  height:32px;
  width: 32px;
  background: #1D1059;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;

}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100px);
    opacity: 0;
  }
}

.chatbot-v4,
.ka-popup-closer{
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
 
}

.chat-visible {
  animation: slide-in-bottom 0.3s ease-out forwards;
  visibility: visible !important;
}

.chat-hidden {
  animation: slide-out-bottom 0.3s ease-in forwards;
  visibility: hidden !important; /* Must stay visible for animation */
  opacity: 1; /* Start at 1 so animation can fade it */
  pointer-events: auto;
  z-index: 1000;
  animation-fill-mode: forwards;
  transition: opacity 0.3s ease;
}
.error-404{
   background-image: url(/assets/infineonv4/404.svg);
    background-size: 97%;
      height: 40vh;
    width: 80%;
}