:root {
  --scale: 0;
}

[data-title] {
  position: relative;
}

[data-title]:after,
[data-title]:before {
  position: absolute;
  background-color: #9e398a;
  color: white;
  padding: 0.25rem;
  left: 50%;
  transform: translate(-50%, -100%) scale(var(--scale));
  border-radius: 5px;
  transition: 0.4s transform;
  z-index: 5070;
}

[data-title]:before {
  content: attr(data-title);
  text-align: center;
  height: 30px;
  top: -0.7rem;
  padding: 4px 20px;
}

[data-title]:after {
  content: "";
  transform: translate(-50%, -100%) rotate(45deg) scale(var(--scale));
  top: -4px;
  border: 4px solid #9e398a;
}

[data-title]:hover::before,
[data-title]:hover::after {
  --scale: 1;
  z-index: 5070;
}

.navigationmenu {
  columns: calc(100vw / 5);
  -webkit-columns: calc(100vw / 5);
  -moz-columns: calc(100vw / 5);
}

.navigationmenu li {
  list-style-type: none;
}

.navigationmenu li.menu-title label {
  font-size: 22px;
  border-bottom: 2px solid #d7d7d7;
}

/* collapsible panel  */
label[data-toggle="collapse"][aria-expanded="true"]:before {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

label[data-toggle="collapse"][aria-expanded="false"]:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

label[data-toggle="collapse"]:not([aria-expanded]):before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

input:checked+.slider {
  background-color: #9e398a;
}

.btn-secondary.dropdown-toggle[data-toggle="dropdown"] {
  /* color: #fff; */
  /* background-color: #6c757d; */
  border-color: #5a6268;
}

.btn-secondary:hover {
  /*color: #fff; */
  /*background-color: #5a6268; */
  border-color: #9e398a;
}

.hoverRepeater>.row {
  border-left-color: #efefef;
  border-left-width: 5px;
  border-left-style: solid;
}

.hoverRepeater>.row:hover {
  border-left-color: #9e398a;
  border-left-width: 5px;
  border-left-style: solid;
}

.hoverRepeater>.row.selected {
  border-left-color: #9e398a;
  border-left-width: 5px;
  border-left-style: solid;
}

.no-m-row {
  display: flex;
  flex-wrap: wrap;
}

.card-footer {
  background: transparent;
  border-top: 0px;
}

.last.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "|";
}

i.icon {
  color: #9e398a;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /* display: none; */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.editContainer {
  height: auto;
  overflow-y: auto;
}

.fadeIn,
.fadeOut {
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.fadeIn {
  opacity: 1;
}

.wraper {
  display: flex;
  /* Default of all elements, unless UA stylesheet overrides */
}

.plcholder {
  width: 260px;
}

.display-flex>input {
  width: 80%;
  border-radius: 100px !important;
}

.hello {
  width: 260px;
}

.custom-collapse {
  display: none !important;
}

.custom-uncollapse {
  display: flex !important;
}

.checkbox-custom {
  height: 18px;
  width: 30px;
}

.hoverForm>.row {
  border-left-color: #efefef;
  border-left-width: 5px;
  border-left-style: solid;
}

.hoverForm>.row:hover {
  border-left-color: #9e398a;
  border-left-width: 5px;
  border-left-style: solid;
}

.hoverForm>.row.selected {
  border-left-color: #9e398a;
  border-left-width: 5px;
  border-left-style: solid;
}

.custom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-wrap-no-space {
  display: flex;
}

@media only screen and (min-height: 900px) {
  .custom_min_max_height {
    /* min-height: auto; */
    max-height: 51.5rem;
    overflow: hidden auto;
  }
}

@media only screen and (max-height: 800px) {
  .custom_min_max_height {
    /* min-height: auto; */
    max-height: 34.5rem;
    overflow: hidden auto;
  }
}

/* @media only screen and (min-height: 1000px) {
  .custom-scroll-invoice {
    height: 700px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
}
@media only screen and (max-height: 999px) {
  .custom-scroll-invoice {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 350px !important;
  }
} */
/* @media only screen and (min-height: 1000px) {
  .custom-scroll-order {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 700px !important;
  }
}
@media only screen and (max-height: 999px) {
  .custom-scroll-order {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 350px !important;
  }
} */

.custom-input-bottom {
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgb(31, 29, 30);
  width: 50%;
}

.checkbox-new {
  order: -1;
  width: 20px;
  margin-top: -4px;
}

.iconRotate {
  transform: rotate(90deg);
}

.new-checkbox {
  width: 10%;
  height: 14px;
}

.new-checkbox:focus {
  box-shadow: none;
}

.custom-center-flex {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
}

.horizontal-scroll-custom {
  overflow-y: hidden !important;
  overflow-x: scroll !important;
  white-space: nowrap;
}

.horizontal-scroll-custom::-webkit-scrollbar {
  height: 8px !important;
}

.custom-scroll-padding {
  padding: 15px 30px 10px;
}

.elLabel {
  font-size: 13px;
  font-weight: bold;
}

.header .clip_visible {
  clip-path: circle(100%);
  visibility: visible;
  transition: clip-path 1s ease;
}

.spinner {
  width: 99.5vw;
  height: 100vh;
  z-index: 999999;
  position: absolute;
  backdrop-filter: brightness(0.5);
  display: grid;
  place-content: center;
  left: 0;
  top: 0;
}

svg {
  width: 6rem;
  fill: #9e398a;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0.9;
  background: url(../images/oxana_loading.gif) center no-repeat;
  backdrop-filter: brightness(0.5);
}

.disable {
  pointer-events: none;
  opacity: 0.4;
}

.body-rd__container {
  display: grid;
  grid-auto-columns: 20% 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "actual_reading actual_reading_input amount_avg"
    "date entrydate readingPrevious"
    "reader_right AutoBrowse amountprevious";
  grid-gap: 7px;
}

.ma-grid-area {
  display: grid;
  grid-auto-columns: 70px 1fr 30px 1fr 95px 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "cashPoint cashPointAB invoiceLabel invoiceTextInput cashValue cashValueTextInput"
    "date dateCmp customer customerTextInput description descriptionTextInput";
  align-items: center;
  grid-gap: 10px;
  margin: 20px 0 30px 0;
}

.bottom-wrapper {
  display: flex;
}

.lists_container {
  display: grid;
  grid-template-columns: 1fr 20% 1fr;
  grid-template-rows: auto;
  margin-top: 30px;
  height: 100%;
  min-height: 300px;
}

.lists_container .tills_list {
  border-radius: 10px;
  background-color: #f7f7f7;
  padding: 20px;
  box-shadow: 0 0 5px -2px rgb(0 0 0 / 40%);
  height: 400px;
}

.lists_container .arrows_wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lists_container .arrows_wrapper .arrows {
  background: #f7f7f7;
  border: none;
  box-shadow: 0 0 5px -2px rgb(0 0 0 / 40%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  outline: none;
  font-size: 20px;
}

.lists_container .arrows_wrapper .arrows:hover {
  background: black;
  border: 1px solid black;
  color: white;
}

.form_field label {
  font-size: 16px;
  font-weight: bold;
}

.d-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.d-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.validators_class {
  color: red
}